From 04742d22070064338f5fc8524dac3084b5c7ef29 Mon Sep 17 00:00:00 2001 From: dharb <4481594+dharb@users.noreply.github.com> Date: Fri, 17 Jan 2025 19:58:04 +0000 Subject: [PATCH] Update autoconsent to v12.6.0 --- DuckDuckGo/Autoconsent/autoconsent-bundle.js | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DuckDuckGo/Autoconsent/autoconsent-bundle.js b/DuckDuckGo/Autoconsent/autoconsent-bundle.js index 716b47a9b1..b7080235a6 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","ra, oncontextmenu%7Condragstart%7Conselectstart",", OptanonAlertBoxClosed, %24currentDate%24","acs, document.querySelectorAll, popMagic","acs, addEventListener, google_ad_client","aost, String.prototype.charCodeAt, ai_","aopr, app_vars.force_disable_adblock","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","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://','[href="https://','[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","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","si","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","no-xhr-if","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","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","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)&&!Object.hasOwnProperty.call(o,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(704!==o)throw new Error(`serialized engine version mismatch, expected 704 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,192,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,37,0,0,2,38,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,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,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,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,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,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,61,38,0,0,30,147,128,0,4,40,132,0,0,0,0,0,0,0,0,6,0,0,0,8,0,0,0,8,0,0,0,10,0,0,0,10,0,0,0,12,0,0,0,16,0,0,0,18,0,0,0,24,0,0,0,26,0,0,0,30,0,0,0,32,0,0,0,34,0,0,0,34,0,0,0,34,0,0,0,36,0,0,0,38,0,0,0,42,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,46,0,0,0,46,0,0,0,46,0,0,0,46,0,0,0,46,0,0,0,50,0,0,0,54,0,0,0,56,0,0,0,56,0,0,0,58,0,0,0,58,0,0,0,60,0,0,0,64,0,0,0,64,0,0,0,66,0,0,0,68,0,0,0,70,0,0,0,72,0,0,0,76,0,0,0,78,0,0,0,80,0,0,0,82,0,0,0,84,0,0,0,88,0,0,0,90,0,0,0,90,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,96,0,0,0,98,0,0,0,100,0,0,0,100,0,0,0,104,0,0,0,104,0,0,0,104,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,110,0,0,0,116,0,0,0,116,0,0,0,118,0,0,0,118,0,0,0,124,0,0,0,124,0,0,0,128,0,0,0,130,0,0,0,134,0,0,0,134,0,0,0,140,0,0,0,144,0,0,0,150,0,0,0,154,0,0,0,158,0,0,0,158,0,0,0,158,0,0,0,160,0,0,0,164,0,0,0,166,0,0,0,170,0,0,0,174,0,0,0,174,0,0,0,174,0,0,0,176,0,0,0,178,0,0,0,182,0,0,0,184,0,0,0,184,0,0,0,188,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,200,0,0,0,200,0,0,0,200,0,0,0,202,0,0,0,206,0,0,0,208,0,0,0,212,0,0,0,216,0,0,0,218,0,0,0,220,0,0,0,220,0,0,0,226,0,0,0,226,0,0,0,226,0,0,0,230,0,0,0,232,0,0,0,236,0,0,0,236,0,0,0,236,0,0,0,236,0,0,0,240,0,0,0,242,0,0,0,242,0,0,0,244,0,0,0,244,0,0,0,244,0,0,0,244,0,0,0,250,0,0,0,254,0,0,0,2,1,0,0,6,1,0,0,8,1,0,0,8,1,0,0,10,1,0,0,14,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,20,1,0,0,20,1,0,0,22,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,42,1,0,0,48,1,0,0,48,1,0,0,50,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,62,1,0,0,62,1,0,0,64,1,0,0,66,1,0,0,66,1,0,0,72,1,0,0,74,1,0,0,76,1,0,0,80,1,0,0,80,1,0,0,80,1,0,0,82,1,0,0,90,1,0,0,90,1,0,0,92,1,0,0,94,1,0,0,94,1,0,0,94,1,0,0,96,1,0,0,96,1,0,0,100,1,0,0,100,1,0,0,100,1,0,0,102,1,0,0,106,1,0,0,110,1,0,0,112,1,0,0,114,1,0,0,116,1,0,0,116,1,0,0,116,1,0,0,116,1,0,0,116,1,0,0,116,1,0,0,118,1,0,0,118,1,0,0,118,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,124,1,0,0,126,1,0,0,130,1,0,0,132,1,0,0,134,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,152,1,0,0,152,1,0,0,156,1,0,0,158,1,0,0,160,1,0,0,160,1,0,0,160,1,0,0,160,1,0,0,162,1,0,0,162,1,0,0,164,1,0,0,168,1,0,0,170,1,0,0,180,1,0,0,180,1,0,0,182,1,0,0,186,1,0,0,188,1,0,0,192,1,0,0,194,1,0,0,200,1,0,0,200,1,0,0,200,1,0,0,200,1,0,0,204,1,0,0,204,1,0,0,206,1,0,0,208,1,0,0,216,1,0,0,216,1,0,0,220,1,0,0,220,1,0,0,220,1,0,0,220,1,0,0,220,1,0,0,222,1,0,0,224,1,0,0,226,1,0,0,226,1,0,0,230,1,0,0,230,1,0,0,232,1,0,0,232,1,0,0,232,1,0,0,240,1,0,0,240,1,0,0,242,1,0,0,242,1,0,0,242,1,0,0,244,1,0,0,246,1,0,0,250,1,0,0,252,1,0,0,254,1,0,0,2,2,0,0,6,2,0,0,6,2,0,0,8,2,0,0,12,2,0,0,12,2,0,0,16,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,26,2,0,0,28,2,0,0,28,2,0,0,30,2,0,0,30,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,40,2,0,0,40,2,0,0,42,2,0,0,46,2,0,0,48,2,0,0,50,2,0,0,50,2,0,0,54,2,0,0,56,2,0,0,58,2,0,0,62,2,0,0,64,2,0,0,68,2,0,0,72,2,0,0,72,2,0,0,72,2,0,0,74,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,82,2,0,0,82,2,0,0,84,2,0,0,84,2,0,0,86,2,0,0,86,2,0,0,86,2,0,0,90,2,0,0,96,2,0,0,98,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,102,2,0,0,104,2,0,0,108,2,0,0,110,2,0,0,112,2,0,0,112,2,0,0,112,2,0,0,114,2,0,0,116,2,0,0,118,2,0,0,118,2,0,0,120,2,0,0,120,2,0,0,122,2,0,0,126,2,0,0,130,2,0,0,132,2,0,0,132,2,0,0,134,2,0,0,138,2,0,0,140,2,0,0,140,2,0,0,140,2,0,0,140,2,0,0,144,2,0,0,152,2,0,0,154,2,0,0,156,2,0,0,158,2,0,0,158,2,0,0,160,2,0,0,162,2,0,0,162,2,0,0,164,2,0,0,166,2,0,0,168,2,0,0,170,2,0,0,174,2,0,0,174,2,0,0,176,2,0,0,176,2,0,0,176,2,0,0,178,2,0,0,178,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,186,2,0,0,188,2,0,0,188,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,208,2,0,0,208,2,0,0,214,2,0,0,218,2,0,0,218,2,0,0,220,2,0,0,222,2,0,0,226,2,0,0,230,2,0,0,234,2,0,0,236,2,0,0,238,2,0,0,244,2,0,0,246,2,0,0,250,2,0,0,250,2,0,0,250,2,0,0,252,2,0,0,252,2,0,0,254,2,0,0,4,3,0,0,4,3,0,0,4,3,0,0,6,3,0,0,8,3,0,0,12,3,0,0,14,3,0,0,16,3,0,0,22,3,0,0,24,3,0,0,24,3,0,0,28,3,0,0,30,3,0,0,30,3,0,0,34,3,0,0,38,3,0,0,38,3,0,0,38,3,0,0,40,3,0,0,44,3,0,0,46,3,0,0,46,3,0,0,46,3,0,0,48,3,0,0,54,3,0,0,56,3,0,0,56,3,0,0,56,3,0,0,58,3,0,0,58,3,0,0,60,3,0,0,60,3,0,0,64,3,0,0,64,3,0,0,66,3,0,0,66,3,0,0,70,3,0,0,70,3,0,0,72,3,0,0,72,3,0,0,78,3,0,0,78,3,0,0,80,3,0,0,80,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,84,3,0,0,84,3,0,0,92,3,0,0,96,3,0,0,96,3,0,0,96,3,0,0,104,3,0,0,106,3,0,0,112,3,0,0,114,3,0,0,116,3,0,0,118,3,0,0,118,3,0,0,118,3,0,0,118,3,0,0,118,3,0,0,124,3,0,0,126,3,0,0,126,3,0,0,130,3,0,0,132,3,0,0,134,3,0,0,134,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,146,3,0,0,146,3,0,0,146,3,0,0,146,3,0,0,148,3,0,0,150,3,0,0,152,3,0,0,152,3,0,0,158,3,0,0,160,3,0,0,164,3,0,0,166,3,0,0,172,3,0,0,172,3,0,0,174,3,0,0,174,3,0,0,178,3,0,0,182,3,0,0,184,3,0,0,184,3,0,0,184,3,0,0,188,3,0,0,190,3,0,0,194,3,0,0,196,3,0,0,202,3,0,0,202,3,0,0,202,3,0,0,208,3,0,0,212,3,0,0,216,3,0,0,216,3,0,0,220,3,0,0,222,3,0,0,222,3,0,0,222,3,0,0,222,3,0,0,224,3,0,0,228,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,234,3,0,0,236,3,0,0,236,3,0,0,240,3,0,0,242,3,0,0,244,3,0,0,244,3,0,0,244,3,0,0,244,3,0,0,250,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,4,4,0,0,10,4,0,0,16,4,0,0,16,4,0,0,18,4,0,0,18,4,0,0,18,4,0,0,18,4,0,0,18,4,0,0,20,4,0,0,22,4,0,0,24,4,0,0,28,4,0,0,28,4,0,0,28,4,0,0,28,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,34,4,0,0,36,4,0,0,36,4,0,0,38,4,0,0,40,4,0,0,42,4,0,0,42,4,0,0,44,4,0,0,46,4,0,0,50,4,0,0,54,4,0,0,54,4,0,0,56,4,0,0,58,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,68,4,0,0,70,4,0,0,72,4,0,0,76,4,0,0,76,4,0,0,78,4,0,0,80,4,0,0,80,4,0,0,80,4,0,0,80,4,0,0,82,4,0,0,86,4,0,0,86,4,0,0,88,4,0,0,88,4,0,0,90,4,0,0,94,4,0,0,94,4,0,0,96,4,0,0,98,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,108,4,0,0,110,4,0,0,112,4,0,0,114,4,0,0,116,4,0,0,116,4,0,0,116,4,0,0,120,4,0,0,120,4,0,0,124,4,0,0,124,4,0,0,124,4,0,0,128,4,0,0,128,4,0,0,128,4,0,0,132,4,0,0,136,4,0,0,138,4,0,0,138,4,0,0,140,4,0,0,142,4,0,0,144,4,0,0,146,4,0,0,146,4,0,0,152,4,0,0,156,4,0,0,156,4,0,0,160,4,0,0,166,4,0,0,172,4,0,0,176,4,0,0,176,4,0,0,180,4,0,0,180,4,0,0,184,4,0,0,184,4,0,0,190,4,0,0,192,4,0,0,192,4,0,0,196,4,0,0,196,4,0,0,204,4,0,0,206,4,0,0,210,4,0,0,210,4,0,0,210,4,0,0,210,4,0,0,210,4,0,0,214,4,0,0,216,4,0,0,216,4,0,0,216,4,0,0,220,4,0,0,224,4,0,0,224,4,0,0,226,4,0,0,228,4,0,0,232,4,0,0,238,4,0,0,242,4,0,0,248,4,0,0,250,4,0,0,254,4,0,0,0,5,0,0,0,5,0,0,6,5,0,0,6,5,0,0,12,5,0,0,14,5,0,0,14,5,0,0,14,5,0,0,14,5,0,0,16,5,0,0,18,5,0,0,22,5,0,0,24,5,0,0,30,5,0,0,34,5,0,0,46,5,0,0,48,5,0,0,52,5,0,0,52,5,0,0,52,5,0,0,54,5,0,0,58,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,70,5,0,0,74,5,0,0,76,5,0,0,78,5,0,0,80,5,0,0,86,5,0,0,88,5,0,0,88,5,0,0,90,5,0,0,90,5,0,0,92,5,0,0,98,5,0,0,102,5,0,0,104,5,0,0,104,5,0,0,108,5,0,0,108,5,0,0,108,5,0,0,114,5,0,0,114,5,0,0,114,5,0,0,114,5,0,0,114,5,0,0,116,5,0,0,120,5,0,0,120,5,0,0,120,5,0,0,120,5,0,0,120,5,0,0,122,5,0,0,128,5,0,0,130,5,0,0,132,5,0,0,136,5,0,0,136,5,0,0,138,5,0,0,142,5,0,0,142,5,0,0,150,5,0,0,152,5,0,0,154,5,0,0,154,5,0,0,154,5,0,0,154,5,0,0,154,5,0,0,154,5,0,0,160,5,0,0,164,5,0,0,166,5,0,0,170,5,0,0,176,5,0,0,180,5,0,0,186,5,0,0,186,5,0,0,192,5,0,0,196,5,0,0,200,5,0,0,202,5,0,0,204,5,0,0,206,5,0,0,210,5,0,0,212,5,0,0,212,5,0,0,216,5,0,0,222,5,0,0,224,5,0,0,226,5,0,0,226,5,0,0,230,5,0,0,234,5,0,0,238,5,0,0,240,5,0,0,242,5,0,0,244,5,0,0,246,5,0,0,250,5,0,0,254,5,0,0,0,6,0,0,2,6,0,0,2,6,0,0,4,6,0,0,6,6,0,0,8,6,0,0,8,6,0,0,12,6,0,0,12,6,0,0,18,6,0,0,20,6,0,0,26,6,0,0,26,6,0,0,28,6,0,0,30,6,0,0,32,6,0,0,36,6,0,0,40,6,0,0,40,6,0,0,44,6,0,0,44,6,0,0,46,6,0,0,46,6,0,0,50,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,66,6,0,0,72,6,0,0,76,6,0,0,76,6,0,0,82,6,0,0,86,6,0,0,86,6,0,0,88,6,0,0,88,6,0,0,94,6,0,0,96,6,0,0,100,6,0,0,102,6,0,0,104,6,0,0,106,6,0,0,110,6,0,0,114,6,0,0,114,6,0,0,118,6,0,0,120,6,0,0,122,6,0,0,124,6,0,0,126,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,136,6,0,0,136,6,0,0,136,6,0,0,138,6,0,0,140,6,0,0,140,6,0,0,140,6,0,0,144,6,0,0,146,6,0,0,148,6,0,0,152,6,0,0,154,6,0,0,154,6,0,0,160,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,166,6,0,0,166,6,0,0,168,6,0,0,168,6,0,0,170,6,0,0,174,6,0,0,174,6,0,0,178,6,0,0,180,6,0,0,180,6,0,0,180,6,0,0,182,6,0,0,182,6,0,0,186,6,0,0,188,6,0,0,190,6,0,0,192,6,0,0,194,6,0,0,194,6,0,0,196,6,0,0,196,6,0,0,196,6,0,0,198,6,0,0,198,6,0,0,200,6,0,0,204,6,0,0,210,6,0,0,214,6,0,0,214,6,0,0,214,6,0,0,214,6,0,0,218,6,0,0,220,6,0,0,222,6,0,0,222,6,0,0,228,6,0,0,230,6,0,0,230,6,0,0,232,6,0,0,236,6,0,0,238,6,0,0,238,6,0,0,242,6,0,0,242,6,0,0,242,6,0,0,244,6,0,0,248,6,0,0,250,6,0,0,252,6,0,0,252,6,0,0,2,7,0,0,2,7,0,0,4,7,0,0,10,7,0,0,10,7,0,0,12,7,0,0,14,7,0,0,14,7,0,0,16,7,0,0,16,7,0,0,16,7,0,0,20,7,0,0,22,7,0,0,26,7,0,0,26,7,0,0,30,7,0,0,30,7,0,0,32,7,0,0,36,7,0,0,36,7,0,0,38,7,0,0,42,7,0,0,42,7,0,0,42,7,0,0,42,7,0,0,48,7,0,0,50,7,0,0,54,7,0,0,54,7,0,0,56,7,0,0,56,7,0,0,56,7,0,0,60,7,0,0,64,7,0,0,66,7,0,0,68,7,0,0,72,7,0,0,74,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,90,7,0,0,94,7,0,0,94,7,0,0,94,7,0,0,96,7,0,0,100,7,0,0,102,7,0,0,104,7,0,0,104,7,0,0,104,7,0,0,108,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,120,7,0,0,120,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,134,7,0,0,138,7,0,0,138,7,0,0,138,7,0,0,138,7,0,0,138,7,0,0,144,7,0,0,148,7,0,0,148,7,0,0,150,7,0,0,152,7,0,0,152,7,0,0,154,7,0,0,154,7,0,0,156,7,0,0,162,7,0,0,166,7,0,0,166,7,0,0,166,7,0,0,168,7,0,0,168,7,0,0,172,7,0,0,172,7,0,0,174,7,0,0,178,7,0,0,178,7,0,0,182,7,0,0,182,7,0,0,184,7,0,0,184,7,0,0,184,7,0,0,184,7,0,0,190,7,0,0,194,7,0,0,196,7,0,0,196,7,0,0,198,7,0,0,200,7,0,0,202,7,0,0,204,7,0,0,214,7,0,0,216,7,0,0,218,7,0,0,222,7,0,0,226,7,0,0,230,7,0,0,232,7,0,0,234,7,0,0,236,7,0,0,236,7,0,0,240,7,0,0,244,7,0,0,244,7,0,0,248,7,0,0,252,7,0,0,0,8,0,0,2,8,0,0,2,8,0,0,2,8,0,0,2,8,0,0,4,8,0,0,10,8,0,0,10,8,0,0,10,8,0,0,14,8,0,0,16,8,0,0,22,8,0,0,22,8,0,0,22,8,0,0,24,8,0,0,24,8,0,0,24,8,0,0,24,8,0,0,26,8,0,0,26,8,0,0,26,8,0,0,28,8,0,0,30,8,0,0,36,8,0,0,36,8,0,0,36,8,0,0,38,8,0,0,38,8,0,0,42,8,0,0,42,8,0,0,46,8,0,0,50,8,0,0,50,8,0,0,52,8,0,0,52,8,0,0,54,8,0,0,56,8,0,0,60,8,0,0,62,8,0,0,66,8,0,0,66,8,0,0,66,8,0,0,66,8,0,0,66,8,0,0,70,8,0,0,74,8,0,0,76,8,0,0,76,8,0,0,78,8,0,0,80,8,0,0,82,8,0,0,84,8,0,0,84,8,0,0,84,8,0,0,86,8,0,0,92,8,0,0,92,8,0,0,92,8,0,0,92,8,0,0,92,8,0,0,94,8,0,0,94,8,0,0,96,8,0,0,98,8,0,0,100,8,0,0,100,8,0,0,104,8,0,0,104,8,0,0,104,8,0,0,104,8,0,0,110,8,0,0,112,8,0,0,112,8,0,0,114,8,0,0,116,8,0,0,128,8,0,0,130,8,0,0,130,8,0,0,130,8,0,0,134,8,0,0,138,8,0,0,140,8,0,0,142,8,0,0,142,8,0,0,144,8,0,0,144,8,0,0,144,8,0,0,146,8,0,0,148,8,0,0,152,8,0,0,154,8,0,0,156,8,0,0,158,8,0,0,162,8,0,0,168,8,0,0,168,8,0,0,170,8,0,0,174,8,0,0,176,8,0,0,180,8,0,0,182,8,0,0,182,8,0,0,182,8,0,0,186,8,0,0,186,8,0,0,186,8,0,0,188,8,0,0,190,8,0,0,192,8,0,0,194,8,0,0,196,8,0,0,198,8,0,0,204,8,0,0,210,8,0,0,210,8,0,0,212,8,0,0,212,8,0,0,214,8,0,0,214,8,0,0,216,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,238,8,0,0,238,8,0,0,240,8,0,0,240,8,0,0,244,8,0,0,248,8,0,0,252,8,0,0,254,8,0,0,0,9,0,0,2,9,0,0,2,9,0,0,6,9,0,0,14,9,0,0,14,9,0,0,16,9,0,0,16,9,0,0,20,9,0,0,24,9,0,0,26,9,0,0,28,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,40,9,0,0,40,9,0,0,44,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,48,9,0,0,52,9,0,0,56,9,0,0,58,9,0,0,58,9,0,0,62,9,0,0,64,9,0,0,64,9,0,0,64,9,0,0,64,9,0,0,64,9,0,0,64,9,0,0,66,9,0,0,72,9,0,0,76,9,0,0,78,9,0,0,80,9,0,0,84,9,0,0,88,9,0,0,92,9,0,0,92,9,0,0,92,9,0,0,92,9,0,0,96,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,104,9,0,0,106,9,0,0,108,9,0,0,108,9,0,0,112,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,124,9,0,0,126,9,0,0,132,9,0,0,132,9,0,0,134,9,0,0,134,9,0,0,134,9,0,0,140,9,0,0,140,9,0,0,142,9,0,0,142,9,0,0,146,9,0,0,146,9,0,0,150,9,0,0,154,9,0,0,160,9,0,0,160,9,0,0,162,9,0,0,166,9,0,0,168,9,0,0,170,9,0,0,172,9,0,0,172,9,0,0,172,9,0,0,174,9,0,0,178,9,0,0,178,9,0,0,182,9,0,0,184,9,0,0,184,9,0,0,188,9,0,0,188,9,0,0,190,9,0,0,190,9,0,0,190,9,0,0,190,9,0,0,192,9,0,0,200,9,0,0,200,9,0,0,202,9,0,0,204,9,0,0,206,9,0,0,208,9,0,0,210,9,0,0,210,9,0,0,214,9,0,0,216,9,0,0,218,9,0,0,218,9,0,0,222,9,0,0,222,9,0,0,228,9,0,0,230,9,0,0,232,9,0,0,234,9,0,0,234,9,0,0,234,9,0,0,236,9,0,0,240,9,0,0,240,9,0,0,242,9,0,0,250,9,0,0,252,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,6,10,0,0,8,10,0,0,10,10,0,0,10,10,0,0,10,10,0,0,10,10,0,0,14,10,0,0,18,10,0,0,24,10,0,0,28,10,0,0,28,10,0,0,28,10,0,0,30,10,0,0,34,10,0,0,42,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,56,10,0,0,58,10,0,0,60,10,0,0,60,10,0,0,60,10,0,0,62,10,0,0,64,10,0,0,70,10,0,0,74,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,90,10,0,0,90,10,0,0,94,10,0,0,98,10,0,0,102,10,0,0,102,10,0,0,104,10,0,0,106,10,0,0,106,10,0,0,112,10,0,0,112,10,0,0,112,10,0,0,114,10,0,0,116,10,0,0,118,10,0,0,122,10,0,0,126,10,0,0,128,10,0,0,128,10,0,0,132,10,0,0,132,10,0,0,136,10,0,0,138,10,0,0,140,10,0,0,142,10,0,0,146,10,0,0,146,10,0,0,148,10,0,0,150,10,0,0,152,10,0,0,154,10,0,0,156,10,0,0,158,10,0,0,160,10,0,0,160,10,0,0,160,10,0,0,160,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,172,10,0,0,174,10,0,0,176,10,0,0,176,10,0,0,180,10,0,0,186,10,0,0,192,10,0,0,194,10,0,0,196,10,0,0,198,10,0,0,198,10,0,0,200,10,0,0,208,10,0,0,212,10,0,0,214,10,0,0,216,10,0,0,218,10,0,0,222,10,0,0,228,10,0,0,234,10,0,0,238,10,0,0,242,10,0,0,248,10,0,0,248,10,0,0,250,10,0,0,0,11,0,0,2,11,0,0,4,11,0,0,6,11,0,0,6,11,0,0,6,11,0,0,8,11,0,0,10,11,0,0,12,11,0,0,14,11,0,0,14,11,0,0,14,11,0,0,14,11,0,0,14,11,0,0,16,11,0,0,16,11,0,0,18,11,0,0,20,11,0,0,20,11,0,0,26,11,0,0,30,11,0,0,30,11,0,0,32,11,0,0,32,11,0,0,36,11,0,0,38,11,0,0,38,11,0,0,42,11,0,0,42,11,0,0,42,11,0,0,50,11,0,0,50,11,0,0,52,11,0,0,52,11,0,0,52,11,0,0,58,11,0,0,58,11,0,0,62,11,0,0,64,11,0,0,64,11,0,0,68,11,0,0,68,11,0,0,68,11,0,0,72,11,0,0,74,11,0,0,80,11,0,0,84,11,0,0,84,11,0,0,84,11,0,0,86,11,0,0,88,11,0,0,88,11,0,0,90,11,0,0,90,11,0,0,90,11,0,0,92,11,0,0,92,11,0,0,94,11,0,0,96,11,0,0,98,11,0,0,100,11,0,0,102,11,0,0,104,11,0,0,104,11,0,0,104,11,0,0,104,11,0,0,106,11,0,0,106,11,0,0,108,11,0,0,110,11,0,0,110,11,0,0,112,11,0,0,112,11,0,0,116,11,0,0,116,11,0,0,116,11,0,0,116,11,0,0,120,11,0,0,120,11,0,0,120,11,0,0,120,11,0,0,124,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,136,11,0,0,136,11,0,0,136,11,0,0,136,11,0,0,138,11,0,0,140,11,0,0,140,11,0,0,140,11,0,0,144,11,0,0,154,11,0,0,158,11,0,0,164,11,0,0,170,11,0,0,172,11,0,0,172,11,0,0,172,11,0,0,176,11,0,0,180,11,0,0,180,11,0,0,182,11,0,0,184,11,0,0,194,11,0,0,198,11,0,0,202,11,0,0,202,11,0,0,202,11,0,0,204,11,0,0,210,11,0,0,212,11,0,0,214,11,0,0,214,11,0,0,214,11,0,0,218,11,0,0,218,11,0,0,220,11,0,0,220,11,0,0,220,11,0,0,220,11,0,0,220,11,0,0,224,11,0,0,228,11,0,0,230,11,0,0,230,11,0,0,234,11,0,0,240,11,0,0,242,11,0,0,244,11,0,0,246,11,0,0,250,11,0,0,250,11,0,0,252,11,0,0,0,12,0,0,0,12,0,0,4,12,0,0,6,12,0,0,6,12,0,0,10,12,0,0,14,12,0,0,18,12,0,0,20,12,0,0,24,12,0,0,26,12,0,0,28,12,0,0,32,12,0,0,34,12,0,0,36,12,0,0,42,12,0,0,48,12,0,0,52,12,0,0,56,12,0,0,58,12,0,0,60,12,0,0,66,12,0,0,70,12,0,0,70,12,0,0,70,12,0,0,72,12,0,0,74,12,0,0,74,12,0,0,74,12,0,0,74,12,0,0,80,12,0,0,84,12,0,0,86,12,0,0,86,12,0,0,90,12,0,0,90,12,0,0,90,12,0,0,96,12,0,0,96,12,0,0,98,12,0,0,100,12,0,0,108,12,0,0,110,12,0,0,120,12,0,0,120,12,0,0,122,12,0,0,128,12,0,0,130,12,0,0,130,12,0,0,132,12,0,0,136,12,0,0,140,12,0,0,142,12,0,0,144,12,0,0,150,12,0,0,152,12,0,0,156,12,0,0,160,12,0,0,162,12,0,0,168,12,0,0,168,12,0,0,168,12,0,0,172,12,0,0,172,12,0,0,172,12,0,0,174,12,0,0,174,12,0,0,176,12,0,0,176,12,0,0,178,12,0,0,178,12,0,0,178,12,0,0,182,12,0,0,188,12,0,0,188,12,0,0,188,12,0,0,194,12,0,0,194,12,0,0,198,12,0,0,200,12,0,0,200,12,0,0,200,12,0,0,200,12,0,0,200,12,0,0,202,12,0,0,204,12,0,0,204,12,0,0,204,12,0,0,208,12,0,0,212,12,0,0,220,12,0,0,220,12,0,0,224,12,0,0,224,12,0,0,226,12,0,0,226,12,0,0,230,12,0,0,232,12,0,0,232,12,0,0,234,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,242,12,0,0,246,12,0,0,248,12,0,0,248,12,0,0,252,12,0,0,254,12,0,0,254,12,0,0,254,12,0,0,254,12,0,0,4,13,0,0,4,13,0,0,6,13,0,0,10,13,0,0,14,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,18,13,0,0,26,13,0,0,28,13,0,0,30,13,0,0,32,13,0,0,34,13,0,0,34,13,0,0,34,13,0,0,36,13,0,0,36,13,0,0,42,13,0,0,48,13,0,0,50,13,0,0,50,13,0,0,52,13,0,0,52,13,0,0,52,13,0,0,54,13,0,0,56,13,0,0,58,13,0,0,58,13,0,0,58,13,0,0,60,13,0,0,62,13,0,0,66,13,0,0,66,13,0,0,70,13,0,0,76,13,0,0,78,13,0,0,78,13,0,0,78,13,0,0,78,13,0,0,82,13,0,0,82,13,0,0,82,13,0,0,82,13,0,0,82,13,0,0,82,13,0,0,86,13,0,0,86,13,0,0,88,13,0,0,96,13,0,0,100,13,0,0,100,13,0,0,100,13,0,0,102,13,0,0,106,13,0,0,106,13,0,0,108,13,0,0,110,13,0,0,114,13,0,0,114,13,0,0,116,13,0,0,116,13,0,0,116,13,0,0,118,13,0,0,120,13,0,0,120,13,0,0,124,13,0,0,124,13,0,0,126,13,0,0,130,13,0,0,134,13,0,0,134,13,0,0,136,13,0,0,136,13,0,0,138,13,0,0,140,13,0,0,142,13,0,0,142,13,0,0,142,13,0,0,144,13,0,0,146,13,0,0,148,13,0,0,150,13,0,0,152,13,0,0,154,13,0,0,154,13,0,0,156,13,0,0,156,13,0,0,156,13,0,0,162,13,0,0,164,13,0,0,164,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,174,13,0,0,176,13,0,0,178,13,0,0,180,13,0,0,184,13,0,0,188,13,0,0,188,13,0,0,188,13,0,0,190,13,0,0,194,13,0,0,194,13,0,0,194,13,0,0,198,13,0,0,198,13,0,0,200,13,0,0,202,13,0,0,206,13,0,0,206,13,0,0,208,13,0,0,210,13,0,0,210,13,0,0,212,13,0,0,212,13,0,0,216,13,0,0,218,13,0,0,220,13,0,0,222,13,0,0,222,13,0,0,226,13,0,0,230,13,0,0,238,13,0,0,240,13,0,0,240,13,0,0,240,13,0,0,242,13,0,0,244,13,0,0,244,13,0,0,246,13,0,0,250,13,0,0,254,13,0,0,254,13,0,0,2,14,0,0,4,14,0,0,10,14,0,0,14,14,0,0,14,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,26,14,0,0,26,14,0,0,28,14,0,0,28,14,0,0,30,14,0,0,36,14,0,0,38,14,0,0,42,14,0,0,44,14,0,0,48,14,0,0,52,14,0,0,54,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,66,14,0,0,68,14,0,0,68,14,0,0,68,14,0,0,68,14,0,0,70,14,0,0,72,14,0,0,76,14,0,0,76,14,0,0,80,14,0,0,84,14,0,0,86,14,0,0,88,14,0,0,88,14,0,0,88,14,0,0,88,14,0,0,88,14,0,0,90,14,0,0,94,14,0,0,94,14,0,0,96,14,0,0,98,14,0,0,100,14,0,0,104,14,0,0,106,14,0,0,106,14,0,0,108,14,0,0,110,14,0,0,114,14,0,0,118,14,0,0,120,14,0,0,120,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,130,14,0,0,130,14,0,0,130,14,0,0,134,14,0,0,134,14,0,0,134,14,0,0,136,14,0,0,140,14,0,0,144,14,0,0,148,14,0,0,148,14,0,0,148,14,0,0,150,14,0,0,150,14,0,0,152,14,0,0,156,14,0,0,158,14,0,0,158,14,0,0,158,14,0,0,158,14,0,0,162,14,0,0,162,14,0,0,164,14,0,0,166,14,0,0,170,14,0,0,170,14,0,0,174,14,0,0,174,14,0,0,176,14,0,0,180,14,0,0,182,14,0,0,182,14,0,0,182,14,0,0,186,14,0,0,186,14,0,0,188,14,0,0,192,14,0,0,192,14,0,0,194,14,0,0,196,14,0,0,198,14,0,0,200,14,0,0,202,14,0,0,206,14,0,0,210,14,0,0,210,14,0,0,218,14,0,0,220,14,0,0,222,14,0,0,228,14,0,0,228,14,0,0,232,14,0,0,236,14,0,0,236,14,0,0,236,14,0,0,238,14,0,0,238,14,0,0,240,14,0,0,244,14,0,0,246,14,0,0,252,14,0,0,2,15,0,0,6,15,0,0,8,15,0,0,10,15,0,0,12,15,0,0,16,15,0,0,20,15,0,0,20,15,0,0,20,15,0,0,24,15,0,0,28,15,0,0,28,15,0,0,30,15,0,0,32,15,0,0,32,15,0,0,34,15,0,0,34,15,0,0,38,15,0,0,46,15,0,0,50,15,0,0,50,15,0,0,56,15,0,0,58,15,0,0,66,15,0,0,72,15,0,0,76,15,0,0,76,15,0,0,80,15,0,0,80,15,0,0,80,15,0,0,84,15,0,0,84,15,0,0,84,15,0,0,86,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,96,15,0,0,96,15,0,0,98,15,0,0,100,15,0,0,102,15,0,0,102,15,0,0,104,15,0,0,106,15,0,0,108,15,0,0,112,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,122,15,0,0,124,15,0,0,124,15,0,0,128,15,0,0,130,15,0,0,134,15,0,0,142,15,0,0,144,15,0,0,144,15,0,0,146,15,0,0,146,15,0,0,146,15,0,0,148,15,0,0,148,15,0,0,150,15,0,0,154,15,0,0,160,15,0,0,162,15,0,0,162,15,0,0,164,15,0,0,164,15,0,0,166,15,0,0,170,15,0,0,172,15,0,0,178,15,0,0,178,15,0,0,178,15,0,0,182,15,0,0,182,15,0,0,188,15,0,0,188,15,0,0,192,15,0,0,192,15,0,0,196,15,0,0,202,15,0,0,206,15,0,0,208,15,0,0,210,15,0,0,210,15,0,0,210,15,0,0,212,15,0,0,214,15,0,0,214,15,0,0,214,15,0,0,216,15,0,0,216,15,0,0,218,15,0,0,220,15,0,0,220,15,0,0,220,15,0,0,222,15,0,0,226,15,0,0,228,15,0,0,228,15,0,0,230,15,0,0,236,15,0,0,238,15,0,0,238,15,0,0,242,15,0,0,242,15,0,0,246,15,0,0,248,15,0,0,254,15,0,0,254,15,0,0,0,16,0,0,2,16,0,0,6,16,0,0,6,16,0,0,6,16,0,0,10,16,0,0,10,16,0,0,12,16,0,0,14,16,0,0,20,16,0,0,22,16,0,0,22,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,34,16,0,0,34,16,0,0,34,16,0,0,34,16,0,0,34,16,0,0,38,16,0,0,40,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,54,16,0,0,54,16,0,0,56,16,0,0,58,16,0,0,60,16,0,0,64,16,0,0,72,16,0,0,72,16,0,0,72,16,0,0,76,16,0,0,78,16,0,0,80,16,0,0,84,16,0,0,84,16,0,0,84,16,0,0,84,16,0,0,88,16,0,0,88,16,0,0,88,16,0,0,92,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,106,16,0,0,106,16,0,0,106,16,0,0,108,16,0,0,108,16,0,0,108,16,0,0,108,16,0,0,114,16,0,0,116,16,0,0,122,16,0,0,122,16,0,0,126,16,0,0,128,16,0,0,132,16,0,0,134,16,0,0,134,16,0,0,138,16,0,0,140,16,0,0,140,16,0,0,144,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,156,16,0,0,160,16,0,0,164,16,0,0,164,16,0,0,166,16,0,0,168,16,0,0,172,16,0,0,172,16,0,0,172,16,0,0,174,16,0,0,178,16,0,0,178,16,0,0,180,16,0,0,182,16,0,0,182,16,0,0,184,16,0,0,186,16,0,0,186,16,0,0,186,16,0,0,190,16,0,0,192,16,0,0,196,16,0,0,200,16,0,0,206,16,0,0,208,16,0,0,208,16,0,0,208,16,0,0,214,16,0,0,216,16,0,0,222,16,0,0,226,16,0,0,230,16,0,0,230,16,0,0,232,16,0,0,236,16,0,0,236,16,0,0,236,16,0,0,238,16,0,0,240,16,0,0,242,16,0,0,244,16,0,0,244,16,0,0,244,16,0,0,244,16,0,0,246,16,0,0,250,16,0,0,250,16,0,0,0,17,0,0,4,17,0,0,4,17,0,0,6,17,0,0,8,17,0,0,12,17,0,0,12,17,0,0,20,17,0,0,24,17,0,0,24,17,0,0,26,17,0,0,26,17,0,0,26,17,0,0,28,17,0,0,30,17,0,0,34,17,0,0,38,17,0,0,38,17,0,0,38,17,0,0,42,17,0,0,42,17,0,0,42,17,0,0,44,17,0,0,44,17,0,0,46,17,0,0,46,17,0,0,46,17,0,0,48,17,0,0,48,17,0,0,50,17,0,0,52,17,0,0,56,17,0,0,60,17,0,0,60,17,0,0,64,17,0,0,66,17,0,0,72,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,88,17,0,0,88,17,0,0,92,17,0,0,98,17,0,0,100,17,0,0,104,17,0,0,106,17,0,0,106,17,0,0,106,17,0,0,110,17,0,0,112,17,0,0,114,17,0,0,118,17,0,0,118,17,0,0,120,17,0,0,120,17,0,0,128,17,0,0,128,17,0,0,130,17,0,0,134,17,0,0,134,17,0,0,134,17,0,0,136,17,0,0,140,17,0,0,142,17,0,0,144,17,0,0,146,17,0,0,152,17,0,0,156,17,0,0,160,17,0,0,162,17,0,0,166,17,0,0,168,17,0,0,170,17,0,0,170,17,0,0,170,17,0,0,172,17,0,0,174,17,0,0,176,17,0,0,182,17,0,0,184,17,0,0,186,17,0,0,190,17,0,0,192,17,0,0,192,17,0,0,192,17,0,0,194,17,0,0,196,17,0,0,200,17,0,0,200,17,0,0,200,17,0,0,202,17,0,0,206,17,0,0,212,17,0,0,212,17,0,0,214,17,0,0,216,17,0,0,216,17,0,0,220,17,0,0,222,17,0,0,222,17,0,0,224,17,0,0,224,17,0,0,226,17,0,0,228,17,0,0,228,17,0,0,232,17,0,0,234,17,0,0,238,17,0,0,238,17,0,0,238,17,0,0,240,17,0,0,240,17,0,0,242,17,0,0,242,17,0,0,242,17,0,0,244,17,0,0,248,17,0,0,252,17,0,0,254,17,0,0,4,18,0,0,12,18,0,0,12,18,0,0,14,18,0,0,14,18,0,0,16,18,0,0,18,18,0,0,18,18,0,0,22,18,0,0,24,18,0,0,26,18,0,0,28,18,0,0,28,18,0,0,28,18,0,0,32,18,0,0,36,18,0,0,36,18,0,0,42,18,0,0,44,18,0,0,44,18,0,0,46,18,0,0,48,18,0,0,48,18,0,0,48,18,0,0,50,18,0,0,56,18,0,0,58,18,0,0,58,18,0,0,58,18,0,0,62,18,0,0,62,18,0,0,66,18,0,0,70,18,0,0,70,18,0,0,70,18,0,0,70,18,0,0,72,18,0,0,72,18,0,0,74,18,0,0,78,18,0,0,80,18,0,0,80,18,0,0,84,18,0,0,84,18,0,0,84,18,0,0,86,18,0,0,86,18,0,0,92,18,0,0,94,18,0,0,98,18,0,0,100,18,0,0,102,18,0,0,106,18,0,0,106,18,0,0,106,18,0,0,108,18,0,0,110,18,0,0,110,18,0,0,114,18,0,0,114,18,0,0,114,18,0,0,116,18,0,0,116,18,0,0,116,18,0,0,120,18,0,0,124,18,0,0,124,18,0,0,124,18,0,0,128,18,0,0,132,18,0,0,134,18,0,0,136,18,0,0,138,18,0,0,142,18,0,0,142,18,0,0,146,18,0,0,148,18,0,0,150,18,0,0,150,18,0,0,152,18,0,0,152,18,0,0,154,18,0,0,156,18,0,0,158,18,0,0,162,18,0,0,168,18,0,0,168,18,0,0,170,18,0,0,176,18,0,0,176,18,0,0,182,18,0,0,186,18,0,0,186,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,196,18,0,0,198,18,0,0,198,18,0,0,198,18,0,0,198,18,0,0,198,18,0,0,200,18,0,0,202,18,0,0,206,18,0,0,206,18,0,0,208,18,0,0,208,18,0,0,210,18,0,0,216,18,0,0,220,18,0,0,222,18,0,0,224,18,0,0,226,18,0,0,226,18,0,0,228,18,0,0,234,18,0,0,238,18,0,0,240,18,0,0,246,18,0,0,246,18,0,0,246,18,0,0,248,18,0,0,250,18,0,0,250,18,0,0,250,18,0,0,252,18,0,0,252,18,0,0,0,19,0,0,2,19,0,0,4,19,0,0,6,19,0,0,8,19,0,0,10,19,0,0,12,19,0,0,12,19,0,0,12,19,0,0,18,19,0,0,20,19,0,0,22,19,0,0,24,19,0,0,26,19,0,0,26,19,0,0,28,19,0,0,34,19,0,0,34,19,0,0,36,19,0,0,44,19,0,0,46,19,0,0,46,19,0,0,52,19,0,0,52,19,0,0,54,19,0,0,56,19,0,0,58,19,0,0,60,19,0,0,60,19,0,0,64,19,0,0,68,19,0,0,70,19,0,0,72,19,0,0,78,19,0,0,80,19,0,0,84,19,0,0,84,19,0,0,88,19,0,0,90,19,0,0,90,19,0,0,90,19,0,0,90,19,0,0,94,19,0,0,94,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,116,19,0,0,118,19,0,0,118,19,0,0,120,19,0,0,124,19,0,0,128,19,0,0,130,19,0,0,130,19,0,0,130,19,0,0,136,19,0,0,140,19,0,0,142,19,0,0,142,19,0,0,144,19,0,0,148,19,0,0,154,19,0,0,158,19,0,0,160,19,0,0,160,19,0,0,160,19,0,0,160,19,0,0,160,19,0,0,160,19,0,0,160,19,0,0,160,19,0,0,162,19,0,0,162,19,0,0,164,19,0,0,164,19,0,0,166,19,0,0,170,19,0,0,174,19,0,0,174,19,0,0,176,19,0,0,182,19,0,0,186,19,0,0,188,19,0,0,188,19,0,0,188,19,0,0,188,19,0,0,190,19,0,0,190,19,0,0,190,19,0,0,192,19,0,0,192,19,0,0,194,19,0,0,194,19,0,0,198,19,0,0,198,19,0,0,198,19,0,0,200,19,0,0,200,19,0,0,200,19,0,0,202,19,0,0,204,19,0,0,204,19,0,0,208,19,0,0,212,19,0,0,216,19,0,0,218,19,0,0,218,19,0,0,218,19,0,0,222,19,0,0,224,19,0,0,226,19,0,0,226,19,0,0,228,19,0,0,232,19,0,0,234,19,0,0,234,19,0,0,236,19,0,0,238,19,0,0,240,19,0,0,242,19,0,0,244,19,0,0,246,19,0,0,246,19,0,0,248,19,0,0,250,19,0,0,0,20,0,0,2,20,0,0,6,20,0,0,6,20,0,0,6,20,0,0,6,20,0,0,6,20,0,0,6,20,0,0,14,20,0,0,18,20,0,0,18,20,0,0,22,20,0,0,22,20,0,0,22,20,0,0,24,20,0,0,26,20,0,0,26,20,0,0,30,20,0,0,30,20,0,0,34,20,0,0,34,20,0,0,34,20,0,0,34,20,0,0,34,20,0,0,34,20,0,0,36,20,0,0,36,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,46,20,0,0,52,20,0,0,54,20,0,0,56,20,0,0,56,20,0,0,56,20,0,0,60,20,0,0,62,20,0,0,66,20,0,0,82,20,0,0,82,20,0,0,86,20,0,0,88,20,0,0,90,20,0,0,92,20,0,0,94,20,0,0,96,20,0,0,98,20,0,0,98,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,108,20,0,0,108,20,0,0,108,20,0,0,112,20,0,0,118,20,0,0,120,20,0,0,124,20,0,0,124,20,0,0,128,20,0,0,132,20,0,0,134,20,0,0,136,20,0,0,140,20,0,0,144,20,0,0,144,20,0,0,146,20,0,0,146,20,0,0,152,20,0,0,156,20,0,0,158,20,0,0,160,20,0,0,162,20,0,0,164,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,170,20,0,0,174,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,184,20,0,0,186,20,0,0,190,20,0,0,192,20,0,0,196,20,0,0,198,20,0,0,202,20,0,0,202,20,0,0,202,20,0,0,204,20,0,0,204,20,0,0,204,20,0,0,206,20,0,0,208,20,0,0,210,20,0,0,214,20,0,0,220,20,0,0,222,20,0,0,226,20,0,0,234,20,0,0,234,20,0,0,238,20,0,0,244,20,0,0,248,20,0,0,252,20,0,0,252,20,0,0,252,20,0,0,2,21,0,0,2,21,0,0,4,21,0,0,6,21,0,0,8,21,0,0,8,21,0,0,10,21,0,0,14,21,0,0,14,21,0,0,16,21,0,0,16,21,0,0,18,21,0,0,20,21,0,0,20,21,0,0,22,21,0,0,26,21,0,0,28,21,0,0,28,21,0,0,28,21,0,0,34,21,0,0,34,21,0,0,38,21,0,0,44,21,0,0,46,21,0,0,48,21,0,0,50,21,0,0,50,21,0,0,50,21,0,0,50,21,0,0,54,21,0,0,56,21,0,0,60,21,0,0,60,21,0,0,60,21,0,0,60,21,0,0,62,21,0,0,66,21,0,0,70,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,82,21,0,0,82,21,0,0,88,21,0,0,96,21,0,0,96,21,0,0,96,21,0,0,98,21,0,0,100,21,0,0,102,21,0,0,104,21,0,0,104,21,0,0,106,21,0,0,108,21,0,0,110,21,0,0,112,21,0,0,112,21,0,0,114,21,0,0,116,21,0,0,118,21,0,0,120,21,0,0,126,21,0,0,126,21,0,0,128,21,0,0,132,21,0,0,140,21,0,0,140,21,0,0,142,21,0,0,142,21,0,0,144,21,0,0,144,21,0,0,146,21,0,0,146,21,0,0,148,21,0,0,150,21,0,0,150,21,0,0,152,21,0,0,152,21,0,0,152,21,0,0,152,21,0,0,156,21,0,0,162,21,0,0,164,21,0,0,166,21,0,0,166,21,0,0,166,21,0,0,166,21,0,0,166,21,0,0,168,21,0,0,168,21,0,0,170,21,0,0,170,21,0,0,174,21,0,0,178,21,0,0,178,21,0,0,182,21,0,0,182,21,0,0,182,21,0,0,186,21,0,0,188,21,0,0,192,21,0,0,192,21,0,0,194,21,0,0,196,21,0,0,202,21,0,0,202,21,0,0,202,21,0,0,204,21,0,0,204,21,0,0,206,21,0,0,206,21,0,0,206,21,0,0,206,21,0,0,206,21,0,0,206,21,0,0,206,21,0,0,208,21,0,0,212,21,0,0,212,21,0,0,214,21,0,0,216,21,0,0,222,21,0,0,224,21,0,0,226,21,0,0,226,21,0,0,226,21,0,0,226,21,0,0,226,21,0,0,228,21,0,0,230,21,0,0,232,21,0,0,236,21,0,0,236,21,0,0,240,21,0,0,240,21,0,0,242,21,0,0,246,21,0,0,248,21,0,0,252,21,0,0,252,21,0,0,2,22,0,0,6,22,0,0,6,22,0,0,8,22,0,0,8,22,0,0,10,22,0,0,16,22,0,0,18,22,0,0,22,22,0,0,22,22,0,0,26,22,0,0,28,22,0,0,30,22,0,0,30,22,0,0,30,22,0,0,30,22,0,0,36,22,0,0,42,22,0,0,46,22,0,0,46,22,0,0,48,22,0,0,48,22,0,0,52,22,0,0,54,22,0,0,54,22,0,0,56,22,0,0,56,22,0,0,56,22,0,0,58,22,0,0,60,22,0,0,64,22,0,0,70,22,0,0,72,22,0,0,76,22,0,0,78,22,0,0,80,22,0,0,82,22,0,0,82,22,0,0,84,22,0,0,86,22,0,0,86,22,0,0,88,22,0,0,88,22,0,0,92,22,0,0,92,22,0,0,94,22,0,0,100,22,0,0,100,22,0,0,100,22,0,0,100,22,0,0,104,22,0,0,106,22,0,0,108,22,0,0,112,22,0,0,114,22,0,0,116,22,0,0,116,22,0,0,118,22,0,0,118,22,0,0,118,22,0,0,120,22,0,0,122,22,0,0,126,22,0,0,128,22,0,0,128,22,0,0,128,22,0,0,128,22,0,0,128,22,0,0,132,22,0,0,132,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,140,22,0,0,140,22,0,0,142,22,0,0,146,22,0,0,148,22,0,0,148,22,0,0,152,22,0,0,152,22,0,0,154,22,0,0,154,22,0,0,158,22,0,0,158,22,0,0,158,22,0,0,160,22,0,0,160,22,0,0,160,22,0,0,160,22,0,0,162,22,0,0,164,22,0,0,166,22,0,0,170,22,0,0,172,22,0,0,176,22,0,0,176,22,0,0,178,22,0,0,180,22,0,0,182,22,0,0,186,22,0,0,192,22,0,0,194,22,0,0,194,22,0,0,200,22,0,0,200,22,0,0,200,22,0,0,204,22,0,0,210,22,0,0,212,22,0,0,214,22,0,0,214,22,0,0,214,22,0,0,216,22,0,0,218,22,0,0,218,22,0,0,218,22,0,0,218,22,0,0,220,22,0,0,224,22,0,0,226,22,0,0,226,22,0,0,228,22,0,0,230,22,0,0,232,22,0,0,234,22,0,0,236,22,0,0,240,22,0,0,240,22,0,0,240,22,0,0,242,22,0,0,242,22,0,0,246,22,0,0,246,22,0,0,246,22,0,0,250,22,0,0,254,22,0,0,0,23,0,0,2,23,0,0,8,23,0,0,10,23,0,0,14,23,0,0,14,23,0,0,18,23,0,0,18,23,0,0,26,23,0,0,32,23,0,0,34,23,0,0,34,23,0,0,34,23,0,0,34,23,0,0,34,23,0,0,34,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,40,23,0,0,42,23,0,0,46,23,0,0,48,23,0,0,50,23,0,0,54,23,0,0,56,23,0,0,58,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,66,23,0,0,66,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,80,23,0,0,82,23,0,0,84,23,0,0,84,23,0,0,84,23,0,0,90,23,0,0,92,23,0,0,92,23,0,0,96,23,0,0,96,23,0,0,98,23,0,0,100,23,0,0,102,23,0,0,104,23,0,0,104,23,0,0,106,23,0,0,106,23,0,0,108,23,0,0,112,23,0,0,112,23,0,0,114,23,0,0,114,23,0,0,114,23,0,0,116,23,0,0,124,23,0,0,124,23,0,0,124,23,0,0,126,23,0,0,126,23,0,0,128,23,0,0,128,23,0,0,128,23,0,0,128,23,0,0,128,23,0,0,130,23,0,0,130,23,0,0,136,23,0,0,136,23,0,0,136,23,0,0,138,23,0,0,140,23,0,0,140,23,0,0,142,23,0,0,142,23,0,0,142,23,0,0,142,23,0,0,148,23,0,0,150,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,154,23,0,0,156,23,0,0,162,23,0,0,162,23,0,0,164,23,0,0,164,23,0,0,166,23,0,0,166,23,0,0,170,23,0,0,174,23,0,0,174,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,184,23,0,0,184,23,0,0,186,23,0,0,188,23,0,0,190,23,0,0,190,23,0,0,194,23,0,0,194,23,0,0,200,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,208,23,0,0,210,23,0,0,210,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,222,23,0,0,226,23,0,0,226,23,0,0,228,23,0,0,230,23,0,0,230,23,0,0,230,23,0,0,232,23,0,0,234,23,0,0,242,23,0,0,248,23,0,0,250,23,0,0,250,23,0,0,250,23,0,0,250,23,0,0,254,23,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,2,24,0,0,2,24,0,0,4,24,0,0,10,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,18,24,0,0,24,24,0,0,28,24,0,0,32,24,0,0,32,24,0,0,32,24,0,0,34,24,0,0,34,24,0,0,40,24,0,0,42,24,0,0,48,24,0,0,50,24,0,0,52,24,0,0,54,24,0,0,56,24,0,0,102,24,0,0,104,24,0,0,104,24,0,0,104,24,0,0,106,24,0,0,106,24,0,0,108,24,0,0,110,24,0,0,114,24,0,0,120,24,0,0,120,24,0,0,120,24,0,0,122,24,0,0,126,24,0,0,126,24,0,0,128,24,0,0,128,24,0,0,128,24,0,0,128,24,0,0,128,24,0,0,132,24,0,0,134,24,0,0,134,24,0,0,134,24,0,0,136,24,0,0,136,24,0,0,142,24,0,0,142,24,0,0,144,24,0,0,146,24,0,0,148,24,0,0,150,24,0,0,152,24,0,0,156,24,0,0,158,24,0,0,162,24,0,0,162,24,0,0,162,24,0,0,164,24,0,0,166,24,0,0,168,24,0,0,168,24,0,0,170,24,0,0,170,24,0,0,174,24,0,0,176,24,0,0,178,24,0,0,178,24,0,0,178,24,0,0,180,24,0,0,182,24,0,0,186,24,0,0,188,24,0,0,190,24,0,0,194,24,0,0,194,24,0,0,194,24,0,0,198,24,0,0,198,24,0,0,200,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,214,24,0,0,216,24,0,0,220,24,0,0,220,24,0,0,224,24,0,0,228,24,0,0,230,24,0,0,232,24,0,0,232,24,0,0,234,24,0,0,236,24,0,0,240,24,0,0,240,24,0,0,240,24,0,0,240,24,0,0,246,24,0,0,246,24,0,0,252,24,0,0,252,24,0,0,254,24,0,0,2,25,0,0,2,25,0,0,6,25,0,0,8,25,0,0,12,25,0,0,14,25,0,0,16,25,0,0,20,25,0,0,22,25,0,0,22,25,0,0,26,25,0,0,26,25,0,0,26,25,0,0,26,25,0,0,26,25,0,0,32,25,0,0,32,25,0,0,34,25,0,0,38,25,0,0,40,25,0,0,42,25,0,0,44,25,0,0,46,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,54,25,0,0,54,25,0,0,54,25,0,0,54,25,0,0,56,25,0,0,56,25,0,0,60,25,0,0,64,25,0,0,64,25,0,0,68,25,0,0,70,25,0,0,76,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,84,25,0,0,86,25,0,0,88,25,0,0,88,25,0,0,92,25,0,0,98,25,0,0,100,25,0,0,102,25,0,0,104,25,0,0,108,25,0,0,108,25,0,0,108,25,0,0,110,25,0,0,116,25,0,0,118,25,0,0,120,25,0,0,124,25,0,0,124,25,0,0,126,25,0,0,128,25,0,0,128,25,0,0,130,25,0,0,130,25,0,0,134,25,0,0,134,25,0,0,134,25,0,0,134,25,0,0,134,25,0,0,136,25,0,0,138,25,0,0,140,25,0,0,140,25,0,0,142,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,150,25,0,0,150,25,0,0,150,25,0,0,150,25,0,0,150,25,0,0,152,25,0,0,156,25,0,0,160,25,0,0,160,25,0,0,164,25,0,0,168,25,0,0,168,25,0,0,170,25,0,0,172,25,0,0,172,25,0,0,174,25,0,0,174,25,0,0,174,25,0,0,174,25,0,0,174,25,0,0,176,25,0,0,178,25,0,0,180,25,0,0,182,25,0,0,182,25,0,0,12,26,0,0,16,26,0,0,20,26,0,0,22,26,0,0,24,26,0,0,24,26,0,0,28,26,0,0,30,26,0,0,32,26,0,0,34,26,0,0,38,26,0,0,38,26,0,0,38,26,0,0,38,26,0,0,42,26,0,0,48,26,0,0,50,26,0,0,50,26,0,0,50,26,0,0,52,26,0,0,54,26,0,0,56,26,0,0,58,26,0,0,58,26,0,0,58,26,0,0,62,26,0,0,66,26,0,0,68,26,0,0,70,26,0,0,74,26,0,0,76,26,0,0,76,26,0,0,78,26,0,0,78,26,0,0,78,26,0,0,82,26,0,0,84,26,0,0,86,26,0,0,86,26,0,0,86,26,0,0,88,26,0,0,92,26,0,0,92,26,0,0,98,26,0,0,100,26,0,0,102,26,0,0,108,26,0,0,112,26,0,0,116,26,0,0,116,26,0,0,118,26,0,0,120,26,0,0,122,26,0,0,122,26,0,0,122,26,0,0,122,26,0,0,122,26,0,0,124,26,0,0,124,26,0,0,126,26,0,0,128,26,0,0,128,26,0,0,128,26,0,0,128,26,0,0,128,26,0,0,132,26,0,0,134,26,0,0,134,26,0,0,138,26,0,0,142,26,0,0,144,26,0,0,146,26,0,0,146,26,0,0,148,26,0,0,150,26,0,0,156,26,0,0,156,26,0,0,158,26,0,0,158,26,0,0,158,26,0,0,160,26,0,0,160,26,0,0,160,26,0,0,164,26,0,0,166,26,0,0,168,26,0,0,170,26,0,0,172,26,0,0,174,26,0,0,176,26,0,0,178,26,0,0,178,26,0,0,178,26,0,0,182,26,0,0,184,26,0,0,186,26,0,0,188,26,0,0,188,26,0,0,192,26,0,0,194,26,0,0,198,26,0,0,198,26,0,0,198,26,0,0,198,26,0,0,200,26,0,0,202,26,0,0,202,26,0,0,202,26,0,0,202,26,0,0,202,26,0,0,206,26,0,0,214,26,0,0,214,26,0,0,214,26,0,0,214,26,0,0,216,26,0,0,216,26,0,0,220,26,0,0,222,26,0,0,222,26,0,0,226,26,0,0,226,26,0,0,226,26,0,0,228,26,0,0,230,26,0,0,230,26,0,0,230,26,0,0,230,26,0,0,230,26,0,0,232,26,0,0,232,26,0,0,236,26,0,0,238,26,0,0,240,26,0,0,240,26,0,0,240,26,0,0,240,26,0,0,240,26,0,0,242,26,0,0,242,26,0,0,244,26,0,0,246,26,0,0,246,26,0,0,250,26,0,0,252,26,0,0,252,26,0,0,254,26,0,0,6,27,0,0,10,27,0,0,10,27,0,0,14,27,0,0,14,27,0,0,14,27,0,0,16,27,0,0,18,27,0,0,20,27,0,0,22,27,0,0,26,27,0,0,30,27,0,0,32,27,0,0,36,27,0,0,40,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,48,27,0,0,50,27,0,0,52,27,0,0,52,27,0,0,52,27,0,0,54,27,0,0,56,27,0,0,58,27,0,0,58,27,0,0,62,27,0,0,64,27,0,0,64,27,0,0,66,27,0,0,68,27,0,0,72,27,0,0,76,27,0,0,78,27,0,0,82,27,0,0,84,27,0,0,84,27,0,0,86,27,0,0,90,27,0,0,90,27,0,0,92,27,0,0,100,27,0,0,100,27,0,0,100,27,0,0,100,27,0,0,102,27,0,0,102,27,0,0,102,27,0,0,104,27,0,0,106,27,0,0,108,27,0,0,110,27,0,0,118,27,0,0,118,27,0,0,120,27,0,0,124,27,0,0,124,27,0,0,126,27,0,0,130,27,0,0,130,27,0,0,132,27,0,0,132,27,0,0,134,27,0,0,134,27,0,0,136,27,0,0,138,27,0,0,146,27,0,0,148,27,0,0,154,27,0,0,158,27,0,0,158,27,0,0,160,27,0,0,162,27,0,0,164,27,0,0,166,27,0,0,170,27,0,0,170,27,0,0,176,27,0,0,176,27,0,0,176,27,0,0,180,27,0,0,180,27,0,0,182,27,0,0,186,27,0,0,190,27,0,0,190,27,0,0,192,27,0,0,192,27,0,0,192,27,0,0,194,27,0,0,198,27,0,0,200,27,0,0,200,27,0,0,200,27,0,0,204,27,0,0,206,27,0,0,206,27,0,0,206,27,0,0,208,27,0,0,208,27,0,0,216,27,0,0,218,27,0,0,218,27,0,0,218,27,0,0,218,27,0,0,222,27,0,0,224,27,0,0,226,27,0,0,232,27,0,0,234,27,0,0,238,27,0,0,238,27,0,0,238,27,0,0,238,27,0,0,238,27,0,0,240,27,0,0,240,27,0,0,244,27,0,0,244,27,0,0,246,27,0,0,254,27,0,0,254,27,0,0,0,28,0,0,2,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,10,28,0,0,18,28,0,0,20,28,0,0,20,28,0,0,24,28,0,0,24,28,0,0,24,28,0,0,28,28,0,0,28,28,0,0,32,28,0,0,32,28,0,0,32,28,0,0,36,28,0,0,38,28,0,0,38,28,0,0,42,28,0,0,42,28,0,0,42,28,0,0,44,28,0,0,46,28,0,0,48,28,0,0,52,28,0,0,54,28,0,0,56,28,0,0,56,28,0,0,58,28,0,0,64,28,0,0,64,28,0,0,66,28,0,0,68,28,0,0,70,28,0,0,70,28,0,0,72,28,0,0,76,28,0,0,76,28,0,0,78,28,0,0,80,28,0,0,80,28,0,0,82,28,0,0,82,28,0,0,84,28,0,0,86,28,0,0,88,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,92,28,0,0,96,28,0,0,102,28,0,0,112,28,0,0,114,28,0,0,116,28,0,0,122,28,0,0,122,28,0,0,122,28,0,0,124,28,0,0,130,28,0,0,134,28,0,0,140,28,0,0,144,28,0,0,150,28,0,0,158,28,0,0,160,28,0,0,162,28,0,0,162,28,0,0,162,28,0,0,166,28,0,0,166,28,0,0,170,28,0,0,172,28,0,0,174,28,0,0,174,28,0,0,176,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,190,28,0,0,190,28,0,0,192,28,0,0,194,28,0,0,194,28,0,0,194,28,0,0,194,28,0,0,198,28,0,0,202,28,0,0,206,28,0,0,206,28,0,0,206,28,0,0,212,28,0,0,214,28,0,0,216,28,0,0,218,28,0,0,220,28,0,0,222,28,0,0,222,28,0,0,224,28,0,0,226,28,0,0,232,28,0,0,234,28,0,0,234,28,0,0,234,28,0,0,234,28,0,0,236,28,0,0,240,28,0,0,246,28,0,0,254,28,0,0,254,28,0,0,254,28,0,0,254,28,0,0,0,29,0,0,6,29,0,0,6,29,0,0,8,29,0,0,8,29,0,0,12,29,0,0,14,29,0,0,14,29,0,0,14,29,0,0,14,29,0,0,18,29,0,0,18,29,0,0,18,29,0,0,18,29,0,0,22,29,0,0,24,29,0,0,24,29,0,0,24,29,0,0,24,29,0,0,26,29,0,0,28,29,0,0,28,29,0,0,30,29,0,0,30,29,0,0,32,29,0,0,34,29,0,0,34,29,0,0,34,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,50,29,0,0,54,29,0,0,54,29,0,0,54,29,0,0,56,29,0,0,58,29,0,0,58,29,0,0,58,29,0,0,58,29,0,0,60,29,0,0,66,29,0,0,66,29,0,0,72,29,0,0,72,29,0,0,74,29,0,0,76,29,0,0,78,29,0,0,82,29,0,0,88,29,0,0,88,29,0,0,92,29,0,0,94,29,0,0,94,29,0,0,98,29,0,0,102,29,0,0,102,29,0,0,102,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,114,29,0,0,118,29,0,0,122,29,0,0,122,29,0,0,122,29,0,0,126,29,0,0,128,29,0,0,128,29,0,0,128,29,0,0,128,29,0,0,130,29,0,0,130,29,0,0,132,29,0,0,136,29,0,0,136,29,0,0,136,29,0,0,138,29,0,0,140,29,0,0,142,29,0,0,144,29,0,0,144,29,0,0,148,29,0,0,150,29,0,0,154,29,0,0,154,29,0,0,154,29,0,0,156,29,0,0,160,29,0,0,162,29,0,0,166,29,0,0,168,29,0,0,168,29,0,0,168,29,0,0,170,29,0,0,174,29,0,0,174,29,0,0,174,29,0,0,178,29,0,0,178,29,0,0,178,29,0,0,180,29,0,0,182,29,0,0,182,29,0,0,182,29,0,0,182,29,0,0,186,29,0,0,188,29,0,0,190,29,0,0,192,29,0,0,194,29,0,0,198,29,0,0,204,29,0,0,206,29,0,0,206,29,0,0,208,29,0,0,208,29,0,0,212,29,0,0,214,29,0,0,214,29,0,0,216,29,0,0,218,29,0,0,220,29,0,0,220,29,0,0,220,29,0,0,220,29,0,0,224,29,0,0,226,29,0,0,226,29,0,0,226,29,0,0,228,29,0,0,232,29,0,0,232,29,0,0,238,29,0,0,240,29,0,0,242,29,0,0,246,29,0,0,246,29,0,0,246,29,0,0,248,29,0,0,250,29,0,0,250,29,0,0,252,29,0,0,254,29,0,0,2,30,0,0,4,30,0,0,6,30,0,0,6,30,0,0,8,30,0,0,8,30,0,0,10,30,0,0,18,30,0,0,24,30,0,0,26,30,0,0,28,30,0,0,30,30,0,0,30,30,0,0,32,30,0,0,32,30,0,0,34,30,0,0,36,30,0,0,36,30,0,0,36,30,0,0,38,30,0,0,38,30,0,0,40,30,0,0,40,30,0,0,46,30,0,0,50,30,0,0,50,30,0,0,58,30,0,0,64,30,0,0,64,30,0,0,66,30,0,0,68,30,0,0,72,30,0,0,76,30,0,0,78,30,0,0,80,30,0,0,84,30,0,0,84,30,0,0,84,30,0,0,88,30,0,0,88,30,0,0,90,30,0,0,96,30,0,0,100,30,0,0,110,30,0,0,112,30,0,0,116,30,0,0,118,30,0,0,122,30,0,0,124,30,0,0,128,30,0,0,128,30,0,0,130,30,0,0,132,30,0,0,132,30,0,0,132,30,0,0,136,30,0,0,136,30,0,0,136,30,0,0,136,30,0,0,136,30,0,0,140,30,0,0,140,30,0,0,140,30,0,0,142,30,0,0,144,30,0,0,148,30,0,0,150,30,0,0,152,30,0,0,152,30,0,0,154,30,0,0,154,30,0,0,154,30,0,0,154,30,0,0,156,30,0,0,156,30,0,0,158,30,0,0,162,30,0,0,166,30,0,0,168,30,0,0,172,30,0,0,174,30,0,0,180,30,0,0,182,30,0,0,188,30,0,0,194,30,0,0,194,30,0,0,194,30,0,0,194,30,0,0,196,30,0,0,200,30,0,0,200,30,0,0,200,30,0,0,208,30,0,0,210,30,0,0,216,30,0,0,218,30,0,0,218,30,0,0,220,30,0,0,220,30,0,0,220,30,0,0,220,30,0,0,228,30,0,0,230,30,0,0,230,30,0,0,232,30,0,0,232,30,0,0,232,30,0,0,236,30,0,0,238,30,0,0,238,30,0,0,240,30,0,0,242,30,0,0,246,30,0,0,248,30,0,0,250,30,0,0,254,30,0,0,254,30,0,0,0,31,0,0,0,31,0,0,0,31,0,0,0,31,0,0,2,31,0,0,4,31,0,0,6,31,0,0,8,31,0,0,10,31,0,0,14,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,26,31,0,0,26,31,0,0,30,31,0,0,30,31,0,0,30,31,0,0,32,31,0,0,32,31,0,0,34,31,0,0,36,31,0,0,38,31,0,0,40,31,0,0,42,31,0,0,44,31,0,0,44,31,0,0,48,31,0,0,50,31,0,0,50,31,0,0,54,31,0,0,54,31,0,0,56,31,0,0,56,31,0,0,60,31,0,0,60,31,0,0,68,31,0,0,72,31,0,0,72,31,0,0,72,31,0,0,74,31,0,0,78,31,0,0,78,31,0,0,82,31,0,0,86,31,0,0,88,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,106,31,0,0,106,31,0,0,106,31,0,0,108,31,0,0,108,31,0,0,110,31,0,0,110,31,0,0,112,31,0,0,116,31,0,0,116,31,0,0,116,31,0,0,118,31,0,0,118,31,0,0,118,31,0,0,118,31,0,0,122,31,0,0,122,31,0,0,126,31,0,0,126,31,0,0,126,31,0,0,128,31,0,0,130,31,0,0,130,31,0,0,130,31,0,0,130,31,0,0,134,31,0,0,136,31,0,0,138,31,0,0,138,31,0,0,138,31,0,0,144,31,0,0,152,31,0,0,154,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,168,31,0,0,170,31,0,0,172,31,0,0,174,31,0,0,174,31,0,0,174,31,0,0,178,31,0,0,178,31,0,0,182,31,0,0,186,31,0,0,196,31,0,0,198,31,0,0,198,31,0,0,198,31,0,0,200,31,0,0,202,31,0,0,202,31,0,0,202,31,0,0,206,31,0,0,206,31,0,0,210,31,0,0,212,31,0,0,214,31,0,0,214,31,0,0,214,31,0,0,216,31,0,0,218,31,0,0,218,31,0,0,220,31,0,0,222,31,0,0,228,31,0,0,228,31,0,0,234,31,0,0,234,31,0,0,234,31,0,0,236,31,0,0,236,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,250,31,0,0,250,31,0,0,252,31,0,0,252,31,0,0,252,31,0,0,254,31,0,0,0,32,0,0,8,32,0,0,12,32,0,0,12,32,0,0,12,32,0,0,12,32,0,0,14,32,0,0,14,32,0,0,18,32,0,0,22,32,0,0,22,32,0,0,24,32,0,0,26,32,0,0,28,32,0,0,30,32,0,0,30,32,0,0,32,32,0,0,34,32,0,0,40,32,0,0,42,32,0,0,42,32,0,0,44,32,0,0,46,32,0,0,50,32,0,0,52,32,0,0,52,32,0,0,52,32,0,0,56,32,0,0,56,32,0,0,62,32,0,0,62,32,0,0,70,32,0,0,72,32,0,0,72,32,0,0,72,32,0,0,74,32,0,0,76,32,0,0,78,32,0,0,78,32,0,0,78,32,0,0,78,32,0,0,80,32,0,0,80,32,0,0,80,32,0,0,80,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,92,32,0,0,104,32,0,0,106,32,0,0,106,32,0,0,112,32,0,0,116,32,0,0,122,32,0,0,124,32,0,0,124,32,0,0,124,32,0,0,124,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,136,32,0,0,142,32,0,0,142,32,0,0,144,32,0,0,146,32,0,0,146,32,0,0,148,32,0,0,148,32,0,0,150,32,0,0,154,32,0,0,160,32,0,0,170,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,174,32,0,0,174,32,0,0,174,32,0,0,174,32,0,0,178,32,0,0,180,32,0,0,184,32,0,0,188,32,0,0,190,32,0,0,190,32,0,0,192,32,0,0,192,32,0,0,194,32,0,0,194,32,0,0,198,32,0,0,202,32,0,0,206,32,0,0,210,32,0,0,210,32,0,0,212,32,0,0,214,32,0,0,218,32,0,0,218,32,0,0,218,32,0,0,224,32,0,0,226,32,0,0,226,32,0,0,228,32,0,0,230,32,0,0,234,32,0,0,234,32,0,0,234,32,0,0,238,32,0,0,240,32,0,0,240,32,0,0,244,32,0,0,248,32,0,0,250,32,0,0,252,32,0,0,252,32,0,0,254,32,0,0,254,32,0,0,254,32,0,0,254,32,0,0,0,33,0,0,6,33,0,0,6,33,0,0,10,33,0,0,10,33,0,0,20,33,0,0,22,33,0,0,24,33,0,0,24,33,0,0,28,33,0,0,28,33,0,0,28,33,0,0,30,33,0,0,36,33,0,0,36,33,0,0,40,33,0,0,40,33,0,0,46,33,0,0,46,33,0,0,46,33,0,0,48,33,0,0,48,33,0,0,56,33,0,0,58,33,0,0,58,33,0,0,64,33,0,0,64,33,0,0,68,33,0,0,68,33,0,0,72,33,0,0,76,33,0,0,76,33,0,0,78,33,0,0,78,33,0,0,78,33,0,0,86,33,0,0,86,33,0,0,86,33,0,0,86,33,0,0,88,33,0,0,88,33,0,0,94,33,0,0,96,33,0,0,100,33,0,0,102,33,0,0,102,33,0,0,102,33,0,0,104,33,0,0,106,33,0,0,106,33,0,0,106,33,0,0,108,33,0,0,108,33,0,0,110,33,0,0,112,33,0,0,114,33,0,0,124,33,0,0,124,33,0,0,126,33,0,0,126,33,0,0,130,33,0,0,130,33,0,0,130,33,0,0,132,33,0,0,134,33,0,0,134,33,0,0,138,33,0,0,140,33,0,0,140,33,0,0,140,33,0,0,144,33,0,0,148,33,0,0,150,33,0,0,152,33,0,0,152,33,0,0,156,33,0,0,160,33,0,0,160,33,0,0,160,33,0,0,160,33,0,0,162,33,0,0,164,33,0,0,166,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,168,33,0,0,172,33,0,0,172,33,0,0,172,33,0,0,174,33,0,0,176,33,0,0,178,33,0,0,180,33,0,0,182,33,0,0,186,33,0,0,188,33,0,0,190,33,0,0,192,33,0,0,200,33,0,0,202,33,0,0,202,33,0,0,208,33,0,0,210,33,0,0,212,33,0,0,216,33,0,0,218,33,0,0,220,33,0,0,222,33,0,0,224,33,0,0,226,33,0,0,228,33,0,0,230,33,0,0,232,33,0,0,232,33,0,0,234,33,0,0,234,33,0,0,236,33,0,0,240,33,0,0,242,33,0,0,244,33,0,0,246,33,0,0,246,33,0,0,254,33,0,0,254,33,0,0,2,34,0,0,4,34,0,0,6,34,0,0,6,34,0,0,12,34,0,0,12,34,0,0,12,34,0,0,16,34,0,0,18,34,0,0,18,34,0,0,18,34,0,0,20,34,0,0,20,34,0,0,20,34,0,0,22,34,0,0,24,34,0,0,28,34,0,0,28,34,0,0,28,34,0,0,32,34,0,0,32,34,0,0,34,34,0,0,42,34,0,0,48,34,0,0,50,34,0,0,50,34,0,0,52,34,0,0,54,34,0,0,54,34,0,0,58,34,0,0,62,34,0,0,64,34,0,0,66,34,0,0,66,34,0,0,68,34,0,0,68,34,0,0,70,34,0,0,76,34,0,0,76,34,0,0,78,34,0,0,78,34,0,0,78,34,0,0,80,34,0,0,84,34,0,0,84,34,0,0,84,34,0,0,84,34,0,0,84,34,0,0,84,34,0,0,88,34,0,0,88,34,0,0,88,34,0,0,90,34,0,0,90,34,0,0,90,34,0,0,94,34,0,0,96,34,0,0,96,34,0,0,98,34,0,0,98,34,0,0,98,34,0,0,104,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,112,34,0,0,118,34,0,0,122,34,0,0,124,34,0,0,128,34,0,0,132,34,0,0,134,34,0,0,136,34,0,0,136,34,0,0,140,34,0,0,142,34,0,0,148,34,0,0,152,34,0,0,154,34,0,0,154,34,0,0,154,34,0,0,154,34,0,0,154,34,0,0,156,34,0,0,164,34,0,0,164,34,0,0,164,34,0,0,168,34,0,0,168,34,0,0,168,34,0,0,168,34,0,0,168,34,0,0,170,34,0,0,174,34,0,0,178,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,190,34,0,0,194,34,0,0,194,34,0,0,196,34,0,0,196,34,0,0,200,34,0,0,200,34,0,0,200,34,0,0,206,34,0,0,210,34,0,0,212,34,0,0,212,34,0,0,212,34,0,0,214,34,0,0,214,34,0,0,216,34,0,0,218,34,0,0,220,34,0,0,220,34,0,0,222,34,0,0,222,34,0,0,224,34,0,0,230,34,0,0,230,34,0,0,232,34,0,0,232,34,0,0,232,34,0,0,236,34,0,0,238,34,0,0,242,34,0,0,246,34,0,0,248,34,0,0,250,34,0,0,250,34,0,0,250,34,0,0,254,34,0,0,2,35,0,0,4,35,0,0,4,35,0,0,8,35,0,0,12,35,0,0,14,35,0,0,18,35,0,0,18,35,0,0,18,35,0,0,20,35,0,0,20,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,28,35,0,0,30,35,0,0,34,35,0,0,38,35,0,0,38,35,0,0,40,35,0,0,40,35,0,0,42,35,0,0,42,35,0,0,42,35,0,0,46,35,0,0,46,35,0,0,46,35,0,0,48,35,0,0,52,35,0,0,54,35,0,0,54,35,0,0,58,35,0,0,58,35,0,0,60,35,0,0,62,35,0,0,64,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,74,35,0,0,76,35,0,0,78,35,0,0,78,35,0,0,82,35,0,0,82,35,0,0,82,35,0,0,84,35,0,0,86,35,0,0,94,35,0,0,96,35,0,0,98,35,0,0,98,35,0,0,98,35,0,0,102,35,0,0,104,35,0,0,104,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,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,116,35,0,0,122,35,0,0,126,35,0,0,130,35,0,0,132,35,0,0,134,35,0,0,134,35,0,0,134,35,0,0,138,35,0,0,138,35,0,0,140,35,0,0,142,35,0,0,142,35,0,0,146,35,0,0,150,35,0,0,152,35,0,0,154,35,0,0,154,35,0,0,154,35,0,0,156,35,0,0,158,35,0,0,158,35,0,0,162,35,0,0,164,35,0,0,166,35,0,0,172,35,0,0,174,35,0,0,176,35,0,0,178,35,0,0,178,35,0,0,180,35,0,0,182,35,0,0,186,35,0,0,186,35,0,0,190,35,0,0,192,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,206,35,0,0,206,35,0,0,206,35,0,0,208,35,0,0,208,35,0,0,208,35,0,0,208,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,224,35,0,0,224,35,0,0,224,35,0,0,224,35,0,0,228,35,0,0,228,35,0,0,228,35,0,0,228,35,0,0,228,35,0,0,230,35,0,0,238,35,0,0,242,35,0,0,242,35,0,0,242,35,0,0,244,35,0,0,244,35,0,0,244,35,0,0,250,35,0,0,0,36,0,0,2,36,0,0,2,36,0,0,6,36,0,0,6,36,0,0,6,36,0,0,8,36,0,0,8,36,0,0,8,36,0,0,10,36,0,0,10,36,0,0,10,36,0,0,12,36,0,0,16,36,0,0,20,36,0,0,24,36,0,0,26,36,0,0,26,36,0,0,26,36,0,0,30,36,0,0,30,36,0,0,34,36,0,0,42,36,0,0,42,36,0,0,46,36,0,0,48,36,0,0,50,36,0,0,52,36,0,0,54,36,0,0,54,36,0,0,54,36,0,0,54,36,0,0,56,36,0,0,58,36,0,0,62,36,0,0,64,36,0,0,68,36,0,0,68,36,0,0,70,36,0,0,72,36,0,0,72,36,0,0,74,36,0,0,78,36,0,0,80,36,0,0,80,36,0,0,84,36,0,0,86,36,0,0,88,36,0,0,90,36,0,0,90,36,0,0,90,36,0,0,92,36,0,0,96,36,0,0,98,36,0,0,98,36,0,0,100,36,0,0,100,36,0,0,102,36,0,0,104,36,0,0,104,36,0,0,104,36,0,0,108,36,0,0,112,36,0,0,112,36,0,0,118,36,0,0,122,36,0,0,126,36,0,0,128,36,0,0,132,36,0,0,132,36,0,0,136,36,0,0,140,36,0,0,144,36,0,0,148,36,0,0,150,36,0,0,152,36,0,0,158,36,0,0,158,36,0,0,162,36,0,0,164,36,0,0,170,36,0,0,172,36,0,0,174,36,0,0,176,36,0,0,178,36,0,0,178,36,0,0,184,36,0,0,188,36,0,0,188,36,0,0,190,36,0,0,192,36,0,0,192,36,0,0,196,36,0,0,202,36,0,0,206,36,0,0,208,36,0,0,208,36,0,0,208,36,0,0,208,36,0,0,210,36,0,0,212,36,0,0,212,36,0,0,212,36,0,0,214,36,0,0,214,36,0,0,216,36,0,0,216,36,0,0,220,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,224,36,0,0,228,36,0,0,234,36,0,0,238,36,0,0,244,36,0,0,244,36,0,0,244,36,0,0,250,36,0,0,0,37,0,0,0,37,0,0,0,37,0,0,2,37,0,0,4,37,0,0,8,37,0,0,10,37,0,0,14,37,0,0,20,37,0,0,20,37,0,0,20,37,0,0,24,37,0,0,26,37,0,0,28,37,0,0,28,37,0,0,28,37,0,0,28,37,0,0,32,37,0,0,34,37,0,0,34,37,0,0,36,37,0,0,36,37,0,0,38,37,0,0,38,37,0,0,38,37,0,0,42,37,0,0,42,37,0,0,42,37,0,0,44,37,0,0,52,37,0,0,52,37,0,0,56,37,0,0,56,37,0,0,56,37,0,0,58,37,0,0,58,37,0,0,60,37,0,0,62,37,0,0,64,37,0,0,66,37,0,0,66,37,0,0,70,37,0,0,72,37,0,0,72,37,0,0,74,37,0,0,78,37,0,0,82,37,0,0,84,37,0,0,86,37,0,0,86,37,0,0,86,37,0,0,86,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,96,37,0,0,98,37,0,0,102,37,0,0,114,37,0,0,114,37,0,0,116,37,0,0,118,37,0,0,122,37,0,0,124,37,0,0,126,37,0,0,126,37,0,0,126,37,0,0,130,37,0,0,132,37,0,0,132,37,0,0,134,37,0,0,138,37,0,0,140,37,0,0,144,37,0,0,148,37,0,0,150,37,0,0,152,37,0,0,158,37,0,0,158,37,0,0,160,37,0,0,162,37,0,0,168,37,0,0,168,37,0,0,172,37,0,0,174,37,0,0,176,37,0,0,176,37,0,0,176,37,0,0,176,37,0,0,178,37,0,0,182,37,0,0,184,37,0,0,184,37,0,0,188,37,0,0,190,37,0,0,194,37,0,0,194,37,0,0,194,37,0,0,194,37,0,0,194,37,0,0,194,37,0,0,194,37,0,0,194,37,0,0,198,37,0,0,198,37,0,0,198,37,0,0,202,37,0,0,204,37,0,0,204,37,0,0,204,37,0,0,208,37,0,0,212,37,0,0,212,37,0,0,214,37,0,0,216,37,0,0,218,37,0,0,218,37,0,0,220,37,0,0,226,37,0,0,230,37,0,0,232,37,0,0,234,37,0,0,234,37,0,0,236,37,0,0,238,37,0,0,238,37,0,0,242,37,0,0,244,37,0,0,250,37,0,0,252,37,0,0,252,37,0,0,254,37,0,0,254,37,0,0,254,37,0,0,2,38,0,0,2,38,0,0,6,38,0,0,6,38,0,0,8,38,0,0,12,38,0,0,14,38,0,0,16,38,0,0,24,38,0,0,32,38,0,0,32,38,0,0,34,38,0,0,36,38,0,0,40,38,0,0,42,38,0,0,48,38,0,0,48,38,0,0,48,38,0,0,52,38,0,0,52,38,0,0,54,38,0,0,54,38,0,0,58,38,0,0,58,38,0,0,60,38,0,0,62,38,0,0,64,38,0,0,64,38,0,0,64,38,0,0,68,38,0,0,72,38,0,0,72,38,0,0,76,38,0,0,80,38,0,0,82,38,0,0,88,38,0,0,90,38,0,0,92,38,0,0,96,38,0,0,96,38,0,0,100,38,0,0,100,38,0,0,100,38,0,0,102,38,0,0,108,38,0,0,110,38,0,0,110,38,0,0,114,38,0,0,116,38,0,0,116,38,0,0,116,38,0,0,118,38,0,0,120,38,0,0,120,38,0,0,120,38,0,0,124,38,0,0,128,38,0,0,130,38,0,0,130,38,0,0,130,38,0,0,132,38,0,0,132,38,0,0,138,38,0,0,138,38,0,0,138,38,0,0,140,38,0,0,142,38,0,0,142,38,0,0,142,38,0,0,142,38,0,0,144,38,0,0,146,38,0,0,152,38,0,0,152,38,0,0,156,38,0,0,156,38,0,0,158,38,0,0,158,38,0,0,158,38,0,0,164,38,0,0,166,38,0,0,168,38,0,0,170,38,0,0,172,38,0,0,172,38,0,0,172,38,0,0,174,38,0,0,180,38,0,0,182,38,0,0,186,38,0,0,188,38,0,0,194,38,0,0,198,38,0,0,198,38,0,0,200,38,0,0,200,38,0,0,202,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,218,38,0,0,220,38,0,0,222,38,0,0,222,38,0,0,226,38,0,0,228,38,0,0,228,38,0,0,228,38,0,0,230,38,0,0,230,38,0,0,230,38,0,0,232,38,0,0,234,38,0,0,236,38,0,0,242,38,0,0,244,38,0,0,246,38,0,0,248,38,0,0,248,38,0,0,248,38,0,0,248,38,0,0,250,38,0,0,252,38,0,0,252,38,0,0,4,39,0,0,6,39,0,0,6,39,0,0,6,39,0,0,6,39,0,0,6,39,0,0,10,39,0,0,10,39,0,0,10,39,0,0,14,39,0,0,14,39,0,0,18,39,0,0,18,39,0,0,18,39,0,0,20,39,0,0,24,39,0,0,24,39,0,0,26,39,0,0,26,39,0,0,26,39,0,0,28,39,0,0,28,39,0,0,28,39,0,0,32,39,0,0,32,39,0,0,32,39,0,0,34,39,0,0,36,39,0,0,38,39,0,0,38,39,0,0,42,39,0,0,42,39,0,0,44,39,0,0,46,39,0,0,46,39,0,0,48,39,0,0,50,39,0,0,56,39,0,0,62,39,0,0,66,39,0,0,70,39,0,0,74,39,0,0,76,39,0,0,78,39,0,0,84,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,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,104,39,0,0,104,39,0,0,112,39,0,0,114,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,122,39,0,0,122,39,0,0,130,39,0,0,132,39,0,0,136,39,0,0,140,39,0,0,140,39,0,0,140,39,0,0,140,39,0,0,144,39,0,0,148,39,0,0,152,39,0,0,152,39,0,0,154,39,0,0,158,39,0,0,160,39,0,0,160,39,0,0,164,39,0,0,164,39,0,0,166,39,0,0,168,39,0,0,170,39,0,0,174,39,0,0,176,39,0,0,182,39,0,0,186,39,0,0,188,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,206,39,0,0,210,39,0,0,210,39,0,0,212,39,0,0,216,39,0,0,218,39,0,0,218,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,226,39,0,0,226,39,0,0,226,39,0,0,228,39,0,0,230,39,0,0,234,39,0,0,236,39,0,0,236,39,0,0,240,39,0,0,244,39,0,0,248,39,0,0,248,39,0,0,252,39,0,0,254,39,0,0,0,40,0,0,6,40,0,0,8,40,0,0,10,40,0,0,10,40,0,0,12,40,0,0,14,40,0,0,18,40,0,0,20,40,0,0,26,40,0,0,28,40,0,0,30,40,0,0,30,40,0,0,36,40,0,0,36,40,0,0,36,40,0,0,38,40,0,0,38,40,0,0,40,40,0,0,42,40,0,0,50,40,0,0,50,40,0,0,50,40,0,0,54,40,0,0,56,40,0,0,58,40,0,0,58,40,0,0,62,40,0,0,62,40,0,0,64,40,0,0,70,40,0,0,70,40,0,0,72,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,90,40,0,0,90,40,0,0,94,40,0,0,98,40,0,0,98,40,0,0,102,40,0,0,104,40,0,0,106,40,0,0,108,40,0,0,108,40,0,0,108,40,0,0,108,40,0,0,108,40,0,0,108,40,0,0,110,40,0,0,110,40,0,0,120,40,0,0,122,40,0,0,124,40,0,0,124,40,0,0,124,40,0,0,126,40,0,0,126,40,0,0,128,40,0,0,128,40,0,0,130,40,0,0,130,40,0,0,132,40,0,0,132,40,0,0,134,40,0,0,134,40,0,0,138,40,0,0,140,40,0,0,140,40,0,0,142,40,0,0,144,40,0,0,148,40,0,0,148,40,0,0,150,40,0,0,154,40,0,0,154,40,0,0,154,40,0,0,154,40,0,0,156,40,0,0,158,40,0,0,162,40,0,0,164,40,0,0,164,40,0,0,166,40,0,0,170,40,0,0,172,40,0,0,176,40,0,0,176,40,0,0,176,40,0,0,180,40,0,0,180,40,0,0,180,40,0,0,182,40,0,0,184,40,0,0,186,40,0,0,186,40,0,0,186,40,0,0,188,40,0,0,188,40,0,0,188,40,0,0,192,40,0,0,192,40,0,0,194,40,0,0,198,40,0,0,200,40,0,0,200,40,0,0,202,40,0,0,204,40,0,0,208,40,0,0,212,40,0,0,212,40,0,0,218,40,0,0,218,40,0,0,218,40,0,0,218,40,0,0,218,40,0,0,222,40,0,0,222,40,0,0,222,40,0,0,224,40,0,0,224,40,0,0,224,40,0,0,226,40,0,0,228,40,0,0,230,40,0,0,230,40,0,0,230,40,0,0,230,40,0,0,232,40,0,0,232,40,0,0,232,40,0,0,236,40,0,0,238,40,0,0,244,40,0,0,248,40,0,0,250,40,0,0,250,40,0,0,252,40,0,0,252,40,0,0,2,41,0,0,6,41,0,0,8,41,0,0,10,41,0,0,14,41,0,0,16,41,0,0,16,41,0,0,18,41,0,0,20,41,0,0,22,41,0,0,24,41,0,0,24,41,0,0,30,41,0,0,30,41,0,0,32,41,0,0,32,41,0,0,34,41,0,0,36,41,0,0,36,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,48,41,0,0,48,41,0,0,48,41,0,0,50,41,0,0,50,41,0,0,50,41,0,0,54,41,0,0,54,41,0,0,54,41,0,0,54,41,0,0,54,41,0,0,58,41,0,0,68,41,0,0,68,41,0,0,68,41,0,0,68,41,0,0,72,41,0,0,74,41,0,0,76,41,0,0,76,41,0,0,76,41,0,0,76,41,0,0,78,41,0,0,80,41,0,0,82,41,0,0,82,41,0,0,84,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,92,41,0,0,92,41,0,0,94,41,0,0,94,41,0,0,96,41,0,0,100,41,0,0,100,41,0,0,100,41,0,0,100,41,0,0,104,41,0,0,104,41,0,0,106,41,0,0,106,41,0,0,106,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,112,41,0,0,112,41,0,0,116,41,0,0,118,41,0,0,120,41,0,0,124,41,0,0,130,41,0,0,130,41,0,0,132,41,0,0,132,41,0,0,132,41,0,0,136,41,0,0,138,41,0,0,140,41,0,0,140,41,0,0,140,41,0,0,144,41,0,0,146,41,0,0,146,41,0,0,148,41,0,0,150,41,0,0,150,41,0,0,154,41,0,0,156,41,0,0,158,41,0,0,160,41,0,0,162,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,178,41,0,0,180,41,0,0,184,41,0,0,184,41,0,0,188,41,0,0,188,41,0,0,190,41,0,0,190,41,0,0,198,41,0,0,200,41,0,0,202,41,0,0,202,41,0,0,204,41,0,0,210,41,0,0,212,41,0,0,214,41,0,0,214,41,0,0,214,41,0,0,214,41,0,0,218,41,0,0,218,41,0,0,218,41,0,0,226,41,0,0,230,41,0,0,232,41,0,0,232,41,0,0,234,41,0,0,236,41,0,0,238,41,0,0,246,41,0,0,246,41,0,0,248,41,0,0,250,41,0,0,250,41,0,0,250,41,0,0,250,41,0,0,252,41,0,0,252,41,0,0,252,41,0,0,252,41,0,0,254,41,0,0,0,42,0,0,2,42,0,0,6,42,0,0,12,42,0,0,16,42,0,0,18,42,0,0,18,42,0,0,22,42,0,0,24,42,0,0,26,42,0,0,28,42,0,0,30,42,0,0,30,42,0,0,34,42,0,0,36,42,0,0,40,42,0,0,44,42,0,0,46,42,0,0,46,42,0,0,46,42,0,0,48,42,0,0,48,42,0,0,50,42,0,0,52,42,0,0,54,42,0,0,54,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,70,42,0,0,72,42,0,0,74,42,0,0,78,42,0,0,82,42,0,0,82,42,0,0,84,42,0,0,86,42,0,0,88,42,0,0,94,42,0,0,96,42,0,0,96,42,0,0,98,42,0,0,102,42,0,0,102,42,0,0,102,42,0,0,106,42,0,0,106,42,0,0,112,42,0,0,112,42,0,0,114,42,0,0,116,42,0,0,116,42,0,0,118,42,0,0,122,42,0,0,122,42,0,0,124,42,0,0,128,42,0,0,128,42,0,0,132,42,0,0,134,42,0,0,134,42,0,0,136,42,0,0,136,42,0,0,138,42,0,0,142,42,0,0,142,42,0,0,142,42,0,0,142,42,0,0,148,42,0,0,152,42,0,0,152,42,0,0,156,42,0,0,158,42,0,0,158,42,0,0,158,42,0,0,158,42,0,0,162,42,0,0,164,42,0,0,164,42,0,0,170,42,0,0,174,42,0,0,176,42,0,0,176,42,0,0,178,42,0,0,182,42,0,0,184,42,0,0,184,42,0,0,186,42,0,0,188,42,0,0,188,42,0,0,190,42,0,0,200,42,0,0,200,42,0,0,204,42,0,0,204,42,0,0,206,42,0,0,208,42,0,0,210,42,0,0,212,42,0,0,214,42,0,0,216,42,0,0,218,42,0,0,220,42,0,0,222,42,0,0,222,42,0,0,222,42,0,0,224,42,0,0,224,42,0,0,224,42,0,0,224,42,0,0,224,42,0,0,224,42,0,0,224,42,0,0,224,42,0,0,226,42,0,0,226,42,0,0,226,42,0,0,228,42,0,0,232,42,0,0,232,42,0,0,236,42,0,0,240,42,0,0,242,42,0,0,246,42,0,0,248,42,0,0,250,42,0,0,252,42,0,0,252,42,0,0,254,42,0,0,0,43,0,0,0,43,0,0,4,43,0,0,6,43,0,0,8,43,0,0,10,43,0,0,10,43,0,0,12,43,0,0,14,43,0,0,16,43,0,0,20,43,0,0,22,43,0,0,24,43,0,0,26,43,0,0,28,43,0,0,30,43,0,0,30,43,0,0,34,43,0,0,36,43,0,0,40,43,0,0,42,43,0,0,42,43,0,0,44,43,0,0,44,43,0,0,48,43,0,0,48,43,0,0,48,43,0,0,52,43,0,0,56,43,0,0,56,43,0,0,58,43,0,0,58,43,0,0,60,43,0,0,60,43,0,0,64,43,0,0,66,43,0,0,66,43,0,0,68,43,0,0,74,43,0,0,76,43,0,0,76,43,0,0,76,43,0,0,76,43,0,0,78,43,0,0,78,43,0,0,82,43,0,0,84,43,0,0,86,43,0,0,88,43,0,0,92,43,0,0,92,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,112,43,0,0,112,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,122,43,0,0,124,43,0,0,126,43,0,0,128,43,0,0,130,43,0,0,132,43,0,0,134,43,0,0,138,43,0,0,140,43,0,0,144,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,160,43,0,0,162,43,0,0,164,43,0,0,170,43,0,0,174,43,0,0,176,43,0,0,180,43,0,0,184,43,0,0,186,43,0,0,186,43,0,0,186,43,0,0,186,43,0,0,190,43,0,0,190,43,0,0,192,43,0,0,192,43,0,0,194,43,0,0,194,43,0,0,198,43,0,0,200,43,0,0,202,43,0,0,202,43,0,0,206,43,0,0,212,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,222,43,0,0,224,43,0,0,224,43,0,0,226,43,0,0,228,43,0,0,228,43,0,0,230,43,0,0,232,43,0,0,234,43,0,0,234,43,0,0,240,43,0,0,246,43,0,0,248,43,0,0,250,43,0,0,254,43,0,0,2,44,0,0,6,44,0,0,6,44,0,0,10,44,0,0,16,44,0,0,16,44,0,0,20,44,0,0,22,44,0,0,24,44,0,0,28,44,0,0,32,44,0,0,32,44,0,0,36,44,0,0,38,44,0,0,38,44,0,0,38,44,0,0,40,44,0,0,46,44,0,0,48,44,0,0,50,44,0,0,54,44,0,0,54,44,0,0,54,44,0,0,54,44,0,0,62,44,0,0,62,44,0,0,62,44,0,0,64,44,0,0,66,44,0,0,68,44,0,0,68,44,0,0,72,44,0,0,72,44,0,0,72,44,0,0,72,44,0,0,76,44,0,0,82,44,0,0,82,44,0,0,82,44,0,0,82,44,0,0,84,44,0,0,86,44,0,0,88,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,106,44,0,0,106,44,0,0,108,44,0,0,110,44,0,0,110,44,0,0,114,44,0,0,118,44,0,0,126,44,0,0,132,44,0,0,136,44,0,0,138,44,0,0,138,44,0,0,140,44,0,0,144,44,0,0,144,44,0,0,152,44,0,0,152,44,0,0,156,44,0,0,158,44,0,0,162,44,0,0,164,44,0,0,170,44,0,0,170,44,0,0,176,44,0,0,180,44,0,0,180,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,186,44,0,0,188,44,0,0,194,44,0,0,194,44,0,0,198,44,0,0,200,44,0,0,202,44,0,0,202,44,0,0,202,44,0,0,202,44,0,0,206,44,0,0,206,44,0,0,208,44,0,0,210,44,0,0,210,44,0,0,212,44,0,0,214,44,0,0,214,44,0,0,214,44,0,0,216,44,0,0,218,44,0,0,222,44,0,0,226,44,0,0,228,44,0,0,230,44,0,0,230,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,250,44,0,0,250,44,0,0,250,44,0,0,252,44,0,0,0,45,0,0,0,45,0,0,0,45,0,0,4,45,0,0,4,45,0,0,6,45,0,0,8,45,0,0,10,45,0,0,12,45,0,0,12,45,0,0,14,45,0,0,20,45,0,0,20,45,0,0,22,45,0,0,24,45,0,0,26,45,0,0,28,45,0,0,30,45,0,0,36,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,46,45,0,0,48,45,0,0,48,45,0,0,48,45,0,0,52,45,0,0,54,45,0,0,56,45,0,0,56,45,0,0,60,45,0,0,64,45,0,0,72,45,0,0,72,45,0,0,72,45,0,0,74,45,0,0,74,45,0,0,76,45,0,0,78,45,0,0,78,45,0,0,78,45,0,0,82,45,0,0,84,45,0,0,84,45,0,0,86,45,0,0,88,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,112,45,0,0,112,45,0,0,112,45,0,0,114,45,0,0,116,45,0,0,118,45,0,0,118,45,0,0,122,45,0,0,122,45,0,0,122,45,0,0,122,45,0,0,128,45,0,0,130,45,0,0,134,45,0,0,136,45,0,0,136,45,0,0,138,45,0,0,138,45,0,0,138,45,0,0,140,45,0,0,140,45,0,0,142,45,0,0,142,45,0,0,144,45,0,0,146,45,0,0,148,45,0,0,148,45,0,0,150,45,0,0,152,45,0,0,152,45,0,0,156,45,0,0,156,45,0,0,158,45,0,0,160,45,0,0,160,45,0,0,162,45,0,0,162,45,0,0,162,45,0,0,162,45,0,0,164,45,0,0,166,45,0,0,168,45,0,0,168,45,0,0,168,45,0,0,168,45,0,0,168,45,0,0,170,45,0,0,170,45,0,0,172,45,0,0,174,45,0,0,176,45,0,0,176,45,0,0,178,45,0,0,178,45,0,0,178,45,0,0,178,45,0,0,182,45,0,0,186,45,0,0,188,45,0,0,188,45,0,0,190,45,0,0,196,45,0,0,198,45,0,0,198,45,0,0,200,45,0,0,200,45,0,0,200,45,0,0,200,45,0,0,202,45,0,0,208,45,0,0,212,45,0,0,212,45,0,0,212,45,0,0,212,45,0,0,214,45,0,0,216,45,0,0,216,45,0,0,216,45,0,0,220,45,0,0,224,45,0,0,224,45,0,0,234,45,0,0,238,45,0,0,238,45,0,0,238,45,0,0,240,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,252,45,0,0,254,45,0,0,0,46,0,0,4,46,0,0,6,46,0,0,8,46,0,0,8,46,0,0,10,46,0,0,12,46,0,0,16,46,0,0,20,46,0,0,22,46,0,0,22,46,0,0,26,46,0,0,28,46,0,0,30,46,0,0,30,46,0,0,34,46,0,0,38,46,0,0,40,46,0,0,42,46,0,0,44,46,0,0,48,46,0,0,50,46,0,0,54,46,0,0,58,46,0,0,60,46,0,0,60,46,0,0,62,46,0,0,62,46,0,0,64,46,0,0,68,46,0,0,68,46,0,0,70,46,0,0,72,46,0,0,72,46,0,0,74,46,0,0,74,46,0,0,74,46,0,0,74,46,0,0,76,46,0,0,80,46,0,0,84,46,0,0,88,46,0,0,88,46,0,0,88,46,0,0,90,46,0,0,90,46,0,0,90,46,0,0,94,46,0,0,94,46,0,0,100,46,0,0,100,46,0,0,100,46,0,0,104,46,0,0,104,46,0,0,108,46,0,0,108,46,0,0,110,46,0,0,110,46,0,0,110,46,0,0,112,46,0,0,114,46,0,0,116,46,0,0,116,46,0,0,122,46,0,0,124,46,0,0,126,46,0,0,128,46,0,0,134,46,0,0,134,46,0,0,138,46,0,0,142,46,0,0,146,46,0,0,146,46,0,0,148,46,0,0,148,46,0,0,152,46,0,0,152,46,0,0,154,46,0,0,156,46,0,0,158,46,0,0,158,46,0,0,162,46,0,0,162,46,0,0,162,46,0,0,162,46,0,0,168,46,0,0,170,46,0,0,170,46,0,0,170,46,0,0,172,46,0,0,172,46,0,0,172,46,0,0,174,46,0,0,174,46,0,0,174,46,0,0,178,46,0,0,182,46,0,0,182,46,0,0,186,46,0,0,186,46,0,0,186,46,0,0,186,46,0,0,192,46,0,0,192,46,0,0,192,46,0,0,192,46,0,0,192,46,0,0,192,46,0,0,194,46,0,0,194,46,0,0,198,46,0,0,198,46,0,0,200,46,0,0,200,46,0,0,200,46,0,0,200,46,0,0,204,46,0,0,206,46,0,0,210,46,0,0,210,46,0,0,216,46,0,0,218,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,226,46,0,0,236,46,0,0,236,46,0,0,236,46,0,0,238,46,0,0,240,46,0,0,240,46,0,0,242,46,0,0,244,46,0,0,244,46,0,0,244,46,0,0,246,46,0,0,246,46,0,0,248,46,0,0,248,46,0,0,250,46,0,0,250,46,0,0,254,46,0,0,2,47,0,0,4,47,0,0,6,47,0,0,6,47,0,0,6,47,0,0,8,47,0,0,8,47,0,0,10,47,0,0,10,47,0,0,10,47,0,0,14,47,0,0,14,47,0,0,14,47,0,0,16,47,0,0,16,47,0,0,16,47,0,0,18,47,0,0,22,47,0,0,24,47,0,0,26,47,0,0,26,47,0,0,30,47,0,0,32,47,0,0,36,47,0,0,38,47,0,0,42,47,0,0,42,47,0,0,42,47,0,0,44,47,0,0,48,47,0,0,54,47,0,0,54,47,0,0,54,47,0,0,54,47,0,0,58,47,0,0,58,47,0,0,60,47,0,0,60,47,0,0,62,47,0,0,66,47,0,0,68,47,0,0,78,47,0,0,80,47,0,0,84,47,0,0,86,47,0,0,86,47,0,0,86,47,0,0,88,47,0,0,88,47,0,0,92,47,0,0,94,47,0,0,94,47,0,0,94,47,0,0,94,47,0,0,94,47,0,0,96,47,0,0,100,47,0,0,102,47,0,0,102,47,0,0,110,47,0,0,112,47,0,0,112,47,0,0,114,47,0,0,118,47,0,0,120,47,0,0,120,47,0,0,120,47,0,0,120,47,0,0,122,47,0,0,124,47,0,0,124,47,0,0,128,47,0,0,128,47,0,0,128,47,0,0,128,47,0,0,130,47,0,0,130,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,138,47,0,0,138,47,0,0,138,47,0,0,138,47,0,0,140,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,152,47,0,0,156,47,0,0,158,47,0,0,162,47,0,0,166,47,0,0,172,47,0,0,172,47,0,0,172,47,0,0,172,47,0,0,174,47,0,0,174,47,0,0,178,47,0,0,178,47,0,0,180,47,0,0,182,47,0,0,186,47,0,0,188,47,0,0,190,47,0,0,192,47,0,0,194,47,0,0,194,47,0,0,194,47,0,0,196,47,0,0,196,47,0,0,196,47,0,0,204,47,0,0,206,47,0,0,208,47,0,0,208,47,0,0,208,47,0,0,210,47,0,0,216,47,0,0,220,47,0,0,220,47,0,0,222,47,0,0,222,47,0,0,222,47,0,0,222,47,0,0,222,47,0,0,222,47,0,0,224,47,0,0,226,47,0,0,228,47,0,0,228,47,0,0,228,47,0,0,228,47,0,0,228,47,0,0,230,47,0,0,232,47,0,0,234,47,0,0,238,47,0,0,238,47,0,0,240,47,0,0,242,47,0,0,244,47,0,0,254,47,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,2,48,0,0,4,48,0,0,4,48,0,0,4,48,0,0,6,48,0,0,6,48,0,0,12,48,0,0,12,48,0,0,12,48,0,0,12,48,0,0,14,48,0,0,16,48,0,0,18,48,0,0,18,48,0,0,22,48,0,0,22,48,0,0,26,48,0,0,28,48,0,0,32,48,0,0,36,48,0,0,38,48,0,0,38,48,0,0,38,48,0,0,38,48,0,0,42,48,0,0,44,48,0,0,46,48,0,0,50,48,0,0,50,48,0,0,52,48,0,0,52,48,0,0,56,48,0,0,58,48,0,0,58,48,0,0,58,48,0,0,62,48,0,0,64,48,0,0,66,48,0,0,66,48,0,0,66,48,0,0,68,48,0,0,68,48,0,0,70,48,0,0,72,48,0,0,72,48,0,0,76,48,0,0,82,48,0,0,82,48,0,0,84,48,0,0,90,48,0,0,90,48,0,0,94,48,0,0,94,48,0,0,94,48,0,0,100,48,0,0,100,48,0,0,100,48,0,0,102,48,0,0,104,48,0,0,110,48,0,0,110,48,0,0,112,48,0,0,112,48,0,0,116,48,0,0,118,48,0,0,120,48,0,0,120,48,0,0,120,48,0,0,122,48,0,0,122,48,0,0,122,48,0,0,124,48,0,0,126,48,0,0,126,48,0,0,130,48,0,0,130,48,0,0,130,48,0,0,132,48,0,0,136,48,0,0,138,48,0,0,138,48,0,0,140,48,0,0,146,48,0,0,146,48,0,0,146,48,0,0,148,48,0,0,148,48,0,0,148,48,0,0,148,48,0,0,150,48,0,0,154,48,0,0,154,48,0,0,158,48,0,0,160,48,0,0,160,48,0,0,160,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,172,48,0,0,172,48,0,0,172,48,0,0,174,48,0,0,180,48,0,0,182,48,0,0,184,48,0,0,186,48,0,0,188,48,0,0,188,48,0,0,188,48,0,0,190,48,0,0,192,48,0,0,192,48,0,0,192,48,0,0,192,48,0,0,198,48,0,0,200,48,0,0,204,48,0,0,204,48,0,0,204,48,0,0,208,48,0,0,212,48,0,0,218,48,0,0,218,48,0,0,222,48,0,0,226,48,0,0,228,48,0,0,230,48,0,0,232,48,0,0,234,48,0,0,238,48,0,0,240,48,0,0,242,48,0,0,246,48,0,0,250,48,0,0,254,48,0,0,2,49,0,0,2,49,0,0,2,49,0,0,6,49,0,0,6,49,0,0,6,49,0,0,6,49,0,0,12,49,0,0,14,49,0,0,16,49,0,0,16,49,0,0,18,49,0,0,20,49,0,0,20,49,0,0,24,49,0,0,26,49,0,0,28,49,0,0,28,49,0,0,28,49,0,0,30,49,0,0,32,49,0,0,32,49,0,0,38,49,0,0,40,49,0,0,44,49,0,0,46,49,0,0,48,49,0,0,52,49,0,0,56,49,0,0,60,49,0,0,64,49,0,0,68,49,0,0,68,49,0,0,70,49,0,0,70,49,0,0,72,49,0,0,78,49,0,0,78,49,0,0,80,49,0,0,84,49,0,0,86,49,0,0,90,49,0,0,96,49,0,0,96,49,0,0,98,49,0,0,102,49,0,0,102,49,0,0,102,49,0,0,106,49,0,0,110,49,0,0,112,49,0,0,114,49,0,0,114,49,0,0,114,49,0,0,116,49,0,0,118,49,0,0,118,49,0,0,118,49,0,0,120,49,0,0,122,49,0,0,122,49,0,0,124,49,0,0,128,49,0,0,128,49,0,0,128,49,0,0,130,49,0,0,132,49,0,0,132,49,0,0,136,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,152,49,0,0,154,49,0,0,156,49,0,0,158,49,0,0,158,49,0,0,160,49,0,0,162,49,0,0,164,49,0,0,166,49,0,0,170,49,0,0,170,49,0,0,174,49,0,0,176,49,0,0,180,49,0,0,182,49,0,0,186,49,0,0,186,49,0,0,188,49,0,0,188,49,0,0,188,49,0,0,192,49,0,0,192,49,0,0,192,49,0,0,194,49,0,0,200,49,0,0,200,49,0,0,206,49,0,0,208,49,0,0,208,49,0,0,214,49,0,0,218,49,0,0,218,49,0,0,218,49,0,0,220,49,0,0,224,49,0,0,230,49,0,0,232,49,0,0,232,49,0,0,234,49,0,0,236,49,0,0,238,49,0,0,238,49,0,0,240,49,0,0,240,49,0,0,240,49,0,0,248,49,0,0,248,49,0,0,252,49,0,0,252,49,0,0,254,49,0,0,0,50,0,0,0,50,0,0,2,50,0,0,6,50,0,0,8,50,0,0,10,50,0,0,18,50,0,0,20,50,0,0,24,50,0,0,26,50,0,0,30,50,0,0,30,50,0,0,30,50,0,0,32,50,0,0,32,50,0,0,36,50,0,0,36,50,0,0,36,50,0,0,36,50,0,0,36,50,0,0,40,50,0,0,44,50,0,0,48,50,0,0,48,50,0,0,54,50,0,0,56,50,0,0,56,50,0,0,58,50,0,0,58,50,0,0,60,50,0,0,60,50,0,0,60,50,0,0,62,50,0,0,64,50,0,0,66,50,0,0,66,50,0,0,68,50,0,0,70,50,0,0,72,50,0,0,78,50,0,0,78,50,0,0,80,50,0,0,82,50,0,0,84,50,0,0,84,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,90,50,0,0,94,50,0,0,96,50,0,0,98,50,0,0,100,50,0,0,104,50,0,0,104,50,0,0,106,50,0,0,106,50,0,0,110,50,0,0,112,50,0,0,114,50,0,0,118,50,0,0,120,50,0,0,122,50,0,0,126,50,0,0,128,50,0,0,130,50,0,0,132,50,0,0,136,50,0,0,140,50,0,0,142,50,0,0,148,50,0,0,150,50,0,0,158,50,0,0,158,50,0,0,160,50,0,0,160,50,0,0,164,50,0,0,164,50,0,0,164,50,0,0,168,50,0,0,170,50,0,0,174,50,0,0,176,50,0,0,178,50,0,0,178,50,0,0,182,50,0,0,182,50,0,0,184,50,0,0,186,50,0,0,190,50,0,0,192,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,198,50,0,0,198,50,0,0,202,50,0,0,210,50,0,0,212,50,0,0,212,50,0,0,214,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,226,50,0,0,226,50,0,0,228,50,0,0,234,50,0,0,234,50,0,0,234,50,0,0,234,50,0,0,238,50,0,0,242,50,0,0,246,50,0,0,246,50,0,0,246,50,0,0,246,50,0,0,246,50,0,0,252,50,0,0,252,50,0,0,6,51,0,0,8,51,0,0,10,51,0,0,12,51,0,0,14,51,0,0,18,51,0,0,20,51,0,0,20,51,0,0,20,51,0,0,22,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,30,51,0,0,30,51,0,0,34,51,0,0,34,51,0,0,34,51,0,0,34,51,0,0,36,51,0,0,42,51,0,0,42,51,0,0,44,51,0,0,46,51,0,0,48,51,0,0,48,51,0,0,52,51,0,0,54,51,0,0,56,51,0,0,56,51,0,0,60,51,0,0,62,51,0,0,68,51,0,0,70,51,0,0,70,51,0,0,70,51,0,0,72,51,0,0,76,51,0,0,76,51,0,0,76,51,0,0,78,51,0,0,82,51,0,0,88,51,0,0,88,51,0,0,90,51,0,0,92,51,0,0,92,51,0,0,96,51,0,0,100,51,0,0,102,51,0,0,102,51,0,0,108,51,0,0,108,51,0,0,108,51,0,0,110,51,0,0,112,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,124,51,0,0,124,51,0,0,124,51,0,0,126,51,0,0,130,51,0,0,130,51,0,0,130,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,142,51,0,0,144,51,0,0,148,51,0,0,152,51,0,0,154,51,0,0,158,51,0,0,162,51,0,0,162,51,0,0,166,51,0,0,170,51,0,0,170,51,0,0,174,51,0,0,174,51,0,0,174,51,0,0,176,51,0,0,176,51,0,0,182,51,0,0,184,51,0,0,186,51,0,0,190,51,0,0,190,51,0,0,190,51,0,0,190,51,0,0,192,51,0,0,194,51,0,0,194,51,0,0,196,51,0,0,200,51,0,0,204,51,0,0,204,51,0,0,206,51,0,0,212,51,0,0,216,51,0,0,216,51,0,0,216,51,0,0,218,51,0,0,218,51,0,0,220,51,0,0,220,51,0,0,220,51,0,0,222,51,0,0,222,51,0,0,222,51,0,0,226,51,0,0,226,51,0,0,228,51,0,0,230,51,0,0,232,51,0,0,232,51,0,0,234,51,0,0,236,51,0,0,238,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,242,51,0,0,242,51,0,0,242,51,0,0,244,51,0,0,246,51,0,0,246,51,0,0,250,51,0,0,0,52,0,0,0,52,0,0,4,52,0,0,8,52,0,0,12,52,0,0,12,52,0,0,12,52,0,0,12,52,0,0,14,52,0,0,14,52,0,0,18,52,0,0,22,52,0,0,26,52,0,0,28,52,0,0,32,52,0,0,36,52,0,0,36,52,0,0,36,52,0,0,36,52,0,0,40,52,0,0,42,52,0,0,46,52,0,0,46,52,0,0,46,52,0,0,48,52,0,0,48,52,0,0,50,52,0,0,52,52,0,0,52,52,0,0,52,52,0,0,52,52,0,0,52,52,0,0,54,52,0,0,56,52,0,0,62,52,0,0,64,52,0,0,64,52,0,0,68,52,0,0,68,52,0,0,70,52,0,0,72,52,0,0,74,52,0,0,76,52,0,0,80,52,0,0,80,52,0,0,82,52,0,0,82,52,0,0,84,52,0,0,88,52,0,0,88,52,0,0,90,52,0,0,94,52,0,0,96,52,0,0,100,52,0,0,104,52,0,0,104,52,0,0,104,52,0,0,104,52,0,0,108,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,116,52,0,0,120,52,0,0,120,52,0,0,120,52,0,0,126,52,0,0,126,52,0,0,132,52,0,0,134,52,0,0,136,52,0,0,136,52,0,0,142,52,0,0,142,52,0,0,144,52,0,0,146,52,0,0,150,52,0,0,152,52,0,0,154,52,0,0,154,52,0,0,156,52,0,0,160,52,0,0,162,52,0,0,164,52,0,0,168,52,0,0,168,52,0,0,170,52,0,0,170,52,0,0,170,52,0,0,174,52,0,0,174,52,0,0,176,52,0,0,176,52,0,0,182,52,0,0,184,52,0,0,186,52,0,0,190,52,0,0,190,52,0,0,192,52,0,0,194,52,0,0,194,52,0,0,198,52,0,0,206,52,0,0,208,52,0,0,208,52,0,0,212,52,0,0,212,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,228,52,0,0,230,52,0,0,230,52,0,0,230,52,0,0,230,52,0,0,230,52,0,0,230,52,0,0,230,52,0,0,230,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,242,52,0,0,244,52,0,0,246,52,0,0,246,52,0,0,246,52,0,0,248,52,0,0,248,52,0,0,248,52,0,0,250,52,0,0,252,52,0,0,254,52,0,0,2,53,0,0,12,53,0,0,14,53,0,0,18,53,0,0,20,53,0,0,20,53,0,0,22,53,0,0,22,53,0,0,26,53,0,0,28,53,0,0,30,53,0,0,32,53,0,0,36,53,0,0,40,53,0,0,42,53,0,0,44,53,0,0,44,53,0,0,46,53,0,0,48,53,0,0,48,53,0,0,50,53,0,0,52,53,0,0,54,53,0,0,56,53,0,0,62,53,0,0,62,53,0,0,62,53,0,0,68,53,0,0,70,53,0,0,76,53,0,0,78,53,0,0,78,53,0,0,80,53,0,0,80,53,0,0,84,53,0,0,84,53,0,0,84,53,0,0,88,53,0,0,88,53,0,0,88,53,0,0,88,53,0,0,92,53,0,0,94,53,0,0,96,53,0,0,98,53,0,0,102,53,0,0,104,53,0,0,106,53,0,0,110,53,0,0,110,53,0,0,116,53,0,0,116,53,0,0,120,53,0,0,122,53,0,0,124,53,0,0,124,53,0,0,126,53,0,0,126,53,0,0,130,53,0,0,130,53,0,0,132,53,0,0,134,53,0,0,138,53,0,0,138,53,0,0,138,53,0,0,140,53,0,0,140,53,0,0,142,53,0,0,146,53,0,0,146,53,0,0,146,53,0,0,150,53,0,0,152,53,0,0,152,53,0,0,152,53,0,0,152,53,0,0,152,53,0,0,154,53,0,0,158,53,0,0,164,53,0,0,168,53,0,0,168,53,0,0,170,53,0,0,176,53,0,0,178,53,0,0,178,53,0,0,178,53,0,0,178,53,0,0,182,53,0,0,182,53,0,0,184,53,0,0,186,53,0,0,190,53,0,0,190,53,0,0,190,53,0,0,190,53,0,0,190,53,0,0,192,53,0,0,200,53,0,0,204,53,0,0,206,53,0,0,208,53,0,0,210,53,0,0,210,53,0,0,210,53,0,0,210,53,0,0,214,53,0,0,216,53,0,0,218,53,0,0,218,53,0,0,220,53,0,0,224,53,0,0,226,53,0,0,228,53,0,0,232,53,0,0,236,53,0,0,236,53,0,0,236,53,0,0,236,53,0,0,236,53,0,0,238,53,0,0,238,53,0,0,238,53,0,0,238,53,0,0,238,53,0,0,240,53,0,0,240,53,0,0,240,53,0,0,242,53,0,0,244,53,0,0,248,53,0,0,252,53,0,0,254,53,0,0,0,54,0,0,2,54,0,0,2,54,0,0,2,54,0,0,2,54,0,0,2,54,0,0,2,54,0,0,2,54,0,0,2,54,0,0,4,54,0,0,4,54,0,0,4,54,0,0,4,54,0,0,4,54,0,0,4,54,0,0,4,54,0,0,4,54,0,0,4,54,0,0,8,54,0,0,8,54,0,0,8,54,0,0,10,54,0,0,12,54,0,0,14,54,0,0,14,54,0,0,16,54,0,0,18,54,0,0,20,54,0,0,22,54,0,0,26,54,0,0,28,54,0,0,34,54,0,0,34,54,0,0,38,54,0,0,38,54,0,0,42,54,0,0,44,54,0,0,44,54,0,0,48,54,0,0,48,54,0,0,52,54,0,0,54,54,0,0,56,54,0,0,56,54,0,0,58,54,0,0,62,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,68,54,0,0,68,54,0,0,70,54,0,0,72,54,0,0,74,54,0,0,76,54,0,0,78,54,0,0,82,54,0,0,84,54,0,0,84,54,0,0,86,54,0,0,90,54,0,0,94,54,0,0,96,54,0,0,96,54,0,0,100,54,0,0,102,54,0,0,102,54,0,0,102,54,0,0,106,54,0,0,108,54,0,0,110,54,0,0,110,54,0,0,110,54,0,0,110,54,0,0,110,54,0,0,112,54,0,0,116,54,0,0,120,54,0,0,124,54,0,0,130,54,0,0,136,54,0,0,138,54,0,0,138,54,0,0,138,54,0,0,138,54,0,0,138,54,0,0,138,54,0,0,142,54,0,0,142,54,0,0,146,54,0,0,148,54,0,0,150,54,0,0,152,54,0,0,152,54,0,0,154,54,0,0,154,54,0,0,156,54,0,0,156,54,0,0,160,54,0,0,160,54,0,0,160,54,0,0,162,54,0,0,164,54,0,0,166,54,0,0,172,54,0,0,172,54,0,0,174,54,0,0,176,54,0,0,180,54,0,0,182,54,0,0,182,54,0,0,188,54,0,0,188,54,0,0,192,54,0,0,192,54,0,0,196,54,0,0,196,54,0,0,196,54,0,0,198,54,0,0,206,54,0,0,208,54,0,0,210,54,0,0,212,54,0,0,212,54,0,0,218,54,0,0,218,54,0,0,222,54,0,0,222,54,0,0,226,54,0,0,230,54,0,0,230,54,0,0,232,54,0,0,234,54,0,0,236,54,0,0,236,54,0,0,238,54,0,0,238,54,0,0,242,54,0,0,246,54,0,0,248,54,0,0,250,54,0,0,250,54,0,0,252,54,0,0,0,55,0,0,0,55,0,0,0,55,0,0,0,55,0,0,0,55,0,0,0,55,0,0,2,55,0,0,8,55,0,0,8,55,0,0,10,55,0,0,12,55,0,0,18,55,0,0,20,55,0,0,22,55,0,0,26,55,0,0,28,55,0,0,30,55,0,0,32,55,0,0,32,55,0,0,34,55,0,0,36,55,0,0,36,55,0,0,38,55,0,0,40,55,0,0,40,55,0,0,42,55,0,0,42,55,0,0,44,55,0,0,46,55,0,0,52,55,0,0,54,55,0,0,54,55,0,0,58,55,0,0,62,55,0,0,64,55,0,0,68,55,0,0,68,55,0,0,68,55,0,0,70,55,0,0,72,55,0,0,74,55,0,0,78,55,0,0,78,55,0,0,80,55,0,0,82,55,0,0,84,55,0,0,84,55,0,0,86,55,0,0,90,55,0,0,94,55,0,0,96,55,0,0,98,55,0,0,98,55,0,0,100,55,0,0,100,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,110,55,0,0,110,55,0,0,114,55,0,0,114,55,0,0,114,55,0,0,114,55,0,0,114,55,0,0,118,55,0,0,120,55,0,0,124,55,0,0,126,55,0,0,126,55,0,0,126,55,0,0,132,55,0,0,136,55,0,0,136,55,0,0,140,55,0,0,140,55,0,0,144,55,0,0,146,55,0,0,150,55,0,0,152,55,0,0,154,55,0,0,154,55,0,0,156,55,0,0,158,55,0,0,162,55,0,0,166,55,0,0,166,55,0,0,166,55,0,0,168,55,0,0,168,55,0,0,170,55,0,0,174,55,0,0,176,55,0,0,180,55,0,0,180,55,0,0,180,55,0,0,182,55,0,0,184,55,0,0,188,55,0,0,196,55,0,0,196,55,0,0,198,55,0,0,200,55,0,0,200,55,0,0,202,55,0,0,202,55,0,0,204,55,0,0,212,55,0,0,216,55,0,0,216,55,0,0,216,55,0,0,216,55,0,0,216,55,0,0,218,55,0,0,218,55,0,0,220,55,0,0,220,55,0,0,220,55,0,0,220,55,0,0,222,55,0,0,226,55,0,0,228,55,0,0,228,55,0,0,230,55,0,0,232,55,0,0,236,55,0,0,240,55,0,0,242,55,0,0,242,55,0,0,242,55,0,0,248,55,0,0,250,55,0,0,250,55,0,0,252,55,0,0,252,55,0,0,0,56,0,0,4,56,0,0,4,56,0,0,8,56,0,0,12,56,0,0,16,56,0,0,18,56,0,0,22,56,0,0,24,56,0,0,24,56,0,0,24,56,0,0,26,56,0,0,30,56,0,0,30,56,0,0,30,56,0,0,30,56,0,0,32,56,0,0,34,56,0,0,38,56,0,0,40,56,0,0,42,56,0,0,42,56,0,0,42,56,0,0,46,56,0,0,48,56,0,0,52,56,0,0,54,56,0,0,56,56,0,0,58,56,0,0,60,56,0,0,64,56,0,0,68,56,0,0,68,56,0,0,70,56,0,0,72,56,0,0,72,56,0,0,74,56,0,0,76,56,0,0,80,56,0,0,84,56,0,0,86,56,0,0,88,56,0,0,88,56,0,0,88,56,0,0,90,56,0,0,92,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,102,56,0,0,108,56,0,0,110,56,0,0,110,56,0,0,114,56,0,0,114,56,0,0,114,56,0,0,114,56,0,0,114,56,0,0,118,56,0,0,122,56,0,0,122,56,0,0,126,56,0,0,128,56,0,0,134,56,0,0,136,56,0,0,138,56,0,0,140,56,0,0,142,56,0,0,146,56,0,0,148,56,0,0,150,56,0,0,152,56,0,0,152,56,0,0,154,56,0,0,160,56,0,0,162,56,0,0,166,56,0,0,170,56,0,0,174,56,0,0,176,56,0,0,176,56,0,0,176,56,0,0,178,56,0,0,182,56,0,0,186,56,0,0,188,56,0,0,188,56,0,0,188,56,0,0,190,56,0,0,196,56,0,0,196,56,0,0,198,56,0,0,200,56,0,0,202,56,0,0,204,56,0,0,204,56,0,0,208,56,0,0,208,56,0,0,210,56,0,0,210,56,0,0,210,56,0,0,212,56,0,0,212,56,0,0,218,56,0,0,218,56,0,0,220,56,0,0,222,56,0,0,224,56,0,0,224,56,0,0,228,56,0,0,230,56,0,0,230,56,0,0,232,56,0,0,234,56,0,0,234,56,0,0,240,56,0,0,240,56,0,0,240,56,0,0,242,56,0,0,242,56,0,0,244,56,0,0,246,56,0,0,250,56,0,0,250,56,0,0,252,56,0,0,252,56,0,0,252,56,0,0,254,56,0,0,254,56,0,0,0,57,0,0,0,57,0,0,4,57,0,0,6,57,0,0,8,57,0,0,10,57,0,0,10,57,0,0,12,57,0,0,18,57,0,0,22,57,0,0,26,57,0,0,28,57,0,0,30,57,0,0,34,57,0,0,38,57,0,0,42,57,0,0,42,57,0,0,44,57,0,0,44,57,0,0,48,57,0,0,50,57,0,0,54,57,0,0,54,57,0,0,54,57,0,0,54,57,0,0,56,57,0,0,56,57,0,0,60,57,0,0,60,57,0,0,62,57,0,0,66,57,0,0,66,57,0,0,70,57,0,0,72,57,0,0,74,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,90,57,0,0,92,57,0,0,96,57,0,0,96,57,0,0,98,57,0,0,98,57,0,0,104,57,0,0,104,57,0,0,104,57,0,0,106,57,0,0,110,57,0,0,114,57,0,0,116,57,0,0,116,57,0,0,120,57,0,0,122,57,0,0,124,57,0,0,128,57,0,0,134,57,0,0,136,57,0,0,138,57,0,0,138,57,0,0,138,57,0,0,140,57,0,0,142,57,0,0,144,57,0,0,152,57,0,0,154,57,0,0,156,57,0,0,156,57,0,0,156,57,0,0,160,57,0,0,164,57,0,0,168,57,0,0,168,57,0,0,170,57,0,0,170,57,0,0,172,57,0,0,174,57,0,0,176,57,0,0,180,57,0,0,182,57,0,0,184,57,0,0,184,57,0,0,188,57,0,0,190,57,0,0,194,57,0,0,196,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,202,57,0,0,202,57,0,0,206,57,0,0,208,57,0,0,210,57,0,0,216,57,0,0,220,57,0,0,222,57,0,0,224,57,0,0,226,57,0,0,230,57,0,0,230,57,0,0,234,57,0,0,234,57,0,0,236,57,0,0,238,57,0,0,238,57,0,0,238,57,0,0,238,57,0,0,238,57,0,0,238,57,0,0,240,57,0,0,244,57,0,0,248,57,0,0,248,57,0,0,248,57,0,0,248,57,0,0,248,57,0,0,248,57,0,0,248,57,0,0,252,57,0,0,254,57,0,0,254,57,0,0,0,58,0,0,4,58,0,0,4,58,0,0,6,58,0,0,8,58,0,0,8,58,0,0,8,58,0,0,14,58,0,0,20,58,0,0,22,58,0,0,24,58,0,0,30,58,0,0,32,58,0,0,34,58,0,0,38,58,0,0,42,58,0,0,42,58,0,0,42,58,0,0,42,58,0,0,46,58,0,0,50,58,0,0,50,58,0,0,50,58,0,0,52,58,0,0,54,58,0,0,56,58,0,0,56,58,0,0,62,58,0,0,62,58,0,0,62,58,0,0,64,58,0,0,64,58,0,0,66,58,0,0,66,58,0,0,68,58,0,0,70,58,0,0,70,58,0,0,74,58,0,0,74,58,0,0,74,58,0,0,78,58,0,0,80,58,0,0,82,58,0,0,82,58,0,0,86,58,0,0,88,58,0,0,94,58,0,0,94,58,0,0,98,58,0,0,102,58,0,0,106,58,0,0,106,58,0,0,108,58,0,0,110,58,0,0,110,58,0,0,114,58,0,0,118,58,0,0,124,58,0,0,128,58,0,0,128,58,0,0,134,58,0,0,134,58,0,0,134,58,0,0,138,58,0,0,138,58,0,0,140,58,0,0,140,58,0,0,140,58,0,0,142,58,0,0,144,58,0,0,150,58,0,0,150,58,0,0,150,58,0,0,152,58,0,0,152,58,0,0,152,58,0,0,156,58,0,0,158,58,0,0,158,58,0,0,160,58,0,0,160,58,0,0,162,58,0,0,162,58,0,0,164,58,0,0,166,58,0,0,166,58,0,0,166,58,0,0,170,58,0,0,174,58,0,0,176,58,0,0,176,58,0,0,178,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,194,58,0,0,194,58,0,0,198,58,0,0,200,58,0,0,202,58,0,0,202,58,0,0,202,58,0,0,204,58,0,0,206,58,0,0,206,58,0,0,208,58,0,0,208,58,0,0,210,58,0,0,212,58,0,0,214,58,0,0,220,58,0,0,222,58,0,0,224,58,0,0,224,58,0,0,226,58,0,0,226,58,0,0,232,58,0,0,234,58,0,0,240,58,0,0,240,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,250,58,0,0,252,58,0,0,252,58,0,0,252,58,0,0,252,58,0,0,254,58,0,0,254,58,0,0,0,59,0,0,4,59,0,0,6,59,0,0,12,59,0,0,14,59,0,0,14,59,0,0,16,59,0,0,16,59,0,0,18,59,0,0,20,59,0,0,24,59,0,0,26,59,0,0,28,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,46,59,0,0,48,59,0,0,48,59,0,0,50,59,0,0,54,59,0,0,54,59,0,0,54,59,0,0,54,59,0,0,56,59,0,0,56,59,0,0,56,59,0,0,56,59,0,0,58,59,0,0,60,59,0,0,60,59,0,0,62,59,0,0,62,59,0,0,62,59,0,0,64,59,0,0,70,59,0,0,70,59,0,0,70,59,0,0,74,59,0,0,78,59,0,0,80,59,0,0,84,59,0,0,86,59,0,0,88,59,0,0,88,59,0,0,88,59,0,0,94,59,0,0,96,59,0,0,96,59,0,0,98,59,0,0,98,59,0,0,100,59,0,0,102,59,0,0,102,59,0,0,102,59,0,0,106,59,0,0,112,59,0,0,114,59,0,0,116,59,0,0,118,59,0,0,120,59,0,0,122,59,0,0,124,59,0,0,128,59,0,0,130,59,0,0,134,59,0,0,136,59,0,0,136,59,0,0,140,59,0,0,142,59,0,0,142,59,0,0,144,59,0,0,148,59,0,0,148,59,0,0,152,59,0,0,158,59,0,0,158,59,0,0,160,59,0,0,164,59,0,0,166,59,0,0,172,59,0,0,176,59,0,0,184,59,0,0,184,59,0,0,184,59,0,0,184,59,0,0,184,59,0,0,188,59,0,0,190,59,0,0,196,59,0,0,200,59,0,0,202,59,0,0,208,59,0,0,208,59,0,0,210,59,0,0,212,59,0,0,216,59,0,0,218,59,0,0,218,59,0,0,218,59,0,0,218,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,236,59,0,0,236,59,0,0,236,59,0,0,236,59,0,0,236,59,0,0,236,59,0,0,238,59,0,0,240,59,0,0,244,59,0,0,250,59,0,0,252,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,12,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,24,60,0,0,24,60,0,0,26,60,0,0,26,60,0,0,26,60,0,0,26,60,0,0,28,60,0,0,32,60,0,0,32,60,0,0,36,60,0,0,38,60,0,0,42,60,0,0,44,60,0,0,46,60,0,0,50,60,0,0,52,60,0,0,52,60,0,0,52,60,0,0,56,60,0,0,56,60,0,0,58,60,0,0,58,60,0,0,60,60,0,0,62,60,0,0,62,60,0,0,62,60,0,0,66,60,0,0,66,60,0,0,66,60,0,0,66,60,0,0,72,60,0,0,76,60,0,0,76,60,0,0,78,60,0,0,80,60,0,0,80,60,0,0,82,60,0,0,84,60,0,0,88,60,0,0,90,60,0,0,92,60,0,0,96,60,0,0,98,60,0,0,98,60,0,0,98,60,0,0,98,60,0,0,100,60,0,0,104,60,0,0,106,60,0,0,108,60,0,0,114,60,0,0,114,60,0,0,114,60,0,0,116,60,0,0,116,60,0,0,126,60,0,0,128,60,0,0,130,60,0,0,132,60,0,0,134,60,0,0,134,60,0,0,140,60,0,0,142,60,0,0,146,60,0,0,146,60,0,0,148,60,0,0,148,60,0,0,150,60,0,0,152,60,0,0,156,60,0,0,156,60,0,0,156,60,0,0,156,60,0,0,160,60,0,0,160,60,0,0,162,60,0,0,162,60,0,0,166,60,0,0,166,60,0,0,170,60,0,0,174,60,0,0,176,60,0,0,180,60,0,0,180,60,0,0,184,60,0,0,184,60,0,0,184,60,0,0,190,60,0,0,192,60,0,0,200,60,0,0,202,60,0,0,202,60,0,0,202,60,0,0,206,60,0,0,208,60,0,0,208,60,0,0,208,60,0,0,210,60,0,0,214,60,0,0,214,60,0,0,220,60,0,0,220,60,0,0,226,60,0,0,230,60,0,0,232,60,0,0,232,60,0,0,234,60,0,0,238,60,0,0,238,60,0,0,240,60,0,0,242,60,0,0,246,60,0,0,248,60,0,0,248,60,0,0,250,60,0,0,252,60,0,0,4,61,0,0,10,61,0,0,10,61,0,0,16,61,0,0,18,61,0,0,22,61,0,0,26,61,0,0,26,61,0,0,26,61,0,0,28,61,0,0,30,61,0,0,34,61,0,0,34,61,0,0,38,61,0,0,1,192,77,33,130,221,1,0,1,64,248,186,149,246,2,0,1,192,248,245,202,12,4,0,2,96,156,179,62,110,3,0,4,32,29,81,47,154,2,0,6,0,238,192,97,251,3,0,7,32,118,131,95,3,2,0,7,160,18,144,100,35,3,0,8,96,79,211,157,56,3,0,9,32,200,36,241,164,1,0,9,64,51,167,141,235,2,0,9,224,204,69,253,102,3,0,10,64,197,229,82,179,3,0,11,0,239,22,2,30,2,0,11,96,198,209,115,214,2,0,12,32,34,31,21,103,2,0,13,0,196,97,82,36,3,0,16,224,211,192,132,228,2,0,17,160,185,197,79,18,4,0,18,160,222,94,240,117,2,0,18,64,196,196,127,29,3,0,24,128,25,11,65,211,1,0,24,224,203,207,191,20,2,0,30,32,72,204,65,135,1,0,30,96,153,58,213,90,2,0,31,192,33,241,41,30,2,0,31,32,181,89,221,253,3,0,32,32,156,242,230,212,1,0,34,192,167,84,30,237,1,0,36,192,30,110,53,172,2,0,37,224,171,126,173,129,1,0,37,160,243,213,185,72,3,0,39,96,127,20,178,183,1,0,40,128,133,214,129,134,1,0,41,96,225,197,179,246,3,0,42,32,179,98,108,21,3,0,43,160,226,158,107,52,2,0,43,0,46,144,128,25,4,0,44,64,222,2,248,252,3,0,45,0,163,129,213,69,3,0,46,224,68,223,31,158,2,0,47,160,250,169,108,202,2,0,48,32,254,111,140,131,3,0,48,0,54,45,65,198,3,0,49,64,166,206,72,139,3,0,52,0,102,140,33,145,2,0,55,32,214,39,96,248,2,0,57,224,152,211,81,192,1,0,58,96,134,112,4,68,2,0,59,64,192,82,200,239,3,0,61,0,172,44,217,122,3,0,61,32,23,95,150,163,3,0,64,128,250,193,145,80,2,0,66,224,26,177,107,76,2,0,68,160,61,11,182,185,1,0,71,192,20,184,212,228,1,0,71,32,191,251,36,126,2,0,71,96,60,117,43,131,2,0,73,0,61,114,29,155,2,0,75,192,207,70,177,217,2,0,75,0,180,18,0,60,3,0,75,224,66,64,179,69,3,0,77,64,162,54,121,21,2,0,77,64,176,186,89,32,4,0,78,192,40,84,226,205,3,0,79,32,116,241,13,181,3,0,79,0,177,163,130,210,3,0,81,64,180,239,152,120,1,0,81,224,138,230,91,15,3,0,81,160,197,220,49,171,3,0,82,192,1,96,252,209,1,0,82,96,239,187,88,119,2,0,83,128,126,31,229,237,1,0,83,224,222,160,90,88,3,0,83,96,86,44,169,2,4,0,84,224,157,45,105,6,3,0,84,96,127,147,215,248,3,0,85,224,99,84,76,4,2,0,85,224,58,172,46,228,2,0,88,128,36,74,36,227,2,0,89,224,169,0,233,223,3,0,89,64,204,106,77,20,4,0,90,0,3,57,141,211,1,0,91,224,10,158,217,77,2,0,91,192,141,74,64,243,3,0,92,0,146,34,118,250,1,0,92,64,36,147,37,41,3,0,95,224,170,96,246,191,3,0,96,192,233,146,13,202,3,0,97,0,168,170,58,153,1,0,97,224,82,233,108,93,3,0,98,160,228,205,244,188,3,0,100,128,29,221,176,142,2,0,100,128,39,24,255,183,3,0,101,160,97,241,174,113,2,0,101,0,34,3,167,102,3,0,102,128,68,40,169,240,1,0,105,32,182,126,155,127,1,0,106,64,227,134,33,250,1,0,106,192,171,153,195,119,3,0,110,160,114,97,39,231,3,0,111,128,46,202,229,119,1,0,111,192,73,90,204,114,3,0,112,64,196,255,38,104,2,0,113,128,128,62,233,242,1,0,113,192,3,227,100,25,4,0,114,128,108,33,40,119,2,0,114,128,41,83,122,231,3,0,115,128,177,168,61,181,2,0,116,32,72,134,37,134,2,0,118,192,136,184,106,191,2,0,118,96,179,49,48,94,3,0,118,96,38,245,143,215,3,0,121,96,8,0,244,70,2,0,121,0,28,29,41,11,4,0,122,96,114,95,6,153,3,0,123,128,186,198,7,45,3,0,123,160,230,248,10,17,4,0,127,160,6,25,73,20,3,0,127,0,218,94,42,17,4,0,128,96,170,201,149,242,2,0,130,192,94,75,190,168,3,0,134,96,220,129,90,46,3,0,134,128,252,101,53,98,3,0,134,192,2,116,105,100,3,0,135,128,40,194,246,89,2,0,135,160,176,72,106,252,2,0,136,192,240,221,11,124,1,0,136,32,162,234,60,92,3,0,137,32,53,117,68,116,2,0,137,0,160,215,23,244,2,0,138,0,185,1,74,204,1,0,140,96,146,169,201,120,3,0,141,224,46,15,187,201,2,0,141,0,104,68,145,24,3,0,145,192,63,35,100,234,1,0,148,32,98,69,245,194,1,0,148,64,137,60,203,124,2,0,150,0,109,128,188,198,1,0,151,128,58,205,221,167,2,0,152,224,136,255,229,105,3,0,153,64,226,152,188,74,2,0,154,96,147,182,135,22,2,0,155,64,226,152,9,75,2,0,155,224,39,81,123,141,2,0,155,224,28,102,180,11,4,0,157,64,29,196,244,206,1,0,158,224,39,81,138,141,2,0,158,32,58,244,35,161,3,0,159,0,17,27,225,68,2,0,159,32,29,134,198,235,2,0,159,192,66,110,114,169,3,0,161,192,200,5,26,164,2,0,162,32,177,22,77,217,2,0,162,96,73,90,248,121,3,0,167,64,193,128,10,198,2,0,167,224,117,30,89,90,3,0,167,160,12,177,75,11,4,0,171,0,144,118,32,75,2,0,173,0,228,244,152,79,3,0,174,64,2,72,64,99,3,0,176,96,5,26,216,208,1,0,176,224,70,22,107,55,3,0,176,192,57,100,192,105,3,0,177,160,127,220,158,222,1,0,178,0,239,157,144,161,2,0,179,32,235,41,65,165,1,0,179,128,112,61,8,161,2,0,182,96,81,87,95,210,2,0,183,64,22,38,120,207,1,0,183,96,102,28,90,179,2,0,183,0,86,191,141,10,3,0,183,224,183,158,179,220,3,0,185,160,236,76,24,22,4,0,186,32,148,174,238,46,2,0,189,128,42,84,40,185,3,0,191,192,165,94,215,143,2,0,191,224,207,117,161,109,3,0,194,224,199,169,31,189,3,0,195,224,126,226,4,250,2,0,195,0,200,124,157,197,3,0,196,96,50,134,122,184,1,0,196,64,84,60,59,5,2,0,197,128,228,59,96,174,3,0,198,192,52,229,255,147,1,0,199,64,162,183,103,219,1,0,205,160,107,75,247,145,1,0,208,192,189,255,22,198,1,0,208,64,72,234,137,98,3,0,209,128,250,156,191,64,3,0,216,96,161,20,121,246,2,0,217,64,68,93,74,184,1,0,217,0,66,62,114,5,2,0,218,128,111,108,108,246,1,0,219,96,0,13,42,242,2,0,220,192,13,230,164,166,3,0,221,128,103,186,110,147,2,0,222,128,60,176,215,240,2,0,222,32,239,171,222,156,3,0,223,224,115,65,172,245,1,0,225,0,154,177,141,133,2,0,226,0,183,184,79,135,1,0,226,224,25,255,115,163,1,0,227,160,177,3,65,18,4,0,229,32,84,192,106,144,1,0,229,224,181,191,143,133,3,0,230,192,255,22,156,233,2,0,231,128,115,25,29,241,2,0,235,192,242,20,168,44,2,0,237,160,141,206,215,45,3,0,238,128,129,70,183,18,2,0,238,160,243,90,132,93,3,0,239,64,145,185,7,143,1,0,240,0,105,199,90,232,1,0,240,224,239,83,117,40,2,0,240,192,51,13,91,115,2,0,240,64,255,45,32,62,3,0,240,128,126,126,239,157,3,0,242,64,29,36,157,169,1,0,243,160,3,205,228,177,1,0,243,0,115,251,116,247,1,0,244,192,131,26,64,4,3,0,245,224,236,221,215,158,2,0,245,32,242,175,218,237,3,0,246,192,215,52,155,224,1,0,247,32,233,73,148,138,1,0,247,64,23,11,87,144,1,0,247,128,110,226,99,165,1,0,251,160,89,11,107,204,2,0,251,96,247,156,114,50,3,0,253,224,62,34,229,224,3,0,254,192,72,106,120,80,2,0,255,160,114,180,36,7,2,0,255,0,104,13,109,28,2,0,255,224,82,171,225,220,2,0,255,0,119,2,55,197,3,0,1,129,202,126,231,130,1,0,1,1,83,88,3,231,3,0,6,225,32,100,135,211,3,0,7,225,55,116,227,29,3,0,8,129,235,169,176,199,2,0,10,97,2,206,146,229,1,0,10,65,234,43,47,62,3,0,12,161,67,157,113,230,2,0,15,193,95,7,156,131,1,0,15,33,126,229,192,174,1,0,15,129,28,48,226,70,2,0,15,161,20,67,26,24,4,0,17,1,134,119,240,242,2,0,20,129,251,174,161,147,3,0,21,97,145,240,121,211,1,0,22,225,107,129,250,135,3,0,22,161,69,247,102,223,3,0,23,161,26,24,245,129,1,0,24,225,174,203,94,251,2,0,25,161,41,250,220,181,2,0,25,65,178,11,216,236,3,0,26,161,152,2,117,240,2,0,26,225,43,26,148,86,3,0,28,1,118,164,167,1,4,0,29,33,94,65,217,27,2,0,29,129,231,147,244,240,3,0,31,129,169,90,47,105,2,0,31,225,134,72,88,173,3,0,32,65,67,183,151,220,2,0,32,97,190,163,224,137,3,0,35,193,33,126,1,193,3,0,39,33,227,221,101,65,3,0,40,225,152,223,216,205,2,0,41,161,63,141,63,15,2,0,43,33,65,149,101,184,1,0,45,161,134,219,186,116,2,0,48,193,16,96,164,248,1,0,50,161,250,142,15,248,1,0,52,193,242,84,250,210,3,0,53,97,199,210,66,161,2,0,55,225,153,120,203,243,2,0,56,129,185,97,26,126,1,0,56,129,235,128,77,235,1,0,57,225,55,118,71,205,3,0,58,33,173,190,180,112,3,0,60,33,192,95,187,111,2,0,60,1,193,17,235,204,3,0,61,225,214,195,160,14,2,0,62,161,57,146,2,107,3,0,63,97,205,94,44,217,1,0,63,33,116,146,168,203,3,0,64,129,80,116,201,90,3,0,65,225,250,195,48,232,1,0,65,65,167,35,109,206,2,0,66,193,31,132,5,203,2,0,66,33,23,211,200,4,3,0,69,129,94,219,171,154,2,0,70,33,106,41,155,3,2,0,74,129,37,139,242,181,2,0,76,225,65,76,162,168,2,0,76,65,75,150,81,221,2,0,78,33,104,153,97,248,3,0,80,33,249,217,30,178,2,0,83,97,245,173,247,44,2,0,83,1,179,118,144,48,3,0,84,193,68,42,249,41,2,0,84,225,86,164,19,250,2,0,84,193,26,135,165,58,3,0,85,225,33,120,186,172,1,0,90,193,195,157,215,239,2,0,92,129,137,92,125,57,3,0,93,97,82,135,202,160,2,0,94,193,214,204,179,50,2,0,94,161,13,173,93,190,2,0,95,97,35,188,33,133,3,0,96,129,133,203,153,217,2,0,99,65,41,75,84,140,1,0,100,1,80,54,101,122,3,0,101,33,130,176,113,47,2,0,103,97,232,152,128,78,2,0,105,129,113,19,187,162,2,0,106,193,148,201,65,126,1,0,106,129,157,125,239,230,3,0,107,97,139,148,42,23,2,0,107,129,71,240,157,8,4,0,108,65,102,49,216,241,3,0,110,161,152,68,238,162,1,0,111,161,219,137,195,246,1,0,111,225,203,186,247,151,3,0,112,1,17,7,17,140,3,0,116,97,245,8,214,132,1,0,116,97,134,184,7,193,2,0,117,193,72,48,118,4,2,0,117,193,253,210,244,173,2,0,117,65,212,214,158,144,3,0,117,193,35,172,78,149,3,0,118,129,79,91,190,65,2,0,119,1,164,4,85,141,1,0,120,97,128,94,102,120,3,0,122,65,249,131,112,110,3,0,123,161,24,253,101,217,3,0,125,161,50,124,13,174,3,0,126,65,53,59,143,144,2,0,127,225,206,14,150,36,3,0,128,65,17,144,100,150,1,0,129,129,113,154,60,213,1,0,129,1,161,173,231,65,3,0,131,193,230,143,247,17,3,0,134,129,238,22,139,101,2,0,136,97,113,191,109,218,3,0,137,1,43,110,30,27,2,0,140,65,164,145,20,253,2,0,140,225,189,32,229,71,3,0,143,1,149,65,42,204,1,0,145,1,106,111,250,229,1,0,145,193,206,141,149,11,2,0,145,193,50,56,246,71,2,0,145,225,149,19,11,141,2,0,148,65,107,151,109,18,2,0,148,65,107,138,115,155,3,0,149,129,4,238,119,105,3,0,149,193,238,200,27,239,3,0,152,1,118,125,151,186,1,0,152,65,34,179,33,83,3,0,154,65,241,187,178,130,1,0,154,65,42,118,254,59,2,0,154,129,89,196,197,78,3,0,155,129,131,255,240,254,2,0,155,97,112,44,9,12,3,0,157,65,84,181,158,198,3,0,158,65,58,144,64,26,3,0,159,193,80,76,117,224,1,0,159,97,197,97,34,241,1,0,160,1,20,220,252,91,2,0,160,161,11,236,206,72,3,0,161,65,123,167,147,205,2,0,161,97,6,165,79,77,3,0,162,97,193,109,173,37,4,0,163,65,52,16,252,183,1,0,164,193,63,110,253,205,1,0,164,1,221,67,134,56,3,0,164,97,133,69,0,32,4,0,165,33,133,84,153,218,3,0,166,97,163,171,2,53,2,0,166,97,130,194,17,66,3,0,169,193,228,183,172,139,2,0,171,1,69,43,221,252,1,0,172,65,60,27,38,121,1,0,172,97,194,145,177,36,3,0,172,97,235,168,83,190,3,0,175,65,28,107,3,198,1,0,176,65,30,253,167,208,1,0,177,1,113,52,201,154,2,0,177,193,35,164,186,48,3,0,178,97,251,35,231,83,2,0,179,97,153,219,122,191,2,0,180,97,156,95,135,154,2,0,180,1,235,116,100,19,3,0,180,97,126,133,156,187,3,0,181,65,163,185,91,42,3,0,183,65,55,174,140,136,1,0,183,193,20,244,4,125,3,0,184,33,127,195,176,28,2,0,186,225,210,194,65,58,2,0,186,129,56,252,229,49,3,0,187,161,205,106,187,164,3,0,187,193,165,212,185,196,3,0,190,1,99,28,156,88,2,0,191,129,24,223,17,119,2,0,191,225,89,73,116,22,4,0,192,161,183,104,61,251,1,0,195,225,49,162,249,187,3,0,196,65,195,240,74,99,2,0,196,193,74,98,84,126,2,0,196,193,255,89,95,12,4,0,197,225,43,167,115,127,2,0,200,1,205,50,133,151,2,0,202,129,124,104,54,155,2,0,204,193,250,2,76,113,3,0,204,97,21,117,188,27,4,0,206,65,198,46,170,9,3,0,208,193,214,234,76,209,1,0,208,129,158,174,177,232,2,0,210,161,68,177,223,133,2,0,212,65,149,148,144,38,2,0,212,161,205,168,51,150,2,0,212,161,23,81,164,205,2,0,214,193,231,147,135,2,2,0,219,161,16,175,155,165,2,0,221,65,249,140,215,169,2,0,225,225,132,247,126,132,1,0,225,97,90,173,222,153,1,0,225,1,113,210,86,238,2,0,225,1,102,6,52,177,3,0,226,129,53,46,212,21,2,0,226,65,158,227,113,149,2,0,229,97,157,234,237,196,1,0,229,161,127,38,174,182,2,0,229,33,52,213,124,241,3,0,229,97,148,250,130,15,4,0,230,129,21,75,102,240,2,0,231,225,86,243,78,240,1,0,231,97,189,194,66,23,3,0,231,225,233,134,180,51,3,0,232,97,14,94,195,161,2,0,233,1,30,102,173,224,1,0,234,65,105,236,24,46,3,0,239,1,235,62,126,73,3,0,239,65,16,40,227,220,3,0,239,193,220,45,47,246,3,0,240,161,203,75,207,229,1,0,242,193,203,113,23,199,2,0,242,225,149,7,133,249,3,0,243,161,39,141,21,159,3,0,244,1,251,0,73,121,1,0,246,161,4,223,213,36,4,0,247,97,48,216,162,228,3,0,248,33,213,238,230,194,2,0,249,65,38,72,95,203,3,0,252,33,125,162,255,126,1,0,252,129,51,138,240,139,2,0,0,2,90,253,235,136,2,0,1,66,128,154,201,132,2,0,2,34,181,143,52,234,2,0,4,34,64,178,122,171,1,0,4,34,74,191,87,66,2,0,4,226,222,176,36,52,3,0,5,226,224,29,233,47,2,0,6,2,2,81,240,240,1,0,6,2,176,62,197,179,2,0,7,98,112,246,244,119,1,0,8,226,16,162,148,146,2,0,8,194,35,183,229,73,3,0,8,130,120,232,16,14,4,0,10,194,149,85,44,234,1,0,12,226,82,12,88,172,1,0,12,226,40,144,72,212,2,0,13,130,215,38,201,59,2,0,13,66,67,156,195,92,3,0,14,194,151,51,133,54,2,0,17,66,223,153,227,150,1,0,17,194,60,81,1,101,2,0,18,2,47,70,55,182,1,0,19,98,234,87,135,120,1,0,19,2,121,28,199,123,1,0,20,162,63,71,171,99,3,0,21,66,201,102,190,183,2,0,21,66,252,9,46,224,2,0,21,226,90,249,129,12,3,0,24,2,111,112,58,143,2,0,24,2,83,105,165,253,3,0,24,98,165,244,117,3,4,0,25,162,37,59,74,158,2,0,25,130,112,127,27,27,4,0,26,66,192,192,119,159,2,0,26,66,204,12,170,214,2,0,28,98,189,40,231,189,1,0,28,2,95,20,59,27,4,0,29,98,59,106,79,227,3,0,33,226,223,16,39,112,3,0,34,162,30,149,120,233,2,0,34,226,160,91,119,193,3,0,35,194,66,108,217,1,3,0,36,130,0,12,106,206,1,0,41,130,243,59,170,158,2,0,42,194,205,67,167,4,2,0,44,98,220,219,102,10,3,0,44,66,160,115,225,11,3,0,45,34,98,178,167,24,2,0,46,226,110,253,190,209,2,0,50,66,178,103,231,213,1,0,50,226,44,96,92,0,2,0,50,34,53,235,164,193,3,0,51,98,101,155,26,81,3,0,51,130,229,108,142,237,3,0,53,194,41,188,105,117,2,0,54,34,149,160,116,165,2,0,55,98,0,117,30,230,1,0,58,194,181,181,219,103,2,0,58,2,231,118,183,50,3,0,58,2,136,240,51,99,3,0,59,130,85,219,51,178,1,0,59,162,1,37,27,47,2,0,59,34,180,95,132,157,3,0,61,34,212,59,116,185,3,0,66,98,142,86,235,174,3,0,67,2,193,185,210,105,3,0,68,34,168,41,105,249,2,0,69,66,50,160,243,19,2,0,69,34,39,108,28,42,3,0,73,194,236,31,207,199,3,0,76,98,69,80,156,125,1,0,81,226,39,81,196,141,2,0,82,162,163,103,15,32,2,0,84,226,0,10,112,112,3,0,85,130,215,223,115,30,4,0,86,162,59,30,166,153,1,0,88,226,90,75,121,3,3,0,89,98,165,244,151,3,4,0,90,162,9,9,120,130,1,0,90,194,145,238,125,103,2,0,91,194,153,223,240,105,2,0,91,66,112,47,174,41,3,0,93,2,167,244,11,143,2,0,94,2,126,194,238,142,2,0,95,194,216,73,127,247,3,0,100,194,45,74,137,130,1,0,100,34,193,124,16,38,3,0,101,226,207,188,171,112,2,0,102,66,129,106,136,77,2,0,103,130,12,0,39,63,2,0,104,226,153,128,231,202,1,0,105,34,63,191,27,185,2,0,105,2,29,58,241,22,3,0,107,2,97,162,144,78,3,0,108,34,74,90,33,170,1,0,112,98,245,81,139,82,2,0,113,226,81,45,197,26,3,0,113,2,191,98,157,51,3,0,115,34,75,20,184,124,2,0,117,130,14,23,151,241,1,0,118,34,255,241,164,57,3,0,118,2,138,176,177,198,3,0,120,98,232,211,162,19,4,0,121,66,124,249,112,57,3,0,122,66,202,120,223,127,2,0,122,66,47,100,78,162,3,0,123,66,123,81,31,206,2,0,123,98,173,129,229,251,2,0,125,2,147,173,90,241,3,0,129,2,220,37,191,14,3,0,130,162,69,141,70,14,4,0,131,226,87,34,159,136,1,0,132,130,23,102,184,219,3,0,135,130,240,139,158,143,1,0,135,194,121,42,189,237,1,0,137,162,99,204,16,199,1,0,137,2,155,231,175,82,3,0,140,34,88,240,211,111,2,0,140,2,158,68,77,8,4,0,143,226,164,76,225,143,1,0,143,130,108,222,219,40,2,0,144,194,2,170,173,45,2,0,144,226,153,223,165,105,2,0,145,194,146,182,70,245,1,0,147,226,175,80,3,192,1,0,148,226,201,229,134,150,2,0,149,226,92,254,34,95,3,0,150,194,173,27,192,211,3,0,152,34,221,161,151,129,1,0,152,130,208,253,10,140,2,0,152,194,151,237,168,139,3,0,153,130,159,234,18,227,1,0,153,162,192,39,93,102,2,0,155,130,15,246,154,220,3,0,155,66,42,36,208,244,3,0,156,66,234,67,96,61,3,0,156,34,10,173,5,197,3,0,156,98,169,155,76,23,4,0,157,194,183,18,43,248,1,0,157,34,86,124,117,248,1,0,157,194,220,56,12,168,3,0,158,130,45,229,156,245,2,0,158,226,189,106,213,125,3,0,160,98,62,157,255,223,3,0,160,34,83,204,14,1,4,0,162,194,220,139,231,175,2,0,162,130,146,184,10,190,2,0,164,162,184,13,246,189,1,0,164,34,3,210,175,56,3,0,164,34,3,210,196,56,3,0,165,130,77,164,100,39,4,0,167,226,199,251,79,44,3,0,167,98,106,239,26,31,4,0,169,130,93,234,250,253,2,0,169,130,93,234,61,254,2,0,169,226,102,207,164,165,3,0,169,226,39,76,93,34,4,0,170,98,155,143,179,8,4,0,171,226,89,249,242,118,1,0,171,226,208,25,166,24,4,0,176,130,83,249,141,122,2,0,176,226,44,32,43,238,3,0,177,98,12,255,85,138,3,0,180,2,165,250,35,116,3,0,180,66,51,48,40,220,3,0,181,130,23,89,254,214,3,0,181,226,0,226,61,36,4,0,183,194,22,196,52,11,2,0,184,226,206,75,91,196,3,0,185,98,23,145,165,220,1,0,185,2,201,149,236,249,2,0,186,98,69,67,188,61,2,0,186,98,9,23,239,74,2,0,186,98,83,46,209,195,2,0,187,34,114,206,14,86,2,0,187,66,156,149,202,156,2,0,188,2,150,231,41,113,2,0,188,194,0,156,170,151,3,0,188,98,108,143,90,198,3,0,189,66,230,11,252,163,2,0,190,130,226,88,100,186,2,0,190,2,73,82,194,169,3,0,191,226,116,23,94,239,2,0,193,226,96,135,6,226,1,0,193,98,180,242,117,61,3,0,193,194,31,114,182,128,3,0,195,66,96,233,18,190,1,0,195,2,29,120,172,7,3,0,195,162,72,72,27,158,3,0,196,130,228,194,27,52,2,0,200,34,43,104,175,197,1,0,201,2,34,178,226,148,2,0,202,226,243,38,99,108,3,0,202,66,139,217,184,28,4,0,203,130,60,59,35,217,2,0,204,226,198,226,55,160,2,0,204,66,196,68,235,226,2,0,204,98,136,185,133,153,3,0,205,162,22,32,76,167,1,0,205,162,53,126,236,8,4,0,206,98,50,243,40,142,3,0,206,98,50,243,64,142,3,0,206,98,50,243,96,142,3,0,206,98,50,243,141,142,3,0,206,98,50,243,255,142,3,0,206,98,50,243,52,143,3,0,207,66,132,165,48,231,1,0,208,66,168,203,171,167,3,0,208,2,95,72,140,186,3,0,211,98,224,88,114,33,2,0,212,98,123,211,103,114,2,0,212,194,189,124,57,214,3,0,213,66,51,130,171,187,3,0,215,98,78,254,192,155,3,0,218,2,246,123,68,128,2,0,219,66,92,46,87,128,1,0,220,194,245,122,63,22,2,0,220,194,18,221,244,72,3,0,221,162,76,81,50,58,2,0,221,34,57,66,1,110,2,0,222,130,53,46,103,23,2,0,223,162,234,178,121,21,4,0,224,34,17,3,191,134,2,0,225,34,74,126,229,221,1,0,225,2,153,223,14,153,2,0,225,130,15,173,168,49,3,0,226,226,36,100,114,208,2,0,228,226,207,188,75,111,2,0,230,226,150,152,48,232,2,0,231,226,79,121,255,179,2,0,231,66,180,103,139,40,3,0,231,226,43,109,191,222,3,0,232,226,14,199,7,67,3,0,232,194,119,237,35,72,3,0,233,162,109,94,32,84,2,0,235,226,218,249,23,150,1,0,235,2,3,169,129,198,1,0,238,130,80,176,127,176,1,0,238,194,97,206,124,239,2,0,238,162,107,23,182,193,3,0,243,162,153,73,100,225,3,0,244,226,63,189,142,135,1,0,244,130,67,71,254,111,3,0,249,66,32,12,114,85,3,0,250,194,109,157,230,171,1,0,250,130,192,72,211,255,2,0,250,226,85,68,39,26,3,0,251,98,216,185,107,29,2,0,252,194,14,137,2,48,3,0,253,130,76,81,189,89,2,0,253,34,133,46,90,176,3,0,255,130,205,47,115,186,1,0,0,99,77,21,170,122,3,0,0,227,16,137,133,202,3,0,2,67,126,13,189,116,1,0,2,163,25,73,194,252,1,0,2,99,241,198,176,11,3,0,2,163,254,17,9,187,3,0,3,67,179,146,188,207,2,0,4,3,167,5,149,148,1,0,10,35,207,70,241,33,3,0,10,35,11,196,147,64,3,0,10,131,254,215,232,185,3,0,11,195,105,158,94,237,2,0,11,35,66,58,204,143,3,0,12,67,165,25,118,123,3,0,13,3,98,103,12,249,1,0,13,131,136,160,183,186,2,0,14,67,52,45,230,134,2,0,14,35,242,169,164,197,2,0,14,195,234,237,133,108,3,0,15,163,193,189,206,169,3,0,15,3,123,186,254,203,3,0,16,35,197,17,112,38,3,0,16,163,63,227,40,64,3,0,16,35,255,243,35,154,3,0,18,227,200,217,162,249,2,0,18,35,248,67,92,7,3,0,18,3,3,47,53,149,3,0,19,195,76,81,211,20,2,0,19,35,116,133,12,234,2,0,20,195,177,144,166,252,1,0,20,227,178,102,243,62,3,0,21,195,231,22,184,226,1,0,22,99,153,73,196,196,2,0,23,67,174,57,91,21,4,0,24,99,190,202,199,240,1,0,24,227,236,93,41,249,2,0,25,3,15,80,10,10,2,0,27,67,181,145,152,160,1,0,27,99,82,67,86,84,2,0,28,67,120,99,187,205,1,0,28,163,207,198,97,34,3,0,28,163,94,137,44,69,3,0,29,227,46,23,174,157,2,0,30,163,55,21,15,92,2,0,32,163,19,162,98,37,2,0,32,195,37,231,247,184,2,0,33,163,164,7,22,5,2,0,33,67,56,110,62,248,2,0,34,67,25,156,0,119,1,0,34,131,187,171,118,39,3,0,35,131,25,205,60,20,2,0,36,195,11,109,7,204,2,0,37,3,204,91,69,9,4,0,38,227,242,12,8,22,3,0,39,131,41,229,207,190,1,0,39,131,39,81,218,130,2,0,40,67,59,166,164,144,2,0,40,3,36,9,221,18,3,0,41,67,155,178,201,101,3,0,42,99,202,123,21,243,1,0,44,99,45,248,102,51,2,0,45,99,10,10,203,166,1,0,46,227,213,126,202,131,2,0,48,35,88,240,231,111,2,0,48,3,3,55,117,219,3,0,50,99,145,236,186,110,2,0,50,195,122,230,243,224,2,0,50,67,225,172,156,241,2,0,51,195,194,44,37,88,2,0,52,3,170,77,20,206,1,0,52,3,241,105,73,6,2,0,52,99,85,100,92,1,3,0,54,99,24,72,96,99,3,0,55,3,135,121,90,118,2,0,56,227,146,73,252,50,3,0,57,195,226,194,165,55,2,0,57,227,155,202,227,110,3,0,58,35,171,6,42,244,1,0,58,99,103,140,44,17,3,0,60,163,126,199,37,86,2,0,60,163,87,229,249,211,2,0,62,163,162,176,178,113,3,0,64,131,28,188,37,15,2,0,64,227,57,157,182,80,2,0,65,227,117,167,179,3,2,0,65,227,212,187,211,118,2,0,68,227,82,190,122,158,2,0,70,131,213,59,132,217,3,0,71,195,76,81,74,29,2,0,71,131,5,21,41,180,2,0,71,35,30,141,168,192,2,0,71,195,129,59,246,48,3,0,72,195,65,85,19,152,1,0,72,131,26,142,82,100,2,0,72,131,153,223,191,119,2,0,73,67,30,148,209,171,3,0,73,99,151,227,24,212,3,0,75,99,14,206,77,117,1,0,75,195,76,81,178,29,2,0,75,3,207,124,240,196,3,0,76,195,221,13,48,73,3,0,76,163,245,120,66,159,3,0,78,131,131,29,113,134,1,0,80,227,114,162,95,238,1,0,80,195,23,106,79,147,2,0,80,195,92,191,36,10,3,0,81,35,185,6,36,184,1,0,82,99,174,115,244,186,1,0,82,195,27,208,87,167,2,0,83,131,181,211,182,146,3,0,84,227,139,68,74,203,1,0,85,227,82,90,252,0,2,0,86,99,57,59,67,211,2,0,86,3,197,120,195,95,3,0,87,35,147,222,150,215,2,0,87,163,96,224,22,219,3,0,89,3,211,146,45,216,2,0,89,227,84,179,129,145,3,0,90,163,173,243,55,145,2,0,91,3,93,157,25,56,3,0,92,99,169,91,61,132,2,0,93,163,31,222,126,203,1,0,94,227,162,144,7,56,3,0,96,99,5,247,202,13,3,0,97,99,163,239,37,80,3,0,100,3,186,156,19,131,2,0,101,195,208,152,220,17,3,0,105,163,82,161,98,252,3,0,106,99,134,196,241,213,2,0,109,67,119,173,201,130,1,0,109,99,185,39,109,27,4,0,110,131,57,82,21,152,2,0,111,99,188,175,98,11,2,0,112,67,165,51,13,239,1,0,112,35,215,131,238,156,2,0,113,227,239,120,99,130,3,0,115,195,155,129,225,129,2,0,115,67,238,215,245,229,2,0,115,99,153,23,115,4,3,0,116,195,56,164,47,107,3,0,117,227,108,143,110,60,3,0,122,195,21,207,119,200,1,0,124,227,187,204,66,185,3,0,126,131,196,55,123,35,3,0,127,195,25,117,225,186,1,0,127,67,167,129,194,217,1,0,129,99,249,159,4,160,2,0,129,3,149,215,75,108,3,0,130,67,0,139,250,22,2,0,133,163,176,8,31,151,2,0,135,3,185,251,132,129,1,0,135,99,28,123,120,101,3,0,136,3,186,57,225,116,3,0,137,99,202,35,178,122,2,0,138,163,150,181,217,133,3,0,139,3,84,227,66,53,3,0,141,35,226,6,105,137,2,0,144,227,36,155,166,96,2,0,146,195,42,205,231,205,1,0,147,67,41,6,64,144,1,0,147,131,254,227,177,21,2,0,148,131,242,147,17,102,2,0,148,195,202,248,129,247,2,0,148,195,6,102,29,8,3,0,149,67,44,81,183,120,2,0,149,163,4,130,80,60,3,0,153,227,141,253,133,169,2,0,153,67,248,51,48,42,3,0,154,163,6,178,171,131,3,0,155,67,237,175,0,209,3,0,157,131,58,98,40,252,1,0,157,195,41,60,54,236,2,0,157,99,12,20,99,179,3,0,158,3,212,207,243,18,3,0,160,195,211,196,244,27,3,0,161,99,252,19,214,30,2,0,161,227,199,226,1,135,2,0,162,35,221,247,249,221,1,0,164,99,23,236,158,172,2,0,164,227,153,46,224,229,2,0,167,131,115,4,185,176,2,0,168,131,153,223,58,119,2,0,168,35,106,0,67,202,3,0,169,3,38,176,121,2,3,0,170,99,139,24,206,135,1,0,172,131,244,156,202,189,2,0,172,131,21,24,228,53,3,0,172,163,203,20,123,184,3,0,174,99,13,181,51,4,2,0,175,163,52,67,66,155,1,0,175,67,251,103,200,14,2,0,175,163,3,2,42,80,2,0,177,67,212,49,226,28,2,0,178,195,215,157,204,23,2,0,180,67,22,42,85,151,1,0,183,67,42,37,107,228,2,0,183,195,199,187,211,9,3,0,184,131,18,128,19,105,3,0,185,99,55,121,175,78,2,0,185,99,128,6,9,62,3,0,187,195,31,66,207,128,1,0,187,227,175,238,210,42,2,0,189,35,152,134,216,223,2,0,190,227,47,179,172,159,1,0,190,3,174,28,150,91,2,0,192,163,82,59,229,124,1,0,193,227,50,117,6,169,1,0,193,163,24,186,253,113,2,0,197,35,106,186,63,147,2,0,197,227,18,25,200,181,2,0,197,35,153,185,107,168,3,0,198,163,39,81,50,133,2,0,199,163,149,87,84,28,2,0,199,35,26,5,190,12,3,0,201,131,101,212,190,39,4,0,204,67,138,54,191,123,2,0,204,67,21,21,62,154,2,0,205,67,27,96,99,80,2,0,205,35,11,50,78,16,3,0,206,99,108,24,169,109,2,0,207,99,106,150,174,13,4,0,208,3,236,239,255,244,1,0,208,99,36,98,230,159,3,0,209,163,114,10,201,209,1,0,210,35,123,210,72,54,3,0,211,163,96,230,243,232,1,0,213,35,237,55,110,19,4,0,215,131,141,53,11,142,1,0,215,227,14,66,124,6,4,0,216,195,134,102,111,213,1,0,216,227,166,238,29,59,2,0,216,195,79,243,57,118,3,0,217,163,205,164,1,25,3,0,217,195,47,81,183,233,3,0,220,195,236,70,38,122,3,0,221,35,40,28,19,23,2,0,221,195,30,23,201,20,4,0,222,131,52,5,201,156,1,0,223,3,126,39,218,181,1,0,226,227,83,230,178,27,3,0,226,131,133,115,243,152,3,0,227,163,198,57,174,217,1,0,227,35,250,66,93,78,3,0,231,99,53,83,70,1,3,0,233,195,202,210,111,129,2,0,234,131,21,225,138,156,1,0,234,131,26,203,26,124,3,0,236,99,233,118,135,116,2,0,236,131,48,4,9,9,3,0,236,35,137,5,213,147,3,0,239,35,185,125,15,36,4,0,242,35,4,236,35,20,3,0,242,99,62,104,7,63,3,0,242,99,212,232,144,248,3,0,243,227,173,175,202,67,3,0,243,195,40,182,92,165,3,0,248,99,220,170,233,130,2,0,248,195,67,85,231,114,3,0,248,67,165,236,13,119,3,0,249,131,81,248,147,104,2,0,249,3,231,100,23,7,3,0,251,227,95,22,98,154,2,0,252,163,222,2,174,123,2,0,254,99,239,147,163,188,1,0,0,4,63,48,162,202,3,0,1,164,153,223,108,108,2,0,1,100,14,94,126,254,2,0,1,228,10,239,55,11,4,0,2,164,167,222,209,195,1,0,2,4,235,148,228,214,3,0,5,228,61,118,206,185,2,0,7,100,118,179,160,145,1,0,7,68,129,101,53,193,1,0,9,164,26,195,76,215,3,0,10,164,157,194,172,147,1,0,10,68,48,43,212,8,4,0,12,100,24,81,248,192,2,0,12,36,9,169,195,253,3,0,14,100,62,112,202,212,3,0,18,4,255,191,196,148,1,0,18,36,42,159,38,213,1,0,18,228,90,227,130,153,2,0,19,132,103,108,20,240,2,0,19,196,81,168,187,157,3,0,20,132,243,216,36,121,2,0,22,68,224,151,128,128,3,0,23,132,234,193,12,197,2,0,24,4,201,40,63,179,3,0,25,36,241,45,177,69,2,0,26,100,61,224,205,155,1,0,26,132,127,172,135,244,1,0,26,100,221,246,210,121,3,0,26,228,215,171,57,136,3,0,26,228,206,95,183,183,3,0,27,4,229,10,47,166,2,0,28,132,225,198,177,115,3,0,29,228,246,174,247,233,2,0,29,164,116,203,68,170,3,0,30,36,84,168,134,28,2,0,30,196,35,45,240,92,3,0,31,196,55,80,192,154,1,0,31,36,237,199,173,246,2,0,32,100,72,138,115,144,2,0,33,4,193,107,192,31,4,0,34,132,191,104,184,15,2,0,36,68,138,222,244,120,2,0,36,4,207,248,172,208,3,0,37,36,157,183,98,235,1,0,37,36,39,232,192,247,3,0,39,132,168,128,184,158,1,0,39,68,24,102,183,209,1,0,40,132,59,184,177,177,2,0,40,4,216,203,76,121,3,0,41,4,123,236,193,41,2,0,41,36,67,153,120,131,3,0,42,132,44,132,61,27,3,0,46,164,22,43,89,52,2,0,47,36,194,16,221,133,1,0,47,4,87,243,70,230,2,0,47,100,116,84,227,98,3,0,50,68,186,207,233,161,1,0,50,36,85,46,86,94,3,0,51,196,114,83,133,165,2,0,52,68,215,18,70,136,1,0,52,4,149,51,190,35,3,0,52,196,197,102,159,98,3,0,55,228,210,190,238,129,3,0,59,196,70,133,100,61,2,0,62,164,93,126,158,75,2,0,63,100,130,176,16,72,3,0,64,100,152,160,176,165,2,0,64,36,159,0,211,160,3,0,64,4,135,29,127,243,3,0,67,36,62,244,123,32,3,0,69,196,125,116,160,128,3,0,69,132,188,167,217,163,3,0,71,132,154,31,82,252,2,0,71,228,227,98,59,190,3,0,72,4,187,126,103,125,1,0,72,68,65,84,64,201,1,0,74,4,153,223,175,155,2,0,76,36,145,28,74,154,1,0,77,4,1,229,14,122,3,0,78,228,248,235,17,137,2,0,78,36,151,47,192,223,3,0,79,68,14,69,104,43,2,0,80,36,91,2,53,213,2,0,80,100,208,246,240,255,2,0,85,100,248,86,169,138,1,0,85,132,83,142,171,124,3,0,86,36,72,181,224,243,1,0,86,228,36,167,215,204,2,0,87,164,46,92,108,173,3,0,89,36,57,66,22,110,2,0,90,68,77,140,39,49,2,0,91,36,39,187,50,140,2,0,92,4,245,77,178,103,3,0,95,132,187,30,184,26,4,0,96,196,81,60,161,122,1,0,96,132,108,36,155,47,2,0,96,100,146,254,244,1,3,0,101,196,95,173,34,156,3,0,103,228,72,193,43,139,2,0,104,228,161,245,72,34,4,0,105,100,124,209,143,34,4,0,107,100,250,157,216,11,2,0,107,132,149,33,46,6,4,0,111,132,7,138,220,142,1,0,111,68,32,39,225,101,3,0,111,164,36,43,47,173,3,0,112,36,53,179,142,232,3,0,114,132,133,40,84,54,2,0,115,4,239,67,42,89,2,0,116,4,235,217,229,38,2,0,116,4,235,217,255,38,2,0,116,4,235,217,25,39,2,0,116,4,235,217,50,39,2,0,116,4,235,217,84,39,2,0,116,36,26,81,22,159,2,0,117,132,8,50,243,116,2,0,120,228,20,63,13,220,1,0,120,196,99,180,12,161,3,0,121,68,107,238,103,135,2,0,121,100,206,113,168,198,2,0,122,68,192,66,120,227,2,0,123,4,216,35,168,229,3,0,125,132,112,61,188,145,3,0,128,228,74,134,8,157,1,0,129,196,80,80,139,127,1,0,130,196,131,149,54,184,1,0,130,228,227,120,67,131,3,0,131,100,35,117,110,249,3,0,132,4,20,50,95,2,3,0,133,68,120,32,6,244,1,0,134,36,198,211,212,162,1,0,134,228,42,95,105,134,3,0,135,4,204,175,209,213,1,0,135,196,4,135,166,161,3,0,135,132,218,153,89,1,4,0,137,68,56,236,235,211,1,0,138,100,10,67,159,54,2,0,138,196,26,235,178,130,3,0,139,164,156,192,165,72,3,0,140,228,179,246,31,97,3,0,140,68,141,30,253,220,3,0,141,36,165,235,118,73,2,0,144,100,168,87,227,198,1,0,144,68,75,176,25,103,3,0,147,228,9,103,175,173,1,0,148,36,140,57,93,149,2,0,149,228,28,13,47,129,3,0,150,228,195,87,20,29,4,0,151,36,238,216,131,133,1,0,152,100,251,206,96,183,1,0,153,196,56,164,178,39,2,0,153,4,110,252,176,128,2,0,153,36,219,98,145,132,3,0,154,4,64,45,54,8,3,0,154,4,240,86,249,224,3,0,154,36,167,235,223,19,4,0,156,196,62,48,78,98,3,0,158,228,85,30,117,133,1,0,160,228,174,123,28,199,3,0,161,68,209,151,248,40,2,0,161,132,76,81,163,86,2,0,161,36,113,155,4,179,2,0,161,100,239,35,55,60,3,0,161,228,204,126,179,234,3,0,163,196,25,248,84,12,2,0,163,132,40,247,12,200,2,0,166,164,67,209,22,94,3,0,166,228,237,254,206,201,3,0,167,36,247,59,212,198,1,0,167,228,226,196,58,33,2,0,169,164,206,23,247,176,2,0,171,196,44,18,74,246,1,0,171,36,29,81,32,154,2,0,172,100,111,196,228,26,3,0,172,196,52,142,184,16,4,0,173,68,133,72,51,198,1,0,173,36,38,9,103,13,4,0,174,132,87,131,173,118,2,0,175,36,7,146,151,201,2,0,176,196,36,243,148,219,1,0,178,36,124,157,71,119,3,0,178,132,113,1,198,197,3,0,179,196,223,210,163,214,1,0,179,132,99,24,85,86,2,0,179,36,6,81,40,92,3,0,179,100,181,120,77,122,3,0,181,164,47,19,202,174,2,0,183,196,176,95,5,169,2,0,183,228,220,178,177,228,2,0,184,100,35,14,82,11,3,0,184,100,249,137,110,146,3,0,185,100,154,189,151,80,3,0,186,164,70,70,242,156,3,0,187,100,40,188,151,6,2,0,187,228,190,49,4,79,2,0,189,132,36,150,152,76,2,0,193,164,221,241,241,12,2,0,193,228,136,100,58,62,2,0,193,68,190,16,35,188,3,0,195,100,88,111,250,149,1,0,195,100,229,96,248,80,2,0,196,68,118,14,34,2,2,0,197,100,224,225,28,248,3,0,204,228,249,233,180,25,3,0,204,132,240,194,219,86,3,0,205,36,16,219,191,250,2,0,205,164,46,254,170,244,3,0,206,228,200,150,243,163,3,0,208,228,227,134,50,64,2,0,208,228,211,93,138,109,3,0,209,36,183,117,206,172,1,0,215,164,247,21,210,205,3,0,216,68,71,244,144,40,2,0,216,132,188,152,127,44,2,0,216,196,203,207,219,150,2,0,217,196,43,186,60,141,2,0,217,68,62,240,200,190,3,0,218,196,126,222,189,168,2,0,219,36,145,100,248,253,3,0,220,4,191,70,248,218,1,0,220,196,73,186,36,144,2,0,221,68,19,38,252,135,2,0,221,164,237,47,250,119,3,0,222,132,53,46,240,24,2,0,222,196,206,32,10,251,3,0,226,4,219,165,226,149,1,0,226,4,221,98,254,30,4,0,231,4,17,72,153,177,1,0,231,68,120,119,34,2,4,0,233,100,87,35,175,162,1,0,233,68,196,55,70,52,2,0,234,36,83,18,57,24,2,0,235,68,234,126,234,184,1,0,237,4,32,60,70,61,2,0,237,228,1,47,216,159,3,0,238,68,19,30,48,228,1,0,238,132,223,160,187,112,2,0,238,4,30,67,228,152,2,0,241,228,71,127,62,254,3,0,243,228,241,193,19,0,3,0,244,228,239,129,40,51,2,0,245,68,197,115,8,209,2,0,246,228,109,114,180,244,2,0,246,196,85,91,97,44,3,0,246,4,56,120,4,58,3,0,248,132,46,28,148,23,2,0,251,228,20,151,95,13,3,0,251,164,219,3,231,55,3,0,251,4,6,132,234,202,3,0,253,100,19,70,175,201,3,0,255,36,60,61,253,207,1,0,255,4,203,47,82,40,4,0,1,165,97,67,62,151,1,0,1,69,213,206,104,235,3,0,2,69,242,55,62,59,2,0,2,229,18,52,189,184,2,0,3,133,232,232,232,16,2,0,3,101,26,107,4,223,3,0,3,197,175,170,13,32,4,0,5,165,176,134,226,9,2,0,6,165,176,164,145,110,3,0,6,229,246,228,82,229,3,0,7,165,163,165,228,163,2,0,8,229,37,52,36,210,2,0,9,5,126,137,67,218,3,0,12,37,2,234,70,229,2,0,13,101,157,9,15,173,1,0,13,165,46,147,197,117,2,0,15,5,16,188,194,113,2,0,15,165,142,47,156,76,3,0,16,229,176,43,202,236,1,0,18,101,128,173,139,67,2,0,18,229,152,223,189,155,2,0,20,37,168,148,154,20,2,0,24,133,252,3,205,77,3,0,25,229,82,97,198,62,2,0,25,101,98,176,21,130,2,0,25,69,106,37,149,173,2,0,25,101,24,81,191,192,2,0,27,37,236,10,100,192,2,0,28,229,202,80,201,87,3,0,29,197,139,67,91,130,2,0,30,229,75,215,217,57,2,0,31,165,137,226,118,204,1,0,33,5,123,59,69,68,3,0,33,165,198,117,161,209,3,0,34,37,105,178,224,113,3,0,35,37,160,54,127,174,2,0,37,5,59,55,31,38,2,0,37,37,7,146,169,201,2,0,39,133,195,141,202,215,1,0,39,101,173,82,162,60,2,0,39,5,190,199,168,35,3,0,40,37,122,231,181,217,3,0,41,101,50,12,0,24,3,0,42,5,196,136,255,202,1,0,45,229,20,91,86,134,3,0,46,37,222,69,18,129,1,0,46,101,139,241,105,232,3,0,48,69,103,64,140,16,4,0,49,37,98,123,196,52,2,0,49,133,212,115,189,17,3,0,49,133,27,224,72,201,3,0,49,197,164,214,141,28,4,0,50,101,89,152,71,155,3,0,52,5,147,209,248,88,2,0,54,133,221,30,202,49,3,0,56,197,136,6,149,254,1,0,58,197,117,97,59,146,2,0,60,229,55,101,144,192,2,0,61,165,148,36,177,199,1,0,62,5,81,6,216,176,1,0,66,165,202,174,155,195,1,0,66,229,212,4,45,230,2,0,67,69,243,47,217,118,1,0,67,133,233,94,2,76,3,0,68,69,225,14,147,134,1,0,68,69,25,139,60,223,2,0,68,165,240,165,62,44,3,0,69,229,250,169,47,202,2,0,69,69,207,108,7,81,3,0,72,37,229,228,28,174,1,0,73,101,1,130,194,223,2,0,73,197,79,176,219,129,3,0,74,37,164,155,86,126,1,0,74,37,164,243,200,149,2,0,74,133,79,210,101,150,3,0,74,5,216,110,204,10,4,0,78,5,111,11,45,100,3,0,81,69,236,232,153,47,3,0,83,133,84,92,166,238,1,0,83,133,13,181,21,241,1,0,83,133,238,210,186,234,2,0,83,197,99,67,186,83,3,0,83,133,204,121,160,111,3,0,84,101,248,144,164,52,2,0,85,197,126,82,73,233,2,0,88,229,18,14,125,20,2,0,89,229,112,70,20,211,3,0,90,229,164,44,105,192,1,0,90,5,114,118,29,3,2,0,90,5,76,87,254,231,3,0,91,197,20,37,229,154,2,0,91,101,107,247,168,216,3,0,92,5,226,211,121,216,1,0,92,69,208,236,226,128,3,0,92,69,172,93,37,207,3,0,94,69,97,212,18,249,2,0,94,101,199,240,253,173,3,0,95,101,153,61,145,230,1,0,95,197,70,133,119,61,2,0,97,37,57,30,161,37,2,0,100,197,116,111,15,74,2,0,100,229,154,233,60,97,3,0,101,101,144,181,25,122,1,0,101,37,29,81,17,154,2,0,102,5,44,238,174,118,1,0,102,101,183,246,200,221,1,0,104,69,45,135,210,228,3,0,105,165,221,181,227,171,3,0,107,5,161,215,223,160,1,0,107,69,221,75,106,162,3,0,107,37,0,37,169,206,3,0,110,197,225,130,211,42,3,0,111,69,8,129,175,243,1,0,112,101,135,160,245,185,2,0,113,165,161,181,39,85,2,0,113,101,229,106,178,143,3,0,114,133,199,143,206,143,1,0,114,5,118,211,59,240,2,0,115,37,89,243,3,4,2,0,117,5,111,228,163,5,2,0,117,229,122,19,173,30,2,0,119,133,3,252,206,47,2,0,119,165,56,166,9,99,2,0,120,5,134,208,49,253,3,0,121,133,211,36,41,78,2,0,122,229,159,121,90,116,2,0,123,197,41,127,198,99,3,0,123,101,99,103,3,247,3,0,125,133,76,81,89,88,2,0,126,101,187,236,216,233,1,0,127,165,250,39,227,25,2,0,128,197,117,131,3,71,3,0,129,229,203,226,186,186,3,0,130,69,191,227,42,70,2,0,131,165,142,110,99,64,3,0,135,5,153,223,133,155,2,0,135,133,16,15,245,15,4,0,137,229,205,63,12,42,3,0,142,5,68,26,39,149,2,0,143,197,255,107,1,186,1,0,143,37,167,141,46,222,2,0,144,133,226,83,198,106,3,0,145,133,230,229,215,79,3,0,147,5,63,79,104,81,3,0,147,5,167,205,231,161,3,0,148,101,169,12,42,229,1,0,148,69,184,95,0,152,2,0,148,133,28,221,218,33,4,0,149,229,153,188,43,199,2,0,149,101,37,198,213,35,3,0,149,197,91,175,50,155,3,0,150,101,235,185,150,158,2,0,151,133,129,68,134,148,1,0,152,229,131,99,11,155,1,0,154,197,175,153,82,173,1,0,155,133,125,154,136,125,1,0,155,133,76,81,59,87,2,0,155,37,255,198,167,152,2,0,155,101,52,140,52,3,4,0,156,197,98,206,62,86,2,0,156,5,186,101,7,106,3,0,157,5,54,187,186,0,4,0,158,165,85,214,136,180,1,0,159,229,53,225,206,150,1,0,160,165,213,182,160,53,3,0,160,197,170,219,95,231,3,0,161,197,7,129,75,207,1,0,161,229,72,60,61,125,2,0,161,229,13,80,159,245,3,0,162,165,229,217,243,39,2,0,162,37,180,174,11,8,3,0,162,69,191,248,102,59,3,0,163,197,172,231,121,120,3,0,163,197,25,157,202,136,3,0,164,165,167,188,95,216,1,0,164,5,207,24,83,76,2,0,165,101,22,254,58,212,1,0,165,101,75,68,13,221,1,0,165,37,236,152,243,77,2,0,167,165,135,21,223,221,3,0,168,229,94,190,125,147,1,0,168,101,53,81,154,109,2,0,168,229,43,22,196,125,2,0,169,197,64,185,71,152,2,0,170,197,41,169,102,30,3,0,171,69,25,81,203,155,2,0,174,229,230,184,167,254,3,0,175,165,87,57,17,61,2,0,176,37,98,114,114,198,1,0,177,37,18,55,180,248,2,0,182,229,86,188,94,224,1,0,184,165,221,17,64,65,3,0,185,197,130,207,171,56,2,0,187,197,239,169,92,121,1,0,187,165,206,0,12,224,1,0,187,69,20,54,75,168,2,0,188,165,216,22,82,80,3,0,188,229,213,26,54,242,3,0,190,133,68,231,8,230,2,0,192,165,206,247,194,57,2,0,192,101,41,94,166,3,4,0,193,37,121,209,87,164,3,0,195,5,170,10,176,234,1,0,195,165,87,163,252,145,2,0,198,229,200,38,129,172,1,0,198,5,176,233,13,24,3,0,198,101,81,220,8,213,3,0,198,197,47,50,94,0,4,0,200,37,52,49,148,181,3,0,203,69,167,206,45,82,2,0,203,69,71,21,91,160,2,0,203,69,17,61,135,70,3,0,205,229,147,205,168,38,3,0,205,37,43,96,91,119,3,0,206,5,236,174,208,238,2,0,208,229,59,108,1,3,3,0,208,197,221,145,15,172,3,0,211,37,207,90,17,37,2,0,211,133,189,204,6,40,2,0,212,133,50,195,125,186,2,0,213,133,124,198,98,142,1,0,213,197,14,233,237,177,3,0,213,197,14,233,84,178,3,0,214,133,219,191,109,214,1,0,214,69,38,0,191,102,2,0,217,37,188,238,35,181,3,0,218,101,231,228,48,148,2,0,220,165,200,24,159,216,2,0,223,5,224,171,57,123,2,0,225,69,101,239,238,228,3,0,226,197,127,121,64,94,3,0,227,229,103,107,116,233,3,0,228,229,44,209,151,16,3,0,229,101,131,200,227,140,1,0,230,165,208,7,159,135,1,0,234,133,243,199,120,18,4,0,236,229,119,253,1,40,3,0,237,5,173,196,27,55,3,0,239,229,69,163,177,213,3,0,241,133,184,92,95,53,2,0,241,133,20,254,52,234,3,0,245,69,139,47,42,37,2,0,245,133,52,69,254,149,2,0,249,101,32,25,162,2,2,0,249,37,200,11,196,167,3,0,250,133,48,167,198,204,2,0,252,37,17,23,165,119,2,0,254,133,119,25,243,136,1,0,254,5,162,145,117,87,2,0,255,101,49,52,41,182,2,0,0,102,128,128,235,10,2,0,4,230,11,176,115,150,3,0,5,230,28,63,5,90,3,0,8,70,226,108,136,224,1,0,8,134,14,160,155,177,3,0,9,38,231,13,69,216,1,0,9,38,39,161,153,170,2,0,9,102,195,3,132,176,2,0,9,6,27,254,63,208,2,0,9,230,179,51,87,254,2,0,10,102,118,61,158,160,2,0,10,102,202,22,40,225,3,0,11,166,54,80,10,78,2,0,11,134,177,179,151,111,2,0,11,38,166,170,251,171,3,0,12,70,213,49,106,79,2,0,12,134,227,186,158,123,2,0,12,6,9,212,42,139,3,0,13,166,46,3,122,234,1,0,16,6,68,117,24,30,3,0,16,134,157,200,76,104,3,0,17,198,155,28,46,59,3,0,17,102,237,100,174,6,4,0,19,6,166,48,245,234,1,0,20,166,80,23,99,114,3,0,21,166,54,188,100,143,2,0,21,230,151,160,59,176,2,0,21,230,209,249,59,182,2,0,21,166,206,144,8,19,3,0,21,230,118,192,161,37,3,0,22,102,24,129,200,45,2,0,22,70,166,227,105,46,3,0,23,70,45,170,220,179,1,0,23,166,245,102,246,9,2,0,26,198,87,247,107,221,3,0,27,38,138,46,57,143,1,0,27,166,6,101,70,60,2,0,27,38,190,57,196,8,3,0,28,134,118,31,202,210,2,0,29,70,52,156,119,142,2,0,32,198,147,156,86,118,1,0,32,134,48,194,126,143,2,0,34,198,240,149,144,67,3,0,39,166,8,23,183,128,1,0,39,6,86,221,202,51,3,0,40,198,47,56,137,141,1,0,40,38,181,18,124,23,2,0,41,38,191,3,87,137,3,0,43,6,140,60,251,226,2,0,43,198,22,47,180,205,3,0,44,134,125,56,166,119,1,0,44,198,180,78,100,247,1,0,44,166,40,251,194,114,2,0,45,6,162,75,13,144,3,0,46,38,39,181,145,143,3,0,47,38,139,101,62,250,2,0,48,134,97,69,155,154,1,0,48,134,238,155,186,238,2,0,50,102,214,84,148,249,1,0,51,6,64,56,189,182,1,0,51,166,250,61,13,240,1,0,53,38,12,17,195,13,2,0,53,6,216,167,119,7,4,0,54,198,32,159,12,63,2,0,56,102,67,171,151,56,2,0,56,102,6,75,67,238,3,0,57,198,118,234,26,12,3,0,57,166,130,44,82,207,3,0,58,102,199,154,131,37,2,0,58,198,71,173,31,189,2,0,59,38,213,38,22,255,1,0,60,166,76,81,128,52,2,0,60,134,176,28,165,17,3,0,61,70,209,2,44,125,2,0,62,230,181,109,76,161,1,0,63,166,107,169,196,103,2,0,63,198,41,188,64,117,2,0,64,102,25,25,209,116,1,0,65,38,30,123,242,53,3,0,66,198,45,179,29,135,1,0,66,198,245,192,17,54,3,0,66,134,222,241,109,89,3,0,67,166,123,235,38,111,2,0,67,134,51,56,226,13,3,0,67,198,137,10,214,22,3,0,68,6,118,172,40,117,1,0,68,6,57,196,26,20,4,0,69,102,38,172,235,179,1,0,69,102,58,135,242,109,3,0,70,230,3,140,239,107,3,0,71,70,228,98,163,182,3,0,72,166,109,16,133,191,1,0,72,6,44,119,140,115,2,0,72,166,128,184,159,195,2,0,73,102,9,64,90,112,3,0,73,6,60,104,31,3,4,0,76,38,57,176,109,199,2,0,77,102,169,90,152,176,1,0,81,166,195,211,239,132,1,0,81,134,186,102,200,224,3,0,81,230,172,113,188,229,3,0,82,166,219,243,138,98,2,0,82,102,129,139,79,99,3,0,83,70,165,241,155,152,1,0,85,230,210,83,222,145,1,0,85,102,203,173,218,155,2,0,88,198,62,23,47,47,3,0,88,70,89,70,219,233,3,0,88,38,81,206,232,243,3,0,90,70,195,216,27,183,1,0,91,230,52,103,83,180,3,0,92,134,17,62,249,127,2,0,92,38,41,53,56,126,3,0,92,70,129,153,210,207,3,0,92,166,235,92,194,215,3,0,93,134,105,21,78,19,2,0,94,198,217,47,74,25,3,0,94,198,217,47,91,25,3,0,94,198,217,47,242,26,3,0,94,134,113,165,59,91,3,0,94,70,138,229,61,168,3,0,96,198,32,75,160,219,3,0,97,198,57,35,198,120,2,0,97,198,238,169,240,198,2,0,97,70,152,250,19,183,3,0,98,134,235,175,133,152,3,0,100,102,50,230,227,213,3,0,101,134,113,26,85,246,2,0,101,38,88,255,85,109,3,0,102,198,238,218,24,160,1,0,102,38,98,192,204,234,3,0,103,102,153,124,147,206,2,0,104,134,179,173,228,207,2,0,105,198,207,46,205,10,2,0,105,134,98,195,170,223,3,0,105,230,153,49,83,224,3,0,106,134,195,136,89,225,1,0,107,38,150,233,251,99,2,0,107,166,26,62,89,204,3,0,108,198,125,185,225,236,1,0,108,102,225,8,100,27,2,0,109,198,124,110,189,160,1,0,110,70,39,5,198,138,2,0,110,166,236,135,112,150,2,0,110,6,74,127,131,10,4,0,113,38,213,115,122,192,1,0,113,230,67,24,118,31,4,0,116,70,129,20,84,10,2,0,118,6,175,1,46,72,2,0,120,134,177,179,169,111,2,0,123,230,255,245,226,146,1,0,123,166,114,41,104,155,2,0,124,134,116,11,146,196,1,0,124,38,103,216,168,211,2,0,124,6,219,64,252,148,3,0,127,6,122,33,5,177,1,0,127,198,88,45,77,1,2,0,127,166,94,72,62,174,2,0,129,166,97,120,143,218,1,0,129,134,31,219,125,90,3,0,130,6,210,165,21,152,3,0,135,102,31,170,28,55,2,0,136,166,173,102,38,105,3,0,139,198,171,185,34,235,2,0,139,6,27,162,136,244,2,0,140,166,218,24,233,63,2,0,140,134,209,150,84,67,3,0,141,38,123,83,227,55,2,0,141,230,81,226,7,156,2,0,141,134,73,78,154,193,2,0,141,230,247,205,239,43,3,0,143,230,148,5,159,219,2,0,143,134,47,29,122,5,4,0,145,134,39,30,200,57,3,0,147,38,102,184,84,157,2,0,147,102,187,180,10,12,4,0,148,70,194,106,113,41,3,0,150,102,250,72,63,200,1,0,151,6,132,205,242,96,3,0,151,6,131,19,157,113,3,0,154,70,93,71,245,191,1,0,154,198,226,25,63,170,2,0,158,166,181,15,29,147,2,0,158,230,214,28,207,215,2,0,159,38,186,254,27,203,2,0,161,6,49,75,42,182,3,0,161,230,23,52,236,31,4,0,162,70,247,22,232,126,3,0,166,198,122,77,25,17,2,0,166,70,96,154,205,253,2,0,166,166,170,136,190,11,3,0,168,102,233,9,190,90,2,0,169,198,15,40,81,240,2,0,169,134,151,136,108,242,2,0,170,198,187,173,88,22,2,0,170,230,81,13,80,242,3,0,171,198,238,114,227,176,2,0,172,38,220,79,88,129,3,0,178,198,226,193,117,170,1,0,178,198,59,108,116,183,1,0,178,166,36,220,225,209,1,0,178,230,64,85,254,210,1,0,179,230,204,99,168,177,1,0,180,70,160,2,53,170,3,0,181,134,94,248,54,130,3,0,182,6,31,78,249,131,1,0,185,166,71,15,249,116,3,0,187,38,35,225,148,147,1,0,187,6,173,173,97,44,2,0,187,134,154,176,17,108,3,0,188,38,31,74,148,132,2,0,188,230,86,225,245,160,2,0,188,38,102,119,98,213,2,0,189,230,107,190,129,157,1,0,191,134,79,243,101,156,3,0,194,102,23,192,34,31,2,0,195,198,165,35,210,81,2,0,196,38,34,178,193,199,2,0,199,166,33,157,243,76,2,0,200,6,219,2,204,122,2,0,201,230,213,173,222,172,3,0,201,38,143,78,79,187,3,0,203,70,72,198,192,196,1,0,203,134,203,133,179,223,2,0,204,230,228,64,59,186,1,0,204,198,232,134,157,192,1,0,204,70,157,52,77,224,1,0,205,198,42,60,178,184,3,0,209,6,14,85,63,224,1,0,209,230,231,170,133,163,2,0,215,198,131,219,151,150,1,0,215,38,117,10,79,194,3,0,217,198,0,32,250,148,2,0,218,166,79,247,254,60,2,0,218,70,128,105,167,159,2,0,218,166,9,130,205,83,3,0,218,102,41,171,143,180,3,0,219,166,27,167,248,180,3,0,219,6,119,101,23,228,3,0,222,38,184,203,99,253,3,0,223,38,132,67,108,147,3,0,223,230,123,165,89,185,3,0,225,230,30,115,61,6,3,0,226,198,254,206,97,33,3,0,227,102,201,21,186,31,2,0,227,230,207,249,182,64,2,0,229,166,162,222,119,245,2,0,232,70,189,167,181,152,3,0,233,6,53,73,117,195,2,0,235,134,76,9,94,98,2,0,235,6,152,244,207,153,3,0,237,198,195,167,251,248,3,0,238,38,23,236,82,119,1,0,238,230,26,158,130,178,1,0,239,166,39,227,177,130,2,0,239,38,139,187,2,7,3,0,241,198,102,10,254,172,1,0,243,102,153,124,168,206,2,0,244,230,30,15,68,15,4,0,245,134,76,65,44,116,2,0,248,6,216,155,157,224,2,0,249,38,250,106,221,208,3,0,250,230,153,103,90,140,3,0,251,230,83,224,123,26,2,0,252,198,7,91,172,16,2,0,253,70,219,253,142,5,3,0,255,102,253,190,170,218,2,0,2,167,217,206,92,219,2,0,2,199,165,110,228,10,3,0,2,71,224,226,234,68,3,0,3,135,148,160,79,169,1,0,5,71,27,35,45,118,2,0,8,167,58,7,173,175,3,0,11,39,2,126,137,209,1,0,13,231,255,17,25,196,1,0,13,167,48,1,139,41,3,0,14,231,221,16,212,86,2,0,15,167,118,101,58,10,3,0,16,103,140,191,237,245,1,0,17,231,190,239,252,85,2,0,17,231,52,250,222,142,3,0,18,7,56,245,66,173,1,0,18,7,129,33,166,78,3,0,21,71,74,80,127,128,1,0,22,135,91,203,1,54,3,0,22,103,190,231,244,131,3,0,25,39,226,81,25,123,1,0,25,135,220,222,19,229,2,0,27,199,69,195,160,183,3,0,28,7,26,192,231,44,2,0,29,135,120,242,53,132,1,0,29,231,123,207,181,177,3,0,31,39,209,117,150,175,3,0,32,103,59,12,233,183,1,0,34,7,105,39,243,169,1,0,36,167,185,195,44,45,2,0,36,199,128,231,251,154,3,0,37,39,25,115,222,175,3,0,38,39,144,13,84,125,2,0,39,199,140,229,165,146,3,0,41,7,176,13,105,55,2,0,41,199,157,169,99,96,2,0,42,231,151,160,165,175,2,0,42,71,1,251,218,229,3,0,43,71,33,249,238,157,2,0,43,39,4,102,89,22,3,0,43,135,168,228,78,30,3,0,43,135,242,245,245,110,3,0,44,167,165,177,183,165,3,0,47,71,29,164,90,233,1,0,48,103,61,75,196,184,1,0,50,7,84,17,183,178,1,0,51,71,218,107,189,11,2,0,51,231,162,155,140,88,3,0,52,103,67,202,17,72,2,0,52,167,54,82,103,250,2,0,54,199,39,252,28,243,3,0,54,7,198,48,3,18,4,0,55,199,233,44,202,190,2,0,56,231,254,245,102,157,1,0,56,231,185,194,96,194,2,0,56,199,218,134,252,213,3,0,57,231,76,114,129,242,3,0,57,199,93,219,160,255,3,0,59,231,127,236,198,143,2,0,59,135,213,182,143,209,3,0,62,39,223,76,220,56,2,0,62,231,50,114,69,107,3,0,62,167,247,221,77,192,3,0,63,71,0,21,247,214,1,0,67,199,198,201,227,223,1,0,69,71,223,70,213,183,3,0,70,199,192,232,99,250,1,0,70,71,15,192,213,87,2,0,70,231,236,0,48,208,2,0,71,71,60,152,160,45,3,0,72,71,157,141,71,143,1,0,72,199,107,219,47,211,3,0,73,103,227,31,19,214,3,0,74,231,19,213,83,49,2,0,74,7,163,185,189,42,3,0,75,135,81,192,191,235,1,0,75,71,163,24,22,19,2,0,76,167,131,88,133,158,3,0,77,103,38,62,113,208,3,0,77,7,14,134,116,215,3,0,78,135,40,59,129,79,3,0,79,231,183,27,43,225,2,0,80,7,127,68,125,209,2,0,83,103,11,38,203,135,2,0,84,167,23,208,195,252,3,0,88,39,196,220,182,222,1,0,89,71,186,50,140,83,2,0,90,199,236,237,33,239,1,0,90,231,95,180,31,38,4,0,92,199,177,230,77,250,2,0,92,135,57,81,9,3,4,0,93,135,144,131,113,247,2,0,93,7,111,19,215,219,3,0,94,231,214,63,214,152,3,0,95,135,86,255,98,91,2,0,100,103,13,139,1,199,2,0,101,103,206,50,13,151,2,0,101,71,242,214,106,246,3,0,103,39,147,238,167,10,2,0,104,7,23,104,26,207,2,0,105,103,70,183,210,11,4,0,106,7,39,214,71,51,2,0,106,39,62,161,74,25,4,0,107,231,130,85,58,80,3,0,109,103,61,202,134,38,3,0,110,199,10,40,182,220,2,0,111,231,87,254,219,174,1,0,111,103,164,67,168,22,4,0,112,7,18,45,210,19,2,0,112,231,226,27,124,133,3,0,113,39,64,112,74,35,4,0,115,7,232,243,74,220,1,0,116,135,209,80,27,119,3,0,117,231,71,107,88,101,2,0,119,7,223,17,74,87,2,0,120,231,49,200,15,28,4,0,126,39,116,10,90,185,1,0,126,231,98,186,98,239,3,0,129,167,37,250,208,196,1,0,130,103,88,32,67,248,1,0,130,135,116,218,96,17,4,0,131,71,207,153,140,193,1,0,131,103,145,44,108,96,3,0,132,103,236,237,175,105,3,0,132,7,33,51,250,245,3,0,135,7,90,37,219,194,1,0,137,103,208,46,68,11,2,0,138,71,234,90,171,23,3,0,138,199,167,80,140,52,3,0,139,39,151,86,82,246,3,0,143,39,115,26,85,224,2,0,143,71,167,91,127,115,3,0,145,103,31,81,54,151,2,0,146,167,250,131,241,197,3,0,147,103,127,210,48,189,2,0,147,167,7,177,103,90,3,0,149,199,41,167,153,41,2,0,149,135,205,125,175,168,3,0,151,7,228,6,26,190,2,0,152,231,81,209,129,170,2,0,152,103,94,112,154,7,3,0,153,135,134,104,218,88,3,0,156,135,38,159,45,173,1,0,156,7,210,129,23,245,3,0,158,199,84,216,166,178,1,0,159,135,212,213,184,29,3,0,159,231,101,175,56,121,3,0,161,39,117,18,51,24,4,0,162,135,91,142,91,223,2,0,163,7,102,6,52,2,3,0,164,103,22,52,142,32,2,0,165,71,175,137,121,1,2,0,166,103,26,171,217,6,2,0,166,39,124,184,104,197,2,0,167,39,65,48,199,149,1,0,167,167,46,47,87,85,2,0,169,199,38,41,140,118,3,0,169,199,38,41,162,118,3,0,169,199,38,41,191,118,3,0,169,199,38,41,222,118,3,0,170,39,250,75,233,63,3,0,171,39,151,59,63,192,1,0,172,39,216,7,140,192,1,0,172,167,92,62,246,15,3,0,172,135,145,24,4,20,4,0,174,231,23,63,67,195,1,0,174,167,22,58,199,3,2,0,175,71,117,20,3,180,1,0,175,7,132,235,86,33,2,0,178,39,132,63,46,134,1,0,180,199,247,47,224,233,2,0,181,71,105,13,41,252,2,0,181,7,167,46,221,112,3,0,182,103,57,25,117,53,2,0,183,7,255,45,241,215,1,0,183,71,229,94,248,73,3,0,183,231,20,15,3,7,4,0,184,135,39,81,110,130,2,0,184,103,84,195,90,220,2,0,184,39,80,98,239,122,3,0,185,7,39,183,151,137,2,0,185,199,251,226,186,141,3,0,186,103,136,51,199,130,2,0,187,71,134,44,220,254,1,0,188,199,62,107,1,105,3,0,189,7,71,212,139,18,3,0,189,103,110,129,171,85,3,0,190,135,151,121,3,168,1,0,190,231,33,36,15,212,1,0,193,71,49,207,202,133,1,0,193,7,80,175,91,21,2,0,194,231,162,150,174,166,2,0,194,167,198,142,69,195,2,0,196,103,233,162,153,202,1,0,197,135,169,90,210,18,2,0,199,167,115,159,204,49,2,0,201,71,158,149,172,83,3,0,201,167,131,3,188,19,4,0,202,71,226,91,45,149,1,0,202,199,75,237,247,118,2,0,202,231,57,24,14,148,3,0,202,167,153,115,2,151,3,0,203,231,162,161,35,159,1,0,203,231,172,61,244,227,1,0,205,71,24,182,9,113,2,0,205,7,124,123,201,110,3,0,205,135,73,62,251,134,3,0,206,71,194,210,229,107,2,0,207,71,98,195,78,41,2,0,207,231,247,62,158,49,2,0,207,7,49,150,245,212,2,0,207,199,252,255,122,104,3,0,208,103,54,254,21,252,2,0,208,7,90,65,5,244,3,0,208,7,90,65,28,244,3,0,209,135,195,147,71,210,3,0,209,167,110,215,169,210,3,0,211,231,155,100,17,2,3,0,211,167,3,115,128,232,3,0,214,7,227,250,204,89,2,0,214,71,88,239,188,172,2,0,217,39,186,0,216,24,3,0,218,7,251,128,190,96,2,0,218,231,226,161,243,243,2,0,218,7,231,100,0,109,3,0,222,231,155,220,237,149,2,0,224,199,153,137,42,228,3,0,226,199,60,74,72,135,3,0,227,199,147,253,47,215,1,0,228,199,251,167,40,196,1,0,230,167,74,133,9,237,1,0,231,167,67,138,182,175,2,0,232,135,102,156,97,71,3,0,233,135,155,239,174,227,1,0,233,39,65,21,48,3,2,0,234,199,117,150,220,182,3,0,237,199,161,36,107,218,1,0,238,231,79,186,65,133,2,0,239,103,152,171,19,192,2,0,240,167,206,198,94,15,4,0,241,231,107,162,210,140,2,0,243,71,75,166,72,27,2,0,243,7,64,22,186,33,2,0,244,39,251,145,170,97,3,0,245,167,90,35,197,249,1,0,245,135,37,107,94,255,3,0,246,199,184,9,116,155,1,0,246,167,246,138,229,170,1,0,246,7,4,209,202,2,2,0,246,7,214,154,176,235,3,0,247,135,198,67,121,162,1,0,249,167,133,227,55,54,3,0,252,231,39,27,52,163,3,0,254,103,154,4,3,229,3,0,255,135,183,82,250,30,3,0,255,135,176,129,29,102,3,0,0,136,146,30,108,122,1,0,0,168,80,218,234,30,2,0,0,200,113,157,212,104,3,0,1,200,170,56,103,16,4,0,3,104,49,52,5,182,2,0,5,40,33,181,198,181,1,0,6,168,215,164,153,198,1,0,6,168,151,159,241,42,2,0,7,72,214,91,148,206,3,0,8,136,21,150,203,223,1,0,8,104,177,87,104,36,2,0,8,72,230,22,179,210,2,0,11,168,98,61,72,83,2,0,11,136,196,213,146,252,3,0,13,136,135,251,150,181,2,0,13,232,177,234,99,215,2,0,13,8,226,17,230,239,2,0,15,8,148,159,62,136,2,0,15,232,63,192,40,180,3,0,17,40,178,142,133,165,3,0,17,104,67,111,165,204,3,0,18,104,178,62,103,92,2,0,18,232,205,113,1,131,2,0,18,8,177,29,146,85,3,0,19,8,148,159,200,136,2,0,19,200,242,172,87,236,3,0,20,8,204,197,73,215,1,0,21,200,50,83,73,8,2,0,24,40,3,228,131,211,2,0,25,40,186,248,153,50,2,0,28,8,206,2,11,125,2,0,30,232,105,162,93,155,1,0,31,232,226,55,164,205,1,0,34,72,65,17,187,116,3,0,35,72,211,72,45,209,2,0,35,168,78,61,74,102,3,0,36,72,177,235,52,239,1,0,38,136,18,132,70,247,1,0,39,8,163,105,61,138,1,0,39,168,129,17,137,87,2,0,39,104,37,215,249,86,3,0,40,232,76,184,67,145,3,0,42,168,210,210,149,51,2,0,42,40,13,62,88,230,3,0,44,8,23,37,243,31,2,0,44,40,247,55,118,38,2,0,45,168,236,80,189,32,2,0,46,168,125,201,35,97,2,0,46,40,12,235,62,117,3,0,46,72,138,48,183,10,4,0,48,232,162,120,2,191,1,0,49,136,159,14,127,244,3,0,50,40,125,86,64,187,1,0,50,200,249,55,3,14,2,0,53,104,60,226,108,166,3,0,53,72,225,72,2,9,4,0,55,72,73,70,79,65,3,0,56,136,201,74,240,3,4,0,57,104,93,229,87,124,1,0,57,40,93,237,44,32,2,0,57,136,25,69,137,100,3,0,58,232,147,48,202,38,2,0,60,168,106,50,47,5,4,0,64,8,90,76,210,37,4,0,65,232,24,78,50,185,2,0,65,136,114,166,67,224,2,0,65,8,128,54,109,164,3,0,66,232,87,215,63,5,3,0,71,232,109,196,9,131,1,0,71,232,216,174,37,246,1,0,72,200,202,67,167,234,2,0,76,232,50,72,58,25,3,0,77,136,55,254,25,142,2,0,79,8,192,209,194,24,3,0,79,136,168,228,90,30,3,0,79,72,154,208,252,38,3,0,79,8,113,246,218,95,3,0,79,136,56,64,19,175,3,0,81,8,50,81,14,118,2,0,82,8,182,186,46,130,2,0,83,8,246,134,48,193,3,0,84,200,79,14,161,168,1,0,84,72,46,254,168,26,4,0,85,8,244,156,231,165,1,0,85,8,3,113,196,253,1,0,85,104,217,169,253,195,2,0,85,8,61,88,178,33,3,0,88,168,84,155,97,213,3,0,88,168,156,123,223,225,3,0,89,168,91,226,205,4,4,0,90,232,111,105,156,36,2,0,91,104,10,44,52,79,2,0,91,40,169,190,251,0,4,0,95,40,1,118,51,136,1,0,95,104,167,228,23,20,3,0,98,72,154,223,234,80,2,0,98,136,76,81,178,88,2,0,100,72,31,154,213,205,1,0,101,104,171,49,17,51,3,0,101,8,26,191,162,91,3,0,102,232,183,195,124,45,2,0,103,8,37,207,200,148,2,0,105,136,20,225,213,241,2,0,105,72,109,65,21,68,3,0,108,136,129,72,42,163,2,0,112,104,162,218,168,147,2,0,112,200,158,28,191,124,3,0,112,72,178,153,50,189,3,0,113,104,248,134,191,167,1,0,114,40,93,141,13,170,1,0,114,136,48,133,63,69,2,0,114,232,178,3,67,173,3,0,116,72,131,105,51,138,2,0,116,168,244,219,152,247,2,0,117,136,21,84,153,214,3,0,118,40,122,226,246,5,2,0,118,200,40,5,34,168,3,0,119,40,190,137,16,238,3,0,121,8,1,222,143,158,1,0,121,168,226,200,217,193,1,0,122,40,80,245,31,213,3,0,124,72,135,12,47,32,3,0,124,40,63,92,126,87,3,0,125,232,106,131,33,150,2,0,125,72,131,187,155,168,3,0,125,168,23,190,25,222,3,0,128,104,106,172,226,147,1,0,131,8,22,13,141,4,2,0,131,232,151,230,48,128,2,0,132,136,221,88,52,180,1,0,132,232,196,239,21,28,3,0,133,200,245,242,137,169,3,0,133,200,62,147,123,225,3,0,135,72,71,195,44,25,3,0,136,232,106,193,236,57,2,0,137,168,75,188,29,118,2,0,137,232,81,226,242,155,2,0,140,200,157,235,212,41,2,0,141,136,109,35,151,223,1,0,141,200,241,155,12,83,3,0,143,8,147,183,81,89,3,0,144,136,134,70,184,6,2,0,146,72,234,59,245,17,2,0,147,40,249,95,102,221,2,0,150,104,193,175,142,35,3,0,150,232,14,81,143,125,3,0,151,232,52,124,233,228,2,0,152,200,253,24,74,146,3,0,152,8,192,252,45,235,3,0,153,200,30,104,21,207,1,0,153,72,236,177,173,129,2,0,154,168,231,10,169,179,1,0,154,40,133,88,14,124,2,0,154,136,158,160,207,172,2,0,155,72,70,69,165,92,2,0,158,232,3,168,63,11,3,0,158,200,231,63,135,39,4,0,158,104,73,190,204,39,4,0,159,40,85,19,230,11,4,0,160,168,20,81,222,0,2,0,160,200,39,81,102,140,2,0,160,136,62,134,122,252,2,0,161,40,247,197,122,254,1,0,161,200,235,109,198,98,3,0,162,104,176,162,200,186,2,0,162,232,60,12,37,29,3,0,164,8,22,102,53,124,2,0,165,40,157,143,169,191,1,0,165,136,104,153,16,21,3,0,168,72,59,81,142,106,2,0,169,232,215,177,250,215,3,0,170,40,136,99,253,124,1,0,171,72,96,47,16,162,3,0,175,8,87,50,251,251,2,0,176,8,152,115,27,127,1,0,176,136,71,182,87,237,1,0,178,168,12,99,47,155,1,0,178,8,240,127,121,124,2,0,178,168,165,174,123,215,2,0,179,168,105,237,114,157,2,0,179,72,251,4,4,36,3,0,181,104,39,81,53,126,2,0,182,8,42,31,79,96,2,0,183,136,184,224,74,114,3,0,183,72,79,214,48,237,3,0,185,72,170,12,164,174,1,0,185,168,50,235,31,212,1,0,185,232,122,100,200,96,3,0,185,200,169,20,208,184,3,0,186,104,82,1,110,174,1,0,186,136,154,151,7,138,3,0,188,40,182,62,28,157,3,0,191,168,140,192,204,133,2,0,192,104,129,195,35,86,3,0,193,72,98,194,50,183,1,0,193,40,18,32,146,1,4,0,194,40,49,217,103,109,2,0,194,40,153,192,233,235,2,0,197,8,43,60,88,122,1,0,197,40,230,135,49,40,3,0,200,200,251,23,196,247,1,0,202,200,65,41,43,253,1,0,205,168,69,132,166,100,2,0,207,8,125,195,248,28,2,0,208,200,148,156,207,93,3,0,209,40,49,192,167,179,2,0,209,136,54,45,54,224,3,0,210,200,11,109,208,44,2,0,210,200,251,82,206,132,3,0,212,232,63,216,65,139,1,0,212,168,89,56,55,207,1,0,213,200,152,223,236,206,2,0,214,104,195,114,116,213,2,0,214,72,169,223,90,4,3,0,214,104,254,228,85,62,3,0,215,200,16,79,138,87,3,0,217,104,255,80,77,123,2,0,218,136,226,138,227,118,2,0,219,8,115,79,67,112,2,0,220,168,133,243,15,48,3,0,221,8,7,47,110,159,3,0,221,232,32,162,248,221,3,0,221,168,224,113,121,35,4,0,223,72,175,243,138,229,2,0,223,200,163,161,153,28,3,0,224,136,205,47,130,221,3,0,224,136,205,47,154,221,3,0,224,136,205,47,65,40,4,0,225,232,217,168,99,202,1,0,226,136,186,64,36,168,1,0,226,104,219,124,129,185,2,0,227,40,4,244,121,126,3,0,230,8,255,112,128,146,2,0,230,168,215,134,105,197,3,0,231,168,240,246,122,201,2,0,232,136,39,70,106,115,3,0,233,8,236,33,28,165,1,0,233,104,133,105,220,211,1,0,235,8,233,192,210,200,2,0,237,72,153,223,126,128,2,0,237,104,205,253,85,140,2,0,237,200,119,169,128,152,2,0,237,40,238,31,216,6,3,0,239,232,149,232,97,30,4,0,240,72,239,64,111,141,3,0,240,232,25,83,8,156,3,0,243,72,154,223,190,92,2,0,244,136,77,41,210,60,2,0,244,104,249,56,1,246,2,0,245,200,198,28,51,23,4,0,246,232,54,52,202,233,3,0,247,8,105,178,228,47,3,0,248,168,120,44,53,12,2,0,248,40,11,111,51,201,2,0,248,104,180,70,229,123,3,0,249,168,231,175,234,210,2,0,249,72,145,40,244,106,3,0,250,168,115,239,88,127,3,0,250,232,18,13,22,131,3,0,251,72,78,1,89,59,2,0,252,136,53,144,125,226,1,0,252,8,32,43,57,75,2,0,253,72,210,208,189,254,3,0,254,104,167,228,51,15,3,0,1,73,61,248,11,181,1,0,2,201,178,119,45,138,1,0,3,73,118,144,18,166,2,0,4,105,60,223,183,133,1,0,4,73,84,144,194,87,2,0,4,41,204,63,106,43,3,0,5,41,45,29,244,61,3,0,6,169,151,152,64,232,2,0,7,233,70,228,110,166,1,0,7,201,168,1,119,209,3,0,8,233,203,45,144,127,2,0,11,233,72,55,76,118,3,0,12,137,51,146,53,205,3,0,13,41,127,6,132,17,2,0,13,41,72,98,92,48,2,0,16,201,72,70,18,163,3,0,17,41,0,75,101,137,1,0,17,73,246,221,32,194,1,0,18,233,40,13,150,133,1,0,18,233,179,23,144,170,1,0,18,201,50,77,248,79,2,0,20,137,160,248,70,219,3,0,21,41,180,161,30,10,2,0,23,169,221,143,216,231,1,0,23,233,225,48,183,174,3,0,24,137,176,52,155,183,2,0,26,9,114,80,234,1,2,0,28,201,249,168,114,119,3,0,29,73,185,92,8,254,1,0,31,41,199,203,57,92,2,0,31,201,66,63,104,91,3,0,32,105,116,52,134,135,3,0,33,105,242,98,217,175,1,0,33,41,25,112,131,213,3,0,36,41,63,99,214,75,3,0,38,9,241,54,210,112,2,0,41,73,157,63,148,12,3,0,42,9,236,175,72,131,1,0,42,9,19,143,129,146,3,0,43,73,176,91,178,184,1,0,43,169,217,107,47,185,1,0,44,105,58,61,0,226,2,0,45,73,77,167,143,190,1,0,45,9,53,79,249,223,1,0,45,105,23,192,62,41,2,0,46,201,188,0,214,138,1,0,46,73,89,244,106,56,2,0,46,73,189,72,93,90,2,0,46,73,50,45,115,130,3,0,48,233,252,220,64,245,2,0,50,201,141,149,162,126,2,0,51,9,90,73,162,19,2,0,53,233,176,23,212,240,1,0,53,137,186,254,44,191,3,0,54,201,248,122,206,196,3,0,55,105,28,38,93,200,3,0,56,137,214,58,31,104,3,0,59,201,12,21,123,225,2,0,59,73,141,196,185,242,2,0,60,41,23,226,34,177,1,0,60,201,77,17,225,31,3,0,62,169,114,194,63,194,2,0,62,201,190,84,242,79,3,0,62,169,31,195,15,135,3,0,63,137,67,63,99,158,2,0,65,9,141,105,45,6,3,0,66,233,53,43,252,136,2,0,69,201,152,108,205,217,3,0,70,41,16,192,204,92,2,0,70,9,148,159,161,135,2,0,70,169,0,254,88,137,2,0,71,233,99,221,21,115,3,0,74,41,49,142,20,218,1,0,74,169,241,240,190,56,2,0,76,201,252,50,175,211,3,0,76,169,165,229,88,10,4,0,77,41,86,187,149,162,2,0,77,105,112,79,84,202,3,0,81,73,87,162,2,123,1,0,83,105,81,225,166,137,3,0,84,137,233,110,240,140,2,0,84,233,216,191,65,138,3,0,85,105,227,16,112,168,1,0,87,41,9,229,241,153,1,0,87,73,47,194,230,86,2,0,90,137,26,214,60,33,4,0,92,9,94,229,232,154,1,0,92,73,121,157,42,172,1,0,92,105,231,109,143,225,2,0,93,137,125,56,117,217,3,0,94,105,69,92,41,96,3,0,94,73,120,127,69,37,4,0,95,169,229,91,186,63,3,0,96,201,211,37,253,10,3,0,97,137,39,81,208,128,2,0,97,9,148,12,159,136,3,0,100,233,109,172,183,230,3,0,101,137,34,67,221,4,4,0,103,169,91,215,0,23,3,0,103,169,205,247,172,54,3,0,106,73,167,69,231,41,2,0,109,233,198,185,244,236,1,0,109,137,39,81,193,128,2,0,110,201,93,235,237,24,3,0,110,169,188,239,117,192,3,0,113,137,174,29,88,82,3,0,113,137,175,252,59,166,3,0,114,201,23,211,1,133,1,0,114,169,130,11,158,81,3,0,115,137,251,211,33,2,3,0,116,233,215,5,152,218,2,0,117,73,24,81,14,195,2,0,118,201,122,77,43,17,2,0,118,137,38,156,242,172,3,0,120,41,172,194,77,183,1,0,120,137,189,186,125,135,2,0,121,201,53,227,85,211,1,0,122,41,93,159,247,95,3,0,124,233,241,238,30,215,2,0,126,105,63,105,117,98,2,0,127,201,47,194,247,86,2,0,128,137,178,254,224,203,3,0,129,169,171,185,10,135,1,0,129,169,83,103,246,249,1,0,130,233,175,247,90,195,1,0,130,137,19,192,82,58,2,0,130,201,125,153,78,178,2,0,132,233,205,178,225,99,2,0,133,137,39,81,13,128,2,0,133,137,3,67,150,9,3,0,133,41,97,149,97,4,4,0,135,73,122,71,12,3,2,0,135,41,37,81,100,144,2,0,135,105,48,91,186,61,3,0,136,233,193,228,197,125,1,0,136,41,243,82,63,169,2,0,143,169,245,151,99,254,1,0,144,233,228,204,177,190,2,0,145,169,213,170,4,181,2,0,146,233,176,90,131,89,3,0,146,137,197,249,218,10,4,0,147,169,150,31,31,169,2,0,152,73,58,0,209,0,3,0,153,137,39,81,32,127,2,0,154,41,113,95,111,32,2,0,154,9,75,47,72,57,2,0,156,105,74,240,244,82,2,0,158,73,175,211,140,255,3,0,159,201,191,58,45,88,3,0,159,201,189,114,97,227,3,0,159,73,232,194,222,39,4,0,160,233,32,117,22,1,2,0,160,169,52,101,216,179,3,0,161,169,44,157,220,156,2,0,162,201,23,81,55,204,2,0,163,9,217,187,33,243,2,0,165,169,222,125,117,135,3,0,166,233,209,111,43,202,1,0,166,169,76,81,195,69,2,0,166,9,34,55,65,9,3,0,167,169,142,33,82,92,2,0,167,41,182,7,64,47,3,0,168,73,24,122,83,183,2,0,169,9,166,240,98,187,1,0,169,105,164,136,228,183,2,0,169,201,188,131,184,182,3,0,172,169,193,30,112,2,4,0,173,137,29,137,98,193,1,0,176,105,126,77,32,184,2,0,178,233,67,109,151,78,2,0,178,169,180,94,82,5,3,0,179,105,6,220,233,184,3,0,180,169,219,210,231,248,3,0,181,137,123,253,246,237,1,0,182,169,146,241,1,17,2,0,183,105,67,248,48,201,3,0,184,137,115,171,220,204,3,0,187,137,169,77,189,145,1,0,187,233,128,88,193,203,2,0,187,41,62,175,248,11,4,0,188,105,230,121,170,249,1,0,189,137,195,218,214,245,1,0,190,9,120,116,162,230,3,0,191,9,144,21,49,18,2,0,193,233,172,189,214,97,2,0,194,73,124,147,208,61,2,0,194,73,154,223,163,69,2,0,194,233,182,12,72,71,3,0,196,41,132,204,174,215,3,0,197,41,208,222,24,158,1,0,197,137,94,245,124,201,1,0,197,9,67,71,224,216,1,0,197,169,186,186,188,133,2,0,198,169,249,97,51,106,2,0,200,233,129,184,3,147,1,0,200,137,194,36,92,68,2,0,200,137,161,218,207,85,2,0,202,201,50,173,92,189,2,0,203,105,170,23,2,13,3,0,204,233,131,16,114,39,4,0,205,137,66,114,16,100,2,0,207,73,96,73,138,74,3,0,207,233,38,112,28,79,3,0,208,169,189,183,188,34,3,0,208,9,8,123,137,97,3,0,209,41,141,230,184,218,3,0,210,201,195,117,80,13,4,0,211,73,218,67,55,178,2,0,211,201,101,172,184,16,3,0,211,137,25,147,3,212,3,0,212,137,199,63,11,141,1,0,213,137,95,146,147,200,2,0,213,105,194,0,53,255,3,0,215,73,152,197,96,143,1,0,215,9,89,209,137,60,2,0,216,137,25,163,207,184,2,0,220,169,101,176,145,239,1,0,220,9,86,226,124,24,4,0,222,73,29,231,46,165,1,0,222,169,185,33,91,110,2,0,223,9,203,219,125,145,1,0,224,73,65,156,128,44,3,0,224,73,100,78,171,27,4,0,226,41,158,216,28,179,2,0,228,9,241,179,224,8,2,0,229,233,246,42,3,165,1,0,229,105,219,27,75,223,1,0,229,9,61,57,113,211,2,0,230,73,245,223,165,138,3,0,231,169,89,2,42,191,1,0,233,73,49,7,164,89,2,0,234,41,137,67,251,111,2,0,234,9,84,33,163,164,3,0,235,105,79,148,15,11,2,0,235,105,23,192,46,41,2,0,236,73,214,230,149,241,3,0,239,169,98,251,43,152,1,0,239,9,98,84,247,217,1,0,239,73,9,130,55,230,3,0,240,105,134,242,73,12,3,0,240,73,147,52,222,80,3,0,241,233,74,157,37,200,1,0,243,169,246,109,137,134,3,0,244,233,134,251,174,62,2,0,244,41,60,236,76,78,3,0,245,169,80,104,166,124,2,0,245,105,49,52,23,182,2,0,245,41,158,183,129,7,3,0,246,9,93,147,123,9,3,0,246,41,10,20,119,17,4,0,247,201,104,204,62,64,3,0,255,41,168,228,156,31,3,0,1,234,253,142,86,128,2,0,3,202,105,19,80,157,3,0,4,138,112,69,40,251,2,0,4,106,129,60,45,162,3,0,5,138,30,248,125,40,3,0,5,202,237,181,2,93,3,0,7,202,106,62,81,143,2,0,8,106,78,222,196,27,2,0,8,138,248,124,235,36,2,0,8,42,136,240,214,98,3,0,9,10,227,115,177,214,1,0,9,74,132,65,115,34,3,0,10,202,176,75,246,126,2,0,14,10,168,87,20,76,3,0,17,202,207,104,67,177,3,0,19,106,197,254,154,231,2,0,21,138,1,181,42,54,2,0,21,234,55,73,16,148,2,0,24,106,127,153,79,138,2,0,27,106,214,57,58,7,4,0,28,202,67,231,59,73,2,0,30,42,237,170,82,156,1,0,30,74,174,206,164,221,2,0,31,10,148,9,173,27,2,0,31,106,164,230,28,128,2,0,32,170,115,196,150,159,1,0,32,42,178,37,41,132,3,0,33,234,238,137,251,49,2,0,36,138,71,170,6,8,2,0,36,234,11,97,244,174,2,0,37,42,61,163,149,164,1,0,38,234,244,205,198,197,1,0,40,170,103,78,110,177,2,0,41,74,188,205,59,100,2,0,41,106,78,224,63,252,2,0,42,42,198,159,245,6,3,0,44,138,91,48,168,195,3,0,45,170,63,142,31,19,4,0,46,10,45,211,220,192,1,0,47,234,139,186,160,194,3,0,48,10,118,211,171,247,1,0,49,10,173,205,14,132,2,0,51,10,7,218,16,150,2,0,52,138,141,116,145,159,3,0,53,42,8,219,239,195,1,0,53,170,67,197,128,205,1,0,53,138,160,72,69,6,4,0,54,10,202,208,62,249,3,0,55,170,236,9,149,189,1,0,55,138,65,195,241,20,3,0,61,42,202,189,160,101,2,0,61,42,165,65,27,140,2,0,61,202,141,93,31,35,3,0,61,202,47,119,232,173,3,0,62,106,39,0,173,194,1,0,62,234,66,164,53,159,2,0,64,10,211,47,88,96,3,0,64,234,144,47,247,36,4,0,67,234,23,81,90,203,2,0,68,234,159,104,108,202,3,0,70,42,5,55,207,244,1,0,70,138,143,143,146,223,3,0,72,170,161,22,139,223,1,0,72,138,214,231,180,212,3,0,78,170,165,164,232,2,3,0,80,202,243,139,95,230,1,0,82,202,156,210,133,216,2,0,86,42,180,102,189,249,2,0,88,234,162,13,133,168,2,0,88,170,60,12,141,29,3,0,89,138,215,68,126,218,1,0,89,106,162,188,32,165,2,0,89,10,224,148,215,89,3,0,90,234,35,102,147,10,2,0,91,170,101,128,242,175,1,0,94,106,163,190,16,29,3,0,94,202,235,232,92,76,3,0,95,10,251,237,96,236,1,0,96,42,99,195,197,30,2,0,96,106,98,70,119,160,3,0,97,202,87,235,32,163,1,0,97,202,87,235,55,163,1,0,97,202,87,235,157,163,1,0,97,202,87,235,199,163,1,0,97,202,87,235,238,163,1,0,97,202,87,235,17,164,1,0,97,202,87,235,62,164,1,0,97,202,87,235,93,164,1,0,99,138,234,150,85,57,3,0,99,106,190,130,71,216,3,0,100,170,170,128,153,134,3,0,101,74,126,101,68,150,3,0,102,138,251,167,251,172,2,0,103,106,129,203,159,174,3,0,104,10,59,184,220,186,2,0,105,10,163,125,154,211,3,0,108,234,149,243,138,155,3,0,109,106,228,54,175,194,2,0,110,202,240,125,5,84,2,0,111,202,247,70,149,247,3,0,112,10,215,69,97,112,2,0,117,138,225,231,221,122,2,0,117,106,220,13,27,87,3,0,118,170,84,249,25,93,2,0,118,202,135,99,2,120,2,0,118,106,31,143,184,211,2,0,119,106,156,160,130,175,2,0,120,202,69,185,172,117,1,0,120,42,89,35,211,59,3,0,122,106,208,184,174,26,3,0,122,138,236,236,245,41,3,0,123,138,219,47,168,229,1,0,123,42,26,172,25,4,3,0,124,202,134,35,253,150,1,0,125,74,103,23,209,12,3,0,126,138,102,76,247,220,1,0,126,170,82,81,236,158,3,0,127,74,154,223,193,28,2,0,127,10,193,26,54,12,4,0,129,74,158,80,176,228,1,0,131,170,119,226,84,158,1,0,131,234,133,154,19,169,1,0,131,106,20,192,2,235,1,0,132,10,38,206,50,98,2,0,132,202,27,13,105,214,3,0,133,10,182,88,213,149,3,0,134,234,55,23,68,134,3,0,135,234,52,138,233,141,3,0,136,74,34,155,105,73,3,0,137,202,249,24,132,131,1,0,137,202,162,44,41,193,2,0,140,74,123,130,89,145,1,0,145,234,187,168,233,127,1,0,145,170,160,41,230,8,3,0,147,42,28,207,73,39,4,0,150,42,18,5,79,55,2,0,150,138,35,107,77,241,2,0,151,74,214,36,154,7,2,0,152,138,250,192,53,250,1,0,153,170,252,19,120,159,1,0,154,202,223,132,131,206,1,0,154,170,142,10,58,104,3,0,155,10,205,105,62,96,2,0,156,234,99,22,174,186,1,0,156,10,205,22,255,18,2,0,157,74,27,165,221,171,2,0,158,138,193,83,18,69,3,0,158,234,106,179,31,201,3,0,161,10,47,142,62,52,3,0,164,202,233,142,250,199,2,0,165,106,254,46,56,20,4,0,166,170,25,26,105,240,3,0,167,202,5,58,248,137,1,0,167,170,125,31,161,174,2,0,168,234,142,104,118,68,3,0,168,170,148,25,11,147,3,0,168,10,228,45,215,243,3,0,169,170,198,242,188,191,1,0,170,106,124,251,172,79,3,0,170,170,99,75,187,121,3,0,171,10,181,126,100,126,1,0,171,106,16,195,152,16,2,0,171,74,87,177,150,27,2,0,171,234,204,84,90,33,4,0,173,74,235,38,3,21,2,0,173,106,245,176,112,50,2,0,174,10,213,176,251,154,1,0,174,234,66,60,199,130,3,0,174,74,223,155,181,238,3,0,175,234,182,58,6,196,3,0,175,74,197,163,204,28,4,0,176,106,154,60,181,17,2,0,176,10,228,183,118,37,3,0,179,10,227,152,129,76,2,0,179,170,229,15,180,169,3,0,179,202,77,152,249,226,3,0,181,234,128,130,234,29,2,0,182,106,110,252,109,128,2,0,183,202,47,192,196,86,3,0,185,234,43,175,44,117,2,0,186,10,64,108,13,116,2,0,186,170,228,233,229,254,3,0,188,170,187,13,0,247,1,0,190,74,154,223,187,46,2,0,191,138,66,62,36,153,1,0,193,106,32,83,212,131,3,0,194,74,154,223,141,45,2,0,194,42,167,44,156,117,2,0,195,202,202,4,204,78,2,0,198,74,129,125,166,145,2,0,198,202,216,225,186,247,2,0,198,74,112,99,199,29,4,0,200,234,227,102,235,230,1,0,200,106,44,199,105,222,3,0,201,106,163,197,225,131,1,0,201,234,155,218,37,187,1,0,201,42,1,5,99,201,3,0,202,106,14,21,151,122,3,0,203,234,62,240,231,23,4,0,204,10,40,49,48,177,2,0,208,202,211,17,29,74,3,0,208,138,64,97,226,15,4,0,209,202,231,135,127,242,1,0,210,170,226,76,137,95,3,0,210,170,82,41,165,205,3,0,214,74,132,219,79,104,2,0,215,234,238,96,136,43,2,0,215,234,135,184,214,194,2,0,216,170,107,60,135,57,2,0,216,74,176,0,95,26,3,0,217,10,246,90,77,152,3,0,217,74,206,229,213,202,3,0,218,10,167,8,153,97,3,0,221,10,237,252,137,216,1,0,221,42,98,158,141,174,3,0,223,138,51,219,174,53,2,0,225,170,146,85,75,198,1,0,225,234,137,65,89,29,2,0,225,138,197,226,201,43,3,0,226,170,66,35,150,8,2,0,226,106,98,65,107,25,2,0,226,106,98,65,145,25,2,0,226,138,155,54,147,175,2,0,229,106,57,152,145,221,2,0,230,42,206,146,173,215,2,0,231,106,241,54,109,174,2,0,232,202,152,240,83,170,2,0,234,170,153,223,140,109,2,0,235,234,27,114,128,91,3,0,236,234,168,193,68,139,2,0,237,10,3,119,195,159,2,0,239,234,56,153,228,249,1,0,240,42,176,32,47,212,2,0,241,202,230,46,220,251,1,0,242,234,182,22,151,243,2,0,243,138,113,71,187,54,2,0,243,234,204,200,153,71,3,0,243,138,17,72,163,170,3,0,245,170,156,167,13,88,3,0,246,234,43,67,190,162,1,0,246,10,218,116,77,195,3,0,247,10,36,219,19,117,1,0,247,10,220,47,7,215,2,0,247,202,120,211,174,2,3,0,247,170,51,175,159,171,3,0,249,170,113,178,143,228,1,0,251,74,81,132,147,226,3,0,253,138,95,146,166,200,2,0,255,138,53,194,155,87,2,0,0,107,66,210,43,218,3,0,2,43,50,12,63,15,3,0,6,171,28,10,183,155,1,0,6,203,102,59,58,45,3,0,7,11,126,27,187,144,2,0,7,43,232,180,204,166,2,0,7,75,17,243,65,140,3,0,8,235,130,45,209,241,1,0,9,43,247,196,245,141,2,0,14,75,88,114,236,0,4,0,16,75,18,216,20,242,2,0,18,75,75,185,24,176,1,0,18,75,251,76,206,17,2,0,19,203,250,252,171,133,2,0,19,75,82,224,154,20,4,0,21,107,7,215,244,208,1,0,21,107,179,132,148,229,3,0,24,43,158,252,162,141,1,0,24,11,43,110,140,182,3,0,25,203,104,159,82,213,2,0,26,75,229,56,170,13,2,0,26,43,7,37,120,219,2,0,28,107,198,200,210,218,2,0,29,107,128,127,232,145,2,0,30,203,19,86,87,188,1,0,30,11,52,235,175,196,2,0,30,11,205,20,59,255,2,0,33,11,78,100,141,117,3,0,35,43,0,139,34,73,2,0,42,139,5,143,212,232,3,0,43,139,36,38,245,243,1,0,43,203,62,229,12,77,3,0,45,43,37,58,84,23,3,0,46,139,130,180,70,53,2,0,47,11,150,29,44,126,1,0,47,235,73,125,18,104,3,0,47,235,101,36,74,232,3,0,48,139,142,32,64,221,3,0,49,139,71,86,130,177,2,0,54,43,229,188,149,119,1,0,55,43,2,189,188,147,1,0,56,43,17,195,238,65,2,0,57,139,117,63,154,29,3,0,57,235,114,113,83,48,3,0,59,203,218,91,255,181,1,0,59,139,63,226,239,112,2,0,61,171,18,52,152,184,2,0,62,43,11,78,148,227,2,0,62,75,68,12,218,25,3,0,63,139,242,174,213,126,3,0,64,203,128,212,158,209,1,0,64,139,107,15,111,104,2,0,66,43,83,208,212,137,2,0,66,139,4,228,94,47,3,0,66,139,203,129,217,70,3,0,67,171,106,165,117,228,1,0,67,203,96,80,55,251,3,0,69,11,192,226,12,170,2,0,71,139,92,130,161,133,3,0,72,11,10,245,61,219,1,0,72,203,130,132,147,59,2,0,72,139,153,47,157,50,3,0,73,235,174,75,93,177,3,0,74,75,86,213,59,206,2,0,74,107,160,33,73,7,4,0,76,235,50,31,64,101,2,0,76,139,241,54,91,174,2,0,77,107,97,134,134,123,1,0,78,171,114,187,208,55,3,0,82,11,206,255,4,145,1,0,82,235,165,189,91,60,2,0,82,203,101,240,8,100,3,0,83,107,240,187,155,130,1,0,83,139,50,30,187,218,2,0,83,171,18,100,40,248,2,0,84,107,71,130,242,190,2,0,84,139,106,94,43,66,3,0,86,11,76,41,82,131,3,0,88,139,163,150,86,5,2,0,88,43,160,154,125,202,2,0,89,203,48,150,27,4,2,0,91,75,195,39,182,251,3,0,94,11,238,216,51,216,1,0,95,75,117,217,73,124,3,0,96,203,210,227,223,128,2,0,96,11,85,211,79,154,3,0,97,235,217,19,46,76,3,0,97,171,70,237,24,137,3,0,97,203,177,206,37,26,4,0,98,107,143,239,5,216,1,0,99,171,53,169,46,159,3,0,99,43,150,11,154,26,4,0,100,107,6,38,50,125,1,0,101,139,10,155,206,50,2,0,102,107,151,23,247,14,2,0,104,171,206,242,139,178,2,0,105,75,12,192,246,149,3,0,107,235,204,21,9,176,3,0,109,75,218,60,216,38,3,0,109,235,66,52,166,232,3,0,111,75,91,95,252,27,4,0,112,43,151,228,213,207,1,0,112,107,23,192,227,39,2,0,112,171,222,145,70,103,2,0,116,75,253,83,211,144,2,0,116,11,146,137,202,200,3,0,117,75,116,246,126,150,1,0,118,171,138,83,112,118,3,0,119,235,73,9,45,19,2,0,119,203,240,90,103,139,3,0,120,107,205,55,142,145,1,0,121,75,135,144,195,27,3,0,123,75,156,200,38,107,2,0,126,75,41,125,111,63,3,0,127,75,142,151,194,159,1,0,128,107,193,48,203,212,1,0,128,203,224,253,117,102,2,0,129,75,205,184,2,157,2,0,134,203,35,19,36,192,2,0,134,107,156,242,40,38,3,0,136,139,125,105,143,240,2,0,136,43,250,145,95,75,3,0,139,203,130,171,8,232,1,0,141,139,49,8,200,76,3,0,144,11,227,107,108,212,1,0,145,107,204,235,161,12,2,0,145,11,148,148,13,25,4,0,146,235,186,37,176,150,3,0,148,43,136,240,21,99,3,0,148,139,64,64,164,23,4,0,150,43,195,80,125,136,1,0,152,107,51,219,196,1,3,0,152,203,44,135,147,149,3,0,155,203,31,217,103,207,2,0,159,75,52,16,61,13,2,0,160,11,19,64,80,217,3,0,161,235,194,79,165,14,3,0,162,139,29,95,226,59,2,0,162,139,11,58,153,60,3,0,163,107,183,186,220,131,2,0,164,235,126,122,112,2,2,0,164,107,184,68,251,3,3,0,166,11,121,164,16,149,3,0,167,203,163,175,39,231,2,0,168,139,66,173,249,188,2,0,169,203,64,224,12,210,1,0,169,107,5,115,170,181,3,0,170,11,199,78,204,170,2,0,170,43,57,43,168,225,2,0,170,43,50,12,17,15,3,0,171,203,150,34,151,10,4,0,173,107,32,42,195,164,2,0,173,107,13,25,213,189,3,0,173,107,48,203,8,5,4,0,176,43,222,11,146,162,1,0,176,171,48,23,208,5,4,0,177,11,23,171,42,236,1,0,177,203,123,224,12,205,3,0,177,11,74,226,168,227,3,0,178,11,62,248,229,191,2,0,179,203,180,232,126,240,3,0,182,75,35,224,77,148,1,0,183,11,144,8,61,77,3,0,187,203,188,198,163,61,3,0,188,235,63,45,38,186,1,0,188,75,178,138,100,248,1,0,189,11,22,254,89,206,3,0,191,171,133,246,214,204,1,0,192,43,83,252,4,38,2,0,193,139,148,85,97,154,3,0,194,107,36,108,100,207,1,0,195,139,105,161,48,142,1,0,196,107,163,28,100,156,1,0,196,235,55,144,143,172,3,0,199,235,145,84,160,79,2,0,201,107,14,116,238,121,1,0,201,107,54,206,187,115,2,0,204,171,46,222,46,101,3,0,204,43,66,247,75,237,3,0,205,11,99,202,219,82,2,0,205,107,132,185,186,1,4,0,206,43,61,95,16,43,2,0,207,75,225,97,112,22,3,0,208,203,39,64,251,35,2,0,208,235,92,74,217,193,2,0,208,107,100,162,230,207,3,0,209,203,163,97,20,134,1,0,210,235,7,21,114,160,2,0,210,11,67,36,200,228,2,0,212,139,40,75,71,18,2,0,212,203,190,22,170,132,2,0,214,171,18,251,31,20,2,0,214,203,235,29,214,41,3,0,214,11,44,15,158,240,3,0,214,235,196,215,56,22,4,0,215,11,247,90,180,136,1,0,215,139,40,75,90,18,2,0,215,107,90,252,68,32,4,0,216,107,65,43,17,106,2,0,225,75,91,132,159,116,2,0,228,235,202,121,202,158,1,0,228,235,59,68,82,2,2,0,229,171,151,250,115,24,2,0,230,11,81,171,141,194,2,0,230,203,182,171,237,218,3,0,231,235,205,31,50,1,2,0,232,107,78,35,174,160,1,0,233,11,119,177,80,117,2,0,233,43,103,25,219,239,3,0,234,203,198,157,74,201,2,0,235,171,150,230,196,153,2,0,236,75,183,18,165,39,3,0,236,235,79,48,152,137,3,0,238,75,160,54,226,174,2,0,240,11,18,94,109,210,2,0,244,171,188,220,98,160,1,0,246,235,80,42,16,193,1,0,246,11,234,220,47,224,1,0,246,43,50,12,157,15,3,0,248,171,184,224,181,26,2,0,249,235,238,17,121,139,2,0,250,235,3,66,230,172,1,0,251,11,183,94,104,66,3,0,252,139,137,184,90,191,2,0,255,203,68,127,60,175,1,0,255,107,235,69,250,45,3,0,255,107,101,44,24,8,4,0,0,140,251,171,229,227,2,0,2,76,157,85,202,145,1,0,2,76,177,45,143,35,2,0,4,236,229,36,1,95,3,0,5,12,197,188,21,245,1,0,6,236,233,47,236,60,3,0,7,108,131,73,231,231,2,0,9,44,46,122,114,206,3,0,11,108,55,207,246,2,4,0,12,76,67,220,160,227,1,0,12,76,210,15,7,90,2,0,14,76,229,61,186,237,2,0,17,172,77,233,50,25,4,0,18,108,153,223,189,121,2,0,18,44,124,184,37,198,2,0,18,204,11,124,153,0,4,0,18,76,246,141,70,2,4,0,21,44,240,155,237,32,3,0,23,44,179,140,221,53,2,0,28,204,117,23,18,226,3,0,30,204,215,5,78,255,2,0,30,140,93,128,5,89,3,0,30,12,35,145,9,146,3,0,33,44,156,200,40,156,1,0,34,236,29,110,104,173,2,0,36,172,48,248,244,144,1,0,40,12,188,77,142,174,1,0,40,140,15,248,72,48,2,0,40,12,85,249,183,52,3,0,41,44,164,73,42,203,3,0,45,44,212,113,134,15,3,0,48,140,178,220,100,26,2,0,49,204,134,122,26,5,4,0,50,76,175,69,10,185,1,0,50,172,188,155,254,9,3,0,50,172,213,15,139,61,3,0,52,172,167,150,216,90,3,0,54,76,197,229,212,40,3,0,56,204,13,207,139,90,2,0,56,236,152,223,160,157,2,0,57,108,66,234,125,138,1,0,57,76,86,119,223,190,2,0,59,140,215,189,143,52,2,0,59,76,15,192,43,87,2,0,60,172,76,81,210,69,2,0,62,236,34,182,50,130,1,0,62,172,195,54,240,194,3,0,67,172,156,219,142,86,2,0,68,172,149,208,214,31,4,0,69,12,86,173,8,128,1,0,71,204,144,181,206,106,2,0,71,140,217,151,117,156,3,0,73,12,138,27,117,220,1,0,73,172,140,247,54,191,2,0,73,108,160,121,250,147,3,0,74,236,239,30,122,100,2,0,74,108,210,132,230,242,3,0,78,76,166,81,153,177,2,0,78,204,26,127,35,236,3,0,81,76,214,110,187,255,3,0,83,204,72,167,99,210,1,0,83,236,161,115,138,102,2,0,84,140,100,221,33,230,3,0,86,204,137,128,139,178,3,0,88,236,55,170,193,0,2,0,90,76,187,2,180,135,3,0,91,76,113,61,34,133,1,0,91,140,107,63,91,255,1,0,93,76,130,175,183,231,3,0,94,204,39,81,70,140,2,0,97,108,230,181,219,25,4,0,98,108,211,157,247,99,3,0,99,108,224,143,252,187,1,0,99,236,39,54,153,85,2,0,99,76,32,167,168,102,2,0,99,236,106,106,168,20,3,0,100,44,254,134,46,57,2,0,100,76,3,123,97,184,2,0,100,44,46,87,149,2,3,0,101,236,128,147,163,246,1,0,105,108,60,231,31,222,1,0,105,140,92,38,163,39,4,0,106,140,1,14,24,210,3,0,113,140,89,165,22,157,1,0,115,172,216,59,168,236,1,0,116,76,91,214,241,178,1,0,116,44,37,195,115,65,3,0,116,76,67,249,79,86,3,0,117,76,74,80,111,128,1,0,118,44,145,94,26,129,3,0,123,108,156,141,5,168,2,0,125,172,81,31,252,25,3,0,126,76,171,31,69,123,1,0,126,204,82,203,20,18,2,0,126,140,152,242,200,219,2,0,127,76,165,151,250,206,2,0,127,204,10,20,203,229,2,0,128,204,179,252,72,225,2,0,128,172,66,12,135,26,3,0,131,236,195,241,185,10,2,0,133,140,88,229,65,137,2,0,133,204,139,20,44,207,2,0,133,12,152,137,202,129,3,0,134,140,182,134,112,25,3,0,135,12,232,27,43,225,1,0,135,172,32,246,68,216,2,0,135,172,31,4,26,177,3,0,136,44,150,238,158,203,1,0,137,108,91,232,231,67,3,0,138,172,211,133,213,208,2,0,139,108,210,78,157,18,4,0,140,76,42,43,96,204,1,0,140,12,59,184,231,184,2,0,140,204,139,20,5,187,2,0,140,204,139,20,24,187,2,0,140,204,139,20,42,187,2,0,140,204,139,20,72,187,2,0,140,204,139,20,91,187,2,0,140,204,139,20,110,187,2,0,140,204,139,20,130,187,2,0,140,204,139,20,147,187,2,0,140,204,139,20,166,187,2,0,140,204,139,20,183,187,2,0,140,204,139,20,203,187,2,0,140,204,139,20,224,187,2,0,140,204,139,20,241,187,2,0,140,204,139,20,10,188,2,0,140,204,139,20,33,188,2,0,140,204,139,20,49,188,2,0,140,204,139,20,86,188,2,0,140,204,139,20,107,188,2,0,140,204,139,20,129,188,2,0,140,204,139,20,151,188,2,0,140,204,139,20,175,188,2,0,141,44,31,28,173,22,2,0,144,44,248,141,234,155,1,0,146,204,229,96,19,235,3,0,147,140,97,219,196,232,1,0,148,44,232,18,58,25,2,0,148,172,228,135,71,204,3,0,149,108,85,94,51,115,2,0,149,172,74,162,219,248,2,0,149,140,245,63,44,147,3,0,152,236,216,58,51,102,3,0,153,172,140,155,19,183,2,0,153,12,166,45,115,199,3,0,155,236,224,206,177,167,2,0,160,236,43,209,114,56,3,0,160,108,196,98,157,242,3,0,161,108,30,149,138,233,2,0,164,12,179,126,35,214,2,0,166,76,167,178,69,71,2,0,166,12,245,218,237,229,3,0,166,172,24,111,94,243,3,0,168,172,195,78,109,185,1,0,169,12,33,51,3,91,3,0,170,172,162,137,245,15,2,0,171,108,46,179,98,194,1,0,172,236,185,68,7,241,2,0,173,204,189,204,32,40,2,0,173,140,106,35,199,33,3,0,174,76,35,235,37,213,2,0,175,204,139,20,36,114,2,0,175,172,13,234,121,171,2,0,178,108,101,119,110,190,2,0,179,172,184,84,101,161,1,0,180,204,139,20,59,108,2,0,182,172,171,226,106,180,3,0,184,108,52,46,13,253,1,0,184,172,216,66,142,108,2,0,185,140,70,226,146,211,2,0,186,108,85,94,71,115,2,0,189,12,47,207,162,237,3,0,190,12,153,55,48,202,3,0,191,140,181,57,17,214,2,0,191,108,18,222,238,183,3,0,192,140,54,60,218,102,2,0,193,108,128,25,21,202,1,0,194,12,59,184,11,185,2,0,194,44,247,178,43,233,3,0,197,76,156,241,79,114,2,0,197,172,242,169,53,198,2,0,199,236,93,245,84,202,2,0,200,172,44,129,16,67,2,0,201,76,78,156,115,120,2,0,201,76,7,35,110,223,2,0,202,236,7,55,223,158,1,0,202,204,139,20,36,96,2,0,203,108,46,122,19,54,2,0,206,204,200,32,207,214,2,0,207,236,114,58,107,148,2,0,208,76,34,15,38,134,1,0,208,76,164,201,91,172,2,0,210,236,5,39,246,130,1,0,210,204,233,90,159,223,2,0,211,204,195,166,70,102,2,0,211,236,41,63,141,11,3,0,212,172,208,207,202,150,2,0,213,236,65,115,99,171,1,0,215,44,242,11,224,178,1,0,216,140,27,20,18,60,2,0,217,140,223,137,49,245,1,0,217,44,27,195,227,215,3,0,221,12,190,228,143,122,1,0,221,12,123,168,211,203,2,0,221,204,251,94,226,72,3,0,223,12,203,239,119,111,3,0,223,44,142,141,216,174,3,0,223,172,196,37,183,180,3,0,225,236,55,225,96,54,3,0,226,108,230,81,184,45,3,0,226,236,183,60,148,46,3,0,228,172,89,194,75,182,1,0,228,140,71,64,23,30,2,0,229,76,137,56,109,207,3,0,230,236,62,96,178,150,1,0,230,108,57,133,47,131,3,0,231,76,6,121,113,129,1,0,232,204,133,119,9,29,2,0,233,204,139,20,56,207,2,0,233,236,11,189,247,117,3,0,234,76,224,252,61,217,2,0,236,12,166,97,172,12,2,0,236,76,151,160,74,172,2,0,241,140,157,255,34,127,3,0,241,44,38,119,5,8,4,0,241,12,241,126,128,23,4,0,243,108,180,193,154,127,3,0,244,108,229,135,30,185,1,0,244,108,89,28,7,123,3,0,245,204,145,59,79,12,4,0,246,236,65,146,247,209,3,0,247,172,178,80,126,214,3,0,248,204,208,241,253,209,2,0,249,12,205,17,79,23,2,0,249,44,96,158,2,176,2,0,250,108,246,194,222,217,1,0,252,172,175,25,177,10,3,0,4,45,61,61,175,71,3,0,6,13,72,177,212,76,2,0,6,141,240,199,144,159,2,0,7,45,247,42,236,23,2,0,7,13,54,81,91,111,2,0,9,77,55,61,255,242,1,0,9,45,252,232,240,25,4,0,10,173,185,147,46,6,2,0,11,45,40,166,157,121,1,0,11,13,54,81,60,111,2,0,11,109,116,207,71,22,4,0,12,141,214,121,72,130,1,0,16,205,73,157,221,22,4,0,18,205,252,92,190,44,2,0,18,45,47,151,152,166,2,0,19,173,111,149,147,44,3,0,20,141,110,229,137,0,3,0,22,173,87,7,140,209,2,0,22,77,222,0,251,71,3,0,23,45,23,192,95,41,2,0,23,45,25,192,201,46,2,0,23,109,126,204,89,127,2,0,24,77,234,247,129,252,1,0,25,13,88,181,141,119,3,0,26,205,153,44,35,132,2,0,27,45,166,125,154,156,3,0,27,173,121,241,144,208,3,0,30,13,80,180,138,123,2,0,31,77,244,144,138,238,2,0,31,141,215,246,107,1,4,0,31,237,158,216,129,30,4,0,32,237,171,252,196,98,2,0,33,237,134,241,42,214,3,0,34,109,112,151,36,218,2,0,34,205,178,154,124,250,2,0,36,237,32,205,161,115,3,0,37,141,175,7,115,148,1,0,39,13,72,106,222,107,3,0,41,13,184,81,13,130,3,0,41,173,226,231,82,249,3,0,46,173,145,36,241,239,1,0,47,13,14,97,41,254,3,0,48,45,48,153,124,13,4,0,50,237,193,180,226,192,2,0,54,205,224,53,119,31,3,0,54,45,217,169,65,32,3,0,58,205,201,239,183,157,1,0,58,45,102,199,153,203,3,0,63,237,82,157,215,222,2,0,64,45,242,38,156,118,2,0,64,237,113,58,18,149,2,0,65,141,228,116,12,16,3,0,65,109,136,74,70,76,3,0,67,141,54,67,11,139,1,0,67,173,97,53,73,55,3,0,68,77,5,25,138,15,2,0,68,13,235,160,68,125,3,0,70,45,125,129,90,205,3,0,71,77,124,52,21,85,3,0,73,45,135,251,159,180,2,0,78,45,83,208,234,137,2,0,79,141,70,150,217,57,3,0,80,109,200,125,200,137,3,0,81,141,240,210,84,222,1,0,83,109,25,125,73,120,1,0,83,109,204,235,5,13,2,0,83,109,204,235,23,13,2,0,83,109,204,235,92,93,2,0,83,109,204,235,109,93,2,0,83,109,204,235,127,93,2,0,83,109,204,235,153,93,2,0,83,109,204,235,171,93,2,0,83,109,204,235,191,93,2,0,83,109,204,235,227,93,2,0,83,109,204,235,254,93,2,0,83,109,204,235,18,94,2,0,83,109,204,235,44,94,2,0,83,109,204,235,69,94,2,0,83,109,204,235,87,94,2,0,83,109,204,235,104,94,2,0,83,109,204,235,128,94,2,0,83,109,204,235,147,94,2,0,83,109,204,235,169,94,2,0,83,109,204,235,190,94,2,0,83,109,204,235,219,94,2,0,83,109,204,235,240,94,2,0,83,109,204,235,10,95,2,0,83,109,204,235,26,95,2,0,83,109,204,235,46,95,2,0,83,109,204,235,77,95,2,0,83,109,204,235,95,95,2,0,83,109,204,235,115,95,2,0,83,109,204,235,132,95,2,0,83,109,204,235,150,95,2,0,83,109,204,235,165,95,2,0,83,109,204,235,185,95,2,0,83,109,204,235,204,95,2,0,83,109,204,235,223,95,2,0,83,109,204,235,241,95,2,0,83,109,204,235,203,121,2,0,83,109,204,235,232,121,2,0,83,109,204,235,7,122,2,0,83,109,204,235,31,122,2,0,83,109,204,235,63,122,2,0,83,109,204,235,103,122,2,0,83,13,142,184,130,21,3,0,83,237,207,98,245,83,3,0,84,205,237,219,119,235,1,0,84,45,36,211,145,212,2,0,85,77,255,146,247,5,3,0,85,205,55,85,40,51,3,0,86,237,22,254,143,142,2,0,87,141,12,250,129,6,3,0,89,13,190,205,85,132,2,0,89,173,214,228,7,70,3,0,90,45,201,115,63,245,3,0,91,77,239,44,109,200,3,0,92,237,17,246,133,164,1,0,93,45,131,66,69,149,1,0,93,237,164,186,225,226,3,0,97,173,156,177,141,138,3,0,97,173,126,220,10,154,3,0,98,77,90,87,104,62,2,0,98,13,200,189,241,100,2,0,98,173,250,81,106,26,4,0,99,13,235,0,200,23,4,0,102,173,177,174,162,77,2,0,103,141,253,45,87,123,1,0,104,109,94,153,59,188,3,0,105,173,147,182,41,153,3,0,108,237,93,129,39,169,1,0,108,205,222,154,6,191,2,0,109,109,61,135,6,160,1,0,109,13,160,189,216,39,3,0,110,237,52,102,229,87,3,0,111,141,232,219,119,255,3,0,112,205,51,63,60,28,2,0,112,77,175,86,191,20,3,0,113,13,124,39,45,215,2,0,115,205,107,42,215,177,3,0,118,109,36,255,70,163,1,0,118,77,32,165,48,68,3,0,119,173,23,88,1,2,4,0,120,205,15,45,143,252,2,0,123,45,61,18,58,192,2,0,124,173,12,236,68,112,3,0,124,141,87,255,251,254,3,0,126,45,109,113,121,227,1,0,126,237,154,114,53,27,2,0,126,237,150,77,173,28,3,0,127,77,31,181,64,14,3,0,128,237,190,65,182,20,4,0,129,173,7,33,159,90,2,0,129,109,216,177,209,246,2,0,129,205,114,81,182,29,4,0,130,141,159,125,11,222,1,0,130,13,66,168,142,14,2,0,131,205,13,192,238,51,2,0,131,141,222,215,250,138,2,0,133,13,222,41,176,38,2,0,134,77,143,118,47,119,3,0,135,205,206,155,103,183,2,0,140,13,43,141,238,165,2,0,142,173,246,128,156,112,3,0,143,77,69,241,133,156,3,0,148,13,41,40,209,124,1,0,148,141,48,245,21,100,3,0,149,13,204,57,245,173,1,0,151,141,51,204,94,232,2,0,151,237,200,217,170,88,3,0,152,173,22,199,35,160,2,0,152,237,48,141,181,174,2,0,153,205,206,165,122,72,2,0,154,141,135,240,254,250,2,0,156,109,243,25,197,38,3,0,157,205,239,62,59,132,3,0,158,237,164,197,68,194,1,0,158,45,101,221,185,200,2,0,158,237,202,105,74,0,4,0,160,77,57,69,236,211,3,0,163,77,120,167,65,209,2,0,166,45,94,55,222,159,1,0,166,77,33,128,214,183,1,0,167,237,183,247,208,218,3,0,168,173,54,81,23,107,2,0,169,173,39,81,255,131,2,0,170,77,87,107,98,171,2,0,171,237,102,214,167,207,1,0,172,109,228,67,234,179,3,0,173,237,203,19,151,213,3,0,176,173,172,16,230,117,1,0,176,173,207,45,205,207,2,0,177,13,250,31,215,165,1,0,178,141,220,178,170,241,1,0,179,205,185,181,8,230,3,0,181,237,147,202,96,139,1,0,181,13,177,24,138,74,2,0,182,45,89,19,18,37,3,0,183,141,211,42,251,203,1,0,183,173,73,70,144,33,4,0,187,205,199,203,70,165,3,0,188,141,57,13,253,239,2,0,193,141,49,160,235,251,3,0,193,141,8,194,201,33,4,0,194,141,182,144,75,243,1,0,194,141,118,176,254,43,2,0,194,109,245,235,159,210,2,0,194,13,57,201,83,150,3,0,198,109,99,26,156,77,3,0,200,237,143,13,207,210,1,0,200,77,45,26,197,179,3,0,201,141,88,142,76,166,2,0,203,173,173,126,73,37,3,0,203,45,6,161,174,121,3,0,206,13,226,109,153,55,3,0,207,141,189,5,207,107,2,0,212,109,134,6,54,220,1,0,214,77,250,8,37,178,1,0,214,141,183,55,34,8,2,0,215,237,203,109,82,132,3,0,216,141,247,155,19,186,1,0,221,45,135,230,80,159,3,0,223,173,217,9,11,222,3,0,224,45,69,169,179,140,1,0,226,109,38,56,66,220,2,0,226,237,252,28,85,130,3,0,227,237,90,207,132,64,2,0,229,109,58,169,48,39,4,0,230,13,223,152,206,75,2,0,230,45,1,82,20,128,3,0,230,205,168,48,190,192,3,0,230,13,203,81,37,40,4,0,231,45,166,126,168,250,1,0,231,237,224,145,59,220,3,0,233,13,236,37,105,146,2,0,233,141,98,177,188,207,3,0,236,109,110,85,123,235,3,0,237,45,232,80,51,207,3,0,238,13,202,190,176,170,2,0,239,45,24,192,155,182,1,0,240,205,195,193,170,196,1,0,240,45,236,231,96,238,3,0,241,173,224,193,0,82,2,0,241,141,207,115,85,106,2,0,242,205,9,216,39,60,2,0,243,13,75,176,112,133,2,0,243,45,129,30,39,117,3,0,244,205,198,213,244,142,1,0,244,77,230,165,92,193,2,0,245,13,175,188,59,235,2,0,248,141,253,103,159,1,3,0,248,45,155,47,151,184,3,0,249,237,73,168,52,32,4,0,252,237,218,63,202,144,3,0,253,173,247,143,19,82,3,0,0,14,236,112,145,103,3,0,1,206,76,81,29,45,2,0,2,78,255,180,141,24,2,0,4,46,156,154,55,36,2,0,4,238,6,122,169,80,3,0,5,78,176,175,193,151,3,0,7,78,183,193,149,191,1,0,8,142,175,183,12,75,3,0,9,206,106,26,39,77,2,0,9,174,48,121,20,96,3,0,10,142,212,188,81,121,2,0,10,110,159,178,186,227,3,0,11,14,225,223,129,190,2,0,12,46,10,118,26,142,1,0,12,206,67,221,225,35,2,0,13,46,150,217,68,5,4,0,15,78,198,21,10,223,1,0,16,14,194,166,50,226,2,0,16,206,223,107,122,136,3,0,18,14,178,239,75,91,3,0,19,78,11,143,255,87,2,0,19,174,141,210,34,253,2,0,19,174,141,210,66,253,2,0,19,174,141,210,91,253,2,0,23,46,183,130,54,31,3,0,26,238,41,54,26,110,3,0,27,142,45,216,46,176,1,0,28,110,154,147,89,110,3,0,29,14,110,138,81,212,3,0,30,142,240,47,244,135,1,0,30,142,186,134,149,242,1,0,30,110,119,171,45,103,2,0,30,46,124,184,107,198,2,0,32,78,116,196,195,23,3,0,33,46,232,125,53,194,1,0,33,238,129,61,254,210,2,0,35,206,45,216,187,137,2,0,36,142,15,248,0,48,2,0,36,238,222,191,97,37,3,0,38,238,17,188,237,113,2,0,40,206,244,64,188,213,1,0,42,14,59,38,225,224,1,0,43,238,102,44,105,101,2,0,44,238,113,101,226,118,1,0,44,142,155,196,76,168,1,0,44,110,242,38,44,206,1,0,44,14,217,47,85,107,2,0,45,238,139,99,252,49,3,0,46,206,32,187,96,189,1,0,46,78,158,154,162,33,2,0,46,78,178,214,144,13,4,0,47,78,55,178,58,222,3,0,47,142,207,214,166,10,4,0,49,238,19,110,61,127,3,0,50,206,153,99,114,59,3,0,51,46,183,138,193,147,2,0,52,238,191,80,229,87,2,0,53,78,236,5,154,118,1,0,53,110,74,117,70,174,1,0,55,142,45,77,152,34,2,0,55,46,252,3,23,219,2,0,55,110,42,2,7,150,3,0,58,238,12,69,165,221,1,0,58,14,72,56,76,15,3,0,60,78,157,183,169,137,2,0,61,238,185,205,200,170,1,0,61,46,253,191,167,235,1,0,62,78,55,222,11,41,3,0,62,14,25,68,144,126,3,0,64,46,18,165,95,17,2,0,67,110,96,100,227,150,3,0,68,174,216,66,176,108,2,0,68,238,178,37,103,218,2,0,69,110,21,225,182,86,3,0,72,238,45,32,206,161,1,0,72,14,241,150,51,12,3,0,73,206,123,64,73,61,3,0,76,142,177,22,159,253,2,0,78,14,226,110,17,50,2,0,78,142,145,148,143,112,2,0,78,46,230,110,162,212,2,0,78,238,15,82,129,4,4,0,79,110,121,176,2,68,3,0,83,78,225,46,211,54,2,0,83,174,216,66,159,108,2,0,84,110,191,120,113,239,3,0,85,110,139,14,132,13,2,0,86,174,144,78,37,171,1,0,86,206,244,65,93,200,2,0,86,110,43,175,16,224,2,0,87,46,44,110,86,172,3,0,88,78,34,126,102,141,1,0,88,78,82,185,54,223,1,0,93,110,192,156,18,11,3,0,95,206,107,146,194,241,1,0,95,238,177,255,247,8,2,0,97,110,241,23,30,238,2,0,98,174,123,237,188,246,2,0,98,78,82,136,24,27,3,0,98,238,82,181,112,172,3,0,98,46,63,228,112,247,3,0,100,110,186,171,253,194,2,0,101,14,96,16,223,20,3,0,102,142,138,83,66,142,2,0,102,206,21,17,205,240,3,0,105,206,121,69,142,59,3,0,111,174,76,81,9,62,2,0,112,78,39,72,186,219,1,0,112,110,161,154,237,34,2,0,112,46,103,84,76,176,2,0,112,174,107,43,153,217,3,0,113,174,5,24,108,75,2,0,115,46,183,94,37,70,3,0,115,46,72,212,196,25,4,0,118,46,178,148,197,68,2,0,118,206,150,222,254,217,2,0,120,14,208,53,7,97,2,0,120,78,53,21,117,154,2,0,123,238,176,248,96,3,3,0,123,46,221,117,124,16,3,0,124,206,233,204,32,254,1,0,126,174,76,81,232,61,2,0,126,206,19,186,186,150,2,0,129,206,4,28,195,243,1,0,130,206,22,197,164,192,3,0,131,78,31,188,82,25,2,0,132,142,244,134,205,32,3,0,132,78,63,32,80,174,3,0,133,206,205,249,248,64,2,0,134,238,131,108,174,43,3,0,136,142,32,195,255,244,2,0,137,78,62,121,212,141,1,0,137,14,31,109,8,175,1,0,137,78,10,169,90,108,2,0,139,78,90,185,181,47,2,0,140,46,161,189,10,9,2,0,141,238,206,167,155,28,2,0,143,78,37,232,36,36,3,0,144,206,23,242,28,172,2,0,144,110,94,153,80,188,3,0,146,78,130,130,130,253,1,0,147,142,251,255,26,150,3,0,149,14,140,251,246,166,3,0,151,206,138,41,249,165,1,0,152,110,87,191,148,24,4,0,153,46,151,71,226,117,3,0,157,14,155,130,60,242,2,0,160,14,127,114,231,37,3,0,162,110,184,187,28,30,4,0,162,142,1,10,28,35,4,0,163,238,245,178,88,245,1,0,163,46,104,1,236,6,2,0,163,78,196,169,22,46,2,0,164,110,149,144,177,148,2,0,164,142,210,199,185,221,2,0,164,78,249,74,62,41,3,0,164,174,74,11,254,167,3,0,164,78,228,249,149,205,3,0,165,142,120,141,197,46,3,0,166,206,190,46,175,120,3,0,167,142,158,94,12,53,3,0,167,142,204,86,165,90,3,0,167,78,122,89,155,114,3,0,170,174,240,32,224,125,2,0,171,78,92,240,19,80,2,0,171,110,181,229,220,123,2,0,171,46,6,104,250,139,3,0,172,142,34,208,101,153,3,0,172,110,74,169,119,210,3,0,173,142,159,221,237,122,1,0,173,78,75,168,219,54,3,0,173,174,155,172,90,228,3,0,174,78,55,186,68,144,2,0,174,142,10,10,22,221,3,0,175,110,152,51,207,193,3,0,175,206,95,36,190,201,3,0,175,238,105,224,182,250,3,0,176,174,1,96,57,237,1,0,176,14,210,67,243,104,2,0,176,206,14,176,102,97,3,0,176,14,251,211,246,5,4,0,177,110,131,57,47,188,1,0,178,142,119,19,63,29,4,0,181,78,193,79,55,221,1,0,181,206,24,192,177,41,2,0,183,46,175,246,117,11,2,0,183,78,126,151,136,47,3,0,184,78,117,196,197,43,2,0,185,142,28,100,165,110,3,0,187,142,10,99,38,57,3,0,188,78,30,253,0,138,2,0,189,142,218,152,210,231,2,0,190,238,141,197,154,222,3,0,191,14,173,205,200,127,3,0,192,174,208,175,105,226,2,0,194,110,35,155,207,28,2,0,194,110,196,61,234,81,3,0,196,174,170,126,84,105,3,0,197,142,187,167,202,109,3,0,201,174,51,149,148,44,2,0,201,238,122,174,170,34,3,0,202,78,171,248,154,18,2,0,202,46,34,68,6,173,3,0,203,238,19,41,89,152,1,0,203,46,198,74,190,204,1,0,206,206,187,125,5,35,2,0,206,206,98,112,213,101,2,0,206,14,7,139,2,94,3,0,207,174,34,168,32,176,2,0,208,78,202,8,255,20,3,0,209,238,141,93,78,35,3,0,210,110,195,180,217,46,3,0,211,14,154,59,21,227,3,0,213,174,161,61,27,236,1,0,214,78,172,200,144,101,3,0,215,142,220,189,19,219,1,0,215,206,5,66,224,109,2,0,215,110,54,38,97,95,3,0,216,142,76,254,17,112,3,0,220,14,73,50,44,58,3,0,221,206,171,43,189,21,3,0,221,78,33,68,186,203,3,0,222,110,40,75,241,251,1,0,222,174,240,157,120,161,2,0,222,14,189,31,88,93,3,0,223,174,1,191,245,168,1,0,223,142,37,111,118,191,1,0,223,110,43,248,182,221,1,0,223,174,23,156,66,63,2,0,227,110,30,100,224,23,3,0,228,14,21,192,11,71,2,0,228,238,245,160,129,173,3,0,228,14,241,93,149,239,3,0,230,174,18,11,105,138,2,0,232,174,182,118,192,15,3,0,232,174,124,15,105,244,3,0,233,238,103,254,206,15,4,0,237,46,68,104,76,235,2,0,237,14,49,34,201,251,3,0,241,206,141,97,82,177,1,0,241,142,9,171,50,216,3,0,242,78,90,205,13,91,2,0,246,174,12,50,6,243,3,0,247,174,224,81,193,88,2,0,249,206,190,147,94,208,1,0,251,142,60,228,126,6,2,0,252,238,93,188,244,103,2,0,255,14,209,76,61,170,1,0,255,206,218,25,28,168,2,0,255,14,17,47,0,162,3,0,0,79,26,20,93,201,1,0,0,15,56,128,100,159,2,0,3,175,232,210,104,217,1,0,4,143,123,134,19,192,1,0,5,143,179,53,179,189,2,0,7,47,179,81,243,140,1,0,7,207,93,82,247,247,1,0,10,143,75,129,221,115,3,0,11,175,164,149,58,181,1,0,15,239,225,59,9,158,1,0,16,239,121,84,240,167,2,0,16,207,252,75,15,5,3,0,16,15,54,18,221,28,3,0,18,47,171,72,61,135,2,0,18,111,193,62,102,116,3,0,18,175,231,12,145,124,3,0,20,15,252,250,230,97,3,0,21,239,191,36,124,246,1,0,22,79,192,6,95,103,3,0,23,111,61,117,56,241,1,0,23,47,12,197,66,184,3,0,24,239,26,96,227,79,2,0,24,175,95,12,162,233,3,0,24,239,88,239,199,30,4,0,26,79,24,126,151,187,1,0,26,239,236,91,180,192,1,0,27,207,230,13,90,31,3,0,29,111,96,157,91,199,1,0,29,79,147,115,118,223,1,0,30,143,45,13,16,247,1,0,30,15,92,69,56,78,3,0,33,143,150,147,156,146,1,0,33,79,86,237,0,32,3,0,33,111,54,123,218,151,3,0,33,239,223,235,4,164,3,0,35,47,157,31,232,17,4,0,39,15,73,27,158,64,2,0,40,15,180,113,78,70,2,0,40,239,218,166,9,167,3,0,41,111,191,2,86,144,3,0,41,175,140,78,170,222,3,0,44,207,5,89,121,236,1,0,44,79,169,92,162,115,2,0,45,15,142,65,193,29,2,0,49,111,18,163,87,182,2,0,51,111,246,195,245,74,3,0,52,47,239,182,223,48,2,0,52,239,98,205,0,252,3,0,55,111,147,97,11,217,1,0,56,79,180,228,55,248,3,0,57,79,210,8,93,139,2,0,58,15,139,66,228,126,1,0,60,143,168,99,50,49,3,0,60,47,87,144,164,59,3,0,61,79,38,122,29,178,3,0,62,47,142,137,72,157,1,0,62,79,155,72,241,89,3,0,65,47,72,12,18,18,3,0,66,15,240,190,106,199,1,0,66,15,129,118,59,234,1,0,67,111,56,201,199,211,1,0,68,47,41,177,22,191,1,0,68,207,159,76,210,113,2,0,69,239,253,55,190,210,3,0,72,143,189,71,11,203,3,0,73,15,32,237,195,203,1,0,73,175,245,250,210,138,3,0,76,47,172,64,226,149,3,0,76,47,33,178,25,153,3,0,79,175,188,133,73,186,2,0,80,175,66,51,80,103,3,0,84,79,174,196,173,181,2,0,84,111,78,96,220,62,3,0,85,239,49,108,94,189,3,0,86,143,189,92,195,249,3,0,87,15,98,75,102,191,3,0,88,111,9,122,107,152,2,0,89,239,26,156,93,68,3,0,89,79,70,23,194,94,3,0,90,47,238,255,95,178,1,0,90,79,74,193,107,86,2,0,90,175,1,132,95,9,3,0,91,239,164,32,35,136,3,0,93,15,95,169,160,203,2,0,95,239,102,227,147,153,3,0,95,207,250,157,187,30,4,0,96,47,213,187,236,215,2,0,98,207,22,218,59,183,2,0,99,207,30,73,203,153,1,0,100,47,224,213,5,25,2,0,104,175,166,197,224,187,1,0,104,79,61,89,244,33,2,0,105,111,198,216,213,221,2,0,108,175,3,221,225,89,2,0,109,143,81,219,79,141,2,0,109,175,150,37,47,56,3,0,111,239,111,165,3,179,1,0,111,15,157,143,40,100,2,0,111,143,37,185,58,61,3,0,112,79,142,205,84,19,4,0,113,175,241,95,46,167,3,0,114,207,69,154,16,239,2,0,114,47,43,72,61,176,3,0,117,79,55,201,231,252,2,0,118,15,109,235,206,139,1,0,120,175,210,221,49,219,3,0,121,79,101,162,172,167,1,0,122,79,31,106,54,164,2,0,122,239,104,139,10,194,3,0,123,111,65,164,5,154,1,0,124,239,204,249,11,213,1,0,126,143,176,197,180,146,1,0,128,111,208,167,136,151,3,0,129,239,118,1,159,233,1,0,129,175,182,120,117,45,3,0,129,111,192,197,133,111,3,0,129,47,202,217,115,179,3,0,130,47,255,79,55,156,1,0,130,175,240,217,88,218,2,0,130,79,97,58,85,36,4,0,131,111,30,6,108,196,1,0,132,207,12,12,217,5,2,0,133,207,169,206,152,88,3,0,135,239,203,246,37,166,1,0,137,15,243,12,94,18,3,0,138,207,85,152,212,47,3,0,141,47,208,98,30,223,3,0,143,207,8,168,84,138,1,0,145,175,166,25,111,7,2,0,145,15,167,62,168,178,2,0,145,207,175,80,61,100,3,0,146,111,245,177,19,57,2,0,146,111,60,81,187,100,2,0,148,207,157,251,44,52,2,0,148,79,239,97,230,164,2,0,148,143,83,215,157,185,2,0,148,47,186,107,99,70,3,0,149,143,253,40,75,180,1,0,149,175,30,221,117,60,2,0,149,111,3,149,192,24,4,0,151,79,13,15,45,226,3,0,152,175,106,61,211,255,3,0,153,47,147,153,186,173,3,0,153,175,146,204,238,37,4,0,154,15,122,176,138,69,3,0,154,79,234,97,126,239,3,0,155,175,167,228,12,27,3,0,156,15,151,155,206,147,1,0,157,175,242,29,153,207,2,0,157,239,160,65,76,81,3,0,160,239,11,224,212,144,1,0,160,143,91,240,11,188,3,0,162,239,188,247,127,9,2,0,163,207,188,53,203,171,2,0,163,15,241,231,28,247,2,0,163,79,83,251,75,74,3,0,164,239,177,64,183,141,1,0,164,79,214,137,180,202,2,0,165,207,194,0,114,245,1,0,165,79,55,169,139,110,2,0,165,207,244,200,68,189,2,0,165,239,169,233,180,222,2,0,165,175,75,0,23,240,3,0,166,175,121,130,169,18,3,0,167,207,253,185,142,236,3,0,167,15,1,163,44,9,4,0,168,143,116,155,179,136,3,0,169,79,148,131,45,174,1,0,169,15,41,66,124,132,3,0,170,239,95,241,231,21,3,0,171,207,66,92,137,105,2,0,171,111,179,19,65,7,3,0,173,239,166,82,140,224,2,0,174,79,211,158,246,147,2,0,177,239,70,183,253,110,2,0,177,15,184,244,207,117,3,0,182,239,10,167,136,199,1,0,182,207,147,14,176,216,1,0,185,79,227,32,150,23,3,0,186,207,32,94,235,58,3,0,187,15,91,172,141,4,3,0,187,47,102,15,147,43,3,0,188,15,158,130,95,104,3,0,189,47,132,92,22,165,3,0,191,175,173,23,12,185,3,0,195,239,155,34,35,235,1,0,197,47,202,196,193,231,1,0,198,207,151,169,131,30,3,0,198,15,55,50,94,158,3,0,199,79,71,133,124,137,1,0,199,143,139,214,184,2,4,0,200,239,216,47,195,255,2,0,201,111,157,106,189,207,1,0,201,47,248,206,218,162,3,0,202,79,9,16,98,71,2,0,203,15,87,93,136,160,2,0,203,79,172,122,135,241,2,0,203,239,106,49,76,247,2,0,204,79,161,59,124,162,3,0,205,47,76,33,124,196,1,0,205,207,143,241,34,173,2,0,205,175,4,24,228,199,3,0,206,207,4,54,88,139,3,0,206,239,158,200,110,198,3,0,206,143,132,69,132,3,4,0,210,111,201,178,146,215,1,0,211,143,178,168,150,103,2,0,211,111,194,154,21,245,2,0,214,79,64,83,96,131,1,0,214,175,76,81,114,69,2,0,214,239,87,56,176,173,2,0,214,175,58,82,198,18,3,0,215,47,28,2,115,244,1,0,216,207,9,118,192,144,1,0,216,79,91,158,124,219,1,0,216,15,17,144,237,248,2,0,217,143,118,173,68,202,1,0,219,47,11,1,128,56,2,0,223,111,242,20,106,121,2,0,223,79,160,140,166,5,3,0,223,47,237,249,245,40,3,0,223,15,189,169,144,233,3,0,224,175,208,52,182,93,3,0,226,15,20,32,207,245,2,0,229,15,198,223,208,7,3,0,229,15,231,233,122,117,3,0,230,239,198,6,223,37,2,0,232,15,45,215,245,193,1,0,233,47,55,157,222,201,2,0,234,47,216,136,126,88,2,0,234,143,80,247,124,223,3,0,235,239,86,255,43,110,2,0,236,239,127,113,22,246,1,0,237,15,35,56,234,139,3,0,237,47,206,215,210,187,3,0,239,47,16,197,200,61,3,0,243,143,27,40,61,169,1,0,244,47,183,118,112,205,3,0,245,111,43,47,81,53,3,0,246,111,251,187,136,164,2,0,247,207,204,141,27,59,3,0,248,143,46,198,54,16,3,0,248,15,213,230,97,131,3,0,252,79,239,27,250,201,2,0,252,175,232,106,25,3,3,0,254,175,104,0,240,153,3,0,254,175,104,0,254,153,3,0,255,239,201,18,27,161,1,0,255,143,30,32,13,197,1,0,1,144,114,241,87,163,3,0,1,80,105,205,236,168,3,0,4,144,175,183,205,74,3,0,6,16,86,221,106,132,2,0,7,48,171,172,153,90,3,0,8,208,181,234,120,253,2,0,9,176,105,41,68,31,4,0,10,240,97,244,17,52,3,0,11,144,114,187,155,121,2,0,13,176,56,18,201,70,2,0,13,144,52,248,199,188,2,0,14,208,51,69,3,80,3,0,16,80,111,166,225,104,2,0,16,112,151,253,200,173,2,0,18,80,236,67,67,215,2,0,20,80,43,206,218,184,1,0,20,240,178,118,215,117,2,0,22,144,186,199,144,117,1,0,22,208,218,133,81,196,1,0,22,208,185,177,205,178,3,0,22,48,108,53,45,21,4,0,23,240,87,74,70,133,1,0,23,144,23,67,212,212,2,0,26,80,76,158,36,9,2,0,27,80,28,133,247,216,1,0,27,208,202,48,234,155,3,0,29,208,37,252,177,89,3,0,29,80,104,123,137,179,3,0,30,144,246,153,42,56,2,0,30,112,189,123,53,125,3,0,31,80,96,72,106,167,2,0,32,16,64,92,137,152,1,0,32,176,212,66,88,195,2,0,32,176,166,16,199,174,3,0,32,16,126,106,181,225,3,0,35,240,157,19,172,189,1,0,36,144,164,242,45,197,1,0,38,80,92,57,103,209,1,0,38,176,72,30,83,146,2,0,38,112,67,168,186,107,3,0,41,48,5,225,143,234,1,0,43,176,104,0,128,59,3,0,45,80,220,168,172,15,4,0,46,80,173,170,76,16,2,0,46,16,186,94,235,34,3,0,49,112,26,146,131,198,3,0,53,48,82,14,34,83,2,0,53,144,66,43,232,84,2,0,55,240,246,49,102,175,2,0,55,240,114,169,184,253,2,0,58,176,104,0,96,83,3,0,59,112,185,140,131,29,4,0,63,80,65,158,53,55,2,0,63,48,254,94,9,73,3,0,64,16,123,137,85,125,1,0,65,48,68,24,99,57,2,0,68,16,131,83,228,157,1,0,68,48,116,43,19,211,2,0,68,240,129,163,252,181,3,0,69,48,34,74,112,131,1,0,69,144,102,32,147,107,3,0,69,144,8,1,252,201,3,0,69,48,83,193,110,230,3,0,70,16,81,171,158,194,2,0,71,112,116,229,221,135,1,0,71,48,42,138,143,191,2,0,71,48,246,253,80,147,3,0,73,240,120,174,64,21,2,0,76,48,174,36,207,26,4,0,77,144,52,248,85,205,2,0,77,176,187,16,61,237,2,0,78,208,118,78,65,32,2,0,79,144,52,248,98,205,2,0,80,176,95,134,149,249,3,0,83,240,224,108,176,53,3,0,83,112,227,235,123,75,3,0,85,240,163,1,236,1,4,0,85,16,109,210,236,7,4,0,86,80,65,24,48,150,1,0,86,16,240,33,119,251,3,0,87,112,20,28,236,197,1,0,87,240,24,118,39,207,1,0,87,112,207,235,228,248,1,0,87,144,225,133,193,73,2,0,87,240,190,146,196,82,2,0,88,48,136,45,117,115,2,0,91,112,187,99,23,186,2,0,92,176,87,124,24,156,1,0,95,48,170,216,236,188,1,0,95,144,52,248,48,203,2,0,97,80,174,149,145,236,1,0,97,240,206,69,174,148,3,0,98,144,49,223,201,13,4,0,99,16,84,14,12,16,4,0,102,48,44,160,252,65,3,0,103,48,184,207,50,195,2,0,105,176,14,164,220,231,3,0,106,112,83,144,177,31,4,0,107,240,113,25,1,64,2,0,107,144,239,179,250,85,3,0,107,176,32,207,19,4,4,0,109,16,237,27,190,12,2,0,109,176,159,136,13,243,2,0,109,112,37,137,149,139,3,0,112,48,208,136,57,76,2,0,114,208,226,180,224,164,1,0,114,48,177,7,47,150,3,0,116,80,74,188,127,8,3,0,118,48,160,28,26,155,3,0,119,48,163,197,203,44,3,0,120,80,68,162,54,247,1,0,120,240,217,63,116,123,2,0,122,80,59,184,82,171,2,0,125,176,224,60,30,24,3,0,126,208,137,87,23,66,2,0,127,80,50,62,77,193,1,0,127,208,110,117,110,226,1,0,127,144,184,113,93,246,1,0,127,144,52,248,80,190,2,0,128,240,161,34,176,202,1,0,128,112,166,130,81,218,1,0,132,176,246,112,33,124,2,0,134,144,118,207,151,6,3,0,134,16,8,37,250,140,3,0,135,176,139,42,159,74,3,0,135,16,48,9,195,22,4,0,137,176,164,17,97,28,4,0,138,208,43,159,21,184,1,0,139,16,215,26,243,246,3,0,140,144,102,196,218,227,3,0,142,48,151,75,125,156,2,0,143,80,192,15,52,210,1,0,144,112,65,136,253,10,2,0,144,48,246,238,77,226,3,0,144,80,62,22,189,243,3,0,145,240,85,77,232,210,1,0,147,112,29,206,188,17,4,0,148,144,127,154,30,15,3,0,149,48,252,255,199,216,2,0,149,80,167,166,235,255,3,0,150,48,33,234,66,149,2,0,153,176,17,235,14,187,1,0,153,144,54,53,185,171,2,0,155,240,14,192,64,128,1,0,155,176,195,127,217,232,2,0,155,48,16,201,188,240,2,0,157,48,191,181,79,212,1,0,157,16,183,147,104,212,2,0,157,48,108,97,189,80,3,0,157,16,51,28,128,139,3,0,158,144,46,253,2,28,3,0,161,48,19,22,245,17,4,0,162,48,246,166,118,187,3,0,163,16,182,147,208,60,3,0,167,48,253,132,43,200,2,0,171,16,109,36,230,166,1,0,173,112,76,180,96,123,2,0,173,208,219,47,173,209,2,0,174,144,209,57,212,1,4,0,175,144,203,26,110,216,2,0,177,208,139,161,61,51,3,0,178,208,224,139,54,160,1,0,178,16,95,144,235,27,2,0,178,48,158,178,19,136,2,0,178,48,211,56,81,10,3,0,178,176,75,54,80,59,3,0,178,16,22,55,108,212,3,0,179,112,126,167,158,176,2,0,181,48,240,4,202,100,2,0,181,16,225,151,44,7,3,0,181,176,11,149,234,136,3,0,182,208,215,163,24,135,2,0,182,208,65,100,239,51,3,0,183,80,0,181,104,195,1,0,183,80,155,33,4,159,2,0,183,176,245,252,117,8,4,0,184,16,138,146,78,151,3,0,189,16,230,105,120,161,3,0,190,16,199,54,137,245,1,0,192,208,108,48,113,229,1,0,193,16,41,53,24,31,3,0,194,176,94,140,61,49,2,0,194,112,27,169,201,178,2,0,195,112,0,23,88,204,2,0,195,240,141,14,105,224,2,0,195,112,181,99,210,29,3,0,197,16,60,63,245,7,3,0,198,16,199,186,160,142,2,0,200,176,191,194,107,52,3,0,202,144,15,149,84,145,3,0,203,48,43,123,146,152,2,0,203,112,175,129,119,192,2,0,204,144,72,192,19,144,1,0,204,176,200,201,151,181,1,0,204,48,27,146,220,36,3,0,205,112,208,122,212,154,1,0,205,80,90,143,113,255,1,0,205,240,18,158,34,11,2,0,205,208,247,46,134,112,3,0,205,176,5,146,35,134,3,0,208,144,245,166,212,206,1,0,211,208,214,232,157,206,1,0,216,144,189,14,34,99,3,0,216,16,139,124,179,38,4,0,217,208,2,182,110,63,2,0,218,48,81,184,61,30,3,0,218,48,8,111,143,250,3,0,219,80,173,24,155,17,2,0,219,176,249,1,161,19,3,0,220,16,105,63,28,227,1,0,222,144,52,248,213,159,2,0,224,240,213,7,237,222,3,0,226,176,44,125,195,132,1,0,226,240,41,176,52,89,3,0,227,16,79,81,70,204,2,0,227,208,77,167,188,39,3,0,228,176,30,147,252,182,1,0,228,16,233,42,217,130,3,0,229,144,93,140,27,73,3,0,229,112,89,22,88,232,3,0,231,80,15,213,205,21,3,0,232,112,150,45,171,13,3,0,233,208,156,225,117,35,2,0,233,240,230,92,121,127,3,0,236,16,77,76,156,229,2,0,236,16,238,252,210,17,4,0,236,176,202,140,73,30,4,0,237,240,165,169,121,96,2,0,239,144,176,40,193,156,3,0,240,80,254,54,192,81,3,0,241,16,51,38,178,1,3,0,241,48,153,231,239,57,3,0,244,112,149,101,212,7,2,0,244,144,251,19,107,20,3,0,245,176,170,174,63,239,1,0,247,208,40,64,95,0,3,0,247,48,124,54,13,59,3,0,248,16,137,162,65,194,3,0,248,240,143,49,221,197,3,0,249,80,166,62,35,118,1,0,250,80,228,57,88,197,3,0,252,144,174,225,163,30,3,0,0,113,1,245,6,5,2,0,1,177,21,132,160,215,1,0,1,177,217,113,123,198,2,0,1,113,195,186,244,238,2,0,3,49,189,28,214,49,3,0,3,145,182,185,251,250,3,0,5,177,92,57,224,22,2,0,5,17,241,197,235,153,2,0,5,241,107,94,83,164,2,0,5,113,91,146,226,188,2,0,5,113,181,33,125,11,4,0,6,209,25,203,123,160,1,0,7,241,203,160,49,148,3,0,9,49,35,133,106,229,2,0,9,145,207,224,90,14,4,0,12,209,152,236,116,232,2,0,13,241,104,199,51,24,3,0,13,81,30,210,122,49,3,0,13,49,24,2,171,221,3,0,15,209,146,9,100,147,1,0,15,113,139,140,86,39,3,0,17,145,3,24,239,219,1,0,17,209,3,208,64,202,2,0,17,241,152,41,188,3,4,0,20,241,26,96,206,79,2,0,22,81,99,72,7,238,1,0,22,81,176,108,44,190,2,0,22,81,113,184,228,203,2,0,22,177,55,242,0,99,3,0,23,209,212,2,193,179,1,0,25,177,112,6,30,147,1,0,25,49,24,192,22,28,2,0,25,209,241,93,5,39,4,0,27,17,137,236,72,0,2,0,27,241,102,90,54,112,3,0,29,81,20,180,63,225,1,0,29,241,122,36,7,228,1,0,30,209,154,64,12,229,1,0,30,17,181,56,132,22,3,0,32,49,33,47,17,149,1,0,35,145,13,254,49,137,1,0,35,241,98,122,99,149,1,0,35,177,100,242,31,181,2,0,35,81,140,115,249,240,2,0,39,209,40,172,51,179,1,0,41,113,6,76,19,217,2,0,41,113,255,240,150,251,3,0,41,241,91,217,132,8,4,0,42,113,135,136,184,221,3,0,43,113,230,173,97,49,3,0,43,113,242,111,74,85,3,0,44,49,9,192,56,83,2,0,47,177,104,0,186,233,1,0,48,81,158,98,178,125,2,0,51,113,50,246,40,102,2,0,53,81,116,0,61,203,2,0,54,241,30,7,139,42,3,0,55,113,79,112,249,120,3,0,56,177,253,76,170,190,1,0,56,145,234,173,243,245,2,0,56,209,27,18,207,165,3,0,56,209,139,34,231,209,3,0,56,177,153,9,218,3,4,0,58,17,175,116,176,117,2,0,60,81,111,95,46,71,2,0,60,145,64,187,60,84,2,0,63,241,206,157,236,186,2,0,64,17,172,164,196,22,2,0,66,81,17,235,1,0,3,0,66,241,247,56,21,232,3,0,67,17,141,253,171,125,3,0,70,241,41,17,233,21,2,0,70,145,6,106,117,34,2,0,71,81,196,79,74,241,1,0,71,177,215,22,177,32,4,0,72,145,182,211,12,252,1,0,73,81,1,183,49,208,1,0,75,113,67,32,143,120,2,0,75,209,228,156,246,100,3,0,76,145,167,130,93,243,1,0,76,241,242,59,101,70,2,0,80,81,159,79,113,32,4,0,81,145,160,102,96,176,1,0,82,81,5,177,152,144,1,0,88,49,84,31,167,180,1,0,90,241,31,213,30,204,2,0,90,145,129,83,221,216,3,0,93,209,246,135,225,45,2,0,94,17,31,19,57,20,3,0,95,209,100,65,178,98,2,0,96,113,187,26,216,16,4,0,97,81,154,223,115,14,2,0,98,17,80,92,155,129,3,0,98,17,51,227,220,252,3,0,99,177,31,72,26,203,3,0,100,209,211,78,64,46,3,0,101,17,215,26,124,156,1,0,102,113,41,191,94,229,1,0,102,49,100,15,119,0,2,0,102,145,231,50,126,107,3,0,102,81,139,147,237,203,3,0,103,145,58,23,160,166,1,0,105,49,108,97,57,118,1,0,105,49,168,49,230,182,1,0,105,241,17,138,201,182,2,0,106,209,39,34,102,132,1,0,107,49,179,155,53,233,2,0,108,49,186,189,42,170,2,0,108,177,223,9,133,137,3,0,109,49,108,107,70,81,2,0,110,209,55,92,189,244,3,0,111,145,94,250,111,12,3,0,112,49,78,109,145,167,3,0,113,209,87,28,221,76,3,0,114,177,226,147,130,28,3,0,115,241,237,108,50,53,2,0,116,17,11,109,32,251,3,0,118,145,203,3,99,236,2,0,120,81,91,72,100,4,2,0,121,145,20,191,123,217,2,0,121,177,225,114,73,45,3,0,122,17,193,43,220,61,3,0,123,17,136,14,73,248,3,0,124,209,222,15,204,238,3,0,126,209,229,172,112,232,1,0,126,113,127,68,83,34,2,0,126,17,46,159,66,82,3,0,126,241,29,136,175,104,3,0,128,113,146,204,182,63,2,0,128,113,66,94,95,193,3,0,129,241,110,41,166,28,4,0,130,177,194,249,176,239,3,0,132,177,210,170,1,165,2,0,132,241,87,60,6,30,3,0,132,17,136,240,185,98,3,0,135,145,169,136,226,120,1,0,135,17,252,153,78,27,3,0,136,113,22,212,134,169,1,0,139,49,76,202,77,14,2,0,142,177,128,135,171,138,2,0,143,241,140,41,74,206,3,0,144,241,7,47,152,68,2,0,144,177,65,196,41,28,3,0,147,81,169,238,51,99,2,0,147,81,36,238,195,104,3,0,149,209,63,127,138,187,3,0,150,145,245,160,44,55,3,0,150,113,76,46,55,63,3,0,150,81,97,75,86,191,3,0,150,81,150,252,138,194,3,0,151,49,136,160,6,186,2,0,151,81,246,32,235,84,3,0,151,113,81,72,219,38,4,0,152,241,235,204,177,120,1,0,154,81,0,227,28,198,3,0,155,49,221,125,187,241,2,0,157,113,160,254,220,180,1,0,157,145,170,131,11,69,2,0,158,49,53,25,125,130,2,0,158,113,52,142,127,124,3,0,159,81,80,176,82,251,3,0,160,145,80,154,4,248,2,0,162,49,50,12,176,21,3,0,164,145,51,162,21,188,1,0,165,17,74,18,131,240,1,0,165,209,229,176,2,219,2,0,165,17,16,164,18,18,4,0,167,113,235,37,51,197,2,0,170,17,18,34,12,189,1,0,171,49,173,11,255,106,2,0,171,113,37,81,14,147,2,0,177,177,68,82,62,205,1,0,177,113,227,119,229,28,4,0,180,177,12,90,156,130,3,0,183,17,64,218,176,48,2,0,183,241,142,160,122,183,2,0,184,49,212,129,209,199,1,0,186,145,32,246,172,134,3,0,189,49,148,168,50,218,1,0,189,17,204,160,74,160,2,0,189,177,245,120,68,59,3,0,190,113,217,15,171,59,2,0,190,113,209,237,20,111,2,0,194,177,148,197,76,178,1,0,197,241,173,95,155,239,2,0,198,177,176,87,79,36,2,0,198,145,151,123,72,42,2,0,198,145,201,224,141,231,3,0,199,209,174,125,45,129,1,0,199,81,102,184,111,205,2,0,200,241,130,241,221,147,2,0,201,209,111,60,195,177,1,0,201,81,119,203,234,225,1,0,202,177,107,58,99,255,2,0,202,241,90,158,0,201,3,0,203,145,27,9,180,72,2,0,204,49,210,235,234,18,2,0,206,177,46,28,169,116,3,0,206,209,234,193,55,239,3,0,207,113,79,157,118,191,3,0,208,177,159,32,62,129,1,0,208,81,235,167,32,22,2,0,208,49,148,112,206,91,2,0,209,241,194,103,54,85,3,0,209,113,39,183,174,240,3,0,210,113,162,79,175,249,3,0,215,145,73,78,29,108,2,0,216,17,146,65,23,26,2,0,216,241,254,5,213,224,2,0,216,113,33,135,218,167,3,0,216,81,95,3,126,216,3,0,219,177,58,128,121,158,1,0,219,49,24,192,226,20,2,0,224,113,153,18,18,177,2,0,225,17,160,6,178,132,1,0,225,17,77,83,230,91,2,0,226,17,74,9,198,72,2,0,226,177,208,211,120,248,2,0,227,49,93,71,53,39,3,0,227,113,139,176,101,148,3,0,227,17,255,93,219,206,3,0,229,177,72,82,235,143,3,0,229,17,226,240,45,178,3,0,230,241,238,184,81,242,2,0,234,81,164,73,215,196,2,0,234,113,120,233,153,21,3,0,236,81,139,230,155,105,3,0,238,209,248,110,143,249,2,0,238,17,204,196,101,29,3,0,241,17,73,1,140,179,1,0,241,145,51,184,250,125,2,0,241,241,116,248,145,243,3,0,242,209,77,6,174,100,3,0,242,49,179,111,191,209,3,0,243,113,143,59,240,54,3,0,246,209,89,139,42,142,2,0,248,145,33,246,44,240,3,0,249,145,180,31,188,5,3,0,250,81,149,140,15,117,3,0,252,17,124,129,81,67,2,0,254,49,36,190,69,252,3,0,255,241,36,61,252,84,2,0,255,81,157,112,251,200,2,0,255,113,134,121,97,121,3,0,1,18,94,213,115,47,3,0,4,146,186,171,111,41,2,0,4,178,167,228,115,29,3,0,5,210,76,81,80,17,2,0,6,146,104,28,138,163,1,0,6,82,218,228,205,185,3,0,7,178,250,138,219,129,1,0,7,242,71,232,186,188,3,0,8,82,22,31,231,25,3,0,9,18,55,167,223,6,4,0,12,178,248,73,136,210,1,0,12,210,38,103,46,255,1,0,13,178,141,140,203,84,2,0,13,242,157,232,113,0,4,0,14,114,95,49,131,16,2,0,16,82,40,206,4,58,2,0,16,114,21,169,213,26,3,0,17,242,30,165,136,50,3,0,17,114,102,158,18,113,3,0,18,178,107,80,201,134,3,0,19,18,37,24,106,13,2,0,19,242,234,229,233,198,3,0,22,146,2,65,26,137,1,0,25,242,55,136,11,166,1,0,26,82,42,235,164,140,2,0,27,50,206,213,72,191,2,0,30,210,89,131,248,195,3,0,31,210,198,184,37,159,2,0,32,114,210,151,94,134,1,0,32,146,128,8,101,215,1,0,33,178,7,42,68,90,3,0,33,146,89,89,117,102,3,0,35,242,189,247,31,195,1,0,37,50,224,19,113,158,3,0,40,210,153,223,157,106,2,0,40,114,155,176,113,12,4,0,43,114,116,147,130,11,2,0,44,242,205,199,109,168,2,0,44,178,118,109,14,207,3,0,45,178,57,79,169,25,2,0,47,114,33,167,41,220,2,0,47,242,143,99,123,194,3,0,49,114,55,103,9,132,3,0,50,146,199,195,127,168,3,0,51,210,193,133,211,96,2,0,52,210,152,223,212,188,2,0,53,114,228,230,166,133,1,0,53,242,31,191,171,151,2,0,56,82,165,127,179,135,2,0,58,50,61,6,107,234,3,0,59,210,127,117,142,195,3,0,60,82,119,16,176,251,1,0,62,18,189,59,218,136,1,0,62,178,179,228,157,128,2,0,65,82,185,97,229,128,1,0,66,18,224,203,228,238,1,0,67,146,12,169,206,159,1,0,67,18,72,88,69,179,1,0,67,114,215,31,75,9,2,0,67,242,113,213,212,58,3,0,68,210,152,223,26,161,2,0,69,146,55,180,173,92,3,0,72,210,17,54,52,167,2,0,72,82,228,7,130,130,3,0,73,114,248,18,56,104,2,0,79,82,214,107,31,181,1,0,81,18,99,201,231,200,2,0,81,114,195,191,87,199,3,0,84,18,199,73,140,39,3,0,85,18,155,160,120,179,2,0,88,114,95,24,241,222,2,0,89,18,169,172,108,67,2,0,89,146,46,56,8,14,3,0,89,114,187,39,5,110,3,0,90,114,106,58,246,170,1,0,90,210,34,8,195,25,2,0,91,242,224,92,209,4,2,0,91,50,245,151,140,45,3,0,92,114,104,200,221,246,1,0,93,18,66,79,93,244,1,0,96,146,127,170,159,248,2,0,96,210,145,47,59,236,3,0,98,146,69,71,22,234,1,0,99,114,223,225,228,228,1,0,101,242,248,80,67,249,1,0,101,146,194,129,91,153,2,0,102,242,227,75,155,232,1,0,102,18,207,202,206,157,3,0,103,146,60,139,181,91,3,0,104,178,143,110,125,239,1,0,107,18,22,36,94,124,3,0,108,18,143,224,43,90,2,0,110,50,192,59,113,123,1,0,110,242,187,173,13,24,2,0,111,210,255,126,117,121,1,0,112,50,213,232,96,85,3,0,113,242,218,23,5,73,2,0,113,210,152,223,21,160,2,0,113,18,233,94,54,75,3,0,114,146,53,193,136,85,2,0,115,114,71,218,57,186,3,0,116,18,22,81,245,159,2,0,118,114,26,96,252,207,3,0,119,114,118,147,8,177,3,0,120,18,57,23,207,182,1,0,120,178,241,121,208,97,3,0,122,114,237,150,114,152,1,0,122,146,113,224,240,143,2,0,123,242,98,21,91,120,1,0,126,82,41,188,211,177,1,0,129,242,49,44,200,180,1,0,131,242,191,213,126,122,1,0,132,114,38,205,52,148,1,0,133,114,66,172,162,169,3,0,135,50,25,8,62,130,2,0,135,50,29,159,32,126,3,0,138,50,219,128,26,180,1,0,142,114,89,148,42,5,3,0,145,114,233,213,227,217,2,0,145,210,208,15,99,135,3,0,146,18,35,66,135,1,3,0,147,82,10,92,33,175,1,0,147,210,66,218,67,56,2,0,148,82,147,203,124,145,2,0,148,18,100,14,3,205,2,0,152,242,84,51,137,182,1,0,152,178,114,108,126,62,2,0,157,82,144,147,209,186,1,0,158,146,131,144,152,116,1,0,158,146,171,12,161,211,1,0,158,82,73,113,153,141,2,0,158,146,79,95,87,196,2,0,159,114,49,104,136,183,1,0,159,146,95,252,248,162,2,0,162,242,168,165,142,185,3,0,165,18,164,167,47,91,3,0,165,114,82,59,227,217,3,0,165,82,99,50,3,245,3,0,166,242,186,196,177,231,2,0,166,82,121,219,37,111,3,0,166,178,175,204,152,15,4,0,167,178,152,160,35,167,2,0,169,210,160,243,119,135,1,0,169,146,67,229,96,211,3,0,172,18,180,195,152,83,3,0,175,178,152,160,70,167,2,0,178,242,239,21,108,180,2,0,179,242,99,127,0,61,3,0,179,114,81,169,192,172,3,0,180,18,5,226,192,101,2,0,180,210,66,4,25,247,3,0,181,82,48,111,80,136,2,0,181,18,101,27,94,45,3,0,182,210,72,147,111,124,1,0,185,82,248,153,8,137,1,0,185,210,76,81,199,16,2,0,187,146,244,74,16,230,1,0,187,18,154,91,66,183,3,0,188,18,109,251,197,131,1,0,188,210,93,152,202,26,2,0,188,114,172,221,199,35,2,0,188,178,255,121,16,227,2,0,190,82,156,180,64,62,3,0,190,18,91,208,36,200,3,0,191,82,21,81,11,207,2,0,192,82,11,74,186,145,2,0,193,82,60,138,238,108,3,0,194,18,164,23,230,59,3,0,198,114,31,228,105,203,1,0,199,210,128,249,213,124,3,0,200,178,189,79,103,107,2,0,200,50,29,62,17,250,3,0,201,210,149,125,121,141,1,0,202,178,191,86,96,81,2,0,202,18,116,1,152,228,2,0,204,82,89,195,10,195,3,0,205,82,231,150,227,151,1,0,207,50,127,138,71,128,3,0,208,50,116,221,107,153,1,0,208,210,89,12,77,31,3,0,209,146,128,34,212,137,1,0,211,146,243,237,227,201,1,0,211,146,5,102,163,230,2,0,212,50,175,136,46,42,2,0,213,210,129,195,230,4,3,0,214,146,52,248,167,146,2,0,217,114,150,230,114,103,3,0,218,146,252,189,55,70,3,0,218,114,159,149,101,106,3,0,219,82,215,65,214,66,2,0,221,18,67,238,220,15,3,0,223,18,127,217,11,251,2,0,224,82,114,46,117,225,1,0,227,178,7,195,125,70,2,0,227,82,129,24,94,73,2,0,228,114,152,124,215,206,2,0,228,178,80,185,35,197,3,0,230,242,219,214,185,180,1,0,230,178,43,75,170,62,3,0,230,50,160,56,134,246,3,0,231,242,212,120,62,107,2,0,231,178,177,198,249,255,3,0,232,210,21,132,217,247,1,0,232,50,232,70,137,208,2,0,233,210,206,153,194,139,3,0,234,146,175,83,148,114,2,0,234,50,57,187,172,127,2,0,236,242,125,153,11,194,1,0,236,18,202,209,206,48,3,0,237,82,12,92,34,143,2,0,237,178,37,81,48,147,2,0,238,18,18,109,155,217,1,0,238,242,46,28,35,25,2,0,239,82,169,24,108,64,2,0,239,242,200,84,42,8,4,0,240,114,59,184,94,177,2,0,241,146,190,61,134,207,2,0,242,242,247,83,134,3,2,0,242,18,75,116,69,113,2,0,242,146,181,127,41,36,4,0,244,18,40,139,20,48,2,0,244,242,136,64,43,50,3,0,245,82,236,180,177,18,4,0,246,18,221,117,200,238,1,0,246,242,51,144,237,236,3,0,246,178,122,217,246,12,4,0,247,178,208,203,100,74,3,0,248,146,48,190,237,52,2,0,249,82,139,25,114,15,2,0,250,82,74,25,210,181,3,0,252,82,115,245,235,96,2,0,252,210,37,167,219,52,3,0,252,146,128,171,58,144,3,0,253,242,225,247,115,171,3,0,253,242,103,81,94,184,3,0,255,50,208,232,28,156,2,0,0,211,203,53,82,72,2,0,2,147,163,100,111,233,1,0,2,147,163,100,132,233,1,0,3,243,114,167,160,124,1,0,3,179,238,108,154,53,2,0,3,51,3,35,164,22,3,0,4,51,149,22,80,165,1,0,4,19,242,166,100,18,4,0,5,147,60,116,242,233,3,0,9,147,3,160,158,204,2,0,10,147,168,131,59,22,3,0,13,83,118,226,112,53,3,0,15,115,158,254,108,196,2,0,17,243,118,44,244,113,3,0,17,51,218,187,231,125,3,0,22,19,58,80,240,23,3,0,24,147,75,58,218,52,2,0,25,211,202,87,72,176,1,0,25,179,227,199,113,83,3,0,26,211,135,85,118,189,3,0,26,211,135,85,143,189,3,0,26,211,135,85,180,189,3,0,27,51,143,252,208,80,2,0,27,115,175,93,69,189,3,0,28,51,189,138,209,237,1,0,28,211,25,173,216,72,2,0,28,147,189,164,14,146,2,0,31,115,114,252,203,220,1,0,31,147,143,106,229,106,2,0,31,83,255,137,190,58,3,0,32,83,169,210,88,198,2,0,32,83,217,33,98,24,3,0,32,19,61,12,231,27,3,0,35,179,242,164,73,210,2,0,36,83,139,160,173,183,2,0,37,83,35,94,202,157,1,0,37,51,100,15,144,255,1,0,38,147,218,174,97,198,1,0,39,83,124,50,138,175,1,0,39,147,65,58,118,252,3,0,40,19,145,239,251,139,1,0,40,19,34,40,178,7,4,0,40,179,87,119,30,33,4,0,43,83,235,161,21,246,2,0,43,51,24,109,15,121,3,0,44,83,71,192,23,14,2,0,45,115,162,234,249,91,3,0,49,19,160,215,75,244,2,0,49,243,224,251,38,78,3,0,50,147,25,25,144,55,2,0,52,51,143,96,214,84,3,0,54,243,132,227,65,84,3,0,57,51,170,242,105,97,2,0,57,83,229,64,184,55,3,0,60,211,24,136,14,220,3,0,61,51,24,192,175,20,2,0,61,243,21,135,235,58,2,0,61,19,20,104,165,156,2,0,61,211,122,128,243,19,4,0,63,19,201,26,67,228,2,0,63,19,196,167,84,51,3,0,66,243,206,130,185,23,4,0,68,211,250,90,1,144,1,0,69,19,173,80,252,1,2,0,70,147,225,114,196,54,3,0,71,147,156,42,76,253,3,0,73,147,109,143,217,65,2,0,73,243,8,128,106,145,3,0,74,83,175,121,170,30,4,0,76,179,223,0,16,12,2,0,77,147,52,248,2,134,2,0,77,83,102,64,162,16,4,0,78,51,213,208,44,195,1,0,78,83,57,143,82,186,3,0,79,83,77,22,45,250,3,0,80,243,115,204,202,203,3,0,84,83,93,116,171,106,3,0,85,179,136,10,65,246,3,0,89,211,45,87,213,177,2,0,89,19,214,21,182,180,2,0,90,115,65,222,70,141,1,0,91,115,216,54,72,90,2,0,92,243,51,45,238,148,3,0,92,115,48,246,219,247,3,0,93,51,123,134,92,146,1,0,93,115,26,77,204,151,1,0,93,211,212,34,136,232,2,0,93,147,130,73,253,4,3,0,93,147,113,4,240,12,3,0,93,19,219,175,22,179,3,0,95,179,10,51,140,183,3,0,96,211,237,98,237,70,3,0,97,179,234,63,20,235,1,0,97,211,131,54,10,236,1,0,98,211,64,205,131,0,4,0,99,243,37,35,106,177,1,0,102,19,208,210,251,148,1,0,102,243,142,8,196,58,2,0,103,243,25,57,54,19,3,0,105,51,27,230,56,199,1,0,106,147,129,207,238,197,2,0,106,51,112,203,90,123,3,0,107,19,108,124,197,36,3,0,108,83,232,128,250,171,1,0,108,243,143,115,180,246,1,0,109,147,36,81,183,143,2,0,109,243,113,16,207,111,3,0,110,147,94,197,94,213,1,0,111,19,120,28,97,253,1,0,112,83,208,9,106,140,1,0,112,243,252,81,185,19,2,0,112,115,163,112,14,89,2,0,114,19,97,124,81,223,3,0,115,211,159,16,53,227,2,0,116,211,166,244,215,142,2,0,116,19,116,255,207,217,2,0,116,147,178,9,47,158,3,0,118,83,245,75,218,154,3,0,118,211,49,141,161,17,4,0,119,147,248,194,23,179,1,0,120,147,72,134,56,134,2,0,124,19,215,252,64,131,2,0,125,147,250,215,186,4,4,0,125,19,227,206,105,6,4,0,126,83,236,11,48,34,3,0,128,211,71,167,183,240,1,0,128,115,85,196,96,10,2,0,129,243,81,24,170,67,2,0,130,83,180,242,191,88,3,0,130,51,18,221,169,158,3,0,138,179,51,148,141,171,3,0,138,115,135,166,238,186,3,0,141,51,185,28,146,214,1,0,141,147,124,176,194,68,3,0,142,19,209,183,6,178,3,0,145,83,104,108,242,59,3,0,145,147,42,54,191,132,3,0,146,179,226,134,182,195,1,0,146,179,100,15,56,214,2,0,148,51,204,204,134,196,3,0,149,211,125,26,159,231,3,0,150,211,228,238,215,254,2,0,152,115,142,54,18,231,3,0,153,179,176,224,205,119,2,0,153,243,81,119,88,28,3,0,153,243,240,227,228,147,3,0,154,51,248,125,241,231,1,0,154,51,248,154,224,239,1,0,155,211,76,81,125,19,2,0,156,19,238,194,34,63,3,0,158,115,89,93,21,233,3,0,159,51,16,77,170,250,2,0,161,147,122,102,150,106,3,0,161,243,9,245,170,218,3,0,162,115,137,167,67,178,3,0,163,179,6,44,185,59,3,0,163,243,1,244,2,127,3,0,163,83,138,7,56,146,3,0,164,115,35,160,2,14,4,0,166,83,40,83,235,137,1,0,169,51,154,160,13,178,2,0,169,147,228,144,27,173,3,0,171,51,224,54,183,245,2,0,171,19,11,84,7,165,3,0,173,211,149,141,156,126,1,0,174,211,121,167,102,58,3,0,174,19,145,10,64,209,3,0,175,147,48,80,105,127,1,0,176,83,62,68,174,46,3,0,177,83,68,129,131,99,2,0,177,179,41,181,168,136,2,0,177,147,40,118,13,84,3,0,177,115,154,90,95,161,3,0,178,243,85,116,213,248,1,0,178,115,93,250,170,3,3,0,178,211,240,184,209,128,3,0,178,211,151,4,154,201,3,0,180,147,29,94,58,221,2,0,181,19,252,103,123,111,2,0,182,19,6,126,140,140,2,0,182,19,124,84,116,14,4,0,183,211,240,251,119,42,2,0,184,243,79,14,151,150,2,0,184,179,174,6,105,14,3,0,184,211,42,237,195,152,3,0,187,83,74,210,224,43,2,0,187,147,238,182,186,66,2,0,189,51,201,241,8,19,4,0,191,19,41,55,129,197,1,0,191,211,243,97,217,149,2,0,193,115,54,227,252,160,3,0,194,179,124,64,94,159,1,0,195,179,63,133,111,181,3,0,198,83,75,219,53,35,3,0,198,243,45,117,240,205,3,0,199,115,31,129,82,227,1,0,199,211,19,179,38,183,2,0,201,51,137,160,79,185,2,0,201,179,91,79,99,246,2,0,202,83,112,113,72,24,3,0,202,147,175,63,247,162,3,0,203,115,143,242,63,89,2,0,204,179,161,142,202,169,1,0,204,51,153,223,5,144,2,0,204,51,51,13,58,67,3,0,205,19,178,186,68,126,2,0,206,147,117,124,14,26,3,0,207,115,171,61,205,202,1,0,207,179,31,94,251,58,3,0,209,115,44,211,68,111,3,0,209,19,155,148,255,232,3,0,212,211,113,132,225,111,3,0,213,147,160,45,143,128,1,0,213,211,11,49,132,213,1,0,213,179,114,153,250,25,2,0,214,243,78,19,149,193,3,0,216,179,238,89,29,98,3,0,216,179,156,163,193,241,3,0,217,83,109,110,59,152,3,0,220,83,42,116,129,119,1,0,221,211,100,125,19,223,2,0,224,243,229,24,157,175,1,0,224,179,221,203,156,216,1,0,225,51,255,239,169,155,1,0,225,211,70,233,230,98,2,0,226,51,15,66,143,207,1,0,229,19,140,222,17,109,2,0,231,83,235,67,20,117,2,0,231,211,211,190,25,209,3,0,231,243,125,11,133,234,3,0,234,51,136,162,114,176,3,0,235,179,241,148,239,35,3,0,239,147,117,242,180,138,3,0,240,179,59,129,211,65,3,0,241,115,217,186,151,26,2,0,241,115,220,229,252,221,2,0,241,211,223,125,22,40,3,0,243,147,185,72,14,163,2,0,243,179,30,219,116,228,3,0,245,83,6,92,125,238,2,0,248,243,255,96,187,127,1,0,248,51,197,137,237,190,3,0,248,83,197,124,213,211,3,0,249,51,116,95,149,149,2,0,250,179,195,119,168,255,2,0,251,147,51,9,88,181,2,0,252,83,142,243,61,45,2,0,255,83,134,41,32,202,3,0,0,180,61,61,171,32,2,0,0,212,200,214,121,229,2,0,0,20,53,219,233,93,3,0,1,148,160,171,225,240,3,0,2,84,218,231,212,146,1,0,2,84,172,223,123,91,2,0,3,180,137,68,148,116,3,0,4,52,52,161,158,244,1,0,4,84,65,110,198,28,3,0,4,244,42,142,106,160,3,0,5,148,207,90,88,15,2,0,5,20,195,150,249,14,3,0,7,52,182,214,100,163,2,0,9,84,178,98,135,219,2,0,10,148,203,224,127,8,2,0,10,116,6,233,168,34,4,0,10,116,6,233,186,34,4,0,10,116,6,233,204,34,4,0,10,116,6,233,222,34,4,0,11,180,173,164,201,50,3,0,13,244,47,93,243,102,2,0,15,116,45,93,235,180,1,0,17,148,175,12,92,167,3,0,18,180,31,93,147,58,3,0,20,116,51,16,205,209,2,0,20,180,245,48,109,113,3,0,21,20,96,180,1,229,2,0,24,116,196,145,172,247,2,0,27,84,43,209,187,37,2,0,28,20,142,84,83,251,1,0,29,148,31,5,197,152,1,0,30,180,242,247,0,118,1,0,30,52,169,165,171,153,3,0,30,20,57,20,14,21,4,0,31,52,34,40,101,188,3,0,32,148,101,89,206,221,3,0,33,244,103,107,87,40,2,0,37,148,160,216,252,188,1,0,38,116,141,254,195,213,3,0,40,52,122,140,29,145,1,0,40,148,25,109,91,163,1,0,40,244,200,52,254,107,2,0,40,212,168,81,83,221,3,0,41,84,199,63,145,171,2,0,46,148,145,100,235,3,3,0,46,116,183,90,0,131,3,0,49,180,45,60,174,207,2,0,49,20,250,96,20,236,3,0,51,148,186,103,165,252,2,0,51,180,246,226,223,82,3,0,54,52,129,194,247,128,1,0,55,84,3,227,127,177,1,0,55,116,59,184,211,176,2,0,57,148,161,41,52,1,3,0,60,180,57,110,225,238,2,0,63,52,142,0,33,196,2,0,63,20,245,147,85,41,3,0,66,212,225,153,134,193,3,0,67,84,37,34,180,236,1,0,68,52,178,232,185,228,3,0,70,84,184,64,113,197,1,0,70,84,199,58,222,91,3,0,72,20,25,111,207,162,2,0,73,180,221,143,88,229,2,0,75,180,220,54,52,204,3,0,76,52,215,103,118,9,4,0,77,244,117,185,47,67,2,0,77,84,121,2,140,14,3,0,77,52,224,255,155,135,3,0,78,52,225,37,164,123,1,0,78,52,172,167,86,30,2,0,78,212,141,117,142,191,3,0,79,244,115,228,105,145,1,0,79,84,72,210,144,120,3,0,80,52,16,234,47,179,2,0,80,148,232,51,111,185,2,0,81,116,96,242,137,210,2,0,81,180,153,236,76,158,3,0,82,52,194,99,206,119,1,0,83,52,123,172,52,135,3,0,84,116,72,135,11,7,2,0,84,180,189,79,121,107,2,0,84,116,72,135,176,36,4,0,85,148,168,88,130,181,3,0,87,212,11,22,200,99,2,0,87,116,176,188,228,26,4,0,89,180,247,160,78,214,3,0,90,20,170,18,201,117,1,0,91,116,221,144,88,218,3,0,95,52,106,116,112,230,1,0,96,244,30,34,167,230,1,0,98,116,37,81,216,146,2,0,98,212,39,220,186,242,3,0,100,52,210,235,133,18,2,0,100,84,147,203,146,255,2,0,100,212,63,162,190,47,3,0,100,148,13,130,185,214,3,0,101,52,90,244,188,60,2,0,102,52,151,85,171,73,3,0,104,116,102,220,114,105,2,0,109,244,57,126,81,155,2,0,109,212,90,34,28,196,3,0,111,180,171,104,100,8,2,0,111,116,117,189,35,106,2,0,111,20,65,251,133,134,2,0,111,244,97,218,248,152,2,0,112,84,244,190,21,194,2,0,113,20,198,217,249,0,3,0,113,52,247,223,38,121,3,0,114,116,25,99,242,36,3,0,114,84,68,78,221,30,4,0,118,244,31,48,24,226,1,0,118,20,249,32,77,47,2,0,119,84,251,13,250,241,2,0,119,180,239,116,250,28,4,0,120,148,149,184,233,221,2,0,120,212,54,180,18,197,3,0,122,84,194,202,122,78,3,0,123,52,185,4,221,250,1,0,123,244,222,141,24,58,3,0,124,84,44,198,147,149,1,0,126,180,3,171,8,176,1,0,126,148,213,228,10,189,2,0,128,148,242,70,90,151,3,0,129,20,241,94,141,135,2,0,130,148,76,73,140,204,2,0,131,84,110,237,30,22,3,0,131,116,151,224,176,119,3,0,132,52,149,26,48,151,3,0,133,244,96,138,83,145,2,0,133,20,24,81,246,202,2,0,133,244,26,164,99,16,3,0,134,180,204,214,237,247,2,0,134,180,133,90,183,37,3,0,135,180,244,188,44,71,3,0,136,20,180,201,51,81,2,0,137,180,175,58,240,6,4,0,139,84,98,16,114,125,2,0,140,116,61,231,176,137,1,0,140,180,191,230,235,81,2,0,140,148,6,19,92,142,2,0,140,180,227,94,188,73,3,0,140,244,93,122,89,117,3,0,141,148,38,28,222,105,2,0,144,244,53,241,231,146,2,0,144,180,222,223,215,27,4,0,146,52,185,22,252,217,3,0,147,116,2,96,220,218,1,0,147,84,48,186,42,157,3,0,148,212,137,30,198,250,1,0,150,84,193,251,123,126,2,0,151,180,220,245,16,254,3,0,154,212,86,3,137,119,2,0,155,20,10,108,174,176,1,0,159,148,223,149,250,211,1,0,160,244,85,159,160,255,1,0,161,180,232,169,212,199,2,0,161,84,113,76,2,160,3,0,162,20,186,101,236,124,3,0,164,148,75,58,31,53,2,0,164,244,148,229,235,211,2,0,165,244,157,203,64,50,2,0,165,212,111,172,183,74,3,0,166,84,91,199,247,252,1,0,166,180,125,190,202,6,4,0,168,116,230,47,232,204,2,0,168,52,183,94,101,69,3,0,169,84,119,127,201,2,4,0,170,148,39,35,141,147,2,0,171,84,10,227,129,142,1,0,171,116,146,223,167,164,1,0,171,148,130,100,26,231,1,0,172,20,131,163,230,146,3,0,173,148,222,152,183,75,2,0,175,244,29,113,83,169,3,0,176,244,21,10,47,158,1,0,177,212,24,41,29,224,1,0,177,20,52,202,43,186,2,0,178,20,6,171,249,56,3,0,179,212,240,27,150,157,1,0,179,212,240,115,173,193,1,0,179,116,175,75,107,54,2,0,180,20,112,238,204,201,1,0,181,180,118,140,55,103,3,0,183,84,235,212,197,214,1,0,183,244,114,26,63,77,2,0,183,52,58,135,223,109,3,0,186,84,22,18,140,19,2,0,188,212,66,105,47,138,3,0,189,148,28,192,213,219,1,0,190,180,223,103,139,118,1,0,190,20,87,3,119,119,2,0,190,52,86,121,138,223,2,0,190,52,235,21,242,112,3,0,193,20,24,81,198,202,2,0,193,148,199,196,170,29,3,0,194,244,68,145,190,102,3,0,195,52,215,82,75,227,2,0,197,20,15,51,248,37,3,0,197,244,217,86,40,34,4,0,199,116,181,8,135,53,3,0,200,20,140,170,215,13,2,0,200,148,23,192,114,30,2,0,200,84,191,228,32,141,2,0,202,116,242,130,40,21,3,0,203,148,156,122,107,217,2,0,203,20,76,11,190,19,3,0,205,84,119,118,254,105,2,0,205,244,33,165,211,27,3,0,205,116,24,182,231,38,3,0,206,212,121,25,223,7,3,0,207,180,82,241,168,161,2,0,207,148,144,28,7,116,3,0,209,212,224,186,70,0,3,0,211,84,66,85,178,152,1,0,211,52,93,229,128,148,2,0,212,20,197,64,82,217,1,0,212,116,251,28,103,234,2,0,214,180,165,45,21,121,1,0,214,116,212,79,19,160,3,0,215,116,232,179,194,208,3,0,216,84,206,40,26,205,2,0,217,148,121,238,87,228,1,0,223,148,238,182,244,66,2,0,225,180,237,193,29,210,1,0,225,180,37,118,159,210,1,0,225,244,19,89,96,83,2,0,225,180,128,216,100,138,3,0,225,244,43,245,16,225,3,0,226,116,236,179,74,147,1,0,227,84,134,130,59,17,4,0,230,212,116,172,191,126,3,0,232,180,223,112,118,125,1,0,234,212,24,81,23,216,2,0,236,180,76,154,214,173,3,0,238,180,47,228,238,167,1,0,240,52,127,195,242,20,2,0,240,20,187,238,124,224,2,0,241,244,158,52,194,194,1,0,243,52,136,150,162,212,1,0,244,20,44,157,240,30,4,0,245,84,15,62,93,50,2,0,245,20,1,50,71,108,2,0,247,20,156,22,135,186,1,0,248,180,121,98,46,192,1,0,248,244,57,37,14,250,1,0,252,212,92,232,9,26,4,0,253,116,202,189,176,101,2,0,254,52,133,15,65,252,1,0,254,84,93,92,228,120,3,0,255,52,114,135,210,209,3,0,1,213,52,250,185,124,1,0,2,53,173,234,24,204,1,0,2,245,75,27,195,222,2,0,3,117,44,160,22,23,3,0,4,245,31,248,19,133,1,0,4,21,15,22,108,13,3,0,7,245,88,199,98,17,3,0,7,245,115,168,140,228,3,0,10,21,86,127,144,82,3,0,11,245,194,127,121,46,2,0,12,181,124,49,237,181,1,0,15,149,4,230,96,92,3,0,18,149,229,70,184,229,1,0,18,213,57,46,28,89,3,0,20,213,153,144,168,213,1,0,21,213,77,70,118,17,3,0,21,21,203,239,0,52,3,0,22,181,38,69,162,226,2,0,24,213,86,67,148,213,1,0,25,117,213,70,252,202,3,0,26,245,30,169,145,202,2,0,26,85,76,70,95,77,3,0,27,149,59,184,145,174,2,0,27,149,227,22,245,11,3,0,29,85,120,165,77,231,1,0,29,85,120,165,101,231,1,0,29,149,230,212,46,175,3,0,34,149,33,18,113,182,2,0,34,53,112,123,63,239,2,0,37,85,43,222,169,196,3,0,40,21,161,141,91,74,2,0,41,245,53,106,166,35,2,0,42,149,220,15,14,200,3,0,46,245,198,194,52,247,2,0,49,21,72,68,51,171,2,0,49,53,123,128,169,236,2,0,50,149,123,148,9,44,3,0,51,149,143,47,245,237,2,0,51,181,21,67,27,34,3,0,51,21,200,221,186,206,3,0,52,245,29,77,189,106,2,0,52,181,58,22,89,58,3,0,53,117,42,51,129,7,2,0,55,53,88,29,181,148,1,0,57,21,63,194,123,189,1,0,57,53,25,137,196,40,2,0,57,245,21,135,148,58,2,0,58,21,3,241,167,227,2,0,58,117,90,6,200,177,3,0,59,85,1,191,100,221,1,0,60,21,29,219,103,20,4,0,61,85,217,120,32,19,3,0,61,21,140,24,26,184,3,0,62,181,101,109,174,12,3,0,64,53,190,36,242,80,3,0,65,213,20,209,186,35,4,0,66,53,52,129,167,65,3,0,67,149,167,181,136,176,3,0,69,181,201,130,162,185,1,0,69,213,58,12,78,43,2,0,69,21,0,64,128,180,3,0,71,149,98,201,148,146,3,0,73,21,24,81,213,202,2,0,74,213,72,11,239,227,3,0,76,53,230,8,223,190,1,0,79,245,205,100,232,246,2,0,80,21,200,221,180,151,1,0,80,21,17,175,42,135,2,0,81,149,199,160,17,118,1,0,82,21,160,226,75,17,4,0,85,149,213,56,15,134,2,0,88,213,217,0,36,146,2,0,88,181,166,244,214,151,2,0,93,53,59,184,3,183,2,0,93,53,95,201,154,162,3,0,94,181,156,77,73,185,1,0,94,21,91,141,21,220,2,0,94,117,167,42,133,206,3,0,94,21,117,178,103,229,3,0,94,245,53,220,116,245,3,0,98,245,113,206,251,125,3,0,98,117,40,14,101,132,3,0,99,21,38,81,185,149,2,0,100,213,218,224,160,11,3,0,104,21,227,133,148,26,3,0,105,213,76,155,231,130,3,0,106,53,4,86,135,160,3,0,108,213,82,70,250,81,3,0,109,53,58,28,69,69,3,0,109,117,224,247,219,157,3,0,110,245,131,123,222,178,3,0,115,53,28,185,25,106,3,0,117,245,145,204,163,190,3,0,119,181,243,68,249,161,2,0,120,245,171,114,242,90,2,0,120,149,119,97,224,188,3,0,124,181,211,213,189,189,1,0,124,85,60,209,18,157,2,0,126,213,252,120,214,242,2,0,133,149,193,238,225,48,3,0,135,21,74,108,101,167,1,0,136,245,50,73,3,38,4,0,138,117,108,138,151,173,1,0,138,213,44,243,17,248,2,0,139,149,255,144,150,68,3,0,140,149,232,242,168,251,3,0,141,53,221,209,56,168,2,0,141,21,94,132,86,29,4,0,142,85,89,8,205,126,1,0,142,181,109,202,159,228,1,0,142,53,28,29,75,87,3,0,144,181,180,121,199,161,3,0,147,245,150,92,139,84,2,0,147,245,150,92,172,84,2,0,148,181,247,158,75,244,3,0,149,53,94,156,17,17,3,0,152,245,216,51,234,50,2,0,152,21,208,105,154,104,3,0,153,53,114,190,13,77,2,0,155,21,26,3,124,222,1,0,156,245,176,233,185,194,3,0,158,85,69,237,12,171,3,0,158,117,198,59,243,241,3,0,159,53,63,240,2,115,3,0,160,85,2,188,135,2,4,0,161,245,73,186,52,144,2,0,162,21,29,48,154,189,2,0,163,21,203,2,115,154,1,0,163,21,203,2,133,154,1,0,163,53,107,174,254,75,2,0,163,149,76,42,123,234,2,0,163,21,203,2,102,36,4,0,163,21,203,2,118,36,4,0,169,213,25,110,14,2,2,0,169,213,109,243,230,42,3,0,170,245,218,143,66,188,1,0,171,117,210,177,168,171,1,0,171,181,117,103,189,71,2,0,173,21,108,182,161,140,3,0,173,85,3,184,230,187,3,0,175,85,1,129,74,159,2,0,177,213,43,165,226,245,2,0,177,85,236,105,3,159,3,0,177,149,127,72,91,183,3,0,177,213,235,188,122,16,4,0,178,85,98,79,208,102,3,0,179,213,127,154,5,133,2,0,181,245,159,229,53,169,3,0,182,21,137,168,213,127,1,0,182,53,94,210,119,112,2,0,182,181,229,52,32,91,3,0,183,213,196,35,107,77,3,0,184,245,165,172,99,126,3,0,188,245,152,223,57,152,2,0,188,53,123,123,20,253,3,0,191,213,54,245,91,180,1,0,191,149,252,103,143,96,2,0,191,117,10,62,49,196,3,0,191,245,11,146,169,21,4,0,192,117,205,145,112,220,2,0,192,149,179,124,130,200,3,0,193,213,214,58,157,69,3,0,195,85,204,86,67,78,2,0,196,149,38,28,255,42,3,0,197,181,40,241,57,14,2,0,198,213,154,255,80,79,2,0,198,181,195,186,229,141,2,0,198,213,200,195,215,33,3,0,198,213,238,2,222,132,3,0,200,85,3,199,214,66,3,0,201,181,139,133,51,235,1,0,205,245,152,223,43,152,2,0,209,245,88,236,55,156,2,0,210,21,128,143,76,211,3,0,211,53,47,45,13,13,4,0,212,213,127,133,77,105,2,0,212,53,139,250,71,50,3,0,213,149,113,109,101,191,1,0,213,149,142,243,38,28,2,0,213,117,50,55,144,3,3,0,214,53,113,39,222,196,1,0,214,245,14,160,247,48,2,0,215,53,171,229,128,218,2,0,217,21,2,114,127,92,2,0,217,181,232,242,37,176,3,0,218,21,36,253,248,124,2,0,219,117,36,120,124,149,1,0,220,245,255,20,111,151,1,0,221,53,131,167,205,226,1,0,223,85,167,246,152,93,3,0,223,245,48,143,47,10,4,0,224,213,45,248,108,205,1,0,225,213,205,26,241,77,3,0,225,117,13,80,114,174,3,0,226,213,202,78,80,129,1,0,226,53,19,72,65,28,3,0,227,213,149,227,50,38,4,0,230,149,111,235,244,92,2,0,232,21,121,171,146,32,4,0,233,149,87,0,227,195,3,0,234,181,11,8,182,109,3,0,236,213,178,87,27,211,1,0,236,213,40,229,85,129,2,0,236,21,115,54,191,171,3,0,238,53,153,100,197,3,3,0,238,181,238,231,199,71,3,0,238,53,112,17,161,250,3,0,239,181,120,107,34,35,2,0,243,149,203,160,228,160,2,0,244,245,19,200,75,184,2,0,245,181,167,228,49,30,3,0,246,85,23,187,229,75,2,0,246,117,1,129,170,114,2,0,247,181,202,55,172,240,2,0,247,117,25,184,153,84,3,0,249,245,121,156,223,139,1,0,250,213,143,178,206,73,3,0,251,149,205,116,154,132,1,0,252,213,171,201,148,30,2,0,252,149,135,90,207,180,2,0,252,181,6,61,249,132,3,0,253,53,87,24,43,229,2,0,255,21,108,51,139,19,3,0,0,54,64,69,111,251,2,0,0,118,116,227,66,42,3,0,3,22,48,158,115,243,1,0,3,150,8,216,77,26,2,0,5,54,69,21,3,161,1,0,5,86,77,65,39,182,1,0,5,150,141,93,213,34,3,0,7,246,201,67,159,122,2,0,8,182,226,255,122,33,3,0,10,150,225,226,208,171,1,0,11,246,177,93,114,146,1,0,11,86,131,53,163,163,2,0,13,214,116,45,32,221,1,0,14,22,160,63,166,219,1,0,14,22,214,38,168,31,3,0,16,150,54,118,18,209,1,0,16,118,1,239,136,65,3,0,17,54,190,211,75,251,2,0,19,86,245,150,4,237,3,0,21,182,221,102,11,51,2,0,22,22,23,211,8,142,3,0,22,182,197,240,217,170,3,0,26,182,134,173,129,230,1,0,26,86,89,171,4,194,2,0,26,118,132,17,140,166,3,0,27,182,53,102,188,129,1,0,27,54,124,200,77,226,2,0,29,54,135,122,57,206,1,0,29,22,231,49,214,1,2,0,30,118,111,73,80,156,2,0,34,214,214,127,184,131,2,0,34,54,178,209,224,173,2,0,35,54,227,148,130,177,3,0,37,22,233,158,132,75,2,0,37,246,83,73,106,222,2,0,37,22,149,250,136,243,2,0,38,22,189,206,53,141,1,0,38,22,16,146,139,102,3,0,39,182,250,245,98,235,2,0,41,246,197,92,17,39,3,0,42,22,62,99,112,67,3,0,42,246,247,238,57,72,3,0,43,182,9,4,200,115,3,0,45,214,191,59,166,235,2,0,46,246,244,84,117,238,1,0,48,182,59,183,10,74,3,0,49,150,47,18,60,140,1,0,49,22,218,243,153,140,1,0,49,246,117,232,182,107,2,0,49,86,33,15,143,207,3,0,49,150,148,167,125,12,4,0,51,182,238,182,232,67,2,0,51,150,244,106,208,5,3,0,53,54,106,218,129,222,2,0,54,214,242,238,71,164,3,0,55,182,99,0,153,225,3,0,56,86,187,128,135,104,3,0,57,150,57,166,208,214,3,0,58,118,216,113,39,18,4,0,59,246,78,59,223,2,2,0,60,150,39,143,3,47,2,0,61,54,26,81,69,157,2,0,64,214,208,16,22,151,3,0,72,246,181,106,84,115,3,0,75,118,164,98,152,81,2,0,76,54,197,89,18,6,2,0,76,150,158,172,25,64,2,0,78,118,160,166,250,19,3,0,78,246,197,64,198,79,3,0,79,22,211,7,120,140,1,0,79,22,173,184,186,156,2,0,80,246,193,22,165,225,1,0,81,246,192,205,141,137,1,0,81,182,18,240,70,226,1,0,82,54,183,252,213,198,2,0,83,246,43,2,177,171,3,0,84,214,183,213,213,3,3,0,86,22,148,71,226,170,2,0,87,86,129,171,236,72,2,0,89,214,201,226,250,116,1,0,89,182,129,211,50,29,3,0,90,150,52,248,46,108,2,0,91,150,31,99,47,252,3,0,92,214,57,74,61,38,4,0,94,214,246,83,64,13,3,0,95,182,254,190,128,242,2,0,96,182,113,110,30,101,2,0,97,54,28,189,13,126,3,0,97,182,246,233,179,197,3,0,98,22,23,194,214,88,2,0,99,22,212,96,141,203,3,0,100,118,182,249,239,167,3,0,101,22,86,187,168,162,2,0,102,246,181,181,25,252,3,0,104,54,117,220,82,245,2,0,104,22,67,113,83,79,3,0,105,22,110,152,68,193,2,0,106,214,153,223,48,96,2,0,106,118,110,216,28,166,3,0,107,22,16,32,52,218,2,0,109,54,179,232,218,165,2,0,111,86,76,85,116,5,3,0,111,214,229,23,253,128,3,0,114,246,249,250,252,55,2,0,114,86,95,113,111,99,3,0,115,182,83,171,28,88,3,0,115,118,60,164,219,180,3,0,117,150,157,11,88,208,2,0,119,22,152,92,89,155,3,0,121,86,37,211,33,199,1,0,121,182,161,66,234,7,2,0,122,150,205,170,109,170,3,0,124,182,2,75,117,89,2,0,125,22,183,216,225,127,3,0,125,246,158,92,254,3,4,0,125,54,231,40,89,26,4,0,126,54,198,64,117,90,2,0,130,214,6,242,159,82,2,0,132,22,53,237,146,250,1,0,132,246,1,90,123,201,3,0,133,86,109,252,140,128,2,0,134,118,127,156,98,214,2,0,135,118,154,17,212,110,2,0,136,54,95,53,26,140,1,0,136,214,27,115,236,75,3,0,138,214,96,108,81,197,2,0,138,118,130,121,203,116,3,0,138,22,23,92,58,203,3,0,138,182,62,94,104,224,3,0,138,214,215,154,4,23,4,0,139,22,10,206,32,197,2,0,139,86,56,222,188,198,2,0,144,22,197,112,99,131,2,0,144,182,225,181,103,156,2,0,144,214,121,135,188,248,3,0,147,182,208,34,162,15,2,0,147,246,239,146,137,172,2,0,149,54,63,184,134,136,2,0,150,86,18,204,14,2,4,0,151,22,110,105,160,97,2,0,153,246,117,109,246,115,2,0,154,182,43,143,126,58,3,0,155,182,53,92,81,120,3,0,156,22,64,155,224,85,3,0,157,22,72,191,15,98,3,0,158,246,66,173,51,238,2,0,159,150,23,195,129,69,2,0,159,22,133,24,174,255,3,0,160,54,217,166,103,241,3,0,161,182,121,235,76,250,1,0,161,182,247,130,235,114,2,0,162,54,164,203,41,50,2,0,162,182,243,118,233,32,4,0,165,54,46,91,57,121,1,0,165,182,24,81,65,190,2,0,168,150,247,155,15,47,3,0,170,118,191,61,16,49,2,0,170,118,73,54,72,179,2,0,171,54,169,47,183,111,3,0,172,150,52,248,196,105,2,0,173,182,14,6,189,0,3,0,174,86,41,20,72,162,1,0,174,86,202,252,9,121,2,0,174,150,12,20,76,255,3,0,175,118,227,101,192,151,2,0,175,150,41,188,86,73,3,0,176,54,33,195,132,167,2,0,177,246,215,127,124,11,3,0,177,246,180,113,235,133,3,0,178,246,91,69,242,2,2,0,178,118,111,14,82,208,3,0,179,214,36,11,216,120,2,0,183,150,52,248,209,105,2,0,183,86,20,37,11,155,2,0,185,118,122,96,125,161,1,0,187,150,243,32,17,95,3,0,189,118,114,58,122,0,3,0,189,118,35,119,206,18,4,0,190,54,62,218,80,175,1,0,191,214,46,215,136,218,3,0,193,118,247,249,71,232,1,0,193,86,60,227,25,45,3,0,194,246,110,223,202,118,1,0,194,22,203,110,33,68,2,0,194,246,110,51,117,19,3,0,195,182,183,121,241,190,1,0,195,214,176,196,211,119,3,0,196,118,179,159,40,249,3,0,200,54,252,184,40,236,2,0,201,118,141,38,175,127,3,0,202,182,162,80,221,51,3,0,204,182,132,118,63,217,1,0,205,246,146,30,34,29,2,0,207,54,201,17,229,124,2,0,208,118,49,51,57,165,3,0,209,118,38,253,158,234,1,0,211,22,64,151,69,227,1,0,211,118,228,231,104,136,2,0,211,86,191,181,194,226,2,0,212,86,39,24,133,217,1,0,212,118,155,188,42,109,2,0,212,118,50,12,181,24,3,0,213,54,199,174,152,167,1,0,214,86,95,201,206,192,2,0,215,214,24,223,129,27,2,0,215,118,186,186,242,133,2,0,216,150,144,29,92,154,1,0,216,246,81,105,103,124,2,0,217,22,15,96,17,146,1,0,217,246,247,28,100,133,3,0,219,118,125,109,58,182,3,0,219,54,194,214,182,9,4,0,220,150,167,192,170,40,2,0,220,86,153,131,122,58,2,0,220,22,220,187,118,10,3,0,222,214,32,132,123,241,1,0,222,246,136,127,19,217,3,0,223,118,74,3,62,68,2,0,224,182,113,226,5,172,2,0,225,182,24,81,224,189,2,0,225,150,242,66,246,10,4,0,226,54,159,198,23,193,2,0,226,246,71,16,105,157,3,0,228,246,248,182,238,246,1,0,228,54,77,71,103,27,3,0,229,246,72,58,176,160,2,0,232,150,117,243,165,83,2,0,233,54,118,56,224,168,1,0,233,54,231,91,157,152,3,0,233,118,210,236,104,11,4,0,234,246,84,162,114,116,2,0,235,54,59,184,139,183,2,0,236,54,123,183,202,82,3,0,236,182,164,120,164,29,4,0,240,150,142,189,135,185,1,0,240,214,73,70,71,79,3,0,240,246,107,49,176,96,3,0,240,86,49,93,35,28,4,0,243,150,173,199,103,39,3,0,244,22,17,5,234,234,3,0,245,182,44,76,123,253,3,0,247,150,60,218,79,6,3,0,247,214,32,97,184,159,3,0,251,86,62,192,179,169,1,0,251,54,53,52,23,180,2,0,252,86,94,215,79,137,1,0,252,86,245,108,64,54,2,0,252,54,97,229,243,46,3,0,0,247,168,141,100,190,1,0,1,151,234,214,86,38,2,0,2,55,150,229,148,142,1,0,3,247,88,199,145,17,3,0,3,247,244,80,32,208,3,0,4,215,132,54,180,84,3,0,6,119,83,23,168,186,3,0,8,151,94,205,82,181,3,0,8,87,78,1,221,191,3,0,9,247,54,247,95,102,3,0,10,151,49,107,229,9,3,0,10,151,60,62,217,96,3,0,12,151,253,154,164,42,3,0,13,55,194,54,187,13,3,0,15,247,30,39,53,47,2,0,15,119,219,67,230,5,3,0,16,247,181,0,114,243,2,0,16,247,83,23,203,220,3,0,17,151,71,208,192,206,1,0,17,247,72,108,86,214,1,0,17,87,18,192,254,51,2,0,17,55,199,61,5,115,2,0,18,151,156,124,106,119,1,0,18,151,52,248,147,97,2,0,18,55,199,61,217,114,2,0,19,215,181,148,57,240,1,0,19,247,139,191,84,135,2,0,20,55,196,80,249,125,1,0,22,23,99,160,14,175,2,0,23,87,164,155,55,123,1,0,23,87,182,176,252,129,2,0,25,247,143,117,246,241,1,0,25,247,143,117,14,242,1,0,25,151,3,90,223,138,2,0,25,183,39,54,73,243,2,0,27,119,53,81,242,109,2,0,27,215,247,201,164,159,3,0,28,247,34,173,138,168,1,0,29,55,166,188,29,36,2,0,29,183,101,103,215,249,3,0,30,247,103,154,238,32,2,0,31,247,250,67,2,162,1,0,31,23,223,6,59,236,1,0,31,151,9,113,16,222,2,0,33,119,80,246,90,239,1,0,33,23,147,86,190,117,3,0,33,151,210,138,110,196,3,0,34,151,33,15,207,191,1,0,34,151,33,15,222,191,1,0,36,55,54,165,135,5,2,0,39,87,40,194,231,88,2,0,42,55,245,68,52,158,2,0,43,87,10,239,233,165,3,0,44,247,112,33,40,91,2,0,44,215,80,5,42,157,2,0,44,55,46,218,49,48,3,0,46,23,44,167,148,200,1,0,46,23,209,46,88,209,3,0,47,247,28,13,42,13,2,0,48,247,248,236,112,10,2,0,52,183,3,181,105,240,1,0,52,23,129,176,255,68,3,0,54,183,195,16,6,83,2,0,55,55,95,68,184,30,3,0,57,119,121,132,19,116,3,0,58,247,157,250,157,31,4,0,61,87,27,224,41,120,3,0,62,23,59,38,117,140,2,0,63,119,154,18,78,109,2,0,63,215,91,43,168,55,3,0,64,119,1,21,187,248,1,0,64,87,239,249,234,225,2,0,65,87,11,173,225,78,2,0,66,23,167,153,67,58,3,0,68,119,39,38,249,220,2,0,70,55,78,94,243,200,1,0,71,183,43,166,249,182,3,0,72,119,29,145,212,186,3,0,73,151,134,121,81,180,2,0,73,55,90,75,15,189,3,0,76,55,103,255,192,240,3,0,77,119,153,188,124,109,2,0,77,119,115,82,111,7,3,0,77,119,223,124,85,27,4,0,80,151,2,242,208,150,3,0,81,87,99,30,137,47,2,0,81,247,19,51,234,39,3,0,84,215,99,140,250,196,2,0,84,87,198,201,127,212,3,0,86,55,117,71,169,218,1,0,87,119,158,19,4,78,3,0,88,55,45,104,242,29,3,0,89,55,145,211,248,254,1,0,91,247,250,67,24,162,1,0,92,151,139,206,29,208,2,0,92,247,132,80,126,23,3,0,92,119,152,181,124,229,3,0,94,247,237,67,78,222,3,0,95,247,13,177,114,110,2,0,96,151,28,139,31,130,1,0,97,55,205,28,177,134,1,0,98,87,81,243,61,174,3,0,99,215,133,231,5,235,2,0,99,183,243,36,77,34,3,0,99,87,227,173,202,14,4,0,100,55,7,84,184,139,1,0,100,247,221,166,178,175,1,0,102,55,120,152,220,247,2,0,104,247,95,239,164,71,2,0,104,87,30,43,14,50,3,0,107,215,24,212,12,174,2,0,110,247,85,194,8,93,2,0,110,119,146,220,126,86,3,0,111,247,154,185,198,208,2,0,112,87,25,110,13,159,1,0,114,183,115,193,220,216,2,0,114,183,152,6,133,121,3,0,115,119,237,99,238,182,2,0,115,55,150,179,127,114,3,0,116,183,123,132,135,0,2,0,116,119,164,109,193,89,3,0,116,183,215,31,48,106,3,0,116,215,249,42,189,122,3,0,119,151,100,139,130,41,2,0,121,247,227,120,163,204,1,0,122,183,188,109,38,25,4,0,125,119,109,147,167,4,3,0,125,87,74,63,62,191,3,0,126,215,85,180,149,251,2,0,128,87,110,136,211,94,3,0,129,119,138,128,186,121,1,0,130,247,226,128,198,53,2,0,130,215,174,40,220,92,2,0,131,151,193,29,126,190,1,0,133,183,11,74,106,111,2,0,133,247,10,248,173,247,3,0,134,23,52,112,253,45,2,0,134,247,137,185,240,151,2,0,134,247,46,107,208,247,2,0,135,215,65,188,154,29,2,0,135,55,14,245,77,52,3,0,136,87,164,103,171,121,2,0,136,151,24,235,8,64,3,0,139,23,119,186,42,46,3,0,140,119,155,59,110,172,1,0,141,119,242,128,170,200,1,0,143,55,85,221,50,26,2,0,143,183,62,193,183,36,2,0,147,55,116,31,201,239,1,0,147,247,79,25,86,63,2,0,147,215,182,62,43,110,3,0,148,151,33,122,156,197,1,0,149,247,151,33,96,210,3,0,149,151,228,250,63,4,4,0,150,215,64,196,178,230,2,0,152,151,167,161,19,191,3,0,155,183,90,234,255,254,2,0,157,151,171,203,242,248,1,0,159,87,124,190,218,161,2,0,160,119,168,12,153,190,2,0,161,87,192,19,241,226,1,0,163,87,25,3,128,254,3,0,164,87,131,148,149,2,4,0,166,183,165,34,180,255,1,0,166,55,31,172,68,231,2,0,168,151,244,36,197,250,3,0,169,23,220,95,230,244,1,0,171,215,218,212,48,128,3,0,175,119,253,106,175,125,1,0,176,183,48,66,57,66,2,0,177,23,192,176,72,190,1,0,182,247,157,228,169,150,2,0,184,183,217,216,191,118,2,0,185,247,243,80,34,4,4,0,186,183,203,40,35,128,1,0,188,55,32,238,74,38,3,0,192,151,201,112,84,228,2,0,192,151,217,197,154,96,3,0,193,87,143,99,87,247,1,0,193,23,239,91,2,206,3,0,194,119,210,105,142,161,3,0,196,215,139,160,64,180,2,0,197,87,140,91,206,234,2,0,197,215,233,29,225,50,3,0,197,151,229,64,228,160,3,0,198,215,39,149,77,239,3,0,200,87,177,45,66,35,2,0,204,151,37,67,141,62,3,0,205,247,114,26,87,77,2,0,205,151,54,2,9,206,2,0,205,151,38,51,142,164,3,0,206,55,109,67,215,235,1,0,206,55,7,122,22,251,2,0,210,151,54,96,70,2,3,0,211,87,228,229,81,7,2,0,214,87,167,233,189,77,2,0,214,87,152,137,205,188,3,0,215,119,212,47,161,155,3,0,215,119,212,47,178,155,3,0,217,119,174,47,179,156,1,0,217,87,67,208,138,214,2,0,217,55,43,134,9,247,2,0,217,151,59,20,41,27,3,0,217,183,134,13,28,138,3,0,218,183,57,143,160,95,3,0,218,119,235,80,74,156,3,0,221,215,229,5,240,28,3,0,225,119,114,214,28,208,1,0,225,23,209,250,206,230,3,0,227,183,191,238,114,15,3,0,228,87,103,212,49,43,2,0,228,215,123,98,169,70,2,0,228,151,178,191,247,183,2,0,229,55,12,243,39,205,1,0,230,247,213,24,97,162,1,0,231,87,37,37,59,85,2,0,231,151,14,240,172,85,2,0,232,215,188,194,73,49,3,0,233,151,44,52,220,182,2,0,235,183,25,80,235,170,3,0,236,247,225,154,21,212,2,0,237,119,227,251,149,184,1,0,237,247,170,115,104,236,3,0,238,151,219,105,23,123,2,0,238,151,86,130,56,181,3,0,239,215,154,49,150,63,3,0,241,87,235,190,248,236,2,0,241,151,12,28,248,18,4,0,242,215,51,84,216,145,3,0,243,215,131,97,54,9,2,0,245,247,39,81,150,143,2,0,245,183,198,79,99,201,2,0,246,183,56,41,90,46,2,0,246,23,167,103,236,249,3,0,247,151,7,197,206,163,2,0,248,151,2,3,123,214,1,0,249,215,181,25,200,10,3,0,250,215,218,182,235,11,2,0,250,183,237,253,126,237,3,0,251,87,229,126,1,33,4,0,252,55,72,44,80,237,2,0,252,151,227,189,8,96,3,0,253,151,54,136,154,31,2,0,253,183,244,73,150,250,2,0,254,23,190,15,201,85,3,0,0,56,249,181,96,216,3,0,2,56,164,228,114,80,3,0,3,56,171,47,254,69,2,0,3,24,62,159,155,145,3,0,5,152,141,99,96,129,1,0,6,24,35,112,154,196,3,0,8,120,6,244,231,220,1,0,12,152,173,19,251,150,2,0,13,56,184,186,151,131,2,0,13,184,50,246,4,108,3,0,14,248,18,209,230,236,2,0,14,184,126,133,171,188,3,0,15,152,58,66,153,209,2,0,15,184,154,95,13,6,4,0,18,248,18,144,70,198,2,0,21,88,80,245,122,51,2,0,21,152,158,128,167,172,3,0,23,216,116,122,235,141,1,0,23,24,177,174,13,153,1,0,23,184,91,128,185,33,4,0,26,184,24,75,15,57,3,0,26,88,123,74,178,170,3,0,28,184,191,72,250,238,1,0,28,184,199,130,91,162,2,0,30,56,9,237,136,166,1,0,33,56,231,160,221,213,2,0,34,120,14,246,137,190,3,0,35,56,185,132,113,182,1,0,37,216,200,183,202,122,1,0,37,120,201,112,57,2,2,0,37,24,100,183,229,199,2,0,38,184,105,200,118,172,2,0,39,120,251,20,123,121,2,0,40,152,218,178,16,91,3,0,41,88,127,138,248,158,1,0,41,248,35,210,92,166,1,0,41,56,192,78,207,189,1,0,43,56,87,163,148,145,2,0,43,184,101,199,23,141,3,0,44,248,101,126,199,8,2,0,44,24,157,179,42,48,2,0,45,216,26,12,242,255,1,0,45,88,77,244,245,199,3,0,47,216,107,68,26,228,1,0,49,248,71,176,85,170,1,0,49,120,206,48,28,232,1,0,51,184,54,194,50,147,1,0,52,248,183,47,175,239,2,0,53,56,249,207,3,207,1,0,55,120,97,146,181,135,1,0,55,24,114,227,145,243,1,0,59,184,21,211,248,101,2,0,59,248,90,164,35,187,3,0,59,56,127,167,140,36,4,0,60,184,211,173,110,62,3,0,63,120,242,143,16,114,3,0,66,152,25,11,54,87,3,0,69,184,74,220,58,109,2,0,69,88,110,155,48,153,2,0,70,88,223,149,156,41,3,0,70,88,131,121,173,245,3,0,72,120,59,184,232,166,2,0,72,56,158,225,94,8,4,0,76,56,239,179,127,195,1,0,76,152,182,155,219,194,3,0,76,56,0,7,101,237,3,0,82,88,34,56,146,73,3,0,84,152,99,163,40,161,2,0,84,216,75,127,235,218,2,0,86,184,136,51,98,31,4,0,90,88,158,253,46,239,2,0,90,120,169,229,69,130,3,0,91,152,108,208,53,242,1,0,92,120,217,253,198,139,2,0,92,248,245,198,236,144,2,0,94,24,223,66,144,171,1,0,94,24,105,184,182,204,2,0,94,216,16,46,110,109,3,0,95,152,114,156,123,46,3,0,96,216,148,149,94,244,2,0,96,248,0,99,80,32,3,0,99,88,42,15,101,242,1,0,101,56,118,166,205,140,1,0,103,56,67,131,138,235,1,0,103,248,43,141,12,0,2,0,103,120,189,239,124,86,2,0,103,248,178,162,201,31,3,0,103,216,248,66,142,33,3,0,106,120,199,85,34,255,2,0,107,120,193,72,211,242,3,0,109,56,200,202,181,229,2,0,110,184,64,37,74,175,3,0,113,216,108,253,112,178,1,0,115,184,2,131,240,14,4,0,117,152,203,17,221,24,4,0,119,184,50,128,4,246,1,0,119,120,189,25,119,83,2,0,120,24,239,185,121,167,3,0,120,248,254,192,152,227,3,0,121,120,71,231,237,185,1,0,122,152,4,195,61,70,2,0,125,88,183,84,205,112,3,0,127,88,237,156,249,23,4,0,130,120,185,196,84,182,3,0,130,88,209,47,127,203,3,0,133,56,212,123,110,22,2,0,136,216,200,183,181,122,1,0,137,56,90,104,32,240,1,0,137,56,21,192,223,62,2,0,138,56,21,192,88,62,2,0,139,88,25,15,20,218,2,0,141,120,170,200,243,250,1,0,141,88,183,165,71,153,3,0,142,24,49,51,150,201,1,0,143,88,204,168,216,167,1,0,143,56,19,61,158,245,1,0,144,88,151,73,4,231,1,0,145,152,153,223,142,118,2,0,145,120,157,127,23,216,3,0,148,24,8,49,101,100,2,0,149,56,145,61,130,30,2,0,149,56,151,94,59,133,3,0,150,88,222,61,125,81,2,0,150,216,125,67,27,129,2,0,150,88,61,198,75,28,4,0,154,88,10,8,241,238,3,0,154,24,58,158,243,33,4,0,156,56,120,25,33,76,2,0,158,88,28,180,49,90,3,0,159,216,123,3,50,93,2,0,159,152,73,103,42,23,3,0,160,184,37,165,168,43,2,0,161,120,113,27,71,210,1,0,161,152,191,57,68,230,1,0,161,88,130,205,135,247,1,0,161,152,239,22,234,208,2,0,161,24,148,48,6,232,2,0,162,216,35,145,144,12,2,0,163,88,94,202,188,5,4,0,163,24,48,91,233,27,4,0,164,216,153,102,57,175,2,0,167,24,137,13,158,8,3,0,169,88,250,94,196,51,2,0,169,120,87,155,183,140,2,0,170,152,138,219,53,122,1,0,175,24,27,226,223,244,2,0,176,152,129,192,101,38,4,0,176,152,129,192,142,38,4,0,177,88,76,250,191,186,1,0,179,216,124,209,52,244,2,0,179,120,162,203,119,88,3,0,179,88,117,96,58,105,3,0,179,184,94,110,127,207,3,0,180,120,65,66,161,176,3,0,182,184,73,170,104,20,2,0,183,88,205,154,170,127,1,0,183,184,100,56,178,91,2,0,184,88,136,185,181,165,1,0,188,184,48,188,47,183,3,0,189,120,124,153,10,239,3,0,191,248,38,22,80,154,2,0,191,24,37,32,198,236,3,0,195,248,71,212,91,161,2,0,197,24,115,57,211,29,2,0,201,120,160,78,206,126,2,0,204,88,210,199,142,31,3,0,204,24,163,213,33,205,3,0,208,56,101,235,67,40,3,0,209,248,196,179,85,220,3,0,210,216,80,201,213,68,3,0,213,120,130,133,237,192,1,0,213,152,254,125,44,243,3,0,215,56,219,219,222,222,1,0,215,24,53,120,245,128,2,0,216,152,182,65,169,14,4,0,216,184,251,26,123,20,4,0,217,152,255,243,168,126,3,0,218,248,35,227,61,191,1,0,218,184,62,193,209,36,2,0,219,216,112,37,216,169,1,0,219,88,30,1,177,181,1,0,220,24,24,242,216,168,2,0,220,248,0,153,81,8,3,0,220,24,51,111,198,125,3,0,224,184,11,74,157,113,2,0,226,248,125,26,94,14,2,0,226,152,113,52,197,202,3,0,228,184,135,129,122,66,3,0,229,248,50,38,194,97,2,0,230,184,103,80,177,1,2,0,230,24,250,74,73,234,2,0,231,216,222,45,77,225,3,0,232,184,159,243,97,101,3,0,233,152,149,23,122,215,1,0,234,24,2,223,239,158,2,0,237,56,157,66,202,67,2,0,240,216,76,75,11,45,2,0,240,24,22,129,17,82,2,0,240,248,67,9,124,237,2,0,240,216,244,139,34,246,2,0,241,152,24,232,44,247,3,0,242,120,193,155,136,140,3,0,245,248,78,143,2,241,1,0,246,184,116,106,62,196,1,0,246,152,160,113,53,81,3,0,246,152,248,248,195,103,3,0,247,56,4,121,63,159,1,0,247,248,10,143,18,88,2,0,249,88,232,35,192,230,2,0,255,24,70,58,70,189,1,0,0,153,67,44,117,94,3,0,1,25,166,195,44,205,2,0,6,185,57,86,90,206,1,0,7,185,48,49,165,143,2,0,8,217,28,162,61,172,3,0,9,121,108,60,29,195,2,0,9,57,230,36,233,206,3,0,11,217,241,34,124,14,3,0,12,249,234,17,222,115,2,0,13,153,146,12,151,157,3,0,14,217,57,184,19,200,1,0,14,217,133,144,69,98,2,0,14,153,59,99,20,136,3,0,14,121,153,86,102,149,3,0,14,121,192,57,103,242,3,0,15,25,247,150,87,63,3,0,17,89,212,25,122,163,3,0,22,217,203,60,232,193,3,0,25,121,96,236,173,144,1,0,27,249,72,23,203,120,1,0,27,25,33,9,23,226,2,0,27,57,35,241,107,51,3,0,31,57,228,124,44,74,3,0,32,57,41,162,224,119,2,0,33,217,241,16,195,193,1,0,35,217,120,184,29,251,1,0,35,89,185,77,149,30,4,0,37,249,52,134,151,153,2,0,37,153,87,77,241,13,3,0,38,153,238,89,98,113,2,0,39,25,110,105,177,97,2,0,39,89,182,77,244,122,2,0,40,121,63,150,27,99,2,0,40,217,128,251,132,63,3,0,41,121,84,108,91,120,2,0,45,249,205,3,106,176,2,0,45,57,93,148,94,7,4,0,46,89,31,137,171,224,2,0,47,249,147,40,151,123,3,0,48,25,227,143,101,136,1,0,48,121,169,61,42,245,3,0,50,57,31,40,85,245,3,0,52,57,81,134,98,58,2,0,52,89,158,188,1,109,2,0,53,185,203,56,176,156,3,0,56,57,241,181,61,162,3,0,56,89,220,149,255,14,4,0,57,249,96,102,236,66,3,0,58,185,80,5,160,119,3,0,61,121,118,90,69,142,1,0,63,249,235,90,137,146,1,0,64,121,167,103,146,7,4,0,66,25,221,123,172,87,2,0,66,25,101,186,200,146,2,0,67,57,134,202,222,227,1,0,67,153,200,149,24,79,2,0,67,121,130,161,96,212,3,0,69,153,121,126,135,219,3,0,70,121,19,192,178,57,2,0,70,89,237,2,64,88,2,0,70,249,127,2,187,212,2,0,72,153,106,46,78,132,1,0,72,185,220,231,30,234,2,0,75,185,186,44,137,151,1,0,75,185,154,243,149,222,2,0,75,249,125,123,215,155,3,0,78,249,141,67,46,129,2,0,79,57,31,21,141,204,3,0,80,57,186,20,239,62,2,0,80,89,28,126,100,231,2,0,80,121,55,239,205,246,3,0,82,25,69,210,35,163,3,0,84,153,225,152,44,74,2,0,84,153,103,52,230,110,2,0,85,25,230,248,224,77,3,0,86,121,121,177,171,191,3,0,89,89,12,222,94,50,3,0,92,249,85,114,216,121,1,0,93,57,172,220,40,20,4,0,95,89,191,203,75,177,2,0,95,153,109,157,35,146,3,0,98,89,164,155,223,122,1,0,99,25,134,206,13,34,2,0,99,121,19,192,162,57,2,0,100,25,2,119,175,223,1,0,102,217,222,143,16,213,2,0,103,249,55,41,39,124,1,0,103,121,197,66,144,39,2,0,103,89,76,158,2,98,2,0,106,153,102,155,102,126,2,0,110,185,176,157,58,157,3,0,111,217,239,187,72,119,2,0,111,185,124,168,16,1,3,0,113,25,105,28,134,182,2,0,113,185,212,198,219,250,2,0,114,57,112,203,192,158,2,0,117,185,225,151,130,132,2,0,117,153,119,169,210,152,2,0,117,217,151,75,14,196,2,0,118,25,91,61,89,170,3,0,121,25,196,100,243,88,3,0,123,153,44,29,219,225,1,0,128,153,249,104,45,10,2,0,129,153,56,59,197,164,1,0,129,25,41,113,241,222,1,0,129,121,246,221,207,12,2,0,130,89,243,150,223,18,4,0,131,217,125,164,196,216,1,0,132,185,230,33,24,139,3,0,133,121,232,28,227,123,1,0,136,57,105,64,2,139,3,0,137,121,110,181,11,237,2,0,141,25,244,56,148,21,2,0,141,25,40,64,206,175,2,0,141,217,213,13,97,38,3,0,142,217,226,138,36,221,2,0,143,121,18,175,184,252,2,0,143,217,252,214,187,66,3,0,146,121,119,116,85,45,2,0,146,153,84,149,61,108,3,0,147,121,124,6,16,254,2,0,147,121,33,97,200,159,3,0,148,89,161,81,65,244,1,0,148,121,151,192,211,141,2,0,148,185,243,39,134,251,2,0,150,217,26,177,116,74,2,0,150,249,2,133,146,188,3,0,151,57,186,239,141,227,1,0,151,153,109,26,8,10,4,0,152,153,176,53,33,10,4,0,153,153,159,93,112,118,2,0,154,121,226,92,132,226,2,0,155,89,206,54,165,33,4,0,156,121,30,56,130,212,1,0,156,249,47,89,51,86,3,0,157,153,3,139,81,131,2,0,158,217,153,223,251,98,2,0,159,185,251,227,43,157,1,0,159,185,147,115,250,216,2,0,160,249,41,90,41,211,2,0,160,249,86,64,73,129,3,0,161,57,37,29,203,233,2,0,161,249,138,106,158,200,3,0,162,185,28,7,226,234,1,0,162,153,133,232,156,32,3,0,165,249,8,2,254,223,2,0,165,89,248,253,243,29,4,0,169,89,87,59,54,131,1,0,169,153,204,68,119,82,2,0,169,25,156,93,223,210,3,0,170,89,158,185,72,106,3,0,171,217,46,197,64,177,1,0,173,153,120,130,129,153,1,0,174,25,199,183,38,65,3,0,176,153,115,200,131,113,2,0,176,185,37,119,32,170,3,0,177,153,56,93,180,244,1,0,178,89,237,134,186,245,1,0,181,153,136,242,243,216,3,0,182,185,78,166,12,34,4,0,184,153,12,177,48,230,1,0,184,185,196,111,38,21,2,0,184,89,214,176,145,213,2,0,185,185,86,26,11,208,2,0,186,25,76,250,114,143,1,0,186,249,239,147,75,249,2,0,187,57,226,69,245,82,3,0,188,89,109,209,28,120,1,0,189,89,185,147,190,153,1,0,189,89,85,71,159,235,3,0,190,153,202,35,96,220,1,0,190,153,9,171,58,40,2,0,191,25,1,165,212,255,1,0,191,217,236,144,231,180,2,0,192,89,116,175,1,22,2,0,192,249,90,47,163,117,3,0,193,121,220,77,117,165,1,0,193,57,86,100,79,160,3,0,195,185,193,181,140,126,2,0,197,57,102,149,118,238,3,0,198,217,122,77,214,16,2,0,198,185,72,4,36,137,2,0,198,89,166,125,137,253,2,0,200,121,252,223,67,247,3,0,201,185,40,189,202,192,1,0,201,57,136,163,27,232,2,0,202,89,223,144,175,25,4,0,203,121,171,72,200,211,2,0,203,185,55,238,78,19,3,0,204,217,207,169,8,234,1,0,204,185,179,129,77,236,2,0,204,57,140,48,27,193,3,0,206,89,249,130,103,105,3,0,207,25,57,66,70,110,2,0,207,249,172,51,115,231,2,0,210,185,103,144,10,27,2,0,210,185,88,208,241,164,3,0,211,121,113,250,100,133,1,0,211,153,234,231,42,194,3,0,212,121,59,184,161,167,2,0,213,185,228,115,90,87,3,0,216,121,41,21,230,205,2,0,217,25,160,0,30,1,3,0,220,153,224,152,170,73,2,0,221,153,162,116,198,187,1,0,223,153,59,132,91,134,2,0,224,153,211,75,255,192,1,0,224,217,216,187,1,55,3,0,227,185,151,157,171,179,3,0,228,185,239,50,201,251,2,0,230,57,199,117,58,219,2,0,230,185,98,90,236,235,3,0,231,25,148,115,126,77,3,0,231,57,16,251,57,154,3,0,231,121,251,254,27,186,3,0,231,57,230,142,6,27,4,0,236,153,171,107,109,164,2,0,236,89,138,95,6,118,3,0,237,185,29,62,113,42,3,0,238,25,82,246,109,189,2,0,239,57,139,164,198,163,3,0,240,185,131,233,173,8,2,0,241,57,203,13,213,31,2,0,243,153,217,45,85,181,1,0,244,153,52,186,203,168,1,0,245,25,145,16,165,239,1,0,246,121,230,82,172,67,3,0,247,121,120,12,14,10,3,0,247,217,189,105,208,192,3,0,249,185,99,169,246,198,1,0,249,249,160,61,147,22,3,0,250,153,60,217,110,12,2,0,251,25,238,217,129,149,3,0,251,185,134,83,20,241,3,0,252,89,97,231,105,203,2,0,253,185,172,78,59,214,1,0,253,153,110,119,180,226,3,0,255,185,16,196,70,196,3,0,2,250,230,191,103,238,2,0,2,186,94,39,192,154,3,0,5,154,82,2,158,87,3,0,6,250,52,20,240,199,1,0,6,26,85,82,101,48,3,0,6,58,95,249,215,222,3,0,8,250,216,66,240,108,2,0,8,218,203,224,213,226,2,0,8,26,3,218,177,129,3,0,9,122,168,221,38,255,3,0,11,218,139,78,128,173,2,0,11,218,249,91,44,11,3,0,11,90,51,158,244,16,3,0,12,218,200,172,63,196,2,0,12,250,202,22,55,122,3,0,15,218,48,95,109,249,1,0,16,90,227,217,70,163,2,0,16,218,3,21,155,236,2,0,17,90,21,188,68,197,1,0,17,122,120,214,226,159,2,0,17,218,198,95,57,251,2,0,18,250,217,117,76,221,1,0,20,26,4,91,206,0,4,0,21,250,24,70,23,201,2,0,22,26,90,253,218,136,2,0,24,186,8,199,58,233,1,0,27,154,144,45,215,188,1,0,27,58,205,131,26,229,1,0,27,122,18,98,237,235,1,0,27,218,151,178,115,148,3,0,29,58,177,176,43,61,2,0,29,90,129,52,173,213,2,0,31,186,82,80,162,238,2,0,32,122,45,193,224,179,2,0,34,90,59,234,211,148,3,0,35,186,98,225,52,114,3,0,35,90,221,128,112,137,3,0,36,218,185,163,243,137,3,0,37,250,185,184,139,235,3,0,38,26,40,167,68,205,2,0,38,26,185,176,0,85,3,0,38,218,199,56,93,24,4,0,38,218,115,196,51,40,4,0,39,186,43,213,55,34,4,0,40,26,7,244,149,221,1,0,40,26,7,173,27,44,2,0,41,26,189,185,150,178,1,0,42,90,200,114,22,151,1,0,42,186,7,100,6,195,1,0,45,250,18,137,109,241,2,0,47,58,113,29,168,47,3,0,47,90,213,205,192,108,3,0,52,122,59,184,93,168,2,0,52,90,159,218,115,186,3,0,53,250,20,81,250,205,2,0,53,186,21,66,221,144,3,0,54,58,76,55,226,144,1,0,54,154,52,248,14,52,2,0,56,218,210,17,123,131,2,0,56,90,22,81,168,186,2,0,56,90,72,10,137,230,3,0,57,218,201,237,8,30,4,0,59,90,90,185,63,123,3,0,61,250,247,86,146,226,1,0,64,154,192,64,59,153,3,0,65,154,160,46,143,5,4,0,66,122,122,33,22,162,2,0,68,218,244,181,68,26,4,0,69,186,20,249,206,19,3,0,70,26,148,126,179,166,1,0,71,26,164,244,154,182,2,0,71,26,19,225,95,243,2,0,71,58,156,85,28,206,3,0,73,250,231,157,124,159,3,0,74,218,26,177,222,73,2,0,75,58,228,175,114,194,2,0,77,26,250,144,16,208,3,0,80,250,161,184,227,233,1,0,83,122,150,129,227,5,4,0,84,154,164,155,39,132,1,0,84,186,188,229,201,244,2,0,85,58,8,248,97,12,2,0,86,90,141,190,46,212,3,0,87,250,96,213,57,38,2,0,88,186,81,43,84,116,3,0,88,154,212,203,20,204,3,0,90,218,106,38,134,14,4,0,92,154,151,152,69,101,3,0,92,26,195,48,56,2,4,0,93,90,22,81,230,185,2,0,94,90,5,179,194,7,3,0,95,58,116,1,14,171,1,0,95,186,90,226,155,130,2,0,96,250,171,167,217,228,2,0,97,122,76,81,245,78,2,0,98,186,160,214,155,27,3,0,98,122,32,192,44,109,3,0,99,154,33,15,88,249,1,0,100,218,180,159,208,225,3,0,101,90,22,81,96,185,2,0,102,90,50,70,219,201,3,0,102,250,245,73,110,37,4,0,103,90,90,29,135,50,2,0,103,26,41,199,183,185,2,0,104,26,181,153,183,149,3,0,105,122,224,18,142,70,2,0,105,186,157,189,214,98,2,0,105,250,243,210,1,175,3,0,106,90,14,212,155,108,3,0,107,250,46,147,119,209,1,0,107,154,52,248,129,14,2,0,107,58,18,138,249,191,2,0,107,90,255,9,142,238,3,0,109,218,3,206,245,246,2,0,111,58,24,114,217,116,2,0,111,90,184,78,41,174,2,0,114,122,74,193,190,85,2,0,114,218,180,144,235,13,4,0,115,250,45,241,47,120,2,0,116,122,129,130,254,179,3,0,116,122,147,9,25,195,3,0,117,122,133,64,61,180,3,0,118,90,200,114,42,151,1,0,120,58,48,144,190,22,3,0,120,58,185,242,219,250,3,0,122,218,207,46,220,10,2,0,123,154,146,92,154,173,3,0,124,26,180,195,170,46,2,0,124,218,86,111,235,169,3,0,125,154,233,177,201,173,1,0,130,250,164,155,205,129,1,0,130,218,217,68,197,48,2,0,130,218,240,64,114,190,3,0,136,122,211,179,73,200,2,0,136,90,65,120,159,94,3,0,137,186,105,42,45,144,1,0,137,26,30,55,131,189,2,0,137,122,246,130,192,140,3,0,137,250,232,22,61,187,3,0,138,90,218,1,115,204,3,0,140,154,247,58,193,177,2,0,141,26,21,204,29,67,3,0,143,122,237,9,178,110,3,0,145,154,35,248,105,29,4,0,146,218,105,184,68,109,3,0,147,26,238,209,39,61,3,0,147,58,135,222,239,237,3,0,149,250,107,158,244,52,3,0,150,218,6,68,138,143,1,0,150,186,195,109,196,142,2,0,150,186,222,214,56,161,3,0,154,250,69,212,131,117,2,0,154,250,167,131,176,219,2,0,155,122,172,28,227,30,3,0,155,122,133,17,142,66,3,0,156,250,202,126,197,62,3,0,156,250,237,81,202,164,3,0,161,186,62,219,121,127,1,0,161,186,94,203,159,161,1,0,161,90,50,230,138,18,4,0,163,26,161,215,241,160,1,0,163,218,66,36,85,174,1,0,163,122,92,182,158,208,2,0,163,186,115,49,198,162,3,0,163,122,245,168,126,197,3,0,164,218,219,167,249,56,2,0,165,90,40,154,146,48,2,0,166,122,75,60,201,175,1,0,167,90,29,205,248,166,2,0,168,58,171,7,11,184,2,0,168,218,167,237,130,154,3,0,169,218,160,85,125,71,3,0,172,90,186,160,34,242,1,0,173,90,157,84,79,84,3,0,176,122,13,192,125,71,2,0,178,186,191,116,247,225,3,0,180,186,14,13,84,179,1,0,182,218,12,48,179,90,3,0,182,26,35,210,164,141,3,0,186,154,139,104,92,42,2,0,187,154,20,186,9,251,1,0,187,250,104,63,73,93,2,0,187,90,204,3,130,1,4,0,189,90,122,3,194,199,1,0,190,122,130,235,112,241,1,0,191,250,133,168,124,12,2,0,193,250,124,53,230,162,2,0,193,122,23,200,53,14,4,0,194,154,44,147,210,176,3,0,195,90,98,207,111,77,2,0,197,250,91,201,54,97,2,0,197,90,204,240,250,170,3,0,198,154,53,95,47,141,3,0,199,26,224,16,177,76,2,0,199,26,159,119,134,99,3,0,199,90,104,120,242,115,3,0,200,58,51,182,40,164,3,0,203,90,138,63,121,210,1,0,204,90,9,146,170,11,2,0,204,154,165,64,77,100,3,0,207,218,235,76,18,25,3,0,208,154,226,43,31,214,1,0,208,186,47,243,212,227,2,0,209,58,0,28,28,138,2,0,209,58,216,189,49,210,3,0,209,154,56,151,255,235,3,0,211,186,87,195,123,49,2,0,212,154,156,79,27,244,1,0,214,250,69,178,55,227,1,0,214,218,36,121,17,65,3,0,215,122,76,234,206,104,2,0,215,218,83,26,48,37,3,0,216,90,132,86,81,187,1,0,218,218,149,24,67,74,2,0,218,218,135,0,229,132,2,0,218,58,73,50,63,13,4,0,221,58,179,172,232,204,1,0,222,58,197,51,145,57,3,0,223,122,44,224,34,233,1,0,224,250,240,237,233,195,2,0,224,122,211,130,78,136,3,0,226,250,163,26,191,204,3,0,227,58,125,160,195,1,2,0,227,186,245,198,148,139,2,0,232,218,4,183,155,160,3,0,233,154,96,100,171,58,2,0,233,122,145,6,7,133,3,0,236,218,147,41,133,180,2,0,237,26,108,186,192,138,1,0,238,122,109,112,35,44,3,0,238,122,38,76,47,232,3,0,240,186,231,63,236,103,3,0,243,26,231,85,177,200,3,0,244,218,95,73,169,64,3,0,245,26,141,252,1,191,3,0,245,90,194,19,73,240,3,0,246,186,144,40,75,229,1,0,246,122,67,253,53,28,4,0,247,26,5,74,155,45,2,0,248,186,236,145,20,171,2,0,248,250,127,98,22,109,3,0,249,26,79,115,116,82,3,0,249,90,45,20,169,185,3,0,251,58,149,188,37,141,1,0,251,218,196,9,147,179,2,0,252,26,59,184,136,184,2,0,252,26,191,236,77,3,3,0,254,58,67,83,218,232,1,0,254,218,66,216,101,136,3,0,1,187,48,112,68,146,1,0,3,251,190,247,42,14,3,0,3,155,246,10,42,115,3,0,3,155,242,164,80,133,3,0,4,219,28,162,36,172,3,0,5,27,31,254,73,238,1,0,6,155,20,15,122,43,3,0,6,27,140,83,121,236,3,0,10,219,174,108,34,7,4,0,11,155,107,225,226,135,2,0,13,59,96,23,39,254,2,0,14,155,63,223,172,0,2,0,14,27,99,121,68,12,2,0,15,219,65,122,193,108,2,0,15,59,57,106,54,223,3,0,17,155,249,182,28,155,1,0,18,219,206,47,76,186,1,0,18,219,195,239,234,85,2,0,18,91,208,42,211,63,3,0,19,187,160,145,64,96,3,0,19,59,248,231,129,220,3,0,22,27,235,97,68,106,2,0,24,251,64,134,227,209,2,0,27,123,190,57,191,237,3,0,30,59,220,12,126,212,2,0,30,187,203,211,58,199,3,0,32,91,26,102,4,167,1,0,33,251,216,196,183,40,3,0,34,123,5,253,160,107,2,0,36,91,55,227,20,182,1,0,37,251,37,150,115,126,1,0,38,155,24,7,224,152,1,0,43,59,86,149,145,75,3,0,43,251,202,134,208,135,3,0,48,27,26,249,23,164,3,0,49,59,111,165,66,46,2,0,51,219,138,182,247,159,3,0,51,91,149,243,245,20,4,0,52,91,158,153,101,227,1,0,52,123,36,31,107,152,3,0,52,59,159,18,126,224,3,0,54,59,191,238,180,203,1,0,54,91,142,105,227,20,4,0,55,123,121,215,94,82,2,0,55,91,200,45,221,230,3,0,56,27,99,223,155,151,3,0,56,251,171,205,6,198,3,0,60,123,92,232,30,93,3,0,62,187,49,81,48,114,2,0,62,91,89,27,20,61,3,0,63,251,138,112,182,77,3,0,63,91,53,230,102,84,3,0,64,251,36,156,8,96,2,0,64,59,208,47,112,195,3,0,65,27,139,224,100,245,2,0,66,59,110,134,73,214,2,0,66,59,208,47,96,195,3,0,67,59,3,71,175,195,2,0,67,219,23,228,156,25,4,0,71,91,242,143,172,243,2,0,71,59,208,47,126,195,3,0,72,155,235,78,49,34,2,0,73,59,78,178,101,94,3,0,73,187,119,216,31,169,3,0,76,155,32,68,192,225,2,0,78,219,244,198,33,92,2,0,79,187,125,188,86,222,2,0,84,187,61,196,242,171,2,0,85,91,170,41,163,10,3,0,86,251,24,39,3,55,2,0,86,91,107,10,158,61,2,0,86,59,117,129,103,254,2,0,87,91,45,189,33,131,1,0,89,59,83,33,130,245,3,0,89,251,108,192,200,245,3,0,91,27,179,122,122,235,2,0,92,123,106,170,210,145,2,0,93,187,175,145,120,39,2,0,94,123,47,238,44,46,2,0,95,59,153,181,103,78,2,0,95,155,107,198,4,234,3,0,97,123,198,104,54,243,1,0,99,91,253,58,121,147,3,0,100,219,62,113,162,202,2,0,100,91,175,129,239,9,4,0,102,27,64,127,229,44,3,0,103,91,202,147,194,158,3,0,103,219,93,179,145,244,3,0,104,187,26,225,54,243,2,0,105,187,93,212,54,226,1,0,105,187,109,10,31,145,3,0,106,219,174,227,109,169,1,0,106,187,104,169,58,195,3,0,110,91,164,155,41,123,1,0,110,91,17,106,181,216,2,0,113,219,213,230,47,45,3,0,114,251,74,172,228,125,1,0,115,219,138,116,132,170,3,0,117,219,211,236,42,198,3,0,119,155,195,4,193,137,1,0,119,27,13,162,74,80,2,0,122,187,140,243,216,214,1,0,122,27,4,20,167,237,2,0,122,219,230,73,85,254,3,0,124,251,226,123,218,197,1,0,124,155,141,51,231,234,2,0,124,123,20,150,249,145,3,0,125,219,55,239,252,227,2,0,126,187,16,43,126,55,2,0,128,251,37,150,56,127,1,0,128,251,122,148,253,129,3,0,128,155,75,234,1,219,3,0,130,251,50,176,210,64,3,0,131,251,35,178,77,153,1,0,132,27,162,6,27,71,2,0,132,219,101,173,47,0,4,0,133,219,2,106,161,98,2,0,134,123,183,250,42,229,3,0,136,59,200,114,160,151,1,0,137,123,52,30,216,156,1,0,137,251,147,227,103,175,3,0,138,59,138,238,179,126,1,0,139,123,138,75,124,64,3,0,140,219,134,53,67,222,2,0,140,155,165,212,173,5,4,0,142,251,111,49,24,62,2,0,145,59,25,54,146,204,1,0,145,59,108,143,227,64,2,0,147,59,83,120,60,212,3,0,149,219,45,150,118,1,3,0,149,91,81,190,94,107,3,0,149,187,132,201,110,144,3,0,150,59,251,53,102,225,2,0,151,123,54,130,99,117,1,0,152,187,119,110,102,173,1,0,152,91,71,64,152,13,2,0,154,219,235,168,201,52,3,0,155,155,226,81,250,127,3,0,157,251,121,108,40,18,3,0,157,155,101,219,212,37,3,0,158,59,154,166,198,230,1,0,158,251,237,56,244,73,2,0,158,59,51,39,226,219,2,0,158,251,251,121,142,19,4,0,159,187,94,115,58,119,1,0,161,123,72,134,60,162,2,0,161,187,48,141,141,11,4,0,163,251,224,182,90,197,1,0,163,59,167,83,136,105,3,0,164,155,242,55,201,178,1,0,164,155,116,238,214,2,4,0,167,59,42,231,1,231,2,0,168,187,26,177,86,75,2,0,169,123,131,127,79,205,1,0,169,251,187,222,118,207,2,0,170,219,74,219,149,91,3,0,178,123,129,215,52,33,3,0,179,187,64,210,67,193,3,0,180,219,61,185,219,153,2,0,183,219,204,180,196,157,2,0,184,123,254,82,107,175,1,0,184,155,31,147,0,227,1,0,185,91,186,39,72,150,2,0,186,219,153,223,227,100,2,0,189,59,79,29,178,51,2,0,192,123,185,213,224,17,2,0,193,123,232,82,169,107,3,0,194,91,100,55,249,184,1,0,195,27,103,234,137,231,1,0,195,123,222,105,130,97,2,0,196,155,18,58,158,237,1,0,196,155,139,95,143,198,2,0,196,155,106,63,193,213,2,0,196,27,1,102,43,250,2,0,196,219,134,106,67,17,3,0,197,91,81,141,37,5,2,0,198,27,148,165,102,103,2,0,198,219,152,223,126,204,2,0,199,251,251,168,62,199,2,0,201,59,24,81,194,195,2,0,203,219,148,172,197,225,1,0,203,123,227,57,214,71,2,0,204,91,46,190,121,24,3,0,205,27,46,128,8,157,3,0,206,27,166,119,65,124,1,0,207,59,27,11,112,250,3,0,207,59,197,219,149,6,4,0,208,27,178,96,139,248,1,0,208,251,91,219,41,108,3,0,209,187,91,172,9,126,1,0,210,187,163,234,140,17,4,0,212,187,51,201,225,29,4,0,213,251,143,16,254,11,2,0,215,251,193,115,197,175,3,0,216,91,30,206,169,182,1,0,217,187,193,20,173,163,3,0,218,59,99,2,29,246,3,0,219,187,213,214,32,191,2,0,219,187,65,231,68,207,2,0,219,27,113,66,59,244,3,0,222,27,75,184,221,226,1,0,222,187,239,115,37,247,1,0,222,123,13,12,225,134,3,0,223,59,31,12,87,233,2,0,224,219,107,7,182,55,2,0,224,123,250,193,126,79,2,0,224,27,27,95,249,87,3,0,225,251,21,19,254,204,3,0,227,27,15,211,124,226,3,0,229,59,48,42,97,118,3,0,229,91,164,24,21,218,3,0,232,187,2,94,181,142,1,0,232,155,67,198,69,171,1,0,236,219,113,244,44,209,1,0,236,123,27,31,68,82,2,0,237,27,55,162,199,129,2,0,238,219,81,222,30,230,2,0,239,187,211,132,1,225,1,0,240,59,189,109,47,101,2,0,240,27,131,53,155,164,2,0,241,123,173,203,145,37,4,0,242,59,245,46,83,20,2,0,243,123,223,168,184,4,2,0,243,187,18,156,22,228,2,0,245,251,7,134,153,156,1,0,245,187,43,1,10,215,1,0,245,155,200,46,239,101,3,0,247,59,111,9,36,84,3,0,247,59,223,22,211,21,4,0,248,27,114,13,238,54,2,0,249,123,131,146,198,232,2,0,251,91,208,46,83,11,2,0,253,251,80,182,59,95,3,0,253,123,62,228,142,31,4,0,255,251,47,81,104,119,2,0,0,28,142,131,250,152,1,0,1,28,188,77,214,103,3,0,1,220,162,245,121,178,3,0,4,60,67,117,187,65,3,0,6,92,247,170,155,240,1,0,7,156,221,56,218,197,2,0,7,220,14,29,236,223,2,0,10,60,100,32,195,142,1,0,10,188,164,186,205,64,2,0,11,124,218,197,204,25,3,0,16,188,30,81,29,135,3,0,17,28,77,193,74,126,3,0,17,252,78,109,110,10,4,0,18,252,20,25,24,139,2,0,18,124,105,131,223,106,3,0,18,60,116,206,60,240,3,0,19,156,232,17,25,87,2,0,19,156,255,58,41,82,3,0,21,252,93,151,183,83,2,0,22,28,150,17,129,196,2,0,22,124,101,68,24,209,2,0,22,188,209,81,157,89,3,0,23,92,74,152,202,123,3,0,27,92,37,159,117,118,1,0,27,220,29,167,206,234,1,0,29,28,203,248,242,35,4,0,30,124,61,100,72,75,3,0,31,156,167,18,239,146,1,0,31,156,44,81,140,121,2,0,36,60,14,37,66,207,3,0,37,188,84,244,209,242,1,0,37,28,174,121,87,32,2,0,37,92,22,81,170,171,2,0,37,220,245,102,24,9,4,0,38,92,192,178,7,163,1,0,38,92,172,208,191,227,1,0,39,60,24,192,58,29,2,0,40,92,227,192,5,145,2,0,41,124,191,230,36,123,3,0,45,92,67,200,230,134,1,0,45,92,148,172,125,60,3,0,46,92,6,112,65,127,2,0,47,252,60,22,222,102,3,0,49,60,124,117,206,55,2,0,50,60,124,176,100,19,2,0,50,28,104,182,140,89,2,0,51,124,109,254,238,244,3,0,52,28,132,224,82,33,3,0,53,60,27,241,111,84,2,0,53,92,72,28,5,158,2,0,54,92,244,225,184,191,2,0,54,220,45,168,33,77,3,0,59,188,17,81,33,33,2,0,64,188,134,208,78,234,1,0,67,220,15,99,203,19,4,0,68,156,91,108,96,209,2,0,69,156,51,60,7,129,2,0,69,156,83,51,240,34,4,0,70,60,213,179,73,124,2,0,70,188,202,157,29,125,3,0,71,188,92,69,226,83,3,0,72,188,186,56,228,200,3,0,73,60,12,16,47,249,1,0,81,156,246,16,230,148,1,0,90,124,70,126,191,152,2,0,90,220,16,189,188,21,4,0,93,156,97,11,48,245,2,0,94,28,180,25,42,29,4,0,95,252,139,115,118,48,2,0,97,60,113,222,19,41,2,0,98,28,68,12,130,25,3,0,99,60,163,129,209,168,3,0,100,156,74,223,245,26,2,0,101,252,27,73,68,254,1,0,101,124,11,247,135,83,3,0,102,252,159,214,124,181,1,0,103,188,204,94,6,33,2,0,103,28,24,81,142,199,2,0,103,92,229,144,195,239,2,0,105,220,153,223,16,101,2,0,105,220,156,191,32,32,4,0,107,220,49,47,171,68,3,0,107,92,11,111,1,124,3,0,108,156,170,44,241,16,4,0,110,124,153,193,63,57,3,0,110,156,238,177,0,137,3,0,112,28,153,223,98,150,2,0,112,60,247,218,130,227,3,0,113,188,237,195,45,1,4,0,114,28,84,124,105,151,2,0,116,252,148,253,104,88,2,0,117,252,128,176,73,160,1,0,117,188,106,40,250,144,3,0,119,188,3,62,234,232,3,0,120,60,21,192,42,62,2,0,123,252,155,74,127,205,2,0,126,124,150,165,95,146,3,0,127,188,35,12,145,46,2,0,128,156,180,14,189,169,2,0,129,188,58,148,48,16,2,0,130,188,23,52,57,184,2,0,131,92,76,158,149,49,3,0,131,28,190,146,98,128,3,0,132,156,71,157,15,114,2,0,134,124,161,94,134,20,3,0,135,124,76,81,223,51,2,0,135,92,139,62,93,125,3,0,136,60,49,194,178,86,2,0,136,156,214,158,139,22,4,0,137,28,70,148,19,86,3,0,139,124,204,154,212,230,1,0,139,60,93,218,10,92,3,0,140,28,55,100,252,153,2,0,143,92,183,203,189,227,2,0,143,188,51,53,18,13,3,0,144,60,124,219,69,93,3,0,145,28,176,53,190,218,1,0,150,252,133,38,152,148,2,0,151,28,45,31,176,101,3,0,151,252,116,122,32,16,4,0,152,60,155,114,226,26,2,0,152,60,213,100,24,224,3,0,153,124,175,19,162,232,2,0,153,220,102,49,70,10,4,0,154,252,73,68,173,131,1,0,154,124,3,125,166,48,3,0,154,60,109,215,12,145,3,0,155,220,67,162,105,106,2,0,155,220,146,70,189,109,2,0,155,252,45,117,209,223,3,0,156,252,53,8,96,186,1,0,162,188,38,165,81,97,2,0,162,92,227,186,41,123,2,0,164,220,84,61,183,161,1,0,164,28,208,186,230,99,3,0,165,220,117,52,72,148,2,0,166,220,198,232,166,35,4,0,167,60,180,131,14,221,2,0,169,220,152,223,146,203,2,0,171,60,0,219,49,241,2,0,173,60,165,0,141,71,2,0,173,156,206,218,23,105,2,0,176,92,145,204,162,172,1,0,177,28,213,13,89,35,2,0,178,188,99,26,245,26,4,0,179,92,89,65,12,201,1,0,179,220,39,80,154,0,2,0,179,220,188,111,143,37,3,0,181,92,124,145,174,251,2,0,182,28,129,54,122,248,3,0,183,252,184,37,20,81,2,0,183,124,172,183,126,34,4,0,184,252,182,144,36,243,1,0,186,28,46,233,28,136,1,0,186,220,153,215,171,23,2,0,186,92,251,202,228,60,2,0,188,188,153,119,121,117,1,0,188,60,225,219,142,94,3,0,190,188,236,189,7,105,2,0,190,220,152,223,132,203,2,0,193,220,153,223,234,101,2,0,194,220,58,129,106,135,1,0,194,188,200,134,117,184,2,0,194,28,51,45,135,248,2,0,194,188,100,57,4,199,3,0,195,220,245,45,137,245,2,0,196,60,234,14,66,120,2,0,197,156,138,24,22,101,3,0,199,156,27,236,19,144,2,0,199,156,127,95,205,206,3,0,199,28,71,12,132,32,4,0,201,156,238,230,198,205,2,0,201,220,39,154,103,40,3,0,203,60,196,226,99,32,3,0,203,28,223,71,193,75,3,0,204,124,130,124,136,159,1,0,204,220,178,98,126,236,2,0,206,124,205,224,238,13,2,0,207,252,61,71,141,136,3,0,208,60,27,188,204,30,3,0,210,124,47,253,33,133,2,0,212,220,42,253,244,231,2,0,212,156,232,93,91,113,3,0,213,92,22,208,142,230,2,0,213,220,239,153,192,199,3,0,214,156,1,87,156,4,4,0,215,60,93,219,186,212,1,0,217,28,37,173,249,189,2,0,218,252,77,255,225,78,3,0,218,28,146,55,140,147,3,0,224,188,194,86,59,246,2,0,225,124,15,93,152,62,2,0,225,156,10,23,162,74,2,0,225,220,250,86,106,209,3,0,227,60,153,160,174,201,1,0,228,252,72,14,86,97,3,0,229,60,49,4,103,222,1,0,229,156,117,205,15,65,2,0,229,60,205,189,123,101,2,0,230,28,115,139,237,176,1,0,231,252,121,119,27,12,4,0,232,124,73,148,183,171,1,0,232,252,16,167,224,172,2,0,233,124,170,140,145,205,1,0,234,220,20,177,111,182,3,0,235,220,168,203,190,208,1,0,237,92,151,102,150,194,1,0,238,188,251,2,215,139,2,0,240,156,1,150,184,235,2,0,241,252,139,152,61,83,3,0,243,124,134,24,20,33,3,0,245,92,132,253,138,197,2,0,246,60,21,141,111,54,3,0,247,28,220,86,201,224,1,0,247,252,220,163,138,157,2,0,247,92,191,150,220,246,3,0,248,252,154,148,81,24,2,0,250,124,176,229,211,34,2,0,250,220,37,178,72,56,3,0,251,28,160,96,16,126,2,0,251,60,124,227,128,55,3,0,252,92,63,195,91,14,3,0,253,252,86,26,249,207,2,0,253,220,135,233,34,233,2,0,0,125,5,46,18,7,4,0,1,253,188,247,103,166,2,0,2,61,216,12,204,100,3,0,3,157,233,88,165,139,1,0,3,93,155,118,127,144,1,0,5,189,83,157,37,149,3,0,6,253,131,188,49,124,3,0,7,189,219,47,218,211,2,0,9,93,24,81,199,194,2,0,10,61,125,30,118,208,1,0,10,61,154,213,178,211,1,0,11,61,50,35,162,134,2,0,11,29,93,238,217,251,3,0,12,125,104,117,128,166,2,0,13,29,91,83,178,208,2,0,15,61,120,89,53,215,3,0,17,29,0,88,245,76,3,0,19,61,66,175,112,188,1,0,20,29,148,116,201,136,1,0,22,253,16,43,18,56,2,0,23,253,118,34,73,127,1,0,25,125,226,220,213,15,2,0,25,221,84,224,113,26,3,0,30,157,32,98,232,138,3,0,30,157,76,34,102,226,3,0,31,221,94,81,41,145,1,0,32,61,3,216,173,149,1,0,32,93,173,216,189,187,3,0,33,61,139,41,173,123,3,0,36,189,39,81,215,134,2,0,36,253,239,242,185,233,2,0,36,93,202,233,99,23,3,0,37,253,235,105,183,7,2,0,37,157,86,228,181,163,2,0,39,93,84,91,45,165,3,0,39,61,100,28,1,235,3,0,41,125,197,128,44,184,3,0,41,61,9,89,234,201,3,0,42,157,45,218,167,252,3,0,43,125,241,204,238,143,1,0,43,189,230,255,214,33,2,0,44,189,150,233,118,125,3,0,45,253,154,128,207,9,4,0,47,93,219,22,105,145,2,0,48,157,142,52,52,190,1,0,49,221,54,123,233,104,3,0,49,221,195,71,118,28,4,0,50,189,223,12,79,151,2,0,50,221,170,58,127,76,3,0,53,221,111,144,18,16,2,0,55,253,107,44,130,243,1,0,56,253,52,10,9,174,1,0,56,61,39,3,36,189,1,0,57,157,191,131,86,21,3,0,58,125,106,17,171,170,1,0,58,157,16,181,157,63,2,0,61,29,69,109,112,24,4,0,62,189,68,23,125,181,2,0,63,221,123,67,248,151,1,0,63,125,82,234,42,237,2,0,64,61,185,9,28,202,2,0,64,125,120,104,165,254,2,0,64,61,223,52,65,21,3,0,64,61,116,178,132,81,3,0,66,61,105,78,119,120,1,0,67,253,15,32,223,230,2,0,69,61,233,183,17,255,3,0,71,61,48,143,93,56,3,0,72,157,247,126,201,248,2,0,72,221,122,176,119,69,3,0,72,221,117,72,134,80,3,0,72,189,208,233,121,92,3,0,73,189,219,189,89,216,2,0,73,157,173,228,124,221,2,0,78,29,58,226,250,206,3,0,80,61,34,166,9,233,2,0,84,29,143,235,83,168,3,0,85,221,19,192,90,56,2,0,85,189,123,129,125,68,2,0,86,157,7,75,70,228,1,0,88,61,6,112,94,182,1,0,89,29,221,98,35,190,3,0,90,253,220,152,81,175,2,0,90,61,17,95,150,99,3,0,91,189,45,46,178,119,1,0,91,189,30,57,213,157,2,0,92,253,172,14,163,169,2,0,95,29,237,157,128,194,1,0,95,253,187,92,144,220,1,0,95,189,173,85,23,32,3,0,96,221,92,125,23,120,2,0,98,189,227,75,134,129,3,0,100,29,59,184,212,183,2,0,100,221,42,118,127,205,3,0,101,61,86,138,195,200,1,0,101,157,163,120,63,228,3,0,103,221,58,212,59,229,1,0,103,29,13,42,179,12,4,0,104,93,38,230,142,234,2,0,104,29,45,86,10,155,3,0,105,221,220,148,115,36,3,0,105,157,96,185,168,132,3,0,106,221,171,29,184,133,3,0,107,157,170,32,188,190,1,0,107,157,15,142,136,240,3,0,108,253,170,110,57,249,2,0,111,61,241,106,143,148,3,0,112,61,164,155,71,125,1,0,112,157,254,159,80,232,2,0,116,61,101,6,151,72,2,0,117,29,174,217,116,59,2,0,118,93,181,206,121,193,2,0,118,125,192,7,38,118,3,0,119,221,121,240,192,176,1,0,120,157,197,38,18,42,2,0,123,61,6,66,206,109,2,0,123,221,172,150,158,178,3,0,124,253,176,142,219,200,1,0,125,61,217,53,255,65,2,0,125,29,2,242,28,43,3,0,126,125,71,227,81,236,1,0,127,29,100,46,215,35,4,0,128,61,191,83,103,79,3,0,129,157,114,43,166,0,3,0,130,61,22,156,177,68,2,0,130,61,132,74,98,187,3,0,131,93,226,158,105,8,3,0,131,253,54,11,159,180,3,0,133,93,173,42,189,206,2,0,134,125,241,238,135,9,4,0,136,221,85,88,232,192,3,0,137,253,7,82,113,151,3,0,138,93,123,254,23,71,3,0,138,93,154,184,77,24,4,0,139,189,76,81,50,31,2,0,139,61,122,49,247,61,2,0,140,253,7,30,147,115,3,0,141,93,250,12,114,3,2,0,144,253,205,253,50,8,2,0,145,157,90,39,52,30,4,0,146,125,66,119,152,214,2,0,146,253,205,83,221,166,3,0,147,253,207,125,33,54,3,0,152,125,113,131,96,169,2,0,152,253,252,75,117,183,3,0,153,157,228,187,129,220,2,0,153,125,0,13,232,241,2,0,153,157,153,168,188,176,3,0,154,61,158,119,105,239,1,0,156,189,108,207,251,165,3,0,156,125,212,176,90,5,4,0,161,61,173,20,97,130,1,0,161,61,144,119,207,166,3,0,162,221,100,253,45,136,2,0,162,93,151,40,93,166,3,0,164,93,207,205,33,14,4,0,164,93,241,157,59,16,4,0,165,61,40,163,149,196,2,0,166,93,252,34,225,14,2,0,166,125,9,33,95,47,2,0,166,189,215,134,249,21,4,0,167,253,130,4,232,0,3,0,168,125,35,5,221,215,1,0,169,93,67,195,209,20,3,0,170,61,61,158,50,79,3,0,171,29,84,14,243,174,1,0,171,125,10,47,97,215,3,0,172,29,141,76,152,20,3,0,173,221,220,157,89,241,1,0,174,29,40,60,17,178,1,0,176,29,0,188,117,200,2,0,177,29,94,71,173,164,2,0,177,189,225,128,243,169,2,0,177,221,14,121,235,176,3,0,178,61,60,112,29,60,3,0,179,253,208,2,133,125,2,0,179,253,70,232,151,138,2,0,180,221,50,239,198,113,3,0,180,253,209,188,204,198,3,0,181,221,0,40,53,43,3,0,181,93,191,3,95,3,4,0,182,189,127,171,183,147,3,0,185,189,88,85,137,129,2,0,186,61,196,22,198,193,2,0,186,29,54,7,248,39,4,0,187,157,2,155,138,225,1,0,187,189,140,176,24,0,4,0,188,125,153,203,116,18,3,0,191,29,79,96,130,10,2,0,192,61,208,19,248,146,2,0,192,189,22,229,204,252,2,0,192,189,21,9,121,27,3,0,194,29,161,125,200,107,3,0,195,29,162,128,106,86,3,0,196,29,66,31,26,143,1,0,197,253,111,195,128,106,3,0,199,221,203,221,105,180,1,0,199,93,206,201,223,203,1,0,201,157,152,236,208,249,2,0,204,125,14,199,42,13,3,0,206,157,23,253,144,208,1,0,206,93,213,64,87,152,2,0,206,93,182,37,46,31,4,0,208,93,139,160,14,136,1,0,209,125,123,184,234,196,2,0,210,189,46,54,194,224,2,0,212,93,202,239,167,253,1,0,212,253,209,73,224,74,3,0,213,189,41,188,4,117,2,0,215,93,168,5,36,223,2,0,216,157,145,220,89,233,3,0,218,189,148,211,240,232,2,0,218,189,71,66,159,244,2,0,218,189,193,106,141,192,3,0,221,253,231,113,132,229,1,0,223,253,86,67,2,214,1,0,224,61,33,158,245,24,4,0,225,93,51,182,5,210,3,0,225,157,210,247,64,233,3,0,227,61,127,199,27,167,1,0,230,253,201,175,103,245,3,0,232,221,20,167,59,208,3,0,234,189,170,185,162,191,2,0,234,157,218,249,162,70,3,0,235,29,184,183,33,223,1,0,236,253,226,235,120,66,2,0,237,189,77,158,93,89,2,0,239,253,211,225,247,228,1,0,240,93,89,82,231,214,2,0,240,93,93,240,127,116,3,0,240,221,204,54,27,242,3,0,241,221,42,85,115,251,1,0,241,29,249,143,120,197,2,0,242,221,227,60,124,167,1,0,242,253,147,112,58,246,1,0,243,157,45,28,217,24,2,0,244,61,96,143,16,70,2,0,245,125,113,185,162,40,3,0,245,61,74,69,184,87,3,0,246,189,99,54,179,42,2,0,246,189,45,168,203,146,3,0,247,253,162,112,236,244,2,0,247,221,156,103,113,140,3,0,249,29,125,45,57,19,4,0,251,125,237,25,241,168,2,0,251,61,116,89,194,41,3,0,252,29,111,49,211,74,2,0,253,29,87,133,243,53,2,0,253,61,100,18,109,40,4,0,1,30,194,254,223,164,3,0,3,222,183,12,214,185,1,0,3,158,51,27,235,245,3,0,5,94,14,178,243,189,3,0,6,30,41,167,152,199,1,0,6,254,173,174,69,255,1,0,8,94,14,221,186,104,2,0,8,126,252,214,255,222,2,0,9,222,195,166,178,202,3,0,10,190,66,28,35,13,4,0,11,126,158,119,138,124,1,0,11,62,102,81,24,125,1,0,12,94,24,81,48,194,2,0,13,222,239,86,155,246,3,0,15,126,211,142,187,126,2,0,16,254,201,203,132,121,1,0,17,94,51,223,183,34,2,0,18,30,174,58,23,115,2,0,19,158,178,234,27,249,1,0,20,190,64,185,180,153,2,0,20,126,30,253,25,192,3,0,22,158,214,248,73,3,4,0,24,158,5,121,183,214,2,0,24,222,155,60,169,162,3,0,24,126,179,91,13,190,3,0,27,30,197,107,35,69,2,0,28,158,228,236,228,49,2,0,28,222,27,212,69,153,2,0,29,254,99,126,137,27,3,0,29,126,62,58,90,111,3,0,30,126,66,157,53,222,1,0,32,126,21,249,243,233,1,0,32,190,196,210,100,99,2,0,33,254,51,53,168,198,1,0,34,158,62,85,1,216,2,0,35,30,221,42,179,205,2,0,35,158,176,158,129,113,3,0,36,94,229,93,60,36,3,0,36,222,219,248,108,165,3,0,36,30,122,0,254,168,3,0,37,254,164,119,149,186,2,0,38,94,99,177,126,174,3,0,41,254,81,92,84,6,4,0,42,222,0,97,21,225,1,0,43,30,20,31,227,237,2,0,44,94,140,143,74,150,1,0,44,158,63,121,24,216,1,0,44,94,212,39,144,237,2,0,44,158,38,34,247,178,3,0,45,222,152,223,181,197,2,0,46,126,243,3,34,152,3,0,49,254,70,243,90,133,2,0,49,126,47,232,245,118,3,0,50,126,80,43,160,65,2,0,50,94,134,221,89,72,3,0,51,158,64,111,236,177,2,0,51,126,84,116,187,137,3,0,53,222,0,39,240,138,1,0,55,62,16,225,31,239,2,0,56,62,121,236,138,34,3,0,57,222,41,231,15,167,2,0,58,158,127,132,150,42,2,0,58,126,169,84,91,219,3,0,59,254,59,75,98,223,1,0,60,222,129,38,39,139,1,0,62,94,227,186,7,123,2,0,62,62,230,24,104,28,3,0,63,62,182,46,85,136,1,0,64,30,245,169,5,134,3,0,64,190,78,89,200,170,3,0,65,158,66,14,220,158,3,0,67,126,37,81,126,147,2,0,68,158,179,209,139,141,3,0,72,30,57,88,25,148,1,0,74,62,107,174,148,153,1,0,74,94,143,26,37,12,2,0,75,190,97,146,19,120,3,0,76,30,239,47,13,138,1,0,77,62,27,117,147,155,2,0,77,126,90,47,51,3,3,0,77,222,28,55,150,224,3,0,78,30,131,185,155,99,2,0,78,254,184,200,171,241,3,0,79,94,11,216,145,72,3,0,80,254,157,227,131,149,2,0,81,254,175,179,237,193,2,0,82,158,228,53,205,2,3,0,82,222,99,178,40,140,3,0,84,62,27,104,154,183,1,0,84,222,137,75,61,167,3,0,86,222,28,104,31,37,4,0,87,30,37,177,62,172,1,0,93,30,41,109,111,11,3,0,94,222,247,188,23,203,1,0,94,62,149,194,85,22,4,0,95,94,185,37,5,35,3,0,95,62,174,120,184,166,3,0,102,94,44,61,28,98,2,0,102,158,33,55,58,116,3,0,103,254,32,181,197,9,2,0,105,30,199,68,199,173,3,0,106,158,30,243,43,219,1,0,106,190,178,136,2,59,2,0,108,126,59,184,113,170,2,0,109,158,155,4,180,60,3,0,112,94,121,14,177,14,2,0,112,30,88,178,192,24,2,0,112,222,64,155,49,192,3,0,113,126,138,83,92,87,2,0,113,190,102,76,222,100,3,0,113,222,131,144,164,154,3,0,114,158,251,249,16,49,3,0,115,94,24,81,81,194,2,0,116,254,169,98,155,247,1,0,116,62,108,17,110,87,3,0,116,30,165,255,51,206,3,0,117,30,47,119,122,237,1,0,118,254,58,152,143,25,3,0,119,222,198,206,197,254,2,0,119,254,93,82,31,75,3,0,120,222,154,74,5,102,3,0,120,62,232,173,155,9,4,0,124,62,112,160,101,16,2,0,124,30,195,62,78,16,4,0,125,94,14,65,197,127,2,0,125,62,36,34,228,181,3,0,128,126,37,176,148,156,2,0,129,254,255,188,77,92,3,0,130,126,161,113,158,231,1,0,132,30,89,107,80,13,2,0,132,94,192,172,149,54,3,0,132,30,81,200,75,171,3,0,135,94,21,226,92,40,3,0,137,30,141,185,176,141,2,0,139,158,21,55,230,97,2,0,140,190,114,78,46,154,1,0,142,254,231,57,87,69,2,0,142,62,197,15,31,174,3,0,145,126,210,160,195,197,2,0,145,62,8,95,68,73,3,0,146,222,252,163,127,54,3,0,147,62,209,181,80,242,1,0,149,158,73,160,69,253,1,0,149,126,210,21,111,34,4,0,150,62,176,66,137,155,1,0,151,222,159,227,74,199,1,0,151,158,177,45,75,37,2,0,151,158,142,40,217,46,2,0,153,190,26,84,55,113,3,0,153,190,188,48,158,212,3,0,154,254,113,110,178,81,2,0,154,30,62,144,40,179,3,0,155,126,134,184,170,142,3,0,155,94,104,42,11,15,4,0,157,126,247,50,43,227,3,0,158,30,191,50,61,17,2,0,160,94,233,202,120,139,1,0,160,158,225,3,212,235,3,0,161,30,251,163,184,220,1,0,161,158,204,238,22,237,3,0,162,62,244,86,7,233,1,0,162,254,208,32,86,153,3,0,162,62,175,107,26,180,3,0,163,62,229,229,7,20,2,0,163,62,45,22,12,127,2,0,165,254,21,122,139,107,2,0,165,222,26,201,240,219,3,0,165,94,203,43,51,241,3,0,168,222,65,33,214,108,3,0,168,190,52,244,8,11,4,0,170,254,106,255,15,182,3,0,173,254,77,163,158,240,2,0,174,62,149,155,0,31,2,0,175,254,43,95,107,179,1,0,175,126,178,186,230,126,2,0,175,126,122,151,243,247,3,0,178,94,203,189,151,27,4,0,181,30,240,188,175,232,1,0,181,190,172,240,15,173,2,0,182,94,98,209,185,143,1,0,184,94,147,20,176,99,2,0,186,62,123,25,161,120,2,0,188,30,182,92,113,211,3,0,189,30,176,220,89,207,2,0,192,254,179,253,106,141,2,0,192,254,80,0,120,138,3,0,193,254,42,48,77,173,2,0,193,222,231,19,218,56,3,0,194,62,114,252,66,152,1,0,196,30,227,186,28,125,2,0,197,62,169,163,198,237,2,0,198,254,187,219,237,250,2,0,200,254,137,250,230,207,1,0,200,190,192,148,103,237,1,0,200,126,206,177,182,178,3,0,202,94,252,34,15,15,2,0,203,30,27,86,20,236,2,0,204,254,73,51,199,248,1,0,206,94,36,159,221,16,3,0,206,126,129,232,182,76,3,0,207,190,239,239,1,249,2,0,208,126,255,30,7,156,1,0,211,190,228,228,39,137,3,0,212,30,125,180,69,165,2,0,214,254,196,190,193,195,3,0,216,30,143,8,13,225,2,0,217,30,7,17,150,165,1,0,218,62,224,247,209,83,2,0,219,158,88,37,66,88,3,0,219,30,156,68,126,175,3,0,219,254,190,68,1,186,3,0,220,254,239,18,16,205,1,0,221,222,93,180,255,196,1,0,223,158,115,210,63,115,3,0,225,190,234,201,255,27,2,0,225,158,158,88,128,27,4,0,225,126,221,11,117,33,4,0,226,62,90,170,177,9,2,0,227,254,229,139,129,202,1,0,227,222,102,137,144,254,2,0,227,222,60,12,88,29,3,0,229,30,86,90,169,187,1,0,230,254,251,194,146,69,2,0,230,94,163,234,114,129,3,0,232,222,137,52,193,53,3,0,234,222,70,133,63,166,1,0,237,62,41,203,131,26,4,0,241,126,8,192,23,85,2,0,243,94,67,140,174,236,3,0,244,254,152,243,241,123,2,0,244,126,70,149,2,158,3,0,245,254,135,140,23,14,3,0,246,30,15,32,179,215,1,0,246,94,59,184,133,162,2,0,246,94,119,163,176,6,3,0,247,254,197,234,63,213,3,0,249,94,124,24,146,73,2,0,251,30,166,80,69,197,3,0,252,30,211,236,139,238,1,0,253,190,49,209,95,252,1,0,253,94,47,124,201,91,3,0,254,94,29,77,151,199,3,0,255,30,28,13,197,216,3,0,1,223,103,154,214,32,2,0,2,127,156,160,40,175,2,0,3,63,77,254,8,142,2,0,4,223,82,208,129,138,2,0,5,223,152,223,145,195,2,0,5,159,85,19,48,53,3,0,6,159,33,170,157,199,2,0,6,159,141,211,105,143,3,0,6,159,252,218,10,170,3,0,7,255,100,79,124,114,2,0,9,255,71,87,18,6,3,0,10,31,246,105,114,85,2,0,10,159,44,121,252,64,3,0,14,191,2,253,205,39,2,0,18,255,56,116,52,134,3,0,19,255,145,178,29,16,3,0,21,95,81,5,85,230,2,0,24,159,64,172,117,31,2,0,25,159,21,233,128,255,2,0,25,31,102,79,20,90,3,0,25,159,241,181,223,218,3,0,28,223,216,242,230,19,3,0,28,223,216,11,190,18,4,0,29,223,168,252,167,131,2,0,29,255,249,179,110,134,2,0,30,255,47,208,188,5,2,0,31,223,74,148,149,139,1,0,31,63,29,47,133,249,1,0,32,127,111,44,148,251,1,0,33,223,153,235,127,222,3,0,36,63,94,246,248,133,1,0,36,31,255,46,49,211,1,0,36,95,187,25,197,228,1,0,37,255,24,242,26,119,1,0,39,255,136,126,180,2,2,0,41,95,36,149,208,63,2,0,42,63,168,172,199,134,1,0,45,95,231,178,114,97,3,0,45,255,93,242,25,249,3,0,46,95,215,68,86,219,1,0,46,31,138,255,104,6,2,0,46,127,144,131,97,247,2,0,47,95,7,64,234,178,2,0,48,31,19,170,61,231,3,0,49,255,147,190,103,98,3,0,50,255,130,208,230,3,2,0,51,191,168,143,91,2,4,0,52,31,87,234,226,240,1,0,53,223,71,146,225,69,2,0,53,31,41,235,139,92,3,0,54,255,185,208,64,118,2,0,55,191,150,137,228,202,2,0,55,95,16,178,61,200,3,0,56,159,80,198,113,153,2,0,58,159,146,49,106,181,1,0,58,95,56,86,108,194,3,0,59,127,74,67,131,29,2,0,61,95,3,202,105,31,3,0,62,223,54,194,8,87,2,0,62,191,41,244,4,248,3,0,64,127,164,186,135,63,2,0,64,255,107,197,78,70,3,0,65,95,217,9,43,119,1,0,65,95,150,61,17,172,1,0,65,191,101,144,67,10,2,0,67,127,124,69,45,112,2,0,68,255,229,12,206,191,2,0,68,127,164,190,223,14,3,0,69,31,253,5,62,235,3,0,70,255,119,150,122,199,1,0,70,191,161,61,39,14,2,0,70,191,90,2,67,30,2,0,71,95,186,64,198,167,2,0,71,127,57,109,244,203,2,0,72,191,241,10,74,134,1,0,72,127,105,7,97,1,2,0,72,31,192,214,31,58,2,0,72,63,31,81,236,150,2,0,77,95,182,127,146,124,2,0,77,255,110,163,170,15,3,0,78,127,161,91,152,216,3,0,79,223,150,138,248,156,1,0,79,223,135,81,83,206,2,0,79,191,214,50,138,51,3,0,80,95,6,124,47,127,2,0,80,31,190,186,75,134,2,0,81,31,23,166,208,32,4,0,82,127,134,37,230,64,3,0,82,95,140,230,236,90,3,0,82,159,183,237,68,21,4,0,84,255,187,173,35,24,2,0,85,255,87,58,41,238,1,0,86,95,101,88,247,134,1,0,86,255,243,66,148,1,2,0,87,127,154,114,243,242,3,0,91,255,84,255,73,91,2,0,93,255,0,140,83,64,2,0,93,63,102,110,70,18,3,0,94,63,13,18,148,30,3,0,94,191,84,217,118,84,3,0,95,191,133,220,136,188,1,0,95,95,66,113,36,15,4,0,97,63,123,49,249,68,2,0,97,31,85,78,45,217,3,0,103,191,188,168,173,103,2,0,104,31,210,141,94,200,1,0,105,191,226,28,253,252,2,0,105,63,200,30,223,12,4,0,106,95,238,41,247,120,1,0,106,255,205,189,131,104,2,0,106,127,33,9,195,236,2,0,107,223,64,55,179,79,2,0,108,31,50,215,149,13,3,0,108,255,207,47,172,160,3,0,108,255,207,47,191,160,3,0,109,223,114,167,172,242,1,0,111,95,243,73,184,210,1,0,112,255,49,83,11,97,3,0,116,127,93,248,155,238,3,0,118,191,108,27,177,239,1,0,119,127,218,224,193,165,2,0,119,127,83,76,233,69,3,0,120,127,124,6,180,32,3,0,121,95,92,252,59,137,3,0,122,63,31,93,4,122,1,0,124,255,250,42,221,12,2,0,127,223,47,83,74,66,3,0,131,191,89,81,223,229,1,0,132,95,181,58,61,7,2,0,132,63,74,69,70,148,3,0,134,95,93,14,161,158,1,0,134,63,98,23,149,12,4,0,135,95,245,113,228,253,2,0,136,63,245,239,7,87,3,0,136,95,82,184,90,247,3,0,137,223,77,205,51,167,1,0,138,31,100,100,129,173,1,0,139,255,94,173,91,241,2,0,139,95,95,76,137,150,3,0,140,95,236,34,52,203,1,0,143,127,47,194,195,86,2,0,143,159,217,71,172,75,3,0,145,191,19,252,158,25,3,0,147,191,44,115,169,104,2,0,148,191,32,2,190,15,4,0,151,255,105,120,51,161,1,0,151,159,69,130,249,212,3,0,155,63,81,225,137,36,3,0,155,31,33,2,24,107,3,0,155,255,172,251,97,9,4,0,156,127,100,79,66,120,3,0,156,255,161,164,77,234,3,0,158,31,225,92,110,72,3,0,159,223,221,156,34,130,3,0,161,63,48,188,63,114,2,0,162,127,241,47,198,231,3,0,163,191,42,86,236,131,2,0,163,63,38,72,80,203,3,0,164,223,180,108,46,162,1,0,165,95,5,75,30,171,3,0,166,159,183,195,107,45,2,0,166,223,149,131,155,66,2,0,167,31,226,3,191,188,1,0,171,95,202,145,26,215,3,0,172,63,20,178,232,116,1,0,172,223,209,56,164,24,3,0,173,223,87,170,210,254,3,0,174,255,191,65,6,34,3,0,175,223,19,252,177,82,2,0,175,31,19,0,126,137,2,0,175,127,2,48,208,139,3,0,178,127,243,192,249,170,2,0,180,63,123,49,55,65,2,0,180,63,123,49,79,65,2,0,180,63,123,49,113,65,2,0,180,63,123,49,138,65,2,0,180,191,178,134,170,184,2,0,181,159,172,252,37,9,3,0,182,31,215,177,252,177,1,0,183,191,64,255,243,105,3,0,184,127,101,157,141,237,1,0,186,223,22,91,129,36,2,0,186,223,98,254,158,110,2,0,186,95,84,232,98,227,2,0,187,31,82,226,5,228,3,0,188,191,158,122,108,178,2,0,188,191,148,223,110,203,3,0,190,255,77,91,199,183,1,0,192,95,228,115,250,201,1,0,193,159,16,129,73,161,3,0,194,31,185,206,249,204,1,0,194,159,7,226,150,125,2,0,198,159,39,6,195,6,3,0,198,255,185,162,243,175,3,0,200,31,90,170,151,151,2,0,202,127,236,225,94,165,2,0,202,63,193,204,160,234,3,0,204,63,177,45,139,33,2,0,204,191,208,104,78,141,3,0,205,191,207,132,70,145,1,0,205,223,48,108,149,100,2,0,206,223,145,106,138,84,3,0,207,31,61,105,99,138,1,0,207,191,117,250,15,242,3,0,209,191,201,34,102,220,3,0,209,159,121,104,254,239,3,0,212,255,208,183,201,222,1,0,212,127,20,172,181,193,2,0,212,223,113,184,177,203,2,0,213,223,15,220,61,121,2,0,214,63,79,227,81,191,1,0,214,255,126,186,34,201,1,0,214,223,38,85,45,0,2,0,214,255,224,147,88,12,3,0,215,127,26,12,234,4,2,0,218,255,136,106,232,253,1,0,218,31,236,225,176,224,3,0,219,63,12,43,132,126,1,0,222,31,201,34,35,220,1,0,223,95,45,42,116,244,2,0,223,191,132,5,167,44,3,0,225,127,230,6,253,219,2,0,225,191,209,177,159,92,3,0,225,223,54,93,85,250,3,0,227,223,187,47,67,44,2,0,227,223,159,67,81,209,2,0,227,191,20,72,212,92,3,0,228,63,242,115,179,105,2,0,228,127,94,173,86,199,2,0,229,255,179,240,37,113,3,0,231,127,64,17,225,212,3,0,232,255,82,242,16,104,2,0,232,191,225,6,212,108,2,0,234,223,94,186,84,144,2,0,235,223,10,15,25,90,2,0,236,31,88,9,128,187,1,0,236,159,160,17,21,112,2,0,237,255,107,197,196,70,3,0,239,127,85,27,171,106,2,0,240,255,220,147,42,160,3,0,241,127,106,1,22,138,1,0,241,159,29,172,146,246,1,0,241,159,48,82,187,9,3,0,241,31,255,127,201,7,4,0,242,31,86,176,191,254,1,0,242,127,250,193,143,79,2,0,242,191,121,91,128,122,3,0,244,95,65,67,138,61,2,0,244,255,91,37,124,106,2,0,244,95,185,186,3,79,3,0,245,223,25,84,245,97,3,0,246,95,109,189,65,31,2,0,246,159,117,144,88,31,2,0,247,31,175,140,218,140,3,0,247,159,149,42,124,188,3,0,250,223,22,97,53,173,2,0,251,191,66,224,155,121,3,0,252,159,90,80,167,128,1,0,252,191,74,1,70,218,2,0,254,191,48,115,71,208,1,0,254,191,206,196,129,13,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,15,46,99,111,111,107,105,101,75,111,110,116,101,110,101,114,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,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,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,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,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,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,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,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,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,13,46,99,111,111,107,105,101,115,95,95,98,97,114,0,8,0,15,46,99,111,111,107,105,101,115,95,95,98,108,111,99,107,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,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,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,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,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,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,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,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,11,46,99,111,111,107,105,101,115,95,101,117,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,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,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,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,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,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,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,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,14,46,99,111,111,107,105,101,116,111,97,115,116,101,114,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,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,13,46,99,111,111,107,105,101,119,105,100,103,101,116,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,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,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,12,46,99,111,111,107,119,97,114,110,105,110,103,0,8,0,15,46,99,111,114,114,101,111,115,67,111,111,107,105,101,115,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,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,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,19,46,103,108,99,110,95,97,99,99,101,112,116,95,99,111,111,107,105,101,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,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,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,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,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,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,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,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,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,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,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,10,46,109,115,103,99,111,111,107,105,101,0,8,0,12,46,109,115,110,45,99,111,111,107,105,101,115,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,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,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,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,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,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,14,46,110,97,103,109,115,103,95,99,111,111,107,105,101,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,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,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,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,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,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,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,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,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,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,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,18,46,110,111,114,109,97,116,105,118,97,45,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,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,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,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,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,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,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,20,46,116,114,100,45,99,111,111,107,105,101,45,98,97,99,107,100,114,111,112,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,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,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,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,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,19,46,116,119,116,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,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,18,46,116,120,45,103,103,99,111,111,107,105,101,98,97,110,110,101,114,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,9,46,117,99,111,111,107,105,101,67,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,15,46,117,103,99,45,99,111,111,107,105,101,45,98,97,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,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,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,21,46,99,111,111,107,105,101,115,95,97,118,105,115,111,95,101,115,99,117,100,111,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,40,46,99,107,121,45,98,97,110,110,101,114,45,98,111,116,116,111,109,46,99,107,121,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,42,46,99,107,121,45,98,111,120,45,98,111,116,116,111,109,45,108,101,102,116,46,99,107,121,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,43,46,99,107,121,45,98,111,120,45,98,111,116,116,111,109,45,114,105,103,104,116,46,99,107,121,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,41,46,99,107,121,45,99,108,97,115,115,105,99,45,98,111,116,116,111,109,46,99,107,121,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,102,112,45,99,111,111,107,105,101,45,109,111,100,97,108,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,250,194,0,0,37,28,128,0,12,53,43,0,0,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,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,202,0,0,0,204,0,0,0,208,0,0,0,212,0,0,0,212,0,0,0,216,0,0,0,218,0,0,0,220,0,0,0,222,0,0,0,222,0,0,0,222,0,0,0,224,0,0,0,224,0,0,0,226,0,0,0,226,0,0,0,230,0,0,0,234,0,0,0,236,0,0,0,236,0,0,0,236,0,0,0,240,0,0,0,242,0,0,0,242,0,0,0,242,0,0,0,244,0,0,0,244,0,0,0,254,0,0,0,0,1,0,0,0,1,0,0,10,1,0,0,10,1,0,0,12,1,0,0,20,1,0,0,22,1,0,0,26,1,0,0,26,1,0,0,28,1,0,0,28,1,0,0,52,1,0,0,54,1,0,0,54,1,0,0,60,1,0,0,68,1,0,0,70,1,0,0,70,1,0,0,72,1,0,0,72,1,0,0,72,1,0,0,72,1,0,0,72,1,0,0,72,1,0,0,74,1,0,0,76,1,0,0,80,1,0,0,80,1,0,0,84,1,0,0,84,1,0,0,96,1,0,0,96,1,0,0,98,1,0,0,98,1,0,0,98,1,0,0,98,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,110,1,0,0,110,1,0,0,110,1,0,0,110,1,0,0,110,1,0,0,112,1,0,0,114,1,0,0,114,1,0,0,114,1,0,0,114,1,0,0,116,1,0,0,116,1,0,0,124,1,0,0,126,1,0,0,128,1,0,0,138,1,0,0,146,1,0,0,146,1,0,0,150,1,0,0,156,1,0,0,156,1,0,0,158,1,0,0,162,1,0,0,162,1,0,0,162,1,0,0,172,1,0,0,172,1,0,0,174,1,0,0,176,1,0,0,178,1,0,0,178,1,0,0,180,1,0,0,182,1,0,0,188,1,0,0,188,1,0,0,190,1,0,0,190,1,0,0,190,1,0,0,190,1,0,0,190,1,0,0,192,1,0,0,192,1,0,0,192,1,0,0,196,1,0,0,196,1,0,0,198,1,0,0,198,1,0,0,198,1,0,0,206,1,0,0,212,1,0,0,212,1,0,0,216,1,0,0,216,1,0,0,218,1,0,0,218,1,0,0,218,1,0,0,218,1,0,0,228,1,0,0,228,1,0,0,228,1,0,0,234,1,0,0,240,1,0,0,242,1,0,0,252,1,0,0,252,1,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,10,2,0,0,14,2,0,0,14,2,0,0,14,2,0,0,14,2,0,0,16,2,0,0,16,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,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,34,2,0,0,36,2,0,0,38,2,0,0,38,2,0,0,40,2,0,0,50,2,0,0,50,2,0,0,50,2,0,0,58,2,0,0,58,2,0,0,62,2,0,0,62,2,0,0,62,2,0,0,62,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,66,2,0,0,66,2,0,0,70,2,0,0,70,2,0,0,76,2,0,0,78,2,0,0,78,2,0,0,82,2,0,0,84,2,0,0,88,2,0,0,90,2,0,0,90,2,0,0,90,2,0,0,90,2,0,0,100,2,0,0,100,2,0,0,100,2,0,0,102,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,110,2,0,0,110,2,0,0,110,2,0,0,112,2,0,0,112,2,0,0,112,2,0,0,120,2,0,0,120,2,0,0,120,2,0,0,120,2,0,0,120,2,0,0,126,2,0,0,126,2,0,0,126,2,0,0,126,2,0,0,132,2,0,0,136,2,0,0,136,2,0,0,136,2,0,0,136,2,0,0,138,2,0,0,146,2,0,0,146,2,0,0,146,2,0,0,150,2,0,0,150,2,0,0,150,2,0,0,162,2,0,0,162,2,0,0,162,2,0,0,168,2,0,0,172,2,0,0,172,2,0,0,174,2,0,0,176,2,0,0,176,2,0,0,176,2,0,0,176,2,0,0,182,2,0,0,186,2,0,0,188,2,0,0,190,2,0,0,190,2,0,0,190,2,0,0,196,2,0,0,196,2,0,0,200,2,0,0,200,2,0,0,200,2,0,0,208,2,0,0,208,2,0,0,208,2,0,0,208,2,0,0,210,2,0,0,210,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,214,2,0,0,224,2,0,0,226,2,0,0,230,2,0,0,232,2,0,0,232,2,0,0,232,2,0,0,232,2,0,0,236,2,0,0,242,2,0,0,248,2,0,0,248,2,0,0,248,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,252,2,0,0,2,3,0,0,2,3,0,0,8,3,0,0,10,3,0,0,10,3,0,0,18,3,0,0,24,3,0,0,24,3,0,0,24,3,0,0,26,3,0,0,26,3,0,0,28,3,0,0,32,3,0,0,32,3,0,0,36,3,0,0,36,3,0,0,46,3,0,0,54,3,0,0,64,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,78,3,0,0,78,3,0,0,80,3,0,0,86,3,0,0,92,3,0,0,94,3,0,0,94,3,0,0,96,3,0,0,96,3,0,0,102,3,0,0,104,3,0,0,104,3,0,0,104,3,0,0,106,3,0,0,110,3,0,0,112,3,0,0,112,3,0,0,112,3,0,0,112,3,0,0,114,3,0,0,116,3,0,0,118,3,0,0,124,3,0,0,126,3,0,0,128,3,0,0,144,3,0,0,144,3,0,0,144,3,0,0,150,3,0,0,150,3,0,0,152,3,0,0,152,3,0,0,156,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,164,3,0,0,164,3,0,0,164,3,0,0,164,3,0,0,164,3,0,0,166,3,0,0,168,3,0,0,168,3,0,0,170,3,0,0,170,3,0,0,170,3,0,0,172,3,0,0,172,3,0,0,172,3,0,0,172,3,0,0,174,3,0,0,186,3,0,0,186,3,0,0,186,3,0,0,190,3,0,0,190,3,0,0,192,3,0,0,200,3,0,0,206,3,0,0,212,3,0,0,212,3,0,0,212,3,0,0,214,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,230,3,0,0,232,3,0,0,236,3,0,0,236,3,0,0,238,3,0,0,238,3,0,0,238,3,0,0,240,3,0,0,240,3,0,0,240,3,0,0,240,3,0,0,240,3,0,0,246,3,0,0,248,3,0,0,248,3,0,0,252,3,0,0,252,3,0,0,252,3,0,0,252,3,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,4,0,0,4,4,0,0,4,4,0,0,8,4,0,0,10,4,0,0,16,4,0,0,18,4,0,0,22,4,0,0,26,4,0,0,30,4,0,0,32,4,0,0,32,4,0,0,34,4,0,0,34,4,0,0,44,4,0,0,50,4,0,0,52,4,0,0,52,4,0,0,52,4,0,0,58,4,0,0,60,4,0,0,60,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,72,4,0,0,72,4,0,0,72,4,0,0,72,4,0,0,72,4,0,0,72,4,0,0,72,4,0,0,72,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,80,4,0,0,80,4,0,0,80,4,0,0,80,4,0,0,84,4,0,0,88,4,0,0,90,4,0,0,92,4,0,0,96,4,0,0,100,4,0,0,102,4,0,0,102,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,118,4,0,0,122,4,0,0,130,4,0,0,130,4,0,0,138,4,0,0,138,4,0,0,138,4,0,0,138,4,0,0,138,4,0,0,146,4,0,0,150,4,0,0,152,4,0,0,154,4,0,0,158,4,0,0,158,4,0,0,160,4,0,0,160,4,0,0,166,4,0,0,166,4,0,0,166,4,0,0,166,4,0,0,172,4,0,0,172,4,0,0,172,4,0,0,172,4,0,0,174,4,0,0,174,4,0,0,176,4,0,0,178,4,0,0,178,4,0,0,186,4,0,0,186,4,0,0,186,4,0,0,186,4,0,0,188,4,0,0,190,4,0,0,192,4,0,0,196,4,0,0,196,4,0,0,196,4,0,0,200,4,0,0,202,4,0,0,202,4,0,0,204,4,0,0,206,4,0,0,206,4,0,0,210,4,0,0,222,4,0,0,222,4,0,0,228,4,0,0,228,4,0,0,228,4,0,0,234,4,0,0,234,4,0,0,234,4,0,0,236,4,0,0,236,4,0,0,236,4,0,0,236,4,0,0,238,4,0,0,238,4,0,0,240,4,0,0,240,4,0,0,242,4,0,0,244,4,0,0,250,4,0,0,250,4,0,0,250,4,0,0,250,4,0,0,252,4,0,0,252,4,0,0,254,4,0,0,2,5,0,0,10,5,0,0,10,5,0,0,24,5,0,0,28,5,0,0,28,5,0,0,34,5,0,0,34,5,0,0,34,5,0,0,38,5,0,0,38,5,0,0,40,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,44,5,0,0,48,5,0,0,52,5,0,0,52,5,0,0,52,5,0,0,56,5,0,0,60,5,0,0,60,5,0,0,64,5,0,0,66,5,0,0,66,5,0,0,70,5,0,0,70,5,0,0,74,5,0,0,76,5,0,0,84,5,0,0,84,5,0,0,92,5,0,0,92,5,0,0,94,5,0,0,98,5,0,0,98,5,0,0,100,5,0,0,108,5,0,0,114,5,0,0,114,5,0,0,116,5,0,0,116,5,0,0,116,5,0,0,118,5,0,0,122,5,0,0,126,5,0,0,126,5,0,0,128,5,0,0,132,5,0,0,136,5,0,0,138,5,0,0,140,5,0,0,142,5,0,0,142,5,0,0,144,5,0,0,144,5,0,0,144,5,0,0,144,5,0,0,148,5,0,0,148,5,0,0,154,5,0,0,154,5,0,0,160,5,0,0,162,5,0,0,162,5,0,0,168,5,0,0,170,5,0,0,172,5,0,0,174,5,0,0,174,5,0,0,176,5,0,0,182,5,0,0,182,5,0,0,182,5,0,0,186,5,0,0,186,5,0,0,186,5,0,0,186,5,0,0,192,5,0,0,196,5,0,0,198,5,0,0,198,5,0,0,198,5,0,0,198,5,0,0,198,5,0,0,200,5,0,0,200,5,0,0,200,5,0,0,200,5,0,0,204,5,0,0,204,5,0,0,212,5,0,0,220,5,0,0,220,5,0,0,220,5,0,0,220,5,0,0,222,5,0,0,230,5,0,0,230,5,0,0,230,5,0,0,236,5,0,0,238,5,0,0,238,5,0,0,242,5,0,0,244,5,0,0,244,5,0,0,244,5,0,0,248,5,0,0,0,6,0,0,0,6,0,0,0,6,0,0,2,6,0,0,2,6,0,0,2,6,0,0,4,6,0,0,4,6,0,0,4,6,0,0,6,6,0,0,6,6,0,0,18,6,0,0,18,6,0,0,18,6,0,0,28,6,0,0,30,6,0,0,32,6,0,0,34,6,0,0,34,6,0,0,36,6,0,0,36,6,0,0,38,6,0,0,38,6,0,0,40,6,0,0,40,6,0,0,40,6,0,0,40,6,0,0,42,6,0,0,42,6,0,0,46,6,0,0,46,6,0,0,46,6,0,0,46,6,0,0,46,6,0,0,46,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,52,6,0,0,52,6,0,0,58,6,0,0,64,6,0,0,64,6,0,0,64,6,0,0,66,6,0,0,68,6,0,0,68,6,0,0,68,6,0,0,74,6,0,0,74,6,0,0,78,6,0,0,82,6,0,0,82,6,0,0,82,6,0,0,88,6,0,0,96,6,0,0,96,6,0,0,98,6,0,0,98,6,0,0,98,6,0,0,100,6,0,0,102,6,0,0,106,6,0,0,112,6,0,0,112,6,0,0,116,6,0,0,116,6,0,0,116,6,0,0,116,6,0,0,116,6,0,0,118,6,0,0,118,6,0,0,118,6,0,0,126,6,0,0,130,6,0,0,130,6,0,0,130,6,0,0,130,6,0,0,136,6,0,0,142,6,0,0,142,6,0,0,148,6,0,0,154,6,0,0,156,6,0,0,158,6,0,0,160,6,0,0,160,6,0,0,168,6,0,0,174,6,0,0,176,6,0,0,176,6,0,0,176,6,0,0,176,6,0,0,176,6,0,0,176,6,0,0,184,6,0,0,184,6,0,0,184,6,0,0,188,6,0,0,188,6,0,0,190,6,0,0,192,6,0,0,194,6,0,0,196,6,0,0,196,6,0,0,200,6,0,0,200,6,0,0,202,6,0,0,202,6,0,0,204,6,0,0,204,6,0,0,210,6,0,0,210,6,0,0,210,6,0,0,212,6,0,0,212,6,0,0,218,6,0,0,220,6,0,0,222,6,0,0,222,6,0,0,222,6,0,0,224,6,0,0,224,6,0,0,224,6,0,0,228,6,0,0,232,6,0,0,238,6,0,0,238,6,0,0,238,6,0,0,242,6,0,0,244,6,0,0,248,6,0,0,248,6,0,0,254,6,0,0,254,6,0,0,2,7,0,0,2,7,0,0,4,7,0,0,6,7,0,0,8,7,0,0,8,7,0,0,12,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,18,7,0,0,18,7,0,0,18,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,30,7,0,0,32,7,0,0,36,7,0,0,36,7,0,0,36,7,0,0,38,7,0,0,38,7,0,0,40,7,0,0,40,7,0,0,40,7,0,0,42,7,0,0,44,7,0,0,46,7,0,0,46,7,0,0,46,7,0,0,48,7,0,0,56,7,0,0,56,7,0,0,56,7,0,0,58,7,0,0,60,7,0,0,60,7,0,0,66,7,0,0,68,7,0,0,70,7,0,0,70,7,0,0,70,7,0,0,70,7,0,0,74,7,0,0,86,7,0,0,86,7,0,0,88,7,0,0,90,7,0,0,92,7,0,0,94,7,0,0,104,7,0,0,104,7,0,0,104,7,0,0,104,7,0,0,104,7,0,0,104,7,0,0,104,7,0,0,104,7,0,0,108,7,0,0,108,7,0,0,108,7,0,0,108,7,0,0,108,7,0,0,116,7,0,0,122,7,0,0,126,7,0,0,138,7,0,0,138,7,0,0,138,7,0,0,140,7,0,0,144,7,0,0,144,7,0,0,144,7,0,0,144,7,0,0,148,7,0,0,148,7,0,0,148,7,0,0,148,7,0,0,148,7,0,0,148,7,0,0,148,7,0,0,150,7,0,0,152,7,0,0,152,7,0,0,156,7,0,0,156,7,0,0,162,7,0,0,166,7,0,0,170,7,0,0,170,7,0,0,170,7,0,0,170,7,0,0,170,7,0,0,172,7,0,0,176,7,0,0,178,7,0,0,180,7,0,0,180,7,0,0,186,7,0,0,186,7,0,0,186,7,0,0,190,7,0,0,192,7,0,0,194,7,0,0,194,7,0,0,194,7,0,0,194,7,0,0,194,7,0,0,196,7,0,0,198,7,0,0,200,7,0,0,202,7,0,0,206,7,0,0,206,7,0,0,206,7,0,0,208,7,0,0,212,7,0,0,218,7,0,0,220,7,0,0,220,7,0,0,220,7,0,0,222,7,0,0,224,7,0,0,224,7,0,0,228,7,0,0,230,7,0,0,232,7,0,0,232,7,0,0,234,7,0,0,238,7,0,0,244,7,0,0,250,7,0,0,250,7,0,0,252,7,0,0,254,7,0,0,254,7,0,0,254,7,0,0,254,7,0,0,254,7,0,0,254,7,0,0,2,8,0,0,12,8,0,0,12,8,0,0,18,8,0,0,20,8,0,0,20,8,0,0,22,8,0,0,22,8,0,0,22,8,0,0,22,8,0,0,28,8,0,0,28,8,0,0,28,8,0,0,34,8,0,0,36,8,0,0,38,8,0,0,40,8,0,0,40,8,0,0,48,8,0,0,48,8,0,0,48,8,0,0,48,8,0,0,48,8,0,0,48,8,0,0,48,8,0,0,50,8,0,0,66,8,0,0,70,8,0,0,70,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,74,8,0,0,80,8,0,0,80,8,0,0,84,8,0,0,84,8,0,0,92,8,0,0,98,8,0,0,98,8,0,0,98,8,0,0,104,8,0,0,108,8,0,0,108,8,0,0,108,8,0,0,110,8,0,0,116,8,0,0,120,8,0,0,126,8,0,0,126,8,0,0,126,8,0,0,126,8,0,0,128,8,0,0,128,8,0,0,128,8,0,0,130,8,0,0,132,8,0,0,134,8,0,0,134,8,0,0,134,8,0,0,134,8,0,0,138,8,0,0,140,8,0,0,146,8,0,0,150,8,0,0,150,8,0,0,156,8,0,0,156,8,0,0,160,8,0,0,160,8,0,0,160,8,0,0,164,8,0,0,168,8,0,0,168,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,176,8,0,0,176,8,0,0,180,8,0,0,180,8,0,0,184,8,0,0,184,8,0,0,184,8,0,0,188,8,0,0,198,8,0,0,202,8,0,0,202,8,0,0,206,8,0,0,208,8,0,0,208,8,0,0,212,8,0,0,220,8,0,0,222,8,0,0,226,8,0,0,226,8,0,0,230,8,0,0,230,8,0,0,234,8,0,0,238,8,0,0,244,8,0,0,244,8,0,0,248,8,0,0,248,8,0,0,250,8,0,0,2,9,0,0,4,9,0,0,4,9,0,0,6,9,0,0,8,9,0,0,10,9,0,0,16,9,0,0,24,9,0,0,24,9,0,0,26,9,0,0,28,9,0,0,30,9,0,0,30,9,0,0,30,9,0,0,34,9,0,0,34,9,0,0,34,9,0,0,36,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,44,9,0,0,44,9,0,0,46,9,0,0,46,9,0,0,48,9,0,0,52,9,0,0,54,9,0,0,58,9,0,0,58,9,0,0,58,9,0,0,58,9,0,0,58,9,0,0,58,9,0,0,60,9,0,0,60,9,0,0,68,9,0,0,68,9,0,0,72,9,0,0,72,9,0,0,72,9,0,0,72,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,80,9,0,0,86,9,0,0,88,9,0,0,90,9,0,0,90,9,0,0,90,9,0,0,90,9,0,0,100,9,0,0,108,9,0,0,112,9,0,0,112,9,0,0,114,9,0,0,114,9,0,0,114,9,0,0,114,9,0,0,114,9,0,0,118,9,0,0,120,9,0,0,126,9,0,0,132,9,0,0,132,9,0,0,138,9,0,0,138,9,0,0,142,9,0,0,144,9,0,0,144,9,0,0,144,9,0,0,146,9,0,0,146,9,0,0,148,9,0,0,152,9,0,0,152,9,0,0,152,9,0,0,154,9,0,0,154,9,0,0,158,9,0,0,158,9,0,0,164,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,176,9,0,0,180,9,0,0,182,9,0,0,184,9,0,0,194,9,0,0,194,9,0,0,194,9,0,0,196,9,0,0,196,9,0,0,196,9,0,0,204,9,0,0,204,9,0,0,208,9,0,0,208,9,0,0,208,9,0,0,208,9,0,0,208,9,0,0,214,9,0,0,214,9,0,0,216,9,0,0,220,9,0,0,226,9,0,0,246,9,0,0,246,9,0,0,246,9,0,0,250,9,0,0,250,9,0,0,252,9,0,0,252,9,0,0,252,9,0,0,0,10,0,0,0,10,0,0,0,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,4,10,0,0,8,10,0,0,10,10,0,0,14,10,0,0,14,10,0,0,20,10,0,0,24,10,0,0,24,10,0,0,26,10,0,0,28,10,0,0,30,10,0,0,30,10,0,0,30,10,0,0,32,10,0,0,34,10,0,0,36,10,0,0,38,10,0,0,38,10,0,0,38,10,0,0,42,10,0,0,42,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,56,10,0,0,56,10,0,0,60,10,0,0,64,10,0,0,66,10,0,0,68,10,0,0,68,10,0,0,70,10,0,0,72,10,0,0,76,10,0,0,76,10,0,0,76,10,0,0,76,10,0,0,78,10,0,0,80,10,0,0,80,10,0,0,80,10,0,0,82,10,0,0,82,10,0,0,88,10,0,0,94,10,0,0,98,10,0,0,98,10,0,0,100,10,0,0,104,10,0,0,104,10,0,0,112,10,0,0,116,10,0,0,116,10,0,0,118,10,0,0,118,10,0,0,122,10,0,0,122,10,0,0,122,10,0,0,122,10,0,0,122,10,0,0,122,10,0,0,122,10,0,0,126,10,0,0,130,10,0,0,130,10,0,0,132,10,0,0,138,10,0,0,138,10,0,0,138,10,0,0,138,10,0,0,140,10,0,0,140,10,0,0,140,10,0,0,142,10,0,0,142,10,0,0,142,10,0,0,142,10,0,0,144,10,0,0,152,10,0,0,156,10,0,0,158,10,0,0,160,10,0,0,160,10,0,0,164,10,0,0,166,10,0,0,166,10,0,0,166,10,0,0,166,10,0,0,170,10,0,0,170,10,0,0,172,10,0,0,172,10,0,0,174,10,0,0,178,10,0,0,186,10,0,0,188,10,0,0,188,10,0,0,190,10,0,0,190,10,0,0,202,10,0,0,202,10,0,0,204,10,0,0,204,10,0,0,206,10,0,0,206,10,0,0,206,10,0,0,206,10,0,0,208,10,0,0,208,10,0,0,208,10,0,0,208,10,0,0,210,10,0,0,212,10,0,0,214,10,0,0,214,10,0,0,214,10,0,0,214,10,0,0,218,10,0,0,218,10,0,0,226,10,0,0,228,10,0,0,234,10,0,0,236,10,0,0,236,10,0,0,240,10,0,0,240,10,0,0,242,10,0,0,242,10,0,0,242,10,0,0,4,11,0,0,6,11,0,0,8,11,0,0,8,11,0,0,8,11,0,0,16,11,0,0,16,11,0,0,16,11,0,0,16,11,0,0,18,11,0,0,18,11,0,0,20,11,0,0,22,11,0,0,22,11,0,0,24,11,0,0,26,11,0,0,28,11,0,0,30,11,0,0,30,11,0,0,30,11,0,0,34,11,0,0,36,11,0,0,38,11,0,0,48,11,0,0,56,11,0,0,60,11,0,0,62,11,0,0,72,11,0,0,74,11,0,0,74,11,0,0,76,11,0,0,76,11,0,0,80,11,0,0,84,11,0,0,84,11,0,0,84,11,0,0,84,11,0,0,88,11,0,0,94,11,0,0,94,11,0,0,98,11,0,0,98,11,0,0,100,11,0,0,100,11,0,0,102,11,0,0,102,11,0,0,102,11,0,0,102,11,0,0,102,11,0,0,102,11,0,0,102,11,0,0,102,11,0,0,110,11,0,0,110,11,0,0,110,11,0,0,112,11,0,0,116,11,0,0,116,11,0,0,118,11,0,0,118,11,0,0,120,11,0,0,120,11,0,0,124,11,0,0,126,11,0,0,128,11,0,0,128,11,0,0,128,11,0,0,130,11,0,0,132,11,0,0,132,11,0,0,132,11,0,0,140,11,0,0,144,11,0,0,146,11,0,0,146,11,0,0,146,11,0,0,148,11,0,0,148,11,0,0,148,11,0,0,148,11,0,0,150,11,0,0,150,11,0,0,150,11,0,0,150,11,0,0,150,11,0,0,152,11,0,0,162,11,0,0,164,11,0,0,168,11,0,0,170,11,0,0,172,11,0,0,172,11,0,0,178,11,0,0,178,11,0,0,178,11,0,0,182,11,0,0,194,11,0,0,194,11,0,0,194,11,0,0,198,11,0,0,198,11,0,0,202,11,0,0,202,11,0,0,204,11,0,0,204,11,0,0,206,11,0,0,206,11,0,0,206,11,0,0,206,11,0,0,212,11,0,0,214,11,0,0,214,11,0,0,214,11,0,0,216,11,0,0,220,11,0,0,224,11,0,0,228,11,0,0,230,11,0,0,238,11,0,0,242,11,0,0,248,11,0,0,250,11,0,0,250,11,0,0,250,11,0,0,250,11,0,0,254,11,0,0,254,11,0,0,254,11,0,0,0,12,0,0,0,12,0,0,0,12,0,0,0,12,0,0,0,12,0,0,2,12,0,0,2,12,0,0,2,12,0,0,4,12,0,0,4,12,0,0,4,12,0,0,4,12,0,0,12,12,0,0,12,12,0,0,12,12,0,0,14,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,24,12,0,0,26,12,0,0,26,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,30,12,0,0,30,12,0,0,34,12,0,0,36,12,0,0,36,12,0,0,42,12,0,0,44,12,0,0,46,12,0,0,46,12,0,0,46,12,0,0,48,12,0,0,48,12,0,0,54,12,0,0,54,12,0,0,54,12,0,0,56,12,0,0,56,12,0,0,56,12,0,0,60,12,0,0,60,12,0,0,66,12,0,0,68,12,0,0,68,12,0,0,68,12,0,0,72,12,0,0,76,12,0,0,76,12,0,0,76,12,0,0,80,12,0,0,88,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,102,12,0,0,102,12,0,0,102,12,0,0,102,12,0,0,102,12,0,0,110,12,0,0,112,12,0,0,112,12,0,0,114,12,0,0,116,12,0,0,116,12,0,0,116,12,0,0,116,12,0,0,118,12,0,0,118,12,0,0,124,12,0,0,124,12,0,0,124,12,0,0,126,12,0,0,126,12,0,0,126,12,0,0,128,12,0,0,130,12,0,0,130,12,0,0,130,12,0,0,136,12,0,0,138,12,0,0,138,12,0,0,140,12,0,0,140,12,0,0,140,12,0,0,142,12,0,0,146,12,0,0,146,12,0,0,146,12,0,0,146,12,0,0,146,12,0,0,148,12,0,0,150,12,0,0,150,12,0,0,152,12,0,0,152,12,0,0,154,12,0,0,154,12,0,0,156,12,0,0,156,12,0,0,164,12,0,0,168,12,0,0,170,12,0,0,170,12,0,0,184,12,0,0,188,12,0,0,188,12,0,0,194,12,0,0,194,12,0,0,194,12,0,0,194,12,0,0,194,12,0,0,196,12,0,0,200,12,0,0,202,12,0,0,212,12,0,0,220,12,0,0,220,12,0,0,228,12,0,0,228,12,0,0,230,12,0,0,232,12,0,0,234,12,0,0,234,12,0,0,234,12,0,0,236,12,0,0,236,12,0,0,236,12,0,0,238,12,0,0,238,12,0,0,242,12,0,0,242,12,0,0,242,12,0,0,242,12,0,0,242,12,0,0,244,12,0,0,248,12,0,0,248,12,0,0,248,12,0,0,248,12,0,0,250,12,0,0,250,12,0,0,252,12,0,0,252,12,0,0,2,13,0,0,2,13,0,0,6,13,0,0,6,13,0,0,6,13,0,0,10,13,0,0,12,13,0,0,12,13,0,0,12,13,0,0,16,13,0,0,16,13,0,0,16,13,0,0,24,13,0,0,26,13,0,0,26,13,0,0,26,13,0,0,32,13,0,0,36,13,0,0,36,13,0,0,38,13,0,0,38,13,0,0,40,13,0,0,42,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,56,13,0,0,64,13,0,0,68,13,0,0,68,13,0,0,70,13,0,0,72,13,0,0,84,13,0,0,88,13,0,0,88,13,0,0,88,13,0,0,88,13,0,0,88,13,0,0,88,13,0,0,92,13,0,0,92,13,0,0,92,13,0,0,92,13,0,0,94,13,0,0,98,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,108,13,0,0,108,13,0,0,110,13,0,0,110,13,0,0,110,13,0,0,120,13,0,0,120,13,0,0,122,13,0,0,122,13,0,0,124,13,0,0,124,13,0,0,124,13,0,0,126,13,0,0,126,13,0,0,126,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,140,13,0,0,142,13,0,0,148,13,0,0,148,13,0,0,150,13,0,0,152,13,0,0,152,13,0,0,152,13,0,0,154,13,0,0,158,13,0,0,158,13,0,0,162,13,0,0,162,13,0,0,170,13,0,0,170,13,0,0,170,13,0,0,174,13,0,0,178,13,0,0,180,13,0,0,184,13,0,0,184,13,0,0,184,13,0,0,188,13,0,0,188,13,0,0,190,13,0,0,192,13,0,0,192,13,0,0,194,13,0,0,200,13,0,0,200,13,0,0,200,13,0,0,200,13,0,0,200,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,212,13,0,0,214,13,0,0,214,13,0,0,218,13,0,0,224,13,0,0,228,13,0,0,228,13,0,0,232,13,0,0,232,13,0,0,236,13,0,0,242,13,0,0,242,13,0,0,242,13,0,0,246,13,0,0,246,13,0,0,250,13,0,0,250,13,0,0,252,13,0,0,0,14,0,0,0,14,0,0,4,14,0,0,8,14,0,0,8,14,0,0,8,14,0,0,18,14,0,0,24,14,0,0,28,14,0,0,28,14,0,0,30,14,0,0,32,14,0,0,34,14,0,0,36,14,0,0,38,14,0,0,46,14,0,0,50,14,0,0,50,14,0,0,52,14,0,0,54,14,0,0,58,14,0,0,62,14,0,0,66,14,0,0,72,14,0,0,72,14,0,0,78,14,0,0,78,14,0,0,84,14,0,0,84,14,0,0,92,14,0,0,92,14,0,0,92,14,0,0,92,14,0,0,96,14,0,0,96,14,0,0,96,14,0,0,96,14,0,0,102,14,0,0,104,14,0,0,106,14,0,0,106,14,0,0,112,14,0,0,112,14,0,0,114,14,0,0,116,14,0,0,116,14,0,0,116,14,0,0,116,14,0,0,126,14,0,0,126,14,0,0,126,14,0,0,134,14,0,0,138,14,0,0,140,14,0,0,140,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,152,14,0,0,154,14,0,0,154,14,0,0,160,14,0,0,162,14,0,0,162,14,0,0,164,14,0,0,172,14,0,0,180,14,0,0,184,14,0,0,184,14,0,0,186,14,0,0,190,14,0,0,190,14,0,0,198,14,0,0,198,14,0,0,198,14,0,0,200,14,0,0,200,14,0,0,202,14,0,0,202,14,0,0,204,14,0,0,204,14,0,0,206,14,0,0,210,14,0,0,220,14,0,0,226,14,0,0,226,14,0,0,226,14,0,0,228,14,0,0,228,14,0,0,228,14,0,0,228,14,0,0,228,14,0,0,238,14,0,0,238,14,0,0,238,14,0,0,240,14,0,0,240,14,0,0,242,14,0,0,244,14,0,0,244,14,0,0,246,14,0,0,246,14,0,0,246,14,0,0,246,14,0,0,252,14,0,0,252,14,0,0,0,15,0,0,0,15,0,0,6,15,0,0,6,15,0,0,8,15,0,0,12,15,0,0,14,15,0,0,16,15,0,0,20,15,0,0,26,15,0,0,28,15,0,0,28,15,0,0,30,15,0,0,32,15,0,0,32,15,0,0,34,15,0,0,36,15,0,0,36,15,0,0,36,15,0,0,36,15,0,0,36,15,0,0,36,15,0,0,36,15,0,0,36,15,0,0,38,15,0,0,40,15,0,0,42,15,0,0,42,15,0,0,42,15,0,0,42,15,0,0,42,15,0,0,44,15,0,0,44,15,0,0,44,15,0,0,46,15,0,0,46,15,0,0,46,15,0,0,54,15,0,0,54,15,0,0,54,15,0,0,54,15,0,0,54,15,0,0,58,15,0,0,58,15,0,0,58,15,0,0,58,15,0,0,60,15,0,0,60,15,0,0,60,15,0,0,60,15,0,0,64,15,0,0,68,15,0,0,68,15,0,0,70,15,0,0,70,15,0,0,72,15,0,0,72,15,0,0,74,15,0,0,76,15,0,0,76,15,0,0,76,15,0,0,78,15,0,0,82,15,0,0,84,15,0,0,90,15,0,0,92,15,0,0,96,15,0,0,96,15,0,0,96,15,0,0,98,15,0,0,98,15,0,0,102,15,0,0,102,15,0,0,102,15,0,0,104,15,0,0,104,15,0,0,108,15,0,0,108,15,0,0,108,15,0,0,108,15,0,0,108,15,0,0,108,15,0,0,108,15,0,0,108,15,0,0,110,15,0,0,118,15,0,0,124,15,0,0,126,15,0,0,128,15,0,0,130,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,136,15,0,0,136,15,0,0,136,15,0,0,136,15,0,0,138,15,0,0,138,15,0,0,138,15,0,0,142,15,0,0,142,15,0,0,146,15,0,0,152,15,0,0,154,15,0,0,158,15,0,0,158,15,0,0,160,15,0,0,160,15,0,0,162,15,0,0,162,15,0,0,162,15,0,0,162,15,0,0,164,15,0,0,164,15,0,0,164,15,0,0,166,15,0,0,170,15,0,0,170,15,0,0,172,15,0,0,174,15,0,0,174,15,0,0,174,15,0,0,176,15,0,0,176,15,0,0,176,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,188,15,0,0,188,15,0,0,190,15,0,0,194,15,0,0,194,15,0,0,198,15,0,0,204,15,0,0,204,15,0,0,204,15,0,0,204,15,0,0,204,15,0,0,206,15,0,0,210,15,0,0,210,15,0,0,210,15,0,0,210,15,0,0,210,15,0,0,212,15,0,0,212,15,0,0,216,15,0,0,218,15,0,0,218,15,0,0,226,15,0,0,230,15,0,0,230,15,0,0,230,15,0,0,230,15,0,0,234,15,0,0,240,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,252,15,0,0,254,15,0,0,254,15,0,0,254,15,0,0,4,16,0,0,12,16,0,0,12,16,0,0,16,16,0,0,18,16,0,0,20,16,0,0,20,16,0,0,22,16,0,0,22,16,0,0,22,16,0,0,22,16,0,0,22,16,0,0,28,16,0,0,28,16,0,0,28,16,0,0,34,16,0,0,42,16,0,0,44,16,0,0,44,16,0,0,44,16,0,0,46,16,0,0,48,16,0,0,52,16,0,0,56,16,0,0,56,16,0,0,58,16,0,0,60,16,0,0,62,16,0,0,62,16,0,0,72,16,0,0,76,16,0,0,80,16,0,0,80,16,0,0,80,16,0,0,80,16,0,0,84,16,0,0,84,16,0,0,84,16,0,0,86,16,0,0,92,16,0,0,92,16,0,0,92,16,0,0,96,16,0,0,98,16,0,0,98,16,0,0,98,16,0,0,100,16,0,0,106,16,0,0,106,16,0,0,106,16,0,0,106,16,0,0,108,16,0,0,114,16,0,0,118,16,0,0,120,16,0,0,122,16,0,0,126,16,0,0,126,16,0,0,126,16,0,0,126,16,0,0,126,16,0,0,126,16,0,0,130,16,0,0,132,16,0,0,134,16,0,0,136,16,0,0,140,16,0,0,140,16,0,0,140,16,0,0,140,16,0,0,146,16,0,0,146,16,0,0,146,16,0,0,148,16,0,0,156,16,0,0,156,16,0,0,160,16,0,0,160,16,0,0,166,16,0,0,168,16,0,0,168,16,0,0,168,16,0,0,170,16,0,0,180,16,0,0,184,16,0,0,184,16,0,0,184,16,0,0,190,16,0,0,194,16,0,0,194,16,0,0,200,16,0,0,202,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,208,16,0,0,212,16,0,0,218,16,0,0,218,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,228,16,0,0,230,16,0,0,230,16,0,0,230,16,0,0,230,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,236,16,0,0,238,16,0,0,240,16,0,0,240,16,0,0,242,16,0,0,242,16,0,0,242,16,0,0,246,16,0,0,246,16,0,0,248,16,0,0,248,16,0,0,252,16,0,0,252,16,0,0,252,16,0,0,0,17,0,0,6,17,0,0,18,17,0,0,18,17,0,0,18,17,0,0,22,17,0,0,22,17,0,0,28,17,0,0,28,17,0,0,28,17,0,0,36,17,0,0,36,17,0,0,38,17,0,0,38,17,0,0,38,17,0,0,38,17,0,0,42,17,0,0,42,17,0,0,46,17,0,0,50,17,0,0,50,17,0,0,52,17,0,0,52,17,0,0,52,17,0,0,54,17,0,0,58,17,0,0,60,17,0,0,60,17,0,0,60,17,0,0,60,17,0,0,72,17,0,0,72,17,0,0,80,17,0,0,84,17,0,0,86,17,0,0,90,17,0,0,94,17,0,0,94,17,0,0,100,17,0,0,102,17,0,0,102,17,0,0,102,17,0,0,102,17,0,0,102,17,0,0,102,17,0,0,104,17,0,0,104,17,0,0,104,17,0,0,104,17,0,0,108,17,0,0,110,17,0,0,112,17,0,0,118,17,0,0,118,17,0,0,118,17,0,0,118,17,0,0,120,17,0,0,120,17,0,0,120,17,0,0,120,17,0,0,130,17,0,0,134,17,0,0,136,17,0,0,138,17,0,0,138,17,0,0,138,17,0,0,144,17,0,0,152,17,0,0,154,17,0,0,158,17,0,0,160,17,0,0,160,17,0,0,160,17,0,0,166,17,0,0,170,17,0,0,170,17,0,0,172,17,0,0,176,17,0,0,176,17,0,0,182,17,0,0,188,17,0,0,188,17,0,0,188,17,0,0,194,17,0,0,204,17,0,0,208,17,0,0,208,17,0,0,208,17,0,0,216,17,0,0,216,17,0,0,222,17,0,0,224,17,0,0,228,17,0,0,230,17,0,0,232,17,0,0,232,17,0,0,236,17,0,0,238,17,0,0,244,17,0,0,244,17,0,0,244,17,0,0,250,17,0,0,252,17,0,0,254,17,0,0,254,17,0,0,0,18,0,0,0,18,0,0,2,18,0,0,2,18,0,0,4,18,0,0,4,18,0,0,4,18,0,0,12,18,0,0,12,18,0,0,12,18,0,0,16,18,0,0,18,18,0,0,22,18,0,0,22,18,0,0,22,18,0,0,30,18,0,0,30,18,0,0,32,18,0,0,36,18,0,0,40,18,0,0,40,18,0,0,50,18,0,0,50,18,0,0,50,18,0,0,50,18,0,0,50,18,0,0,50,18,0,0,52,18,0,0,52,18,0,0,54,18,0,0,56,18,0,0,64,18,0,0,64,18,0,0,70,18,0,0,70,18,0,0,70,18,0,0,70,18,0,0,70,18,0,0,72,18,0,0,72,18,0,0,74,18,0,0,84,18,0,0,90,18,0,0,92,18,0,0,94,18,0,0,96,18,0,0,100,18,0,0,100,18,0,0,104,18,0,0,104,18,0,0,106,18,0,0,112,18,0,0,112,18,0,0,112,18,0,0,120,18,0,0,120,18,0,0,130,18,0,0,134,18,0,0,134,18,0,0,134,18,0,0,134,18,0,0,134,18,0,0,136,18,0,0,136,18,0,0,136,18,0,0,138,18,0,0,140,18,0,0,144,18,0,0,144,18,0,0,146,18,0,0,146,18,0,0,146,18,0,0,146,18,0,0,146,18,0,0,152,18,0,0,152,18,0,0,156,18,0,0,160,18,0,0,162,18,0,0,172,18,0,0,174,18,0,0,176,18,0,0,176,18,0,0,180,18,0,0,182,18,0,0,182,18,0,0,182,18,0,0,182,18,0,0,184,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,192,18,0,0,192,18,0,0,194,18,0,0,200,18,0,0,210,18,0,0,210,18,0,0,210,18,0,0,224,18,0,0,228,18,0,0,228,18,0,0,228,18,0,0,230,18,0,0,240,18,0,0,242,18,0,0,242,18,0,0,244,18,0,0,244,18,0,0,244,18,0,0,254,18,0,0,254,18,0,0,2,19,0,0,6,19,0,0,10,19,0,0,16,19,0,0,18,19,0,0,28,19,0,0,32,19,0,0,32,19,0,0,38,19,0,0,38,19,0,0,44,19,0,0,46,19,0,0,46,19,0,0,48,19,0,0,52,19,0,0,54,19,0,0,58,19,0,0,62,19,0,0,64,19,0,0,66,19,0,0,66,19,0,0,70,19,0,0,70,19,0,0,86,19,0,0,88,19,0,0,90,19,0,0,94,19,0,0,96,19,0,0,100,19,0,0,100,19,0,0,102,19,0,0,106,19,0,0,106,19,0,0,120,19,0,0,120,19,0,0,120,19,0,0,120,19,0,0,120,19,0,0,126,19,0,0,126,19,0,0,126,19,0,0,126,19,0,0,134,19,0,0,136,19,0,0,146,19,0,0,146,19,0,0,146,19,0,0,146,19,0,0,154,19,0,0,158,19,0,0,160,19,0,0,160,19,0,0,160,19,0,0,160,19,0,0,162,19,0,0,162,19,0,0,164,19,0,0,170,19,0,0,176,19,0,0,178,19,0,0,178,19,0,0,186,19,0,0,186,19,0,0,186,19,0,0,186,19,0,0,186,19,0,0,188,19,0,0,192,19,0,0,192,19,0,0,196,19,0,0,196,19,0,0,200,19,0,0,200,19,0,0,204,19,0,0,204,19,0,0,206,19,0,0,206,19,0,0,206,19,0,0,218,19,0,0,222,19,0,0,222,19,0,0,222,19,0,0,228,19,0,0,232,19,0,0,236,19,0,0,246,19,0,0,250,19,0,0,250,19,0,0,250,19,0,0,254,19,0,0,254,19,0,0,0,20,0,0,0,20,0,0,0,20,0,0,2,20,0,0,2,20,0,0,2,20,0,0,2,20,0,0,6,20,0,0,12,20,0,0,14,20,0,0,14,20,0,0,14,20,0,0,14,20,0,0,14,20,0,0,18,20,0,0,24,20,0,0,32,20,0,0,32,20,0,0,36,20,0,0,36,20,0,0,36,20,0,0,38,20,0,0,44,20,0,0,44,20,0,0,46,20,0,0,50,20,0,0,52,20,0,0,52,20,0,0,52,20,0,0,52,20,0,0,52,20,0,0,60,20,0,0,64,20,0,0,66,20,0,0,66,20,0,0,66,20,0,0,72,20,0,0,72,20,0,0,76,20,0,0,78,20,0,0,80,20,0,0,80,20,0,0,84,20,0,0,88,20,0,0,88,20,0,0,88,20,0,0,92,20,0,0,92,20,0,0,94,20,0,0,94,20,0,0,96,20,0,0,96,20,0,0,96,20,0,0,100,20,0,0,102,20,0,0,104,20,0,0,104,20,0,0,104,20,0,0,104,20,0,0,104,20,0,0,104,20,0,0,104,20,0,0,104,20,0,0,112,20,0,0,114,20,0,0,114,20,0,0,116,20,0,0,116,20,0,0,126,20,0,0,134,20,0,0,134,20,0,0,134,20,0,0,134,20,0,0,136,20,0,0,138,20,0,0,142,20,0,0,142,20,0,0,144,20,0,0,144,20,0,0,144,20,0,0,144,20,0,0,146,20,0,0,146,20,0,0,146,20,0,0,148,20,0,0,150,20,0,0,150,20,0,0,152,20,0,0,154,20,0,0,156,20,0,0,158,20,0,0,158,20,0,0,158,20,0,0,160,20,0,0,162,20,0,0,162,20,0,0,166,20,0,0,166,20,0,0,166,20,0,0,166,20,0,0,168,20,0,0,170,20,0,0,174,20,0,0,176,20,0,0,176,20,0,0,178,20,0,0,188,20,0,0,192,20,0,0,200,20,0,0,200,20,0,0,204,20,0,0,206,20,0,0,206,20,0,0,206,20,0,0,208,20,0,0,210,20,0,0,210,20,0,0,210,20,0,0,210,20,0,0,210,20,0,0,210,20,0,0,210,20,0,0,210,20,0,0,210,20,0,0,214,20,0,0,216,20,0,0,216,20,0,0,216,20,0,0,216,20,0,0,218,20,0,0,222,20,0,0,224,20,0,0,224,20,0,0,226,20,0,0,226,20,0,0,230,20,0,0,230,20,0,0,230,20,0,0,230,20,0,0,234,20,0,0,236,20,0,0,236,20,0,0,240,20,0,0,244,20,0,0,244,20,0,0,244,20,0,0,244,20,0,0,250,20,0,0,2,21,0,0,4,21,0,0,6,21,0,0,6,21,0,0,6,21,0,0,10,21,0,0,10,21,0,0,10,21,0,0,12,21,0,0,16,21,0,0,16,21,0,0,16,21,0,0,16,21,0,0,16,21,0,0,22,21,0,0,34,21,0,0,34,21,0,0,36,21,0,0,48,21,0,0,48,21,0,0,60,21,0,0,68,21,0,0,68,21,0,0,68,21,0,0,68,21,0,0,68,21,0,0,72,21,0,0,74,21,0,0,74,21,0,0,74,21,0,0,74,21,0,0,74,21,0,0,76,21,0,0,78,21,0,0,78,21,0,0,80,21,0,0,82,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,92,21,0,0,92,21,0,0,102,21,0,0,104,21,0,0,104,21,0,0,104,21,0,0,104,21,0,0,104,21,0,0,106,21,0,0,108,21,0,0,110,21,0,0,116,21,0,0,116,21,0,0,118,21,0,0,122,21,0,0,128,21,0,0,128,21,0,0,132,21,0,0,134,21,0,0,134,21,0,0,144,21,0,0,146,21,0,0,146,21,0,0,152,21,0,0,152,21,0,0,152,21,0,0,154,21,0,0,154,21,0,0,154,21,0,0,158,21,0,0,160,21,0,0,162,21,0,0,162,21,0,0,162,21,0,0,162,21,0,0,172,21,0,0,172,21,0,0,176,21,0,0,178,21,0,0,182,21,0,0,182,21,0,0,182,21,0,0,182,21,0,0,184,21,0,0,186,21,0,0,186,21,0,0,186,21,0,0,190,21,0,0,192,21,0,0,192,21,0,0,194,21,0,0,196,21,0,0,198,21,0,0,200,21,0,0,206,21,0,0,206,21,0,0,208,21,0,0,208,21,0,0,208,21,0,0,210,21,0,0,210,21,0,0,212,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,220,21,0,0,220,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,234,21,0,0,246,21,0,0,246,21,0,0,248,21,0,0,248,21,0,0,250,21,0,0,254,21,0,0,8,22,0,0,8,22,0,0,12,22,0,0,12,22,0,0,12,22,0,0,12,22,0,0,12,22,0,0,16,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,40,22,0,0,42,22,0,0,44,22,0,0,46,22,0,0,46,22,0,0,48,22,0,0,48,22,0,0,58,22,0,0,58,22,0,0,60,22,0,0,60,22,0,0,60,22,0,0,60,22,0,0,62,22,0,0,66,22,0,0,66,22,0,0,68,22,0,0,70,22,0,0,70,22,0,0,70,22,0,0,72,22,0,0,72,22,0,0,72,22,0,0,72,22,0,0,72,22,0,0,76,22,0,0,76,22,0,0,76,22,0,0,76,22,0,0,80,22,0,0,80,22,0,0,80,22,0,0,84,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,98,22,0,0,98,22,0,0,98,22,0,0,100,22,0,0,102,22,0,0,104,22,0,0,106,22,0,0,108,22,0,0,108,22,0,0,110,22,0,0,110,22,0,0,110,22,0,0,110,22,0,0,112,22,0,0,114,22,0,0,114,22,0,0,116,22,0,0,116,22,0,0,116,22,0,0,124,22,0,0,126,22,0,0,126,22,0,0,128,22,0,0,128,22,0,0,132,22,0,0,142,22,0,0,142,22,0,0,142,22,0,0,154,22,0,0,160,22,0,0,160,22,0,0,168,22,0,0,170,22,0,0,170,22,0,0,170,22,0,0,170,22,0,0,176,22,0,0,178,22,0,0,186,22,0,0,192,22,0,0,192,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,200,22,0,0,204,22,0,0,204,22,0,0,208,22,0,0,208,22,0,0,214,22,0,0,214,22,0,0,220,22,0,0,220,22,0,0,220,22,0,0,226,22,0,0,226,22,0,0,226,22,0,0,226,22,0,0,230,22,0,0,230,22,0,0,232,22,0,0,232,22,0,0,238,22,0,0,240,22,0,0,244,22,0,0,246,22,0,0,246,22,0,0,246,22,0,0,246,22,0,0,246,22,0,0,246,22,0,0,246,22,0,0,246,22,0,0,246,22,0,0,252,22,0,0,0,23,0,0,0,23,0,0,18,23,0,0,28,23,0,0,32,23,0,0,32,23,0,0,36,23,0,0,36,23,0,0,40,23,0,0,40,23,0,0,40,23,0,0,40,23,0,0,42,23,0,0,42,23,0,0,46,23,0,0,46,23,0,0,52,23,0,0,52,23,0,0,56,23,0,0,56,23,0,0,56,23,0,0,62,23,0,0,64,23,0,0,68,23,0,0,68,23,0,0,74,23,0,0,78,23,0,0,78,23,0,0,80,23,0,0,80,23,0,0,80,23,0,0,82,23,0,0,86,23,0,0,94,23,0,0,104,23,0,0,104,23,0,0,110,23,0,0,112,23,0,0,112,23,0,0,112,23,0,0,112,23,0,0,114,23,0,0,116,23,0,0,120,23,0,0,120,23,0,0,126,23,0,0,126,23,0,0,128,23,0,0,130,23,0,0,136,23,0,0,138,23,0,0,140,23,0,0,140,23,0,0,140,23,0,0,144,23,0,0,148,23,0,0,148,23,0,0,150,23,0,0,152,23,0,0,152,23,0,0,154,23,0,0,160,23,0,0,160,23,0,0,160,23,0,0,160,23,0,0,160,23,0,0,160,23,0,0,160,23,0,0,160,23,0,0,160,23,0,0,160,23,0,0,160,23,0,0,162,23,0,0,162,23,0,0,164,23,0,0,166,23,0,0,166,23,0,0,168,23,0,0,168,23,0,0,168,23,0,0,170,23,0,0,170,23,0,0,170,23,0,0,178,23,0,0,184,23,0,0,184,23,0,0,184,23,0,0,190,23,0,0,202,23,0,0,204,23,0,0,204,23,0,0,204,23,0,0,208,23,0,0,216,23,0,0,216,23,0,0,216,23,0,0,220,23,0,0,220,23,0,0,226,23,0,0,226,23,0,0,228,23,0,0,234,23,0,0,238,23,0,0,238,23,0,0,242,23,0,0,244,23,0,0,244,23,0,0,244,23,0,0,248,23,0,0,252,23,0,0,254,23,0,0,254,23,0,0,0,24,0,0,0,24,0,0,8,24,0,0,12,24,0,0,14,24,0,0,18,24,0,0,18,24,0,0,22,24,0,0,22,24,0,0,26,24,0,0,34,24,0,0,42,24,0,0,46,24,0,0,46,24,0,0,50,24,0,0,56,24,0,0,56,24,0,0,56,24,0,0,56,24,0,0,58,24,0,0,68,24,0,0,70,24,0,0,78,24,0,0,78,24,0,0,80,24,0,0,80,24,0,0,82,24,0,0,82,24,0,0,82,24,0,0,84,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,94,24,0,0,104,24,0,0,106,24,0,0,106,24,0,0,108,24,0,0,108,24,0,0,108,24,0,0,110,24,0,0,110,24,0,0,110,24,0,0,110,24,0,0,110,24,0,0,110,24,0,0,110,24,0,0,110,24,0,0,110,24,0,0,110,24,0,0,110,24,0,0,116,24,0,0,116,24,0,0,118,24,0,0,118,24,0,0,118,24,0,0,118,24,0,0,122,24,0,0,122,24,0,0,126,24,0,0,132,24,0,0,132,24,0,0,132,24,0,0,138,24,0,0,138,24,0,0,138,24,0,0,140,24,0,0,144,24,0,0,150,24,0,0,150,24,0,0,152,24,0,0,152,24,0,0,158,24,0,0,158,24,0,0,160,24,0,0,160,24,0,0,160,24,0,0,166,24,0,0,168,24,0,0,168,24,0,0,168,24,0,0,168,24,0,0,168,24,0,0,168,24,0,0,172,24,0,0,182,24,0,0,184,24,0,0,184,24,0,0,186,24,0,0,186,24,0,0,186,24,0,0,186,24,0,0,190,24,0,0,194,24,0,0,194,24,0,0,196,24,0,0,198,24,0,0,200,24,0,0,200,24,0,0,200,24,0,0,204,24,0,0,208,24,0,0,208,24,0,0,208,24,0,0,210,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,228,24,0,0,232,24,0,0,232,24,0,0,244,24,0,0,246,24,0,0,246,24,0,0,250,24,0,0,0,25,0,0,0,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,10,25,0,0,10,25,0,0,10,25,0,0,10,25,0,0,12,25,0,0,12,25,0,0,16,25,0,0,18,25,0,0,18,25,0,0,18,25,0,0,18,25,0,0,18,25,0,0,18,25,0,0,20,25,0,0,22,25,0,0,26,25,0,0,36,25,0,0,36,25,0,0,40,25,0,0,46,25,0,0,46,25,0,0,50,25,0,0,52,25,0,0,52,25,0,0,52,25,0,0,64,25,0,0,66,25,0,0,70,25,0,0,70,25,0,0,70,25,0,0,70,25,0,0,70,25,0,0,74,25,0,0,74,25,0,0,76,25,0,0,80,25,0,0,80,25,0,0,84,25,0,0,86,25,0,0,90,25,0,0,90,25,0,0,92,25,0,0,98,25,0,0,98,25,0,0,100,25,0,0,100,25,0,0,100,25,0,0,104,25,0,0,104,25,0,0,104,25,0,0,104,25,0,0,104,25,0,0,104,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,122,25,0,0,124,25,0,0,124,25,0,0,130,25,0,0,130,25,0,0,138,25,0,0,140,25,0,0,140,25,0,0,140,25,0,0,140,25,0,0,140,25,0,0,142,25,0,0,146,25,0,0,146,25,0,0,152,25,0,0,152,25,0,0,156,25,0,0,158,25,0,0,158,25,0,0,166,25,0,0,168,25,0,0,168,25,0,0,174,25,0,0,176,25,0,0,176,25,0,0,176,25,0,0,176,25,0,0,178,25,0,0,184,25,0,0,186,25,0,0,186,25,0,0,202,25,0,0,204,25,0,0,212,25,0,0,216,25,0,0,216,25,0,0,216,25,0,0,216,25,0,0,222,25,0,0,224,25,0,0,224,25,0,0,226,25,0,0,228,25,0,0,228,25,0,0,228,25,0,0,228,25,0,0,230,25,0,0,230,25,0,0,232,25,0,0,232,25,0,0,232,25,0,0,236,25,0,0,236,25,0,0,236,25,0,0,240,25,0,0,240,25,0,0,240,25,0,0,248,25,0,0,248,25,0,0,248,25,0,0,248,25,0,0,248,25,0,0,248,25,0,0,0,26,0,0,0,26,0,0,6,26,0,0,12,26,0,0,16,26,0,0,24,26,0,0,24,26,0,0,24,26,0,0,26,26,0,0,38,26,0,0,40,26,0,0,40,26,0,0,40,26,0,0,40,26,0,0,42,26,0,0,42,26,0,0,44,26,0,0,44,26,0,0,46,26,0,0,46,26,0,0,48,26,0,0,50,26,0,0,54,26,0,0,58,26,0,0,58,26,0,0,58,26,0,0,60,26,0,0,60,26,0,0,60,26,0,0,60,26,0,0,62,26,0,0,62,26,0,0,62,26,0,0,62,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,70,26,0,0,70,26,0,0,70,26,0,0,76,26,0,0,76,26,0,0,78,26,0,0,78,26,0,0,78,26,0,0,80,26,0,0,80,26,0,0,80,26,0,0,80,26,0,0,82,26,0,0,82,26,0,0,82,26,0,0,92,26,0,0,92,26,0,0,96,26,0,0,96,26,0,0,96,26,0,0,96,26,0,0,96,26,0,0,98,26,0,0,100,26,0,0,108,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,114,26,0,0,114,26,0,0,116,26,0,0,130,26,0,0,136,26,0,0,136,26,0,0,140,26,0,0,140,26,0,0,146,26,0,0,146,26,0,0,146,26,0,0,146,26,0,0,150,26,0,0,150,26,0,0,150,26,0,0,150,26,0,0,154,26,0,0,154,26,0,0,154,26,0,0,154,26,0,0,158,26,0,0,160,26,0,0,160,26,0,0,160,26,0,0,162,26,0,0,164,26,0,0,168,26,0,0,170,26,0,0,176,26,0,0,176,26,0,0,182,26,0,0,186,26,0,0,188,26,0,0,194,26,0,0,194,26,0,0,194,26,0,0,194,26,0,0,198,26,0,0,200,26,0,0,200,26,0,0,204,26,0,0,204,26,0,0,206,26,0,0,206,26,0,0,206,26,0,0,208,26,0,0,208,26,0,0,210,26,0,0,214,26,0,0,220,26,0,0,220,26,0,0,222,26,0,0,228,26,0,0,228,26,0,0,228,26,0,0,228,26,0,0,228,26,0,0,228,26,0,0,228,26,0,0,228,26,0,0,236,26,0,0,242,26,0,0,242,26,0,0,254,26,0,0,4,27,0,0,6,27,0,0,6,27,0,0,12,27,0,0,14,27,0,0,16,27,0,0,16,27,0,0,18,27,0,0,18,27,0,0,20,27,0,0,24,27,0,0,24,27,0,0,28,27,0,0,28,27,0,0,28,27,0,0,32,27,0,0,32,27,0,0,32,27,0,0,32,27,0,0,36,27,0,0,40,27,0,0,44,27,0,0,46,27,0,0,46,27,0,0,50,27,0,0,50,27,0,0,50,27,0,0,50,27,0,0,50,27,0,0,50,27,0,0,50,27,0,0,50,27,0,0,50,27,0,0,52,27,0,0,54,27,0,0,58,27,0,0,60,27,0,0,60,27,0,0,64,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,70,27,0,0,70,27,0,0,72,27,0,0,72,27,0,0,74,27,0,0,76,27,0,0,80,27,0,0,82,27,0,0,82,27,0,0,82,27,0,0,82,27,0,0,86,27,0,0,92,27,0,0,94,27,0,0,94,27,0,0,94,27,0,0,100,27,0,0,102,27,0,0,102,27,0,0,102,27,0,0,104,27,0,0,104,27,0,0,104,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,110,27,0,0,112,27,0,0,112,27,0,0,112,27,0,0,112,27,0,0,112,27,0,0,112,27,0,0,114,27,0,0,114,27,0,0,118,27,0,0,120,27,0,0,130,27,0,0,130,27,0,0,136,27,0,0,136,27,0,0,136,27,0,0,136,27,0,0,136,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,148,27,0,0,148,27,0,0,148,27,0,0,148,27,0,0,150,27,0,0,150,27,0,0,150,27,0,0,150,27,0,0,150,27,0,0,154,27,0,0,156,27,0,0,156,27,0,0,160,27,0,0,164,27,0,0,166,27,0,0,170,27,0,0,170,27,0,0,174,27,0,0,174,27,0,0,174,27,0,0,174,27,0,0,174,27,0,0,178,27,0,0,178,27,0,0,178,27,0,0,190,27,0,0,190,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,200,27,0,0,200,27,0,0,202,27,0,0,214,27,0,0,216,27,0,0,220,27,0,0,222,27,0,0,222,27,0,0,234,27,0,0,234,27,0,0,244,27,0,0,248,27,0,0,248,27,0,0,252,27,0,0,252,27,0,0,252,27,0,0,254,27,0,0,2,28,0,0,2,28,0,0,4,28,0,0,4,28,0,0,6,28,0,0,8,28,0,0,8,28,0,0,12,28,0,0,16,28,0,0,16,28,0,0,16,28,0,0,16,28,0,0,16,28,0,0,18,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,38,28,0,0,42,28,0,0,42,28,0,0,42,28,0,0,42,28,0,0,48,28,0,0,48,28,0,0,48,28,0,0,52,28,0,0,56,28,0,0,56,28,0,0,56,28,0,0,58,28,0,0,58,28,0,0,60,28,0,0,66,28,0,0,70,28,0,0,70,28,0,0,70,28,0,0,74,28,0,0,76,28,0,0,76,28,0,0,78,28,0,0,82,28,0,0,82,28,0,0,82,28,0,0,84,28,0,0,84,28,0,0,86,28,0,0,88,28,0,0,92,28,0,0,96,28,0,0,98,28,0,0,100,28,0,0,110,28,0,0,112,28,0,0,112,28,0,0,112,28,0,0,112,28,0,0,112,28,0,0,112,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,130,28,0,0,130,28,0,0,130,28,0,0,130,28,0,0,136,28,0,0,138,28,0,0,142,28,0,0,144,28,0,0,144,28,0,0,144,28,0,0,144,28,0,0,150,28,0,0,152,28,0,0,152,28,0,0,154,28,0,0,156,28,0,0,156,28,0,0,156,28,0,0,156,28,0,0,158,28,0,0,158,28,0,0,160,28,0,0,160,28,0,0,168,28,0,0,168,28,0,0,170,28,0,0,170,28,0,0,170,28,0,0,170,28,0,0,176,28,0,0,178,28,0,0,178,28,0,0,178,28,0,0,178,28,0,0,178,28,0,0,182,28,0,0,184,28,0,0,186,28,0,0,190,28,0,0,190,28,0,0,198,28,0,0,198,28,0,0,198,28,0,0,202,28,0,0,208,28,0,0,208,28,0,0,208,28,0,0,210,28,0,0,214,28,0,0,214,28,0,0,216,28,0,0,216,28,0,0,218,28,0,0,220,28,0,0,222,28,0,0,222,28,0,0,222,28,0,0,222,28,0,0,222,28,0,0,228,28,0,0,230,28,0,0,234,28,0,0,234,28,0,0,234,28,0,0,234,28,0,0,238,28,0,0,244,28,0,0,250,28,0,0,252,28,0,0,254,28,0,0,254,28,0,0,254,28,0,0,254,28,0,0,254,28,0,0,0,29,0,0,6,29,0,0,10,29,0,0,10,29,0,0,18,29,0,0,18,29,0,0,26,29,0,0,26,29,0,0,28,29,0,0,28,29,0,0,28,29,0,0,32,29,0,0,32,29,0,0,32,29,0,0,38,29,0,0,40,29,0,0,44,29,0,0,48,29,0,0,54,29,0,0,58,29,0,0,58,29,0,0,60,29,0,0,60,29,0,0,64,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,76,29,0,0,76,29,0,0,82,29,0,0,84,29,0,0,86,29,0,0,90,29,0,0,90,29,0,0,92,29,0,0,92,29,0,0,94,29,0,0,94,29,0,0,102,29,0,0,102,29,0,0,102,29,0,0,102,29,0,0,102,29,0,0,104,29,0,0,106,29,0,0,112,29,0,0,112,29,0,0,112,29,0,0,118,29,0,0,118,29,0,0,122,29,0,0,122,29,0,0,124,29,0,0,124,29,0,0,124,29,0,0,124,29,0,0,124,29,0,0,128,29,0,0,128,29,0,0,128,29,0,0,128,29,0,0,128,29,0,0,130,29,0,0,132,29,0,0,138,29,0,0,138,29,0,0,138,29,0,0,140,29,0,0,140,29,0,0,140,29,0,0,140,29,0,0,140,29,0,0,140,29,0,0,142,29,0,0,146,29,0,0,146,29,0,0,146,29,0,0,148,29,0,0,150,29,0,0,152,29,0,0,152,29,0,0,154,29,0,0,156,29,0,0,160,29,0,0,160,29,0,0,164,29,0,0,164,29,0,0,166,29,0,0,166,29,0,0,178,29,0,0,178,29,0,0,178,29,0,0,180,29,0,0,180,29,0,0,182,29,0,0,188,29,0,0,188,29,0,0,188,29,0,0,192,29,0,0,192,29,0,0,194,29,0,0,194,29,0,0,198,29,0,0,198,29,0,0,198,29,0,0,198,29,0,0,198,29,0,0,202,29,0,0,208,29,0,0,210,29,0,0,214,29,0,0,218,29,0,0,218,29,0,0,222,29,0,0,232,29,0,0,236,29,0,0,236,29,0,0,236,29,0,0,236,29,0,0,236,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,254,29,0,0,4,30,0,0,4,30,0,0,6,30,0,0,8,30,0,0,14,30,0,0,16,30,0,0,16,30,0,0,16,30,0,0,18,30,0,0,22,30,0,0,22,30,0,0,30,30,0,0,30,30,0,0,32,30,0,0,36,30,0,0,42,30,0,0,42,30,0,0,44,30,0,0,44,30,0,0,44,30,0,0,56,30,0,0,56,30,0,0,56,30,0,0,58,30,0,0,58,30,0,0,58,30,0,0,62,30,0,0,76,30,0,0,80,30,0,0,82,30,0,0,86,30,0,0,86,30,0,0,90,30,0,0,98,30,0,0,100,30,0,0,100,30,0,0,100,30,0,0,100,30,0,0,100,30,0,0,102,30,0,0,104,30,0,0,104,30,0,0,104,30,0,0,114,30,0,0,116,30,0,0,116,30,0,0,122,30,0,0,122,30,0,0,126,30,0,0,134,30,0,0,142,30,0,0,144,30,0,0,150,30,0,0,150,30,0,0,150,30,0,0,150,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,156,30,0,0,156,30,0,0,156,30,0,0,158,30,0,0,162,30,0,0,168,30,0,0,170,30,0,0,172,30,0,0,176,30,0,0,178,30,0,0,190,30,0,0,190,30,0,0,194,30,0,0,196,30,0,0,200,30,0,0,202,30,0,0,204,30,0,0,208,30,0,0,210,30,0,0,212,30,0,0,214,30,0,0,216,30,0,0,216,30,0,0,216,30,0,0,220,30,0,0,224,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,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,246,30,0,0,246,30,0,0,246,30,0,0,248,30,0,0,248,30,0,0,250,30,0,0,250,30,0,0,250,30,0,0,0,31,0,0,6,31,0,0,6,31,0,0,12,31,0,0,12,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,30,31,0,0,32,31,0,0,32,31,0,0,34,31,0,0,38,31,0,0,38,31,0,0,38,31,0,0,38,31,0,0,40,31,0,0,48,31,0,0,48,31,0,0,50,31,0,0,50,31,0,0,50,31,0,0,50,31,0,0,52,31,0,0,52,31,0,0,52,31,0,0,52,31,0,0,54,31,0,0,54,31,0,0,56,31,0,0,62,31,0,0,62,31,0,0,64,31,0,0,64,31,0,0,64,31,0,0,66,31,0,0,68,31,0,0,70,31,0,0,70,31,0,0,74,31,0,0,74,31,0,0,76,31,0,0,82,31,0,0,82,31,0,0,84,31,0,0,84,31,0,0,88,31,0,0,90,31,0,0,90,31,0,0,96,31,0,0,96,31,0,0,96,31,0,0,96,31,0,0,98,31,0,0,98,31,0,0,98,31,0,0,100,31,0,0,118,31,0,0,120,31,0,0,120,31,0,0,122,31,0,0,122,31,0,0,122,31,0,0,126,31,0,0,126,31,0,0,126,31,0,0,128,31,0,0,130,31,0,0,130,31,0,0,132,31,0,0,134,31,0,0,134,31,0,0,134,31,0,0,134,31,0,0,140,31,0,0,142,31,0,0,142,31,0,0,142,31,0,0,142,31,0,0,142,31,0,0,148,31,0,0,148,31,0,0,148,31,0,0,148,31,0,0,150,31,0,0,152,31,0,0,156,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,160,31,0,0,164,31,0,0,164,31,0,0,166,31,0,0,166,31,0,0,166,31,0,0,168,31,0,0,170,31,0,0,170,31,0,0,170,31,0,0,172,31,0,0,176,31,0,0,176,31,0,0,176,31,0,0,184,31,0,0,192,31,0,0,192,31,0,0,194,31,0,0,198,31,0,0,206,31,0,0,216,31,0,0,218,31,0,0,218,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,220,31,0,0,220,31,0,0,222,31,0,0,222,31,0,0,222,31,0,0,222,31,0,0,228,31,0,0,228,31,0,0,228,31,0,0,228,31,0,0,228,31,0,0,228,31,0,0,230,31,0,0,232,31,0,0,232,31,0,0,232,31,0,0,232,31,0,0,232,31,0,0,232,31,0,0,236,31,0,0,238,31,0,0,240,31,0,0,240,31,0,0,242,31,0,0,244,31,0,0,0,32,0,0,2,32,0,0,2,32,0,0,2,32,0,0,6,32,0,0,6,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,16,32,0,0,18,32,0,0,18,32,0,0,20,32,0,0,20,32,0,0,24,32,0,0,24,32,0,0,28,32,0,0,28,32,0,0,28,32,0,0,32,32,0,0,36,32,0,0,46,32,0,0,46,32,0,0,46,32,0,0,46,32,0,0,46,32,0,0,52,32,0,0,52,32,0,0,52,32,0,0,54,32,0,0,58,32,0,0,58,32,0,0,58,32,0,0,58,32,0,0,60,32,0,0,60,32,0,0,60,32,0,0,62,32,0,0,62,32,0,0,66,32,0,0,66,32,0,0,68,32,0,0,74,32,0,0,74,32,0,0,74,32,0,0,74,32,0,0,74,32,0,0,78,32,0,0,78,32,0,0,78,32,0,0,78,32,0,0,80,32,0,0,80,32,0,0,82,32,0,0,82,32,0,0,82,32,0,0,84,32,0,0,86,32,0,0,96,32,0,0,98,32,0,0,98,32,0,0,104,32,0,0,108,32,0,0,110,32,0,0,120,32,0,0,124,32,0,0,128,32,0,0,128,32,0,0,128,32,0,0,132,32,0,0,132,32,0,0,132,32,0,0,136,32,0,0,136,32,0,0,146,32,0,0,146,32,0,0,146,32,0,0,146,32,0,0,146,32,0,0,146,32,0,0,146,32,0,0,152,32,0,0,154,32,0,0,154,32,0,0,154,32,0,0,154,32,0,0,162,32,0,0,164,32,0,0,164,32,0,0,170,32,0,0,174,32,0,0,174,32,0,0,174,32,0,0,174,32,0,0,180,32,0,0,180,32,0,0,184,32,0,0,184,32,0,0,184,32,0,0,184,32,0,0,186,32,0,0,186,32,0,0,188,32,0,0,192,32,0,0,198,32,0,0,204,32,0,0,204,32,0,0,210,32,0,0,212,32,0,0,212,32,0,0,214,32,0,0,218,32,0,0,222,32,0,0,222,32,0,0,228,32,0,0,228,32,0,0,230,32,0,0,230,32,0,0,230,32,0,0,230,32,0,0,234,32,0,0,236,32,0,0,236,32,0,0,236,32,0,0,238,32,0,0,238,32,0,0,240,32,0,0,242,32,0,0,244,32,0,0,246,32,0,0,250,32,0,0,252,32,0,0,252,32,0,0,252,32,0,0,252,32,0,0,254,32,0,0,254,32,0,0,0,33,0,0,2,33,0,0,4,33,0,0,18,33,0,0,18,33,0,0,18,33,0,0,18,33,0,0,26,33,0,0,30,33,0,0,30,33,0,0,30,33,0,0,30,33,0,0,30,33,0,0,34,33,0,0,34,33,0,0,34,33,0,0,34,33,0,0,34,33,0,0,42,33,0,0,42,33,0,0,44,33,0,0,44,33,0,0,54,33,0,0,56,33,0,0,56,33,0,0,60,33,0,0,60,33,0,0,62,33,0,0,62,33,0,0,62,33,0,0,62,33,0,0,62,33,0,0,62,33,0,0,62,33,0,0,68,33,0,0,70,33,0,0,72,33,0,0,72,33,0,0,72,33,0,0,72,33,0,0,72,33,0,0,72,33,0,0,74,33,0,0,74,33,0,0,76,33,0,0,76,33,0,0,82,33,0,0,84,33,0,0,84,33,0,0,88,33,0,0,88,33,0,0,88,33,0,0,88,33,0,0,88,33,0,0,88,33,0,0,92,33,0,0,94,33,0,0,94,33,0,0,94,33,0,0,96,33,0,0,98,33,0,0,106,33,0,0,106,33,0,0,110,33,0,0,112,33,0,0,112,33,0,0,118,33,0,0,128,33,0,0,128,33,0,0,128,33,0,0,128,33,0,0,128,33,0,0,138,33,0,0,140,33,0,0,142,33,0,0,142,33,0,0,142,33,0,0,148,33,0,0,154,33,0,0,154,33,0,0,156,33,0,0,156,33,0,0,156,33,0,0,156,33,0,0,156,33,0,0,162,33,0,0,164,33,0,0,164,33,0,0,166,33,0,0,166,33,0,0,168,33,0,0,168,33,0,0,168,33,0,0,168,33,0,0,168,33,0,0,172,33,0,0,174,33,0,0,174,33,0,0,174,33,0,0,182,33,0,0,184,33,0,0,184,33,0,0,186,33,0,0,190,33,0,0,190,33,0,0,202,33,0,0,204,33,0,0,212,33,0,0,212,33,0,0,216,33,0,0,222,33,0,0,222,33,0,0,224,33,0,0,228,33,0,0,228,33,0,0,228,33,0,0,230,33,0,0,234,33,0,0,238,33,0,0,238,33,0,0,238,33,0,0,244,33,0,0,244,33,0,0,244,33,0,0,0,34,0,0,4,34,0,0,6,34,0,0,10,34,0,0,10,34,0,0,10,34,0,0,12,34,0,0,20,34,0,0,20,34,0,0,20,34,0,0,20,34,0,0,20,34,0,0,30,34,0,0,34,34,0,0,34,34,0,0,38,34,0,0,40,34,0,0,40,34,0,0,42,34,0,0,42,34,0,0,42,34,0,0,42,34,0,0,48,34,0,0,54,34,0,0,54,34,0,0,56,34,0,0,56,34,0,0,60,34,0,0,68,34,0,0,70,34,0,0,70,34,0,0,70,34,0,0,74,34,0,0,78,34,0,0,78,34,0,0,86,34,0,0,88,34,0,0,88,34,0,0,88,34,0,0,92,34,0,0,92,34,0,0,94,34,0,0,100,34,0,0,100,34,0,0,102,34,0,0,104,34,0,0,108,34,0,0,108,34,0,0,108,34,0,0,108,34,0,0,112,34,0,0,114,34,0,0,118,34,0,0,118,34,0,0,118,34,0,0,120,34,0,0,132,34,0,0,132,34,0,0,138,34,0,0,140,34,0,0,142,34,0,0,144,34,0,0,144,34,0,0,150,34,0,0,150,34,0,0,158,34,0,0,160,34,0,0,160,34,0,0,160,34,0,0,162,34,0,0,162,34,0,0,162,34,0,0,166,34,0,0,166,34,0,0,174,34,0,0,174,34,0,0,174,34,0,0,174,34,0,0,174,34,0,0,178,34,0,0,178,34,0,0,180,34,0,0,180,34,0,0,184,34,0,0,188,34,0,0,190,34,0,0,190,34,0,0,192,34,0,0,198,34,0,0,198,34,0,0,200,34,0,0,204,34,0,0,204,34,0,0,206,34,0,0,220,34,0,0,222,34,0,0,224,34,0,0,226,34,0,0,226,34,0,0,232,34,0,0,232,34,0,0,232,34,0,0,232,34,0,0,234,34,0,0,236,34,0,0,244,34,0,0,250,34,0,0,254,34,0,0,4,35,0,0,12,35,0,0,14,35,0,0,14,35,0,0,20,35,0,0,22,35,0,0,26,35,0,0,26,35,0,0,26,35,0,0,30,35,0,0,40,35,0,0,40,35,0,0,42,35,0,0,44,35,0,0,46,35,0,0,46,35,0,0,54,35,0,0,64,35,0,0,64,35,0,0,64,35,0,0,64,35,0,0,64,35,0,0,64,35,0,0,64,35,0,0,64,35,0,0,64,35,0,0,70,35,0,0,70,35,0,0,80,35,0,0,80,35,0,0,80,35,0,0,80,35,0,0,80,35,0,0,90,35,0,0,94,35,0,0,94,35,0,0,94,35,0,0,94,35,0,0,94,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,100,35,0,0,100,35,0,0,102,35,0,0,106,35,0,0,106,35,0,0,108,35,0,0,108,35,0,0,108,35,0,0,114,35,0,0,118,35,0,0,118,35,0,0,120,35,0,0,120,35,0,0,122,35,0,0,126,35,0,0,126,35,0,0,126,35,0,0,126,35,0,0,128,35,0,0,132,35,0,0,132,35,0,0,136,35,0,0,136,35,0,0,142,35,0,0,142,35,0,0,142,35,0,0,142,35,0,0,154,35,0,0,158,35,0,0,160,35,0,0,160,35,0,0,160,35,0,0,170,35,0,0,170,35,0,0,170,35,0,0,172,35,0,0,172,35,0,0,174,35,0,0,178,35,0,0,178,35,0,0,182,35,0,0,182,35,0,0,182,35,0,0,182,35,0,0,184,35,0,0,184,35,0,0,184,35,0,0,186,35,0,0,186,35,0,0,186,35,0,0,186,35,0,0,188,35,0,0,190,35,0,0,194,35,0,0,198,35,0,0,198,35,0,0,200,35,0,0,200,35,0,0,200,35,0,0,200,35,0,0,200,35,0,0,200,35,0,0,200,35,0,0,200,35,0,0,200,35,0,0,200,35,0,0,204,35,0,0,204,35,0,0,212,35,0,0,214,35,0,0,214,35,0,0,214,35,0,0,218,35,0,0,222,35,0,0,226,35,0,0,230,35,0,0,232,35,0,0,236,35,0,0,236,35,0,0,240,35,0,0,244,35,0,0,244,35,0,0,244,35,0,0,246,35,0,0,246,35,0,0,246,35,0,0,248,35,0,0,248,35,0,0,248,35,0,0,248,35,0,0,248,35,0,0,248,35,0,0,252,35,0,0,252,35,0,0,2,36,0,0,4,36,0,0,4,36,0,0,6,36,0,0,14,36,0,0,14,36,0,0,16,36,0,0,22,36,0,0,24,36,0,0,28,36,0,0,32,36,0,0,32,36,0,0,40,36,0,0,40,36,0,0,40,36,0,0,40,36,0,0,44,36,0,0,46,36,0,0,48,36,0,0,56,36,0,0,56,36,0,0,56,36,0,0,56,36,0,0,58,36,0,0,58,36,0,0,58,36,0,0,60,36,0,0,62,36,0,0,66,36,0,0,68,36,0,0,70,36,0,0,74,36,0,0,74,36,0,0,74,36,0,0,76,36,0,0,80,36,0,0,84,36,0,0,84,36,0,0,84,36,0,0,84,36,0,0,86,36,0,0,90,36,0,0,90,36,0,0,90,36,0,0,92,36,0,0,92,36,0,0,92,36,0,0,94,36,0,0,94,36,0,0,104,36,0,0,106,36,0,0,116,36,0,0,120,36,0,0,130,36,0,0,130,36,0,0,130,36,0,0,134,36,0,0,142,36,0,0,146,36,0,0,146,36,0,0,146,36,0,0,148,36,0,0,150,36,0,0,152,36,0,0,152,36,0,0,154,36,0,0,156,36,0,0,156,36,0,0,158,36,0,0,158,36,0,0,158,36,0,0,160,36,0,0,162,36,0,0,162,36,0,0,162,36,0,0,162,36,0,0,164,36,0,0,168,36,0,0,168,36,0,0,172,36,0,0,172,36,0,0,174,36,0,0,178,36,0,0,178,36,0,0,190,36,0,0,190,36,0,0,194,36,0,0,194,36,0,0,202,36,0,0,202,36,0,0,202,36,0,0,202,36,0,0,202,36,0,0,206,36,0,0,206,36,0,0,210,36,0,0,214,36,0,0,214,36,0,0,214,36,0,0,214,36,0,0,214,36,0,0,216,36,0,0,216,36,0,0,218,36,0,0,218,36,0,0,224,36,0,0,224,36,0,0,224,36,0,0,224,36,0,0,224,36,0,0,228,36,0,0,234,36,0,0,234,36,0,0,234,36,0,0,236,36,0,0,238,36,0,0,238,36,0,0,238,36,0,0,240,36,0,0,242,36,0,0,244,36,0,0,246,36,0,0,246,36,0,0,248,36,0,0,250,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,8,37,0,0,8,37,0,0,14,37,0,0,16,37,0,0,18,37,0,0,24,37,0,0,32,37,0,0,32,37,0,0,38,37,0,0,38,37,0,0,38,37,0,0,42,37,0,0,42,37,0,0,50,37,0,0,54,37,0,0,54,37,0,0,56,37,0,0,62,37,0,0,66,37,0,0,68,37,0,0,70,37,0,0,70,37,0,0,70,37,0,0,70,37,0,0,74,37,0,0,80,37,0,0,80,37,0,0,84,37,0,0,84,37,0,0,84,37,0,0,84,37,0,0,84,37,0,0,84,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,90,37,0,0,90,37,0,0,98,37,0,0,98,37,0,0,102,37,0,0,102,37,0,0,104,37,0,0,104,37,0,0,104,37,0,0,104,37,0,0,110,37,0,0,116,37,0,0,118,37,0,0,118,37,0,0,122,37,0,0,124,37,0,0,126,37,0,0,126,37,0,0,132,37,0,0,132,37,0,0,134,37,0,0,134,37,0,0,136,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,148,37,0,0,148,37,0,0,152,37,0,0,152,37,0,0,152,37,0,0,152,37,0,0,152,37,0,0,154,37,0,0,154,37,0,0,156,37,0,0,156,37,0,0,156,37,0,0,158,37,0,0,162,37,0,0,168,37,0,0,168,37,0,0,168,37,0,0,168,37,0,0,172,37,0,0,180,37,0,0,182,37,0,0,182,37,0,0,188,37,0,0,188,37,0,0,188,37,0,0,192,37,0,0,192,37,0,0,192,37,0,0,192,37,0,0,196,37,0,0,198,37,0,0,198,37,0,0,200,37,0,0,200,37,0,0,202,37,0,0,206,37,0,0,206,37,0,0,212,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,218,37,0,0,218,37,0,0,226,37,0,0,226,37,0,0,226,37,0,0,228,37,0,0,232,37,0,0,232,37,0,0,232,37,0,0,234,37,0,0,234,37,0,0,236,37,0,0,236,37,0,0,236,37,0,0,254,37,0,0,254,37,0,0,254,37,0,0,254,37,0,0,254,37,0,0,0,38,0,0,8,38,0,0,8,38,0,0,8,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,20,38,0,0,20,38,0,0,20,38,0,0,20,38,0,0,24,38,0,0,28,38,0,0,28,38,0,0,30,38,0,0,30,38,0,0,36,38,0,0,38,38,0,0,38,38,0,0,38,38,0,0,38,38,0,0,38,38,0,0,48,38,0,0,48,38,0,0,52,38,0,0,54,38,0,0,54,38,0,0,54,38,0,0,56,38,0,0,56,38,0,0,58,38,0,0,62,38,0,0,62,38,0,0,62,38,0,0,62,38,0,0,62,38,0,0,64,38,0,0,66,38,0,0,66,38,0,0,66,38,0,0,74,38,0,0,74,38,0,0,78,38,0,0,78,38,0,0,80,38,0,0,82,38,0,0,86,38,0,0,86,38,0,0,92,38,0,0,96,38,0,0,100,38,0,0,102,38,0,0,102,38,0,0,106,38,0,0,106,38,0,0,108,38,0,0,112,38,0,0,112,38,0,0,112,38,0,0,112,38,0,0,114,38,0,0,114,38,0,0,114,38,0,0,114,38,0,0,116,38,0,0,116,38,0,0,116,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,134,38,0,0,140,38,0,0,146,38,0,0,148,38,0,0,152,38,0,0,158,38,0,0,160,38,0,0,160,38,0,0,160,38,0,0,160,38,0,0,166,38,0,0,172,38,0,0,172,38,0,0,172,38,0,0,176,38,0,0,178,38,0,0,178,38,0,0,178,38,0,0,178,38,0,0,180,38,0,0,180,38,0,0,180,38,0,0,180,38,0,0,182,38,0,0,188,38,0,0,188,38,0,0,192,38,0,0,194,38,0,0,194,38,0,0,198,38,0,0,200,38,0,0,200,38,0,0,200,38,0,0,200,38,0,0,204,38,0,0,204,38,0,0,206,38,0,0,210,38,0,0,212,38,0,0,216,38,0,0,220,38,0,0,220,38,0,0,220,38,0,0,222,38,0,0,222,38,0,0,222,38,0,0,224,38,0,0,230,38,0,0,232,38,0,0,234,38,0,0,238,38,0,0,238,38,0,0,238,38,0,0,244,38,0,0,244,38,0,0,244,38,0,0,244,38,0,0,248,38,0,0,248,38,0,0,254,38,0,0,0,39,0,0,0,39,0,0,0,39,0,0,4,39,0,0,6,39,0,0,10,39,0,0,10,39,0,0,10,39,0,0,10,39,0,0,10,39,0,0,14,39,0,0,14,39,0,0,20,39,0,0,20,39,0,0,20,39,0,0,20,39,0,0,20,39,0,0,22,39,0,0,22,39,0,0,26,39,0,0,26,39,0,0,32,39,0,0,32,39,0,0,32,39,0,0,32,39,0,0,34,39,0,0,36,39,0,0,36,39,0,0,36,39,0,0,38,39,0,0,40,39,0,0,40,39,0,0,46,39,0,0,50,39,0,0,50,39,0,0,50,39,0,0,52,39,0,0,52,39,0,0,58,39,0,0,58,39,0,0,62,39,0,0,62,39,0,0,62,39,0,0,62,39,0,0,64,39,0,0,64,39,0,0,66,39,0,0,66,39,0,0,68,39,0,0,70,39,0,0,70,39,0,0,76,39,0,0,76,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,80,39,0,0,80,39,0,0,80,39,0,0,82,39,0,0,88,39,0,0,94,39,0,0,94,39,0,0,94,39,0,0,94,39,0,0,94,39,0,0,96,39,0,0,96,39,0,0,96,39,0,0,100,39,0,0,104,39,0,0,112,39,0,0,114,39,0,0,122,39,0,0,128,39,0,0,130,39,0,0,132,39,0,0,134,39,0,0,136,39,0,0,138,39,0,0,140,39,0,0,140,39,0,0,140,39,0,0,140,39,0,0,140,39,0,0,140,39,0,0,140,39,0,0,140,39,0,0,140,39,0,0,140,39,0,0,140,39,0,0,140,39,0,0,142,39,0,0,142,39,0,0,142,39,0,0,146,39,0,0,146,39,0,0,148,39,0,0,152,39,0,0,156,39,0,0,160,39,0,0,160,39,0,0,164,39,0,0,166,39,0,0,172,39,0,0,172,39,0,0,172,39,0,0,174,39,0,0,176,39,0,0,176,39,0,0,176,39,0,0,176,39,0,0,176,39,0,0,176,39,0,0,176,39,0,0,176,39,0,0,186,39,0,0,196,39,0,0,200,39,0,0,204,39,0,0,206,39,0,0,206,39,0,0,206,39,0,0,206,39,0,0,208,39,0,0,208,39,0,0,214,39,0,0,220,39,0,0,222,39,0,0,244,39,0,0,244,39,0,0,244,39,0,0,244,39,0,0,244,39,0,0,244,39,0,0,244,39,0,0,246,39,0,0,246,39,0,0,250,39,0,0,252,39,0,0,254,39,0,0,2,40,0,0,8,40,0,0,8,40,0,0,12,40,0,0,12,40,0,0,12,40,0,0,24,40,0,0,24,40,0,0,24,40,0,0,28,40,0,0,28,40,0,0,30,40,0,0,42,40,0,0,44,40,0,0,44,40,0,0,46,40,0,0,46,40,0,0,46,40,0,0,50,40,0,0,50,40,0,0,58,40,0,0,58,40,0,0,60,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,72,40,0,0,76,40,0,0,78,40,0,0,80,40,0,0,86,40,0,0,86,40,0,0,88,40,0,0,88,40,0,0,88,40,0,0,96,40,0,0,96,40,0,0,98,40,0,0,98,40,0,0,102,40,0,0,108,40,0,0,108,40,0,0,108,40,0,0,108,40,0,0,110,40,0,0,110,40,0,0,110,40,0,0,112,40,0,0,112,40,0,0,116,40,0,0,118,40,0,0,126,40,0,0,128,40,0,0,130,40,0,0,130,40,0,0,130,40,0,0,134,40,0,0,146,40,0,0,146,40,0,0,146,40,0,0,148,40,0,0,148,40,0,0,148,40,0,0,148,40,0,0,148,40,0,0,152,40,0,0,152,40,0,0,152,40,0,0,154,40,0,0,154,40,0,0,156,40,0,0,156,40,0,0,156,40,0,0,156,40,0,0,160,40,0,0,164,40,0,0,172,40,0,0,174,40,0,0,174,40,0,0,174,40,0,0,174,40,0,0,174,40,0,0,178,40,0,0,178,40,0,0,180,40,0,0,184,40,0,0,184,40,0,0,186,40,0,0,192,40,0,0,198,40,0,0,200,40,0,0,202,40,0,0,208,40,0,0,214,40,0,0,214,40,0,0,222,40,0,0,224,40,0,0,226,40,0,0,226,40,0,0,238,40,0,0,240,40,0,0,240,40,0,0,240,40,0,0,240,40,0,0,240,40,0,0,244,40,0,0,246,40,0,0,246,40,0,0,250,40,0,0,254,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,8,41,0,0,10,41,0,0,10,41,0,0,16,41,0,0,18,41,0,0,22,41,0,0,22,41,0,0,22,41,0,0,24,41,0,0,24,41,0,0,24,41,0,0,26,41,0,0,28,41,0,0,30,41,0,0,38,41,0,0,42,41,0,0,46,41,0,0,46,41,0,0,46,41,0,0,50,41,0,0,50,41,0,0,54,41,0,0,54,41,0,0,54,41,0,0,64,41,0,0,70,41,0,0,70,41,0,0,70,41,0,0,74,41,0,0,74,41,0,0,74,41,0,0,74,41,0,0,76,41,0,0,80,41,0,0,80,41,0,0,82,41,0,0,84,41,0,0,90,41,0,0,90,41,0,0,90,41,0,0,94,41,0,0,98,41,0,0,100,41,0,0,106,41,0,0,106,41,0,0,106,41,0,0,114,41,0,0,114,41,0,0,114,41,0,0,122,41,0,0,124,41,0,0,128,41,0,0,136,41,0,0,136,41,0,0,136,41,0,0,136,41,0,0,140,41,0,0,142,41,0,0,150,41,0,0,150,41,0,0,150,41,0,0,158,41,0,0,160,41,0,0,160,41,0,0,160,41,0,0,160,41,0,0,166,41,0,0,166,41,0,0,168,41,0,0,168,41,0,0,168,41,0,0,170,41,0,0,170,41,0,0,170,41,0,0,174,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,182,41,0,0,182,41,0,0,182,41,0,0,188,41,0,0,188,41,0,0,188,41,0,0,188,41,0,0,190,41,0,0,190,41,0,0,190,41,0,0,196,41,0,0,196,41,0,0,196,41,0,0,196,41,0,0,196,41,0,0,202,41,0,0,204,41,0,0,204,41,0,0,210,41,0,0,210,41,0,0,218,41,0,0,220,41,0,0,224,41,0,0,226,41,0,0,226,41,0,0,226,41,0,0,226,41,0,0,226,41,0,0,230,41,0,0,232,41,0,0,232,41,0,0,232,41,0,0,238,41,0,0,238,41,0,0,238,41,0,0,244,41,0,0,248,41,0,0,248,41,0,0,252,41,0,0,252,41,0,0,254,41,0,0,254,41,0,0,2,42,0,0,6,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,32,42,0,0,32,42,0,0,34,42,0,0,38,42,0,0,40,42,0,0,44,42,0,0,44,42,0,0,52,42,0,0,52,42,0,0,56,42,0,0,56,42,0,0,56,42,0,0,70,42,0,0,76,42,0,0,80,42,0,0,80,42,0,0,80,42,0,0,82,42,0,0,86,42,0,0,90,42,0,0,90,42,0,0,90,42,0,0,90,42,0,0,90,42,0,0,94,42,0,0,94,42,0,0,96,42,0,0,96,42,0,0,102,42,0,0,102,42,0,0,104,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,110,42,0,0,116,42,0,0,116,42,0,0,116,42,0,0,136,42,0,0,140,42,0,0,144,42,0,0,146,42,0,0,150,42,0,0,150,42,0,0,150,42,0,0,150,42,0,0,154,42,0,0,158,42,0,0,160,42,0,0,160,42,0,0,160,42,0,0,162,42,0,0,174,42,0,0,174,42,0,0,174,42,0,0,176,42,0,0,180,42,0,0,180,42,0,0,190,42,0,0,192,42,0,0,196,42,0,0,196,42,0,0,202,42,0,0,204,42,0,0,206,42,0,0,206,42,0,0,212,42,0,0,212,42,0,0,212,42,0,0,212,42,0,0,214,42,0,0,214,42,0,0,214,42,0,0,222,42,0,0,226,42,0,0,232,42,0,0,234,42,0,0,236,42,0,0,236,42,0,0,242,42,0,0,242,42,0,0,244,42,0,0,246,42,0,0,252,42,0,0,6,43,0,0,8,43,0,0,8,43,0,0,10,43,0,0,10,43,0,0,10,43,0,0,12,43,0,0,14,43,0,0,16,43,0,0,16,43,0,0,18,43,0,0,18,43,0,0,20,43,0,0,34,43,0,0,34,43,0,0,36,43,0,0,36,43,0,0,36,43,0,0,36,43,0,0,38,43,0,0,40,43,0,0,44,43,0,0,44,43,0,0,44,43,0,0,44,43,0,0,44,43,0,0,44,43,0,0,48,43,0,0,48,43,0,0,54,43,0,0,54,43,0,0,54,43,0,0,54,43,0,0,56,43,0,0,60,43,0,0,60,43,0,0,68,43,0,0,74,43,0,0,76,43,0,0,84,43,0,0,84,43,0,0,84,43,0,0,90,43,0,0,102,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,108,43,0,0,110,43,0,0,112,43,0,0,112,43,0,0,112,43,0,0,112,43,0,0,112,43,0,0,112,43,0,0,112,43,0,0,112,43,0,0,112,43,0,0,112,43,0,0,118,43,0,0,122,43,0,0,126,43,0,0,128,43,0,0,128,43,0,0,128,43,0,0,138,43,0,0,138,43,0,0,140,43,0,0,140,43,0,0,140,43,0,0,142,43,0,0,142,43,0,0,146,43,0,0,146,43,0,0,148,43,0,0,148,43,0,0,150,43,0,0,150,43,0,0,158,43,0,0,158,43,0,0,158,43,0,0,160,43,0,0,160,43,0,0,160,43,0,0,162,43,0,0,162,43,0,0,162,43,0,0,162,43,0,0,162,43,0,0,164,43,0,0,168,43,0,0,172,43,0,0,172,43,0,0,172,43,0,0,172,43,0,0,172,43,0,0,172,43,0,0,172,43,0,0,174,43,0,0,182,43,0,0,186,43,0,0,188,43,0,0,192,43,0,0,200,43,0,0,200,43,0,0,208,43,0,0,216,43,0,0,216,43,0,0,220,43,0,0,222,43,0,0,222,43,0,0,222,43,0,0,222,43,0,0,224,43,0,0,224,43,0,0,228,43,0,0,230,43,0,0,232,43,0,0,232,43,0,0,232,43,0,0,236,43,0,0,236,43,0,0,240,43,0,0,240,43,0,0,242,43,0,0,248,43,0,0,248,43,0,0,250,43,0,0,254,43,0,0,254,43,0,0,0,44,0,0,6,44,0,0,6,44,0,0,6,44,0,0,6,44,0,0,8,44,0,0,8,44,0,0,18,44,0,0,18,44,0,0,18,44,0,0,22,44,0,0,22,44,0,0,22,44,0,0,28,44,0,0,28,44,0,0,28,44,0,0,28,44,0,0,28,44,0,0,30,44,0,0,34,44,0,0,40,44,0,0,42,44,0,0,42,44,0,0,44,44,0,0,48,44,0,0,48,44,0,0,48,44,0,0,48,44,0,0,50,44,0,0,50,44,0,0,50,44,0,0,50,44,0,0,50,44,0,0,52,44,0,0,58,44,0,0,62,44,0,0,68,44,0,0,70,44,0,0,70,44,0,0,72,44,0,0,74,44,0,0,74,44,0,0,74,44,0,0,74,44,0,0,78,44,0,0,84,44,0,0,84,44,0,0,84,44,0,0,90,44,0,0,94,44,0,0,94,44,0,0,98,44,0,0,102,44,0,0,102,44,0,0,102,44,0,0,104,44,0,0,104,44,0,0,104,44,0,0,108,44,0,0,108,44,0,0,112,44,0,0,116,44,0,0,122,44,0,0,122,44,0,0,126,44,0,0,126,44,0,0,126,44,0,0,126,44,0,0,130,44,0,0,130,44,0,0,130,44,0,0,130,44,0,0,130,44,0,0,134,44,0,0,134,44,0,0,136,44,0,0,138,44,0,0,138,44,0,0,140,44,0,0,146,44,0,0,148,44,0,0,156,44,0,0,156,44,0,0,156,44,0,0,160,44,0,0,160,44,0,0,162,44,0,0,166,44,0,0,166,44,0,0,166,44,0,0,176,44,0,0,178,44,0,0,178,44,0,0,178,44,0,0,178,44,0,0,180,44,0,0,182,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,192,44,0,0,192,44,0,0,194,44,0,0,194,44,0,0,194,44,0,0,198,44,0,0,202,44,0,0,204,44,0,0,204,44,0,0,204,44,0,0,204,44,0,0,216,44,0,0,216,44,0,0,216,44,0,0,216,44,0,0,228,44,0,0,230,44,0,0,236,44,0,0,236,44,0,0,236,44,0,0,238,44,0,0,242,44,0,0,248,44,0,0,248,44,0,0,248,44,0,0,248,44,0,0,254,44,0,0,254,44,0,0,0,45,0,0,0,45,0,0,2,45,0,0,2,45,0,0,8,45,0,0,12,45,0,0,12,45,0,0,12,45,0,0,18,45,0,0,18,45,0,0,18,45,0,0,22,45,0,0,22,45,0,0,22,45,0,0,22,45,0,0,22,45,0,0,24,45,0,0,24,45,0,0,28,45,0,0,28,45,0,0,28,45,0,0,28,45,0,0,28,45,0,0,32,45,0,0,32,45,0,0,32,45,0,0,32,45,0,0,38,45,0,0,38,45,0,0,42,45,0,0,42,45,0,0,44,45,0,0,44,45,0,0,46,45,0,0,46,45,0,0,46,45,0,0,48,45,0,0,48,45,0,0,50,45,0,0,54,45,0,0,54,45,0,0,60,45,0,0,60,45,0,0,64,45,0,0,64,45,0,0,64,45,0,0,66,45,0,0,66,45,0,0,66,45,0,0,66,45,0,0,70,45,0,0,70,45,0,0,70,45,0,0,76,45,0,0,76,45,0,0,76,45,0,0,76,45,0,0,76,45,0,0,76,45,0,0,82,45,0,0,90,45,0,0,92,45,0,0,92,45,0,0,96,45,0,0,96,45,0,0,98,45,0,0,110,45,0,0,110,45,0,0,110,45,0,0,116,45,0,0,116,45,0,0,116,45,0,0,116,45,0,0,118,45,0,0,120,45,0,0,120,45,0,0,122,45,0,0,122,45,0,0,128,45,0,0,128,45,0,0,128,45,0,0,128,45,0,0,130,45,0,0,132,45,0,0,132,45,0,0,132,45,0,0,132,45,0,0,140,45,0,0,144,45,0,0,146,45,0,0,146,45,0,0,146,45,0,0,146,45,0,0,148,45,0,0,148,45,0,0,148,45,0,0,148,45,0,0,148,45,0,0,150,45,0,0,162,45,0,0,162,45,0,0,166,45,0,0,170,45,0,0,178,45,0,0,184,45,0,0,184,45,0,0,190,45,0,0,192,45,0,0,192,45,0,0,192,45,0,0,194,45,0,0,198,45,0,0,198,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,206,45,0,0,208,45,0,0,218,45,0,0,220,45,0,0,220,45,0,0,224,45,0,0,226,45,0,0,228,45,0,0,230,45,0,0,230,45,0,0,232,45,0,0,232,45,0,0,236,45,0,0,236,45,0,0,240,45,0,0,248,45,0,0,254,45,0,0,4,46,0,0,6,46,0,0,6,46,0,0,6,46,0,0,6,46,0,0,6,46,0,0,6,46,0,0,6,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,14,46,0,0,14,46,0,0,14,46,0,0,18,46,0,0,24,46,0,0,24,46,0,0,26,46,0,0,32,46,0,0,32,46,0,0,34,46,0,0,34,46,0,0,34,46,0,0,36,46,0,0,38,46,0,0,38,46,0,0,38,46,0,0,40,46,0,0,40,46,0,0,42,46,0,0,42,46,0,0,42,46,0,0,42,46,0,0,42,46,0,0,48,46,0,0,50,46,0,0,52,46,0,0,52,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,72,46,0,0,72,46,0,0,72,46,0,0,72,46,0,0,74,46,0,0,74,46,0,0,76,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,88,46,0,0,88,46,0,0,88,46,0,0,96,46,0,0,100,46,0,0,100,46,0,0,100,46,0,0,100,46,0,0,102,46,0,0,108,46,0,0,108,46,0,0,108,46,0,0,110,46,0,0,116,46,0,0,116,46,0,0,118,46,0,0,120,46,0,0,124,46,0,0,124,46,0,0,124,46,0,0,124,46,0,0,126,46,0,0,126,46,0,0,128,46,0,0,130,46,0,0,130,46,0,0,130,46,0,0,136,46,0,0,136,46,0,0,138,46,0,0,142,46,0,0,144,46,0,0,148,46,0,0,152,46,0,0,158,46,0,0,158,46,0,0,160,46,0,0,160,46,0,0,160,46,0,0,160,46,0,0,160,46,0,0,160,46,0,0,162,46,0,0,166,46,0,0,168,46,0,0,168,46,0,0,174,46,0,0,174,46,0,0,178,46,0,0,178,46,0,0,178,46,0,0,178,46,0,0,180,46,0,0,180,46,0,0,180,46,0,0,180,46,0,0,180,46,0,0,182,46,0,0,184,46,0,0,184,46,0,0,184,46,0,0,184,46,0,0,184,46,0,0,188,46,0,0,190,46,0,0,192,46,0,0,194,46,0,0,194,46,0,0,194,46,0,0,194,46,0,0,194,46,0,0,204,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,212,46,0,0,212,46,0,0,212,46,0,0,212,46,0,0,212,46,0,0,212,46,0,0,212,46,0,0,212,46,0,0,214,46,0,0,214,46,0,0,214,46,0,0,218,46,0,0,228,46,0,0,232,46,0,0,234,46,0,0,236,46,0,0,246,46,0,0,250,46,0,0,2,47,0,0,4,47,0,0,6,47,0,0,6,47,0,0,10,47,0,0,18,47,0,0,18,47,0,0,20,47,0,0,26,47,0,0,26,47,0,0,28,47,0,0,34,47,0,0,34,47,0,0,38,47,0,0,38,47,0,0,38,47,0,0,40,47,0,0,46,47,0,0,52,47,0,0,52,47,0,0,52,47,0,0,56,47,0,0,56,47,0,0,56,47,0,0,56,47,0,0,60,47,0,0,60,47,0,0,60,47,0,0,60,47,0,0,60,47,0,0,60,47,0,0,62,47,0,0,64,47,0,0,66,47,0,0,66,47,0,0,66,47,0,0,66,47,0,0,74,47,0,0,84,47,0,0,88,47,0,0,88,47,0,0,96,47,0,0,96,47,0,0,100,47,0,0,100,47,0,0,100,47,0,0,100,47,0,0,102,47,0,0,106,47,0,0,108,47,0,0,108,47,0,0,110,47,0,0,112,47,0,0,112,47,0,0,114,47,0,0,116,47,0,0,128,47,0,0,130,47,0,0,132,47,0,0,132,47,0,0,132,47,0,0,136,47,0,0,138,47,0,0,142,47,0,0,148,47,0,0,158,47,0,0,162,47,0,0,162,47,0,0,174,47,0,0,174,47,0,0,174,47,0,0,174,47,0,0,174,47,0,0,174,47,0,0,178,47,0,0,178,47,0,0,178,47,0,0,178,47,0,0,178,47,0,0,182,47,0,0,206,47,0,0,206,47,0,0,212,47,0,0,216,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,220,47,0,0,222,47,0,0,226,47,0,0,226,47,0,0,226,47,0,0,236,47,0,0,236,47,0,0,236,47,0,0,238,47,0,0,240,47,0,0,242,47,0,0,242,47,0,0,242,47,0,0,244,47,0,0,246,47,0,0,252,47,0,0,252,47,0,0,4,48,0,0,14,48,0,0,14,48,0,0,16,48,0,0,18,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,30,48,0,0,32,48,0,0,32,48,0,0,34,48,0,0,36,48,0,0,38,48,0,0,38,48,0,0,38,48,0,0,40,48,0,0,40,48,0,0,52,48,0,0,52,48,0,0,52,48,0,0,52,48,0,0,58,48,0,0,58,48,0,0,60,48,0,0,64,48,0,0,64,48,0,0,66,48,0,0,74,48,0,0,74,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,84,48,0,0,88,48,0,0,88,48,0,0,88,48,0,0,90,48,0,0,90,48,0,0,90,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,102,48,0,0,102,48,0,0,106,48,0,0,106,48,0,0,108,48,0,0,108,48,0,0,108,48,0,0,110,48,0,0,110,48,0,0,114,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,118,48,0,0,120,48,0,0,126,48,0,0,130,48,0,0,132,48,0,0,132,48,0,0,134,48,0,0,136,48,0,0,136,48,0,0,136,48,0,0,136,48,0,0,136,48,0,0,138,48,0,0,138,48,0,0,138,48,0,0,142,48,0,0,142,48,0,0,146,48,0,0,152,48,0,0,154,48,0,0,154,48,0,0,154,48,0,0,154,48,0,0,154,48,0,0,156,48,0,0,158,48,0,0,158,48,0,0,158,48,0,0,160,48,0,0,160,48,0,0,166,48,0,0,172,48,0,0,174,48,0,0,176,48,0,0,178,48,0,0,180,48,0,0,184,48,0,0,188,48,0,0,188,48,0,0,188,48,0,0,190,48,0,0,198,48,0,0,198,48,0,0,200,48,0,0,200,48,0,0,200,48,0,0,200,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,212,48,0,0,214,48,0,0,214,48,0,0,218,48,0,0,222,48,0,0,228,48,0,0,228,48,0,0,230,48,0,0,230,48,0,0,238,48,0,0,240,48,0,0,240,48,0,0,240,48,0,0,242,48,0,0,242,48,0,0,242,48,0,0,244,48,0,0,246,48,0,0,246,48,0,0,246,48,0,0,250,48,0,0,252,48,0,0,0,49,0,0,2,49,0,0,4,49,0,0,4,49,0,0,8,49,0,0,8,49,0,0,12,49,0,0,12,49,0,0,14,49,0,0,14,49,0,0,14,49,0,0,16,49,0,0,16,49,0,0,16,49,0,0,16,49,0,0,16,49,0,0,16,49,0,0,16,49,0,0,16,49,0,0,24,49,0,0,30,49,0,0,30,49,0,0,30,49,0,0,32,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,40,49,0,0,46,49,0,0,50,49,0,0,54,49,0,0,58,49,0,0,58,49,0,0,62,49,0,0,62,49,0,0,62,49,0,0,62,49,0,0,62,49,0,0,62,49,0,0,68,49,0,0,70,49,0,0,70,49,0,0,72,49,0,0,72,49,0,0,72,49,0,0,74,49,0,0,78,49,0,0,80,49,0,0,82,49,0,0,84,49,0,0,110,49,0,0,112,49,0,0,122,49,0,0,126,49,0,0,134,49,0,0,136,49,0,0,136,49,0,0,136,49,0,0,138,49,0,0,138,49,0,0,140,49,0,0,142,49,0,0,150,49,0,0,156,49,0,0,158,49,0,0,158,49,0,0,158,49,0,0,158,49,0,0,160,49,0,0,160,49,0,0,170,49,0,0,170,49,0,0,170,49,0,0,170,49,0,0,172,49,0,0,186,49,0,0,190,49,0,0,192,49,0,0,192,49,0,0,200,49,0,0,200,49,0,0,200,49,0,0,200,49,0,0,200,49,0,0,200,49,0,0,200,49,0,0,204,49,0,0,206,49,0,0,206,49,0,0,208,49,0,0,208,49,0,0,210,49,0,0,214,49,0,0,214,49,0,0,216,49,0,0,222,49,0,0,232,49,0,0,232,49,0,0,234,49,0,0,234,49,0,0,238,49,0,0,240,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,252,49,0,0,2,50,0,0,2,50,0,0,4,50,0,0,4,50,0,0,8,50,0,0,18,50,0,0,18,50,0,0,18,50,0,0,18,50,0,0,22,50,0,0,22,50,0,0,24,50,0,0,26,50,0,0,36,50,0,0,36,50,0,0,36,50,0,0,36,50,0,0,36,50,0,0,36,50,0,0,40,50,0,0,40,50,0,0,52,50,0,0,54,50,0,0,56,50,0,0,56,50,0,0,56,50,0,0,56,50,0,0,60,50,0,0,62,50,0,0,68,50,0,0,72,50,0,0,76,50,0,0,78,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,84,50,0,0,84,50,0,0,84,50,0,0,84,50,0,0,84,50,0,0,94,50,0,0,94,50,0,0,94,50,0,0,100,50,0,0,100,50,0,0,106,50,0,0,106,50,0,0,108,50,0,0,108,50,0,0,108,50,0,0,108,50,0,0,110,50,0,0,112,50,0,0,116,50,0,0,120,50,0,0,122,50,0,0,126,50,0,0,126,50,0,0,126,50,0,0,126,50,0,0,126,50,0,0,128,50,0,0,132,50,0,0,134,50,0,0,136,50,0,0,136,50,0,0,136,50,0,0,136,50,0,0,136,50,0,0,136,50,0,0,136,50,0,0,136,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,146,50,0,0,152,50,0,0,154,50,0,0,154,50,0,0,154,50,0,0,154,50,0,0,156,50,0,0,156,50,0,0,156,50,0,0,156,50,0,0,168,50,0,0,168,50,0,0,174,50,0,0,174,50,0,0,174,50,0,0,176,50,0,0,176,50,0,0,176,50,0,0,176,50,0,0,176,50,0,0,176,50,0,0,176,50,0,0,178,50,0,0,178,50,0,0,180,50,0,0,184,50,0,0,184,50,0,0,186,50,0,0,194,50,0,0,196,50,0,0,196,50,0,0,196,50,0,0,198,50,0,0,198,50,0,0,200,50,0,0,204,50,0,0,204,50,0,0,206,50,0,0,206,50,0,0,206,50,0,0,206,50,0,0,208,50,0,0,208,50,0,0,210,50,0,0,216,50,0,0,216,50,0,0,220,50,0,0,220,50,0,0,222,50,0,0,222,50,0,0,222,50,0,0,226,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,234,50,0,0,236,50,0,0,238,50,0,0,238,50,0,0,244,50,0,0,244,50,0,0,250,50,0,0,250,50,0,0,252,50,0,0,252,50,0,0,252,50,0,0,254,50,0,0,254,50,0,0,254,50,0,0,2,51,0,0,4,51,0,0,6,51,0,0,6,51,0,0,6,51,0,0,10,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,20,51,0,0,20,51,0,0,28,51,0,0,28,51,0,0,28,51,0,0,30,51,0,0,38,51,0,0,38,51,0,0,38,51,0,0,38,51,0,0,38,51,0,0,40,51,0,0,40,51,0,0,42,51,0,0,46,51,0,0,46,51,0,0,46,51,0,0,48,51,0,0,48,51,0,0,48,51,0,0,50,51,0,0,58,51,0,0,58,51,0,0,60,51,0,0,62,51,0,0,62,51,0,0,68,51,0,0,68,51,0,0,68,51,0,0,72,51,0,0,72,51,0,0,76,51,0,0,82,51,0,0,82,51,0,0,84,51,0,0,84,51,0,0,86,51,0,0,88,51,0,0,90,51,0,0,92,51,0,0,92,51,0,0,102,51,0,0,106,51,0,0,106,51,0,0,106,51,0,0,106,51,0,0,106,51,0,0,106,51,0,0,110,51,0,0,110,51,0,0,116,51,0,0,116,51,0,0,128,51,0,0,128,51,0,0,128,51,0,0,130,51,0,0,132,51,0,0,132,51,0,0,134,51,0,0,138,51,0,0,138,51,0,0,138,51,0,0,138,51,0,0,140,51,0,0,144,51,0,0,144,51,0,0,156,51,0,0,156,51,0,0,156,51,0,0,156,51,0,0,166,51,0,0,166,51,0,0,170,51,0,0,174,51,0,0,178,51,0,0,178,51,0,0,180,51,0,0,182,51,0,0,182,51,0,0,184,51,0,0,184,51,0,0,184,51,0,0,184,51,0,0,190,51,0,0,190,51,0,0,190,51,0,0,196,51,0,0,202,51,0,0,206,51,0,0,206,51,0,0,206,51,0,0,206,51,0,0,208,51,0,0,208,51,0,0,208,51,0,0,220,51,0,0,224,51,0,0,234,51,0,0,234,51,0,0,234,51,0,0,234,51,0,0,234,51,0,0,236,51,0,0,236,51,0,0,236,51,0,0,236,51,0,0,236,51,0,0,236,51,0,0,238,51,0,0,242,51,0,0,242,51,0,0,242,51,0,0,242,51,0,0,244,51,0,0,244,51,0,0,244,51,0,0,248,51,0,0,254,51,0,0,6,52,0,0,6,52,0,0,6,52,0,0,6,52,0,0,8,52,0,0,8,52,0,0,12,52,0,0,12,52,0,0,12,52,0,0,14,52,0,0,16,52,0,0,16,52,0,0,16,52,0,0,16,52,0,0,18,52,0,0,20,52,0,0,20,52,0,0,24,52,0,0,26,52,0,0,26,52,0,0,30,52,0,0,30,52,0,0,30,52,0,0,36,52,0,0,36,52,0,0,36,52,0,0,40,52,0,0,40,52,0,0,50,52,0,0,52,52,0,0,56,52,0,0,56,52,0,0,56,52,0,0,56,52,0,0,58,52,0,0,58,52,0,0,64,52,0,0,66,52,0,0,70,52,0,0,70,52,0,0,70,52,0,0,70,52,0,0,72,52,0,0,72,52,0,0,72,52,0,0,72,52,0,0,76,52,0,0,84,52,0,0,88,52,0,0,88,52,0,0,88,52,0,0,88,52,0,0,90,52,0,0,90,52,0,0,90,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,98,52,0,0,100,52,0,0,102,52,0,0,102,52,0,0,104,52,0,0,106,52,0,0,108,52,0,0,108,52,0,0,108,52,0,0,114,52,0,0,114,52,0,0,114,52,0,0,118,52,0,0,118,52,0,0,120,52,0,0,124,52,0,0,124,52,0,0,126,52,0,0,126,52,0,0,138,52,0,0,138,52,0,0,138,52,0,0,140,52,0,0,150,52,0,0,150,52,0,0,150,52,0,0,150,52,0,0,150,52,0,0,150,52,0,0,156,52,0,0,156,52,0,0,156,52,0,0,156,52,0,0,156,52,0,0,156,52,0,0,156,52,0,0,158,52,0,0,158,52,0,0,158,52,0,0,170,52,0,0,172,52,0,0,172,52,0,0,172,52,0,0,174,52,0,0,178,52,0,0,178,52,0,0,178,52,0,0,182,52,0,0,182,52,0,0,182,52,0,0,182,52,0,0,184,52,0,0,190,52,0,0,190,52,0,0,202,52,0,0,202,52,0,0,204,52,0,0,204,52,0,0,206,52,0,0,206,52,0,0,206,52,0,0,212,52,0,0,212,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,216,52,0,0,216,52,0,0,216,52,0,0,216,52,0,0,218,52,0,0,224,52,0,0,226,52,0,0,226,52,0,0,228,52,0,0,230,52,0,0,234,52,0,0,236,52,0,0,242,52,0,0,242,52,0,0,244,52,0,0,246,52,0,0,248,52,0,0,0,53,0,0,0,53,0,0,4,53,0,0,4,53,0,0,4,53,0,0,6,53,0,0,10,53,0,0,10,53,0,0,12,53,0,0,12,53,0,0,12,53,0,0,12,53,0,0,14,53,0,0,20,53,0,0,20,53,0,0,20,53,0,0,26,53,0,0,26,53,0,0,34,53,0,0,36,53,0,0,38,53,0,0,46,53,0,0,48,53,0,0,50,53,0,0,52,53,0,0,52,53,0,0,56,53,0,0,56,53,0,0,62,53,0,0,62,53,0,0,70,53,0,0,70,53,0,0,70,53,0,0,70,53,0,0,74,53,0,0,76,53,0,0,76,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,88,53,0,0,90,53,0,0,94,53,0,0,94,53,0,0,100,53,0,0,100,53,0,0,102,53,0,0,106,53,0,0,106,53,0,0,106,53,0,0,106,53,0,0,108,53,0,0,118,53,0,0,118,53,0,0,120,53,0,0,120,53,0,0,120,53,0,0,126,53,0,0,126,53,0,0,126,53,0,0,126,53,0,0,126,53,0,0,132,53,0,0,134,53,0,0,134,53,0,0,136,53,0,0,138,53,0,0,144,53,0,0,144,53,0,0,144,53,0,0,148,53,0,0,152,53,0,0,154,53,0,0,154,53,0,0,170,53,0,0,176,53,0,0,176,53,0,0,178,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,190,53,0,0,190,53,0,0,194,53,0,0,194,53,0,0,196,53,0,0,196,53,0,0,196,53,0,0,196,53,0,0,196,53,0,0,196,53,0,0,198,53,0,0,198,53,0,0,200,53,0,0,200,53,0,0,200,53,0,0,200,53,0,0,202,53,0,0,202,53,0,0,204,53,0,0,208,53,0,0,208,53,0,0,208,53,0,0,210,53,0,0,210,53,0,0,210,53,0,0,212,53,0,0,212,53,0,0,212,53,0,0,212,53,0,0,212,53,0,0,222,53,0,0,222,53,0,0,226,53,0,0,226,53,0,0,232,53,0,0,234,53,0,0,236,53,0,0,238,53,0,0,240,53,0,0,240,53,0,0,240,53,0,0,240,53,0,0,246,53,0,0,246,53,0,0,250,53,0,0,2,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,12,54,0,0,12,54,0,0,18,54,0,0,18,54,0,0,18,54,0,0,22,54,0,0,22,54,0,0,28,54,0,0,30,54,0,0,38,54,0,0,38,54,0,0,38,54,0,0,38,54,0,0,38,54,0,0,38,54,0,0,40,54,0,0,46,54,0,0,48,54,0,0,48,54,0,0,48,54,0,0,48,54,0,0,52,54,0,0,52,54,0,0,54,54,0,0,56,54,0,0,58,54,0,0,58,54,0,0,58,54,0,0,58,54,0,0,58,54,0,0,58,54,0,0,58,54,0,0,58,54,0,0,58,54,0,0,66,54,0,0,68,54,0,0,72,54,0,0,72,54,0,0,72,54,0,0,72,54,0,0,74,54,0,0,74,54,0,0,76,54,0,0,76,54,0,0,76,54,0,0,80,54,0,0,84,54,0,0,84,54,0,0,92,54,0,0,94,54,0,0,94,54,0,0,94,54,0,0,94,54,0,0,96,54,0,0,100,54,0,0,100,54,0,0,100,54,0,0,108,54,0,0,112,54,0,0,112,54,0,0,112,54,0,0,112,54,0,0,120,54,0,0,122,54,0,0,122,54,0,0,124,54,0,0,126,54,0,0,126,54,0,0,126,54,0,0,128,54,0,0,128,54,0,0,130,54,0,0,130,54,0,0,130,54,0,0,130,54,0,0,132,54,0,0,132,54,0,0,132,54,0,0,146,54,0,0,148,54,0,0,152,54,0,0,156,54,0,0,158,54,0,0,158,54,0,0,158,54,0,0,160,54,0,0,160,54,0,0,164,54,0,0,168,54,0,0,168,54,0,0,178,54,0,0,180,54,0,0,180,54,0,0,180,54,0,0,182,54,0,0,186,54,0,0,186,54,0,0,186,54,0,0,194,54,0,0,200,54,0,0,206,54,0,0,210,54,0,0,212,54,0,0,214,54,0,0,216,54,0,0,230,54,0,0,232,54,0,0,232,54,0,0,232,54,0,0,234,54,0,0,238,54,0,0,238,54,0,0,238,54,0,0,242,54,0,0,242,54,0,0,242,54,0,0,242,54,0,0,242,54,0,0,252,54,0,0,252,54,0,0,0,55,0,0,2,55,0,0,2,55,0,0,10,55,0,0,10,55,0,0,16,55,0,0,18,55,0,0,36,55,0,0,38,55,0,0,40,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,50,55,0,0,50,55,0,0,50,55,0,0,54,55,0,0,54,55,0,0,56,55,0,0,56,55,0,0,62,55,0,0,62,55,0,0,66,55,0,0,66,55,0,0,66,55,0,0,68,55,0,0,72,55,0,0,74,55,0,0,74,55,0,0,78,55,0,0,80,55,0,0,80,55,0,0,84,55,0,0,86,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,102,55,0,0,102,55,0,0,102,55,0,0,102,55,0,0,104,55,0,0,106,55,0,0,110,55,0,0,112,55,0,0,112,55,0,0,122,55,0,0,124,55,0,0,134,55,0,0,134,55,0,0,138,55,0,0,140,55,0,0,148,55,0,0,148,55,0,0,148,55,0,0,150,55,0,0,152,55,0,0,152,55,0,0,156,55,0,0,156,55,0,0,156,55,0,0,162,55,0,0,170,55,0,0,172,55,0,0,172,55,0,0,178,55,0,0,180,55,0,0,180,55,0,0,182,55,0,0,188,55,0,0,194,55,0,0,196,55,0,0,196,55,0,0,202,55,0,0,206,55,0,0,208,55,0,0,208,55,0,0,210,55,0,0,210,55,0,0,212,55,0,0,212,55,0,0,212,55,0,0,212,55,0,0,216,55,0,0,220,55,0,0,220,55,0,0,224,55,0,0,232,55,0,0,232,55,0,0,242,55,0,0,242,55,0,0,242,55,0,0,244,55,0,0,248,55,0,0,250,55,0,0,2,56,0,0,2,56,0,0,2,56,0,0,2,56,0,0,2,56,0,0,10,56,0,0,10,56,0,0,10,56,0,0,10,56,0,0,10,56,0,0,14,56,0,0,14,56,0,0,20,56,0,0,26,56,0,0,26,56,0,0,32,56,0,0,32,56,0,0,32,56,0,0,32,56,0,0,38,56,0,0,38,56,0,0,38,56,0,0,38,56,0,0,40,56,0,0,50,56,0,0,50,56,0,0,50,56,0,0,54,56,0,0,54,56,0,0,58,56,0,0,58,56,0,0,60,56,0,0,62,56,0,0,64,56,0,0,70,56,0,0,72,56,0,0,74,56,0,0,78,56,0,0,78,56,0,0,80,56,0,0,82,56,0,0,84,56,0,0,84,56,0,0,84,56,0,0,84,56,0,0,84,56,0,0,84,56,0,0,86,56,0,0,92,56,0,0,98,56,0,0,98,56,0,0,98,56,0,0,98,56,0,0,100,56,0,0,100,56,0,0,100,56,0,0,100,56,0,0,100,56,0,0,104,56,0,0,104,56,0,0,106,56,0,0,106,56,0,0,106,56,0,0,116,56,0,0,120,56,0,0,120,56,0,0,124,56,0,0,126,56,0,0,126,56,0,0,130,56,0,0,130,56,0,0,130,56,0,0,130,56,0,0,130,56,0,0,132,56,0,0,132,56,0,0,132,56,0,0,138,56,0,0,142,56,0,0,142,56,0,0,142,56,0,0,146,56,0,0,146,56,0,0,156,56,0,0,160,56,0,0,166,56,0,0,170,56,0,0,178,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,180,56,0,0,180,56,0,0,182,56,0,0,182,56,0,0,188,56,0,0,192,56,0,0,194,56,0,0,196,56,0,0,196,56,0,0,198,56,0,0,200,56,0,0,202,56,0,0,202,56,0,0,208,56,0,0,216,56,0,0,220,56,0,0,222,56,0,0,228,56,0,0,228,56,0,0,232,56,0,0,232,56,0,0,236,56,0,0,236,56,0,0,236,56,0,0,236,56,0,0,242,56,0,0,244,56,0,0,0,57,0,0,0,57,0,0,0,57,0,0,0,57,0,0,6,57,0,0,6,57,0,0,6,57,0,0,10,57,0,0,10,57,0,0,14,57,0,0,14,57,0,0,18,57,0,0,18,57,0,0,20,57,0,0,26,57,0,0,26,57,0,0,26,57,0,0,26,57,0,0,30,57,0,0,32,57,0,0,32,57,0,0,32,57,0,0,36,57,0,0,36,57,0,0,36,57,0,0,36,57,0,0,48,57,0,0,48,57,0,0,48,57,0,0,48,57,0,0,48,57,0,0,48,57,0,0,52,57,0,0,56,57,0,0,60,57,0,0,60,57,0,0,60,57,0,0,60,57,0,0,60,57,0,0,60,57,0,0,60,57,0,0,64,57,0,0,64,57,0,0,64,57,0,0,70,57,0,0,74,57,0,0,74,57,0,0,74,57,0,0,74,57,0,0,74,57,0,0,76,57,0,0,78,57,0,0,78,57,0,0,78,57,0,0,78,57,0,0,80,57,0,0,84,57,0,0,92,57,0,0,94,57,0,0,94,57,0,0,94,57,0,0,100,57,0,0,100,57,0,0,100,57,0,0,106,57,0,0,106,57,0,0,106,57,0,0,106,57,0,0,106,57,0,0,110,57,0,0,122,57,0,0,122,57,0,0,124,57,0,0,124,57,0,0,128,57,0,0,128,57,0,0,130,57,0,0,130,57,0,0,132,57,0,0,134,57,0,0,136,57,0,0,140,57,0,0,142,57,0,0,144,57,0,0,152,57,0,0,156,57,0,0,156,57,0,0,156,57,0,0,158,57,0,0,162,57,0,0,172,57,0,0,176,57,0,0,178,57,0,0,184,57,0,0,184,57,0,0,184,57,0,0,186,57,0,0,186,57,0,0,186,57,0,0,190,57,0,0,190,57,0,0,196,57,0,0,196,57,0,0,198,57,0,0,206,57,0,0,210,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,222,57,0,0,222,57,0,0,222,57,0,0,226,57,0,0,228,57,0,0,228,57,0,0,228,57,0,0,228,57,0,0,228,57,0,0,228,57,0,0,228,57,0,0,232,57,0,0,238,57,0,0,244,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,250,57,0,0,250,57,0,0,254,57,0,0,254,57,0,0,254,57,0,0,254,57,0,0,2,58,0,0,10,58,0,0,12,58,0,0,12,58,0,0,12,58,0,0,14,58,0,0,16,58,0,0,16,58,0,0,16,58,0,0,16,58,0,0,16,58,0,0,16,58,0,0,16,58,0,0,22,58,0,0,24,58,0,0,24,58,0,0,30,58,0,0,30,58,0,0,36,58,0,0,38,58,0,0,38,58,0,0,40,58,0,0,50,58,0,0,50,58,0,0,54,58,0,0,56,58,0,0,58,58,0,0,58,58,0,0,60,58,0,0,60,58,0,0,70,58,0,0,70,58,0,0,70,58,0,0,74,58,0,0,78,58,0,0,78,58,0,0,78,58,0,0,78,58,0,0,82,58,0,0,90,58,0,0,90,58,0,0,92,58,0,0,94,58,0,0,94,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,110,58,0,0,110,58,0,0,110,58,0,0,112,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,118,58,0,0,118,58,0,0,122,58,0,0,122,58,0,0,122,58,0,0,122,58,0,0,122,58,0,0,128,58,0,0,130,58,0,0,132,58,0,0,132,58,0,0,134,58,0,0,134,58,0,0,136,58,0,0,138,58,0,0,138,58,0,0,138,58,0,0,138,58,0,0,140,58,0,0,142,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,150,58,0,0,150,58,0,0,150,58,0,0,150,58,0,0,150,58,0,0,152,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,156,58,0,0,156,58,0,0,156,58,0,0,160,58,0,0,164,58,0,0,164,58,0,0,164,58,0,0,168,58,0,0,168,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,184,58,0,0,186,58,0,0,186,58,0,0,190,58,0,0,190,58,0,0,190,58,0,0,190,58,0,0,190,58,0,0,192,58,0,0,192,58,0,0,194,58,0,0,202,58,0,0,202,58,0,0,202,58,0,0,208,58,0,0,212,58,0,0,214,58,0,0,218,58,0,0,218,58,0,0,220,58,0,0,222,58,0,0,222,58,0,0,230,58,0,0,230,58,0,0,234,58,0,0,240,58,0,0,252,58,0,0,0,59,0,0,0,59,0,0,2,59,0,0,2,59,0,0,4,59,0,0,6,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,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,24,59,0,0,28,59,0,0,28,59,0,0,30,59,0,0,30,59,0,0,36,59,0,0,36,59,0,0,40,59,0,0,40,59,0,0,40,59,0,0,40,59,0,0,40,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,52,59,0,0,52,59,0,0,54,59,0,0,54,59,0,0,54,59,0,0,58,59,0,0,58,59,0,0,60,59,0,0,60,59,0,0,60,59,0,0,62,59,0,0,64,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,74,59,0,0,76,59,0,0,84,59,0,0,84,59,0,0,84,59,0,0,84,59,0,0,94,59,0,0,94,59,0,0,94,59,0,0,94,59,0,0,94,59,0,0,96,59,0,0,106,59,0,0,106,59,0,0,106,59,0,0,112,59,0,0,112,59,0,0,116,59,0,0,118,59,0,0,120,59,0,0,120,59,0,0,124,59,0,0,128,59,0,0,138,59,0,0,138,59,0,0,138,59,0,0,138,59,0,0,138,59,0,0,140,59,0,0,140,59,0,0,142,59,0,0,144,59,0,0,148,59,0,0,150,59,0,0,150,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,160,59,0,0,160,59,0,0,164,59,0,0,166,59,0,0,170,59,0,0,170,59,0,0,176,59,0,0,176,59,0,0,176,59,0,0,176,59,0,0,176,59,0,0,178,59,0,0,178,59,0,0,184,59,0,0,184,59,0,0,186,59,0,0,186,59,0,0,186,59,0,0,190,59,0,0,190,59,0,0,190,59,0,0,192,59,0,0,192,59,0,0,196,59,0,0,196,59,0,0,202,59,0,0,204,59,0,0,204,59,0,0,206,59,0,0,206,59,0,0,206,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,218,59,0,0,220,59,0,0,220,59,0,0,222,59,0,0,224,59,0,0,224,59,0,0,226,59,0,0,236,59,0,0,242,59,0,0,242,59,0,0,246,59,0,0,254,59,0,0,4,60,0,0,8,60,0,0,8,60,0,0,8,60,0,0,12,60,0,0,18,60,0,0,26,60,0,0,28,60,0,0,28,60,0,0,30,60,0,0,30,60,0,0,30,60,0,0,34,60,0,0,34,60,0,0,34,60,0,0,38,60,0,0,40,60,0,0,42,60,0,0,42,60,0,0,42,60,0,0,42,60,0,0,42,60,0,0,42,60,0,0,42,60,0,0,44,60,0,0,46,60,0,0,46,60,0,0,46,60,0,0,46,60,0,0,46,60,0,0,50,60,0,0,50,60,0,0,52,60,0,0,54,60,0,0,54,60,0,0,54,60,0,0,58,60,0,0,58,60,0,0,60,60,0,0,60,60,0,0,62,60,0,0,66,60,0,0,66,60,0,0,70,60,0,0,70,60,0,0,74,60,0,0,74,60,0,0,76,60,0,0,76,60,0,0,76,60,0,0,78,60,0,0,82,60,0,0,82,60,0,0,82,60,0,0,82,60,0,0,82,60,0,0,84,60,0,0,86,60,0,0,94,60,0,0,94,60,0,0,102,60,0,0,102,60,0,0,106,60,0,0,106,60,0,0,110,60,0,0,112,60,0,0,112,60,0,0,114,60,0,0,114,60,0,0,120,60,0,0,120,60,0,0,124,60,0,0,124,60,0,0,124,60,0,0,126,60,0,0,126,60,0,0,130,60,0,0,130,60,0,0,130,60,0,0,138,60,0,0,142,60,0,0,144,60,0,0,146,60,0,0,146,60,0,0,154,60,0,0,154,60,0,0,162,60,0,0,166,60,0,0,166,60,0,0,172,60,0,0,180,60,0,0,182,60,0,0,186,60,0,0,190,60,0,0,190,60,0,0,194,60,0,0,194,60,0,0,194,60,0,0,196,60,0,0,206,60,0,0,206,60,0,0,208,60,0,0,210,60,0,0,210,60,0,0,212,60,0,0,212,60,0,0,216,60,0,0,218,60,0,0,218,60,0,0,222,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,226,60,0,0,226,60,0,0,226,60,0,0,228,60,0,0,228,60,0,0,228,60,0,0,230,60,0,0,230,60,0,0,230,60,0,0,230,60,0,0,238,60,0,0,246,60,0,0,246,60,0,0,246,60,0,0,246,60,0,0,250,60,0,0,254,60,0,0,254,60,0,0,0,61,0,0,0,61,0,0,2,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,10,61,0,0,22,61,0,0,22,61,0,0,30,61,0,0,32,61,0,0,32,61,0,0,32,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,36,61,0,0,40,61,0,0,40,61,0,0,42,61,0,0,44,61,0,0,52,61,0,0,52,61,0,0,54,61,0,0,56,61,0,0,58,61,0,0,60,61,0,0,62,61,0,0,68,61,0,0,70,61,0,0,74,61,0,0,74,61,0,0,74,61,0,0,76,61,0,0,82,61,0,0,82,61,0,0,82,61,0,0,86,61,0,0,86,61,0,0,86,61,0,0,88,61,0,0,88,61,0,0,94,61,0,0,96,61,0,0,96,61,0,0,98,61,0,0,98,61,0,0,104,61,0,0,104,61,0,0,106,61,0,0,110,61,0,0,110,61,0,0,112,61,0,0,116,61,0,0,120,61,0,0,120,61,0,0,122,61,0,0,122,61,0,0,122,61,0,0,124,61,0,0,124,61,0,0,124,61,0,0,124,61,0,0,130,61,0,0,132,61,0,0,134,61,0,0,134,61,0,0,134,61,0,0,136,61,0,0,140,61,0,0,140,61,0,0,140,61,0,0,148,61,0,0,150,61,0,0,150,61,0,0,150,61,0,0,150,61,0,0,156,61,0,0,156,61,0,0,156,61,0,0,158,61,0,0,158,61,0,0,158,61,0,0,160,61,0,0,160,61,0,0,160,61,0,0,164,61,0,0,164,61,0,0,164,61,0,0,164,61,0,0,164,61,0,0,164,61,0,0,172,61,0,0,172,61,0,0,172,61,0,0,172,61,0,0,172,61,0,0,172,61,0,0,172,61,0,0,174,61,0,0,186,61,0,0,192,61,0,0,196,61,0,0,210,61,0,0,210,61,0,0,214,61,0,0,214,61,0,0,220,61,0,0,220,61,0,0,226,61,0,0,226,61,0,0,226,61,0,0,226,61,0,0,226,61,0,0,230,61,0,0,230,61,0,0,230,61,0,0,230,61,0,0,232,61,0,0,232,61,0,0,232,61,0,0,238,61,0,0,238,61,0,0,242,61,0,0,242,61,0,0,242,61,0,0,250,61,0,0,254,61,0,0,2,62,0,0,8,62,0,0,12,62,0,0,14,62,0,0,14,62,0,0,20,62,0,0,24,62,0,0,26,62,0,0,32,62,0,0,34,62,0,0,40,62,0,0,42,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,66,62,0,0,68,62,0,0,72,62,0,0,74,62,0,0,74,62,0,0,74,62,0,0,80,62,0,0,88,62,0,0,90,62,0,0,92,62,0,0,92,62,0,0,92,62,0,0,92,62,0,0,92,62,0,0,92,62,0,0,96,62,0,0,100,62,0,0,102,62,0,0,108,62,0,0,108,62,0,0,110,62,0,0,110,62,0,0,116,62,0,0,116,62,0,0,116,62,0,0,116,62,0,0,124,62,0,0,126,62,0,0,126,62,0,0,130,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,132,62,0,0,132,62,0,0,136,62,0,0,140,62,0,0,140,62,0,0,140,62,0,0,140,62,0,0,148,62,0,0,150,62,0,0,150,62,0,0,150,62,0,0,152,62,0,0,154,62,0,0,156,62,0,0,156,62,0,0,160,62,0,0,160,62,0,0,160,62,0,0,160,62,0,0,160,62,0,0,160,62,0,0,164,62,0,0,164,62,0,0,164,62,0,0,164,62,0,0,168,62,0,0,168,62,0,0,168,62,0,0,172,62,0,0,172,62,0,0,172,62,0,0,176,62,0,0,176,62,0,0,178,62,0,0,180,62,0,0,180,62,0,0,180,62,0,0,182,62,0,0,186,62,0,0,188,62,0,0,188,62,0,0,188,62,0,0,194,62,0,0,194,62,0,0,194,62,0,0,194,62,0,0,194,62,0,0,204,62,0,0,204,62,0,0,212,62,0,0,212,62,0,0,212,62,0,0,218,62,0,0,220,62,0,0,220,62,0,0,220,62,0,0,220,62,0,0,220,62,0,0,220,62,0,0,220,62,0,0,220,62,0,0,220,62,0,0,222,62,0,0,222,62,0,0,228,62,0,0,232,62,0,0,236,62,0,0,238,62,0,0,238,62,0,0,240,62,0,0,240,62,0,0,240,62,0,0,244,62,0,0,250,62,0,0,250,62,0,0,254,62,0,0,2,63,0,0,4,63,0,0,6,63,0,0,6,63,0,0,8,63,0,0,10,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,12,63,0,0,12,63,0,0,12,63,0,0,12,63,0,0,14,63,0,0,14,63,0,0,16,63,0,0,20,63,0,0,24,63,0,0,24,63,0,0,24,63,0,0,30,63,0,0,32,63,0,0,34,63,0,0,38,63,0,0,40,63,0,0,40,63,0,0,40,63,0,0,42,63,0,0,44,63,0,0,44,63,0,0,44,63,0,0,44,63,0,0,44,63,0,0,50,63,0,0,54,63,0,0,60,63,0,0,60,63,0,0,64,63,0,0,64,63,0,0,70,63,0,0,72,63,0,0,72,63,0,0,72,63,0,0,74,63,0,0,76,63,0,0,76,63,0,0,78,63,0,0,78,63,0,0,84,63,0,0,84,63,0,0,84,63,0,0,86,63,0,0,86,63,0,0,86,63,0,0,86,63,0,0,90,63,0,0,90,63,0,0,94,63,0,0,96,63,0,0,102,63,0,0,124,63,0,0,126,63,0,0,130,63,0,0,130,63,0,0,136,63,0,0,136,63,0,0,136,63,0,0,136,63,0,0,136,63,0,0,144,63,0,0,148,63,0,0,150,63,0,0,152,63,0,0,152,63,0,0,154,63,0,0,156,63,0,0,156,63,0,0,158,63,0,0,158,63,0,0,158,63,0,0,162,63,0,0,162,63,0,0,162,63,0,0,166,63,0,0,168,63,0,0,168,63,0,0,176,63,0,0,176,63,0,0,176,63,0,0,178,63,0,0,182,63,0,0,184,63,0,0,184,63,0,0,184,63,0,0,186,63,0,0,196,63,0,0,200,63,0,0,210,63,0,0,214,63,0,0,214,63,0,0,226,63,0,0,230,63,0,0,232,63,0,0,234,63,0,0,234,63,0,0,234,63,0,0,234,63,0,0,236,63,0,0,236,63,0,0,238,63,0,0,238,63,0,0,238,63,0,0,238,63,0,0,238,63,0,0,240,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,2,64,0,0,6,64,0,0,18,64,0,0,22,64,0,0,26,64,0,0,26,64,0,0,26,64,0,0,28,64,0,0,28,64,0,0,30,64,0,0,32,64,0,0,32,64,0,0,34,64,0,0,34,64,0,0,34,64,0,0,38,64,0,0,38,64,0,0,38,64,0,0,38,64,0,0,42,64,0,0,42,64,0,0,42,64,0,0,50,64,0,0,50,64,0,0,52,64,0,0,54,64,0,0,56,64,0,0,56,64,0,0,56,64,0,0,56,64,0,0,56,64,0,0,62,64,0,0,62,64,0,0,62,64,0,0,62,64,0,0,66,64,0,0,68,64,0,0,68,64,0,0,72,64,0,0,72,64,0,0,74,64,0,0,74,64,0,0,74,64,0,0,74,64,0,0,80,64,0,0,80,64,0,0,80,64,0,0,82,64,0,0,86,64,0,0,90,64,0,0,90,64,0,0,92,64,0,0,94,64,0,0,94,64,0,0,94,64,0,0,94,64,0,0,94,64,0,0,98,64,0,0,98,64,0,0,100,64,0,0,100,64,0,0,106,64,0,0,106,64,0,0,106,64,0,0,112,64,0,0,112,64,0,0,114,64,0,0,114,64,0,0,114,64,0,0,114,64,0,0,114,64,0,0,120,64,0,0,130,64,0,0,132,64,0,0,136,64,0,0,136,64,0,0,136,64,0,0,136,64,0,0,136,64,0,0,140,64,0,0,142,64,0,0,142,64,0,0,142,64,0,0,150,64,0,0,154,64,0,0,158,64,0,0,158,64,0,0,164,64,0,0,166,64,0,0,170,64,0,0,170,64,0,0,172,64,0,0,172,64,0,0,176,64,0,0,180,64,0,0,182,64,0,0,182,64,0,0,182,64,0,0,190,64,0,0,190,64,0,0,190,64,0,0,190,64,0,0,190,64,0,0,190,64,0,0,198,64,0,0,198,64,0,0,198,64,0,0,200,64,0,0,204,64,0,0,204,64,0,0,206,64,0,0,208,64,0,0,208,64,0,0,208,64,0,0,208,64,0,0,214,64,0,0,214,64,0,0,216,64,0,0,220,64,0,0,220,64,0,0,222,64,0,0,222,64,0,0,222,64,0,0,228,64,0,0,228,64,0,0,230,64,0,0,230,64,0,0,232,64,0,0,236,64,0,0,236,64,0,0,236,64,0,0,244,64,0,0,248,64,0,0,250,64,0,0,250,64,0,0,250,64,0,0,250,64,0,0,254,64,0,0,254,64,0,0,254,64,0,0,254,64,0,0,254,64,0,0,254,64,0,0,0,65,0,0,2,65,0,0,2,65,0,0,2,65,0,0,2,65,0,0,2,65,0,0,8,65,0,0,8,65,0,0,10,65,0,0,10,65,0,0,14,65,0,0,16,65,0,0,16,65,0,0,18,65,0,0,18,65,0,0,20,65,0,0,28,65,0,0,30,65,0,0,36,65,0,0,42,65,0,0,46,65,0,0,52,65,0,0,56,65,0,0,58,65,0,0,58,65,0,0,58,65,0,0,60,65,0,0,60,65,0,0,66,65,0,0,72,65,0,0,72,65,0,0,76,65,0,0,78,65,0,0,78,65,0,0,78,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,96,65,0,0,96,65,0,0,102,65,0,0,102,65,0,0,104,65,0,0,114,65,0,0,114,65,0,0,116,65,0,0,116,65,0,0,116,65,0,0,116,65,0,0,116,65,0,0,118,65,0,0,120,65,0,0,126,65,0,0,128,65,0,0,130,65,0,0,130,65,0,0,136,65,0,0,136,65,0,0,142,65,0,0,144,65,0,0,144,65,0,0,144,65,0,0,148,65,0,0,150,65,0,0,152,65,0,0,152,65,0,0,156,65,0,0,156,65,0,0,156,65,0,0,156,65,0,0,160,65,0,0,160,65,0,0,160,65,0,0,160,65,0,0,164,65,0,0,166,65,0,0,168,65,0,0,168,65,0,0,170,65,0,0,170,65,0,0,172,65,0,0,178,65,0,0,182,65,0,0,182,65,0,0,184,65,0,0,186,65,0,0,192,65,0,0,196,65,0,0,196,65,0,0,198,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,204,65,0,0,208,65,0,0,208,65,0,0,212,65,0,0,212,65,0,0,212,65,0,0,212,65,0,0,218,65,0,0,218,65,0,0,218,65,0,0,218,65,0,0,218,65,0,0,220,65,0,0,220,65,0,0,222,65,0,0,232,65,0,0,238,65,0,0,238,65,0,0,238,65,0,0,238,65,0,0,240,65,0,0,240,65,0,0,240,65,0,0,242,65,0,0,242,65,0,0,242,65,0,0,246,65,0,0,246,65,0,0,246,65,0,0,248,65,0,0,248,65,0,0,252,65,0,0,0,66,0,0,0,66,0,0,2,66,0,0,2,66,0,0,4,66,0,0,4,66,0,0,6,66,0,0,6,66,0,0,6,66,0,0,6,66,0,0,6,66,0,0,6,66,0,0,8,66,0,0,8,66,0,0,8,66,0,0,8,66,0,0,10,66,0,0,10,66,0,0,10,66,0,0,10,66,0,0,12,66,0,0,12,66,0,0,12,66,0,0,16,66,0,0,20,66,0,0,28,66,0,0,32,66,0,0,38,66,0,0,42,66,0,0,42,66,0,0,42,66,0,0,42,66,0,0,44,66,0,0,46,66,0,0,46,66,0,0,48,66,0,0,54,66,0,0,54,66,0,0,56,66,0,0,56,66,0,0,58,66,0,0,62,66,0,0,62,66,0,0,62,66,0,0,62,66,0,0,66,66,0,0,66,66,0,0,66,66,0,0,66,66,0,0,66,66,0,0,68,66,0,0,68,66,0,0,68,66,0,0,70,66,0,0,70,66,0,0,72,66,0,0,72,66,0,0,76,66,0,0,80,66,0,0,88,66,0,0,88,66,0,0,88,66,0,0,90,66,0,0,100,66,0,0,102,66,0,0,106,66,0,0,110,66,0,0,116,66,0,0,120,66,0,0,122,66,0,0,122,66,0,0,124,66,0,0,124,66,0,0,124,66,0,0,124,66,0,0,126,66,0,0,126,66,0,0,126,66,0,0,126,66,0,0,126,66,0,0,126,66,0,0,128,66,0,0,130,66,0,0,130,66,0,0,130,66,0,0,130,66,0,0,130,66,0,0,130,66,0,0,134,66,0,0,136,66,0,0,138,66,0,0,148,66,0,0,150,66,0,0,150,66,0,0,152,66,0,0,152,66,0,0,152,66,0,0,154,66,0,0,158,66,0,0,160,66,0,0,162,66,0,0,168,66,0,0,180,66,0,0,184,66,0,0,192,66,0,0,192,66,0,0,192,66,0,0,192,66,0,0,192,66,0,0,196,66,0,0,196,66,0,0,198,66,0,0,200,66,0,0,202,66,0,0,206,66,0,0,206,66,0,0,208,66,0,0,218,66,0,0,218,66,0,0,224,66,0,0,224,66,0,0,226,66,0,0,234,66,0,0,234,66,0,0,234,66,0,0,238,66,0,0,238,66,0,0,238,66,0,0,240,66,0,0,248,66,0,0,248,66,0,0,248,66,0,0,248,66,0,0,2,67,0,0,2,67,0,0,4,67,0,0,4,67,0,0,6,67,0,0,8,67,0,0,14,67,0,0,20,67,0,0,22,67,0,0,22,67,0,0,26,67,0,0,26,67,0,0,26,67,0,0,30,67,0,0,32,67,0,0,42,67,0,0,42,67,0,0,42,67,0,0,42,67,0,0,42,67,0,0,42,67,0,0,54,67,0,0,56,67,0,0,56,67,0,0,56,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,66,67,0,0,70,67,0,0,76,67,0,0,78,67,0,0,78,67,0,0,82,67,0,0,82,67,0,0,82,67,0,0,82,67,0,0,84,67,0,0,84,67,0,0,88,67,0,0,88,67,0,0,90,67,0,0,92,67,0,0,96,67,0,0,96,67,0,0,96,67,0,0,96,67,0,0,96,67,0,0,96,67,0,0,100,67,0,0,102,67,0,0,102,67,0,0,106,67,0,0,108,67,0,0,108,67,0,0,116,67,0,0,118,67,0,0,118,67,0,0,118,67,0,0,118,67,0,0,118,67,0,0,120,67,0,0,136,67,0,0,136,67,0,0,136,67,0,0,142,67,0,0,146,67,0,0,146,67,0,0,146,67,0,0,146,67,0,0,148,67,0,0,158,67,0,0,158,67,0,0,160,67,0,0,160,67,0,0,160,67,0,0,164,67,0,0,168,67,0,0,174,67,0,0,174,67,0,0,174,67,0,0,174,67,0,0,174,67,0,0,176,67,0,0,178,67,0,0,178,67,0,0,178,67,0,0,178,67,0,0,178,67,0,0,178,67,0,0,178,67,0,0,178,67,0,0,182,67,0,0,182,67,0,0,182,67,0,0,182,67,0,0,182,67,0,0,182,67,0,0,182,67,0,0,182,67,0,0,186,67,0,0,186,67,0,0,186,67,0,0,186,67,0,0,192,67,0,0,194,67,0,0,196,67,0,0,200,67,0,0,200,67,0,0,210,67,0,0,212,67,0,0,218,67,0,0,218,67,0,0,220,67,0,0,226,67,0,0,230,67,0,0,236,67,0,0,236,67,0,0,238,67,0,0,238,67,0,0,238,67,0,0,238,67,0,0,244,67,0,0,244,67,0,0,244,67,0,0,246,67,0,0,246,67,0,0,246,67,0,0,246,67,0,0,252,67,0,0,254,67,0,0,254,67,0,0,0,68,0,0,4,68,0,0,6,68,0,0,6,68,0,0,6,68,0,0,6,68,0,0,8,68,0,0,14,68,0,0,14,68,0,0,14,68,0,0,18,68,0,0,18,68,0,0,18,68,0,0,18,68,0,0,20,68,0,0,20,68,0,0,22,68,0,0,22,68,0,0,26,68,0,0,26,68,0,0,28,68,0,0,28,68,0,0,28,68,0,0,30,68,0,0,32,68,0,0,42,68,0,0,42,68,0,0,46,68,0,0,46,68,0,0,48,68,0,0,48,68,0,0,48,68,0,0,50,68,0,0,50,68,0,0,50,68,0,0,56,68,0,0,70,68,0,0,70,68,0,0,74,68,0,0,74,68,0,0,76,68,0,0,76,68,0,0,76,68,0,0,76,68,0,0,76,68,0,0,78,68,0,0,82,68,0,0,82,68,0,0,82,68,0,0,88,68,0,0,92,68,0,0,92,68,0,0,94,68,0,0,96,68,0,0,100,68,0,0,100,68,0,0,102,68,0,0,102,68,0,0,106,68,0,0,112,68,0,0,114,68,0,0,118,68,0,0,118,68,0,0,118,68,0,0,118,68,0,0,118,68,0,0,130,68,0,0,132,68,0,0,138,68,0,0,138,68,0,0,146,68,0,0,146,68,0,0,148,68,0,0,150,68,0,0,150,68,0,0,150,68,0,0,152,68,0,0,158,68,0,0,160,68,0,0,160,68,0,0,164,68,0,0,164,68,0,0,166,68,0,0,166,68,0,0,170,68,0,0,170,68,0,0,176,68,0,0,176,68,0,0,186,68,0,0,186,68,0,0,188,68,0,0,190,68,0,0,190,68,0,0,192,68,0,0,192,68,0,0,192,68,0,0,192,68,0,0,194,68,0,0,194,68,0,0,198,68,0,0,204,68,0,0,204,68,0,0,210,68,0,0,214,68,0,0,214,68,0,0,218,68,0,0,220,68,0,0,224,68,0,0,228,68,0,0,232,68,0,0,236,68,0,0,236,68,0,0,236,68,0,0,236,68,0,0,240,68,0,0,248,68,0,0,248,68,0,0,248,68,0,0,248,68,0,0,248,68,0,0,250,68,0,0,250,68,0,0,250,68,0,0,252,68,0,0,2,69,0,0,2,69,0,0,2,69,0,0,4,69,0,0,6,69,0,0,6,69,0,0,6,69,0,0,10,69,0,0,10,69,0,0,14,69,0,0,14,69,0,0,18,69,0,0,20,69,0,0,28,69,0,0,28,69,0,0,28,69,0,0,32,69,0,0,32,69,0,0,32,69,0,0,32,69,0,0,32,69,0,0,32,69,0,0,32,69,0,0,32,69,0,0,34,69,0,0,40,69,0,0,46,69,0,0,50,69,0,0,50,69,0,0,54,69,0,0,62,69,0,0,66,69,0,0,66,69,0,0,68,69,0,0,70,69,0,0,72,69,0,0,72,69,0,0,72,69,0,0,72,69,0,0,74,69,0,0,74,69,0,0,74,69,0,0,74,69,0,0,74,69,0,0,76,69,0,0,76,69,0,0,92,69,0,0,92,69,0,0,92,69,0,0,92,69,0,0,94,69,0,0,102,69,0,0,102,69,0,0,102,69,0,0,102,69,0,0,108,69,0,0,108,69,0,0,108,69,0,0,108,69,0,0,116,69,0,0,116,69,0,0,120,69,0,0,126,69,0,0,128,69,0,0,138,69,0,0,138,69,0,0,140,69,0,0,146,69,0,0,146,69,0,0,146,69,0,0,150,69,0,0,150,69,0,0,150,69,0,0,154,69,0,0,156,69,0,0,158,69,0,0,158,69,0,0,158,69,0,0,160,69,0,0,160,69,0,0,160,69,0,0,160,69,0,0,162,69,0,0,162,69,0,0,162,69,0,0,164,69,0,0,164,69,0,0,164,69,0,0,168,69,0,0,170,69,0,0,170,69,0,0,172,69,0,0,172,69,0,0,172,69,0,0,172,69,0,0,172,69,0,0,178,69,0,0,180,69,0,0,182,69,0,0,182,69,0,0,184,69,0,0,184,69,0,0,184,69,0,0,186,69,0,0,186,69,0,0,188,69,0,0,196,69,0,0,198,69,0,0,204,69,0,0,208,69,0,0,212,69,0,0,214,69,0,0,216,69,0,0,228,69,0,0,228,69,0,0,230,69,0,0,238,69,0,0,244,69,0,0,248,69,0,0,248,69,0,0,248,69,0,0,254,69,0,0,0,70,0,0,14,70,0,0,14,70,0,0,14,70,0,0,14,70,0,0,14,70,0,0,18,70,0,0,18,70,0,0,18,70,0,0,18,70,0,0,18,70,0,0,18,70,0,0,18,70,0,0,20,70,0,0,22,70,0,0,28,70,0,0,28,70,0,0,30,70,0,0,36,70,0,0,38,70,0,0,40,70,0,0,42,70,0,0,42,70,0,0,44,70,0,0,50,70,0,0,50,70,0,0,50,70,0,0,52,70,0,0,52,70,0,0,60,70,0,0,60,70,0,0,60,70,0,0,64,70,0,0,64,70,0,0,66,70,0,0,66,70,0,0,68,70,0,0,68,70,0,0,68,70,0,0,68,70,0,0,68,70,0,0,68,70,0,0,72,70,0,0,72,70,0,0,72,70,0,0,76,70,0,0,76,70,0,0,86,70,0,0,86,70,0,0,86,70,0,0,86,70,0,0,86,70,0,0,86,70,0,0,86,70,0,0,86,70,0,0,94,70,0,0,94,70,0,0,104,70,0,0,104,70,0,0,104,70,0,0,104,70,0,0,104,70,0,0,104,70,0,0,104,70,0,0,106,70,0,0,110,70,0,0,110,70,0,0,112,70,0,0,112,70,0,0,116,70,0,0,120,70,0,0,122,70,0,0,130,70,0,0,130,70,0,0,138,70,0,0,138,70,0,0,138,70,0,0,146,70,0,0,146,70,0,0,146,70,0,0,146,70,0,0,148,70,0,0,148,70,0,0,154,70,0,0,160,70,0,0,164,70,0,0,164,70,0,0,164,70,0,0,166,70,0,0,168,70,0,0,168,70,0,0,168,70,0,0,168,70,0,0,168,70,0,0,168,70,0,0,176,70,0,0,180,70,0,0,188,70,0,0,192,70,0,0,200,70,0,0,200,70,0,0,200,70,0,0,200,70,0,0,202,70,0,0,204,70,0,0,204,70,0,0,204,70,0,0,210,70,0,0,212,70,0,0,212,70,0,0,212,70,0,0,214,70,0,0,216,70,0,0,226,70,0,0,226,70,0,0,228,70,0,0,228,70,0,0,236,70,0,0,236,70,0,0,236,70,0,0,236,70,0,0,238,70,0,0,238,70,0,0,242,70,0,0,244,70,0,0,250,70,0,0,252,70,0,0,0,71,0,0,4,71,0,0,4,71,0,0,4,71,0,0,4,71,0,0,4,71,0,0,4,71,0,0,8,71,0,0,10,71,0,0,10,71,0,0,12,71,0,0,12,71,0,0,12,71,0,0,14,71,0,0,14,71,0,0,20,71,0,0,20,71,0,0,22,71,0,0,24,71,0,0,26,71,0,0,28,71,0,0,28,71,0,0,30,71,0,0,30,71,0,0,30,71,0,0,32,71,0,0,32,71,0,0,34,71,0,0,36,71,0,0,40,71,0,0,42,71,0,0,46,71,0,0,48,71,0,0,52,71,0,0,52,71,0,0,62,71,0,0,62,71,0,0,62,71,0,0,62,71,0,0,64,71,0,0,66,71,0,0,70,71,0,0,70,71,0,0,72,71,0,0,84,71,0,0,84,71,0,0,84,71,0,0,100,71,0,0,102,71,0,0,102,71,0,0,104,71,0,0,106,71,0,0,108,71,0,0,114,71,0,0,118,71,0,0,120,71,0,0,122,71,0,0,128,71,0,0,128,71,0,0,128,71,0,0,128,71,0,0,128,71,0,0,134,71,0,0,136,71,0,0,136,71,0,0,136,71,0,0,146,71,0,0,148,71,0,0,152,71,0,0,156,71,0,0,158,71,0,0,158,71,0,0,158,71,0,0,166,71,0,0,168,71,0,0,170,71,0,0,170,71,0,0,172,71,0,0,172,71,0,0,172,71,0,0,174,71,0,0,176,71,0,0,176,71,0,0,176,71,0,0,178,71,0,0,178,71,0,0,178,71,0,0,188,71,0,0,196,71,0,0,196,71,0,0,198,71,0,0,198,71,0,0,210,71,0,0,212,71,0,0,214,71,0,0,216,71,0,0,216,71,0,0,218,71,0,0,218,71,0,0,218,71,0,0,218,71,0,0,218,71,0,0,218,71,0,0,220,71,0,0,220,71,0,0,224,71,0,0,224,71,0,0,224,71,0,0,228,71,0,0,232,71,0,0,232,71,0,0,236,71,0,0,238,71,0,0,240,71,0,0,242,71,0,0,242,71,0,0,248,71,0,0,250,71,0,0,252,71,0,0,254,71,0,0,4,72,0,0,6,72,0,0,6,72,0,0,16,72,0,0,16,72,0,0,20,72,0,0,20,72,0,0,20,72,0,0,26,72,0,0,28,72,0,0,28,72,0,0,30,72,0,0,30,72,0,0,30,72,0,0,32,72,0,0,32,72,0,0,38,72,0,0,40,72,0,0,40,72,0,0,40,72,0,0,40,72,0,0,42,72,0,0,46,72,0,0,46,72,0,0,52,72,0,0,52,72,0,0,52,72,0,0,52,72,0,0,52,72,0,0,52,72,0,0,52,72,0,0,54,72,0,0,56,72,0,0,60,72,0,0,62,72,0,0,62,72,0,0,62,72,0,0,62,72,0,0,68,72,0,0,68,72,0,0,70,72,0,0,70,72,0,0,70,72,0,0,70,72,0,0,72,72,0,0,72,72,0,0,74,72,0,0,74,72,0,0,74,72,0,0,74,72,0,0,74,72,0,0,74,72,0,0,80,72,0,0,80,72,0,0,82,72,0,0,82,72,0,0,82,72,0,0,82,72,0,0,82,72,0,0,82,72,0,0,90,72,0,0,90,72,0,0,90,72,0,0,92,72,0,0,94,72,0,0,96,72,0,0,100,72,0,0,100,72,0,0,102,72,0,0,106,72,0,0,114,72,0,0,114,72,0,0,114,72,0,0,118,72,0,0,120,72,0,0,120,72,0,0,122,72,0,0,122,72,0,0,126,72,0,0,126,72,0,0,126,72,0,0,130,72,0,0,130,72,0,0,132,72,0,0,132,72,0,0,140,72,0,0,140,72,0,0,150,72,0,0,162,72,0,0,162,72,0,0,166,72,0,0,172,72,0,0,174,72,0,0,174,72,0,0,182,72,0,0,182,72,0,0,184,72,0,0,184,72,0,0,186,72,0,0,190,72,0,0,190,72,0,0,190,72,0,0,190,72,0,0,194,72,0,0,194,72,0,0,194,72,0,0,194,72,0,0,200,72,0,0,202,72,0,0,202,72,0,0,206,72,0,0,214,72,0,0,214,72,0,0,214,72,0,0,216,72,0,0,216,72,0,0,216,72,0,0,224,72,0,0,224,72,0,0,224,72,0,0,224,72,0,0,224,72,0,0,226,72,0,0,226,72,0,0,226,72,0,0,230,72,0,0,232,72,0,0,236,72,0,0,236,72,0,0,240,72,0,0,244,72,0,0,254,72,0,0,0,73,0,0,6,73,0,0,10,73,0,0,12,73,0,0,12,73,0,0,12,73,0,0,14,73,0,0,16,73,0,0,16,73,0,0,16,73,0,0,18,73,0,0,18,73,0,0,24,73,0,0,28,73,0,0,28,73,0,0,28,73,0,0,30,73,0,0,30,73,0,0,30,73,0,0,32,73,0,0,32,73,0,0,32,73,0,0,32,73,0,0,34,73,0,0,38,73,0,0,38,73,0,0,38,73,0,0,42,73,0,0,42,73,0,0,42,73,0,0,44,73,0,0,48,73,0,0,48,73,0,0,48,73,0,0,52,73,0,0,54,73,0,0,54,73,0,0,54,73,0,0,54,73,0,0,60,73,0,0,62,73,0,0,64,73,0,0,64,73,0,0,66,73,0,0,66,73,0,0,72,73,0,0,72,73,0,0,72,73,0,0,72,73,0,0,74,73,0,0,78,73,0,0,78,73,0,0,78,73,0,0,80,73,0,0,82,73,0,0,82,73,0,0,86,73,0,0,104,73,0,0,104,73,0,0,104,73,0,0,106,73,0,0,108,73,0,0,114,73,0,0,116,73,0,0,120,73,0,0,128,73,0,0,132,73,0,0,138,73,0,0,138,73,0,0,140,73,0,0,140,73,0,0,140,73,0,0,140,73,0,0,140,73,0,0,142,73,0,0,144,73,0,0,144,73,0,0,144,73,0,0,150,73,0,0,152,73,0,0,154,73,0,0,154,73,0,0,154,73,0,0,156,73,0,0,156,73,0,0,160,73,0,0,160,73,0,0,160,73,0,0,162,73,0,0,162,73,0,0,164,73,0,0,168,73,0,0,168,73,0,0,170,73,0,0,172,73,0,0,172,73,0,0,180,73,0,0,180,73,0,0,182,73,0,0,182,73,0,0,184,73,0,0,188,73,0,0,188,73,0,0,190,73,0,0,196,73,0,0,196,73,0,0,198,73,0,0,198,73,0,0,198,73,0,0,200,73,0,0,200,73,0,0,202,73,0,0,202,73,0,0,202,73,0,0,204,73,0,0,204,73,0,0,204,73,0,0,204,73,0,0,206,73,0,0,206,73,0,0,208,73,0,0,214,73,0,0,214,73,0,0,214,73,0,0,214,73,0,0,220,73,0,0,220,73,0,0,220,73,0,0,222,73,0,0,222,73,0,0,226,73,0,0,226,73,0,0,232,73,0,0,236,73,0,0,236,73,0,0,236,73,0,0,236,73,0,0,236,73,0,0,236,73,0,0,244,73,0,0,246,73,0,0,252,73,0,0,252,73,0,0,254,73,0,0,254,73,0,0,254,73,0,0,254,73,0,0,2,74,0,0,10,74,0,0,12,74,0,0,18,74,0,0,18,74,0,0,18,74,0,0,24,74,0,0,24,74,0,0,24,74,0,0,24,74,0,0,24,74,0,0,24,74,0,0,26,74,0,0,52,74,0,0,52,74,0,0,52,74,0,0,52,74,0,0,54,74,0,0,56,74,0,0,56,74,0,0,62,74,0,0,64,74,0,0,66,74,0,0,66,74,0,0,66,74,0,0,66,74,0,0,68,74,0,0,70,74,0,0,72,74,0,0,72,74,0,0,76,74,0,0,76,74,0,0,78,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,90,74,0,0,90,74,0,0,90,74,0,0,94,74,0,0,98,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,106,74,0,0,116,74,0,0,116,74,0,0,116,74,0,0,122,74,0,0,122,74,0,0,122,74,0,0,122,74,0,0,122,74,0,0,122,74,0,0,124,74,0,0,124,74,0,0,128,74,0,0,128,74,0,0,136,74,0,0,136,74,0,0,140,74,0,0,146,74,0,0,146,74,0,0,148,74,0,0,148,74,0,0,150,74,0,0,150,74,0,0,156,74,0,0,158,74,0,0,158,74,0,0,160,74,0,0,162,74,0,0,162,74,0,0,172,74,0,0,176,74,0,0,176,74,0,0,178,74,0,0,178,74,0,0,178,74,0,0,182,74,0,0,182,74,0,0,184,74,0,0,186,74,0,0,190,74,0,0,192,74,0,0,196,74,0,0,198,74,0,0,202,74,0,0,202,74,0,0,202,74,0,0,208,74,0,0,214,74,0,0,214,74,0,0,214,74,0,0,214,74,0,0,214,74,0,0,218,74,0,0,218,74,0,0,218,74,0,0,220,74,0,0,220,74,0,0,220,74,0,0,220,74,0,0,220,74,0,0,220,74,0,0,222,74,0,0,222,74,0,0,222,74,0,0,222,74,0,0,226,74,0,0,226,74,0,0,228,74,0,0,232,74,0,0,232,74,0,0,242,74,0,0,244,74,0,0,248,74,0,0,248,74,0,0,252,74,0,0,252,74,0,0,252,74,0,0,254,74,0,0,254,74,0,0,254,74,0,0,254,74,0,0,0,75,0,0,0,75,0,0,4,75,0,0,4,75,0,0,6,75,0,0,8,75,0,0,12,75,0,0,12,75,0,0,14,75,0,0,14,75,0,0,14,75,0,0,14,75,0,0,14,75,0,0,18,75,0,0,18,75,0,0,18,75,0,0,18,75,0,0,20,75,0,0,24,75,0,0,24,75,0,0,24,75,0,0,36,75,0,0,36,75,0,0,40,75,0,0,42,75,0,0,42,75,0,0,52,75,0,0,52,75,0,0,54,75,0,0,54,75,0,0,54,75,0,0,68,75,0,0,70,75,0,0,70,75,0,0,70,75,0,0,70,75,0,0,70,75,0,0,72,75,0,0,78,75,0,0,82,75,0,0,82,75,0,0,82,75,0,0,92,75,0,0,92,75,0,0,94,75,0,0,94,75,0,0,102,75,0,0,102,75,0,0,104,75,0,0,106,75,0,0,108,75,0,0,112,75,0,0,114,75,0,0,114,75,0,0,114,75,0,0,120,75,0,0,124,75,0,0,138,75,0,0,140,75,0,0,140,75,0,0,140,75,0,0,146,75,0,0,148,75,0,0,148,75,0,0,148,75,0,0,148,75,0,0,152,75,0,0,154,75,0,0,154,75,0,0,156,75,0,0,156,75,0,0,160,75,0,0,166,75,0,0,170,75,0,0,172,75,0,0,178,75,0,0,178,75,0,0,178,75,0,0,182,75,0,0,184,75,0,0,184,75,0,0,184,75,0,0,190,75,0,0,198,75,0,0,200,75,0,0,200,75,0,0,200,75,0,0,202,75,0,0,204,75,0,0,204,75,0,0,206,75,0,0,206,75,0,0,206,75,0,0,210,75,0,0,220,75,0,0,220,75,0,0,220,75,0,0,220,75,0,0,220,75,0,0,222,75,0,0,222,75,0,0,228,75,0,0,228,75,0,0,228,75,0,0,232,75,0,0,232,75,0,0,236,75,0,0,240,75,0,0,242,75,0,0,248,75,0,0,248,75,0,0,248,75,0,0,252,75,0,0,0,76,0,0,0,76,0,0,2,76,0,0,6,76,0,0,10,76,0,0,12,76,0,0,14,76,0,0,16,76,0,0,16,76,0,0,22,76,0,0,26,76,0,0,30,76,0,0,30,76,0,0,30,76,0,0,32,76,0,0,34,76,0,0,40,76,0,0,44,76,0,0,46,76,0,0,46,76,0,0,46,76,0,0,50,76,0,0,58,76,0,0,58,76,0,0,60,76,0,0,66,76,0,0,66,76,0,0,66,76,0,0,66,76,0,0,66,76,0,0,68,76,0,0,72,76,0,0,72,76,0,0,74,76,0,0,74,76,0,0,80,76,0,0,86,76,0,0,90,76,0,0,90,76,0,0,90,76,0,0,90,76,0,0,94,76,0,0,94,76,0,0,94,76,0,0,102,76,0,0,104,76,0,0,106,76,0,0,114,76,0,0,126,76,0,0,132,76,0,0,138,76,0,0,146,76,0,0,148,76,0,0,148,76,0,0,148,76,0,0,148,76,0,0,156,76,0,0,156,76,0,0,158,76,0,0,160,76,0,0,160,76,0,0,160,76,0,0,160,76,0,0,162,76,0,0,162,76,0,0,164,76,0,0,168,76,0,0,168,76,0,0,168,76,0,0,172,76,0,0,172,76,0,0,174,76,0,0,174,76,0,0,174,76,0,0,174,76,0,0,182,76,0,0,186,76,0,0,190,76,0,0,190,76,0,0,194,76,0,0,194,76,0,0,196,76,0,0,202,76,0,0,202,76,0,0,202,76,0,0,202,76,0,0,202,76,0,0,202,76,0,0,204,76,0,0,204,76,0,0,204,76,0,0,206,76,0,0,206,76,0,0,210,76,0,0,212,76,0,0,212,76,0,0,216,76,0,0,218,76,0,0,220,76,0,0,226,76,0,0,230,76,0,0,234,76,0,0,234,76,0,0,236,76,0,0,236,76,0,0,240,76,0,0,242,76,0,0,244,76,0,0,246,76,0,0,246,76,0,0,250,76,0,0,250,76,0,0,250,76,0,0,254,76,0,0,0,77,0,0,0,77,0,0,0,77,0,0,2,77,0,0,2,77,0,0,8,77,0,0,8,77,0,0,8,77,0,0,8,77,0,0,10,77,0,0,12,77,0,0,16,77,0,0,22,77,0,0,22,77,0,0,26,77,0,0,30,77,0,0,30,77,0,0,30,77,0,0,32,77,0,0,36,77,0,0,48,77,0,0,48,77,0,0,48,77,0,0,52,77,0,0,56,77,0,0,56,77,0,0,60,77,0,0,62,77,0,0,68,77,0,0,68,77,0,0,68,77,0,0,70,77,0,0,72,77,0,0,78,77,0,0,78,77,0,0,78,77,0,0,78,77,0,0,78,77,0,0,80,77,0,0,80,77,0,0,80,77,0,0,80,77,0,0,80,77,0,0,104,77,0,0,104,77,0,0,106,77,0,0,108,77,0,0,108,77,0,0,108,77,0,0,108,77,0,0,108,77,0,0,108,77,0,0,108,77,0,0,112,77,0,0,112,77,0,0,112,77,0,0,112,77,0,0,120,77,0,0,120,77,0,0,126,77,0,0,126,77,0,0,130,77,0,0,132,77,0,0,132,77,0,0,132,77,0,0,132,77,0,0,138,77,0,0,138,77,0,0,140,77,0,0,144,77,0,0,144,77,0,0,148,77,0,0,148,77,0,0,148,77,0,0,148,77,0,0,150,77,0,0,150,77,0,0,154,77,0,0,154,77,0,0,154,77,0,0,154,77,0,0,156,77,0,0,156,77,0,0,164,77,0,0,164,77,0,0,166,77,0,0,168,77,0,0,168,77,0,0,174,77,0,0,178,77,0,0,182,77,0,0,182,77,0,0,182,77,0,0,182,77,0,0,182,77,0,0,186,77,0,0,186,77,0,0,186,77,0,0,186,77,0,0,190,77,0,0,190,77,0,0,190,77,0,0,192,77,0,0,192,77,0,0,192,77,0,0,196,77,0,0,196,77,0,0,196,77,0,0,198,77,0,0,202,77,0,0,214,77,0,0,220,77,0,0,220,77,0,0,220,77,0,0,220,77,0,0,220,77,0,0,224,77,0,0,224,77,0,0,224,77,0,0,224,77,0,0,224,77,0,0,228,77,0,0,232,77,0,0,238,77,0,0,238,77,0,0,238,77,0,0,240,77,0,0,242,77,0,0,242,77,0,0,244,77,0,0,244,77,0,0,252,77,0,0,254,77,0,0,254,77,0,0,4,78,0,0,6,78,0,0,6,78,0,0,6,78,0,0,8,78,0,0,8,78,0,0,12,78,0,0,12,78,0,0,12,78,0,0,14,78,0,0,18,78,0,0,18,78,0,0,20,78,0,0,20,78,0,0,28,78,0,0,28,78,0,0,28,78,0,0,36,78,0,0,38,78,0,0,40,78,0,0,42,78,0,0,44,78,0,0,48,78,0,0,48,78,0,0,48,78,0,0,48,78,0,0,54,78,0,0,56,78,0,0,56,78,0,0,58,78,0,0,60,78,0,0,64,78,0,0,64,78,0,0,64,78,0,0,70,78,0,0,72,78,0,0,72,78,0,0,74,78,0,0,80,78,0,0,82,78,0,0,82,78,0,0,88,78,0,0,90,78,0,0,94,78,0,0,102,78,0,0,102,78,0,0,108,78,0,0,108,78,0,0,108,78,0,0,114,78,0,0,114,78,0,0,114,78,0,0,114,78,0,0,114,78,0,0,114,78,0,0,118,78,0,0,120,78,0,0,126,78,0,0,126,78,0,0,126,78,0,0,128,78,0,0,128,78,0,0,128,78,0,0,128,78,0,0,130,78,0,0,130,78,0,0,130,78,0,0,130,78,0,0,130,78,0,0,130,78,0,0,136,78,0,0,138,78,0,0,140,78,0,0,142,78,0,0,146,78,0,0,146,78,0,0,154,78,0,0,156,78,0,0,156,78,0,0,160,78,0,0,166,78,0,0,168,78,0,0,168,78,0,0,172,78,0,0,178,78,0,0,178,78,0,0,178,78,0,0,178,78,0,0,178,78,0,0,180,78,0,0,194,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,206,78,0,0,206,78,0,0,206,78,0,0,206,78,0,0,210,78,0,0,210,78,0,0,210,78,0,0,210,78,0,0,210,78,0,0,216,78,0,0,218,78,0,0,218,78,0,0,220,78,0,0,222,78,0,0,228,78,0,0,230,78,0,0,230,78,0,0,232,78,0,0,238,78,0,0,244,78,0,0,248,78,0,0,254,78,0,0,254,78,0,0,254,78,0,0,4,79,0,0,4,79,0,0,4,79,0,0,4,79,0,0,4,79,0,0,4,79,0,0,4,79,0,0,4,79,0,0,4,79,0,0,8,79,0,0,10,79,0,0,12,79,0,0,12,79,0,0,12,79,0,0,12,79,0,0,14,79,0,0,14,79,0,0,16,79,0,0,42,79,0,0,42,79,0,0,42,79,0,0,42,79,0,0,50,79,0,0,58,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,62,79,0,0,62,79,0,0,66,79,0,0,66,79,0,0,66,79,0,0,72,79,0,0,72,79,0,0,72,79,0,0,72,79,0,0,72,79,0,0,82,79,0,0,82,79,0,0,86,79,0,0,86,79,0,0,86,79,0,0,86,79,0,0,86,79,0,0,90,79,0,0,92,79,0,0,92,79,0,0,96,79,0,0,98,79,0,0,100,79,0,0,102,79,0,0,106,79,0,0,114,79,0,0,114,79,0,0,118,79,0,0,120,79,0,0,120,79,0,0,124,79,0,0,138,79,0,0,138,79,0,0,138,79,0,0,138,79,0,0,142,79,0,0,142,79,0,0,148,79,0,0,148,79,0,0,154,79,0,0,156,79,0,0,156,79,0,0,156,79,0,0,156,79,0,0,156,79,0,0,156,79,0,0,156,79,0,0,156,79,0,0,156,79,0,0,156,79,0,0,166,79,0,0,166,79,0,0,168,79,0,0,168,79,0,0,168,79,0,0,170,79,0,0,180,79,0,0,182,79,0,0,182,79,0,0,182,79,0,0,184,79,0,0,186,79,0,0,188,79,0,0,190,79,0,0,190,79,0,0,190,79,0,0,190,79,0,0,192,79,0,0,192,79,0,0,198,79,0,0,198,79,0,0,204,79,0,0,204,79,0,0,208,79,0,0,208,79,0,0,210,79,0,0,214,79,0,0,214,79,0,0,214,79,0,0,216,79,0,0,216,79,0,0,216,79,0,0,220,79,0,0,220,79,0,0,224,79,0,0,224,79,0,0,228,79,0,0,228,79,0,0,228,79,0,0,228,79,0,0,232,79,0,0,232,79,0,0,232,79,0,0,234,79,0,0,236,79,0,0,236,79,0,0,236,79,0,0,236,79,0,0,236,79,0,0,238,79,0,0,246,79,0,0,246,79,0,0,246,79,0,0,2,80,0,0,6,80,0,0,6,80,0,0,6,80,0,0,14,80,0,0,16,80,0,0,28,80,0,0,28,80,0,0,28,80,0,0,28,80,0,0,32,80,0,0,32,80,0,0,32,80,0,0,32,80,0,0,34,80,0,0,34,80,0,0,38,80,0,0,42,80,0,0,44,80,0,0,44,80,0,0,44,80,0,0,44,80,0,0,46,80,0,0,48,80,0,0,52,80,0,0,54,80,0,0,54,80,0,0,56,80,0,0,56,80,0,0,56,80,0,0,56,80,0,0,62,80,0,0,66,80,0,0,66,80,0,0,66,80,0,0,66,80,0,0,72,80,0,0,72,80,0,0,78,80,0,0,84,80,0,0,86,80,0,0,86,80,0,0,86,80,0,0,98,80,0,0,100,80,0,0,106,80,0,0,106,80,0,0,106,80,0,0,106,80,0,0,108,80,0,0,112,80,0,0,112,80,0,0,112,80,0,0,114,80,0,0,114,80,0,0,114,80,0,0,116,80,0,0,124,80,0,0,124,80,0,0,128,80,0,0,130,80,0,0,132,80,0,0,132,80,0,0,140,80,0,0,140,80,0,0,144,80,0,0,152,80,0,0,154,80,0,0,158,80,0,0,158,80,0,0,158,80,0,0,162,80,0,0,162,80,0,0,162,80,0,0,162,80,0,0,162,80,0,0,164,80,0,0,164,80,0,0,164,80,0,0,164,80,0,0,164,80,0,0,176,80,0,0,186,80,0,0,186,80,0,0,188,80,0,0,188,80,0,0,190,80,0,0,190,80,0,0,196,80,0,0,196,80,0,0,196,80,0,0,196,80,0,0,198,80,0,0,200,80,0,0,200,80,0,0,200,80,0,0,200,80,0,0,200,80,0,0,200,80,0,0,200,80,0,0,200,80,0,0,200,80,0,0,200,80,0,0,200,80,0,0,200,80,0,0,202,80,0,0,202,80,0,0,204,80,0,0,204,80,0,0,204,80,0,0,206,80,0,0,210,80,0,0,210,80,0,0,210,80,0,0,210,80,0,0,210,80,0,0,210,80,0,0,212,80,0,0,216,80,0,0,216,80,0,0,220,80,0,0,224,80,0,0,224,80,0,0,224,80,0,0,224,80,0,0,224,80,0,0,228,80,0,0,228,80,0,0,228,80,0,0,232,80,0,0,232,80,0,0,232,80,0,0,238,80,0,0,238,80,0,0,238,80,0,0,240,80,0,0,246,80,0,0,252,80,0,0,4,81,0,0,6,81,0,0,14,81,0,0,16,81,0,0,16,81,0,0,16,81,0,0,24,81,0,0,24,81,0,0,26,81,0,0,26,81,0,0,26,81,0,0,26,81,0,0,26,81,0,0,28,81,0,0,28,81,0,0,32,81,0,0,34,81,0,0,34,81,0,0,38,81,0,0,38,81,0,0,38,81,0,0,38,81,0,0,42,81,0,0,48,81,0,0,56,81,0,0,56,81,0,0,58,81,0,0,58,81,0,0,60,81,0,0,60,81,0,0,60,81,0,0,60,81,0,0,66,81,0,0,66,81,0,0,66,81,0,0,66,81,0,0,66,81,0,0,66,81,0,0,66,81,0,0,66,81,0,0,66,81,0,0,68,81,0,0,68,81,0,0,74,81,0,0,74,81,0,0,78,81,0,0,82,81,0,0,84,81,0,0,84,81,0,0,84,81,0,0,84,81,0,0,84,81,0,0,84,81,0,0,84,81,0,0,84,81,0,0,84,81,0,0,96,81,0,0,100,81,0,0,102,81,0,0,102,81,0,0,102,81,0,0,102,81,0,0,106,81,0,0,108,81,0,0,108,81,0,0,108,81,0,0,108,81,0,0,108,81,0,0,108,81,0,0,108,81,0,0,108,81,0,0,112,81,0,0,114,81,0,0,116,81,0,0,116,81,0,0,116,81,0,0,118,81,0,0,118,81,0,0,122,81,0,0,122,81,0,0,122,81,0,0,122,81,0,0,124,81,0,0,128,81,0,0,128,81,0,0,130,81,0,0,132,81,0,0,140,81,0,0,150,81,0,0,152,81,0,0,152,81,0,0,156,81,0,0,156,81,0,0,168,81,0,0,168,81,0,0,168,81,0,0,168,81,0,0,168,81,0,0,174,81,0,0,174,81,0,0,180,81,0,0,180,81,0,0,180,81,0,0,190,81,0,0,194,81,0,0,194,81,0,0,194,81,0,0,198,81,0,0,202,81,0,0,202,81,0,0,202,81,0,0,218,81,0,0,226,81,0,0,226,81,0,0,234,81,0,0,236,81,0,0,240,81,0,0,240,81,0,0,244,81,0,0,244,81,0,0,252,81,0,0,0,82,0,0,2,82,0,0,4,82,0,0,8,82,0,0,10,82,0,0,12,82,0,0,12,82,0,0,12,82,0,0,16,82,0,0,16,82,0,0,18,82,0,0,18,82,0,0,18,82,0,0,20,82,0,0,24,82,0,0,24,82,0,0,24,82,0,0,26,82,0,0,26,82,0,0,36,82,0,0,38,82,0,0,38,82,0,0,42,82,0,0,48,82,0,0,52,82,0,0,54,82,0,0,54,82,0,0,56,82,0,0,56,82,0,0,60,82,0,0,64,82,0,0,70,82,0,0,70,82,0,0,76,82,0,0,84,82,0,0,88,82,0,0,90,82,0,0,94,82,0,0,98,82,0,0,98,82,0,0,100,82,0,0,104,82,0,0,110,82,0,0,110,82,0,0,114,82,0,0,118,82,0,0,120,82,0,0,120,82,0,0,120,82,0,0,130,82,0,0,130,82,0,0,132,82,0,0,132,82,0,0,132,82,0,0,136,82,0,0,136,82,0,0,136,82,0,0,136,82,0,0,138,82,0,0,138,82,0,0,138,82,0,0,138,82,0,0,142,82,0,0,142,82,0,0,142,82,0,0,144,82,0,0,150,82,0,0,150,82,0,0,154,82,0,0,162,82,0,0,162,82,0,0,162,82,0,0,164,82,0,0,166,82,0,0,170,82,0,0,170,82,0,0,170,82,0,0,172,82,0,0,172,82,0,0,176,82,0,0,176,82,0,0,176,82,0,0,176,82,0,0,178,82,0,0,178,82,0,0,178,82,0,0,182,82,0,0,182,82,0,0,188,82,0,0,188,82,0,0,194,82,0,0,198,82,0,0,198,82,0,0,202,82,0,0,202,82,0,0,202,82,0,0,202,82,0,0,202,82,0,0,202,82,0,0,202,82,0,0,206,82,0,0,206,82,0,0,206,82,0,0,210,82,0,0,216,82,0,0,218,82,0,0,226,82,0,0,230,82,0,0,230,82,0,0,230,82,0,0,230,82,0,0,232,82,0,0,232,82,0,0,232,82,0,0,232,82,0,0,238,82,0,0,244,82,0,0,248,82,0,0,250,82,0,0,250,82,0,0,252,82,0,0,254,82,0,0,254,82,0,0,254,82,0,0,2,83,0,0,8,83,0,0,16,83,0,0,18,83,0,0,18,83,0,0,20,83,0,0,20,83,0,0,20,83,0,0,24,83,0,0,30,83,0,0,30,83,0,0,30,83,0,0,32,83,0,0,42,83,0,0,44,83,0,0,48,83,0,0,54,83,0,0,56,83,0,0,60,83,0,0,60,83,0,0,64,83,0,0,64,83,0,0,64,83,0,0,64,83,0,0,64,83,0,0,64,83,0,0,64,83,0,0,64,83,0,0,68,83,0,0,68,83,0,0,68,83,0,0,82,83,0,0,82,83,0,0,86,83,0,0,90,83,0,0,94,83,0,0,96,83,0,0,96,83,0,0,100,83,0,0,100,83,0,0,104,83,0,0,106,83,0,0,106,83,0,0,106,83,0,0,108,83,0,0,108,83,0,0,114,83,0,0,116,83,0,0,116,83,0,0,116,83,0,0,122,83,0,0,126,83,0,0,126,83,0,0,126,83,0,0,132,83,0,0,134,83,0,0,138,83,0,0,144,83,0,0,146,83,0,0,154,83,0,0,154,83,0,0,154,83,0,0,154,83,0,0,154,83,0,0,154,83,0,0,166,83,0,0,168,83,0,0,170,83,0,0,170,83,0,0,170,83,0,0,172,83,0,0,174,83,0,0,176,83,0,0,176,83,0,0,180,83,0,0,180,83,0,0,182,83,0,0,182,83,0,0,184,83,0,0,184,83,0,0,184,83,0,0,192,83,0,0,196,83,0,0,196,83,0,0,196,83,0,0,198,83,0,0,198,83,0,0,198,83,0,0,198,83,0,0,198,83,0,0,200,83,0,0,200,83,0,0,200,83,0,0,200,83,0,0,200,83,0,0,202,83,0,0,204,83,0,0,204,83,0,0,210,83,0,0,210,83,0,0,212,83,0,0,212,83,0,0,220,83,0,0,220,83,0,0,222,83,0,0,222,83,0,0,222,83,0,0,222,83,0,0,222,83,0,0,226,83,0,0,226,83,0,0,226,83,0,0,226,83,0,0,226,83,0,0,226,83,0,0,232,83,0,0,238,83,0,0,238,83,0,0,238,83,0,0,244,83,0,0,244,83,0,0,244,83,0,0,250,83,0,0,250,83,0,0,250,83,0,0,250,83,0,0,252,83,0,0,252,83,0,0,254,83,0,0,254,83,0,0,254,83,0,0,254,83,0,0,0,84,0,0,0,84,0,0,2,84,0,0,2,84,0,0,2,84,0,0,2,84,0,0,6,84,0,0,14,84,0,0,20,84,0,0,22,84,0,0,22,84,0,0,22,84,0,0,22,84,0,0,22,84,0,0,24,84,0,0,26,84,0,0,30,84,0,0,32,84,0,0,34,84,0,0,34,84,0,0,42,84,0,0,42,84,0,0,42,84,0,0,42,84,0,0,42,84,0,0,42,84,0,0,42,84,0,0,42,84,0,0,42,84,0,0,42,84,0,0,44,84,0,0,50,84,0,0,54,84,0,0,54,84,0,0,56,84,0,0,56,84,0,0,58,84,0,0,62,84,0,0,68,84,0,0,70,84,0,0,70,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,78,84,0,0,78,84,0,0,80,84,0,0,80,84,0,0,82,84,0,0,82,84,0,0,82,84,0,0,98,84,0,0,98,84,0,0,100,84,0,0,104,84,0,0,108,84,0,0,110,84,0,0,112,84,0,0,114,84,0,0,116,84,0,0,116,84,0,0,126,84,0,0,126,84,0,0,126,84,0,0,128,84,0,0,128,84,0,0,128,84,0,0,128,84,0,0,138,84,0,0,138,84,0,0,138,84,0,0,144,84,0,0,144,84,0,0,146,84,0,0,146,84,0,0,146,84,0,0,152,84,0,0,152,84,0,0,154,84,0,0,156,84,0,0,156,84,0,0,156,84,0,0,158,84,0,0,158,84,0,0,158,84,0,0,158,84,0,0,158,84,0,0,160,84,0,0,162,84,0,0,170,84,0,0,172,84,0,0,174,84,0,0,176,84,0,0,190,84,0,0,190,84,0,0,190,84,0,0,196,84,0,0,200,84,0,0,200,84,0,0,200,84,0,0,206,84,0,0,212,84,0,0,220,84,0,0,220,84,0,0,220,84,0,0,220,84,0,0,226,84,0,0,226,84,0,0,232,84,0,0,232,84,0,0,232,84,0,0,232,84,0,0,240,84,0,0,240,84,0,0,240,84,0,0,240,84,0,0,244,84,0,0,246,84,0,0,246,84,0,0,246,84,0,0,248,84,0,0,250,84,0,0,0,85,0,0,0,85,0,0,2,85,0,0,8,85,0,0,14,85,0,0,18,85,0,0,18,85,0,0,18,85,0,0,20,85,0,0,20,85,0,0,22,85,0,0,24,85,0,0,26,85,0,0,26,85,0,0,34,85,0,0,42,85,0,0,46,85,0,0,46,85,0,0,58,85,0,0,60,85,0,0,60,85,0,0,64,85,0,0,76,85,0,0,76,85,0,0,80,85,0,0,86,85,0,0,86,85,0,0,86,85,0,0,86,85,0,0,86,85,0,0,86,85,0,0,86,85,0,0,86,85,0,0,88,85,0,0,88,85,0,0,90,85,0,0,94,85,0,0,98,85,0,0,98,85,0,0,98,85,0,0,98,85,0,0,98,85,0,0,98,85,0,0,100,85,0,0,108,85,0,0,112,85,0,0,118,85,0,0,118,85,0,0,130,85,0,0,132,85,0,0,134,85,0,0,134,85,0,0,148,85,0,0,156,85,0,0,156,85,0,0,162,85,0,0,162,85,0,0,162,85,0,0,162,85,0,0,162,85,0,0,162,85,0,0,162,85,0,0,166,85,0,0,168,85,0,0,176,85,0,0,176,85,0,0,182,85,0,0,182,85,0,0,186,85,0,0,190,85,0,0,190,85,0,0,192,85,0,0,198,85,0,0,198,85,0,0,202,85,0,0,204,85,0,0,204,85,0,0,206,85,0,0,208,85,0,0,210,85,0,0,210,85,0,0,210,85,0,0,210,85,0,0,212,85,0,0,212,85,0,0,212,85,0,0,212,85,0,0,212,85,0,0,216,85,0,0,216,85,0,0,220,85,0,0,220,85,0,0,222,85,0,0,222,85,0,0,222,85,0,0,222,85,0,0,226,85,0,0,226,85,0,0,228,85,0,0,230,85,0,0,230,85,0,0,234,85,0,0,240,85,0,0,242,85,0,0,246,85,0,0,252,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,4,86,0,0,6,86,0,0,6,86,0,0,6,86,0,0,6,86,0,0,8,86,0,0,8,86,0,0,14,86,0,0,16,86,0,0,16,86,0,0,18,86,0,0,18,86,0,0,18,86,0,0,18,86,0,0,22,86,0,0,30,86,0,0,32,86,0,0,32,86,0,0,32,86,0,0,32,86,0,0,32,86,0,0,36,86,0,0,36,86,0,0,36,86,0,0,48,86,0,0,50,86,0,0,52,86,0,0,52,86,0,0,56,86,0,0,60,86,0,0,60,86,0,0,70,86,0,0,72,86,0,0,76,86,0,0,78,86,0,0,80,86,0,0,80,86,0,0,80,86,0,0,88,86,0,0,90,86,0,0,92,86,0,0,92,86,0,0,92,86,0,0,92,86,0,0,94,86,0,0,94,86,0,0,96,86,0,0,96,86,0,0,96,86,0,0,104,86,0,0,106,86,0,0,112,86,0,0,112,86,0,0,114,86,0,0,118,86,0,0,118,86,0,0,118,86,0,0,118,86,0,0,118,86,0,0,118,86,0,0,128,86,0,0,128,86,0,0,130,86,0,0,130,86,0,0,130,86,0,0,136,86,0,0,136,86,0,0,138,86,0,0,140,86,0,0,142,86,0,0,142,86,0,0,148,86,0,0,148,86,0,0,152,86,0,0,152,86,0,0,152,86,0,0,152,86,0,0,154,86,0,0,156,86,0,0,158,86,0,0,158,86,0,0,160,86,0,0,164,86,0,0,164,86,0,0,166,86,0,0,166,86,0,0,166,86,0,0,166,86,0,0,170,86,0,0,172,86,0,0,174,86,0,0,174,86,0,0,178,86,0,0,182,86,0,0,186,86,0,0,192,86,0,0,192,86,0,0,194,86,0,0,198,86,0,0,198,86,0,0,200,86,0,0,204,86,0,0,208,86,0,0,210,86,0,0,222,86,0,0,224,86,0,0,224,86,0,0,228,86,0,0,230,86,0,0,230,86,0,0,232,86,0,0,232,86,0,0,232,86,0,0,232,86,0,0,232,86,0,0,234,86,0,0,234,86,0,0,244,86,0,0,244,86,0,0,244,86,0,0,244,86,0,0,244,86,0,0,244,86,0,0,254,86,0,0,4,87,0,0,4,87,0,0,4,87,0,0,8,87,0,0,12,87,0,0,16,87,0,0,24,87,0,0,24,87,0,0,24,87,0,0,26,87,0,0,30,87,0,0,30,87,0,0,30,87,0,0,30,87,0,0,30,87,0,0,30,87,0,0,30,87,0,0,32,87,0,0,32,87,0,0,32,87,0,0,36,87,0,0,36,87,0,0,38,87,0,0,38,87,0,0,38,87,0,0,38,87,0,0,44,87,0,0,44,87,0,0,44,87,0,0,50,87,0,0,50,87,0,0,54,87,0,0,54,87,0,0,54,87,0,0,58,87,0,0,58,87,0,0,62,87,0,0,62,87,0,0,62,87,0,0,62,87,0,0,62,87,0,0,64,87,0,0,64,87,0,0,64,87,0,0,66,87,0,0,74,87,0,0,74,87,0,0,76,87,0,0,76,87,0,0,78,87,0,0,78,87,0,0,78,87,0,0,78,87,0,0,82,87,0,0,88,87,0,0,88,87,0,0,92,87,0,0,100,87,0,0,102,87,0,0,116,87,0,0,116,87,0,0,116,87,0,0,118,87,0,0,120,87,0,0,124,87,0,0,124,87,0,0,124,87,0,0,130,87,0,0,132,87,0,0,132,87,0,0,138,87,0,0,138,87,0,0,138,87,0,0,138,87,0,0,138,87,0,0,138,87,0,0,138,87,0,0,142,87,0,0,142,87,0,0,142,87,0,0,142,87,0,0,142,87,0,0,142,87,0,0,146,87,0,0,146,87,0,0,146,87,0,0,148,87,0,0,148,87,0,0,148,87,0,0,150,87,0,0,156,87,0,0,160,87,0,0,160,87,0,0,162,87,0,0,162,87,0,0,164,87,0,0,170,87,0,0,176,87,0,0,176,87,0,0,178,87,0,0,180,87,0,0,182,87,0,0,182,87,0,0,188,87,0,0,188,87,0,0,194,87,0,0,196,87,0,0,196,87,0,0,196,87,0,0,198,87,0,0,198,87,0,0,198,87,0,0,200,87,0,0,200,87,0,0,200,87,0,0,202,87,0,0,202,87,0,0,202,87,0,0,202,87,0,0,202,87,0,0,202,87,0,0,202,87,0,0,204,87,0,0,206,87,0,0,208,87,0,0,208,87,0,0,208,87,0,0,208,87,0,0,208,87,0,0,208,87,0,0,214,87,0,0,214,87,0,0,214,87,0,0,214,87,0,0,214,87,0,0,214,87,0,0,214,87,0,0,214,87,0,0,214,87,0,0,218,87,0,0,218,87,0,0,220,87,0,0,222,87,0,0,224,87,0,0,224,87,0,0,224,87,0,0,224,87,0,0,224,87,0,0,224,87,0,0,226,87,0,0,228,87,0,0,228,87,0,0,228,87,0,0,228,87,0,0,228,87,0,0,232,87,0,0,234,87,0,0,234,87,0,0,236,87,0,0,236,87,0,0,236,87,0,0,244,87,0,0,254,87,0,0,0,88,0,0,2,88,0,0,2,88,0,0,2,88,0,0,2,88,0,0,2,88,0,0,4,88,0,0,6,88,0,0,8,88,0,0,12,88,0,0,14,88,0,0,14,88,0,0,14,88,0,0,28,88,0,0,28,88,0,0,28,88,0,0,30,88,0,0,32,88,0,0,32,88,0,0,34,88,0,0,36,88,0,0,36,88,0,0,40,88,0,0,44,88,0,0,44,88,0,0,46,88,0,0,46,88,0,0,48,88,0,0,50,88,0,0,52,88,0,0,54,88,0,0,58,88,0,0,58,88,0,0,62,88,0,0,64,88,0,0,64,88,0,0,72,88,0,0,72,88,0,0,72,88,0,0,72,88,0,0,74,88,0,0,74,88,0,0,74,88,0,0,74,88,0,0,80,88,0,0,82,88,0,0,88,88,0,0,88,88,0,0,88,88,0,0,88,88,0,0,88,88,0,0,88,88,0,0,90,88,0,0,90,88,0,0,94,88,0,0,94,88,0,0,98,88,0,0,98,88,0,0,102,88,0,0,106,88,0,0,108,88,0,0,108,88,0,0,112,88,0,0,112,88,0,0,116,88,0,0,118,88,0,0,118,88,0,0,118,88,0,0,120,88,0,0,126,88,0,0,128,88,0,0,130,88,0,0,140,88,0,0,142,88,0,0,150,88,0,0,152,88,0,0,152,88,0,0,158,88,0,0,158,88,0,0,158,88,0,0,160,88,0,0,160,88,0,0,160,88,0,0,162,88,0,0,162,88,0,0,164,88,0,0,166,88,0,0,168,88,0,0,168,88,0,0,168,88,0,0,168,88,0,0,168,88,0,0,170,88,0,0,170,88,0,0,170,88,0,0,170,88,0,0,170,88,0,0,170,88,0,0,172,88,0,0,172,88,0,0,174,88,0,0,178,88,0,0,178,88,0,0,180,88,0,0,182,88,0,0,182,88,0,0,184,88,0,0,198,88,0,0,198,88,0,0,198,88,0,0,206,88,0,0,208,88,0,0,212,88,0,0,214,88,0,0,216,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,230,88,0,0,234,88,0,0,236,88,0,0,236,88,0,0,236,88,0,0,242,88,0,0,242,88,0,0,242,88,0,0,242,88,0,0,242,88,0,0,242,88,0,0,246,88,0,0,248,88,0,0,250,88,0,0,2,89,0,0,4,89,0,0,10,89,0,0,14,89,0,0,14,89,0,0,14,89,0,0,14,89,0,0,14,89,0,0,16,89,0,0,20,89,0,0,20,89,0,0,22,89,0,0,22,89,0,0,22,89,0,0,22,89,0,0,24,89,0,0,26,89,0,0,26,89,0,0,26,89,0,0,26,89,0,0,28,89,0,0,34,89,0,0,44,89,0,0,52,89,0,0,54,89,0,0,58,89,0,0,60,89,0,0,62,89,0,0,74,89,0,0,78,89,0,0,82,89,0,0,88,89,0,0,88,89,0,0,92,89,0,0,94,89,0,0,94,89,0,0,94,89,0,0,94,89,0,0,96,89,0,0,100,89,0,0,106,89,0,0,112,89,0,0,114,89,0,0,114,89,0,0,114,89,0,0,118,89,0,0,118,89,0,0,120,89,0,0,128,89,0,0,130,89,0,0,136,89,0,0,136,89,0,0,136,89,0,0,136,89,0,0,136,89,0,0,140,89,0,0,140,89,0,0,140,89,0,0,140,89,0,0,146,89,0,0,154,89,0,0,154,89,0,0,160,89,0,0,160,89,0,0,160,89,0,0,164,89,0,0,164,89,0,0,178,89,0,0,180,89,0,0,190,89,0,0,190,89,0,0,190,89,0,0,194,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,212,89,0,0,214,89,0,0,216,89,0,0,216,89,0,0,218,89,0,0,220,89,0,0,226,89,0,0,236,89,0,0,240,89,0,0,242,89,0,0,244,89,0,0,244,89,0,0,246,89,0,0,248,89,0,0,250,89,0,0,252,89,0,0,2,90,0,0,6,90,0,0,8,90,0,0,8,90,0,0,10,90,0,0,16,90,0,0,18,90,0,0,20,90,0,0,22,90,0,0,22,90,0,0,24,90,0,0,26,90,0,0,26,90,0,0,26,90,0,0,26,90,0,0,26,90,0,0,30,90,0,0,30,90,0,0,36,90,0,0,36,90,0,0,38,90,0,0,38,90,0,0,42,90,0,0,44,90,0,0,46,90,0,0,50,90,0,0,50,90,0,0,50,90,0,0,52,90,0,0,52,90,0,0,52,90,0,0,60,90,0,0,60,90,0,0,60,90,0,0,60,90,0,0,60,90,0,0,64,90,0,0,64,90,0,0,64,90,0,0,64,90,0,0,64,90,0,0,64,90,0,0,70,90,0,0,74,90,0,0,78,90,0,0,78,90,0,0,78,90,0,0,78,90,0,0,78,90,0,0,84,90,0,0,86,90,0,0,88,90,0,0,88,90,0,0,92,90,0,0,94,90,0,0,98,90,0,0,100,90,0,0,102,90,0,0,106,90,0,0,108,90,0,0,108,90,0,0,114,90,0,0,114,90,0,0,114,90,0,0,116,90,0,0,116,90,0,0,120,90,0,0,122,90,0,0,122,90,0,0,126,90,0,0,132,90,0,0,134,90,0,0,134,90,0,0,134,90,0,0,138,90,0,0,142,90,0,0,142,90,0,0,144,90,0,0,146,90,0,0,148,90,0,0,148,90,0,0,158,90,0,0,158,90,0,0,162,90,0,0,162,90,0,0,162,90,0,0,164,90,0,0,164,90,0,0,164,90,0,0,164,90,0,0,164,90,0,0,164,90,0,0,166,90,0,0,166,90,0,0,166,90,0,0,166,90,0,0,166,90,0,0,166,90,0,0,166,90,0,0,166,90,0,0,168,90,0,0,170,90,0,0,170,90,0,0,172,90,0,0,178,90,0,0,178,90,0,0,178,90,0,0,180,90,0,0,186,90,0,0,190,90,0,0,190,90,0,0,190,90,0,0,192,90,0,0,194,90,0,0,198,90,0,0,204,90,0,0,204,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,214,90,0,0,218,90,0,0,218,90,0,0,224,90,0,0,224,90,0,0,224,90,0,0,224,90,0,0,224,90,0,0,224,90,0,0,224,90,0,0,224,90,0,0,226,90,0,0,230,90,0,0,230,90,0,0,236,90,0,0,238,90,0,0,240,90,0,0,242,90,0,0,242,90,0,0,242,90,0,0,248,90,0,0,254,90,0,0,254,90,0,0,254,90,0,0,254,90,0,0,254,90,0,0,0,91,0,0,0,91,0,0,0,91,0,0,2,91,0,0,2,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,12,91,0,0,12,91,0,0,12,91,0,0,12,91,0,0,12,91,0,0,14,91,0,0,22,91,0,0,22,91,0,0,22,91,0,0,26,91,0,0,28,91,0,0,28,91,0,0,28,91,0,0,28,91,0,0,32,91,0,0,32,91,0,0,32,91,0,0,40,91,0,0,44,91,0,0,46,91,0,0,48,91,0,0,58,91,0,0,58,91,0,0,58,91,0,0,60,91,0,0,60,91,0,0,60,91,0,0,60,91,0,0,60,91,0,0,60,91,0,0,60,91,0,0,60,91,0,0,60,91,0,0,60,91,0,0,60,91,0,0,60,91,0,0,64,91,0,0,64,91,0,0,72,91,0,0,74,91,0,0,76,91,0,0,76,91,0,0,76,91,0,0,78,91,0,0,78,91,0,0,86,91,0,0,88,91,0,0,96,91,0,0,96,91,0,0,100,91,0,0,100,91,0,0,100,91,0,0,104,91,0,0,112,91,0,0,122,91,0,0,124,91,0,0,124,91,0,0,130,91,0,0,132,91,0,0,132,91,0,0,136,91,0,0,136,91,0,0,138,91,0,0,138,91,0,0,138,91,0,0,138,91,0,0,140,91,0,0,146,91,0,0,146,91,0,0,148,91,0,0,152,91,0,0,156,91,0,0,156,91,0,0,156,91,0,0,156,91,0,0,156,91,0,0,156,91,0,0,156,91,0,0,156,91,0,0,158,91,0,0,172,91,0,0,172,91,0,0,172,91,0,0,176,91,0,0,176,91,0,0,176,91,0,0,184,91,0,0,186,91,0,0,186,91,0,0,186,91,0,0,186,91,0,0,196,91,0,0,196,91,0,0,196,91,0,0,196,91,0,0,196,91,0,0,198,91,0,0,202,91,0,0,202,91,0,0,204,91,0,0,204,91,0,0,204,91,0,0,210,91,0,0,214,91,0,0,214,91,0,0,218,91,0,0,218,91,0,0,220,91,0,0,220,91,0,0,222,91,0,0,222,91,0,0,224,91,0,0,224,91,0,0,224,91,0,0,224,91,0,0,224,91,0,0,224,91,0,0,232,91,0,0,232,91,0,0,232,91,0,0,232,91,0,0,232,91,0,0,234,91,0,0,236,91,0,0,238,91,0,0,242,91,0,0,242,91,0,0,242,91,0,0,244,91,0,0,250,91,0,0,250,91,0,0,250,91,0,0,254,91,0,0,254,91,0,0,0,92,0,0,0,92,0,0,0,92,0,0,0,92,0,0,0,92,0,0,2,92,0,0,10,92,0,0,12,92,0,0,12,92,0,0,18,92,0,0,20,92,0,0,20,92,0,0,20,92,0,0,20,92,0,0,22,92,0,0,22,92,0,0,22,92,0,0,22,92,0,0,22,92,0,0,30,92,0,0,32,92,0,0,32,92,0,0,32,92,0,0,38,92,0,0,50,92,0,0,50,92,0,0,54,92,0,0,58,92,0,0,70,92,0,0,70,92,0,0,72,92,0,0,72,92,0,0,74,92,0,0,80,92,0,0,82,92,0,0,82,92,0,0,82,92,0,0,84,92,0,0,86,92,0,0,90,92,0,0,92,92,0,0,94,92,0,0,94,92,0,0,94,92,0,0,98,92,0,0,98,92,0,0,102,92,0,0,102,92,0,0,102,92,0,0,104,92,0,0,106,92,0,0,112,92,0,0,114,92,0,0,116,92,0,0,116,92,0,0,116,92,0,0,116,92,0,0,126,92,0,0,132,92,0,0,134,92,0,0,134,92,0,0,136,92,0,0,136,92,0,0,138,92,0,0,138,92,0,0,138,92,0,0,138,92,0,0,138,92,0,0,138,92,0,0,138,92,0,0,140,92,0,0,146,92,0,0,146,92,0,0,146,92,0,0,148,92,0,0,150,92,0,0,152,92,0,0,158,92,0,0,160,92,0,0,160,92,0,0,160,92,0,0,164,92,0,0,164,92,0,0,166,92,0,0,166,92,0,0,166,92,0,0,166,92,0,0,166,92,0,0,166,92,0,0,166,92,0,0,166,92,0,0,166,92,0,0,166,92,0,0,166,92,0,0,168,92,0,0,168,92,0,0,168,92,0,0,170,92,0,0,170,92,0,0,170,92,0,0,170,92,0,0,172,92,0,0,176,92,0,0,178,92,0,0,178,92,0,0,180,92,0,0,182,92,0,0,182,92,0,0,182,92,0,0,182,92,0,0,184,92,0,0,184,92,0,0,184,92,0,0,186,92,0,0,186,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,206,92,0,0,206,92,0,0,222,92,0,0,222,92,0,0,222,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,234,92,0,0,234,92,0,0,234,92,0,0,234,92,0,0,236,92,0,0,236,92,0,0,238,92,0,0,240,92,0,0,242,92,0,0,248,92,0,0,248,92,0,0,254,92,0,0,254,92,0,0,2,93,0,0,6,93,0,0,8,93,0,0,8,93,0,0,8,93,0,0,8,93,0,0,8,93,0,0,8,93,0,0,8,93,0,0,8,93,0,0,16,93,0,0,16,93,0,0,16,93,0,0,16,93,0,0,20,93,0,0,20,93,0,0,20,93,0,0,24,93,0,0,26,93,0,0,28,93,0,0,32,93,0,0,32,93,0,0,38,93,0,0,44,93,0,0,44,93,0,0,48,93,0,0,48,93,0,0,48,93,0,0,48,93,0,0,48,93,0,0,48,93,0,0,48,93,0,0,48,93,0,0,48,93,0,0,50,93,0,0,50,93,0,0,54,93,0,0,58,93,0,0,60,93,0,0,60,93,0,0,64,93,0,0,64,93,0,0,66,93,0,0,66,93,0,0,66,93,0,0,66,93,0,0,66,93,0,0,66,93,0,0,66,93,0,0,66,93,0,0,66,93,0,0,72,93,0,0,72,93,0,0,74,93,0,0,74,93,0,0,76,93,0,0,76,93,0,0,78,93,0,0,88,93,0,0,90,93,0,0,92,93,0,0,94,93,0,0,96,93,0,0,96,93,0,0,98,93,0,0,102,93,0,0,114,93,0,0,114,93,0,0,114,93,0,0,114,93,0,0,116,93,0,0,118,93,0,0,118,93,0,0,120,93,0,0,124,93,0,0,126,93,0,0,126,93,0,0,126,93,0,0,126,93,0,0,126,93,0,0,126,93,0,0,128,93,0,0,128,93,0,0,128,93,0,0,128,93,0,0,128,93,0,0,130,93,0,0,130,93,0,0,132,93,0,0,132,93,0,0,134,93,0,0,134,93,0,0,134,93,0,0,140,93,0,0,140,93,0,0,140,93,0,0,142,93,0,0,142,93,0,0,146,93,0,0,146,93,0,0,146,93,0,0,150,93,0,0,152,93,0,0,152,93,0,0,154,93,0,0,158,93,0,0,160,93,0,0,162,93,0,0,162,93,0,0,162,93,0,0,164,93,0,0,164,93,0,0,164,93,0,0,164,93,0,0,164,93,0,0,174,93,0,0,174,93,0,0,180,93,0,0,180,93,0,0,186,93,0,0,192,93,0,0,200,93,0,0,202,93,0,0,202,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,204,93,0,0,204,93,0,0,208,93,0,0,210,93,0,0,212,93,0,0,218,93,0,0,218,93,0,0,218,93,0,0,218,93,0,0,220,93,0,0,222,93,0,0,222,93,0,0,222,93,0,0,222,93,0,0,222,93,0,0,226,93,0,0,232,93,0,0,234,93,0,0,236,93,0,0,244,93,0,0,244,93,0,0,246,93,0,0,246,93,0,0,246,93,0,0,248,93,0,0,248,93,0,0,248,93,0,0,252,93,0,0,252,93,0,0,2,94,0,0,2,94,0,0,8,94,0,0,12,94,0,0,14,94,0,0,14,94,0,0,14,94,0,0,16,94,0,0,16,94,0,0,16,94,0,0,18,94,0,0,18,94,0,0,18,94,0,0,18,94,0,0,18,94,0,0,18,94,0,0,18,94,0,0,24,94,0,0,24,94,0,0,24,94,0,0,24,94,0,0,28,94,0,0,30,94,0,0,30,94,0,0,30,94,0,0,30,94,0,0,30,94,0,0,32,94,0,0,32,94,0,0,32,94,0,0,32,94,0,0,34,94,0,0,34,94,0,0,36,94,0,0,38,94,0,0,44,94,0,0,44,94,0,0,48,94,0,0,50,94,0,0,50,94,0,0,50,94,0,0,56,94,0,0,56,94,0,0,56,94,0,0,56,94,0,0,58,94,0,0,58,94,0,0,66,94,0,0,68,94,0,0,68,94,0,0,68,94,0,0,74,94,0,0,78,94,0,0,78,94,0,0,80,94,0,0,82,94,0,0,84,94,0,0,84,94,0,0,84,94,0,0,84,94,0,0,84,94,0,0,88,94,0,0,88,94,0,0,88,94,0,0,88,94,0,0,88,94,0,0,88,94,0,0,90,94,0,0,98,94,0,0,98,94,0,0,104,94,0,0,104,94,0,0,104,94,0,0,104,94,0,0,104,94,0,0,104,94,0,0,114,94,0,0,114,94,0,0,114,94,0,0,120,94,0,0,120,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,122,94,0,0,128,94,0,0,128,94,0,0,128,94,0,0,132,94,0,0,132,94,0,0,136,94,0,0,136,94,0,0,140,94,0,0,150,94,0,0,150,94,0,0,154,94,0,0,154,94,0,0,156,94,0,0,158,94,0,0,162,94,0,0,164,94,0,0,164,94,0,0,164,94,0,0,168,94,0,0,170,94,0,0,172,94,0,0,174,94,0,0,182,94,0,0,186,94,0,0,186,94,0,0,188,94,0,0,188,94,0,0,188,94,0,0,188,94,0,0,192,94,0,0,192,94,0,0,194,94,0,0,194,94,0,0,198,94,0,0,198,94,0,0,202,94,0,0,204,94,0,0,204,94,0,0,210,94,0,0,220,94,0,0,220,94,0,0,220,94,0,0,224,94,0,0,228,94,0,0,228,94,0,0,230,94,0,0,236,94,0,0,238,94,0,0,242,94,0,0,248,94,0,0,248,94,0,0,248,94,0,0,250,94,0,0,4,95,0,0,10,95,0,0,12,95,0,0,16,95,0,0,16,95,0,0,16,95,0,0,18,95,0,0,22,95,0,0,22,95,0,0,22,95,0,0,22,95,0,0,24,95,0,0,24,95,0,0,24,95,0,0,30,95,0,0,32,95,0,0,38,95,0,0,38,95,0,0,42,95,0,0,42,95,0,0,42,95,0,0,44,95,0,0,50,95,0,0,62,95,0,0,70,95,0,0,70,95,0,0,74,95,0,0,74,95,0,0,78,95,0,0,82,95,0,0,88,95,0,0,88,95,0,0,88,95,0,0,90,95,0,0,94,95,0,0,94,95,0,0,96,95,0,0,102,95,0,0,104,95,0,0,110,95,0,0,110,95,0,0,110,95,0,0,112,95,0,0,114,95,0,0,114,95,0,0,114,95,0,0,114,95,0,0,116,95,0,0,116,95,0,0,124,95,0,0,126,95,0,0,128,95,0,0,138,95,0,0,138,95,0,0,138,95,0,0,138,95,0,0,138,95,0,0,138,95,0,0,140,95,0,0,140,95,0,0,140,95,0,0,140,95,0,0,142,95,0,0,142,95,0,0,144,95,0,0,144,95,0,0,146,95,0,0,154,95,0,0,154,95,0,0,154,95,0,0,154,95,0,0,156,95,0,0,156,95,0,0,156,95,0,0,156,95,0,0,156,95,0,0,156,95,0,0,158,95,0,0,158,95,0,0,160,95,0,0,160,95,0,0,160,95,0,0,160,95,0,0,160,95,0,0,162,95,0,0,166,95,0,0,166,95,0,0,166,95,0,0,166,95,0,0,166,95,0,0,166,95,0,0,174,95,0,0,174,95,0,0,174,95,0,0,176,95,0,0,176,95,0,0,182,95,0,0,182,95,0,0,184,95,0,0,186,95,0,0,188,95,0,0,188,95,0,0,188,95,0,0,200,95,0,0,200,95,0,0,202,95,0,0,202,95,0,0,204,95,0,0,204,95,0,0,204,95,0,0,204,95,0,0,212,95,0,0,220,95,0,0,222,95,0,0,226,95,0,0,226,95,0,0,228,95,0,0,228,95,0,0,228,95,0,0,234,95,0,0,240,95,0,0,246,95,0,0,248,95,0,0,252,95,0,0,0,96,0,0,2,96,0,0,2,96,0,0,14,96,0,0,20,96,0,0,24,96,0,0,26,96,0,0,36,96,0,0,36,96,0,0,36,96,0,0,36,96,0,0,40,96,0,0,42,96,0,0,44,96,0,0,44,96,0,0,44,96,0,0,46,96,0,0,46,96,0,0,46,96,0,0,46,96,0,0,50,96,0,0,52,96,0,0,60,96,0,0,62,96,0,0,62,96,0,0,66,96,0,0,68,96,0,0,68,96,0,0,70,96,0,0,70,96,0,0,72,96,0,0,74,96,0,0,82,96,0,0,82,96,0,0,86,96,0,0,86,96,0,0,86,96,0,0,90,96,0,0,90,96,0,0,90,96,0,0,92,96,0,0,92,96,0,0,94,96,0,0,96,96,0,0,102,96,0,0,102,96,0,0,106,96,0,0,118,96,0,0,128,96,0,0,130,96,0,0,130,96,0,0,134,96,0,0,138,96,0,0,138,96,0,0,138,96,0,0,142,96,0,0,142,96,0,0,144,96,0,0,146,96,0,0,148,96,0,0,148,96,0,0,150,96,0,0,150,96,0,0,150,96,0,0,154,96,0,0,156,96,0,0,156,96,0,0,156,96,0,0,162,96,0,0,164,96,0,0,164,96,0,0,164,96,0,0,164,96,0,0,166,96,0,0,172,96,0,0,178,96,0,0,178,96,0,0,188,96,0,0,188,96,0,0,188,96,0,0,188,96,0,0,198,96,0,0,208,96,0,0,210,96,0,0,218,96,0,0,218,96,0,0,224,96,0,0,224,96,0,0,224,96,0,0,226,96,0,0,226,96,0,0,228,96,0,0,228,96,0,0,232,96,0,0,232,96,0,0,236,96,0,0,240,96,0,0,242,96,0,0,252,96,0,0,254,96,0,0,0,97,0,0,2,97,0,0,6,97,0,0,6,97,0,0,6,97,0,0,6,97,0,0,6,97,0,0,6,97,0,0,8,97,0,0,8,97,0,0,8,97,0,0,8,97,0,0,12,97,0,0,12,97,0,0,16,97,0,0,16,97,0,0,16,97,0,0,18,97,0,0,18,97,0,0,18,97,0,0,26,97,0,0,28,97,0,0,28,97,0,0,42,97,0,0,50,97,0,0,58,97,0,0,60,97,0,0,64,97,0,0,66,97,0,0,66,97,0,0,68,97,0,0,68,97,0,0,68,97,0,0,68,97,0,0,70,97,0,0,72,97,0,0,76,97,0,0,76,97,0,0,78,97,0,0,86,97,0,0,86,97,0,0,86,97,0,0,92,97,0,0,98,97,0,0,100,97,0,0,102,97,0,0,102,97,0,0,106,97,0,0,106,97,0,0,116,97,0,0,120,97,0,0,120,97,0,0,120,97,0,0,122,97,0,0,124,97,0,0,124,97,0,0,124,97,0,0,130,97,0,0,130,97,0,0,134,97,0,0,136,97,0,0,140,97,0,0,150,97,0,0,150,97,0,0,154,97,0,0,154,97,0,0,156,97,0,0,156,97,0,0,156,97,0,0,156,97,0,0,164,97,0,0,164,97,0,0,164,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,174,97,0,0,176,97,0,0,176,97,0,0,178,97,0,0,186,97,0,0,192,97,0,0,192,97,0,0,196,97,0,0,200,97,0,0,202,97,0,0,202,97,0,0,204,97,0,0,206,97,0,0,208,97,0,0,208,97,0,0,208,97,0,0,210,97,0,0,212,97,0,0,216,97,0,0,224,97,0,0,224,97,0,0,224,97,0,0,226,97,0,0,226,97,0,0,228,97,0,0,232,97,0,0,232,97,0,0,234,97,0,0,236,97,0,0,236,97,0,0,236,97,0,0,242,97,0,0,242,97,0,0,250,97,0,0,250,97,0,0,250,97,0,0,254,97,0,0,2,98,0,0,2,98,0,0,4,98,0,0,4,98,0,0,6,98,0,0,6,98,0,0,8,98,0,0,8,98,0,0,10,98,0,0,10,98,0,0,12,98,0,0,18,98,0,0,20,98,0,0,20,98,0,0,24,98,0,0,24,98,0,0,24,98,0,0,24,98,0,0,32,98,0,0,36,98,0,0,36,98,0,0,38,98,0,0,40,98,0,0,48,98,0,0,50,98,0,0,52,98,0,0,52,98,0,0,54,98,0,0,54,98,0,0,54,98,0,0,58,98,0,0,60,98,0,0,62,98,0,0,66,98,0,0,66,98,0,0,66,98,0,0,72,98,0,0,72,98,0,0,72,98,0,0,72,98,0,0,72,98,0,0,72,98,0,0,74,98,0,0,74,98,0,0,74,98,0,0,74,98,0,0,76,98,0,0,78,98,0,0,86,98,0,0,86,98,0,0,92,98,0,0,92,98,0,0,96,98,0,0,96,98,0,0,98,98,0,0,98,98,0,0,102,98,0,0,102,98,0,0,102,98,0,0,106,98,0,0,106,98,0,0,106,98,0,0,106,98,0,0,108,98,0,0,112,98,0,0,116,98,0,0,116,98,0,0,122,98,0,0,124,98,0,0,128,98,0,0,128,98,0,0,130,98,0,0,138,98,0,0,138,98,0,0,144,98,0,0,146,98,0,0,150,98,0,0,150,98,0,0,152,98,0,0,154,98,0,0,156,98,0,0,158,98,0,0,158,98,0,0,162,98,0,0,162,98,0,0,170,98,0,0,172,98,0,0,174,98,0,0,174,98,0,0,174,98,0,0,176,98,0,0,178,98,0,0,178,98,0,0,178,98,0,0,186,98,0,0,188,98,0,0,190,98,0,0,194,98,0,0,194,98,0,0,194,98,0,0,194,98,0,0,194,98,0,0,194,98,0,0,200,98,0,0,200,98,0,0,200,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,210,98,0,0,210,98,0,0,214,98,0,0,218,98,0,0,220,98,0,0,220,98,0,0,224,98,0,0,230,98,0,0,230,98,0,0,230,98,0,0,236,98,0,0,236,98,0,0,236,98,0,0,242,98,0,0,254,98,0,0,254,98,0,0,254,98,0,0,254,98,0,0,254,98,0,0,254,98,0,0,254,98,0,0,254,98,0,0,254,98,0,0,254,98,0,0,254,98,0,0,6,99,0,0,6,99,0,0,16,99,0,0,18,99,0,0,18,99,0,0,18,99,0,0,18,99,0,0,18,99,0,0,20,99,0,0,28,99,0,0,30,99,0,0,30,99,0,0,30,99,0,0,34,99,0,0,38,99,0,0,38,99,0,0,40,99,0,0,40,99,0,0,40,99,0,0,40,99,0,0,40,99,0,0,40,99,0,0,48,99,0,0,48,99,0,0,48,99,0,0,54,99,0,0,54,99,0,0,58,99,0,0,58,99,0,0,58,99,0,0,58,99,0,0,58,99,0,0,58,99,0,0,68,99,0,0,76,99,0,0,76,99,0,0,78,99,0,0,86,99,0,0,86,99,0,0,86,99,0,0,88,99,0,0,92,99,0,0,96,99,0,0,96,99,0,0,100,99,0,0,102,99,0,0,104,99,0,0,104,99,0,0,108,99,0,0,112,99,0,0,116,99,0,0,118,99,0,0,118,99,0,0,120,99,0,0,124,99,0,0,124,99,0,0,126,99,0,0,128,99,0,0,130,99,0,0,130,99,0,0,138,99,0,0,138,99,0,0,140,99,0,0,140,99,0,0,140,99,0,0,140,99,0,0,144,99,0,0,146,99,0,0,158,99,0,0,158,99,0,0,158,99,0,0,158,99,0,0,160,99,0,0,162,99,0,0,164,99,0,0,164,99,0,0,164,99,0,0,164,99,0,0,164,99,0,0,164,99,0,0,166,99,0,0,166,99,0,0,166,99,0,0,168,99,0,0,170,99,0,0,174,99,0,0,174,99,0,0,176,99,0,0,176,99,0,0,176,99,0,0,176,99,0,0,176,99,0,0,176,99,0,0,176,99,0,0,176,99,0,0,180,99,0,0,182,99,0,0,182,99,0,0,182,99,0,0,182,99,0,0,186,99,0,0,192,99,0,0,196,99,0,0,196,99,0,0,198,99,0,0,204,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,212,99,0,0,214,99,0,0,214,99,0,0,216,99,0,0,216,99,0,0,216,99,0,0,218,99,0,0,228,99,0,0,228,99,0,0,228,99,0,0,228,99,0,0,234,99,0,0,234,99,0,0,234,99,0,0,234,99,0,0,234,99,0,0,234,99,0,0,236,99,0,0,240,99,0,0,240,99,0,0,240,99,0,0,240,99,0,0,240,99,0,0,240,99,0,0,242,99,0,0,242,99,0,0,248,99,0,0,250,99,0,0,250,99,0,0,250,99,0,0,250,99,0,0,254,99,0,0,0,100,0,0,0,100,0,0,0,100,0,0,0,100,0,0,14,100,0,0,14,100,0,0,22,100,0,0,26,100,0,0,26,100,0,0,26,100,0,0,28,100,0,0,28,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,44,100,0,0,48,100,0,0,52,100,0,0,58,100,0,0,62,100,0,0,64,100,0,0,66,100,0,0,66,100,0,0,72,100,0,0,80,100,0,0,82,100,0,0,82,100,0,0,86,100,0,0,90,100,0,0,92,100,0,0,94,100,0,0,98,100,0,0,98,100,0,0,100,100,0,0,100,100,0,0,102,100,0,0,102,100,0,0,102,100,0,0,102,100,0,0,106,100,0,0,106,100,0,0,110,100,0,0,112,100,0,0,112,100,0,0,114,100,0,0,114,100,0,0,114,100,0,0,114,100,0,0,114,100,0,0,118,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,130,100,0,0,130,100,0,0,134,100,0,0,134,100,0,0,140,100,0,0,140,100,0,0,150,100,0,0,152,100,0,0,154,100,0,0,160,100,0,0,166,100,0,0,166,100,0,0,170,100,0,0,176,100,0,0,178,100,0,0,180,100,0,0,180,100,0,0,180,100,0,0,182,100,0,0,182,100,0,0,186,100,0,0,188,100,0,0,192,100,0,0,194,100,0,0,194,100,0,0,202,100,0,0,204,100,0,0,206,100,0,0,206,100,0,0,206,100,0,0,212,100,0,0,212,100,0,0,212,100,0,0,212,100,0,0,212,100,0,0,218,100,0,0,218,100,0,0,218,100,0,0,222,100,0,0,222,100,0,0,224,100,0,0,228,100,0,0,230,100,0,0,230,100,0,0,230,100,0,0,234,100,0,0,234,100,0,0,238,100,0,0,238,100,0,0,238,100,0,0,244,100,0,0,246,100,0,0,252,100,0,0,254,100,0,0,0,101,0,0,0,101,0,0,2,101,0,0,6,101,0,0,14,101,0,0,14,101,0,0,16,101,0,0,16,101,0,0,20,101,0,0,26,101,0,0,26,101,0,0,28,101,0,0,28,101,0,0,28,101,0,0,28,101,0,0,30,101,0,0,42,101,0,0,42,101,0,0,42,101,0,0,42,101,0,0,42,101,0,0,42,101,0,0,42,101,0,0,42,101,0,0,46,101,0,0,48,101,0,0,48,101,0,0,48,101,0,0,48,101,0,0,52,101,0,0,52,101,0,0,56,101,0,0,56,101,0,0,66,101,0,0,72,101,0,0,72,101,0,0,74,101,0,0,78,101,0,0,86,101,0,0,90,101,0,0,92,101,0,0,94,101,0,0,94,101,0,0,94,101,0,0,96,101,0,0,96,101,0,0,98,101,0,0,100,101,0,0,100,101,0,0,100,101,0,0,102,101,0,0,102,101,0,0,102,101,0,0,106,101,0,0,110,101,0,0,114,101,0,0,116,101,0,0,120,101,0,0,122,101,0,0,122,101,0,0,124,101,0,0,124,101,0,0,124,101,0,0,130,101,0,0,132,101,0,0,134,101,0,0,136,101,0,0,140,101,0,0,144,101,0,0,148,101,0,0,148,101,0,0,150,101,0,0,152,101,0,0,152,101,0,0,154,101,0,0,154,101,0,0,158,101,0,0,158,101,0,0,160,101,0,0,160,101,0,0,160,101,0,0,164,101,0,0,168,101,0,0,168,101,0,0,168,101,0,0,172,101,0,0,172,101,0,0,172,101,0,0,172,101,0,0,172,101,0,0,176,101,0,0,176,101,0,0,176,101,0,0,176,101,0,0,178,101,0,0,178,101,0,0,178,101,0,0,180,101,0,0,180,101,0,0,180,101,0,0,180,101,0,0,180,101,0,0,180,101,0,0,180,101,0,0,182,101,0,0,182,101,0,0,182,101,0,0,184,101,0,0,190,101,0,0,192,101,0,0,196,101,0,0,196,101,0,0,198,101,0,0,198,101,0,0,198,101,0,0,198,101,0,0,200,101,0,0,202,101,0,0,202,101,0,0,202,101,0,0,202,101,0,0,206,101,0,0,208,101,0,0,208,101,0,0,210,101,0,0,210,101,0,0,214,101,0,0,222,101,0,0,224,101,0,0,228,101,0,0,228,101,0,0,228,101,0,0,228,101,0,0,228,101,0,0,230,101,0,0,234,101,0,0,236,101,0,0,240,101,0,0,240,101,0,0,240,101,0,0,240,101,0,0,242,101,0,0,242,101,0,0,242,101,0,0,242,101,0,0,242,101,0,0,252,101,0,0,6,102,0,0,14,102,0,0,14,102,0,0,14,102,0,0,14,102,0,0,14,102,0,0,30,102,0,0,30,102,0,0,30,102,0,0,30,102,0,0,30,102,0,0,30,102,0,0,30,102,0,0,30,102,0,0,32,102,0,0,38,102,0,0,42,102,0,0,48,102,0,0,52,102,0,0,58,102,0,0,58,102,0,0,64,102,0,0,66,102,0,0,66,102,0,0,68,102,0,0,78,102,0,0,82,102,0,0,82,102,0,0,82,102,0,0,88,102,0,0,88,102,0,0,90,102,0,0,90,102,0,0,94,102,0,0,94,102,0,0,96,102,0,0,96,102,0,0,98,102,0,0,98,102,0,0,100,102,0,0,102,102,0,0,106,102,0,0,106,102,0,0,106,102,0,0,106,102,0,0,106,102,0,0,108,102,0,0,120,102,0,0,124,102,0,0,126,102,0,0,126,102,0,0,126,102,0,0,128,102,0,0,132,102,0,0,132,102,0,0,136,102,0,0,140,102,0,0,142,102,0,0,152,102,0,0,152,102,0,0,154,102,0,0,162,102,0,0,162,102,0,0,168,102,0,0,170,102,0,0,170,102,0,0,170,102,0,0,170,102,0,0,170,102,0,0,170,102,0,0,174,102,0,0,182,102,0,0,186,102,0,0,186,102,0,0,190,102,0,0,192,102,0,0,192,102,0,0,194,102,0,0,194,102,0,0,194,102,0,0,194,102,0,0,194,102,0,0,194,102,0,0,196,102,0,0,196,102,0,0,202,102,0,0,202,102,0,0,202,102,0,0,204,102,0,0,204,102,0,0,204,102,0,0,204,102,0,0,204,102,0,0,210,102,0,0,212,102,0,0,212,102,0,0,216,102,0,0,220,102,0,0,224,102,0,0,230,102,0,0,236,102,0,0,240,102,0,0,242,102,0,0,242,102,0,0,246,102,0,0,246,102,0,0,252,102,0,0,252,102,0,0,252,102,0,0,252,102,0,0,252,102,0,0,254,102,0,0,0,103,0,0,4,103,0,0,4,103,0,0,8,103,0,0,12,103,0,0,12,103,0,0,16,103,0,0,26,103,0,0,30,103,0,0,36,103,0,0,36,103,0,0,38,103,0,0,38,103,0,0,38,103,0,0,38,103,0,0,38,103,0,0,38,103,0,0,40,103,0,0,42,103,0,0,44,103,0,0,44,103,0,0,44,103,0,0,44,103,0,0,44,103,0,0,44,103,0,0,50,103,0,0,58,103,0,0,64,103,0,0,64,103,0,0,64,103,0,0,64,103,0,0,68,103,0,0,70,103,0,0,80,103,0,0,86,103,0,0,86,103,0,0,88,103,0,0,90,103,0,0,92,103,0,0,92,103,0,0,98,103,0,0,110,103,0,0,112,103,0,0,112,103,0,0,112,103,0,0,114,103,0,0,114,103,0,0,124,103,0,0,124,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,140,103,0,0,140,103,0,0,142,103,0,0,142,103,0,0,142,103,0,0,142,103,0,0,144,103,0,0,146,103,0,0,146,103,0,0,146,103,0,0,148,103,0,0,148,103,0,0,148,103,0,0,148,103,0,0,148,103,0,0,148,103,0,0,150,103,0,0,150,103,0,0,150,103,0,0,152,103,0,0,154,103,0,0,154,103,0,0,160,103,0,0,166,103,0,0,166,103,0,0,166,103,0,0,168,103,0,0,168,103,0,0,172,103,0,0,178,103,0,0,178,103,0,0,182,103,0,0,186,103,0,0,186,103,0,0,186,103,0,0,190,103,0,0,192,103,0,0,192,103,0,0,192,103,0,0,192,103,0,0,192,103,0,0,192,103,0,0,194,103,0,0,196,103,0,0,198,103,0,0,198,103,0,0,198,103,0,0,200,103,0,0,200,103,0,0,200,103,0,0,202,103,0,0,206,103,0,0,208,103,0,0,208,103,0,0,210,103,0,0,214,103,0,0,216,103,0,0,218,103,0,0,224,103,0,0,224,103,0,0,224,103,0,0,228,103,0,0,236,103,0,0,242,103,0,0,244,103,0,0,244,103,0,0,246,103,0,0,248,103,0,0,248,103,0,0,250,103,0,0,254,103,0,0,2,104,0,0,2,104,0,0,6,104,0,0,10,104,0,0,10,104,0,0,10,104,0,0,10,104,0,0,10,104,0,0,14,104,0,0,14,104,0,0,20,104,0,0,22,104,0,0,24,104,0,0,24,104,0,0,24,104,0,0,28,104,0,0,34,104,0,0,38,104,0,0,38,104,0,0,40,104,0,0,44,104,0,0,48,104,0,0,48,104,0,0,54,104,0,0,60,104,0,0,60,104,0,0,60,104,0,0,60,104,0,0,60,104,0,0,64,104,0,0,64,104,0,0,70,104,0,0,70,104,0,0,70,104,0,0,70,104,0,0,74,104,0,0,74,104,0,0,82,104,0,0,84,104,0,0,88,104,0,0,90,104,0,0,90,104,0,0,94,104,0,0,94,104,0,0,94,104,0,0,102,104,0,0,102,104,0,0,108,104,0,0,108,104,0,0,110,104,0,0,112,104,0,0,118,104,0,0,118,104,0,0,120,104,0,0,120,104,0,0,120,104,0,0,122,104,0,0,122,104,0,0,130,104,0,0,134,104,0,0,136,104,0,0,140,104,0,0,144,104,0,0,144,104,0,0,144,104,0,0,144,104,0,0,146,104,0,0,146,104,0,0,148,104,0,0,148,104,0,0,150,104,0,0,150,104,0,0,152,104,0,0,154,104,0,0,156,104,0,0,158,104,0,0,164,104,0,0,164,104,0,0,164,104,0,0,166,104,0,0,166,104,0,0,170,104,0,0,172,104,0,0,172,104,0,0,172,104,0,0,176,104,0,0,176,104,0,0,182,104,0,0,182,104,0,0,182,104,0,0,184,104,0,0,184,104,0,0,186,104,0,0,186,104,0,0,188,104,0,0,188,104,0,0,192,104,0,0,192,104,0,0,196,104,0,0,204,104,0,0,204,104,0,0,208,104,0,0,212,104,0,0,214,104,0,0,214,104,0,0,214,104,0,0,220,104,0,0,226,104,0,0,230,104,0,0,236,104,0,0,240,104,0,0,242,104,0,0,244,104,0,0,244,104,0,0,244,104,0,0,244,104,0,0,244,104,0,0,244,104,0,0,250,104,0,0,250,104,0,0,2,105,0,0,8,105,0,0,8,105,0,0,8,105,0,0,12,105,0,0,20,105,0,0,22,105,0,0,22,105,0,0,22,105,0,0,22,105,0,0,24,105,0,0,24,105,0,0,24,105,0,0,28,105,0,0,28,105,0,0,30,105,0,0,30,105,0,0,32,105,0,0,44,105,0,0,46,105,0,0,46,105,0,0,46,105,0,0,46,105,0,0,52,105,0,0,58,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,68,105,0,0,68,105,0,0,74,105,0,0,76,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,82,105,0,0,82,105,0,0,90,105,0,0,90,105,0,0,90,105,0,0,94,105,0,0,94,105,0,0,104,105,0,0,106,105,0,0,112,105,0,0,114,105,0,0,114,105,0,0,114,105,0,0,114,105,0,0,118,105,0,0,122,105,0,0,122,105,0,0,126,105,0,0,126,105,0,0,128,105,0,0,132,105,0,0,132,105,0,0,132,105,0,0,132,105,0,0,132,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,140,105,0,0,146,105,0,0,146,105,0,0,146,105,0,0,148,105,0,0,152,105,0,0,152,105,0,0,156,105,0,0,158,105,0,0,162,105,0,0,162,105,0,0,162,105,0,0,164,105,0,0,166,105,0,0,166,105,0,0,168,105,0,0,170,105,0,0,172,105,0,0,176,105,0,0,178,105,0,0,180,105,0,0,190,105,0,0,190,105,0,0,190,105,0,0,192,105,0,0,196,105,0,0,196,105,0,0,196,105,0,0,196,105,0,0,198,105,0,0,198,105,0,0,200,105,0,0,200,105,0,0,200,105,0,0,200,105,0,0,200,105,0,0,200,105,0,0,210,105,0,0,212,105,0,0,214,105,0,0,216,105,0,0,218,105,0,0,228,105,0,0,228,105,0,0,228,105,0,0,228,105,0,0,228,105,0,0,232,105,0,0,236,105,0,0,236,105,0,0,240,105,0,0,242,105,0,0,242,105,0,0,244,105,0,0,244,105,0,0,252,105,0,0,252,105,0,0,2,106,0,0,2,106,0,0,2,106,0,0,4,106,0,0,4,106,0,0,8,106,0,0,16,106,0,0,18,106,0,0,20,106,0,0,20,106,0,0,24,106,0,0,28,106,0,0,28,106,0,0,28,106,0,0,32,106,0,0,32,106,0,0,32,106,0,0,34,106,0,0,36,106,0,0,40,106,0,0,40,106,0,0,46,106,0,0,48,106,0,0,48,106,0,0,52,106,0,0,54,106,0,0,58,106,0,0,58,106,0,0,58,106,0,0,60,106,0,0,60,106,0,0,64,106,0,0,68,106,0,0,74,106,0,0,74,106,0,0,76,106,0,0,76,106,0,0,82,106,0,0,84,106,0,0,84,106,0,0,86,106,0,0,86,106,0,0,86,106,0,0,86,106,0,0,88,106,0,0,94,106,0,0,94,106,0,0,100,106,0,0,100,106,0,0,100,106,0,0,100,106,0,0,100,106,0,0,102,106,0,0,102,106,0,0,102,106,0,0,102,106,0,0,102,106,0,0,104,106,0,0,104,106,0,0,104,106,0,0,104,106,0,0,104,106,0,0,104,106,0,0,106,106,0,0,110,106,0,0,116,106,0,0,116,106,0,0,116,106,0,0,116,106,0,0,116,106,0,0,130,106,0,0,132,106,0,0,132,106,0,0,134,106,0,0,140,106,0,0,146,106,0,0,146,106,0,0,146,106,0,0,154,106,0,0,158,106,0,0,158,106,0,0,158,106,0,0,158,106,0,0,162,106,0,0,162,106,0,0,162,106,0,0,174,106,0,0,176,106,0,0,176,106,0,0,176,106,0,0,180,106,0,0,180,106,0,0,182,106,0,0,184,106,0,0,186,106,0,0,186,106,0,0,186,106,0,0,198,106,0,0,200,106,0,0,200,106,0,0,200,106,0,0,200,106,0,0,204,106,0,0,204,106,0,0,206,106,0,0,206,106,0,0,216,106,0,0,216,106,0,0,218,106,0,0,218,106,0,0,218,106,0,0,222,106,0,0,226,106,0,0,228,106,0,0,228,106,0,0,228,106,0,0,228,106,0,0,228,106,0,0,228,106,0,0,228,106,0,0,228,106,0,0,232,106,0,0,240,106,0,0,246,106,0,0,4,107,0,0,10,107,0,0,10,107,0,0,10,107,0,0,10,107,0,0,10,107,0,0,14,107,0,0,20,107,0,0,20,107,0,0,20,107,0,0,22,107,0,0,22,107,0,0,24,107,0,0,24,107,0,0,24,107,0,0,24,107,0,0,26,107,0,0,26,107,0,0,28,107,0,0,28,107,0,0,28,107,0,0,30,107,0,0,32,107,0,0,34,107,0,0,34,107,0,0,36,107,0,0,38,107,0,0,38,107,0,0,40,107,0,0,40,107,0,0,40,107,0,0,40,107,0,0,50,107,0,0,54,107,0,0,54,107,0,0,60,107,0,0,62,107,0,0,64,107,0,0,64,107,0,0,68,107,0,0,70,107,0,0,70,107,0,0,78,107,0,0,78,107,0,0,78,107,0,0,78,107,0,0,82,107,0,0,82,107,0,0,90,107,0,0,90,107,0,0,90,107,0,0,90,107,0,0,90,107,0,0,94,107,0,0,100,107,0,0,110,107,0,0,110,107,0,0,112,107,0,0,126,107,0,0,126,107,0,0,126,107,0,0,126,107,0,0,126,107,0,0,126,107,0,0,126,107,0,0,126,107,0,0,130,107,0,0,130,107,0,0,134,107,0,0,134,107,0,0,136,107,0,0,136,107,0,0,142,107,0,0,144,107,0,0,144,107,0,0,150,107,0,0,150,107,0,0,150,107,0,0,154,107,0,0,154,107,0,0,154,107,0,0,154,107,0,0,154,107,0,0,154,107,0,0,154,107,0,0,154,107,0,0,156,107,0,0,164,107,0,0,170,107,0,0,170,107,0,0,170,107,0,0,176,107,0,0,176,107,0,0,178,107,0,0,178,107,0,0,178,107,0,0,178,107,0,0,178,107,0,0,184,107,0,0,184,107,0,0,184,107,0,0,184,107,0,0,186,107,0,0,186,107,0,0,186,107,0,0,188,107,0,0,188,107,0,0,188,107,0,0,188,107,0,0,192,107,0,0,200,107,0,0,206,107,0,0,206,107,0,0,208,107,0,0,208,107,0,0,214,107,0,0,218,107,0,0,218,107,0,0,222,107,0,0,222,107,0,0,222,107,0,0,222,107,0,0,228,107,0,0,230,107,0,0,230,107,0,0,232,107,0,0,236,107,0,0,236,107,0,0,240,107,0,0,240,107,0,0,248,107,0,0,248,107,0,0,254,107,0,0,254,107,0,0,254,107,0,0,254,107,0,0,254,107,0,0,254,107,0,0,0,108,0,0,4,108,0,0,8,108,0,0,8,108,0,0,14,108,0,0,14,108,0,0,14,108,0,0,20,108,0,0,20,108,0,0,20,108,0,0,20,108,0,0,22,108,0,0,24,108,0,0,26,108,0,0,28,108,0,0,30,108,0,0,34,108,0,0,36,108,0,0,36,108,0,0,36,108,0,0,38,108,0,0,42,108,0,0,42,108,0,0,44,108,0,0,44,108,0,0,44,108,0,0,44,108,0,0,44,108,0,0,44,108,0,0,44,108,0,0,44,108,0,0,44,108,0,0,46,108,0,0,46,108,0,0,48,108,0,0,52,108,0,0,54,108,0,0,54,108,0,0,54,108,0,0,60,108,0,0,66,108,0,0,74,108,0,0,76,108,0,0,76,108,0,0,76,108,0,0,82,108,0,0,88,108,0,0,88,108,0,0,88,108,0,0,90,108,0,0,98,108,0,0,98,108,0,0,98,108,0,0,98,108,0,0,98,108,0,0,102,108,0,0,102,108,0,0,102,108,0,0,104,108,0,0,106,108,0,0,106,108,0,0,106,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,114,108,0,0,114,108,0,0,114,108,0,0,114,108,0,0,120,108,0,0,124,108,0,0,126,108,0,0,130,108,0,0,132,108,0,0,136,108,0,0,144,108,0,0,146,108,0,0,150,108,0,0,154,108,0,0,164,108,0,0,166,108,0,0,166,108,0,0,166,108,0,0,168,108,0,0,168,108,0,0,168,108,0,0,168,108,0,0,170,108,0,0,174,108,0,0,176,108,0,0,176,108,0,0,178,108,0,0,178,108,0,0,178,108,0,0,178,108,0,0,188,108,0,0,188,108,0,0,194,108,0,0,198,108,0,0,198,108,0,0,204,108,0,0,204,108,0,0,204,108,0,0,212,108,0,0,220,108,0,0,224,108,0,0,226,108,0,0,226,108,0,0,228,108,0,0,228,108,0,0,230,108,0,0,234,108,0,0,234,108,0,0,234,108,0,0,236,108,0,0,238,108,0,0,240,108,0,0,244,108,0,0,246,108,0,0,246,108,0,0,246,108,0,0,246,108,0,0,246,108,0,0,248,108,0,0,0,109,0,0,0,109,0,0,4,109,0,0,4,109,0,0,8,109,0,0,12,109,0,0,12,109,0,0,18,109,0,0,24,109,0,0,24,109,0,0,26,109,0,0,28,109,0,0,28,109,0,0,34,109,0,0,34,109,0,0,44,109,0,0,46,109,0,0,48,109,0,0,52,109,0,0,54,109,0,0,54,109,0,0,56,109,0,0,56,109,0,0,62,109,0,0,68,109,0,0,68,109,0,0,68,109,0,0,70,109,0,0,70,109,0,0,72,109,0,0,72,109,0,0,72,109,0,0,72,109,0,0,72,109,0,0,76,109,0,0,76,109,0,0,78,109,0,0,78,109,0,0,78,109,0,0,78,109,0,0,80,109,0,0,80,109,0,0,82,109,0,0,86,109,0,0,88,109,0,0,88,109,0,0,98,109,0,0,110,109,0,0,114,109,0,0,114,109,0,0,114,109,0,0,122,109,0,0,122,109,0,0,122,109,0,0,126,109,0,0,126,109,0,0,128,109,0,0,128,109,0,0,128,109,0,0,128,109,0,0,134,109,0,0,140,109,0,0,140,109,0,0,140,109,0,0,140,109,0,0,140,109,0,0,146,109,0,0,148,109,0,0,148,109,0,0,148,109,0,0,148,109,0,0,148,109,0,0,150,109,0,0,156,109,0,0,164,109,0,0,166,109,0,0,174,109,0,0,178,109,0,0,180,109,0,0,188,109,0,0,188,109,0,0,190,109,0,0,190,109,0,0,190,109,0,0,190,109,0,0,198,109,0,0,202,109,0,0,206,109,0,0,208,109,0,0,208,109,0,0,208,109,0,0,210,109,0,0,212,109,0,0,216,109,0,0,218,109,0,0,218,109,0,0,222,109,0,0,222,109,0,0,222,109,0,0,222,109,0,0,222,109,0,0,226,109,0,0,226,109,0,0,230,109,0,0,234,109,0,0,234,109,0,0,234,109,0,0,234,109,0,0,236,109,0,0,242,109,0,0,244,109,0,0,244,109,0,0,246,109,0,0,246,109,0,0,246,109,0,0,246,109,0,0,246,109,0,0,246,109,0,0,246,109,0,0,248,109,0,0,250,109,0,0,4,110,0,0,8,110,0,0,10,110,0,0,10,110,0,0,14,110,0,0,14,110,0,0,14,110,0,0,16,110,0,0,20,110,0,0,20,110,0,0,24,110,0,0,24,110,0,0,34,110,0,0,36,110,0,0,38,110,0,0,38,110,0,0,38,110,0,0,38,110,0,0,44,110,0,0,46,110,0,0,46,110,0,0,48,110,0,0,58,110,0,0,58,110,0,0,62,110,0,0,66,110,0,0,66,110,0,0,66,110,0,0,66,110,0,0,66,110,0,0,70,110,0,0,74,110,0,0,74,110,0,0,80,110,0,0,84,110,0,0,84,110,0,0,84,110,0,0,84,110,0,0,88,110,0,0,88,110,0,0,92,110,0,0,94,110,0,0,94,110,0,0,100,110,0,0,104,110,0,0,104,110,0,0,114,110,0,0,118,110,0,0,118,110,0,0,120,110,0,0,120,110,0,0,122,110,0,0,122,110,0,0,122,110,0,0,124,110,0,0,126,110,0,0,126,110,0,0,126,110,0,0,126,110,0,0,134,110,0,0,142,110,0,0,150,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,152,110,0,0,152,110,0,0,154,110,0,0,156,110,0,0,158,110,0,0,158,110,0,0,158,110,0,0,158,110,0,0,158,110,0,0,160,110,0,0,160,110,0,0,166,110,0,0,166,110,0,0,166,110,0,0,168,110,0,0,168,110,0,0,170,110,0,0,174,110,0,0,176,110,0,0,178,110,0,0,180,110,0,0,180,110,0,0,180,110,0,0,180,110,0,0,180,110,0,0,186,110,0,0,186,110,0,0,186,110,0,0,188,110,0,0,192,110,0,0,196,110,0,0,196,110,0,0,196,110,0,0,196,110,0,0,196,110,0,0,196,110,0,0,198,110,0,0,200,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,204,110,0,0,204,110,0,0,208,110,0,0,208,110,0,0,208,110,0,0,208,110,0,0,214,110,0,0,216,110,0,0,222,110,0,0,222,110,0,0,224,110,0,0,226,110,0,0,226,110,0,0,230,110,0,0,232,110,0,0,236,110,0,0,236,110,0,0,236,110,0,0,236,110,0,0,240,110,0,0,240,110,0,0,240,110,0,0,242,110,0,0,242,110,0,0,242,110,0,0,248,110,0,0,252,110,0,0,2,111,0,0,10,111,0,0,10,111,0,0,10,111,0,0,18,111,0,0,18,111,0,0,18,111,0,0,28,111,0,0,30,111,0,0,30,111,0,0,30,111,0,0,30,111,0,0,32,111,0,0,34,111,0,0,46,111,0,0,54,111,0,0,54,111,0,0,60,111,0,0,62,111,0,0,62,111,0,0,62,111,0,0,62,111,0,0,68,111,0,0,70,111,0,0,76,111,0,0,76,111,0,0,76,111,0,0,76,111,0,0,76,111,0,0,82,111,0,0,84,111,0,0,86,111,0,0,88,111,0,0,88,111,0,0,88,111,0,0,90,111,0,0,92,111,0,0,98,111,0,0,98,111,0,0,100,111,0,0,100,111,0,0,100,111,0,0,102,111,0,0,108,111,0,0,114,111,0,0,114,111,0,0,114,111,0,0,114,111,0,0,122,111,0,0,122,111,0,0,128,111,0,0,130,111,0,0,130,111,0,0,130,111,0,0,132,111,0,0,134,111,0,0,138,111,0,0,138,111,0,0,138,111,0,0,140,111,0,0,140,111,0,0,140,111,0,0,144,111,0,0,144,111,0,0,150,111,0,0,150,111,0,0,150,111,0,0,150,111,0,0,152,111,0,0,160,111,0,0,162,111,0,0,162,111,0,0,162,111,0,0,162,111,0,0,162,111,0,0,162,111,0,0,166,111,0,0,166,111,0,0,168,111,0,0,170,111,0,0,170,111,0,0,170,111,0,0,172,111,0,0,174,111,0,0,174,111,0,0,174,111,0,0,176,111,0,0,176,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,188,111,0,0,190,111,0,0,190,111,0,0,190,111,0,0,192,111,0,0,194,111,0,0,198,111,0,0,198,111,0,0,200,111,0,0,200,111,0,0,200,111,0,0,200,111,0,0,200,111,0,0,202,111,0,0,202,111,0,0,206,111,0,0,206,111,0,0,210,111,0,0,210,111,0,0,216,111,0,0,222,111,0,0,222,111,0,0,224,111,0,0,226,111,0,0,226,111,0,0,228,111,0,0,232,111,0,0,232,111,0,0,234,111,0,0,236,111,0,0,244,111,0,0,250,111,0,0,250,111,0,0,250,111,0,0,250,111,0,0,250,111,0,0,252,111,0,0,252,111,0,0,252,111,0,0,252,111,0,0,254,111,0,0,4,112,0,0,4,112,0,0,8,112,0,0,12,112,0,0,12,112,0,0,12,112,0,0,12,112,0,0,12,112,0,0,14,112,0,0,14,112,0,0,16,112,0,0,20,112,0,0,20,112,0,0,36,112,0,0,36,112,0,0,36,112,0,0,36,112,0,0,36,112,0,0,36,112,0,0,36,112,0,0,38,112,0,0,42,112,0,0,44,112,0,0,48,112,0,0,50,112,0,0,50,112,0,0,50,112,0,0,50,112,0,0,50,112,0,0,52,112,0,0,54,112,0,0,62,112,0,0,68,112,0,0,68,112,0,0,70,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,86,112,0,0,88,112,0,0,88,112,0,0,88,112,0,0,88,112,0,0,90,112,0,0,92,112,0,0,92,112,0,0,92,112,0,0,92,112,0,0,94,112,0,0,94,112,0,0,94,112,0,0,98,112,0,0,102,112,0,0,102,112,0,0,108,112,0,0,108,112,0,0,112,112,0,0,114,112,0,0,118,112,0,0,118,112,0,0,118,112,0,0,120,112,0,0,122,112,0,0,142,112,0,0,142,112,0,0,144,112,0,0,146,112,0,0,146,112,0,0,150,112,0,0,158,112,0,0,162,112,0,0,162,112,0,0,162,112,0,0,162,112,0,0,164,112,0,0,164,112,0,0,164,112,0,0,166,112,0,0,170,112,0,0,170,112,0,0,172,112,0,0,172,112,0,0,172,112,0,0,174,112,0,0,176,112,0,0,176,112,0,0,178,112,0,0,178,112,0,0,180,112,0,0,182,112,0,0,182,112,0,0,182,112,0,0,184,112,0,0,188,112,0,0,188,112,0,0,188,112,0,0,188,112,0,0,194,112,0,0,194,112,0,0,194,112,0,0,194,112,0,0,194,112,0,0,194,112,0,0,194,112,0,0,196,112,0,0,198,112,0,0,198,112,0,0,198,112,0,0,202,112,0,0,216,112,0,0,216,112,0,0,218,112,0,0,222,112,0,0,226,112,0,0,228,112,0,0,228,112,0,0,230,112,0,0,230,112,0,0,234,112,0,0,236,112,0,0,238,112,0,0,240,112,0,0,240,112,0,0,244,112,0,0,244,112,0,0,248,112,0,0,250,112,0,0,254,112,0,0,0,113,0,0,4,113,0,0,6,113,0,0,6,113,0,0,6,113,0,0,6,113,0,0,8,113,0,0,8,113,0,0,8,113,0,0,12,113,0,0,12,113,0,0,16,113,0,0,16,113,0,0,18,113,0,0,18,113,0,0,18,113,0,0,18,113,0,0,20,113,0,0,24,113,0,0,26,113,0,0,32,113,0,0,32,113,0,0,36,113,0,0,42,113,0,0,46,113,0,0,46,113,0,0,46,113,0,0,52,113,0,0,52,113,0,0,52,113,0,0,52,113,0,0,58,113,0,0,60,113,0,0,60,113,0,0,60,113,0,0,62,113,0,0,66,113,0,0,66,113,0,0,66,113,0,0,66,113,0,0,66,113,0,0,66,113,0,0,68,113,0,0,68,113,0,0,68,113,0,0,68,113,0,0,68,113,0,0,68,113,0,0,76,113,0,0,76,113,0,0,76,113,0,0,82,113,0,0,86,113,0,0,86,113,0,0,86,113,0,0,90,113,0,0,90,113,0,0,94,113,0,0,96,113,0,0,98,113,0,0,98,113,0,0,100,113,0,0,102,113,0,0,102,113,0,0,102,113,0,0,102,113,0,0,106,113,0,0,106,113,0,0,106,113,0,0,108,113,0,0,108,113,0,0,110,113,0,0,114,113,0,0,114,113,0,0,116,113,0,0,122,113,0,0,122,113,0,0,124,113,0,0,124,113,0,0,124,113,0,0,126,113,0,0,126,113,0,0,128,113,0,0,134,113,0,0,138,113,0,0,140,113,0,0,146,113,0,0,148,113,0,0,148,113,0,0,150,113,0,0,150,113,0,0,152,113,0,0,154,113,0,0,154,113,0,0,154,113,0,0,154,113,0,0,158,113,0,0,160,113,0,0,164,113,0,0,166,113,0,0,168,113,0,0,168,113,0,0,168,113,0,0,168,113,0,0,168,113,0,0,172,113,0,0,176,113,0,0,178,113,0,0,178,113,0,0,178,113,0,0,178,113,0,0,180,113,0,0,180,113,0,0,184,113,0,0,184,113,0,0,184,113,0,0,184,113,0,0,186,113,0,0,186,113,0,0,194,113,0,0,196,113,0,0,196,113,0,0,196,113,0,0,196,113,0,0,198,113,0,0,198,113,0,0,198,113,0,0,198,113,0,0,202,113,0,0,204,113,0,0,206,113,0,0,208,113,0,0,208,113,0,0,210,113,0,0,210,113,0,0,212,113,0,0,212,113,0,0,212,113,0,0,216,113,0,0,216,113,0,0,216,113,0,0,216,113,0,0,216,113,0,0,216,113,0,0,218,113,0,0,222,113,0,0,226,113,0,0,234,113,0,0,234,113,0,0,234,113,0,0,234,113,0,0,238,113,0,0,240,113,0,0,240,113,0,0,240,113,0,0,240,113,0,0,240,113,0,0,240,113,0,0,240,113,0,0,242,113,0,0,244,113,0,0,244,113,0,0,244,113,0,0,254,113,0,0,254,113,0,0,2,114,0,0,2,114,0,0,6,114,0,0,8,114,0,0,10,114,0,0,10,114,0,0,18,114,0,0,20,114,0,0,20,114,0,0,20,114,0,0,22,114,0,0,22,114,0,0,22,114,0,0,22,114,0,0,24,114,0,0,24,114,0,0,26,114,0,0,26,114,0,0,28,114,0,0,28,114,0,0,28,114,0,0,30,114,0,0,30,114,0,0,30,114,0,0,30,114,0,0,38,114,0,0,38,114,0,0,38,114,0,0,38,114,0,0,40,114,0,0,40,114,0,0,40,114,0,0,44,114,0,0,48,114,0,0,54,114,0,0,56,114,0,0,56,114,0,0,64,114,0,0,64,114,0,0,64,114,0,0,70,114,0,0,72,114,0,0,72,114,0,0,74,114,0,0,74,114,0,0,78,114,0,0,82,114,0,0,88,114,0,0,92,114,0,0,96,114,0,0,96,114,0,0,102,114,0,0,102,114,0,0,102,114,0,0,104,114,0,0,106,114,0,0,106,114,0,0,106,114,0,0,106,114,0,0,108,114,0,0,108,114,0,0,114,114,0,0,114,114,0,0,116,114,0,0,118,114,0,0,122,114,0,0,124,114,0,0,124,114,0,0,124,114,0,0,126,114,0,0,132,114,0,0,132,114,0,0,132,114,0,0,138,114,0,0,138,114,0,0,142,114,0,0,142,114,0,0,142,114,0,0,146,114,0,0,152,114,0,0,152,114,0,0,154,114,0,0,154,114,0,0,158,114,0,0,158,114,0,0,164,114,0,0,168,114,0,0,168,114,0,0,170,114,0,0,178,114,0,0,178,114,0,0,180,114,0,0,182,114,0,0,182,114,0,0,182,114,0,0,184,114,0,0,184,114,0,0,184,114,0,0,190,114,0,0,190,114,0,0,198,114,0,0,202,114,0,0,204,114,0,0,210,114,0,0,210,114,0,0,216,114,0,0,218,114,0,0,222,114,0,0,222,114,0,0,224,114,0,0,226,114,0,0,226,114,0,0,236,114,0,0,236,114,0,0,236,114,0,0,240,114,0,0,246,114,0,0,248,114,0,0,252,114,0,0,2,115,0,0,2,115,0,0,4,115,0,0,4,115,0,0,4,115,0,0,4,115,0,0,4,115,0,0,6,115,0,0,10,115,0,0,14,115,0,0,18,115,0,0,20,115,0,0,20,115,0,0,24,115,0,0,32,115,0,0,34,115,0,0,40,115,0,0,42,115,0,0,42,115,0,0,50,115,0,0,50,115,0,0,58,115,0,0,58,115,0,0,58,115,0,0,60,115,0,0,62,115,0,0,62,115,0,0,72,115,0,0,76,115,0,0,80,115,0,0,82,115,0,0,88,115,0,0,88,115,0,0,94,115,0,0,100,115,0,0,100,115,0,0,104,115,0,0,104,115,0,0,104,115,0,0,108,115,0,0,114,115,0,0,120,115,0,0,120,115,0,0,126,115,0,0,128,115,0,0,128,115,0,0,128,115,0,0,128,115,0,0,130,115,0,0,130,115,0,0,130,115,0,0,134,115,0,0,136,115,0,0,142,115,0,0,142,115,0,0,144,115,0,0,146,115,0,0,150,115,0,0,154,115,0,0,154,115,0,0,156,115,0,0,158,115,0,0,158,115,0,0,160,115,0,0,160,115,0,0,160,115,0,0,166,115,0,0,172,115,0,0,172,115,0,0,174,115,0,0,176,115,0,0,176,115,0,0,178,115,0,0,178,115,0,0,182,115,0,0,182,115,0,0,182,115,0,0,184,115,0,0,184,115,0,0,184,115,0,0,186,115,0,0,188,115,0,0,192,115,0,0,196,115,0,0,198,115,0,0,198,115,0,0,200,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,210,115,0,0,210,115,0,0,210,115,0,0,214,115,0,0,214,115,0,0,214,115,0,0,220,115,0,0,220,115,0,0,226,115,0,0,232,115,0,0,234,115,0,0,242,115,0,0,242,115,0,0,242,115,0,0,242,115,0,0,244,115,0,0,244,115,0,0,246,115,0,0,246,115,0,0,248,115,0,0,248,115,0,0,250,115,0,0,250,115,0,0,250,115,0,0,254,115,0,0,254,115,0,0,254,115,0,0,254,115,0,0,254,115,0,0,0,116,0,0,0,116,0,0,2,116,0,0,2,116,0,0,2,116,0,0,2,116,0,0,2,116,0,0,2,116,0,0,2,116,0,0,6,116,0,0,8,116,0,0,12,116,0,0,12,116,0,0,16,116,0,0,16,116,0,0,16,116,0,0,18,116,0,0,18,116,0,0,20,116,0,0,20,116,0,0,20,116,0,0,20,116,0,0,20,116,0,0,20,116,0,0,20,116,0,0,20,116,0,0,22,116,0,0,22,116,0,0,24,116,0,0,26,116,0,0,26,116,0,0,26,116,0,0,26,116,0,0,26,116,0,0,26,116,0,0,26,116,0,0,26,116,0,0,28,116,0,0,30,116,0,0,30,116,0,0,30,116,0,0,36,116,0,0,42,116,0,0,42,116,0,0,42,116,0,0,42,116,0,0,42,116,0,0,42,116,0,0,44,116,0,0,46,116,0,0,46,116,0,0,54,116,0,0,56,116,0,0,60,116,0,0,62,116,0,0,62,116,0,0,68,116,0,0,68,116,0,0,72,116,0,0,78,116,0,0,78,116,0,0,78,116,0,0,86,116,0,0,86,116,0,0,86,116,0,0,86,116,0,0,88,116,0,0,90,116,0,0,90,116,0,0,90,116,0,0,92,116,0,0,100,116,0,0,100,116,0,0,102,116,0,0,102,116,0,0,106,116,0,0,114,116,0,0,114,116,0,0,118,116,0,0,120,116,0,0,120,116,0,0,120,116,0,0,126,116,0,0,132,116,0,0,136,116,0,0,136,116,0,0,138,116,0,0,142,116,0,0,142,116,0,0,142,116,0,0,142,116,0,0,142,116,0,0,146,116,0,0,146,116,0,0,146,116,0,0,146,116,0,0,146,116,0,0,146,116,0,0,146,116,0,0,148,116,0,0,150,116,0,0,150,116,0,0,156,116,0,0,156,116,0,0,164,116,0,0,164,116,0,0,166,116,0,0,166,116,0,0,168,116,0,0,174,116,0,0,174,116,0,0,176,116,0,0,176,116,0,0,180,116,0,0,180,116,0,0,180,116,0,0,186,116,0,0,190,116,0,0,190,116,0,0,192,116,0,0,194,116,0,0,194,116,0,0,194,116,0,0,194,116,0,0,200,116,0,0,200,116,0,0,200,116,0,0,200,116,0,0,200,116,0,0,200,116,0,0,200,116,0,0,202,116,0,0,206,116,0,0,208,116,0,0,214,116,0,0,216,116,0,0,216,116,0,0,218,116,0,0,222,116,0,0,222,116,0,0,224,116,0,0,236,116,0,0,236,116,0,0,236,116,0,0,238,116,0,0,240,116,0,0,242,116,0,0,242,116,0,0,242,116,0,0,242,116,0,0,242,116,0,0,242,116,0,0,244,116,0,0,250,116,0,0,252,116,0,0,0,117,0,0,4,117,0,0,8,117,0,0,8,117,0,0,8,117,0,0,10,117,0,0,10,117,0,0,10,117,0,0,10,117,0,0,14,117,0,0,16,117,0,0,16,117,0,0,16,117,0,0,16,117,0,0,16,117,0,0,22,117,0,0,22,117,0,0,24,117,0,0,24,117,0,0,26,117,0,0,30,117,0,0,30,117,0,0,30,117,0,0,32,117,0,0,32,117,0,0,32,117,0,0,32,117,0,0,36,117,0,0,36,117,0,0,40,117,0,0,40,117,0,0,40,117,0,0,40,117,0,0,42,117,0,0,44,117,0,0,44,117,0,0,44,117,0,0,44,117,0,0,44,117,0,0,48,117,0,0,48,117,0,0,48,117,0,0,52,117,0,0,54,117,0,0,54,117,0,0,58,117,0,0,58,117,0,0,68,117,0,0,68,117,0,0,68,117,0,0,68,117,0,0,70,117,0,0,74,117,0,0,74,117,0,0,78,117,0,0,80,117,0,0,82,117,0,0,86,117,0,0,92,117,0,0,92,117,0,0,94,117,0,0,94,117,0,0,94,117,0,0,96,117,0,0,98,117,0,0,98,117,0,0,102,117,0,0,104,117,0,0,104,117,0,0,106,117,0,0,106,117,0,0,106,117,0,0,108,117,0,0,114,117,0,0,114,117,0,0,116,117,0,0,116,117,0,0,122,117,0,0,124,117,0,0,130,117,0,0,134,117,0,0,134,117,0,0,134,117,0,0,136,117,0,0,138,117,0,0,138,117,0,0,140,117,0,0,142,117,0,0,142,117,0,0,146,117,0,0,150,117,0,0,150,117,0,0,152,117,0,0,154,117,0,0,156,117,0,0,158,117,0,0,160,117,0,0,160,117,0,0,164,117,0,0,164,117,0,0,164,117,0,0,166,117,0,0,168,117,0,0,168,117,0,0,170,117,0,0,180,117,0,0,182,117,0,0,182,117,0,0,184,117,0,0,184,117,0,0,186,117,0,0,190,117,0,0,192,117,0,0,198,117,0,0,198,117,0,0,198,117,0,0,200,117,0,0,200,117,0,0,200,117,0,0,200,117,0,0,206,117,0,0,206,117,0,0,208,117,0,0,208,117,0,0,208,117,0,0,212,117,0,0,216,117,0,0,216,117,0,0,218,117,0,0,218,117,0,0,218,117,0,0,218,117,0,0,218,117,0,0,218,117,0,0,224,117,0,0,224,117,0,0,224,117,0,0,224,117,0,0,228,117,0,0,228,117,0,0,230,117,0,0,234,117,0,0,236,117,0,0,238,117,0,0,242,117,0,0,250,117,0,0,252,117,0,0,252,117,0,0,252,117,0,0,252,117,0,0,252,117,0,0,252,117,0,0,254,117,0,0,0,118,0,0,0,118,0,0,0,118,0,0,0,118,0,0,2,118,0,0,6,118,0,0,6,118,0,0,6,118,0,0,6,118,0,0,6,118,0,0,6,118,0,0,8,118,0,0,8,118,0,0,14,118,0,0,14,118,0,0,14,118,0,0,18,118,0,0,18,118,0,0,18,118,0,0,18,118,0,0,18,118,0,0,18,118,0,0,20,118,0,0,20,118,0,0,20,118,0,0,20,118,0,0,20,118,0,0,20,118,0,0,20,118,0,0,20,118,0,0,28,118,0,0,28,118,0,0,34,118,0,0,42,118,0,0,42,118,0,0,42,118,0,0,48,118,0,0,48,118,0,0,48,118,0,0,48,118,0,0,50,118,0,0,52,118,0,0,54,118,0,0,56,118,0,0,56,118,0,0,56,118,0,0,60,118,0,0,62,118,0,0,70,118,0,0,74,118,0,0,74,118,0,0,74,118,0,0,74,118,0,0,82,118,0,0,82,118,0,0,82,118,0,0,82,118,0,0,82,118,0,0,82,118,0,0,82,118,0,0,86,118,0,0,86,118,0,0,86,118,0,0,86,118,0,0,88,118,0,0,90,118,0,0,92,118,0,0,96,118,0,0,96,118,0,0,98,118,0,0,100,118,0,0,100,118,0,0,102,118,0,0,104,118,0,0,104,118,0,0,106,118,0,0,108,118,0,0,114,118,0,0,116,118,0,0,116,118,0,0,116,118,0,0,124,118,0,0,124,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,138,118,0,0,140,118,0,0,140,118,0,0,140,118,0,0,142,118,0,0,146,118,0,0,150,118,0,0,160,118,0,0,162,118,0,0,162,118,0,0,168,118,0,0,168,118,0,0,168,118,0,0,170,118,0,0,170,118,0,0,170,118,0,0,172,118,0,0,182,118,0,0,192,118,0,0,194,118,0,0,194,118,0,0,194,118,0,0,194,118,0,0,198,118,0,0,198,118,0,0,200,118,0,0,204,118,0,0,206,118,0,0,210,118,0,0,212,118,0,0,212,118,0,0,212,118,0,0,214,118,0,0,220,118,0,0,220,118,0,0,220,118,0,0,220,118,0,0,220,118,0,0,228,118,0,0,230,118,0,0,230,118,0,0,234,118,0,0,234,118,0,0,236,118,0,0,236,118,0,0,236,118,0,0,236,118,0,0,244,118,0,0,244,118,0,0,244,118,0,0,244,118,0,0,244,118,0,0,248,118,0,0,250,118,0,0,250,118,0,0,250,118,0,0,254,118,0,0,254,118,0,0,254,118,0,0,254,118,0,0,0,119,0,0,6,119,0,0,8,119,0,0,8,119,0,0,8,119,0,0,10,119,0,0,10,119,0,0,10,119,0,0,10,119,0,0,10,119,0,0,12,119,0,0,14,119,0,0,14,119,0,0,14,119,0,0,14,119,0,0,14,119,0,0,16,119,0,0,16,119,0,0,20,119,0,0,20,119,0,0,22,119,0,0,22,119,0,0,22,119,0,0,26,119,0,0,26,119,0,0,28,119,0,0,30,119,0,0,30,119,0,0,32,119,0,0,32,119,0,0,32,119,0,0,32,119,0,0,32,119,0,0,32,119,0,0,32,119,0,0,34,119,0,0,34,119,0,0,34,119,0,0,40,119,0,0,42,119,0,0,46,119,0,0,50,119,0,0,56,119,0,0,56,119,0,0,58,119,0,0,58,119,0,0,62,119,0,0,64,119,0,0,64,119,0,0,64,119,0,0,64,119,0,0,66,119,0,0,66,119,0,0,68,119,0,0,68,119,0,0,70,119,0,0,72,119,0,0,84,119,0,0,84,119,0,0,84,119,0,0,90,119,0,0,94,119,0,0,94,119,0,0,96,119,0,0,104,119,0,0,106,119,0,0,108,119,0,0,108,119,0,0,110,119,0,0,116,119,0,0,116,119,0,0,118,119,0,0,118,119,0,0,120,119,0,0,120,119,0,0,120,119,0,0,124,119,0,0,128,119,0,0,128,119,0,0,140,119,0,0,140,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,148,119,0,0,150,119,0,0,154,119,0,0,154,119,0,0,156,119,0,0,158,119,0,0,158,119,0,0,158,119,0,0,158,119,0,0,158,119,0,0,158,119,0,0,160,119,0,0,162,119,0,0,162,119,0,0,162,119,0,0,162,119,0,0,162,119,0,0,162,119,0,0,168,119,0,0,172,119,0,0,174,119,0,0,174,119,0,0,174,119,0,0,176,119,0,0,176,119,0,0,176,119,0,0,178,119,0,0,182,119,0,0,182,119,0,0,182,119,0,0,186,119,0,0,186,119,0,0,190,119,0,0,196,119,0,0,198,119,0,0,206,119,0,0,214,119,0,0,214,119,0,0,214,119,0,0,214,119,0,0,214,119,0,0,214,119,0,0,214,119,0,0,214,119,0,0,216,119,0,0,216,119,0,0,216,119,0,0,216,119,0,0,216,119,0,0,216,119,0,0,216,119,0,0,218,119,0,0,222,119,0,0,224,119,0,0,228,119,0,0,230,119,0,0,232,119,0,0,232,119,0,0,232,119,0,0,236,119,0,0,236,119,0,0,236,119,0,0,238,119,0,0,240,119,0,0,242,119,0,0,242,119,0,0,242,119,0,0,246,119,0,0,248,119,0,0,252,119,0,0,252,119,0,0,0,120,0,0,0,120,0,0,0,120,0,0,8,120,0,0,8,120,0,0,8,120,0,0,14,120,0,0,16,120,0,0,24,120,0,0,26,120,0,0,32,120,0,0,42,120,0,0,44,120,0,0,46,120,0,0,46,120,0,0,46,120,0,0,46,120,0,0,46,120,0,0,46,120,0,0,52,120,0,0,52,120,0,0,52,120,0,0,52,120,0,0,54,120,0,0,60,120,0,0,62,120,0,0,62,120,0,0,62,120,0,0,62,120,0,0,64,120,0,0,64,120,0,0,72,120,0,0,82,120,0,0,88,120,0,0,92,120,0,0,100,120,0,0,102,120,0,0,102,120,0,0,108,120,0,0,110,120,0,0,110,120,0,0,110,120,0,0,116,120,0,0,118,120,0,0,118,120,0,0,122,120,0,0,122,120,0,0,122,120,0,0,122,120,0,0,122,120,0,0,122,120,0,0,124,120,0,0,126,120,0,0,130,120,0,0,132,120,0,0,132,120,0,0,132,120,0,0,138,120,0,0,138,120,0,0,138,120,0,0,138,120,0,0,144,120,0,0,144,120,0,0,146,120,0,0,150,120,0,0,154,120,0,0,154,120,0,0,154,120,0,0,154,120,0,0,156,120,0,0,160,120,0,0,162,120,0,0,162,120,0,0,168,120,0,0,168,120,0,0,168,120,0,0,168,120,0,0,168,120,0,0,168,120,0,0,168,120,0,0,168,120,0,0,178,120,0,0,178,120,0,0,178,120,0,0,180,120,0,0,190,120,0,0,190,120,0,0,190,120,0,0,190,120,0,0,190,120,0,0,192,120,0,0,192,120,0,0,192,120,0,0,192,120,0,0,194,120,0,0,194,120,0,0,194,120,0,0,194,120,0,0,200,120,0,0,208,120,0,0,210,120,0,0,210,120,0,0,210,120,0,0,210,120,0,0,210,120,0,0,212,120,0,0,212,120,0,0,212,120,0,0,212,120,0,0,212,120,0,0,212,120,0,0,212,120,0,0,220,120,0,0,224,120,0,0,230,120,0,0,234,120,0,0,234,120,0,0,240,120,0,0,240,120,0,0,244,120,0,0,246,120,0,0,246,120,0,0,250,120,0,0,250,120,0,0,252,120,0,0,252,120,0,0,254,120,0,0,254,120,0,0,254,120,0,0,254,120,0,0,254,120,0,0,2,121,0,0,2,121,0,0,22,121,0,0,28,121,0,0,30,121,0,0,38,121,0,0,48,121,0,0,48,121,0,0,48,121,0,0,48,121,0,0,48,121,0,0,58,121,0,0,64,121,0,0,70,121,0,0,74,121,0,0,82,121,0,0,84,121,0,0,86,121,0,0,86,121,0,0,88,121,0,0,88,121,0,0,88,121,0,0,92,121,0,0,96,121,0,0,100,121,0,0,100,121,0,0,104,121,0,0,104,121,0,0,106,121,0,0,108,121,0,0,108,121,0,0,110,121,0,0,110,121,0,0,118,121,0,0,120,121,0,0,120,121,0,0,120,121,0,0,124,121,0,0,124,121,0,0,128,121,0,0,132,121,0,0,132,121,0,0,134,121,0,0,134,121,0,0,134,121,0,0,138,121,0,0,140,121,0,0,148,121,0,0,158,121,0,0,158,121,0,0,160,121,0,0,160,121,0,0,160,121,0,0,160,121,0,0,166,121,0,0,168,121,0,0,174,121,0,0,182,121,0,0,182,121,0,0,182,121,0,0,182,121,0,0,190,121,0,0,190,121,0,0,190,121,0,0,194,121,0,0,208,121,0,0,210,121,0,0,210,121,0,0,210,121,0,0,210,121,0,0,216,121,0,0,216,121,0,0,216,121,0,0,216,121,0,0,216,121,0,0,218,121,0,0,218,121,0,0,230,121,0,0,230,121,0,0,230,121,0,0,242,121,0,0,244,121,0,0,254,121,0,0,0,122,0,0,4,122,0,0,12,122,0,0,14,122,0,0,14,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,32,122,0,0,34,122,0,0,34,122,0,0,36,122,0,0,36,122,0,0,36,122,0,0,42,122,0,0,42,122,0,0,42,122,0,0,44,122,0,0,50,122,0,0,50,122,0,0,50,122,0,0,50,122,0,0,52,122,0,0,52,122,0,0,58,122,0,0,66,122,0,0,68,122,0,0,68,122,0,0,70,122,0,0,74,122,0,0,76,122,0,0,78,122,0,0,80,122,0,0,80,122,0,0,80,122,0,0,84,122,0,0,84,122,0,0,88,122,0,0,88,122,0,0,92,122,0,0,92,122,0,0,94,122,0,0,94,122,0,0,94,122,0,0,94,122,0,0,96,122,0,0,98,122,0,0,104,122,0,0,104,122,0,0,108,122,0,0,110,122,0,0,112,122,0,0,112,122,0,0,114,122,0,0,114,122,0,0,114,122,0,0,124,122,0,0,124,122,0,0,124,122,0,0,124,122,0,0,126,122,0,0,130,122,0,0,130,122,0,0,130,122,0,0,132,122,0,0,132,122,0,0,132,122,0,0,132,122,0,0,132,122,0,0,138,122,0,0,138,122,0,0,138,122,0,0,144,122,0,0,146,122,0,0,150,122,0,0,154,122,0,0,156,122,0,0,156,122,0,0,160,122,0,0,162,122,0,0,162,122,0,0,164,122,0,0,164,122,0,0,164,122,0,0,164,122,0,0,166,122,0,0,166,122,0,0,166,122,0,0,170,122,0,0,176,122,0,0,186,122,0,0,188,122,0,0,194,122,0,0,194,122,0,0,194,122,0,0,194,122,0,0,200,122,0,0,202,122,0,0,204,122,0,0,206,122,0,0,208,122,0,0,210,122,0,0,210,122,0,0,212,122,0,0,214,122,0,0,214,122,0,0,214,122,0,0,214,122,0,0,218,122,0,0,222,122,0,0,224,122,0,0,224,122,0,0,228,122,0,0,228,122,0,0,228,122,0,0,228,122,0,0,230,122,0,0,242,122,0,0,246,122,0,0,248,122,0,0,248,122,0,0,248,122,0,0,254,122,0,0,254,122,0,0,0,123,0,0,0,123,0,0,0,123,0,0,0,123,0,0,6,123,0,0,8,123,0,0,8,123,0,0,10,123,0,0,12,123,0,0,12,123,0,0,12,123,0,0,12,123,0,0,16,123,0,0,20,123,0,0,24,123,0,0,28,123,0,0,28,123,0,0,30,123,0,0,30,123,0,0,30,123,0,0,34,123,0,0,36,123,0,0,36,123,0,0,36,123,0,0,36,123,0,0,38,123,0,0,44,123,0,0,46,123,0,0,46,123,0,0,46,123,0,0,46,123,0,0,46,123,0,0,50,123,0,0,50,123,0,0,50,123,0,0,50,123,0,0,54,123,0,0,54,123,0,0,54,123,0,0,54,123,0,0,54,123,0,0,54,123,0,0,54,123,0,0,58,123,0,0,70,123,0,0,70,123,0,0,74,123,0,0,76,123,0,0,78,123,0,0,78,123,0,0,78,123,0,0,84,123,0,0,86,123,0,0,86,123,0,0,86,123,0,0,86,123,0,0,92,123,0,0,98,123,0,0,108,123,0,0,108,123,0,0,108,123,0,0,112,123,0,0,116,123,0,0,116,123,0,0,116,123,0,0,124,123,0,0,126,123,0,0,126,123,0,0,128,123,0,0,140,123,0,0,140,123,0,0,140,123,0,0,140,123,0,0,140,123,0,0,144,123,0,0,146,123,0,0,148,123,0,0,148,123,0,0,148,123,0,0,148,123,0,0,150,123,0,0,152,123,0,0,152,123,0,0,152,123,0,0,156,123,0,0,156,123,0,0,156,123,0,0,160,123,0,0,164,123,0,0,166,123,0,0,170,123,0,0,174,123,0,0,188,123,0,0,190,123,0,0,190,123,0,0,190,123,0,0,206,123,0,0,206,123,0,0,206,123,0,0,206,123,0,0,208,123,0,0,210,123,0,0,210,123,0,0,212,123,0,0,214,123,0,0,218,123,0,0,224,123,0,0,224,123,0,0,226,123,0,0,226,123,0,0,228,123,0,0,232,123,0,0,232,123,0,0,232,123,0,0,238,123,0,0,240,123,0,0,240,123,0,0,240,123,0,0,240,123,0,0,240,123,0,0,244,123,0,0,244,123,0,0,244,123,0,0,248,123,0,0,248,123,0,0,248,123,0,0,250,123,0,0,0,124,0,0,0,124,0,0,6,124,0,0,6,124,0,0,6,124,0,0,6,124,0,0,6,124,0,0,6,124,0,0,6,124,0,0,6,124,0,0,8,124,0,0,12,124,0,0,14,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,22,124,0,0,26,124,0,0,28,124,0,0,28,124,0,0,30,124,0,0,32,124,0,0,32,124,0,0,34,124,0,0,38,124,0,0,38,124,0,0,44,124,0,0,50,124,0,0,50,124,0,0,50,124,0,0,50,124,0,0,54,124,0,0,56,124,0,0,56,124,0,0,64,124,0,0,66,124,0,0,66,124,0,0,68,124,0,0,68,124,0,0,68,124,0,0,68,124,0,0,68,124,0,0,68,124,0,0,70,124,0,0,70,124,0,0,74,124,0,0,74,124,0,0,74,124,0,0,76,124,0,0,82,124,0,0,82,124,0,0,82,124,0,0,84,124,0,0,86,124,0,0,86,124,0,0,86,124,0,0,86,124,0,0,88,124,0,0,88,124,0,0,88,124,0,0,92,124,0,0,96,124,0,0,96,124,0,0,96,124,0,0,100,124,0,0,102,124,0,0,102,124,0,0,104,124,0,0,106,124,0,0,108,124,0,0,108,124,0,0,108,124,0,0,108,124,0,0,108,124,0,0,108,124,0,0,114,124,0,0,114,124,0,0,116,124,0,0,118,124,0,0,126,124,0,0,126,124,0,0,126,124,0,0,126,124,0,0,126,124,0,0,126,124,0,0,126,124,0,0,130,124,0,0,130,124,0,0,130,124,0,0,130,124,0,0,130,124,0,0,130,124,0,0,130,124,0,0,134,124,0,0,134,124,0,0,134,124,0,0,134,124,0,0,134,124,0,0,136,124,0,0,136,124,0,0,136,124,0,0,136,124,0,0,136,124,0,0,136,124,0,0,140,124,0,0,140,124,0,0,140,124,0,0,144,124,0,0,144,124,0,0,148,124,0,0,154,124,0,0,154,124,0,0,154,124,0,0,154,124,0,0,158,124,0,0,162,124,0,0,168,124,0,0,170,124,0,0,174,124,0,0,176,124,0,0,178,124,0,0,180,124,0,0,180,124,0,0,180,124,0,0,180,124,0,0,182,124,0,0,184,124,0,0,188,124,0,0,190,124,0,0,190,124,0,0,192,124,0,0,194,124,0,0,204,124,0,0,206,124,0,0,208,124,0,0,210,124,0,0,210,124,0,0,212,124,0,0,212,124,0,0,216,124,0,0,216,124,0,0,220,124,0,0,220,124,0,0,220,124,0,0,220,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,234,124,0,0,234,124,0,0,238,124,0,0,238,124,0,0,242,124,0,0,246,124,0,0,252,124,0,0,254,124,0,0,6,125,0,0,8,125,0,0,8,125,0,0,8,125,0,0,8,125,0,0,14,125,0,0,24,125,0,0,24,125,0,0,24,125,0,0,24,125,0,0,24,125,0,0,24,125,0,0,26,125,0,0,26,125,0,0,30,125,0,0,30,125,0,0,30,125,0,0,30,125,0,0,30,125,0,0,36,125,0,0,36,125,0,0,36,125,0,0,36,125,0,0,42,125,0,0,46,125,0,0,46,125,0,0,46,125,0,0,50,125,0,0,52,125,0,0,52,125,0,0,52,125,0,0,52,125,0,0,58,125,0,0,58,125,0,0,58,125,0,0,58,125,0,0,60,125,0,0,60,125,0,0,64,125,0,0,66,125,0,0,66,125,0,0,66,125,0,0,70,125,0,0,72,125,0,0,72,125,0,0,72,125,0,0,74,125,0,0,74,125,0,0,80,125,0,0,80,125,0,0,92,125,0,0,94,125,0,0,94,125,0,0,100,125,0,0,100,125,0,0,106,125,0,0,106,125,0,0,106,125,0,0,106,125,0,0,114,125,0,0,118,125,0,0,122,125,0,0,122,125,0,0,122,125,0,0,122,125,0,0,128,125,0,0,136,125,0,0,140,125,0,0,146,125,0,0,146,125,0,0,146,125,0,0,146,125,0,0,146,125,0,0,150,125,0,0,150,125,0,0,150,125,0,0,150,125,0,0,152,125,0,0,160,125,0,0,164,125,0,0,166,125,0,0,172,125,0,0,172,125,0,0,176,125,0,0,176,125,0,0,176,125,0,0,176,125,0,0,178,125,0,0,180,125,0,0,184,125,0,0,184,125,0,0,184,125,0,0,186,125,0,0,192,125,0,0,196,125,0,0,200,125,0,0,206,125,0,0,206,125,0,0,206,125,0,0,206,125,0,0,206,125,0,0,206,125,0,0,214,125,0,0,214,125,0,0,214,125,0,0,214,125,0,0,214,125,0,0,216,125,0,0,216,125,0,0,216,125,0,0,222,125,0,0,222,125,0,0,228,125,0,0,228,125,0,0,228,125,0,0,228,125,0,0,230,125,0,0,230,125,0,0,232,125,0,0,232,125,0,0,232,125,0,0,232,125,0,0,234,125,0,0,234,125,0,0,236,125,0,0,248,125,0,0,250,125,0,0,252,125,0,0,0,126,0,0,0,126,0,0,2,126,0,0,2,126,0,0,2,126,0,0,6,126,0,0,12,126,0,0,12,126,0,0,14,126,0,0,14,126,0,0,14,126,0,0,16,126,0,0,16,126,0,0,18,126,0,0,22,126,0,0,24,126,0,0,24,126,0,0,32,126,0,0,34,126,0,0,36,126,0,0,36,126,0,0,36,126,0,0,36,126,0,0,36,126,0,0,36,126,0,0,38,126,0,0,38,126,0,0,40,126,0,0,40,126,0,0,40,126,0,0,40,126,0,0,40,126,0,0,40,126,0,0,40,126,0,0,40,126,0,0,40,126,0,0,44,126,0,0,46,126,0,0,48,126,0,0,50,126,0,0,54,126,0,0,54,126,0,0,54,126,0,0,54,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,58,126,0,0,66,126,0,0,66,126,0,0,68,126,0,0,70,126,0,0,70,126,0,0,70,126,0,0,76,126,0,0,76,126,0,0,78,126,0,0,78,126,0,0,78,126,0,0,78,126,0,0,78,126,0,0,78,126,0,0,78,126,0,0,82,126,0,0,82,126,0,0,82,126,0,0,82,126,0,0,82,126,0,0,82,126,0,0,82,126,0,0,84,126,0,0,84,126,0,0,84,126,0,0,84,126,0,0,84,126,0,0,84,126,0,0,84,126,0,0,90,126,0,0,96,126,0,0,98,126,0,0,98,126,0,0,98,126,0,0,100,126,0,0,106,126,0,0,108,126,0,0,112,126,0,0,112,126,0,0,112,126,0,0,112,126,0,0,112,126,0,0,114,126,0,0,114,126,0,0,116,126,0,0,130,126,0,0,132,126,0,0,134,126,0,0,136,126,0,0,136,126,0,0,136,126,0,0,136,126,0,0,144,126,0,0,144,126,0,0,146,126,0,0,146,126,0,0,150,126,0,0,152,126,0,0,170,126,0,0,174,126,0,0,174,126,0,0,186,126,0,0,186,126,0,0,188,126,0,0,192,126,0,0,192,126,0,0,192,126,0,0,192,126,0,0,194,126,0,0,200,126,0,0,200,126,0,0,202,126,0,0,202,126,0,0,206,126,0,0,208,126,0,0,214,126,0,0,214,126,0,0,214,126,0,0,220,126,0,0,224,126,0,0,224,126,0,0,224,126,0,0,228,126,0,0,230,126,0,0,232,126,0,0,234,126,0,0,242,126,0,0,242,126,0,0,246,126,0,0,254,126,0,0,2,127,0,0,4,127,0,0,4,127,0,0,6,127,0,0,6,127,0,0,10,127,0,0,10,127,0,0,10,127,0,0,12,127,0,0,14,127,0,0,16,127,0,0,20,127,0,0,20,127,0,0,30,127,0,0,36,127,0,0,38,127,0,0,44,127,0,0,44,127,0,0,44,127,0,0,46,127,0,0,48,127,0,0,48,127,0,0,48,127,0,0,50,127,0,0,50,127,0,0,54,127,0,0,54,127,0,0,54,127,0,0,54,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,72,127,0,0,76,127,0,0,76,127,0,0,78,127,0,0,80,127,0,0,86,127,0,0,86,127,0,0,86,127,0,0,92,127,0,0,92,127,0,0,92,127,0,0,92,127,0,0,92,127,0,0,94,127,0,0,96,127,0,0,100,127,0,0,100,127,0,0,108,127,0,0,112,127,0,0,112,127,0,0,114,127,0,0,116,127,0,0,120,127,0,0,120,127,0,0,120,127,0,0,122,127,0,0,122,127,0,0,122,127,0,0,122,127,0,0,126,127,0,0,132,127,0,0,138,127,0,0,144,127,0,0,144,127,0,0,148,127,0,0,148,127,0,0,150,127,0,0,150,127,0,0,150,127,0,0,152,127,0,0,152,127,0,0,158,127,0,0,158,127,0,0,158,127,0,0,160,127,0,0,160,127,0,0,160,127,0,0,160,127,0,0,160,127,0,0,162,127,0,0,164,127,0,0,166,127,0,0,170,127,0,0,170,127,0,0,172,127,0,0,172,127,0,0,172,127,0,0,174,127,0,0,174,127,0,0,176,127,0,0,180,127,0,0,180,127,0,0,184,127,0,0,186,127,0,0,186,127,0,0,188,127,0,0,188,127,0,0,188,127,0,0,198,127,0,0,198,127,0,0,198,127,0,0,198,127,0,0,200,127,0,0,202,127,0,0,202,127,0,0,202,127,0,0,202,127,0,0,204,127,0,0,204,127,0,0,206,127,0,0,206,127,0,0,206,127,0,0,210,127,0,0,210,127,0,0,216,127,0,0,216,127,0,0,220,127,0,0,220,127,0,0,220,127,0,0,222,127,0,0,226,127,0,0,230,127,0,0,230,127,0,0,232,127,0,0,234,127,0,0,236,127,0,0,238,127,0,0,244,127,0,0,246,127,0,0,252,127,0,0,252,127,0,0,254,127,0,0,254,127,0,0,254,127,0,0,2,128,0,0,12,128,0,0,12,128,0,0,18,128,0,0,18,128,0,0,18,128,0,0,24,128,0,0,26,128,0,0,26,128,0,0,26,128,0,0,32,128,0,0,32,128,0,0,36,128,0,0,42,128,0,0,44,128,0,0,44,128,0,0,46,128,0,0,46,128,0,0,48,128,0,0,48,128,0,0,48,128,0,0,50,128,0,0,54,128,0,0,54,128,0,0,56,128,0,0,58,128,0,0,62,128,0,0,64,128,0,0,66,128,0,0,66,128,0,0,70,128,0,0,70,128,0,0,70,128,0,0,70,128,0,0,74,128,0,0,74,128,0,0,74,128,0,0,74,128,0,0,74,128,0,0,80,128,0,0,84,128,0,0,84,128,0,0,90,128,0,0,90,128,0,0,100,128,0,0,100,128,0,0,100,128,0,0,102,128,0,0,102,128,0,0,102,128,0,0,102,128,0,0,102,128,0,0,104,128,0,0,110,128,0,0,110,128,0,0,112,128,0,0,116,128,0,0,116,128,0,0,116,128,0,0,120,128,0,0,126,128,0,0,126,128,0,0,128,128,0,0,128,128,0,0,138,128,0,0,138,128,0,0,140,128,0,0,140,128,0,0,140,128,0,0,144,128,0,0,146,128,0,0,148,128,0,0,150,128,0,0,154,128,0,0,154,128,0,0,156,128,0,0,156,128,0,0,156,128,0,0,156,128,0,0,156,128,0,0,158,128,0,0,158,128,0,0,158,128,0,0,160,128,0,0,160,128,0,0,162,128,0,0,162,128,0,0,162,128,0,0,162,128,0,0,162,128,0,0,162,128,0,0,164,128,0,0,166,128,0,0,166,128,0,0,172,128,0,0,174,128,0,0,174,128,0,0,174,128,0,0,174,128,0,0,174,128,0,0,174,128,0,0,174,128,0,0,174,128,0,0,176,128,0,0,178,128,0,0,186,128,0,0,186,128,0,0,190,128,0,0,192,128,0,0,200,128,0,0,200,128,0,0,200,128,0,0,200,128,0,0,200,128,0,0,202,128,0,0,204,128,0,0,208,128,0,0,208,128,0,0,210,128,0,0,210,128,0,0,210,128,0,0,214,128,0,0,216,128,0,0,216,128,0,0,218,128,0,0,218,128,0,0,218,128,0,0,220,128,0,0,220,128,0,0,222,128,0,0,222,128,0,0,222,128,0,0,222,128,0,0,228,128,0,0,234,128,0,0,234,128,0,0,234,128,0,0,240,128,0,0,240,128,0,0,240,128,0,0,242,128,0,0,242,128,0,0,242,128,0,0,244,128,0,0,252,128,0,0,0,129,0,0,0,129,0,0,0,129,0,0,4,129,0,0,4,129,0,0,10,129,0,0,12,129,0,0,12,129,0,0,14,129,0,0,18,129,0,0,18,129,0,0,18,129,0,0,18,129,0,0,24,129,0,0,24,129,0,0,26,129,0,0,30,129,0,0,36,129,0,0,36,129,0,0,36,129,0,0,40,129,0,0,40,129,0,0,42,129,0,0,48,129,0,0,48,129,0,0,48,129,0,0,54,129,0,0,56,129,0,0,60,129,0,0,60,129,0,0,60,129,0,0,62,129,0,0,62,129,0,0,62,129,0,0,62,129,0,0,68,129,0,0,70,129,0,0,78,129,0,0,78,129,0,0,82,129,0,0,84,129,0,0,84,129,0,0,84,129,0,0,88,129,0,0,88,129,0,0,88,129,0,0,88,129,0,0,88,129,0,0,88,129,0,0,90,129,0,0,92,129,0,0,94,129,0,0,96,129,0,0,96,129,0,0,98,129,0,0,98,129,0,0,102,129,0,0,110,129,0,0,112,129,0,0,116,129,0,0,122,129,0,0,122,129,0,0,124,129,0,0,126,129,0,0,128,129,0,0,128,129,0,0,134,129,0,0,142,129,0,0,148,129,0,0,148,129,0,0,148,129,0,0,148,129,0,0,148,129,0,0,148,129,0,0,154,129,0,0,154,129,0,0,154,129,0,0,158,129,0,0,158,129,0,0,158,129,0,0,160,129,0,0,160,129,0,0,160,129,0,0,160,129,0,0,162,129,0,0,162,129,0,0,168,129,0,0,168,129,0,0,174,129,0,0,174,129,0,0,180,129,0,0,182,129,0,0,182,129,0,0,192,129,0,0,196,129,0,0,198,129,0,0,202,129,0,0,202,129,0,0,204,129,0,0,204,129,0,0,210,129,0,0,210,129,0,0,218,129,0,0,218,129,0,0,222,129,0,0,222,129,0,0,222,129,0,0,226,129,0,0,226,129,0,0,226,129,0,0,228,129,0,0,228,129,0,0,232,129,0,0,238,129,0,0,238,129,0,0,238,129,0,0,238,129,0,0,238,129,0,0,240,129,0,0,240,129,0,0,240,129,0,0,240,129,0,0,242,129,0,0,244,129,0,0,246,129,0,0,246,129,0,0,246,129,0,0,246,129,0,0,248,129,0,0,248,129,0,0,248,129,0,0,248,129,0,0,248,129,0,0,248,129,0,0,250,129,0,0,250,129,0,0,252,129,0,0,252,129,0,0,254,129,0,0,0,130,0,0,6,130,0,0,14,130,0,0,14,130,0,0,20,130,0,0,22,130,0,0,22,130,0,0,22,130,0,0,24,130,0,0,30,130,0,0,30,130,0,0,34,130,0,0,34,130,0,0,34,130,0,0,38,130,0,0,38,130,0,0,38,130,0,0,38,130,0,0,40,130,0,0,48,130,0,0,48,130,0,0,48,130,0,0,50,130,0,0,50,130,0,0,50,130,0,0,50,130,0,0,58,130,0,0,60,130,0,0,64,130,0,0,64,130,0,0,66,130,0,0,66,130,0,0,68,130,0,0,68,130,0,0,72,130,0,0,74,130,0,0,76,130,0,0,80,130,0,0,80,130,0,0,86,130,0,0,88,130,0,0,90,130,0,0,96,130,0,0,110,130,0,0,114,130,0,0,120,130,0,0,120,130,0,0,120,130,0,0,120,130,0,0,134,130,0,0,134,130,0,0,134,130,0,0,134,130,0,0,134,130,0,0,134,130,0,0,136,130,0,0,138,130,0,0,144,130,0,0,148,130,0,0,148,130,0,0,148,130,0,0,154,130,0,0,156,130,0,0,156,130,0,0,156,130,0,0,160,130,0,0,166,130,0,0,166,130,0,0,166,130,0,0,166,130,0,0,172,130,0,0,174,130,0,0,174,130,0,0,174,130,0,0,174,130,0,0,174,130,0,0,174,130,0,0,174,130,0,0,176,130,0,0,182,130,0,0,182,130,0,0,182,130,0,0,184,130,0,0,192,130,0,0,192,130,0,0,194,130,0,0,194,130,0,0,194,130,0,0,194,130,0,0,194,130,0,0,194,130,0,0,194,130,0,0,198,130,0,0,202,130,0,0,202,130,0,0,208,130,0,0,208,130,0,0,210,130,0,0,210,130,0,0,210,130,0,0,214,130,0,0,214,130,0,0,222,130,0,0,228,130,0,0,234,130,0,0,238,130,0,0,238,130,0,0,240,130,0,0,246,130,0,0,248,130,0,0,248,130,0,0,252,130,0,0,254,130,0,0,254,130,0,0,0,131,0,0,0,131,0,0,4,131,0,0,4,131,0,0,4,131,0,0,6,131,0,0,6,131,0,0,6,131,0,0,6,131,0,0,16,131,0,0,16,131,0,0,22,131,0,0,28,131,0,0,30,131,0,0,36,131,0,0,38,131,0,0,38,131,0,0,42,131,0,0,42,131,0,0,44,131,0,0,44,131,0,0,46,131,0,0,50,131,0,0,54,131,0,0,54,131,0,0,56,131,0,0,56,131,0,0,56,131,0,0,56,131,0,0,56,131,0,0,58,131,0,0,58,131,0,0,58,131,0,0,60,131,0,0,60,131,0,0,60,131,0,0,62,131,0,0,62,131,0,0,62,131,0,0,62,131,0,0,62,131,0,0,62,131,0,0,62,131,0,0,62,131,0,0,62,131,0,0,62,131,0,0,62,131,0,0,62,131,0,0,64,131,0,0,66,131,0,0,68,131,0,0,68,131,0,0,72,131,0,0,72,131,0,0,74,131,0,0,76,131,0,0,80,131,0,0,80,131,0,0,84,131,0,0,84,131,0,0,86,131,0,0,86,131,0,0,86,131,0,0,88,131,0,0,88,131,0,0,88,131,0,0,88,131,0,0,90,131,0,0,90,131,0,0,92,131,0,0,92,131,0,0,92,131,0,0,92,131,0,0,94,131,0,0,94,131,0,0,96,131,0,0,100,131,0,0,100,131,0,0,100,131,0,0,100,131,0,0,100,131,0,0,106,131,0,0,108,131,0,0,110,131,0,0,110,131,0,0,114,131,0,0,124,131,0,0,126,131,0,0,128,131,0,0,130,131,0,0,130,131,0,0,132,131,0,0,138,131,0,0,138,131,0,0,140,131,0,0,148,131,0,0,148,131,0,0,150,131,0,0,154,131,0,0,156,131,0,0,162,131,0,0,166,131,0,0,168,131,0,0,186,131,0,0,190,131,0,0,190,131,0,0,192,131,0,0,194,131,0,0,202,131,0,0,202,131,0,0,202,131,0,0,202,131,0,0,206,131,0,0,208,131,0,0,212,131,0,0,218,131,0,0,222,131,0,0,228,131,0,0,228,131,0,0,228,131,0,0,234,131,0,0,234,131,0,0,250,131,0,0,250,131,0,0,252,131,0,0,252,131,0,0,252,131,0,0,254,131,0,0,4,132,0,0,12,132,0,0,12,132,0,0,14,132,0,0,16,132,0,0,16,132,0,0,20,132,0,0,20,132,0,0,20,132,0,0,24,132,0,0,24,132,0,0,24,132,0,0,24,132,0,0,24,132,0,0,26,132,0,0,32,132,0,0,32,132,0,0,32,132,0,0,32,132,0,0,34,132,0,0,38,132,0,0,40,132,0,0,42,132,0,0,42,132,0,0,46,132,0,0,46,132,0,0,52,132,0,0,54,132,0,0,54,132,0,0,66,132,0,0,68,132,0,0,68,132,0,0,76,132,0,0,76,132,0,0,80,132,0,0,82,132,0,0,88,132,0,0,92,132,0,0,94,132,0,0,96,132,0,0,96,132,0,0,100,132,0,0,100,132,0,0,106,132,0,0,106,132,0,0,106,132,0,0,108,132,0,0,114,132,0,0,114,132,0,0,114,132,0,0,114,132,0,0,122,132,0,0,124,132,0,0,128,132,0,0,132,132,0,0,136,132,0,0,138,132,0,0,140,132,0,0,140,132,0,0,142,132,0,0,150,132,0,0,152,132,0,0,152,132,0,0,154,132,0,0,156,132,0,0,158,132,0,0,158,132,0,0,160,132,0,0,164,132,0,0,166,132,0,0,166,132,0,0,172,132,0,0,172,132,0,0,172,132,0,0,172,132,0,0,176,132,0,0,176,132,0,0,176,132,0,0,180,132,0,0,180,132,0,0,180,132,0,0,182,132,0,0,182,132,0,0,186,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,204,132,0,0,206,132,0,0,206,132,0,0,218,132,0,0,218,132,0,0,222,132,0,0,224,132,0,0,228,132,0,0,228,132,0,0,230,132,0,0,234,132,0,0,242,132,0,0,244,132,0,0,246,132,0,0,252,132,0,0,254,132,0,0,254,132,0,0,2,133,0,0,4,133,0,0,4,133,0,0,6,133,0,0,6,133,0,0,8,133,0,0,8,133,0,0,16,133,0,0,22,133,0,0,30,133,0,0,30,133,0,0,34,133,0,0,34,133,0,0,34,133,0,0,34,133,0,0,36,133,0,0,36,133,0,0,40,133,0,0,40,133,0,0,42,133,0,0,42,133,0,0,46,133,0,0,46,133,0,0,50,133,0,0,52,133,0,0,54,133,0,0,54,133,0,0,56,133,0,0,56,133,0,0,60,133,0,0,62,133,0,0,72,133,0,0,74,133,0,0,74,133,0,0,74,133,0,0,74,133,0,0,74,133,0,0,80,133,0,0,80,133,0,0,84,133,0,0,88,133,0,0,90,133,0,0,94,133,0,0,94,133,0,0,102,133,0,0,102,133,0,0,106,133,0,0,114,133,0,0,120,133,0,0,120,133,0,0,120,133,0,0,124,133,0,0,124,133,0,0,126,133,0,0,128,133,0,0,134,133,0,0,134,133,0,0,136,133,0,0,136,133,0,0,144,133,0,0,144,133,0,0,144,133,0,0,144,133,0,0,146,133,0,0,146,133,0,0,146,133,0,0,146,133,0,0,150,133,0,0,150,133,0,0,152,133,0,0,152,133,0,0,152,133,0,0,154,133,0,0,162,133,0,0,162,133,0,0,162,133,0,0,162,133,0,0,170,133,0,0,170,133,0,0,172,133,0,0,172,133,0,0,176,133,0,0,178,133,0,0,178,133,0,0,180,133,0,0,182,133,0,0,182,133,0,0,184,133,0,0,186,133,0,0,186,133,0,0,188,133,0,0,190,133,0,0,192,133,0,0,198,133,0,0,204,133,0,0,204,133,0,0,204,133,0,0,204,133,0,0,206,133,0,0,218,133,0,0,218,133,0,0,218,133,0,0,220,133,0,0,220,133,0,0,220,133,0,0,220,133,0,0,230,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,238,133,0,0,238,133,0,0,244,133,0,0,246,133,0,0,248,133,0,0,254,133,0,0,0,134,0,0,8,134,0,0,8,134,0,0,8,134,0,0,8,134,0,0,14,134,0,0,24,134,0,0,28,134,0,0,28,134,0,0,32,134,0,0,32,134,0,0,32,134,0,0,34,134,0,0,34,134,0,0,36,134,0,0,36,134,0,0,42,134,0,0,42,134,0,0,50,134,0,0,52,134,0,0,56,134,0,0,56,134,0,0,56,134,0,0,56,134,0,0,56,134,0,0,56,134,0,0,56,134,0,0,56,134,0,0,56,134,0,0,58,134,0,0,62,134,0,0,62,134,0,0,62,134,0,0,62,134,0,0,64,134,0,0,66,134,0,0,68,134,0,0,68,134,0,0,70,134,0,0,70,134,0,0,70,134,0,0,70,134,0,0,70,134,0,0,70,134,0,0,72,134,0,0,76,134,0,0,76,134,0,0,78,134,0,0,86,134,0,0,86,134,0,0,86,134,0,0,88,134,0,0,96,134,0,0,102,134,0,0,102,134,0,0,110,134,0,0,112,134,0,0,114,134,0,0,120,134,0,0,124,134,0,0,124,134,0,0,124,134,0,0,126,134,0,0,132,134,0,0,134,134,0,0,134,134,0,0,136,134,0,0,138,134,0,0,142,134,0,0,144,134,0,0,148,134,0,0,148,134,0,0,150,134,0,0,150,134,0,0,150,134,0,0,150,134,0,0,150,134,0,0,152,134,0,0,156,134,0,0,156,134,0,0,156,134,0,0,160,134,0,0,160,134,0,0,160,134,0,0,160,134,0,0,170,134,0,0,172,134,0,0,172,134,0,0,172,134,0,0,172,134,0,0,172,134,0,0,174,134,0,0,176,134,0,0,176,134,0,0,180,134,0,0,184,134,0,0,188,134,0,0,188,134,0,0,188,134,0,0,188,134,0,0,194,134,0,0,196,134,0,0,202,134,0,0,204,134,0,0,212,134,0,0,212,134,0,0,212,134,0,0,212,134,0,0,212,134,0,0,212,134,0,0,214,134,0,0,220,134,0,0,224,134,0,0,224,134,0,0,224,134,0,0,224,134,0,0,224,134,0,0,224,134,0,0,226,134,0,0,226,134,0,0,228,134,0,0,230,134,0,0,230,134,0,0,232,134,0,0,232,134,0,0,234,134,0,0,236,134,0,0,236,134,0,0,236,134,0,0,236,134,0,0,238,134,0,0,240,134,0,0,240,134,0,0,248,134,0,0,248,134,0,0,248,134,0,0,250,134,0,0,250,134,0,0,250,134,0,0,250,134,0,0,250,134,0,0,250,134,0,0,254,134,0,0,254,134,0,0,0,135,0,0,4,135,0,0,4,135,0,0,6,135,0,0,6,135,0,0,6,135,0,0,6,135,0,0,8,135,0,0,8,135,0,0,12,135,0,0,12,135,0,0,16,135,0,0,16,135,0,0,18,135,0,0,20,135,0,0,22,135,0,0,28,135,0,0,28,135,0,0,32,135,0,0,32,135,0,0,32,135,0,0,34,135,0,0,34,135,0,0,36,135,0,0,38,135,0,0,40,135,0,0,42,135,0,0,42,135,0,0,42,135,0,0,46,135,0,0,46,135,0,0,46,135,0,0,48,135,0,0,48,135,0,0,48,135,0,0,52,135,0,0,58,135,0,0,62,135,0,0,62,135,0,0,64,135,0,0,68,135,0,0,72,135,0,0,72,135,0,0,72,135,0,0,72,135,0,0,74,135,0,0,74,135,0,0,74,135,0,0,74,135,0,0,74,135,0,0,74,135,0,0,80,135,0,0,84,135,0,0,84,135,0,0,84,135,0,0,86,135,0,0,90,135,0,0,96,135,0,0,96,135,0,0,96,135,0,0,96,135,0,0,96,135,0,0,102,135,0,0,102,135,0,0,104,135,0,0,104,135,0,0,110,135,0,0,126,135,0,0,126,135,0,0,126,135,0,0,126,135,0,0,126,135,0,0,130,135,0,0,130,135,0,0,130,135,0,0,130,135,0,0,136,135,0,0,136,135,0,0,146,135,0,0,148,135,0,0,148,135,0,0,148,135,0,0,150,135,0,0,152,135,0,0,152,135,0,0,168,135,0,0,170,135,0,0,170,135,0,0,170,135,0,0,174,135,0,0,174,135,0,0,174,135,0,0,176,135,0,0,180,135,0,0,180,135,0,0,180,135,0,0,184,135,0,0,190,135,0,0,194,135,0,0,196,135,0,0,198,135,0,0,200,135,0,0,214,135,0,0,214,135,0,0,216,135,0,0,216,135,0,0,220,135,0,0,226,135,0,0,230,135,0,0,236,135,0,0,236,135,0,0,242,135,0,0,244,135,0,0,250,135,0,0,254,135,0,0,0,136,0,0,2,136,0,0,2,136,0,0,16,136,0,0,16,136,0,0,20,136,0,0,20,136,0,0,22,136,0,0,22,136,0,0,26,136,0,0,26,136,0,0,28,136,0,0,34,136,0,0,34,136,0,0,40,136,0,0,46,136,0,0,46,136,0,0,52,136,0,0,54,136,0,0,54,136,0,0,54,136,0,0,54,136,0,0,54,136,0,0,58,136,0,0,62,136,0,0,62,136,0,0,62,136,0,0,64,136,0,0,76,136,0,0,82,136,0,0,86,136,0,0,86,136,0,0,86,136,0,0,86,136,0,0,86,136,0,0,86,136,0,0,94,136,0,0,94,136,0,0,96,136,0,0,96,136,0,0,98,136,0,0,100,136,0,0,104,136,0,0,104,136,0,0,108,136,0,0,110,136,0,0,114,136,0,0,114,136,0,0,114,136,0,0,114,136,0,0,114,136,0,0,116,136,0,0,120,136,0,0,120,136,0,0,120,136,0,0,128,136,0,0,142,136,0,0,144,136,0,0,148,136,0,0,150,136,0,0,158,136,0,0,158,136,0,0,158,136,0,0,162,136,0,0,168,136,0,0,168,136,0,0,168,136,0,0,172,136,0,0,172,136,0,0,172,136,0,0,174,136,0,0,176,136,0,0,182,136,0,0,182,136,0,0,188,136,0,0,190,136,0,0,190,136,0,0,190,136,0,0,192,136,0,0,194,136,0,0,194,136,0,0,200,136,0,0,204,136,0,0,210,136,0,0,210,136,0,0,210,136,0,0,214,136,0,0,214,136,0,0,214,136,0,0,220,136,0,0,222,136,0,0,222,136,0,0,226,136,0,0,226,136,0,0,226,136,0,0,230,136,0,0,230,136,0,0,230,136,0,0,232,136,0,0,232,136,0,0,232,136,0,0,232,136,0,0,238,136,0,0,238,136,0,0,238,136,0,0,242,136,0,0,242,136,0,0,246,136,0,0,0,137,0,0,4,137,0,0,6,137,0,0,6,137,0,0,10,137,0,0,10,137,0,0,14,137,0,0,14,137,0,0,14,137,0,0,14,137,0,0,14,137,0,0,14,137,0,0,14,137,0,0,14,137,0,0,16,137,0,0,16,137,0,0,18,137,0,0,18,137,0,0,18,137,0,0,20,137,0,0,20,137,0,0,24,137,0,0,28,137,0,0,36,137,0,0,36,137,0,0,36,137,0,0,40,137,0,0,42,137,0,0,42,137,0,0,42,137,0,0,44,137,0,0,44,137,0,0,44,137,0,0,44,137,0,0,44,137,0,0,48,137,0,0,48,137,0,0,54,137,0,0,54,137,0,0,56,137,0,0,58,137,0,0,66,137,0,0,74,137,0,0,74,137,0,0,74,137,0,0,74,137,0,0,74,137,0,0,74,137,0,0,74,137,0,0,74,137,0,0,76,137,0,0,78,137,0,0,78,137,0,0,78,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,94,137,0,0,96,137,0,0,96,137,0,0,100,137,0,0,100,137,0,0,102,137,0,0,102,137,0,0,102,137,0,0,102,137,0,0,102,137,0,0,108,137,0,0,112,137,0,0,120,137,0,0,120,137,0,0,120,137,0,0,122,137,0,0,122,137,0,0,124,137,0,0,126,137,0,0,126,137,0,0,132,137,0,0,136,137,0,0,136,137,0,0,144,137,0,0,146,137,0,0,148,137,0,0,148,137,0,0,148,137,0,0,150,137,0,0,150,137,0,0,152,137,0,0,154,137,0,0,160,137,0,0,160,137,0,0,162,137,0,0,162,137,0,0,162,137,0,0,162,137,0,0,166,137,0,0,166,137,0,0,168,137,0,0,174,137,0,0,178,137,0,0,186,137,0,0,186,137,0,0,186,137,0,0,188,137,0,0,196,137,0,0,198,137,0,0,198,137,0,0,200,137,0,0,204,137,0,0,204,137,0,0,206,137,0,0,206,137,0,0,208,137,0,0,210,137,0,0,210,137,0,0,210,137,0,0,210,137,0,0,210,137,0,0,210,137,0,0,212,137,0,0,214,137,0,0,214,137,0,0,218,137,0,0,218,137,0,0,218,137,0,0,218,137,0,0,224,137,0,0,226,137,0,0,228,137,0,0,228,137,0,0,228,137,0,0,228,137,0,0,228,137,0,0,228,137,0,0,228,137,0,0,228,137,0,0,230,137,0,0,232,137,0,0,236,137,0,0,236,137,0,0,236,137,0,0,236,137,0,0,238,137,0,0,238,137,0,0,238,137,0,0,242,137,0,0,244,137,0,0,246,137,0,0,246,137,0,0,254,137,0,0,0,138,0,0,2,138,0,0,6,138,0,0,6,138,0,0,18,138,0,0,28,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,34,138,0,0,34,138,0,0,36,138,0,0,36,138,0,0,44,138,0,0,46,138,0,0,48,138,0,0,48,138,0,0,48,138,0,0,52,138,0,0,60,138,0,0,60,138,0,0,70,138,0,0,72,138,0,0,72,138,0,0,72,138,0,0,82,138,0,0,82,138,0,0,84,138,0,0,84,138,0,0,88,138,0,0,96,138,0,0,98,138,0,0,98,138,0,0,98,138,0,0,98,138,0,0,98,138,0,0,102,138,0,0,110,138,0,0,112,138,0,0,116,138,0,0,118,138,0,0,118,138,0,0,122,138,0,0,122,138,0,0,126,138,0,0,126,138,0,0,130,138,0,0,132,138,0,0,132,138,0,0,136,138,0,0,140,138,0,0,140,138,0,0,140,138,0,0,144,138,0,0,144,138,0,0,144,138,0,0,144,138,0,0,144,138,0,0,144,138,0,0,148,138,0,0,152,138,0,0,152,138,0,0,154,138,0,0,154,138,0,0,154,138,0,0,154,138,0,0,162,138,0,0,164,138,0,0,166,138,0,0,168,138,0,0,174,138,0,0,176,138,0,0,180,138,0,0,180,138,0,0,182,138,0,0,186,138,0,0,186,138,0,0,190,138,0,0,190,138,0,0,190,138,0,0,190,138,0,0,190,138,0,0,190,138,0,0,192,138,0,0,192,138,0,0,194,138,0,0,196,138,0,0,202,138,0,0,206,138,0,0,206,138,0,0,206,138,0,0,206,138,0,0,206,138,0,0,208,138,0,0,210,138,0,0,210,138,0,0,210,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,224,138,0,0,228,138,0,0,232,138,0,0,234,138,0,0,234,138,0,0,238,138,0,0,240,138,0,0,240,138,0,0,240,138,0,0,240,138,0,0,240,138,0,0,240,138,0,0,240,138,0,0,242,138,0,0,242,138,0,0,242,138,0,0,242,138,0,0,242,138,0,0,244,138,0,0,246,138,0,0,248,138,0,0,252,138,0,0,252,138,0,0,252,138,0,0,254,138,0,0,0,139,0,0,0,139,0,0,2,139,0,0,4,139,0,0,10,139,0,0,10,139,0,0,14,139,0,0,14,139,0,0,14,139,0,0,16,139,0,0,20,139,0,0,32,139,0,0,32,139,0,0,38,139,0,0,38,139,0,0,38,139,0,0,38,139,0,0,38,139,0,0,42,139,0,0,56,139,0,0,56,139,0,0,58,139,0,0,64,139,0,0,66,139,0,0,72,139,0,0,76,139,0,0,76,139,0,0,76,139,0,0,78,139,0,0,78,139,0,0,78,139,0,0,78,139,0,0,84,139,0,0,84,139,0,0,84,139,0,0,86,139,0,0,90,139,0,0,90,139,0,0,98,139,0,0,98,139,0,0,102,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,104,139,0,0,108,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,112,139,0,0,118,139,0,0,118,139,0,0,128,139,0,0,128,139,0,0,130,139,0,0,138,139,0,0,144,139,0,0,146,139,0,0,150,139,0,0,152,139,0,0,152,139,0,0,152,139,0,0,152,139,0,0,154,139,0,0,154,139,0,0,156,139,0,0,156,139,0,0,156,139,0,0,156,139,0,0,160,139,0,0,162,139,0,0,162,139,0,0,166,139,0,0,170,139,0,0,172,139,0,0,172,139,0,0,176,139,0,0,178,139,0,0,178,139,0,0,178,139,0,0,180,139,0,0,180,139,0,0,180,139,0,0,186,139,0,0,188,139,0,0,188,139,0,0,198,139,0,0,198,139,0,0,200,139,0,0,200,139,0,0,204,139,0,0,208,139,0,0,208,139,0,0,210,139,0,0,210,139,0,0,212,139,0,0,212,139,0,0,218,139,0,0,218,139,0,0,220,139,0,0,224,139,0,0,224,139,0,0,230,139,0,0,230,139,0,0,234,139,0,0,234,139,0,0,234,139,0,0,234,139,0,0,240,139,0,0,240,139,0,0,244,139,0,0,244,139,0,0,246,139,0,0,246,139,0,0,248,139,0,0,250,139,0,0,250,139,0,0,250,139,0,0,250,139,0,0,250,139,0,0,250,139,0,0,250,139,0,0,252,139,0,0,254,139,0,0,2,140,0,0,4,140,0,0,4,140,0,0,6,140,0,0,10,140,0,0,10,140,0,0,16,140,0,0,16,140,0,0,16,140,0,0,16,140,0,0,22,140,0,0,22,140,0,0,22,140,0,0,22,140,0,0,22,140,0,0,22,140,0,0,22,140,0,0,26,140,0,0,30,140,0,0,36,140,0,0,38,140,0,0,42,140,0,0,42,140,0,0,44,140,0,0,44,140,0,0,52,140,0,0,58,140,0,0,58,140,0,0,58,140,0,0,62,140,0,0,68,140,0,0,72,140,0,0,74,140,0,0,74,140,0,0,78,140,0,0,82,140,0,0,84,140,0,0,84,140,0,0,84,140,0,0,88,140,0,0,88,140,0,0,90,140,0,0,90,140,0,0,90,140,0,0,90,140,0,0,90,140,0,0,92,140,0,0,102,140,0,0,102,140,0,0,102,140,0,0,104,140,0,0,108,140,0,0,110,140,0,0,110,140,0,0,110,140,0,0,112,140,0,0,112,140,0,0,112,140,0,0,116,140,0,0,116,140,0,0,118,140,0,0,124,140,0,0,124,140,0,0,124,140,0,0,126,140,0,0,130,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,140,140,0,0,148,140,0,0,148,140,0,0,148,140,0,0,148,140,0,0,150,140,0,0,152,140,0,0,156,140,0,0,156,140,0,0,156,140,0,0,162,140,0,0,164,140,0,0,164,140,0,0,164,140,0,0,168,140,0,0,168,140,0,0,168,140,0,0,168,140,0,0,170,140,0,0,174,140,0,0,176,140,0,0,176,140,0,0,176,140,0,0,176,140,0,0,180,140,0,0,182,140,0,0,182,140,0,0,182,140,0,0,182,140,0,0,182,140,0,0,184,140,0,0,184,140,0,0,194,140,0,0,194,140,0,0,194,140,0,0,194,140,0,0,194,140,0,0,194,140,0,0,194,140,0,0,196,140,0,0,198,140,0,0,206,140,0,0,208,140,0,0,208,140,0,0,208,140,0,0,208,140,0,0,214,140,0,0,224,140,0,0,226,140,0,0,228,140,0,0,228,140,0,0,228,140,0,0,228,140,0,0,228,140,0,0,230,140,0,0,230,140,0,0,230,140,0,0,232,140,0,0,238,140,0,0,240,140,0,0,244,140,0,0,246,140,0,0,246,140,0,0,248,140,0,0,248,140,0,0,254,140,0,0,254,140,0,0,6,141,0,0,8,141,0,0,10,141,0,0,10,141,0,0,10,141,0,0,10,141,0,0,10,141,0,0,16,141,0,0,20,141,0,0,22,141,0,0,26,141,0,0,30,141,0,0,32,141,0,0,38,141,0,0,40,141,0,0,40,141,0,0,42,141,0,0,42,141,0,0,42,141,0,0,42,141,0,0,42,141,0,0,44,141,0,0,44,141,0,0,44,141,0,0,44,141,0,0,50,141,0,0,54,141,0,0,54,141,0,0,56,141,0,0,56,141,0,0,64,141,0,0,66,141,0,0,70,141,0,0,76,141,0,0,76,141,0,0,76,141,0,0,76,141,0,0,76,141,0,0,76,141,0,0,78,141,0,0,78,141,0,0,78,141,0,0,80,141,0,0,82,141,0,0,84,141,0,0,84,141,0,0,84,141,0,0,84,141,0,0,84,141,0,0,84,141,0,0,84,141,0,0,86,141,0,0,86,141,0,0,88,141,0,0,88,141,0,0,92,141,0,0,92,141,0,0,92,141,0,0,92,141,0,0,92,141,0,0,92,141,0,0,92,141,0,0,92,141,0,0,98,141,0,0,102,141,0,0,104,141,0,0,104,141,0,0,104,141,0,0,104,141,0,0,104,141,0,0,108,141,0,0,110,141,0,0,112,141,0,0,112,141,0,0,118,141,0,0,118,141,0,0,120,141,0,0,120,141,0,0,120,141,0,0,120,141,0,0,120,141,0,0,120,141,0,0,120,141,0,0,120,141,0,0,128,141,0,0,128,141,0,0,128,141,0,0,128,141,0,0,130,141,0,0,130,141,0,0,130,141,0,0,130,141,0,0,132,141,0,0,136,141,0,0,138,141,0,0,142,141,0,0,146,141,0,0,152,141,0,0,158,141,0,0,164,141,0,0,164,141,0,0,164,141,0,0,164,141,0,0,166,141,0,0,166,141,0,0,168,141,0,0,174,141,0,0,174,141,0,0,174,141,0,0,176,141,0,0,180,141,0,0,180,141,0,0,182,141,0,0,184,141,0,0,184,141,0,0,190,141,0,0,192,141,0,0,200,141,0,0,200,141,0,0,202,141,0,0,208,141,0,0,208,141,0,0,210,141,0,0,210,141,0,0,214,141,0,0,214,141,0,0,214,141,0,0,218,141,0,0,218,141,0,0,218,141,0,0,218,141,0,0,220,141,0,0,222,141,0,0,226,141,0,0,230,141,0,0,232,141,0,0,232,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,242,141,0,0,242,141,0,0,242,141,0,0,244,141,0,0,244,141,0,0,248,141,0,0,248,141,0,0,248,141,0,0,248,141,0,0,248,141,0,0,254,141,0,0,2,142,0,0,2,142,0,0,4,142,0,0,4,142,0,0,4,142,0,0,4,142,0,0,4,142,0,0,6,142,0,0,8,142,0,0,8,142,0,0,8,142,0,0,8,142,0,0,8,142,0,0,10,142,0,0,10,142,0,0,10,142,0,0,10,142,0,0,10,142,0,0,12,142,0,0,16,142,0,0,18,142,0,0,18,142,0,0,18,142,0,0,20,142,0,0,24,142,0,0,24,142,0,0,28,142,0,0,28,142,0,0,32,142,0,0,38,142,0,0,38,142,0,0,38,142,0,0,40,142,0,0,40,142,0,0,40,142,0,0,42,142,0,0,44,142,0,0,44,142,0,0,44,142,0,0,46,142,0,0,48,142,0,0,48,142,0,0,48,142,0,0,48,142,0,0,48,142,0,0,54,142,0,0,64,142,0,0,64,142,0,0,64,142,0,0,64,142,0,0,64,142,0,0,64,142,0,0,66,142,0,0,70,142,0,0,72,142,0,0,74,142,0,0,74,142,0,0,74,142,0,0,74,142,0,0,82,142,0,0,84,142,0,0,86,142,0,0,90,142,0,0,90,142,0,0,92,142,0,0,92,142,0,0,92,142,0,0,92,142,0,0,94,142,0,0,94,142,0,0,94,142,0,0,96,142,0,0,100,142,0,0,102,142,0,0,104,142,0,0,104,142,0,0,110,142,0,0,112,142,0,0,114,142,0,0,114,142,0,0,114,142,0,0,114,142,0,0,118,142,0,0,130,142,0,0,140,142,0,0,146,142,0,0,150,142,0,0,154,142,0,0,154,142,0,0,154,142,0,0,154,142,0,0,154,142,0,0,154,142,0,0,154,142,0,0,158,142,0,0,158,142,0,0,158,142,0,0,160,142,0,0,162,142,0,0,164,142,0,0,166,142,0,0,166,142,0,0,166,142,0,0,170,142,0,0,176,142,0,0,176,142,0,0,176,142,0,0,176,142,0,0,176,142,0,0,176,142,0,0,178,142,0,0,178,142,0,0,178,142,0,0,178,142,0,0,178,142,0,0,178,142,0,0,178,142,0,0,180,142,0,0,184,142,0,0,186,142,0,0,186,142,0,0,186,142,0,0,188,142,0,0,194,142,0,0,194,142,0,0,200,142,0,0,202,142,0,0,206,142,0,0,208,142,0,0,216,142,0,0,218,142,0,0,218,142,0,0,224,142,0,0,224,142,0,0,224,142,0,0,232,142,0,0,234,142,0,0,234,142,0,0,236,142,0,0,242,142,0,0,242,142,0,0,246,142,0,0,246,142,0,0,250,142,0,0,4,143,0,0,4,143,0,0,4,143,0,0,4,143,0,0,12,143,0,0,12,143,0,0,12,143,0,0,12,143,0,0,12,143,0,0,12,143,0,0,12,143,0,0,14,143,0,0,14,143,0,0,14,143,0,0,18,143,0,0,22,143,0,0,22,143,0,0,22,143,0,0,22,143,0,0,30,143,0,0,32,143,0,0,34,143,0,0,34,143,0,0,36,143,0,0,40,143,0,0,44,143,0,0,44,143,0,0,50,143,0,0,50,143,0,0,54,143,0,0,54,143,0,0,54,143,0,0,56,143,0,0,56,143,0,0,58,143,0,0,58,143,0,0,58,143,0,0,62,143,0,0,64,143,0,0,66,143,0,0,70,143,0,0,70,143,0,0,72,143,0,0,72,143,0,0,74,143,0,0,74,143,0,0,76,143,0,0,76,143,0,0,76,143,0,0,78,143,0,0,78,143,0,0,82,143,0,0,82,143,0,0,82,143,0,0,86,143,0,0,86,143,0,0,86,143,0,0,88,143,0,0,94,143,0,0,102,143,0,0,102,143,0,0,104,143,0,0,108,143,0,0,110,143,0,0,120,143,0,0,124,143,0,0,124,143,0,0,124,143,0,0,126,143,0,0,126,143,0,0,134,143,0,0,134,143,0,0,134,143,0,0,136,143,0,0,136,143,0,0,136,143,0,0,140,143,0,0,144,143,0,0,146,143,0,0,146,143,0,0,158,143,0,0,158,143,0,0,162,143,0,0,164,143,0,0,164,143,0,0,164,143,0,0,170,143,0,0,180,143,0,0,180,143,0,0,182,143,0,0,182,143,0,0,188,143,0,0,194,143,0,0,200,143,0,0,200,143,0,0,206,143,0,0,206,143,0,0,206,143,0,0,216,143,0,0,216,143,0,0,220,143,0,0,222,143,0,0,222,143,0,0,224,143,0,0,226,143,0,0,226,143,0,0,228,143,0,0,228,143,0,0,232,143,0,0,234,143,0,0,236,143,0,0,236,143,0,0,236,143,0,0,236,143,0,0,236,143,0,0,236,143,0,0,240,143,0,0,240,143,0,0,242,143,0,0,244,143,0,0,248,143,0,0,248,143,0,0,248,143,0,0,248,143,0,0,252,143,0,0,252,143,0,0,252,143,0,0,252,143,0,0,0,144,0,0,0,144,0,0,14,144,0,0,14,144,0,0,16,144,0,0,16,144,0,0,16,144,0,0,18,144,0,0,20,144,0,0,20,144,0,0,28,144,0,0,30,144,0,0,30,144,0,0,30,144,0,0,34,144,0,0,34,144,0,0,40,144,0,0,44,144,0,0,44,144,0,0,46,144,0,0,46,144,0,0,52,144,0,0,54,144,0,0,54,144,0,0,54,144,0,0,58,144,0,0,58,144,0,0,58,144,0,0,58,144,0,0,60,144,0,0,68,144,0,0,70,144,0,0,70,144,0,0,70,144,0,0,76,144,0,0,76,144,0,0,78,144,0,0,78,144,0,0,80,144,0,0,80,144,0,0,82,144,0,0,82,144,0,0,82,144,0,0,82,144,0,0,84,144,0,0,84,144,0,0,84,144,0,0,84,144,0,0,90,144,0,0,90,144,0,0,92,144,0,0,92,144,0,0,96,144,0,0,98,144,0,0,100,144,0,0,106,144,0,0,106,144,0,0,108,144,0,0,112,144,0,0,112,144,0,0,116,144,0,0,116,144,0,0,116,144,0,0,118,144,0,0,126,144,0,0,126,144,0,0,126,144,0,0,130,144,0,0,132,144,0,0,142,144,0,0,142,144,0,0,142,144,0,0,142,144,0,0,146,144,0,0,146,144,0,0,146,144,0,0,146,144,0,0,152,144,0,0,152,144,0,0,156,144,0,0,166,144,0,0,174,144,0,0,174,144,0,0,174,144,0,0,174,144,0,0,174,144,0,0,178,144,0,0,178,144,0,0,178,144,0,0,180,144,0,0,180,144,0,0,182,144,0,0,182,144,0,0,182,144,0,0,182,144,0,0,184,144,0,0,184,144,0,0,184,144,0,0,184,144,0,0,184,144,0,0,190,144,0,0,194,144,0,0,204,144,0,0,208,144,0,0,210,144,0,0,212,144,0,0,212,144,0,0,216,144,0,0,216,144,0,0,216,144,0,0,222,144,0,0,234,144,0,0,236,144,0,0,236,144,0,0,236,144,0,0,236,144,0,0,236,144,0,0,236,144,0,0,238,144,0,0,238,144,0,0,240,144,0,0,240,144,0,0,240,144,0,0,244,144,0,0,244,144,0,0,244,144,0,0,244,144,0,0,244,144,0,0,244,144,0,0,246,144,0,0,246,144,0,0,248,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,8,145,0,0,12,145,0,0,12,145,0,0,12,145,0,0,14,145,0,0,20,145,0,0,28,145,0,0,34,145,0,0,34,145,0,0,34,145,0,0,40,145,0,0,48,145,0,0,48,145,0,0,50,145,0,0,54,145,0,0,62,145,0,0,64,145,0,0,66,145,0,0,66,145,0,0,68,145,0,0,68,145,0,0,68,145,0,0,68,145,0,0,68,145,0,0,70,145,0,0,80,145,0,0,80,145,0,0,80,145,0,0,80,145,0,0,80,145,0,0,90,145,0,0,92,145,0,0,92,145,0,0,92,145,0,0,94,145,0,0,94,145,0,0,98,145,0,0,98,145,0,0,104,145,0,0,104,145,0,0,106,145,0,0,112,145,0,0,112,145,0,0,112,145,0,0,112,145,0,0,114,145,0,0,114,145,0,0,116,145,0,0,124,145,0,0,124,145,0,0,124,145,0,0,126,145,0,0,126,145,0,0,128,145,0,0,128,145,0,0,130,145,0,0,140,145,0,0,140,145,0,0,148,145,0,0,160,145,0,0,162,145,0,0,164,145,0,0,164,145,0,0,170,145,0,0,174,145,0,0,176,145,0,0,176,145,0,0,176,145,0,0,178,145,0,0,182,145,0,0,186,145,0,0,192,145,0,0,194,145,0,0,194,145,0,0,196,145,0,0,196,145,0,0,196,145,0,0,198,145,0,0,200,145,0,0,200,145,0,0,200,145,0,0,202,145,0,0,202,145,0,0,202,145,0,0,206,145,0,0,206,145,0,0,206,145,0,0,206,145,0,0,206,145,0,0,206,145,0,0,208,145,0,0,212,145,0,0,212,145,0,0,212,145,0,0,214,145,0,0,216,145,0,0,216,145,0,0,216,145,0,0,220,145,0,0,220,145,0,0,222,145,0,0,222,145,0,0,224,145,0,0,228,145,0,0,234,145,0,0,240,145,0,0,242,145,0,0,242,145,0,0,246,145,0,0,246,145,0,0,246,145,0,0,246,145,0,0,246,145,0,0,246,145,0,0,248,145,0,0,248,145,0,0,250,145,0,0,250,145,0,0,250,145,0,0,250,145,0,0,250,145,0,0,250,145,0,0,0,146,0,0,0,146,0,0,0,146,0,0,8,146,0,0,14,146,0,0,16,146,0,0,20,146,0,0,20,146,0,0,22,146,0,0,22,146,0,0,22,146,0,0,28,146,0,0,30,146,0,0,30,146,0,0,34,146,0,0,38,146,0,0,42,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,58,146,0,0,66,146,0,0,78,146,0,0,78,146,0,0,78,146,0,0,80,146,0,0,80,146,0,0,90,146,0,0,92,146,0,0,96,146,0,0,100,146,0,0,100,146,0,0,108,146,0,0,112,146,0,0,118,146,0,0,118,146,0,0,118,146,0,0,120,146,0,0,120,146,0,0,122,146,0,0,126,146,0,0,132,146,0,0,138,146,0,0,138,146,0,0,140,146,0,0,142,146,0,0,142,146,0,0,142,146,0,0,142,146,0,0,148,146,0,0,148,146,0,0,148,146,0,0,150,146,0,0,150,146,0,0,150,146,0,0,152,146,0,0,152,146,0,0,158,146,0,0,160,146,0,0,160,146,0,0,166,146,0,0,166,146,0,0,166,146,0,0,168,146,0,0,178,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,184,146,0,0,190,146,0,0,192,146,0,0,192,146,0,0,192,146,0,0,194,146,0,0,194,146,0,0,194,146,0,0,196,146,0,0,196,146,0,0,204,146,0,0,212,146,0,0,214,146,0,0,220,146,0,0,220,146,0,0,220,146,0,0,220,146,0,0,220,146,0,0,220,146,0,0,220,146,0,0,220,146,0,0,222,146,0,0,222,146,0,0,226,146,0,0,232,146,0,0,232,146,0,0,234,146,0,0,236,146,0,0,238,146,0,0,246,146,0,0,252,146,0,0,4,147,0,0,6,147,0,0,10,147,0,0,10,147,0,0,10,147,0,0,10,147,0,0,10,147,0,0,10,147,0,0,10,147,0,0,14,147,0,0,14,147,0,0,14,147,0,0,18,147,0,0,26,147,0,0,26,147,0,0,26,147,0,0,28,147,0,0,28,147,0,0,36,147,0,0,44,147,0,0,44,147,0,0,58,147,0,0,60,147,0,0,60,147,0,0,60,147,0,0,62,147,0,0,66,147,0,0,66,147,0,0,72,147,0,0,74,147,0,0,74,147,0,0,76,147,0,0,78,147,0,0,82,147,0,0,84,147,0,0,86,147,0,0,86,147,0,0,86,147,0,0,90,147,0,0,94,147,0,0,96,147,0,0,98,147,0,0,100,147,0,0,108,147,0,0,112,147,0,0,112,147,0,0,112,147,0,0,114,147,0,0,114,147,0,0,114,147,0,0,114,147,0,0,114,147,0,0,114,147,0,0,114,147,0,0,114,147,0,0,118,147,0,0,118,147,0,0,124,147,0,0,124,147,0,0,124,147,0,0,124,147,0,0,130,147,0,0,130,147,0,0,130,147,0,0,130,147,0,0,130,147,0,0,132,147,0,0,132,147,0,0,132,147,0,0,146,147,0,0,146,147,0,0,148,147,0,0,148,147,0,0,152,147,0,0,152,147,0,0,152,147,0,0,158,147,0,0,158,147,0,0,158,147,0,0,158,147,0,0,158,147,0,0,158,147,0,0,160,147,0,0,160,147,0,0,160,147,0,0,160,147,0,0,164,147,0,0,166,147,0,0,172,147,0,0,172,147,0,0,176,147,0,0,176,147,0,0,182,147,0,0,182,147,0,0,186,147,0,0,188,147,0,0,190,147,0,0,190,147,0,0,194,147,0,0,198,147,0,0,198,147,0,0,204,147,0,0,204,147,0,0,204,147,0,0,204,147,0,0,208,147,0,0,210,147,0,0,210,147,0,0,216,147,0,0,218,147,0,0,220,147,0,0,220,147,0,0,232,147,0,0,232,147,0,0,236,147,0,0,238,147,0,0,238,147,0,0,238,147,0,0,238,147,0,0,238,147,0,0,240,147,0,0,240,147,0,0,240,147,0,0,240,147,0,0,242,147,0,0,246,147,0,0,246,147,0,0,250,147,0,0,254,147,0,0,254,147,0,0,0,148,0,0,6,148,0,0,10,148,0,0,14,148,0,0,14,148,0,0,14,148,0,0,14,148,0,0,14,148,0,0,20,148,0,0,20,148,0,0,30,148,0,0,30,148,0,0,32,148,0,0,32,148,0,0,32,148,0,0,40,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,46,148,0,0,50,148,0,0,56,148,0,0,56,148,0,0,64,148,0,0,66,148,0,0,68,148,0,0,68,148,0,0,70,148,0,0,70,148,0,0,70,148,0,0,76,148,0,0,76,148,0,0,76,148,0,0,80,148,0,0,82,148,0,0,88,148,0,0,88,148,0,0,92,148,0,0,92,148,0,0,92,148,0,0,92,148,0,0,98,148,0,0,106,148,0,0,106,148,0,0,108,148,0,0,110,148,0,0,118,148,0,0,120,148,0,0,122,148,0,0,126,148,0,0,126,148,0,0,126,148,0,0,126,148,0,0,126,148,0,0,126,148,0,0,128,148,0,0,132,148,0,0,134,148,0,0,138,148,0,0,138,148,0,0,138,148,0,0,138,148,0,0,138,148,0,0,138,148,0,0,142,148,0,0,142,148,0,0,144,148,0,0,146,148,0,0,150,148,0,0,150,148,0,0,154,148,0,0,154,148,0,0,158,148,0,0,158,148,0,0,160,148,0,0,166,148,0,0,168,148,0,0,168,148,0,0,168,148,0,0,168,148,0,0,168,148,0,0,168,148,0,0,170,148,0,0,170,148,0,0,172,148,0,0,172,148,0,0,182,148,0,0,184,148,0,0,190,148,0,0,190,148,0,0,190,148,0,0,190,148,0,0,192,148,0,0,200,148,0,0,200,148,0,0,204,148,0,0,204,148,0,0,204,148,0,0,206,148,0,0,212,148,0,0,212,148,0,0,216,148,0,0,222,148,0,0,226,148,0,0,228,148,0,0,228,148,0,0,232,148,0,0,234,148,0,0,238,148,0,0,240,148,0,0,240,148,0,0,242,148,0,0,252,148,0,0,252,148,0,0,254,148,0,0,254,148,0,0,4,149,0,0,6,149,0,0,6,149,0,0,10,149,0,0,10,149,0,0,12,149,0,0,12,149,0,0,12,149,0,0,12,149,0,0,16,149,0,0,18,149,0,0,20,149,0,0,20,149,0,0,28,149,0,0,32,149,0,0,32,149,0,0,32,149,0,0,34,149,0,0,34,149,0,0,38,149,0,0,38,149,0,0,38,149,0,0,38,149,0,0,38,149,0,0,38,149,0,0,40,149,0,0,40,149,0,0,42,149,0,0,42,149,0,0,48,149,0,0,48,149,0,0,48,149,0,0,54,149,0,0,54,149,0,0,56,149,0,0,58,149,0,0,66,149,0,0,70,149,0,0,72,149,0,0,78,149,0,0,78,149,0,0,82,149,0,0,82,149,0,0,84,149,0,0,84,149,0,0,86,149,0,0,92,149,0,0,98,149,0,0,100,149,0,0,100,149,0,0,100,149,0,0,104,149,0,0,108,149,0,0,108,149,0,0,110,149,0,0,110,149,0,0,114,149,0,0,114,149,0,0,114,149,0,0,116,149,0,0,116,149,0,0,120,149,0,0,120,149,0,0,124,149,0,0,130,149,0,0,130,149,0,0,136,149,0,0,138,149,0,0,138,149,0,0,142,149,0,0,142,149,0,0,144,149,0,0,152,149,0,0,152,149,0,0,154,149,0,0,154,149,0,0,154,149,0,0,154,149,0,0,154,149,0,0,160,149,0,0,162,149,0,0,162,149,0,0,162,149,0,0,162,149,0,0,168,149,0,0,172,149,0,0,176,149,0,0,176,149,0,0,176,149,0,0,176,149,0,0,176,149,0,0,180,149,0,0,180,149,0,0,188,149,0,0,188,149,0,0,188,149,0,0,188,149,0,0,188,149,0,0,192,149,0,0,192,149,0,0,192,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,200,149,0,0,202,149,0,0,202,149,0,0,204,149,0,0,212,149,0,0,218,149,0,0,228,149,0,0,232,149,0,0,244,149,0,0,246,149,0,0,248,149,0,0,252,149,0,0,0,150,0,0,2,150,0,0,6,150,0,0,10,150,0,0,10,150,0,0,20,150,0,0,20,150,0,0,22,150,0,0,22,150,0,0,28,150,0,0,28,150,0,0,30,150,0,0,32,150,0,0,36,150,0,0,38,150,0,0,38,150,0,0,44,150,0,0,46,150,0,0,50,150,0,0,54,150,0,0,58,150,0,0,58,150,0,0,64,150,0,0,64,150,0,0,64,150,0,0,64,150,0,0,68,150,0,0,70,150,0,0,72,150,0,0,74,150,0,0,74,150,0,0,76,150,0,0,76,150,0,0,80,150,0,0,80,150,0,0,80,150,0,0,80,150,0,0,80,150,0,0,80,150,0,0,86,150,0,0,94,150,0,0,94,150,0,0,100,150,0,0,100,150,0,0,104,150,0,0,104,150,0,0,106,150,0,0,106,150,0,0,106,150,0,0,110,150,0,0,114,150,0,0,118,150,0,0,118,150,0,0,120,150,0,0,122,150,0,0,132,150,0,0,132,150,0,0,138,150,0,0,138,150,0,0,138,150,0,0,142,150,0,0,156,150,0,0,156,150,0,0,160,150,0,0,164,150,0,0,164,150,0,0,164,150,0,0,166,150,0,0,172,150,0,0,172,150,0,0,176,150,0,0,176,150,0,0,176,150,0,0,180,150,0,0,182,150,0,0,182,150,0,0,182,150,0,0,182,150,0,0,186,150,0,0,186,150,0,0,186,150,0,0,186,150,0,0,186,150,0,0,194,150,0,0,204,150,0,0,204,150,0,0,204,150,0,0,204,150,0,0,206,150,0,0,206,150,0,0,206,150,0,0,208,150,0,0,208,150,0,0,208,150,0,0,208,150,0,0,212,150,0,0,212,150,0,0,216,150,0,0,222,150,0,0,222,150,0,0,222,150,0,0,222,150,0,0,224,150,0,0,224,150,0,0,224,150,0,0,224,150,0,0,226,150,0,0,226,150,0,0,228,150,0,0,228,150,0,0,232,150,0,0,234,150,0,0,234,150,0,0,238,150,0,0,238,150,0,0,242,150,0,0,242,150,0,0,242,150,0,0,244,150,0,0,244,150,0,0,252,150,0,0,254,150,0,0,254,150,0,0,254,150,0,0,2,151,0,0,4,151,0,0,4,151,0,0,6,151,0,0,6,151,0,0,10,151,0,0,10,151,0,0,12,151,0,0,12,151,0,0,12,151,0,0,12,151,0,0,12,151,0,0,12,151,0,0,12,151,0,0,12,151,0,0,18,151,0,0,18,151,0,0,18,151,0,0,20,151,0,0,20,151,0,0,24,151,0,0,26,151,0,0,28,151,0,0,28,151,0,0,28,151,0,0,36,151,0,0,36,151,0,0,36,151,0,0,36,151,0,0,42,151,0,0,44,151,0,0,48,151,0,0,50,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,66,151,0,0,72,151,0,0,72,151,0,0,72,151,0,0,72,151,0,0,72,151,0,0,74,151,0,0,74,151,0,0,74,151,0,0,74,151,0,0,74,151,0,0,78,151,0,0,82,151,0,0,84,151,0,0,88,151,0,0,88,151,0,0,88,151,0,0,88,151,0,0,88,151,0,0,88,151,0,0,88,151,0,0,88,151,0,0,88,151,0,0,90,151,0,0,94,151,0,0,94,151,0,0,98,151,0,0,98,151,0,0,100,151,0,0,100,151,0,0,102,151,0,0,102,151,0,0,104,151,0,0,104,151,0,0,104,151,0,0,104,151,0,0,104,151,0,0,104,151,0,0,108,151,0,0,112,151,0,0,114,151,0,0,116,151,0,0,118,151,0,0,120,151,0,0,120,151,0,0,120,151,0,0,120,151,0,0,120,151,0,0,120,151,0,0,120,151,0,0,124,151,0,0,126,151,0,0,126,151,0,0,126,151,0,0,132,151,0,0,132,151,0,0,132,151,0,0,134,151,0,0,140,151,0,0,140,151,0,0,142,151,0,0,142,151,0,0,142,151,0,0,142,151,0,0,142,151,0,0,148,151,0,0,148,151,0,0,148,151,0,0,148,151,0,0,148,151,0,0,150,151,0,0,154,151,0,0,158,151,0,0,164,151,0,0,164,151,0,0,166,151,0,0,170,151,0,0,170,151,0,0,170,151,0,0,176,151,0,0,176,151,0,0,176,151,0,0,180,151,0,0,182,151,0,0,182,151,0,0,182,151,0,0,186,151,0,0,188,151,0,0,192,151,0,0,192,151,0,0,194,151,0,0,198,151,0,0,202,151,0,0,202,151,0,0,202,151,0,0,202,151,0,0,202,151,0,0,206,151,0,0,206,151,0,0,206,151,0,0,206,151,0,0,210,151,0,0,212,151,0,0,218,151,0,0,218,151,0,0,218,151,0,0,218,151,0,0,220,151,0,0,228,151,0,0,230,151,0,0,230,151,0,0,234,151,0,0,238,151,0,0,244,151,0,0,248,151,0,0,250,151,0,0,254,151,0,0,254,151,0,0,254,151,0,0,254,151,0,0,0,152,0,0,2,152,0,0,6,152,0,0,6,152,0,0,6,152,0,0,6,152,0,0,6,152,0,0,6,152,0,0,6,152,0,0,6,152,0,0,6,152,0,0,6,152,0,0,6,152,0,0,6,152,0,0,6,152,0,0,6,152,0,0,8,152,0,0,8,152,0,0,10,152,0,0,12,152,0,0,12,152,0,0,12,152,0,0,14,152,0,0,14,152,0,0,14,152,0,0,26,152,0,0,28,152,0,0,28,152,0,0,28,152,0,0,28,152,0,0,34,152,0,0,36,152,0,0,36,152,0,0,38,152,0,0,40,152,0,0,40,152,0,0,42,152,0,0,42,152,0,0,42,152,0,0,46,152,0,0,48,152,0,0,50,152,0,0,50,152,0,0,54,152,0,0,54,152,0,0,54,152,0,0,56,152,0,0,66,152,0,0,66,152,0,0,68,152,0,0,68,152,0,0,72,152,0,0,76,152,0,0,76,152,0,0,76,152,0,0,76,152,0,0,78,152,0,0,80,152,0,0,88,152,0,0,88,152,0,0,92,152,0,0,92,152,0,0,92,152,0,0,92,152,0,0,96,152,0,0,96,152,0,0,102,152,0,0,102,152,0,0,108,152,0,0,108,152,0,0,110,152,0,0,110,152,0,0,110,152,0,0,110,152,0,0,118,152,0,0,122,152,0,0,122,152,0,0,122,152,0,0,126,152,0,0,126,152,0,0,130,152,0,0,140,152,0,0,140,152,0,0,140,152,0,0,140,152,0,0,144,152,0,0,146,152,0,0,146,152,0,0,146,152,0,0,148,152,0,0,148,152,0,0,148,152,0,0,152,152,0,0,160,152,0,0,162,152,0,0,166,152,0,0,170,152,0,0,170,152,0,0,170,152,0,0,170,152,0,0,174,152,0,0,174,152,0,0,176,152,0,0,176,152,0,0,176,152,0,0,176,152,0,0,186,152,0,0,186,152,0,0,186,152,0,0,186,152,0,0,194,152,0,0,198,152,0,0,198,152,0,0,198,152,0,0,198,152,0,0,198,152,0,0,200,152,0,0,200,152,0,0,200,152,0,0,200,152,0,0,204,152,0,0,204,152,0,0,204,152,0,0,206,152,0,0,214,152,0,0,214,152,0,0,216,152,0,0,218,152,0,0,218,152,0,0,220,152,0,0,220,152,0,0,220,152,0,0,228,152,0,0,228,152,0,0,228,152,0,0,228,152,0,0,230,152,0,0,236,152,0,0,236,152,0,0,238,152,0,0,238,152,0,0,238,152,0,0,240,152,0,0,242,152,0,0,242,152,0,0,242,152,0,0,242,152,0,0,244,152,0,0,246,152,0,0,246,152,0,0,246,152,0,0,246,152,0,0,250,152,0,0,252,152,0,0,252,152,0,0,0,153,0,0,2,153,0,0,2,153,0,0,6,153,0,0,8,153,0,0,8,153,0,0,8,153,0,0,12,153,0,0,12,153,0,0,12,153,0,0,12,153,0,0,12,153,0,0,16,153,0,0,18,153,0,0,20,153,0,0,20,153,0,0,20,153,0,0,22,153,0,0,22,153,0,0,26,153,0,0,28,153,0,0,28,153,0,0,28,153,0,0,30,153,0,0,30,153,0,0,36,153,0,0,36,153,0,0,38,153,0,0,38,153,0,0,40,153,0,0,42,153,0,0,42,153,0,0,42,153,0,0,42,153,0,0,44,153,0,0,44,153,0,0,46,153,0,0,46,153,0,0,50,153,0,0,54,153,0,0,54,153,0,0,54,153,0,0,64,153,0,0,64,153,0,0,66,153,0,0,66,153,0,0,68,153,0,0,72,153,0,0,74,153,0,0,74,153,0,0,74,153,0,0,76,153,0,0,76,153,0,0,76,153,0,0,80,153,0,0,80,153,0,0,80,153,0,0,80,153,0,0,80,153,0,0,80,153,0,0,84,153,0,0,84,153,0,0,84,153,0,0,84,153,0,0,100,153,0,0,106,153,0,0,116,153,0,0,116,153,0,0,118,153,0,0,118,153,0,0,118,153,0,0,118,153,0,0,118,153,0,0,118,153,0,0,118,153,0,0,120,153,0,0,120,153,0,0,122,153,0,0,126,153,0,0,126,153,0,0,126,153,0,0,126,153,0,0,130,153,0,0,134,153,0,0,134,153,0,0,136,153,0,0,136,153,0,0,136,153,0,0,136,153,0,0,136,153,0,0,140,153,0,0,152,153,0,0,152,153,0,0,154,153,0,0,154,153,0,0,154,153,0,0,154,153,0,0,156,153,0,0,158,153,0,0,162,153,0,0,162,153,0,0,162,153,0,0,164,153,0,0,164,153,0,0,170,153,0,0,170,153,0,0,170,153,0,0,176,153,0,0,176,153,0,0,176,153,0,0,176,153,0,0,178,153,0,0,182,153,0,0,186,153,0,0,186,153,0,0,188,153,0,0,190,153,0,0,192,153,0,0,194,153,0,0,194,153,0,0,198,153,0,0,198,153,0,0,200,153,0,0,200,153,0,0,206,153,0,0,206,153,0,0,214,153,0,0,214,153,0,0,218,153,0,0,220,153,0,0,220,153,0,0,228,153,0,0,228,153,0,0,232,153,0,0,232,153,0,0,236,153,0,0,242,153,0,0,242,153,0,0,242,153,0,0,244,153,0,0,246,153,0,0,2,154,0,0,2,154,0,0,4,154,0,0,8,154,0,0,12,154,0,0,12,154,0,0,18,154,0,0,18,154,0,0,26,154,0,0,30,154,0,0,30,154,0,0,32,154,0,0,32,154,0,0,34,154,0,0,36,154,0,0,38,154,0,0,42,154,0,0,44,154,0,0,44,154,0,0,44,154,0,0,44,154,0,0,46,154,0,0,52,154,0,0,52,154,0,0,52,154,0,0,52,154,0,0,52,154,0,0,52,154,0,0,58,154,0,0,60,154,0,0,60,154,0,0,64,154,0,0,64,154,0,0,64,154,0,0,68,154,0,0,74,154,0,0,78,154,0,0,78,154,0,0,78,154,0,0,80,154,0,0,82,154,0,0,86,154,0,0,88,154,0,0,90,154,0,0,90,154,0,0,94,154,0,0,96,154,0,0,100,154,0,0,102,154,0,0,102,154,0,0,102,154,0,0,102,154,0,0,104,154,0,0,108,154,0,0,114,154,0,0,114,154,0,0,116,154,0,0,122,154,0,0,124,154,0,0,128,154,0,0,128,154,0,0,128,154,0,0,130,154,0,0,132,154,0,0,132,154,0,0,132,154,0,0,136,154,0,0,140,154,0,0,144,154,0,0,146,154,0,0,146,154,0,0,152,154,0,0,152,154,0,0,156,154,0,0,156,154,0,0,156,154,0,0,158,154,0,0,158,154,0,0,164,154,0,0,164,154,0,0,164,154,0,0,170,154,0,0,176,154,0,0,178,154,0,0,184,154,0,0,184,154,0,0,192,154,0,0,192,154,0,0,192,154,0,0,192,154,0,0,192,154,0,0,192,154,0,0,196,154,0,0,198,154,0,0,198,154,0,0,198,154,0,0,198,154,0,0,200,154,0,0,200,154,0,0,200,154,0,0,204,154,0,0,204,154,0,0,204,154,0,0,206,154,0,0,206,154,0,0,206,154,0,0,214,154,0,0,218,154,0,0,218,154,0,0,218,154,0,0,218,154,0,0,220,154,0,0,222,154,0,0,222,154,0,0,234,154,0,0,234,154,0,0,234,154,0,0,236,154,0,0,238,154,0,0,238,154,0,0,238,154,0,0,240,154,0,0,240,154,0,0,242,154,0,0,242,154,0,0,242,154,0,0,242,154,0,0,246,154,0,0,248,154,0,0,254,154,0,0,2,155,0,0,2,155,0,0,2,155,0,0,2,155,0,0,2,155,0,0,4,155,0,0,8,155,0,0,8,155,0,0,8,155,0,0,12,155,0,0,14,155,0,0,16,155,0,0,24,155,0,0,30,155,0,0,30,155,0,0,32,155,0,0,32,155,0,0,36,155,0,0,36,155,0,0,44,155,0,0,44,155,0,0,44,155,0,0,48,155,0,0,48,155,0,0,52,155,0,0,58,155,0,0,58,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,68,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,72,155,0,0,72,155,0,0,76,155,0,0,76,155,0,0,84,155,0,0,86,155,0,0,88,155,0,0,92,155,0,0,94,155,0,0,96,155,0,0,96,155,0,0,98,155,0,0,102,155,0,0,102,155,0,0,108,155,0,0,108,155,0,0,108,155,0,0,108,155,0,0,114,155,0,0,114,155,0,0,118,155,0,0,118,155,0,0,120,155,0,0,128,155,0,0,136,155,0,0,136,155,0,0,138,155,0,0,138,155,0,0,142,155,0,0,142,155,0,0,146,155,0,0,148,155,0,0,152,155,0,0,160,155,0,0,162,155,0,0,162,155,0,0,166,155,0,0,168,155,0,0,172,155,0,0,176,155,0,0,180,155,0,0,182,155,0,0,184,155,0,0,184,155,0,0,186,155,0,0,190,155,0,0,192,155,0,0,192,155,0,0,194,155,0,0,198,155,0,0,204,155,0,0,204,155,0,0,204,155,0,0,212,155,0,0,214,155,0,0,214,155,0,0,214,155,0,0,214,155,0,0,218,155,0,0,220,155,0,0,226,155,0,0,232,155,0,0,232,155,0,0,234,155,0,0,234,155,0,0,234,155,0,0,234,155,0,0,242,155,0,0,242,155,0,0,242,155,0,0,244,155,0,0,246,155,0,0,252,155,0,0,252,155,0,0,252,155,0,0,2,156,0,0,6,156,0,0,6,156,0,0,8,156,0,0,10,156,0,0,14,156,0,0,18,156,0,0,24,156,0,0,30,156,0,0,30,156,0,0,36,156,0,0,40,156,0,0,40,156,0,0,40,156,0,0,42,156,0,0,42,156,0,0,46,156,0,0,46,156,0,0,46,156,0,0,46,156,0,0,48,156,0,0,50,156,0,0,50,156,0,0,52,156,0,0,56,156,0,0,56,156,0,0,62,156,0,0,62,156,0,0,64,156,0,0,66,156,0,0,66,156,0,0,66,156,0,0,66,156,0,0,68,156,0,0,70,156,0,0,74,156,0,0,78,156,0,0,80,156,0,0,80,156,0,0,82,156,0,0,82,156,0,0,84,156,0,0,84,156,0,0,88,156,0,0,90,156,0,0,90,156,0,0,96,156,0,0,98,156,0,0,98,156,0,0,106,156,0,0,106,156,0,0,108,156,0,0,114,156,0,0,114,156,0,0,114,156,0,0,114,156,0,0,118,156,0,0,118,156,0,0,122,156,0,0,122,156,0,0,122,156,0,0,124,156,0,0,126,156,0,0,128,156,0,0,132,156,0,0,134,156,0,0,134,156,0,0,134,156,0,0,134,156,0,0,138,156,0,0,140,156,0,0,140,156,0,0,140,156,0,0,140,156,0,0,144,156,0,0,144,156,0,0,148,156,0,0,148,156,0,0,148,156,0,0,148,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,166,156,0,0,166,156,0,0,166,156,0,0,172,156,0,0,172,156,0,0,174,156,0,0,174,156,0,0,178,156,0,0,184,156,0,0,184,156,0,0,184,156,0,0,192,156,0,0,192,156,0,0,192,156,0,0,196,156,0,0,196,156,0,0,196,156,0,0,196,156,0,0,196,156,0,0,198,156,0,0,200,156,0,0,200,156,0,0,204,156,0,0,216,156,0,0,216,156,0,0,216,156,0,0,222,156,0,0,222,156,0,0,222,156,0,0,224,156,0,0,224,156,0,0,224,156,0,0,224,156,0,0,224,156,0,0,226,156,0,0,230,156,0,0,230,156,0,0,230,156,0,0,242,156,0,0,246,156,0,0,246,156,0,0,246,156,0,0,246,156,0,0,246,156,0,0,252,156,0,0,252,156,0,0,2,157,0,0,2,157,0,0,8,157,0,0,8,157,0,0,10,157,0,0,10,157,0,0,10,157,0,0,10,157,0,0,16,157,0,0,18,157,0,0,18,157,0,0,18,157,0,0,20,157,0,0,22,157,0,0,24,157,0,0,24,157,0,0,26,157,0,0,28,157,0,0,28,157,0,0,32,157,0,0,32,157,0,0,36,157,0,0,36,157,0,0,38,157,0,0,38,157,0,0,42,157,0,0,46,157,0,0,48,157,0,0,48,157,0,0,48,157,0,0,48,157,0,0,50,157,0,0,60,157,0,0,62,157,0,0,64,157,0,0,66,157,0,0,66,157,0,0,76,157,0,0,80,157,0,0,86,157,0,0,92,157,0,0,92,157,0,0,98,157,0,0,100,157,0,0,102,157,0,0,104,157,0,0,104,157,0,0,104,157,0,0,112,157,0,0,116,157,0,0,118,157,0,0,120,157,0,0,122,157,0,0,124,157,0,0,124,157,0,0,126,157,0,0,126,157,0,0,130,157,0,0,136,157,0,0,136,157,0,0,136,157,0,0,142,157,0,0,144,157,0,0,146,157,0,0,146,157,0,0,150,157,0,0,150,157,0,0,152,157,0,0,152,157,0,0,152,157,0,0,154,157,0,0,156,157,0,0,156,157,0,0,156,157,0,0,160,157,0,0,162,157,0,0,162,157,0,0,168,157,0,0,170,157,0,0,172,157,0,0,174,157,0,0,174,157,0,0,176,157,0,0,176,157,0,0,176,157,0,0,178,157,0,0,178,157,0,0,178,157,0,0,178,157,0,0,186,157,0,0,194,157,0,0,202,157,0,0,202,157,0,0,206,157,0,0,206,157,0,0,208,157,0,0,214,157,0,0,214,157,0,0,214,157,0,0,216,157,0,0,216,157,0,0,216,157,0,0,232,157,0,0,232,157,0,0,232,157,0,0,232,157,0,0,232,157,0,0,232,157,0,0,232,157,0,0,232,157,0,0,240,157,0,0,242,157,0,0,242,157,0,0,242,157,0,0,246,157,0,0,250,157,0,0,250,157,0,0,254,157,0,0,0,158,0,0,2,158,0,0,4,158,0,0,8,158,0,0,8,158,0,0,10,158,0,0,10,158,0,0,16,158,0,0,16,158,0,0,16,158,0,0,16,158,0,0,20,158,0,0,24,158,0,0,26,158,0,0,26,158,0,0,26,158,0,0,26,158,0,0,26,158,0,0,26,158,0,0,28,158,0,0,28,158,0,0,30,158,0,0,32,158,0,0,32,158,0,0,34,158,0,0,34,158,0,0,36,158,0,0,38,158,0,0,42,158,0,0,42,158,0,0,42,158,0,0,50,158,0,0,52,158,0,0,52,158,0,0,54,158,0,0,54,158,0,0,60,158,0,0,60,158,0,0,60,158,0,0,68,158,0,0,68,158,0,0,68,158,0,0,68,158,0,0,70,158,0,0,72,158,0,0,72,158,0,0,76,158,0,0,76,158,0,0,76,158,0,0,76,158,0,0,76,158,0,0,76,158,0,0,78,158,0,0,84,158,0,0,84,158,0,0,88,158,0,0,88,158,0,0,88,158,0,0,88,158,0,0,94,158,0,0,94,158,0,0,94,158,0,0,108,158,0,0,114,158,0,0,116,158,0,0,120,158,0,0,122,158,0,0,122,158,0,0,122,158,0,0,122,158,0,0,124,158,0,0,124,158,0,0,124,158,0,0,124,158,0,0,124,158,0,0,124,158,0,0,124,158,0,0,124,158,0,0,128,158,0,0,128,158,0,0,132,158,0,0,134,158,0,0,136,158,0,0,142,158,0,0,144,158,0,0,146,158,0,0,152,158,0,0,154,158,0,0,160,158,0,0,166,158,0,0,168,158,0,0,168,158,0,0,168,158,0,0,170,158,0,0,174,158,0,0,184,158,0,0,186,158,0,0,188,158,0,0,192,158,0,0,194,158,0,0,194,158,0,0,198,158,0,0,200,158,0,0,204,158,0,0,204,158,0,0,204,158,0,0,204,158,0,0,204,158,0,0,204,158,0,0,206,158,0,0,210,158,0,0,216,158,0,0,216,158,0,0,216,158,0,0,216,158,0,0,218,158,0,0,218,158,0,0,224,158,0,0,224,158,0,0,230,158,0,0,230,158,0,0,230,158,0,0,230,158,0,0,230,158,0,0,230,158,0,0,230,158,0,0,234,158,0,0,240,158,0,0,240,158,0,0,240,158,0,0,240,158,0,0,240,158,0,0,240,158,0,0,240,158,0,0,246,158,0,0,246,158,0,0,250,158,0,0,250,158,0,0,0,159,0,0,2,159,0,0,2,159,0,0,4,159,0,0,4,159,0,0,10,159,0,0,12,159,0,0,16,159,0,0,24,159,0,0,24,159,0,0,26,159,0,0,26,159,0,0,26,159,0,0,26,159,0,0,30,159,0,0,30,159,0,0,30,159,0,0,30,159,0,0,36,159,0,0,40,159,0,0,40,159,0,0,40,159,0,0,40,159,0,0,42,159,0,0,42,159,0,0,50,159,0,0,54,159,0,0,54,159,0,0,56,159,0,0,56,159,0,0,56,159,0,0,56,159,0,0,56,159,0,0,56,159,0,0,58,159,0,0,58,159,0,0,58,159,0,0,58,159,0,0,58,159,0,0,60,159,0,0,62,159,0,0,62,159,0,0,62,159,0,0,62,159,0,0,68,159,0,0,68,159,0,0,68,159,0,0,68,159,0,0,72,159,0,0,76,159,0,0,76,159,0,0,76,159,0,0,76,159,0,0,76,159,0,0,78,159,0,0,82,159,0,0,92,159,0,0,92,159,0,0,96,159,0,0,100,159,0,0,100,159,0,0,102,159,0,0,110,159,0,0,114,159,0,0,116,159,0,0,124,159,0,0,124,159,0,0,128,159,0,0,132,159,0,0,132,159,0,0,132,159,0,0,132,159,0,0,132,159,0,0,134,159,0,0,138,159,0,0,142,159,0,0,142,159,0,0,142,159,0,0,142,159,0,0,142,159,0,0,144,159,0,0,144,159,0,0,144,159,0,0,146,159,0,0,146,159,0,0,146,159,0,0,148,159,0,0,148,159,0,0,150,159,0,0,150,159,0,0,150,159,0,0,152,159,0,0,156,159,0,0,160,159,0,0,164,159,0,0,164,159,0,0,164,159,0,0,166,159,0,0,166,159,0,0,166,159,0,0,170,159,0,0,172,159,0,0,172,159,0,0,172,159,0,0,172,159,0,0,174,159,0,0,174,159,0,0,176,159,0,0,178,159,0,0,178,159,0,0,178,159,0,0,178,159,0,0,182,159,0,0,184,159,0,0,186,159,0,0,194,159,0,0,194,159,0,0,194,159,0,0,196,159,0,0,200,159,0,0,210,159,0,0,212,159,0,0,212,159,0,0,218,159,0,0,226,159,0,0,232,159,0,0,236,159,0,0,236,159,0,0,242,159,0,0,246,159,0,0,248,159,0,0,250,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,6,160,0,0,8,160,0,0,8,160,0,0,10,160,0,0,10,160,0,0,14,160,0,0,14,160,0,0,16,160,0,0,16,160,0,0,16,160,0,0,16,160,0,0,18,160,0,0,18,160,0,0,20,160,0,0,22,160,0,0,34,160,0,0,34,160,0,0,40,160,0,0,42,160,0,0,42,160,0,0,42,160,0,0,42,160,0,0,42,160,0,0,44,160,0,0,44,160,0,0,44,160,0,0,46,160,0,0,48,160,0,0,52,160,0,0,54,160,0,0,56,160,0,0,58,160,0,0,58,160,0,0,60,160,0,0,62,160,0,0,66,160,0,0,66,160,0,0,68,160,0,0,72,160,0,0,72,160,0,0,72,160,0,0,72,160,0,0,72,160,0,0,78,160,0,0,78,160,0,0,80,160,0,0,80,160,0,0,80,160,0,0,80,160,0,0,82,160,0,0,88,160,0,0,88,160,0,0,88,160,0,0,88,160,0,0,98,160,0,0,102,160,0,0,110,160,0,0,110,160,0,0,110,160,0,0,114,160,0,0,116,160,0,0,116,160,0,0,118,160,0,0,118,160,0,0,120,160,0,0,122,160,0,0,122,160,0,0,126,160,0,0,126,160,0,0,132,160,0,0,134,160,0,0,136,160,0,0,140,160,0,0,140,160,0,0,140,160,0,0,144,160,0,0,144,160,0,0,146,160,0,0,148,160,0,0,152,160,0,0,158,160,0,0,162,160,0,0,162,160,0,0,162,160,0,0,162,160,0,0,162,160,0,0,162,160,0,0,166,160,0,0,168,160,0,0,170,160,0,0,170,160,0,0,170,160,0,0,170,160,0,0,170,160,0,0,174,160,0,0,174,160,0,0,174,160,0,0,174,160,0,0,174,160,0,0,178,160,0,0,178,160,0,0,180,160,0,0,184,160,0,0,188,160,0,0,188,160,0,0,192,160,0,0,198,160,0,0,200,160,0,0,200,160,0,0,202,160,0,0,210,160,0,0,212,160,0,0,212,160,0,0,212,160,0,0,216,160,0,0,216,160,0,0,220,160,0,0,220,160,0,0,220,160,0,0,222,160,0,0,222,160,0,0,222,160,0,0,228,160,0,0,228,160,0,0,236,160,0,0,238,160,0,0,238,160,0,0,246,160,0,0,246,160,0,0,252,160,0,0,2,161,0,0,4,161,0,0,4,161,0,0,8,161,0,0,10,161,0,0,10,161,0,0,10,161,0,0,10,161,0,0,10,161,0,0,16,161,0,0,16,161,0,0,16,161,0,0,20,161,0,0,24,161,0,0,26,161,0,0,26,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,32,161,0,0,32,161,0,0,34,161,0,0,34,161,0,0,40,161,0,0,40,161,0,0,42,161,0,0,46,161,0,0,46,161,0,0,58,161,0,0,66,161,0,0,68,161,0,0,68,161,0,0,68,161,0,0,74,161,0,0,76,161,0,0,76,161,0,0,78,161,0,0,80,161,0,0,84,161,0,0,84,161,0,0,86,161,0,0,86,161,0,0,92,161,0,0,96,161,0,0,106,161,0,0,108,161,0,0,108,161,0,0,108,161,0,0,116,161,0,0,116,161,0,0,116,161,0,0,116,161,0,0,116,161,0,0,118,161,0,0,118,161,0,0,120,161,0,0,122,161,0,0,122,161,0,0,122,161,0,0,124,161,0,0,128,161,0,0,130,161,0,0,130,161,0,0,132,161,0,0,134,161,0,0,144,161,0,0,144,161,0,0,146,161,0,0,148,161,0,0,148,161,0,0,154,161,0,0,156,161,0,0,158,161,0,0,158,161,0,0,158,161,0,0,158,161,0,0,160,161,0,0,162,161,0,0,162,161,0,0,172,161,0,0,178,161,0,0,180,161,0,0,180,161,0,0,180,161,0,0,182,161,0,0,182,161,0,0,182,161,0,0,182,161,0,0,184,161,0,0,184,161,0,0,188,161,0,0,188,161,0,0,190,161,0,0,196,161,0,0,196,161,0,0,196,161,0,0,198,161,0,0,198,161,0,0,198,161,0,0,200,161,0,0,200,161,0,0,200,161,0,0,200,161,0,0,200,161,0,0,200,161,0,0,204,161,0,0,204,161,0,0,204,161,0,0,204,161,0,0,204,161,0,0,204,161,0,0,204,161,0,0,204,161,0,0,206,161,0,0,212,161,0,0,212,161,0,0,214,161,0,0,222,161,0,0,222,161,0,0,226,161,0,0,226,161,0,0,232,161,0,0,234,161,0,0,236,161,0,0,238,161,0,0,238,161,0,0,238,161,0,0,238,161,0,0,238,161,0,0,238,161,0,0,240,161,0,0,246,161,0,0,250,161,0,0,250,161,0,0,252,161,0,0,254,161,0,0,0,162,0,0,2,162,0,0,2,162,0,0,6,162,0,0,6,162,0,0,6,162,0,0,10,162,0,0,10,162,0,0,12,162,0,0,12,162,0,0,12,162,0,0,12,162,0,0,12,162,0,0,16,162,0,0,16,162,0,0,16,162,0,0,20,162,0,0,20,162,0,0,22,162,0,0,26,162,0,0,28,162,0,0,32,162,0,0,38,162,0,0,42,162,0,0,48,162,0,0,48,162,0,0,48,162,0,0,50,162,0,0,56,162,0,0,62,162,0,0,64,162,0,0,64,162,0,0,64,162,0,0,66,162,0,0,66,162,0,0,68,162,0,0,74,162,0,0,74,162,0,0,80,162,0,0,80,162,0,0,82,162,0,0,82,162,0,0,82,162,0,0,82,162,0,0,88,162,0,0,88,162,0,0,88,162,0,0,88,162,0,0,88,162,0,0,88,162,0,0,88,162,0,0,90,162,0,0,90,162,0,0,90,162,0,0,90,162,0,0,90,162,0,0,92,162,0,0,92,162,0,0,96,162,0,0,100,162,0,0,100,162,0,0,100,162,0,0,104,162,0,0,104,162,0,0,108,162,0,0,108,162,0,0,112,162,0,0,114,162,0,0,114,162,0,0,114,162,0,0,118,162,0,0,124,162,0,0,128,162,0,0,130,162,0,0,140,162,0,0,140,162,0,0,142,162,0,0,142,162,0,0,144,162,0,0,154,162,0,0,154,162,0,0,156,162,0,0,160,162,0,0,162,162,0,0,162,162,0,0,166,162,0,0,166,162,0,0,166,162,0,0,168,162,0,0,168,162,0,0,168,162,0,0,168,162,0,0,174,162,0,0,176,162,0,0,178,162,0,0,182,162,0,0,188,162,0,0,188,162,0,0,190,162,0,0,190,162,0,0,192,162,0,0,192,162,0,0,192,162,0,0,196,162,0,0,198,162,0,0,198,162,0,0,198,162,0,0,198,162,0,0,198,162,0,0,198,162,0,0,206,162,0,0,208,162,0,0,218,162,0,0,218,162,0,0,222,162,0,0,222,162,0,0,228,162,0,0,228,162,0,0,228,162,0,0,228,162,0,0,232,162,0,0,234,162,0,0,234,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,238,162,0,0,238,162,0,0,242,162,0,0,250,162,0,0,250,162,0,0,252,162,0,0,252,162,0,0,254,162,0,0,254,162,0,0,6,163,0,0,8,163,0,0,8,163,0,0,8,163,0,0,8,163,0,0,8,163,0,0,8,163,0,0,8,163,0,0,8,163,0,0,10,163,0,0,12,163,0,0,14,163,0,0,16,163,0,0,22,163,0,0,22,163,0,0,24,163,0,0,26,163,0,0,26,163,0,0,26,163,0,0,26,163,0,0,34,163,0,0,36,163,0,0,36,163,0,0,36,163,0,0,36,163,0,0,36,163,0,0,36,163,0,0,40,163,0,0,48,163,0,0,50,163,0,0,54,163,0,0,56,163,0,0,60,163,0,0,60,163,0,0,64,163,0,0,64,163,0,0,64,163,0,0,64,163,0,0,64,163,0,0,70,163,0,0,70,163,0,0,70,163,0,0,70,163,0,0,70,163,0,0,72,163,0,0,72,163,0,0,72,163,0,0,74,163,0,0,74,163,0,0,78,163,0,0,78,163,0,0,86,163,0,0,92,163,0,0,100,163,0,0,100,163,0,0,100,163,0,0,100,163,0,0,100,163,0,0,100,163,0,0,104,163,0,0,112,163,0,0,118,163,0,0,120,163,0,0,124,163,0,0,126,163,0,0,126,163,0,0,126,163,0,0,128,163,0,0,130,163,0,0,130,163,0,0,130,163,0,0,130,163,0,0,132,163,0,0,138,163,0,0,138,163,0,0,140,163,0,0,140,163,0,0,144,163,0,0,144,163,0,0,144,163,0,0,144,163,0,0,146,163,0,0,152,163,0,0,156,163,0,0,158,163,0,0,160,163,0,0,162,163,0,0,162,163,0,0,162,163,0,0,162,163,0,0,164,163,0,0,164,163,0,0,168,163,0,0,170,163,0,0,172,163,0,0,174,163,0,0,180,163,0,0,180,163,0,0,180,163,0,0,186,163,0,0,186,163,0,0,186,163,0,0,188,163,0,0,190,163,0,0,194,163,0,0,194,163,0,0,198,163,0,0,200,163,0,0,200,163,0,0,204,163,0,0,204,163,0,0,204,163,0,0,212,163,0,0,218,163,0,0,218,163,0,0,222,163,0,0,222,163,0,0,222,163,0,0,224,163,0,0,224,163,0,0,226,163,0,0,228,163,0,0,230,163,0,0,230,163,0,0,230,163,0,0,234,163,0,0,238,163,0,0,238,163,0,0,238,163,0,0,238,163,0,0,238,163,0,0,238,163,0,0,240,163,0,0,240,163,0,0,252,163,0,0,4,164,0,0,4,164,0,0,14,164,0,0,16,164,0,0,22,164,0,0,26,164,0,0,26,164,0,0,28,164,0,0,30,164,0,0,30,164,0,0,30,164,0,0,30,164,0,0,30,164,0,0,30,164,0,0,30,164,0,0,34,164,0,0,38,164,0,0,38,164,0,0,38,164,0,0,42,164,0,0,46,164,0,0,48,164,0,0,48,164,0,0,62,164,0,0,62,164,0,0,68,164,0,0,68,164,0,0,68,164,0,0,68,164,0,0,68,164,0,0,72,164,0,0,72,164,0,0,72,164,0,0,72,164,0,0,72,164,0,0,72,164,0,0,72,164,0,0,76,164,0,0,76,164,0,0,78,164,0,0,86,164,0,0,90,164,0,0,90,164,0,0,90,164,0,0,92,164,0,0,92,164,0,0,94,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,102,164,0,0,104,164,0,0,106,164,0,0,110,164,0,0,124,164,0,0,124,164,0,0,124,164,0,0,126,164,0,0,128,164,0,0,128,164,0,0,132,164,0,0,134,164,0,0,134,164,0,0,134,164,0,0,134,164,0,0,134,164,0,0,134,164,0,0,134,164,0,0,134,164,0,0,134,164,0,0,136,164,0,0,138,164,0,0,138,164,0,0,138,164,0,0,140,164,0,0,144,164,0,0,158,164,0,0,158,164,0,0,158,164,0,0,168,164,0,0,170,164,0,0,172,164,0,0,172,164,0,0,174,164,0,0,174,164,0,0,180,164,0,0,184,164,0,0,184,164,0,0,184,164,0,0,184,164,0,0,190,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,194,164,0,0,206,164,0,0,206,164,0,0,208,164,0,0,214,164,0,0,216,164,0,0,222,164,0,0,222,164,0,0,224,164,0,0,228,164,0,0,230,164,0,0,230,164,0,0,234,164,0,0,236,164,0,0,240,164,0,0,240,164,0,0,240,164,0,0,240,164,0,0,242,164,0,0,242,164,0,0,248,164,0,0,250,164,0,0,252,164,0,0,252,164,0,0,252,164,0,0,0,165,0,0,4,165,0,0,8,165,0,0,8,165,0,0,8,165,0,0,8,165,0,0,10,165,0,0,12,165,0,0,12,165,0,0,12,165,0,0,12,165,0,0,12,165,0,0,14,165,0,0,20,165,0,0,22,165,0,0,32,165,0,0,40,165,0,0,42,165,0,0,42,165,0,0,46,165,0,0,46,165,0,0,58,165,0,0,58,165,0,0,58,165,0,0,66,165,0,0,74,165,0,0,76,165,0,0,78,165,0,0,78,165,0,0,84,165,0,0,84,165,0,0,96,165,0,0,96,165,0,0,100,165,0,0,100,165,0,0,100,165,0,0,100,165,0,0,102,165,0,0,102,165,0,0,104,165,0,0,104,165,0,0,106,165,0,0,112,165,0,0,120,165,0,0,120,165,0,0,124,165,0,0,124,165,0,0,124,165,0,0,126,165,0,0,126,165,0,0,128,165,0,0,136,165,0,0,144,165,0,0,146,165,0,0,146,165,0,0,146,165,0,0,158,165,0,0,158,165,0,0,158,165,0,0,166,165,0,0,168,165,0,0,168,165,0,0,168,165,0,0,168,165,0,0,170,165,0,0,170,165,0,0,170,165,0,0,170,165,0,0,170,165,0,0,170,165,0,0,178,165,0,0,186,165,0,0,188,165,0,0,188,165,0,0,188,165,0,0,188,165,0,0,188,165,0,0,190,165,0,0,190,165,0,0,192,165,0,0,196,165,0,0,206,165,0,0,208,165,0,0,210,165,0,0,212,165,0,0,214,165,0,0,214,165,0,0,214,165,0,0,214,165,0,0,216,165,0,0,216,165,0,0,224,165,0,0,224,165,0,0,228,165,0,0,232,165,0,0,236,165,0,0,240,165,0,0,240,165,0,0,240,165,0,0,242,165,0,0,246,165,0,0,246,165,0,0,246,165,0,0,246,165,0,0,246,165,0,0,246,165,0,0,248,165,0,0,248,165,0,0,248,165,0,0,254,165,0,0,254,165,0,0,254,165,0,0,0,166,0,0,0,166,0,0,0,166,0,0,2,166,0,0,6,166,0,0,6,166,0,0,6,166,0,0,8,166,0,0,8,166,0,0,8,166,0,0,14,166,0,0,14,166,0,0,14,166,0,0,16,166,0,0,20,166,0,0,20,166,0,0,20,166,0,0,22,166,0,0,32,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,34,166,0,0,44,166,0,0,44,166,0,0,44,166,0,0,44,166,0,0,44,166,0,0,44,166,0,0,46,166,0,0,48,166,0,0,48,166,0,0,52,166,0,0,52,166,0,0,52,166,0,0,52,166,0,0,52,166,0,0,58,166,0,0,64,166,0,0,70,166,0,0,78,166,0,0,80,166,0,0,80,166,0,0,84,166,0,0,86,166,0,0,88,166,0,0,88,166,0,0,88,166,0,0,88,166,0,0,90,166,0,0,90,166,0,0,90,166,0,0,90,166,0,0,94,166,0,0,94,166,0,0,100,166,0,0,106,166,0,0,110,166,0,0,110,166,0,0,110,166,0,0,112,166,0,0,114,166,0,0,122,166,0,0,126,166,0,0,126,166,0,0,126,166,0,0,128,166,0,0,132,166,0,0,134,166,0,0,134,166,0,0,134,166,0,0,134,166,0,0,136,166,0,0,136,166,0,0,136,166,0,0,142,166,0,0,142,166,0,0,146,166,0,0,154,166,0,0,164,166,0,0,164,166,0,0,166,166,0,0,166,166,0,0,166,166,0,0,168,166,0,0,168,166,0,0,170,166,0,0,180,166,0,0,180,166,0,0,182,166,0,0,184,166,0,0,184,166,0,0,184,166,0,0,184,166,0,0,184,166,0,0,188,166,0,0,188,166,0,0,188,166,0,0,188,166,0,0,194,166,0,0,194,166,0,0,194,166,0,0,200,166,0,0,204,166,0,0,204,166,0,0,204,166,0,0,204,166,0,0,204,166,0,0,204,166,0,0,208,166,0,0,210,166,0,0,210,166,0,0,220,166,0,0,222,166,0,0,222,166,0,0,222,166,0,0,232,166,0,0,232,166,0,0,232,166,0,0,232,166,0,0,236,166,0,0,236,166,0,0,238,166,0,0,240,166,0,0,240,166,0,0,240,166,0,0,240,166,0,0,240,166,0,0,246,166,0,0,248,166,0,0,248,166,0,0,250,166,0,0,250,166,0,0,250,166,0,0,250,166,0,0,250,166,0,0,250,166,0,0,252,166,0,0,252,166,0,0,2,167,0,0,8,167,0,0,8,167,0,0,8,167,0,0,8,167,0,0,12,167,0,0,12,167,0,0,12,167,0,0,12,167,0,0,12,167,0,0,12,167,0,0,12,167,0,0,14,167,0,0,14,167,0,0,16,167,0,0,16,167,0,0,16,167,0,0,16,167,0,0,26,167,0,0,26,167,0,0,30,167,0,0,30,167,0,0,30,167,0,0,32,167,0,0,32,167,0,0,32,167,0,0,32,167,0,0,36,167,0,0,36,167,0,0,36,167,0,0,36,167,0,0,40,167,0,0,44,167,0,0,46,167,0,0,46,167,0,0,46,167,0,0,46,167,0,0,56,167,0,0,56,167,0,0,58,167,0,0,62,167,0,0,62,167,0,0,64,167,0,0,64,167,0,0,64,167,0,0,64,167,0,0,64,167,0,0,64,167,0,0,66,167,0,0,72,167,0,0,72,167,0,0,74,167,0,0,74,167,0,0,76,167,0,0,76,167,0,0,78,167,0,0,78,167,0,0,78,167,0,0,80,167,0,0,80,167,0,0,80,167,0,0,80,167,0,0,82,167,0,0,84,167,0,0,84,167,0,0,84,167,0,0,84,167,0,0,84,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,104,167,0,0,104,167,0,0,104,167,0,0,104,167,0,0,104,167,0,0,106,167,0,0,108,167,0,0,108,167,0,0,108,167,0,0,108,167,0,0,110,167,0,0,110,167,0,0,110,167,0,0,110,167,0,0,110,167,0,0,114,167,0,0,114,167,0,0,114,167,0,0,118,167,0,0,118,167,0,0,118,167,0,0,120,167,0,0,120,167,0,0,120,167,0,0,126,167,0,0,126,167,0,0,130,167,0,0,130,167,0,0,130,167,0,0,130,167,0,0,130,167,0,0,136,167,0,0,136,167,0,0,136,167,0,0,138,167,0,0,140,167,0,0,144,167,0,0,144,167,0,0,144,167,0,0,144,167,0,0,150,167,0,0,154,167,0,0,164,167,0,0,166,167,0,0,166,167,0,0,170,167,0,0,170,167,0,0,170,167,0,0,172,167,0,0,172,167,0,0,176,167,0,0,176,167,0,0,176,167,0,0,176,167,0,0,176,167,0,0,176,167,0,0,176,167,0,0,176,167,0,0,176,167,0,0,176,167,0,0,178,167,0,0,180,167,0,0,180,167,0,0,182,167,0,0,184,167,0,0,184,167,0,0,186,167,0,0,186,167,0,0,188,167,0,0,198,167,0,0,200,167,0,0,206,167,0,0,212,167,0,0,214,167,0,0,220,167,0,0,220,167,0,0,226,167,0,0,230,167,0,0,234,167,0,0,238,167,0,0,242,167,0,0,246,167,0,0,246,167,0,0,248,167,0,0,248,167,0,0,248,167,0,0,254,167,0,0,0,168,0,0,4,168,0,0,10,168,0,0,12,168,0,0,12,168,0,0,12,168,0,0,12,168,0,0,18,168,0,0,20,168,0,0,20,168,0,0,24,168,0,0,26,168,0,0,30,168,0,0,32,168,0,0,36,168,0,0,36,168,0,0,36,168,0,0,36,168,0,0,36,168,0,0,36,168,0,0,38,168,0,0,38,168,0,0,40,168,0,0,46,168,0,0,52,168,0,0,54,168,0,0,58,168,0,0,66,168,0,0,68,168,0,0,70,168,0,0,74,168,0,0,78,168,0,0,84,168,0,0,84,168,0,0,84,168,0,0,90,168,0,0,94,168,0,0,94,168,0,0,98,168,0,0,98,168,0,0,108,168,0,0,108,168,0,0,110,168,0,0,110,168,0,0,116,168,0,0,120,168,0,0,124,168,0,0,126,168,0,0,126,168,0,0,130,168,0,0,130,168,0,0,130,168,0,0,140,168,0,0,140,168,0,0,140,168,0,0,140,168,0,0,142,168,0,0,146,168,0,0,150,168,0,0,150,168,0,0,160,168,0,0,162,168,0,0,166,168,0,0,168,168,0,0,168,168,0,0,172,168,0,0,172,168,0,0,174,168,0,0,176,168,0,0,176,168,0,0,176,168,0,0,176,168,0,0,188,168,0,0,188,168,0,0,192,168,0,0,198,168,0,0,200,168,0,0,202,168,0,0,202,168,0,0,210,168,0,0,220,168,0,0,222,168,0,0,224,168,0,0,224,168,0,0,224,168,0,0,226,168,0,0,232,168,0,0,232,168,0,0,242,168,0,0,242,168,0,0,248,168,0,0,248,168,0,0,252,168,0,0,252,168,0,0,254,168,0,0,2,169,0,0,2,169,0,0,2,169,0,0,6,169,0,0,6,169,0,0,6,169,0,0,10,169,0,0,14,169,0,0,14,169,0,0,14,169,0,0,18,169,0,0,20,169,0,0,20,169,0,0,22,169,0,0,22,169,0,0,22,169,0,0,24,169,0,0,24,169,0,0,24,169,0,0,26,169,0,0,26,169,0,0,26,169,0,0,28,169,0,0,28,169,0,0,28,169,0,0,28,169,0,0,34,169,0,0,34,169,0,0,36,169,0,0,42,169,0,0,42,169,0,0,42,169,0,0,44,169,0,0,44,169,0,0,52,169,0,0,52,169,0,0,52,169,0,0,54,169,0,0,56,169,0,0,56,169,0,0,58,169,0,0,58,169,0,0,58,169,0,0,60,169,0,0,66,169,0,0,66,169,0,0,78,169,0,0,84,169,0,0,86,169,0,0,90,169,0,0,92,169,0,0,92,169,0,0,92,169,0,0,92,169,0,0,92,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,96,169,0,0,104,169,0,0,108,169,0,0,112,169,0,0,112,169,0,0,112,169,0,0,112,169,0,0,120,169,0,0,122,169,0,0,124,169,0,0,126,169,0,0,126,169,0,0,126,169,0,0,126,169,0,0,126,169,0,0,126,169,0,0,128,169,0,0,132,169,0,0,138,169,0,0,142,169,0,0,144,169,0,0,148,169,0,0,148,169,0,0,156,169,0,0,156,169,0,0,162,169,0,0,162,169,0,0,168,169,0,0,180,169,0,0,182,169,0,0,182,169,0,0,182,169,0,0,182,169,0,0,186,169,0,0,190,169,0,0,192,169,0,0,196,169,0,0,196,169,0,0,196,169,0,0,196,169,0,0,196,169,0,0,196,169,0,0,204,169,0,0,204,169,0,0,206,169,0,0,206,169,0,0,214,169,0,0,216,169,0,0,222,169,0,0,224,169,0,0,228,169,0,0,230,169,0,0,230,169,0,0,230,169,0,0,230,169,0,0,230,169,0,0,244,169,0,0,246,169,0,0,246,169,0,0,250,169,0,0,254,169,0,0,4,170,0,0,8,170,0,0,14,170,0,0,14,170,0,0,16,170,0,0,16,170,0,0,16,170,0,0,16,170,0,0,18,170,0,0,18,170,0,0,20,170,0,0,20,170,0,0,20,170,0,0,20,170,0,0,22,170,0,0,22,170,0,0,24,170,0,0,24,170,0,0,24,170,0,0,24,170,0,0,26,170,0,0,26,170,0,0,28,170,0,0,28,170,0,0,30,170,0,0,30,170,0,0,34,170,0,0,38,170,0,0,46,170,0,0,50,170,0,0,50,170,0,0,58,170,0,0,58,170,0,0,58,170,0,0,60,170,0,0,60,170,0,0,60,170,0,0,64,170,0,0,66,170,0,0,66,170,0,0,68,170,0,0,72,170,0,0,78,170,0,0,80,170,0,0,82,170,0,0,84,170,0,0,84,170,0,0,88,170,0,0,94,170,0,0,94,170,0,0,94,170,0,0,100,170,0,0,104,170,0,0,112,170,0,0,120,170,0,0,120,170,0,0,122,170,0,0,124,170,0,0,126,170,0,0,126,170,0,0,130,170,0,0,136,170,0,0,136,170,0,0,136,170,0,0,136,170,0,0,136,170,0,0,136,170,0,0,138,170,0,0,138,170,0,0,140,170,0,0,142,170,0,0,142,170,0,0,142,170,0,0,148,170,0,0,152,170,0,0,156,170,0,0,160,170,0,0,164,170,0,0,164,170,0,0,172,170,0,0,172,170,0,0,176,170,0,0,182,170,0,0,186,170,0,0,192,170,0,0,192,170,0,0,192,170,0,0,192,170,0,0,194,170,0,0,202,170,0,0,206,170,0,0,210,170,0,0,210,170,0,0,212,170,0,0,212,170,0,0,216,170,0,0,222,170,0,0,222,170,0,0,222,170,0,0,222,170,0,0,222,170,0,0,228,170,0,0,230,170,0,0,232,170,0,0,236,170,0,0,236,170,0,0,236,170,0,0,244,170,0,0,246,170,0,0,246,170,0,0,246,170,0,0,246,170,0,0,248,170,0,0,250,170,0,0,250,170,0,0,250,170,0,0,250,170,0,0,250,170,0,0,250,170,0,0,0,171,0,0,0,171,0,0,0,171,0,0,0,171,0,0,2,171,0,0,2,171,0,0,2,171,0,0,6,171,0,0,6,171,0,0,8,171,0,0,12,171,0,0,22,171,0,0,26,171,0,0,26,171,0,0,28,171,0,0,32,171,0,0,32,171,0,0,34,171,0,0,34,171,0,0,34,171,0,0,34,171,0,0,34,171,0,0,36,171,0,0,36,171,0,0,36,171,0,0,40,171,0,0,48,171,0,0,48,171,0,0,50,171,0,0,52,171,0,0,54,171,0,0,56,171,0,0,60,171,0,0,62,171,0,0,62,171,0,0,64,171,0,0,66,171,0,0,66,171,0,0,70,171,0,0,72,171,0,0,72,171,0,0,72,171,0,0,72,171,0,0,76,171,0,0,80,171,0,0,80,171,0,0,80,171,0,0,80,171,0,0,80,171,0,0,82,171,0,0,82,171,0,0,84,171,0,0,86,171,0,0,86,171,0,0,86,171,0,0,86,171,0,0,90,171,0,0,90,171,0,0,90,171,0,0,90,171,0,0,94,171,0,0,94,171,0,0,96,171,0,0,106,171,0,0,110,171,0,0,114,171,0,0,114,171,0,0,116,171,0,0,116,171,0,0,118,171,0,0,118,171,0,0,118,171,0,0,118,171,0,0,118,171,0,0,122,171,0,0,122,171,0,0,124,171,0,0,126,171,0,0,126,171,0,0,126,171,0,0,132,171,0,0,132,171,0,0,138,171,0,0,138,171,0,0,140,171,0,0,140,171,0,0,144,171,0,0,144,171,0,0,148,171,0,0,150,171,0,0,154,171,0,0,154,171,0,0,154,171,0,0,160,171,0,0,162,171,0,0,162,171,0,0,162,171,0,0,162,171,0,0,162,171,0,0,162,171,0,0,162,171,0,0,164,171,0,0,164,171,0,0,164,171,0,0,164,171,0,0,166,171,0,0,166,171,0,0,172,171,0,0,174,171,0,0,176,171,0,0,176,171,0,0,176,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,198,171,0,0,198,171,0,0,200,171,0,0,200,171,0,0,202,171,0,0,202,171,0,0,202,171,0,0,202,171,0,0,206,171,0,0,210,171,0,0,210,171,0,0,210,171,0,0,212,171,0,0,220,171,0,0,220,171,0,0,222,171,0,0,228,171,0,0,228,171,0,0,230,171,0,0,232,171,0,0,244,171,0,0,244,171,0,0,244,171,0,0,244,171,0,0,248,171,0,0,248,171,0,0,254,171,0,0,0,172,0,0,0,172,0,0,12,172,0,0,12,172,0,0,12,172,0,0,12,172,0,0,20,172,0,0,20,172,0,0,24,172,0,0,24,172,0,0,24,172,0,0,28,172,0,0,28,172,0,0,30,172,0,0,34,172,0,0,34,172,0,0,40,172,0,0,40,172,0,0,50,172,0,0,54,172,0,0,54,172,0,0,54,172,0,0,54,172,0,0,60,172,0,0,60,172,0,0,60,172,0,0,64,172,0,0,66,172,0,0,66,172,0,0,76,172,0,0,76,172,0,0,76,172,0,0,80,172,0,0,80,172,0,0,84,172,0,0,84,172,0,0,84,172,0,0,84,172,0,0,84,172,0,0,84,172,0,0,84,172,0,0,84,172,0,0,84,172,0,0,88,172,0,0,88,172,0,0,88,172,0,0,94,172,0,0,104,172,0,0,108,172,0,0,108,172,0,0,108,172,0,0,108,172,0,0,108,172,0,0,110,172,0,0,110,172,0,0,112,172,0,0,112,172,0,0,112,172,0,0,112,172,0,0,112,172,0,0,116,172,0,0,116,172,0,0,126,172,0,0,130,172,0,0,134,172,0,0,134,172,0,0,136,172,0,0,144,172,0,0,144,172,0,0,146,172,0,0,146,172,0,0,150,172,0,0,160,172,0,0,164,172,0,0,170,172,0,0,170,172,0,0,174,172,0,0,174,172,0,0,178,172,0,0,182,172,0,0,182,172,0,0,182,172,0,0,182,172,0,0,182,172,0,0,188,172,0,0,188,172,0,0,188,172,0,0,188,172,0,0,188,172,0,0,190,172,0,0,194,172,0,0,194,172,0,0,194,172,0,0,194,172,0,0,198,172,0,0,198,172,0,0,204,172,0,0,204,172,0,0,208,172,0,0,216,172,0,0,218,172,0,0,218,172,0,0,218,172,0,0,222,172,0,0,224,172,0,0,226,172,0,0,230,172,0,0,234,172,0,0,234,172,0,0,234,172,0,0,234,172,0,0,238,172,0,0,240,172,0,0,240,172,0,0,248,172,0,0,250,172,0,0,0,173,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,6,173,0,0,10,173,0,0,12,173,0,0,14,173,0,0,22,173,0,0,26,173,0,0,26,173,0,0,34,173,0,0,44,173,0,0,44,173,0,0,52,173,0,0,54,173,0,0,56,173,0,0,60,173,0,0,68,173,0,0,70,173,0,0,70,173,0,0,74,173,0,0,76,173,0,0,76,173,0,0,78,173,0,0,78,173,0,0,78,173,0,0,78,173,0,0,78,173,0,0,80,173,0,0,80,173,0,0,84,173,0,0,84,173,0,0,86,173,0,0,88,173,0,0,88,173,0,0,90,173,0,0,90,173,0,0,90,173,0,0,90,173,0,0,90,173,0,0,90,173,0,0,94,173,0,0,94,173,0,0,94,173,0,0,96,173,0,0,100,173,0,0,100,173,0,0,100,173,0,0,102,173,0,0,104,173,0,0,104,173,0,0,104,173,0,0,104,173,0,0,106,173,0,0,106,173,0,0,106,173,0,0,108,173,0,0,108,173,0,0,110,173,0,0,110,173,0,0,110,173,0,0,114,173,0,0,116,173,0,0,118,173,0,0,120,173,0,0,120,173,0,0,130,173,0,0,132,173,0,0,132,173,0,0,134,173,0,0,134,173,0,0,134,173,0,0,134,173,0,0,136,173,0,0,136,173,0,0,140,173,0,0,140,173,0,0,144,173,0,0,144,173,0,0,148,173,0,0,150,173,0,0,150,173,0,0,150,173,0,0,150,173,0,0,150,173,0,0,152,173,0,0,158,173,0,0,158,173,0,0,160,173,0,0,160,173,0,0,162,173,0,0,172,173,0,0,174,173,0,0,178,173,0,0,178,173,0,0,178,173,0,0,184,173,0,0,186,173,0,0,196,173,0,0,198,173,0,0,198,173,0,0,198,173,0,0,198,173,0,0,198,173,0,0,204,173,0,0,204,173,0,0,204,173,0,0,212,173,0,0,212,173,0,0,218,173,0,0,218,173,0,0,218,173,0,0,218,173,0,0,218,173,0,0,220,173,0,0,222,173,0,0,222,173,0,0,222,173,0,0,222,173,0,0,222,173,0,0,222,173,0,0,222,173,0,0,224,173,0,0,224,173,0,0,224,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,238,173,0,0,238,173,0,0,238,173,0,0,246,173,0,0,246,173,0,0,246,173,0,0,248,173,0,0,248,173,0,0,248,173,0,0,248,173,0,0,248,173,0,0,248,173,0,0,250,173,0,0,254,173,0,0,254,173,0,0,254,173,0,0,2,174,0,0,2,174,0,0,2,174,0,0,8,174,0,0,8,174,0,0,12,174,0,0,12,174,0,0,12,174,0,0,12,174,0,0,18,174,0,0,22,174,0,0,24,174,0,0,24,174,0,0,30,174,0,0,32,174,0,0,32,174,0,0,38,174,0,0,42,174,0,0,44,174,0,0,44,174,0,0,46,174,0,0,46,174,0,0,50,174,0,0,54,174,0,0,54,174,0,0,66,174,0,0,66,174,0,0,68,174,0,0,68,174,0,0,70,174,0,0,72,174,0,0,74,174,0,0,74,174,0,0,76,174,0,0,78,174,0,0,80,174,0,0,84,174,0,0,92,174,0,0,92,174,0,0,96,174,0,0,96,174,0,0,100,174,0,0,100,174,0,0,100,174,0,0,106,174,0,0,106,174,0,0,112,174,0,0,114,174,0,0,124,174,0,0,126,174,0,0,128,174,0,0,128,174,0,0,128,174,0,0,130,174,0,0,130,174,0,0,130,174,0,0,130,174,0,0,130,174,0,0,130,174,0,0,134,174,0,0,136,174,0,0,140,174,0,0,142,174,0,0,146,174,0,0,146,174,0,0,146,174,0,0,146,174,0,0,150,174,0,0,156,174,0,0,156,174,0,0,160,174,0,0,162,174,0,0,164,174,0,0,168,174,0,0,172,174,0,0,172,174,0,0,172,174,0,0,172,174,0,0,176,174,0,0,180,174,0,0,180,174,0,0,180,174,0,0,186,174,0,0,194,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,200,174,0,0,200,174,0,0,200,174,0,0,204,174,0,0,204,174,0,0,206,174,0,0,208,174,0,0,208,174,0,0,208,174,0,0,210,174,0,0,210,174,0,0,210,174,0,0,210,174,0,0,214,174,0,0,214,174,0,0,216,174,0,0,216,174,0,0,216,174,0,0,216,174,0,0,220,174,0,0,220,174,0,0,220,174,0,0,224,174,0,0,224,174,0,0,228,174,0,0,228,174,0,0,228,174,0,0,228,174,0,0,232,174,0,0,232,174,0,0,234,174,0,0,234,174,0,0,236,174,0,0,240,174,0,0,244,174,0,0,246,174,0,0,246,174,0,0,250,174,0,0,252,174,0,0,6,175,0,0,10,175,0,0,10,175,0,0,18,175,0,0,18,175,0,0,20,175,0,0,20,175,0,0,20,175,0,0,22,175,0,0,22,175,0,0,24,175,0,0,24,175,0,0,28,175,0,0,30,175,0,0,34,175,0,0,34,175,0,0,36,175,0,0,38,175,0,0,40,175,0,0,40,175,0,0,40,175,0,0,40,175,0,0,44,175,0,0,44,175,0,0,44,175,0,0,46,175,0,0,50,175,0,0,50,175,0,0,60,175,0,0,60,175,0,0,62,175,0,0,62,175,0,0,62,175,0,0,64,175,0,0,64,175,0,0,68,175,0,0,74,175,0,0,80,175,0,0,82,175,0,0,86,175,0,0,86,175,0,0,96,175,0,0,98,175,0,0,100,175,0,0,100,175,0,0,110,175,0,0,110,175,0,0,110,175,0,0,112,175,0,0,114,175,0,0,126,175,0,0,132,175,0,0,136,175,0,0,138,175,0,0,146,175,0,0,156,175,0,0,160,175,0,0,164,175,0,0,164,175,0,0,168,175,0,0,172,175,0,0,182,175,0,0,182,175,0,0,182,175,0,0,182,175,0,0,182,175,0,0,182,175,0,0,182,175,0,0,184,175,0,0,190,175,0,0,192,175,0,0,192,175,0,0,192,175,0,0,194,175,0,0,194,175,0,0,196,175,0,0,196,175,0,0,198,175,0,0,204,175,0,0,204,175,0,0,204,175,0,0,204,175,0,0,204,175,0,0,204,175,0,0,206,175,0,0,210,175,0,0,216,175,0,0,224,175,0,0,224,175,0,0,226,175,0,0,226,175,0,0,226,175,0,0,226,175,0,0,226,175,0,0,232,175,0,0,236,175,0,0,236,175,0,0,236,175,0,0,236,175,0,0,240,175,0,0,244,175,0,0,244,175,0,0,246,175,0,0,246,175,0,0,246,175,0,0,248,175,0,0,250,175,0,0,254,175,0,0,0,176,0,0,2,176,0,0,4,176,0,0,10,176,0,0,10,176,0,0,14,176,0,0,14,176,0,0,16,176,0,0,22,176,0,0,24,176,0,0,24,176,0,0,24,176,0,0,36,176,0,0,36,176,0,0,36,176,0,0,38,176,0,0,38,176,0,0,38,176,0,0,38,176,0,0,40,176,0,0,42,176,0,0,42,176,0,0,42,176,0,0,52,176,0,0,52,176,0,0,56,176,0,0,56,176,0,0,62,176,0,0,68,176,0,0,70,176,0,0,74,176,0,0,74,176,0,0,82,176,0,0,90,176,0,0,102,176,0,0,102,176,0,0,102,176,0,0,106,176,0,0,106,176,0,0,106,176,0,0,116,176,0,0,116,176,0,0,116,176,0,0,130,176,0,0,134,176,0,0,134,176,0,0,138,176,0,0,140,176,0,0,142,176,0,0,142,176,0,0,144,176,0,0,144,176,0,0,146,176,0,0,148,176,0,0,164,176,0,0,164,176,0,0,168,176,0,0,180,176,0,0,192,176,0,0,194,176,0,0,194,176,0,0,196,176,0,0,202,176,0,0,204,176,0,0,206,176,0,0,206,176,0,0,206,176,0,0,206,176,0,0,206,176,0,0,208,176,0,0,208,176,0,0,208,176,0,0,210,176,0,0,212,176,0,0,212,176,0,0,212,176,0,0,214,176,0,0,220,176,0,0,220,176,0,0,220,176,0,0,226,176,0,0,228,176,0,0,234,176,0,0,234,176,0,0,238,176,0,0,238,176,0,0,238,176,0,0,238,176,0,0,238,176,0,0,242,176,0,0,246,176,0,0,246,176,0,0,250,176,0,0,252,176,0,0,252,176,0,0,252,176,0,0,2,177,0,0,2,177,0,0,4,177,0,0,8,177,0,0,12,177,0,0,12,177,0,0,12,177,0,0,12,177,0,0,14,177,0,0,16,177,0,0,20,177,0,0,22,177,0,0,24,177,0,0,24,177,0,0,24,177,0,0,24,177,0,0,24,177,0,0,30,177,0,0,34,177,0,0,36,177,0,0,36,177,0,0,44,177,0,0,44,177,0,0,44,177,0,0,44,177,0,0,48,177,0,0,48,177,0,0,48,177,0,0,50,177,0,0,52,177,0,0,62,177,0,0,68,177,0,0,70,177,0,0,72,177,0,0,74,177,0,0,76,177,0,0,78,177,0,0,78,177,0,0,78,177,0,0,80,177,0,0,80,177,0,0,80,177,0,0,80,177,0,0,80,177,0,0,84,177,0,0,98,177,0,0,98,177,0,0,98,177,0,0,98,177,0,0,98,177,0,0,102,177,0,0,104,177,0,0,104,177,0,0,104,177,0,0,108,177,0,0,108,177,0,0,110,177,0,0,116,177,0,0,116,177,0,0,122,177,0,0,124,177,0,0,124,177,0,0,124,177,0,0,124,177,0,0,126,177,0,0,130,177,0,0,134,177,0,0,134,177,0,0,134,177,0,0,142,177,0,0,142,177,0,0,142,177,0,0,142,177,0,0,148,177,0,0,152,177,0,0,154,177,0,0,158,177,0,0,158,177,0,0,164,177,0,0,168,177,0,0,168,177,0,0,168,177,0,0,170,177,0,0,170,177,0,0,170,177,0,0,170,177,0,0,172,177,0,0,174,177,0,0,178,177,0,0,186,177,0,0,186,177,0,0,188,177,0,0,188,177,0,0,190,177,0,0,190,177,0,0,194,177,0,0,194,177,0,0,200,177,0,0,200,177,0,0,204,177,0,0,204,177,0,0,204,177,0,0,204,177,0,0,204,177,0,0,206,177,0,0,216,177,0,0,220,177,0,0,220,177,0,0,226,177,0,0,226,177,0,0,228,177,0,0,238,177,0,0,240,177,0,0,240,177,0,0,242,177,0,0,242,177,0,0,242,177,0,0,242,177,0,0,244,177,0,0,244,177,0,0,0,178,0,0,0,178,0,0,10,178,0,0,12,178,0,0,22,178,0,0,22,178,0,0,24,178,0,0,24,178,0,0,26,178,0,0,26,178,0,0,30,178,0,0,32,178,0,0,34,178,0,0,36,178,0,0,42,178,0,0,44,178,0,0,44,178,0,0,48,178,0,0,48,178,0,0,48,178,0,0,48,178,0,0,48,178,0,0,62,178,0,0,66,178,0,0,68,178,0,0,70,178,0,0,72,178,0,0,76,178,0,0,76,178,0,0,76,178,0,0,76,178,0,0,82,178,0,0,88,178,0,0,98,178,0,0,98,178,0,0,98,178,0,0,106,178,0,0,108,178,0,0,110,178,0,0,110,178,0,0,110,178,0,0,110,178,0,0,114,178,0,0,114,178,0,0,114,178,0,0,116,178,0,0,116,178,0,0,116,178,0,0,118,178,0,0,122,178,0,0,124,178,0,0,124,178,0,0,124,178,0,0,126,178,0,0,132,178,0,0,142,178,0,0,142,178,0,0,142,178,0,0,144,178,0,0,144,178,0,0,144,178,0,0,144,178,0,0,144,178,0,0,144,178,0,0,146,178,0,0,146,178,0,0,146,178,0,0,146,178,0,0,146,178,0,0,146,178,0,0,150,178,0,0,150,178,0,0,150,178,0,0,150,178,0,0,150,178,0,0,150,178,0,0,150,178,0,0,156,178,0,0,156,178,0,0,160,178,0,0,160,178,0,0,160,178,0,0,160,178,0,0,160,178,0,0,160,178,0,0,162,178,0,0,162,178,0,0,164,178,0,0,166,178,0,0,166,178,0,0,166,178,0,0,168,178,0,0,172,178,0,0,174,178,0,0,180,178,0,0,180,178,0,0,184,178,0,0,184,178,0,0,186,178,0,0,188,178,0,0,188,178,0,0,190,178,0,0,194,178,0,0,194,178,0,0,198,178,0,0,198,178,0,0,198,178,0,0,198,178,0,0,204,178,0,0,204,178,0,0,204,178,0,0,204,178,0,0,208,178,0,0,210,178,0,0,210,178,0,0,214,178,0,0,216,178,0,0,220,178,0,0,220,178,0,0,220,178,0,0,220,178,0,0,222,178,0,0,228,178,0,0,232,178,0,0,234,178,0,0,234,178,0,0,234,178,0,0,242,178,0,0,244,178,0,0,248,178,0,0,248,178,0,0,248,178,0,0,248,178,0,0,248,178,0,0,248,178,0,0,250,178,0,0,254,178,0,0,0,179,0,0,2,179,0,0,4,179,0,0,14,179,0,0,14,179,0,0,14,179,0,0,14,179,0,0,18,179,0,0,18,179,0,0,18,179,0,0,24,179,0,0,36,179,0,0,38,179,0,0,38,179,0,0,42,179,0,0,44,179,0,0,48,179,0,0,48,179,0,0,48,179,0,0,48,179,0,0,48,179,0,0,48,179,0,0,54,179,0,0,54,179,0,0,54,179,0,0,58,179,0,0,58,179,0,0,58,179,0,0,64,179,0,0,64,179,0,0,64,179,0,0,68,179,0,0,68,179,0,0,72,179,0,0,72,179,0,0,72,179,0,0,76,179,0,0,78,179,0,0,82,179,0,0,82,179,0,0,84,179,0,0,92,179,0,0,92,179,0,0,94,179,0,0,94,179,0,0,94,179,0,0,96,179,0,0,96,179,0,0,96,179,0,0,96,179,0,0,102,179,0,0,102,179,0,0,106,179,0,0,106,179,0,0,106,179,0,0,110,179,0,0,112,179,0,0,120,179,0,0,122,179,0,0,126,179,0,0,134,179,0,0,134,179,0,0,134,179,0,0,134,179,0,0,142,179,0,0,144,179,0,0,144,179,0,0,144,179,0,0,146,179,0,0,154,179,0,0,154,179,0,0,154,179,0,0,154,179,0,0,158,179,0,0,158,179,0,0,158,179,0,0,160,179,0,0,164,179,0,0,166,179,0,0,168,179,0,0,172,179,0,0,176,179,0,0,180,179,0,0,182,179,0,0,182,179,0,0,182,179,0,0,186,179,0,0,186,179,0,0,186,179,0,0,186,179,0,0,186,179,0,0,188,179,0,0,192,179,0,0,192,179,0,0,192,179,0,0,192,179,0,0,192,179,0,0,192,179,0,0,192,179,0,0,196,179,0,0,196,179,0,0,198,179,0,0,198,179,0,0,198,179,0,0,198,179,0,0,204,179,0,0,204,179,0,0,208,179,0,0,208,179,0,0,212,179,0,0,214,179,0,0,214,179,0,0,214,179,0,0,214,179,0,0,216,179,0,0,218,179,0,0,220,179,0,0,220,179,0,0,220,179,0,0,222,179,0,0,224,179,0,0,230,179,0,0,230,179,0,0,234,179,0,0,236,179,0,0,236,179,0,0,238,179,0,0,242,179,0,0,242,179,0,0,244,179,0,0,244,179,0,0,244,179,0,0,246,179,0,0,250,179,0,0,252,179,0,0,252,179,0,0,252,179,0,0,254,179,0,0,2,180,0,0,4,180,0,0,6,180,0,0,8,180,0,0,14,180,0,0,14,180,0,0,18,180,0,0,20,180,0,0,20,180,0,0,20,180,0,0,22,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,48,180,0,0,48,180,0,0,52,180,0,0,52,180,0,0,58,180,0,0,58,180,0,0,62,180,0,0,62,180,0,0,62,180,0,0,64,180,0,0,74,180,0,0,74,180,0,0,76,180,0,0,78,180,0,0,82,180,0,0,84,180,0,0,86,180,0,0,90,180,0,0,90,180,0,0,90,180,0,0,96,180,0,0,96,180,0,0,96,180,0,0,98,180,0,0,100,180,0,0,106,180,0,0,106,180,0,0,106,180,0,0,106,180,0,0,106,180,0,0,106,180,0,0,108,180,0,0,108,180,0,0,108,180,0,0,110,180,0,0,110,180,0,0,114,180,0,0,114,180,0,0,114,180,0,0,118,180,0,0,118,180,0,0,120,180,0,0,120,180,0,0,122,180,0,0,122,180,0,0,126,180,0,0,128,180,0,0,132,180,0,0,132,180,0,0,134,180,0,0,134,180,0,0,136,180,0,0,136,180,0,0,138,180,0,0,140,180,0,0,150,180,0,0,152,180,0,0,154,180,0,0,160,180,0,0,162,180,0,0,168,180,0,0,168,180,0,0,174,180,0,0,174,180,0,0,174,180,0,0,180,180,0,0,180,180,0,0,180,180,0,0,180,180,0,0,180,180,0,0,180,180,0,0,180,180,0,0,192,180,0,0,192,180,0,0,194,180,0,0,196,180,0,0,198,180,0,0,198,180,0,0,198,180,0,0,198,180,0,0,198,180,0,0,198,180,0,0,198,180,0,0,200,180,0,0,200,180,0,0,200,180,0,0,200,180,0,0,200,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,208,180,0,0,210,180,0,0,210,180,0,0,210,180,0,0,220,180,0,0,222,180,0,0,226,180,0,0,226,180,0,0,228,180,0,0,228,180,0,0,228,180,0,0,232,180,0,0,234,180,0,0,238,180,0,0,246,180,0,0,248,180,0,0,248,180,0,0,254,180,0,0,0,181,0,0,4,181,0,0,8,181,0,0,8,181,0,0,14,181,0,0,16,181,0,0,20,181,0,0,20,181,0,0,22,181,0,0,22,181,0,0,28,181,0,0,28,181,0,0,30,181,0,0,30,181,0,0,30,181,0,0,30,181,0,0,30,181,0,0,30,181,0,0,30,181,0,0,34,181,0,0,34,181,0,0,48,181,0,0,50,181,0,0,50,181,0,0,50,181,0,0,58,181,0,0,58,181,0,0,62,181,0,0,62,181,0,0,64,181,0,0,66,181,0,0,70,181,0,0,74,181,0,0,76,181,0,0,80,181,0,0,80,181,0,0,92,181,0,0,98,181,0,0,98,181,0,0,98,181,0,0,98,181,0,0,100,181,0,0,100,181,0,0,100,181,0,0,104,181,0,0,106,181,0,0,110,181,0,0,110,181,0,0,112,181,0,0,116,181,0,0,118,181,0,0,118,181,0,0,124,181,0,0,136,181,0,0,136,181,0,0,136,181,0,0,136,181,0,0,136,181,0,0,146,181,0,0,146,181,0,0,146,181,0,0,148,181,0,0,148,181,0,0,150,181,0,0,150,181,0,0,150,181,0,0,154,181,0,0,158,181,0,0,160,181,0,0,160,181,0,0,162,181,0,0,162,181,0,0,162,181,0,0,162,181,0,0,162,181,0,0,162,181,0,0,164,181,0,0,164,181,0,0,170,181,0,0,170,181,0,0,170,181,0,0,172,181,0,0,174,181,0,0,174,181,0,0,180,181,0,0,180,181,0,0,180,181,0,0,186,181,0,0,186,181,0,0,186,181,0,0,186,181,0,0,186,181,0,0,186,181,0,0,186,181,0,0,186,181,0,0,190,181,0,0,194,181,0,0,198,181,0,0,198,181,0,0,198,181,0,0,208,181,0,0,212,181,0,0,216,181,0,0,218,181,0,0,218,181,0,0,220,181,0,0,228,181,0,0,228,181,0,0,230,181,0,0,232,181,0,0,234,181,0,0,234,181,0,0,236,181,0,0,242,181,0,0,242,181,0,0,242,181,0,0,242,181,0,0,244,181,0,0,244,181,0,0,244,181,0,0,244,181,0,0,244,181,0,0,246,181,0,0,246,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,252,181,0,0,4,182,0,0,10,182,0,0,12,182,0,0,20,182,0,0,20,182,0,0,24,182,0,0,24,182,0,0,24,182,0,0,24,182,0,0,24,182,0,0,34,182,0,0,34,182,0,0,38,182,0,0,40,182,0,0,44,182,0,0,48,182,0,0,48,182,0,0,48,182,0,0,48,182,0,0,48,182,0,0,48,182,0,0,48,182,0,0,48,182,0,0,50,182,0,0,50,182,0,0,58,182,0,0,60,182,0,0,60,182,0,0,60,182,0,0,60,182,0,0,62,182,0,0,68,182,0,0,70,182,0,0,70,182,0,0,70,182,0,0,70,182,0,0,74,182,0,0,78,182,0,0,80,182,0,0,82,182,0,0,84,182,0,0,84,182,0,0,94,182,0,0,96,182,0,0,104,182,0,0,104,182,0,0,112,182,0,0,112,182,0,0,114,182,0,0,114,182,0,0,124,182,0,0,124,182,0,0,124,182,0,0,130,182,0,0,130,182,0,0,130,182,0,0,130,182,0,0,130,182,0,0,130,182,0,0,130,182,0,0,130,182,0,0,130,182,0,0,130,182,0,0,132,182,0,0,132,182,0,0,132,182,0,0,132,182,0,0,136,182,0,0,138,182,0,0,138,182,0,0,142,182,0,0,150,182,0,0,154,182,0,0,156,182,0,0,156,182,0,0,156,182,0,0,160,182,0,0,160,182,0,0,162,182,0,0,162,182,0,0,162,182,0,0,162,182,0,0,168,182,0,0,168,182,0,0,168,182,0,0,172,182,0,0,178,182,0,0,178,182,0,0,180,182,0,0,180,182,0,0,182,182,0,0,182,182,0,0,182,182,0,0,182,182,0,0,182,182,0,0,182,182,0,0,186,182,0,0,186,182,0,0,186,182,0,0,186,182,0,0,188,182,0,0,188,182,0,0,188,182,0,0,190,182,0,0,196,182,0,0,198,182,0,0,200,182,0,0,200,182,0,0,200,182,0,0,208,182,0,0,214,182,0,0,214,182,0,0,214,182,0,0,222,182,0,0,228,182,0,0,228,182,0,0,228,182,0,0,228,182,0,0,228,182,0,0,236,182,0,0,236,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,242,182,0,0,242,182,0,0,246,182,0,0,246,182,0,0,252,182,0,0,252,182,0,0,252,182,0,0,252,182,0,0,254,182,0,0,254,182,0,0,254,182,0,0,6,183,0,0,10,183,0,0,14,183,0,0,14,183,0,0,24,183,0,0,24,183,0,0,24,183,0,0,24,183,0,0,30,183,0,0,34,183,0,0,34,183,0,0,40,183,0,0,40,183,0,0,44,183,0,0,48,183,0,0,48,183,0,0,48,183,0,0,48,183,0,0,48,183,0,0,52,183,0,0,54,183,0,0,56,183,0,0,56,183,0,0,60,183,0,0,60,183,0,0,66,183,0,0,66,183,0,0,70,183,0,0,70,183,0,0,76,183,0,0,76,183,0,0,76,183,0,0,76,183,0,0,76,183,0,0,84,183,0,0,86,183,0,0,88,183,0,0,88,183,0,0,90,183,0,0,94,183,0,0,94,183,0,0,96,183,0,0,100,183,0,0,106,183,0,0,106,183,0,0,108,183,0,0,110,183,0,0,112,183,0,0,112,183,0,0,114,183,0,0,120,183,0,0,120,183,0,0,124,183,0,0,128,183,0,0,130,183,0,0,132,183,0,0,136,183,0,0,138,183,0,0,142,183,0,0,146,183,0,0,146,183,0,0,150,183,0,0,152,183,0,0,158,183,0,0,160,183,0,0,160,183,0,0,164,183,0,0,176,183,0,0,176,183,0,0,176,183,0,0,180,183,0,0,186,183,0,0,188,183,0,0,188,183,0,0,188,183,0,0,188,183,0,0,190,183,0,0,194,183,0,0,196,183,0,0,200,183,0,0,200,183,0,0,200,183,0,0,206,183,0,0,208,183,0,0,208,183,0,0,208,183,0,0,208,183,0,0,210,183,0,0,212,183,0,0,212,183,0,0,216,183,0,0,218,183,0,0,226,183,0,0,228,183,0,0,236,183,0,0,236,183,0,0,236,183,0,0,236,183,0,0,236,183,0,0,238,183,0,0,240,183,0,0,240,183,0,0,240,183,0,0,240,183,0,0,244,183,0,0,246,183,0,0,250,183,0,0,250,183,0,0,250,183,0,0,2,184,0,0,4,184,0,0,4,184,0,0,4,184,0,0,8,184,0,0,8,184,0,0,12,184,0,0,12,184,0,0,14,184,0,0,14,184,0,0,22,184,0,0,28,184,0,0,30,184,0,0,30,184,0,0,34,184,0,0,38,184,0,0,42,184,0,0,44,184,0,0,44,184,0,0,44,184,0,0,50,184,0,0,50,184,0,0,50,184,0,0,56,184,0,0,56,184,0,0,56,184,0,0,56,184,0,0,58,184,0,0,60,184,0,0,60,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,68,184,0,0,68,184,0,0,68,184,0,0,68,184,0,0,70,184,0,0,74,184,0,0,84,184,0,0,84,184,0,0,84,184,0,0,84,184,0,0,88,184,0,0,88,184,0,0,88,184,0,0,96,184,0,0,100,184,0,0,102,184,0,0,112,184,0,0,114,184,0,0,116,184,0,0,116,184,0,0,116,184,0,0,116,184,0,0,116,184,0,0,116,184,0,0,116,184,0,0,116,184,0,0,116,184,0,0,118,184,0,0,118,184,0,0,118,184,0,0,120,184,0,0,120,184,0,0,128,184,0,0,128,184,0,0,128,184,0,0,128,184,0,0,128,184,0,0,128,184,0,0,136,184,0,0,136,184,0,0,140,184,0,0,144,184,0,0,144,184,0,0,144,184,0,0,148,184,0,0,148,184,0,0,148,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,156,184,0,0,158,184,0,0,166,184,0,0,170,184,0,0,178,184,0,0,180,184,0,0,182,184,0,0,182,184,0,0,182,184,0,0,186,184,0,0,192,184,0,0,196,184,0,0,198,184,0,0,198,184,0,0,200,184,0,0,200,184,0,0,202,184,0,0,202,184,0,0,202,184,0,0,202,184,0,0,202,184,0,0,204,184,0,0,212,184,0,0,212,184,0,0,216,184,0,0,216,184,0,0,222,184,0,0,222,184,0,0,224,184,0,0,226,184,0,0,226,184,0,0,226,184,0,0,226,184,0,0,228,184,0,0,228,184,0,0,228,184,0,0,230,184,0,0,230,184,0,0,230,184,0,0,230,184,0,0,232,184,0,0,240,184,0,0,240,184,0,0,240,184,0,0,246,184,0,0,246,184,0,0,248,184,0,0,248,184,0,0,248,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,254,184,0,0,6,185,0,0,12,185,0,0,12,185,0,0,16,185,0,0,18,185,0,0,24,185,0,0,30,185,0,0,30,185,0,0,34,185,0,0,34,185,0,0,34,185,0,0,40,185,0,0,40,185,0,0,40,185,0,0,42,185,0,0,46,185,0,0,46,185,0,0,48,185,0,0,48,185,0,0,48,185,0,0,58,185,0,0,58,185,0,0,62,185,0,0,64,185,0,0,64,185,0,0,64,185,0,0,66,185,0,0,82,185,0,0,82,185,0,0,84,185,0,0,94,185,0,0,98,185,0,0,98,185,0,0,98,185,0,0,98,185,0,0,100,185,0,0,100,185,0,0,100,185,0,0,102,185,0,0,102,185,0,0,106,185,0,0,108,185,0,0,112,185,0,0,118,185,0,0,122,185,0,0,130,185,0,0,132,185,0,0,138,185,0,0,138,185,0,0,140,185,0,0,142,185,0,0,144,185,0,0,144,185,0,0,146,185,0,0,146,185,0,0,146,185,0,0,148,185,0,0,148,185,0,0,148,185,0,0,148,185,0,0,152,185,0,0,154,185,0,0,154,185,0,0,154,185,0,0,154,185,0,0,156,185,0,0,158,185,0,0,160,185,0,0,160,185,0,0,162,185,0,0,162,185,0,0,168,185,0,0,168,185,0,0,168,185,0,0,174,185,0,0,178,185,0,0,178,185,0,0,178,185,0,0,178,185,0,0,180,185,0,0,180,185,0,0,180,185,0,0,180,185,0,0,188,185,0,0,188,185,0,0,188,185,0,0,188,185,0,0,188,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,208,185,0,0,210,185,0,0,216,185,0,0,216,185,0,0,218,185,0,0,220,185,0,0,220,185,0,0,224,185,0,0,226,185,0,0,226,185,0,0,226,185,0,0,226,185,0,0,226,185,0,0,230,185,0,0,230,185,0,0,234,185,0,0,236,185,0,0,236,185,0,0,236,185,0,0,242,185,0,0,244,185,0,0,244,185,0,0,244,185,0,0,246,185,0,0,248,185,0,0,248,185,0,0,250,185,0,0,250,185,0,0,254,185,0,0,254,185,0,0,4,186,0,0,4,186,0,0,4,186,0,0,6,186,0,0,8,186,0,0,14,186,0,0,18,186,0,0,22,186,0,0,24,186,0,0,28,186,0,0,32,186,0,0,38,186,0,0,44,186,0,0,44,186,0,0,48,186,0,0,48,186,0,0,56,186,0,0,60,186,0,0,76,186,0,0,76,186,0,0,78,186,0,0,84,186,0,0,84,186,0,0,84,186,0,0,90,186,0,0,90,186,0,0,94,186,0,0,94,186,0,0,96,186,0,0,98,186,0,0,100,186,0,0,100,186,0,0,100,186,0,0,102,186,0,0,104,186,0,0,104,186,0,0,108,186,0,0,118,186,0,0,120,186,0,0,126,186,0,0,128,186,0,0,128,186,0,0,128,186,0,0,130,186,0,0,130,186,0,0,136,186,0,0,136,186,0,0,140,186,0,0,142,186,0,0,142,186,0,0,142,186,0,0,142,186,0,0,146,186,0,0,154,186,0,0,154,186,0,0,154,186,0,0,160,186,0,0,160,186,0,0,164,186,0,0,166,186,0,0,172,186,0,0,176,186,0,0,180,186,0,0,180,186,0,0,180,186,0,0,180,186,0,0,180,186,0,0,182,186,0,0,182,186,0,0,182,186,0,0,182,186,0,0,182,186,0,0,186,186,0,0,194,186,0,0,202,186,0,0,202,186,0,0,202,186,0,0,202,186,0,0,206,186,0,0,210,186,0,0,210,186,0,0,210,186,0,0,210,186,0,0,210,186,0,0,212,186,0,0,214,186,0,0,214,186,0,0,214,186,0,0,224,186,0,0,226,186,0,0,228,186,0,0,232,186,0,0,232,186,0,0,236,186,0,0,236,186,0,0,238,186,0,0,238,186,0,0,238,186,0,0,238,186,0,0,240,186,0,0,240,186,0,0,242,186,0,0,246,186,0,0,246,186,0,0,246,186,0,0,246,186,0,0,248,186,0,0,248,186,0,0,6,187,0,0,6,187,0,0,6,187,0,0,6,187,0,0,12,187,0,0,12,187,0,0,24,187,0,0,24,187,0,0,28,187,0,0,32,187,0,0,34,187,0,0,34,187,0,0,34,187,0,0,34,187,0,0,34,187,0,0,34,187,0,0,34,187,0,0,40,187,0,0,46,187,0,0,50,187,0,0,50,187,0,0,50,187,0,0,52,187,0,0,54,187,0,0,54,187,0,0,54,187,0,0,54,187,0,0,54,187,0,0,58,187,0,0,58,187,0,0,62,187,0,0,64,187,0,0,68,187,0,0,68,187,0,0,72,187,0,0,74,187,0,0,74,187,0,0,74,187,0,0,74,187,0,0,80,187,0,0,80,187,0,0,80,187,0,0,84,187,0,0,84,187,0,0,84,187,0,0,84,187,0,0,84,187,0,0,88,187,0,0,88,187,0,0,88,187,0,0,90,187,0,0,92,187,0,0,100,187,0,0,102,187,0,0,110,187,0,0,110,187,0,0,110,187,0,0,110,187,0,0,112,187,0,0,112,187,0,0,116,187,0,0,116,187,0,0,116,187,0,0,124,187,0,0,124,187,0,0,126,187,0,0,126,187,0,0,136,187,0,0,136,187,0,0,138,187,0,0,140,187,0,0,140,187,0,0,140,187,0,0,148,187,0,0,148,187,0,0,148,187,0,0,152,187,0,0,156,187,0,0,158,187,0,0,158,187,0,0,162,187,0,0,162,187,0,0,162,187,0,0,162,187,0,0,166,187,0,0,170,187,0,0,172,187,0,0,172,187,0,0,172,187,0,0,172,187,0,0,172,187,0,0,172,187,0,0,172,187,0,0,172,187,0,0,172,187,0,0,174,187,0,0,174,187,0,0,174,187,0,0,176,187,0,0,176,187,0,0,176,187,0,0,176,187,0,0,178,187,0,0,180,187,0,0,182,187,0,0,182,187,0,0,182,187,0,0,182,187,0,0,182,187,0,0,184,187,0,0,188,187,0,0,188,187,0,0,188,187,0,0,202,187,0,0,204,187,0,0,204,187,0,0,204,187,0,0,206,187,0,0,206,187,0,0,206,187,0,0,218,187,0,0,222,187,0,0,224,187,0,0,224,187,0,0,226,187,0,0,228,187,0,0,228,187,0,0,228,187,0,0,238,187,0,0,238,187,0,0,242,187,0,0,242,187,0,0,242,187,0,0,242,187,0,0,244,187,0,0,244,187,0,0,244,187,0,0,246,187,0,0,254,187,0,0,254,187,0,0,254,187,0,0,0,188,0,0,0,188,0,0,2,188,0,0,2,188,0,0,2,188,0,0,4,188,0,0,4,188,0,0,6,188,0,0,6,188,0,0,6,188,0,0,6,188,0,0,6,188,0,0,6,188,0,0,6,188,0,0,6,188,0,0,8,188,0,0,10,188,0,0,10,188,0,0,12,188,0,0,12,188,0,0,12,188,0,0,18,188,0,0,20,188,0,0,20,188,0,0,24,188,0,0,30,188,0,0,30,188,0,0,30,188,0,0,30,188,0,0,32,188,0,0,32,188,0,0,34,188,0,0,40,188,0,0,40,188,0,0,40,188,0,0,40,188,0,0,40,188,0,0,40,188,0,0,40,188,0,0,48,188,0,0,50,188,0,0,52,188,0,0,54,188,0,0,56,188,0,0,58,188,0,0,58,188,0,0,60,188,0,0,64,188,0,0,66,188,0,0,70,188,0,0,70,188,0,0,70,188,0,0,70,188,0,0,80,188,0,0,82,188,0,0,84,188,0,0,84,188,0,0,88,188,0,0,90,188,0,0,92,188,0,0,100,188,0,0,100,188,0,0,100,188,0,0,104,188,0,0,104,188,0,0,104,188,0,0,104,188,0,0,104,188,0,0,108,188,0,0,108,188,0,0,108,188,0,0,110,188,0,0,110,188,0,0,110,188,0,0,114,188,0,0,118,188,0,0,120,188,0,0,124,188,0,0,124,188,0,0,128,188,0,0,134,188,0,0,134,188,0,0,136,188,0,0,138,188,0,0,140,188,0,0,140,188,0,0,148,188,0,0,148,188,0,0,152,188,0,0,158,188,0,0,162,188,0,0,162,188,0,0,162,188,0,0,170,188,0,0,170,188,0,0,174,188,0,0,178,188,0,0,178,188,0,0,178,188,0,0,178,188,0,0,178,188,0,0,182,188,0,0,182,188,0,0,182,188,0,0,182,188,0,0,186,188,0,0,188,188,0,0,188,188,0,0,190,188,0,0,190,188,0,0,190,188,0,0,190,188,0,0,190,188,0,0,190,188,0,0,196,188,0,0,198,188,0,0,198,188,0,0,198,188,0,0,198,188,0,0,198,188,0,0,208,188,0,0,212,188,0,0,218,188,0,0,220,188,0,0,222,188,0,0,222,188,0,0,224,188,0,0,224,188,0,0,224,188,0,0,226,188,0,0,228,188,0,0,234,188,0,0,234,188,0,0,238,188,0,0,240,188,0,0,240,188,0,0,240,188,0,0,242,188,0,0,242,188,0,0,242,188,0,0,242,188,0,0,242,188,0,0,242,188,0,0,244,188,0,0,244,188,0,0,248,188,0,0,248,188,0,0,248,188,0,0,248,188,0,0,248,188,0,0,248,188,0,0,2,189,0,0,8,189,0,0,12,189,0,0,18,189,0,0,18,189,0,0,22,189,0,0,22,189,0,0,22,189,0,0,28,189,0,0,34,189,0,0,40,189,0,0,40,189,0,0,42,189,0,0,44,189,0,0,46,189,0,0,46,189,0,0,46,189,0,0,46,189,0,0,46,189,0,0,48,189,0,0,50,189,0,0,50,189,0,0,50,189,0,0,52,189,0,0,56,189,0,0,62,189,0,0,64,189,0,0,64,189,0,0,66,189,0,0,66,189,0,0,66,189,0,0,66,189,0,0,66,189,0,0,70,189,0,0,76,189,0,0,80,189,0,0,80,189,0,0,80,189,0,0,80,189,0,0,80,189,0,0,80,189,0,0,80,189,0,0,86,189,0,0,88,189,0,0,90,189,0,0,90,189,0,0,92,189,0,0,92,189,0,0,94,189,0,0,96,189,0,0,100,189,0,0,100,189,0,0,100,189,0,0,108,189,0,0,110,189,0,0,114,189,0,0,114,189,0,0,114,189,0,0,118,189,0,0,118,189,0,0,118,189,0,0,118,189,0,0,118,189,0,0,118,189,0,0,118,189,0,0,118,189,0,0,118,189,0,0,120,189,0,0,120,189,0,0,120,189,0,0,120,189,0,0,122,189,0,0,128,189,0,0,132,189,0,0,134,189,0,0,148,189,0,0,148,189,0,0,148,189,0,0,152,189,0,0,152,189,0,0,156,189,0,0,156,189,0,0,156,189,0,0,156,189,0,0,158,189,0,0,158,189,0,0,158,189,0,0,158,189,0,0,158,189,0,0,158,189,0,0,158,189,0,0,164,189,0,0,172,189,0,0,172,189,0,0,172,189,0,0,172,189,0,0,174,189,0,0,176,189,0,0,176,189,0,0,176,189,0,0,176,189,0,0,176,189,0,0,176,189,0,0,178,189,0,0,180,189,0,0,180,189,0,0,184,189,0,0,184,189,0,0,188,189,0,0,196,189,0,0,198,189,0,0,198,189,0,0,198,189,0,0,200,189,0,0,202,189,0,0,204,189,0,0,204,189,0,0,208,189,0,0,208,189,0,0,212,189,0,0,216,189,0,0,222,189,0,0,224,189,0,0,230,189,0,0,234,189,0,0,238,189,0,0,242,189,0,0,242,189,0,0,242,189,0,0,242,189,0,0,246,189,0,0,252,189,0,0,252,189,0,0,252,189,0,0,252,189,0,0,252,189,0,0,2,190,0,0,6,190,0,0,6,190,0,0,8,190,0,0,18,190,0,0,18,190,0,0,20,190,0,0,30,190,0,0,30,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,44,190,0,0,46,190,0,0,52,190,0,0,58,190,0,0,58,190,0,0,60,190,0,0,60,190,0,0,66,190,0,0,72,190,0,0,78,190,0,0,78,190,0,0,80,190,0,0,80,190,0,0,86,190,0,0,90,190,0,0,92,190,0,0,94,190,0,0,94,190,0,0,94,190,0,0,96,190,0,0,106,190,0,0,106,190,0,0,106,190,0,0,108,190,0,0,108,190,0,0,112,190,0,0,112,190,0,0,112,190,0,0,114,190,0,0,114,190,0,0,116,190,0,0,118,190,0,0,120,190,0,0,122,190,0,0,122,190,0,0,124,190,0,0,124,190,0,0,138,190,0,0,138,190,0,0,138,190,0,0,138,190,0,0,138,190,0,0,142,190,0,0,142,190,0,0,144,190,0,0,144,190,0,0,146,190,0,0,154,190,0,0,154,190,0,0,158,190,0,0,168,190,0,0,168,190,0,0,168,190,0,0,168,190,0,0,168,190,0,0,170,190,0,0,170,190,0,0,176,190,0,0,178,190,0,0,178,190,0,0,184,190,0,0,184,190,0,0,188,190,0,0,188,190,0,0,192,190,0,0,196,190,0,0,196,190,0,0,196,190,0,0,196,190,0,0,196,190,0,0,196,190,0,0,196,190,0,0,198,190,0,0,200,190,0,0,202,190,0,0,208,190,0,0,208,190,0,0,208,190,0,0,208,190,0,0,208,190,0,0,208,190,0,0,208,190,0,0,212,190,0,0,214,190,0,0,214,190,0,0,218,190,0,0,218,190,0,0,218,190,0,0,220,190,0,0,220,190,0,0,220,190,0,0,226,190,0,0,226,190,0,0,228,190,0,0,230,190,0,0,230,190,0,0,232,190,0,0,234,190,0,0,234,190,0,0,236,190,0,0,240,190,0,0,244,190,0,0,244,190,0,0,244,190,0,0,252,190,0,0,0,191,0,0,0,191,0,0,4,191,0,0,4,191,0,0,4,191,0,0,4,191,0,0,4,191,0,0,12,191,0,0,12,191,0,0,20,191,0,0,20,191,0,0,32,191,0,0,32,191,0,0,32,191,0,0,32,191,0,0,32,191,0,0,36,191,0,0,38,191,0,0,38,191,0,0,38,191,0,0,38,191,0,0,40,191,0,0,42,191,0,0,42,191,0,0,42,191,0,0,42,191,0,0,44,191,0,0,44,191,0,0,52,191,0,0,52,191,0,0,54,191,0,0,54,191,0,0,54,191,0,0,58,191,0,0,64,191,0,0,66,191,0,0,70,191,0,0,74,191,0,0,76,191,0,0,76,191,0,0,76,191,0,0,76,191,0,0,76,191,0,0,76,191,0,0,76,191,0,0,78,191,0,0,78,191,0,0,80,191,0,0,82,191,0,0,82,191,0,0,86,191,0,0,86,191,0,0,86,191,0,0,88,191,0,0,92,191,0,0,94,191,0,0,100,191,0,0,104,191,0,0,106,191,0,0,106,191,0,0,106,191,0,0,110,191,0,0,114,191,0,0,114,191,0,0,116,191,0,0,116,191,0,0,120,191,0,0,126,191,0,0,126,191,0,0,126,191,0,0,132,191,0,0,136,191,0,0,136,191,0,0,138,191,0,0,142,191,0,0,144,191,0,0,148,191,0,0,148,191,0,0,152,191,0,0,152,191,0,0,152,191,0,0,152,191,0,0,154,191,0,0,154,191,0,0,154,191,0,0,158,191,0,0,160,191,0,0,164,191,0,0,168,191,0,0,168,191,0,0,168,191,0,0,170,191,0,0,174,191,0,0,174,191,0,0,174,191,0,0,174,191,0,0,176,191,0,0,178,191,0,0,178,191,0,0,178,191,0,0,184,191,0,0,186,191,0,0,188,191,0,0,192,191,0,0,194,191,0,0,194,191,0,0,196,191,0,0,200,191,0,0,200,191,0,0,200,191,0,0,200,191,0,0,200,191,0,0,202,191,0,0,202,191,0,0,202,191,0,0,214,191,0,0,222,191,0,0,224,191,0,0,230,191,0,0,232,191,0,0,236,191,0,0,240,191,0,0,244,191,0,0,244,191,0,0,244,191,0,0,244,191,0,0,246,191,0,0,246,191,0,0,0,192,0,0,4,192,0,0,8,192,0,0,14,192,0,0,14,192,0,0,14,192,0,0,18,192,0,0,22,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,34,192,0,0,34,192,0,0,36,192,0,0,36,192,0,0,36,192,0,0,38,192,0,0,44,192,0,0,44,192,0,0,44,192,0,0,44,192,0,0,44,192,0,0,44,192,0,0,44,192,0,0,50,192,0,0,50,192,0,0,52,192,0,0,64,192,0,0,66,192,0,0,78,192,0,0,78,192,0,0,80,192,0,0,80,192,0,0,82,192,0,0,82,192,0,0,86,192,0,0,86,192,0,0,86,192,0,0,86,192,0,0,86,192,0,0,86,192,0,0,86,192,0,0,86,192,0,0,86,192,0,0,86,192,0,0,90,192,0,0,90,192,0,0,90,192,0,0,98,192,0,0,98,192,0,0,100,192,0,0,100,192,0,0,100,192,0,0,102,192,0,0,106,192,0,0,108,192,0,0,112,192,0,0,112,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,122,192,0,0,124,192,0,0,124,192,0,0,124,192,0,0,124,192,0,0,124,192,0,0,130,192,0,0,130,192,0,0,130,192,0,0,134,192,0,0,136,192,0,0,136,192,0,0,136,192,0,0,138,192,0,0,144,192,0,0,144,192,0,0,144,192,0,0,144,192,0,0,144,192,0,0,144,192,0,0,146,192,0,0,146,192,0,0,148,192,0,0,160,192,0,0,160,192,0,0,168,192,0,0,168,192,0,0,168,192,0,0,172,192,0,0,172,192,0,0,180,192,0,0,192,192,0,0,194,192,0,0,196,192,0,0,196,192,0,0,196,192,0,0,202,192,0,0,202,192,0,0,202,192,0,0,202,192,0,0,202,192,0,0,206,192,0,0,206,192,0,0,206,192,0,0,206,192,0,0,206,192,0,0,212,192,0,0,224,192,0,0,228,192,0,0,228,192,0,0,228,192,0,0,228,192,0,0,228,192,0,0,228,192,0,0,230,192,0,0,234,192,0,0,234,192,0,0,238,192,0,0,246,192,0,0,250,192,0,0,250,192,0,0,8,193,0,0,8,193,0,0,10,193,0,0,12,193,0,0,12,193,0,0,14,193,0,0,14,193,0,0,34,193,0,0,36,193,0,0,38,193,0,0,40,193,0,0,42,193,0,0,44,193,0,0,46,193,0,0,46,193,0,0,56,193,0,0,56,193,0,0,56,193,0,0,56,193,0,0,58,193,0,0,60,193,0,0,64,193,0,0,64,193,0,0,64,193,0,0,64,193,0,0,64,193,0,0,64,193,0,0,64,193,0,0,64,193,0,0,70,193,0,0,74,193,0,0,76,193,0,0,76,193,0,0,76,193,0,0,76,193,0,0,76,193,0,0,76,193,0,0,82,193,0,0,84,193,0,0,90,193,0,0,90,193,0,0,90,193,0,0,90,193,0,0,92,193,0,0,96,193,0,0,96,193,0,0,100,193,0,0,102,193,0,0,102,193,0,0,106,193,0,0,108,193,0,0,114,193,0,0,116,193,0,0,116,193,0,0,116,193,0,0,116,193,0,0,118,193,0,0,118,193,0,0,118,193,0,0,118,193,0,0,124,193,0,0,128,193,0,0,128,193,0,0,128,193,0,0,130,193,0,0,140,193,0,0,140,193,0,0,148,193,0,0,150,193,0,0,160,193,0,0,162,193,0,0,164,193,0,0,170,193,0,0,170,193,0,0,170,193,0,0,172,193,0,0,172,193,0,0,172,193,0,0,176,193,0,0,184,193,0,0,184,193,0,0,184,193,0,0,188,193,0,0,188,193,0,0,190,193,0,0,192,193,0,0,196,193,0,0,200,193,0,0,200,193,0,0,202,193,0,0,206,193,0,0,212,193,0,0,214,193,0,0,218,193,0,0,218,193,0,0,218,193,0,0,222,193,0,0,224,193,0,0,230,193,0,0,232,193,0,0,236,193,0,0,236,193,0,0,238,193,0,0,240,193,0,0,240,193,0,0,240,193,0,0,244,193,0,0,244,193,0,0,244,193,0,0,246,193,0,0,248,193,0,0,248,193,0,0,250,193,0,0,252,193,0,0,252,193,0,0,252,193,0,0,252,193,0,0,254,193,0,0,2,194,0,0,6,194,0,0,6,194,0,0,8,194,0,0,10,194,0,0,18,194,0,0,18,194,0,0,18,194,0,0,20,194,0,0,20,194,0,0,22,194,0,0,26,194,0,0,26,194,0,0,26,194,0,0,26,194,0,0,26,194,0,0,32,194,0,0,36,194,0,0,42,194,0,0,42,194,0,0,56,194,0,0,56,194,0,0,56,194,0,0,58,194,0,0,58,194,0,0,58,194,0,0,60,194,0,0,68,194,0,0,68,194,0,0,68,194,0,0,70,194,0,0,72,194,0,0,78,194,0,0,80,194,0,0,80,194,0,0,80,194,0,0,82,194,0,0,84,194,0,0,84,194,0,0,90,194,0,0,90,194,0,0,90,194,0,0,94,194,0,0,100,194,0,0,102,194,0,0,102,194,0,0,102,194,0,0,102,194,0,0,102,194,0,0,104,194,0,0,106,194,0,0,108,194,0,0,108,194,0,0,108,194,0,0,108,194,0,0,114,194,0,0,118,194,0,0,120,194,0,0,124,194,0,0,124,194,0,0,128,194,0,0,128,194,0,0,128,194,0,0,128,194,0,0,128,194,0,0,132,194,0,0,134,194,0,0,134,194,0,0,134,194,0,0,134,194,0,0,134,194,0,0,134,194,0,0,134,194,0,0,134,194,0,0,134,194,0,0,140,194,0,0,152,194,0,0,154,194,0,0,158,194,0,0,164,194,0,0,170,194,0,0,172,194,0,0,174,194,0,0,180,194,0,0,180,194,0,0,184,194,0,0,184,194,0,0,186,194,0,0,188,194,0,0,190,194,0,0,190,194,0,0,192,194,0,0,196,194,0,0,202,194,0,0,206,194,0,0,208,194,0,0,208,194,0,0,208,194,0,0,210,194,0,0,210,194,0,0,210,194,0,0,210,194,0,0,216,194,0,0,218,194,0,0,222,194,0,0,228,194,0,0,228,194,0,0,228,194,0,0,236,194,0,0,244,194,0,0,244,194,0,0,244,194,0,0,250,194,0,0,254,194,0,0,0,195,0,0,0,195,0,0,4,195,0,0,4,195,0,0,4,195,0,0,4,195,0,0,6,195,0,0,8,195,0,0,8,195,0,0,8,195,0,0,8,195,0,0,16,195,0,0,18,195,0,0,18,195,0,0,20,195,0,0,20,195,0,0,20,195,0,0,28,195,0,0,34,195,0,0,34,195,0,0,34,195,0,0,40,195,0,0,40,195,0,0,42,195,0,0,46,195,0,0,48,195,0,0,54,195,0,0,54,195,0,0,56,195,0,0,62,195,0,0,62,195,0,0,62,195,0,0,62,195,0,0,62,195,0,0,66,195,0,0,68,195,0,0,68,195,0,0,74,195,0,0,74,195,0,0,78,195,0,0,78,195,0,0,84,195,0,0,86,195,0,0,86,195,0,0,86,195,0,0,86,195,0,0,86,195,0,0,86,195,0,0,86,195,0,0,92,195,0,0,92,195,0,0,94,195,0,0,94,195,0,0,94,195,0,0,94,195,0,0,94,195,0,0,94,195,0,0,96,195,0,0,100,195,0,0,102,195,0,0,104,195,0,0,106,195,0,0,106,195,0,0,110,195,0,0,110,195,0,0,110,195,0,0,110,195,0,0,112,195,0,0,116,195,0,0,116,195,0,0,116,195,0,0,116,195,0,0,120,195,0,0,120,195,0,0,120,195,0,0,120,195,0,0,120,195,0,0,120,195,0,0,128,195,0,0,130,195,0,0,136,195,0,0,140,195,0,0,140,195,0,0,140,195,0,0,144,195,0,0,148,195,0,0,150,195,0,0,156,195,0,0,166,195,0,0,172,195,0,0,172,195,0,0,172,195,0,0,174,195,0,0,174,195,0,0,174,195,0,0,174,195,0,0,184,195,0,0,188,195,0,0,192,195,0,0,192,195,0,0,192,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,214,195,0,0,218,195,0,0,218,195,0,0,224,195,0,0,226,195,0,0,228,195,0,0,234,195,0,0,234,195,0,0,234,195,0,0,238,195,0,0,238,195,0,0,248,195,0,0,248,195,0,0,248,195,0,0,248,195,0,0,250,195,0,0,254,195,0,0,254,195,0,0,2,196,0,0,2,196,0,0,2,196,0,0,2,196,0,0,2,196,0,0,4,196,0,0,4,196,0,0,4,196,0,0,6,196,0,0,10,196,0,0,10,196,0,0,16,196,0,0,18,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,28,196,0,0,28,196,0,0,28,196,0,0,30,196,0,0,32,196,0,0,32,196,0,0,34,196,0,0,34,196,0,0,40,196,0,0,44,196,0,0,46,196,0,0,46,196,0,0,46,196,0,0,46,196,0,0,46,196,0,0,52,196,0,0,54,196,0,0,62,196,0,0,62,196,0,0,64,196,0,0,64,196,0,0,64,196,0,0,68,196,0,0,68,196,0,0,70,196,0,0,72,196,0,0,72,196,0,0,82,196,0,0,82,196,0,0,82,196,0,0,84,196,0,0,88,196,0,0,88,196,0,0,88,196,0,0,90,196,0,0,90,196,0,0,92,196,0,0,94,196,0,0,94,196,0,0,94,196,0,0,94,196,0,0,94,196,0,0,94,196,0,0,94,196,0,0,100,196,0,0,102,196,0,0,108,196,0,0,112,196,0,0,114,196,0,0,116,196,0,0,120,196,0,0,122,196,0,0,122,196,0,0,122,196,0,0,122,196,0,0,122,196,0,0,122,196,0,0,126,196,0,0,126,196,0,0,130,196,0,0,130,196,0,0,130,196,0,0,132,196,0,0,138,196,0,0,140,196,0,0,144,196,0,0,144,196,0,0,146,196,0,0,150,196,0,0,150,196,0,0,150,196,0,0,150,196,0,0,152,196,0,0,154,196,0,0,158,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,174,196,0,0,176,196,0,0,178,196,0,0,178,196,0,0,180,196,0,0,180,196,0,0,180,196,0,0,184,196,0,0,184,196,0,0,188,196,0,0,190,196,0,0,190,196,0,0,190,196,0,0,192,196,0,0,192,196,0,0,204,196,0,0,204,196,0,0,204,196,0,0,208,196,0,0,214,196,0,0,214,196,0,0,218,196,0,0,218,196,0,0,220,196,0,0,220,196,0,0,220,196,0,0,220,196,0,0,224,196,0,0,226,196,0,0,226,196,0,0,230,196,0,0,232,196,0,0,232,196,0,0,232,196,0,0,238,196,0,0,240,196,0,0,242,196,0,0,244,196,0,0,246,196,0,0,248,196,0,0,248,196,0,0,248,196,0,0,6,197,0,0,10,197,0,0,10,197,0,0,12,197,0,0,16,197,0,0,20,197,0,0,26,197,0,0,30,197,0,0,32,197,0,0,36,197,0,0,36,197,0,0,36,197,0,0,38,197,0,0,42,197,0,0,44,197,0,0,44,197,0,0,44,197,0,0,44,197,0,0,48,197,0,0,48,197,0,0,48,197,0,0,50,197,0,0,56,197,0,0,58,197,0,0,60,197,0,0,60,197,0,0,60,197,0,0,62,197,0,0,64,197,0,0,70,197,0,0,74,197,0,0,74,197,0,0,82,197,0,0,82,197,0,0,84,197,0,0,88,197,0,0,90,197,0,0,100,197,0,0,100,197,0,0,100,197,0,0,104,197,0,0,104,197,0,0,110,197,0,0,110,197,0,0,114,197,0,0,116,197,0,0,122,197,0,0,122,197,0,0,122,197,0,0,126,197,0,0,126,197,0,0,138,197,0,0,140,197,0,0,142,197,0,0,142,197,0,0,146,197,0,0,146,197,0,0,150,197,0,0,150,197,0,0,150,197,0,0,150,197,0,0,156,197,0,0,156,197,0,0,156,197,0,0,160,197,0,0,160,197,0,0,166,197,0,0,166,197,0,0,166,197,0,0,166,197,0,0,166,197,0,0,166,197,0,0,168,197,0,0,180,197,0,0,186,197,0,0,186,197,0,0,188,197,0,0,190,197,0,0,192,197,0,0,192,197,0,0,200,197,0,0,202,197,0,0,204,197,0,0,208,197,0,0,208,197,0,0,208,197,0,0,208,197,0,0,210,197,0,0,216,197,0,0,216,197,0,0,218,197,0,0,226,197,0,0,238,197,0,0,238,197,0,0,244,197,0,0,248,197,0,0,252,197,0,0,252,197,0,0,252,197,0,0,252,197,0,0,252,197,0,0,0,198,0,0,2,198,0,0,2,198,0,0,12,198,0,0,16,198,0,0,16,198,0,0,16,198,0,0,18,198,0,0,18,198,0,0,18,198,0,0,18,198,0,0,18,198,0,0,24,198,0,0,24,198,0,0,26,198,0,0,26,198,0,0,26,198,0,0,34,198,0,0,36,198,0,0,38,198,0,0,38,198,0,0,40,198,0,0,40,198,0,0,40,198,0,0,50,198,0,0,52,198,0,0,52,198,0,0,54,198,0,0,54,198,0,0,56,198,0,0,60,198,0,0,60,198,0,0,60,198,0,0,60,198,0,0,62,198,0,0,64,198,0,0,64,198,0,0,66,198,0,0,70,198,0,0,76,198,0,0,80,198,0,0,80,198,0,0,82,198,0,0,82,198,0,0,84,198,0,0,84,198,0,0,84,198,0,0,88,198,0,0,88,198,0,0,88,198,0,0,90,198,0,0,90,198,0,0,92,198,0,0,92,198,0,0,102,198,0,0,112,198,0,0,112,198,0,0,112,198,0,0,112,198,0,0,120,198,0,0,120,198,0,0,124,198,0,0,124,198,0,0,132,198,0,0,132,198,0,0,132,198,0,0,134,198,0,0,144,198,0,0,144,198,0,0,158,198,0,0,160,198,0,0,160,198,0,0,160,198,0,0,160,198,0,0,160,198,0,0,160,198,0,0,166,198,0,0,166,198,0,0,170,198,0,0,172,198,0,0,172,198,0,0,172,198,0,0,172,198,0,0,172,198,0,0,176,198,0,0,176,198,0,0,176,198,0,0,176,198,0,0,176,198,0,0,176,198,0,0,182,198,0,0,182,198,0,0,182,198,0,0,184,198,0,0,192,198,0,0,192,198,0,0,194,198,0,0,198,198,0,0,198,198,0,0,200,198,0,0,200,198,0,0,200,198,0,0,200,198,0,0,206,198,0,0,210,198,0,0,212,198,0,0,212,198,0,0,214,198,0,0,216,198,0,0,222,198,0,0,224,198,0,0,224,198,0,0,224,198,0,0,224,198,0,0,226,198,0,0,228,198,0,0,230,198,0,0,234,198,0,0,236,198,0,0,242,198,0,0,244,198,0,0,244,198,0,0,244,198,0,0,244,198,0,0,244,198,0,0,248,198,0,0,248,198,0,0,254,198,0,0,0,199,0,0,8,199,0,0,8,199,0,0,8,199,0,0,12,199,0,0,26,199,0,0,30,199,0,0,32,199,0,0,34,199,0,0,40,199,0,0,42,199,0,0,42,199,0,0,50,199,0,0,50,199,0,0,50,199,0,0,50,199,0,0,50,199,0,0,58,199,0,0,58,199,0,0,64,199,0,0,64,199,0,0,66,199,0,0,68,199,0,0,68,199,0,0,68,199,0,0,70,199,0,0,74,199,0,0,76,199,0,0,78,199,0,0,78,199,0,0,78,199,0,0,78,199,0,0,80,199,0,0,80,199,0,0,84,199,0,0,90,199,0,0,90,199,0,0,90,199,0,0,90,199,0,0,92,199,0,0,92,199,0,0,92,199,0,0,96,199,0,0,96,199,0,0,98,199,0,0,98,199,0,0,100,199,0,0,100,199,0,0,102,199,0,0,102,199,0,0,112,199,0,0,112,199,0,0,112,199,0,0,112,199,0,0,114,199,0,0,114,199,0,0,114,199,0,0,116,199,0,0,116,199,0,0,116,199,0,0,120,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,130,199,0,0,132,199,0,0,132,199,0,0,136,199,0,0,136,199,0,0,136,199,0,0,136,199,0,0,136,199,0,0,144,199,0,0,150,199,0,0,156,199,0,0,158,199,0,0,158,199,0,0,158,199,0,0,160,199,0,0,160,199,0,0,162,199,0,0,162,199,0,0,172,199,0,0,176,199,0,0,178,199,0,0,182,199,0,0,188,199,0,0,188,199,0,0,188,199,0,0,192,199,0,0,192,199,0,0,192,199,0,0,196,199,0,0,196,199,0,0,196,199,0,0,202,199,0,0,204,199,0,0,208,199,0,0,208,199,0,0,208,199,0,0,212,199,0,0,212,199,0,0,214,199,0,0,214,199,0,0,214,199,0,0,216,199,0,0,222,199,0,0,222,199,0,0,222,199,0,0,224,199,0,0,224,199,0,0,224,199,0,0,226,199,0,0,232,199,0,0,234,199,0,0,234,199,0,0,236,199,0,0,238,199,0,0,238,199,0,0,244,199,0,0,246,199,0,0,246,199,0,0,248,199,0,0,248,199,0,0,250,199,0,0,250,199,0,0,2,200,0,0,8,200,0,0,10,200,0,0,12,200,0,0,12,200,0,0,18,200,0,0,18,200,0,0,18,200,0,0,20,200,0,0,22,200,0,0,30,200,0,0,32,200,0,0,32,200,0,0,32,200,0,0,34,200,0,0,34,200,0,0,38,200,0,0,40,200,0,0,40,200,0,0,42,200,0,0,42,200,0,0,42,200,0,0,42,200,0,0,44,200,0,0,44,200,0,0,46,200,0,0,48,200,0,0,48,200,0,0,48,200,0,0,48,200,0,0,52,200,0,0,52,200,0,0,58,200,0,0,58,200,0,0,58,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,76,200,0,0,80,200,0,0,80,200,0,0,80,200,0,0,80,200,0,0,86,200,0,0,88,200,0,0,88,200,0,0,90,200,0,0,92,200,0,0,98,200,0,0,98,200,0,0,98,200,0,0,98,200,0,0,98,200,0,0,102,200,0,0,102,200,0,0,104,200,0,0,104,200,0,0,104,200,0,0,104,200,0,0,108,200,0,0,108,200,0,0,110,200,0,0,114,200,0,0,118,200,0,0,122,200,0,0,122,200,0,0,124,200,0,0,128,200,0,0,130,200,0,0,136,200,0,0,138,200,0,0,138,200,0,0,148,200,0,0,148,200,0,0,150,200,0,0,152,200,0,0,156,200,0,0,160,200,0,0,162,200,0,0,162,200,0,0,164,200,0,0,164,200,0,0,164,200,0,0,164,200,0,0,172,200,0,0,180,200,0,0,184,200,0,0,184,200,0,0,184,200,0,0,194,200,0,0,194,200,0,0,194,200,0,0,194,200,0,0,194,200,0,0,196,200,0,0,196,200,0,0,198,200,0,0,204,200,0,0,204,200,0,0,206,200,0,0,210,200,0,0,210,200,0,0,210,200,0,0,210,200,0,0,210,200,0,0,214,200,0,0,214,200,0,0,216,200,0,0,216,200,0,0,224,200,0,0,228,200,0,0,228,200,0,0,234,200,0,0,238,200,0,0,238,200,0,0,242,200,0,0,246,200,0,0,246,200,0,0,254,200,0,0,254,200,0,0,254,200,0,0,254,200,0,0,254,200,0,0,254,200,0,0,0,201,0,0,0,201,0,0,0,201,0,0,4,201,0,0,4,201,0,0,6,201,0,0,8,201,0,0,8,201,0,0,8,201,0,0,8,201,0,0,10,201,0,0,12,201,0,0,14,201,0,0,14,201,0,0,16,201,0,0,18,201,0,0,18,201,0,0,18,201,0,0,18,201,0,0,18,201,0,0,18,201,0,0,18,201,0,0,18,201,0,0,18,201,0,0,18,201,0,0,20,201,0,0,20,201,0,0,20,201,0,0,30,201,0,0,30,201,0,0,30,201,0,0,36,201,0,0,38,201,0,0,42,201,0,0,44,201,0,0,44,201,0,0,44,201,0,0,46,201,0,0,46,201,0,0,46,201,0,0,46,201,0,0,48,201,0,0,48,201,0,0,52,201,0,0,54,201,0,0,54,201,0,0,56,201,0,0,60,201,0,0,66,201,0,0,68,201,0,0,70,201,0,0,70,201,0,0,70,201,0,0,70,201,0,0,70,201,0,0,72,201,0,0,72,201,0,0,76,201,0,0,76,201,0,0,76,201,0,0,76,201,0,0,78,201,0,0,78,201,0,0,78,201,0,0,78,201,0,0,82,201,0,0,82,201,0,0,86,201,0,0,88,201,0,0,88,201,0,0,90,201,0,0,90,201,0,0,94,201,0,0,102,201,0,0,110,201,0,0,110,201,0,0,110,201,0,0,114,201,0,0,116,201,0,0,118,201,0,0,120,201,0,0,120,201,0,0,122,201,0,0,126,201,0,0,126,201,0,0,126,201,0,0,126,201,0,0,128,201,0,0,130,201,0,0,132,201,0,0,134,201,0,0,134,201,0,0,142,201,0,0,142,201,0,0,142,201,0,0,146,201,0,0,146,201,0,0,146,201,0,0,146,201,0,0,146,201,0,0,148,201,0,0,150,201,0,0,150,201,0,0,150,201,0,0,150,201,0,0,150,201,0,0,150,201,0,0,150,201,0,0,152,201,0,0,154,201,0,0,156,201,0,0,156,201,0,0,156,201,0,0,160,201,0,0,162,201,0,0,162,201,0,0,172,201,0,0,172,201,0,0,174,201,0,0,176,201,0,0,178,201,0,0,180,201,0,0,180,201,0,0,184,201,0,0,186,201,0,0,186,201,0,0,186,201,0,0,186,201,0,0,186,201,0,0,186,201,0,0,186,201,0,0,186,201,0,0,196,201,0,0,196,201,0,0,204,201,0,0,204,201,0,0,204,201,0,0,206,201,0,0,206,201,0,0,206,201,0,0,208,201,0,0,208,201,0,0,208,201,0,0,208,201,0,0,208,201,0,0,208,201,0,0,208,201,0,0,212,201,0,0,216,201,0,0,216,201,0,0,216,201,0,0,216,201,0,0,216,201,0,0,218,201,0,0,218,201,0,0,224,201,0,0,234,201,0,0,234,201,0,0,236,201,0,0,244,201,0,0,244,201,0,0,244,201,0,0,244,201,0,0,248,201,0,0,248,201,0,0,248,201,0,0,6,202,0,0,8,202,0,0,8,202,0,0,8,202,0,0,8,202,0,0,10,202,0,0,10,202,0,0,12,202,0,0,14,202,0,0,14,202,0,0,14,202,0,0,14,202,0,0,14,202,0,0,14,202,0,0,16,202,0,0,20,202,0,0,24,202,0,0,24,202,0,0,26,202,0,0,26,202,0,0,30,202,0,0,32,202,0,0,34,202,0,0,38,202,0,0,46,202,0,0,54,202,0,0,66,202,0,0,68,202,0,0,70,202,0,0,74,202,0,0,74,202,0,0,74,202,0,0,76,202,0,0,86,202,0,0,86,202,0,0,94,202,0,0,98,202,0,0,98,202,0,0,102,202,0,0,106,202,0,0,110,202,0,0,114,202,0,0,116,202,0,0,118,202,0,0,120,202,0,0,120,202,0,0,120,202,0,0,122,202,0,0,124,202,0,0,124,202,0,0,126,202,0,0,126,202,0,0,126,202,0,0,128,202,0,0,128,202,0,0,138,202,0,0,138,202,0,0,142,202,0,0,144,202,0,0,146,202,0,0,150,202,0,0,150,202,0,0,152,202,0,0,152,202,0,0,154,202,0,0,154,202,0,0,154,202,0,0,154,202,0,0,154,202,0,0,156,202,0,0,156,202,0,0,156,202,0,0,156,202,0,0,158,202,0,0,160,202,0,0,162,202,0,0,164,202,0,0,168,202,0,0,172,202,0,0,174,202,0,0,174,202,0,0,182,202,0,0,188,202,0,0,194,202,0,0,200,202,0,0,200,202,0,0,200,202,0,0,200,202,0,0,206,202,0,0,206,202,0,0,218,202,0,0,224,202,0,0,226,202,0,0,226,202,0,0,234,202,0,0,234,202,0,0,234,202,0,0,236,202,0,0,240,202,0,0,246,202,0,0,254,202,0,0,254,202,0,0,0,203,0,0,0,203,0,0,0,203,0,0,4,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,8,203,0,0,10,203,0,0,12,203,0,0,12,203,0,0,16,203,0,0,16,203,0,0,18,203,0,0,20,203,0,0,22,203,0,0,26,203,0,0,26,203,0,0,26,203,0,0,32,203,0,0,34,203,0,0,34,203,0,0,38,203,0,0,38,203,0,0,38,203,0,0,38,203,0,0,38,203,0,0,40,203,0,0,42,203,0,0,42,203,0,0,42,203,0,0,42,203,0,0,42,203,0,0,48,203,0,0,48,203,0,0,48,203,0,0,52,203,0,0,56,203,0,0,56,203,0,0,58,203,0,0,60,203,0,0,64,203,0,0,64,203,0,0,66,203,0,0,68,203,0,0,70,203,0,0,76,203,0,0,76,203,0,0,84,203,0,0,84,203,0,0,86,203,0,0,86,203,0,0,86,203,0,0,88,203,0,0,96,203,0,0,96,203,0,0,118,203,0,0,120,203,0,0,126,203,0,0,126,203,0,0,126,203,0,0,126,203,0,0,126,203,0,0,126,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,138,203,0,0,138,203,0,0,138,203,0,0,138,203,0,0,142,203,0,0,144,203,0,0,146,203,0,0,148,203,0,0,148,203,0,0,152,203,0,0,152,203,0,0,154,203,0,0,154,203,0,0,154,203,0,0,154,203,0,0,154,203,0,0,156,203,0,0,156,203,0,0,158,203,0,0,166,203,0,0,178,203,0,0,182,203,0,0,182,203,0,0,188,203,0,0,188,203,0,0,190,203,0,0,196,203,0,0,196,203,0,0,198,203,0,0,198,203,0,0,198,203,0,0,208,203,0,0,208,203,0,0,208,203,0,0,216,203,0,0,216,203,0,0,216,203,0,0,216,203,0,0,216,203,0,0,218,203,0,0,220,203,0,0,220,203,0,0,228,203,0,0,228,203,0,0,228,203,0,0,228,203,0,0,228,203,0,0,228,203,0,0,236,203,0,0,240,203,0,0,240,203,0,0,246,203,0,0,248,203,0,0,0,204,0,0,4,204,0,0,6,204,0,0,8,204,0,0,8,204,0,0,8,204,0,0,8,204,0,0,8,204,0,0,8,204,0,0,10,204,0,0,10,204,0,0,10,204,0,0,10,204,0,0,24,204,0,0,24,204,0,0,26,204,0,0,30,204,0,0,30,204,0,0,30,204,0,0,30,204,0,0,34,204,0,0,34,204,0,0,40,204,0,0,42,204,0,0,42,204,0,0,42,204,0,0,44,204,0,0,48,204,0,0,52,204,0,0,56,204,0,0,56,204,0,0,56,204,0,0,56,204,0,0,56,204,0,0,58,204,0,0,60,204,0,0,62,204,0,0,64,204,0,0,64,204,0,0,64,204,0,0,72,204,0,0,76,204,0,0,78,204,0,0,78,204,0,0,78,204,0,0,78,204,0,0,78,204,0,0,78,204,0,0,78,204,0,0,78,204,0,0,78,204,0,0,78,204,0,0,78,204,0,0,78,204,0,0,80,204,0,0,82,204,0,0,82,204,0,0,86,204,0,0,88,204,0,0,88,204,0,0,88,204,0,0,88,204,0,0,90,204,0,0,90,204,0,0,90,204,0,0,90,204,0,0,90,204,0,0,92,204,0,0,92,204,0,0,92,204,0,0,96,204,0,0,98,204,0,0,98,204,0,0,100,204,0,0,102,204,0,0,102,204,0,0,102,204,0,0,108,204,0,0,110,204,0,0,112,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,130,204,0,0,134,204,0,0,140,204,0,0,142,204,0,0,142,204,0,0,142,204,0,0,146,204,0,0,146,204,0,0,150,204,0,0,154,204,0,0,160,204,0,0,160,204,0,0,160,204,0,0,160,204,0,0,160,204,0,0,166,204,0,0,166,204,0,0,166,204,0,0,170,204,0,0,172,204,0,0,174,204,0,0,180,204,0,0,180,204,0,0,182,204,0,0,184,204,0,0,186,204,0,0,190,204,0,0,190,204,0,0,190,204,0,0,190,204,0,0,192,204,0,0,196,204,0,0,196,204,0,0,198,204,0,0,200,204,0,0,202,204,0,0,202,204,0,0,202,204,0,0,202,204,0,0,202,204,0,0,206,204,0,0,208,204,0,0,218,204,0,0,218,204,0,0,218,204,0,0,220,204,0,0,228,204,0,0,236,204,0,0,248,204,0,0,248,204,0,0,248,204,0,0,250,204,0,0,252,204,0,0,252,204,0,0,0,205,0,0,4,205,0,0,4,205,0,0,6,205,0,0,6,205,0,0,8,205,0,0,12,205,0,0,12,205,0,0,16,205,0,0,22,205,0,0,24,205,0,0,26,205,0,0,26,205,0,0,26,205,0,0,28,205,0,0,30,205,0,0,32,205,0,0,34,205,0,0,34,205,0,0,34,205,0,0,40,205,0,0,40,205,0,0,40,205,0,0,48,205,0,0,48,205,0,0,50,205,0,0,50,205,0,0,54,205,0,0,58,205,0,0,60,205,0,0,66,205,0,0,66,205,0,0,66,205,0,0,84,205,0,0,86,205,0,0,88,205,0,0,88,205,0,0,90,205,0,0,90,205,0,0,90,205,0,0,98,205,0,0,100,205,0,0,102,205,0,0,110,205,0,0,114,205,0,0,114,205,0,0,114,205,0,0,114,205,0,0,114,205,0,0,114,205,0,0,114,205,0,0,114,205,0,0,114,205,0,0,114,205,0,0,116,205,0,0,116,205,0,0,120,205,0,0,124,205,0,0,126,205,0,0,128,205,0,0,130,205,0,0,130,205,0,0,140,205,0,0,144,205,0,0,146,205,0,0,146,205,0,0,146,205,0,0,146,205,0,0,148,205,0,0,148,205,0,0,148,205,0,0,148,205,0,0,152,205,0,0,152,205,0,0,152,205,0,0,152,205,0,0,152,205,0,0,154,205,0,0,156,205,0,0,158,205,0,0,158,205,0,0,158,205,0,0,158,205,0,0,162,205,0,0,162,205,0,0,164,205,0,0,164,205,0,0,164,205,0,0,164,205,0,0,166,205,0,0,168,205,0,0,168,205,0,0,170,205,0,0,174,205,0,0,174,205,0,0,174,205,0,0,174,205,0,0,174,205,0,0,174,205,0,0,174,205,0,0,176,205,0,0,184,205,0,0,186,205,0,0,194,205,0,0,202,205,0,0,204,205,0,0,208,205,0,0,214,205,0,0,220,205,0,0,222,205,0,0,222,205,0,0,224,205,0,0,224,205,0,0,228,205,0,0,230,205,0,0,234,205,0,0,234,205,0,0,236,205,0,0,242,205,0,0,242,205,0,0,242,205,0,0,246,205,0,0,246,205,0,0,252,205,0,0,254,205,0,0,254,205,0,0,0,206,0,0,0,206,0,0,0,206,0,0,0,206,0,0,14,206,0,0,18,206,0,0,22,206,0,0,22,206,0,0,26,206,0,0,30,206,0,0,30,206,0,0,30,206,0,0,32,206,0,0,32,206,0,0,36,206,0,0,36,206,0,0,36,206,0,0,46,206,0,0,48,206,0,0,48,206,0,0,52,206,0,0,56,206,0,0,56,206,0,0,60,206,0,0,60,206,0,0,60,206,0,0,62,206,0,0,68,206,0,0,72,206,0,0,82,206,0,0,84,206,0,0,84,206,0,0,84,206,0,0,84,206,0,0,86,206,0,0,86,206,0,0,90,206,0,0,90,206,0,0,92,206,0,0,96,206,0,0,96,206,0,0,100,206,0,0,102,206,0,0,104,206,0,0,104,206,0,0,106,206,0,0,106,206,0,0,110,206,0,0,110,206,0,0,112,206,0,0,118,206,0,0,118,206,0,0,118,206,0,0,124,206,0,0,130,206,0,0,132,206,0,0,132,206,0,0,136,206,0,0,140,206,0,0,144,206,0,0,144,206,0,0,146,206,0,0,148,206,0,0,160,206,0,0,160,206,0,0,160,206,0,0,160,206,0,0,162,206,0,0,162,206,0,0,162,206,0,0,162,206,0,0,162,206,0,0,166,206,0,0,166,206,0,0,172,206,0,0,176,206,0,0,176,206,0,0,178,206,0,0,178,206,0,0,178,206,0,0,190,206,0,0,190,206,0,0,190,206,0,0,190,206,0,0,190,206,0,0,192,206,0,0,192,206,0,0,192,206,0,0,194,206,0,0,194,206,0,0,198,206,0,0,198,206,0,0,198,206,0,0,200,206,0,0,200,206,0,0,200,206,0,0,200,206,0,0,202,206,0,0,204,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,208,206,0,0,208,206,0,0,210,206,0,0,214,206,0,0,216,206,0,0,216,206,0,0,218,206,0,0,222,206,0,0,226,206,0,0,226,206,0,0,226,206,0,0,226,206,0,0,228,206,0,0,232,206,0,0,234,206,0,0,236,206,0,0,238,206,0,0,242,206,0,0,244,206,0,0,244,206,0,0,244,206,0,0,244,206,0,0,254,206,0,0,254,206,0,0,254,206,0,0,4,207,0,0,4,207,0,0,10,207,0,0,14,207,0,0,22,207,0,0,26,207,0,0,26,207,0,0,26,207,0,0,26,207,0,0,26,207,0,0,26,207,0,0,26,207,0,0,26,207,0,0,26,207,0,0,36,207,0,0,36,207,0,0,40,207,0,0,40,207,0,0,42,207,0,0,46,207,0,0,46,207,0,0,46,207,0,0,52,207,0,0,54,207,0,0,56,207,0,0,56,207,0,0,60,207,0,0,62,207,0,0,62,207,0,0,62,207,0,0,62,207,0,0,62,207,0,0,66,207,0,0,68,207,0,0,70,207,0,0,72,207,0,0,72,207,0,0,74,207,0,0,76,207,0,0,80,207,0,0,80,207,0,0,80,207,0,0,82,207,0,0,82,207,0,0,90,207,0,0,100,207,0,0,100,207,0,0,106,207,0,0,108,207,0,0,110,207,0,0,112,207,0,0,114,207,0,0,118,207,0,0,118,207,0,0,120,207,0,0,120,207,0,0,120,207,0,0,120,207,0,0,122,207,0,0,122,207,0,0,126,207,0,0,130,207,0,0,130,207,0,0,130,207,0,0,130,207,0,0,136,207,0,0,136,207,0,0,138,207,0,0,140,207,0,0,144,207,0,0,148,207,0,0,162,207,0,0,168,207,0,0,168,207,0,0,168,207,0,0,174,207,0,0,176,207,0,0,188,207,0,0,188,207,0,0,188,207,0,0,192,207,0,0,194,207,0,0,194,207,0,0,198,207,0,0,204,207,0,0,204,207,0,0,204,207,0,0,204,207,0,0,204,207,0,0,206,207,0,0,206,207,0,0,212,207,0,0,214,207,0,0,214,207,0,0,220,207,0,0,228,207,0,0,228,207,0,0,234,207,0,0,234,207,0,0,234,207,0,0,234,207,0,0,234,207,0,0,234,207,0,0,234,207,0,0,240,207,0,0,240,207,0,0,242,207,0,0,244,207,0,0,246,207,0,0,246,207,0,0,246,207,0,0,248,207,0,0,248,207,0,0,250,207,0,0,252,207,0,0,0,208,0,0,0,208,0,0,8,208,0,0,10,208,0,0,10,208,0,0,10,208,0,0,14,208,0,0,14,208,0,0,18,208,0,0,22,208,0,0,26,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,36,208,0,0,38,208,0,0,38,208,0,0,44,208,0,0,44,208,0,0,48,208,0,0,48,208,0,0,48,208,0,0,54,208,0,0,54,208,0,0,54,208,0,0,56,208,0,0,58,208,0,0,62,208,0,0,64,208,0,0,64,208,0,0,64,208,0,0,64,208,0,0,64,208,0,0,68,208,0,0,70,208,0,0,70,208,0,0,72,208,0,0,72,208,0,0,74,208,0,0,76,208,0,0,78,208,0,0,78,208,0,0,78,208,0,0,80,208,0,0,80,208,0,0,80,208,0,0,86,208,0,0,86,208,0,0,90,208,0,0,90,208,0,0,90,208,0,0,90,208,0,0,94,208,0,0,96,208,0,0,96,208,0,0,96,208,0,0,106,208,0,0,108,208,0,0,110,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,122,208,0,0,122,208,0,0,122,208,0,0,122,208,0,0,122,208,0,0,124,208,0,0,126,208,0,0,130,208,0,0,136,208,0,0,136,208,0,0,142,208,0,0,142,208,0,0,142,208,0,0,142,208,0,0,144,208,0,0,144,208,0,0,150,208,0,0,154,208,0,0,154,208,0,0,160,208,0,0,160,208,0,0,162,208,0,0,164,208,0,0,166,208,0,0,166,208,0,0,172,208,0,0,174,208,0,0,176,208,0,0,178,208,0,0,180,208,0,0,182,208,0,0,182,208,0,0,182,208,0,0,182,208,0,0,188,208,0,0,188,208,0,0,188,208,0,0,190,208,0,0,190,208,0,0,192,208,0,0,192,208,0,0,194,208,0,0,194,208,0,0,194,208,0,0,196,208,0,0,200,208,0,0,200,208,0,0,200,208,0,0,202,208,0,0,202,208,0,0,202,208,0,0,214,208,0,0,214,208,0,0,214,208,0,0,214,208,0,0,214,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,220,208,0,0,220,208,0,0,222,208,0,0,222,208,0,0,222,208,0,0,224,208,0,0,226,208,0,0,228,208,0,0,228,208,0,0,228,208,0,0,228,208,0,0,228,208,0,0,228,208,0,0,228,208,0,0,228,208,0,0,228,208,0,0,228,208,0,0,228,208,0,0,230,208,0,0,236,208,0,0,236,208,0,0,246,208,0,0,246,208,0,0,246,208,0,0,248,208,0,0,252,208,0,0,252,208,0,0,254,208,0,0,254,208,0,0,254,208,0,0,254,208,0,0,254,208,0,0,254,208,0,0,0,209,0,0,0,209,0,0,10,209,0,0,10,209,0,0,10,209,0,0,10,209,0,0,12,209,0,0,16,209,0,0,16,209,0,0,16,209,0,0,18,209,0,0,22,209,0,0,22,209,0,0,24,209,0,0,24,209,0,0,24,209,0,0,26,209,0,0,28,209,0,0,32,209,0,0,36,209,0,0,38,209,0,0,40,209,0,0,44,209,0,0,46,209,0,0,52,209,0,0,60,209,0,0,60,209,0,0,62,209,0,0,62,209,0,0,62,209,0,0,62,209,0,0,62,209,0,0,66,209,0,0,66,209,0,0,68,209,0,0,70,209,0,0,74,209,0,0,76,209,0,0,88,209,0,0,88,209,0,0,88,209,0,0,88,209,0,0,90,209,0,0,92,209,0,0,94,209,0,0,100,209,0,0,102,209,0,0,102,209,0,0,102,209,0,0,102,209,0,0,104,209,0,0,110,209,0,0,110,209,0,0,120,209,0,0,120,209,0,0,122,209,0,0,122,209,0,0,124,209,0,0,124,209,0,0,126,209,0,0,134,209,0,0,142,209,0,0,142,209,0,0,142,209,0,0,144,209,0,0,144,209,0,0,146,209,0,0,146,209,0,0,146,209,0,0,146,209,0,0,148,209,0,0,152,209,0,0,152,209,0,0,152,209,0,0,152,209,0,0,154,209,0,0,156,209,0,0,156,209,0,0,156,209,0,0,158,209,0,0,158,209,0,0,158,209,0,0,158,209,0,0,164,209,0,0,164,209,0,0,166,209,0,0,166,209,0,0,166,209,0,0,166,209,0,0,172,209,0,0,174,209,0,0,176,209,0,0,186,209,0,0,188,209,0,0,188,209,0,0,194,209,0,0,198,209,0,0,198,209,0,0,198,209,0,0,198,209,0,0,200,209,0,0,200,209,0,0,210,209,0,0,210,209,0,0,210,209,0,0,216,209,0,0,216,209,0,0,216,209,0,0,216,209,0,0,220,209,0,0,220,209,0,0,222,209,0,0,224,209,0,0,232,209,0,0,238,209,0,0,240,209,0,0,246,209,0,0,250,209,0,0,252,209,0,0,252,209,0,0,252,209,0,0,0,210,0,0,2,210,0,0,4,210,0,0,4,210,0,0,6,210,0,0,14,210,0,0,18,210,0,0,22,210,0,0,24,210,0,0,24,210,0,0,30,210,0,0,32,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,42,210,0,0,46,210,0,0,48,210,0,0,50,210,0,0,50,210,0,0,50,210,0,0,56,210,0,0,56,210,0,0,58,210,0,0,60,210,0,0,60,210,0,0,62,210,0,0,64,210,0,0,72,210,0,0,74,210,0,0,78,210,0,0,80,210,0,0,80,210,0,0,80,210,0,0,80,210,0,0,80,210,0,0,82,210,0,0,82,210,0,0,82,210,0,0,82,210,0,0,84,210,0,0,84,210,0,0,86,210,0,0,88,210,0,0,88,210,0,0,88,210,0,0,92,210,0,0,92,210,0,0,92,210,0,0,96,210,0,0,96,210,0,0,96,210,0,0,100,210,0,0,100,210,0,0,100,210,0,0,100,210,0,0,100,210,0,0,104,210,0,0,104,210,0,0,110,210,0,0,112,210,0,0,112,210,0,0,134,210,0,0,136,210,0,0,136,210,0,0,136,210,0,0,138,210,0,0,138,210,0,0,142,210,0,0,142,210,0,0,144,210,0,0,144,210,0,0,144,210,0,0,152,210,0,0,158,210,0,0,158,210,0,0,160,210,0,0,160,210,0,0,162,210,0,0,162,210,0,0,166,210,0,0,166,210,0,0,166,210,0,0,168,210,0,0,168,210,0,0,176,210,0,0,184,210,0,0,186,210,0,0,186,210,0,0,192,210,0,0,196,210,0,0,198,210,0,0,198,210,0,0,198,210,0,0,198,210,0,0,198,210,0,0,202,210,0,0,202,210,0,0,204,210,0,0,204,210,0,0,206,210,0,0,206,210,0,0,208,210,0,0,210,210,0,0,210,210,0,0,210,210,0,0,210,210,0,0,212,210,0,0,216,210,0,0,216,210,0,0,216,210,0,0,222,210,0,0,222,210,0,0,226,210,0,0,228,210,0,0,228,210,0,0,234,210,0,0,234,210,0,0,236,210,0,0,236,210,0,0,242,210,0,0,242,210,0,0,250,210,0,0,0,211,0,0,6,211,0,0,6,211,0,0,6,211,0,0,8,211,0,0,10,211,0,0,10,211,0,0,12,211,0,0,14,211,0,0,14,211,0,0,16,211,0,0,16,211,0,0,20,211,0,0,24,211,0,0,24,211,0,0,26,211,0,0,26,211,0,0,28,211,0,0,30,211,0,0,32,211,0,0,32,211,0,0,32,211,0,0,34,211,0,0,40,211,0,0,40,211,0,0,42,211,0,0,48,211,0,0,50,211,0,0,50,211,0,0,50,211,0,0,52,211,0,0,54,211,0,0,54,211,0,0,56,211,0,0,58,211,0,0,58,211,0,0,58,211,0,0,60,211,0,0,64,211,0,0,64,211,0,0,64,211,0,0,66,211,0,0,70,211,0,0,72,211,0,0,76,211,0,0,78,211,0,0,82,211,0,0,88,211,0,0,88,211,0,0,88,211,0,0,88,211,0,0,90,211,0,0,90,211,0,0,98,211,0,0,98,211,0,0,98,211,0,0,98,211,0,0,102,211,0,0,104,211,0,0,104,211,0,0,104,211,0,0,104,211,0,0,104,211,0,0,106,211,0,0,106,211,0,0,106,211,0,0,114,211,0,0,114,211,0,0,114,211,0,0,118,211,0,0,118,211,0,0,118,211,0,0,120,211,0,0,120,211,0,0,120,211,0,0,122,211,0,0,122,211,0,0,128,211,0,0,130,211,0,0,134,211,0,0,140,211,0,0,142,211,0,0,152,211,0,0,160,211,0,0,166,211,0,0,168,211,0,0,170,211,0,0,174,211,0,0,178,211,0,0,178,211,0,0,180,211,0,0,180,211,0,0,180,211,0,0,180,211,0,0,182,211,0,0,182,211,0,0,184,211,0,0,184,211,0,0,184,211,0,0,186,211,0,0,194,211,0,0,194,211,0,0,194,211,0,0,194,211,0,0,194,211,0,0,196,211,0,0,200,211,0,0,208,211,0,0,210,211,0,0,210,211,0,0,216,211,0,0,218,211,0,0,222,211,0,0,222,211,0,0,222,211,0,0,222,211,0,0,222,211,0,0,226,211,0,0,226,211,0,0,226,211,0,0,230,211,0,0,230,211,0,0,230,211,0,0,234,211,0,0,234,211,0,0,236,211,0,0,236,211,0,0,236,211,0,0,236,211,0,0,238,211,0,0,238,211,0,0,238,211,0,0,238,211,0,0,240,211,0,0,240,211,0,0,248,211,0,0,254,211,0,0,254,211,0,0,254,211,0,0,8,212,0,0,12,212,0,0,12,212,0,0,12,212,0,0,12,212,0,0,14,212,0,0,14,212,0,0,16,212,0,0,16,212,0,0,16,212,0,0,16,212,0,0,28,212,0,0,28,212,0,0,28,212,0,0,30,212,0,0,36,212,0,0,36,212,0,0,36,212,0,0,36,212,0,0,36,212,0,0,40,212,0,0,44,212,0,0,44,212,0,0,44,212,0,0,48,212,0,0,50,212,0,0,54,212,0,0,58,212,0,0,58,212,0,0,58,212,0,0,60,212,0,0,62,212,0,0,62,212,0,0,62,212,0,0,62,212,0,0,62,212,0,0,62,212,0,0,72,212,0,0,72,212,0,0,74,212,0,0,74,212,0,0,74,212,0,0,80,212,0,0,92,212,0,0,94,212,0,0,94,212,0,0,94,212,0,0,94,212,0,0,94,212,0,0,94,212,0,0,94,212,0,0,96,212,0,0,96,212,0,0,98,212,0,0,106,212,0,0,106,212,0,0,106,212,0,0,112,212,0,0,114,212,0,0,114,212,0,0,116,212,0,0,118,212,0,0,120,212,0,0,122,212,0,0,122,212,0,0,122,212,0,0,126,212,0,0,126,212,0,0,126,212,0,0,134,212,0,0,136,212,0,0,140,212,0,0,148,212,0,0,158,212,0,0,162,212,0,0,162,212,0,0,164,212,0,0,164,212,0,0,170,212,0,0,172,212,0,0,180,212,0,0,180,212,0,0,182,212,0,0,182,212,0,0,186,212,0,0,188,212,0,0,188,212,0,0,192,212,0,0,196,212,0,0,196,212,0,0,196,212,0,0,196,212,0,0,200,212,0,0,202,212,0,0,204,212,0,0,208,212,0,0,220,212,0,0,220,212,0,0,220,212,0,0,220,212,0,0,222,212,0,0,224,212,0,0,224,212,0,0,224,212,0,0,228,212,0,0,230,212,0,0,236,212,0,0,236,212,0,0,246,212,0,0,246,212,0,0,248,212,0,0,248,212,0,0,254,212,0,0,0,213,0,0,4,213,0,0,6,213,0,0,12,213,0,0,14,213,0,0,14,213,0,0,14,213,0,0,20,213,0,0,20,213,0,0,20,213,0,0,20,213,0,0,22,213,0,0,22,213,0,0,24,213,0,0,24,213,0,0,28,213,0,0,28,213,0,0,30,213,0,0,32,213,0,0,32,213,0,0,36,213,0,0,36,213,0,0,36,213,0,0,36,213,0,0,36,213,0,0,36,213,0,0,40,213,0,0,40,213,0,0,46,213,0,0,54,213,0,0,54,213,0,0,54,213,0,0,54,213,0,0,54,213,0,0,56,213,0,0,58,213,0,0,60,213,0,0,60,213,0,0,60,213,0,0,60,213,0,0,62,213,0,0,64,213,0,0,66,213,0,0,66,213,0,0,66,213,0,0,72,213,0,0,74,213,0,0,74,213,0,0,74,213,0,0,78,213,0,0,78,213,0,0,84,213,0,0,84,213,0,0,84,213,0,0,88,213,0,0,88,213,0,0,96,213,0,0,96,213,0,0,96,213,0,0,96,213,0,0,96,213,0,0,98,213,0,0,98,213,0,0,100,213,0,0,104,213,0,0,104,213,0,0,104,213,0,0,106,213,0,0,108,213,0,0,112,213,0,0,116,213,0,0,118,213,0,0,118,213,0,0,118,213,0,0,118,213,0,0,118,213,0,0,118,213,0,0,118,213,0,0,120,213,0,0,120,213,0,0,122,213,0,0,122,213,0,0,124,213,0,0,126,213,0,0,128,213,0,0,130,213,0,0,130,213,0,0,130,213,0,0,134,213,0,0,134,213,0,0,148,213,0,0,150,213,0,0,150,213,0,0,150,213,0,0,162,213,0,0,162,213,0,0,162,213,0,0,162,213,0,0,162,213,0,0,164,213,0,0,164,213,0,0,170,213,0,0,170,213,0,0,172,213,0,0,178,213,0,0,178,213,0,0,182,213,0,0,182,213,0,0,186,213,0,0,190,213,0,0,192,213,0,0,192,213,0,0,196,213,0,0,196,213,0,0,198,213,0,0,198,213,0,0,204,213,0,0,208,213,0,0,208,213,0,0,210,213,0,0,212,213,0,0,212,213,0,0,220,213,0,0,220,213,0,0,224,213,0,0,228,213,0,0,228,213,0,0,234,213,0,0,234,213,0,0,234,213,0,0,234,213,0,0,238,213,0,0,242,213,0,0,242,213,0,0,244,213,0,0,0,214,0,0,0,214,0,0,6,214,0,0,6,214,0,0,10,214,0,0,16,214,0,0,20,214,0,0,22,214,0,0,22,214,0,0,22,214,0,0,22,214,0,0,22,214,0,0,30,214,0,0,30,214,0,0,30,214,0,0,38,214,0,0,40,214,0,0,40,214,0,0,40,214,0,0,42,214,0,0,42,214,0,0,42,214,0,0,52,214,0,0,52,214,0,0,52,214,0,0,54,214,0,0,56,214,0,0,58,214,0,0,58,214,0,0,58,214,0,0,62,214,0,0,64,214,0,0,66,214,0,0,68,214,0,0,68,214,0,0,72,214,0,0,74,214,0,0,74,214,0,0,74,214,0,0,80,214,0,0,80,214,0,0,90,214,0,0,90,214,0,0,90,214,0,0,96,214,0,0,98,214,0,0,100,214,0,0,102,214,0,0,108,214,0,0,110,214,0,0,110,214,0,0,110,214,0,0,110,214,0,0,112,214,0,0,112,214,0,0,112,214,0,0,116,214,0,0,122,214,0,0,126,214,0,0,126,214,0,0,128,214,0,0,134,214,0,0,134,214,0,0,136,214,0,0,136,214,0,0,136,214,0,0,136,214,0,0,138,214,0,0,138,214,0,0,140,214,0,0,142,214,0,0,146,214,0,0,146,214,0,0,154,214,0,0,156,214,0,0,162,214,0,0,166,214,0,0,166,214,0,0,166,214,0,0,172,214,0,0,172,214,0,0,176,214,0,0,178,214,0,0,178,214,0,0,178,214,0,0,184,214,0,0,184,214,0,0,186,214,0,0,186,214,0,0,190,214,0,0,196,214,0,0,198,214,0,0,198,214,0,0,208,214,0,0,212,214,0,0,214,214,0,0,216,214,0,0,216,214,0,0,216,214,0,0,220,214,0,0,220,214,0,0,226,214,0,0,230,214,0,0,232,214,0,0,238,214,0,0,242,214,0,0,254,214,0,0,254,214,0,0,254,214,0,0,254,214,0,0,254,214,0,0,2,215,0,0,6,215,0,0,6,215,0,0,12,215,0,0,14,215,0,0,18,215,0,0,20,215,0,0,22,215,0,0,26,215,0,0,34,215,0,0,34,215,0,0,34,215,0,0,34,215,0,0,34,215,0,0,34,215,0,0,36,215,0,0,36,215,0,0,38,215,0,0,38,215,0,0,48,215,0,0,48,215,0,0,50,215,0,0,50,215,0,0,50,215,0,0,50,215,0,0,50,215,0,0,54,215,0,0,56,215,0,0,56,215,0,0,58,215,0,0,62,215,0,0,68,215,0,0,68,215,0,0,68,215,0,0,68,215,0,0,68,215,0,0,68,215,0,0,70,215,0,0,80,215,0,0,82,215,0,0,86,215,0,0,88,215,0,0,90,215,0,0,92,215,0,0,96,215,0,0,96,215,0,0,96,215,0,0,96,215,0,0,98,215,0,0,100,215,0,0,100,215,0,0,102,215,0,0,102,215,0,0,108,215,0,0,108,215,0,0,108,215,0,0,112,215,0,0,112,215,0,0,118,215,0,0,124,215,0,0,124,215,0,0,124,215,0,0,124,215,0,0,124,215,0,0,124,215,0,0,124,215,0,0,124,215,0,0,124,215,0,0,124,215,0,0,126,215,0,0,126,215,0,0,128,215,0,0,128,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,130,215,0,0,130,215,0,0,132,215,0,0,146,215,0,0,148,215,0,0,152,215,0,0,156,215,0,0,156,215,0,0,158,215,0,0,158,215,0,0,164,215,0,0,164,215,0,0,164,215,0,0,164,215,0,0,164,215,0,0,164,215,0,0,174,215,0,0,178,215,0,0,180,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,196,215,0,0,202,215,0,0,202,215,0,0,202,215,0,0,204,215,0,0,212,215,0,0,212,215,0,0,212,215,0,0,212,215,0,0,214,215,0,0,214,215,0,0,220,215,0,0,220,215,0,0,226,215,0,0,232,215,0,0,232,215,0,0,234,215,0,0,234,215,0,0,236,215,0,0,236,215,0,0,244,215,0,0,250,215,0,0,250,215,0,0,250,215,0,0,254,215,0,0,4,216,0,0,4,216,0,0,10,216,0,0,12,216,0,0,16,216,0,0,22,216,0,0,26,216,0,0,26,216,0,0,26,216,0,0,28,216,0,0,30,216,0,0,30,216,0,0,34,216,0,0,34,216,0,0,34,216,0,0,34,216,0,0,34,216,0,0,42,216,0,0,52,216,0,0,58,216,0,0,58,216,0,0,58,216,0,0,62,216,0,0,62,216,0,0,66,216,0,0,66,216,0,0,68,216,0,0,68,216,0,0,72,216,0,0,72,216,0,0,74,216,0,0,76,216,0,0,76,216,0,0,86,216,0,0,96,216,0,0,98,216,0,0,98,216,0,0,98,216,0,0,108,216,0,0,108,216,0,0,108,216,0,0,108,216,0,0,108,216,0,0,114,216,0,0,114,216,0,0,118,216,0,0,120,216,0,0,120,216,0,0,124,216,0,0,124,216,0,0,124,216,0,0,126,216,0,0,126,216,0,0,126,216,0,0,128,216,0,0,130,216,0,0,130,216,0,0,134,216,0,0,134,216,0,0,136,216,0,0,136,216,0,0,136,216,0,0,136,216,0,0,148,216,0,0,148,216,0,0,152,216,0,0,158,216,0,0,158,216,0,0,158,216,0,0,160,216,0,0,160,216,0,0,160,216,0,0,160,216,0,0,162,216,0,0,164,216,0,0,166,216,0,0,166,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,184,216,0,0,184,216,0,0,186,216,0,0,190,216,0,0,192,216,0,0,192,216,0,0,202,216,0,0,202,216,0,0,208,216,0,0,212,216,0,0,220,216,0,0,220,216,0,0,220,216,0,0,220,216,0,0,222,216,0,0,226,216,0,0,226,216,0,0,228,216,0,0,236,216,0,0,238,216,0,0,238,216,0,0,242,216,0,0,242,216,0,0,248,216,0,0,252,216,0,0,252,216,0,0,254,216,0,0,254,216,0,0,254,216,0,0,0,217,0,0,0,217,0,0,2,217,0,0,4,217,0,0,4,217,0,0,4,217,0,0,4,217,0,0,4,217,0,0,12,217,0,0,24,217,0,0,24,217,0,0,28,217,0,0,28,217,0,0,28,217,0,0,28,217,0,0,28,217,0,0,28,217,0,0,28,217,0,0,32,217,0,0,32,217,0,0,34,217,0,0,36,217,0,0,36,217,0,0,36,217,0,0,38,217,0,0,40,217,0,0,40,217,0,0,42,217,0,0,42,217,0,0,42,217,0,0,42,217,0,0,44,217,0,0,46,217,0,0,56,217,0,0,60,217,0,0,62,217,0,0,62,217,0,0,62,217,0,0,66,217,0,0,66,217,0,0,66,217,0,0,68,217,0,0,68,217,0,0,72,217,0,0,72,217,0,0,76,217,0,0,76,217,0,0,76,217,0,0,76,217,0,0,78,217,0,0,80,217,0,0,80,217,0,0,80,217,0,0,84,217,0,0,84,217,0,0,84,217,0,0,88,217,0,0,90,217,0,0,90,217,0,0,90,217,0,0,96,217,0,0,102,217,0,0,102,217,0,0,108,217,0,0,108,217,0,0,108,217,0,0,108,217,0,0,110,217,0,0,112,217,0,0,118,217,0,0,118,217,0,0,122,217,0,0,122,217,0,0,122,217,0,0,122,217,0,0,122,217,0,0,122,217,0,0,132,217,0,0,134,217,0,0,134,217,0,0,136,217,0,0,136,217,0,0,136,217,0,0,150,217,0,0,152,217,0,0,156,217,0,0,158,217,0,0,160,217,0,0,164,217,0,0,164,217,0,0,164,217,0,0,164,217,0,0,164,217,0,0,164,217,0,0,164,217,0,0,166,217,0,0,170,217,0,0,176,217,0,0,176,217,0,0,180,217,0,0,184,217,0,0,184,217,0,0,184,217,0,0,186,217,0,0,190,217,0,0,202,217,0,0,202,217,0,0,204,217,0,0,204,217,0,0,204,217,0,0,204,217,0,0,204,217,0,0,212,217,0,0,216,217,0,0,216,217,0,0,216,217,0,0,220,217,0,0,220,217,0,0,226,217,0,0,226,217,0,0,228,217,0,0,232,217,0,0,232,217,0,0,232,217,0,0,232,217,0,0,232,217,0,0,234,217,0,0,238,217,0,0,238,217,0,0,238,217,0,0,238,217,0,0,238,217,0,0,240,217,0,0,240,217,0,0,244,217,0,0,246,217,0,0,248,217,0,0,250,217,0,0,254,217,0,0,254,217,0,0,0,218,0,0,10,218,0,0,12,218,0,0,18,218,0,0,18,218,0,0,18,218,0,0,18,218,0,0,24,218,0,0,26,218,0,0,28,218,0,0,30,218,0,0,34,218,0,0,34,218,0,0,34,218,0,0,34,218,0,0,36,218,0,0,40,218,0,0,46,218,0,0,54,218,0,0,66,218,0,0,66,218,0,0,66,218,0,0,68,218,0,0,68,218,0,0,70,218,0,0,70,218,0,0,72,218,0,0,74,218,0,0,76,218,0,0,76,218,0,0,78,218,0,0,78,218,0,0,78,218,0,0,80,218,0,0,82,218,0,0,82,218,0,0,82,218,0,0,82,218,0,0,84,218,0,0,84,218,0,0,84,218,0,0,84,218,0,0,84,218,0,0,84,218,0,0,90,218,0,0,90,218,0,0,90,218,0,0,90,218,0,0,90,218,0,0,90,218,0,0,90,218,0,0,90,218,0,0,100,218,0,0,100,218,0,0,102,218,0,0,102,218,0,0,106,218,0,0,108,218,0,0,108,218,0,0,108,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,124,218,0,0,128,218,0,0,128,218,0,0,130,218,0,0,132,218,0,0,132,218,0,0,136,218,0,0,140,218,0,0,140,218,0,0,140,218,0,0,140,218,0,0,140,218,0,0,140,218,0,0,140,218,0,0,146,218,0,0,146,218,0,0,148,218,0,0,150,218,0,0,154,218,0,0,156,218,0,0,156,218,0,0,158,218,0,0,166,218,0,0,170,218,0,0,172,218,0,0,174,218,0,0,176,218,0,0,178,218,0,0,182,218,0,0,184,218,0,0,184,218,0,0,190,218,0,0,194,218,0,0,194,218,0,0,194,218,0,0,196,218,0,0,196,218,0,0,196,218,0,0,198,218,0,0,200,218,0,0,200,218,0,0,204,218,0,0,204,218,0,0,204,218,0,0,206,218,0,0,206,218,0,0,208,218,0,0,208,218,0,0,214,218,0,0,224,218,0,0,226,218,0,0,230,218,0,0,234,218,0,0,238,218,0,0,244,218,0,0,250,218,0,0,250,218,0,0,250,218,0,0,250,218,0,0,0,219,0,0,0,219,0,0,0,219,0,0,2,219,0,0,4,219,0,0,4,219,0,0,6,219,0,0,6,219,0,0,12,219,0,0,12,219,0,0,12,219,0,0,16,219,0,0,18,219,0,0,20,219,0,0,20,219,0,0,24,219,0,0,24,219,0,0,26,219,0,0,30,219,0,0,32,219,0,0,42,219,0,0,42,219,0,0,50,219,0,0,56,219,0,0,60,219,0,0,60,219,0,0,62,219,0,0,66,219,0,0,68,219,0,0,68,219,0,0,70,219,0,0,78,219,0,0,78,219,0,0,78,219,0,0,80,219,0,0,84,219,0,0,84,219,0,0,84,219,0,0,88,219,0,0,88,219,0,0,88,219,0,0,92,219,0,0,94,219,0,0,100,219,0,0,104,219,0,0,108,219,0,0,108,219,0,0,114,219,0,0,114,219,0,0,114,219,0,0,114,219,0,0,116,219,0,0,118,219,0,0,120,219,0,0,122,219,0,0,124,219,0,0,126,219,0,0,126,219,0,0,128,219,0,0,134,219,0,0,134,219,0,0,134,219,0,0,134,219,0,0,134,219,0,0,136,219,0,0,136,219,0,0,136,219,0,0,140,219,0,0,140,219,0,0,152,219,0,0,156,219,0,0,156,219,0,0,156,219,0,0,156,219,0,0,160,219,0,0,162,219,0,0,164,219,0,0,166,219,0,0,172,219,0,0,172,219,0,0,174,219,0,0,174,219,0,0,174,219,0,0,178,219,0,0,180,219,0,0,180,219,0,0,180,219,0,0,184,219,0,0,188,219,0,0,188,219,0,0,190,219,0,0,198,219,0,0,198,219,0,0,204,219,0,0,204,219,0,0,206,219,0,0,206,219,0,0,210,219,0,0,212,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,216,219,0,0,218,219,0,0,218,219,0,0,222,219,0,0,222,219,0,0,224,219,0,0,224,219,0,0,226,219,0,0,234,219,0,0,234,219,0,0,236,219,0,0,240,219,0,0,240,219,0,0,242,219,0,0,246,219,0,0,246,219,0,0,246,219,0,0,250,219,0,0,250,219,0,0,250,219,0,0,252,219,0,0,252,219,0,0,252,219,0,0,252,219,0,0,252,219,0,0,254,219,0,0,2,220,0,0,4,220,0,0,8,220,0,0,8,220,0,0,8,220,0,0,8,220,0,0,8,220,0,0,12,220,0,0,12,220,0,0,14,220,0,0,16,220,0,0,18,220,0,0,20,220,0,0,20,220,0,0,22,220,0,0,28,220,0,0,32,220,0,0,32,220,0,0,34,220,0,0,36,220,0,0,38,220,0,0,38,220,0,0,40,220,0,0,40,220,0,0,40,220,0,0,40,220,0,0,40,220,0,0,40,220,0,0,40,220,0,0,44,220,0,0,44,220,0,0,46,220,0,0,50,220,0,0,54,220,0,0,54,220,0,0,58,220,0,0,60,220,0,0,60,220,0,0,62,220,0,0,64,220,0,0,70,220,0,0,74,220,0,0,82,220,0,0,82,220,0,0,82,220,0,0,84,220,0,0,88,220,0,0,96,220,0,0,100,220,0,0,100,220,0,0,106,220,0,0,106,220,0,0,108,220,0,0,108,220,0,0,112,220,0,0,114,220,0,0,120,220,0,0,120,220,0,0,122,220,0,0,124,220,0,0,124,220,0,0,124,220,0,0,124,220,0,0,124,220,0,0,130,220,0,0,132,220,0,0,132,220,0,0,132,220,0,0,134,220,0,0,134,220,0,0,140,220,0,0,140,220,0,0,142,220,0,0,142,220,0,0,146,220,0,0,148,220,0,0,148,220,0,0,148,220,0,0,148,220,0,0,150,220,0,0,152,220,0,0,154,220,0,0,154,220,0,0,154,220,0,0,154,220,0,0,154,220,0,0,154,220,0,0,156,220,0,0,156,220,0,0,156,220,0,0,158,220,0,0,160,220,0,0,160,220,0,0,160,220,0,0,160,220,0,0,162,220,0,0,162,220,0,0,162,220,0,0,170,220,0,0,172,220,0,0,174,220,0,0,174,220,0,0,174,220,0,0,174,220,0,0,174,220,0,0,174,220,0,0,174,220,0,0,180,220,0,0,182,220,0,0,184,220,0,0,184,220,0,0,184,220,0,0,196,220,0,0,196,220,0,0,196,220,0,0,196,220,0,0,196,220,0,0,198,220,0,0,198,220,0,0,198,220,0,0,204,220,0,0,208,220,0,0,208,220,0,0,208,220,0,0,208,220,0,0,212,220,0,0,214,220,0,0,214,220,0,0,216,220,0,0,218,220,0,0,218,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,236,220,0,0,236,220,0,0,238,220,0,0,238,220,0,0,240,220,0,0,244,220,0,0,246,220,0,0,246,220,0,0,246,220,0,0,4,221,0,0,4,221,0,0,6,221,0,0,6,221,0,0,6,221,0,0,6,221,0,0,6,221,0,0,8,221,0,0,10,221,0,0,10,221,0,0,12,221,0,0,12,221,0,0,16,221,0,0,18,221,0,0,18,221,0,0,18,221,0,0,18,221,0,0,18,221,0,0,18,221,0,0,20,221,0,0,26,221,0,0,26,221,0,0,26,221,0,0,30,221,0,0,30,221,0,0,30,221,0,0,30,221,0,0,30,221,0,0,32,221,0,0,32,221,0,0,36,221,0,0,40,221,0,0,40,221,0,0,42,221,0,0,44,221,0,0,44,221,0,0,50,221,0,0,50,221,0,0,52,221,0,0,54,221,0,0,56,221,0,0,56,221,0,0,58,221,0,0,60,221,0,0,64,221,0,0,66,221,0,0,72,221,0,0,72,221,0,0,72,221,0,0,76,221,0,0,76,221,0,0,76,221,0,0,80,221,0,0,80,221,0,0,80,221,0,0,84,221,0,0,90,221,0,0,90,221,0,0,90,221,0,0,90,221,0,0,90,221,0,0,94,221,0,0,94,221,0,0,94,221,0,0,96,221,0,0,96,221,0,0,102,221,0,0,102,221,0,0,112,221,0,0,114,221,0,0,114,221,0,0,118,221,0,0,118,221,0,0,118,221,0,0,126,221,0,0,126,221,0,0,126,221,0,0,128,221,0,0,130,221,0,0,132,221,0,0,136,221,0,0,138,221,0,0,138,221,0,0,138,221,0,0,140,221,0,0,146,221,0,0,146,221,0,0,148,221,0,0,148,221,0,0,148,221,0,0,148,221,0,0,148,221,0,0,150,221,0,0,152,221,0,0,152,221,0,0,156,221,0,0,156,221,0,0,156,221,0,0,160,221,0,0,164,221,0,0,164,221,0,0,164,221,0,0,166,221,0,0,170,221,0,0,174,221,0,0,176,221,0,0,178,221,0,0,178,221,0,0,178,221,0,0,180,221,0,0,184,221,0,0,188,221,0,0,188,221,0,0,190,221,0,0,192,221,0,0,196,221,0,0,196,221,0,0,196,221,0,0,200,221,0,0,202,221,0,0,214,221,0,0,216,221,0,0,216,221,0,0,222,221,0,0,226,221,0,0,230,221,0,0,230,221,0,0,234,221,0,0,234,221,0,0,244,221,0,0,244,221,0,0,244,221,0,0,252,221,0,0,254,221,0,0,4,222,0,0,4,222,0,0,10,222,0,0,10,222,0,0,10,222,0,0,12,222,0,0,18,222,0,0,24,222,0,0,26,222,0,0,26,222,0,0,28,222,0,0,34,222,0,0,34,222,0,0,36,222,0,0,38,222,0,0,40,222,0,0,40,222,0,0,40,222,0,0,40,222,0,0,42,222,0,0,42,222,0,0,44,222,0,0,44,222,0,0,46,222,0,0,46,222,0,0,46,222,0,0,46,222,0,0,46,222,0,0,48,222,0,0,52,222,0,0,52,222,0,0,52,222,0,0,52,222,0,0,54,222,0,0,54,222,0,0,54,222,0,0,58,222,0,0,58,222,0,0,58,222,0,0,60,222,0,0,60,222,0,0,60,222,0,0,60,222,0,0,62,222,0,0,62,222,0,0,64,222,0,0,64,222,0,0,64,222,0,0,64,222,0,0,68,222,0,0,74,222,0,0,82,222,0,0,82,222,0,0,82,222,0,0,86,222,0,0,86,222,0,0,86,222,0,0,86,222,0,0,90,222,0,0,90,222,0,0,92,222,0,0,92,222,0,0,92,222,0,0,94,222,0,0,94,222,0,0,96,222,0,0,96,222,0,0,96,222,0,0,98,222,0,0,98,222,0,0,100,222,0,0,102,222,0,0,108,222,0,0,108,222,0,0,110,222,0,0,110,222,0,0,110,222,0,0,110,222,0,0,112,222,0,0,116,222,0,0,118,222,0,0,122,222,0,0,122,222,0,0,126,222,0,0,126,222,0,0,128,222,0,0,128,222,0,0,128,222,0,0,130,222,0,0,130,222,0,0,132,222,0,0,132,222,0,0,140,222,0,0,142,222,0,0,144,222,0,0,144,222,0,0,148,222,0,0,148,222,0,0,160,222,0,0,160,222,0,0,160,222,0,0,164,222,0,0,168,222,0,0,168,222,0,0,168,222,0,0,176,222,0,0,176,222,0,0,176,222,0,0,178,222,0,0,178,222,0,0,178,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,186,222,0,0,188,222,0,0,188,222,0,0,204,222,0,0,206,222,0,0,206,222,0,0,216,222,0,0,218,222,0,0,224,222,0,0,226,222,0,0,228,222,0,0,230,222,0,0,234,222,0,0,248,222,0,0,248,222,0,0,248,222,0,0,250,222,0,0,254,222,0,0,254,222,0,0,12,223,0,0,12,223,0,0,16,223,0,0,16,223,0,0,18,223,0,0,18,223,0,0,20,223,0,0,26,223,0,0,32,223,0,0,36,223,0,0,38,223,0,0,38,223,0,0,44,223,0,0,50,223,0,0,50,223,0,0,52,223,0,0,52,223,0,0,52,223,0,0,52,223,0,0,54,223,0,0,54,223,0,0,54,223,0,0,56,223,0,0,56,223,0,0,64,223,0,0,66,223,0,0,74,223,0,0,74,223,0,0,74,223,0,0,74,223,0,0,76,223,0,0,76,223,0,0,78,223,0,0,78,223,0,0,84,223,0,0,86,223,0,0,86,223,0,0,88,223,0,0,88,223,0,0,88,223,0,0,88,223,0,0,88,223,0,0,92,223,0,0,96,223,0,0,98,223,0,0,102,223,0,0,102,223,0,0,104,223,0,0,104,223,0,0,104,223,0,0,106,223,0,0,106,223,0,0,106,223,0,0,106,223,0,0,108,223,0,0,108,223,0,0,108,223,0,0,116,223,0,0,116,223,0,0,116,223,0,0,116,223,0,0,120,223,0,0,120,223,0,0,122,223,0,0,124,223,0,0,126,223,0,0,126,223,0,0,128,223,0,0,128,223,0,0,132,223,0,0,138,223,0,0,140,223,0,0,148,223,0,0,150,223,0,0,150,223,0,0,158,223,0,0,158,223,0,0,158,223,0,0,160,223,0,0,162,223,0,0,166,223,0,0,166,223,0,0,168,223,0,0,174,223,0,0,174,223,0,0,174,223,0,0,176,223,0,0,178,223,0,0,184,223,0,0,184,223,0,0,184,223,0,0,190,223,0,0,192,223,0,0,194,223,0,0,194,223,0,0,196,223,0,0,198,223,0,0,200,223,0,0,204,223,0,0,206,223,0,0,206,223,0,0,206,223,0,0,208,223,0,0,210,223,0,0,210,223,0,0,210,223,0,0,210,223,0,0,212,223,0,0,212,223,0,0,212,223,0,0,216,223,0,0,218,223,0,0,222,223,0,0,222,223,0,0,226,223,0,0,226,223,0,0,226,223,0,0,228,223,0,0,228,223,0,0,228,223,0,0,228,223,0,0,228,223,0,0,228,223,0,0,234,223,0,0,234,223,0,0,238,223,0,0,238,223,0,0,248,223,0,0,250,223,0,0,250,223,0,0,250,223,0,0,254,223,0,0,254,223,0,0,254,223,0,0,2,224,0,0,2,224,0,0,4,224,0,0,6,224,0,0,6,224,0,0,8,224,0,0,12,224,0,0,18,224,0,0,18,224,0,0,22,224,0,0,22,224,0,0,28,224,0,0,28,224,0,0,30,224,0,0,32,224,0,0,38,224,0,0,38,224,0,0,38,224,0,0,48,224,0,0,50,224,0,0,52,224,0,0,52,224,0,0,52,224,0,0,52,224,0,0,52,224,0,0,58,224,0,0,58,224,0,0,62,224,0,0,62,224,0,0,64,224,0,0,64,224,0,0,66,224,0,0,66,224,0,0,66,224,0,0,66,224,0,0,68,224,0,0,70,224,0,0,70,224,0,0,80,224,0,0,82,224,0,0,84,224,0,0,86,224,0,0,86,224,0,0,92,224,0,0,92,224,0,0,98,224,0,0,98,224,0,0,98,224,0,0,98,224,0,0,102,224,0,0,104,224,0,0,104,224,0,0,106,224,0,0,106,224,0,0,106,224,0,0,106,224,0,0,106,224,0,0,106,224,0,0,108,224,0,0,108,224,0,0,108,224,0,0,114,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,126,224,0,0,130,224,0,0,134,224,0,0,140,224,0,0,148,224,0,0,154,224,0,0,158,224,0,0,162,224,0,0,164,224,0,0,168,224,0,0,170,224,0,0,172,224,0,0,172,224,0,0,172,224,0,0,174,224,0,0,176,224,0,0,176,224,0,0,176,224,0,0,176,224,0,0,176,224,0,0,176,224,0,0,182,224,0,0,182,224,0,0,184,224,0,0,184,224,0,0,188,224,0,0,188,224,0,0,190,224,0,0,196,224,0,0,198,224,0,0,198,224,0,0,202,224,0,0,204,224,0,0,204,224,0,0,208,224,0,0,210,224,0,0,212,224,0,0,218,224,0,0,218,224,0,0,218,224,0,0,220,224,0,0,234,224,0,0,240,224,0,0,242,224,0,0,246,224,0,0,246,224,0,0,246,224,0,0,246,224,0,0,252,224,0,0,252,224,0,0,252,224,0,0,2,225,0,0,4,225,0,0,6,225,0,0,6,225,0,0,6,225,0,0,8,225,0,0,10,225,0,0,12,225,0,0,14,225,0,0,20,225,0,0,20,225,0,0,22,225,0,0,22,225,0,0,22,225,0,0,24,225,0,0,24,225,0,0,26,225,0,0,26,225,0,0,30,225,0,0,30,225,0,0,30,225,0,0,34,225,0,0,36,225,0,0,36,225,0,0,38,225,0,0,38,225,0,0,38,225,0,0,40,225,0,0,44,225,0,0,44,225,0,0,46,225,0,0,46,225,0,0,46,225,0,0,52,225,0,0,52,225,0,0,54,225,0,0,66,225,0,0,66,225,0,0,72,225,0,0,72,225,0,0,72,225,0,0,72,225,0,0,72,225,0,0,76,225,0,0,78,225,0,0,78,225,0,0,78,225,0,0,80,225,0,0,116,225,0,0,118,225,0,0,124,225,0,0,126,225,0,0,134,225,0,0,134,225,0,0,134,225,0,0,140,225,0,0,142,225,0,0,146,225,0,0,146,225,0,0,146,225,0,0,146,225,0,0,146,225,0,0,146,225,0,0,146,225,0,0,146,225,0,0,148,225,0,0,150,225,0,0,152,225,0,0,152,225,0,0,156,225,0,0,168,225,0,0,168,225,0,0,168,225,0,0,168,225,0,0,170,225,0,0,174,225,0,0,184,225,0,0,186,225,0,0,186,225,0,0,186,225,0,0,188,225,0,0,190,225,0,0,190,225,0,0,190,225,0,0,190,225,0,0,194,225,0,0,194,225,0,0,200,225,0,0,206,225,0,0,206,225,0,0,206,225,0,0,208,225,0,0,208,225,0,0,210,225,0,0,210,225,0,0,216,225,0,0,220,225,0,0,220,225,0,0,224,225,0,0,224,225,0,0,228,225,0,0,232,225,0,0,234,225,0,0,236,225,0,0,238,225,0,0,250,225,0,0,250,225,0,0,0,226,0,0,4,226,0,0,8,226,0,0,10,226,0,0,12,226,0,0,12,226,0,0,12,226,0,0,16,226,0,0,20,226,0,0,20,226,0,0,24,226,0,0,24,226,0,0,28,226,0,0,30,226,0,0,30,226,0,0,30,226,0,0,32,226,0,0,42,226,0,0,44,226,0,0,46,226,0,0,46,226,0,0,48,226,0,0,48,226,0,0,52,226,0,0,56,226,0,0,62,226,0,0,62,226,0,0,62,226,0,0,62,226,0,0,64,226,0,0,64,226,0,0,64,226,0,0,72,226,0,0,80,226,0,0,80,226,0,0,86,226,0,0,86,226,0,0,86,226,0,0,88,226,0,0,88,226,0,0,90,226,0,0,98,226,0,0,106,226,0,0,106,226,0,0,108,226,0,0,108,226,0,0,114,226,0,0,118,226,0,0,118,226,0,0,118,226,0,0,118,226,0,0,124,226,0,0,128,226,0,0,128,226,0,0,128,226,0,0,128,226,0,0,128,226,0,0,132,226,0,0,136,226,0,0,138,226,0,0,138,226,0,0,138,226,0,0,142,226,0,0,142,226,0,0,142,226,0,0,142,226,0,0,144,226,0,0,146,226,0,0,152,226,0,0,152,226,0,0,152,226,0,0,154,226,0,0,164,226,0,0,168,226,0,0,168,226,0,0,172,226,0,0,180,226,0,0,184,226,0,0,184,226,0,0,188,226,0,0,188,226,0,0,198,226,0,0,198,226,0,0,198,226,0,0,200,226,0,0,200,226,0,0,200,226,0,0,202,226,0,0,202,226,0,0,208,226,0,0,208,226,0,0,208,226,0,0,208,226,0,0,212,226,0,0,214,226,0,0,214,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,224,226,0,0,224,226,0,0,224,226,0,0,226,226,0,0,234,226,0,0,238,226,0,0,240,226,0,0,244,226,0,0,246,226,0,0,248,226,0,0,250,226,0,0,254,226,0,0,4,227,0,0,8,227,0,0,12,227,0,0,12,227,0,0,12,227,0,0,16,227,0,0,20,227,0,0,24,227,0,0,32,227,0,0,34,227,0,0,34,227,0,0,36,227,0,0,36,227,0,0,38,227,0,0,38,227,0,0,42,227,0,0,42,227,0,0,44,227,0,0,44,227,0,0,44,227,0,0,52,227,0,0,52,227,0,0,54,227,0,0,54,227,0,0,58,227,0,0,64,227,0,0,64,227,0,0,64,227,0,0,64,227,0,0,66,227,0,0,66,227,0,0,70,227,0,0,70,227,0,0,78,227,0,0,78,227,0,0,78,227,0,0,80,227,0,0,84,227,0,0,88,227,0,0,92,227,0,0,92,227,0,0,92,227,0,0,92,227,0,0,94,227,0,0,104,227,0,0,106,227,0,0,116,227,0,0,116,227,0,0,122,227,0,0,122,227,0,0,124,227,0,0,128,227,0,0,128,227,0,0,132,227,0,0,134,227,0,0,134,227,0,0,144,227,0,0,144,227,0,0,146,227,0,0,148,227,0,0,148,227,0,0,150,227,0,0,150,227,0,0,150,227,0,0,150,227,0,0,154,227,0,0,156,227,0,0,158,227,0,0,158,227,0,0,160,227,0,0,164,227,0,0,174,227,0,0,174,227,0,0,176,227,0,0,176,227,0,0,186,227,0,0,194,227,0,0,194,227,0,0,206,227,0,0,210,227,0,0,210,227,0,0,210,227,0,0,216,227,0,0,216,227,0,0,218,227,0,0,220,227,0,0,222,227,0,0,222,227,0,0,224,227,0,0,232,227,0,0,238,227,0,0,242,227,0,0,246,227,0,0,246,227,0,0,246,227,0,0,246,227,0,0,246,227,0,0,252,227,0,0,254,227,0,0,4,228,0,0,4,228,0,0,4,228,0,0,6,228,0,0,6,228,0,0,6,228,0,0,6,228,0,0,12,228,0,0,16,228,0,0,16,228,0,0,22,228,0,0,26,228,0,0,26,228,0,0,28,228,0,0,30,228,0,0,30,228,0,0,30,228,0,0,32,228,0,0,32,228,0,0,34,228,0,0,38,228,0,0,40,228,0,0,44,228,0,0,44,228,0,0,48,228,0,0,48,228,0,0,48,228,0,0,50,228,0,0,52,228,0,0,56,228,0,0,56,228,0,0,68,228,0,0,72,228,0,0,78,228,0,0,78,228,0,0,84,228,0,0,84,228,0,0,84,228,0,0,84,228,0,0,84,228,0,0,86,228,0,0,86,228,0,0,86,228,0,0,86,228,0,0,86,228,0,0,86,228,0,0,86,228,0,0,86,228,0,0,88,228,0,0,88,228,0,0,88,228,0,0,96,228,0,0,96,228,0,0,98,228,0,0,98,228,0,0,102,228,0,0,104,228,0,0,104,228,0,0,104,228,0,0,104,228,0,0,106,228,0,0,112,228,0,0,114,228,0,0,114,228,0,0,114,228,0,0,114,228,0,0,114,228,0,0,114,228,0,0,116,228,0,0,118,228,0,0,120,228,0,0,120,228,0,0,122,228,0,0,122,228,0,0,124,228,0,0,134,228,0,0,144,228,0,0,146,228,0,0,152,228,0,0,154,228,0,0,154,228,0,0,156,228,0,0,160,228,0,0,162,228,0,0,164,228,0,0,170,228,0,0,170,228,0,0,174,228,0,0,178,228,0,0,182,228,0,0,182,228,0,0,184,228,0,0,192,228,0,0,194,228,0,0,198,228,0,0,202,228,0,0,202,228,0,0,204,228,0,0,204,228,0,0,208,228,0,0,208,228,0,0,218,228,0,0,220,228,0,0,220,228,0,0,220,228,0,0,224,228,0,0,224,228,0,0,230,228,0,0,230,228,0,0,240,228,0,0,240,228,0,0,242,228,0,0,244,228,0,0,244,228,0,0,246,228,0,0,250,228,0,0,254,228,0,0,0,229,0,0,0,229,0,0,0,229,0,0,0,229,0,0,8,229,0,0,18,229,0,0,18,229,0,0,24,229,0,0,30,229,0,0,32,229,0,0,32,229,0,0,32,229,0,0,32,229,0,0,40,229,0,0,40,229,0,0,40,229,0,0,44,229,0,0,44,229,0,0,44,229,0,0,46,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,56,229,0,0,58,229,0,0,60,229,0,0,60,229,0,0,64,229,0,0,64,229,0,0,64,229,0,0,64,229,0,0,64,229,0,0,66,229,0,0,66,229,0,0,66,229,0,0,66,229,0,0,68,229,0,0,74,229,0,0,74,229,0,0,74,229,0,0,74,229,0,0,74,229,0,0,74,229,0,0,74,229,0,0,74,229,0,0,74,229,0,0,74,229,0,0,78,229,0,0,80,229,0,0,80,229,0,0,92,229,0,0,92,229,0,0,94,229,0,0,100,229,0,0,100,229,0,0,100,229,0,0,102,229,0,0,102,229,0,0,102,229,0,0,102,229,0,0,104,229,0,0,112,229,0,0,112,229,0,0,112,229,0,0,114,229,0,0,114,229,0,0,114,229,0,0,114,229,0,0,118,229,0,0,118,229,0,0,120,229,0,0,120,229,0,0,120,229,0,0,122,229,0,0,130,229,0,0,134,229,0,0,134,229,0,0,134,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,138,229,0,0,142,229,0,0,144,229,0,0,150,229,0,0,150,229,0,0,152,229,0,0,158,229,0,0,158,229,0,0,158,229,0,0,158,229,0,0,160,229,0,0,164,229,0,0,164,229,0,0,166,229,0,0,172,229,0,0,174,229,0,0,176,229,0,0,178,229,0,0,178,229,0,0,182,229,0,0,182,229,0,0,182,229,0,0,186,229,0,0,186,229,0,0,186,229,0,0,190,229,0,0,192,229,0,0,192,229,0,0,194,229,0,0,196,229,0,0,200,229,0,0,202,229,0,0,204,229,0,0,210,229,0,0,210,229,0,0,214,229,0,0,214,229,0,0,214,229,0,0,214,229,0,0,214,229,0,0,214,229,0,0,214,229,0,0,214,229,0,0,214,229,0,0,214,229,0,0,218,229,0,0,218,229,0,0,220,229,0,0,220,229,0,0,222,229,0,0,228,229,0,0,228,229,0,0,234,229,0,0,236,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,246,229,0,0,250,229,0,0,250,229,0,0,250,229,0,0,250,229,0,0,0,230,0,0,0,230,0,0,0,230,0,0,0,230,0,0,4,230,0,0,10,230,0,0,12,230,0,0,16,230,0,0,24,230,0,0,26,230,0,0,26,230,0,0,26,230,0,0,30,230,0,0,34,230,0,0,34,230,0,0,34,230,0,0,36,230,0,0,38,230,0,0,38,230,0,0,38,230,0,0,38,230,0,0,40,230,0,0,40,230,0,0,42,230,0,0,42,230,0,0,44,230,0,0,44,230,0,0,48,230,0,0,48,230,0,0,50,230,0,0,52,230,0,0,56,230,0,0,56,230,0,0,62,230,0,0,68,230,0,0,72,230,0,0,72,230,0,0,78,230,0,0,78,230,0,0,82,230,0,0,88,230,0,0,88,230,0,0,90,230,0,0,90,230,0,0,90,230,0,0,92,230,0,0,92,230,0,0,94,230,0,0,94,230,0,0,102,230,0,0,104,230,0,0,104,230,0,0,112,230,0,0,112,230,0,0,116,230,0,0,116,230,0,0,118,230,0,0,118,230,0,0,118,230,0,0,118,230,0,0,122,230,0,0,126,230,0,0,126,230,0,0,128,230,0,0,128,230,0,0,132,230,0,0,136,230,0,0,140,230,0,0,146,230,0,0,150,230,0,0,150,230,0,0,156,230,0,0,158,230,0,0,164,230,0,0,164,230,0,0,164,230,0,0,166,230,0,0,166,230,0,0,170,230,0,0,170,230,0,0,172,230,0,0,172,230,0,0,172,230,0,0,180,230,0,0,180,230,0,0,184,230,0,0,186,230,0,0,188,230,0,0,196,230,0,0,196,230,0,0,196,230,0,0,196,230,0,0,198,230,0,0,198,230,0,0,198,230,0,0,198,230,0,0,208,230,0,0,210,230,0,0,212,230,0,0,214,230,0,0,216,230,0,0,216,230,0,0,216,230,0,0,218,230,0,0,218,230,0,0,218,230,0,0,222,230,0,0,222,230,0,0,226,230,0,0,226,230,0,0,228,230,0,0,230,230,0,0,230,230,0,0,234,230,0,0,234,230,0,0,236,230,0,0,244,230,0,0,252,230,0,0,252,230,0,0,4,231,0,0,4,231,0,0,8,231,0,0,8,231,0,0,8,231,0,0,8,231,0,0,16,231,0,0,16,231,0,0,22,231,0,0,22,231,0,0,28,231,0,0,28,231,0,0,28,231,0,0,32,231,0,0,34,231,0,0,34,231,0,0,36,231,0,0,36,231,0,0,36,231,0,0,36,231,0,0,40,231,0,0,42,231,0,0,48,231,0,0,48,231,0,0,50,231,0,0,50,231,0,0,50,231,0,0,50,231,0,0,56,231,0,0,60,231,0,0,60,231,0,0,60,231,0,0,62,231,0,0,62,231,0,0,62,231,0,0,62,231,0,0,62,231,0,0,66,231,0,0,66,231,0,0,68,231,0,0,74,231,0,0,78,231,0,0,84,231,0,0,88,231,0,0,88,231,0,0,90,231,0,0,90,231,0,0,90,231,0,0,90,231,0,0,90,231,0,0,90,231,0,0,92,231,0,0,92,231,0,0,96,231,0,0,100,231,0,0,102,231,0,0,102,231,0,0,102,231,0,0,102,231,0,0,102,231,0,0,106,231,0,0,106,231,0,0,106,231,0,0,108,231,0,0,108,231,0,0,110,231,0,0,114,231,0,0,114,231,0,0,116,231,0,0,116,231,0,0,116,231,0,0,116,231,0,0,118,231,0,0,120,231,0,0,120,231,0,0,120,231,0,0,120,231,0,0,120,231,0,0,122,231,0,0,122,231,0,0,122,231,0,0,122,231,0,0,122,231,0,0,124,231,0,0,124,231,0,0,130,231,0,0,134,231,0,0,136,231,0,0,136,231,0,0,136,231,0,0,136,231,0,0,138,231,0,0,142,231,0,0,162,231,0,0,162,231,0,0,168,231,0,0,168,231,0,0,168,231,0,0,168,231,0,0,172,231,0,0,172,231,0,0,172,231,0,0,172,231,0,0,174,231,0,0,174,231,0,0,176,231,0,0,180,231,0,0,180,231,0,0,180,231,0,0,182,231,0,0,182,231,0,0,182,231,0,0,182,231,0,0,186,231,0,0,190,231,0,0,192,231,0,0,192,231,0,0,192,231,0,0,194,231,0,0,196,231,0,0,198,231,0,0,204,231,0,0,206,231,0,0,208,231,0,0,208,231,0,0,218,231,0,0,218,231,0,0,218,231,0,0,228,231,0,0,236,231,0,0,240,231,0,0,240,231,0,0,240,231,0,0,244,231,0,0,244,231,0,0,244,231,0,0,244,231,0,0,244,231,0,0,246,231,0,0,246,231,0,0,246,231,0,0,248,231,0,0,250,231,0,0,250,231,0,0,252,231,0,0,254,231,0,0,2,232,0,0,2,232,0,0,2,232,0,0,4,232,0,0,4,232,0,0,10,232,0,0,10,232,0,0,10,232,0,0,10,232,0,0,18,232,0,0,28,232,0,0,30,232,0,0,30,232,0,0,30,232,0,0,30,232,0,0,30,232,0,0,30,232,0,0,30,232,0,0,32,232,0,0,34,232,0,0,34,232,0,0,36,232,0,0,36,232,0,0,36,232,0,0,36,232,0,0,40,232,0,0,42,232,0,0,42,232,0,0,42,232,0,0,42,232,0,0,44,232,0,0,48,232,0,0,48,232,0,0,50,232,0,0,50,232,0,0,50,232,0,0,52,232,0,0,54,232,0,0,58,232,0,0,60,232,0,0,62,232,0,0,66,232,0,0,66,232,0,0,66,232,0,0,66,232,0,0,76,232,0,0,76,232,0,0,80,232,0,0,82,232,0,0,84,232,0,0,86,232,0,0,88,232,0,0,90,232,0,0,92,232,0,0,94,232,0,0,94,232,0,0,94,232,0,0,94,232,0,0,98,232,0,0,98,232,0,0,98,232,0,0,98,232,0,0,102,232,0,0,106,232,0,0,108,232,0,0,108,232,0,0,114,232,0,0,114,232,0,0,116,232,0,0,116,232,0,0,118,232,0,0,120,232,0,0,120,232,0,0,122,232,0,0,122,232,0,0,122,232,0,0,122,232,0,0,126,232,0,0,132,232,0,0,132,232,0,0,132,232,0,0,136,232,0,0,138,232,0,0,138,232,0,0,146,232,0,0,146,232,0,0,146,232,0,0,150,232,0,0,152,232,0,0,152,232,0,0,154,232,0,0,154,232,0,0,158,232,0,0,164,232,0,0,170,232,0,0,170,232,0,0,172,232,0,0,172,232,0,0,174,232,0,0,174,232,0,0,174,232,0,0,174,232,0,0,180,232,0,0,182,232,0,0,182,232,0,0,184,232,0,0,184,232,0,0,184,232,0,0,188,232,0,0,190,232,0,0,192,232,0,0,192,232,0,0,192,232,0,0,196,232,0,0,200,232,0,0,202,232,0,0,202,232,0,0,208,232,0,0,208,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,218,232,0,0,222,232,0,0,222,232,0,0,224,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,232,232,0,0,232,232,0,0,232,232,0,0,232,232,0,0,232,232,0,0,232,232,0,0,242,232,0,0,242,232,0,0,246,232,0,0,246,232,0,0,250,232,0,0,254,232,0,0,254,232,0,0,254,232,0,0,254,232,0,0,0,233,0,0,4,233,0,0,4,233,0,0,6,233,0,0,6,233,0,0,6,233,0,0,6,233,0,0,14,233,0,0,18,233,0,0,18,233,0,0,18,233,0,0,18,233,0,0,20,233,0,0,26,233,0,0,26,233,0,0,26,233,0,0,26,233,0,0,26,233,0,0,32,233,0,0,34,233,0,0,34,233,0,0,34,233,0,0,34,233,0,0,34,233,0,0,34,233,0,0,36,233,0,0,36,233,0,0,36,233,0,0,38,233,0,0,48,233,0,0,48,233,0,0,48,233,0,0,48,233,0,0,48,233,0,0,48,233,0,0,50,233,0,0,52,233,0,0,52,233,0,0,52,233,0,0,52,233,0,0,64,233,0,0,64,233,0,0,64,233,0,0,64,233,0,0,66,233,0,0,68,233,0,0,68,233,0,0,68,233,0,0,68,233,0,0,72,233,0,0,72,233,0,0,72,233,0,0,72,233,0,0,78,233,0,0,84,233,0,0,86,233,0,0,86,233,0,0,88,233,0,0,88,233,0,0,90,233,0,0,90,233,0,0,90,233,0,0,90,233,0,0,92,233,0,0,92,233,0,0,94,233,0,0,94,233,0,0,94,233,0,0,98,233,0,0,98,233,0,0,100,233,0,0,100,233,0,0,100,233,0,0,102,233,0,0,114,233,0,0,118,233,0,0,120,233,0,0,124,233,0,0,126,233,0,0,126,233,0,0,126,233,0,0,126,233,0,0,126,233,0,0,132,233,0,0,134,233,0,0,134,233,0,0,136,233,0,0,136,233,0,0,136,233,0,0,136,233,0,0,136,233,0,0,138,233,0,0,138,233,0,0,138,233,0,0,142,233,0,0,146,233,0,0,146,233,0,0,146,233,0,0,146,233,0,0,146,233,0,0,148,233,0,0,150,233,0,0,150,233,0,0,150,233,0,0,150,233,0,0,150,233,0,0,150,233,0,0,150,233,0,0,150,233,0,0,152,233,0,0,152,233,0,0,154,233,0,0,154,233,0,0,154,233,0,0,154,233,0,0,154,233,0,0,160,233,0,0,168,233,0,0,168,233,0,0,172,233,0,0,172,233,0,0,176,233,0,0,176,233,0,0,176,233,0,0,176,233,0,0,184,233,0,0,186,233,0,0,186,233,0,0,186,233,0,0,186,233,0,0,188,233,0,0,190,233,0,0,190,233,0,0,190,233,0,0,204,233,0,0,204,233,0,0,204,233,0,0,206,233,0,0,206,233,0,0,210,233,0,0,210,233,0,0,210,233,0,0,218,233,0,0,220,233,0,0,224,233,0,0,224,233,0,0,230,233,0,0,230,233,0,0,240,233,0,0,240,233,0,0,240,233,0,0,246,233,0,0,246,233,0,0,252,233,0,0,0,234,0,0,2,234,0,0,8,234,0,0,12,234,0,0,12,234,0,0,16,234,0,0,20,234,0,0,22,234,0,0,22,234,0,0,30,234,0,0,30,234,0,0,34,234,0,0,40,234,0,0,42,234,0,0,44,234,0,0,46,234,0,0,46,234,0,0,48,234,0,0,56,234,0,0,56,234,0,0,56,234,0,0,58,234,0,0,62,234,0,0,62,234,0,0,68,234,0,0,74,234,0,0,74,234,0,0,76,234,0,0,80,234,0,0,80,234,0,0,84,234,0,0,86,234,0,0,86,234,0,0,90,234,0,0,92,234,0,0,92,234,0,0,94,234,0,0,94,234,0,0,94,234,0,0,100,234,0,0,102,234,0,0,102,234,0,0,106,234,0,0,112,234,0,0,122,234,0,0,122,234,0,0,126,234,0,0,126,234,0,0,126,234,0,0,126,234,0,0,128,234,0,0,130,234,0,0,130,234,0,0,136,234,0,0,136,234,0,0,138,234,0,0,140,234,0,0,144,234,0,0,152,234,0,0,152,234,0,0,154,234,0,0,154,234,0,0,156,234,0,0,156,234,0,0,160,234,0,0,160,234,0,0,160,234,0,0,164,234,0,0,166,234,0,0,166,234,0,0,168,234,0,0,172,234,0,0,178,234,0,0,182,234,0,0,182,234,0,0,182,234,0,0,188,234,0,0,188,234,0,0,188,234,0,0,190,234,0,0,190,234,0,0,190,234,0,0,192,234,0,0,192,234,0,0,196,234,0,0,198,234,0,0,198,234,0,0,200,234,0,0,200,234,0,0,212,234,0,0,212,234,0,0,212,234,0,0,216,234,0,0,216,234,0,0,216,234,0,0,216,234,0,0,216,234,0,0,216,234,0,0,218,234,0,0,218,234,0,0,220,234,0,0,222,234,0,0,222,234,0,0,222,234,0,0,222,234,0,0,222,234,0,0,224,234,0,0,224,234,0,0,228,234,0,0,234,234,0,0,234,234,0,0,234,234,0,0,234,234,0,0,236,234,0,0,236,234,0,0,238,234,0,0,240,234,0,0,240,234,0,0,240,234,0,0,240,234,0,0,240,234,0,0,246,234,0,0,246,234,0,0,246,234,0,0,248,234,0,0,254,234,0,0,0,235,0,0,2,235,0,0,6,235,0,0,6,235,0,0,6,235,0,0,8,235,0,0,10,235,0,0,18,235,0,0,20,235,0,0,28,235,0,0,30,235,0,0,32,235,0,0,34,235,0,0,36,235,0,0,36,235,0,0,44,235,0,0,50,235,0,0,50,235,0,0,50,235,0,0,50,235,0,0,58,235,0,0,62,235,0,0,62,235,0,0,64,235,0,0,64,235,0,0,68,235,0,0,68,235,0,0,68,235,0,0,68,235,0,0,74,235,0,0,76,235,0,0,76,235,0,0,78,235,0,0,80,235,0,0,80,235,0,0,92,235,0,0,92,235,0,0,98,235,0,0,98,235,0,0,98,235,0,0,100,235,0,0,102,235,0,0,104,235,0,0,106,235,0,0,106,235,0,0,108,235,0,0,112,235,0,0,114,235,0,0,116,235,0,0,116,235,0,0,116,235,0,0,120,235,0,0,120,235,0,0,126,235,0,0,126,235,0,0,128,235,0,0,134,235,0,0,150,235,0,0,150,235,0,0,154,235,0,0,154,235,0,0,156,235,0,0,156,235,0,0,160,235,0,0,162,235,0,0,172,235,0,0,172,235,0,0,172,235,0,0,184,235,0,0,190,235,0,0,190,235,0,0,192,235,0,0,198,235,0,0,200,235,0,0,206,235,0,0,206,235,0,0,206,235,0,0,206,235,0,0,206,235,0,0,206,235,0,0,206,235,0,0,206,235,0,0,206,235,0,0,216,235,0,0,218,235,0,0,222,235,0,0,226,235,0,0,226,235,0,0,228,235,0,0,232,235,0,0,236,235,0,0,244,235,0,0,244,235,0,0,246,235,0,0,252,235,0,0,252,235,0,0,0,236,0,0,0,236,0,0,2,236,0,0,4,236,0,0,4,236,0,0,6,236,0,0,8,236,0,0,8,236,0,0,10,236,0,0,10,236,0,0,12,236,0,0,16,236,0,0,16,236,0,0,16,236,0,0,18,236,0,0,22,236,0,0,22,236,0,0,22,236,0,0,22,236,0,0,22,236,0,0,26,236,0,0,26,236,0,0,32,236,0,0,32,236,0,0,34,236,0,0,34,236,0,0,34,236,0,0,36,236,0,0,36,236,0,0,38,236,0,0,38,236,0,0,40,236,0,0,42,236,0,0,42,236,0,0,42,236,0,0,46,236,0,0,46,236,0,0,46,236,0,0,48,236,0,0,50,236,0,0,62,236,0,0,62,236,0,0,66,236,0,0,66,236,0,0,72,236,0,0,78,236,0,0,78,236,0,0,78,236,0,0,78,236,0,0,80,236,0,0,80,236,0,0,80,236,0,0,80,236,0,0,80,236,0,0,80,236,0,0,86,236,0,0,88,236,0,0,90,236,0,0,92,236,0,0,94,236,0,0,94,236,0,0,94,236,0,0,94,236,0,0,96,236,0,0,96,236,0,0,100,236,0,0,100,236,0,0,100,236,0,0,100,236,0,0,100,236,0,0,106,236,0,0,110,236,0,0,112,236,0,0,112,236,0,0,114,236,0,0,116,236,0,0,120,236,0,0,122,236,0,0,124,236,0,0,124,236,0,0,124,236,0,0,124,236,0,0,126,236,0,0,126,236,0,0,128,236,0,0,128,236,0,0,128,236,0,0,128,236,0,0,130,236,0,0,130,236,0,0,130,236,0,0,130,236,0,0,138,236,0,0,138,236,0,0,142,236,0,0,142,236,0,0,142,236,0,0,148,236,0,0,158,236,0,0,158,236,0,0,158,236,0,0,158,236,0,0,158,236,0,0,158,236,0,0,158,236,0,0,158,236,0,0,158,236,0,0,164,236,0,0,164,236,0,0,170,236,0,0,170,236,0,0,170,236,0,0,172,236,0,0,172,236,0,0,174,236,0,0,174,236,0,0,178,236,0,0,180,236,0,0,180,236,0,0,180,236,0,0,184,236,0,0,186,236,0,0,188,236,0,0,188,236,0,0,190,236,0,0,194,236,0,0,196,236,0,0,198,236,0,0,198,236,0,0,208,236,0,0,208,236,0,0,208,236,0,0,208,236,0,0,208,236,0,0,212,236,0,0,220,236,0,0,226,236,0,0,226,236,0,0,230,236,0,0,232,236,0,0,236,236,0,0,240,236,0,0,244,236,0,0,246,236,0,0,246,236,0,0,248,236,0,0,248,236,0,0,248,236,0,0,248,236,0,0,248,236,0,0,248,236,0,0,248,236,0,0,4,237,0,0,4,237,0,0,8,237,0,0,8,237,0,0,12,237,0,0,12,237,0,0,16,237,0,0,16,237,0,0,16,237,0,0,16,237,0,0,16,237,0,0,16,237,0,0,16,237,0,0,16,237,0,0,16,237,0,0,24,237,0,0,28,237,0,0,28,237,0,0,28,237,0,0,28,237,0,0,32,237,0,0,34,237,0,0,34,237,0,0,34,237,0,0,34,237,0,0,36,237,0,0,38,237,0,0,38,237,0,0,44,237,0,0,46,237,0,0,48,237,0,0,48,237,0,0,62,237,0,0,62,237,0,0,62,237,0,0,62,237,0,0,62,237,0,0,66,237,0,0,66,237,0,0,66,237,0,0,66,237,0,0,66,237,0,0,66,237,0,0,72,237,0,0,72,237,0,0,74,237,0,0,74,237,0,0,76,237,0,0,76,237,0,0,80,237,0,0,80,237,0,0,80,237,0,0,82,237,0,0,82,237,0,0,82,237,0,0,88,237,0,0,90,237,0,0,94,237,0,0,98,237,0,0,98,237,0,0,98,237,0,0,98,237,0,0,98,237,0,0,100,237,0,0,108,237,0,0,108,237,0,0,116,237,0,0,118,237,0,0,132,237,0,0,132,237,0,0,138,237,0,0,138,237,0,0,140,237,0,0,140,237,0,0,140,237,0,0,144,237,0,0,144,237,0,0,144,237,0,0,144,237,0,0,144,237,0,0,144,237,0,0,144,237,0,0,146,237,0,0,148,237,0,0,150,237,0,0,152,237,0,0,160,237,0,0,160,237,0,0,162,237,0,0,162,237,0,0,162,237,0,0,162,237,0,0,162,237,0,0,164,237,0,0,164,237,0,0,172,237,0,0,172,237,0,0,174,237,0,0,174,237,0,0,174,237,0,0,174,237,0,0,176,237,0,0,176,237,0,0,176,237,0,0,178,237,0,0,178,237,0,0,178,237,0,0,178,237,0,0,178,237,0,0,178,237,0,0,178,237,0,0,178,237,0,0,182,237,0,0,182,237,0,0,182,237,0,0,184,237,0,0,184,237,0,0,184,237,0,0,186,237,0,0,192,237,0,0,198,237,0,0,200,237,0,0,204,237,0,0,212,237,0,0,212,237,0,0,212,237,0,0,216,237,0,0,216,237,0,0,216,237,0,0,216,237,0,0,216,237,0,0,216,237,0,0,216,237,0,0,216,237,0,0,222,237,0,0,222,237,0,0,226,237,0,0,230,237,0,0,230,237,0,0,232,237,0,0,234,237,0,0,234,237,0,0,236,237,0,0,236,237,0,0,240,237,0,0,244,237,0,0,244,237,0,0,246,237,0,0,246,237,0,0,246,237,0,0,248,237,0,0,248,237,0,0,248,237,0,0,250,237,0,0,254,237,0,0,0,238,0,0,6,238,0,0,10,238,0,0,10,238,0,0,10,238,0,0,14,238,0,0,16,238,0,0,16,238,0,0,18,238,0,0,22,238,0,0,26,238,0,0,28,238,0,0,30,238,0,0,32,238,0,0,32,238,0,0,34,238,0,0,36,238,0,0,38,238,0,0,42,238,0,0,44,238,0,0,52,238,0,0,52,238,0,0,52,238,0,0,56,238,0,0,56,238,0,0,56,238,0,0,56,238,0,0,56,238,0,0,56,238,0,0,56,238,0,0,56,238,0,0,58,238,0,0,58,238,0,0,58,238,0,0,64,238,0,0,68,238,0,0,68,238,0,0,68,238,0,0,70,238,0,0,72,238,0,0,72,238,0,0,80,238,0,0,84,238,0,0,86,238,0,0,86,238,0,0,90,238,0,0,90,238,0,0,90,238,0,0,92,238,0,0,96,238,0,0,96,238,0,0,98,238,0,0,98,238,0,0,98,238,0,0,98,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,104,238,0,0,108,238,0,0,110,238,0,0,110,238,0,0,110,238,0,0,110,238,0,0,110,238,0,0,112,238,0,0,112,238,0,0,112,238,0,0,112,238,0,0,118,238,0,0,120,238,0,0,126,238,0,0,128,238,0,0,128,238,0,0,130,238,0,0,130,238,0,0,132,238,0,0,132,238,0,0,132,238,0,0,134,238,0,0,138,238,0,0,144,238,0,0,150,238,0,0,154,238,0,0,154,238,0,0,154,238,0,0,154,238,0,0,156,238,0,0,158,238,0,0,160,238,0,0,160,238,0,0,160,238,0,0,164,238,0,0,164,238,0,0,164,238,0,0,166,238,0,0,176,238,0,0,176,238,0,0,180,238,0,0,180,238,0,0,186,238,0,0,186,238,0,0,186,238,0,0,190,238,0,0,190,238,0,0,198,238,0,0,200,238,0,0,204,238,0,0,204,238,0,0,212,238,0,0,216,238,0,0,218,238,0,0,218,238,0,0,218,238,0,0,222,238,0,0,222,238,0,0,224,238,0,0,224,238,0,0,224,238,0,0,226,238,0,0,232,238,0,0,236,238,0,0,242,238,0,0,242,238,0,0,244,238,0,0,246,238,0,0,250,238,0,0,252,238,0,0,254,238,0,0,0,239,0,0,2,239,0,0,4,239,0,0,12,239,0,0,14,239,0,0,18,239,0,0,18,239,0,0,18,239,0,0,18,239,0,0,18,239,0,0,24,239,0,0,24,239,0,0,24,239,0,0,28,239,0,0,28,239,0,0,28,239,0,0,30,239,0,0,30,239,0,0,30,239,0,0,34,239,0,0,34,239,0,0,40,239,0,0,40,239,0,0,40,239,0,0,40,239,0,0,44,239,0,0,46,239,0,0,46,239,0,0,46,239,0,0,48,239,0,0,48,239,0,0,50,239,0,0,50,239,0,0,54,239,0,0,54,239,0,0,54,239,0,0,54,239,0,0,54,239,0,0,54,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,74,239,0,0,76,239,0,0,76,239,0,0,78,239,0,0,82,239,0,0,82,239,0,0,82,239,0,0,86,239,0,0,90,239,0,0,92,239,0,0,92,239,0,0,92,239,0,0,92,239,0,0,94,239,0,0,94,239,0,0,100,239,0,0,100,239,0,0,100,239,0,0,102,239,0,0,102,239,0,0,110,239,0,0,110,239,0,0,116,239,0,0,116,239,0,0,116,239,0,0,120,239,0,0,120,239,0,0,120,239,0,0,134,239,0,0,142,239,0,0,146,239,0,0,146,239,0,0,146,239,0,0,150,239,0,0,154,239,0,0,154,239,0,0,162,239,0,0,164,239,0,0,168,239,0,0,168,239,0,0,172,239,0,0,172,239,0,0,176,239,0,0,176,239,0,0,176,239,0,0,176,239,0,0,176,239,0,0,180,239,0,0,182,239,0,0,182,239,0,0,186,239,0,0,186,239,0,0,190,239,0,0,196,239,0,0,196,239,0,0,196,239,0,0,196,239,0,0,196,239,0,0,196,239,0,0,196,239,0,0,202,239,0,0,202,239,0,0,206,239,0,0,206,239,0,0,210,239,0,0,210,239,0,0,218,239,0,0,220,239,0,0,228,239,0,0,230,239,0,0,230,239,0,0,232,239,0,0,234,239,0,0,240,239,0,0,240,239,0,0,240,239,0,0,242,239,0,0,244,239,0,0,244,239,0,0,248,239,0,0,254,239,0,0,4,240,0,0,8,240,0,0,10,240,0,0,14,240,0,0,14,240,0,0,14,240,0,0,14,240,0,0,24,240,0,0,24,240,0,0,26,240,0,0,30,240,0,0,32,240,0,0,32,240,0,0,34,240,0,0,34,240,0,0,34,240,0,0,40,240,0,0,42,240,0,0,46,240,0,0,50,240,0,0,56,240,0,0,58,240,0,0,58,240,0,0,58,240,0,0,64,240,0,0,64,240,0,0,66,240,0,0,66,240,0,0,70,240,0,0,70,240,0,0,70,240,0,0,70,240,0,0,70,240,0,0,70,240,0,0,74,240,0,0,78,240,0,0,82,240,0,0,84,240,0,0,84,240,0,0,84,240,0,0,84,240,0,0,86,240,0,0,86,240,0,0,86,240,0,0,92,240,0,0,92,240,0,0,92,240,0,0,92,240,0,0,92,240,0,0,92,240,0,0,92,240,0,0,98,240,0,0,100,240,0,0,100,240,0,0,100,240,0,0,112,240,0,0,112,240,0,0,112,240,0,0,114,240,0,0,128,240,0,0,134,240,0,0,138,240,0,0,142,240,0,0,142,240,0,0,142,240,0,0,144,240,0,0,144,240,0,0,150,240,0,0,158,240,0,0,166,240,0,0,166,240,0,0,168,240,0,0,168,240,0,0,168,240,0,0,170,240,0,0,172,240,0,0,174,240,0,0,178,240,0,0,178,240,0,0,178,240,0,0,178,240,0,0,178,240,0,0,178,240,0,0,182,240,0,0,186,240,0,0,188,240,0,0,188,240,0,0,190,240,0,0,190,240,0,0,192,240,0,0,196,240,0,0,196,240,0,0,196,240,0,0,196,240,0,0,200,240,0,0,200,240,0,0,208,240,0,0,210,240,0,0,214,240,0,0,214,240,0,0,214,240,0,0,214,240,0,0,216,240,0,0,216,240,0,0,220,240,0,0,220,240,0,0,220,240,0,0,220,240,0,0,226,240,0,0,226,240,0,0,226,240,0,0,230,240,0,0,234,240,0,0,242,240,0,0,246,240,0,0,246,240,0,0,246,240,0,0,254,240,0,0,0,241,0,0,0,241,0,0,2,241,0,0,2,241,0,0,2,241,0,0,2,241,0,0,2,241,0,0,4,241,0,0,12,241,0,0,16,241,0,0,16,241,0,0,18,241,0,0,20,241,0,0,20,241,0,0,24,241,0,0,28,241,0,0,36,241,0,0,40,241,0,0,40,241,0,0,40,241,0,0,40,241,0,0,40,241,0,0,48,241,0,0,50,241,0,0,56,241,0,0,56,241,0,0,56,241,0,0,58,241,0,0,62,241,0,0,62,241,0,0,62,241,0,0,62,241,0,0,62,241,0,0,62,241,0,0,64,241,0,0,66,241,0,0,66,241,0,0,66,241,0,0,66,241,0,0,66,241,0,0,68,241,0,0,68,241,0,0,68,241,0,0,74,241,0,0,82,241,0,0,82,241,0,0,92,241,0,0,92,241,0,0,92,241,0,0,92,241,0,0,92,241,0,0,94,241,0,0,96,241,0,0,96,241,0,0,98,241,0,0,102,241,0,0,106,241,0,0,106,241,0,0,106,241,0,0,106,241,0,0,106,241,0,0,108,241,0,0,110,241,0,0,110,241,0,0,114,241,0,0,114,241,0,0,116,241,0,0,116,241,0,0,122,241,0,0,138,241,0,0,138,241,0,0,140,241,0,0,144,241,0,0,146,241,0,0,146,241,0,0,150,241,0,0,152,241,0,0,152,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,160,241,0,0,160,241,0,0,166,241,0,0,168,241,0,0,168,241,0,0,170,241,0,0,170,241,0,0,170,241,0,0,174,241,0,0,176,241,0,0,178,241,0,0,184,241,0,0,184,241,0,0,184,241,0,0,190,241,0,0,190,241,0,0,206,241,0,0,208,241,0,0,210,241,0,0,212,241,0,0,212,241,0,0,212,241,0,0,220,241,0,0,224,241,0,0,224,241,0,0,224,241,0,0,226,241,0,0,232,241,0,0,232,241,0,0,236,241,0,0,236,241,0,0,238,241,0,0,242,241,0,0,242,241,0,0,248,241,0,0,250,241,0,0,252,241,0,0,254,241,0,0,4,242,0,0,8,242,0,0,8,242,0,0,8,242,0,0,8,242,0,0,8,242,0,0,10,242,0,0,10,242,0,0,10,242,0,0,12,242,0,0,14,242,0,0,14,242,0,0,14,242,0,0,16,242,0,0,22,242,0,0,24,242,0,0,30,242,0,0,32,242,0,0,36,242,0,0,46,242,0,0,56,242,0,0,58,242,0,0,60,242,0,0,60,242,0,0,64,242,0,0,64,242,0,0,64,242,0,0,68,242,0,0,70,242,0,0,70,242,0,0,70,242,0,0,70,242,0,0,74,242,0,0,78,242,0,0,78,242,0,0,84,242,0,0,86,242,0,0,86,242,0,0,86,242,0,0,86,242,0,0,86,242,0,0,86,242,0,0,90,242,0,0,92,242,0,0,94,242,0,0,94,242,0,0,100,242,0,0,102,242,0,0,104,242,0,0,104,242,0,0,104,242,0,0,106,242,0,0,106,242,0,0,108,242,0,0,108,242,0,0,108,242,0,0,108,242,0,0,114,242,0,0,114,242,0,0,114,242,0,0,114,242,0,0,126,242,0,0,126,242,0,0,126,242,0,0,128,242,0,0,130,242,0,0,130,242,0,0,130,242,0,0,132,242,0,0,134,242,0,0,134,242,0,0,134,242,0,0,142,242,0,0,144,242,0,0,146,242,0,0,146,242,0,0,146,242,0,0,148,242,0,0,156,242,0,0,156,242,0,0,158,242,0,0,158,242,0,0,160,242,0,0,160,242,0,0,166,242,0,0,166,242,0,0,166,242,0,0,172,242,0,0,172,242,0,0,174,242,0,0,178,242,0,0,180,242,0,0,184,242,0,0,184,242,0,0,190,242,0,0,190,242,0,0,190,242,0,0,192,242,0,0,196,242,0,0,196,242,0,0,198,242,0,0,210,242,0,0,210,242,0,0,210,242,0,0,216,242,0,0,216,242,0,0,216,242,0,0,216,242,0,0,218,242,0,0,220,242,0,0,220,242,0,0,220,242,0,0,222,242,0,0,222,242,0,0,222,242,0,0,222,242,0,0,222,242,0,0,222,242,0,0,224,242,0,0,224,242,0,0,224,242,0,0,224,242,0,0,224,242,0,0,226,242,0,0,228,242,0,0,230,242,0,0,230,242,0,0,232,242,0,0,240,242,0,0,240,242,0,0,242,242,0,0,242,242,0,0,244,242,0,0,248,242,0,0,248,242,0,0,250,242,0,0,254,242,0,0,4,243,0,0,4,243,0,0,4,243,0,0,6,243,0,0,6,243,0,0,6,243,0,0,6,243,0,0,6,243,0,0,6,243,0,0,6,243,0,0,6,243,0,0,6,243,0,0,6,243,0,0,10,243,0,0,12,243,0,0,12,243,0,0,12,243,0,0,16,243,0,0,16,243,0,0,18,243,0,0,22,243,0,0,26,243,0,0,26,243,0,0,28,243,0,0,28,243,0,0,30,243,0,0,34,243,0,0,38,243,0,0,38,243,0,0,44,243,0,0,44,243,0,0,46,243,0,0,50,243,0,0,50,243,0,0,52,243,0,0,52,243,0,0,62,243,0,0,64,243,0,0,64,243,0,0,70,243,0,0,72,243,0,0,72,243,0,0,74,243,0,0,80,243,0,0,80,243,0,0,80,243,0,0,84,243,0,0,92,243,0,0,100,243,0,0,100,243,0,0,104,243,0,0,106,243,0,0,106,243,0,0,106,243,0,0,108,243,0,0,108,243,0,0,114,243,0,0,114,243,0,0,120,243,0,0,122,243,0,0,122,243,0,0,122,243,0,0,124,243,0,0,126,243,0,0,126,243,0,0,126,243,0,0,130,243,0,0,132,243,0,0,132,243,0,0,138,243,0,0,140,243,0,0,148,243,0,0,152,243,0,0,154,243,0,0,156,243,0,0,160,243,0,0,162,243,0,0,162,243,0,0,162,243,0,0,164,243,0,0,164,243,0,0,164,243,0,0,164,243,0,0,164,243,0,0,166,243,0,0,170,243,0,0,170,243,0,0,174,243,0,0,176,243,0,0,176,243,0,0,176,243,0,0,176,243,0,0,182,243,0,0,182,243,0,0,182,243,0,0,190,243,0,0,190,243,0,0,194,243,0,0,198,243,0,0,200,243,0,0,200,243,0,0,200,243,0,0,204,243,0,0,204,243,0,0,210,243,0,0,210,243,0,0,210,243,0,0,212,243,0,0,212,243,0,0,214,243,0,0,216,243,0,0,216,243,0,0,218,243,0,0,218,243,0,0,218,243,0,0,218,243,0,0,218,243,0,0,218,243,0,0,222,243,0,0,230,243,0,0,230,243,0,0,230,243,0,0,232,243,0,0,232,243,0,0,232,243,0,0,234,243,0,0,234,243,0,0,238,243,0,0,244,243,0,0,244,243,0,0,246,243,0,0,248,243,0,0,248,243,0,0,2,244,0,0,8,244,0,0,8,244,0,0,14,244,0,0,20,244,0,0,20,244,0,0,24,244,0,0,26,244,0,0,26,244,0,0,30,244,0,0,30,244,0,0,34,244,0,0,38,244,0,0,38,244,0,0,40,244,0,0,40,244,0,0,40,244,0,0,40,244,0,0,46,244,0,0,48,244,0,0,52,244,0,0,56,244,0,0,56,244,0,0,56,244,0,0,56,244,0,0,56,244,0,0,56,244,0,0,58,244,0,0,70,244,0,0,74,244,0,0,78,244,0,0,78,244,0,0,80,244,0,0,86,244,0,0,88,244,0,0,88,244,0,0,88,244,0,0,90,244,0,0,94,244,0,0,98,244,0,0,98,244,0,0,98,244,0,0,100,244,0,0,100,244,0,0,102,244,0,0,102,244,0,0,102,244,0,0,102,244,0,0,102,244,0,0,102,244,0,0,112,244,0,0,114,244,0,0,114,244,0,0,118,244,0,0,120,244,0,0,120,244,0,0,120,244,0,0,120,244,0,0,122,244,0,0,122,244,0,0,124,244,0,0,124,244,0,0,124,244,0,0,124,244,0,0,126,244,0,0,126,244,0,0,126,244,0,0,128,244,0,0,130,244,0,0,130,244,0,0,142,244,0,0,142,244,0,0,142,244,0,0,142,244,0,0,144,244,0,0,146,244,0,0,146,244,0,0,150,244,0,0,152,244,0,0,152,244,0,0,152,244,0,0,160,244,0,0,160,244,0,0,160,244,0,0,164,244,0,0,164,244,0,0,166,244,0,0,168,244,0,0,180,244,0,0,180,244,0,0,180,244,0,0,182,244,0,0,182,244,0,0,182,244,0,0,184,244,0,0,184,244,0,0,184,244,0,0,184,244,0,0,184,244,0,0,188,244,0,0,188,244,0,0,188,244,0,0,190,244,0,0,190,244,0,0,190,244,0,0,190,244,0,0,190,244,0,0,190,244,0,0,190,244,0,0,190,244,0,0,196,244,0,0,196,244,0,0,196,244,0,0,196,244,0,0,196,244,0,0,202,244,0,0,202,244,0,0,204,244,0,0,208,244,0,0,210,244,0,0,218,244,0,0,218,244,0,0,228,244,0,0,230,244,0,0,230,244,0,0,234,244,0,0,236,244,0,0,238,244,0,0,240,244,0,0,242,244,0,0,242,244,0,0,242,244,0,0,242,244,0,0,242,244,0,0,244,244,0,0,244,244,0,0,252,244,0,0,252,244,0,0,254,244,0,0,6,245,0,0,6,245,0,0,6,245,0,0,6,245,0,0,10,245,0,0,10,245,0,0,14,245,0,0,16,245,0,0,18,245,0,0,24,245,0,0,24,245,0,0,32,245,0,0,32,245,0,0,36,245,0,0,40,245,0,0,42,245,0,0,42,245,0,0,42,245,0,0,44,245,0,0,46,245,0,0,46,245,0,0,48,245,0,0,48,245,0,0,48,245,0,0,52,245,0,0,52,245,0,0,56,245,0,0,58,245,0,0,58,245,0,0,58,245,0,0,66,245,0,0,66,245,0,0,66,245,0,0,66,245,0,0,66,245,0,0,66,245,0,0,66,245,0,0,66,245,0,0,68,245,0,0,68,245,0,0,68,245,0,0,72,245,0,0,72,245,0,0,72,245,0,0,76,245,0,0,76,245,0,0,78,245,0,0,78,245,0,0,80,245,0,0,86,245,0,0,96,245,0,0,96,245,0,0,96,245,0,0,96,245,0,0,96,245,0,0,96,245,0,0,98,245,0,0,100,245,0,0,106,245,0,0,112,245,0,0,112,245,0,0,112,245,0,0,112,245,0,0,118,245,0,0,120,245,0,0,120,245,0,0,124,245,0,0,124,245,0,0,128,245,0,0,130,245,0,0,130,245,0,0,130,245,0,0,130,245,0,0,130,245,0,0,130,245,0,0,130,245,0,0,130,245,0,0,134,245,0,0,136,245,0,0,138,245,0,0,138,245,0,0,138,245,0,0,138,245,0,0,138,245,0,0,140,245,0,0,144,245,0,0,144,245,0,0,152,245,0,0,154,245,0,0,154,245,0,0,154,245,0,0,156,245,0,0,156,245,0,0,156,245,0,0,156,245,0,0,158,245,0,0,158,245,0,0,158,245,0,0,158,245,0,0,158,245,0,0,158,245,0,0,158,245,0,0,160,245,0,0,160,245,0,0,166,245,0,0,168,245,0,0,172,245,0,0,172,245,0,0,172,245,0,0,176,245,0,0,182,245,0,0,184,245,0,0,188,245,0,0,188,245,0,0,190,245,0,0,190,245,0,0,192,245,0,0,196,245,0,0,202,245,0,0,204,245,0,0,206,245,0,0,206,245,0,0,206,245,0,0,210,245,0,0,216,245,0,0,226,245,0,0,232,245,0,0,232,245,0,0,232,245,0,0,232,245,0,0,232,245,0,0,232,245,0,0,232,245,0,0,236,245,0,0,236,245,0,0,236,245,0,0,236,245,0,0,242,245,0,0,242,245,0,0,242,245,0,0,244,245,0,0,248,245,0,0,252,245,0,0,254,245,0,0,254,245,0,0,0,246,0,0,0,246,0,0,4,246,0,0,4,246,0,0,4,246,0,0,6,246,0,0,6,246,0,0,10,246,0,0,22,246,0,0,22,246,0,0,22,246,0,0,34,246,0,0,34,246,0,0,36,246,0,0,36,246,0,0,36,246,0,0,38,246,0,0,38,246,0,0,42,246,0,0,46,246,0,0,46,246,0,0,46,246,0,0,48,246,0,0,48,246,0,0,50,246,0,0,50,246,0,0,50,246,0,0,50,246,0,0,54,246,0,0,54,246,0,0,54,246,0,0,54,246,0,0,56,246,0,0,60,246,0,0,62,246,0,0,70,246,0,0,70,246,0,0,74,246,0,0,74,246,0,0,74,246,0,0,76,246,0,0,76,246,0,0,78,246,0,0,82,246,0,0,86,246,0,0,86,246,0,0,90,246,0,0,94,246,0,0,94,246,0,0,94,246,0,0,94,246,0,0,96,246,0,0,98,246,0,0,98,246,0,0,98,246,0,0,102,246,0,0,112,246,0,0,118,246,0,0,120,246,0,0,122,246,0,0,122,246,0,0,124,246,0,0,124,246,0,0,128,246,0,0,128,246,0,0,130,246,0,0,130,246,0,0,132,246,0,0,140,246,0,0,142,246,0,0,144,246,0,0,144,246,0,0,144,246,0,0,148,246,0,0,148,246,0,0,150,246,0,0,160,246,0,0,160,246,0,0,166,246,0,0,166,246,0,0,166,246,0,0,170,246,0,0,170,246,0,0,170,246,0,0,170,246,0,0,170,246,0,0,174,246,0,0,176,246,0,0,178,246,0,0,184,246,0,0,184,246,0,0,184,246,0,0,188,246,0,0,188,246,0,0,190,246,0,0,194,246,0,0,194,246,0,0,206,246,0,0,206,246,0,0,208,246,0,0,210,246,0,0,210,246,0,0,212,246,0,0,212,246,0,0,212,246,0,0,212,246,0,0,214,246,0,0,220,246,0,0,220,246,0,0,222,246,0,0,222,246,0,0,224,246,0,0,226,246,0,0,230,246,0,0,230,246,0,0,230,246,0,0,236,246,0,0,238,246,0,0,242,246,0,0,242,246,0,0,244,246,0,0,244,246,0,0,246,246,0,0,246,246,0,0,250,246,0,0,252,246,0,0,4,247,0,0,6,247,0,0,16,247,0,0,16,247,0,0,20,247,0,0,20,247,0,0,22,247,0,0,24,247,0,0,26,247,0,0,30,247,0,0,40,247,0,0,42,247,0,0,42,247,0,0,42,247,0,0,42,247,0,0,44,247,0,0,48,247,0,0,48,247,0,0,52,247,0,0,52,247,0,0,52,247,0,0,52,247,0,0,52,247,0,0,52,247,0,0,52,247,0,0,56,247,0,0,58,247,0,0,58,247,0,0,60,247,0,0,62,247,0,0,64,247,0,0,64,247,0,0,66,247,0,0,66,247,0,0,68,247,0,0,68,247,0,0,70,247,0,0,70,247,0,0,70,247,0,0,80,247,0,0,80,247,0,0,80,247,0,0,80,247,0,0,84,247,0,0,86,247,0,0,86,247,0,0,86,247,0,0,86,247,0,0,86,247,0,0,86,247,0,0,86,247,0,0,86,247,0,0,88,247,0,0,90,247,0,0,90,247,0,0,92,247,0,0,94,247,0,0,94,247,0,0,94,247,0,0,94,247,0,0,94,247,0,0,96,247,0,0,96,247,0,0,98,247,0,0,100,247,0,0,100,247,0,0,102,247,0,0,102,247,0,0,102,247,0,0,102,247,0,0,110,247,0,0,112,247,0,0,114,247,0,0,122,247,0,0,132,247,0,0,140,247,0,0,146,247,0,0,146,247,0,0,146,247,0,0,150,247,0,0,152,247,0,0,158,247,0,0,160,247,0,0,162,247,0,0,162,247,0,0,162,247,0,0,162,247,0,0,168,247,0,0,168,247,0,0,168,247,0,0,170,247,0,0,170,247,0,0,170,247,0,0,172,247,0,0,172,247,0,0,172,247,0,0,172,247,0,0,178,247,0,0,182,247,0,0,182,247,0,0,182,247,0,0,182,247,0,0,186,247,0,0,186,247,0,0,186,247,0,0,188,247,0,0,188,247,0,0,188,247,0,0,194,247,0,0,196,247,0,0,196,247,0,0,196,247,0,0,200,247,0,0,202,247,0,0,206,247,0,0,208,247,0,0,208,247,0,0,210,247,0,0,210,247,0,0,214,247,0,0,214,247,0,0,218,247,0,0,220,247,0,0,222,247,0,0,228,247,0,0,232,247,0,0,234,247,0,0,234,247,0,0,246,247,0,0,248,247,0,0,250,247,0,0,250,247,0,0,250,247,0,0,252,247,0,0,0,248,0,0,0,248,0,0,0,248,0,0,0,248,0,0,0,248,0,0,2,248,0,0,4,248,0,0,4,248,0,0,4,248,0,0,6,248,0,0,10,248,0,0,10,248,0,0,10,248,0,0,10,248,0,0,10,248,0,0,10,248,0,0,10,248,0,0,10,248,0,0,10,248,0,0,10,248,0,0,20,248,0,0,22,248,0,0,22,248,0,0,22,248,0,0,26,248,0,0,28,248,0,0,32,248,0,0,32,248,0,0,32,248,0,0,32,248,0,0,40,248,0,0,40,248,0,0,44,248,0,0,44,248,0,0,44,248,0,0,44,248,0,0,46,248,0,0,50,248,0,0,50,248,0,0,50,248,0,0,50,248,0,0,50,248,0,0,50,248,0,0,50,248,0,0,50,248,0,0,50,248,0,0,56,248,0,0,56,248,0,0,56,248,0,0,58,248,0,0,62,248,0,0,68,248,0,0,70,248,0,0,70,248,0,0,70,248,0,0,70,248,0,0,70,248,0,0,76,248,0,0,80,248,0,0,80,248,0,0,80,248,0,0,80,248,0,0,84,248,0,0,84,248,0,0,90,248,0,0,90,248,0,0,92,248,0,0,94,248,0,0,116,248,0,0,116,248,0,0,116,248,0,0,122,248,0,0,126,248,0,0,126,248,0,0,126,248,0,0,128,248,0,0,134,248,0,0,136,248,0,0,136,248,0,0,140,248,0,0,144,248,0,0,144,248,0,0,146,248,0,0,150,248,0,0,150,248,0,0,154,248,0,0,154,248,0,0,158,248,0,0,158,248,0,0,158,248,0,0,158,248,0,0,158,248,0,0,158,248,0,0,158,248,0,0,164,248,0,0,170,248,0,0,172,248,0,0,172,248,0,0,172,248,0,0,176,248,0,0,178,248,0,0,180,248,0,0,184,248,0,0,184,248,0,0,186,248,0,0,188,248,0,0,196,248,0,0,196,248,0,0,202,248,0,0,204,248,0,0,206,248,0,0,206,248,0,0,210,248,0,0,216,248,0,0,216,248,0,0,218,248,0,0,218,248,0,0,218,248,0,0,218,248,0,0,218,248,0,0,220,248,0,0,220,248,0,0,220,248,0,0,220,248,0,0,220,248,0,0,220,248,0,0,220,248,0,0,222,248,0,0,222,248,0,0,222,248,0,0,226,248,0,0,228,248,0,0,228,248,0,0,228,248,0,0,230,248,0,0,230,248,0,0,234,248,0,0,238,248,0,0,238,248,0,0,240,248,0,0,254,248,0,0,254,248,0,0,254,248,0,0,254,248,0,0,2,249,0,0,2,249,0,0,6,249,0,0,12,249,0,0,12,249,0,0,12,249,0,0,12,249,0,0,12,249,0,0,12,249,0,0,12,249,0,0,12,249,0,0,12,249,0,0,12,249,0,0,12,249,0,0,16,249,0,0,24,249,0,0,24,249,0,0,26,249,0,0,32,249,0,0,32,249,0,0,32,249,0,0,34,249,0,0,34,249,0,0,36,249,0,0,38,249,0,0,42,249,0,0,46,249,0,0,52,249,0,0,56,249,0,0,56,249,0,0,56,249,0,0,56,249,0,0,58,249,0,0,60,249,0,0,60,249,0,0,60,249,0,0,62,249,0,0,62,249,0,0,66,249,0,0,68,249,0,0,70,249,0,0,70,249,0,0,70,249,0,0,72,249,0,0,72,249,0,0,78,249,0,0,78,249,0,0,82,249,0,0,84,249,0,0,84,249,0,0,86,249,0,0,92,249,0,0,92,249,0,0,92,249,0,0,94,249,0,0,96,249,0,0,100,249,0,0,100,249,0,0,102,249,0,0,110,249,0,0,114,249,0,0,116,249,0,0,116,249,0,0,116,249,0,0,120,249,0,0,124,249,0,0,124,249,0,0,126,249,0,0,132,249,0,0,138,249,0,0,138,249,0,0,140,249,0,0,144,249,0,0,146,249,0,0,146,249,0,0,146,249,0,0,150,249,0,0,150,249,0,0,150,249,0,0,152,249,0,0,160,249,0,0,164,249,0,0,164,249,0,0,164,249,0,0,164,249,0,0,164,249,0,0,166,249,0,0,172,249,0,0,174,249,0,0,174,249,0,0,176,249,0,0,186,249,0,0,188,249,0,0,194,249,0,0,194,249,0,0,194,249,0,0,196,249,0,0,198,249,0,0,200,249,0,0,208,249,0,0,208,249,0,0,210,249,0,0,210,249,0,0,210,249,0,0,210,249,0,0,214,249,0,0,214,249,0,0,216,249,0,0,218,249,0,0,218,249,0,0,222,249,0,0,222,249,0,0,224,249,0,0,228,249,0,0,228,249,0,0,234,249,0,0,240,249,0,0,240,249,0,0,240,249,0,0,240,249,0,0,242,249,0,0,242,249,0,0,244,249,0,0,246,249,0,0,246,249,0,0,252,249,0,0,252,249,0,0,254,249,0,0,254,249,0,0,0,250,0,0,0,250,0,0,6,250,0,0,6,250,0,0,6,250,0,0,6,250,0,0,6,250,0,0,6,250,0,0,6,250,0,0,8,250,0,0,8,250,0,0,8,250,0,0,12,250,0,0,12,250,0,0,18,250,0,0,20,250,0,0,22,250,0,0,30,250,0,0,30,250,0,0,32,250,0,0,34,250,0,0,40,250,0,0,40,250,0,0,42,250,0,0,42,250,0,0,50,250,0,0,50,250,0,0,50,250,0,0,52,250,0,0,54,250,0,0,54,250,0,0,54,250,0,0,58,250,0,0,60,250,0,0,68,250,0,0,68,250,0,0,68,250,0,0,68,250,0,0,74,250,0,0,74,250,0,0,76,250,0,0,76,250,0,0,78,250,0,0,78,250,0,0,80,250,0,0,82,250,0,0,82,250,0,0,82,250,0,0,82,250,0,0,84,250,0,0,84,250,0,0,88,250,0,0,88,250,0,0,88,250,0,0,88,250,0,0,88,250,0,0,94,250,0,0,94,250,0,0,96,250,0,0,102,250,0,0,106,250,0,0,106,250,0,0,116,250,0,0,124,250,0,0,124,250,0,0,124,250,0,0,126,250,0,0,128,250,0,0,132,250,0,0,132,250,0,0,138,250,0,0,140,250,0,0,140,250,0,0,142,250,0,0,144,250,0,0,144,250,0,0,144,250,0,0,144,250,0,0,148,250,0,0,148,250,0,0,150,250,0,0,150,250,0,0,152,250,0,0,154,250,0,0,158,250,0,0,166,250,0,0,166,250,0,0,174,250,0,0,174,250,0,0,176,250,0,0,176,250,0,0,178,250,0,0,178,250,0,0,180,250,0,0,184,250,0,0,184,250,0,0,184,250,0,0,184,250,0,0,186,250,0,0,188,250,0,0,188,250,0,0,188,250,0,0,192,250,0,0,192,250,0,0,2,128,175,22,104,145,7,0,3,128,95,208,93,105,8,0,5,0,246,29,233,14,9,0,5,0,246,29,209,23,9,0,5,0,246,29,194,32,9,0,9,0,9,60,67,169,7,0,10,128,205,131,228,101,6,0,11,0,69,152,143,55,10,0,11,0,69,152,174,55,10,0,12,128,41,238,197,54,7,0,12,128,121,27,120,191,7,0,18,0,45,122,5,69,6,0,20,128,135,177,42,253,5,0,25,128,79,239,120,191,7,0,26,128,97,35,202,163,7,0,26,128,185,133,229,132,9,0,26,128,185,133,184,134,9,0,28,128,222,12,157,248,5,0,28,128,136,62,218,38,12,0,29,128,195,116,233,14,9,0,29,128,195,116,209,23,9,0,29,128,195,116,194,32,9,0,29,0,120,139,163,226,9,0,29,0,120,139,225,226,9,0,29,0,120,139,50,227,9,0,33,128,218,4,98,160,10,0,34,0,179,82,18,150,6,0,35,0,189,146,233,14,9,0,35,0,189,146,209,23,9,0,35,0,189,146,194,32,9,0,36,128,192,231,15,139,6,0,36,128,165,124,23,89,9,0,36,128,165,124,71,89,9,0,39,0,148,29,52,226,6,0,40,0,248,69,195,134,7,0,40,128,123,247,226,41,9,0,40,128,123,247,66,42,9,0,40,128,123,247,171,42,9,0,42,128,126,91,203,106,6,0,45,0,6,52,62,66,7,0,47,128,123,2,221,247,9,0,50,0,62,121,216,19,8,0,52,128,95,33,46,250,5,0,52,128,217,200,202,163,7,0,55,0,36,172,98,160,10,0,57,0,6,164,134,44,8,0,65,128,189,174,254,147,7,0,65,0,195,0,31,70,9,0,65,0,195,0,104,71,9,0,65,0,195,0,179,72,9,0,67,128,135,19,204,38,7,0,68,0,112,167,205,244,11,0,69,0,118,201,214,26,7,0,70,128,230,36,231,95,7,0,70,128,93,65,152,118,9,0,70,128,93,65,193,118,9,0,70,128,93,65,210,118,9,0,71,0,170,242,212,73,7,0,73,0,39,154,127,161,7,0,78,0,72,20,63,82,8,0,78,128,174,13,91,6,11,0,78,0,79,51,116,210,11,0,79,128,215,157,233,14,9,0,79,128,215,157,209,23,9,0,79,128,215,157,194,32,9,0,80,0,141,124,233,186,7,0,81,128,83,34,62,66,7,0,81,128,221,59,225,225,7,0,83,0,168,16,13,159,7,0,84,0,227,247,120,104,8,0,85,0,66,132,98,160,10,0,86,0,94,198,62,66,7,0,86,0,189,70,159,8,12,0,90,0,126,16,98,95,6,0,91,0,125,27,159,152,8,0,91,0,125,27,2,153,8,0,91,0,125,27,56,153,8,0,91,0,207,58,173,149,11,0,92,128,151,49,15,167,6,0,92,128,26,15,168,62,7,0,92,0,25,247,62,66,7,0,93,0,168,26,20,63,6,0,96,0,254,83,81,205,7,0,96,128,212,147,20,81,8,0,96,0,254,83,140,192,8,0,96,0,60,85,199,124,9,0,96,0,60,85,173,125,9,0,96,0,60,85,152,126,9,0,96,0,35,124,114,11,10,0,96,0,35,124,104,12,10,0,97,0,15,170,122,53,7,0,97,0,172,59,217,135,7,0,98,0,251,192,98,160,10,0,100,0,220,247,158,207,10,0,100,0,220,247,47,210,10,0,102,128,214,223,212,73,7,0,103,0,58,238,186,94,7,0,106,128,96,181,165,216,11,0,108,0,33,116,134,52,7,0,110,128,156,99,98,160,10,0,112,0,99,244,88,116,7,0,113,0,176,45,141,0,7,0,114,128,28,219,101,146,9,0,114,128,28,219,61,147,9,0,115,0,166,41,157,162,6,0,115,128,197,5,120,191,7,0,117,0,239,10,153,64,7,0,117,0,239,10,120,191,7,0,118,0,17,186,120,191,7,0,119,0,99,244,54,120,7,0,120,128,230,207,7,39,8,0,123,0,83,229,44,8,6,0,125,128,222,213,212,73,7,0,127,128,52,85,254,147,7,0,127,128,184,138,250,165,11,0,128,0,148,130,66,46,9,0,128,0,148,130,227,49,9,0,129,128,73,206,120,191,7,0,132,128,70,198,202,57,9,0,132,128,70,198,240,62,9,0,133,0,187,118,106,3,11,0,136,128,17,67,232,91,7,0,138,0,10,184,50,119,7,0,138,0,227,160,16,44,9,0,138,0,227,160,160,44,9,0,138,0,53,145,150,110,9,0,138,0,53,145,176,112,9,0,139,128,216,106,254,147,7,0,141,128,152,199,47,113,7,0,141,128,134,130,45,188,9,0,141,128,134,130,125,188,9,0,141,128,134,130,220,188,9,0,141,128,134,130,46,189,9,0,143,128,134,96,242,156,11,0,144,128,112,5,67,169,7,0,144,128,212,198,226,41,9,0,144,128,212,198,66,42,9,0,144,128,212,198,171,42,9,0,145,0,89,203,219,5,8,0,146,0,192,42,167,128,9,0,146,0,192,42,133,129,9,0,148,128,13,185,50,119,7,0,150,128,125,205,165,63,7,0,150,128,161,7,136,235,8,0,150,128,161,7,213,235,8,0,150,128,161,7,35,236,8,0,150,128,225,30,233,14,9,0,150,128,131,105,233,14,9,0,150,128,225,30,209,23,9,0,150,128,131,105,209,23,9,0,150,128,225,30,194,32,9,0,150,128,131,105,194,32,9,0,150,128,13,60,38,247,10,0,150,128,13,60,92,247,10,0,151,128,184,177,165,59,7,0,153,0,171,135,31,70,9,0,153,0,171,135,104,71,9,0,153,0,171,135,179,72,9,0,154,0,135,28,176,13,6,0,154,128,157,226,66,46,9,0,154,128,157,226,227,49,9,0,154,128,157,226,127,63,11,0,155,128,110,0,98,160,10,0,157,0,192,104,102,243,7,0,163,128,102,114,67,169,7,0,164,128,123,198,204,38,7,0,165,0,164,160,187,213,6,0,165,0,136,201,67,169,7,0,167,0,6,253,187,8,9,0,167,0,6,253,7,9,9,0,169,128,198,142,33,42,8,0,169,0,53,234,233,14,9,0,169,0,53,234,209,23,9,0,169,0,53,234,194,32,9,0,169,0,173,77,101,146,9,0,169,0,173,77,61,147,9,0,171,0,253,45,52,217,11,0,177,128,67,114,0,62,11,0,178,0,123,146,83,218,10,0,178,0,123,146,181,219,10,0,181,128,228,148,82,58,7,0,181,128,227,26,241,121,11,0,181,128,227,26,1,122,11,0,186,0,234,105,186,160,7,0,187,0,94,82,232,95,6,0,191,128,37,236,11,198,8,0,193,128,56,31,149,88,7,0,193,128,190,64,233,14,9,0,193,128,190,64,209,23,9,0,193,128,190,64,194,32,9,0,194,0,191,26,248,146,6,0,195,0,178,55,29,34,6,0,196,0,22,142,78,74,10,0,196,0,22,142,93,75,10,0,196,0,22,142,96,76,10,0,196,0,22,142,126,77,10,0,196,0,22,142,182,11,11,0,197,128,105,239,138,3,6,0,197,128,80,3,150,110,9,0,197,128,80,3,176,112,9,0,197,0,168,209,69,1,11,0,199,0,200,85,245,104,9,0,199,0,200,85,223,105,9,0,200,0,195,104,32,60,8,0,200,0,189,76,66,46,9,0,200,0,189,76,227,49,9,0,202,0,82,253,61,57,6,0,203,128,155,134,215,132,7,0,203,128,155,134,220,154,7,0,206,128,80,110,2,65,7,0,206,0,184,30,17,96,10,0,206,0,184,30,83,97,10,0,206,0,184,30,152,98,10,0,206,128,40,148,227,171,11,0,208,128,240,192,47,185,11,0,209,128,42,180,120,191,7,0,210,0,76,134,228,118,6,0,212,0,161,94,137,204,7,0,213,128,101,42,236,48,7,0,214,0,141,193,167,160,6,0,214,0,141,193,235,160,6,0,214,0,188,65,26,71,11,0,216,0,209,71,138,153,11,0,221,0,203,141,44,58,8,0,224,0,188,208,83,218,10,0,224,0,188,208,181,219,10,0,226,0,7,16,212,73,7,0,229,0,111,83,83,24,7,0,229,128,176,25,62,66,7,0,229,128,225,137,66,46,9,0,229,128,225,137,227,49,9,0,230,0,6,209,140,18,6,0,230,128,19,204,51,46,6,0,230,128,19,204,87,182,7,0,232,0,151,144,193,24,10,0,232,0,151,144,222,24,10,0,234,0,252,82,129,114,7,0,238,128,234,183,120,191,7,0,238,0,220,247,247,169,9,0,238,0,220,247,71,171,9,0,238,0,220,247,153,172,9,0,238,0,220,247,240,173,9,0,241,0,80,174,4,124,7,0,241,0,87,0,167,15,11,0,241,0,87,0,194,15,11,0,242,0,24,243,191,128,10,0,242,0,24,243,228,128,10,0,242,0,24,243,253,128,10,0,243,0,76,196,56,207,8,0,244,128,40,84,158,238,9,0,244,128,40,84,25,239,9,0,244,128,40,84,142,239,9,0,244,128,40,84,54,240,9,0,244,128,40,84,208,240,9,0,246,128,196,139,122,53,7,0,246,0,10,76,69,91,11,0,248,128,168,150,154,195,8,0,250,128,196,65,212,73,7,0,250,128,13,99,202,163,7,0,252,0,76,202,83,218,10,0,252,0,76,202,181,219,10,0,253,0,69,196,19,106,10,0,253,0,69,196,54,106,10,0,1,129,253,136,236,48,7,0,3,129,206,242,192,189,11,0,4,1,196,224,16,44,9,0,4,1,196,224,160,44,9,0,5,1,162,9,201,142,7,0,9,1,237,6,231,139,11,0,16,1,86,135,24,65,7,0,16,129,186,183,202,57,9,0,16,129,186,183,240,62,9,0,16,1,86,135,76,31,11,0,17,129,17,176,128,158,8,0,18,129,157,38,198,33,8,0,20,1,31,235,93,141,7,0,21,1,49,103,46,105,7,0,21,1,49,103,120,191,7,0,21,1,171,201,120,191,7,0,21,1,171,201,156,202,7,0,21,129,65,29,245,127,10,0,24,1,152,103,197,54,7,0,24,1,0,79,233,14,9,0,24,1,0,79,209,23,9,0,24,1,0,79,194,32,9,0,26,129,16,162,19,194,9,0,26,129,16,162,47,194,9,0,31,129,205,175,171,38,12,0,32,1,83,126,159,15,6,0,38,129,23,101,254,147,7,0,38,129,23,101,120,191,7,0,40,129,224,45,192,28,7,0,40,129,224,45,18,158,9,0,40,129,224,45,57,158,9,0,41,1,59,77,98,160,10,0,43,1,127,223,64,56,9,0,43,1,127,223,242,56,9,0,44,129,163,28,148,74,11,0,45,129,254,166,79,137,11,0,45,129,254,166,142,146,11,0,46,129,26,177,108,128,7,0,50,1,157,128,32,169,6,0,50,1,50,105,57,86,8,0,50,1,157,128,68,178,8,0,50,1,157,128,120,178,8,0,50,1,157,128,171,178,8,0,53,129,241,106,30,239,11,0,57,129,82,93,225,161,6,0,58,1,20,200,212,73,7,0,61,129,39,149,244,122,10,0,61,129,39,149,156,123,10,0,64,1,226,40,220,154,7,0,67,1,253,161,156,202,7,0,67,1,253,161,176,206,10,0,67,1,253,161,241,206,10,0,67,1,253,161,46,207,10,0,72,1,43,28,194,149,6,0,72,129,54,197,150,110,9,0,72,129,54,197,176,112,9,0,76,129,64,127,157,23,6,0,76,129,5,118,120,191,7,0,76,1,52,150,56,179,9,0,77,1,109,134,245,104,9,0,77,1,109,134,223,105,9,0,81,1,222,100,127,161,7,0,82,129,122,250,172,51,8,0,82,129,114,223,233,14,9,0,82,129,114,223,209,23,9,0,82,129,114,223,194,32,9,0,85,1,88,233,140,78,9,0,85,1,88,233,233,78,9,0,88,1,239,9,137,118,7,0,88,129,197,29,31,70,9,0,88,129,197,29,104,71,9,0,88,129,197,29,179,72,9,0,88,1,7,81,114,11,10,0,88,1,7,81,104,12,10,0,91,1,171,122,81,205,7,0,91,1,171,122,76,4,8,0,91,1,171,122,139,107,10,0,92,1,77,159,66,46,9,0,92,1,77,159,227,49,9,0,94,1,42,4,233,249,6,0,95,1,106,220,229,51,7,0,99,129,19,246,174,216,10,0,99,129,19,246,204,216,10,0,99,129,19,246,231,216,10,0,100,1,153,167,158,207,10,0,100,1,153,167,47,210,10,0,101,1,47,102,201,61,7,0,102,1,102,215,15,109,7,0,105,129,75,105,28,75,8,0,105,1,161,212,140,13,10,0,105,1,161,212,247,13,10,0,107,129,111,51,51,41,10,0,107,129,111,51,127,41,10,0,110,129,61,103,27,54,9,0,110,129,61,103,191,54,9,0,110,129,61,103,104,55,9,0,110,129,32,217,98,160,10,0,114,1,34,176,159,88,11,0,117,1,46,190,111,125,7,0,122,129,89,226,209,1,8,0,123,129,148,255,213,31,8,0,123,129,153,249,154,241,9,0,123,129,153,249,86,242,9,0,123,1,79,209,77,221,10,0,123,1,79,209,208,221,10,0,124,1,93,21,185,130,7,0,125,1,4,110,53,30,7,0,125,1,65,72,63,53,7,0,126,1,14,105,88,116,7,0,130,1,216,47,27,85,7,0,130,129,186,148,12,247,8,0,131,129,7,64,183,194,10,0,131,129,7,64,249,194,10,0,131,129,64,233,203,117,11,0,132,129,5,182,156,202,7,0,132,129,5,182,106,221,7,0,132,129,10,12,234,1,12,0,140,129,11,27,27,85,7,0,142,129,108,106,24,217,11,0,143,129,121,28,150,110,9,0,143,129,121,28,176,112,9,0,143,129,123,42,90,47,12,0,145,129,231,242,94,178,9,0,145,129,231,242,151,178,9,0,145,129,231,242,209,178,9,0,146,1,84,148,233,92,8,0,148,1,122,234,78,74,10,0,148,1,122,234,93,75,10,0,148,1,122,234,96,76,10,0,148,1,122,234,126,77,10,0,149,1,231,178,150,229,9,0,149,1,231,178,236,229,9,0,149,1,231,178,124,230,9,0,152,129,51,51,252,241,11,0,154,129,65,29,201,142,7,0,155,1,217,248,99,34,10,0,155,1,217,248,153,34,10,0,157,129,182,163,25,93,9,0,157,129,182,163,212,94,9,0,159,1,3,41,161,215,9,0,159,1,3,41,2,216,9,0,159,1,3,41,104,216,9,0,159,1,3,41,199,216,9,0,159,1,3,41,47,217,9,0,160,129,160,236,233,14,9,0,160,129,160,236,209,23,9,0,160,129,160,236,194,32,9,0,160,129,215,6,211,213,11,0,161,1,76,206,134,129,7,0,161,1,33,219,81,205,7,0,161,1,33,219,185,212,7,0,161,1,33,219,210,212,7,0,161,1,33,219,56,218,7,0,162,129,27,167,66,46,9,0,162,129,27,167,227,49,9,0,163,129,69,242,174,241,5,0,166,129,25,41,149,88,7,0,166,129,25,41,26,90,7,0,168,129,127,254,46,68,6,0,168,129,174,250,102,138,7,0,170,129,237,101,138,122,7,0,171,129,172,97,27,54,9,0,171,129,172,97,191,54,9,0,171,129,172,97,104,55,9,0,172,1,93,158,134,52,7,0,172,129,194,5,82,189,10,0,172,1,93,158,107,125,11,0,173,129,66,237,67,169,7,0,175,129,28,79,120,191,7,0,177,129,155,235,31,70,9,0,177,129,155,235,104,71,9,0,177,129,155,235,179,72,9,0,178,129,213,252,212,73,7,0,181,1,252,92,202,46,7,0,182,1,233,114,229,132,9,0,182,1,233,114,184,134,9,0,183,1,136,84,204,77,11,0,187,1,170,7,215,31,7,0,188,1,169,29,202,163,7,0,189,129,111,245,92,91,7,0,190,129,6,73,247,117,7,0,190,1,80,187,244,254,9,0,190,1,80,187,28,255,9,0,191,129,64,233,98,87,7,0,192,1,207,28,126,47,12,0,193,129,17,91,1,99,7,0,193,129,17,91,0,101,7,0,193,129,17,91,127,189,7,0,193,1,223,69,81,205,7,0,193,1,223,69,56,218,7,0,193,129,17,91,202,230,7,0,193,1,103,126,150,110,9,0,193,1,103,126,176,112,9,0,196,1,252,179,120,191,7,0,196,1,215,38,242,144,9,0,196,1,215,38,10,145,9,0,198,129,57,154,120,191,7,0,200,1,44,77,156,202,7,0,200,1,44,77,143,126,10,0,201,129,111,40,54,120,7,0,205,129,210,151,120,23,7,0,206,1,102,36,102,243,7,0,207,129,105,115,224,65,8,0,212,129,97,251,120,191,7,0,213,1,138,152,128,2,8,0,215,1,46,126,142,132,8,0,218,129,137,17,184,51,7,0,222,129,140,172,98,160,10,0,223,1,52,208,67,61,7,0,223,1,24,69,127,137,7,0,223,1,24,69,249,140,7,0,223,129,56,12,202,57,9,0,223,129,56,12,240,62,9,0,223,1,248,133,109,29,12,0,226,129,112,37,151,82,7,0,226,129,112,37,211,82,7,0,228,1,220,145,245,127,10,0,229,1,195,121,81,205,7,0,229,1,195,121,56,218,7,0,229,129,41,157,45,91,9,0,229,129,41,157,214,91,9,0,230,1,84,157,76,118,6,0,230,129,230,175,46,105,7,0,230,1,18,54,202,127,11,0,231,1,36,255,222,206,6,0,231,1,118,58,147,143,10,0,231,1,118,58,176,143,10,0,234,129,3,72,144,194,8,0,235,129,14,99,224,23,8,0,235,129,14,99,32,24,8,0,235,129,14,99,76,24,8,0,237,129,33,119,212,73,7,0,240,1,240,1,62,66,7,0,242,1,16,36,233,14,9,0,242,1,16,36,209,23,9,0,242,1,16,36,194,32,9,0,243,129,82,182,148,118,11,0,244,1,226,154,55,74,9,0,244,1,226,154,40,75,9,0,246,129,171,122,21,254,5,0,249,1,15,22,107,129,7,0,254,1,25,190,80,47,6,0,254,129,138,219,250,196,6,0,254,129,155,6,215,21,7,0,255,129,171,92,30,40,7,0,1,2,81,248,53,131,7,0,1,2,178,11,87,128,11,0,5,130,19,79,37,81,9,0,5,130,19,79,65,81,9,0,14,130,155,43,202,57,9,0,14,130,155,43,240,62,9,0,16,2,53,165,116,250,7,0,16,2,53,165,30,251,7,0,17,2,217,184,93,141,7,0,18,2,221,28,146,102,7,0,18,2,43,113,46,249,9,0,18,2,43,113,90,249,9,0,19,130,78,1,165,59,7,0,20,2,234,2,201,61,7,0,20,130,201,108,254,90,7,0,21,130,59,28,202,241,7,0,21,130,240,89,98,160,10,0,22,2,17,249,72,76,9,0,22,2,17,249,130,76,9,0,23,2,130,180,27,48,7,0,25,130,160,228,194,26,6,0,27,130,133,76,238,62,6,0,27,2,93,133,98,201,7,0,27,2,93,133,218,211,7,0,27,2,195,223,241,0,8,0,27,2,37,120,0,68,11,0,28,2,220,43,120,191,7,0,28,2,220,43,229,150,9,0,28,2,220,43,153,151,9,0,29,2,81,101,66,42,7,0,32,130,81,190,150,229,9,0,32,130,81,190,236,229,9,0,32,130,81,190,124,230,9,0,33,130,23,101,25,214,11,0,35,2,122,35,39,51,7,0,37,130,4,141,215,132,7,0,40,2,11,146,93,141,7,0,42,130,122,27,229,132,9,0,42,130,122,27,184,134,9,0,42,130,28,81,98,173,11,0,50,130,224,248,168,141,9,0,50,130,224,248,184,142,9,0,51,2,106,212,49,87,11,0,56,130,86,69,253,50,8,0,60,2,169,166,202,46,7,0,60,2,169,166,78,47,7,0,61,130,81,190,15,182,10,0,61,130,81,190,35,182,10,0,62,2,63,193,93,153,7,0,63,130,89,53,104,145,7,0,64,2,59,78,63,249,5,0,64,130,79,239,234,79,8,0,65,2,132,159,101,146,9,0,65,2,132,159,61,147,9,0,66,130,139,152,95,1,7,0,68,2,163,187,120,191,7,0,68,130,204,241,37,80,8,0,68,130,116,253,159,145,8,0,68,130,116,253,210,145,8,0,73,130,58,255,248,55,7,0,73,130,42,40,46,23,8,0,75,130,121,42,202,57,9,0,75,130,121,42,240,62,9,0,76,2,52,36,27,48,7,0,76,2,83,207,111,125,7,0,77,130,215,120,141,60,7,0,77,130,18,237,226,41,9,0,77,130,18,237,66,42,9,0,77,130,18,237,171,42,9,0,79,130,8,137,66,46,9,0,79,130,8,137,227,49,9,0,79,130,25,135,105,175,10,0,79,130,25,135,50,176,10,0,84,130,163,236,46,105,7,0,84,2,126,241,128,3,9,0,84,2,116,174,64,56,9,0,84,2,116,174,242,56,9,0,85,2,215,90,103,165,9,0,85,2,215,90,239,165,9,0,86,2,99,38,67,169,7,0,87,2,180,148,120,191,7,0,88,130,56,30,142,184,10,0,88,130,56,30,59,185,10,0,90,2,46,80,98,160,10,0,92,2,73,106,66,162,6,0,92,130,65,130,81,205,7,0,92,130,65,130,42,113,10,0,96,2,174,170,241,2,7,0,96,2,231,242,202,163,7,0,96,130,142,120,171,177,11,0,100,2,37,144,221,124,8,0,102,130,171,158,227,24,7,0,103,2,7,237,104,145,7,0,105,2,234,2,128,243,5,0,105,2,234,2,114,203,6,0,105,2,234,2,19,205,6,0,105,130,132,120,217,245,6,0,109,2,246,157,202,163,7,0,110,130,98,27,135,78,6,0,111,130,157,38,197,115,6,0,112,2,141,58,54,120,7,0,112,2,116,104,167,52,12,0,115,2,188,148,62,66,7,0,115,130,154,109,202,163,7,0,116,130,123,198,66,171,8,0,118,130,32,157,139,160,8,0,119,2,41,4,212,73,7,0,121,130,112,179,193,94,10,0,121,130,112,179,193,94,10,0,122,130,150,83,66,46,9,0,122,130,150,83,227,49,9,0,122,130,64,96,80,168,10,0,122,130,64,96,228,168,10,0,122,130,64,96,124,169,10,0,122,130,241,134,3,1,11,0,124,130,67,47,233,14,9,0,124,130,67,47,209,23,9,0,124,130,67,47,194,32,9,0,127,130,206,229,109,122,10,0,127,130,206,229,143,122,10,0,127,130,206,229,168,122,10,0,130,2,154,37,254,147,7,0,134,2,94,45,23,4,7,0,136,2,73,139,50,119,7,0,138,130,153,239,210,86,7,0,139,2,99,244,213,244,7,0,140,130,113,46,233,14,9,0,140,130,113,46,209,23,9,0,140,130,113,46,194,32,9,0,144,130,172,146,53,72,11,0,146,2,240,127,196,12,11,0,147,130,202,188,47,40,6,0,147,130,202,188,103,214,6,0,148,130,1,123,78,74,10,0,148,130,1,123,93,75,10,0,148,130,1,123,96,76,10,0,148,130,1,123,126,77,10,0,150,2,96,108,62,66,7,0,150,2,90,97,202,57,9,0,150,130,55,220,202,57,9,0,150,2,90,97,240,62,9,0,150,130,55,220,240,62,9,0,150,2,203,55,245,104,9,0,150,2,203,55,223,105,9,0,151,2,241,26,229,132,9,0,151,2,241,26,184,134,9,0,153,2,232,3,212,73,7,0,153,130,102,205,25,93,9,0,153,130,102,205,212,94,9,0,156,130,46,128,64,109,9,0,156,130,46,128,204,109,9,0,158,2,73,203,129,114,7,0,159,130,240,45,186,231,11,0,162,2,202,251,66,1,10,0,166,2,168,247,92,157,7,0,166,130,224,239,155,193,8,0,167,130,81,91,252,34,6,0,167,130,113,196,66,42,7,0,170,130,186,148,55,12,6,0,170,130,4,171,160,244,8,0,171,2,100,146,207,7,10,0,171,2,100,146,27,8,10,0,173,2,201,154,242,70,11,0,173,2,109,139,152,100,11,0,174,2,94,252,98,160,10,0,176,130,165,55,44,254,5,0,176,130,186,148,194,51,6,0,178,2,139,50,217,135,7,0,178,2,139,50,234,77,8,0,179,130,181,202,216,56,7,0,180,130,9,148,212,73,7,0,180,130,231,242,158,207,10,0,180,130,231,242,47,210,10,0,180,130,177,189,44,134,11,0,182,130,233,195,120,191,7,0,182,2,15,28,71,199,8,0,182,2,15,28,134,199,8,0,182,2,15,28,204,199,8,0,184,2,39,157,72,206,11,0,185,2,208,138,93,153,7,0,185,2,127,223,202,163,7,0,187,130,226,49,82,189,10,0,188,2,232,54,150,110,9,0,188,2,232,54,176,112,9,0,188,2,38,126,42,196,10,0,188,2,38,126,219,196,10,0,189,2,209,154,59,246,7,0,189,2,209,231,202,57,9,0,189,2,209,231,240,62,9,0,191,130,99,194,204,42,7,0,194,2,188,7,135,65,7,0,195,2,200,226,229,132,9,0,195,2,200,226,184,134,9,0,196,130,55,167,202,57,9,0,196,130,55,167,240,62,9,0,198,130,128,171,42,95,11,0,199,2,99,244,168,62,7,0,199,2,99,244,46,33,12,0,200,130,201,200,236,50,7,0,200,130,81,82,92,91,7,0,201,2,101,12,34,146,6,0,202,2,160,197,202,163,7,0,203,2,63,153,62,66,7,0,205,130,60,82,250,199,6,0,209,2,195,243,165,59,7,0,209,2,192,181,120,191,7,0,211,130,23,156,163,226,9,0,211,130,23,156,225,226,9,0,211,130,23,156,50,227,9,0,213,130,100,68,124,252,7,0,213,130,100,68,191,255,7,0,213,130,19,69,247,131,11,0,214,2,182,219,0,236,6,0,216,2,130,158,181,79,6,0,216,130,170,37,187,8,9,0,216,130,170,37,7,9,9,0,217,130,200,146,4,221,8,0,218,2,250,209,11,12,12,0,219,2,235,194,242,92,6,0,221,130,190,167,75,157,11,0,222,130,178,11,196,84,6,0,222,2,238,103,150,110,9,0,222,2,238,103,176,112,9,0,225,2,129,14,146,102,7,0,225,130,160,33,54,120,7,0,229,2,192,148,0,65,6,0,229,130,217,173,83,218,10,0,229,130,217,173,181,219,10,0,230,130,102,27,98,201,7,0,230,130,102,27,239,216,7,0,231,2,192,148,111,125,7,0,236,130,124,132,67,169,7,0,240,130,60,216,150,110,9,0,240,130,60,216,176,112,9,0,242,2,171,31,25,93,9,0,242,2,171,31,25,93,9,0,242,2,171,31,212,94,9,0,242,2,171,31,212,94,9,0,243,2,212,134,128,158,8,0,243,130,5,116,99,138,10,0,243,130,5,116,195,138,10,0,243,130,5,116,32,139,10,0,247,130,78,213,120,191,7,0,248,2,56,189,254,90,7,0,248,2,61,204,199,124,9,0,248,2,61,204,173,125,9,0,248,2,61,204,152,126,9,0,251,2,78,70,109,102,8,0,251,2,78,70,196,102,8,0,251,2,78,70,245,102,8,0,252,130,120,238,109,252,10,0,254,2,228,57,143,25,7,0,254,2,154,109,114,63,7,0,255,130,208,199,93,141,7,0,2,3,45,178,229,132,9,0,2,3,45,178,184,134,9,0,3,131,165,21,202,163,7,0,3,3,217,49,199,124,9,0,3,3,217,49,173,125,9,0,3,3,217,49,152,126,9,0,6,3,64,91,120,191,7,0,9,3,92,128,142,66,8,0,12,131,86,135,120,191,7,0,14,3,244,147,28,111,6,0,14,131,213,0,236,50,7,0,14,3,251,210,66,46,9,0,14,3,251,210,227,49,9,0,14,131,215,203,7,232,10,0,14,131,215,203,76,232,10,0,17,3,52,44,146,102,7,0,17,3,52,44,46,105,7,0,17,131,114,244,254,147,7,0,17,3,12,194,214,89,8,0,17,3,52,44,54,17,12,0,18,3,92,128,234,157,6,0,19,3,234,174,46,250,5,0,20,131,39,127,134,97,7,0,22,131,27,136,59,91,8,0,24,131,143,138,195,5,11,0,26,3,234,127,107,0,6,0,30,3,66,60,208,216,6,0,32,131,87,51,118,208,11,0,32,131,87,51,165,216,11,0,38,131,98,87,233,14,9,0,38,131,98,87,209,23,9,0,38,131,98,87,194,32,9,0,47,131,175,124,53,185,7,0,47,3,84,146,108,45,9,0,47,3,84,146,144,45,9,0,48,3,140,16,9,24,7,0,48,131,132,136,81,205,7,0,48,131,132,136,144,68,9,0,51,131,94,124,250,5,12,0,52,3,248,165,13,159,7,0,55,3,121,242,240,96,7,0,55,3,121,242,179,39,8,0,55,3,246,187,96,220,11,0,57,131,208,28,211,36,6,0,57,131,206,6,98,160,10,0,58,131,111,97,137,204,7,0,58,131,157,39,196,52,8,0,61,131,11,94,29,103,9,0,61,131,11,94,133,103,9,0,61,131,211,225,241,205,11,0,62,3,255,178,162,64,10,0,62,3,255,178,33,65,10,0,62,3,255,178,173,65,10,0,62,3,22,57,156,209,11,0,64,131,124,149,186,132,11,0,67,131,84,107,62,66,7,0,68,131,102,92,44,240,6,0,69,131,76,247,130,120,6,0,69,3,235,148,126,136,6,0,70,3,81,253,199,124,9,0,70,3,81,253,173,125,9,0,70,3,81,253,152,126,9,0,72,131,217,123,68,204,6,0,72,131,132,113,182,41,7,0,77,3,19,246,212,73,7,0,80,131,142,249,120,191,7,0,80,3,193,50,81,205,7,0,80,3,193,50,56,102,9,0,80,3,193,50,86,102,9,0,81,3,128,34,66,46,9,0,81,3,128,34,227,49,9,0,85,3,15,110,79,250,5,0,85,131,214,26,197,147,6,0,85,3,15,110,46,105,7,0,86,3,125,148,167,128,9,0,86,3,125,148,133,129,9,0,86,3,211,104,22,251,11,0,88,3,255,180,81,205,7,0,88,3,255,180,234,217,7,0,88,3,255,180,56,218,7,0,89,3,156,112,199,124,9,0,89,3,156,112,173,125,9,0,89,3,156,112,152,126,9,0,90,131,191,117,123,23,12,0,91,3,158,220,111,125,7,0,92,131,83,127,105,27,8,0,94,3,5,61,49,144,8,0,94,131,20,185,194,32,9,0,94,3,1,251,183,194,10,0,94,3,1,251,249,194,10,0,95,131,31,190,80,168,10,0,95,131,31,190,228,168,10,0,95,131,31,190,124,169,10,0,96,3,231,230,76,22,12,0,102,3,186,148,162,57,6,0,102,3,155,196,85,136,6,0,102,131,122,227,81,205,7,0,102,131,122,227,67,232,9,0,105,3,18,1,63,114,7,0,105,3,41,165,56,207,8,0,107,3,175,222,138,197,8,0,108,3,23,107,11,198,8,0,109,131,36,56,67,193,8,0,110,131,29,104,57,86,8,0,112,131,167,216,150,110,9,0,112,131,167,216,176,112,9,0,114,131,87,198,98,160,10,0,116,3,3,165,220,223,7,0,118,3,223,168,81,205,7,0,118,131,177,168,105,42,10,0,118,131,177,168,152,42,10,0,121,131,114,135,111,125,7,0,123,3,84,171,62,66,7,0,123,3,227,89,66,46,9,0,123,3,227,89,227,49,9,0,124,3,71,170,173,13,11,0,125,131,217,232,88,243,11,0,128,131,136,37,117,86,7,0,131,131,43,140,150,110,9,0,131,131,43,140,176,112,9,0,132,3,9,0,23,4,7,0,132,131,72,128,190,159,7,0,133,131,52,216,192,96,9,0,133,131,52,216,164,97,9,0,133,131,52,216,128,98,9,0,136,3,234,28,98,201,7,0,136,3,234,28,56,218,7,0,137,131,106,148,200,112,7,0,138,131,72,108,228,4,7,0,138,131,72,108,194,51,11,0,140,131,242,253,1,99,7,0,140,131,242,253,0,101,7,0,140,131,242,253,215,200,8,0,142,3,180,147,138,122,7,0,142,3,59,76,56,88,8,0,144,131,177,37,212,73,7,0,145,131,116,136,62,66,7,0,146,3,43,153,202,163,7,0,148,3,135,165,202,57,9,0,148,3,135,165,240,62,9,0,149,3,57,176,235,86,9,0,149,3,57,176,13,87,9,0,155,131,25,142,184,31,7,0,159,131,91,18,92,157,7,0,161,131,162,106,202,163,7,0,162,3,62,32,202,57,9,0,162,3,62,32,240,62,9,0,163,131,23,154,21,46,7,0,165,131,140,8,62,66,7,0,166,3,180,55,26,175,6,0,167,3,84,219,103,180,9,0,167,3,84,219,253,180,9,0,170,3,91,99,89,33,7,0,172,3,36,149,100,162,7,0,175,131,149,3,98,160,10,0,176,3,46,254,134,97,7,0,177,3,157,247,201,142,7,0,180,3,43,52,149,88,7,0,181,131,169,138,41,103,8,0,181,131,215,213,233,14,9,0,181,131,215,213,209,23,9,0,181,131,215,213,194,32,9,0,184,3,62,127,174,241,7,0,185,3,150,253,181,110,8,0,187,131,135,102,247,159,8,0,187,131,223,94,174,40,10,0,187,131,223,94,219,40,10,0,188,3,65,76,149,88,7,0,189,131,20,144,132,11,11,0,193,131,2,105,146,102,7,0,193,131,140,231,79,113,11,0,194,131,189,120,244,13,9,0,194,3,240,11,233,14,9,0,194,3,240,11,209,23,9,0,194,3,240,11,194,32,9,0,194,3,126,33,142,184,10,0,194,3,126,33,59,185,10,0,196,3,233,77,185,43,7,0,197,3,80,167,0,11,6,0,198,131,242,25,212,73,7,0,199,131,192,126,57,86,8,0,200,3,1,123,82,58,7,0,200,131,16,14,110,21,10,0,200,131,16,14,142,21,10,0,200,3,100,214,99,247,11,0,200,3,1,123,223,30,12,0,208,3,198,148,84,252,5,0,208,3,157,238,216,29,11,0,213,3,87,102,127,103,8,0,213,131,144,68,237,198,10,0,213,131,144,68,13,199,10,0,213,3,150,49,26,154,11,0,214,3,12,30,143,81,9,0,214,3,12,30,161,81,9,0,214,131,54,158,111,90,10,0,215,3,159,96,68,10,8,0,215,3,215,36,233,151,11,0,216,3,105,40,236,48,7,0,216,131,76,162,62,66,7,0,216,3,230,27,17,14,9,0,216,131,133,36,197,182,10,0,216,131,133,36,223,182,10,0,216,131,133,36,248,182,10,0,219,3,103,163,117,236,5,0,220,131,185,67,127,137,7,0,220,3,216,54,82,189,10,0,224,3,229,186,103,180,9,0,224,3,229,186,253,180,9,0,231,131,167,10,193,35,8,0,232,131,145,128,152,4,9,0,234,3,203,13,67,169,7,0,234,131,147,26,127,166,11,0,236,3,22,79,120,191,7,0,236,131,39,128,120,202,8,0,236,131,39,128,240,107,11,0,237,3,148,190,105,175,10,0,237,3,148,190,50,176,10,0,238,131,140,5,174,52,7,0,238,3,76,120,120,191,7,0,243,3,141,202,102,1,12,0,244,3,83,156,104,29,11,0,244,3,83,156,130,29,11,0,245,131,66,151,133,244,10,0,246,131,170,19,180,51,12,0,248,131,142,11,192,96,9,0,248,131,142,11,164,97,9,0,248,131,142,11,128,98,9,0,251,3,58,4,241,81,9,0,251,3,58,4,18,82,9,0,252,131,145,254,59,246,7,0,253,131,27,243,205,192,6,0,2,4,75,163,98,160,10,0,3,132,73,193,73,125,11,0,4,4,161,15,98,160,10,0,5,4,217,167,236,48,7,0,6,132,211,16,226,119,7,0,6,4,184,232,56,128,11,0,9,132,30,191,67,169,7,0,10,132,85,166,145,25,6,0,10,132,85,166,195,114,6,0,11,4,74,124,208,106,9,0,11,4,74,124,138,107,9,0,11,4,74,124,56,108,9,0,12,4,22,126,64,5,7,0,15,132,20,20,195,134,7,0,16,4,168,9,161,28,7,0,18,132,245,54,86,154,10,0,18,132,245,54,163,154,10,0,19,4,133,212,67,169,7,0,20,132,7,71,81,247,6,0,22,132,66,120,202,163,7,0,23,132,82,126,236,48,7,0,23,4,184,232,212,73,7,0,24,132,56,198,156,133,6,0,24,132,112,101,23,172,6,0,24,132,56,198,29,69,11,0,25,132,14,192,76,118,6,0,25,132,235,151,66,46,9,0,25,132,235,151,227,49,9,0,27,132,121,27,98,160,10,0,28,4,118,181,200,8,6,0,34,132,224,99,87,62,7,0,34,132,59,78,185,130,7,0,35,4,254,7,204,42,7,0,35,132,49,190,202,46,7,0,35,132,49,190,78,47,7,0,35,4,190,59,111,125,7,0,35,132,49,190,67,169,7,0,37,4,92,236,80,168,10,0,37,4,92,236,228,168,10,0,37,4,92,236,124,169,10,0,38,132,77,240,172,58,7,0,40,132,110,49,120,158,11,0,44,4,74,139,120,191,7,0,44,4,157,251,107,1,10,0,44,4,157,251,12,69,11,0,47,4,198,6,137,101,10,0,47,4,198,6,237,101,10,0,47,4,198,6,78,102,10,0,48,132,193,148,166,221,6,0,49,4,188,236,2,31,7,0,50,132,219,241,246,111,7,0,52,4,28,237,188,3,6,0,52,4,192,199,120,191,7,0,52,4,72,203,120,191,7,0,52,4,72,203,164,84,9,0,59,132,34,243,69,56,7,0,60,132,35,71,27,48,7,0,60,132,157,38,254,147,7,0,60,132,157,96,13,159,7,0,60,4,244,197,251,251,8,0,60,4,214,14,101,146,9,0,60,4,214,14,61,147,9,0,60,4,11,136,83,218,10,0,60,4,11,136,181,219,10,0,61,132,142,227,167,128,9,0,61,132,142,227,133,129,9,0,68,132,169,223,110,245,11,0,72,4,223,1,218,32,11,0,73,132,197,227,213,140,6,0,73,4,192,250,229,132,9,0,73,4,192,250,184,134,9,0,75,4,231,118,89,66,6,0,75,4,184,7,100,42,11,0,77,4,207,50,78,74,10,0,77,4,207,50,93,75,10,0,77,4,207,50,96,76,10,0,77,4,207,50,126,77,10,0,78,4,202,133,111,150,6,0,78,132,132,170,89,33,7,0,78,132,132,170,62,66,7,0,81,132,73,175,233,14,9,0,81,132,73,175,209,23,9,0,81,132,73,175,194,32,9,0,82,4,146,47,217,135,7,0,82,132,67,1,17,14,9,0,85,132,187,144,202,163,7,0,86,4,29,83,233,14,9,0,86,4,29,83,209,23,9,0,86,4,29,83,194,32,9,0,87,4,48,209,165,59,7,0,87,132,122,143,18,66,7,0,88,4,212,252,81,205,7,0,88,4,212,252,170,212,7,0,88,4,212,252,56,218,7,0,92,132,145,0,10,235,6,0,95,4,15,127,136,238,5,0,96,132,117,172,160,241,10,0,97,4,7,185,67,169,7,0,101,4,163,76,202,163,7,0,101,132,36,182,215,57,11,0,102,132,143,166,82,219,6,0,103,132,48,72,17,96,10,0,103,132,48,72,83,97,10,0,103,132,48,72,152,98,10,0,104,132,171,152,202,163,7,0,104,132,119,151,144,176,11,0,106,132,155,123,102,56,8,0,106,132,155,123,13,234,8,0,106,132,61,103,107,233,11,0,108,132,34,129,179,135,6,0,108,132,250,24,128,158,8,0,111,132,151,52,252,119,7,0,111,4,180,120,67,169,7,0,112,132,7,116,142,184,10,0,112,132,7,116,59,185,10,0,114,132,128,163,166,103,6,0,114,132,225,249,62,66,7,0,118,4,97,216,129,114,7,0,120,4,136,129,245,163,6,0,122,132,24,253,184,37,7,0,122,4,94,195,2,175,11,0,124,132,118,46,25,93,9,0,124,132,118,46,212,94,9,0,127,4,52,244,81,205,7,0,127,4,52,244,53,223,10,0,128,132,16,246,25,93,9,0,128,132,16,246,212,94,9,0,128,132,47,44,245,104,9,0,128,132,47,44,223,105,9,0,128,132,170,162,31,117,10,0,129,4,61,126,202,190,7,0,129,4,61,126,37,221,7,0,131,132,218,227,42,223,9,0,131,132,218,227,60,223,9,0,132,132,112,70,4,18,11,0,134,132,31,114,120,100,10,0,134,132,31,114,150,100,10,0,135,4,22,150,31,70,9,0,135,4,22,150,104,71,9,0,135,4,22,150,179,72,9,0,135,132,47,157,158,129,11,0,136,132,109,109,47,113,7,0,137,132,182,94,39,215,10,0,137,132,182,94,116,215,10,0,139,132,116,108,146,102,7,0,139,132,116,108,46,105,7,0,141,132,37,139,154,241,9,0,141,132,37,139,86,242,9,0,142,132,171,51,72,43,11,0,142,132,217,232,141,241,11,0,143,132,46,49,233,14,9,0,143,132,46,49,209,23,9,0,143,132,46,49,194,32,9,0,145,4,15,64,239,41,6,0,145,132,29,85,44,160,7,0,147,4,51,126,221,168,6,0,148,4,129,240,165,59,7,0,148,132,126,33,17,96,10,0,148,132,126,33,83,97,10,0,148,132,126,33,152,98,10,0,149,132,113,153,214,89,8,0,151,132,4,12,224,83,7,0,152,132,253,158,88,116,7,0,153,132,19,246,26,33,7,0,154,4,185,140,50,80,10,0,154,4,185,140,68,80,10,0,154,4,185,140,89,80,10,0,155,132,151,217,46,105,7,0,155,4,180,148,242,226,10,0,155,4,180,148,255,226,10,0,155,132,151,217,137,247,10,0,157,132,159,126,56,187,7,0,158,132,118,239,121,100,6,0,159,4,27,97,165,59,7,0,162,132,157,92,66,46,9,0,162,132,157,92,227,49,9,0,165,4,192,0,56,207,8,0,166,132,9,77,90,43,7,0,168,4,151,239,115,17,11,0,169,4,131,232,201,142,7,0,172,4,68,75,50,119,7,0,174,4,181,218,93,141,7,0,176,132,179,205,92,157,7,0,177,4,206,134,79,9,10,0,177,4,206,134,123,9,10,0,178,4,194,179,67,169,7,0,179,4,188,229,59,36,7,0,179,4,39,86,134,97,7,0,185,132,11,36,106,3,11,0,187,132,140,15,1,99,7,0,187,132,140,15,0,101,7,0,187,4,100,158,202,190,7,0,187,4,100,158,212,121,11,0,189,4,34,119,187,232,9,0,189,4,34,119,11,233,9,0,193,132,92,221,158,207,10,0,193,132,92,221,47,210,10,0,196,4,86,53,202,163,7,0,198,132,105,51,138,247,11,0,200,132,168,46,233,14,9,0,200,132,168,46,209,23,9,0,200,132,168,46,194,32,9,0,201,4,148,165,83,117,11,0,202,132,57,104,212,73,7,0,206,132,54,30,192,13,9,0,206,4,117,204,55,74,9,0,206,4,117,204,40,75,9,0,206,4,90,58,229,132,9,0,206,4,90,58,184,134,9,0,207,4,166,157,202,163,7,0,207,4,127,231,233,14,9,0,207,4,127,231,209,23,9,0,207,4,127,231,194,32,9,0,208,132,150,144,161,113,6,0,208,132,244,239,145,30,7,0,210,4,174,239,255,98,6,0,215,4,34,153,116,102,9,0,215,4,34,153,173,102,9,0,216,4,252,28,171,248,10,0,217,4,168,239,248,58,7,0,217,132,74,57,98,160,10,0,217,4,115,0,202,139,11,0,218,132,82,102,149,88,7,0,218,4,86,162,217,135,7,0,218,132,82,102,57,250,11,0,220,4,62,3,86,64,7,0,220,4,32,2,104,145,7,0,220,4,32,2,120,191,7,0,222,4,214,101,234,185,9,0,222,4,214,101,45,186,9,0,223,132,184,54,62,66,7,0,226,4,20,179,56,179,9,0,228,4,226,252,98,160,10,0,229,4,133,82,229,132,9,0,229,4,133,82,184,134,9,0,232,4,118,48,38,45,7,0,234,132,180,213,146,102,7,0,234,4,243,106,210,166,11,0,236,132,201,214,220,164,6,0,236,4,185,146,105,175,10,0,236,4,185,146,50,176,10,0,237,132,61,139,27,48,7,0,237,132,94,219,62,66,7,0,237,132,131,130,134,216,8,0,237,132,94,219,83,232,11,0,238,4,236,196,212,73,7,0,242,4,234,189,212,73,7,0,247,132,128,142,16,6,8,0,247,132,128,142,115,6,8,0,248,132,156,6,214,89,8,0,249,4,149,25,149,88,7,0,250,132,135,128,74,51,7,0,250,4,17,54,137,204,7,0,250,4,17,54,117,212,7,0,250,4,90,233,123,129,11,0,250,132,115,209,216,20,12,0,253,132,82,218,62,66,7,0,0,5,76,104,193,83,6,0,0,5,47,5,150,110,9,0,0,5,47,5,176,112,9,0,0,5,163,185,211,255,10,0,2,133,156,85,67,241,6,0,2,5,162,234,120,191,7,0,7,133,100,89,180,43,6,0,7,133,55,91,246,111,7,0,7,133,187,143,202,163,7,0,9,133,155,251,120,191,7,0,10,5,248,110,229,132,9,0,10,5,248,110,184,134,9,0,11,133,86,3,156,202,7,0,11,133,86,3,219,208,9,0,11,5,190,15,121,184,11,0,12,5,161,194,140,119,9,0,12,5,161,194,54,120,9,0,12,5,58,185,158,238,9,0,12,5,58,185,25,239,9,0,12,5,58,185,142,239,9,0,12,5,58,185,54,240,9,0,12,5,58,185,208,240,9,0,12,5,146,39,20,184,10,0,12,5,146,39,47,184,10,0,12,5,146,39,72,184,10,0,15,5,91,240,67,169,7,0,15,133,0,212,120,191,7,0,17,133,103,181,120,191,7,0,20,5,165,204,55,74,9,0,20,5,165,204,40,75,9,0,23,133,43,4,62,66,7,0,24,133,59,135,67,27,7,0,30,5,56,52,93,69,6,0,30,5,93,224,246,111,7,0,31,5,174,2,173,7,6,0,32,133,143,166,168,62,7,0,32,5,238,90,92,157,7,0,34,5,183,27,212,73,7,0,34,133,89,44,55,74,9,0,34,133,89,44,40,75,9,0,35,133,109,172,104,145,7,0,35,133,238,145,67,169,7,0,37,5,83,42,113,225,9,0,38,5,26,125,62,66,7,0,39,133,142,74,46,105,7,0,42,133,176,193,118,31,7,0,43,133,179,224,226,46,11,0,44,5,24,73,136,246,5,0,45,5,76,94,15,115,7,0,48,133,192,5,195,4,12,0,48,133,192,5,134,5,12,0,50,5,222,54,100,1,8,0,51,5,106,202,46,250,5,0,53,133,216,252,71,64,11,0,56,5,128,143,202,57,9,0,56,5,128,143,240,62,9,0,56,5,114,17,31,192,10,0,56,5,114,17,90,192,10,0,58,5,190,144,236,48,7,0,58,133,217,232,212,73,7,0,59,133,193,66,150,110,9,0,59,133,193,66,176,112,9,0,60,133,3,92,67,169,7,0,61,5,148,77,238,40,7,0,63,133,119,166,98,160,10,0,64,5,5,152,236,48,7,0,65,5,188,161,81,205,7,0,65,5,188,161,174,83,8,0,69,5,131,218,221,98,7,0,70,133,243,183,75,239,5,0,73,5,151,81,11,113,7,0,75,133,11,140,202,163,7,0,75,5,193,29,209,246,10,0,75,133,11,140,42,40,11,0,76,5,164,17,128,116,10,0,76,5,164,17,163,116,10,0,76,5,164,17,208,116,10,0,77,133,75,26,25,93,9,0,77,133,75,26,212,94,9,0,79,133,150,68,70,153,6,0,80,133,192,2,62,66,7,0,80,133,90,220,67,169,7,0,82,5,98,34,247,169,9,0,82,5,98,34,71,171,9,0,82,5,98,34,153,172,9,0,82,5,98,34,240,173,9,0,83,5,122,100,189,16,6,0,83,5,200,193,201,142,7,0,85,133,164,1,88,116,7,0,87,5,68,140,32,199,9,0,87,5,68,140,115,199,9,0,94,5,40,164,62,66,7,0,94,133,87,65,157,6,8,0,95,5,152,197,64,56,9,0,95,5,152,197,242,56,9,0,97,133,211,135,209,88,6,0,98,133,201,121,50,119,7,0,98,133,55,189,158,207,10,0,98,133,55,189,47,210,10,0,102,5,221,8,254,147,7,0,105,133,197,74,204,38,7,0,109,133,191,213,220,154,7,0,110,5,169,50,67,169,7,0,110,5,170,131,92,6,9,0,110,133,157,38,158,207,10,0,110,133,157,38,47,210,10,0,111,133,130,40,229,51,7,0,111,133,9,243,165,63,7,0,112,5,83,14,218,165,11,0,113,5,178,81,202,163,7,0,115,133,212,106,11,26,10,0,115,133,212,106,39,26,10,0,116,5,159,128,220,223,7,0,120,5,67,129,109,199,6,0,120,133,73,8,254,147,7,0,122,133,218,29,54,120,7,0,124,133,8,160,50,2,6,0,125,133,21,240,202,57,9,0,125,133,21,240,240,62,9,0,126,133,82,4,103,180,9,0,126,133,82,4,253,180,9,0,126,5,109,247,59,114,10,0,126,5,109,247,113,114,10,0,127,133,38,94,5,141,11,0,129,133,11,132,12,129,7,0,131,5,57,11,230,154,6,0,131,5,39,116,202,241,7,0,131,133,34,66,202,57,9,0,131,133,34,66,240,62,9,0,131,5,67,195,150,110,9,0,131,5,67,195,176,112,9,0,133,133,44,97,236,50,7,0,135,133,59,93,212,73,7,0,139,133,19,36,246,111,7,0,143,133,161,131,47,11,6,0,144,133,8,192,36,170,11,0,145,5,83,6,165,6,11,0,149,133,155,83,135,65,7,0,149,5,17,189,177,14,8,0,151,5,160,175,66,46,9,0,151,5,160,175,227,49,9,0,151,5,17,253,120,175,9,0,151,5,17,253,38,176,9,0,152,5,186,61,217,135,7,0,153,133,188,3,185,43,7,0,153,5,55,129,230,35,10,0,153,5,55,129,133,36,10,0,154,5,163,134,212,73,7,0,156,5,127,15,77,221,10,0,156,5,127,15,208,221,10,0,158,133,44,150,59,192,11,0,161,133,125,17,217,76,6,0,161,5,3,7,247,169,9,0,161,5,3,7,71,171,9,0,161,5,3,7,153,172,9,0,161,5,3,7,240,173,9,0,161,5,3,7,9,183,9,0,161,5,3,7,63,183,9,0,161,5,67,45,246,91,11,0,161,5,67,45,43,92,11,0,162,5,84,248,111,125,7,0,163,5,128,130,120,191,7,0,166,133,117,42,67,169,7,0,166,133,158,210,17,96,10,0,166,133,158,210,83,97,10,0,166,133,158,210,152,98,10,0,170,133,99,18,45,60,7,0,172,5,46,206,201,142,7,0,173,133,137,128,13,154,6,0,175,133,23,112,212,44,7,0,176,133,153,122,201,61,7,0,177,5,72,28,98,28,7,0,178,5,153,140,27,85,7,0,181,133,156,187,101,146,9,0,181,133,156,187,61,147,9,0,182,5,216,43,138,173,11,0,183,133,89,237,116,14,11,0,184,133,37,213,188,255,8,0,184,133,37,213,47,0,9,0,184,5,117,27,98,160,10,0,184,5,195,40,7,172,10,0,184,5,195,40,74,172,10,0,185,133,150,192,168,62,7,0,185,5,249,60,108,97,7,0,185,133,150,192,120,191,7,0,185,133,150,192,35,45,12,0,186,133,103,97,212,73,7,0,186,133,207,87,177,4,12,0,187,5,213,34,198,140,11,0,188,133,154,199,81,205,7,0,188,133,154,199,150,203,8,0,188,133,154,199,44,204,8,0,188,133,154,199,206,204,8,0,188,133,154,199,48,142,10,0,189,133,171,4,254,147,7,0,191,5,23,21,96,140,7,0,193,5,25,132,120,175,9,0,193,5,25,132,38,176,9,0,194,5,79,177,66,42,7,0,194,5,204,7,246,22,12,0,198,133,93,126,146,102,7,0,198,133,93,126,46,105,7,0,199,133,174,152,210,115,9,0,199,133,174,152,145,116,9,0,199,133,174,152,74,117,9,0,201,133,32,232,140,119,9,0,201,133,32,232,54,120,9,0,203,133,127,34,127,237,5,0,205,5,246,69,87,12,11,0,213,133,154,58,32,199,9,0,213,133,154,58,115,199,9,0,213,5,27,237,59,6,11,0,213,5,119,93,158,101,11,0,216,5,10,238,54,120,7,0,217,5,167,200,202,57,9,0,217,5,167,200,240,62,9,0,219,133,163,71,73,3,9,0,221,133,122,161,62,66,7,0,223,133,200,204,188,183,11,0,223,133,125,60,179,1,12,0,224,5,75,25,98,202,6,0,225,133,162,34,212,73,7,0,228,5,157,63,114,189,11,0,229,5,0,157,62,66,7,0,232,5,97,205,233,14,9,0,232,5,97,205,209,23,9,0,232,5,97,205,194,32,9,0,232,5,116,112,107,1,10,0,233,133,229,10,158,207,10,0,233,133,229,10,47,210,10,0,234,133,167,197,98,28,7,0,237,5,23,182,93,238,8,0,241,133,209,2,28,56,11,0,246,133,85,170,67,169,7,0,247,5,162,199,212,73,7,0,247,5,209,204,134,97,7,0,247,5,143,238,202,57,9,0,247,5,143,238,240,62,9,0,247,133,77,42,19,24,11,0,248,133,84,36,212,73,7,0,249,133,73,141,229,150,9,0,249,133,73,141,153,151,9,0,250,133,137,149,245,127,10,0,251,133,4,29,52,18,8,0,253,5,188,240,116,55,6,0,253,133,7,92,11,113,7,0,253,5,86,131,98,160,10,0,0,6,202,2,202,57,9,0,0,6,202,2,240,62,9,0,1,134,155,56,16,44,9,0,1,134,155,56,160,44,9,0,1,6,18,2,247,169,9,0,1,6,18,2,71,171,9,0,1,6,18,2,153,172,9,0,1,6,18,2,240,173,9,0,4,6,112,57,90,43,7,0,4,6,112,57,188,180,11,0,6,6,17,233,146,102,7,0,6,6,17,233,46,105,7,0,8,6,135,126,245,127,10,0,10,6,119,215,104,145,7,0,14,6,248,162,102,107,6,0,14,6,248,162,87,62,7,0,14,6,239,77,57,86,8,0,15,134,107,99,202,163,7,0,18,6,131,54,72,2,8,0,19,134,104,36,83,218,10,0,19,134,104,36,181,219,10,0,20,134,138,107,212,73,7,0,20,6,54,254,176,246,11,0,21,6,81,128,202,57,9,0,21,6,81,128,240,62,9,0,22,134,150,69,188,29,7,0,23,134,117,117,208,106,9,0,23,134,117,117,138,107,9,0,23,134,117,117,56,108,9,0,23,134,123,7,164,231,11,0,24,6,67,143,225,91,11,0,24,6,129,160,8,50,12,0,25,134,143,21,6,133,6,0,25,6,172,133,29,103,9,0,25,6,172,133,133,103,9,0,26,6,128,170,193,94,10,0,30,134,117,48,7,29,7,0,30,6,51,93,98,160,10,0,33,134,249,121,18,171,11,0,38,6,123,230,159,132,11,0,41,134,70,215,206,102,11,0,45,134,201,163,215,132,7,0,45,6,9,93,128,158,8,0,45,134,201,163,225,90,10,0,45,134,201,163,70,91,10,0,48,6,83,126,216,56,7,0,49,134,193,148,55,12,6,0,49,134,103,27,5,37,7,0,49,6,95,33,62,66,7,0,51,134,230,149,88,116,7,0,53,134,121,108,58,234,8,0,57,134,112,133,193,94,10,0,59,6,14,190,169,5,9,0,60,134,51,39,193,94,10,0,67,134,125,250,165,59,7,0,67,6,164,160,67,169,7,0,68,134,205,182,62,93,10,0,70,6,253,141,6,186,7,0,70,134,248,243,120,175,9,0,70,134,248,243,38,176,9,0,71,6,112,31,218,79,10,0,72,6,254,233,226,242,6,0,75,134,13,125,228,158,7,0,77,6,133,173,67,169,7,0,77,6,9,126,115,145,10,0,77,6,9,126,140,145,10,0,80,134,109,102,147,119,8,0,83,134,2,114,62,66,7,0,83,134,109,62,8,156,11,0,85,6,164,160,73,121,9,0,85,6,164,160,100,121,9,0,85,134,82,182,154,110,11,0,86,134,137,218,45,31,7,0,89,6,155,235,201,142,7,0,89,134,183,18,220,154,7,0,90,134,126,95,83,218,10,0,90,134,126,95,181,219,10,0,93,134,78,220,212,73,7,0,93,134,151,246,120,191,7,0,94,134,119,109,127,113,6,0,94,134,121,27,122,119,7,0,94,134,119,109,120,191,7,0,94,134,119,109,174,9,11,0,95,6,78,154,83,218,10,0,95,6,78,154,181,219,10,0,97,6,187,190,135,65,7,0,99,134,254,46,226,189,6,0,102,6,105,33,233,14,9,0,102,6,105,33,209,23,9,0,102,6,105,33,194,32,9,0,107,134,225,28,227,241,6,0,107,134,133,111,233,14,9,0,107,134,133,111,209,23,9,0,107,134,133,111,194,32,9,0,108,6,213,54,217,135,7,0,110,134,23,207,245,127,10,0,111,6,17,183,107,24,12,0,115,6,233,92,238,183,11,0,117,6,18,248,220,32,7,0,117,6,134,231,156,202,7,0,117,6,134,231,81,205,7,0,120,6,209,107,213,91,6,0,123,6,7,52,67,169,7,0,124,134,157,38,146,55,6,0,127,134,48,7,1,99,7,0,127,134,191,254,167,128,9,0,127,134,191,254,133,129,9,0,128,6,211,173,153,11,6,0,130,134,58,151,147,40,12,0,133,134,136,10,212,73,7,0,134,6,196,172,177,149,6,0,134,134,68,153,57,86,8,0,139,6,159,231,67,169,7,0,140,6,149,161,99,82,7,0,142,6,243,153,98,160,10,0,144,6,51,184,102,138,7,0,146,134,208,6,188,101,6,0,148,134,55,195,92,91,7,0,148,6,85,143,196,225,10,0,148,6,85,143,253,225,10,0,148,134,127,61,130,24,11,0,149,134,16,230,105,42,10,0,149,134,16,230,152,42,10,0,150,6,137,148,159,238,5,0,152,6,157,62,146,137,6,0,152,6,61,164,233,14,9,0,152,6,61,164,209,23,9,0,152,6,61,164,194,32,9,0,152,6,83,217,229,132,9,0,152,6,83,217,184,134,9,0,152,6,114,226,163,169,11,0,153,134,7,200,10,138,7,0,153,134,7,200,102,138,7,0,155,134,122,87,251,52,7,0,155,134,222,46,66,46,9,0,155,134,222,46,227,49,9,0,160,134,45,108,254,147,7,0,161,134,224,14,173,19,8,0,161,134,112,103,110,245,11,0,162,6,160,126,67,169,7,0,163,6,219,16,81,205,7,0,163,6,219,16,56,218,7,0,163,134,157,6,86,11,8,0,163,134,125,129,158,207,10,0,163,134,125,129,47,210,10,0,164,6,22,48,114,216,6,0,164,6,22,48,47,83,7,0,164,6,81,190,120,191,7,0,164,6,98,130,87,12,11,0,166,134,155,19,62,183,10,0,166,134,155,19,85,183,10,0,166,134,155,74,55,43,11,0,166,6,164,254,12,50,11,0,168,134,193,148,111,125,7,0,169,6,2,83,7,29,7,0,170,134,250,193,174,52,7,0,173,134,201,148,217,65,6,0,176,134,242,214,17,14,9,0,178,6,164,77,92,189,11,0,178,134,185,206,95,10,12,0,183,134,148,164,59,132,11,0,184,134,147,95,212,73,7,0,184,6,114,117,78,152,11,0,188,6,14,76,62,66,7,0,190,134,60,132,249,216,6,0,192,6,173,234,49,144,8,0,192,6,173,234,83,45,12,0,192,6,173,234,39,47,12,0,194,134,132,182,150,110,9,0,194,134,132,182,176,112,9,0,197,134,20,67,156,202,9,0,197,134,20,67,83,203,9,0,198,6,132,216,54,120,7,0,201,134,223,81,22,32,10,0,201,134,223,81,35,33,10,0,204,6,7,11,201,142,7,0,204,6,167,241,86,145,9,0,204,6,167,241,156,145,9,0,204,6,167,241,233,145,9,0,205,134,145,130,254,147,7,0,208,6,70,37,248,145,8,0,208,6,148,190,154,241,9,0,208,6,148,190,86,242,9,0,209,134,160,116,245,104,9,0,209,134,160,116,223,105,9,0,211,134,254,82,111,125,7,0,213,134,186,4,15,109,7,0,214,134,214,107,232,91,7,0,215,134,29,86,164,28,12,0,216,6,236,38,36,246,8,0,220,6,237,252,249,216,6,0,220,134,194,179,163,137,10,0,223,134,157,38,187,57,7,0,223,134,198,66,46,105,7,0,223,134,198,66,118,13,12,0,224,134,127,242,192,96,9,0,224,134,127,242,164,97,9,0,224,134,127,242,128,98,9,0,224,134,201,86,107,1,10,0,225,134,159,10,116,250,7,0,225,134,159,10,30,251,7,0,227,134,236,17,120,156,6,0,228,134,145,39,52,100,6,0,229,134,169,63,233,14,9,0,229,134,169,63,209,23,9,0,229,134,169,63,194,32,9,0,229,6,20,162,79,163,9,0,229,6,20,162,118,163,9,0,229,6,20,162,151,163,9,0,230,134,253,189,106,245,9,0,230,134,253,189,135,245,9,0,236,134,206,229,105,175,10,0,236,134,206,229,50,176,10,0,240,134,217,129,0,240,11,0,241,6,172,112,170,202,6,0,241,6,64,193,67,169,7,0,243,134,75,196,93,97,8,0,247,134,128,62,96,135,6,0,248,134,190,227,79,181,6,0,248,134,215,242,202,57,9,0,248,134,215,242,240,62,9,0,250,6,131,182,1,99,7,0,253,6,101,23,212,54,8,0,253,6,242,3,233,14,9,0,253,6,242,3,209,23,9,0,253,6,242,3,194,32,9,0,253,134,240,233,163,252,11,0,255,134,34,211,47,231,7,0,1,7,224,253,202,163,7,0,4,135,39,141,139,243,10,0,7,7,46,86,241,211,11,0,8,7,6,7,67,169,7,0,12,7,239,188,212,73,7,0,13,7,134,169,9,239,6,0,13,135,237,96,32,199,9,0,13,135,237,96,115,199,9,0,13,7,149,180,98,160,10,0,14,7,127,222,27,111,7,0,15,135,141,250,120,191,7,0,15,135,141,250,184,106,11,0,15,135,141,250,209,106,11,0,17,135,232,158,212,73,7,0,18,7,142,140,134,44,8,0,21,135,201,42,170,243,8,0,22,135,1,79,212,73,7,0,22,135,230,251,202,163,7,0,24,7,66,187,192,28,7,0,24,135,188,59,139,112,7,0,26,7,220,109,168,62,7,0,26,135,230,91,54,120,7,0,26,7,192,5,55,74,9,0,26,7,192,5,40,75,9,0,29,135,10,158,66,46,9,0,29,135,10,158,227,49,9,0,30,7,188,29,146,102,7,0,30,7,188,29,46,105,7,0,31,135,166,117,183,22,7,0,32,7,215,89,169,55,6,0,32,135,186,46,251,122,7,0,35,135,170,6,198,16,8,0,35,7,18,3,213,107,11,0,37,135,223,246,232,91,7,0,38,7,170,228,233,177,6,0,40,135,13,125,155,47,6,0,41,135,192,38,129,15,6,0,41,7,141,131,64,8,7,0,41,135,54,10,104,145,7,0,46,7,7,146,120,191,7,0,49,7,194,52,195,134,7,0,54,7,193,144,205,36,12,0,56,135,33,16,212,250,5,0,57,7,135,186,140,119,9,0,57,7,135,186,54,120,9,0,58,7,3,163,32,16,12,0,60,135,157,38,93,177,6,0,60,135,174,136,98,160,10,0,61,135,105,24,81,205,7,0,61,135,105,24,164,84,9,0,61,7,148,56,144,235,11,0,62,7,26,125,185,47,7,0,62,7,26,125,214,2,12,0,64,7,116,143,254,147,7,0,64,7,38,52,30,195,8,0,66,135,139,105,208,64,6,0,66,135,53,113,231,95,7,0,67,7,147,18,136,114,6,0,67,135,229,1,146,102,7,0,67,135,229,1,46,105,7,0,70,135,1,84,103,180,9,0,70,135,1,84,253,180,9,0,72,7,185,176,192,179,10,0,72,7,185,176,42,180,10,0,74,7,108,177,57,86,8,0,75,7,87,149,158,207,10,0,75,7,87,149,47,210,10,0,77,135,114,224,172,26,7,0,77,135,25,76,93,141,7,0,78,135,106,100,80,135,8,0,78,135,106,100,128,135,8,0,81,135,244,220,81,205,7,0,81,135,244,220,150,203,8,0,81,135,244,220,44,204,8,0,81,135,244,220,206,204,8,0,81,135,244,220,48,142,10,0,82,135,164,226,54,145,6,0,82,7,163,45,17,60,10,0,82,7,163,45,42,60,10,0,83,7,208,5,37,198,10,0,83,7,208,5,70,198,10,0,85,7,2,197,107,1,10,0,86,135,202,170,18,97,7,0,87,7,169,198,38,45,7,0,88,7,5,55,15,37,6,0,89,135,228,215,128,158,8,0,90,135,244,158,62,66,7,0,90,7,19,246,75,209,9,0,90,7,19,246,104,209,9,0,90,7,100,38,52,93,11,0,91,7,87,225,217,108,11,0,91,7,87,225,122,114,11,0,93,7,117,216,67,169,7,0,94,7,138,3,93,141,7,0,95,135,253,128,32,126,6,0,95,7,26,149,165,180,6,0,96,135,242,113,111,125,7,0,96,7,138,239,247,84,9,0,97,135,148,120,67,169,7,0,97,135,48,235,246,5,11,0,98,7,46,113,150,229,9,0,98,7,46,113,236,229,9,0,98,7,46,113,124,230,9,0,100,135,52,147,233,14,9,0,100,135,52,147,209,23,9,0,100,135,52,147,194,32,9,0,102,135,176,79,80,168,10,0,102,135,176,79,228,168,10,0,102,135,176,79,124,169,10,0,104,135,236,25,101,51,7,0,104,135,176,39,233,14,9,0,104,135,176,39,209,23,9,0,104,135,176,39,194,32,9,0,108,7,81,34,94,223,8,0,108,7,81,34,197,223,8,0,112,135,148,150,233,14,9,0,112,135,148,150,209,23,9,0,112,135,148,150,194,32,9,0,113,135,246,31,215,132,7,0,114,7,144,255,116,148,11,0,116,7,248,30,156,202,7,0,116,7,36,151,215,20,8,0,116,7,248,30,56,179,9,0,118,135,92,74,230,113,7,0,119,7,33,208,27,85,7,0,123,135,69,18,162,64,10,0,123,135,69,18,33,65,10,0,123,135,69,18,173,65,10,0,123,135,80,100,193,94,10,0,123,135,162,247,6,180,11,0,126,135,5,197,114,203,6,0,126,7,134,14,70,21,7,0,126,135,16,41,67,169,7,0,126,7,212,89,139,138,11,0,127,135,106,139,154,241,9,0,127,135,106,139,86,242,9,0,128,135,22,174,67,169,7,0,131,135,72,226,185,130,7,0,132,7,202,54,128,158,8,0,133,7,37,142,199,80,11,0,136,135,234,33,70,21,7,0,136,135,149,50,120,175,9,0,136,135,149,50,38,176,9,0,137,7,65,137,81,205,7,0,139,7,228,57,17,14,9,0,139,135,154,154,21,246,10,0,139,135,154,154,42,246,10,0,140,135,201,190,67,169,7,0,142,135,11,220,20,181,8,0,143,7,115,122,104,145,7,0,143,7,39,131,233,14,9,0,143,7,39,131,209,23,9,0,143,7,39,131,194,32,9,0,144,7,139,197,197,80,6,0,144,7,139,197,251,122,7,0,144,135,172,124,120,191,7,0,144,135,192,203,106,93,8,0,145,135,239,179,76,83,6,0,145,7,202,92,120,191,7,0,147,135,254,22,202,163,7,0,148,135,191,143,144,77,8,0,148,135,191,143,190,77,8,0,150,135,32,237,69,56,7,0,150,7,212,43,62,66,7,0,150,7,60,225,73,148,9,0,150,7,60,225,217,148,9,0,153,7,205,137,91,97,6,0,155,7,81,49,120,191,7,0,157,135,126,201,202,190,7,0,159,135,104,175,62,66,7,0,160,7,64,161,155,252,6,0,160,7,64,161,39,254,6,0,161,135,173,26,81,205,7,0,161,135,173,26,55,183,8,0,161,135,173,26,171,183,8,0,161,135,173,26,21,184,8,0,161,135,173,26,117,153,10,0,162,135,189,32,212,73,7,0,162,7,115,24,64,56,9,0,162,7,115,24,242,56,9,0,165,7,226,149,98,160,10,0,170,135,147,136,118,80,6,0,170,135,147,136,1,99,7,0,170,135,147,136,0,101,7,0,170,135,241,147,105,175,10,0,170,135,241,147,50,176,10,0,173,7,94,199,67,169,7,0,175,135,4,79,45,60,7,0,176,135,235,31,254,147,7,0,178,7,231,242,232,91,7,0,182,135,81,95,202,163,7,0,182,135,126,11,202,57,9,0,182,135,126,11,240,62,9,0,184,135,91,202,146,50,8,0,184,135,91,202,193,50,8,0,186,135,97,56,67,169,7,0,186,135,239,163,141,1,9,0,186,135,239,163,50,62,11,0,188,135,169,215,233,127,11,0,189,135,136,154,202,57,9,0,189,135,136,154,240,62,9,0,190,7,73,145,90,43,7,0,191,7,194,24,199,35,7,0,192,135,243,252,120,191,7,0,192,135,240,28,102,243,7,0,193,7,195,125,3,38,7,0,193,135,209,34,254,147,7,0,193,7,31,29,98,160,10,0,194,135,76,247,96,140,7,0,196,7,148,25,104,145,7,0,197,135,15,154,67,169,7,0,199,135,81,242,212,73,7,0,200,135,138,39,0,111,11,0,208,135,249,200,62,66,7,0,209,135,23,30,69,91,11,0,210,135,255,193,88,243,11,0,215,7,36,116,93,153,7,0,218,135,199,84,141,8,12,0,221,7,27,118,174,189,7,0,221,7,27,118,194,221,7,0,221,7,27,118,227,221,7,0,221,7,211,82,98,160,10,0,226,7,71,209,81,205,7,0,226,7,71,209,56,218,7,0,230,135,200,47,183,55,7,0,234,7,252,206,1,99,7,0,234,7,252,206,0,101,7,0,235,135,94,78,26,217,6,0,235,7,166,30,198,39,11,0,237,7,216,228,16,81,6,0,239,7,228,151,204,38,7,0,241,7,69,101,218,79,10,0,242,135,196,134,98,160,10,0,245,135,63,191,59,94,7,0,246,135,58,201,46,105,7,0,246,135,58,201,215,132,7,0,247,7,19,73,232,91,7,0,248,135,107,19,73,148,9,0,248,135,107,19,217,148,9,0,248,7,111,206,29,204,11,0,249,7,254,38,132,251,8,0,250,7,200,129,73,183,11,0,250,7,200,129,154,188,11,0,253,135,131,142,105,202,11,0,255,135,185,100,55,74,9,0,255,135,185,100,40,75,9,0,2,136,0,55,178,247,5,0,4,136,219,152,25,93,9,0,4,136,219,152,212,94,9,0,12,136,75,89,135,188,11,0,13,8,107,103,245,16,6,0,13,136,126,201,5,98,6,0,13,136,67,239,50,119,7,0,13,8,146,94,201,142,7,0,14,136,26,126,233,14,9,0,14,136,26,126,209,23,9,0,14,136,26,126,194,32,9,0,15,136,41,77,56,207,8,0,16,136,178,8,127,110,7,0,17,8,211,248,107,245,10,0,22,8,106,168,98,160,10,0,22,8,37,116,65,81,11,0,23,8,179,229,81,157,6,0,29,136,15,55,185,113,7,0,32,8,228,98,92,157,7,0,32,8,62,156,120,191,7,0,34,8,207,89,46,226,10,0,34,8,207,89,124,226,10,0,35,8,96,3,212,73,7,0,35,8,144,84,158,207,10,0,35,8,144,84,47,210,10,0,36,8,209,179,202,163,7,0,37,136,133,216,167,128,9,0,37,136,133,216,133,129,9,0,39,8,234,229,6,249,5,0,41,8,101,228,58,88,7,0,45,8,238,19,221,45,6,0,48,8,64,245,214,137,7,0,49,136,198,191,165,187,6,0,49,136,154,247,107,1,10,0,51,136,178,193,9,239,6,0,52,8,183,223,227,176,6,0,55,8,127,192,147,161,11,0,58,136,144,105,95,10,12,0,60,136,87,74,106,139,7,0,62,8,24,101,22,250,6,0,62,8,24,101,207,165,8,0,63,8,131,13,104,145,7,0,65,136,133,83,167,238,10,0,67,136,52,51,167,232,11,0,68,8,200,167,235,45,9,0,68,8,200,167,251,45,9,0,70,8,58,130,120,173,11,0,70,136,14,193,240,186,11,0,71,136,133,242,31,70,9,0,71,136,133,242,104,71,9,0,71,136,133,242,179,72,9,0,76,136,81,242,153,64,7,0,77,8,76,152,21,169,9,0,77,8,76,152,59,169,9,0,82,8,97,52,106,139,7,0,84,136,11,171,29,103,9,0,84,136,11,171,133,103,9,0,85,136,111,91,62,66,7,0,87,136,252,79,56,141,9,0,87,136,252,79,93,141,9,0,87,136,109,205,83,218,10,0,87,136,109,205,181,219,10,0,88,8,31,24,222,114,7,0,88,8,109,231,206,6,11,0,92,8,236,177,245,104,9,0,92,8,236,177,223,105,9,0,93,136,50,232,77,142,8,0,93,136,209,191,25,93,9,0,93,136,209,191,212,94,9,0,94,136,112,150,149,88,7,0,94,136,60,90,186,130,11,0,94,136,60,90,39,135,11,0,97,136,67,160,69,56,7,0,97,136,224,98,250,52,8,0,97,136,229,17,57,86,8,0,101,136,224,91,56,207,8,0,104,136,230,166,233,14,9,0,104,136,230,166,209,23,9,0,104,136,230,166,194,32,9,0,105,8,30,114,204,42,7,0,105,8,108,53,165,63,7,0,105,8,6,126,75,69,9,0,105,8,6,126,161,69,9,0,107,8,226,226,135,29,6,0,107,136,183,96,98,160,10,0,108,136,168,22,232,91,7,0,109,8,156,31,248,145,8,0,111,8,192,136,11,184,11,0,116,136,107,129,31,70,9,0,116,136,107,129,104,71,9,0,116,136,107,129,179,72,9,0,119,8,8,181,63,53,7,0,119,8,95,120,150,110,9,0,119,8,95,120,176,112,9,0,120,136,45,184,70,130,7,0,120,8,205,37,233,14,9,0,120,8,205,37,209,23,9,0,120,8,205,37,194,32,9,0,121,136,183,55,73,116,6,0,124,136,165,97,91,253,6,0,125,8,23,131,31,12,9,0,126,8,243,99,187,232,9,0,126,8,243,99,11,233,9,0,127,8,234,94,100,47,6,0,127,8,234,94,251,122,7,0,129,8,79,237,207,28,6,0,130,136,39,161,165,117,8,0,131,136,26,126,137,204,7,0,133,8,98,102,87,204,7,0,133,136,13,161,17,96,10,0,133,136,13,161,83,97,10,0,133,136,13,161,152,98,10,0,133,8,98,102,9,137,10,0,134,136,139,108,92,157,7,0,134,8,154,141,130,251,11,0,135,136,136,122,212,130,6,0,135,8,152,66,98,160,10,0,139,136,107,90,154,241,9,0,139,136,107,90,86,242,9,0,142,136,223,170,120,191,7,0,143,136,4,207,125,111,6,0,143,136,76,65,84,115,9,0,143,136,76,65,139,115,9,0,146,8,19,252,248,55,7,0,146,8,19,252,46,105,7,0,147,8,194,8,172,44,11,0,150,136,103,184,132,101,6,0,151,136,206,65,111,176,8,0,151,136,206,65,175,176,8,0,151,136,206,65,229,176,8,0,155,136,140,95,1,99,7,0,156,8,94,61,25,134,7,0,156,8,94,61,75,134,7,0,156,8,170,242,67,169,7,0,157,8,97,166,150,110,9,0,157,8,97,166,176,112,9,0,158,8,76,50,232,91,7,0,159,8,225,246,54,120,7,0,160,136,92,79,165,63,7,0,160,136,145,22,146,102,7,0,166,8,114,79,223,60,7,0,166,136,74,4,93,153,7,0,167,8,245,69,212,73,7,0,168,8,84,64,129,143,11,0,169,136,215,178,109,186,8,0,170,136,45,229,164,56,10,0,170,136,45,229,188,56,10,0,174,136,67,142,233,14,9,0,174,136,67,142,209,23,9,0,174,136,67,142,194,32,9,0,177,136,164,174,232,43,6,0,178,136,125,113,202,57,9,0,178,136,125,113,240,62,9,0,178,136,121,182,98,160,10,0,178,8,248,30,62,10,12,0,180,8,203,148,70,93,6,0,180,8,75,200,67,169,7,0,182,8,66,5,141,221,6,0,182,8,66,5,149,88,7,0,182,136,68,42,215,68,11,0,183,136,173,111,155,128,7,0,186,8,12,250,120,191,7,0,187,136,120,101,147,43,6,0,187,136,114,6,156,202,7,0,187,136,114,6,108,205,10,0,187,136,114,6,133,205,10,0,187,136,114,6,160,205,10,0,188,136,157,1,254,42,6,0,188,8,6,166,232,91,7,0,191,136,68,117,31,70,9,0,191,136,68,117,104,71,9,0,191,136,68,117,179,72,9,0,192,136,98,168,81,205,7,0,192,136,98,168,140,192,8,0,194,136,220,148,81,205,7,0,194,136,220,148,144,68,9,0,194,8,118,144,236,194,9,0,195,8,164,160,1,99,7,0,200,136,252,93,44,160,7,0,202,136,127,12,62,66,7,0,202,8,136,161,116,94,7,0,203,8,1,228,17,14,9,0,203,8,87,170,83,65,11,0,204,8,146,149,230,98,11,0,204,8,146,149,247,98,11,0,204,8,146,149,27,104,11,0,206,136,95,52,47,113,7,0,206,136,8,172,141,78,10,0,206,136,8,172,26,79,10,0,208,136,244,28,120,48,6,0,212,136,206,149,110,245,11,0,213,136,50,30,4,124,7,0,217,136,103,27,66,42,7,0,217,8,33,131,62,66,7,0,222,8,202,67,40,10,6,0,225,136,155,247,212,73,7,0,226,8,156,61,44,6,6,0,228,136,189,183,168,214,6,0,231,136,125,46,73,228,7,0,231,136,125,46,191,228,7,0,233,136,89,254,123,39,6,0,235,136,77,223,120,191,7,0,235,136,23,89,98,160,10,0,238,8,231,105,120,191,7,0,238,8,231,105,248,55,11,0,239,136,48,120,149,88,7,0,239,8,77,203,111,125,7,0,239,136,213,129,35,229,8,0,240,136,137,197,81,205,7,0,240,136,137,197,4,143,8,0,240,136,137,197,47,143,8,0,240,136,137,197,217,222,10,0,240,136,137,197,254,222,10,0,240,136,137,197,22,223,10,0,243,136,26,120,64,56,9,0,243,136,26,120,242,56,9,0,245,136,214,54,103,180,9,0,245,136,214,54,253,180,9,0,245,8,19,182,98,160,10,0,248,136,58,58,149,88,7,0,248,8,106,156,15,109,7,0,248,136,37,103,66,46,9,0,248,136,37,103,227,49,9,0,250,8,254,48,120,191,7,0,254,8,18,0,201,61,7,0,254,136,75,20,7,43,12,0,0,9,132,102,204,38,7,0,0,137,136,224,245,127,10,0,1,9,161,75,122,119,7,0,1,9,161,75,51,15,11,0,3,9,86,193,44,50,8,0,6,9,124,9,111,125,7,0,7,9,169,125,202,57,9,0,7,9,169,125,240,62,9,0,8,9,119,27,119,40,7,0,12,9,112,211,149,88,7,0,12,137,247,136,254,147,7,0,12,9,107,48,233,14,9,0,12,9,107,48,209,23,9,0,12,9,107,48,194,32,9,0,12,9,0,26,17,140,11,0,14,9,216,132,214,89,8,0,14,137,156,136,199,124,9,0,14,137,156,136,173,125,9,0,14,137,156,136,152,126,9,0,15,9,227,145,204,42,7,0,15,9,182,60,51,211,11,0,16,9,53,191,212,17,7,0,17,137,173,20,215,132,7,0,17,137,31,47,156,142,7,0,18,9,123,102,35,40,8,0,18,9,62,235,214,89,8,0,20,137,208,126,233,14,9,0,20,137,208,126,209,23,9,0,20,137,208,126,194,32,9,0,21,9,107,229,202,163,7,0,27,9,198,47,212,73,7,0,31,9,176,34,88,116,7,0,31,9,192,171,217,135,7,0,32,9,182,103,236,48,7,0,33,137,30,4,113,54,7,0,34,137,140,65,19,140,9,0,34,137,140,65,144,140,9,0,34,9,239,176,107,1,10,0,38,9,193,107,202,163,7,0,42,9,211,241,118,31,7,0,42,137,241,215,122,53,7,0,42,9,6,231,102,138,7,0,42,137,223,60,202,57,9,0,42,137,223,60,240,62,9,0,43,137,233,60,154,241,9,0,43,137,233,60,86,242,9,0,44,9,181,166,46,225,11,0,45,9,151,167,34,188,7,0,48,9,181,10,94,59,6,0,48,9,69,42,97,39,7,0,48,137,41,202,15,115,7,0,49,9,6,39,127,161,7,0,49,137,217,138,141,91,8,0,49,137,217,138,171,91,8,0,49,137,217,138,212,91,8,0,50,9,153,117,62,66,7,0,51,137,189,209,83,218,10,0,51,137,189,209,181,219,10,0,52,9,180,45,2,80,11,0,55,9,195,65,59,204,9,0,55,9,195,65,90,204,9,0,55,9,195,65,117,204,9,0,56,9,193,223,192,96,9,0,56,9,193,223,164,97,9,0,58,9,145,217,94,163,8,0,59,9,35,33,202,163,7,0,59,9,140,192,98,160,10,0,61,9,201,238,67,169,7,0,61,137,226,31,81,205,7,0,61,137,226,31,56,218,7,0,62,137,231,100,233,14,9,0,62,137,231,100,209,23,9,0,62,137,231,100,194,32,9,0,65,9,172,51,141,32,7,0,65,137,1,241,236,135,11,0,65,137,1,241,0,136,11,0,66,9,24,77,201,142,7,0,66,137,233,141,254,147,7,0,66,137,16,3,233,14,9,0,66,137,16,3,209,23,9,0,66,137,16,3,194,32,9,0,67,137,14,191,51,46,6,0,67,137,14,191,87,182,7,0,70,137,3,18,62,66,7,0,70,9,223,251,238,229,8,0,70,137,104,61,202,57,9,0,70,137,104,61,240,62,9,0,72,9,186,148,188,178,6,0,72,9,104,214,22,32,10,0,72,9,104,214,35,33,10,0,73,9,25,46,30,141,7,0,74,9,214,208,212,73,7,0,74,9,38,18,104,145,7,0,75,9,35,208,66,152,6,0,76,137,4,16,67,169,7,0,78,9,115,10,134,12,6,0,78,137,38,89,106,38,11,0,79,137,144,160,134,97,7,0,80,9,149,6,21,46,7,0,80,9,14,157,150,110,9,0,80,9,14,157,176,112,9,0,83,137,152,61,17,96,10,0,83,137,152,61,83,97,10,0,83,137,152,61,152,98,10,0,84,137,114,27,147,71,8,0,85,137,81,82,155,31,12,0,87,137,62,214,116,94,7,0,89,137,178,70,1,99,7,0,91,9,86,238,208,83,11,0,94,137,55,19,9,24,7,0,94,137,15,80,137,101,10,0,94,137,15,80,237,101,10,0,94,137,15,80,78,102,10,0,97,9,191,48,143,25,7,0,97,137,245,126,98,160,10,0,98,9,6,13,179,28,11,0,99,137,153,38,165,63,7,0,99,9,252,93,187,97,8,0,102,9,98,83,206,117,6,0,102,9,255,177,1,99,7,0,102,9,255,177,0,101,7,0,102,9,255,177,63,217,7,0,104,9,82,198,239,230,7,0,105,137,35,57,110,11,7,0,105,137,59,59,201,142,7,0,106,137,250,197,7,29,7,0,106,9,39,3,114,187,7,0,108,137,201,148,30,199,8,0,108,137,201,148,51,200,8,0,108,137,201,148,208,106,9,0,108,137,201,148,138,107,9,0,108,137,201,148,56,108,9,0,114,9,186,247,168,62,7,0,116,137,78,149,228,13,12,0,117,9,162,76,229,28,12,0,118,9,35,22,161,213,6,0,118,9,127,143,233,14,9,0,118,9,127,143,209,23,9,0,118,9,127,143,194,32,9,0,120,137,158,204,139,46,11,0,120,9,180,237,253,180,11,0,120,9,180,237,152,186,11,0,125,9,134,131,81,205,7,0,127,9,37,29,154,179,10,0,128,137,29,72,237,235,7,0,128,9,94,127,78,74,10,0,128,9,94,127,93,75,10,0,128,9,94,127,96,76,10,0,128,9,94,127,126,77,10,0,129,9,111,92,233,14,9,0,129,9,111,92,209,23,9,0,129,9,111,92,194,32,9,0,130,9,230,26,23,12,8,0,131,9,26,188,196,59,6,0,132,137,115,27,159,68,8,0,133,9,207,58,212,202,8,0,133,9,207,58,13,203,8,0,135,137,41,129,92,157,7,0,135,9,167,194,17,45,12,0,137,9,123,132,98,160,10,0,138,137,248,51,121,54,10,0,138,137,248,51,157,54,10,0,138,137,248,51,205,54,10,0,141,137,221,139,247,169,9,0,141,137,221,139,71,171,9,0,141,137,221,139,153,172,9,0,141,137,221,139,240,173,9,0,143,9,196,130,187,97,8,0,143,9,68,82,17,96,10,0,143,9,68,82,83,97,10,0,143,9,68,82,152,98,10,0,143,9,201,238,170,187,11,0,144,137,62,37,54,120,7,0,144,9,255,177,243,17,10,0,149,9,116,211,187,57,7,0,152,9,203,143,183,158,6,0,153,9,216,10,249,33,7,0,154,9,188,118,135,75,6,0,154,9,230,200,11,79,11,0,156,9,168,105,27,85,7,0,161,9,105,188,122,184,9,0,161,9,105,188,158,184,9,0,161,9,105,188,196,184,9,0,163,9,46,175,121,92,8,0,163,9,46,175,172,92,8,0,164,137,15,208,201,142,7,0,164,137,148,44,202,190,7,0,165,137,184,234,105,105,6,0,166,137,79,150,41,90,9,0,166,137,79,150,96,90,9,0,166,137,153,66,17,96,10,0,166,137,153,66,83,97,10,0,166,137,153,66,152,98,10,0,167,137,173,15,146,102,7,0,168,9,76,115,120,191,7,0,170,137,151,133,193,94,10,0,170,9,25,95,66,3,12,0,171,9,229,66,248,47,8,0,175,137,72,82,33,108,8,0,180,9,136,98,199,124,9,0,180,9,136,98,173,125,9,0,180,9,136,98,152,126,9,0,182,9,125,248,111,125,7,0,184,137,175,248,41,65,8,0,185,9,150,164,81,205,7,0,185,9,150,164,144,68,9,0,185,137,63,51,110,249,11,0,186,137,144,114,194,117,8,0,186,137,20,27,78,74,10,0,186,137,20,27,93,75,10,0,186,137,20,27,96,76,10,0,186,137,20,27,126,77,10,0,189,9,96,130,88,116,7,0,189,9,11,181,200,162,7,0,189,137,51,12,214,89,8,0,189,9,247,9,179,201,8,0,189,137,217,181,99,138,10,0,189,137,217,181,195,138,10,0,189,137,217,181,32,139,10,0,190,137,86,206,146,102,7,0,190,137,86,206,46,105,7,0,193,9,169,99,69,56,7,0,194,137,249,96,120,191,7,0,194,9,179,68,202,57,9,0,194,9,179,68,240,62,9,0,194,9,33,144,192,71,10,0,194,9,33,144,21,72,10,0,195,137,138,209,212,73,7,0,197,9,40,40,212,73,7,0,200,9,134,2,174,248,5,0,200,9,128,143,219,89,10,0,200,9,128,143,25,90,10,0,200,9,128,143,69,90,10,0,200,137,13,147,98,160,10,0,202,9,67,234,66,46,9,0,202,9,67,234,227,49,9,0,203,9,150,23,117,86,7,0,203,9,218,94,57,86,8,0,204,137,77,105,229,132,9,0,204,137,77,105,184,134,9,0,205,137,76,137,124,247,5,0,205,9,191,173,105,175,10,0,205,9,191,173,50,176,10,0,206,137,199,94,191,82,6,0,207,9,74,176,233,14,9,0,207,9,74,176,209,23,9,0,207,9,74,176,194,32,9,0,207,137,66,43,66,46,9,0,207,137,66,43,227,49,9,0,208,137,92,210,133,11,9,0,208,137,92,210,182,11,9,0,210,9,188,148,81,227,6,0,210,9,188,148,1,99,7,0,210,9,188,148,0,101,7,0,212,137,52,189,233,14,9,0,212,137,52,189,209,23,9,0,212,137,52,189,194,32,9,0,213,137,30,43,200,112,7,0,215,9,158,214,193,94,10,0,216,9,137,199,140,13,10,0,216,9,137,199,247,13,10,0,217,9,120,40,62,66,7,0,218,137,196,78,185,47,7,0,218,137,196,78,67,169,7,0,219,9,71,153,111,125,7,0,219,9,181,245,4,22,11,0,220,9,125,169,98,160,10,0,221,9,217,200,214,89,8,0,223,9,31,36,7,29,7,0,223,9,112,28,204,42,7,0,225,9,148,67,197,147,6,0,225,9,1,188,141,60,7,0,225,9,208,148,202,57,9,0,225,9,208,148,240,62,9,0,225,9,96,76,199,58,10,0,225,9,96,76,226,58,10,0,225,9,96,76,251,58,10,0,225,137,212,190,158,165,11,0,226,9,2,186,15,109,7,0,227,137,160,111,62,66,7,0,228,9,96,164,184,181,9,0,228,9,96,164,218,181,9,0,229,137,210,101,142,253,5,0,230,9,63,51,167,128,9,0,230,9,63,51,133,129,9,0,232,9,143,185,160,241,10,0,233,137,3,126,202,57,9,0,233,137,3,126,240,62,9,0,235,137,4,163,202,57,9,0,235,137,4,163,240,62,9,0,235,9,117,79,245,104,9,0,235,9,117,79,223,105,9,0,235,137,77,121,210,115,9,0,235,137,77,121,145,116,9,0,235,137,77,121,74,117,9,0,240,137,3,204,233,14,9,0,240,137,3,204,209,23,9,0,240,137,3,204,194,32,9,0,244,9,46,201,215,132,7,0,244,137,134,86,244,42,10,0,244,137,134,86,38,43,10,0,244,137,134,86,75,43,10,0,245,137,85,44,50,227,11,0,246,9,22,52,81,205,7,0,246,9,22,52,150,203,8,0,246,9,22,52,44,204,8,0,246,9,22,52,206,204,8,0,246,9,22,52,48,142,10,0,250,137,34,202,151,28,6,0,250,9,153,38,233,14,9,0,250,9,153,38,209,23,9,0,250,9,153,38,194,32,9,0,251,137,244,56,173,237,5,0,251,9,247,90,12,83,7,0,252,137,54,8,216,232,8,0,0,10,131,149,98,160,10,0,2,10,155,126,180,11,6,0,3,10,148,217,150,110,9,0,3,10,148,217,176,112,9,0,3,10,232,88,73,176,11,0,4,10,16,56,154,141,6,0,4,138,121,3,202,57,9,0,4,138,121,3,240,62,9,0,5,138,214,23,216,57,8,0,7,138,133,63,66,46,9,0,7,138,133,63,227,49,9,0,7,10,19,245,120,175,9,0,7,10,19,245,38,176,9,0,12,10,80,126,201,142,7,0,13,138,84,242,190,238,5,0,13,138,5,98,120,191,7,0,15,10,160,248,58,88,7,0,15,138,174,76,251,44,12,0,17,10,243,3,225,90,10,0,17,10,243,3,70,91,10,0,19,138,118,31,30,243,5,0,19,138,187,178,241,255,5,0,21,138,85,170,54,122,11,0,24,138,90,246,212,73,7,0,24,10,3,128,158,238,9,0,24,10,3,128,25,239,9,0,24,10,3,128,142,239,9,0,24,10,3,128,54,240,9,0,24,10,3,128,208,240,9,0,25,10,148,190,75,37,7,0,25,138,127,6,252,162,7,0,28,10,229,148,185,47,7,0,28,138,242,54,66,46,9,0,28,138,242,54,227,49,9,0,29,10,241,27,114,203,6,0,29,10,221,191,0,23,7,0,30,10,254,109,1,99,7,0,30,10,254,109,0,101,7,0,31,138,227,150,215,245,9,0,31,138,227,150,69,246,9,0,31,10,46,190,166,252,9,0,31,10,46,190,204,252,9,0,31,10,46,190,237,252,9,0,32,138,113,159,25,93,9,0,32,138,113,159,212,94,9,0,35,10,149,249,66,46,9,0,35,10,149,249,227,49,9,0,37,10,168,176,212,73,7,0,40,10,77,168,42,233,7,0,44,10,223,68,23,9,6,0,44,138,181,171,98,160,10,0,45,10,216,1,232,91,7,0,45,10,89,12,191,90,9,0,45,10,89,12,221,90,9,0,46,138,47,145,67,169,7,0,51,10,10,208,159,82,6,0,51,10,10,208,252,119,7,0,52,138,51,234,17,253,7,0,52,138,51,234,66,253,7,0,52,138,51,234,117,253,7,0,53,10,43,161,29,211,9,0,53,10,43,161,47,211,9,0,53,10,43,161,65,211,9,0,53,10,43,161,136,211,9,0,55,138,33,50,137,118,7,0,55,138,234,167,104,145,7,0,58,138,189,115,4,22,11,0,59,138,28,116,233,14,9,0,59,138,28,116,209,23,9,0,59,138,28,116,194,32,9,0,61,138,120,140,253,94,7,0,62,10,215,33,207,7,10,0,62,10,215,33,27,8,10,0,63,138,172,3,202,163,7,0,68,10,215,111,78,47,7,0,68,10,153,137,202,163,7,0,68,138,220,11,229,132,9,0,68,138,220,11,184,134,9,0,69,138,49,8,226,242,6,0,69,10,158,58,95,169,11,0,70,138,52,158,231,95,7,0,73,138,225,22,81,205,7,0,73,138,225,22,115,213,7,0,73,138,225,22,56,218,7,0,75,10,197,138,9,239,6,0,75,138,181,136,93,153,7,0,76,10,212,45,106,139,7,0,77,10,116,85,92,157,7,0,79,138,49,35,88,116,7,0,79,138,44,127,238,245,7,0,80,138,168,144,216,236,5,0,80,138,231,242,5,37,7,0,83,10,208,253,3,163,6,0,83,10,157,242,98,160,10,0,85,10,104,128,253,231,7,0,87,138,42,33,202,163,7,0,90,138,85,65,62,66,7,0,90,10,51,106,98,160,10,0,91,10,137,232,32,239,5,0,92,138,174,230,214,89,8,0,100,10,104,196,10,133,10,0,100,10,104,196,82,133,10,0,100,10,104,196,150,133,10,0,100,10,104,196,212,133,10,0,101,10,2,138,186,94,7,0,103,10,205,71,236,48,7,0,105,10,158,76,66,46,9,0,105,10,158,76,227,49,9,0,105,138,18,148,233,212,9,0,105,138,18,148,7,213,9,0,105,138,18,148,34,213,9,0,106,138,38,62,62,118,8,0,106,10,148,190,233,14,9,0,106,10,148,190,209,23,9,0,106,10,148,190,194,32,9,0,110,138,7,199,58,3,7,0,111,10,253,181,92,157,7,0,112,138,133,252,187,232,9,0,112,138,133,252,11,233,9,0,114,10,211,206,63,114,7,0,118,10,14,93,221,90,11,0,121,10,8,177,206,221,11,0,122,10,100,27,21,5,12,0,124,138,130,81,128,195,10,0,125,10,134,68,86,64,7,0,126,10,72,169,122,53,7,0,127,138,141,146,62,66,7,0,130,10,46,50,230,134,11,0,131,138,22,200,98,160,10,0,133,10,52,99,67,61,7,0,133,10,232,84,98,160,10,0,137,138,55,245,10,71,11,0,138,138,250,35,81,246,11,0,139,138,227,40,202,57,9,0,139,138,227,40,240,62,9,0,140,10,90,41,182,41,7,0,142,138,207,132,220,154,7,0,143,138,208,80,23,237,7,0,143,138,208,80,82,237,7,0,143,138,52,138,187,8,9,0,143,138,52,138,7,9,9,0,143,138,104,202,178,14,12,0,144,138,48,200,212,73,7,0,144,10,62,80,109,152,7,0,145,10,5,255,78,74,10,0,145,10,5,255,93,75,10,0,145,10,5,255,96,76,10,0,145,10,5,255,126,77,10,0,147,10,62,213,104,145,7,0,147,138,134,181,144,176,11,0,148,10,93,187,132,87,11,0,151,10,67,16,236,28,7,0,152,138,10,175,252,162,7,0,161,10,75,68,111,125,7,0,161,10,181,197,202,163,7,0,162,10,186,171,215,132,7,0,166,10,116,151,160,23,7,0,167,138,225,218,1,99,7,0,167,138,225,218,0,101,7,0,168,138,61,82,98,160,10,0,170,138,83,50,75,68,6,0,172,10,29,78,107,99,8,0,172,10,29,78,148,99,8,0,176,138,71,27,67,169,7,0,176,10,75,178,31,117,10,0,177,138,63,51,25,237,11,0,179,10,163,169,200,120,6,0,179,10,163,169,27,85,7,0,180,10,142,51,62,66,7,0,180,138,44,127,254,147,7,0,184,138,58,88,203,73,6,0,184,138,46,26,135,65,7,0,184,138,165,112,241,42,11,0,185,138,201,236,42,191,10,0,185,138,201,236,69,191,10,0,185,138,11,102,80,12,12,0,185,138,240,13,186,28,12,0,186,138,134,233,104,145,7,0,187,10,143,185,120,191,7,0,190,138,99,230,122,53,7,0,190,138,177,74,35,252,10,0,193,10,81,190,177,174,11,0,194,10,181,135,140,13,10,0,194,10,181,135,247,13,10,0,199,10,230,83,104,145,7,0,199,138,42,185,197,181,11,0,199,138,42,185,241,181,11,0,200,10,148,98,56,207,8,0,200,10,148,98,220,208,8,0,200,10,148,98,72,209,8,0,200,10,148,98,13,210,8,0,200,10,148,98,162,210,8,0,200,10,148,98,240,210,8,0,202,10,240,186,13,159,7,0,203,10,48,135,81,141,8,0,203,10,48,135,0,158,8,0,203,10,114,29,66,46,9,0,203,10,114,29,227,49,9,0,203,10,58,150,45,91,9,0,203,10,58,150,214,91,9,0,205,138,104,249,252,62,8,0,205,138,104,249,51,63,8,0,205,138,104,249,106,63,8,0,205,10,215,240,120,126,8,0,205,10,215,240,160,126,8,0,205,138,113,57,11,198,8,0,206,10,244,24,168,62,7,0,206,138,77,129,251,122,7,0,206,138,175,23,202,57,9,0,206,138,175,23,240,62,9,0,211,138,16,3,156,202,9,0,211,138,16,3,83,203,9,0,212,10,204,250,202,241,7,0,217,138,134,172,248,21,6,0,218,10,55,69,108,128,7,0,220,138,170,151,73,116,6,0,221,10,221,25,118,240,8,0,222,10,166,6,236,50,7,0,224,10,141,129,251,122,7,0,224,10,141,129,111,125,7,0,227,138,203,151,178,129,7,0,228,10,103,231,62,26,6,0,234,10,77,225,64,56,9,0,234,10,77,225,242,56,9,0,234,10,53,124,208,106,9,0,234,10,53,124,138,107,9,0,234,10,53,124,56,108,9,0,235,10,218,128,158,160,11,0,240,10,181,211,53,30,7,0,241,138,211,192,120,191,7,0,242,10,181,87,55,248,10,0,243,138,211,14,9,183,9,0,243,138,211,14,63,183,9,0,243,138,211,14,163,22,11,0,245,138,100,168,129,114,7,0,246,138,200,45,244,254,9,0,246,138,200,45,28,255,9,0,247,10,46,21,185,65,8,0,247,138,178,230,25,93,9,0,247,138,178,230,212,94,9,0,249,10,49,154,245,104,9,0,249,10,49,154,223,105,9,0,250,10,254,167,67,169,7,0,252,138,197,184,122,111,7,0,252,138,197,184,149,111,7,0,252,138,146,115,44,222,9,0,252,138,146,115,89,222,9,0,252,138,146,115,132,49,11,0,253,10,1,214,136,134,8,0,255,138,69,152,233,14,9,0,255,138,69,152,209,23,9,0,255,138,69,152,194,32,9,0,2,11,106,100,111,125,7,0,5,11,147,254,230,35,10,0,5,11,147,254,133,36,10,0,6,139,160,109,102,212,11,0,7,139,114,75,54,120,7,0,11,11,201,247,81,205,7,0,11,11,201,247,56,218,7,0,11,139,115,77,64,56,9,0,11,139,115,77,242,56,9,0,11,11,34,239,22,149,11,0,13,139,174,141,56,207,8,0,13,139,58,50,128,195,10,0,14,139,46,44,64,5,7,0,15,139,1,110,103,165,9,0,15,139,1,110,239,165,9,0,19,11,133,206,16,6,12,0,20,11,48,158,236,50,7,0,23,11,142,94,11,198,8,0,23,139,226,109,238,219,11,0,24,139,118,164,92,157,7,0,26,139,33,212,201,142,7,0,27,11,63,253,207,105,8,0,28,11,69,108,101,114,11,0,29,11,49,14,62,66,7,0,30,11,63,253,46,105,7,0,30,11,217,224,120,191,7,0,30,139,104,38,37,42,12,0,32,139,19,221,111,125,7,0,35,11,133,147,60,119,6,0,37,139,75,77,104,243,5,0,39,11,7,16,234,130,6,0,40,139,42,145,213,91,6,0,46,11,133,161,15,109,7,0,46,11,237,54,193,179,11,0,50,139,123,255,25,93,9,0,50,139,123,255,212,94,9,0,54,139,69,57,136,235,8,0,54,139,69,57,213,235,8,0,54,139,69,57,35,236,8,0,54,11,85,99,98,160,10,0,54,139,14,60,127,91,11,0,55,11,215,67,252,168,8,0,55,11,215,67,41,169,8,0,55,11,215,67,87,169,8,0,55,11,215,67,134,169,8,0,55,11,121,27,66,46,9,0,55,11,121,27,227,49,9,0,57,139,178,64,31,187,11,0,59,139,220,14,38,173,11,0,60,139,121,169,14,8,9,0,60,139,121,169,63,8,9,0,61,11,132,182,134,97,7,0,61,139,205,31,120,191,7,0,61,11,109,4,214,89,8,0,61,139,189,128,230,35,10,0,61,139,189,128,133,36,10,0,63,139,243,57,17,54,7,0,63,11,133,246,232,91,7,0,68,139,146,50,93,141,7,0,68,139,10,140,94,114,8,0,69,11,129,243,25,134,7,0,69,11,129,243,75,134,7,0,69,11,205,128,247,169,9,0,69,11,205,128,71,171,9,0,69,11,205,128,153,172,9,0,69,11,205,128,240,173,9,0,71,139,199,56,54,120,7,0,71,139,83,140,154,76,11,0,75,139,149,148,114,9,7,0,75,139,149,148,151,61,7,0,75,139,28,116,215,132,7,0,75,139,49,98,69,207,11,0,76,11,213,151,85,21,6,0,77,11,163,235,111,125,7,0,78,11,164,47,120,191,7,0,80,11,41,19,180,129,11,0,82,11,163,150,156,154,9,0,82,11,163,150,183,154,9,0,82,139,100,98,9,183,9,0,82,139,100,98,63,183,9,0,82,139,142,58,71,218,11,0,84,11,40,191,254,147,7,0,88,139,162,20,123,170,11,0,89,139,53,237,202,57,9,0,89,139,53,237,240,62,9,0,91,11,217,218,190,34,11,0,92,11,65,232,132,190,11,0,95,11,32,32,251,15,11,0,100,139,42,208,22,32,10,0,100,139,42,208,35,33,10,0,104,139,43,192,46,250,5,0,104,139,175,237,84,95,7,0,107,139,180,255,82,46,7,0,107,11,138,255,232,91,7,0,108,11,43,211,141,78,10,0,108,11,43,211,26,79,10,0,109,139,225,57,107,1,10,0,109,11,221,48,25,237,11,0,110,11,164,160,67,25,6,0,115,139,167,212,140,119,9,0,115,139,167,212,54,120,9,0,119,11,73,101,27,111,7,0,120,139,156,169,107,1,10,0,121,139,74,3,188,72,6,0,122,11,35,53,246,111,7,0,123,139,143,109,131,90,7,0,125,139,94,77,27,228,7,0,129,139,206,61,53,155,6,0,130,11,81,81,226,98,6,0,132,139,181,82,98,160,10,0,135,139,205,31,216,160,6,0,135,11,138,173,129,114,7,0,135,139,201,200,202,57,9,0,135,139,201,200,240,62,9,0,136,139,210,230,1,73,11,0,138,11,5,87,176,5,12,0,140,139,157,144,188,87,9,0,140,139,157,144,6,88,9,0,141,139,171,152,149,88,7,0,141,139,156,217,15,115,7,0,141,139,33,120,156,202,7,0,141,11,146,97,66,46,9,0,141,11,146,97,227,49,9,0,144,11,194,153,231,29,6,0,144,139,232,207,104,145,7,0,144,139,64,69,111,176,8,0,144,139,64,69,175,176,8,0,144,139,64,69,229,176,8,0,144,11,245,4,133,244,10,0,145,11,185,251,117,87,6,0,145,11,145,116,62,66,7,0,145,139,225,73,202,163,7,0,147,139,88,177,65,156,7,0,147,139,88,177,164,156,7,0,147,139,85,37,66,46,9,0,147,139,85,37,227,49,9,0,148,11,15,205,251,229,11,0,152,11,241,28,179,167,8,0,152,139,240,247,229,132,9,0,152,139,240,247,184,134,9,0,153,139,0,52,54,120,7,0,154,139,75,90,21,3,7,0,154,11,52,246,204,38,7,0,154,11,95,209,67,169,7,0,154,139,75,90,229,143,8,0,155,139,118,63,126,245,5,0,155,139,118,63,174,255,5,0,155,11,146,19,102,138,7,0,157,11,164,160,87,83,8,0,162,11,148,190,180,104,11,0,163,11,19,80,134,97,7,0,163,139,76,238,6,153,7,0,164,11,171,100,212,73,7,0,164,139,173,133,254,147,7,0,166,11,33,83,225,22,7,0,166,11,33,83,67,33,8,0,168,11,13,131,27,85,7,0,168,11,154,228,192,7,11,0,168,11,13,131,130,213,11,0,170,11,53,189,252,200,6,0,170,11,223,245,158,207,10,0,170,11,223,245,47,210,10,0,173,11,59,152,81,205,7,0,173,11,59,152,140,192,8,0,173,11,143,165,234,106,11,0,177,11,133,120,137,190,10,0,177,11,133,120,172,190,10,0,179,139,240,119,89,228,11,0,181,139,238,57,150,229,9,0,181,139,238,57,236,229,9,0,181,139,238,57,124,230,9,0,182,11,201,241,250,67,6,0,183,11,106,55,131,90,7,0,183,11,154,214,252,119,7,0,184,139,120,232,62,66,7,0,193,11,254,253,255,254,8,0,193,11,254,253,63,255,8,0,193,11,254,253,124,255,8,0,194,139,59,243,202,57,9,0,194,139,59,243,240,62,9,0,196,11,82,129,57,32,6,0,196,139,86,178,104,145,7,0,196,139,216,207,156,202,7,0,196,139,86,178,27,54,9,0,196,139,86,178,191,54,9,0,196,139,86,178,104,55,9,0,196,139,185,69,105,195,9,0,196,139,185,69,131,195,9,0,196,11,116,201,186,73,11,0,197,11,2,89,201,61,7,0,197,11,227,239,117,86,7,0,197,11,85,93,233,14,9,0,197,11,85,93,209,23,9,0,197,11,85,93,194,32,9,0,198,11,168,247,21,68,9,0,198,11,168,247,60,68,9,0,200,139,63,9,207,209,6,0,200,11,223,59,49,86,7,0,202,139,253,239,153,135,6,0,202,139,253,239,87,62,7,0,206,11,128,180,217,135,7,0,208,11,243,239,254,147,7,0,208,11,250,173,91,46,12,0,210,139,20,94,93,153,7,0,210,11,15,204,165,80,10,0,210,11,15,204,208,80,10,0,212,11,20,234,112,87,10,0,212,11,20,234,147,87,10,0,215,139,235,179,92,157,7,0,215,139,247,190,156,202,9,0,215,139,247,190,83,203,9,0,216,11,202,19,182,206,11,0,217,11,28,234,232,91,7,0,217,11,105,189,128,158,8,0,219,139,187,72,66,46,9,0,219,139,187,72,227,49,9,0,219,139,73,24,197,76,11,0,220,139,81,242,105,175,10,0,220,139,81,242,50,176,10,0,222,11,153,162,226,128,11,0,225,11,169,47,232,91,7,0,226,11,46,210,64,56,9,0,226,11,46,210,242,56,9,0,227,11,139,224,7,29,7,0,227,11,211,29,254,147,7,0,227,11,118,92,236,178,11,0,227,11,118,92,254,178,11,0,228,139,170,166,150,52,8,0,228,139,87,250,233,14,9,0,228,139,87,250,209,23,9,0,228,139,87,250,194,32,9,0,228,11,180,242,147,134,11,0,230,11,7,189,31,70,9,0,230,11,7,189,104,71,9,0,230,11,7,189,179,72,9,0,231,11,87,172,252,186,8,0,235,139,154,101,66,231,11,0,236,11,164,160,236,48,7,0,237,11,63,101,136,162,7,0,237,139,1,21,193,44,11,0,239,11,94,121,214,214,6,0,239,11,1,124,212,73,7,0,239,11,130,194,44,44,11,0,241,11,85,232,98,160,10,0,242,11,75,127,111,103,11,0,243,139,38,90,15,115,7,0,243,139,70,175,103,165,9,0,243,139,70,175,239,165,9,0,244,11,189,86,27,9,12,0,245,11,131,173,212,73,7,0,248,11,153,134,194,82,9,0,248,11,153,134,207,82,9,0,249,11,241,46,75,138,6,0,249,139,115,37,44,4,9,0,251,11,29,110,62,66,7,0,252,139,192,222,98,160,10,0,254,11,79,253,103,87,8,0,255,11,23,1,233,14,9,0,255,11,23,1,209,23,9,0,255,11,23,1,194,32,9,0,10,140,78,136,179,240,11,0,12,140,107,215,220,223,7,0,13,140,112,90,113,225,9,0,15,12,106,63,67,169,7,0,18,140,244,145,189,86,6,0,21,140,11,131,192,28,7,0,21,140,106,65,63,114,7,0,21,140,11,131,18,158,9,0,21,140,11,131,57,158,9,0,22,140,196,86,233,14,9,0,22,140,196,86,209,23,9,0,22,140,196,86,194,32,9,0,25,140,81,242,156,202,7,0,25,140,81,242,81,205,7,0,25,140,81,242,109,138,9,0,26,140,102,153,245,186,9,0,26,140,102,153,80,187,9,0,26,140,102,153,165,187,9,0,26,140,82,58,17,96,10,0,26,140,82,58,83,97,10,0,26,140,82,58,152,98,10,0,27,140,148,88,93,153,7,0,30,12,149,43,66,46,9,0,30,12,149,43,227,49,9,0,31,140,133,227,5,118,10,0,31,140,133,227,23,118,10,0,31,140,133,227,39,118,10,0,31,140,149,27,98,160,10,0,34,140,236,36,254,147,7,0,34,12,49,131,120,191,7,0,36,12,199,28,233,14,9,0,36,12,199,28,209,23,9,0,36,12,199,28,194,32,9,0,38,12,35,190,54,15,12,0,39,140,132,106,202,163,7,0,39,12,45,208,86,104,10,0,39,12,45,208,104,104,10,0,40,140,25,96,192,179,10,0,40,140,25,96,42,180,10,0,42,12,82,98,108,225,7,0,42,140,85,200,98,160,10,0,43,12,89,16,97,39,7,0,46,12,7,103,141,78,10,0,46,12,7,103,26,79,10,0,47,12,20,234,181,17,11,0,47,12,20,234,221,17,11,0,48,140,209,181,82,41,6,0,50,12,158,132,6,242,8,0,52,12,110,161,21,68,9,0,52,12,110,161,60,68,9,0,52,12,88,136,158,207,10,0,52,12,88,136,47,210,10,0,53,140,62,253,149,88,7,0,53,140,62,253,26,90,7,0,54,12,6,110,27,48,7,0,55,12,77,243,250,174,6,0,55,12,36,251,247,117,7,0,57,140,31,193,57,86,8,0,57,12,95,139,82,189,10,0,59,12,109,102,1,99,7,0,59,12,109,102,0,101,7,0,60,12,237,0,204,68,8,0,60,12,237,0,247,68,8,0,60,140,122,111,73,148,9,0,60,140,122,111,217,148,9,0,61,12,107,235,56,179,9,0,61,140,179,242,83,218,10,0,61,140,179,242,181,219,10,0,61,12,254,110,42,141,11,0,62,12,21,236,150,110,9,0,62,12,21,236,176,112,9,0,64,12,168,102,122,230,11,0,64,12,168,102,88,243,11,0,65,140,210,17,31,70,9,0,65,140,210,17,104,71,9,0,65,140,210,17,179,72,9,0,69,12,191,93,182,128,7,0,70,12,72,80,146,102,7,0,70,12,72,80,46,105,7,0,70,140,13,102,122,184,8,0,70,140,13,102,8,185,8,0,70,140,13,102,139,185,8,0,71,12,242,18,98,160,10,0,72,12,220,234,15,169,6,0,72,140,183,152,163,226,9,0,72,140,183,152,225,226,9,0,72,140,183,152,50,227,9,0,74,140,21,125,54,26,8,0,76,140,204,25,98,160,10,0,79,140,183,45,19,78,6,0,80,140,155,242,94,131,6,0,81,12,187,215,93,153,7,0,86,12,204,122,62,66,7,0,86,12,168,9,150,110,9,0,86,12,168,9,176,112,9,0,87,140,65,77,81,205,7,0,87,140,65,77,150,203,8,0,87,140,65,77,44,204,8,0,87,140,65,77,206,204,8,0,87,140,65,77,48,142,10,0,88,12,228,33,47,83,7,0,90,12,21,223,64,245,5,0,93,12,248,137,153,206,6,0,104,12,189,115,3,38,7,0,104,12,120,171,150,142,8,0,104,140,125,156,98,160,10,0,106,12,61,23,62,66,7,0,110,140,116,221,176,83,6,0,110,140,116,221,244,159,6,0,112,12,115,242,113,250,5,0,112,12,115,242,190,159,7,0,113,140,219,47,143,34,7,0,113,140,230,127,230,35,10,0,113,140,230,127,133,36,10,0,116,12,22,77,233,14,9,0,116,12,22,77,209,23,9,0,116,12,22,77,194,32,9,0,119,140,85,210,127,110,7,0,120,140,196,148,173,97,6,0,120,12,143,86,93,153,7,0,121,12,152,215,67,169,7,0,121,140,128,130,14,253,10,0,121,140,128,130,69,253,10,0,123,12,139,232,120,191,7,0,125,12,11,210,230,35,10,0,125,12,11,210,133,36,10,0,125,12,7,196,35,118,11,0,127,12,61,9,125,1,11,0,130,12,46,131,158,94,8,0,130,140,8,34,55,74,9,0,130,140,8,34,40,75,9,0,131,140,103,102,56,207,8,0,137,140,206,96,93,238,5,0,137,12,9,198,135,65,7,0,138,140,28,142,151,67,6,0,138,12,101,88,214,96,11,0,138,12,101,88,20,97,11,0,138,12,101,88,126,97,11,0,138,12,101,88,213,101,11,0,139,140,222,126,142,66,8,0,141,140,42,62,167,12,6,0,145,12,201,132,46,251,10,0,145,12,201,132,71,251,10,0,146,12,164,160,202,163,7,0,146,140,154,39,107,1,10,0,148,140,18,116,223,81,11,0,149,140,253,137,160,49,6,0,150,12,137,13,93,153,7,0,153,140,37,195,143,81,9,0,153,140,37,195,161,81,9,0,154,12,159,138,158,207,10,0,154,12,159,138,47,210,10,0,157,12,227,205,206,228,11,0,158,12,211,2,111,125,7,0,158,12,150,4,233,14,9,0,158,12,150,4,209,23,9,0,158,12,150,4,194,32,9,0,160,140,123,21,232,91,7,0,165,140,82,158,51,46,6,0,165,12,10,172,215,21,7,0,165,140,82,158,87,182,7,0,165,140,17,150,98,160,10,0,166,12,172,62,122,53,7,0,166,12,82,132,98,160,10,0,168,140,254,53,193,4,7,0,168,140,254,53,248,58,7,0,168,140,254,53,201,61,7,0,168,12,222,255,120,191,7,0,168,140,254,53,167,232,10,0,168,140,254,53,184,232,10,0,169,12,170,17,229,28,12,0,171,12,161,241,51,46,6,0,171,12,161,241,87,182,7,0,172,12,55,161,250,144,8,0,172,12,156,140,98,160,10,0,172,12,55,161,60,47,11,0,174,12,29,180,174,236,11,0,174,12,29,180,139,237,11,0,174,12,29,180,43,247,11,0,177,140,46,78,255,84,11,0,179,140,121,181,92,176,11,0,184,12,185,247,46,105,7,0,186,140,22,83,14,190,10,0,186,140,22,83,53,190,10,0,187,140,157,38,140,21,6,0,193,140,174,65,81,160,6,0,194,12,112,167,129,252,11,0,195,12,185,120,15,109,7,0,195,12,109,20,110,245,11,0,196,140,85,210,33,132,7,0,196,140,85,210,123,132,7,0,196,12,173,103,199,124,9,0,196,12,173,103,173,125,9,0,196,12,173,103,152,126,9,0,198,12,164,160,238,197,6,0,198,12,119,227,212,73,7,0,199,12,43,211,233,14,9,0,199,12,43,211,209,23,9,0,199,12,43,211,194,32,9,0,201,12,168,138,93,141,7,0,201,140,181,148,63,246,11,0,202,12,207,170,18,239,5,0,205,140,175,229,46,32,7,0,205,140,56,139,98,201,7,0,205,140,56,139,56,218,7,0,205,12,204,81,150,110,9,0,205,12,204,81,176,112,9,0,205,12,220,89,98,160,10,0,206,12,155,120,253,94,7,0,207,140,0,206,25,93,9,0,207,140,0,206,212,94,9,0,212,140,51,23,33,132,7,0,212,140,51,23,123,132,7,0,214,12,207,192,98,160,10,0,215,140,212,58,46,105,7,0,215,12,220,213,217,135,7,0,217,12,243,12,236,195,6,0,217,140,135,105,212,73,7,0,218,12,207,245,201,142,7,0,219,12,97,7,201,40,7,0,219,140,73,214,4,124,7,0,221,140,233,126,139,155,8,0,222,12,161,38,10,138,7,0,222,12,161,38,102,138,7,0,222,140,222,126,199,252,11,0,224,140,233,249,98,160,10,0,227,140,126,144,65,236,7,0,227,140,126,144,140,237,7,0,233,140,82,54,22,32,10,0,233,140,82,54,35,33,10,0,234,12,198,97,62,199,6,0,234,12,22,187,111,125,7,0,236,140,137,173,130,35,7,0,239,140,39,95,233,14,9,0,239,140,39,95,209,23,9,0,239,140,39,95,194,32,9,0,240,12,102,10,71,50,6,0,241,12,186,189,169,185,11,0,243,12,203,43,229,128,7,0,243,12,105,19,66,46,9,0,243,12,105,19,227,49,9,0,245,140,189,92,209,36,8,0,245,140,169,201,233,14,9,0,245,140,169,201,209,23,9,0,245,140,169,201,194,32,9,0,246,140,69,137,30,50,7,0,251,140,169,131,118,88,7,0,252,140,152,228,66,46,9,0,252,140,152,228,227,49,9,0,254,140,141,102,253,44,7,0,254,12,171,53,82,46,7,0,254,12,177,101,236,48,7,0,0,13,87,34,150,110,9,0,0,13,87,34,176,112,9,0,1,141,132,171,98,160,10,0,3,13,99,171,208,106,9,0,3,13,99,171,138,107,9,0,3,13,99,171,56,108,9,0,3,13,201,136,114,22,11,0,4,13,215,30,21,46,7,0,6,13,9,212,99,138,10,0,6,13,9,212,195,138,10,0,6,13,9,212,32,139,10,0,7,141,171,10,59,246,7,0,11,141,152,6,217,135,7,0,12,141,104,156,233,14,9,0,12,141,104,156,209,23,9,0,12,141,104,156,194,32,9,0,13,141,36,103,165,63,7,0,15,13,129,202,212,100,6,0,15,13,146,232,62,66,7,0,15,13,10,73,70,93,8,0,15,13,205,112,158,238,9,0,15,13,205,112,25,239,9,0,15,13,205,112,142,239,9,0,15,13,205,112,54,240,9,0,15,13,205,112,208,240,9,0,16,13,187,191,212,73,7,0,17,13,215,203,75,69,9,0,17,13,215,203,161,69,9,0,17,141,16,227,71,198,9,0,17,141,16,227,104,198,9,0,18,13,161,174,12,129,7,0,18,13,161,174,90,214,11,0,22,141,81,190,62,66,7,0,22,13,142,10,104,145,7,0,22,141,179,168,120,191,7,0,23,141,87,227,156,202,7,0,25,13,56,51,173,242,11,0,26,141,229,141,254,147,7,0,30,13,155,120,85,62,11,0,32,141,61,81,98,102,6,0,35,13,223,23,26,247,5,0,35,13,239,38,11,233,6,0,38,13,190,13,153,64,7,0,38,13,95,64,201,142,7,0,41,13,10,206,54,120,7,0,41,13,153,236,114,11,10,0,41,13,153,236,104,12,10,0,41,141,49,178,245,127,10,0,47,141,74,10,244,42,10,0,47,141,74,10,38,43,10,0,47,141,74,10,75,43,10,0,47,13,110,249,208,44,12,0,49,141,30,127,20,244,7,0,49,141,18,175,155,172,10,0,49,141,18,175,186,172,10,0,50,141,237,232,146,102,7,0,50,141,237,232,46,105,7,0,50,141,110,0,98,160,10,0,51,13,73,145,142,184,10,0,51,13,73,145,59,185,10,0,52,141,95,9,211,243,9,0,52,141,95,9,234,243,9,0,52,141,95,9,20,244,9,0,52,141,95,9,52,244,9,0,55,141,99,56,128,60,6,0,56,13,253,6,144,190,7,0,56,13,253,6,202,230,7,0,56,13,212,110,233,14,9,0,56,13,212,110,209,23,9,0,56,13,212,110,194,32,9,0,56,141,164,125,41,13,12,0,57,13,87,184,54,120,7,0,61,141,216,153,62,66,7,0,63,13,151,130,62,66,7,0,65,13,63,127,121,44,11,0,67,13,157,253,37,244,10,0,68,141,133,18,62,66,7,0,69,13,62,181,128,146,6,0,69,13,141,154,230,255,10,0,70,141,230,250,19,4,10,0,70,141,230,250,40,4,10,0,73,13,231,57,9,119,6,0,77,141,228,131,98,160,10,0,81,141,100,244,73,162,7,0,81,141,100,244,161,162,7,0,84,141,14,70,73,197,6,0,87,141,233,52,172,59,6,0,90,141,151,150,62,66,7,0,90,141,231,242,252,149,9,0,90,141,231,242,33,150,9,0,92,13,239,109,212,73,7,0,95,141,179,214,59,36,7,0,99,13,9,148,54,120,7,0,102,13,94,175,233,14,9,0,102,13,94,175,209,23,9,0,102,13,94,175,194,32,9,0,102,141,106,112,42,196,10,0,102,141,106,112,219,196,10,0,104,141,86,60,193,101,8,0,104,141,86,60,228,101,8,0,109,13,34,106,134,97,7,0,110,13,188,87,98,160,10,0,111,13,163,139,212,73,7,0,111,13,210,174,146,102,7,0,111,13,210,174,46,105,7,0,111,141,61,116,202,163,7,0,112,13,221,246,37,104,9,0,116,13,119,46,240,52,12,0,119,141,11,135,149,88,7,0,121,141,226,230,165,0,12,0,122,141,41,160,62,66,7,0,122,141,213,133,15,109,7,0,122,13,116,46,233,14,9,0,122,13,116,46,209,23,9,0,122,13,116,46,194,32,9,0,122,13,9,201,110,79,9,0,122,13,9,201,222,79,9,0,123,13,35,246,104,145,7,0,123,13,64,59,31,192,10,0,123,13,64,59,90,192,10,0,125,141,216,18,153,212,8,0,125,141,216,18,214,212,8,0,127,141,15,190,120,6,6,0,127,141,28,162,220,60,11,0,127,141,28,162,3,61,11,0,131,141,165,137,17,121,6,0,131,141,165,137,222,232,6,0,135,13,214,4,9,11,11,0,135,13,214,4,176,35,11,0,139,13,50,125,235,165,6,0,139,141,170,122,96,21,8,0,140,13,108,36,193,94,10,0,143,13,1,190,202,190,7,0,144,141,87,248,98,160,10,0,145,141,102,78,220,127,9,0,145,141,102,78,248,127,9,0,146,141,124,79,120,191,7,0,147,141,187,236,59,246,7,0,147,13,149,176,243,18,12,0,147,141,113,15,174,41,12,0,149,13,209,198,254,147,7,0,149,13,209,198,81,205,7,0,149,13,209,198,56,207,8,0,150,141,235,36,129,174,6,0,150,141,146,155,104,145,7,0,151,141,124,197,9,239,6,0,152,141,82,195,146,102,7,0,152,141,82,195,46,105,7,0,152,141,241,126,251,93,8,0,156,13,99,74,202,57,9,0,156,13,99,74,240,62,9,0,157,13,227,32,131,16,7,0,159,141,23,126,21,208,9,0,159,141,23,126,42,208,9,0,161,141,15,190,120,155,6,0,164,141,99,183,237,117,11,0,166,13,51,126,245,156,6,0,167,141,152,112,66,46,9,0,167,141,152,112,227,49,9,0,168,141,123,21,220,90,6,0,168,141,26,87,187,232,9,0,168,141,26,87,11,233,9,0,170,141,87,74,120,191,7,0,171,141,168,109,62,137,7,0,171,141,178,242,66,46,9,0,171,141,178,242,227,49,9,0,179,13,134,248,220,223,7,0,179,141,165,235,171,221,8,0,179,13,33,124,128,31,11,0,179,13,33,124,161,31,11,0,180,13,168,201,62,66,7,0,180,13,3,121,55,74,9,0,180,13,3,121,40,75,9,0,182,141,218,20,114,21,6,0,182,141,149,181,80,107,6,0,182,141,149,181,243,164,6,0,182,141,95,221,6,173,10,0,182,141,95,221,28,173,10,0,182,141,95,221,53,173,10,0,183,13,21,168,210,115,9,0,183,13,21,168,145,116,9,0,183,13,21,168,74,117,9,0,184,141,205,198,183,36,6,0,186,13,243,27,17,96,10,0,186,13,243,27,83,97,10,0,186,13,243,27,152,98,10,0,187,13,15,221,212,73,7,0,188,141,46,227,214,89,8,0,190,13,239,17,130,232,6,0,192,141,117,25,214,89,8,0,193,13,223,33,155,188,7,0,193,13,223,33,37,221,7,0,195,13,221,8,124,252,7,0,195,13,221,8,191,255,7,0,198,13,88,168,145,24,7,0,198,141,78,50,105,88,11,0,202,141,93,240,229,51,7,0,202,13,40,203,67,169,7,0,203,141,84,24,7,29,7,0,203,141,48,33,62,66,7,0,204,13,226,180,33,130,7,0,204,13,143,212,120,191,7,0,205,13,215,158,226,242,6,0,207,13,209,241,62,66,7,0,207,141,28,59,67,169,7,0,216,13,229,69,98,160,10,0,217,13,233,147,128,158,8,0,218,141,50,130,51,46,6,0,218,141,50,130,87,182,7,0,219,13,32,196,202,163,7,0,221,13,203,110,62,66,7,0,221,13,209,166,67,169,7,0,222,141,201,94,62,66,7,0,222,141,190,181,98,160,10,0,224,13,89,243,104,145,7,0,230,141,136,235,19,179,7,0,232,13,53,20,232,91,7,0,233,141,109,69,254,147,7,0,234,13,207,62,81,205,7,0,234,13,207,62,144,68,9,0,235,141,29,61,208,15,12,0,239,13,142,228,120,191,7,0,239,141,33,8,143,160,11,0,240,13,189,157,210,30,10,0,240,13,189,157,4,31,10,0,240,13,189,157,74,31,10,0,241,13,196,248,62,66,7,0,244,13,121,44,17,96,10,0,244,13,121,44,83,97,10,0,244,13,121,44,152,98,10,0,245,141,78,189,212,73,7,0,248,13,197,38,81,205,7,0,251,141,25,32,230,60,6,0,251,141,251,203,182,11,11,0,252,141,40,149,111,125,7,0,2,142,163,186,67,169,7,0,8,142,206,100,204,154,6,0,10,14,75,27,202,57,9,0,10,14,75,27,240,62,9,0,11,14,47,116,15,115,7,0,12,142,67,176,156,202,7,0,12,142,67,176,81,205,7,0,12,142,67,176,175,217,7,0,12,14,176,40,77,221,10,0,12,14,176,40,208,221,10,0,14,14,226,82,79,168,6,0,14,142,203,231,138,227,8,0,14,142,203,231,190,227,8,0,19,14,231,126,10,138,7,0,19,14,231,126,102,138,7,0,20,142,68,201,27,85,7,0,23,142,43,219,81,205,7,0,23,142,43,219,144,68,9,0,23,14,43,84,160,93,11,0,29,14,52,163,201,217,8,0,34,142,252,82,2,119,7,0,34,142,131,213,71,117,8,0,35,142,165,195,62,66,7,0,37,14,115,214,131,169,11,0,37,14,115,214,103,172,11,0,38,14,114,242,122,111,7,0,38,14,114,242,149,111,7,0,39,14,63,207,201,142,7,0,40,142,170,173,23,35,7,0,40,142,18,232,93,153,7,0,42,14,196,5,22,32,10,0,42,14,196,5,35,33,10,0,47,142,242,167,138,95,6,0,47,142,169,214,18,5,7,0,50,142,35,217,86,154,10,0,50,142,35,217,163,154,10,0,50,14,242,0,158,207,10,0,50,14,242,0,158,207,10,0,50,14,242,0,47,210,10,0,50,14,242,0,47,210,10,0,52,14,30,4,111,125,7,0,56,14,197,55,114,203,6,0,59,14,43,16,126,53,6,0,59,14,138,90,212,73,7,0,59,14,138,90,27,85,7,0,61,142,172,212,137,38,11,0,62,142,217,68,202,57,9,0,62,142,217,68,240,62,9,0,62,142,195,129,55,74,9,0,62,142,195,129,40,75,9,0,62,14,4,151,8,57,10,0,62,14,4,151,24,57,10,0,63,14,249,22,62,66,7,0,64,14,142,162,168,141,9,0,64,14,142,162,184,142,9,0,65,142,240,33,33,55,7,0,67,142,196,53,62,66,7,0,67,14,87,99,158,238,9,0,67,14,87,99,25,239,9,0,67,14,87,99,142,239,9,0,67,14,87,99,54,240,9,0,67,14,87,99,208,240,9,0,69,142,213,234,212,73,7,0,69,142,30,172,156,202,7,0,69,142,30,172,233,14,9,0,69,142,30,172,209,23,9,0,69,142,30,172,194,32,9,0,70,142,134,254,146,102,7,0,70,142,134,254,46,105,7,0,72,142,107,249,226,238,10,0,72,142,107,249,239,22,11,0,75,14,202,148,255,249,10,0,76,14,56,147,62,66,7,0,76,142,247,13,212,73,7,0,78,142,5,41,65,66,11,0,80,142,231,134,32,28,6,0,81,14,21,93,80,246,10,0,83,142,0,77,44,160,7,0,83,14,200,180,202,163,7,0,84,14,44,128,39,215,10,0,84,14,44,128,116,215,10,0,89,14,207,119,134,97,7,0,90,14,116,140,253,94,7,0,90,14,53,35,78,74,10,0,90,14,53,35,93,75,10,0,90,14,53,35,96,76,10,0,90,14,53,35,126,77,10,0,94,142,239,96,127,103,8,0,96,14,47,54,253,94,7,0,96,14,99,51,233,14,9,0,96,14,99,51,209,23,9,0,96,14,99,51,194,32,9,0,97,14,244,184,150,110,9,0,97,14,244,184,176,112,9,0,101,14,37,17,1,99,7,0,101,14,37,17,0,101,7,0,101,142,195,129,144,176,11,0,104,14,99,18,153,50,6,0,104,14,55,82,155,229,6,0,105,14,152,158,224,117,7,0,105,142,216,118,213,110,11,0,108,142,85,17,75,100,6,0,110,14,112,45,211,51,12,0,111,14,134,250,233,14,9,0,111,14,134,250,209,23,9,0,111,14,134,250,194,32,9,0,112,14,24,190,41,90,9,0,112,14,24,190,96,90,9,0,115,14,185,146,158,207,10,0,115,14,185,146,47,210,10,0,116,14,106,165,146,124,7,0,118,14,58,98,78,44,6,0,119,142,88,30,158,207,10,0,119,142,88,30,47,210,10,0,122,142,73,225,162,237,8,0,124,14,159,139,82,62,6,0,125,142,150,208,59,91,8,0,126,14,83,11,139,94,11,0,126,14,83,11,236,100,11,0,127,14,244,101,70,90,6,0,127,14,244,101,227,201,6,0,128,14,46,139,98,160,10,0,129,14,248,210,37,241,10,0,130,14,175,227,81,205,7,0,130,14,175,227,173,92,9,0,130,14,175,227,223,92,9,0,130,142,5,84,229,132,9,0,130,142,5,84,184,134,9,0,131,142,47,7,68,24,11,0,137,142,164,63,150,110,9,0,137,142,164,63,176,112,9,0,137,142,118,74,24,248,10,0,140,14,74,64,15,109,7,0,141,14,194,122,33,130,7,0,143,142,201,201,0,50,8,0,143,142,230,89,161,109,8,0,143,142,230,89,203,109,8,0,143,142,230,89,1,110,8,0,147,142,250,100,210,115,9,0,147,142,250,100,145,116,9,0,147,142,250,100,74,117,9,0,148,14,104,248,23,243,10,0,149,142,30,227,41,90,9,0,149,142,30,227,96,90,9,0,150,142,119,115,168,16,11,0,154,14,87,232,233,10,6,0,154,14,158,49,246,38,6,0,154,142,147,8,87,149,11,0,155,14,19,184,52,226,6,0,157,14,62,169,33,249,11,0,158,142,65,227,70,130,7,0,162,14,95,250,81,141,8,0,164,142,135,133,10,30,7,0,166,142,233,23,254,147,7,0,166,14,193,93,51,168,9,0,166,14,193,93,146,168,9,0,166,142,217,232,220,250,11,0,168,142,21,103,94,6,6,0,172,14,33,139,98,28,7,0,172,142,28,249,158,207,10,0,172,142,28,249,47,210,10,0,173,142,1,187,201,142,7,0,178,142,144,202,83,218,10,0,178,142,144,202,181,219,10,0,179,14,52,219,102,138,7,0,180,142,195,5,120,191,7,0,181,14,56,102,9,235,9,0,181,14,56,102,44,235,9,0,183,14,193,214,78,74,10,0,183,14,193,214,93,75,10,0,183,14,193,214,96,76,10,0,183,14,193,214,126,77,10,0,186,14,152,9,180,236,6,0,186,14,129,236,195,134,7,0,187,14,190,169,233,14,9,0,187,14,190,169,209,23,9,0,187,14,190,169,194,32,9,0,190,142,132,159,93,153,7,0,191,14,121,137,5,69,6,0,191,142,198,87,210,63,8,0,193,142,125,222,189,255,6,0,195,142,121,31,50,119,7,0,196,142,23,53,62,66,7,0,197,14,246,254,134,182,11,0,202,14,99,139,244,254,9,0,202,14,99,139,28,255,9,0,202,142,245,91,30,189,11,0,203,142,207,210,129,130,11,0,204,14,120,127,179,53,9,0,204,14,120,127,208,53,9,0,208,14,12,114,47,158,8,0,208,14,12,114,227,206,11,0,209,14,101,17,102,138,7,0,209,14,101,17,192,179,10,0,209,14,101,17,42,180,10,0,210,142,152,23,254,147,7,0,210,142,194,214,41,235,11,0,210,142,194,214,208,236,11,0,211,14,233,25,59,246,7,0,212,142,224,160,149,243,11,0,217,14,2,61,142,160,7,0,218,142,209,159,17,96,10,0,218,142,209,159,83,97,10,0,218,142,209,159,152,98,10,0,219,142,24,226,137,190,10,0,219,142,24,226,172,190,10,0,221,14,241,245,78,74,10,0,221,14,241,245,93,75,10,0,221,14,241,245,96,76,10,0,221,14,241,245,126,77,10,0,223,14,58,76,94,178,9,0,223,14,58,76,151,178,9,0,223,14,58,76,209,178,9,0,223,14,25,128,84,129,11,0,225,14,198,156,164,78,6,0,228,14,225,156,168,141,9,0,228,14,225,156,184,142,9,0,231,142,231,250,208,106,9,0,231,142,231,250,138,107,9,0,231,142,231,250,56,108,9,0,232,14,187,220,202,241,7,0,233,14,232,17,82,45,7,0,233,142,98,121,59,5,9,0,234,14,185,71,112,87,10,0,234,14,185,71,147,87,10,0,235,14,205,33,86,64,7,0,235,14,155,128,88,228,8,0,235,14,155,128,223,228,8,0,236,142,93,107,216,85,6,0,236,14,89,171,254,147,7,0,238,142,42,250,54,120,7,0,240,142,162,179,140,13,10,0,240,142,162,179,247,13,10,0,241,14,33,247,244,122,10,0,243,14,219,86,212,73,7,0,247,14,234,26,49,190,8,0,247,14,234,26,112,190,8,0,247,14,234,26,174,190,8,0,247,14,234,26,235,190,8,0,249,142,172,193,160,150,10,0,249,142,172,193,183,150,10,0,249,142,172,193,198,150,10,0,250,14,14,0,3,1,11,0,251,142,86,122,98,160,10,0,252,142,32,249,62,150,10,0,252,142,32,249,84,150,10,0,254,142,67,153,170,27,7,0,0,15,50,127,244,85,6,0,2,15,55,129,42,64,7,0,2,15,76,188,233,14,9,0,2,15,76,188,209,23,9,0,2,15,76,188,194,32,9,0,7,143,97,66,81,205,7,0,8,15,250,194,131,43,12,0,9,15,15,3,67,169,7,0,9,143,132,73,64,109,9,0,9,143,132,73,204,109,9,0,12,15,226,137,233,14,9,0,12,15,226,137,209,23,9,0,12,15,226,137,194,32,9,0,14,143,65,221,81,205,7,0,14,143,65,221,144,68,9,0,16,143,0,150,98,160,10,0,21,15,104,147,183,194,10,0,21,15,104,147,249,194,10,0,26,15,96,26,67,169,7,0,27,143,55,106,229,51,7,0,28,15,210,208,1,99,7,0,28,15,210,208,0,101,7,0,28,15,210,208,63,217,7,0,31,143,119,30,11,66,6,0,37,143,231,242,119,40,7,0,38,15,33,243,244,122,10,0,38,15,33,243,156,123,10,0,41,143,50,170,127,105,6,0,42,15,58,192,63,145,11,0,43,15,74,113,254,147,7,0,45,15,1,128,254,147,7,0,46,143,109,98,49,86,7,0,47,143,130,243,254,147,7,0,47,143,241,3,220,154,7,0,49,143,29,26,103,159,7,0,49,143,29,26,148,159,7,0,51,143,79,157,130,96,11,0,53,143,59,172,233,14,9,0,53,143,59,172,209,23,9,0,53,143,59,172,194,32,9,0,53,143,145,205,80,168,10,0,53,143,145,205,228,168,10,0,53,143,145,205,124,169,10,0,56,15,2,231,77,132,11,0,58,15,121,188,234,23,12,0,59,15,18,197,74,75,6,0,59,143,207,121,66,46,9,0,59,143,207,121,227,49,9,0,62,15,164,160,232,91,7,0,62,15,60,246,128,195,10,0,64,15,100,46,72,133,6,0,66,143,180,243,28,83,6,0,66,143,9,164,131,43,12,0,71,143,195,85,96,140,7,0,71,143,195,85,120,191,7,0,72,15,55,127,153,54,6,0,72,15,55,127,65,63,6,0,72,15,55,127,227,159,6,0,73,143,217,203,67,169,7,0,74,143,27,197,25,93,9,0,74,143,27,197,212,94,9,0,75,143,118,68,212,73,7,0,75,15,69,182,238,133,7,0,77,15,233,205,63,249,5,0,77,15,39,82,154,33,6,0,78,143,118,22,21,79,6,0,78,15,227,173,87,9,9,0,78,15,36,44,192,96,9,0,78,15,36,44,164,97,9,0,78,15,36,44,128,98,9,0,79,15,28,61,66,46,9,0,79,15,28,61,227,49,9,0,84,15,184,77,253,94,7,0,84,143,212,253,102,138,7,0,84,143,212,253,244,12,11,0,85,143,9,185,201,40,7,0,85,143,9,185,27,48,7,0,87,143,26,144,4,22,11,0,90,15,104,9,146,102,7,0,90,15,104,9,46,105,7,0,90,15,104,9,56,218,7,0,91,143,71,199,212,73,7,0,91,15,210,219,25,93,9,0,91,15,210,219,212,94,9,0,93,143,71,90,47,30,6,0,94,143,236,106,201,142,7,0,95,143,124,159,16,31,6,0,95,143,114,192,156,202,7,0,95,143,114,192,87,204,7,0,96,15,84,34,102,161,11,0,99,15,160,120,32,198,6,0,100,15,63,207,141,60,7,0,100,143,254,175,33,142,11,0,102,15,38,77,111,125,7,0,102,143,10,201,67,169,7,0,102,143,139,30,66,46,9,0,102,143,139,30,227,49,9,0,104,143,50,44,81,19,12,0,105,15,253,103,50,119,7,0,105,15,62,165,202,163,7,0,106,15,6,59,81,205,7,0,106,15,6,59,226,217,10,0,106,15,6,59,33,218,10,0,108,15,215,149,186,94,7,0,111,143,237,232,98,201,7,0,111,143,237,232,37,221,7,0,111,143,28,229,8,64,8,0,111,143,237,232,83,95,8,0,111,143,237,232,128,95,8,0,111,143,237,232,173,95,8,0,114,143,191,5,165,112,6,0,117,15,253,190,163,128,6,0,117,15,121,254,31,9,11,0,118,15,200,202,182,41,7,0,118,15,120,87,135,65,7,0,118,143,74,175,70,130,7,0,118,143,74,175,98,201,7,0,118,143,74,175,56,218,7,0,118,143,148,203,25,93,9,0,118,143,148,203,212,94,9,0,119,143,132,219,33,132,7,0,119,143,132,219,123,132,7,0,120,143,105,61,104,145,7,0,121,15,174,241,165,53,10,0,121,15,174,241,206,53,10,0,123,15,28,244,111,125,7,0,123,15,28,244,205,242,10,0,124,15,47,115,202,57,9,0,124,15,47,115,240,62,9,0,124,15,228,190,19,140,9,0,124,15,228,190,144,140,9,0,125,143,240,89,120,191,7,0,130,143,233,233,81,205,7,0,131,15,5,137,232,91,7,0,134,15,221,55,182,128,7,0,134,143,227,150,76,206,8,0,134,143,227,150,121,206,8,0,134,143,227,150,179,206,8,0,134,143,227,150,224,206,8,0,135,143,57,173,202,163,7,0,137,15,130,87,101,146,9,0,137,15,130,87,61,147,9,0,137,143,104,48,132,0,11,0,139,143,249,156,203,253,5,0,139,143,249,156,226,253,5,0,140,143,30,54,155,47,6,0,140,15,216,223,185,47,7,0,140,143,196,179,231,95,7,0,140,15,160,238,54,120,7,0,141,143,25,224,120,191,7,0,141,143,25,224,40,211,7,0,141,15,73,248,202,57,9,0,141,15,73,248,240,62,9,0,142,15,225,86,128,227,6,0,143,15,85,198,210,115,9,0,143,15,85,198,145,116,9,0,143,15,85,198,74,117,9,0,151,143,42,120,14,18,12,0,153,143,203,140,212,73,7,0,154,143,11,241,236,48,7,0,157,143,153,198,43,165,11,0,158,143,168,233,120,191,7,0,158,15,242,255,26,171,8,0,159,15,215,163,57,86,8,0,159,143,54,212,25,93,9,0,159,143,54,212,212,94,9,0,160,143,51,22,69,40,11,0,161,15,6,103,97,195,8,0,162,15,44,47,185,43,7,0,162,143,4,55,251,122,7,0,163,15,144,138,195,134,7,0,164,15,49,235,46,105,7,0,164,15,49,235,247,169,9,0,164,15,49,235,71,171,9,0,164,15,49,235,153,172,9,0,164,15,49,235,240,173,9,0,164,15,207,52,184,18,12,0,166,143,230,146,108,56,6,0,166,15,213,7,128,158,8,0,167,15,160,212,62,66,7,0,168,15,20,33,116,250,7,0,168,15,20,33,30,251,7,0,169,15,90,84,81,34,7,0,170,143,84,116,69,56,7,0,171,15,117,24,22,32,10,0,171,15,117,24,35,33,10,0,172,143,68,82,204,38,7,0,173,143,127,127,195,134,7,0,174,15,43,7,107,1,10,0,175,143,21,219,186,185,6,0,178,15,180,123,77,221,10,0,178,15,180,123,208,221,10,0,179,143,64,5,240,107,11,0,179,15,244,122,131,0,12,0,180,15,16,136,143,25,7,0,180,143,21,165,120,191,7,0,181,15,6,126,217,95,8,0,182,15,223,193,254,147,7,0,184,143,133,62,57,86,8,0,186,143,172,105,207,105,8,0,187,15,179,158,143,25,7,0,187,15,179,158,39,26,7,0,190,15,64,114,66,46,9,0,190,15,64,114,227,49,9,0,193,143,154,12,252,194,8,0,197,143,30,96,98,160,10,0,199,15,118,50,77,5,6,0,202,15,210,63,220,154,7,0,202,15,118,157,101,146,9,0,202,15,118,157,61,147,9,0,203,143,131,202,53,203,10,0,203,143,131,202,112,203,10,0,203,143,131,202,165,203,10,0,205,143,118,145,195,115,7,0,205,15,59,163,156,202,9,0,205,15,59,163,83,203,9,0,207,15,252,64,54,120,7,0,207,143,183,97,233,14,9,0,207,143,183,97,209,23,9,0,207,143,183,97,194,32,9,0,207,143,190,10,30,249,10,0,207,143,178,63,162,162,11,0,209,15,83,163,254,147,7,0,210,143,36,72,62,66,7,0,210,15,225,48,214,89,8,0,214,143,51,239,191,122,7,0,216,15,153,0,202,163,7,0,217,15,164,177,32,199,9,0,217,15,164,177,115,199,9,0,221,15,6,216,144,176,11,0,222,15,76,219,146,102,7,0,222,15,76,219,46,105,7,0,222,143,24,39,55,74,9,0,222,143,24,39,40,75,9,0,224,15,192,134,202,163,7,0,228,15,8,7,56,179,9,0,232,143,52,241,68,72,6,0,234,15,49,4,67,169,7,0,235,15,68,70,67,169,7,0,235,15,159,123,251,41,10,0,235,15,159,123,25,42,10,0,237,143,108,248,212,73,7,0,240,143,133,246,149,88,7,0,241,143,199,132,156,48,8,0,242,143,214,31,202,163,7,0,244,15,202,6,188,87,9,0,244,15,202,6,6,88,9,0,246,15,25,63,156,202,7,0,247,15,24,131,93,141,7,0,247,143,109,99,202,163,7,0,247,143,118,50,98,160,10,0,249,15,220,22,4,124,7,0,251,15,46,172,111,125,7,0,251,15,132,97,215,132,7,0,252,15,197,172,202,163,7,0,254,15,99,78,67,169,7,0,254,15,70,244,105,175,10,0,254,15,70,244,50,176,10,0,2,144,56,251,45,4,11,0,5,144,254,16,107,1,10,0,6,144,171,135,6,224,6,0,6,144,171,135,233,14,9,0,6,144,171,135,209,23,9,0,6,144,171,135,194,32,9,0,6,16,185,21,207,7,10,0,6,16,185,21,27,8,10,0,6,144,44,105,162,64,10,0,6,144,44,105,33,65,10,0,6,144,44,105,173,65,10,0,7,144,16,187,216,158,11,0,9,16,178,67,251,253,5,0,12,16,168,131,202,57,9,0,12,16,168,131,240,62,9,0,15,144,252,170,78,103,11,0,16,144,15,9,173,134,7,0,18,144,88,85,7,145,6,0,19,16,16,174,67,169,7,0,23,16,226,126,210,115,9,0,23,16,226,126,145,116,9,0,23,16,226,126,74,117,9,0,24,16,7,98,243,234,7,0,29,16,143,233,214,89,8,0,29,16,101,214,96,124,9,0,29,16,101,214,128,124,9,0,33,16,15,55,111,125,7,0,34,16,134,29,204,218,11,0,35,16,232,109,223,54,6,0,35,144,88,255,127,45,8,0,36,144,55,51,134,44,8,0,42,16,244,187,62,66,7,0,44,16,152,128,116,250,7,0,44,16,152,128,30,251,7,0,46,16,61,35,201,115,8,0,49,16,145,33,220,154,7,0,50,16,202,226,27,48,7,0,53,144,158,16,202,163,7,0,54,16,170,239,185,43,7,0,54,16,118,37,212,73,7,0,57,144,14,44,135,65,7,0,57,144,131,48,17,96,10,0,57,144,131,48,83,97,10,0,57,144,131,48,152,98,10,0,58,16,212,160,51,46,6,0,58,144,20,52,211,93,7,0,58,144,62,237,111,125,7,0,58,16,212,160,87,182,7,0,60,144,147,221,38,193,6,0,61,16,136,251,202,57,9,0,61,16,136,251,240,62,9,0,62,16,174,45,104,145,7,0,62,144,148,159,233,14,9,0,62,144,148,159,209,23,9,0,62,144,148,159,194,32,9,0,63,16,51,64,204,38,7,0,63,16,10,53,183,55,7,0,63,144,227,101,79,86,9,0,63,144,14,163,106,8,11,0,63,16,10,53,133,215,11,0,64,16,214,249,202,163,7,0,68,144,253,117,16,27,11,0,74,16,60,204,182,98,7,0,78,16,226,141,17,96,10,0,78,16,226,141,83,97,10,0,78,16,226,141,152,98,10,0,84,144,104,211,67,169,7,0,85,16,48,238,241,5,7,0,91,144,236,96,151,44,11,0,91,144,236,96,193,44,11,0,92,144,0,35,10,138,7,0,93,16,205,63,88,243,11,0,95,144,47,126,93,141,7,0,96,144,194,218,45,60,7,0,97,16,146,200,54,120,7,0,97,16,150,99,55,74,9,0,97,16,150,99,40,75,9,0,97,16,72,201,141,78,10,0,97,16,72,201,26,79,10,0,97,16,174,45,95,2,12,0,98,144,148,227,197,54,7,0,101,144,143,68,229,150,9,0,101,144,143,68,153,151,9,0,106,144,33,170,212,73,7,0,107,16,12,251,80,22,11,0,108,16,155,255,212,73,7,0,108,16,35,185,66,46,9,0,108,16,35,185,227,49,9,0,110,16,238,42,7,29,7,0,112,16,52,129,193,4,11,0,114,16,46,169,128,129,8,0,114,144,6,241,90,72,11,0,116,144,231,242,66,46,9,0,116,144,231,242,227,49,9,0,119,144,39,115,75,37,7,0,119,16,81,95,245,33,11,0,120,144,118,237,202,57,9,0,120,144,118,237,240,62,9,0,121,16,0,228,57,86,8,0,121,16,244,183,202,57,9,0,121,16,244,183,240,62,9,0,121,16,147,5,79,9,10,0,121,16,147,5,123,9,10,0,126,144,171,108,159,238,5,0,126,16,139,16,167,128,9,0,126,16,139,16,133,129,9,0,129,144,241,96,212,73,7,0,130,16,74,75,168,141,9,0,130,16,74,75,184,142,9,0,134,144,130,243,120,191,7,0,137,16,247,4,33,249,11,0,139,16,4,214,156,202,9,0,139,16,4,214,83,203,9,0,141,16,33,25,212,73,7,0,142,16,25,177,62,66,7,0,142,16,144,221,215,245,9,0,142,16,144,221,69,246,9,0,147,144,169,148,116,6,7,0,147,144,169,148,89,236,9,0,151,144,240,187,68,106,6,0,153,144,227,118,120,191,7,0,156,16,98,4,104,145,7,0,157,16,191,226,65,23,6,0,158,16,93,34,202,163,7,0,158,144,150,101,49,144,8,0,158,144,150,101,90,236,11,0,158,144,150,101,152,239,11,0,158,144,150,101,27,245,11,0,159,144,29,142,220,154,7,0,161,16,228,125,233,14,9,0,161,16,228,125,209,23,9,0,161,16,228,125,194,32,9,0,162,144,245,7,25,93,9,0,162,144,245,7,212,94,9,0,163,16,158,162,54,120,7,0,164,144,162,68,211,93,7,0,164,16,167,50,57,240,7,0,164,16,167,50,95,240,7,0,164,16,154,177,158,207,10,0,164,16,154,177,47,210,10,0,165,144,166,170,229,132,9,0,165,144,166,170,184,134,9,0,166,16,105,31,82,58,7,0,166,144,85,40,157,125,8,0,169,144,79,149,242,191,6,0,169,144,79,149,152,163,7,0,172,144,135,227,202,163,7,0,172,16,227,173,109,62,11,0,174,144,51,142,13,217,7,0,174,144,51,142,80,223,10,0,174,144,51,142,128,223,10,0,174,144,51,142,175,223,10,0,174,144,51,142,235,223,10,0,181,144,205,229,236,48,7,0,181,144,120,112,81,205,7,0,181,144,120,112,251,212,7,0,182,16,233,57,187,57,7,0,186,16,186,55,109,159,6,0,186,144,83,114,202,57,9,0,186,144,83,114,240,62,9,0,186,16,190,232,247,84,9,0,187,144,250,90,66,138,8,0,189,16,186,3,45,17,6,0,189,16,186,3,130,94,6,0,189,16,186,3,155,94,6,0,190,144,196,127,195,152,6,0,190,144,239,235,87,62,7,0,194,144,188,105,144,178,10,0,194,144,188,105,233,178,10,0,194,144,188,105,65,179,10,0,196,144,247,81,202,57,9,0,196,144,247,81,240,62,9,0,200,16,167,0,134,137,11,0,202,16,235,93,243,248,5,0,203,144,102,228,56,149,6,0,203,144,80,89,33,182,6,0,204,144,221,3,73,228,7,0,204,144,221,3,191,228,7,0,204,144,221,3,79,86,9,0,205,144,51,181,31,70,9,0,205,144,51,181,104,71,9,0,205,144,51,181,179,72,9,0,207,16,170,149,31,70,9,0,207,16,170,149,104,71,9,0,207,16,170,149,179,72,9,0,208,16,27,250,33,55,7,0,210,144,192,148,103,83,7,0,211,144,94,78,134,97,7,0,211,16,190,226,107,1,10,0,212,16,222,28,153,198,6,0,212,16,207,123,54,120,7,0,214,16,198,161,241,111,6,0,214,144,227,150,46,105,7,0,214,144,227,150,203,174,11,0,216,16,156,190,32,145,6,0,220,144,89,70,106,52,7,0,220,144,162,119,62,66,7,0,221,16,64,112,104,145,7,0,224,144,60,166,244,3,11,0,226,16,221,57,84,35,7,0,227,144,214,23,120,191,7,0,228,16,52,129,67,169,7,0,229,16,168,176,120,191,7,0,230,144,198,160,181,133,8,0,230,144,198,160,223,133,8,0,231,144,149,50,98,160,10,0,235,16,12,202,87,152,10,0,237,144,18,142,24,118,6,0,238,144,4,219,98,160,10,0,239,144,101,11,62,66,7,0,240,16,248,245,80,96,7,0,240,16,248,245,247,169,9,0,240,16,248,245,71,171,9,0,240,16,248,245,153,172,9,0,240,16,248,245,240,173,9,0,240,144,8,227,140,13,10,0,240,144,8,227,247,13,10,0,244,16,190,201,247,169,9,0,244,16,190,201,71,171,9,0,244,16,190,201,153,172,9,0,244,16,190,201,240,173,9,0,245,144,190,243,103,85,10,0,245,144,190,243,147,85,10,0,250,144,159,145,35,19,6,0,250,144,138,220,98,160,10,0,255,144,154,171,129,244,5,0,255,16,226,205,232,91,7,0,255,144,96,245,120,175,9,0,255,144,96,245,38,176,9,0,1,145,132,181,74,58,11,0,3,17,67,68,241,194,6,0,3,17,56,0,45,188,9,0,3,17,56,0,125,188,9,0,3,17,56,0,220,188,9,0,3,17,56,0,46,189,9,0,4,17,58,234,170,21,7,0,6,17,213,121,81,205,7,0,6,145,63,194,133,244,10,0,8,145,203,105,212,73,7,0,15,145,207,126,15,4,6,0,15,17,19,202,45,91,9,0,15,17,19,202,214,91,9,0,16,17,3,88,37,80,8,0,17,145,62,192,69,56,7,0,23,17,124,10,185,130,7,0,25,17,147,242,98,160,10,0,27,145,171,15,51,46,6,0,27,145,171,15,87,182,7,0,27,17,11,100,33,122,8,0,28,17,100,117,38,97,7,0,30,145,179,125,126,144,9,0,30,145,179,125,158,144,9,0,36,17,152,33,70,21,7,0,36,17,241,192,161,46,7,0,37,145,220,55,120,191,7,0,40,17,6,170,46,105,7,0,41,17,134,122,215,31,7,0,42,145,16,7,212,73,7,0,42,17,209,77,80,137,8,0,42,17,209,77,91,144,11,0,42,17,209,77,108,144,11,0,44,145,67,188,101,146,9,0,44,145,67,188,61,147,9,0,45,145,66,125,101,85,6,0,47,17,156,240,144,178,10,0,47,17,156,240,233,178,10,0,47,17,156,240,65,179,10,0,48,145,15,244,212,73,7,0,48,145,66,59,122,184,8,0,48,145,66,59,8,185,8,0,48,145,66,59,139,185,8,0,48,17,200,22,98,160,10,0,53,145,166,222,45,188,9,0,53,145,166,222,125,188,9,0,53,145,166,222,220,188,9,0,53,145,166,222,46,189,9,0,53,145,203,253,98,160,10,0,54,17,67,36,212,73,7,0,55,145,224,251,120,191,7,0,58,145,107,135,238,40,7,0,58,145,90,118,73,148,9,0,58,145,90,118,217,148,9,0,59,145,103,98,232,91,7,0,59,145,46,197,202,57,9,0,59,145,46,197,240,62,9,0,61,145,47,184,203,39,6,0,66,145,20,251,65,156,7,0,66,145,20,251,164,156,7,0,66,17,184,11,235,166,11,0,67,17,20,7,182,41,7,0,69,145,30,111,25,192,8,0,71,17,62,172,216,56,7,0,76,17,233,127,107,195,10,0,76,17,233,127,128,195,10,0,77,145,135,139,102,93,6,0,80,145,172,103,250,10,8,0,80,17,143,56,199,124,9,0,80,17,143,56,173,125,9,0,80,17,143,56,152,126,9,0,81,145,51,91,93,141,7,0,83,17,107,5,67,169,7,0,84,17,87,206,142,184,10,0,84,17,87,206,59,185,10,0,86,145,78,10,81,205,7,0,86,145,78,10,55,183,8,0,86,145,78,10,171,183,8,0,86,145,78,10,21,184,8,0,86,145,165,67,156,250,8,0,86,145,78,10,117,153,10,0,87,145,207,100,224,83,7,0,88,17,100,74,22,159,6,0,88,17,232,253,62,66,7,0,88,145,218,52,142,184,10,0,88,145,218,52,59,185,10,0,90,17,214,175,212,73,7,0,90,145,88,14,75,78,11,0,91,145,58,46,233,14,9,0,91,145,58,46,209,23,9,0,91,145,58,46,194,32,9,0,93,145,186,55,152,163,7,0,94,17,203,13,134,97,7,0,94,17,123,72,93,221,11,0,97,145,162,198,235,237,10,0,98,17,236,114,75,121,10,0,98,17,236,114,104,121,10,0,99,145,133,104,75,69,9,0,99,145,133,104,161,69,9,0,102,145,178,55,214,89,8,0,102,17,138,147,77,221,10,0,102,17,138,147,208,221,10,0,105,145,63,95,27,54,9,0,105,145,63,95,191,54,9,0,105,145,63,95,104,55,9,0,105,145,151,254,15,192,9,0,105,145,151,254,91,192,9,0,105,145,151,254,164,192,9,0,106,145,57,180,202,190,7,0,106,17,68,250,107,1,10,0,107,17,46,220,4,18,11,0,108,145,219,91,244,122,10,0,108,145,219,91,156,123,10,0,111,145,176,148,39,22,8,0,112,17,210,160,202,163,7,0,112,17,49,77,80,4,10,0,112,17,49,77,101,4,10,0,112,17,49,77,131,4,10,0,117,17,166,148,146,80,6,0,117,17,116,247,109,152,7,0,117,145,46,150,202,57,9,0,117,145,46,150,240,62,9,0,117,17,166,148,32,109,9,0,118,145,67,182,149,88,7,0,118,145,86,232,247,84,9,0,120,145,223,66,156,202,7,0,120,145,223,66,81,205,7,0,121,17,37,77,163,228,6,0,123,145,223,40,29,43,12,0,127,145,166,154,156,202,7,0,127,145,166,154,238,177,9,0,127,145,166,154,14,178,9,0,128,145,237,193,233,14,9,0,128,145,237,193,209,23,9,0,128,145,237,193,194,32,9,0,130,145,140,13,11,198,8,0,132,145,248,226,150,110,9,0,132,145,248,226,176,112,9,0,133,17,197,54,202,163,7,0,133,17,225,194,158,207,10,0,133,17,225,194,47,210,10,0,133,145,68,70,252,32,12,0,134,145,0,101,214,89,8,0,137,145,3,142,202,57,9,0,137,145,3,142,240,62,9,0,138,145,118,166,202,57,9,0,138,145,118,166,240,62,9,0,140,17,183,223,62,66,7,0,140,17,77,175,183,85,9,0,140,17,77,175,220,85,9,0,140,17,77,175,252,85,9,0,141,145,251,219,216,56,7,0,144,145,102,149,187,197,10,0,144,145,102,149,219,197,10,0,146,17,132,187,27,111,7,0,147,17,180,148,97,39,7,0,147,145,206,98,1,99,7,0,147,145,206,98,0,101,7,0,149,17,116,103,1,153,11,0,150,17,231,242,109,152,7,0,151,17,36,18,93,141,7,0,151,145,125,16,205,7,12,0,155,145,204,106,96,140,7,0,155,145,204,106,120,191,7,0,156,145,153,57,98,160,10,0,157,145,209,12,97,39,7,0,157,17,132,115,195,134,7,0,160,145,37,252,220,48,11,0,161,145,142,119,147,85,6,0,161,17,157,40,92,160,7,0,161,145,177,172,229,132,9,0,161,145,177,172,184,134,9,0,161,17,83,126,17,48,10,0,161,17,83,126,45,48,10,0,163,145,234,115,61,30,8,0,163,17,148,7,202,57,9,0,163,17,148,7,240,62,9,0,164,145,33,111,57,86,8,0,165,145,106,5,142,160,7,0,166,17,216,156,134,97,7,0,168,17,167,18,121,54,10,0,168,17,167,18,157,54,10,0,168,17,167,18,205,54,10,0,170,145,132,201,120,191,7,0,170,17,114,174,233,14,9,0,170,17,114,174,209,23,9,0,170,17,114,174,194,32,9,0,171,17,19,243,68,59,7,0,174,17,180,128,204,42,7,0,177,17,200,166,18,158,9,0,177,17,200,166,57,158,9,0,179,17,111,86,183,85,9,0,179,17,111,86,220,85,9,0,179,17,111,86,252,85,9,0,179,145,152,143,119,110,11,0,184,145,194,208,81,205,7,0,184,145,194,208,17,229,11,0,186,17,124,138,27,48,7,0,188,17,58,59,196,225,10,0,188,17,58,59,253,225,10,0,189,145,231,242,150,110,9,0,189,145,231,242,176,112,9,0,190,17,126,5,92,157,7,0,192,145,37,112,67,169,7,0,193,145,78,176,233,14,9,0,193,145,78,176,209,23,9,0,193,145,78,176,194,32,9,0,195,145,196,57,108,229,11,0,196,17,23,53,225,90,10,0,196,17,23,53,70,91,10,0,198,17,179,196,67,169,7,0,199,145,107,73,92,157,7,0,199,145,210,226,158,238,9,0,199,145,210,226,25,239,9,0,199,145,210,226,142,239,9,0,199,145,210,226,54,240,9,0,199,145,210,226,208,240,9,0,199,145,20,193,121,174,11,0,200,145,62,109,62,66,7,0,201,145,40,15,198,186,11,0,202,17,138,37,98,160,10,0,204,145,86,136,136,99,9,0,204,145,86,136,160,99,9,0,204,145,86,136,192,99,9,0,208,145,10,175,232,91,7,0,209,145,185,16,18,95,11,0,210,17,24,93,224,83,7,0,210,17,24,93,122,184,8,0,210,17,24,93,8,185,8,0,210,17,24,93,139,185,8,0,211,17,173,150,192,96,9,0,211,17,173,150,164,97,9,0,211,17,173,150,128,98,9,0,212,17,118,240,185,47,7,0,212,17,185,210,62,66,7,0,213,145,249,198,27,54,9,0,213,145,249,198,191,54,9,0,213,145,249,198,104,55,9,0,214,17,237,65,82,32,6,0,214,17,240,74,233,14,9,0,214,17,240,74,209,23,9,0,214,17,240,74,194,32,9,0,215,145,7,57,56,207,8,0,217,145,61,171,120,191,7,0,217,145,61,171,56,218,7,0,217,145,61,171,126,219,7,0,218,145,130,207,63,182,6,0,219,145,55,62,212,73,7,0,219,145,55,62,71,218,11,0,222,145,45,115,154,241,9,0,222,145,45,115,86,242,9,0,223,17,182,211,202,163,7,0,223,17,175,128,120,191,7,0,223,145,197,18,151,154,8,0,223,145,94,171,29,103,9,0,223,145,94,171,133,103,9,0,225,17,76,241,44,58,8,0,226,145,21,21,254,147,7,0,227,17,14,243,54,120,7,0,229,145,6,248,58,174,6,0,229,17,49,197,84,144,10,0,229,17,49,197,138,144,10,0,229,17,220,160,1,246,11,0,230,145,155,31,28,240,6,0,230,145,155,31,222,178,8,0,230,17,41,118,61,147,10,0,230,17,41,118,98,147,10,0,230,145,60,53,185,82,11,0,239,17,99,107,233,14,9,0,239,17,99,107,209,23,9,0,239,17,99,107,194,32,9,0,241,145,197,227,93,153,7,0,241,145,252,133,27,54,9,0,241,145,252,133,191,54,9,0,241,145,252,133,104,55,9,0,241,17,70,215,231,96,11,0,246,17,191,150,81,205,7,0,246,145,245,88,237,43,8,0,246,145,175,244,20,149,8,0,246,17,191,150,226,217,10,0,246,17,191,150,33,218,10,0,247,145,130,97,54,120,7,0,247,17,240,96,90,235,8,0,252,17,59,246,212,73,7,0,252,145,210,230,92,91,7,0,254,17,107,186,146,102,7,0,4,146,183,128,212,134,6,0,5,146,133,53,25,90,11,0,5,18,92,85,145,210,11,0,7,18,122,156,54,120,7,0,10,18,125,34,81,205,7,0,10,18,125,34,173,92,9,0,10,18,125,34,223,92,9,0,11,18,81,92,88,116,7,0,11,18,81,92,14,186,8,0,13,146,109,243,182,128,7,0,15,146,196,93,87,55,7,0,16,146,35,89,114,11,10,0,16,146,35,89,104,12,10,0,20,146,54,73,92,157,7,0,21,146,184,148,26,141,6,0,21,146,184,148,144,151,6,0,23,146,26,74,79,9,10,0,23,146,26,74,123,9,10,0,25,18,49,167,116,113,7,0,25,18,139,253,202,57,9,0,25,18,139,253,240,62,9,0,29,146,103,173,143,25,7,0,29,146,103,173,5,26,7,0,29,146,103,173,88,184,7,0,29,146,103,173,118,184,7,0,29,18,86,159,165,80,10,0,29,18,86,159,208,80,10,0,30,18,227,20,33,207,6,0,30,18,83,253,98,160,10,0,31,18,114,21,201,142,7,0,34,146,252,245,23,237,7,0,34,146,252,245,82,237,7,0,34,18,227,27,42,196,10,0,34,18,227,27,219,196,10,0,34,146,85,170,14,123,11,0,37,18,79,27,236,242,7,0,39,18,217,43,107,1,10,0,40,18,112,178,146,102,7,0,40,18,112,178,46,105,7,0,42,146,197,220,45,91,9,0,42,146,197,220,214,91,9,0,46,18,59,96,229,221,8,0,49,18,84,199,71,216,6,0,53,146,60,188,22,51,12,0,54,146,160,30,133,244,10,0,55,18,218,173,187,57,7,0,55,146,59,9,15,109,7,0,56,18,216,34,86,98,6,0,56,18,55,159,106,139,7,0,58,146,116,207,20,38,11,0,68,18,43,1,108,225,7,0,68,18,34,228,142,66,8,0,70,18,115,40,233,14,9,0,70,18,115,40,209,23,9,0,70,18,115,40,194,32,9,0,70,146,109,21,159,88,11,0,71,18,67,74,212,73,7,0,74,18,163,157,32,199,9,0,74,18,163,157,115,199,9,0,75,146,240,244,112,154,6,0,75,18,193,197,24,27,7,0,76,146,78,96,93,153,7,0,76,146,77,0,244,245,10,0,77,146,178,169,98,160,10,0,77,18,29,104,202,242,11,0,78,146,181,33,67,169,7,0,79,146,113,52,202,57,9,0,79,146,113,52,240,62,9,0,81,18,213,78,202,57,9,0,81,18,213,78,240,62,9,0,82,146,187,63,116,48,10,0,82,146,187,63,154,48,10,0,85,18,40,146,128,158,8,0,88,18,2,46,227,24,7,0,94,18,74,113,204,38,7,0,94,18,74,113,27,85,7,0,96,18,60,99,225,90,10,0,96,18,60,99,70,91,10,0,96,146,113,154,98,160,10,0,97,146,105,68,104,145,7,0,99,146,249,107,111,125,7,0,100,18,220,215,78,74,10,0,100,18,220,215,93,75,10,0,100,18,220,215,96,76,10,0,100,18,220,215,126,77,10,0,102,146,5,229,30,224,6,0,103,18,117,182,146,102,7,0,103,18,117,182,46,105,7,0,103,18,180,128,107,1,10,0,104,146,7,79,212,73,7,0,105,146,18,167,70,155,6,0,105,146,177,91,46,105,7,0,106,18,55,29,150,159,10,0,106,18,55,29,212,159,10,0,108,146,50,95,214,89,8,0,108,18,42,188,233,14,9,0,108,18,42,188,209,23,9,0,108,18,42,188,194,32,9,0,112,18,171,145,95,15,7,0,112,18,175,7,244,45,7,0,113,146,159,161,144,58,11,0,114,18,223,117,102,94,6,0,115,146,192,85,81,205,7,0,115,146,192,85,192,213,7,0,115,146,254,7,77,221,10,0,115,146,254,7,208,221,10,0,119,18,16,3,109,152,7,0,122,18,32,249,222,241,10,0,123,18,154,250,214,89,8,0,124,146,5,228,140,78,9,0,124,146,5,228,233,78,9,0,125,146,172,228,98,160,10,0,126,146,29,150,69,88,6,0,127,18,17,122,229,150,9,0,127,18,17,122,153,151,9,0,130,146,196,148,251,228,11,0,131,18,59,185,152,165,8,0,131,18,59,185,52,166,8,0,132,18,164,135,168,141,9,0,132,18,164,135,184,142,9,0,136,18,91,14,205,223,11,0,137,18,21,177,107,241,11,0,137,18,60,1,212,47,12,0,140,146,178,6,137,45,7,0,143,18,24,25,120,191,7,0,145,146,80,33,146,102,7,0,145,146,80,33,46,105,7,0,145,146,80,33,233,14,9,0,145,146,80,33,209,23,9,0,145,146,80,33,194,32,9,0,146,18,25,35,145,27,6,0,147,18,122,224,245,81,7,0,147,146,201,212,78,74,10,0,147,146,201,212,93,75,10,0,147,146,201,212,96,76,10,0,147,146,201,212,126,77,10,0,148,18,231,129,241,107,6,0,148,18,195,170,104,145,7,0,149,18,99,139,233,14,9,0,149,18,99,139,209,23,9,0,149,18,99,139,194,32,9,0,149,146,63,6,202,57,9,0,149,146,63,6,240,62,9,0,152,18,78,198,202,57,9,0,152,18,78,198,240,62,9,0,153,146,244,19,210,115,9,0,153,146,244,19,145,116,9,0,153,146,244,19,74,117,9,0,153,18,119,170,98,160,10,0,154,18,247,40,252,99,6,0,154,18,247,40,147,131,6,0,157,146,43,14,141,228,6,0,158,18,39,87,26,83,11,0,159,18,22,168,153,202,11,0,161,146,227,234,8,188,11,0,162,18,7,31,136,198,8,0,164,146,252,165,138,121,11,0,167,146,240,89,81,205,7,0,168,18,96,216,111,125,7,0,172,18,84,56,56,207,8,0,173,18,116,27,127,110,7,0,173,18,185,148,67,169,7,0,175,146,255,86,158,207,10,0,175,146,255,86,47,210,10,0,177,146,196,170,254,147,7,0,178,146,193,148,161,111,6,0,178,146,193,148,99,124,6,0,180,146,139,5,202,57,9,0,180,146,254,39,202,57,9,0,180,146,139,5,240,62,9,0,180,146,254,39,240,62,9,0,180,146,219,104,142,184,10,0,180,146,219,104,59,185,10,0,182,146,20,64,147,119,8,0,182,146,20,64,110,173,8,0,184,146,64,223,158,207,10,0,184,146,64,223,47,210,10,0,184,146,151,90,35,94,11,0,184,146,151,90,51,94,11,0,189,18,170,156,104,145,7,0,189,146,160,107,107,1,10,0,191,18,34,228,217,135,8,0,191,18,237,52,10,147,11,0,192,146,63,240,206,184,6,0,192,146,63,240,231,184,6,0,197,146,139,247,220,124,7,0,199,146,101,78,218,240,10,0,201,18,72,88,233,14,9,0,201,18,72,88,209,23,9,0,201,18,72,88,194,32,9,0,206,146,192,76,127,161,7,0,206,18,42,208,235,137,11,0,207,18,189,6,233,14,9,0,207,18,189,6,209,23,9,0,207,18,189,6,194,32,9,0,210,146,246,23,108,148,6,0,211,146,201,95,232,91,7,0,214,18,178,236,196,23,7,0,215,146,123,43,194,11,7,0,216,18,236,204,202,163,7,0,217,146,103,28,202,163,7,0,219,18,38,234,42,252,6,0,220,146,188,215,187,57,7,0,221,18,109,233,8,165,6,0,223,146,120,29,111,125,7,0,223,146,120,29,190,159,7,0,224,146,207,132,229,231,6,0,227,146,45,146,203,236,9,0,227,146,45,146,14,237,9,0,227,146,45,146,168,237,9,0,229,146,172,20,29,103,9,0,229,146,172,20,133,103,9,0,229,146,84,196,183,217,11,0,230,146,54,74,69,254,11,0,231,18,132,55,204,42,7,0,232,18,185,148,104,145,7,0,232,146,224,32,22,32,10,0,232,146,224,32,35,33,10,0,233,18,231,154,187,57,7,0,233,18,231,154,67,61,7,0,233,18,232,130,150,110,9,0,233,18,232,130,176,112,9,0,235,18,74,67,108,30,7,0,235,146,183,236,84,115,9,0,235,146,183,236,139,115,9,0,238,146,151,157,116,6,7,0,238,146,151,157,89,236,9,0,240,146,111,240,78,89,6,0,240,146,239,84,67,169,7,0,240,18,23,210,66,46,9,0,240,18,23,210,227,49,9,0,241,18,63,71,149,4,7,0,241,18,60,31,66,42,7,0,243,146,230,6,215,31,7,0,244,146,207,150,190,159,7,0,244,18,110,166,92,23,8,0,244,18,110,166,132,23,8,0,245,146,14,7,92,157,7,0,245,18,249,8,120,191,7,0,246,146,184,177,184,78,6,0,247,146,110,66,191,26,11,0,251,18,180,17,202,57,9,0,251,18,180,17,240,62,9,0,252,18,21,233,192,96,9,0,252,18,21,233,164,97,9,0,252,18,21,233,128,98,9,0,254,146,241,64,81,205,7,0,254,146,241,64,50,83,8,0,4,147,195,38,6,153,7,0,4,147,63,127,53,2,11,0,6,19,185,139,31,117,10,0,12,19,193,87,55,12,6,0,12,147,94,136,43,65,6,0,12,19,193,87,225,156,6,0,12,19,193,87,202,173,6,0,14,147,16,133,202,57,9,0,14,147,16,133,240,62,9,0,16,19,157,5,232,91,7,0,20,147,174,55,28,177,6,0,20,147,68,7,67,169,7,0,20,19,142,95,239,170,11,0,21,19,110,3,45,70,6,0,21,147,124,123,95,228,6,0,21,19,28,171,212,54,8,0,22,19,74,46,127,63,11,0,24,19,221,78,248,140,10,0,24,19,221,78,74,141,10,0,25,19,56,185,81,205,7,0,26,147,205,32,62,66,7,0,28,147,181,44,212,73,7,0,28,147,205,150,42,25,10,0,28,147,205,150,94,25,10,0,30,147,230,138,206,129,7,0,32,147,164,55,135,251,5,0,34,147,83,83,64,56,9,0,34,147,83,83,242,56,9,0,36,19,22,239,245,127,10,0,37,147,172,193,163,50,7,0,39,19,94,7,245,81,7,0,40,19,2,233,54,120,7,0,42,19,201,78,14,106,8,0,42,19,201,78,55,106,8,0,47,147,71,219,52,226,6,0,49,19,30,36,109,152,7,0,52,19,182,148,128,103,6,0,53,19,19,28,51,46,6,0,53,19,19,28,87,182,7,0,54,19,220,202,104,145,7,0,54,147,4,220,140,119,9,0,54,147,4,220,54,120,9,0,58,147,224,57,158,207,10,0,58,147,224,57,47,210,10,0,59,147,124,231,202,57,9,0,59,147,124,231,240,62,9,0,59,147,39,132,45,91,9,0,59,147,39,132,214,91,9,0,60,19,100,154,104,167,11,0,62,147,231,31,83,218,10,0,62,147,231,31,181,219,10,0,62,19,128,109,46,225,11,0,65,147,224,133,51,46,6,0,65,147,224,133,87,182,7,0,69,147,165,96,241,81,9,0,69,147,165,96,18,82,9,0,70,147,84,13,235,249,10,0,72,147,200,150,98,160,10,0,74,19,220,35,98,160,10,0,75,19,36,248,108,128,7,0,75,147,190,142,96,160,11,0,77,147,115,56,185,47,7,0,77,19,73,187,245,104,9,0,77,19,73,187,223,105,9,0,78,19,109,205,107,1,10,0,83,19,213,126,104,145,7,0,84,147,63,218,93,182,11,0,86,147,238,21,78,74,10,0,86,147,238,21,93,75,10,0,86,147,238,21,96,76,10,0,86,147,238,21,126,77,10,0,89,147,99,129,156,202,7,0,90,19,240,189,149,88,7,0,90,19,240,189,26,90,7,0,93,147,14,146,45,226,7,0,95,19,161,26,81,246,11,0,98,19,86,2,233,14,9,0,98,19,86,2,209,23,9,0,98,19,86,2,194,32,9,0,98,19,112,74,31,70,9,0,98,19,145,179,31,70,9,0,98,19,112,74,104,71,9,0,98,19,145,179,104,71,9,0,98,19,112,74,179,72,9,0,98,19,145,179,179,72,9,0,103,19,98,74,27,50,6,0,104,19,252,71,249,251,7,0,104,147,156,220,66,46,9,0,104,147,156,220,227,49,9,0,104,147,156,220,67,99,11,0,107,19,84,2,66,26,7,0,107,19,194,124,27,54,9,0,107,19,194,124,191,54,9,0,107,19,194,124,104,55,9,0,108,147,121,200,67,169,7,0,113,19,141,41,19,85,6,0,117,19,124,80,55,253,9,0,117,19,124,80,89,253,9,0,118,147,235,194,202,163,7,0,118,147,156,86,67,169,7,0,120,147,252,117,230,255,10,0,122,19,44,106,81,205,7,0,122,19,44,106,173,92,9,0,122,19,44,106,223,92,9,0,123,19,193,129,48,181,11,0,128,147,214,215,34,90,6,0,128,19,76,72,202,57,9,0,128,19,76,72,240,62,9,0,128,19,175,147,159,182,9,0,128,19,175,147,185,182,9,0,130,19,124,111,202,57,9,0,130,19,124,111,240,62,9,0,131,147,237,209,140,148,6,0,134,19,180,148,164,241,6,0,136,19,121,30,93,141,7,0,137,147,74,42,29,82,10,0,137,147,74,42,44,82,10,0,142,147,13,9,220,154,7,0,143,147,34,124,229,51,7,0,146,19,220,215,229,132,9,0,146,19,220,215,184,134,9,0,146,147,37,151,142,184,10,0,146,147,37,151,59,185,10,0,148,19,147,75,80,126,6,0,148,147,213,94,226,83,8,0,150,147,57,35,254,90,7,0,151,19,112,248,8,245,7,0,152,147,66,176,67,169,7,0,152,147,32,220,141,31,12,0,154,147,189,248,17,96,10,0,154,147,189,248,83,97,10,0,154,147,189,248,152,98,10,0,155,19,249,196,25,93,9,0,155,19,249,196,212,94,9,0,156,19,203,176,68,104,6,0,156,19,107,54,254,147,7,0,157,19,254,85,174,162,6,0,159,147,210,193,231,95,7,0,159,19,157,242,62,99,8,0,161,19,6,108,38,180,6,0,162,19,181,109,133,23,10,0,162,19,181,109,148,23,10,0,166,147,63,166,9,239,6,0,170,147,11,147,232,27,11,0,173,147,34,11,113,225,9,0,174,147,95,212,162,110,6,0,176,19,124,10,86,145,9,0,176,19,124,10,156,145,9,0,176,19,124,10,233,145,9,0,178,147,222,220,44,128,6,0,178,147,222,220,236,48,7,0,180,147,175,219,103,165,9,0,180,147,175,219,239,165,9,0,181,19,223,222,81,205,7,0,181,147,114,17,78,218,8,0,181,19,223,222,144,68,9,0,182,19,154,251,46,105,7,0,182,19,0,170,84,115,9,0,182,19,0,170,139,115,9,0,183,19,136,135,45,70,6,0,184,19,88,242,44,225,8,0,184,19,88,242,121,9,12,0,185,19,251,225,190,48,6,0,185,19,114,69,212,73,7,0,185,19,7,27,15,109,7,0,186,147,5,56,167,115,6,0,190,147,196,64,212,73,7,0,190,19,41,205,56,28,11,0,190,19,41,205,83,28,11,0,191,147,115,193,198,189,6,0,191,147,27,154,247,117,7,0,191,19,165,144,144,176,11,0,194,147,150,179,25,93,9,0,194,147,150,179,212,94,9,0,195,19,83,126,93,141,7,0,199,19,61,143,94,142,11,0,203,19,179,135,120,191,7,0,204,19,33,203,242,167,6,0,204,19,33,203,185,47,7,0,204,147,178,154,199,37,12,0,206,19,180,53,111,90,10,0,206,19,180,53,22,93,10,0,207,19,128,236,84,95,7,0,209,147,174,185,188,45,7,0,209,147,167,249,191,120,11,0,210,147,9,247,251,122,7,0,214,19,241,167,212,73,7,0,214,147,236,97,93,141,7,0,216,19,73,60,130,134,11,0,217,147,45,144,142,184,10,0,217,147,45,144,59,185,10,0,218,19,137,22,227,24,7,0,219,19,221,190,156,248,6,0,219,19,233,95,186,24,12,0,220,19,139,249,120,191,7,0,220,147,174,129,246,146,11,0,223,19,106,5,126,183,11,0,226,19,158,228,12,156,6,0,227,147,223,0,233,14,9,0,227,147,223,0,209,23,9,0,227,147,223,0,194,32,9,0,228,147,96,39,217,17,12,0,229,147,73,41,239,230,7,0,230,147,146,92,168,141,9,0,230,147,146,92,184,142,9,0,233,19,155,26,233,14,9,0,233,19,155,26,209,23,9,0,233,19,155,26,194,32,9,0,237,19,250,186,29,103,9,0,237,19,250,186,133,103,9,0,239,19,137,155,169,20,7,0,239,147,193,176,46,105,7,0,239,147,193,176,27,111,7,0,240,147,72,245,76,118,6,0,243,147,139,48,242,253,6,0,243,147,73,238,212,73,7,0,244,147,223,162,128,158,8,0,245,147,203,67,212,73,7,0,245,19,14,50,252,67,8,0,250,19,197,94,9,183,9,0,250,19,197,94,63,183,9,0,252,19,105,170,212,73,7,0,252,19,117,13,248,140,10,0,252,19,117,13,74,141,10,0,1,20,20,58,187,135,7,0,3,148,242,192,133,244,10,0,3,20,49,94,44,5,12,0,5,148,6,51,161,47,8,0,5,148,5,255,42,25,10,0,5,148,5,255,94,25,10,0,9,20,163,38,212,73,7,0,10,20,188,148,131,170,6,0,13,148,79,83,212,73,7,0,14,148,61,174,46,32,7,0,16,20,168,31,233,14,9,0,16,20,168,31,209,23,9,0,16,20,168,31,194,32,9,0,17,20,138,252,146,102,7,0,17,20,138,252,46,105,7,0,20,20,180,128,54,120,7,0,22,148,195,61,92,157,7,0,22,148,104,209,120,191,7,0,22,148,104,209,110,193,8,0,24,20,34,184,201,142,7,0,24,148,211,33,98,160,10,0,28,148,172,170,54,120,7,0,30,148,4,130,39,68,11,0,32,20,169,231,120,191,7,0,33,20,1,159,231,96,11,0,35,148,44,44,81,205,7,0,35,148,44,44,146,211,7,0,35,148,44,44,56,218,7,0,38,148,153,48,100,248,5,0,44,148,50,147,223,15,11,0,47,20,192,108,62,66,7,0,48,148,31,88,206,196,6,0,48,20,217,105,230,35,10,0,48,20,217,105,133,36,10,0,49,148,163,224,17,96,10,0,49,148,163,224,83,97,10,0,49,148,163,224,152,98,10,0,54,20,191,232,214,89,8,0,57,20,1,93,22,123,9,0,57,20,1,93,98,123,9,0,58,20,115,244,114,11,10,0,58,20,115,244,104,12,10,0,59,148,133,71,202,163,7,0,59,148,208,163,233,14,9,0,59,148,208,163,209,23,9,0,59,148,208,163,194,32,9,0,60,20,97,12,74,242,11,0,61,20,205,191,133,74,6,0,61,148,217,139,17,96,10,0,61,148,217,139,83,97,10,0,61,148,217,139,152,98,10,0,62,148,185,94,51,46,6,0,62,20,252,127,105,146,6,0,62,148,185,94,87,182,7,0,63,20,103,234,21,251,6,0,64,148,227,230,254,147,7,0,65,20,60,30,47,36,11,0,66,148,128,137,192,31,12,0,67,148,173,169,98,160,10,0,68,148,76,249,228,33,12,0,80,20,10,48,150,176,6,0,83,148,48,117,202,57,9,0,83,148,48,117,240,62,9,0,85,148,232,156,179,184,7,0,86,20,97,82,204,42,7,0,86,20,170,151,143,79,11,0,87,148,137,125,189,110,6,0,87,20,197,41,64,47,8,0,88,148,195,48,135,65,7,0,88,148,126,211,202,163,7,0,90,20,255,49,186,170,6,0,90,20,188,97,218,24,12,0,91,148,169,232,10,98,8,0,92,148,94,222,4,18,11,0,92,148,6,64,97,84,11,0,92,20,184,58,120,90,11,0,95,148,73,18,202,163,7,0,96,20,208,66,162,102,8,0,104,148,186,64,202,46,7,0,104,148,186,64,78,47,7,0,104,148,144,17,120,235,9,0,104,148,144,17,143,235,9,0,104,148,239,154,93,179,11,0,105,148,239,125,252,78,6,0,105,148,239,125,218,212,6,0,105,20,53,138,66,46,9,0,105,20,53,138,227,49,9,0,105,20,53,138,183,21,11,0,106,20,231,242,202,190,7,0,106,148,142,120,120,191,7,0,107,148,73,18,202,57,9,0,107,148,73,18,240,62,9,0,108,148,58,193,3,18,6,0,112,148,45,106,212,96,7,0,114,148,244,168,31,25,8,0,114,20,88,103,158,207,10,0,114,20,88,103,47,210,10,0,115,20,162,126,136,69,6,0,115,20,114,62,25,93,9,0,115,20,114,62,212,94,9,0,116,148,3,97,98,201,7,0,117,148,139,20,3,155,9,0,117,148,139,20,94,155,9,0,117,148,139,20,158,155,9,0,117,148,139,20,228,155,9,0,117,148,139,20,29,156,9,0,117,148,139,20,90,156,9,0,117,148,139,20,219,156,9,0,117,148,139,20,10,157,9,0,117,148,139,20,52,157,9,0,117,20,211,80,130,154,11,0,117,20,211,80,173,156,11,0,124,148,121,148,144,214,6,0,126,20,29,247,86,150,9,0,126,20,29,247,139,150,9,0,127,20,243,213,161,247,10,0,128,20,20,180,120,191,7,0,129,148,6,237,5,114,7,0,129,148,122,94,161,82,11,0,130,148,132,193,98,160,10,0,130,20,98,245,83,218,10,0,130,20,98,245,181,219,10,0,132,20,42,218,98,201,7,0,132,20,42,218,218,211,7,0,135,20,164,38,31,70,9,0,135,20,164,38,104,71,9,0,135,20,164,38,179,72,9,0,135,20,176,55,192,96,9,0,135,20,176,55,164,97,9,0,135,20,176,55,128,98,9,0,138,148,0,171,44,118,6,0,138,148,0,171,208,246,8,0,140,148,93,247,178,232,6,0,141,148,30,73,54,120,7,0,141,148,85,143,208,106,9,0,141,148,85,143,138,107,9,0,141,148,85,143,56,108,9,0,141,20,192,228,246,91,11,0,141,20,192,228,43,92,11,0,142,20,100,155,237,193,6,0,144,20,157,38,107,106,8,0,147,20,64,230,41,90,9,0,147,20,64,230,96,90,9,0,149,148,211,106,157,246,5,0,149,20,44,134,39,51,7,0,149,20,166,12,230,35,10,0,149,20,166,12,133,36,10,0,151,20,168,237,212,73,7,0,152,20,169,219,35,40,8,0,156,148,79,102,211,243,11,0,157,20,157,38,158,207,10,0,157,20,157,38,47,210,10,0,158,148,202,79,132,227,9,0,158,148,202,79,171,227,9,0,159,148,1,66,16,232,6,0,159,148,237,51,67,169,7,0,160,20,47,30,152,166,8,0,161,148,210,190,1,15,6,0,162,20,131,182,167,128,9,0,162,20,131,182,133,129,9,0,162,20,46,39,105,232,11,0,164,20,26,20,216,56,7,0,167,148,235,17,47,89,10,0,167,148,235,17,75,89,10,0,167,148,235,17,106,89,10,0,167,148,235,17,143,89,10,0,169,20,56,117,224,83,7,0,171,148,123,2,62,231,6,0,171,20,148,190,96,84,8,0,172,148,125,235,134,97,7,0,172,148,27,95,25,93,9,0,172,148,27,95,212,94,9,0,176,20,78,170,159,95,7,0,179,148,1,126,96,145,6,0,181,20,76,105,200,25,10,0,181,20,76,105,222,25,10,0,182,20,137,238,183,213,11,0,183,148,167,255,150,186,10,0,183,148,167,255,226,186,10,0,183,148,167,255,47,187,10,0,183,20,213,75,65,252,10,0,184,20,143,91,180,49,6,0,185,148,176,3,7,221,11,0,188,20,237,119,167,128,9,0,188,20,237,119,133,129,9,0,189,20,245,194,46,105,7,0,189,148,253,90,254,147,7,0,189,20,245,194,247,169,9,0,189,20,245,194,71,171,9,0,189,20,245,194,153,172,9,0,189,20,245,194,240,173,9,0,192,20,221,240,59,190,6,0,197,148,156,20,69,56,7,0,197,20,103,32,116,101,11,0,200,148,36,5,111,125,7,0,202,148,247,86,220,66,6,0,206,20,148,225,98,201,7,0,206,20,1,42,220,249,10,0,207,20,155,205,236,48,7,0,207,148,240,52,3,139,8,0,208,20,137,135,247,169,9,0,208,20,137,135,71,171,9,0,208,20,137,135,153,172,9,0,208,20,137,135,240,173,9,0,209,148,120,183,104,145,7,0,214,148,174,69,55,44,6,0,214,20,154,89,149,88,7,0,216,148,178,102,37,104,9,0,217,20,59,254,116,102,9,0,217,20,59,254,173,102,9,0,219,20,126,10,223,121,6,0,220,148,153,226,46,105,7,0,220,148,153,226,225,90,10,0,220,148,153,226,70,91,10,0,221,20,156,251,51,46,6,0,221,148,243,126,212,73,7,0,221,20,156,251,87,182,7,0,222,20,99,88,212,73,7,0,223,20,95,149,180,147,11,0,224,148,118,182,7,167,9,0,224,148,118,182,69,167,9,0,224,148,118,182,255,88,11,0,225,20,184,84,80,168,10,0,225,20,184,84,228,168,10,0,225,20,184,84,124,169,10,0,227,148,38,217,102,118,8,0,227,148,107,245,208,106,9,0,227,148,107,245,138,107,9,0,227,148,107,245,56,108,9,0,228,20,182,93,107,1,10,0,229,20,180,60,62,66,7,0,231,148,121,143,6,55,8,0,231,20,61,38,233,14,9,0,231,20,61,38,209,23,9,0,231,20,61,38,194,32,9,0,231,20,231,242,222,233,9,0,231,20,231,242,249,233,9,0,232,20,173,102,17,14,9,0,237,20,254,148,158,207,10,0,237,20,254,148,47,210,10,0,238,20,66,38,98,160,10,0,240,148,40,0,110,79,9,0,240,148,40,0,222,79,9,0,241,20,5,6,140,119,9,0,241,20,5,6,54,120,9,0,242,148,120,136,253,94,7,0,245,148,176,47,233,14,9,0,245,148,176,47,209,23,9,0,245,148,176,47,194,32,9,0,250,148,96,153,88,174,6,0,251,20,231,242,85,25,7,0,253,148,67,152,167,185,7,0,253,20,190,211,202,57,9,0,253,20,190,211,240,62,9,0,254,148,250,126,255,238,10,0,255,20,169,222,81,205,7,0,255,20,169,222,126,220,7,0,2,21,175,105,35,40,8,0,5,21,146,177,202,163,7,0,6,149,112,119,37,97,8,0,7,149,4,9,109,45,11,0,8,149,71,71,66,46,9,0,8,149,71,71,227,49,9,0,8,149,231,242,158,207,10,0,8,149,231,242,47,210,10,0,9,149,68,22,103,165,9,0,9,149,68,22,239,165,9,0,10,21,195,227,162,152,10,0,10,21,195,227,184,152,10,0,13,149,244,103,66,45,10,0,13,149,244,103,95,45,10,0,15,21,39,116,89,75,11,0,15,21,123,55,92,168,11,0,18,21,155,112,158,238,9,0,18,21,155,112,25,239,9,0,18,21,155,112,142,239,9,0,18,21,155,112,54,240,9,0,18,21,155,112,208,240,9,0,19,21,99,244,185,47,7,0,19,21,214,111,114,11,10,0,19,21,214,111,104,12,10,0,22,21,226,50,202,57,9,0,22,21,226,50,240,62,9,0,26,149,231,242,120,191,7,0,27,21,157,69,51,24,7,0,27,21,157,69,142,238,11,0,29,21,168,237,56,179,9,0,30,21,143,205,1,99,7,0,31,21,122,94,67,169,7,0,31,149,65,35,182,11,11,0,31,149,65,35,238,20,11,0,34,21,234,70,80,154,8,0,34,21,234,70,174,59,11,0,35,149,4,218,146,3,8,0,35,149,4,218,183,3,8,0,36,21,184,148,220,154,7,0,37,149,133,8,5,225,7,0,37,149,229,14,187,232,9,0,37,149,229,14,11,233,9,0,40,21,198,65,21,82,6,0,40,21,9,177,202,190,7,0,40,149,240,0,81,205,7,0,40,21,145,20,77,72,8,0,43,21,136,194,233,14,9,0,43,21,136,194,209,23,9,0,43,21,136,194,194,32,9,0,43,21,220,235,115,127,11,0,44,149,79,28,176,130,6,0,45,21,100,152,77,221,10,0,45,21,100,152,208,221,10,0,46,21,88,71,62,66,7,0,46,149,223,190,158,43,10,0,46,149,223,190,186,43,10,0,46,149,229,223,57,213,11,0,50,149,175,107,236,48,7,0,50,21,149,225,120,191,7,0,51,21,40,200,170,32,11,0,52,149,209,154,15,109,7,0,52,149,132,1,250,110,7,0,52,149,132,1,22,32,10,0,52,149,132,1,35,33,10,0,55,21,144,60,93,141,7,0,55,21,104,44,158,41,8,0,55,149,216,144,202,57,9,0,55,149,216,144,240,62,9,0,56,149,34,73,98,160,10,0,60,21,79,147,192,96,9,0,60,21,79,147,164,97,9,0,60,21,79,147,128,98,9,0,62,21,162,243,120,147,6,0,65,149,249,225,88,116,7,0,68,21,79,226,56,207,8,0,68,21,26,103,3,233,11,0,69,149,161,29,202,57,9,0,69,149,161,29,240,62,9,0,70,21,66,31,196,78,8,0,71,21,213,35,255,154,11,0,78,149,84,165,62,66,7,0,78,21,17,98,27,85,7,0,78,149,84,165,120,191,7,0,82,21,153,114,30,147,8,0,85,149,143,32,59,91,8,0,85,149,101,27,158,207,10,0,85,149,101,27,47,210,10,0,90,149,240,33,202,57,9,0,90,149,240,33,240,62,9,0,90,149,145,107,74,13,12,0,91,149,13,55,108,128,7,0,93,149,239,60,67,169,7,0,93,21,7,119,202,57,9,0,93,21,7,119,240,62,9,0,95,21,250,45,120,191,7,0,95,149,144,146,199,124,9,0,95,149,144,146,173,125,9,0,95,149,144,146,152,126,9,0,96,149,90,64,215,132,7,0,97,21,70,127,67,25,6,0,97,21,147,190,47,89,11,0,98,21,186,18,158,165,11,0,103,149,121,208,1,99,7,0,103,149,121,208,0,101,7,0,104,21,13,192,70,130,7,0,107,21,131,206,120,191,7,0,107,149,104,78,22,32,10,0,107,149,104,78,35,33,10,0,110,149,55,105,123,161,6,0,110,21,232,176,188,87,9,0,110,21,232,176,6,88,9,0,111,21,21,174,81,205,7,0,111,21,21,174,86,213,7,0,113,21,227,36,54,120,7,0,113,149,124,118,115,41,11,0,115,149,160,142,83,117,11,0,117,149,64,1,62,66,7,0,117,21,244,84,212,73,7,0,118,149,83,239,1,99,7,0,118,149,235,7,92,157,7,0,119,149,133,58,233,14,9,0,119,149,133,58,209,23,9,0,119,149,133,58,194,32,9,0,120,21,149,42,66,46,9,0,120,21,149,42,227,49,9,0,121,149,46,51,105,175,10,0,121,149,46,51,50,176,10,0,121,21,33,32,145,133,11,0,122,149,52,187,26,232,8,0,125,149,134,171,15,109,7,0,125,21,231,235,208,106,9,0,125,21,231,235,138,107,9,0,125,21,231,235,56,108,9,0,127,21,14,38,100,1,8,0,128,21,112,219,162,223,6,0,128,21,173,17,198,100,11,0,129,149,94,145,120,191,7,0,130,21,197,88,142,184,10,0,130,21,197,88,59,185,10,0,132,21,211,13,114,253,6,0,132,21,72,64,120,191,7,0,132,149,162,128,17,14,9,0,132,21,72,64,222,9,12,0,134,149,105,27,163,88,9,0,134,149,105,27,195,88,9,0,137,21,213,213,117,41,7,0,137,21,213,213,81,205,7,0,137,21,213,213,161,215,9,0,137,21,213,213,2,216,9,0,137,21,213,213,104,216,9,0,137,21,213,213,199,216,9,0,137,21,213,213,47,217,9,0,138,149,136,35,3,77,9,0,138,149,136,35,33,77,9,0,138,149,136,35,58,77,9,0,139,149,18,86,123,146,8,0,139,149,57,92,91,41,12,0,142,21,21,242,27,48,7,0,143,149,245,25,114,11,10,0,143,149,245,25,104,12,10,0,144,21,231,160,202,57,9,0,144,21,231,160,240,62,9,0,149,21,59,23,202,163,7,0,149,21,22,249,67,169,7,0,151,21,254,162,255,129,11,0,153,21,77,36,211,93,7,0,153,149,43,159,98,160,10,0,153,149,213,233,62,4,12,0,155,149,2,82,62,66,7,0,158,21,178,191,82,58,7,0,159,21,209,173,168,220,6,0,160,149,67,193,54,120,7,0,163,21,22,172,202,57,9,0,163,21,22,172,240,62,9,0,163,21,174,61,34,250,11,0,166,149,193,113,77,146,6,0,166,21,148,148,58,88,7,0,166,21,138,209,201,142,7,0,166,149,12,22,150,110,9,0,166,149,12,22,176,112,9,0,166,149,99,114,45,188,9,0,166,149,99,114,125,188,9,0,166,149,99,114,220,188,9,0,166,149,99,114,46,189,9,0,166,21,194,252,115,17,11,0,167,149,245,114,92,91,7,0,167,21,71,172,30,146,11,0,168,149,255,235,99,34,10,0,168,149,255,235,153,34,10,0,169,149,140,92,36,132,11,0,170,21,179,225,201,142,7,0,170,149,178,27,6,153,7,0,174,149,137,217,116,250,7,0,174,149,137,217,30,251,7,0,175,21,192,121,204,42,7,0,175,21,182,37,33,130,7,0,176,21,230,228,149,88,7,0,179,149,105,77,24,64,6,0,180,149,59,195,117,41,7,0,180,149,59,195,161,215,9,0,180,149,59,195,2,216,9,0,180,149,59,195,104,216,9,0,180,149,59,195,199,216,9,0,180,149,59,195,47,217,9,0,183,149,216,214,128,195,10,0,184,21,126,148,212,73,7,0,184,21,126,148,27,85,7,0,186,149,38,142,181,222,9,0,186,149,38,142,196,222,9,0,186,149,38,142,222,222,9,0,186,149,38,142,255,57,10,0,186,149,38,142,24,58,10,0,187,21,116,95,134,97,7,0,188,21,88,144,202,57,9,0,188,21,88,144,240,62,9,0,190,149,225,116,233,14,9,0,190,149,225,116,209,23,9,0,190,149,225,116,194,32,9,0,191,149,85,194,111,125,7,0,192,21,229,212,54,120,7,0,194,21,11,237,211,87,6,0,194,149,33,203,49,52,10,0,194,149,33,203,92,52,10,0,198,21,109,139,15,109,7,0,201,21,113,182,55,74,9,0,201,21,113,182,40,75,9,0,201,21,245,200,240,188,10,0,201,21,245,200,6,189,10,0,202,149,0,84,67,169,7,0,202,149,0,84,16,172,11,0,203,21,91,43,168,62,7,0,203,21,108,69,167,128,9,0,203,21,108,69,133,129,9,0,204,21,206,232,187,97,8,0,205,21,112,124,14,9,7,0,207,21,38,3,40,74,6,0,207,149,157,46,114,11,10,0,207,149,157,46,104,12,10,0,209,21,243,58,107,1,10,0,210,21,5,8,120,191,7,0,211,149,254,125,97,39,7,0,211,149,69,95,202,163,7,0,211,21,138,177,50,219,11,0,212,149,221,78,54,120,7,0,212,21,146,111,92,157,7,0,212,149,221,78,202,163,7,0,212,21,51,254,150,101,8,0,212,21,51,254,61,102,8,0,213,21,197,52,107,1,10,0,215,21,202,210,109,30,11,0,218,21,211,195,3,38,7,0,219,21,64,255,129,114,7,0,220,21,85,123,40,2,12,0,222,21,89,147,55,40,12,0,224,21,217,37,61,50,7,0,225,149,115,77,212,73,7,0,225,21,239,130,233,14,9,0,225,21,239,130,209,23,9,0,225,21,239,130,194,32,9,0,225,149,217,25,245,109,10,0,225,149,217,25,12,110,10,0,225,149,217,25,33,110,10,0,227,149,74,176,111,125,7,0,231,149,71,129,254,1,8,0,232,21,17,1,222,114,7,0,233,149,220,121,70,143,6,0,233,149,81,242,135,88,11,0,239,149,129,229,0,201,10,0,239,149,129,229,51,201,10,0,241,149,42,127,233,14,9,0,241,149,42,127,209,23,9,0,241,149,42,127,194,32,9,0,245,149,87,79,107,1,10,0,246,149,138,47,80,0,10,0,246,149,138,47,118,0,10,0,248,21,117,184,199,124,9,0,248,21,117,184,173,125,9,0,248,21,117,184,152,126,9,0,248,21,124,148,206,109,11,0,249,21,27,164,163,50,7,0,249,21,65,68,190,46,10,0,249,21,65,68,231,46,10,0,250,21,99,73,241,155,7,0,251,149,195,42,50,207,9,0,251,149,195,42,78,207,9,0,251,149,179,207,154,241,9,0,251,149,179,207,86,242,9,0,254,149,78,49,101,146,9,0,254,149,78,49,61,147,9,0,254,149,78,49,66,14,12,0,255,149,195,159,123,249,5,0,255,21,226,184,158,238,9,0,255,21,226,184,25,239,9,0,255,21,226,184,142,239,9,0,255,21,226,184,54,240,9,0,255,21,226,184,208,240,9,0,2,22,138,190,229,132,9,0,2,22,138,190,184,134,9,0,7,150,134,231,245,127,10,0,8,22,239,136,99,22,6,0,9,150,9,218,45,60,7,0,19,22,207,82,179,107,8,0,19,22,207,82,235,107,8,0,19,22,207,82,33,108,8,0,20,22,247,61,73,232,6,0,20,150,107,15,92,91,7,0,21,150,82,3,138,87,7,0,21,150,57,22,57,86,8,0,22,22,77,136,98,160,10,0,25,22,36,155,19,205,7,0,25,22,36,155,108,82,8,0,25,22,36,155,165,82,8,0,25,22,36,155,218,82,8,0,25,150,88,45,11,170,11,0,27,22,178,115,146,37,7,0,30,150,237,133,201,67,8,0,32,150,67,39,212,73,7,0,32,150,113,61,254,147,7,0,34,22,52,74,184,37,7,0,36,150,215,207,148,152,6,0,38,150,253,85,78,74,10,0,38,150,253,85,93,75,10,0,38,150,253,85,96,76,10,0,38,150,253,85,126,77,10,0,41,22,139,251,112,183,6,0,44,22,59,244,189,255,6,0,49,150,223,122,49,159,11,0,50,150,245,201,64,56,9,0,50,150,245,201,242,56,9,0,51,22,129,114,246,219,6,0,51,22,128,186,1,83,11,0,58,22,30,84,27,16,6,0,59,150,56,3,31,70,9,0,59,150,56,3,104,71,9,0,59,150,56,3,179,72,9,0,59,150,126,204,4,22,11,0,60,150,140,128,66,46,9,0,60,150,140,128,227,49,9,0,61,22,40,62,2,183,6,0,62,150,64,231,29,155,10,0,62,150,151,202,91,41,11,0,63,150,4,126,149,88,7,0,63,22,91,29,245,104,9,0,63,22,91,29,223,105,9,0,63,22,198,100,163,137,10,0,65,22,32,111,195,134,7,0,65,22,136,218,229,2,8,0,65,22,109,27,158,207,10,0,65,22,109,27,47,210,10,0,66,150,68,186,47,113,7,0,66,22,214,226,120,191,7,0,66,22,214,226,156,202,9,0,66,22,214,226,83,203,9,0,68,22,141,243,202,57,9,0,68,22,141,243,240,62,9,0,69,22,171,189,176,242,5,0,73,150,186,148,161,153,8,0,75,150,142,5,185,47,7,0,75,150,142,5,236,48,7,0,76,22,47,146,109,152,7,0,77,150,87,42,254,147,7,0,80,150,228,79,21,171,6,0,80,22,255,6,128,158,8,0,82,150,210,239,130,8,9,0,82,150,210,239,83,117,11,0,84,150,32,0,11,198,8,0,85,22,148,8,233,14,9,0,85,22,148,8,209,23,9,0,85,22,148,8,194,32,9,0,87,150,73,31,212,73,7,0,88,150,47,8,195,134,7,0,88,150,245,88,126,179,8,0,90,150,99,192,114,63,7,0,91,22,202,52,120,6,6,0,91,22,174,206,244,122,10,0,91,22,174,206,156,123,10,0,95,150,187,254,28,84,6,0,97,150,188,76,117,86,7,0,97,22,121,180,134,76,8,0,97,22,121,180,193,76,8,0,97,22,121,180,6,77,8,0,97,22,121,180,76,77,8,0,100,22,252,21,72,118,7,0,100,22,252,21,105,118,7,0,103,22,96,28,31,70,9,0,103,22,96,28,104,71,9,0,103,22,96,28,179,72,9,0,108,150,157,38,27,48,7,0,109,22,150,95,134,72,6,0,109,150,102,103,115,119,11,0,110,150,117,38,17,96,10,0,110,150,117,38,83,97,10,0,110,150,117,38,152,98,10,0,111,22,157,106,248,58,7,0,113,150,100,200,254,147,7,0,114,22,84,245,158,207,10,0,114,22,84,245,47,210,10,0,118,150,19,69,220,66,6,0,123,22,168,144,216,56,7,0,124,22,221,134,62,66,7,0,124,22,199,11,105,175,10,0,124,22,199,11,50,176,10,0,125,150,55,134,192,179,10,0,125,150,55,134,42,180,10,0,126,150,13,134,98,176,6,0,126,150,255,46,120,191,7,0,126,150,255,46,86,191,11,0,127,150,208,38,62,66,7,0,129,150,233,90,212,73,7,0,130,22,99,244,62,66,7,0,134,22,244,110,202,57,9,0,134,22,244,110,240,62,9,0,135,22,171,72,205,141,6,0,135,22,81,225,166,231,6,0,135,22,198,105,110,37,7,0,138,22,142,101,31,70,9,0,138,22,142,101,104,71,9,0,138,22,142,101,179,72,9,0,139,22,21,159,141,60,7,0,139,22,137,187,38,247,10,0,141,22,75,136,46,105,7,0,141,22,75,136,215,132,7,0,142,150,217,40,54,23,7,0,142,150,252,21,223,60,7,0,145,22,158,235,39,103,6,0,148,22,93,111,1,99,7,0,148,22,93,111,0,101,7,0,150,22,160,134,67,169,7,0,150,22,166,42,57,86,8,0,151,150,247,187,202,57,9,0,151,150,247,187,240,62,9,0,152,150,49,200,185,43,7,0,152,150,209,131,150,159,10,0,152,150,209,131,212,159,10,0,154,150,247,21,113,251,10,0,154,150,247,21,143,251,10,0,158,150,37,19,103,165,9,0,158,150,37,19,239,165,9,0,163,150,143,99,25,93,9,0,163,150,143,99,212,94,9,0,165,150,135,13,32,139,6,0,166,22,82,176,231,232,7,0,168,150,56,161,115,212,6,0,169,22,117,230,244,122,10,0,169,22,117,230,156,123,10,0,169,150,233,163,219,220,11,0,170,22,174,193,212,73,7,0,171,150,56,16,127,137,7,0,171,22,129,174,159,152,8,0,171,150,56,16,234,185,9,0,171,150,56,16,45,186,9,0,174,150,3,214,216,53,7,0,174,22,232,94,201,142,7,0,176,22,113,19,202,163,7,0,177,150,118,81,132,26,8,0,177,150,48,199,107,1,10,0,180,150,9,146,189,253,6,0,180,22,99,110,202,57,9,0,180,22,99,110,240,62,9,0,180,22,184,138,107,1,10,0,180,150,9,146,74,27,12,0,181,22,195,148,128,158,8,0,185,22,142,180,228,13,12,0,186,150,128,13,116,113,7,0,187,22,146,248,204,42,7,0,189,22,182,47,107,227,6,0,189,22,59,144,254,147,7,0,192,22,143,248,167,34,11,0,193,22,76,115,71,25,12,0,195,150,98,203,88,116,7,0,198,150,172,211,103,165,9,0,198,150,172,211,239,165,9,0,199,150,232,111,27,41,11,0,199,150,232,111,60,41,11,0,200,150,87,138,78,241,8,0,204,22,27,45,201,142,7,0,204,150,44,36,81,205,7,0,204,150,44,36,150,203,8,0,204,150,44,36,44,204,8,0,204,150,44,36,206,204,8,0,204,150,44,36,48,142,10,0,208,150,238,246,126,108,8,0,208,150,238,246,172,108,8,0,208,150,238,246,229,108,8,0,208,22,129,228,116,102,9,0,208,22,129,228,173,102,9,0,208,22,72,172,228,238,11,0,209,150,61,163,208,156,6,0,210,150,43,161,212,73,7,0,210,22,204,138,229,150,9,0,210,22,204,138,153,151,9,0,213,150,175,226,62,66,7,0,214,22,188,51,62,66,7,0,214,150,205,156,149,88,7,0,215,22,171,114,201,142,7,0,215,150,206,139,254,2,12,0,215,150,206,139,21,4,12,0,219,22,194,24,233,14,9,0,219,22,194,24,209,23,9,0,219,22,194,24,194,32,9,0,221,150,208,98,207,165,8,0,223,150,19,12,220,154,7,0,225,150,157,128,233,14,9,0,225,150,157,128,209,23,9,0,225,150,157,128,194,32,9,0,226,150,122,6,69,56,7,0,226,150,180,162,195,123,7,0,229,22,172,213,162,64,10,0,229,22,172,213,33,65,10,0,229,22,172,213,173,65,10,0,232,22,9,193,106,139,7,0,232,150,16,80,165,83,11,0,237,150,18,127,170,58,11,0,239,22,83,196,114,11,10,0,239,22,83,196,104,12,10,0,244,22,168,210,212,73,7,0,244,22,187,202,213,244,7,0,248,150,37,167,156,202,7,0,248,150,152,165,113,225,9,0,248,150,37,167,175,104,10,0,250,22,14,30,146,102,7,0,250,150,224,104,129,114,7,0,252,150,101,139,70,87,11,0,254,150,131,32,177,100,11,0,1,151,218,47,134,97,7,0,3,151,255,99,145,116,11,0,4,23,184,135,141,78,10,0,4,23,184,135,26,79,10,0,6,151,103,72,81,29,8,0,6,151,103,72,143,29,8,0,6,151,103,72,208,29,8,0,8,23,5,231,22,123,9,0,8,23,5,231,98,123,9,0,11,151,20,214,74,58,11,0,15,151,176,117,245,81,7,0,15,151,119,31,67,169,7,0,18,23,187,7,227,24,7,0,18,23,39,32,152,130,9,0,18,23,39,32,179,130,9,0,24,151,241,244,132,134,7,0,24,23,208,194,141,78,10,0,24,23,208,194,26,79,10,0,25,23,242,101,0,144,6,0,25,23,134,241,202,57,9,0,25,23,134,241,240,62,9,0,25,23,107,138,143,66,11,0,26,23,122,188,10,30,7,0,28,23,185,148,102,248,9,0,28,23,185,148,126,248,9,0,30,151,146,228,214,89,8,0,31,23,128,94,254,147,7,0,31,151,255,195,81,205,7,0,31,151,255,195,55,183,8,0,31,151,255,195,171,183,8,0,31,151,255,195,21,184,8,0,31,151,255,195,117,153,10,0,34,151,123,84,233,14,9,0,34,151,123,84,209,23,9,0,34,151,123,84,194,32,9,0,38,23,133,67,127,161,7,0,39,151,208,104,56,172,11,0,41,23,70,102,15,251,5,0,43,151,238,31,20,191,9,0,43,151,238,31,50,191,9,0,43,151,206,193,159,132,11,0,47,151,122,209,251,44,6,0,48,151,237,128,232,91,7,0,52,23,140,5,201,61,7,0,52,23,140,5,81,205,7,0,52,151,209,71,247,143,10,0,52,151,209,71,8,144,10,0,53,23,23,146,142,184,10,0,53,23,23,146,59,185,10,0,54,23,245,143,1,81,6,0,58,23,133,206,200,112,7,0,63,151,208,31,201,142,7,0,64,23,75,252,193,94,10,0,64,23,31,152,31,192,10,0,64,23,31,152,90,192,10,0,64,151,231,242,115,17,11,0,64,151,89,140,49,45,11,0,64,23,30,118,122,115,11,0,66,151,235,24,103,130,11,0,66,151,235,24,202,141,11,0,67,151,111,93,142,184,10,0,67,151,111,93,59,185,10,0,68,151,159,86,215,132,7,0,68,151,5,91,192,71,10,0,68,151,5,91,21,72,10,0,68,151,31,58,82,248,11,0,69,23,157,38,229,132,9,0,69,23,157,38,184,134,9,0,69,23,72,236,78,40,12,0,71,151,68,93,56,207,8,0,71,151,68,93,220,208,8,0,71,151,68,93,72,209,8,0,72,151,234,78,71,74,11,0,75,151,161,15,107,1,10,0,76,23,97,157,81,205,7,0,76,23,97,157,116,124,10,0,79,23,3,108,6,248,9,0,79,23,3,108,31,248,9,0,84,151,10,87,4,157,7,0,84,151,100,25,104,166,8,0,85,23,231,242,44,34,11,0,86,23,8,62,99,34,10,0,86,23,8,62,153,34,10,0,86,23,157,254,17,96,10,0,86,23,157,254,83,97,10,0,86,23,157,254,152,98,10,0,87,151,116,227,170,27,7,0,89,151,207,150,46,226,10,0,89,151,207,150,124,226,10,0,90,23,121,137,61,187,11,0,91,23,120,254,98,160,10,0,92,23,224,36,212,73,7,0,94,23,194,219,71,64,11,0,96,23,130,166,26,125,7,0,96,23,231,242,120,191,7,0,98,151,175,137,150,110,9,0,98,151,175,137,176,112,9,0,99,23,243,66,156,202,7,0,99,23,243,66,233,14,9,0,99,23,243,66,209,23,9,0,99,23,243,66,194,32,9,0,100,151,245,24,208,106,9,0,100,151,245,24,138,107,9,0,100,151,245,24,56,108,9,0,101,151,255,106,199,124,9,0,101,151,255,106,173,125,9,0,101,151,255,106,152,126,9,0,102,23,31,246,221,24,11,0,109,151,61,94,88,116,7,0,114,23,30,97,34,30,12,0,116,23,41,167,167,128,9,0,116,23,41,167,133,129,9,0,119,151,6,33,184,18,6,0,119,151,10,155,59,163,11,0,120,23,89,78,40,230,8,0,120,151,228,86,98,160,10,0,120,151,18,106,206,170,11,0,122,23,45,9,49,65,11,0,123,23,99,244,120,191,7,0,123,23,118,24,48,137,9,0,123,23,118,24,87,137,9,0,125,23,248,96,175,126,10,0,128,151,174,165,23,42,11,0,129,23,24,233,149,88,7,0,132,23,93,139,120,191,7,0,134,151,119,37,12,45,6,0,139,23,233,202,252,204,6,0,139,23,233,202,102,206,6,0,139,151,176,166,74,212,11,0,140,151,160,153,33,251,5,0,141,151,86,212,146,102,7,0,143,23,25,250,233,14,9,0,143,23,25,250,209,23,9,0,143,23,25,250,194,32,9,0,144,151,87,2,226,41,9,0,144,151,87,2,66,42,9,0,144,151,87,2,171,42,9,0,146,23,171,226,64,82,7,0,146,151,74,9,98,160,10,0,149,151,111,84,22,32,10,0,149,151,111,84,35,33,10,0,153,23,198,194,162,42,6,0,155,23,27,2,98,160,10,0,156,23,141,173,47,113,7,0,157,151,60,174,158,165,6,0,162,151,21,145,95,15,7,0,163,151,106,90,154,241,9,0,163,151,106,90,86,242,9,0,164,151,254,104,189,111,8,0,167,151,37,47,244,122,10,0,167,151,37,47,156,123,10,0,167,151,106,28,77,221,10,0,167,151,106,28,208,221,10,0,168,23,172,12,88,116,7,0,168,151,81,15,54,120,7,0,172,23,96,136,201,142,7,0,173,23,82,177,120,191,7,0,173,23,82,177,152,220,7,0,173,23,26,102,193,172,11,0,176,151,175,222,7,221,11,0,177,23,208,89,3,139,8,0,177,23,103,242,230,35,10,0,177,23,103,242,133,36,10,0,179,23,150,248,7,29,7,0,180,23,141,105,201,142,7,0,181,151,16,71,22,32,10,0,181,151,16,71,35,33,10,0,185,23,29,205,75,17,12,0,187,23,217,235,189,255,6,0,188,151,219,41,150,249,5,0,191,151,112,231,77,48,8,0,191,151,208,242,19,140,9,0,191,151,208,242,144,140,9,0,193,151,130,37,68,152,7,0,194,151,37,189,188,253,10,0,194,151,121,233,159,88,11,0,195,23,32,101,194,248,11,0,196,23,49,245,155,47,6,0,196,151,193,80,62,66,7,0,197,23,246,31,62,66,7,0,197,23,175,129,177,222,8,0,198,23,40,113,62,66,7,0,198,23,160,135,45,91,9,0,198,23,160,135,214,91,9,0,200,23,170,133,143,141,11,0,206,23,175,182,67,169,7,0,207,23,185,223,42,196,10,0,207,23,185,223,219,196,10,0,208,23,8,89,98,160,10,0,210,151,234,144,164,129,6,0,210,23,237,143,56,207,8,0,210,151,29,252,98,160,10,0,212,23,233,20,81,205,7,0,212,23,233,20,56,218,7,0,216,151,41,38,252,140,8,0,221,23,132,70,67,169,7,0,222,23,102,172,235,4,11,0,227,151,223,44,168,141,9,0,227,151,223,44,184,142,9,0,228,151,26,33,202,190,7,0,229,151,24,165,195,148,6,0,230,23,57,7,59,246,7,0,235,151,8,146,129,139,6,0,235,151,243,126,79,86,9,0,235,23,205,239,208,106,9,0,235,23,205,239,138,107,9,0,235,23,205,239,56,108,9,0,239,23,56,78,33,144,6,0,239,23,12,25,59,246,7,0,242,23,46,119,237,119,6,0,242,151,143,124,92,157,7,0,250,151,208,216,4,124,7,0,253,151,220,18,98,160,10,0,253,23,80,35,168,207,11,0,254,151,186,148,246,52,6,0,254,151,186,148,212,73,7,0,254,151,186,148,120,191,7,0,254,23,180,54,158,207,10,0,254,23,180,54,47,210,10,0,255,23,73,136,73,148,9,0,255,23,73,136,217,148,9,0,0,24,77,117,7,249,10,0,1,152,140,128,210,63,8,0,2,152,140,213,81,205,7,0,2,152,140,213,150,203,8,0,2,152,140,213,44,204,8,0,2,152,140,213,206,204,8,0,2,152,140,213,48,142,10,0,3,24,111,201,150,110,9,0,3,24,111,201,176,112,9,0,4,152,171,226,224,237,6,0,4,152,171,226,41,249,6,0,4,152,171,226,62,66,7,0,4,152,171,226,81,42,8,0,5,24,9,166,215,132,7,0,6,152,164,34,211,93,7,0,8,152,14,57,246,111,7,0,8,152,201,99,67,169,7,0,9,24,248,96,215,132,7,0,9,24,248,96,81,205,7,0,9,24,248,96,56,218,7,0,9,152,181,123,162,237,8,0,11,24,164,160,188,136,6,0,12,24,157,211,233,14,9,0,12,24,157,211,209,23,9,0,12,24,157,211,194,32,9,0,14,24,246,112,98,160,10,0,15,24,172,122,233,14,9,0,15,24,172,122,209,23,9,0,15,24,172,122,194,32,9,0,17,152,129,229,62,66,7,0,17,24,78,85,45,164,8,0,20,24,9,38,70,247,10,0,21,24,93,42,85,242,10,0,21,24,93,42,132,242,10,0,21,152,24,105,194,1,12,0,22,152,219,227,22,32,10,0,22,152,219,227,35,33,10,0,22,152,128,247,238,20,12,0,25,152,35,2,104,157,6,0,25,24,112,167,229,241,11,0,29,152,47,7,88,116,7,0,29,24,86,47,202,163,7,0,35,152,104,58,87,238,10,0,36,24,48,175,67,169,7,0,37,152,106,152,120,191,7,0,41,152,212,247,127,161,7,0,41,152,159,138,233,14,9,0,41,152,159,138,209,23,9,0,41,152,159,138,194,32,9,0,42,152,118,128,67,61,7,0,42,152,118,128,55,74,9,0,42,152,118,128,40,75,9,0,42,152,206,200,64,109,9,0,42,152,206,200,204,109,9,0,43,24,14,129,91,49,6,0,43,152,213,109,7,140,7,0,45,24,52,52,247,169,9,0,45,24,52,52,71,171,9,0,45,24,52,52,153,172,9,0,45,24,52,52,240,173,9,0,47,152,179,73,67,169,7,0,47,24,40,52,33,249,11,0,51,152,36,226,254,147,7,0,52,152,142,15,65,156,7,0,52,152,142,15,164,156,7,0,53,24,220,138,208,33,7,0,55,152,210,9,182,41,7,0,56,24,78,243,198,190,6,0,58,24,198,255,212,73,7,0,59,152,86,129,120,191,7,0,60,152,200,29,38,95,6,0,60,152,227,65,67,169,7,0,60,152,76,165,32,199,9,0,60,152,76,165,115,199,9,0,60,24,112,167,105,175,10,0,60,24,112,167,50,176,10,0,61,24,245,199,59,86,6,0,62,24,245,165,183,104,6,0,65,24,50,222,160,24,8,0,65,152,231,242,98,160,10,0,66,24,199,228,254,147,7,0,67,24,130,118,127,5,8,0,67,152,175,240,107,1,10,0,68,24,229,140,233,14,9,0,68,24,229,140,209,23,9,0,68,24,229,140,194,32,9,0,69,152,69,195,146,102,7,0,69,152,197,165,187,97,8,0,69,152,66,43,66,46,9,0,69,152,66,43,227,49,9,0,69,24,99,139,149,96,11,0,70,24,74,208,158,207,10,0,70,24,74,208,47,210,10,0,72,152,50,244,31,70,9,0,72,152,50,244,104,71,9,0,72,152,50,244,179,72,9,0,72,24,103,139,199,124,9,0,72,24,103,139,173,125,9,0,72,24,103,139,152,126,9,0,78,24,128,236,215,132,7,0,78,152,135,78,29,155,10,0,83,24,192,148,108,45,9,0,83,24,192,148,144,45,9,0,84,152,222,233,3,155,9,0,84,152,222,233,3,155,9,0,84,152,222,233,94,155,9,0,84,152,222,233,94,155,9,0,84,152,222,233,158,155,9,0,84,152,222,233,158,155,9,0,84,152,222,233,228,155,9,0,84,152,222,233,228,155,9,0,84,152,222,233,29,156,9,0,84,152,222,233,29,156,9,0,84,152,222,233,90,156,9,0,84,152,222,233,90,156,9,0,86,24,202,208,233,14,9,0,86,24,202,208,209,23,9,0,86,24,202,208,194,32,9,0,87,24,230,31,57,86,8,0,87,24,76,136,175,237,10,0,90,152,210,157,65,224,11,0,95,24,114,27,149,205,8,0,96,152,101,116,202,163,7,0,97,152,25,156,55,74,9,0,97,152,25,156,40,75,9,0,100,152,236,223,233,14,9,0,100,152,236,223,209,23,9,0,100,152,236,223,194,32,9,0,100,152,253,3,202,57,9,0,100,152,253,3,240,62,9,0,103,24,185,146,65,251,5,0,104,24,252,6,201,142,7,0,105,24,73,9,77,206,6,0,108,152,241,75,246,111,7,0,109,152,113,0,57,18,6,0,110,152,28,45,49,190,8,0,110,152,28,45,112,190,8,0,110,152,28,45,174,190,8,0,112,152,135,240,210,115,9,0,112,152,135,240,145,116,9,0,112,152,135,240,74,117,9,0,112,152,56,75,156,209,11,0,113,152,201,148,104,145,7,0,113,152,234,19,1,225,10,0,113,152,234,19,43,225,10,0,113,152,164,209,23,148,11,0,113,152,164,209,43,148,11,0,115,152,19,5,120,191,7,0,116,24,44,161,201,142,7,0,118,152,98,254,67,169,7,0,123,152,148,202,15,189,11,0,124,24,152,215,120,191,7,0,124,24,245,14,233,14,9,0,124,24,245,14,209,23,9,0,124,24,245,14,194,32,9,0,125,24,123,152,34,41,6,0,127,152,48,120,16,36,6,0,128,152,105,43,246,111,7,0,129,152,232,89,134,97,7,0,132,152,3,221,137,45,7,0,134,152,89,154,225,22,7,0,134,152,233,163,156,202,7,0,134,152,89,154,67,33,8,0,134,152,233,163,176,206,10,0,134,152,233,163,241,206,10,0,134,152,233,163,46,207,10,0,138,24,139,5,190,159,7,0,138,24,254,225,55,74,9,0,138,24,254,225,40,75,9,0,140,152,105,123,175,183,6,0,141,24,134,148,49,34,7,0,141,152,89,186,57,86,8,0,143,24,168,100,116,125,6,0,144,24,238,216,67,27,7,0,144,24,102,195,21,83,9,0,144,24,102,195,48,83,9,0,144,24,102,195,73,83,9,0,149,24,219,130,220,223,7,0,149,152,231,242,236,242,7,0,152,24,94,141,150,186,10,0,152,24,94,141,226,186,10,0,152,24,94,141,47,187,10,0,153,152,101,144,87,55,7,0,153,152,55,217,67,134,11,0,156,24,25,109,67,169,7,0,161,24,233,90,127,161,7,0,162,152,101,180,122,53,7,0,164,152,93,136,212,73,7,0,166,24,236,3,192,96,9,0,166,24,236,3,164,97,9,0,166,24,236,3,128,98,9,0,168,24,154,143,83,218,10,0,168,24,154,143,181,219,10,0,170,24,4,242,158,40,11,0,173,24,91,172,88,116,7,0,175,152,136,139,55,74,9,0,175,152,136,139,40,75,9,0,176,152,154,167,45,60,7,0,179,152,251,183,245,221,6,0,183,24,164,160,202,245,5,0,184,152,41,95,46,105,7,0,184,24,202,0,254,147,7,0,184,24,113,202,30,147,11,0,185,152,232,113,236,48,7,0,185,24,187,23,98,160,10,0,186,24,164,160,250,174,6,0,188,24,164,160,28,43,6,0,189,24,8,83,217,135,7,0,194,152,239,241,98,160,10,0,197,24,242,4,146,102,7,0,197,24,242,4,46,105,7,0,199,152,53,33,66,46,9,0,199,152,53,33,227,49,9,0,200,152,243,109,101,204,10,0,200,152,243,109,127,204,10,0,200,152,243,109,182,204,10,0,201,152,50,175,212,73,7,0,206,24,38,129,5,183,11,0,207,152,83,73,54,120,7,0,210,152,242,126,23,4,7,0,212,24,125,19,157,250,5,0,212,152,252,236,202,57,9,0,212,152,252,236,240,62,9,0,213,152,251,198,233,14,9,0,213,152,251,198,209,23,9,0,213,152,251,198,194,32,9,0,214,152,70,194,54,62,7,0,215,152,120,127,212,73,7,0,216,152,11,27,46,77,6,0,217,24,22,229,220,154,7,0,218,152,162,84,227,161,9,0,218,152,162,84,2,162,9,0,219,24,207,88,225,251,9,0,219,24,207,88,48,252,9,0,222,152,42,185,107,188,11,0,223,152,249,126,197,147,6,0,223,152,38,46,103,180,9,0,223,152,38,46,253,180,9,0,223,152,154,98,98,160,10,0,225,152,137,47,222,241,10,0,232,24,194,240,108,225,7,0,235,152,25,204,0,23,7,0,235,24,121,8,238,133,7,0,235,24,188,148,73,228,7,0,235,24,188,148,191,228,7,0,235,152,177,186,196,163,11,0,236,24,210,27,51,32,12,0,238,24,16,135,201,142,7,0,238,152,62,69,90,23,11,0,239,152,223,227,99,82,7,0,239,24,44,255,102,243,7,0,240,24,38,255,233,14,9,0,240,24,38,255,209,23,9,0,240,24,38,255,194,32,9,0,242,152,17,66,184,51,7,0,244,152,68,21,15,192,9,0,244,152,68,21,91,192,9,0,244,152,68,21,164,192,9,0,244,152,160,127,143,79,11,0,245,152,28,222,212,73,7,0,248,24,101,174,37,104,9,0,251,24,63,98,107,1,10,0,252,152,149,237,188,148,11,0,255,152,144,105,65,48,6,0,255,152,165,141,172,75,8,0,0,153,148,128,241,213,6,0,1,25,33,118,81,205,7,0,1,25,33,118,26,100,8,0,2,153,188,15,19,59,8,0,3,25,132,142,97,121,11,0,5,25,96,2,25,93,9,0,5,25,96,2,212,94,9,0,7,25,33,69,19,205,6,0,7,153,128,194,82,219,6,0,9,153,144,238,201,142,7,0,12,25,119,26,236,203,11,0,20,25,104,128,8,92,6,0,20,153,163,186,27,125,8,0,20,25,202,110,182,119,11,0,20,25,202,110,29,121,11,0,21,25,67,190,67,169,7,0,21,25,59,103,55,74,9,0,21,25,59,103,40,75,9,0,24,25,157,38,202,163,7,0,25,153,244,192,229,132,9,0,25,153,244,192,184,134,9,0,30,25,83,119,231,232,7,0,31,153,188,87,206,42,12,0,33,153,126,141,208,14,6,0,33,153,220,168,88,116,7,0,33,25,163,60,102,243,7,0,34,25,122,252,81,205,7,0,34,25,122,252,144,68,9,0,35,153,170,31,216,45,7,0,35,25,199,210,219,62,11,0,36,25,153,7,55,74,9,0,36,25,153,7,40,75,9,0,38,25,123,180,73,228,7,0,38,25,123,180,191,228,7,0,44,25,209,238,54,120,7,0,44,25,245,158,77,221,10,0,44,25,245,158,208,221,10,0,45,25,117,21,7,29,7,0,47,153,89,170,180,198,9,0,50,25,109,195,89,33,7,0,51,153,20,207,83,15,6,0,51,153,239,16,202,163,7,0,52,25,248,4,62,66,7,0,53,25,170,254,103,0,9,0,54,153,103,209,185,43,7,0,55,25,157,38,38,26,6,0,55,25,157,38,252,26,6,0,55,25,157,38,133,68,6,0,55,25,157,38,49,71,6,0,55,25,157,38,109,104,6,0,55,25,157,38,19,202,6,0,55,153,5,121,124,224,6,0,55,25,157,38,96,225,6,0,55,25,157,38,12,234,6,0,55,25,157,38,1,99,7,0,55,25,157,38,0,101,7,0,55,25,157,38,73,228,7,0,55,25,157,38,191,228,7,0,56,25,207,144,166,27,6,0,57,153,237,199,62,66,7,0,57,153,91,165,185,130,7,0,57,153,71,189,233,14,9,0,57,153,71,189,209,23,9,0,57,153,71,189,194,32,9,0,58,153,7,22,185,8,10,0,58,153,7,22,210,8,10,0,59,25,178,21,156,202,7,0,59,153,23,77,127,103,8,0,59,25,178,21,120,82,10,0,59,25,178,21,136,82,10,0,60,25,1,81,251,122,7,0,63,25,45,101,92,87,11,0,65,25,255,160,68,229,11,0,66,153,189,237,46,105,7,0,67,153,52,70,88,116,7,0,67,153,255,29,17,96,10,0,67,153,255,29,83,97,10,0,67,153,255,29,152,98,10,0,68,25,202,72,134,97,7,0,68,153,230,222,140,119,9,0,68,153,230,222,54,120,9,0,69,25,159,179,212,73,7,0,73,153,112,236,4,22,11,0,75,153,166,164,211,72,6,0,75,153,145,178,227,103,6,0,75,153,145,178,40,162,7,0,75,153,174,183,150,110,9,0,75,153,174,183,176,112,9,0,79,25,41,65,113,54,7,0,80,153,213,77,80,96,7,0,80,153,132,150,101,146,9,0,80,153,132,150,61,147,9,0,80,153,213,77,247,169,9,0,80,153,213,77,71,171,9,0,80,153,213,77,153,172,9,0,80,153,213,77,240,173,9,0,81,25,91,124,216,56,7,0,81,25,91,124,202,224,11,0,82,25,148,149,45,13,9,0,84,25,188,148,76,176,6,0,84,25,188,148,1,99,7,0,84,25,188,148,0,101,7,0,84,153,231,242,105,239,10,0,91,25,209,177,15,115,7,0,91,25,106,102,138,223,8,0,92,25,127,94,69,254,5,0,94,25,236,141,127,161,7,0,96,153,87,29,107,1,10,0,97,25,71,252,167,128,9,0,97,25,71,252,133,129,9,0,99,25,178,42,146,224,6,0,100,25,142,247,233,14,9,0,100,25,142,247,209,23,9,0,100,25,142,247,194,32,9,0,101,153,71,79,93,141,7,0,101,153,80,49,254,147,7,0,101,153,80,49,199,124,9,0,101,153,80,49,173,125,9,0,101,153,80,49,152,126,9,0,103,25,131,164,88,219,8,0,105,25,82,51,183,55,7,0,105,153,7,198,220,223,7,0,106,25,35,167,204,42,7,0,109,25,229,212,132,46,7,0,110,25,47,236,31,117,10,0,112,153,150,95,145,30,7,0,113,153,5,213,77,145,6,0,113,25,25,56,166,168,6,0,113,25,219,198,28,15,11,0,114,25,190,7,247,117,7,0,114,153,200,44,150,110,9,0,114,153,200,44,176,112,9,0,116,25,187,202,5,162,11,0,118,25,9,162,7,140,7,0,118,25,22,126,233,42,12,0,119,25,5,77,233,14,9,0,119,25,5,77,209,23,9,0,119,25,5,77,194,32,9,0,119,153,73,31,105,175,10,0,119,153,73,31,50,176,10,0,123,153,190,209,101,146,9,0,123,153,190,209,61,147,9,0,125,25,245,249,65,202,11,0,126,25,18,205,109,152,7,0,127,25,195,29,140,51,7,0,127,153,169,133,40,145,8,0,127,153,121,167,105,175,10,0,127,153,121,167,50,176,10,0,127,25,98,218,21,29,12,0,133,25,143,118,37,25,7,0,133,153,5,187,104,145,7,0,135,153,225,128,161,215,9,0,135,153,225,128,2,216,9,0,135,153,225,128,104,216,9,0,135,153,225,128,199,216,9,0,135,153,225,128,47,217,9,0,135,25,60,171,98,160,10,0,136,25,156,23,50,255,5,0,137,153,255,1,248,55,7,0,141,25,213,176,158,207,10,0,141,25,213,176,47,210,10,0,142,25,143,222,98,160,10,0,143,153,151,99,131,90,7,0,143,153,182,93,150,110,9,0,143,153,182,93,176,112,9,0,144,25,246,229,103,180,9,0,144,25,246,229,253,180,9,0,145,153,162,248,120,191,7,0,145,25,24,54,225,90,10,0,146,153,118,24,37,104,9,0,152,153,180,148,58,127,6,0,152,153,200,129,184,188,11,0,153,25,101,72,168,141,11,0,158,153,29,153,46,250,5,0,158,25,134,9,247,169,9,0,158,25,134,9,71,171,9,0,158,25,134,9,153,172,9,0,158,25,134,9,240,173,9,0,161,153,14,60,74,2,6,0,161,153,14,60,138,73,6,0,161,153,75,42,81,105,6,0,163,153,196,193,27,48,7,0,163,25,153,23,98,160,10,0,163,25,231,242,74,3,11,0,165,153,56,66,45,23,6,0,169,153,120,242,191,254,10,0,170,25,76,80,68,244,11,0,171,25,212,1,106,30,8,0,171,25,212,1,143,30,8,0,172,25,8,238,168,8,6,0,172,25,67,129,76,118,6,0,173,25,234,231,215,132,7,0,174,153,131,155,0,50,6,0,174,25,77,185,220,154,7,0,179,25,20,77,222,179,6,0,180,153,28,121,187,140,6,0,180,153,28,121,98,160,10,0,181,153,113,27,9,66,8,0,182,153,156,186,212,73,7,0,190,25,30,180,240,180,6,0,190,153,242,212,156,202,9,0,190,153,242,212,83,203,9,0,191,153,176,42,48,191,6,0,196,153,244,116,254,147,7,0,198,25,57,79,31,70,9,0,198,25,57,79,104,71,9,0,198,25,57,79,179,72,9,0,199,25,196,148,53,163,8,0,203,25,109,195,254,147,7,0,207,153,137,179,80,96,7,0,207,153,96,77,202,163,7,0,207,153,137,179,247,169,9,0,207,153,137,179,71,171,9,0,207,153,137,179,153,172,9,0,207,153,137,179,240,173,9,0,209,153,244,75,223,60,7,0,209,153,148,148,66,46,9,0,209,153,148,148,227,49,9,0,212,153,46,59,153,218,6,0,219,25,178,79,92,176,11,0,221,25,186,148,113,192,8,0,222,25,12,77,212,73,7,0,222,153,125,241,231,232,7,0,224,25,233,130,62,66,7,0,225,25,73,167,245,118,9,0,225,25,73,167,31,119,9,0,225,25,215,5,215,245,9,0,225,25,215,5,69,246,9,0,226,25,32,8,232,91,7,0,229,25,240,109,175,54,8,0,231,153,241,226,14,102,8,0,232,25,252,102,83,218,10,0,232,25,252,102,181,219,10,0,234,153,108,234,254,147,7,0,238,25,131,182,220,154,7,0,240,25,56,51,212,73,7,0,241,153,195,147,148,40,7,0,241,153,77,130,111,125,7,0,241,153,120,248,180,198,9,0,243,153,6,91,184,180,7,0,243,153,6,91,129,181,7,0,245,25,241,12,61,50,7,0,248,153,30,124,66,46,9,0,248,153,30,124,227,49,9,0,251,25,247,34,232,91,7,0,254,153,62,71,142,108,11,0,255,153,9,157,45,91,9,0,255,153,9,157,214,91,9,0,0,154,94,112,25,72,11,0,1,26,111,87,215,132,7,0,3,154,211,34,138,87,7,0,3,154,58,189,247,84,9,0,3,154,120,212,98,160,10,0,5,154,61,57,75,218,6,0,5,154,182,116,66,46,9,0,5,154,182,116,227,49,9,0,7,154,212,78,67,169,7,0,10,26,83,197,83,211,6,0,13,154,35,44,103,180,9,0,13,154,35,44,253,180,9,0,14,154,219,178,67,169,7,0,15,26,201,63,31,120,11,0,18,26,124,154,55,74,9,0,18,26,124,154,40,75,9,0,20,154,158,29,136,81,8,0,22,154,191,149,141,20,11,0,25,26,105,166,79,86,9,0,27,154,202,45,21,11,9,0,27,26,226,36,241,147,11,0,29,154,71,203,214,89,8,0,29,26,116,238,154,241,9,0,29,26,116,238,86,242,9,0,29,154,224,105,225,90,10,0,32,26,191,111,109,244,8,0,33,26,115,149,185,113,7,0,33,154,90,71,233,14,9,0,33,154,90,71,209,23,9,0,33,154,90,71,194,32,9,0,38,26,233,211,59,87,6,0,40,26,28,119,2,98,11,0,41,154,136,150,193,131,11,0,41,154,136,150,138,132,11,0,44,154,189,173,81,205,7,0,47,154,180,227,190,159,7,0,48,154,27,102,51,46,6,0,48,26,42,230,102,242,6,0,48,26,42,230,168,247,6,0,48,154,27,102,87,182,7,0,50,154,102,79,195,134,7,0,51,26,86,103,68,106,6,0,53,154,126,242,189,255,6,0,53,154,23,191,156,202,9,0,53,154,23,191,83,203,9,0,56,26,209,93,202,57,9,0,56,26,209,93,240,62,9,0,58,154,0,238,45,91,9,0,58,154,0,238,214,91,9,0,59,26,203,182,66,46,9,0,59,26,203,182,227,49,9,0,59,26,73,111,166,91,11,0,61,154,88,13,111,125,7,0,63,154,158,12,92,157,7,0,64,26,87,214,92,157,7,0,65,154,129,143,82,189,10,0,66,154,248,205,98,160,10,0,68,26,41,223,201,94,8,0,68,154,221,221,201,164,9,0,68,154,221,221,234,164,9,0,68,154,221,221,15,165,9,0,68,154,80,150,11,79,11,0,69,154,243,218,202,46,7,0,69,154,243,218,78,47,7,0,75,26,144,199,202,57,9,0,75,26,144,199,240,62,9,0,77,154,85,157,99,138,10,0,77,154,85,157,195,138,10,0,77,154,85,157,32,139,10,0,79,26,243,150,31,70,9,0,79,26,243,150,104,71,9,0,79,26,243,150,179,72,9,0,79,26,128,189,150,229,9,0,79,26,128,189,236,229,9,0,79,26,128,189,124,230,9,0,82,26,143,112,162,227,7,0,83,154,10,114,98,160,10,0,85,26,120,198,67,169,7,0,86,154,127,140,202,57,9,0,86,154,127,140,240,62,9,0,90,154,149,101,120,191,7,0,91,154,184,92,81,205,7,0,91,154,184,92,82,216,7,0,93,154,195,148,224,69,6,0,93,154,195,148,29,71,6,0,93,154,195,148,253,71,6,0,93,154,195,148,212,225,8,0,93,154,195,148,12,226,8,0,93,154,195,148,1,244,8,0,97,26,204,44,1,99,7,0,97,26,204,44,0,101,7,0,97,26,73,134,233,14,9,0,97,26,73,134,209,23,9,0,97,26,73,134,194,32,9,0,99,26,220,142,236,48,7,0,99,154,23,129,138,122,7,0,100,26,1,152,51,46,6,0,100,26,1,152,87,182,7,0,101,26,170,90,8,141,6,0,101,154,71,200,32,246,6,0,103,26,42,130,172,251,5,0,104,154,114,84,247,117,7,0,106,26,156,135,202,163,7,0,110,26,157,38,149,100,6,0,110,26,126,231,149,88,7,0,110,26,157,38,220,223,7,0,113,154,69,91,17,253,7,0,113,154,69,91,66,253,7,0,113,154,69,91,117,253,7,0,114,26,0,184,217,40,6,0,114,154,74,229,51,46,6,0,114,154,74,229,87,182,7,0,115,26,99,244,62,66,7,0,115,154,10,192,155,173,11,0,119,154,94,58,71,218,11,0,122,26,151,131,104,145,7,0,122,26,234,219,81,205,7,0,122,26,234,219,150,203,8,0,122,26,234,219,44,204,8,0,122,26,234,219,206,204,8,0,122,26,234,219,48,142,10,0,123,26,16,100,51,46,6,0,123,26,16,100,87,182,7,0,124,26,237,215,233,14,9,0,124,26,237,215,209,23,9,0,124,26,237,215,194,32,9,0,124,154,86,124,101,146,9,0,124,154,86,124,61,147,9,0,129,26,89,115,238,225,6,0,135,26,201,214,217,135,7,0,136,154,7,111,250,110,7,0,136,26,224,30,104,145,7,0,140,26,37,172,67,61,7,0,143,154,201,233,102,243,7,0,143,154,244,51,205,113,11,0,144,26,82,237,188,29,7,0,144,154,9,46,15,108,11,0,144,26,79,65,158,13,12,0,145,154,216,47,232,91,7,0,145,26,157,38,177,238,7,0,145,154,149,48,41,146,8,0,145,154,149,48,187,235,11,0,149,26,128,148,30,50,7,0,151,154,145,228,120,191,7,0,151,26,185,185,32,184,11,0,154,154,60,11,59,161,7,0,155,26,115,162,63,114,7,0,159,154,39,34,202,163,7,0,160,154,113,173,212,73,7,0,162,26,236,234,84,67,6,0,162,26,31,128,90,119,11,0,163,26,2,102,138,122,7,0,165,154,175,39,128,31,11,0,165,154,175,39,161,31,11,0,168,154,233,10,104,145,7,0,168,26,34,174,120,191,7,0,168,154,28,145,109,48,11,0,171,26,53,58,120,191,7,0,171,154,83,176,68,227,11,0,173,26,32,211,81,205,7,0,173,26,32,211,150,203,8,0,173,26,32,211,44,204,8,0,173,26,32,211,206,204,8,0,173,26,32,211,48,142,10,0,174,26,246,97,46,105,7,0,175,154,44,92,203,22,6,0,175,154,110,251,27,85,7,0,179,154,180,239,133,244,10,0,181,154,126,33,226,41,9,0,181,154,126,33,66,42,9,0,181,154,126,33,171,42,9,0,182,26,186,148,251,122,7,0,183,26,253,47,31,6,12,0,183,26,253,47,56,6,12,0,187,154,76,4,128,158,8,0,191,26,215,221,140,13,10,0,191,26,215,221,247,13,10,0,192,26,94,19,245,186,9,0,192,26,94,19,80,187,9,0,192,26,94,19,165,187,9,0,192,26,126,146,193,94,10,0,193,154,106,231,5,37,7,0,193,154,96,155,212,73,7,0,197,26,249,213,127,63,11,0,200,26,157,38,100,204,6,0,201,26,168,18,62,66,7,0,202,154,130,215,132,153,6,0,203,26,119,153,98,160,10,0,207,26,43,19,254,147,7,0,208,26,5,86,92,157,7,0,210,26,162,88,239,105,11,0,211,26,109,132,254,147,7,0,212,26,70,184,192,16,11,0,215,154,7,164,120,191,7,0,215,154,7,164,202,47,11,0,215,154,7,164,76,52,11,0,218,26,140,244,103,165,9,0,218,26,140,244,239,165,9,0,220,154,185,130,149,88,7,0,221,26,233,28,23,89,9,0,221,26,233,28,71,89,9,0,223,26,160,10,143,222,11,0,225,154,232,107,12,129,7,0,225,154,61,121,81,205,7,0,225,154,61,121,176,169,8,0,225,154,61,121,224,169,8,0,225,154,61,121,15,170,8,0,225,154,61,121,63,170,8,0,228,26,113,85,62,66,7,0,229,26,180,177,158,238,9,0,229,26,180,177,25,239,9,0,229,26,180,177,142,239,9,0,229,26,180,177,54,240,9,0,229,26,180,177,208,240,9,0,235,26,142,209,244,122,10,0,235,26,142,209,156,123,10,0,235,26,74,17,82,189,10,0,242,154,9,77,142,196,6,0,245,26,46,127,65,236,7,0,245,26,46,127,140,237,7,0,245,154,36,230,207,105,8,0,245,26,111,172,210,30,10,0,245,26,111,172,4,31,10,0,245,26,111,172,74,31,10,0,246,154,86,74,61,146,6,0,249,154,236,126,163,200,6,0,250,154,179,123,7,182,6,0,250,154,149,125,127,110,7,0,253,154,41,102,225,191,6,0,253,154,138,167,111,125,7,0,1,27,101,72,212,73,7,0,2,27,141,209,70,130,7,0,2,27,143,254,213,92,11,0,2,27,143,254,194,99,11,0,4,155,34,247,81,247,6,0,4,155,46,153,217,135,7,0,4,27,140,200,144,178,10,0,4,27,140,200,233,178,10,0,4,27,140,200,65,179,10,0,4,155,172,185,45,50,12,0,6,155,169,177,209,191,10,0,8,27,229,109,220,90,7,0,11,27,45,14,98,160,10,0,11,155,167,130,57,53,11,0,11,155,167,130,82,53,11,0,16,27,107,212,93,153,7,0,19,155,255,63,144,176,11,0,23,155,140,235,141,51,6,0,24,155,199,214,99,138,10,0,24,155,199,214,195,138,10,0,24,155,199,214,32,139,10,0,25,155,169,201,188,180,11,0,27,27,50,128,232,91,7,0,28,155,172,7,242,91,8,0,29,155,205,161,202,163,7,0,29,155,209,69,98,160,10,0,30,155,251,2,230,45,8,0,31,27,210,193,230,49,6,0,31,155,108,109,4,157,7,0,31,27,81,68,48,205,11,0,33,155,233,34,232,91,7,0,34,27,15,27,244,45,7,0,35,27,18,20,236,48,7,0,36,27,57,231,237,57,6,0,36,155,169,139,75,69,9,0,36,155,169,139,161,69,9,0,36,27,57,231,79,86,9,0,38,27,97,16,212,73,7,0,38,155,26,235,202,163,7,0,41,27,86,45,151,1,11,0,42,155,231,242,105,175,10,0,42,155,231,242,50,176,10,0,44,155,44,110,184,37,7,0,48,27,189,232,29,155,10,0,49,27,139,231,171,130,10,0,49,27,139,231,227,130,10,0,49,27,139,231,28,131,10,0,52,27,110,137,245,81,7,0,52,27,178,160,61,77,11,0,52,27,178,160,117,77,11,0,54,155,189,115,79,163,9,0,54,155,189,115,118,163,9,0,54,155,189,115,151,163,9,0,54,155,99,222,32,184,11,0,55,155,227,253,15,226,6,0,56,27,207,16,254,147,7,0,57,27,41,156,17,96,10,0,57,27,41,156,83,97,10,0,57,27,41,156,152,98,10,0,57,155,215,54,220,26,11,0,58,155,70,132,67,169,7,0,59,27,104,13,168,14,6,0,60,27,117,82,44,58,8,0,62,27,59,174,45,60,7,0,62,155,87,58,76,0,11,0,64,27,43,71,192,28,7,0,64,27,43,71,18,158,9,0,64,27,43,71,57,158,9,0,66,155,161,148,149,17,10,0,66,155,161,148,172,17,10,0,66,155,196,73,51,41,10,0,66,155,196,73,127,41,10,0,70,155,140,186,158,207,10,0,70,155,140,186,47,210,10,0,71,155,191,14,62,66,7,0,73,155,201,202,9,183,9,0,73,155,201,202,63,183,9,0,73,155,201,202,163,22,11,0,76,155,137,150,86,64,7,0,77,155,83,243,102,138,7,0,80,27,45,224,142,125,6,0,81,155,205,88,246,172,11,0,82,27,231,94,120,175,9,0,82,27,231,94,38,176,9,0,84,155,87,92,245,186,9,0,84,155,87,92,80,187,9,0,84,155,87,92,165,187,9,0,86,27,216,178,21,39,6,0,87,155,32,158,29,18,6,0,87,27,225,137,67,169,7,0,91,27,35,222,212,73,7,0,92,27,240,209,134,97,7,0,92,155,186,148,27,111,7,0,92,27,92,94,233,14,9,0,92,27,92,94,209,23,9,0,92,27,92,94,194,32,9,0,94,27,251,241,98,160,10,0,97,155,135,0,233,14,9,0,97,155,135,0,209,23,9,0,97,155,135,0,194,32,9,0,102,155,118,240,201,142,7,0,102,27,247,227,220,223,7,0,102,27,93,85,33,249,11,0,103,27,91,22,202,163,7,0,105,155,13,19,30,141,7,0,106,155,150,15,229,249,8,0,107,27,86,96,134,49,6,0,107,155,214,242,229,132,9,0,107,155,214,242,184,134,9,0,110,155,100,183,216,56,7,0,110,155,74,220,120,191,7,0,111,155,50,127,158,207,10,0,111,155,50,127,47,210,10,0,112,155,100,43,15,109,7,0,114,27,132,93,247,24,6,0,114,155,29,65,93,153,7,0,114,27,203,239,86,145,9,0,114,27,203,239,156,145,9,0,114,27,203,239,233,145,9,0,114,155,108,149,20,170,10,0,114,155,108,149,44,170,10,0,114,155,108,149,86,170,10,0,115,155,84,144,185,43,7,0,115,155,233,20,252,16,8,0,115,155,233,20,225,236,11,0,117,27,175,182,62,66,7,0,118,155,163,160,244,76,6,0,118,155,189,126,212,73,7,0,118,155,10,126,207,219,8,0,119,155,129,19,230,65,11,0,120,155,111,199,202,163,7,0,124,27,73,100,145,210,11,0,126,27,63,153,17,17,6,0,126,27,59,137,80,81,6,0,128,155,52,94,95,226,11,0,134,27,37,105,11,198,8,0,136,155,60,166,106,28,10,0,140,27,59,46,186,240,10,0,142,155,233,32,232,70,6,0,143,27,46,210,245,104,9,0,143,27,46,210,223,105,9,0,146,155,103,250,67,169,7,0,149,27,75,86,254,147,7,0,154,27,150,107,78,74,10,0,154,27,150,107,93,75,10,0,154,27,150,107,96,76,10,0,154,27,150,107,126,77,10,0,154,27,236,171,154,76,11,0,156,27,228,137,14,15,6,0,156,27,81,60,254,226,6,0,158,27,195,5,22,32,10,0,158,27,195,5,35,33,10,0,158,27,124,80,73,186,11,0,159,155,110,14,131,90,7,0,160,27,183,203,240,131,7,0,161,155,197,153,98,160,10,0,162,27,180,138,212,73,7,0,166,155,63,100,162,145,6,0,166,27,153,134,105,175,10,0,166,27,153,134,50,176,10,0,168,155,216,203,73,162,7,0,168,155,216,203,161,162,7,0,169,27,137,247,212,73,7,0,169,27,30,193,120,191,7,0,169,27,30,193,34,171,11,0,169,27,30,193,26,181,11,0,170,155,159,191,187,232,9,0,170,155,159,191,11,233,9,0,170,27,3,226,83,218,10,0,170,27,3,226,181,219,10,0,176,27,165,207,173,28,6,0,179,155,103,121,62,66,7,0,179,155,210,20,81,205,7,0,179,155,210,20,140,192,8,0,182,27,47,93,46,105,7,0,182,27,47,93,217,135,7,0,184,155,16,241,128,158,8,0,184,27,143,74,114,11,10,0,184,27,143,74,104,12,10,0,185,155,111,231,108,225,7,0,186,155,178,254,54,120,7,0,186,27,126,8,233,14,9,0,186,27,126,8,209,23,9,0,186,27,126,8,194,32,9,0,192,155,92,93,223,60,7,0,193,155,175,182,111,125,7,0,193,155,36,252,114,11,10,0,193,155,36,252,104,12,10,0,194,155,20,77,163,137,10,0,198,155,213,227,195,134,7,0,198,27,238,46,202,163,7,0,200,155,119,131,127,161,7,0,201,27,178,218,98,160,10,0,202,155,175,182,131,240,7,0,211,27,216,201,169,106,6,0,211,27,182,26,233,14,9,0,211,27,182,26,209,23,9,0,211,27,182,26,194,32,9,0,212,155,199,53,126,240,10,0,213,155,72,220,241,81,9,0,213,155,72,220,18,82,9,0,217,155,49,213,27,85,7,0,219,155,85,77,23,4,7,0,222,155,216,159,176,148,10,0,222,155,216,159,204,148,10,0,223,27,62,193,202,57,9,0,223,27,62,193,240,62,9,0,225,155,154,214,7,29,7,0,225,27,163,225,67,169,7,0,225,155,156,255,98,201,7,0,225,155,156,255,115,231,7,0,226,155,119,251,238,40,7,0,230,155,151,247,98,160,10,0,231,27,212,109,202,57,9,0,231,27,212,109,240,62,9,0,234,27,214,152,78,74,10,0,234,27,214,152,93,75,10,0,234,27,214,152,96,76,10,0,234,27,214,152,126,77,10,0,235,155,210,189,168,141,9,0,235,155,210,189,184,142,9,0,239,155,185,53,214,246,6,0,239,155,247,148,103,180,9,0,239,155,247,148,253,180,9,0,239,27,232,114,3,1,11,0,240,155,243,150,110,205,8,0,242,27,221,31,92,157,7,0,243,27,219,254,93,141,7,0,246,27,137,90,70,65,7,0,248,155,166,9,120,191,7,0,252,27,17,58,67,193,6,0,255,155,32,226,172,58,7,0,255,27,174,127,1,99,7,0,255,27,174,127,0,101,7,0,255,155,228,215,78,74,10,0,255,155,228,215,93,75,10,0,255,155,228,215,96,76,10,0,255,155,228,215,126,77,10,0,0,28,139,5,232,91,7,0,1,156,162,38,15,109,7,0,1,156,254,25,248,25,11,0,2,156,233,236,56,218,7,0,2,156,233,236,167,224,7,0,3,156,157,38,62,66,7,0,6,28,85,66,181,136,11,0,8,156,159,181,74,248,6,0,8,156,159,181,251,122,7,0,9,28,241,255,253,160,9,0,9,28,241,255,18,161,9,0,11,28,13,175,92,91,7,0,11,28,36,175,247,169,9,0,11,28,36,175,71,171,9,0,11,28,36,175,153,172,9,0,11,28,36,175,240,173,9,0,12,156,126,80,47,113,7,0,15,156,231,242,142,12,11,0,16,156,120,235,171,84,6,0,16,156,132,241,16,254,10,0,19,156,248,158,246,253,7,0,19,156,248,158,53,254,7,0,19,156,132,236,111,90,10,0,19,156,132,236,70,91,10,0,20,28,169,126,233,14,9,0,20,28,169,126,209,23,9,0,20,28,169,126,194,32,9,0,21,28,195,181,17,96,10,0,21,28,195,181,83,97,10,0,21,28,195,181,152,98,10,0,22,156,251,118,212,73,7,0,22,156,13,9,254,147,7,0,23,156,14,35,46,38,11,0,24,156,232,253,98,160,10,0,25,156,217,23,27,85,7,0,26,28,4,169,237,186,6,0,26,28,184,66,187,57,7,0,26,28,40,137,186,231,7,0,26,156,166,31,150,110,9,0,26,156,166,31,176,112,9,0,26,28,86,47,142,184,10,0,26,28,86,47,59,185,10,0,27,28,168,247,93,153,7,0,30,28,116,125,236,129,6,0,31,28,12,67,64,56,9,0,31,28,12,67,242,56,9,0,34,156,250,67,93,153,7,0,34,156,16,171,115,26,12,0,39,156,56,230,161,215,9,0,39,156,56,230,2,216,9,0,39,156,56,230,104,216,9,0,39,156,56,230,199,216,9,0,39,156,56,230,47,217,9,0,41,28,56,248,81,205,7,0,41,28,56,248,56,218,7,0,42,156,230,61,58,228,6,0,44,28,75,95,153,198,6,0,44,156,255,98,52,205,6,0,44,156,200,233,111,32,8,0,44,156,200,233,155,32,8,0,46,156,200,6,233,14,9,0,46,156,200,6,209,23,9,0,46,156,200,6,194,32,9,0,47,156,186,148,47,111,8,0,48,28,157,38,112,252,5,0,48,28,157,38,127,149,6,0,48,28,157,38,149,192,6,0,48,28,157,38,1,99,7,0,48,28,157,38,0,101,7,0,48,156,83,150,67,169,7,0,48,28,157,38,91,186,7,0,48,156,251,62,155,14,10,0,48,156,251,62,189,14,10,0,49,28,245,205,66,42,7,0,50,28,94,77,216,56,7,0,51,156,218,46,215,27,7,0,54,28,223,233,13,218,6,0,54,28,223,233,45,218,6,0,57,28,79,12,142,46,12,0,57,28,79,12,240,47,12,0,60,28,129,99,120,191,7,0,60,156,85,28,7,15,11,0,62,28,232,61,62,66,7,0,64,156,124,111,144,113,8,0,64,156,124,111,178,113,8,0,64,156,124,111,212,113,8,0,66,28,76,213,25,93,9,0,66,28,76,213,212,94,9,0,69,156,10,82,93,141,7,0,70,156,221,211,236,203,6,0,70,28,28,152,88,116,7,0,71,28,12,97,62,66,7,0,73,28,69,59,192,179,10,0,73,28,69,59,42,180,10,0,74,156,150,250,212,73,7,0,76,156,218,31,66,46,9,0,76,156,218,31,227,49,9,0,77,28,128,244,207,165,8,0,78,28,56,114,46,105,7,0,78,28,56,114,48,51,8,0,81,156,57,228,17,96,10,0,81,156,57,228,83,97,10,0,81,156,57,228,152,98,10,0,84,156,129,228,192,96,9,0,84,156,129,228,164,97,9,0,84,156,129,228,128,98,9,0,88,28,124,44,87,62,7,0,89,28,133,157,202,163,7,0,90,28,193,120,102,138,7,0,90,28,193,120,48,21,12,0,91,28,108,89,253,243,6,0,93,156,94,79,93,141,7,0,93,156,94,79,22,123,9,0,93,156,94,79,98,123,9,0,93,28,43,78,229,132,9,0,93,28,43,78,184,134,9,0,94,28,67,180,111,125,7,0,95,156,185,245,27,54,9,0,95,156,185,245,191,54,9,0,95,156,185,245,104,55,9,0,95,156,237,161,170,86,10,0,95,156,237,161,204,86,10,0,97,28,217,83,79,9,10,0,97,28,217,83,123,9,10,0,98,156,237,241,236,48,7,0,99,28,149,9,141,60,7,0,99,28,125,139,150,229,9,0,99,28,125,139,236,229,9,0,99,28,125,139,124,230,9,0,102,28,196,21,27,85,7,0,103,28,121,27,68,152,7,0,105,28,99,244,191,29,12,0,105,28,99,244,132,32,12,0,108,28,27,78,1,99,7,0,108,28,27,78,0,101,7,0,108,156,139,251,67,169,7,0,109,28,175,226,247,169,9,0,109,28,175,226,71,171,9,0,109,28,175,226,153,172,9,0,109,28,175,226,240,173,9,0,110,28,63,150,122,152,6,0,112,156,217,251,233,25,6,0,112,28,214,214,93,210,9,0,112,28,214,214,108,210,9,0,113,28,172,111,70,130,7,0,115,28,65,116,254,147,7,0,116,28,159,248,35,224,10,0,116,28,159,248,50,224,10,0,116,28,159,248,65,224,10,0,117,28,217,248,49,150,6,0,117,28,211,126,67,169,7,0,117,28,205,239,79,86,9,0,118,156,219,126,185,47,7,0,120,28,231,242,122,184,9,0,120,28,231,242,158,184,9,0,120,28,231,242,196,184,9,0,121,156,135,199,25,93,9,0,121,156,135,199,212,94,9,0,122,28,113,163,55,133,11,0,124,156,198,229,67,92,8,0,126,156,115,117,223,60,7,0,130,156,97,168,65,202,6,0,130,156,122,155,140,38,12,0,131,156,70,251,184,138,6,0,131,28,254,229,25,234,7,0,133,28,89,5,98,160,10,0,133,156,228,251,194,22,11,0,134,28,241,38,86,5,8,0,134,28,87,190,57,86,8,0,134,28,199,117,229,150,9,0,134,28,199,117,153,151,9,0,136,156,125,135,18,30,6,0,136,28,80,95,239,75,6,0,136,28,174,168,233,14,9,0,136,28,174,168,209,23,9,0,136,28,174,168,194,32,9,0,139,156,1,208,92,157,7,0,140,28,5,145,114,11,10,0,140,28,5,145,104,12,10,0,141,156,169,137,11,127,6,0,142,156,182,68,69,56,7,0,142,28,54,18,10,138,7,0,142,28,54,18,102,138,7,0,142,28,18,109,178,11,12,0,147,28,219,127,238,34,7,0,147,28,14,246,202,57,9,0,147,28,14,246,240,62,9,0,147,28,215,255,112,45,12,0,152,28,86,202,176,158,10,0,152,28,86,202,204,158,10,0,154,156,99,102,233,14,9,0,154,156,99,102,209,23,9,0,154,156,99,102,194,32,9,0,155,156,141,219,75,1,6,0,155,156,25,156,225,22,7,0,155,156,25,156,67,33,8,0,157,156,74,231,232,91,7,0,157,156,148,92,31,192,10,0,157,156,148,92,90,192,10,0,161,28,21,143,233,14,9,0,161,28,21,143,209,23,9,0,161,28,21,143,194,32,9,0,165,156,237,113,254,147,7,0,166,156,153,124,250,199,6,0,166,156,153,124,96,140,7,0,166,28,159,61,99,138,10,0,166,28,159,61,195,138,10,0,166,28,159,61,32,139,10,0,169,28,58,154,229,150,9,0,169,28,58,154,153,151,9,0,171,28,30,158,126,179,8,0,171,28,30,158,95,197,8,0,173,156,21,37,57,86,8,0,174,28,178,248,37,174,6,0,175,156,91,102,216,56,7,0,176,156,161,115,79,163,9,0,176,156,161,115,118,163,9,0,176,156,161,115,151,163,9,0,177,28,168,133,120,191,7,0,178,28,38,99,98,160,10,0,179,156,194,20,82,16,6,0,179,28,118,54,215,132,7,0,181,156,171,199,13,135,6,0,182,156,73,197,101,247,7,0,183,28,252,196,98,160,10,0,189,156,238,55,145,155,11,0,190,156,89,195,236,48,7,0,190,156,170,172,232,91,7,0,190,156,208,72,104,145,7,0,191,28,72,92,164,232,7,0,191,28,210,60,66,46,9,0,191,28,210,60,227,49,9,0,195,28,45,12,230,77,6,0,200,28,65,203,64,28,7,0,200,28,222,175,3,59,11,0,202,156,220,35,115,100,8,0,205,28,25,130,81,205,7,0,205,28,25,130,150,203,8,0,205,28,25,130,44,204,8,0,205,28,25,130,206,204,8,0,205,28,25,130,48,142,10,0,206,28,222,20,245,81,7,0,206,156,174,127,187,187,11,0,208,156,36,172,51,46,6,0,208,156,36,172,87,182,7,0,209,28,172,94,193,178,11,0,211,156,239,150,126,93,6,0,211,28,19,14,160,9,12,0,216,28,208,116,46,238,6,0,219,156,219,212,93,141,7,0,219,28,196,24,77,221,10,0,219,28,196,24,208,221,10,0,220,28,146,204,236,200,9,0,220,28,146,204,4,201,9,0,223,156,43,81,185,153,11,0,223,156,103,157,23,165,11,0,225,28,73,37,62,66,7,0,225,28,78,124,224,83,7,0,225,28,42,237,77,248,7,0,225,28,73,37,228,2,9,0,225,28,73,37,23,3,9,0,226,156,60,141,212,73,7,0,226,28,227,115,202,163,7,0,227,156,81,194,89,43,9,0,227,156,81,194,121,43,9,0,227,156,81,194,162,43,9,0,228,156,96,114,240,113,6,0,228,28,161,126,187,10,8,0,229,156,128,42,44,118,6,0,229,156,128,42,1,21,8,0,229,156,128,42,208,246,8,0,229,28,209,77,96,12,12,0,232,156,251,126,104,145,7,0,238,156,179,223,120,191,7,0,240,156,70,38,82,58,7,0,240,156,121,255,62,66,7,0,240,156,226,223,123,2,11,0,241,28,111,249,229,132,9,0,241,28,111,249,184,134,9,0,242,156,204,213,195,134,7,0,243,156,15,58,216,30,6,0,245,28,100,45,207,97,11,0,246,28,83,184,245,127,10,0,247,28,46,131,87,234,6,0,249,28,58,127,134,236,6,0,249,156,201,148,120,23,7,0,249,156,248,112,59,161,7,0,250,28,173,85,202,46,7,0,250,28,173,85,78,47,7,0,250,28,173,85,170,53,8,0,250,156,201,107,128,195,10,0,251,156,162,79,202,57,9,0,251,156,162,79,240,62,9,0,252,28,49,175,189,255,6,0,253,156,109,127,233,14,9,0,253,156,109,127,209,23,9,0,253,156,109,127,194,32,9,0,255,28,76,24,245,104,9,0,255,28,76,24,223,105,9,0,1,29,76,71,127,177,9,0,1,29,76,71,162,177,9,0,5,29,125,78,159,146,6,0,5,157,21,179,15,109,7,0,5,29,77,196,135,131,7,0,6,29,162,193,92,157,7,0,7,157,157,38,148,127,6,0,7,157,157,38,209,162,6,0,7,157,157,38,5,166,6,0,7,157,157,38,29,166,6,0,7,29,56,237,81,42,8,0,7,157,157,38,47,76,8,0,11,29,118,250,203,236,9,0,11,29,118,250,14,237,9,0,11,29,118,250,93,237,9,0,14,157,205,223,204,38,7,0,14,157,97,153,14,249,8,0,16,29,86,71,225,251,9,0,16,29,86,71,48,252,9,0,18,29,174,83,120,191,7,0,18,29,174,83,26,93,8,0,20,157,176,55,62,66,7,0,21,157,7,86,254,147,7,0,21,29,114,221,222,152,9,0,21,29,114,221,15,153,9,0,25,157,5,156,224,83,7,0,25,157,22,77,202,163,7,0,26,157,123,189,120,191,7,0,29,29,27,0,212,73,7,0,29,29,27,0,48,181,11,0,33,157,165,86,26,88,6,0,33,157,165,86,156,88,6,0,33,29,184,10,80,96,7,0,33,29,53,14,217,135,7,0,33,29,184,10,67,19,11,0,33,29,74,246,194,50,11,0,39,29,169,76,66,46,9,0,39,29,169,76,227,49,9,0,40,29,244,240,183,55,7,0,40,29,244,240,133,215,11,0,41,157,178,102,73,228,7,0,41,157,178,102,191,228,7,0,48,157,217,129,150,159,10,0,48,157,217,129,212,159,10,0,51,29,147,41,233,14,9,0,51,29,147,41,209,23,9,0,51,29,147,41,194,32,9,0,52,29,168,162,25,93,9,0,52,29,168,162,212,94,9,0,57,29,125,53,205,131,7,0,58,29,233,63,62,66,7,0,62,157,138,123,96,158,6,0,63,157,216,53,142,184,10,0,63,157,216,53,59,185,10,0,64,29,161,220,81,205,7,0,64,29,161,220,56,218,7,0,64,29,89,178,75,69,9,0,64,29,89,178,161,69,9,0,65,29,227,206,32,118,8,0,68,157,227,240,80,168,10,0,68,157,227,240,228,168,10,0,68,157,227,240,124,169,10,0,71,29,136,107,22,32,10,0,71,29,136,107,35,33,10,0,71,157,143,67,95,169,11,0,76,157,213,56,238,40,7,0,76,29,227,88,202,163,7,0,77,157,166,62,31,70,9,0,77,157,166,62,31,70,9,0,77,157,166,62,104,71,9,0,77,157,166,62,104,71,9,0,77,157,166,62,179,72,9,0,77,157,166,62,179,72,9,0,79,29,17,39,195,123,7,0,81,157,13,215,94,37,6,0,81,29,177,151,230,44,12,0,83,157,144,226,29,64,11,0,85,157,92,151,190,159,7,0,86,29,158,144,57,86,8,0,87,29,149,101,9,24,7,0,88,157,37,63,247,166,6,0,88,157,37,63,150,238,8,0,89,29,36,196,72,34,11,0,90,29,1,52,127,5,8,0,91,157,143,56,156,202,7,0,91,157,143,56,176,206,10,0,91,157,143,56,241,206,10,0,91,157,143,56,46,207,10,0,92,157,65,61,158,207,10,0,92,157,65,61,47,210,10,0,95,157,205,158,88,116,7,0,96,29,149,158,146,102,7,0,96,29,149,158,46,105,7,0,97,157,86,20,245,186,9,0,97,157,86,20,80,187,9,0,97,157,86,20,165,187,9,0,97,157,226,171,83,218,10,0,97,157,226,171,181,219,10,0,98,29,76,20,213,72,10,0,98,29,76,20,241,72,10,0,99,157,106,126,213,149,11,0,100,29,132,79,233,14,9,0,100,29,132,79,209,23,9,0,100,29,132,79,194,32,9,0,103,29,38,215,137,144,6,0,106,157,172,181,55,74,9,0,106,157,172,181,40,75,9,0,108,157,34,124,202,57,9,0,108,157,34,124,240,62,9,0,108,29,196,175,24,159,11,0,110,29,11,13,62,66,7,0,111,157,110,56,78,74,10,0,111,157,110,56,93,75,10,0,111,157,110,56,96,76,10,0,111,157,110,56,126,77,10,0,112,29,5,159,45,88,6,0,112,29,194,187,222,114,7,0,113,157,18,19,212,244,6,0,113,157,18,19,77,142,8,0,115,29,150,60,217,135,7,0,116,29,243,35,62,66,7,0,117,157,36,105,227,16,6,0,119,157,76,95,57,86,8,0,122,29,17,237,29,103,9,0,122,29,17,237,133,103,9,0,123,29,231,89,174,252,5,0,130,157,17,109,25,93,9,0,130,157,17,109,212,94,9,0,131,29,198,139,31,70,9,0,131,29,198,139,104,71,9,0,131,29,198,139,179,72,9,0,132,29,176,94,226,41,9,0,132,29,176,94,66,42,9,0,132,29,176,94,171,42,9,0,133,29,146,10,62,66,7,0,135,29,192,111,35,40,8,0,137,157,124,141,54,120,7,0,142,29,211,57,143,175,6,0,142,157,129,143,247,84,9,0,146,29,48,194,73,148,9,0,146,29,48,194,217,148,9,0,147,157,184,220,13,73,6,0,147,29,212,6,69,100,8,0,147,29,193,165,19,92,11,0,147,29,193,165,72,92,11,0,148,29,61,247,133,231,11,0,151,29,112,189,67,246,6,0,152,157,54,111,214,152,8,0,159,157,177,199,80,168,10,0,159,157,177,199,228,168,10,0,159,157,177,199,124,169,10,0,160,157,170,2,158,129,7,0,162,29,235,111,108,149,6,0,162,157,92,224,137,118,7,0,162,157,139,14,98,160,10,0,164,29,187,136,218,235,10,0,164,29,187,136,243,235,10,0,164,29,187,136,19,236,10,0,165,29,198,90,4,52,6,0,167,29,10,50,53,242,10,0,168,29,121,199,12,134,6,0,168,29,121,199,165,63,7,0,168,29,123,71,62,66,7,0,168,157,141,81,86,154,10,0,168,157,141,81,163,154,10,0,170,29,132,49,202,57,9,0,170,29,132,49,240,62,9,0,171,157,174,216,93,141,7,0,172,29,204,72,181,79,6,0,174,29,108,156,149,88,7,0,176,29,5,82,1,99,7,0,176,29,5,82,0,101,7,0,176,29,151,222,203,236,9,0,176,29,151,222,14,237,9,0,176,29,151,222,168,237,9,0,179,29,42,118,23,89,9,0,179,29,42,118,71,89,9,0,180,29,107,219,167,128,9,0,180,29,107,219,133,129,9,0,184,29,211,95,14,28,10,0,184,29,211,95,35,28,10,0,185,29,47,103,12,41,8,0,185,29,47,103,57,41,8,0,185,29,47,103,108,41,8,0,185,29,170,136,181,54,11,0,187,157,18,158,169,1,6,0,188,29,14,15,136,111,11,0,190,157,197,219,25,28,7,0,191,157,228,126,98,160,10,0,192,157,244,112,83,24,7,0,193,29,115,92,22,32,10,0,193,29,115,92,35,33,10,0,195,29,85,188,241,5,7,0,197,157,120,111,115,62,6,0,197,157,35,187,193,94,10,0,200,29,170,231,88,116,7,0,201,29,164,85,66,41,12,0,202,29,91,46,201,142,7,0,206,157,84,92,173,12,11,0,209,157,248,174,17,14,9,0,209,29,129,32,98,160,10,0,214,157,3,187,27,85,7,0,214,157,135,225,81,205,7,0,214,29,178,20,107,1,10,0,215,157,98,71,67,169,7,0,216,157,127,200,118,88,7,0,218,29,213,45,254,147,7,0,220,29,190,151,56,207,8,0,221,157,217,4,212,73,7,0,225,29,229,247,215,237,10,0,226,29,87,63,165,63,7,0,227,29,64,192,144,191,9,0,227,29,64,192,188,191,9,0,228,29,215,79,212,73,7,0,231,157,94,12,148,158,6,0,238,157,129,72,107,1,10,0,240,29,73,42,41,78,6,0,244,157,93,191,57,86,8,0,250,29,117,173,229,132,9,0,250,29,117,173,184,134,9,0,251,29,68,101,29,155,10,0,251,29,216,114,30,158,11,0,254,157,199,200,133,90,6,0,254,157,199,200,153,90,6,0,0,30,139,162,40,137,11,0,4,30,120,134,245,186,9,0,4,30,120,134,80,187,9,0,4,30,120,134,165,187,9,0,6,158,159,4,106,149,8,0,6,158,162,191,193,94,10,0,7,158,203,171,248,140,10,0,7,158,203,171,74,141,10,0,8,158,212,51,29,155,10,0,10,30,157,38,128,8,6,0,10,30,157,38,153,159,6,0,15,30,85,114,15,109,7,0,17,158,40,94,9,218,11,0,18,30,226,126,233,14,9,0,18,30,226,126,209,23,9,0,18,30,226,126,194,32,9,0,18,158,18,43,162,254,10,0,21,30,174,230,109,152,7,0,21,30,209,27,67,169,7,0,21,30,97,35,6,45,8,0,22,30,117,108,62,66,7,0,22,30,25,73,67,169,7,0,23,158,150,59,135,29,6,0,24,158,87,120,229,132,9,0,24,158,87,120,184,134,9,0,26,30,41,61,54,120,7,0,27,30,9,146,216,178,6,0,29,158,98,165,247,169,9,0,29,158,98,165,71,171,9,0,29,158,98,165,153,172,9,0,29,158,98,165,240,173,9,0,31,158,96,27,42,182,9,0,31,158,96,27,83,182,9,0,32,30,72,76,67,28,6,0,32,30,87,243,43,241,6,0,32,158,149,161,133,244,10,0,33,30,118,112,104,145,7,0,33,30,92,58,30,191,8,0,33,30,92,58,76,191,8,0,33,30,92,58,120,191,8,0,33,30,92,58,163,191,8,0,33,30,92,58,205,191,8,0,34,158,196,170,105,175,10,0,34,158,196,170,50,176,10,0,36,158,19,145,67,169,7,0,38,30,227,107,202,19,7,0,39,30,0,164,93,141,7,0,40,158,201,148,61,67,8,0,40,158,201,148,110,67,8,0,41,30,112,5,21,212,9,0,41,30,112,5,55,212,9,0,44,30,46,51,202,57,9,0,44,30,46,51,240,62,9,0,45,158,140,255,12,233,8,0,53,30,172,167,111,125,7,0,54,158,84,175,1,99,7,0,55,30,153,134,62,66,7,0,55,158,245,97,202,241,7,0,57,30,150,116,141,32,7,0,59,30,56,26,146,102,7,0,59,30,104,0,111,125,7,0,59,30,240,251,202,163,7,0,61,158,248,111,168,62,7,0,61,158,88,160,4,157,7,0,66,30,235,241,56,6,10,0,66,30,235,241,102,6,10,0,66,30,216,245,115,202,10,0,66,30,216,245,148,202,10,0,67,30,183,141,212,73,7,0,71,158,245,126,197,54,7,0,74,30,157,38,141,233,6,0,77,158,66,152,202,57,9,0,77,158,66,152,240,62,9,0,79,30,236,23,232,91,7,0,82,158,3,253,245,81,7,0,83,30,198,125,226,187,6,0,84,158,76,72,122,37,6,0,84,30,195,130,67,169,7,0,90,158,32,197,27,48,7,0,92,30,147,0,167,238,10,0,93,158,1,145,180,117,7,0,94,30,202,19,195,134,7,0,95,158,20,246,216,56,7,0,95,30,213,200,93,141,7,0,95,30,166,224,19,205,7,0,95,30,166,224,138,222,7,0,99,30,189,167,93,153,7,0,99,30,6,185,247,169,9,0,99,30,6,185,71,171,9,0,99,30,6,185,153,172,9,0,99,30,6,185,240,173,9,0,104,30,152,118,120,191,7,0,105,158,100,252,254,147,7,0,105,30,122,27,94,178,9,0,105,30,122,27,151,178,9,0,105,30,122,27,209,178,9,0,105,158,54,167,95,44,11,0,108,158,34,35,212,73,7,0,108,158,198,151,167,128,9,0,108,158,198,151,133,129,9,0,110,30,50,153,236,118,10,0,110,30,50,153,6,119,10,0,111,30,240,161,88,116,7,0,112,158,75,129,67,169,7,0,114,30,184,109,156,202,9,0,114,30,184,109,83,203,9,0,115,30,238,76,220,32,7,0,115,30,214,148,80,96,7,0,116,30,125,135,49,58,7,0,116,30,15,24,202,190,7,0,116,30,15,24,137,204,7,0,116,158,188,129,38,22,10,0,116,158,188,129,66,22,10,0,121,30,42,188,98,160,10,0,123,158,37,106,165,216,11,0,124,30,224,25,196,23,7,0,125,158,175,188,65,156,7,0,125,158,175,188,164,156,7,0,126,30,49,37,241,127,8,0,129,158,2,67,216,56,7,0,132,30,253,14,212,73,7,0,132,30,231,115,230,104,11,0,134,158,84,127,32,66,11,0,134,158,19,248,252,50,12,0,136,30,56,203,139,135,7,0,136,30,56,203,158,135,7,0,137,30,217,111,135,36,7,0,138,30,82,22,67,169,7,0,138,30,58,201,98,160,10,0,140,158,88,27,215,132,7,0,140,158,88,128,66,46,9,0,140,158,88,128,227,49,9,0,145,158,223,142,223,60,7,0,147,158,46,101,41,200,6,0,147,158,161,99,224,83,7,0,147,158,94,203,37,43,11,0,149,158,23,134,46,105,7,0,152,158,175,210,120,175,9,0,152,158,175,210,38,176,9,0,155,30,154,77,215,132,7,0,157,158,248,125,72,76,9,0,157,158,248,125,130,76,9,0,159,158,220,234,28,0,7,0,159,30,76,6,66,46,9,0,159,30,76,6,227,49,9,0,160,158,213,130,8,184,7,0,162,158,37,63,54,120,7,0,166,30,205,32,156,17,12,0,167,158,26,171,150,159,10,0,167,158,26,171,212,159,10,0,170,30,97,155,11,198,8,0,170,158,137,84,162,237,8,0,171,158,221,40,202,163,7,0,172,158,114,149,202,163,7,0,174,158,195,8,160,23,7,0,175,158,251,120,197,76,11,0,177,158,165,230,21,144,11,0,178,30,222,3,225,195,8,0,178,30,222,3,19,196,8,0,178,30,222,3,81,196,8,0,178,30,222,3,130,196,8,0,178,30,222,3,197,196,8,0,179,158,107,195,215,245,9,0,179,158,107,195,69,246,9,0,179,30,174,83,98,160,10,0,181,30,194,236,207,7,10,0,181,30,194,236,27,8,10,0,182,30,167,40,176,212,6,0,182,158,196,187,254,147,7,0,182,158,133,254,202,57,9,0,182,158,133,254,240,62,9,0,183,158,252,145,134,44,8,0,183,158,165,7,66,46,9,0,183,158,165,7,227,49,9,0,184,158,41,186,212,73,7,0,184,158,205,74,197,251,7,0,187,30,18,123,1,99,7,0,187,30,18,123,0,101,7,0,188,158,74,177,27,54,9,0,188,158,74,177,191,54,9,0,188,158,74,177,104,55,9,0,189,30,164,47,80,223,10,0,189,30,164,47,128,223,10,0,189,30,164,47,175,223,10,0,189,30,164,47,235,223,10,0,190,30,65,57,165,59,7,0,192,158,153,51,83,65,11,0,195,30,63,90,232,91,7,0,195,158,110,174,94,61,8,0,198,30,221,143,62,137,7,0,198,30,55,255,56,207,8,0,199,158,114,89,14,240,10,0,200,158,21,91,77,255,5,0,207,158,154,199,30,173,6,0,208,30,12,179,85,7,9,0,213,30,255,231,212,73,7,0,213,158,30,167,157,236,11,0,215,158,158,254,232,91,7,0,216,158,89,31,55,33,6,0,219,158,244,228,15,109,7,0,219,30,29,129,254,147,7,0,221,30,154,98,150,243,5,0,223,30,5,8,60,141,11,0,224,30,121,17,1,99,7,0,224,30,121,17,0,101,7,0,226,158,243,115,149,171,10,0,226,158,243,115,183,171,10,0,228,158,183,11,192,71,10,0,228,158,183,11,239,71,10,0,230,30,210,102,156,10,12,0,233,30,21,252,111,125,7,0,234,30,144,108,229,132,9,0,234,30,144,108,184,134,9,0,239,30,110,209,235,16,7,0,240,158,169,199,49,86,7,0,241,158,120,83,92,157,7,0,241,30,213,138,233,14,9,0,241,30,213,138,209,23,9,0,241,30,213,138,194,32,9,0,243,158,36,62,247,169,9,0,243,158,36,62,71,171,9,0,243,158,36,62,153,172,9,0,243,158,36,62,240,173,9,0,245,30,39,2,128,31,11,0,245,30,39,2,161,31,11,0,247,158,237,95,202,57,9,0,247,158,237,95,240,62,9,0,248,30,38,255,50,176,11,0,250,158,86,183,223,115,7,0,252,158,107,237,233,14,9,0,252,158,107,237,209,23,9,0,252,158,107,237,194,32,9,0,254,158,64,53,111,125,7,0,254,30,163,162,254,147,7,0,1,31,70,82,217,135,7,0,3,31,54,138,120,191,7,0,3,31,54,138,40,211,7,0,6,31,5,94,174,220,8,0,6,31,114,159,51,41,10,0,6,31,114,159,127,41,10,0,6,159,212,194,178,140,11,0,7,159,107,223,59,87,6,0,7,159,65,251,88,167,11,0,8,31,132,8,23,35,7,0,9,31,42,209,236,48,7,0,11,31,99,244,202,57,9,0,11,31,99,244,240,62,9,0,11,31,84,182,64,109,9,0,11,31,84,182,204,109,9,0,13,159,135,86,126,168,6,0,13,31,213,213,142,184,10,0,13,31,213,213,59,185,10,0,13,31,185,250,159,88,11,0,14,159,44,56,44,222,9,0,14,159,44,56,89,222,9,0,16,31,85,32,124,187,6,0,16,31,96,166,223,60,7,0,16,31,209,211,195,134,7,0,17,159,229,217,255,129,7,0,17,31,85,136,128,158,8,0,17,31,238,204,245,104,9,0,17,31,238,204,223,105,9,0,18,159,178,193,54,120,7,0,19,31,83,200,120,175,9,0,19,31,83,200,38,176,9,0,20,31,187,202,254,147,7,0,20,31,198,222,4,90,11,0,22,31,17,127,18,68,6,0,22,31,62,48,238,34,7,0,25,159,242,111,213,5,12,0,26,159,200,5,139,112,7,0,26,31,220,8,156,202,7,0,26,31,220,8,81,205,7,0,26,31,21,107,118,138,8,0,26,31,220,8,109,138,9,0,28,159,33,73,217,135,7,0,29,159,55,180,54,120,7,0,31,31,188,87,92,91,7,0,33,31,151,11,187,8,9,0,33,31,151,11,7,9,9,0,34,159,211,229,207,28,12,0,36,159,115,124,22,32,10,0,36,159,115,124,35,33,10,0,37,31,27,126,254,147,7,0,41,159,179,72,131,181,6,0,47,159,106,132,23,5,6,0,50,31,158,243,254,147,7,0,54,31,200,57,158,207,10,0,54,31,200,57,47,210,10,0,54,159,203,89,133,244,10,0,54,31,187,129,48,181,11,0,55,159,241,39,113,43,6,0,55,31,228,197,31,70,9,0,55,31,228,197,104,71,9,0,55,31,228,197,179,72,9,0,59,31,172,69,66,46,9,0,59,31,172,69,227,49,9,0,60,31,116,137,158,207,10,0,60,31,116,137,47,210,10,0,62,31,124,94,227,89,11,0,64,31,130,210,218,48,7,0,65,31,57,233,81,205,7,0,71,159,78,75,253,58,6,0,71,159,96,54,167,128,9,0,71,159,96,54,133,129,9,0,72,31,42,90,233,14,9,0,72,31,42,90,209,23,9,0,72,31,42,90,194,32,9,0,72,31,42,90,150,186,10,0,72,31,42,90,226,186,10,0,72,31,42,90,47,187,10,0,74,159,83,108,146,102,7,0,74,159,83,108,46,105,7,0,74,159,92,34,81,205,7,0,74,159,92,34,30,217,7,0,75,159,62,153,115,5,9,0,79,31,170,254,3,21,12,0,80,31,22,63,59,222,6,0,85,159,233,197,187,232,9,0,85,159,233,197,11,233,9,0,87,159,192,129,108,195,11,0,88,159,147,27,191,215,6,0,89,31,51,35,165,33,7,0,89,159,165,102,199,124,9,0,89,159,165,102,173,125,9,0,89,159,165,102,152,126,9,0,91,31,9,209,111,125,7,0,92,31,44,93,252,139,11,0,93,159,162,16,127,65,8,0,94,159,108,93,255,241,10,0,95,31,17,127,104,145,7,0,96,159,215,166,98,23,7,0,96,159,215,89,81,205,7,0,96,159,215,89,144,68,9,0,97,159,152,220,74,31,12,0,98,31,175,24,146,102,7,0,98,31,175,24,46,105,7,0,101,31,228,157,90,119,6,0,102,159,65,194,233,14,9,0,102,159,65,194,209,23,9,0,102,159,65,194,194,32,9,0,105,159,113,72,42,25,10,0,105,159,113,72,94,25,10,0,108,31,108,57,104,145,7,0,110,159,95,199,167,128,9,0,110,159,95,199,133,129,9,0,110,159,130,44,131,43,12,0,111,31,65,39,111,125,7,0,113,159,11,70,44,77,11,0,115,31,228,189,98,201,7,0,115,31,228,189,202,217,7,0,115,31,203,58,29,48,11,0,117,31,243,95,57,86,8,0,118,159,207,11,156,202,7,0,118,159,207,11,87,204,7,0,120,159,76,253,134,119,11,0,121,31,167,125,7,29,7,0,121,31,237,31,67,169,7,0,122,159,23,253,120,191,7,0,122,159,23,253,120,232,7,0,124,159,93,51,151,37,12,0,127,159,163,132,108,128,7,0,131,31,251,129,218,15,7,0,131,31,237,93,218,101,9,0,131,31,237,93,241,101,9,0,132,159,217,84,255,9,7,0,133,159,41,221,196,121,11,0,136,31,208,248,67,169,7,0,137,159,255,215,116,250,7,0,137,159,255,215,30,251,7,0,140,31,139,36,171,130,10,0,140,31,139,36,227,130,10,0,140,31,139,36,28,131,10,0,140,159,213,151,141,14,12,0,141,31,154,64,202,163,7,0,145,31,237,29,184,51,7,0,145,159,11,207,67,169,7,0,145,159,194,214,67,169,7,0,148,31,2,73,107,1,10,0,151,31,252,145,62,66,7,0,154,31,117,78,67,169,7,0,154,31,45,129,48,66,11,0,160,159,97,128,77,217,6,0,160,31,49,238,7,29,7,0,160,159,118,154,65,156,7,0,160,159,118,154,164,156,7,0,167,159,117,197,54,120,7,0,168,31,158,3,1,99,7,0,168,31,158,3,0,101,7,0,168,159,201,129,67,169,7,0,168,31,158,3,144,190,7,0,168,31,158,3,202,230,7,0,168,159,201,129,182,243,7,0,169,31,77,82,17,96,10,0,169,31,77,82,83,97,10,0,169,31,77,82,152,98,10,0,170,31,172,176,83,218,10,0,170,31,172,176,181,219,10,0,171,31,208,41,160,35,6,0,171,31,208,41,94,116,8,0,171,31,208,41,128,116,8,0,171,31,208,41,164,116,8,0,171,31,208,41,74,24,10,0,171,31,208,41,94,24,10,0,171,31,208,41,247,44,11,0,173,159,163,191,202,57,9,0,173,159,163,191,240,62,9,0,175,159,207,142,62,66,7,0,175,31,206,173,81,205,7,0,175,31,206,173,140,192,8,0,177,31,157,38,232,91,7,0,177,159,187,129,251,122,7,0,177,31,3,127,67,169,7,0,182,31,105,78,202,57,9,0,182,31,105,78,240,62,9,0,186,159,8,198,210,34,6,0,189,31,111,98,202,46,7,0,189,31,111,98,78,47,7,0,189,159,244,38,1,99,7,0,191,159,73,33,212,73,7,0,191,31,40,74,75,70,11,0,194,31,135,34,93,153,7,0,194,31,69,232,59,161,7,0,194,31,135,34,202,57,9,0,194,31,135,34,240,62,9,0,195,31,177,133,202,57,9,0,195,31,177,133,240,62,9,0,196,159,63,48,166,249,9,0,196,159,63,48,192,249,9,0,197,159,177,69,158,41,6,0,197,31,227,51,82,229,8,0,197,31,227,51,193,220,11,0,198,31,53,118,185,130,7,0,198,31,25,110,173,13,11,0,199,31,73,180,67,169,7,0,201,159,45,127,40,67,6,0,201,159,45,127,181,239,6,0,201,159,45,127,49,15,8,0,202,31,30,110,202,57,9,0,202,31,30,110,240,62,9,0,203,31,245,90,16,240,5,0,204,159,236,105,92,157,7,0,204,159,69,3,4,18,11,0,204,31,126,231,42,179,11,0,205,31,73,64,23,14,11,0,206,159,17,225,249,33,7,0,206,31,113,49,236,50,7,0,206,159,17,225,142,32,11,0,207,159,61,165,92,171,6,0,208,159,141,142,137,101,10,0,208,159,141,142,237,101,10,0,208,159,141,142,78,102,10,0,211,31,136,84,200,162,7,0,213,31,248,136,53,237,6,0,214,159,235,65,101,146,9,0,214,159,235,65,61,147,9,0,215,31,134,149,22,32,10,0,215,31,134,149,35,33,10,0,215,159,78,221,141,78,10,0,215,159,78,221,26,79,10,0,215,31,9,88,98,160,10,0,216,31,231,137,89,12,8,0,217,159,234,129,64,56,9,0,217,159,234,129,242,56,9,0,218,31,20,54,174,216,6,0,221,31,15,76,162,64,10,0,221,31,15,76,33,65,10,0,221,31,15,76,173,65,10,0,222,31,5,199,215,132,7,0,222,159,101,91,137,190,10,0,222,159,101,91,172,190,10,0,222,159,157,18,228,83,11,0,223,31,231,32,173,7,6,0,224,31,248,13,245,127,10,0,230,159,168,67,230,35,10,0,230,159,168,67,133,36,10,0,231,31,80,181,167,128,9,0,231,31,80,181,133,129,9,0,232,31,255,93,3,38,7,0,233,159,215,56,165,253,9,0,233,159,215,56,187,253,9,0,233,159,106,35,193,94,10,0,235,159,10,64,67,169,7,0,237,159,24,182,233,14,9,0,237,159,24,182,209,23,9,0,237,159,24,182,194,32,9,0,241,31,217,85,103,165,9,0,241,31,217,85,239,165,9,0,241,31,3,145,54,21,11,0,241,159,99,241,245,45,11,0,242,159,169,181,117,155,11,0,244,159,191,253,78,121,6,0,244,31,129,86,254,147,7,0,249,31,13,4,218,165,11,0,253,159,122,81,177,10,11,0,253,159,122,81,206,10,11,0,254,159,93,157,3,38,7,0,254,159,249,62,115,249,10,0,2,160,141,254,92,157,7,0,2,32,53,87,233,14,9,0,2,32,53,87,209,23,9,0,2,32,53,87,194,32,9,0,3,160,98,141,131,90,7,0,6,32,59,109,185,47,7,0,7,160,61,16,93,141,7,0,8,32,187,142,98,160,10,0,10,160,117,229,186,82,10,0,10,160,117,229,202,82,10,0,16,160,17,201,103,159,7,0,16,160,17,201,148,159,7,0,20,160,147,226,62,66,7,0,20,160,3,227,56,207,8,0,23,32,208,73,202,57,9,0,23,32,208,73,240,62,9,0,26,160,83,43,92,10,6,0,26,160,83,43,110,10,6,0,28,160,121,233,254,147,7,0,29,160,156,11,254,90,7,0,32,32,233,2,212,73,7,0,33,160,13,138,202,57,9,0,33,160,13,138,240,62,9,0,34,160,164,1,198,235,5,0,37,32,48,242,156,202,7,0,37,32,48,242,81,205,7,0,37,32,48,242,138,88,9,0,42,160,46,66,103,129,6,0,42,160,46,66,95,138,6,0,42,160,46,66,199,226,6,0,42,160,46,66,15,109,7,0,42,160,46,66,4,188,7,0,44,32,143,241,101,27,7,0,44,32,118,66,106,52,7,0,44,32,231,242,229,132,9,0,44,32,231,242,184,134,9,0,47,160,177,95,122,184,8,0,47,160,177,95,8,185,8,0,47,160,177,95,139,185,8,0,48,32,67,220,125,54,11,0,57,160,231,242,51,237,10,0,59,32,234,43,120,191,7,0,59,160,161,251,244,254,9,0,59,160,161,251,28,255,9,0,60,160,215,169,18,101,6,0,60,160,242,156,120,191,7,0,61,32,146,95,27,215,6,0,61,160,164,247,109,152,7,0,62,32,240,168,37,104,9,0,64,32,205,232,107,1,10,0,67,32,239,18,92,157,7,0,67,32,69,202,99,40,12,0,68,160,115,187,1,99,7,0,68,160,115,187,0,101,7,0,68,160,115,187,63,217,7,0,70,32,219,4,55,74,9,0,70,32,219,4,40,75,9,0,71,160,209,76,67,169,7,0,71,32,6,113,67,169,7,0,72,160,97,79,195,134,7,0,73,160,106,177,17,134,11,0,75,32,101,132,45,113,6,0,76,32,244,198,176,243,5,0,77,160,147,222,0,131,11,0,87,160,70,193,93,153,7,0,89,32,104,164,128,195,10,0,90,160,101,143,60,37,6,0,90,160,230,197,149,209,6,0,91,160,246,151,67,61,7,0,91,32,214,176,120,191,7,0,94,32,160,204,81,205,7,0,94,32,160,204,50,216,7,0,94,32,160,204,56,218,7,0,95,160,72,109,67,169,7,0,96,160,178,80,81,205,7,0,97,32,25,83,42,196,10,0,97,32,25,83,219,196,10,0,98,160,64,80,111,125,7,0,101,160,223,83,62,66,7,0,102,32,57,169,140,42,12,0,107,160,158,115,252,62,8,0,107,160,158,115,51,63,8,0,107,160,158,115,106,63,8,0,108,32,141,204,158,207,10,0,108,32,141,204,47,210,10,0,109,32,66,116,229,132,9,0,109,32,66,116,184,134,9,0,109,160,13,63,133,33,11,0,111,160,59,244,90,43,7,0,111,160,59,244,188,180,11,0,113,160,221,28,233,14,9,0,113,160,221,28,209,23,9,0,113,160,221,28,194,32,9,0,114,32,206,204,215,31,7,0,117,32,179,91,78,54,7,0,118,32,156,74,236,48,7,0,120,32,96,66,8,32,8,0,122,32,228,190,233,14,9,0,122,32,228,190,209,23,9,0,122,32,228,190,194,32,9,0,125,32,63,188,62,66,7,0,129,160,135,158,89,210,11,0,129,32,155,44,124,248,11,0,131,160,30,245,14,189,6,0,131,32,198,39,66,140,8,0,132,32,193,234,127,161,7,0,133,32,133,221,55,74,9,0,133,32,133,221,40,75,9,0,133,32,199,96,127,141,11,0,134,32,44,242,99,170,6,0,134,160,231,37,202,57,9,0,134,160,231,37,240,62,9,0,134,160,231,141,31,70,9,0,134,160,231,141,104,71,9,0,134,160,231,141,179,72,9,0,134,32,133,126,45,188,9,0,134,32,133,126,125,188,9,0,134,32,133,126,220,188,9,0,134,32,133,126,46,189,9,0,134,32,202,26,84,73,11,0,135,160,0,77,66,42,7,0,136,32,27,33,128,191,6,0,136,32,27,33,212,219,6,0,138,32,179,129,69,167,11,0,138,32,188,217,167,20,12,0,138,32,188,217,187,20,12,0,143,160,176,42,229,132,9,0,143,160,176,42,184,134,9,0,143,160,160,7,27,41,11,0,143,160,160,7,60,41,11,0,144,32,62,231,83,218,10,0,144,32,62,231,181,219,10,0,145,160,241,234,11,198,8,0,146,160,83,143,226,242,6,0,148,160,41,190,4,124,7,0,149,32,217,244,103,182,6,0,151,32,168,22,37,80,8,0,154,160,132,182,24,185,7,0,154,160,132,182,202,190,7,0,157,32,208,17,117,41,7,0,157,32,113,57,98,160,10,0,158,160,146,126,67,169,7,0,160,160,122,143,251,246,7,0,160,160,122,143,188,142,10,0,160,160,122,143,242,142,10,0,160,160,122,143,47,143,10,0,163,32,5,253,254,147,7,0,164,160,194,47,69,136,8,0,164,32,125,130,176,229,8,0,165,32,103,118,32,184,11,0,168,160,205,234,62,66,7,0,169,160,124,154,241,155,7,0,169,160,115,199,247,169,9,0,169,160,115,199,71,171,9,0,169,160,115,199,153,172,9,0,169,160,115,199,240,173,9,0,170,32,147,177,1,99,7,0,170,32,147,177,0,101,7,0,171,160,73,77,45,188,9,0,171,160,73,77,125,188,9,0,171,160,73,77,220,188,9,0,171,160,73,77,46,189,9,0,171,160,213,80,141,9,12,0,172,160,179,161,59,42,12,0,172,160,179,161,187,46,12,0,174,32,183,10,27,48,7,0,174,32,172,156,1,99,7,0,174,32,172,156,0,101,7,0,174,160,251,250,81,205,7,0,174,32,172,156,63,217,7,0,174,160,251,250,140,192,8,0,175,160,127,100,66,46,9,0,175,160,127,100,227,49,9,0,176,160,106,249,250,196,6,0,177,32,178,168,238,40,7,0,181,160,22,156,213,144,11,0,183,32,229,94,128,5,6,0,188,160,110,239,120,191,7,0,189,32,136,159,252,126,8,0,189,32,136,159,45,127,8,0,189,32,136,159,96,127,8,0,189,32,136,159,151,127,8,0,189,32,136,159,197,127,8,0,192,160,130,243,166,27,6,0,192,160,17,246,219,252,6,0,193,32,22,171,214,19,6,0,196,32,21,227,120,191,7,0,197,32,66,39,29,103,9,0,197,32,66,39,133,103,9,0,198,160,97,40,5,225,7,0,198,160,71,249,150,229,9,0,198,160,71,249,236,229,9,0,198,160,71,249,124,230,9,0,198,32,79,179,42,196,10,0,198,32,79,179,219,196,10,0,199,32,239,89,220,154,7,0,199,32,239,89,30,119,11,0,200,32,218,196,146,102,7,0,200,32,218,196,46,105,7,0,203,32,88,202,63,114,7,0,205,160,214,69,58,88,7,0,206,160,146,144,111,69,11,0,208,160,142,13,173,245,5,0,211,160,163,69,164,91,6,0,211,160,163,69,157,0,9,0,215,160,190,244,245,104,9,0,215,160,190,244,223,105,9,0,218,160,160,195,214,89,8,0,218,160,214,243,190,247,8,0,218,32,143,189,25,93,9,0,218,32,143,189,212,94,9,0,220,32,84,207,184,27,12,0,221,32,50,103,202,163,7,0,222,160,67,211,226,122,11,0,227,32,104,135,162,64,10,0,227,32,104,135,33,65,10,0,227,32,104,135,173,65,10,0,231,32,119,251,93,153,7,0,231,160,85,188,237,80,11,0,232,160,239,227,71,230,7,0,234,32,157,38,120,6,6,0,234,32,190,176,216,56,7,0,236,32,46,58,254,147,7,0,240,160,247,10,65,156,7,0,240,160,247,10,164,156,7,0,240,160,247,10,127,118,11,0,243,32,188,137,36,46,8,0,244,32,41,4,99,34,10,0,244,32,41,4,153,34,10,0,245,32,213,56,62,66,7,0,245,160,128,192,127,63,11,0,247,160,60,19,193,94,10,0,248,160,188,45,56,207,8,0,253,160,231,242,247,117,7,0,253,160,234,244,128,195,10,0,255,160,163,225,211,23,11,0,1,33,207,69,127,161,7,0,1,161,230,30,114,11,10,0,1,161,230,30,104,12,10,0,4,161,57,120,233,14,9,0,4,161,57,120,209,23,9,0,4,161,57,120,194,32,9,0,6,33,39,33,67,169,7,0,11,33,198,199,149,103,6,0,11,161,131,207,146,102,7,0,11,33,196,115,235,237,10,0,12,33,67,47,202,57,9,0,12,33,67,47,240,62,9,0,12,161,33,206,42,196,10,0,12,161,33,206,219,196,10,0,12,33,202,249,133,244,10,0,13,161,134,45,168,62,7,0,14,33,23,7,25,93,9,0,14,33,23,7,212,94,9,0,19,161,187,103,53,36,6,0,19,33,81,103,57,86,8,0,20,33,24,155,75,37,7,0,23,161,168,35,246,116,6,0,23,161,168,35,97,218,6,0,23,161,248,216,7,167,9,0,23,161,248,216,69,167,9,0,24,33,234,64,251,52,7,0,24,161,111,63,251,122,7,0,25,161,57,51,195,123,7,0,25,33,8,55,98,160,10,0,27,33,239,111,158,207,10,0,27,33,239,111,47,210,10,0,27,33,38,58,178,159,11,0,28,33,59,68,98,160,10,0,29,161,40,94,19,140,9,0,29,161,40,94,144,140,9,0,31,33,211,239,135,65,7,0,33,33,239,24,168,141,9,0,33,33,239,24,184,142,9,0,34,33,177,48,65,251,5,0,34,33,51,38,186,24,12,0,35,161,6,28,129,112,11,0,38,33,89,185,236,48,7,0,38,33,39,170,111,125,7,0,38,33,52,102,66,46,9,0,38,33,52,102,227,49,9,0,44,161,77,28,232,91,7,0,44,33,191,107,133,201,10,0,44,33,191,107,163,201,10,0,44,33,191,107,184,201,10,0,47,33,172,82,241,75,8,0,48,161,186,68,230,154,6,0,48,33,65,250,216,236,10,0,50,33,46,78,92,91,7,0,51,33,185,214,17,14,9,0,55,161,231,242,233,14,9,0,55,161,231,242,209,23,9,0,55,161,231,242,194,32,9,0,57,33,9,85,120,191,7,0,58,161,253,35,189,100,6,0,58,161,252,229,212,73,7,0,60,33,62,240,122,92,11,0,63,33,80,38,81,205,7,0,63,33,80,38,140,192,8,0,63,33,17,88,37,104,9,0,65,161,222,6,185,43,7,0,67,161,100,0,240,131,7,0,68,33,148,204,111,90,10,0,68,33,148,204,70,91,10,0,71,161,44,122,148,156,8,0,71,161,44,122,93,235,11,0,71,161,44,122,122,236,11,0,71,161,44,122,29,254,11,0,72,33,88,171,120,213,6,0,72,33,91,81,214,89,8,0,73,161,61,8,80,96,7,0,77,33,117,242,180,117,7,0,77,33,82,54,93,141,7,0,83,161,173,114,254,147,7,0,84,161,145,38,111,125,7,0,89,33,32,20,146,102,7,0,89,33,32,20,46,105,7,0,89,161,103,117,67,169,7,0,91,161,112,124,98,160,10,0,93,33,51,230,166,253,7,0,93,33,51,230,207,253,7,0,94,33,182,213,54,120,7,0,96,161,214,152,104,166,8,0,98,33,122,172,32,40,12,0,99,161,121,47,247,169,9,0,99,161,121,47,71,171,9,0,99,161,121,47,153,172,9,0,99,161,121,47,240,173,9,0,100,161,209,163,167,60,11,0,101,161,101,36,199,124,9,0,101,161,101,36,173,125,9,0,101,161,101,36,152,126,9,0,102,33,155,206,202,163,7,0,102,33,151,70,229,132,9,0,102,33,151,70,184,134,9,0,103,33,106,28,114,11,10,0,103,33,106,28,104,12,10,0,104,33,35,252,216,56,7,0,104,161,55,37,33,132,7,0,104,161,55,37,123,132,7,0,105,161,180,46,146,102,7,0,105,161,180,46,178,95,11,0,106,161,85,170,202,163,7,0,109,161,35,248,120,191,7,0,111,161,99,139,212,73,7,0,111,161,99,139,120,191,7,0,111,161,168,133,156,48,8,0,112,161,195,147,210,115,9,0,112,161,195,147,145,116,9,0,112,161,195,147,74,117,9,0,114,33,229,212,46,105,7,0,114,161,218,246,206,6,11,0,115,161,39,218,15,109,7,0,118,33,10,211,218,123,6,0,118,33,10,211,22,237,6,0,118,161,182,140,185,43,7,0,118,161,163,128,213,37,10,0,118,161,163,128,230,37,10,0,118,161,4,126,52,56,10,0,118,161,4,126,88,56,10,0,121,33,207,50,247,242,11,0,124,33,138,197,168,8,6,0,126,161,130,11,166,38,6,0,126,161,209,55,83,218,10,0,126,161,209,55,181,219,10,0,128,161,250,17,2,119,7,0,129,161,167,126,156,202,7,0,129,33,225,218,150,229,9,0,129,33,225,218,236,229,9,0,129,33,225,218,124,230,9,0,129,161,167,126,215,127,10,0,131,33,233,57,223,8,6,0,136,33,235,246,71,218,11,0,137,161,108,56,98,160,10,0,138,33,148,204,192,96,9,0,138,33,148,204,164,97,9,0,138,33,148,204,128,98,9,0,139,161,213,117,149,88,7,0,140,33,247,188,54,120,7,0,142,161,7,170,183,134,8,0,142,161,31,63,202,57,9,0,142,161,31,63,240,62,9,0,144,33,125,202,233,14,9,0,144,33,125,202,209,23,9,0,144,33,125,202,194,32,9,0,145,161,74,108,122,13,6,0,148,33,224,19,57,207,6,0,148,33,102,168,76,136,11,0,149,161,172,86,220,154,7,0,150,161,32,109,88,243,11,0,152,161,114,27,66,46,9,0,152,161,114,27,227,49,9,0,156,161,172,24,110,79,9,0,156,161,172,24,222,79,9,0,160,33,30,156,229,132,9,0,160,33,30,156,184,134,9,0,161,161,1,154,45,60,7,0,162,33,84,141,87,99,11,0,164,161,15,78,251,202,11,0,166,161,211,29,98,160,10,0,167,33,167,67,81,205,7,0,167,33,167,67,1,220,7,0,167,161,226,43,107,1,10,0,168,161,52,167,104,8,6,0,168,33,76,254,67,169,7,0,170,33,160,122,56,207,8,0,171,161,164,3,139,35,11,0,172,33,194,218,45,60,7,0,172,33,80,230,15,109,7,0,172,33,85,130,120,191,7,0,173,33,244,40,65,51,6,0,173,161,32,104,92,91,7,0,175,33,1,40,118,245,8,0,177,161,219,113,201,142,7,0,179,33,163,133,252,108,6,0,182,161,133,225,102,31,11,0,183,161,155,54,185,43,7,0,183,161,209,226,135,131,7,0,185,33,182,16,160,25,6,0,185,33,175,250,54,120,7,0,189,161,76,247,215,52,6,0,189,33,23,68,98,63,11,0,189,161,190,53,140,217,11,0,194,33,213,162,80,96,7,0,196,33,37,199,228,158,7,0,197,33,39,159,176,13,6,0,197,33,39,159,201,181,6,0,197,33,39,159,234,181,6,0,197,33,115,28,12,187,6,0,197,33,109,54,93,141,7,0,198,161,97,52,196,208,6,0,198,161,97,52,18,222,6,0,198,33,221,190,98,160,10,0,202,33,225,3,120,191,7,0,205,33,34,123,186,118,7,0,208,161,47,242,66,42,7,0,208,33,37,105,187,30,11,0,211,161,103,27,98,160,10,0,213,33,69,179,128,158,8,0,213,161,63,248,147,240,10,0,214,33,79,150,41,90,9,0,214,33,79,150,96,90,9,0,216,161,156,217,224,83,7,0,218,161,237,163,187,57,7,0,220,161,9,94,127,237,5,0,226,161,109,178,31,164,11,0,230,161,77,207,179,30,8,0,234,33,155,2,127,50,7,0,237,161,209,5,220,32,7,0,237,161,65,212,193,4,11,0,238,33,130,107,177,209,6,0,238,33,220,119,210,86,7,0,239,161,95,156,32,100,6,0,239,161,154,156,138,164,6,0,239,33,88,250,215,245,9,0,239,33,88,250,69,246,9,0,240,33,48,18,137,204,7,0,240,33,48,18,205,215,7,0,241,161,89,122,195,173,8,0,241,161,89,122,244,173,8,0,241,161,89,122,39,174,8,0,242,161,120,102,62,66,7,0,242,161,188,6,82,189,10,0,246,161,127,39,98,160,10,0,247,161,167,213,254,147,7,0,249,33,128,37,220,154,7,0,250,161,100,222,149,88,7,0,250,33,213,121,235,163,9,0,250,33,213,121,16,164,9,0,252,161,21,126,3,178,11,0,254,161,151,226,195,134,7,0,255,161,117,80,124,85,6,0,255,33,164,126,168,62,7,0,3,162,148,177,46,105,7,0,3,34,168,239,220,223,7,0,8,162,24,133,187,97,8,0,11,34,0,97,142,66,8,0,13,162,117,43,45,164,8,0,15,34,237,5,67,169,7,0,15,162,164,251,120,191,7,0,16,34,109,251,97,39,7,0,16,34,49,100,66,42,7,0,17,34,88,204,38,180,6,0,17,34,88,204,46,105,7,0,17,34,88,204,26,119,8,0,17,34,88,204,71,119,8,0,20,162,231,242,187,57,7,0,21,162,188,187,11,113,7,0,21,34,23,96,25,93,9,0,21,34,23,96,212,94,9,0,21,162,162,110,167,128,9,0,21,162,162,110,133,129,9,0,22,34,55,2,197,2,6,0,23,34,242,13,187,232,9,0,23,34,242,13,11,233,9,0,24,34,244,125,25,93,9,0,24,34,244,125,212,94,9,0,25,162,53,34,62,66,7,0,25,162,215,65,98,201,7,0,25,34,237,139,67,10,9,0,26,162,23,112,101,146,9,0,26,162,23,112,61,147,9,0,27,34,134,200,185,43,7,0,29,162,122,57,89,216,6,0,33,162,189,170,120,191,7,0,39,34,165,4,47,83,7,0,40,162,108,136,70,45,11,0,46,162,109,42,215,132,7,0,46,34,203,110,93,141,7,0,47,34,219,61,236,48,7,0,48,162,134,125,254,147,7,0,49,162,168,104,128,191,6,0,49,162,168,104,212,219,6,0,49,162,168,104,177,187,7,0,49,162,191,191,137,204,7,0,49,34,150,96,124,211,11,0,50,162,36,65,79,86,9,0,52,34,192,225,212,73,7,0,55,162,238,107,195,134,7,0,56,34,206,229,167,146,8,0,56,34,206,229,183,147,8,0,57,34,0,84,1,160,7,0,58,34,62,166,194,32,11,0,59,162,160,32,208,106,9,0,59,162,160,32,138,107,9,0,59,162,160,32,56,108,9,0,60,162,71,3,212,73,7,0,60,34,22,187,45,188,9,0,60,34,22,187,125,188,9,0,60,34,22,187,220,188,9,0,60,34,22,187,46,189,9,0,60,162,223,127,89,141,11,0,61,162,4,108,150,110,9,0,61,162,4,108,176,112,9,0,62,162,241,208,117,239,8,0,62,34,87,87,233,14,9,0,62,34,87,87,209,23,9,0,62,34,87,87,194,32,9,0,67,34,180,148,138,9,9,0,67,34,1,219,0,78,11,0,69,34,234,35,97,39,7,0,70,162,151,126,193,94,10,0,71,34,109,162,45,24,11,0,72,162,69,169,33,55,7,0,72,162,115,160,31,86,11,0,74,34,219,4,193,94,10,0,75,162,182,120,50,109,6,0,75,162,182,120,120,175,6,0,75,34,90,48,91,164,9,0,75,34,90,48,117,164,9,0,75,162,201,76,38,115,10,0,77,34,201,85,242,3,9,0,77,162,38,192,120,175,9,0,77,162,38,192,38,176,9,0,79,34,253,194,111,125,7,0,80,34,204,80,66,26,7,0,80,34,215,91,233,14,9,0,80,34,215,91,209,23,9,0,80,34,215,91,194,32,9,0,83,34,98,254,172,159,6,0,83,34,220,149,6,153,7,0,86,34,147,191,212,73,7,0,87,162,3,252,120,162,6,0,87,162,3,252,46,105,7,0,87,34,14,144,202,190,7,0,87,34,14,144,202,217,7,0,91,34,96,86,142,66,8,0,91,162,62,70,245,104,9,0,91,162,62,70,223,105,9,0,91,34,86,48,133,244,10,0,91,162,106,171,61,23,11,0,93,34,26,202,70,130,7,0,95,162,164,222,163,137,10,0,96,162,141,34,122,92,11,0,97,34,23,187,212,73,7,0,97,34,47,199,254,147,7,0,97,34,73,129,146,45,12,0,98,162,231,242,127,110,7,0,98,34,17,173,251,122,7,0,98,34,113,27,98,160,10,0,99,34,89,230,107,20,8,0,101,34,59,134,246,91,11,0,101,34,59,134,43,92,11,0,104,34,102,185,46,202,6,0,104,34,65,109,45,60,7,0,105,34,10,64,212,73,7,0,106,162,76,92,233,14,9,0,106,162,76,92,209,23,9,0,106,162,76,92,194,32,9,0,106,34,54,238,77,221,10,0,106,34,54,238,208,221,10,0,112,34,11,174,108,225,7,0,112,34,72,218,247,169,9,0,112,34,72,218,71,171,9,0,112,34,72,218,153,172,9,0,112,34,72,218,240,173,9,0,112,34,216,185,193,94,10,0,113,34,30,54,138,87,7,0,116,34,255,121,59,235,6,0,117,34,4,216,31,7,6,0,117,34,4,216,114,180,6,0,117,34,82,23,11,113,7,0,123,162,81,24,145,27,6,0,124,162,122,108,1,99,7,0,124,162,122,108,0,101,7,0,125,34,69,104,114,11,10,0,125,34,69,104,104,12,10,0,125,34,74,13,91,93,11,0,126,162,147,228,45,168,6,0,128,162,188,190,101,146,9,0,128,162,188,190,61,147,9,0,132,162,123,21,62,66,7,0,134,162,162,230,83,218,10,0,134,162,162,230,181,219,10,0,136,34,123,15,23,228,11,0,137,162,108,242,253,94,7,0,138,34,71,170,7,29,7,0,138,34,190,137,15,109,7,0,144,34,109,109,10,138,7,0,144,34,109,109,102,138,7,0,145,162,34,216,247,117,7,0,147,162,137,218,77,221,10,0,147,162,137,218,208,221,10,0,148,162,233,105,92,157,7,0,150,34,224,81,37,96,6,0,150,34,224,81,146,126,6,0,150,34,224,81,158,207,10,0,150,34,224,81,47,210,10,0,151,162,245,240,185,47,7,0,156,162,228,112,29,85,11,0,157,34,13,162,59,246,7,0,157,34,149,237,233,14,9,0,157,34,149,237,209,23,9,0,157,34,149,237,194,32,9,0,157,34,75,232,78,74,10,0,157,34,75,232,93,75,10,0,157,34,75,232,96,76,10,0,157,34,75,232,126,77,10,0,160,162,42,27,81,110,6,0,160,162,187,165,172,58,7,0,160,162,42,27,62,66,7,0,161,34,131,251,229,132,9,0,161,34,131,251,184,134,9,0,165,34,241,11,217,12,11,0,166,162,216,54,74,253,6,0,166,162,136,88,120,191,7,0,166,34,82,115,162,64,10,0,166,34,82,115,33,65,10,0,166,34,82,115,173,65,10,0,168,34,102,194,110,209,11,0,171,162,153,179,227,230,9,0,171,162,153,179,30,231,9,0,172,162,231,242,120,191,7,0,172,162,8,89,122,248,7,0,173,34,17,140,212,73,7,0,173,162,34,125,222,152,9,0,173,162,34,125,15,153,9,0,178,34,42,23,214,26,7,0,179,34,187,254,17,55,6,0,187,34,137,157,88,109,8,0,187,34,137,157,124,109,8,0,195,34,192,151,57,229,6,0,195,34,192,151,26,236,6,0,199,34,202,92,27,54,9,0,199,34,202,92,191,54,9,0,199,34,202,92,104,55,9,0,200,34,32,7,76,118,6,0,201,162,247,126,97,39,7,0,202,34,35,149,229,132,9,0,202,34,35,149,184,134,9,0,204,34,119,142,120,191,7,0,204,162,252,143,140,119,9,0,204,162,252,143,54,120,9,0,204,162,252,143,103,165,9,0,204,162,252,143,239,165,9,0,205,34,182,148,78,54,7,0,206,162,189,38,183,205,9,0,206,162,189,38,210,205,9,0,206,162,189,38,239,205,9,0,208,34,156,78,53,236,6,0,209,34,248,7,156,202,7,0,209,34,248,7,186,107,10,0,209,34,248,7,231,107,10,0,210,162,32,248,22,32,10,0,210,162,32,248,35,33,10,0,211,34,217,49,16,184,6,0,211,34,217,49,146,102,7,0,211,34,217,49,46,105,7,0,213,162,233,90,130,190,6,0,217,162,81,190,202,163,7,0,217,34,144,33,229,132,9,0,217,34,144,33,184,134,9,0,220,34,79,19,238,133,7,0,224,162,57,127,90,62,10,0,224,162,57,127,115,62,10,0,224,162,57,127,140,62,10,0,225,34,242,206,107,1,10,0,227,162,156,35,98,160,10,0,228,34,203,101,51,39,6,0,228,34,203,101,153,64,7,0,229,34,113,17,215,149,6,0,233,162,84,226,136,111,11,0,234,162,71,75,17,96,10,0,234,162,71,75,83,97,10,0,234,162,71,75,152,98,10,0,237,34,158,23,67,169,7,0,237,162,112,33,70,35,10,0,241,162,148,206,212,73,7,0,243,162,116,125,0,148,6,0,245,162,5,50,51,168,9,0,245,162,5,50,146,168,9,0,247,162,67,115,101,51,7,0,250,34,135,143,96,122,6,0,251,162,191,136,212,73,7,0,252,162,123,87,212,73,7,0,252,34,129,96,210,115,9,0,252,34,129,96,145,116,9,0,252,34,129,96,74,117,9,0,252,34,22,111,153,87,11,0,254,34,134,230,212,73,7,0,254,34,134,230,111,125,7,0,0,163,54,116,89,51,6,0,3,163,122,21,119,221,8,0,6,163,102,69,141,12,8,0,6,35,235,146,168,233,10,0,6,35,235,146,230,233,10,0,7,163,151,104,225,195,8,0,7,163,151,104,19,196,8,0,7,163,151,104,81,196,8,0,7,163,151,104,130,196,8,0,7,163,151,104,197,196,8,0,7,163,151,104,230,95,11,0,7,163,151,104,9,96,11,0,9,163,86,126,129,152,9,0,9,163,86,126,147,152,9,0,11,163,205,136,56,207,8,0,16,35,234,53,1,124,11,0,17,163,255,149,67,169,7,0,17,163,72,63,88,243,11,0,20,163,104,47,66,42,7,0,20,35,2,170,62,66,7,0,20,163,100,126,202,163,7,0,21,163,199,213,200,120,6,0,21,163,199,213,27,85,7,0,23,35,78,51,33,213,11,0,24,163,198,88,138,87,7,0,25,163,101,116,7,167,9,0,25,163,101,116,69,167,9,0,27,35,244,73,186,118,7,0,29,163,75,124,67,169,7,0,29,163,178,129,67,169,7,0,30,35,139,251,146,102,7,0,30,35,139,251,46,105,7,0,30,35,200,34,231,232,7,0,31,163,130,84,67,169,7,0,32,35,132,223,120,175,9,0,32,35,132,223,38,176,9,0,37,35,83,81,223,60,7,0,37,35,68,15,5,159,9,0,37,35,68,15,31,159,9,0,37,35,68,15,60,159,9,0,37,163,225,162,198,192,10,0,37,163,225,162,221,192,10,0,38,35,1,97,59,91,8,0,39,35,183,252,67,169,7,0,39,163,45,199,202,57,9,0,39,163,45,199,240,62,9,0,41,35,61,28,232,91,7,0,41,163,64,54,232,91,7,0,41,163,64,54,202,163,7,0,41,35,156,19,164,23,11,0,43,163,239,9,93,153,7,0,44,163,37,147,97,39,7,0,47,163,176,212,13,146,11,0,48,35,240,198,14,253,10,0,48,35,240,198,69,253,10,0,48,163,7,140,13,88,11,0,49,35,213,245,245,248,10,0,51,35,3,1,25,93,9,0,51,35,3,1,212,94,9,0,53,163,174,115,108,128,7,0,55,35,47,232,66,46,9,0,55,35,47,232,227,49,9,0,57,35,193,240,233,14,9,0,57,35,193,240,209,23,9,0,57,35,193,240,194,32,9,0,59,163,9,50,149,88,7,0,59,163,202,78,93,153,7,0,59,163,191,21,233,14,9,0,59,163,191,21,209,23,9,0,59,163,191,21,194,32,9,0,61,163,222,240,120,191,7,0,62,163,240,226,241,155,7,0,64,163,5,14,128,158,8,0,68,35,224,127,162,24,11,0,70,163,45,69,116,6,7,0,70,163,178,129,93,226,7,0,71,163,185,237,131,47,6,0,71,163,232,20,12,36,7,0,71,35,242,245,45,24,11,0,73,35,139,8,161,89,9,0,73,35,139,8,201,89,9,0,73,163,158,141,98,160,10,0,74,163,241,192,162,9,7,0,74,163,28,115,18,66,7,0,76,163,62,45,229,150,9,0,76,163,62,45,153,151,9,0,77,35,216,19,26,178,8,0,78,163,74,93,227,24,7,0,78,35,242,139,45,60,7,0,79,163,244,115,229,150,9,0,79,163,244,115,153,151,9,0,80,163,85,170,198,123,11,0,80,163,85,170,224,123,11,0,81,35,193,148,221,50,6,0,81,35,127,50,168,62,7,0,85,35,134,199,111,125,7,0,85,163,117,47,120,191,7,0,86,163,48,183,240,126,6,0,86,35,209,230,233,14,9,0,86,35,209,230,209,23,9,0,86,35,209,230,194,32,9,0,91,163,161,197,212,73,7,0,94,35,143,78,59,246,7,0,95,35,162,54,161,240,5,0,95,35,117,100,64,56,9,0,95,35,117,100,242,56,9,0,98,163,222,35,26,60,6,0,99,35,118,69,202,163,7,0,102,163,94,213,83,218,10,0,102,163,94,213,181,219,10,0,104,163,141,82,148,140,10,0,104,163,141,82,172,140,10,0,106,35,15,99,245,127,10,0,106,35,127,227,93,221,11,0,107,163,236,89,4,124,7,0,108,35,147,9,172,189,6,0,108,163,44,49,116,250,7,0,108,163,44,49,30,251,7,0,108,35,186,93,129,248,10,0,111,163,95,248,193,249,6,0,111,35,182,166,202,163,7,0,119,35,157,38,155,153,11,0,120,35,164,76,104,145,7,0,120,163,105,125,65,156,7,0,120,163,105,125,164,156,7,0,121,163,28,6,73,129,10,0,121,163,28,6,101,129,10,0,121,163,28,6,126,129,10,0,122,163,113,51,245,104,9,0,122,163,113,51,223,105,9,0,124,163,70,91,153,50,6,0,124,35,81,217,43,175,11,0,125,163,163,248,114,177,6,0,125,35,165,213,233,14,9,0,125,35,165,213,209,23,9,0,125,35,165,213,194,32,9,0,126,35,95,163,55,23,10,0,126,35,95,163,87,23,10,0,128,35,254,251,138,87,7,0,129,163,115,71,238,102,11,0,130,163,149,110,127,161,7,0,134,163,73,31,212,73,7,0,139,35,198,132,57,86,8,0,141,163,73,31,216,56,7,0,141,163,203,48,233,14,9,0,141,163,203,48,209,23,9,0,141,163,203,48,194,32,9,0,141,163,156,8,247,169,9,0,141,163,156,8,71,171,9,0,141,163,156,8,153,172,9,0,141,163,156,8,240,173,9,0,145,35,2,66,232,91,7,0,146,35,31,19,197,72,8,0,146,35,31,19,240,72,8,0,146,35,31,19,26,73,8,0,146,35,31,19,78,73,8,0,150,163,248,93,171,130,10,0,150,163,248,93,227,130,10,0,150,163,248,93,28,131,10,0,154,35,236,253,134,76,8,0,154,35,236,253,193,76,8,0,154,35,236,253,6,77,8,0,154,35,236,253,76,77,8,0,156,163,236,196,116,250,7,0,156,163,236,196,30,251,7,0,157,163,93,99,136,131,10,0,157,163,93,99,153,131,10,0,157,163,93,99,170,131,10,0,158,163,231,242,98,27,11,0,159,163,150,60,53,171,6,0,159,35,168,131,197,54,7,0,159,35,168,34,233,14,9,0,159,35,168,34,209,23,9,0,159,35,168,34,194,32,9,0,161,163,216,98,92,157,7,0,162,35,253,168,201,142,7,0,162,35,98,62,81,205,7,0,162,35,98,62,31,218,7,0,165,163,109,18,110,11,7,0,165,163,109,18,147,109,11,0,168,35,2,55,191,122,7,0,168,35,2,55,239,118,8,0,169,35,174,134,89,209,11,0,170,35,131,118,247,161,6,0,173,163,193,244,161,22,8,0,177,35,236,54,110,70,11,0,180,35,155,161,220,32,7,0,183,163,96,22,197,158,6,0,183,163,233,203,67,169,7,0,184,163,216,196,67,169,7,0,186,35,21,223,120,191,7,0,191,35,36,24,199,124,9,0,191,35,36,24,173,125,9,0,191,35,36,24,152,126,9,0,192,163,156,114,215,132,7,0,193,35,14,63,23,132,6,0,195,35,92,164,49,20,8,0,198,35,227,1,122,53,8,0,200,163,167,231,212,73,7,0,201,35,80,132,15,192,9,0,201,35,80,132,91,192,9,0,201,35,80,132,164,192,9,0,201,163,39,20,83,111,11,0,202,35,215,158,67,169,7,0,203,35,193,188,233,14,9,0,203,35,193,188,209,23,9,0,203,35,193,188,194,32,9,0,204,35,222,192,51,46,6,0,204,35,222,192,87,182,7,0,205,35,185,219,88,116,7,0,205,163,91,149,193,94,10,0,206,35,216,38,13,116,7,0,207,163,246,59,104,145,7,0,208,163,85,210,22,32,10,0,208,163,85,210,35,33,10,0,208,35,217,192,78,74,10,0,208,35,217,192,93,75,10,0,208,35,217,192,96,76,10,0,208,35,217,192,126,77,10,0,210,35,76,39,13,159,7,0,211,163,148,9,201,142,7,0,211,163,0,172,233,14,9,0,211,163,0,172,209,23,9,0,211,163,0,172,194,32,9,0,212,35,61,4,199,124,9,0,212,35,61,4,173,125,9,0,212,35,61,4,152,126,9,0,213,35,66,30,62,66,7,0,213,163,68,45,26,155,8,0,216,35,232,137,202,190,7,0,216,163,192,27,141,78,10,0,216,163,192,27,26,79,10,0,217,35,80,166,149,88,7,0,218,35,175,122,144,229,7,0,218,35,226,173,14,180,8,0,218,163,77,221,179,53,9,0,218,163,77,221,208,53,9,0,218,35,188,110,31,70,9,0,218,35,188,110,104,71,9,0,218,35,188,110,179,72,9,0,223,163,91,55,86,154,10,0,223,163,91,55,163,154,10,0,230,163,177,228,76,160,8,0,231,163,175,234,195,195,11,0,232,35,84,174,254,147,7,0,232,35,216,166,96,44,10,0,232,35,216,166,129,44,10,0,234,163,199,134,212,195,6,0,235,35,94,15,212,73,7,0,235,163,50,83,226,83,8,0,235,35,69,89,156,17,12,0,236,35,109,5,207,105,8,0,237,35,21,54,156,202,7,0,238,35,69,94,56,207,8,0,240,35,117,27,175,19,11,0,241,163,133,12,27,85,7,0,241,35,79,106,93,153,7,0,241,35,107,51,110,245,11,0,244,163,210,191,45,116,7,0,246,35,239,59,83,1,9,0,246,35,102,50,199,124,9,0,246,35,102,50,173,125,9,0,246,35,102,50,152,126,9,0,249,163,52,20,212,73,7,0,249,163,186,6,202,163,7,0,251,163,140,148,178,102,6,0,253,35,236,198,98,201,7,0,3,164,18,3,98,160,10,0,3,36,109,251,143,139,11,0,6,36,146,249,245,81,7,0,6,36,59,92,14,249,8,0,8,36,83,103,217,135,7,0,8,36,163,63,92,157,7,0,8,36,155,110,63,215,7,0,8,36,155,110,95,215,7,0,8,164,85,141,49,82,11,0,16,164,244,211,144,249,6,0,16,36,190,126,31,70,9,0,16,36,190,126,104,71,9,0,16,36,190,126,179,72,9,0,18,164,134,41,158,238,9,0,18,164,134,41,25,239,9,0,18,164,134,41,142,239,9,0,18,164,134,41,54,240,9,0,18,164,134,41,208,240,9,0,25,36,46,60,27,228,7,0,26,164,21,118,207,7,10,0,26,164,21,118,27,8,10,0,28,36,18,193,90,43,7,0,30,164,129,101,168,141,9,0,30,164,129,101,184,142,9,0,31,164,53,33,227,161,9,0,31,164,53,33,2,162,9,0,32,164,124,116,115,17,11,0,33,164,5,100,120,191,7,0,33,164,243,140,98,160,10,0,33,164,51,118,24,200,10,0,33,164,51,118,72,200,10,0,35,164,190,88,251,52,7,0,35,164,231,76,180,198,9,0,35,36,111,222,118,7,10,0,35,36,111,222,137,7,10,0,38,36,200,29,247,169,9,0,38,36,200,29,71,171,9,0,38,36,200,29,153,172,9,0,38,36,200,29,240,173,9,0,42,164,6,154,254,147,7,0,44,36,37,19,137,101,10,0,44,36,37,19,237,101,10,0,44,36,37,19,78,102,10,0,45,164,32,171,128,28,6,0,45,36,122,145,177,186,11,0,45,36,122,145,147,187,11,0,46,164,92,156,212,73,7,0,46,36,146,98,152,252,8,0,49,164,221,167,120,191,7,0,50,164,80,11,5,114,7,0,56,36,20,219,42,223,6,0,56,36,20,219,175,186,7,0,56,36,20,219,120,191,7,0,56,36,80,181,229,251,10,0,57,164,227,97,135,36,7,0,57,164,227,97,108,9,8,0,58,164,139,73,67,169,7,0,58,36,152,248,233,14,9,0,58,36,152,248,209,23,9,0,58,36,152,248,194,32,9,0,59,36,147,174,51,46,6,0,59,36,147,174,87,182,7,0,60,164,250,65,77,146,6,0,60,36,102,195,62,66,7,0,60,164,13,102,153,10,10,0,60,164,13,102,175,10,10,0,64,36,76,18,46,105,7,0,65,36,218,107,212,73,7,0,68,36,44,38,0,23,7,0,68,36,180,152,96,140,7,0,68,36,16,17,67,169,7,0,69,164,242,229,238,133,7,0,72,164,244,168,63,53,7,0,73,164,129,99,58,88,7,0,74,36,250,125,224,83,7,0,74,36,173,222,184,197,9,0,74,36,173,222,211,197,9,0,74,36,173,222,236,197,9,0,74,36,173,222,251,197,9,0,76,36,192,148,153,251,5,0,78,36,250,241,80,223,10,0,78,36,250,241,128,223,10,0,78,36,250,241,175,223,10,0,78,36,250,241,235,223,10,0,82,164,153,223,182,41,7,0,84,164,212,173,239,9,6,0,84,164,2,0,71,218,11,0,85,36,53,86,151,140,6,0,86,164,78,54,140,76,6,0,86,36,179,17,161,28,7,0,86,36,209,196,115,179,11,0,87,36,57,213,120,191,7,0,88,164,53,2,44,222,9,0,88,164,53,2,89,222,9,0,89,164,0,97,207,7,10,0,89,164,0,97,27,8,10,0,95,36,115,10,142,184,10,0,95,36,115,10,59,185,10,0,96,36,40,105,195,134,7,0,98,164,33,131,241,155,7,0,101,36,223,186,46,105,7,0,103,164,95,116,224,83,7,0,103,164,30,54,66,46,9,0,103,164,30,54,227,49,9,0,105,36,22,92,212,73,7,0,106,36,57,79,235,5,12,0,107,36,136,161,159,146,6,0,108,164,90,56,110,11,7,0,110,164,130,243,95,66,8,0,113,36,229,189,115,228,6,0,115,164,130,205,254,147,7,0,116,164,248,224,186,107,11,0,117,164,71,199,210,86,7,0,117,36,154,9,67,169,7,0,118,36,179,68,62,66,7,0,119,164,101,57,255,176,6,0,119,36,144,80,167,186,6,0,120,36,45,162,120,191,7,0,121,36,250,15,51,46,6,0,121,36,250,15,87,182,7,0,123,164,52,178,21,124,6,0,123,164,149,172,220,154,7,0,123,164,159,54,22,83,10,0,123,164,159,54,53,83,10,0,123,164,159,54,78,83,10,0,127,36,90,28,221,240,6,0,128,36,104,210,155,47,6,0,129,36,52,5,215,245,9,0,129,36,52,5,69,246,9,0,131,164,135,218,185,130,7,0,132,164,242,61,4,241,5,0,132,164,129,181,150,186,10,0,132,164,129,181,226,186,10,0,132,164,129,181,47,187,10,0,132,164,129,181,185,43,11,0,132,164,129,181,230,53,11,0,135,164,15,100,19,230,10,0,135,164,15,100,83,230,10,0,135,164,15,100,149,230,10,0,135,164,15,100,215,230,10,0,135,164,15,100,22,231,10,0,135,164,15,100,87,231,10,0,135,164,15,100,152,231,10,0,135,164,15,100,216,231,10,0,136,36,156,141,93,153,7,0,138,36,4,218,182,41,7,0,139,164,219,237,217,135,7,0,140,36,224,126,67,169,7,0,141,36,27,3,229,132,9,0,141,36,27,3,184,134,9,0,141,36,73,113,172,133,11,0,142,36,250,135,115,166,6,0,142,36,250,135,77,142,8,0,143,164,40,14,106,139,7,0,144,36,58,17,45,61,6,0,145,36,205,90,146,102,7,0,145,36,205,90,46,105,7,0,145,36,205,90,120,191,7,0,150,36,52,115,109,168,6,0,150,36,76,36,120,175,9,0,150,36,76,36,38,176,9,0,151,164,184,148,27,48,7,0,154,164,200,18,51,34,6,0,154,164,200,18,122,202,6,0,154,164,204,144,7,29,7,0,154,36,51,198,202,57,9,0,154,36,51,198,240,62,9,0,155,164,72,115,83,65,11,0,156,164,166,6,51,46,6,0,156,164,166,6,87,182,7,0,157,36,240,231,111,81,11,0,157,36,240,231,143,81,11,0,158,36,254,58,186,85,8,0,161,164,186,214,33,94,6,0,161,164,202,36,138,95,6,0,161,164,202,36,251,122,7,0,161,164,99,243,24,34,8,0,162,164,112,66,128,195,10,0,163,36,88,223,216,19,8,0,165,164,208,232,59,246,7,0,168,36,25,21,111,125,7,0,169,164,74,240,67,169,7,0,172,164,241,122,120,191,7,0,175,164,199,81,231,95,7,0,175,36,30,11,22,153,10,0,175,36,30,11,47,153,10,0,175,36,63,114,12,30,11,0,175,36,63,114,41,30,11,0,176,164,80,126,84,12,9,0,176,36,183,219,106,245,9,0,176,36,183,219,135,245,9,0,176,164,80,126,243,46,12,0,178,164,10,44,62,66,7,0,180,164,201,55,158,238,9,0,180,164,201,55,25,239,9,0,180,164,201,55,142,239,9,0,180,164,201,55,54,240,9,0,180,164,201,55,208,240,9,0,180,36,224,149,98,160,10,0,181,36,158,89,195,134,7,0,182,164,166,29,63,114,7,0,183,36,66,58,69,56,7,0,185,36,214,235,27,48,7,0,191,164,250,159,193,254,8,0,193,164,100,227,251,122,7,0,193,164,201,48,15,176,8,0,196,164,46,145,224,83,7,0,196,36,126,255,57,86,8,0,197,164,209,27,168,141,9,0,197,164,209,27,184,142,9,0,199,36,37,202,33,55,7,0,199,36,37,202,212,73,7,0,200,36,42,175,98,160,10,0,201,164,76,247,21,152,8,0,202,36,22,219,108,34,12,0,204,36,63,131,15,192,9,0,204,36,63,131,91,192,9,0,204,36,63,131,164,192,9,0,205,36,16,64,101,27,7,0,206,36,171,46,140,34,6,0,207,164,133,142,202,163,7,0,208,164,27,136,39,18,10,0,208,164,27,136,79,18,10,0,208,164,27,136,128,18,10,0,209,164,192,128,66,42,7,0,211,36,253,22,65,156,7,0,211,36,253,22,164,156,7,0,211,36,42,91,31,70,9,0,211,36,42,91,104,71,9,0,211,36,42,91,179,72,9,0,213,164,23,11,66,46,9,0,213,164,23,11,227,49,9,0,216,36,237,203,208,106,9,0,216,36,237,203,138,107,9,0,216,36,237,203,56,108,9,0,217,36,60,117,47,113,7,0,219,36,138,171,131,143,6,0,222,164,232,88,13,164,11,0,224,164,164,159,233,14,9,0,224,164,164,159,209,23,9,0,224,164,164,159,194,32,9,0,225,36,100,66,93,238,5,0,229,36,116,211,98,160,10,0,230,164,152,188,67,61,7,0,230,36,162,78,93,153,7,0,232,164,16,176,245,186,9,0,232,164,16,176,80,187,9,0,232,164,16,176,165,187,9,0,239,36,42,79,167,92,6,0,240,36,219,251,236,48,7,0,241,164,93,110,56,243,5,0,241,36,178,128,133,244,10,0,242,164,245,66,165,158,11,0,246,164,32,233,233,14,9,0,246,164,32,233,209,23,9,0,246,164,32,233,194,32,9,0,248,36,62,86,132,136,11,0,252,164,166,125,254,236,6,0,254,164,248,166,85,104,6,0,4,165,160,117,89,43,9,0,4,165,160,117,121,43,9,0,4,165,160,117,162,43,9,0,6,165,208,38,74,11,12,0,12,165,45,121,66,26,7,0,12,165,200,25,199,124,9,0,12,165,200,25,173,125,9,0,12,165,200,25,152,126,9,0,15,165,195,127,4,249,7,0,16,165,143,248,195,255,11,0,17,37,181,26,182,128,7,0,18,37,85,147,253,94,7,0,18,37,85,147,3,55,11,0,20,165,222,68,209,140,8,0,21,165,78,56,46,105,7,0,21,165,78,56,232,88,11,0,22,165,28,136,247,169,9,0,22,165,28,136,71,171,9,0,22,165,28,136,153,172,9,0,22,165,28,136,240,173,9,0,25,37,207,99,73,148,9,0,25,37,207,99,217,148,9,0,26,165,163,199,202,163,7,0,28,37,239,246,20,107,8,0,30,37,186,148,171,132,10,0,30,37,186,148,196,132,10,0,33,165,231,240,116,51,6,0,33,165,204,38,226,122,11,0,35,37,197,131,93,141,7,0,37,165,129,8,156,202,7,0,37,165,129,8,186,107,10,0,37,165,129,8,231,107,10,0,37,165,228,149,81,6,12,0,39,37,187,132,158,238,9,0,39,37,187,132,25,239,9,0,39,37,187,132,142,239,9,0,39,37,187,132,54,240,9,0,39,37,187,132,208,240,9,0,40,165,21,211,36,255,5,0,40,165,41,58,17,70,8,0,40,165,41,58,88,70,8,0,40,165,41,58,155,70,8,0,40,165,143,64,202,57,9,0,40,165,143,64,240,62,9,0,42,37,157,234,137,204,7,0,42,37,157,234,117,212,7,0,43,37,116,216,65,188,7,0,43,37,116,216,156,202,7,0,43,37,193,148,8,144,8,0,44,165,251,106,134,97,7,0,46,37,252,137,111,125,7,0,46,165,231,248,233,14,9,0,46,165,231,248,209,23,9,0,46,165,231,248,194,32,9,0,48,37,131,96,91,81,11,0,50,37,214,158,156,124,6,0,51,165,43,88,46,105,7,0,51,165,43,88,135,131,7,0,55,37,78,99,103,83,6,0,55,37,78,99,111,97,6,0,59,37,224,133,202,57,9,0,59,37,224,133,240,62,9,0,59,165,0,27,98,160,10,0,60,165,255,246,182,41,7,0,62,37,243,157,224,38,10,0,62,37,243,157,20,39,10,0,63,37,10,46,98,201,7,0,63,165,193,162,98,201,7,0,63,165,193,162,30,214,7,0,63,165,193,162,57,214,7,0,66,165,160,81,226,3,11,0,69,165,72,7,17,253,7,0,69,165,72,7,66,253,7,0,69,165,72,7,117,253,7,0,69,165,236,80,24,3,12,0,74,37,192,148,5,69,6,0,77,165,60,29,51,46,6,0,77,165,60,29,87,182,7,0,78,165,27,119,218,216,11,0,79,37,26,68,81,124,11,0,79,165,155,205,154,14,12,0,81,165,8,220,198,239,6,0,81,165,8,220,238,239,6,0,82,165,186,196,66,46,9,0,82,165,186,196,227,49,9,0,83,37,110,237,233,14,9,0,83,37,110,237,209,23,9,0,83,37,110,237,194,32,9,0,83,165,10,80,215,245,9,0,83,165,10,80,69,246,9,0,84,165,168,178,206,102,11,0,85,165,197,5,219,89,10,0,85,165,197,5,25,90,10,0,85,165,197,5,69,90,10,0,86,37,154,78,42,196,10,0,86,37,154,78,219,196,10,0,87,37,35,126,156,195,6,0,90,165,58,193,240,173,11,0,91,37,162,246,57,18,6,0,94,37,162,106,67,169,7,0,96,37,115,98,31,70,9,0,96,37,115,98,104,71,9,0,96,37,115,98,179,72,9,0,97,165,240,104,170,235,7,0,97,165,155,30,164,84,9,0,100,165,217,101,199,10,6,0,103,37,187,244,98,160,10,0,107,165,38,182,86,98,6,0,108,37,187,176,103,85,10,0,108,37,187,176,147,85,10,0,111,37,148,85,22,32,10,0,111,37,148,85,35,33,10,0,114,165,46,63,134,39,12,0,115,37,188,43,79,86,9,0,115,37,237,110,238,69,11,0,118,37,45,154,97,39,7,0,118,37,111,162,21,21,12,0,119,165,237,120,186,96,7,0,123,37,23,57,120,191,7,0,123,37,121,167,230,35,10,0,123,37,121,167,133,36,10,0,124,37,67,80,107,1,10,0,125,37,20,37,101,51,7,0,127,37,89,244,240,167,11,0,129,37,54,155,233,14,9,0,129,37,54,155,209,23,9,0,129,37,54,155,194,32,9,0,133,37,100,148,102,118,8,0,134,165,128,57,25,93,9,0,134,165,128,57,212,94,9,0,137,37,239,203,131,90,7,0,138,165,113,65,211,93,7,0,140,165,117,57,241,150,6,0,140,37,89,77,7,245,11,0,141,165,208,18,162,64,10,0,141,165,208,18,162,64,10,0,141,165,208,18,33,65,10,0,141,165,208,18,33,65,10,0,141,165,208,18,173,65,10,0,141,165,208,18,173,65,10,0,141,37,64,242,183,194,10,0,141,37,64,242,249,194,10,0,141,165,80,103,223,70,11,0,144,37,136,125,205,13,12,0,145,37,20,44,49,65,11,0,146,37,160,1,122,184,8,0,146,37,160,1,8,185,8,0,146,37,160,1,139,185,8,0,147,165,224,103,245,148,6,0,148,165,173,202,70,92,6,0,148,165,110,153,62,66,7,0,149,37,20,28,15,109,7,0,149,37,168,97,233,14,9,0,149,37,168,97,209,23,9,0,149,37,168,97,194,32,9,0,150,165,161,99,187,232,9,0,150,165,161,99,11,233,9,0,151,165,197,249,202,57,9,0,151,165,197,249,240,62,9,0,151,37,243,117,98,160,10,0,153,37,59,197,252,241,6,0,158,37,23,35,195,125,8,0,159,165,158,177,62,66,7,0,162,165,62,181,156,202,7,0,162,165,80,224,120,175,9,0,162,165,80,224,38,176,9,0,163,165,151,126,212,73,7,0,164,37,100,102,176,95,6,0,167,37,133,3,70,69,11,0,169,37,103,242,232,91,7,0,169,165,191,171,120,191,7,0,172,37,136,20,228,3,8,0,174,37,192,117,80,219,11,0,175,37,56,6,215,132,7,0,175,37,8,162,93,141,7,0,177,165,102,52,27,85,7,0,178,37,83,180,84,95,7,0,180,37,215,206,254,147,7,0,180,37,24,46,15,192,9,0,180,37,24,46,91,192,9,0,180,37,24,46,164,192,9,0,182,37,203,148,93,141,7,0,184,37,196,16,7,29,7,0,185,165,216,173,9,146,6,0,185,37,218,136,254,147,7,0,187,37,158,115,185,113,7,0,188,165,119,84,10,254,6,0,188,165,104,209,103,165,9,0,188,165,104,209,239,165,9,0,190,37,66,168,115,53,11,0,193,165,25,186,163,137,10,0,195,37,254,43,23,216,6,0,198,165,115,57,254,147,7,0,202,165,171,117,33,23,11,0,204,165,59,103,26,240,11,0,205,165,60,58,185,130,7,0,205,37,56,144,168,141,9,0,205,37,56,144,184,142,9,0,209,37,213,166,110,11,7,0,209,165,85,88,158,207,10,0,209,165,85,88,47,210,10,0,212,37,135,227,93,153,7,0,214,37,79,82,158,207,10,0,214,37,79,82,47,210,10,0,216,165,192,25,122,184,8,0,216,165,192,25,8,185,8,0,216,165,192,25,139,185,8,0,217,165,130,243,137,93,10,0,217,165,130,243,165,93,10,0,223,37,25,227,104,145,7,0,223,165,42,222,233,14,9,0,223,165,42,222,209,23,9,0,223,165,42,222,194,32,9,0,224,37,223,252,113,54,7,0,225,37,27,2,199,124,9,0,225,37,27,2,173,125,9,0,225,37,27,2,152,126,9,0,227,165,34,188,62,66,7,0,231,37,199,20,102,243,7,0,231,37,73,70,238,35,12,0,232,165,183,32,168,141,9,0,232,165,183,32,184,142,9,0,232,37,31,51,154,241,9,0,232,37,31,51,86,242,9,0,233,165,38,121,35,86,6,0,234,165,151,220,184,37,7,0,234,37,45,16,30,40,7,0,234,37,22,153,255,163,8,0,237,165,76,244,150,230,8,0,237,165,76,244,208,230,8,0,237,165,76,244,8,231,8,0,243,165,203,166,185,43,7,0,244,165,150,233,53,176,7,0,244,165,150,233,99,176,7,0,244,165,150,233,156,176,7,0,244,165,150,233,30,177,7,0,244,165,150,233,131,177,7,0,244,165,150,233,231,177,7,0,244,165,150,233,75,178,7,0,244,165,150,233,174,178,7,0,244,165,150,233,234,178,7,0,244,165,150,233,140,187,7,0,244,165,167,9,81,205,7,0,244,165,146,231,244,122,10,0,244,165,146,231,156,123,10,0,248,37,181,227,254,147,7,0,249,165,236,16,111,3,6,0,251,165,212,246,33,130,7,0,251,37,245,113,67,219,9,0,251,37,245,113,94,219,9,0,252,37,89,35,18,147,6,0,253,165,176,233,135,209,11,0,1,166,12,13,45,60,7,0,2,38,10,70,135,131,7,0,3,166,56,250,86,98,6,0,5,166,215,131,137,204,7,0,5,166,215,131,117,212,7,0,7,38,194,228,178,123,11,0,8,38,112,116,188,29,7,0,9,166,207,173,15,109,7,0,12,166,79,223,120,191,7,0,13,166,91,6,251,122,7,0,14,38,93,209,212,73,7,0,14,166,202,13,180,252,7,0,17,166,40,118,82,45,7,0,17,166,178,50,237,49,12,0,18,166,201,209,254,147,7,0,18,166,17,49,120,191,7,0,19,38,18,36,207,60,6,0,19,38,80,169,67,169,7,0,23,166,61,205,107,50,11,0,25,38,247,27,93,141,7,0,26,166,233,66,78,74,10,0,26,166,233,66,93,75,10,0,26,166,233,66,96,76,10,0,26,166,233,66,126,77,10,0,26,166,55,149,22,122,11,0,29,38,78,38,213,41,8,0,29,38,78,38,253,41,8,0,29,166,26,13,98,64,11,0,35,166,38,126,12,129,7,0,37,166,6,6,158,207,10,0,37,166,6,6,47,210,10,0,39,166,117,78,103,112,8,0,39,166,117,78,153,112,8,0,39,166,117,78,198,112,8,0,39,166,117,78,239,112,8,0,41,166,87,109,37,81,9,0,41,166,87,109,65,81,9,0,42,38,46,153,111,82,6,0,42,38,46,153,138,87,6,0,42,38,46,153,164,153,6,0,44,38,44,185,67,169,7,0,46,38,249,22,110,245,11,0,48,166,159,36,10,138,7,0,48,166,159,36,102,138,7,0,48,38,67,58,236,13,8,0,49,38,130,24,195,224,6,0,51,166,204,1,22,37,12,0,52,38,3,152,104,145,7,0,54,166,60,166,233,14,9,0,54,166,60,166,209,23,9,0,54,166,60,166,194,32,9,0,54,38,230,218,133,246,10,0,54,38,230,218,31,13,11,0,55,166,125,165,101,146,9,0,55,166,125,165,61,147,9,0,57,38,22,197,67,169,7,0,60,38,223,104,75,69,9,0,60,38,223,104,161,69,9,0,62,38,164,63,120,191,7,0,63,38,112,242,120,191,7,0,64,38,180,8,140,78,9,0,64,38,180,8,233,78,9,0,65,38,68,201,52,226,6,0,66,166,214,125,163,45,7,0,66,166,229,106,187,218,8,0,67,166,137,125,254,147,7,0,68,38,77,98,167,128,9,0,68,38,77,98,133,129,9,0,71,166,75,86,29,148,10,0,71,166,75,86,67,148,10,0,71,166,75,86,96,148,10,0,72,38,205,68,201,164,9,0,72,38,205,68,234,164,9,0,72,38,205,68,15,165,9,0,77,38,115,40,92,160,7,0,77,38,19,88,16,166,11,0,80,166,140,138,229,128,7,0,86,38,236,113,183,50,12,0,90,38,240,141,24,200,10,0,90,38,240,141,72,200,10,0,92,166,140,5,13,159,7,0,93,38,183,37,190,50,10,0,93,38,183,37,210,50,10,0,95,166,78,137,46,143,6,0,95,166,222,192,116,250,7,0,95,166,222,192,30,251,7,0,95,166,201,110,230,35,10,0,95,166,201,110,133,36,10,0,96,38,45,47,98,160,10,0,97,38,106,43,204,38,7,0,97,38,175,52,149,88,7,0,99,38,21,243,150,110,9,0,99,38,21,243,176,112,9,0,102,38,55,243,181,1,11,0,106,166,20,141,215,239,10,0,108,166,205,80,156,202,9,0,108,166,205,80,83,203,9,0,110,38,234,89,101,90,7,0,111,38,6,234,170,103,11,0,112,166,8,60,168,141,9,0,112,166,8,60,184,142,9,0,114,166,34,203,42,116,6,0,119,38,234,220,62,66,7,0,119,166,115,27,147,71,8,0,123,166,88,202,188,29,7,0,124,166,193,148,66,61,10,0,124,166,193,148,111,61,10,0,127,166,37,144,62,66,7,0,127,166,173,134,10,133,10,0,127,166,173,134,82,133,10,0,127,166,173,134,150,133,10,0,127,166,173,134,212,133,10,0,127,166,173,134,40,254,10,0,129,166,179,39,42,196,10,0,129,166,179,39,219,196,10,0,130,38,95,206,254,147,7,0,132,38,162,129,59,246,7,0,132,166,85,22,225,251,9,0,132,166,85,22,48,252,9,0,132,38,7,198,83,218,10,0,132,38,7,198,181,219,10,0,134,38,190,25,211,144,8,0,137,38,123,37,184,157,6,0,137,166,201,132,226,242,6,0,137,166,154,143,150,110,9,0,137,166,154,143,176,112,9,0,137,166,46,3,17,96,10,0,137,166,46,3,83,97,10,0,137,166,46,3,152,98,10,0,138,38,67,82,93,153,7,0,143,38,187,144,97,39,7,0,144,38,147,194,146,102,7,0,144,38,147,194,46,105,7,0,144,38,197,118,57,86,8,0,145,38,71,236,255,82,6,0,145,166,235,96,168,42,12,0,148,38,29,31,17,96,10,0,148,38,29,31,83,97,10,0,148,38,29,31,152,98,10,0,148,38,221,128,158,207,10,0,148,38,221,128,47,210,10,0,150,166,77,213,102,138,7,0,152,38,145,187,101,146,9,0,152,38,145,187,61,147,9,0,152,166,124,198,154,241,9,0,152,166,124,198,86,242,9,0,154,166,56,180,7,140,7,0,155,166,2,248,15,109,7,0,156,38,196,217,207,105,8,0,157,166,251,99,43,42,7,0,157,38,188,148,111,125,7,0,158,38,34,75,191,95,7,0,161,38,146,80,255,9,6,0,161,166,75,202,111,125,7,0,161,38,7,17,201,142,7,0,162,166,41,129,255,220,6,0,162,166,85,170,136,122,11,0,163,38,23,120,175,37,6,0,163,38,231,208,51,46,6,0,163,38,231,208,87,182,7,0,163,166,109,82,78,74,10,0,163,166,109,82,93,75,10,0,163,166,109,82,96,76,10,0,163,166,109,82,126,77,10,0,164,38,236,102,93,141,7,0,167,166,181,218,146,102,7,0,167,166,181,218,46,105,7,0,167,166,207,222,193,94,10,0,168,38,241,206,29,155,10,0,172,38,120,226,83,218,10,0,172,38,120,226,181,219,10,0,173,38,146,40,20,252,10,0,175,38,150,136,107,9,11,0,177,38,120,101,202,57,9,0,177,38,120,101,240,62,9,0,178,38,3,255,57,86,8,0,178,166,208,224,32,199,9,0,178,166,208,224,115,199,9,0,179,38,186,79,46,226,10,0,179,38,186,79,124,226,10,0,180,166,122,87,239,23,6,0,181,38,30,37,3,155,9,0,181,38,30,37,90,156,9,0,181,38,30,37,163,156,9,0,184,166,41,129,149,83,7,0,184,38,77,180,15,109,7,0,185,38,85,71,54,120,7,0,188,166,11,157,203,236,9,0,188,166,11,157,14,237,9,0,188,166,11,157,168,237,9,0,189,38,45,152,45,188,9,0,189,38,45,152,125,188,9,0,189,38,45,152,220,188,9,0,189,38,45,152,46,189,9,0,190,166,185,7,52,33,11,0,193,38,217,157,33,94,6,0,194,166,154,196,156,65,6,0,196,38,46,143,92,157,7,0,199,166,232,88,234,48,6,0,199,166,148,138,149,29,12,0,200,38,176,183,75,69,9,0,200,38,176,183,161,69,9,0,200,38,134,203,162,57,10,0,200,38,134,203,197,57,10,0,200,38,134,203,24,58,10,0,205,166,237,58,26,90,7,0,207,38,32,178,66,46,9,0,207,38,32,178,227,49,9,0,207,166,199,173,172,172,11,0,210,38,180,47,114,11,10,0,210,38,180,47,104,12,10,0,212,166,56,100,168,141,9,0,212,166,56,100,184,142,9,0,213,166,245,15,211,64,7,0,213,166,15,249,133,244,10,0,214,38,212,16,27,48,7,0,215,38,139,171,168,141,9,0,215,38,139,171,184,142,9,0,215,166,237,201,240,237,11,0,218,166,31,178,114,11,10,0,218,166,31,178,104,12,10,0,219,38,82,110,202,57,9,0,219,38,82,110,240,62,9,0,221,38,208,2,227,199,6,0,222,38,12,73,29,103,9,0,222,38,12,73,133,103,9,0,223,166,223,53,81,205,7,0,223,166,223,53,144,68,9,0,224,166,234,216,25,27,6,0,225,166,41,213,98,160,10,0,226,38,151,137,58,39,12,0,228,166,229,241,150,110,9,0,228,166,229,241,176,112,9,0,228,166,164,40,192,202,11,0,229,166,238,98,246,111,7,0,229,38,55,152,254,147,7,0,230,38,63,140,19,140,9,0,230,38,63,140,144,140,9,0,233,166,113,31,176,117,6,0,234,166,239,139,140,252,5,0,235,166,173,247,210,115,9,0,235,166,173,247,145,116,9,0,235,166,173,247,74,117,9,0,236,166,184,148,235,163,9,0,236,166,184,148,16,164,9,0,237,166,71,202,120,191,7,0,240,166,60,182,238,229,7,0,240,166,166,98,162,179,11,0,241,38,202,179,229,128,7,0,241,166,29,207,37,104,9,0,241,166,152,36,10,74,11,0,241,166,152,36,30,74,11,0,243,166,185,24,62,66,7,0,244,38,13,190,202,163,7,0,244,166,10,243,150,110,9,0,244,166,10,243,176,112,9,0,249,166,67,193,187,97,8,0,250,38,101,253,110,173,8,0,250,166,33,7,138,184,11,0,252,38,194,129,43,165,11,0,254,38,149,164,185,43,7,0,254,38,108,89,110,79,9,0,254,38,108,89,222,79,9,0,255,38,253,42,210,115,9,0,255,38,253,42,145,116,9,0,255,38,253,42,74,117,9,0,0,167,40,117,149,88,7,0,0,167,30,144,165,98,11,0,4,167,149,27,254,147,7,0,4,167,149,27,56,207,8,0,7,167,156,133,204,154,6,0,7,167,253,98,104,145,7,0,7,39,120,221,42,196,10,0,7,39,120,221,219,196,10,0,8,39,220,24,120,191,7,0,9,39,107,105,106,205,11,0,10,167,26,150,67,169,7,0,10,39,45,154,233,14,9,0,10,39,45,154,209,23,9,0,10,39,45,154,194,32,9,0,11,167,201,107,192,203,6,0,11,167,201,107,255,227,6,0,11,39,174,189,202,57,9,0,11,39,174,189,240,62,9,0,11,167,122,198,142,184,10,0,11,167,122,198,59,185,10,0,12,39,41,152,122,184,8,0,12,39,41,152,8,185,8,0,12,39,41,152,139,185,8,0,13,39,103,217,88,116,7,0,13,167,165,91,104,145,7,0,13,39,32,106,249,221,11,0,14,167,101,162,46,105,7,0,14,167,126,185,41,90,9,0,14,167,126,185,96,90,9,0,14,167,101,162,127,22,12,0,15,39,31,105,123,238,5,0,19,167,27,233,103,165,9,0,19,167,27,233,239,165,9,0,19,39,143,135,143,139,11,0,19,167,101,225,64,247,11,0,21,167,144,201,47,172,6,0,22,167,32,136,98,160,10,0,26,39,193,206,100,1,8,0,28,167,132,19,82,45,7,0,29,39,98,204,5,37,7,0,29,39,118,200,93,141,7,0,32,167,107,80,229,132,9,0,32,167,107,80,184,134,9,0,34,39,45,29,127,103,8,0,38,167,132,135,244,143,9,0,38,167,132,135,20,144,9,0,38,167,132,135,50,144,9,0,38,167,26,118,131,69,11,0,39,39,93,17,131,17,8,0,39,167,98,4,110,173,8,0,40,167,233,207,120,244,7,0,40,167,233,207,173,244,7,0,42,39,232,255,168,16,11,0,42,167,22,236,102,27,12,0,44,167,51,51,217,135,7,0,45,167,203,125,152,163,7,0,45,39,226,122,158,207,10,0,45,39,226,122,47,210,10,0,51,167,93,45,78,2,12,0,54,39,21,169,232,91,7,0,56,167,68,64,52,237,5,0,56,39,214,180,98,201,7,0,57,167,217,126,67,169,7,0,59,167,159,148,202,190,7,0,59,167,244,229,98,201,7,0,60,167,56,49,82,240,11,0,61,39,172,249,77,48,8,0,62,39,166,117,62,66,7,0,62,39,56,85,19,140,9,0,62,39,56,85,144,140,9,0,63,167,67,2,162,170,10,0,63,167,67,2,200,170,10,0,64,167,112,11,210,86,7,0,64,167,155,71,205,131,7,0,66,167,12,178,5,114,7,0,68,167,75,142,83,24,7,0,68,167,102,139,102,138,7,0,69,39,27,82,54,120,7,0,70,39,133,29,38,45,7,0,71,167,214,229,210,63,8,0,73,39,162,165,214,26,7,0,73,39,162,165,133,239,7,0,76,167,153,206,202,57,9,0,76,167,153,206,240,62,9,0,77,39,209,68,87,249,11,0,80,167,115,84,249,84,6,0,82,39,154,28,199,124,9,0,82,39,154,28,173,125,9,0,82,39,154,28,152,126,9,0,86,39,3,134,104,145,7,0,87,167,144,45,46,105,7,0,88,39,41,86,108,128,7,0,88,167,16,151,254,147,7,0,89,167,107,17,244,35,6,0,89,167,107,17,250,212,6,0,89,39,237,39,254,147,7,0,91,39,64,51,142,233,11,0,91,39,64,51,230,234,11,0,92,167,213,91,244,35,6,0,92,167,93,224,162,228,11,0,95,167,189,35,236,50,7,0,96,167,63,166,62,66,7,0,96,167,75,221,212,73,7,0,97,39,175,3,210,6,9,0,97,39,175,3,161,215,9,0,97,39,175,3,2,216,9,0,97,39,175,3,104,216,9,0,97,39,175,3,199,216,9,0,97,39,175,3,47,217,9,0,100,167,41,37,216,56,7,0,100,167,214,122,201,142,7,0,101,167,107,69,55,187,6,0,101,167,148,155,98,160,10,0,103,39,70,225,77,221,10,0,103,39,70,225,208,221,10,0,104,167,200,194,207,244,8,0,105,39,10,247,245,104,9,0,105,39,10,247,223,105,9,0,105,39,187,90,65,32,11,0,108,167,32,224,1,99,7,0,109,39,21,33,197,37,6,0,110,167,13,109,163,226,9,0,110,167,13,109,225,226,9,0,110,167,13,109,50,227,9,0,115,167,39,159,115,153,6,0,120,167,16,76,3,155,9,0,120,167,16,76,94,155,9,0,120,167,16,76,158,155,9,0,120,167,16,76,228,155,9,0,120,167,16,76,29,156,9,0,120,167,16,76,90,156,9,0,120,167,16,76,92,157,9,0,120,167,16,76,139,157,9,0,120,167,16,76,184,157,9,0,120,167,16,76,226,157,9,0,120,39,60,17,184,5,10,0,120,39,60,17,232,5,10,0,122,39,198,214,5,37,7,0,123,167,231,105,127,137,7,0,130,39,187,34,114,11,10,0,130,39,187,34,104,12,10,0,134,167,231,181,47,83,7,0,134,167,37,30,15,109,7,0,134,39,58,141,45,91,9,0,134,39,58,141,214,91,9,0,136,167,250,126,192,54,6,0,136,39,146,217,111,125,7,0,136,39,242,38,71,179,11,0,138,167,86,213,108,225,7,0,138,39,83,128,111,233,8,0,139,39,174,94,46,105,7,0,143,39,170,211,66,42,7,0,143,39,136,67,22,32,10,0,143,39,136,67,35,33,10,0,145,167,126,33,62,66,7,0,146,39,28,127,66,46,9,0,146,39,28,127,227,49,9,0,148,167,193,165,103,251,5,0,148,39,94,94,98,220,7,0,152,39,111,52,135,131,7,0,154,39,148,190,202,163,7,0,154,39,148,190,81,205,7,0,158,39,1,97,93,226,7,0,160,39,54,81,158,134,10,0,160,39,54,81,193,134,10,0,160,39,223,3,163,137,10,0,160,167,121,182,115,17,11,0,162,39,78,108,185,124,6,0,163,167,140,1,64,151,6,0,165,167,35,129,120,191,7,0,165,39,102,100,158,207,10,0,165,39,102,100,47,210,10,0,166,167,160,196,55,74,9,0,166,167,160,196,40,75,9,0,167,39,16,51,55,74,9,0,167,39,16,51,40,75,9,0,172,39,93,53,250,212,6,0,172,39,93,53,143,25,7,0,176,167,155,2,144,191,9,0,176,167,155,2,188,191,9,0,179,39,16,61,48,111,11,0,182,39,18,156,81,205,7,0,182,39,18,156,140,192,8,0,185,39,76,123,120,191,7,0,186,39,45,79,220,154,7,0,186,167,33,18,92,157,7,0,187,167,84,4,87,62,7,0,187,39,74,72,212,73,7,0,187,167,228,228,199,124,9,0,187,167,228,228,173,125,9,0,187,167,228,228,152,126,9,0,187,167,153,97,58,244,10,0,188,39,175,138,165,55,8,0,188,39,175,138,211,55,8,0,188,39,175,138,5,56,8,0,193,39,74,0,245,193,10,0,193,39,74,0,11,194,10,0,198,39,165,125,241,93,10,0,198,39,165,125,10,94,10,0,199,39,26,202,150,110,9,0,199,39,26,202,176,112,9,0,200,167,205,143,54,120,7,0,200,167,136,26,67,10,9,0,200,39,34,41,71,4,11,0,203,39,246,151,107,1,10,0,204,39,27,46,11,198,8,0,206,39,177,149,202,163,7,0,208,167,180,148,179,201,8,0,208,167,27,171,233,14,9,0,208,167,27,171,209,23,9,0,208,167,27,171,194,32,9,0,209,39,173,191,187,57,7,0,211,39,127,166,69,56,7,0,211,39,248,109,201,142,7,0,211,39,40,248,89,209,11,0,212,167,167,231,223,60,7,0,215,39,207,233,98,160,10,0,217,167,28,229,83,41,7,0,217,167,62,193,202,163,7,0,220,167,71,213,150,0,11,0,221,39,225,136,75,69,9,0,221,39,225,136,161,69,9,0,223,39,220,190,68,97,7,0,225,39,184,255,2,119,7,0,225,39,161,29,233,14,9,0,225,39,161,29,209,23,9,0,225,39,161,29,194,32,9,0,228,167,173,145,8,157,8,0,228,167,173,145,108,157,8,0,228,39,0,239,144,254,9,0,228,39,0,239,168,254,9,0,229,39,43,52,60,23,12,0,230,39,33,100,62,66,7,0,231,167,157,112,215,132,7,0,232,39,70,166,215,132,7,0,233,39,63,142,101,146,9,0,233,39,63,142,61,147,9,0,237,167,148,128,233,14,9,0,237,167,148,128,209,23,9,0,237,167,148,128,194,32,9,0,238,39,62,102,229,249,8,0,240,39,101,45,4,22,11,0,241,167,128,182,137,87,8,0,242,39,139,10,23,151,6,0,242,39,139,204,90,50,12,0,245,39,238,170,242,162,6,0,245,39,238,170,108,247,9,0,245,39,238,170,145,247,9,0,246,39,133,240,22,56,6,0,248,167,38,213,25,186,6,0,249,167,225,81,138,174,10,0,249,167,225,81,161,174,10,0,249,167,225,81,186,174,10,0,250,39,225,137,67,169,7,0,252,167,200,31,22,32,10,0,252,167,200,31,35,33,10,0,252,39,91,169,40,53,11,0,253,167,229,33,198,162,11,0,254,39,35,216,83,199,10,0,254,39,35,216,114,199,10,0,255,167,164,101,184,16,7,0,255,167,37,180,104,145,7,0,255,167,162,44,108,225,7,0,255,167,61,33,49,66,8,0,1,168,242,195,42,25,10,0,1,168,242,195,94,25,10,0,1,40,55,3,32,223,11,0,4,168,106,173,17,96,10,0,4,168,106,173,83,97,10,0,4,168,106,173,152,98,10,0,10,168,201,189,248,231,6,0,10,168,50,240,165,63,7,0,11,40,54,12,66,31,6,0,12,168,242,247,173,167,9,0,12,168,242,247,212,167,9,0,12,168,242,247,236,167,9,0,15,168,179,220,49,86,7,0,19,168,188,98,110,11,7,0,25,40,111,178,202,57,9,0,25,40,111,178,240,62,9,0,25,168,229,186,56,179,9,0,26,168,205,93,211,93,7,0,27,168,132,182,186,94,7,0,28,40,24,244,15,109,7,0,29,168,131,9,159,8,12,0,29,168,131,9,96,12,12,0,31,168,20,154,165,63,7,0,31,168,24,64,121,54,10,0,31,168,24,64,157,54,10,0,31,168,24,64,205,54,10,0,32,40,174,30,32,21,6,0,34,168,201,243,116,250,7,0,34,168,201,243,30,251,7,0,35,168,202,62,137,101,10,0,35,168,202,62,237,101,10,0,35,168,202,62,78,102,10,0,36,40,43,70,202,163,7,0,38,168,184,45,27,249,5,0,38,40,10,58,72,43,11,0,39,168,73,153,32,177,10,0,39,168,73,153,53,177,10,0,39,168,62,49,166,78,11,0,44,40,144,180,201,142,7,0,45,40,172,111,27,54,9,0,45,40,172,111,27,54,9,0,45,40,172,111,191,54,9,0,45,40,172,111,191,54,9,0,45,40,172,111,104,55,9,0,45,40,172,111,104,55,9,0,45,40,128,76,98,160,10,0,46,168,232,208,62,66,7,0,47,40,191,143,144,115,8,0,48,40,5,78,59,29,6,0,48,168,20,202,44,58,8,0,51,168,183,22,230,113,7,0,52,40,164,93,175,40,6,0,56,168,134,216,26,46,10,0,56,168,134,216,53,46,10,0,61,168,222,60,182,41,7,0,61,40,226,220,156,202,9,0,61,40,226,220,83,203,9,0,62,168,194,209,29,221,6,0,64,168,229,212,101,3,12,0,65,40,158,172,15,109,7,0,66,40,20,236,21,148,6,0,66,168,237,96,212,73,7,0,66,40,169,203,202,241,7,0,67,168,183,87,24,31,12,0,69,168,231,141,27,48,6,0,70,40,81,150,150,186,10,0,70,40,81,150,226,186,10,0,70,40,81,150,47,187,10,0,71,40,148,16,195,134,7,0,71,168,0,251,221,12,8,0,71,168,100,214,0,111,11,0,72,40,81,190,5,114,7,0,72,168,32,134,104,145,7,0,73,168,136,186,161,89,9,0,73,168,136,186,201,89,9,0,73,168,246,117,82,189,10,0,76,168,42,189,203,236,9,0,76,168,42,189,14,237,9,0,76,168,42,189,168,237,9,0,85,40,120,136,232,91,7,0,85,168,72,222,104,145,7,0,86,168,79,66,253,168,11,0,87,40,210,132,93,12,6,0,91,168,95,219,215,85,11,0,93,168,67,152,245,148,6,0,94,40,1,217,202,163,7,0,94,40,12,99,202,57,9,0,94,40,12,99,240,62,9,0,94,40,1,217,206,6,10,0,94,40,1,217,236,6,10,0,94,40,1,217,11,7,10,0,94,40,1,217,48,7,10,0,94,40,1,217,85,7,10,0,94,168,114,94,245,127,10,0,94,40,1,217,119,180,11,0,94,40,1,217,25,182,11,0,94,40,1,217,51,182,11,0,94,40,1,217,39,191,11,0,98,168,133,224,62,66,7,0,98,168,235,235,203,236,9,0,98,168,235,235,14,237,9,0,98,168,235,235,93,237,9,0,99,40,195,103,89,209,6,0,99,40,195,103,55,189,7,0,99,40,195,103,95,189,7,0,99,40,195,103,37,190,7,0,104,40,107,159,40,136,6,0,105,168,12,220,48,183,11,0,108,168,249,96,25,93,9,0,108,168,249,96,212,94,9,0,111,40,5,80,150,110,9,0,111,40,5,80,176,112,9,0,111,40,201,143,200,231,11,0,116,40,60,120,35,31,6,0,116,168,138,120,155,155,6,0,116,168,129,186,62,66,7,0,116,40,38,118,73,228,7,0,116,40,38,118,191,228,7,0,118,40,239,123,7,29,7,0,118,168,172,59,202,163,7,0,123,40,152,235,167,128,9,0,123,40,152,235,133,129,9,0,124,40,39,252,56,207,8,0,126,168,170,192,25,88,7,0,126,40,192,148,82,189,10,0,127,40,144,90,46,237,8,0,128,168,60,188,129,114,7,0,129,40,121,44,139,99,11,0,130,40,195,3,111,125,7,0,130,40,220,6,117,137,8,0,131,168,15,151,178,58,6,0,131,168,209,74,224,83,7,0,131,40,130,33,66,46,9,0,131,40,130,33,227,49,9,0,133,40,188,41,66,46,9,0,133,40,188,41,227,49,9,0,134,168,242,251,25,88,7,0,136,40,22,198,62,0,8,0,136,40,89,180,97,13,12,0,137,40,247,220,212,73,7,0,137,168,219,151,180,117,7,0,137,40,201,221,10,138,7,0,137,168,194,45,25,93,9,0,137,168,194,45,212,94,9,0,137,40,119,49,85,244,11,0,137,40,119,49,242,253,11,0,141,168,99,180,158,207,10,0,141,168,99,180,47,210,10,0,143,40,59,149,165,200,10,0,143,40,59,149,199,200,10,0,143,40,59,149,0,201,10,0,145,40,166,230,31,70,9,0,145,40,166,230,104,71,9,0,145,40,166,230,179,72,9,0,146,168,119,192,81,34,7,0,156,40,236,187,212,73,7,0,156,168,24,179,254,147,7,0,156,40,141,220,17,96,10,0,156,40,141,220,83,97,10,0,156,40,141,220,152,98,10,0,158,168,81,242,212,73,7,0,161,40,152,93,138,87,7,0,162,40,0,112,81,205,7,0,162,40,0,112,55,183,8,0,162,40,0,112,171,183,8,0,162,40,0,112,21,184,8,0,162,40,0,112,117,153,10,0,163,40,180,148,28,97,6,0,166,40,185,148,3,154,11,0,167,40,100,61,46,240,10,0,168,40,41,13,98,160,10,0,169,40,241,8,211,93,7,0,173,168,13,44,156,202,7,0,175,168,35,129,81,205,7,0,175,168,35,129,11,215,7,0,175,168,35,129,38,215,7,0,177,168,133,1,167,26,6,0,177,168,108,167,90,43,7,0,177,40,95,34,217,135,7,0,179,40,160,20,120,191,7,0,179,168,99,46,54,85,8,0,181,40,187,148,143,149,6,0,182,40,185,148,87,62,7,0,182,40,1,220,188,128,8,0,185,40,166,188,233,235,6,0,188,40,185,148,226,108,6,0,188,40,107,90,212,73,7,0,190,40,16,27,202,57,9,0,190,40,16,27,240,62,9,0,192,40,158,18,12,129,7,0,192,40,57,34,194,33,11,0,196,40,3,70,72,76,9,0,196,40,3,70,130,76,9,0,199,168,21,111,241,191,8,0,200,40,148,71,104,145,7,0,205,168,150,42,214,89,8,0,206,40,13,237,2,23,6,0,206,40,202,59,192,96,9,0,206,40,202,59,164,97,9,0,206,40,202,59,128,98,9,0,209,168,117,112,233,14,9,0,209,168,117,112,209,23,9,0,209,168,117,112,194,32,9,0,209,168,195,202,192,96,9,0,209,168,195,202,164,97,9,0,209,168,195,202,128,98,9,0,210,40,31,124,202,241,7,0,210,40,3,128,53,204,11,0,213,40,26,233,81,205,7,0,213,40,26,233,144,68,9,0,213,40,231,242,158,207,10,0,213,40,231,242,47,210,10,0,214,168,144,247,176,118,11,0,215,168,112,4,86,98,6,0,215,40,150,228,251,122,7,0,215,40,150,44,146,219,8,0,215,40,125,27,226,87,10,0,215,40,125,27,249,87,10,0,215,40,125,27,14,88,10,0,219,40,53,51,141,246,11,0,219,40,53,51,159,254,11,0,223,40,128,254,251,122,7,0,225,168,148,65,81,205,7,0,225,168,148,65,116,124,10,0,226,40,180,8,245,104,9,0,226,40,180,8,223,105,9,0,227,168,209,6,93,226,7,0,231,40,19,229,7,140,7,0,232,40,100,210,43,165,11,0,233,40,15,161,185,43,7,0,233,168,227,110,62,66,7,0,234,168,176,89,12,229,6,0,236,40,143,142,101,27,7,0,240,168,105,57,201,142,7,0,240,40,42,94,141,78,10,0,240,40,42,94,26,79,10,0,241,168,106,152,9,183,9,0,241,168,106,152,63,183,9,0,245,168,82,198,12,25,6,0,245,168,12,156,22,123,9,0,245,168,12,156,98,123,9,0,247,168,197,146,111,125,7,0,247,40,251,220,229,244,9,0,247,40,251,220,6,245,9,0,248,168,255,94,205,132,8,0,248,168,255,94,233,14,9,0,248,168,255,94,209,23,9,0,249,40,187,136,88,78,6,0,252,168,95,107,150,229,9,0,252,168,95,107,150,229,9,0,252,168,95,107,236,229,9,0,252,168,95,107,236,229,9,0,252,168,95,107,124,230,9,0,252,168,95,107,124,230,9,0,253,40,32,240,184,31,7,0,254,40,151,212,45,116,7,0,254,168,208,106,15,114,11,0,254,168,208,106,198,116,11,0,2,41,238,89,220,154,7,0,3,169,207,202,130,35,7,0,3,169,162,187,98,160,10,0,6,41,53,166,120,191,7,0,9,41,55,230,62,66,7,0,10,41,51,234,166,221,7,0,10,41,51,234,27,54,9,0,10,41,51,234,191,54,9,0,10,41,51,234,104,55,9,0,12,169,194,109,155,14,10,0,12,169,194,109,189,14,10,0,13,41,16,69,18,253,6,0,14,41,33,149,82,95,6,0,16,41,225,4,122,184,8,0,16,41,225,4,8,185,8,0,16,41,225,4,139,185,8,0,16,41,222,4,46,8,11,0,18,41,109,248,65,156,7,0,18,41,109,248,164,156,7,0,19,169,235,170,42,79,6,0,19,169,106,228,120,191,7,0,19,169,70,198,141,78,10,0,19,169,70,198,26,79,10,0,20,169,251,88,202,163,7,0,21,41,19,86,1,99,7,0,21,41,19,86,0,101,7,0,24,41,247,6,25,93,9,0,24,41,247,6,212,94,9,0,29,41,105,121,32,167,11,0,34,169,160,114,55,74,9,0,34,169,160,114,40,75,9,0,34,169,24,180,66,243,9,0,34,169,24,180,104,243,9,0,34,169,24,180,174,243,9,0,34,169,254,166,245,144,11,0,35,169,169,213,187,8,9,0,35,169,169,213,7,9,9,0,35,41,27,152,14,78,9,0,35,41,27,152,36,78,9,0,35,41,27,152,69,78,9,0,37,41,172,227,202,163,7,0,39,41,156,80,231,105,6,0,41,41,136,3,99,138,10,0,41,41,136,3,195,138,10,0,41,41,136,3,32,139,10,0,45,169,227,50,122,119,7,0,46,169,190,117,8,206,11,0,58,169,157,38,62,66,7,0,60,169,83,192,62,66,7,0,63,169,107,209,7,9,12,0,64,169,35,224,98,201,7,0,64,41,189,108,132,48,11,0,70,169,212,23,98,160,10,0,71,41,187,148,1,99,7,0,71,41,187,148,0,101,7,0,73,41,137,232,161,89,9,0,73,41,137,232,201,89,9,0,74,41,144,126,66,46,9,0,74,41,144,126,227,49,9,0,79,41,8,157,156,202,7,0,79,41,236,96,82,189,10,0,82,41,221,14,131,200,8,0,82,41,221,14,173,200,8,0,85,41,239,174,202,163,7,0,85,41,188,148,244,254,9,0,85,41,188,148,28,255,9,0,88,41,137,203,73,133,11,0,89,41,79,7,51,34,6,0,89,169,63,35,144,160,6,0,89,169,79,125,242,190,6,0,90,41,226,101,212,73,7,0,90,41,132,172,1,99,7,0,90,41,132,172,0,101,7,0,91,169,205,63,103,112,8,0,91,169,205,63,153,112,8,0,91,169,205,63,198,112,8,0,91,169,205,63,239,112,8,0,92,169,29,155,202,163,7,0,93,169,218,151,191,95,7,0,93,169,249,197,208,106,9,0,93,169,249,197,138,107,9,0,93,169,249,197,56,108,9,0,94,169,13,157,168,62,7,0,97,169,162,107,113,73,8,0,97,169,162,107,156,73,8,0,97,169,162,107,204,73,8,0,97,169,162,107,251,73,8,0,99,169,224,200,212,78,11,0,104,169,94,140,170,27,7,0,106,169,11,6,71,122,11,0,106,169,11,6,45,123,11,0,107,41,127,72,62,137,7,0,109,169,163,215,140,13,10,0,109,169,163,215,247,13,10,0,113,169,86,190,141,78,10,0,113,169,86,190,26,79,10,0,114,169,35,157,236,202,6,0,114,169,223,104,232,91,7,0,114,41,243,51,94,211,11,0,115,169,184,207,233,14,9,0,115,169,184,207,209,23,9,0,115,169,184,207,194,32,9,0,115,169,131,220,203,33,12,0,117,169,93,110,241,109,6,0,119,169,132,89,23,153,11,0,123,41,82,1,229,132,9,0,123,41,82,1,184,134,9,0,123,41,85,106,73,216,11,0,132,169,194,222,113,71,11,0,134,41,175,120,163,226,9,0,134,41,175,120,225,226,9,0,134,41,175,120,50,227,9,0,136,169,51,155,136,118,6,0,136,169,104,233,187,83,11,0,137,41,13,35,62,66,7,0,137,169,227,234,67,169,7,0,138,169,171,24,99,203,11,0,147,41,123,45,120,191,7,0,147,41,121,242,120,191,7,0,147,169,92,35,233,14,9,0,147,169,92,35,209,23,9,0,147,169,92,35,194,32,9,0,147,41,33,116,143,77,11,0,148,169,148,93,83,161,6,0,148,41,134,219,87,62,7,0,149,169,225,81,17,54,7,0,153,169,108,187,98,160,10,0,153,169,117,132,150,90,11,0,154,169,115,7,173,249,8,0,162,41,34,45,168,62,7,0,162,169,138,111,62,66,7,0,163,41,69,175,47,0,11,0,164,169,196,30,5,114,7,0,167,41,14,81,249,21,12,0,169,41,230,197,245,104,9,0,169,41,230,197,223,105,9,0,173,41,207,40,138,87,7,0,174,169,45,1,73,148,9,0,174,169,45,1,217,148,9,0,176,169,253,168,67,169,7,0,177,41,118,45,117,112,7,0,178,169,210,202,54,120,7,0,178,169,16,98,45,91,9,0,178,169,16,98,214,91,9,0,178,41,215,203,8,117,11,0,179,169,203,125,233,14,9,0,179,169,203,125,209,23,9,0,179,169,203,125,194,32,9,0,179,41,9,60,224,189,11,0,179,41,9,60,16,190,11,0,180,41,47,175,120,191,7,0,182,169,214,223,254,83,10,0,182,169,214,223,13,84,10,0,184,169,157,38,228,145,6,0,184,41,81,190,212,73,7,0,184,169,197,170,254,147,7,0,184,169,157,38,137,204,7,0,184,41,161,24,202,57,9,0,184,41,161,24,240,62,9,0,189,169,160,179,250,176,9,0,189,169,160,179,25,177,9,0,189,169,160,179,56,177,9,0,191,169,157,38,220,32,7,0,191,41,131,198,97,143,11,0,191,41,131,198,226,143,11,0,194,169,157,38,46,240,5,0,194,41,65,90,254,90,7,0,194,169,151,48,56,207,8,0,194,169,151,48,220,208,8,0,194,169,151,48,72,209,8,0,195,169,225,20,202,46,7,0,195,169,225,20,78,47,7,0,198,41,156,9,202,57,9,0,198,41,156,9,240,62,9,0,199,169,84,27,36,160,8,0,199,169,126,248,206,6,11,0,202,41,124,141,139,210,6,0,202,41,124,141,91,241,6,0,202,41,185,250,121,33,7,0,202,169,72,86,120,191,7,0,202,41,185,250,185,211,8,0,202,41,185,250,243,211,8,0,202,41,185,250,43,212,8,0,202,41,17,99,18,39,12,0,203,41,96,111,20,244,7,0,203,169,12,5,233,14,9,0,203,169,12,5,209,23,9,0,203,169,12,5,194,32,9,0,205,169,126,40,49,245,7,0,205,41,14,134,140,78,9,0,205,41,14,134,233,78,9,0,205,41,46,211,40,172,11,0,206,169,112,16,214,89,8,0,207,41,148,210,217,135,7,0,207,169,99,214,15,19,12,0,209,41,49,240,217,76,6,0,209,41,75,249,195,134,7,0,211,41,26,125,10,126,6,0,211,41,232,238,93,153,7,0,211,41,190,183,192,179,10,0,211,41,190,183,42,180,10,0,212,41,58,115,81,205,7,0,212,41,177,22,57,86,8,0,213,169,222,28,62,66,7,0,214,169,121,213,8,238,11,0,215,169,142,214,45,91,9,0,215,169,142,214,214,91,9,0,216,41,27,220,109,214,11,0,217,169,105,128,195,134,7,0,220,41,231,149,56,6,10,0,220,41,231,149,102,6,10,0,222,169,80,15,142,12,11,0,225,41,215,171,93,27,6,0,226,169,220,255,114,11,10,0,226,169,220,255,104,12,10,0,229,169,105,54,232,91,7,0,231,41,209,121,108,142,6,0,231,169,118,215,93,141,7,0,231,169,248,238,233,14,9,0,231,169,248,238,209,23,9,0,231,169,248,238,194,32,9,0,232,41,158,200,104,145,7,0,234,169,214,70,237,193,6,0,234,169,77,2,62,66,7,0,235,169,100,210,63,252,5,0,235,169,135,142,245,104,9,0,235,169,135,142,223,105,9,0,236,169,201,49,1,99,7,0,236,169,201,49,0,101,7,0,237,41,54,52,98,160,10,0,239,41,93,94,4,157,7,0,241,169,202,117,167,128,9,0,241,169,202,117,133,129,9,0,242,41,61,120,16,44,9,0,242,41,61,120,160,44,9,0,243,169,80,11,164,219,9,0,243,169,80,11,190,219,9,0,243,169,80,11,223,219,9,0,245,169,102,224,36,133,8,0,245,169,102,224,80,133,8,0,245,169,102,224,124,133,8,0,246,41,131,182,186,94,7,0,246,41,110,230,233,14,9,0,246,41,110,230,209,23,9,0,246,41,110,230,194,32,9,0,247,169,58,253,88,116,7,0,247,41,5,165,102,243,7,0,248,169,98,20,76,115,6,0,249,41,161,45,158,207,10,0,249,41,161,45,47,210,10,0,250,41,20,172,135,36,7,0,250,169,65,117,120,191,7,0,252,41,241,36,212,73,7,0,253,41,84,92,89,177,10,0,253,41,84,92,128,177,10,0,254,41,124,77,70,130,7,0,254,169,249,187,202,248,9,0,254,169,249,187,226,248,9,0,0,170,84,108,73,228,7,0,0,170,84,108,191,228,7,0,1,42,130,157,54,120,7,0,1,170,73,31,96,140,7,0,2,170,233,69,92,157,7,0,5,42,219,239,127,110,7,0,5,170,250,78,250,55,10,0,5,170,250,78,17,56,10,0,5,170,225,77,248,140,10,0,5,170,225,77,74,141,10,0,7,170,34,143,201,142,7,0,10,170,164,151,156,202,7,0,10,42,81,190,30,174,11,0,14,170,7,55,74,73,6,0,18,42,17,160,29,103,9,0,18,42,17,160,133,103,9,0,21,42,84,176,103,40,6,0,22,170,31,11,81,205,7,0,22,170,31,11,6,218,7,0,22,170,31,11,56,218,7,0,24,170,8,125,247,52,10,0,24,170,8,125,28,53,10,0,25,42,51,181,16,26,6,0,25,170,225,154,144,83,6,0,25,170,225,154,212,101,6,0,25,42,112,37,24,200,6,0,28,42,178,54,62,66,7,0,29,42,15,52,51,206,11,0,30,42,193,155,156,202,9,0,30,42,193,155,83,203,9,0,33,42,7,107,196,253,11,0,35,42,36,177,140,13,10,0,35,42,36,177,247,13,10,0,39,170,87,158,202,163,7,0,42,42,177,129,138,87,7,0,42,42,99,224,211,93,7,0,44,42,108,61,233,14,9,0,44,42,108,61,209,23,9,0,44,42,108,61,194,32,9,0,46,170,198,84,51,46,6,0,46,170,198,84,87,182,7,0,46,170,123,101,128,195,10,0,47,42,185,44,184,210,9,0,47,42,185,44,209,210,9,0,49,170,220,106,140,119,9,0,49,170,220,106,54,120,9,0,56,42,64,239,245,81,7,0,56,42,64,239,46,105,7,0,59,170,196,77,40,73,6,0,59,170,213,187,246,111,7,0,60,170,157,38,203,22,6,0,60,170,131,19,224,111,11,0,60,170,131,19,9,112,11,0,61,42,10,84,109,140,8,0,62,42,113,182,212,7,9,0,62,42,160,86,199,124,9,0,62,42,160,86,173,125,9,0,62,42,160,86,152,126,9,0,63,42,139,201,111,90,10,0,63,42,139,201,70,91,10,0,67,42,29,180,212,73,7,0,71,170,1,66,113,54,7,0,71,42,176,138,156,202,9,0,71,42,176,138,83,203,9,0,72,170,17,190,23,125,6,0,72,42,55,13,108,192,6,0,72,170,131,150,62,66,7,0,73,42,254,67,32,199,9,0,73,42,254,67,115,199,9,0,74,170,182,7,104,145,7,0,76,42,65,229,126,179,8,0,77,42,207,36,215,185,7,0,80,170,130,71,116,250,7,0,80,170,130,71,30,251,7,0,81,170,145,2,162,64,10,0,81,170,145,2,33,65,10,0,81,170,145,2,173,65,10,0,82,42,89,211,17,96,10,0,82,42,89,211,83,97,10,0,82,42,89,211,152,98,10,0,82,170,157,48,185,226,11,0,83,170,240,17,188,2,8,0,85,42,184,81,195,134,7,0,88,170,23,151,185,216,8,0,88,170,13,205,215,41,11,0,89,42,0,170,81,205,7,0,89,42,0,170,177,219,7,0,89,42,0,170,109,215,8,0,92,170,229,212,192,2,12,0,93,170,102,118,87,62,7,0,93,42,96,23,212,73,7,0,93,42,31,161,111,125,7,0,93,42,96,23,81,205,7,0,93,42,96,23,137,213,7,0,94,42,178,111,205,194,6,0,95,170,250,64,167,128,9,0,95,170,250,64,133,129,9,0,96,42,65,53,233,14,9,0,96,42,65,53,209,23,9,0,96,42,65,53,194,32,9,0,97,170,4,192,59,94,7,0,98,42,128,76,106,205,6,0,98,170,157,38,1,99,7,0,100,170,157,38,71,170,6,0,100,42,39,52,81,205,7,0,108,170,164,133,212,73,7,0,108,42,177,105,165,4,11,0,111,170,158,182,175,60,8,0,111,170,158,182,230,60,8,0,111,170,158,182,29,61,8,0,111,170,126,215,110,79,9,0,111,170,126,215,222,79,9,0,111,42,43,87,150,110,9,0,111,42,43,87,176,112,9,0,113,170,246,197,120,191,7,0,113,170,246,197,136,14,9,0,114,170,80,36,156,202,7,0,114,170,80,36,219,208,9,0,115,170,227,234,108,39,10,0,115,170,227,234,139,39,10,0,116,170,47,161,167,172,6,0,118,170,141,84,114,11,10,0,118,170,141,84,104,12,10,0,120,170,14,118,117,86,7,0,120,170,233,188,201,142,7,0,121,42,190,26,201,142,7,0,124,42,87,198,139,145,6,0,126,42,113,150,94,150,8,0,126,42,240,16,27,60,11,0,126,170,130,131,59,129,11,0,127,170,182,159,167,148,6,0,130,42,113,5,233,14,9,0,130,42,113,5,209,23,9,0,130,42,113,5,194,32,9,0,131,42,195,47,9,239,6,0,131,42,197,157,231,95,7,0,134,170,254,166,31,70,9,0,134,170,254,166,104,71,9,0,134,170,254,166,179,72,9,0,135,170,207,235,211,213,11,0,136,170,230,10,51,168,9,0,136,170,230,10,146,168,9,0,137,170,191,225,146,102,7,0,137,170,40,173,81,205,7,0,137,170,40,173,140,192,8,0,138,170,102,255,104,145,7,0,139,170,202,169,191,95,7,0,139,42,32,113,220,124,7,0,139,170,2,3,158,207,10,0,139,170,2,3,47,210,10,0,145,170,164,7,122,184,8,0,145,170,164,7,8,185,8,0,145,170,164,7,139,185,8,0,145,170,224,166,64,56,9,0,145,170,224,166,242,56,9,0,145,42,190,93,228,13,12,0,146,170,78,85,2,31,7,0,147,42,170,55,4,221,8,0,150,170,72,178,88,116,7,0,151,42,178,142,98,160,10,0,152,42,91,143,107,1,10,0,154,170,143,138,42,64,7,0,154,170,143,138,185,130,7,0,156,170,39,48,245,205,6,0,158,170,68,91,50,255,5,0,161,42,102,227,233,14,9,0,161,42,102,227,209,23,9,0,161,42,102,227,194,32,9,0,161,170,50,255,161,49,11,0,162,170,183,188,46,105,7,0,162,42,64,104,67,169,7,0,165,170,129,169,152,234,6,0,170,42,155,17,216,56,7,0,175,170,6,33,253,191,11,0,176,42,184,124,209,62,8,0,178,42,241,53,238,250,6,0,178,42,211,227,216,7,11,0,178,42,182,102,232,245,11,0,180,42,29,237,98,160,10,0,182,170,193,99,233,14,9,0,182,170,193,99,209,23,9,0,182,170,193,99,194,32,9,0,182,170,201,49,43,14,12,0,184,170,214,40,148,153,6,0,189,42,92,100,206,113,6,0,189,170,218,87,140,52,12,0,195,170,212,236,46,105,7,0,195,170,212,236,10,205,10,0,195,170,212,236,86,205,10,0,196,42,185,166,233,14,9,0,196,42,185,166,209,23,9,0,196,42,185,166,194,32,9,0,199,42,183,132,233,14,9,0,199,42,183,132,209,23,9,0,199,42,183,132,194,32,9,0,202,42,55,247,54,15,6,0,202,42,55,247,162,138,8,0,202,170,84,112,236,155,11,0,206,42,98,154,160,241,10,0,208,170,96,61,232,30,8,0,212,42,90,62,43,165,11,0,214,42,26,43,86,110,11,0,218,170,170,38,16,44,9,0,218,170,170,38,160,44,9,0,219,42,25,118,144,114,11,0,219,42,25,118,210,114,11,0,219,42,25,118,16,115,11,0,219,170,130,169,59,230,11,0,220,42,7,40,80,168,10,0,220,42,7,40,228,168,10,0,220,42,7,40,124,169,10,0,221,42,146,111,212,73,7,0,226,42,91,110,254,251,10,0,227,170,14,28,109,21,11,0,228,42,187,202,176,243,5,0,228,42,187,202,102,161,11,0,229,42,180,255,1,212,6,0,230,42,192,52,204,42,7,0,232,42,58,56,104,20,6,0,232,42,58,56,137,20,6,0,232,42,58,56,212,73,7,0,232,42,100,120,98,160,10,0,242,42,225,10,47,113,7,0,243,42,53,149,94,6,6,0,243,42,75,9,81,205,7,0,243,42,75,9,144,68,9,0,244,170,95,42,212,73,7,0,244,170,125,140,67,169,7,0,246,170,53,127,234,227,6,0,248,170,218,215,233,166,8,0,249,170,227,234,186,164,8,0,249,42,237,216,187,23,11,0,250,170,53,149,191,180,8,0,250,170,162,1,56,207,8,0,250,170,90,59,42,169,11,0,251,42,138,9,141,99,6,0,255,170,227,234,98,160,10,0,3,171,128,209,177,173,10,0,3,171,128,209,199,173,10,0,3,171,128,209,224,173,10,0,5,43,220,216,67,169,7,0,7,171,2,230,224,83,7,0,10,171,43,226,57,86,8,0,10,43,81,172,1,228,10,0,10,43,81,172,75,228,10,0,10,43,81,172,146,228,10,0,10,43,81,172,224,228,10,0,10,43,81,172,45,229,10,0,10,43,81,172,122,229,10,0,10,43,81,172,199,229,10,0,12,43,121,46,120,191,7,0,13,43,27,59,82,87,6,0,13,43,36,249,120,191,7,0,14,43,243,216,25,93,9,0,14,43,243,216,212,94,9,0,15,43,189,127,102,9,6,0,16,43,164,116,102,48,12,0,17,171,43,42,251,246,6,0,18,43,54,204,202,163,7,0,20,171,215,136,46,105,7,0,20,171,30,76,254,147,7,0,20,171,30,76,199,124,9,0,20,171,30,76,173,125,9,0,20,171,30,76,152,126,9,0,23,43,36,176,110,245,11,0,27,171,247,249,122,119,7,0,27,43,145,101,67,169,7,0,27,43,12,116,188,87,9,0,27,43,12,116,6,88,9,0,27,43,41,48,35,122,11,0,30,43,194,167,102,138,7,0,30,171,7,141,47,145,7,0,30,171,7,141,104,145,7,0,32,171,119,82,67,169,7,0,35,43,42,242,215,132,7,0,35,171,64,64,150,110,9,0,35,171,64,64,176,112,9,0,37,43,199,150,220,154,7,0,38,43,87,88,56,179,9,0,41,171,35,189,128,83,8,0,46,171,193,148,182,166,6,0,47,43,206,225,174,52,7,0,48,171,212,68,247,169,9,0,48,171,212,68,71,171,9,0,48,171,212,68,153,172,9,0,48,171,212,68,240,173,9,0,49,43,221,96,8,162,6,0,50,43,63,107,120,191,7,0,51,43,247,84,118,14,6,0,52,171,183,180,184,180,7,0,52,171,183,180,129,181,7,0,52,43,164,171,81,205,7,0,52,43,79,246,73,228,7,0,52,43,79,246,191,228,7,0,52,43,164,171,138,217,10,0,52,43,164,171,167,217,10,0,55,43,205,2,91,38,6,0,55,43,104,109,114,11,10,0,55,43,104,109,104,12,10,0,56,43,190,36,88,116,7,0,56,43,254,168,54,110,8,0,59,43,2,225,200,118,6,0,59,43,108,205,1,99,7,0,59,43,108,205,0,101,7,0,60,171,203,6,238,20,10,0,60,171,203,6,7,21,10,0,60,171,203,6,40,21,10,0,61,43,185,73,87,166,6,0,61,171,237,56,68,59,7,0,61,43,185,73,120,191,7,0,61,171,164,133,56,207,8,0,65,171,110,22,62,66,7,0,65,171,128,254,8,157,8,0,65,171,128,254,108,157,8,0,67,171,24,120,121,54,10,0,67,171,24,120,157,54,10,0,67,171,24,120,205,54,10,0,71,171,32,32,202,57,9,0,71,171,32,32,240,62,9,0,71,43,227,97,73,148,9,0,71,43,227,97,217,148,9,0,75,43,140,187,141,78,10,0,75,43,140,187,26,79,10,0,76,171,67,71,163,137,10,0,79,43,205,188,104,145,7,0,80,171,75,108,15,115,7,0,81,43,160,203,200,199,6,0,81,171,225,227,39,215,10,0,81,171,225,227,116,215,10,0,83,43,155,10,185,43,7,0,84,171,252,80,199,124,9,0,84,171,252,80,173,125,9,0,84,171,252,80,152,126,9,0,85,171,99,216,80,168,10,0,85,171,99,216,228,168,10,0,85,171,99,216,124,169,10,0,86,43,130,114,104,145,7,0,86,43,40,31,202,163,7,0,89,171,166,58,107,1,10,0,91,171,236,3,145,44,6,0,92,43,145,128,69,188,6,0,93,43,81,207,231,71,11,0,95,43,147,143,247,169,9,0,95,43,147,143,71,171,9,0,95,43,147,143,153,172,9,0,95,43,147,143,240,173,9,0,96,171,47,170,1,173,6,0,96,43,220,245,120,191,7,0,96,171,42,40,230,35,10,0,96,171,42,40,133,36,10,0,97,171,36,207,67,169,7,0,97,43,237,245,1,32,11,0,99,171,124,159,197,54,7,0,99,171,124,159,62,66,7,0,99,171,124,159,156,202,7,0,99,171,124,159,81,205,7,0,99,171,116,169,56,207,8,0,99,171,124,159,64,228,9,0,100,171,169,177,146,15,11,0,102,171,174,85,140,119,9,0,102,171,174,85,54,120,9,0,103,171,144,173,70,4,6,0,103,171,35,129,45,5,6,0,103,171,144,173,224,99,6,0,103,43,158,48,233,14,9,0,103,43,158,48,209,23,9,0,103,43,158,48,194,32,9,0,105,171,13,184,19,140,9,0,105,171,13,184,144,140,9,0,106,43,155,88,226,41,9,0,106,43,155,88,66,42,9,0,106,43,155,88,171,42,9,0,114,171,211,2,219,248,11,0,116,171,231,136,74,13,12,0,117,171,208,125,165,59,7,0,117,171,211,53,14,249,8,0,118,43,196,133,102,138,7,0,118,171,204,116,21,124,11,0,124,171,65,208,33,55,7,0,125,171,207,154,7,182,8,0,125,43,211,217,215,29,10,0,125,43,211,217,250,29,10,0,125,43,211,217,27,30,10,0,126,43,217,65,229,150,9,0,126,43,217,65,153,151,9,0,127,43,244,145,202,163,7,0,127,43,36,157,66,46,9,0,127,43,36,157,227,49,9,0,129,171,226,127,120,6,6,0,129,43,61,202,250,232,6,0,129,43,225,24,31,70,9,0,129,43,225,24,104,71,9,0,129,43,225,24,179,72,9,0,129,171,177,114,73,100,11,0,130,43,29,10,15,115,7,0,131,43,167,179,172,26,8,0,133,171,2,160,148,240,6,0,133,171,206,31,241,5,7,0,133,43,11,1,120,191,7,0,133,171,2,160,14,249,8,0,133,43,56,132,224,156,10,0,133,43,56,132,241,156,10,0,133,43,56,132,9,157,10,0,134,43,89,111,92,157,7,0,134,43,17,244,17,96,10,0,134,43,17,244,83,97,10,0,134,43,17,244,152,98,10,0,136,43,169,92,83,218,10,0,136,43,169,92,181,219,10,0,136,171,145,227,97,121,11,0,143,43,2,55,106,114,6,0,143,171,60,98,78,140,6,0,144,171,5,171,59,161,7,0,145,43,127,22,212,73,7,0,145,171,85,156,15,109,7,0,145,171,162,26,101,146,9,0,145,171,162,26,61,147,9,0,147,171,199,8,247,136,8,0,147,43,73,90,202,57,9,0,147,43,73,90,240,62,9,0,149,171,78,97,105,185,6,0,149,43,167,26,111,6,11,0,150,43,204,105,142,184,10,0,150,43,204,105,59,185,10,0,152,43,175,89,111,125,7,0,153,171,89,4,208,106,9,0,153,171,89,4,138,107,9,0,153,171,89,4,56,108,9,0,155,171,34,29,212,73,7,0,155,43,177,48,202,163,7,0,156,43,88,104,38,98,6,0,158,43,200,202,85,25,7,0,159,171,65,199,67,169,7,0,160,43,239,252,212,73,7,0,164,43,209,214,102,138,7,0,169,171,89,50,65,78,6,0,169,171,205,89,111,125,7,0,171,171,0,167,25,93,9,0,171,171,0,167,212,94,9,0,173,43,148,88,143,129,6,0,177,171,126,254,27,85,7,0,177,171,126,254,29,86,7,0,179,43,8,248,24,22,7,0,180,171,150,242,251,122,7,0,182,171,186,180,204,38,7,0,182,171,247,106,200,208,11,0,183,171,221,168,162,64,10,0,183,171,221,168,33,65,10,0,183,171,221,168,173,65,10,0,184,171,188,35,230,21,6,0,185,43,21,98,213,92,11,0,185,43,21,98,194,99,11,0,186,43,125,88,31,70,9,0,186,43,125,88,104,71,9,0,186,43,125,88,179,72,9,0,187,171,92,169,120,191,7,0,189,171,166,229,93,141,7,0,193,171,187,11,139,185,9,0,193,171,187,11,163,185,9,0,194,171,123,109,3,38,7,0,198,171,64,160,254,147,7,0,200,171,157,38,221,248,5,0,200,171,157,38,200,207,6,0,200,171,157,38,202,46,7,0,201,171,157,38,223,60,7,0,203,171,170,119,245,127,10,0,207,43,25,166,89,84,10,0,207,43,25,166,116,84,10,0,208,43,245,185,122,184,8,0,208,43,245,185,8,185,8,0,208,43,245,185,139,185,8,0,208,171,158,21,88,42,12,0,209,171,243,183,143,25,7,0,214,171,170,133,5,160,6,0,214,171,51,51,212,73,7,0,217,43,95,154,31,127,6,0,217,171,244,192,254,147,7,0,217,171,142,164,233,14,9,0,217,171,142,164,209,23,9,0,217,171,142,164,194,32,9,0,217,43,211,43,70,35,10,0,218,171,31,62,204,38,7,0,219,171,99,252,5,3,8,0,221,171,1,103,154,241,9,0,221,171,1,103,86,242,9,0,222,171,157,38,1,99,7,0,222,171,157,38,0,101,7,0,224,171,168,78,233,14,9,0,224,171,168,78,209,23,9,0,224,171,168,78,194,32,9,0,224,171,134,138,103,180,9,0,224,171,134,138,253,180,9,0,225,43,56,169,127,110,7,0,226,171,151,47,66,42,7,0,226,43,252,218,143,241,8,0,227,43,12,190,192,176,6,0,228,171,213,5,254,147,7,0,231,43,120,104,168,141,9,0,231,43,120,104,184,142,9,0,231,171,212,43,82,189,10,0,231,171,145,206,108,30,12,0,232,171,188,4,204,38,7,0,233,171,221,4,37,104,9,0,237,43,29,77,210,191,6,0,239,43,16,108,67,169,7,0,242,171,34,35,216,163,6,0,242,171,34,35,172,193,6,0,242,171,47,38,168,141,9,0,242,171,47,38,184,142,9,0,243,43,64,162,62,66,7,0,244,43,214,28,248,55,7,0,244,43,47,64,202,57,9,0,244,43,47,64,240,62,9,0,246,171,134,125,232,91,7,0,247,171,25,217,224,83,7,0,247,171,92,9,193,94,10,0,253,43,11,152,191,220,9,0,253,43,11,152,207,220,9,0,253,43,11,152,232,220,9,0,253,43,196,154,3,1,11,0,253,43,212,113,4,40,11,0,255,43,143,55,98,160,10,0,2,172,121,27,31,70,9,0,2,172,121,27,104,71,9,0,2,172,121,27,179,72,9,0,4,44,231,21,61,50,7,0,5,172,145,101,26,71,11,0,6,44,223,217,46,105,7,0,8,44,188,152,90,43,7,0,8,44,172,106,10,138,7,0,8,44,172,106,102,138,7,0,10,44,0,85,253,94,7,0,10,172,212,65,180,169,11,0,14,172,237,89,246,41,11,0,15,172,235,47,137,45,7,0,16,44,106,92,134,97,7,0,18,172,44,216,39,42,11,0,19,44,124,164,10,138,7,0,19,44,124,164,102,138,7,0,21,172,39,93,104,145,7,0,25,44,86,170,64,56,9,0,25,44,86,170,242,56,9,0,26,44,90,120,236,84,11,0,27,44,232,186,215,132,7,0,29,44,242,42,57,67,6,0,29,44,194,214,39,184,7,0,30,172,111,245,201,2,7,0,30,172,133,94,120,191,7,0,31,172,252,151,103,180,9,0,31,172,252,151,253,180,9,0,32,172,211,199,185,43,7,0,32,44,176,7,218,224,9,0,32,44,176,7,252,224,9,0,34,172,169,62,77,231,7,0,35,44,95,127,226,102,10,0,35,44,95,127,251,102,10,0,37,172,180,229,102,94,11,0,38,44,120,248,58,245,10,0,38,44,94,199,203,22,12,0,39,172,240,133,62,99,6,0,39,44,221,120,236,48,7,0,40,172,16,134,122,53,7,0,41,172,236,14,233,14,9,0,41,44,246,215,233,14,9,0,41,172,236,14,209,23,9,0,41,44,246,215,209,23,9,0,41,172,236,14,194,32,9,0,41,44,246,215,194,32,9,0,42,172,38,224,112,246,6,0,44,44,101,139,37,97,11,0,44,44,101,139,65,97,11,0,45,44,186,238,54,23,7,0,47,172,33,239,93,153,7,0,52,44,127,241,236,51,11,0,54,172,134,37,88,116,7,0,54,44,110,37,202,57,9,0,54,44,110,37,240,62,9,0,54,172,46,149,73,49,12,0,54,172,46,149,106,49,12,0,60,44,145,28,24,57,8,0,60,44,145,28,64,57,8,0,60,44,145,28,100,57,8,0,60,44,145,28,140,57,8,0,60,44,145,28,180,57,8,0,61,172,0,103,168,141,9,0,61,172,0,103,184,142,9,0,61,172,213,10,98,160,10,0,64,44,103,138,212,73,7,0,64,44,99,244,54,36,12,0,65,172,91,154,154,241,9,0,65,172,91,154,86,242,9,0,66,44,96,139,168,141,9,0,66,44,96,139,184,142,9,0,67,172,24,217,212,73,7,0,67,172,9,120,81,205,7,0,67,172,9,120,56,218,7,0,67,172,49,2,233,101,11,0,70,44,126,39,212,59,8,0,71,172,73,147,202,57,9,0,71,172,73,147,240,62,9,0,78,172,98,90,220,250,11,0,81,172,157,189,83,218,10,0,81,172,157,189,181,219,10,0,83,44,84,106,202,163,7,0,87,44,188,59,73,228,7,0,87,44,188,59,191,228,7,0,87,44,190,66,92,176,11,0,90,44,90,170,120,191,7,0,90,172,53,254,16,44,9,0,90,172,53,254,160,44,9,0,92,172,247,96,158,207,10,0,92,172,247,96,47,210,10,0,95,172,240,133,114,11,10,0,95,172,240,133,104,12,10,0,97,172,194,6,120,244,7,0,97,172,194,6,173,244,7,0,102,44,95,128,227,3,12,0,105,44,240,216,254,147,7,0,106,44,50,244,220,32,7,0,106,44,89,207,233,14,9,0,106,44,89,207,209,23,9,0,106,44,89,207,194,32,9,0,108,172,89,140,217,58,7,0,110,172,254,166,23,35,7,0,114,44,45,157,51,41,10,0,114,44,45,157,127,41,10,0,115,44,71,254,202,163,7,0,115,44,251,91,202,57,9,0,115,44,251,91,240,62,9,0,117,44,188,246,13,159,7,0,117,44,221,160,67,169,7,0,118,44,36,150,67,169,7,0,118,44,61,145,99,138,10,0,118,44,61,145,195,138,10,0,118,44,61,145,32,139,10,0,119,172,133,49,92,157,7,0,120,44,57,110,253,58,6,0,120,44,57,110,147,177,6,0,120,44,57,110,164,177,6,0,120,44,57,110,113,54,7,0,120,172,68,144,214,89,8,0,120,44,9,152,128,244,9,0,120,44,9,152,153,244,9,0,123,172,161,133,207,16,6,0,124,44,57,174,222,75,6,0,125,172,44,109,44,104,6,0,125,44,66,239,189,255,6,0,128,44,60,244,150,77,6,0,128,44,44,101,250,227,9,0,128,44,44,101,28,228,9,0,129,44,217,89,243,1,7,0,131,172,191,234,143,89,6,0,131,172,89,228,235,122,8,0,131,172,89,228,83,177,11,0,138,172,252,16,140,78,9,0,138,172,252,16,233,78,9,0,144,172,0,0,81,205,7,0,144,172,0,0,140,192,8,0,147,44,1,138,46,105,7,0,150,44,188,56,66,46,9,0,151,172,166,16,62,66,7,0,151,44,92,13,150,16,12,0,151,44,92,13,198,16,12,0,152,172,84,196,219,4,11,0,152,172,84,196,230,13,11,0,154,44,201,172,29,155,10,0,156,172,66,157,254,147,7,0,157,44,128,19,31,70,9,0,157,44,128,19,104,71,9,0,157,44,128,19,179,72,9,0,158,44,206,40,64,55,8,0,158,44,206,40,66,46,9,0,158,44,206,40,227,49,9,0,160,172,250,29,65,235,10,0,161,44,27,68,202,163,7,0,162,44,178,239,54,120,7,0,164,172,19,55,5,159,9,0,164,172,19,55,31,159,9,0,164,172,19,55,60,159,9,0,166,172,196,107,233,14,9,0,166,172,196,107,209,23,9,0,166,172,196,107,194,32,9,0,167,172,47,107,98,160,10,0,170,44,178,219,212,73,7,0,173,44,58,122,185,47,7,0,176,172,194,179,133,244,10,0,183,44,115,27,27,228,7,0,184,172,254,97,177,12,9,0,185,44,41,99,51,131,6,0,191,44,46,81,65,156,7,0,191,44,46,81,164,156,7,0,191,172,121,27,128,158,8,0,200,172,5,237,120,191,7,0,200,172,179,148,205,21,8,0,202,172,127,254,137,38,11,0,203,44,157,214,62,66,7,0,204,44,156,220,131,159,11,0,210,172,224,226,223,216,6,0,211,172,131,141,175,135,11,0,216,44,184,148,65,65,6,0,216,44,24,5,76,118,6,0,217,44,224,217,202,163,7,0,219,172,204,241,98,160,10,0,222,172,150,63,212,136,6,0,222,172,105,36,45,116,7,0,222,172,214,19,45,91,9,0,222,172,214,19,214,91,9,0,223,44,52,91,87,249,6,0,223,44,52,91,1,99,7,0,223,44,52,91,0,101,7,0,223,44,115,27,154,83,10,0,223,44,115,27,178,83,10,0,224,172,135,182,52,226,6,0,225,44,114,165,219,47,11,0,230,172,4,126,143,14,6,0,231,44,180,148,111,125,7,0,232,172,25,61,0,128,11,0,233,44,57,98,92,103,6,0,233,44,116,174,163,45,7,0,234,44,14,78,134,97,7,0,237,44,36,229,23,176,6,0,237,44,145,29,214,89,8,0,237,172,51,232,12,85,10,0,237,172,51,232,29,85,10,0,237,44,135,69,17,96,10,0,237,44,135,69,83,97,10,0,237,44,135,69,152,98,10,0,240,172,56,58,138,228,11,0,241,172,58,115,91,49,6,0,243,44,221,202,107,1,10,0,244,172,205,214,166,151,6,0,246,172,105,250,224,83,7,0,246,172,189,47,144,229,7,0,247,172,202,20,212,23,6,0,247,172,202,20,90,24,6,0,249,44,160,224,155,188,7,0,251,172,1,164,12,36,7,0,252,172,106,229,165,33,7,0,253,172,109,195,201,142,7,0,254,44,203,107,55,252,7,0,255,172,107,176,62,66,7,0,255,172,128,0,168,255,10,0,1,173,197,121,36,138,6,0,1,173,62,180,134,97,7,0,2,45,148,190,200,24,7,0,4,173,181,219,81,205,7,0,4,173,222,126,230,45,8,0,4,173,222,126,212,54,8,0,4,173,181,219,144,68,9,0,8,45,32,141,128,229,6,0,12,173,154,254,144,243,6,0,12,173,154,254,167,244,6,0,12,45,223,138,215,132,7,0,13,45,153,41,215,132,7,0,14,45,136,103,212,73,7,0,14,45,105,82,55,74,9,0,14,45,105,82,40,75,9,0,20,45,251,67,23,4,7,0,22,45,167,3,66,46,9,0,22,45,167,3,227,49,9,0,24,45,112,17,248,140,10,0,24,45,112,17,74,141,10,0,26,45,87,83,120,175,9,0,26,45,87,83,38,176,9,0,27,173,140,219,83,218,10,0,27,173,140,219,181,219,10,0,28,173,88,71,50,99,11,0,30,45,208,163,64,56,9,0,30,45,208,163,242,56,9,0,32,173,151,159,212,73,7,0,32,173,179,234,50,63,11,0,33,45,116,121,229,51,7,0,36,173,29,55,212,73,7,0,37,173,233,107,233,14,9,0,37,173,233,107,209,23,9,0,37,173,233,107,194,32,9,0,38,173,109,149,53,194,6,0,39,45,8,107,83,163,11,0,40,45,97,19,158,238,9,0,40,45,97,19,25,239,9,0,40,45,97,19,142,239,9,0,40,45,97,19,54,240,9,0,40,45,97,19,208,240,9,0,41,173,64,99,108,2,12,0,42,45,73,3,88,116,7,0,42,173,4,225,67,169,7,0,42,45,231,242,0,10,11,0,42,173,4,225,41,166,11,0,43,45,231,11,223,60,7,0,45,173,72,54,21,134,10,0,45,173,72,54,62,134,10,0,45,173,72,54,87,134,10,0,48,45,89,51,165,216,11,0,51,45,221,74,243,155,6,0,53,173,237,154,238,35,7,0,54,45,228,20,165,64,11,0,55,45,180,248,61,23,11,0,60,173,161,86,88,116,7,0,66,173,21,129,25,238,6,0,68,45,63,118,201,142,7,0,69,45,57,201,187,97,8,0,69,173,174,18,98,160,10,0,71,45,29,121,95,10,12,0,72,45,148,142,4,124,7,0,74,173,149,29,179,47,12,0,75,45,205,45,27,48,7,0,75,173,32,106,233,14,9,0,75,173,32,106,209,23,9,0,75,173,32,106,194,32,9,0,75,45,35,33,80,168,10,0,75,45,35,33,228,168,10,0,75,45,35,33,124,169,10,0,78,45,144,127,111,179,6,0,78,45,144,127,137,179,6,0,78,45,144,127,165,179,6,0,78,45,133,75,223,36,12,0,79,45,183,227,67,169,7,0,80,45,90,243,142,135,10,0,80,45,58,130,200,192,11,0,81,45,103,200,11,58,8,0,82,173,76,141,212,73,7,0,83,173,52,68,120,191,7,0,83,173,175,241,214,89,8,0,85,173,215,6,90,169,6,0,86,45,157,38,250,7,6,0,86,45,157,38,20,8,6,0,86,45,157,38,175,186,7,0,89,173,144,235,83,5,11,0,91,173,3,95,67,169,7,0,91,173,214,125,67,169,7,0,92,173,242,65,182,41,7,0,95,173,166,32,120,191,7,0,95,173,166,32,158,207,10,0,95,173,166,32,47,210,10,0,101,173,233,151,83,218,10,0,101,173,233,151,181,219,10,0,102,45,217,227,204,77,11,0,103,45,92,121,227,132,6,0,104,173,89,136,83,24,7,0,104,173,120,18,85,157,10,0,104,173,120,18,114,157,10,0,104,173,120,18,139,157,10,0,105,173,152,58,46,105,7,0,106,45,66,166,31,70,9,0,106,45,66,166,104,71,9,0,106,45,66,166,179,72,9,0,107,45,64,57,45,91,9,0,107,45,64,57,214,91,9,0,112,45,203,208,202,46,7,0,113,173,7,9,158,207,10,0,113,173,7,9,47,210,10,0,115,45,96,19,254,147,7,0,119,173,45,135,38,45,7,0,120,45,115,27,93,76,8,0,124,173,157,38,142,11,12,0,125,45,11,171,56,207,8,0,125,45,11,171,72,209,8,0,125,45,11,171,203,209,8,0,126,173,186,148,105,143,6,0,126,173,186,148,131,143,6,0,126,45,140,79,15,115,7,0,126,45,93,242,92,157,7,0,126,173,5,60,245,127,10,0,127,45,99,18,54,120,7,0,127,173,27,3,210,115,9,0,127,173,27,3,145,116,9,0,127,173,27,3,74,117,9,0,128,173,216,31,253,94,7,0,129,45,173,133,246,45,6,0,129,173,69,248,122,53,7,0,130,173,34,200,98,160,10,0,131,173,124,188,62,66,7,0,132,45,95,139,81,205,7,0,132,45,225,112,101,146,9,0,132,45,225,112,61,147,9,0,132,45,11,176,113,63,10,0,132,45,11,176,147,63,10,0,132,173,187,237,17,42,12,0,133,45,192,92,57,18,6,0,133,173,192,74,27,48,7,0,134,45,27,177,202,57,9,0,134,45,27,177,240,62,9,0,135,173,53,96,50,10,7,0,135,173,53,96,6,175,10,0,135,173,53,96,29,175,10,0,137,173,151,64,168,204,11,0,137,173,59,43,30,208,11,0,138,45,254,97,5,204,11,0,142,45,205,101,98,160,10,0,143,45,95,139,66,46,9,0,143,45,95,139,227,49,9,0,144,173,207,28,27,54,9,0,144,173,207,28,191,54,9,0,144,173,207,28,104,55,9,0,145,173,81,102,162,64,10,0,145,173,81,102,33,65,10,0,145,173,81,102,173,65,10,0,146,45,4,24,213,107,11,0,149,173,13,154,222,233,9,0,149,173,13,154,249,233,9,0,151,173,97,37,220,223,7,0,152,45,187,57,118,24,6,0,152,45,182,30,233,14,9,0,152,45,182,30,209,23,9,0,152,45,182,30,194,32,9,0,153,173,253,103,224,240,11,0,154,173,57,61,131,55,7,0,154,45,38,25,5,114,7,0,154,173,203,88,58,233,8,0,159,45,217,180,68,59,7,0,159,45,49,184,67,169,7,0,163,45,231,242,147,71,8,0,163,45,162,202,150,110,9,0,163,45,162,202,176,112,9,0,164,45,203,120,173,73,6,0,164,45,203,120,254,168,6,0,164,45,203,120,146,225,6,0,164,45,203,120,81,35,8,0,166,45,190,223,192,96,9,0,166,45,190,223,164,97,9,0,166,45,190,223,128,98,9,0,169,173,225,167,73,148,9,0,169,173,225,167,217,148,9,0,171,45,74,91,197,54,7,0,171,45,141,94,67,169,7,0,171,45,74,91,161,215,9,0,171,45,74,91,2,216,9,0,171,45,74,91,104,216,9,0,171,45,74,91,199,216,9,0,171,45,74,91,47,217,9,0,172,173,239,9,253,32,11,0,173,45,100,106,244,121,6,0,173,173,36,48,46,105,7,0,173,45,114,27,66,46,9,0,173,45,114,27,227,49,9,0,173,173,36,48,122,40,11,0,176,45,212,90,210,86,7,0,176,173,137,230,97,252,7,0,177,45,74,45,117,41,7,0,180,45,190,179,25,93,9,0,180,45,190,179,212,94,9,0,181,45,231,242,165,31,10,0,181,45,231,242,198,31,10,0,185,173,105,14,118,180,8,0,185,45,114,27,79,132,9,0,185,45,114,27,113,132,9,0,185,45,114,27,153,132,9,0,186,173,55,41,164,232,7,0,187,45,127,6,129,85,11,0,189,45,165,33,90,91,6,0,190,173,96,33,62,66,7,0,191,173,98,244,17,96,10,0,191,173,98,244,83,97,10,0,191,173,98,244,152,98,10,0,192,173,164,11,21,9,8,0,192,173,164,11,68,9,8,0,192,45,58,151,86,145,9,0,192,45,58,151,156,145,9,0,192,45,58,151,233,145,9,0,193,173,48,22,120,147,6,0,193,45,224,97,226,43,12,0,194,173,140,175,193,44,11,0,195,173,42,90,67,169,7,0,197,173,111,37,134,97,7,0,198,45,244,216,156,51,7,0,199,173,188,117,228,158,7,0,200,45,244,89,208,118,11,0,201,45,157,38,233,14,9,0,201,45,157,38,209,23,9,0,201,45,157,38,194,32,9,0,202,45,142,167,111,125,7,0,202,45,142,167,143,241,8,0,203,45,163,126,254,147,7,0,205,45,79,196,101,213,11,0,206,173,56,183,210,115,9,0,206,173,56,183,145,116,9,0,206,173,56,183,74,117,9,0,207,173,254,74,204,38,7,0,208,173,48,7,218,171,6,0,209,45,57,126,234,241,5,0,211,45,34,110,3,107,11,0,212,45,221,19,247,84,9,0,217,173,105,27,120,191,7,0,217,173,170,135,218,220,8,0,219,45,149,95,86,48,6,0,219,173,237,123,128,195,10,0,219,173,237,123,245,99,11,0,221,45,132,119,22,41,12,0,223,45,243,137,240,208,6,0,223,45,243,137,97,195,8,0,224,45,180,207,202,163,7,0,225,173,128,155,67,169,7,0,226,173,148,178,120,175,9,0,226,173,148,178,38,176,9,0,229,173,205,194,146,102,7,0,232,45,13,40,136,31,6,0,232,45,159,68,140,119,9,0,232,45,159,68,54,120,9,0,232,173,158,171,254,253,10,0,237,173,227,0,158,207,10,0,237,173,227,0,47,210,10,0,243,173,242,10,93,153,7,0,243,45,126,59,202,57,9,0,243,45,126,59,240,62,9,0,244,173,100,231,53,131,7,0,244,45,170,138,131,43,12,0,245,173,236,242,202,57,9,0,245,173,236,242,240,62,9,0,250,45,125,135,186,36,7,0,250,173,98,56,186,118,7,0,250,173,8,201,120,191,7,0,251,173,45,192,212,73,7,0,252,45,90,6,67,169,7,0,254,173,207,77,53,239,10,0,254,173,207,77,66,239,10,0,255,45,232,132,98,160,10,0,0,174,143,212,88,116,7,0,0,174,86,34,49,144,8,0,1,46,185,52,214,137,7,0,2,174,68,129,228,13,12,0,3,46,80,80,149,88,7,0,3,174,54,135,98,201,7,0,4,46,64,245,89,196,11,0,6,174,198,185,27,54,9,0,6,174,198,185,191,54,9,0,6,174,198,185,104,55,9,0,9,174,174,60,182,41,7,0,11,46,171,175,202,57,9,0,11,46,171,175,240,62,9,0,12,46,100,218,87,127,6,0,14,174,193,78,54,85,8,0,14,174,193,78,100,85,8,0,15,46,151,113,247,117,7,0,15,46,115,178,17,96,10,0,15,46,115,178,83,97,10,0,16,46,16,244,215,74,11,0,19,174,134,51,16,44,9,0,19,174,134,51,160,44,9,0,20,174,41,4,1,99,7,0,20,174,41,4,0,101,7,0,22,46,102,7,34,229,11,0,23,46,74,188,49,66,8,0,24,174,140,90,144,176,11,0,26,174,188,151,145,38,6,0,26,174,66,97,233,14,9,0,26,174,66,97,209,23,9,0,26,174,66,97,194,32,9,0,26,174,85,170,225,124,11,0,28,46,212,45,232,196,6,0,28,46,95,66,149,88,7,0,31,46,124,221,85,79,11,0,37,46,57,7,98,160,10,0,45,46,102,5,148,9,8,0,46,46,214,103,251,122,7,0,48,46,134,248,236,48,7,0,49,46,231,10,149,88,7,0,49,46,92,240,229,132,9,0,49,46,92,240,184,134,9,0,52,46,39,7,104,141,11,0,53,174,180,126,73,144,6,0,53,46,16,2,197,54,7,0,53,46,104,54,54,120,7,0,54,46,100,65,134,97,7,0,54,174,105,139,36,101,11,0,57,174,182,158,27,48,7,0,58,174,249,189,150,38,7,0,59,174,252,96,163,88,9,0,59,174,252,96,195,88,9,0,60,46,170,62,86,145,9,0,60,46,170,62,156,145,9,0,60,46,170,62,233,145,9,0,62,174,247,208,228,44,6,0,62,174,247,208,69,120,6,0,68,46,74,232,129,114,7,0,68,174,19,207,140,78,9,0,68,174,19,207,233,78,9,0,69,46,72,222,245,104,9,0,69,46,72,222,223,105,9,0,71,46,26,254,15,192,9,0,71,46,26,254,91,192,9,0,71,46,26,254,164,192,9,0,79,174,30,4,251,122,7,0,80,174,64,41,234,185,9,0,80,174,64,41,45,186,9,0,82,46,77,225,226,100,10,0,82,46,77,225,10,101,10,0,82,46,77,225,49,101,10,0,83,174,243,37,9,131,8,0,84,46,150,34,201,142,7,0,85,174,164,212,14,47,8,0,88,174,224,186,101,204,10,0,88,174,224,186,127,204,10,0,88,174,224,186,182,204,10,0,89,174,233,4,233,14,9,0,89,174,233,4,209,23,9,0,89,174,233,4,194,32,9,0,94,174,1,131,208,122,11,0,97,46,244,176,185,130,7,0,99,174,123,21,166,164,6,0,99,46,220,101,27,54,9,0,99,46,220,101,191,54,9,0,99,46,220,101,104,55,9,0,105,174,111,140,248,52,11,0,110,46,90,71,236,28,7,0,111,46,54,250,86,145,9,0,111,46,54,250,156,145,9,0,111,46,54,250,233,145,9,0,111,174,128,199,142,34,11,0,114,46,1,221,173,7,6,0,114,46,236,94,106,78,11,0,115,46,249,143,144,229,7,0,119,46,243,229,120,191,7,0,119,46,243,229,235,210,7,0,122,46,134,213,66,46,9,0,122,46,134,213,66,46,9,0,122,46,134,213,227,49,9,0,122,46,134,213,227,49,9,0,123,46,50,202,134,97,7,0,123,46,198,190,202,163,7,0,124,46,88,181,229,204,6,0,125,46,72,202,46,105,7,0,126,174,29,72,66,46,9,0,126,174,29,72,227,49,9,0,126,174,70,196,219,89,10,0,126,174,70,196,25,90,10,0,126,174,70,196,69,90,10,0,129,46,18,212,32,184,11,0,141,46,70,245,66,46,9,0,141,46,70,245,227,49,9,0,143,174,42,82,156,202,7,0,143,174,42,82,176,206,10,0,143,174,42,82,241,206,10,0,143,174,42,82,46,207,10,0,144,46,36,254,122,53,7,0,145,174,223,92,204,6,8,0,148,174,100,16,204,42,7,0,150,46,248,132,212,73,7,0,150,174,127,248,31,70,9,0,150,174,127,248,104,71,9,0,150,174,127,248,179,72,9,0,151,46,197,165,120,191,7,0,152,174,160,35,32,137,6,0,152,174,160,35,6,151,6,0,152,174,128,229,156,202,7,0,152,174,128,229,81,205,7,0,154,174,254,201,184,98,6,0,154,174,237,38,29,160,6,0,157,174,211,124,66,46,9,0,157,174,211,124,227,49,9,0,158,46,15,240,212,73,7,0,158,46,151,232,162,64,10,0,158,46,151,232,33,65,10,0,158,46,151,232,173,65,10,0,159,174,73,171,114,25,6,0,159,174,231,63,62,66,7,0,159,46,235,168,128,158,8,0,159,174,57,107,215,245,9,0,159,174,57,107,69,246,9,0,160,46,238,137,97,39,7,0,162,174,121,11,183,5,6,0,162,174,121,11,214,5,6,0,162,46,125,185,199,35,7,0,163,46,110,105,54,23,7,0,165,46,217,74,51,168,9,0,165,46,217,74,146,168,9,0,167,174,232,20,67,235,5,0,171,174,189,209,19,38,6,0,172,174,116,26,188,29,7,0,172,46,157,198,190,159,7,0,172,46,157,198,101,212,8,0,174,46,178,54,100,1,8,0,175,174,48,14,6,61,6,0,175,174,48,14,233,81,8,0,176,46,181,148,164,76,6,0,176,46,181,148,71,208,6,0,184,46,45,5,84,9,6,0,185,174,1,127,23,4,7,0,185,46,171,254,62,66,7,0,185,174,1,127,1,99,7,0,185,174,1,127,0,101,7,0,185,46,171,254,73,103,8,0,185,46,171,254,75,69,9,0,185,46,171,254,161,69,9,0,188,174,62,85,134,52,7,0,188,46,247,143,120,191,7,0,191,46,8,170,220,223,7,0,191,46,239,41,208,106,9,0,191,46,239,41,138,107,9,0,191,46,239,41,56,108,9,0,192,46,212,132,177,87,8,0,196,174,220,135,81,205,7,0,196,174,220,135,55,183,8,0,196,174,220,135,171,183,8,0,196,174,220,135,21,184,8,0,196,174,220,135,117,153,10,0,201,174,9,184,156,51,7,0,202,174,185,124,134,44,8,0,202,174,23,235,5,141,11,0,204,46,246,189,120,191,7,0,207,46,214,241,107,1,10,0,207,46,103,52,142,184,10,0,207,46,103,52,59,185,10,0,208,174,140,73,66,46,9,0,208,174,140,73,227,49,9,0,210,174,163,133,14,190,10,0,210,174,163,133,53,190,10,0,212,46,236,8,166,243,10,0,214,174,130,138,96,245,6,0,216,46,198,148,201,193,8,0,222,174,58,69,217,135,7,0,222,46,109,9,81,205,7,0,222,46,109,9,173,92,9,0,222,46,109,9,223,92,9,0,227,46,189,134,238,106,6,0,228,46,107,54,228,237,7,0,229,174,248,218,58,88,7,0,230,174,182,4,104,145,7,0,230,174,194,95,137,204,7,0,233,46,187,200,210,189,11,0,234,174,8,237,17,96,10,0,234,174,8,237,83,97,10,0,234,174,8,237,152,98,10,0,237,174,70,162,81,34,7,0,237,46,220,46,128,158,8,0,239,174,97,127,202,163,7,0,244,46,90,27,59,246,7,0,245,46,223,64,15,109,7,0,245,174,250,2,233,14,9,0,245,174,250,2,209,23,9,0,245,174,250,2,194,32,9,0,246,174,235,126,189,180,6,0,248,46,13,214,68,152,7,0,248,174,179,133,25,93,9,0,248,174,179,133,212,94,9,0,249,174,218,136,232,91,7,0,253,174,46,195,120,60,11,0,2,47,217,144,62,66,7,0,2,47,169,142,67,169,7,0,2,47,241,88,73,148,9,0,2,47,241,88,217,148,9,0,3,175,172,125,160,136,11,0,6,47,199,46,251,87,7,0,6,175,217,26,22,32,10,0,6,175,217,26,35,33,10,0,7,47,211,143,103,180,9,0,7,47,211,143,253,180,9,0,7,175,14,169,158,124,10,0,7,175,14,169,194,124,10,0,7,175,14,169,229,124,10,0,7,175,255,100,98,160,10,0,9,47,241,190,225,251,9,0,9,47,241,190,48,252,9,0,10,47,14,137,85,25,7,0,10,175,172,72,67,169,7,0,11,47,9,9,110,79,9,0,11,47,9,9,222,79,9,0,11,47,15,100,45,188,9,0,11,47,15,100,125,188,9,0,11,47,15,100,220,188,9,0,11,47,15,100,46,189,9,0,13,47,195,191,62,66,7,0,15,47,75,33,224,83,7,0,16,175,128,19,254,147,7,0,16,47,35,97,83,218,10,0,16,47,35,97,181,219,10,0,17,47,50,204,98,160,10,0,20,175,233,209,100,224,6,0,21,175,91,156,219,200,6,0,22,47,24,100,103,180,9,0,22,47,24,100,253,180,9,0,23,47,216,89,98,160,10,0,24,47,19,190,137,37,11,0,27,47,54,141,128,191,6,0,27,47,54,141,212,219,6,0,29,47,170,157,84,131,7,0,29,175,182,221,142,160,7,0,32,175,250,222,146,102,7,0,33,175,224,120,229,51,7,0,34,47,34,103,214,89,8,0,34,47,65,35,150,110,9,0,34,47,65,35,176,112,9,0,35,47,141,196,93,153,7,0,36,47,36,21,141,255,10,0,40,175,237,56,161,215,9,0,40,175,237,56,2,216,9,0,40,175,237,56,104,216,9,0,40,175,237,56,199,216,9,0,40,175,237,56,47,217,9,0,41,47,191,166,39,147,6,0,41,175,147,142,73,148,9,0,41,175,147,142,217,148,9,0,42,47,3,136,204,3,11,0,44,47,213,103,62,66,7,0,46,47,11,132,222,249,5,0,53,47,32,252,97,39,7,0,54,175,225,190,202,163,7,0,54,175,138,142,29,103,9,0,54,175,138,142,133,103,9,0,57,47,232,86,133,244,10,0,58,47,65,129,23,4,7,0,59,47,92,72,125,95,7,0,60,175,29,108,46,32,7,0,60,175,122,191,141,60,7,0,60,175,29,108,228,25,11,0,61,175,73,246,106,139,7,0,64,175,241,131,180,44,7,0,64,175,241,131,47,145,7,0,66,175,91,14,4,18,11,0,77,175,206,234,46,105,7,0,80,175,244,76,0,111,11,0,84,47,237,139,141,32,7,0,85,175,149,24,45,91,9,0,85,175,149,24,214,91,9,0,86,175,105,139,123,102,11,0,88,175,53,65,250,124,11,0,89,47,144,235,62,66,7,0,93,175,47,51,42,236,11,0,96,47,225,6,62,66,7,0,98,175,36,233,194,254,6,0,98,47,31,44,142,158,11,0,103,47,54,188,8,165,6,0,103,175,240,77,67,169,7,0,104,47,79,36,203,237,6,0,104,47,41,78,233,14,9,0,104,47,41,78,209,23,9,0,104,47,41,78,194,32,9,0,104,47,34,55,66,46,9,0,104,47,34,55,227,49,9,0,106,175,234,247,104,145,7,0,106,175,239,205,66,46,9,0,106,175,239,205,227,49,9,0,106,175,37,103,202,57,9,0,106,175,37,103,240,62,9,0,106,47,35,86,210,115,9,0,106,47,35,86,145,116,9,0,106,47,35,86,74,117,9,0,109,175,174,190,67,103,6,0,115,47,111,150,10,138,7,0,115,47,111,150,102,138,7,0,115,47,234,81,208,106,9,0,115,47,234,81,138,107,9,0,115,47,234,81,56,108,9,0,119,175,122,80,150,176,6,0,121,175,137,233,94,248,10,0,122,47,0,170,212,73,7,0,123,175,38,145,45,164,8,0,124,47,202,32,83,35,6,0,124,47,202,32,134,66,6,0,124,47,202,32,193,71,8,0,126,47,19,183,120,191,7,0,126,47,110,164,65,252,10,0,126,175,226,33,90,26,11,0,128,47,3,145,120,175,9,0,128,47,3,145,38,176,9,0,129,175,55,127,212,44,7,0,129,47,88,239,187,57,7,0,130,175,161,231,59,91,8,0,138,47,86,179,54,120,7,0,138,47,214,13,81,205,7,0,138,47,214,13,173,92,9,0,138,47,214,13,223,92,9,0,142,175,65,32,224,38,10,0,142,175,65,32,20,39,10,0,145,175,218,215,165,31,10,0,145,175,218,215,198,31,10,0,146,175,78,253,104,145,7,0,147,47,70,59,130,47,11,0,148,47,58,130,62,66,7,0,148,47,213,88,108,32,12,0,150,47,152,38,97,39,7,0,150,47,60,188,25,93,9,0,150,47,60,188,212,94,9,0,151,47,200,33,131,90,7,0,151,175,67,210,31,192,10,0,151,175,67,210,90,192,10,0,153,47,99,0,55,74,9,0,153,47,99,0,40,75,9,0,162,47,162,241,12,36,7,0,164,175,190,181,66,46,9,0,164,175,190,181,227,49,9,0,165,47,91,108,3,38,7,0,165,47,125,234,232,91,7,0,166,47,230,61,94,11,12,0,168,47,166,96,101,27,7,0,168,175,175,133,202,163,7,0,170,175,176,140,98,160,10,0,179,47,117,61,245,104,9,0,179,47,117,61,223,105,9,0,179,47,142,111,229,28,12,0,181,175,252,165,118,221,6,0,183,47,3,197,217,135,7,0,185,47,245,135,234,226,6,0,186,47,124,129,3,38,7,0,186,175,46,84,210,86,7,0,186,47,124,129,249,140,7,0,186,47,91,59,202,190,7,0,186,47,91,59,159,245,7,0,187,175,221,35,57,80,6,0,188,47,94,15,43,65,6,0,189,47,29,33,13,159,7,0,190,47,62,110,39,238,10,0,192,47,147,120,250,110,6,0,193,47,194,98,66,46,9,0,193,47,194,98,227,49,9,0,194,47,186,227,233,14,9,0,194,47,186,227,209,23,9,0,194,47,186,227,194,32,9,0,194,47,13,137,150,229,9,0,194,47,13,137,236,229,9,0,194,47,13,137,124,230,9,0,198,175,247,135,101,51,7,0,199,175,57,185,9,239,6,0,201,47,102,255,30,141,7,0,202,175,191,31,158,207,10,0,202,175,191,31,47,210,10,0,203,47,70,124,185,130,7,0,209,47,75,5,1,99,7,0,214,175,218,169,234,215,10,0,216,47,111,45,57,180,11,0,218,47,146,30,202,163,7,0,221,175,172,8,37,184,6,0,221,47,206,181,126,131,9,0,221,47,206,181,156,131,9,0,224,47,100,14,212,73,7,0,226,175,8,32,209,83,9,0,226,175,8,32,241,83,9,0,229,175,194,243,140,188,10,0,229,175,194,243,170,188,10,0,230,175,188,13,67,169,7,0,232,47,157,212,4,124,7,0,233,47,34,126,200,168,6,0,233,47,34,126,120,175,6,0,234,175,89,210,155,47,6,0,235,175,98,230,111,125,7,0,238,47,179,213,228,85,8,0,243,47,60,241,229,132,9,0,243,47,60,241,184,134,9,0,243,47,4,175,138,169,9,0,243,47,4,175,172,169,9,0,243,175,159,25,144,58,11,0,245,175,86,200,212,73,7,0,245,47,27,150,80,96,7,0,245,175,215,212,98,160,10,0,247,175,143,44,146,81,10,0,247,175,143,44,182,81,10,0,247,175,143,44,209,81,10,0,248,175,51,170,143,86,6,0,248,47,149,226,202,57,9,0,248,47,149,226,240,62,9,0,249,175,72,172,54,120,7,0,249,175,17,24,128,158,8,0,249,175,79,228,156,202,9,0,249,175,79,228,83,203,9,0,250,47,238,40,53,49,6,0,252,175,243,20,67,169,7,0,4,48,219,7,115,17,11,0,4,48,5,29,193,44,11,0,5,176,44,186,50,119,7,0,6,48,231,211,186,118,7,0,7,48,70,82,17,96,10,0,7,48,70,82,83,97,10,0,7,48,70,82,152,98,10,0,11,48,157,244,135,36,7,0,12,176,215,173,68,59,7,0,17,176,88,195,66,46,9,0,17,176,88,195,227,49,9,0,18,48,52,76,209,183,6,0,18,176,78,215,100,1,8,0,18,48,133,29,107,1,10,0,19,48,100,115,201,9,9,0,20,48,29,70,241,155,7,0,21,176,189,144,132,110,6,0,21,176,243,87,233,14,9,0,21,176,243,87,209,23,9,0,21,176,243,87,194,32,9,0,23,176,227,175,69,100,8,0,26,48,190,251,246,111,7,0,29,176,127,15,229,150,9,0,29,176,127,15,153,151,9,0,31,48,239,41,212,73,7,0,31,176,87,158,248,81,11,0,31,48,73,7,197,184,11,0,33,176,53,244,254,147,7,0,33,48,142,181,83,218,10,0,33,48,142,181,181,219,10,0,34,48,13,225,146,102,7,0,34,48,13,225,220,154,7,0,35,48,180,188,67,169,7,0,38,176,89,130,62,66,7,0,41,176,157,38,250,11,6,0,48,48,20,223,93,195,6,0,48,48,243,95,246,111,7,0,48,48,16,233,201,142,7,0,52,48,65,196,25,93,9,0,52,48,65,196,212,94,9,0,53,176,214,159,120,191,7,0,58,176,147,61,254,147,7,0,62,48,120,36,254,147,7,0,64,48,153,134,46,105,7,0,65,176,6,70,62,66,7,0,66,48,22,255,255,254,8,0,66,48,22,255,63,255,8,0,66,48,22,255,124,255,8,0,68,48,191,49,103,180,9,0,68,48,191,49,253,180,9,0,69,176,72,222,129,248,10,0,72,176,146,42,202,163,7,0,72,176,132,110,245,104,9,0,72,176,132,110,223,105,9,0,76,48,21,237,29,11,12,0,78,176,155,247,86,64,7,0,78,176,180,195,233,14,9,0,78,176,180,195,209,23,9,0,78,176,180,195,194,32,9,0,79,176,242,209,212,73,7,0,82,176,66,93,15,192,9,0,82,176,66,93,91,192,9,0,82,176,66,93,164,192,9,0,83,48,231,237,150,110,9,0,83,48,231,237,176,112,9,0,85,176,172,62,62,66,7,0,86,176,69,12,41,92,6,0,87,48,144,195,193,94,10,0,92,176,53,193,158,207,10,0,92,176,53,193,47,210,10,0,98,176,85,210,213,244,7,0,99,48,167,17,254,147,7,0,99,48,167,17,56,207,8,0,99,176,14,63,99,22,10,0,99,176,14,63,127,22,10,0,101,176,147,153,40,96,11,0,101,48,180,230,57,118,11,0,101,48,46,120,227,185,11,0,107,48,26,40,175,0,6,0,107,176,93,218,75,69,9,0,107,176,93,218,161,69,9,0,107,176,12,246,14,13,11,0,107,176,93,218,89,54,11,0,110,176,219,127,152,163,7,0,110,176,219,127,81,205,7,0,110,176,219,127,208,213,7,0,112,176,216,5,98,35,11,0,119,48,197,5,120,191,7,0,119,48,69,144,128,31,11,0,119,48,69,144,161,31,11,0,122,176,143,161,134,97,7,0,122,176,46,57,241,40,12,0,124,176,228,0,111,125,7,0,124,176,99,158,213,253,10,0,126,176,60,101,202,95,6,0,126,48,129,169,11,233,6,0,127,176,44,67,233,14,9,0,127,176,44,67,209,23,9,0,127,176,44,67,194,32,9,0,127,176,246,224,64,56,9,0,127,176,246,224,242,56,9,0,129,176,100,124,150,110,9,0,129,176,100,124,176,112,9,0,131,48,205,135,102,138,7,0,132,48,4,241,111,125,7,0,133,48,80,174,51,41,10,0,133,48,80,174,127,41,10,0,134,176,1,4,232,91,7,0,137,176,86,22,165,59,7,0,137,48,125,118,214,187,11,0,138,176,208,200,202,163,7,0,139,176,63,222,44,58,8,0,140,48,17,170,128,158,8,0,141,48,168,57,108,82,8,0,141,48,168,57,165,82,8,0,141,48,168,57,218,82,8,0,141,48,168,57,183,13,12,0,142,48,71,93,19,85,6,0,142,176,201,143,227,192,6,0,144,176,253,59,223,133,11,0,148,176,70,139,32,199,9,0,148,176,70,139,115,199,9,0,150,48,27,198,216,56,7,0,152,176,148,8,216,53,7,0,152,48,133,204,232,91,7,0,154,176,206,187,99,89,11,0,154,176,206,187,123,89,11,0,155,176,160,25,185,43,7,0,157,176,231,237,226,41,9,0,157,176,231,237,66,42,9,0,157,176,231,237,171,42,9,0,158,48,1,219,27,48,7,0,158,176,33,46,88,116,7,0,158,176,238,68,233,14,9,0,158,176,238,68,209,23,9,0,158,176,238,68,194,32,9,0,161,176,49,102,146,102,7,0,161,176,49,102,46,105,7,0,162,176,185,111,6,249,5,0,162,48,74,32,244,0,6,0,164,48,216,126,49,78,11,0,165,176,157,38,17,14,9,0,165,176,238,181,156,202,9,0,165,176,238,181,83,203,9,0,166,48,128,13,113,225,9,0,167,48,38,202,159,21,6,0,167,176,85,10,156,42,11,0,168,176,30,86,6,246,5,0,168,48,100,103,97,39,7,0,168,48,100,103,216,56,7,0,171,176,160,199,212,237,11,0,172,48,80,230,241,155,7,0,172,176,202,230,78,74,10,0,172,176,202,230,93,75,10,0,172,176,202,230,96,76,10,0,172,176,202,230,126,77,10,0,173,176,35,118,113,54,7,0,173,48,84,39,202,57,9,0,173,48,84,39,240,62,9,0,174,176,177,159,120,191,7,0,175,176,110,170,14,249,8,0,175,48,108,11,110,83,11,0,178,48,151,182,62,66,7,0,179,176,235,86,22,32,10,0,179,176,235,86,35,33,10,0,183,48,112,89,108,225,7,0,186,48,28,64,139,44,7,0,186,48,13,254,16,44,9,0,186,48,13,254,160,44,9,0,187,176,49,90,242,252,5,0,188,176,118,51,156,202,7,0,188,176,118,51,81,205,7,0,188,176,118,51,109,138,9,0,190,48,22,243,70,171,6,0,190,176,38,0,165,52,11,0,193,48,171,116,220,154,7,0,194,48,212,105,22,32,10,0,194,48,212,105,35,33,10,0,194,176,251,38,21,155,11,0,195,48,175,235,195,134,7,0,195,48,246,253,97,195,8,0,195,48,246,253,19,140,9,0,195,48,246,253,144,140,9,0,195,48,122,69,114,11,10,0,195,48,122,69,104,12,10,0,196,48,191,27,15,115,7,0,196,176,57,222,229,128,8,0,196,176,137,247,66,46,9,0,196,176,137,247,227,49,9,0,198,176,92,69,15,109,7,0,198,48,80,126,47,124,8,0,200,48,77,126,66,46,9,0,200,48,77,126,227,49,9,0,201,176,47,51,156,202,7,0,201,176,47,51,81,205,7,0,202,176,106,162,237,88,6,0,202,176,106,162,149,168,6,0,202,176,106,162,251,122,7,0,205,48,105,37,111,125,7,0,206,48,38,100,66,46,9,0,206,48,38,100,227,49,9,0,208,176,62,126,198,68,11,0,209,176,22,127,83,200,7,0,209,176,22,127,56,218,7,0,209,176,22,127,5,230,7,0,210,176,101,93,174,205,6,0,211,176,105,27,120,191,7,0,211,48,63,39,22,32,10,0,211,48,63,39,35,33,10,0,214,176,167,128,200,162,7,0,215,48,14,189,60,84,8,0,219,48,66,12,212,73,7,0,221,176,39,14,16,44,9,0,221,176,39,14,160,44,9,0,221,48,25,86,158,207,10,0,221,48,25,86,47,210,10,0,222,48,55,25,79,252,11,0,223,48,47,243,46,105,7,0,224,48,47,46,233,14,9,0,224,48,47,46,209,23,9,0,224,48,47,46,194,32,9,0,224,176,73,146,229,132,9,0,224,176,73,146,184,134,9,0,230,48,222,103,146,248,11,0,234,176,39,171,98,160,10,0,236,176,68,185,254,72,6,0,238,48,8,142,28,5,11,0,239,48,244,147,25,93,9,0,239,48,244,147,212,94,9,0,239,176,2,188,101,146,9,0,239,176,2,188,61,147,9,0,243,48,110,137,54,120,7,0,249,48,198,63,216,21,12,0,251,176,85,140,62,66,7,0,0,177,125,28,54,120,7,0,1,177,49,202,27,228,7,0,1,177,69,235,166,50,12,0,7,177,21,154,23,54,6,0,7,177,21,154,34,55,6,0,7,49,84,167,116,232,6,0,7,177,170,137,202,163,7,0,10,177,212,54,67,169,7,0,12,49,207,251,199,124,9,0,12,49,207,251,173,125,9,0,12,49,207,251,152,126,9,0,14,177,107,41,87,115,8,0,15,49,218,5,62,66,7,0,16,49,32,105,174,4,6,0,19,177,25,63,31,70,9,0,19,177,25,63,104,71,9,0,19,177,25,63,179,72,9,0,19,177,120,233,192,96,9,0,19,177,120,233,164,97,9,0,19,177,120,233,128,98,9,0,21,49,48,49,211,184,7,0,23,49,99,26,93,153,7,0,27,177,149,103,222,239,5,0,27,49,113,238,236,50,7,0,27,177,185,27,62,66,7,0,27,49,48,197,30,208,11,0,28,177,108,2,119,18,6,0,28,49,44,1,210,115,9,0,28,49,44,1,145,116,9,0,28,49,44,1,74,117,9,0,29,177,203,241,236,71,6,0,30,49,84,24,154,169,6,0,30,49,43,193,165,63,7,0,32,49,203,153,198,235,5,0,35,177,131,10,251,104,10,0,35,177,131,10,30,105,10,0,35,177,131,10,57,105,10,0,36,49,247,200,210,115,9,0,36,49,247,200,145,116,9,0,36,49,247,200,74,117,9,0,37,49,141,98,200,162,7,0,37,49,213,95,81,205,7,0,37,49,213,95,31,218,7,0,38,49,157,38,197,56,6,0,39,177,45,218,202,57,9,0,39,177,45,218,240,62,9,0,40,49,183,127,213,239,7,0,40,177,6,113,115,171,11,0,41,49,63,125,52,226,6,0,43,49,4,114,114,140,6,0,43,49,174,75,158,238,9,0,43,49,174,75,25,239,9,0,43,49,174,75,142,239,9,0,43,49,174,75,54,240,9,0,43,49,174,75,208,240,9,0,44,177,184,35,146,102,7,0,44,177,184,35,46,105,7,0,44,177,125,77,120,191,7,0,45,49,58,129,16,44,9,0,45,49,58,129,160,44,9,0,46,177,220,110,50,247,5,0,47,49,241,167,66,46,9,0,47,49,241,167,227,49,9,0,47,49,241,14,45,91,9,0,47,49,241,14,214,91,9,0,47,49,8,234,13,54,11,0,51,177,163,243,198,123,11,0,51,177,163,243,224,123,11,0,52,49,226,163,232,91,7,0,53,177,113,111,165,183,7,0,56,177,250,159,229,51,7,0,60,177,206,34,46,105,7,0,60,177,206,34,204,132,11,0,61,177,230,249,127,161,7,0,62,177,163,2,247,169,9,0,62,177,163,2,71,171,9,0,62,177,163,2,153,172,9,0,62,177,163,2,240,173,9,0,63,49,157,38,98,23,7,0,65,177,80,245,64,82,7,0,65,177,80,245,4,14,11,0,66,177,253,100,93,153,7,0,68,49,237,62,120,191,7,0,70,177,105,2,1,252,5,0,71,49,216,21,243,30,12,0,72,49,19,193,233,14,9,0,72,49,19,193,209,23,9,0,72,49,19,193,194,32,9,0,72,177,2,77,2,102,11,0,74,177,94,11,20,192,6,0,74,177,94,11,212,73,7,0,77,49,58,157,113,189,6,0,77,49,52,198,65,29,11,0,80,49,1,4,104,145,7,0,82,177,198,127,81,205,7,0,83,177,201,152,95,4,9,0,84,177,239,220,5,37,7,0,84,177,172,68,202,57,9,0,84,177,172,68,240,62,9,0,86,177,203,146,176,0,7,0,86,49,212,106,217,135,7,0,87,49,202,152,81,205,7,0,87,49,208,54,57,86,8,0,87,49,202,152,55,183,8,0,87,49,202,152,171,183,8,0,87,49,202,152,21,184,8,0,87,49,202,152,117,153,10,0,88,49,244,127,233,14,9,0,88,49,244,127,209,23,9,0,88,49,244,127,194,32,9,0,88,177,131,46,66,46,9,0,88,177,131,46,227,49,9,0,89,177,172,118,143,25,7,0,91,177,196,229,63,20,6,0,91,49,132,221,120,191,7,0,92,177,36,90,244,122,10,0,92,177,36,90,156,123,10,0,95,49,68,19,62,66,7,0,95,177,24,149,15,109,7,0,97,49,134,72,247,84,9,0,98,177,241,243,43,165,11,0,99,49,140,158,22,52,8,0,101,49,148,1,62,66,7,0,104,49,93,94,57,80,6,0,104,177,188,129,67,169,7,0,105,49,247,12,167,118,6,0,108,49,154,250,165,55,8,0,108,49,154,250,211,55,8,0,108,49,154,250,5,56,8,0,109,49,113,186,195,87,11,0,113,177,10,251,220,154,7,0,114,177,135,84,233,14,9,0,114,177,135,84,209,23,9,0,114,177,135,84,194,32,9,0,115,177,63,187,224,83,7,0,115,49,144,194,231,95,7,0,115,49,77,121,19,246,7,0,117,49,214,49,81,205,7,0,117,49,214,49,150,203,8,0,117,49,214,49,44,204,8,0,117,49,214,49,206,204,8,0,117,49,214,49,48,142,10,0,121,49,201,11,111,125,7,0,121,49,253,148,245,186,9,0,121,49,253,148,80,187,9,0,121,49,253,148,165,187,9,0,121,49,70,2,161,159,11,0,122,177,186,196,149,88,7,0,122,49,60,38,244,122,10,0,122,49,60,38,156,123,10,0,122,49,200,60,161,43,11,0,122,177,111,240,213,63,11,0,123,49,169,47,226,242,6,0,124,177,104,216,103,180,9,0,124,177,104,216,253,180,9,0,124,49,209,34,158,207,10,0,124,49,209,34,47,210,10,0,126,49,231,247,81,205,7,0,126,49,231,247,144,68,9,0,126,49,83,178,180,198,9,0,129,49,185,80,41,106,11,0,131,177,26,58,62,66,7,0,133,49,112,52,81,205,7,0,133,49,112,52,117,153,10,0,135,49,99,236,102,138,7,0,135,49,121,32,120,191,7,0,136,177,24,161,153,198,6,0,136,49,192,148,111,125,7,0,137,49,155,115,106,2,7,0,138,49,48,56,67,169,7,0,138,177,101,15,120,191,7,0,138,49,117,203,17,96,10,0,138,49,117,203,83,97,10,0,138,49,117,203,152,98,10,0,139,49,150,197,215,132,7,0,140,177,157,78,94,254,5,0,141,177,76,33,229,28,12,0,142,177,106,13,19,140,9,0,142,177,106,13,144,140,9,0,148,49,11,207,163,137,10,0,152,177,70,106,150,110,9,0,152,177,70,106,176,112,9,0,154,177,8,120,245,104,9,0,154,177,8,120,223,105,9,0,157,49,252,194,215,132,7,0,160,177,207,178,64,109,9,0,160,177,207,178,204,109,9,0,160,177,11,196,229,132,9,0,160,177,11,196,184,134,9,0,161,49,177,94,220,154,7,0,163,49,219,56,124,187,6,0,163,177,156,57,143,25,7,0,163,49,199,126,185,43,7,0,163,177,156,57,217,135,7,0,163,177,41,238,230,48,10,0,163,177,41,238,1,49,10,0,163,177,41,238,26,49,10,0,164,49,156,196,59,246,7,0,164,177,87,233,199,124,9,0,164,177,87,233,173,125,9,0,164,177,87,233,152,126,9,0,165,49,77,17,202,57,9,0,165,49,77,17,240,62,9,0,165,177,89,101,25,93,9,0,165,177,89,101,212,94,9,0,166,49,217,46,92,157,7,0,167,177,164,166,146,102,7,0,167,177,164,166,46,105,7,0,168,177,33,98,88,116,7,0,170,49,196,148,92,237,6,0,174,49,127,99,120,191,7,0,175,177,50,124,178,184,6,0,176,177,219,62,204,1,6,0,176,49,158,203,88,116,7,0,178,49,202,34,64,246,10,0,179,177,38,246,27,85,7,0,179,49,152,206,233,14,9,0,179,49,152,206,209,23,9,0,179,49,152,206,194,32,9,0,182,177,191,225,212,73,7,0,182,177,94,174,81,205,7,0,182,177,94,174,144,68,9,0,183,49,81,199,163,137,10,0,183,177,99,128,158,207,10,0,183,177,99,128,47,210,10,0,184,177,200,80,62,66,7,0,185,177,50,221,120,191,7,0,187,177,151,53,140,119,9,0,187,177,151,53,54,120,9,0,189,49,239,1,27,85,7,0,189,49,246,13,254,147,7,0,189,177,138,206,129,88,8,0,189,177,138,206,167,88,8,0,189,177,138,206,205,88,8,0,190,49,87,2,112,22,7,0,190,49,87,2,142,22,7,0,193,177,143,166,56,207,8,0,194,49,10,220,46,105,7,0,197,49,151,133,207,128,6,0,197,49,151,133,84,215,6,0,197,177,134,39,131,55,7,0,199,49,245,80,37,244,11,0,199,49,34,52,138,7,12,0,200,49,131,235,202,163,7,0,201,49,215,123,113,251,10,0,201,49,215,123,143,251,10,0,202,177,115,42,202,57,9,0,202,177,115,42,240,62,9,0,202,177,3,154,192,119,10,0,202,177,3,154,216,119,10,0,202,177,3,154,243,119,10,0,204,49,195,146,154,14,11,0,204,177,55,224,143,189,11,0,206,177,38,215,49,86,7,0,210,49,45,74,64,56,9,0,210,49,45,74,242,56,9,0,210,49,45,74,244,113,10,0,210,177,50,175,98,160,10,0,213,177,17,154,202,57,9,0,213,177,17,154,240,62,9,0,213,49,122,184,168,141,9,0,213,49,122,184,184,142,9,0,219,49,175,68,62,137,7,0,220,177,226,36,197,76,11,0,222,49,3,178,239,41,6,0,223,177,95,131,127,161,7,0,223,177,78,34,148,18,12,0,223,177,78,34,143,25,12,0,223,177,78,34,175,25,12,0,224,177,34,215,80,168,10,0,224,177,34,215,228,168,10,0,224,177,34,215,124,169,10,0,226,177,205,184,122,117,8,0,226,49,136,198,98,160,10,0,227,177,208,1,66,50,11,0,227,177,208,1,86,56,11,0,228,177,198,227,104,145,7,0,230,49,82,215,93,141,7,0,231,49,108,50,108,249,5,0,232,49,13,145,179,218,11,0,235,177,171,137,206,47,6,0,236,49,153,183,186,192,6,0,237,49,20,136,202,46,7,0,237,49,20,136,78,47,7,0,238,177,40,201,204,38,7,0,238,177,239,7,184,160,8,0,238,49,93,189,142,184,10,0,238,49,93,189,59,185,10,0,241,49,206,70,212,73,7,0,243,49,113,60,174,248,5,0,244,177,134,82,55,74,9,0,244,177,134,82,40,75,9,0,246,177,246,252,57,39,8,0,247,177,170,249,8,250,5,0,250,49,252,98,58,184,6,0,250,49,252,98,189,114,10,0,250,49,252,98,218,114,10,0,252,49,170,4,144,97,8,0,252,177,226,23,31,70,9,0,252,177,226,23,104,71,9,0,252,177,226,23,179,72,9,0,255,177,167,133,166,20,6,0,255,49,123,108,249,216,6,0,0,178,191,254,20,136,8,0,0,178,252,86,42,221,11,0,2,178,175,191,186,36,7,0,4,178,217,49,212,73,7,0,6,50,165,235,149,88,7,0,8,178,220,126,9,227,11,0,10,178,25,130,202,163,7,0,11,50,19,9,214,26,7,0,11,50,76,251,202,163,7,0,11,50,19,9,120,55,8,0,12,50,133,230,223,115,7,0,14,50,132,47,202,57,9,0,14,50,132,47,240,62,9,0,18,178,129,196,254,147,7,0,18,178,124,206,156,202,7,0,18,178,124,206,191,160,9,0,18,178,124,206,221,160,9,0,19,178,188,94,212,73,7,0,19,50,79,156,19,140,8,0,21,178,195,67,98,160,10,0,22,50,91,142,77,142,8,0,23,178,149,169,45,188,9,0,23,178,149,169,125,188,9,0,23,178,149,169,220,188,9,0,23,178,149,169,46,189,9,0,24,50,232,232,67,169,7,0,25,50,37,228,192,32,12,0,27,178,196,3,237,216,8,0,30,50,33,115,149,88,7,0,30,178,58,99,254,147,7,0,31,178,41,140,165,63,7,0,32,178,199,148,34,187,7,0,33,178,17,109,110,79,9,0,33,178,17,109,222,79,9,0,36,50,78,188,69,56,7,0,36,50,92,145,150,110,9,0,36,50,92,145,176,112,9,0,42,50,45,113,196,32,7,0,46,50,162,65,57,86,8,0,47,50,208,139,100,252,8,0,48,50,181,86,169,68,6,0,48,50,110,7,245,186,9,0,48,50,110,7,80,187,9,0,48,50,110,7,165,187,9,0,50,50,211,194,185,130,7,0,50,50,211,194,140,198,10,0,50,50,211,194,167,198,10,0,52,178,169,193,244,221,9,0,52,178,169,193,4,222,9,0,54,178,249,7,217,135,7,0,56,50,103,48,212,73,7,0,56,50,27,87,251,166,11,0,59,178,229,212,105,175,10,0,59,178,229,212,50,176,10,0,63,50,239,198,193,94,10,0,64,178,203,49,108,148,6,0,64,178,1,254,128,158,8,0,65,50,57,36,120,175,9,0,65,50,57,36,38,176,9,0,67,50,193,104,233,14,9,0,67,50,193,104,209,23,9,0,67,50,193,104,194,32,9,0,68,178,98,244,3,71,8,0,69,178,33,170,81,205,7,0,69,178,33,170,56,218,7,0,71,50,145,245,98,160,10,0,72,178,57,50,78,74,10,0,72,178,57,50,93,75,10,0,72,178,57,50,96,76,10,0,72,178,57,50,126,77,10,0,74,50,175,204,10,142,6,0,74,50,49,54,127,218,6,0,74,178,21,77,120,191,7,0,75,178,16,209,84,35,7,0,76,50,113,27,66,46,9,0,76,50,113,27,227,49,9,0,78,50,101,179,3,1,11,0,79,50,127,151,255,238,11,0,80,178,98,244,220,154,7,0,81,50,57,235,202,163,7,0,83,50,46,127,3,38,7,0,83,178,30,192,217,135,7,0,85,178,229,20,125,197,6,0,85,178,229,20,35,6,7,0,85,50,165,242,25,93,9,0,85,50,165,242,212,94,9,0,86,50,66,160,34,41,6,0,87,50,23,126,54,202,8,0,90,50,148,125,100,1,8,0,91,178,101,209,107,1,10,0,94,178,203,26,212,73,7,0,94,178,12,188,192,96,9,0,94,178,12,188,164,97,9,0,94,178,12,188,128,98,9,0,95,178,22,201,202,163,7,0,96,50,255,49,161,123,6,0,97,178,34,202,220,148,6,0,97,50,145,56,27,85,7,0,103,178,57,130,31,70,9,0,103,178,57,130,104,71,9,0,103,178,57,130,179,72,9,0,106,178,142,160,66,46,9,0,106,178,142,160,227,49,9,0,110,178,79,197,233,14,9,0,110,178,79,197,209,23,9,0,110,178,79,197,194,32,9,0,116,50,88,119,149,88,7,0,116,178,250,181,54,120,7,0,117,50,28,200,104,20,10,0,117,50,28,200,139,20,10,0,118,50,33,239,72,254,10,0,120,178,5,75,206,141,8,0,120,178,5,75,14,200,8,0,121,50,54,14,101,204,10,0,121,50,54,14,127,204,10,0,121,50,54,14,182,204,10,0,124,178,200,165,137,101,10,0,124,178,200,165,237,101,10,0,124,178,200,165,78,102,10,0,127,178,19,61,163,226,9,0,127,178,19,61,225,226,9,0,127,178,19,61,50,227,9,0,128,178,157,246,137,101,10,0,128,178,157,246,237,101,10,0,128,178,157,246,78,102,10,0,128,50,239,233,150,186,10,0,128,50,239,233,226,186,10,0,128,50,239,233,47,187,10,0,139,178,230,60,66,46,9,0,139,178,230,60,227,49,9,0,139,178,213,11,55,74,9,0,139,178,213,11,40,75,9,0,141,178,59,72,200,120,6,0,141,178,106,73,91,151,6,0,141,178,59,72,27,85,7,0,141,178,33,239,101,146,9,0,141,178,33,239,61,147,9,0,142,50,230,22,134,97,7,0,147,178,147,46,212,73,7,0,148,50,229,115,111,125,7,0,148,50,237,50,233,14,9,0,148,50,237,50,209,23,9,0,148,50,237,50,194,32,9,0,149,178,148,57,140,4,6,0,152,178,126,215,45,91,9,0,152,178,126,215,214,91,9,0,153,178,230,133,30,40,7,0,153,178,46,207,90,45,11,0,155,50,199,174,3,38,7,0,161,50,64,130,232,96,6,0,161,178,163,211,233,14,9,0,161,178,163,211,209,23,9,0,161,178,163,211,194,32,9,0,164,178,235,28,101,146,9,0,164,178,235,28,61,147,9,0,164,178,192,219,115,243,10,0,166,50,150,74,10,138,7,0,166,50,150,74,102,138,7,0,172,178,154,178,233,86,6,0,172,50,178,216,78,74,10,0,172,50,178,216,93,75,10,0,172,50,178,216,96,76,10,0,172,50,178,216,126,77,10,0,173,178,114,251,62,66,7,0,173,50,200,15,137,204,7,0,173,50,226,70,155,14,10,0,173,50,226,70,189,14,10,0,175,50,125,194,118,61,6,0,176,178,245,183,106,139,7,0,176,50,162,159,0,33,8,0,176,50,226,199,32,199,9,0,176,50,226,199,115,199,9,0,179,178,143,173,54,67,11,0,180,178,231,51,249,33,7,0,180,50,145,103,93,153,7,0,181,50,152,77,22,98,6,0,181,50,246,49,164,127,11,0,183,178,47,42,118,60,10,0,183,178,47,42,157,60,10,0,184,50,44,44,120,191,7,0,185,178,63,119,237,63,11,0,187,50,80,108,200,161,6,0,187,50,33,38,168,62,7,0,188,178,44,118,105,175,10,0,188,178,44,118,50,176,10,0,189,178,231,234,46,105,7,0,189,178,231,234,224,10,12,0,190,178,185,227,159,146,6,0,192,178,130,8,254,147,7,0,193,178,215,26,202,57,9,0,193,178,215,26,240,62,9,0,195,178,158,174,63,114,7,0,196,178,153,164,105,61,11,0,197,178,166,225,67,169,7,0,199,178,226,188,241,233,7,0,199,50,40,222,198,0,10,0,199,50,40,222,237,0,10,0,199,50,40,222,23,1,10,0,201,178,79,96,87,16,8,0,205,178,253,181,183,65,6,0,205,50,81,18,6,153,7,0,206,178,149,101,56,207,8,0,207,178,181,167,185,130,7,0,207,178,115,178,233,14,9,0,207,178,115,178,209,23,9,0,207,178,115,178,194,32,9,0,207,50,167,210,3,155,9,0,207,50,167,210,90,156,9,0,211,50,62,16,113,54,7,0,212,178,97,69,212,73,7,0,213,50,32,73,172,184,11,0,219,50,155,51,226,242,6,0,222,178,199,148,4,7,7,0,223,50,172,217,173,13,11,0,224,178,106,96,158,207,10,0,224,178,106,96,47,210,10,0,226,50,162,93,102,138,7,0,234,178,221,104,203,22,6,0,234,178,48,38,59,94,7,0,235,50,32,231,231,95,7,0,239,178,226,217,209,169,6,0,239,50,166,182,138,121,11,0,240,178,99,230,156,51,7,0,240,178,141,253,67,169,7,0,240,178,99,230,120,191,7,0,241,50,245,170,183,194,10,0,241,50,245,170,249,194,10,0,243,178,192,43,87,62,7,0,244,50,157,204,146,102,7,0,244,50,157,204,46,105,7,0,244,50,195,68,138,122,7,0,245,50,90,115,4,18,11,0,249,178,125,229,120,191,7,0,252,50,182,191,110,239,6,0,252,50,216,171,62,66,7,0,253,178,245,244,62,66,7,0,255,178,191,174,62,66,7,0,2,179,151,182,210,86,7,0,3,51,26,157,120,21,7,0,3,179,38,47,212,73,7,0,3,51,26,157,85,26,10,0,3,51,26,157,103,26,10,0,3,179,22,84,3,1,11,0,7,51,81,133,233,14,9,0,7,51,81,133,209,23,9,0,7,51,81,133,194,32,9,0,13,51,10,58,141,60,7,0,14,51,203,43,83,218,10,0,14,51,203,43,181,219,10,0,20,179,154,64,94,40,7,0,22,51,29,52,33,132,7,0,22,51,29,52,123,132,7,0,22,179,153,23,56,216,11,0,23,51,77,13,215,27,7,0,27,179,75,59,150,110,9,0,27,179,75,59,176,112,9,0,28,51,135,177,210,34,6,0,32,51,79,132,81,205,7,0,32,179,200,126,233,14,9,0,32,179,200,126,209,23,9,0,32,179,200,126,194,32,9,0,32,51,79,132,226,217,10,0,32,51,79,132,33,218,10,0,32,179,95,73,228,246,11,0,34,179,28,3,156,202,7,0,34,179,28,3,119,200,9,0,34,179,28,3,135,200,9,0,34,179,28,3,160,200,9,0,35,179,236,26,47,49,11,0,35,51,33,116,120,73,11,0,38,51,250,154,37,25,7,0,40,179,110,227,174,52,7,0,40,179,182,2,146,50,8,0,40,179,182,2,193,50,8,0,40,51,85,174,205,105,11,0,41,179,31,7,153,63,6,0,41,179,31,7,130,70,6,0,41,179,31,7,218,201,8,0,41,179,253,208,128,195,10,0,47,51,18,83,214,45,12,0,47,51,18,83,234,45,12,0,48,179,172,123,62,27,6,0,48,179,172,123,240,143,6,0,49,51,253,124,67,169,7,0,49,179,130,247,229,132,9,0,49,179,130,247,184,134,9,0,50,179,73,190,64,164,6,0,50,179,73,190,88,164,6,0,51,179,9,103,70,95,11,0,52,179,230,19,109,223,7,0,54,179,200,45,233,14,9,0,54,179,200,45,209,23,9,0,54,179,200,45,194,32,9,0,55,51,145,207,62,66,7,0,55,179,130,247,229,132,9,0,55,179,130,247,184,134,9,0,55,179,128,223,98,160,10,0,56,51,61,95,33,94,6,0,58,51,224,200,111,90,10,0,58,51,224,200,70,91,10,0,59,179,80,166,37,184,9,0,59,179,80,166,68,184,9,0,60,51,235,2,212,73,7,0,61,179,189,8,142,66,8,0,62,51,18,1,63,114,7,0,62,51,179,96,148,48,12,0,64,51,76,8,202,163,7,0,66,179,76,82,216,56,7,0,70,179,227,43,151,82,7,0,70,179,227,43,211,82,7,0,72,51,249,21,225,67,11,0,72,179,129,184,88,42,12,0,73,179,189,134,201,142,7,0,75,51,150,178,59,161,7,0,80,179,131,93,224,83,7,0,80,51,83,39,134,97,7,0,83,179,53,51,226,23,7,0,85,51,39,190,229,150,9,0,85,51,39,190,153,151,9,0,87,51,242,221,44,222,9,0,87,51,242,221,89,222,9,0,87,179,187,172,68,251,11,0,89,51,50,247,114,11,10,0,89,51,50,247,104,12,10,0,91,179,198,235,208,106,9,0,91,179,198,235,138,107,9,0,91,179,198,235,56,108,9,0,93,51,66,14,146,102,7,0,93,51,66,14,46,105,7,0,93,51,66,14,233,14,9,0,93,51,66,14,209,23,9,0,93,51,66,14,194,32,9,0,94,179,172,2,49,65,11,0,95,179,100,179,254,90,7,0,96,51,217,135,208,106,9,0,96,51,217,135,138,107,9,0,96,51,217,135,56,108,9,0,97,179,83,222,104,145,7,0,97,179,83,89,61,73,10,0,97,179,83,89,143,73,10,0,99,51,123,158,199,102,6,0,99,51,123,158,136,120,8,0,100,179,193,71,233,14,9,0,100,179,193,71,209,23,9,0,100,179,193,71,194,32,9,0,101,179,112,17,62,66,7,0,102,51,110,137,253,164,11,0,105,51,197,8,162,227,7,0,107,179,49,251,88,143,6,0,107,179,49,251,106,161,6,0,108,179,238,208,156,202,7,0,109,179,75,0,3,40,6,0,109,179,232,96,113,41,12,0,110,51,117,212,111,125,7,0,112,179,6,27,231,95,7,0,112,179,79,36,233,14,9,0,112,179,79,36,209,23,9,0,112,179,79,36,194,32,9,0,113,51,32,127,196,251,10,0,114,179,0,63,128,158,8,0,117,51,188,148,124,80,9,0,117,51,188,148,183,80,9,0,117,51,188,148,238,80,9,0,122,51,225,86,15,192,9,0,122,51,225,86,91,192,9,0,122,51,225,86,164,192,9,0,125,51,155,196,150,110,9,0,125,51,155,196,176,112,9,0,127,179,87,116,150,38,7,0,128,179,179,170,230,35,10,0,128,179,179,170,133,36,10,0,129,51,28,197,121,40,12,0,132,179,130,247,229,132,9,0,132,179,130,247,184,134,9,0,134,51,255,220,159,8,12,0,134,51,255,220,96,12,12,0,137,179,153,93,245,3,6,0,137,179,153,93,79,94,6,0,137,179,21,163,93,153,7,0,138,51,176,204,254,147,7,0,139,179,253,44,233,14,9,0,139,179,253,44,209,23,9,0,139,179,253,44,194,32,9,0,140,179,245,30,120,191,7,0,141,51,101,6,104,145,7,0,143,179,16,55,155,5,12,0,144,51,81,190,212,73,7,0,144,179,118,94,193,251,11,0,145,179,244,209,113,242,5,0,145,51,200,82,90,43,7,0,145,179,165,117,46,105,7,0,145,179,165,117,120,191,7,0,147,179,157,38,149,185,7,0,149,179,114,33,229,132,9,0,149,179,114,33,184,134,9,0,150,179,90,6,233,14,9,0,150,179,90,6,209,23,9,0,150,179,90,6,194,32,9,0,152,51,40,48,158,206,11,0,156,179,250,136,229,164,11,0,157,51,206,6,67,169,7,0,157,51,8,220,156,202,7,0,157,51,205,100,77,48,8,0,157,51,8,220,5,209,9,0,157,51,83,67,244,122,10,0,157,51,83,67,156,123,10,0,165,179,212,194,135,65,7,0,165,179,114,139,254,147,7,0,166,51,143,33,197,174,6,0,170,51,74,27,150,110,9,0,170,51,74,27,176,112,9,0,172,179,229,211,120,191,7,0,172,51,172,227,199,165,11,0,174,51,112,171,62,66,7,0,174,51,230,133,201,142,7,0,174,179,13,198,247,84,9,0,174,51,3,100,73,148,9,0,174,51,3,100,217,148,9,0,175,179,91,209,229,51,7,0,175,51,164,214,212,73,7,0,175,179,192,172,98,160,10,0,177,51,99,34,120,191,7,0,178,179,123,216,173,238,11,0,178,179,123,216,239,247,11,0,179,179,131,0,25,134,7,0,179,179,131,0,75,134,7,0,179,179,187,201,92,157,7,0,179,51,88,38,120,191,7,0,180,51,193,142,163,56,11,0,180,51,160,80,8,186,11,0,181,51,57,138,67,169,7,0,182,179,154,34,67,169,7,0,185,179,115,167,128,158,8,0,187,51,255,229,166,27,6,0,188,51,83,46,185,6,11,0,191,179,201,196,98,160,10,0,194,179,25,116,111,81,11,0,194,179,25,116,143,81,11,0,195,51,247,12,212,73,7,0,195,51,40,116,15,109,7,0,196,179,205,233,116,113,7,0,196,51,122,247,254,147,7,0,197,179,42,30,173,7,6,0,198,51,33,82,146,102,7,0,198,51,33,82,46,105,7,0,199,51,190,131,45,116,7,0,201,179,47,110,62,66,7,0,204,179,255,169,233,14,9,0,204,179,255,169,209,23,9,0,204,179,255,169,194,32,9,0,205,179,84,43,102,138,7,0,206,179,80,230,15,115,7,0,207,51,91,52,111,125,7,0,208,51,3,31,62,66,7,0,208,51,213,34,241,255,8,0,209,51,130,250,116,250,7,0,209,51,130,250,30,251,7,0,210,179,4,16,188,45,8,0,210,179,239,50,90,251,11,0,212,179,226,29,111,125,7,0,213,179,216,250,240,131,7,0,215,51,11,206,204,95,11,0,217,179,107,56,31,250,7,0,217,51,215,234,128,158,8,0,219,179,6,194,231,95,7,0,222,51,149,160,100,4,6,0,222,51,180,121,212,73,7,0,223,179,66,220,45,134,6,0,223,179,66,220,92,157,7,0,226,179,219,240,81,205,7,0,226,179,219,240,56,218,7,0,231,51,156,38,69,226,7,0,231,51,156,38,144,229,7,0,235,51,33,242,23,112,8,0,238,51,13,135,5,114,7,0,245,179,99,236,83,3,6,0,248,179,43,186,105,123,8,0,249,51,6,91,233,14,9,0,249,51,6,91,209,23,9,0,249,51,6,91,194,32,9,0,250,51,242,124,59,246,7,0,251,179,80,56,149,88,7,0,251,51,167,71,65,232,11,0,253,179,195,56,46,105,7,0,1,180,102,145,81,205,7,0,2,180,224,154,67,169,7,0,6,180,10,27,27,48,7,0,6,52,37,238,19,230,11,0,7,180,2,126,82,108,8,0,9,52,109,175,93,141,7,0,11,180,242,46,51,46,6,0,11,180,242,46,87,182,7,0,12,52,5,162,245,104,9,0,12,52,5,162,223,105,9,0,12,180,251,238,215,245,9,0,12,180,251,238,69,246,9,0,13,52,170,170,184,179,8,0,14,180,175,122,104,208,6,0,14,52,105,125,55,7,7,0,19,180,80,55,254,147,7,0,20,180,176,217,25,93,9,0,20,180,176,217,212,94,9,0,21,52,140,206,200,112,7,0,22,180,227,144,89,221,6,0,22,180,140,98,120,191,7,0,26,180,46,11,128,158,8,0,31,52,38,124,249,215,6,0,31,180,238,86,241,233,6,0,31,180,25,143,230,215,8,0,31,180,238,86,189,15,12,0,31,180,11,30,21,49,12,0,32,180,144,121,46,105,7,0,32,52,135,227,66,46,9,0,32,52,135,227,227,49,9,0,32,180,144,121,193,45,11,0,32,180,81,141,10,250,11,0,33,52,145,204,66,46,9,0,33,52,145,204,227,49,9,0,33,52,145,204,240,173,9,0,33,52,145,204,87,19,11,0,38,52,32,136,81,205,7,0,38,52,32,136,150,203,8,0,38,52,32,136,44,204,8,0,38,52,32,136,206,204,8,0,38,52,94,69,192,96,9,0,38,52,94,69,164,97,9,0,38,52,94,69,128,98,9,0,38,52,32,136,48,142,10,0,46,180,117,163,138,82,11,0,47,180,0,97,233,14,9,0,47,180,0,97,209,23,9,0,47,180,0,97,194,32,9,0,48,180,233,111,158,207,10,0,48,180,233,111,47,210,10,0,49,180,54,29,233,14,9,0,49,180,54,29,209,23,9,0,49,180,54,29,194,32,9,0,50,180,198,158,98,201,7,0,50,180,198,158,218,211,7,0,51,52,81,190,22,243,7,0,51,52,81,190,144,191,9,0,51,52,81,190,188,191,9,0,53,52,98,162,66,42,7,0,53,180,181,214,111,125,7,0,53,180,157,254,104,145,7,0,54,52,45,144,197,76,11,0,56,52,252,159,54,120,7,0,57,52,141,144,80,168,10,0,57,52,141,144,228,168,10,0,57,52,141,144,124,169,10,0,57,180,246,245,158,207,10,0,57,180,246,245,47,210,10,0,58,52,71,173,146,102,7,0,58,52,71,173,46,105,7,0,61,52,240,127,134,97,7,0,61,52,186,148,158,207,10,0,61,52,186,148,47,210,10,0,63,180,160,123,51,110,6,0,65,180,173,16,83,218,10,0,65,180,173,16,181,219,10,0,67,180,219,247,201,142,7,0,69,52,81,190,38,173,11,0,71,180,98,199,157,28,11,0,72,52,79,107,50,57,11,0,73,180,136,75,193,94,10,0,73,52,23,60,124,86,11,0,78,180,163,160,7,140,7,0,79,180,102,3,199,231,6,0,79,180,172,101,156,202,7,0,79,52,153,151,137,101,10,0,79,52,153,151,237,101,10,0,79,52,153,151,78,102,10,0,79,52,187,202,218,162,11,0,80,180,254,144,167,128,9,0,80,180,254,144,133,129,9,0,81,52,182,241,165,63,7,0,84,180,40,170,80,96,7,0,85,52,157,38,92,91,7,0,85,52,157,38,81,205,7,0,87,180,140,115,229,7,7,0,87,180,140,115,120,191,7,0,88,52,161,239,64,56,9,0,88,52,161,239,242,56,9,0,89,52,68,250,107,1,10,0,90,180,52,218,10,133,10,0,90,180,52,218,82,133,10,0,90,180,52,218,150,133,10,0,90,180,52,218,212,133,10,0,90,180,52,218,40,254,10,0,92,52,166,69,236,28,7,0,93,180,14,58,108,148,6,0,93,52,84,90,233,14,9,0,93,52,84,90,209,23,9,0,93,52,84,90,194,32,9,0,95,180,207,135,233,14,9,0,95,180,207,135,209,23,9,0,95,180,207,135,194,32,9,0,96,180,143,66,98,160,10,0,102,180,249,54,214,55,6,0,102,180,249,54,169,144,6,0,103,52,63,219,212,73,7,0,103,180,133,173,17,96,10,0,103,180,133,173,83,97,10,0,103,180,133,173,152,98,10,0,104,52,108,2,101,146,9,0,104,52,108,2,61,147,9,0,106,52,93,203,98,201,7,0,106,52,93,203,242,219,7,0,107,52,100,241,120,191,7,0,109,180,29,100,64,73,11,0,115,180,250,132,133,67,11,0,117,52,16,224,210,115,9,0,117,52,16,224,145,116,9,0,117,52,16,224,74,117,9,0,120,52,242,221,212,73,7,0,125,52,61,130,208,106,9,0,125,52,61,130,138,107,9,0,125,52,61,130,56,108,9,0,126,180,179,63,62,66,7,0,128,52,124,217,25,93,9,0,128,52,124,217,212,94,9,0,129,52,241,30,140,13,10,0,129,52,241,30,247,13,10,0,130,180,182,180,62,66,7,0,130,180,59,70,254,147,7,0,131,180,72,20,233,14,9,0,131,180,72,20,209,23,9,0,131,180,72,20,194,32,9,0,132,180,245,19,62,66,7,0,132,180,211,100,128,195,10,0,132,180,211,100,128,195,10,0,133,52,212,217,112,78,6,0,133,52,212,217,121,135,6,0,134,180,5,40,120,191,7,0,136,180,202,56,45,91,9,0,136,180,202,56,214,91,9,0,138,180,193,103,211,93,7,0,138,180,193,103,25,93,9,0,138,180,193,103,212,94,9,0,143,52,237,64,254,147,7,0,144,52,46,129,230,77,6,0,145,180,41,46,215,27,7,0,145,52,90,36,236,48,7,0,147,52,61,129,59,60,6,0,147,52,61,129,149,93,8,0,148,52,34,70,174,202,8,0,148,52,44,60,231,85,11,0,150,52,152,167,197,80,6,0,150,52,152,167,77,251,8,0,151,180,175,212,229,51,7,0,151,180,235,19,194,118,8,0,151,180,235,19,196,103,10,0,151,180,235,19,221,103,10,0,151,180,235,19,132,113,11,0,152,52,166,193,67,169,7,0,152,52,48,226,94,248,10,0,153,180,57,40,233,14,9,0,153,180,57,40,209,23,9,0,153,180,57,40,194,32,9,0,155,180,26,140,210,33,11,0,161,180,13,147,210,86,7,0,162,52,46,24,212,73,7,0,163,180,94,57,99,82,7,0,169,52,207,192,88,116,7,0,169,52,92,176,229,132,9,0,169,52,92,176,184,134,9,0,170,180,184,188,199,124,9,0,170,180,184,188,173,125,9,0,170,180,184,188,152,126,9,0,170,52,112,167,109,235,11,0,171,180,224,215,244,42,10,0,171,180,224,215,38,43,10,0,171,180,224,215,75,43,10,0,175,52,33,191,167,128,9,0,175,52,33,191,133,129,9,0,176,180,45,165,128,158,8,0,177,52,102,240,81,194,6,0,177,52,124,3,247,169,9,0,177,52,124,3,71,171,9,0,177,52,124,3,153,172,9,0,177,52,124,3,240,173,9,0,178,180,111,226,171,130,10,0,178,180,111,226,227,130,10,0,178,180,111,226,28,131,10,0,180,52,207,182,30,141,7,0,181,52,186,148,92,91,7,0,182,180,236,93,69,56,7,0,184,52,105,155,17,14,9,0,184,180,22,182,166,250,10,0,184,180,22,182,196,250,10,0,185,180,129,47,215,132,7,0,185,52,249,43,31,70,9,0,185,52,249,43,104,71,9,0,185,52,249,43,179,72,9,0,185,52,249,43,105,42,10,0,185,52,249,43,152,42,10,0,186,52,75,175,127,13,9,0,189,52,248,74,82,58,7,0,191,180,27,112,57,86,8,0,191,180,130,247,229,132,9,0,191,180,130,247,184,134,9,0,191,180,25,179,77,221,10,0,191,180,25,179,208,221,10,0,197,52,179,239,195,87,11,0,199,52,103,123,230,175,6,0,199,180,3,64,210,115,9,0,199,180,3,64,145,116,9,0,199,180,3,64,74,117,9,0,199,52,213,147,199,124,9,0,199,52,213,147,173,125,9,0,199,52,213,147,152,126,9,0,201,52,231,203,241,155,7,0,205,52,219,111,98,160,10,0,206,180,196,40,122,133,11,0,209,52,142,173,65,76,11,0,215,180,167,160,182,154,6,0,218,180,241,15,202,163,7,0,219,52,77,202,245,127,10,0,221,52,95,31,51,46,6,0,221,52,95,31,87,182,7,0,221,180,160,68,12,18,8,0,222,180,237,96,219,89,10,0,222,180,237,96,25,90,10,0,222,180,237,96,69,90,10,0,225,52,234,3,61,234,6,0,227,52,204,248,234,18,10,0,227,52,204,248,15,19,10,0,228,180,200,247,150,110,9,0,228,180,200,247,176,112,9,0,228,52,96,29,65,232,11,0,230,180,20,56,210,34,6,0,230,52,27,48,67,169,7,0,231,180,161,113,253,114,6,0,231,180,79,116,98,160,10,0,234,180,183,154,140,78,9,0,234,180,183,154,233,78,9,0,235,180,184,195,200,112,6,0,241,52,24,122,240,1,6,0,242,180,164,71,143,139,11,0,243,180,142,54,6,240,7,0,246,52,94,91,243,177,11,0,249,52,3,163,228,13,12,0,250,180,172,164,202,57,9,0,250,180,172,164,240,62,9,0,251,52,37,84,219,172,11,0,253,52,181,189,133,244,10,0,254,52,123,96,241,81,9,0,254,52,123,96,18,82,9,0,255,52,158,182,226,187,6,0,0,53,245,158,184,113,6,0,1,53,149,13,148,40,7,0,1,53,149,13,27,48,7,0,1,53,211,72,62,66,7,0,4,53,7,207,82,189,10,0,4,53,119,114,197,76,11,0,5,53,139,130,212,73,7,0,5,181,123,121,111,125,7,0,5,181,154,214,80,201,9,0,5,181,154,214,107,201,9,0,6,53,38,59,87,62,7,0,6,181,38,91,247,153,9,0,6,181,38,91,48,154,9,0,7,181,168,223,225,4,6,0,9,181,158,98,237,242,10,0,10,181,152,162,106,139,7,0,12,53,181,87,57,86,8,0,13,53,199,130,220,32,7,0,13,53,32,215,246,111,7,0,14,181,131,60,198,189,6,0,14,53,146,201,186,118,7,0,16,53,187,235,202,57,9,0,16,53,187,235,240,62,9,0,17,181,237,66,51,168,9,0,17,181,237,66,146,168,9,0,22,181,54,196,39,215,10,0,22,181,54,196,116,215,10,0,24,181,83,27,150,166,6,0,24,181,83,27,249,140,7,0,24,181,101,237,202,190,7,0,25,53,81,148,15,115,7,0,26,181,16,193,84,1,12,0,29,53,135,26,187,232,9,0,29,53,135,26,11,233,9,0,30,53,241,195,210,34,6,0,30,181,235,13,230,35,10,0,30,181,235,13,133,36,10,0,31,181,95,16,251,15,6,0,31,53,90,231,123,187,11,0,33,53,187,0,67,169,7,0,34,181,250,16,229,132,9,0,34,181,250,16,184,134,9,0,35,181,63,80,209,109,6,0,35,181,137,60,174,148,11,0,37,181,20,29,128,158,8,0,37,181,199,222,42,25,10,0,37,181,199,222,94,25,10,0,38,53,129,143,93,153,7,0,38,53,66,254,140,78,9,0,38,53,66,254,233,78,9,0,43,181,250,89,60,96,8,0,43,181,250,89,194,96,8,0,45,181,61,68,199,111,10,0,45,181,61,68,223,111,10,0,45,181,61,68,248,111,10,0,49,53,63,15,52,45,8,0,49,53,63,15,94,45,8,0,51,53,23,224,189,63,6,0,51,53,23,224,98,64,6,0,51,53,23,224,73,185,6,0,51,53,23,224,1,97,8,0,52,53,207,146,109,152,7,0,53,53,28,126,149,83,7,0,53,53,80,177,117,32,11,0,54,53,50,85,10,161,8,0,56,181,234,71,122,218,9,0,56,181,234,71,144,218,9,0,59,181,120,27,251,246,7,0,59,181,120,27,188,142,10,0,59,181,120,27,242,142,10,0,59,181,120,27,47,143,10,0,61,53,16,220,233,14,9,0,61,53,16,220,209,23,9,0,61,53,16,220,194,32,9,0,63,181,46,97,232,91,7,0,64,181,133,139,98,160,10,0,65,181,9,171,162,64,10,0,65,181,9,171,33,65,10,0,65,181,9,171,173,65,10,0,67,181,43,139,52,213,6,0,70,53,132,213,221,14,8,0,72,53,117,149,120,191,7,0,72,181,13,55,63,206,9,0,72,181,13,55,89,206,9,0,72,181,13,55,106,206,9,0,73,53,196,144,187,232,9,0,73,53,196,144,11,233,9,0,74,181,114,11,62,203,6,0,75,181,137,117,180,24,7,0,75,181,172,247,228,80,8,0,76,181,30,66,220,223,7,0,76,53,138,210,74,222,11,0,80,53,65,41,147,7,9,0,82,181,232,251,98,160,10,0,84,181,205,233,176,243,5,0,86,53,158,248,70,128,11,0,87,53,57,228,156,202,7,0,88,53,166,53,116,243,8,0,89,181,44,23,44,58,8,0,90,53,71,211,200,120,6,0,90,53,71,211,27,85,7,0,90,181,48,142,92,157,7,0,93,181,55,86,142,66,8,0,95,53,251,65,185,9,8,0,95,53,222,142,211,38,8,0,96,181,158,126,182,98,7,0,99,181,185,234,65,156,7,0,99,181,185,234,164,156,7,0,101,181,190,190,27,111,7,0,101,181,190,190,81,205,7,0,101,181,190,190,56,218,7,0,104,181,155,97,103,33,6,0,106,53,217,103,212,73,7,0,108,181,77,121,111,67,11,0,110,53,177,202,185,43,7,0,110,53,43,168,230,160,7,0,112,181,32,143,66,46,9,0,112,181,32,143,227,49,9,0,113,181,214,140,230,35,10,0,113,181,214,140,133,36,10,0,113,181,173,130,136,128,11,0,113,181,173,130,28,129,11,0,115,181,165,22,183,194,10,0,115,181,165,22,249,194,10,0,116,53,58,146,46,105,7,0,116,53,58,146,173,113,10,0,117,181,228,88,104,145,7,0,120,181,29,90,122,53,7,0,120,181,17,150,42,25,10,0,120,181,17,150,94,25,10,0,121,53,157,38,207,69,6,0,121,181,83,118,202,57,9,0,121,181,83,118,240,62,9,0,122,53,157,38,185,219,6,0,122,53,116,161,104,145,7,0,123,181,72,40,144,229,7,0,123,181,190,254,133,41,12,0,123,53,150,147,107,43,12,0,124,53,205,104,202,57,9,0,124,53,205,104,240,62,9,0,125,181,199,98,255,75,6,0,126,181,136,166,186,94,7,0,132,181,254,42,38,193,6,0,132,53,25,159,220,124,7,0,132,181,107,35,132,136,11,0,134,53,181,38,236,48,7,0,134,181,165,52,25,93,9,0,134,181,165,52,212,94,9,0,134,53,203,5,62,106,11,0,135,181,36,136,15,109,7,0,135,181,46,30,19,140,9,0,135,181,46,30,144,140,9,0,138,181,57,12,202,163,7,0,138,181,124,164,171,120,11,0,139,181,193,148,230,12,6,0,139,181,193,148,205,201,6,0,139,53,188,235,30,14,8,0,139,53,188,235,56,207,8,0,140,53,191,126,100,204,6,0,144,181,91,151,173,66,11,0,147,181,116,104,254,147,7,0,147,53,166,225,254,147,7,0,149,181,134,37,62,66,7,0,151,53,177,50,214,89,8,0,152,181,219,177,252,126,8,0,152,181,219,177,45,127,8,0,152,181,219,177,96,127,8,0,152,181,219,177,151,127,8,0,152,181,219,177,197,127,8,0,152,181,155,32,199,165,11,0,153,53,192,13,111,125,7,0,157,181,220,45,231,24,6,0,157,53,146,254,29,103,9,0,157,53,146,254,133,103,9,0,158,53,108,76,88,116,7,0,158,181,154,239,98,160,10,0,158,53,59,46,162,85,11,0,159,181,192,189,98,160,10,0,160,181,71,99,191,157,11,0,162,181,72,136,146,170,11,0,165,181,166,103,62,66,7,0,165,181,195,76,120,191,7,0,167,53,63,148,233,14,9,0,167,53,63,148,209,23,9,0,167,53,63,148,194,32,9,0,168,181,229,210,246,111,7,0,169,181,6,46,46,226,10,0,169,181,6,46,124,226,10,0,169,181,211,179,204,91,11,0,177,181,231,242,146,102,7,0,177,181,231,242,46,105,7,0,177,181,142,13,156,202,9,0,177,181,142,13,83,203,9,0,180,181,111,15,236,48,7,0,180,53,208,8,66,59,8,0,182,181,148,91,81,205,7,0,182,181,148,91,55,183,8,0,182,181,148,91,171,183,8,0,182,181,148,91,21,184,8,0,182,181,148,91,117,153,10,0,183,181,71,78,11,113,7,0,184,181,205,79,250,250,5,0,184,181,135,184,153,6,9,0,184,181,85,170,11,125,11,0,185,181,238,243,95,50,8,0,189,181,152,66,15,109,7,0,189,53,250,48,58,24,12,0,190,181,194,162,45,217,10,0,190,181,194,162,67,217,10,0,192,181,227,176,202,57,9,0,192,181,227,176,240,62,9,0,194,53,142,224,143,139,11,0,195,53,244,166,64,124,11,0,195,53,244,166,56,125,11,0,200,53,48,245,245,12,6,0,200,181,148,39,245,127,10,0,203,181,223,140,98,3,10,0,203,181,72,149,240,28,11,0,207,181,26,136,181,239,5,0,207,53,118,31,25,134,7,0,207,53,118,31,75,134,7,0,210,53,203,104,249,176,11,0,211,181,0,159,212,73,7,0,211,181,145,151,78,124,8,0,213,53,252,216,87,51,8,0,213,53,252,216,108,52,8,0,214,181,224,101,211,64,7,0,215,53,136,209,73,148,9,0,215,53,136,209,217,148,9,0,218,53,53,15,46,105,7,0,219,53,159,102,131,76,11,0,221,181,105,126,185,107,6,0,222,181,60,163,195,134,7,0,223,181,86,41,202,241,7,0,224,181,116,108,202,57,9,0,224,181,116,108,240,62,9,0,225,181,250,221,239,245,8,0,226,53,141,76,223,18,8,0,227,181,168,85,225,210,6,0,227,181,140,95,82,45,7,0,227,181,38,254,80,168,10,0,227,181,38,254,228,168,10,0,227,181,38,254,124,169,10,0,230,181,128,80,187,57,7,0,231,53,187,142,1,160,7,0,231,181,90,215,99,247,11,0,235,53,84,110,62,66,7,0,237,181,231,242,223,60,7,0,243,53,157,38,67,103,6,0,243,53,157,38,137,202,6,0,243,181,83,177,54,120,7,0,243,53,81,190,202,163,7,0,243,53,81,190,67,169,7,0,244,181,210,106,142,186,6,0,245,181,204,237,59,246,7,0,246,53,141,200,34,238,5,0,247,53,157,38,93,141,7,0,248,181,245,57,162,64,10,0,248,181,245,57,33,65,10,0,248,181,245,57,173,65,10,0,248,181,203,6,54,67,10,0,248,181,203,6,73,67,10,0,253,53,118,6,13,159,7,0,253,181,202,97,239,36,12,0,254,53,140,196,103,180,9,0,254,53,140,196,253,180,9,0,0,182,134,147,162,75,6,0,0,182,134,147,153,34,8,0,1,54,102,26,202,163,7,0,3,54,77,6,217,152,11,0,5,182,222,7,212,73,7,0,5,54,115,57,17,96,10,0,5,54,115,57,83,97,10,0,5,54,115,57,152,98,10,0,7,54,66,6,125,95,7,0,7,54,201,88,230,35,10,0,7,54,201,88,133,36,10,0,10,54,198,111,67,169,7,0,12,54,191,98,105,175,10,0,12,54,191,98,50,176,10,0,13,54,196,186,7,29,7,0,13,54,15,17,80,168,10,0,13,54,15,17,228,168,10,0,13,54,15,17,124,169,10,0,14,182,78,190,109,106,6,0,15,54,231,164,213,96,6,0,17,182,59,115,146,102,7,0,17,182,59,115,46,105,7,0,18,54,201,58,81,205,7,0,18,54,201,58,144,68,9,0,21,54,105,206,1,171,11,0,21,182,190,234,133,178,11,0,24,182,85,130,182,45,12,0,25,54,29,9,111,125,7,0,26,182,192,233,223,168,11,0,26,54,233,12,28,186,11,0,28,182,247,24,221,12,9,0,28,182,30,141,55,74,9,0,28,182,30,141,40,75,9,0,29,54,106,66,185,43,7,0,31,54,47,83,158,207,10,0,31,54,47,83,47,210,10,0,32,182,113,12,94,37,12,0,33,182,165,133,84,144,10,0,33,182,165,133,138,144,10,0,36,54,104,205,126,27,11,0,38,54,151,75,202,129,10,0,38,54,151,75,12,130,10,0,39,54,178,6,29,103,9,0,39,54,178,6,133,103,9,0,40,182,2,145,216,56,7,0,40,54,112,88,75,69,9,0,40,54,112,88,161,69,9,0,42,182,229,66,87,162,6,0,44,182,46,80,104,145,7,0,44,54,49,70,59,246,7,0,44,54,189,39,16,2,12,0,45,54,239,57,128,158,8,0,47,182,31,191,25,28,7,0,51,54,211,249,98,160,10,0,52,182,180,31,233,14,9,0,52,182,180,31,209,23,9,0,52,182,180,31,194,32,9,0,54,54,29,74,154,241,9,0,54,54,29,74,86,242,9,0,54,182,125,102,45,240,11,0,59,182,102,27,28,5,11,0,64,54,234,242,38,231,11,0,70,182,226,139,70,65,7,0,71,54,78,177,120,191,7,0,71,54,78,177,117,167,11,0,72,182,111,157,88,116,7,0,72,182,35,48,107,1,10,0,72,182,180,148,98,160,10,0,77,182,138,215,3,155,9,0,77,182,138,215,94,155,9,0,77,182,138,215,158,155,9,0,77,182,138,215,228,155,9,0,77,182,138,215,29,156,9,0,77,182,138,215,90,156,9,0,77,54,116,214,92,176,11,0,78,54,200,126,191,122,7,0,80,54,194,92,187,57,7,0,81,182,232,126,150,176,6,0,81,182,232,126,1,99,7,0,81,182,232,126,0,101,7,0,82,182,223,29,111,125,7,0,82,54,44,57,25,93,9,0,82,54,44,57,212,94,9,0,85,54,249,162,146,102,7,0,85,54,249,162,46,105,7,0,85,54,183,126,72,215,9,0,85,54,183,126,90,215,9,0,86,54,66,151,185,43,7,0,86,54,72,189,181,137,11,0,90,182,177,180,25,93,9,0,90,182,177,180,212,94,9,0,93,182,165,55,233,14,9,0,93,182,199,171,233,14,9,0,93,182,165,55,209,23,9,0,93,182,199,171,209,23,9,0,93,182,165,55,194,32,9,0,93,182,199,171,194,32,9,0,94,182,162,95,131,10,12,0,97,182,127,203,139,24,6,0,97,182,127,203,46,105,7,0,99,54,13,143,210,86,7,0,100,54,36,166,212,73,7,0,101,54,116,143,67,169,7,0,104,54,182,92,233,14,9,0,104,54,182,92,209,23,9,0,104,54,182,92,194,32,9,0,104,182,218,79,226,41,9,0,104,182,218,79,66,42,9,0,104,182,218,79,171,42,9,0,105,54,205,220,208,24,6,0,109,54,89,35,70,65,7,0,109,182,128,114,29,67,11,0,111,182,95,19,240,38,12,0,113,182,222,177,56,207,8,0,113,182,222,177,72,209,8,0,113,182,222,177,13,210,8,0,113,182,222,177,162,210,8,0,113,182,222,177,240,210,8,0,115,182,163,127,98,160,10,0,118,182,236,88,31,244,6,0,118,182,236,88,21,251,8,0,119,182,84,144,118,208,9,0,119,182,84,144,143,208,9,0,120,182,206,185,128,158,8,0,128,54,249,110,140,13,10,0,128,54,249,110,247,13,10,0,129,54,250,73,94,221,9,0,129,54,250,73,115,221,9,0,129,54,15,28,111,90,10,0,129,54,15,28,70,91,10,0,130,182,196,50,210,30,10,0,130,182,196,50,4,31,10,0,130,182,196,50,74,31,10,0,131,54,87,138,254,147,7,0,131,54,87,138,199,124,9,0,131,54,87,138,173,125,9,0,131,54,87,138,152,126,9,0,131,182,120,8,17,96,10,0,131,182,120,8,83,97,10,0,131,182,120,8,152,98,10,0,132,182,135,227,233,14,9,0,132,182,135,227,209,23,9,0,132,182,135,227,194,32,9,0,137,54,27,55,188,87,9,0,137,54,27,55,6,88,9,0,138,182,7,22,94,203,6,0,138,182,17,240,201,142,7,0,138,54,235,19,249,112,11,0,141,54,18,202,57,86,8,0,143,182,87,247,44,51,6,0,147,182,68,165,214,89,8,0,149,182,168,94,120,191,7,0,152,182,227,244,129,114,7,0,153,182,205,40,179,47,12,0,154,54,41,104,46,105,7,0,156,182,72,188,165,59,7,0,157,54,47,132,96,123,11,0,159,54,103,45,219,111,7,0,163,54,115,45,165,63,7,0,163,54,248,119,235,86,9,0,163,54,248,119,13,87,9,0,163,54,226,14,158,207,10,0,163,54,226,14,47,210,10,0,164,182,128,112,83,218,10,0,164,182,128,112,181,219,10,0,166,54,128,243,31,70,9,0,166,54,128,243,104,71,9,0,166,54,128,243,179,72,9,0,167,54,196,148,29,34,6,0,168,54,44,43,150,15,12,0,170,54,251,13,101,146,9,0,170,54,251,13,61,147,9,0,171,182,136,163,54,120,7,0,173,182,203,129,149,88,7,0,173,182,217,35,161,183,10,0,173,182,217,35,186,183,10,0,173,182,217,35,206,183,10,0,177,182,117,157,16,32,7,0,177,54,15,122,18,179,8,0,179,182,43,9,78,74,10,0,179,182,43,9,93,75,10,0,179,182,43,9,96,76,10,0,179,182,43,9,126,77,10,0,184,182,127,98,217,135,7,0,184,182,205,140,59,246,7,0,185,182,201,0,233,14,9,0,185,182,201,0,209,23,9,0,185,182,201,0,194,32,9,0,186,54,134,9,178,190,6,0,186,54,99,143,233,14,9,0,186,54,99,143,209,23,9,0,186,54,99,143,194,32,9,0,186,182,99,106,93,134,11,0,188,54,183,136,142,66,8,0,189,182,98,244,41,235,7,0,189,54,194,201,100,254,7,0,189,182,143,151,78,74,10,0,189,182,143,151,93,75,10,0,189,182,143,151,96,76,10,0,189,182,143,151,126,77,10,0,189,54,194,201,173,170,11,0,197,54,131,206,97,39,7,0,197,54,131,206,156,202,7,0,199,182,74,199,218,165,11,0,199,182,74,199,21,175,11,0,201,54,119,96,157,248,5,0,203,54,11,209,128,158,8,0,203,54,233,60,168,141,9,0,203,54,233,60,184,142,9,0,204,182,101,103,174,70,11,0,206,54,207,63,185,43,7,0,206,182,150,34,33,128,8,0,206,182,150,34,84,128,8,0,209,182,231,242,158,207,10,0,209,182,231,242,47,210,10,0,217,54,11,238,124,226,6,0,218,182,162,39,151,235,5,0,218,182,161,86,45,12,7,0,218,182,244,104,223,115,7,0,218,182,115,27,98,160,10,0,219,182,18,186,59,161,7,0,219,54,124,27,156,202,9,0,219,54,124,27,83,203,9,0,222,182,95,35,165,219,6,0,222,182,246,56,251,10,10,0,222,182,246,56,44,11,10,0,224,54,197,85,244,228,6,0,229,54,77,231,231,209,6,0,229,54,77,231,8,225,6,0,229,54,90,155,70,130,7,0,233,54,203,43,123,132,7,0,236,182,236,229,56,207,8,0,240,54,101,224,253,55,6,0,240,182,98,47,245,127,10,0,241,54,170,163,32,199,9,0,241,54,170,163,115,199,9,0,241,182,213,198,230,35,10,0,241,182,213,198,133,36,10,0,242,54,10,117,128,158,8,0,242,182,196,67,202,57,9,0,242,182,196,67,240,62,9,0,244,182,3,165,201,142,7,0,246,182,236,167,152,166,8,0,246,182,54,115,155,7,12,0,246,182,54,115,150,22,12,0,247,54,57,133,32,199,9,0,247,54,57,133,115,199,9,0,249,54,64,43,116,6,7,0,249,54,64,43,89,236,9,0,253,182,164,241,22,32,10,0,253,182,164,241,35,33,10,0,253,54,95,139,53,88,11,0,254,54,234,125,254,147,7,0,0,183,137,248,201,142,7,0,1,55,185,163,212,73,7,0,1,183,235,130,45,9,11,0,3,183,190,166,146,168,11,0,3,183,190,166,186,168,11,0,5,55,42,246,93,141,7,0,5,55,224,163,120,191,7,0,5,55,42,246,22,123,9,0,5,55,42,246,98,123,9,0,7,55,194,132,66,46,9,0,7,55,194,132,227,49,9,0,7,183,102,223,180,198,9,0,13,55,124,196,67,169,7,0,14,55,45,163,235,2,11,0,14,183,154,176,174,181,11,0,15,55,130,14,242,252,5,0,15,183,207,34,3,38,7,0,17,183,211,55,51,46,6,0,17,183,36,116,202,163,7,0,17,183,211,55,87,182,7,0,20,183,37,82,67,169,7,0,20,55,153,134,111,90,10,0,20,55,153,134,70,91,10,0,24,55,219,127,9,239,6,0,25,55,0,61,67,27,7,0,26,183,4,226,221,17,8,0,27,55,214,186,62,66,7,0,28,183,232,169,212,73,7,0,29,183,127,11,149,245,5,0,29,55,59,209,111,125,7,0,30,183,253,55,99,82,7,0,33,55,35,108,235,4,11,0,34,55,236,7,81,205,7,0,34,55,236,7,140,192,8,0,36,55,27,126,202,163,7,0,45,183,144,239,149,88,7,0,47,55,67,205,246,111,7,0,48,55,1,101,114,11,10,0,48,55,1,101,104,12,10,0,49,183,15,167,46,105,7,0,52,183,225,150,233,14,9,0,52,183,225,150,209,23,9,0,52,183,225,150,194,32,9,0,53,183,15,120,208,106,9,0,53,183,15,120,138,107,9,0,53,183,15,120,56,108,9,0,54,55,7,141,55,74,9,0,54,55,7,141,40,75,9,0,54,55,166,77,159,8,12,0,54,55,166,77,96,12,12,0,55,183,58,193,172,173,11,0,58,183,174,204,137,101,10,0,58,183,174,204,237,101,10,0,58,183,174,204,78,102,10,0,59,183,135,227,67,169,7,0,59,55,80,18,192,179,10,0,59,55,80,18,42,180,10,0,62,55,36,228,79,35,12,0,63,55,207,163,47,113,7,0,63,183,254,107,233,14,9,0,63,183,254,107,209,23,9,0,63,183,254,107,194,32,9,0,68,55,210,58,50,255,5,0,68,183,195,40,104,236,7,0,71,55,84,131,169,109,11,0,72,55,15,138,120,191,7,0,75,183,131,250,192,242,5,0,76,55,31,81,98,160,10,0,78,55,118,36,55,131,8,0,81,183,236,182,168,62,7,0,86,55,37,102,212,73,7,0,86,183,169,39,129,114,7,0,86,183,211,113,55,156,11,0,87,55,114,61,149,209,6,0,87,55,206,191,218,15,7,0,88,55,32,253,98,160,10,0,89,183,217,48,25,28,7,0,89,55,157,144,111,125,7,0,90,55,47,117,201,142,7,0,91,183,113,143,66,61,10,0,91,183,113,143,111,61,10,0,92,183,240,80,12,22,6,0,92,55,52,50,122,53,7,0,92,55,153,109,55,74,9,0,92,55,153,109,40,75,9,0,93,183,82,11,7,140,7,0,94,183,228,250,191,122,7,0,94,55,184,156,43,75,11,0,95,183,249,113,72,40,10,0,95,183,249,113,98,40,10,0,96,55,113,171,211,18,7,0,96,55,127,21,81,205,7,0,96,55,127,21,140,192,8,0,96,183,57,235,64,109,9,0,96,183,57,235,204,109,9,0,97,55,100,27,98,160,10,0,100,183,18,75,129,245,6,0,104,183,193,106,67,169,7,0,105,55,128,124,27,85,7,0,105,183,229,55,92,91,7,0,106,55,92,134,193,94,10,0,108,55,249,141,105,185,11,0,112,55,146,189,62,66,7,0,112,183,43,215,45,91,9,0,112,183,43,215,214,91,9,0,112,183,148,2,114,11,10,0,112,183,148,2,104,12,10,0,114,183,90,67,154,207,9,0,114,183,90,67,182,207,9,0,114,183,90,67,206,207,9,0,115,183,99,161,56,141,9,0,115,183,99,161,93,141,9,0,117,55,160,149,254,147,7,0,117,183,86,90,103,180,9,0,117,183,86,90,253,180,9,0,120,183,106,226,81,205,7,0,120,183,106,226,109,110,10,0,120,183,106,226,146,110,10,0,120,183,106,226,178,110,10,0,121,55,208,11,46,77,6,0,121,55,240,101,5,114,7,0,121,55,187,12,238,133,7,0,121,183,61,142,3,28,12,0,122,183,147,240,212,73,7,0,122,55,189,156,15,115,7,0,123,183,76,92,106,139,7,0,125,183,248,56,201,142,7,0,127,55,56,73,193,94,10,0,128,183,202,120,83,218,10,0,128,183,202,120,181,219,10,0,131,183,168,141,218,15,7,0,132,183,36,131,212,73,7,0,133,183,105,52,184,51,7,0,134,55,52,171,69,71,6,0,134,183,58,206,200,112,7,0,135,55,98,128,93,141,7,0,140,183,67,205,111,125,7,0,141,55,101,132,95,55,6,0,141,55,194,95,54,120,7,0,141,183,192,0,4,124,7,0,141,55,101,132,42,115,8,0,143,183,107,187,55,74,9,0,143,183,107,187,40,75,9,0,145,55,120,27,229,150,9,0,145,55,120,27,153,151,9,0,146,55,40,251,57,86,8,0,146,183,127,105,77,142,8,0,148,183,165,193,81,205,7,0,148,183,165,193,234,217,7,0,148,183,165,193,56,218,7,0,149,55,19,197,76,238,7,0,149,183,157,92,158,207,10,0,149,183,157,92,47,210,10,0,151,55,250,94,193,40,6,0,152,55,99,125,237,239,11,0,154,55,172,72,59,139,6,0,154,55,194,32,202,57,9,0,154,55,194,32,240,62,9,0,156,55,168,133,156,51,7,0,156,55,168,133,3,85,8,0,156,183,105,120,68,112,10,0,156,183,105,120,91,112,10,0,156,183,105,120,112,112,10,0,157,183,119,71,179,43,8,0,158,55,160,45,152,84,11,0,159,55,157,38,10,185,6,0,159,55,61,51,117,242,11,0,160,55,94,20,44,58,8,0,162,55,233,183,176,63,11,0,164,183,100,235,208,106,9,0,164,183,100,235,138,107,9,0,164,183,100,235,56,108,9,0,165,183,236,42,233,14,9,0,165,183,236,42,209,23,9,0,165,183,236,42,194,32,9,0,168,55,247,191,63,168,11,0,170,55,147,249,143,130,11,0,175,55,118,92,138,87,7,0,175,55,10,49,218,146,11,0,177,55,143,199,13,159,7,0,181,183,252,82,58,81,8,0,183,55,116,136,201,142,7,0,184,55,128,172,6,210,11,0,184,55,128,172,149,214,11,0,185,55,207,120,15,109,7,0,187,183,206,64,51,46,6,0,187,183,206,64,87,182,7,0,187,183,251,81,99,138,10,0,187,183,251,81,195,138,10,0,187,183,251,81,32,139,10,0,188,55,56,109,163,174,6,0,188,183,139,50,93,153,7,0,188,55,112,167,64,149,8,0,188,183,31,237,122,184,8,0,188,183,31,237,8,185,8,0,188,183,31,237,139,185,8,0,189,55,60,127,3,20,7,0,189,55,27,88,190,159,7,0,192,55,26,58,127,137,7,0,192,183,201,84,163,226,9,0,192,183,201,84,225,226,9,0,192,183,201,84,50,227,9,0,195,183,35,102,49,86,7,0,195,183,126,223,104,145,7,0,197,183,170,210,247,84,9,0,201,55,212,230,202,163,7,0,201,55,209,107,214,89,8,0,201,183,107,238,77,119,10,0,202,55,215,130,218,167,8,0,202,55,215,130,253,167,8,0,202,55,215,130,32,168,8,0,207,55,104,241,150,110,9,0,207,55,104,241,176,112,9,0,207,55,234,52,159,88,11,0,208,183,48,69,19,77,6,0,213,183,142,38,132,226,11,0,214,183,58,206,144,241,7,0,214,183,248,12,210,27,12,0,214,183,248,12,230,27,12,0,215,183,221,184,78,74,10,0,215,183,221,184,93,75,10,0,215,183,221,184,96,76,10,0,215,183,221,184,126,77,10,0,216,55,113,231,182,41,7,0,217,55,197,177,53,30,7,0,217,183,67,153,93,153,7,0,217,55,197,177,120,244,7,0,217,55,197,177,173,244,7,0,218,183,91,236,73,116,6,0,218,183,91,236,138,116,6,0,219,55,176,116,238,39,7,0,220,55,255,175,187,137,9,0,220,55,255,175,213,137,9,0,220,55,255,175,6,138,9,0,220,55,255,175,154,57,11,0,222,55,214,223,72,43,11,0,226,55,29,245,203,22,6,0,226,183,187,205,7,182,6,0,226,55,29,245,67,169,7,0,226,183,156,236,120,191,7,0,227,183,74,88,163,200,6,0,227,55,97,44,202,46,7,0,228,183,99,158,84,144,10,0,228,183,99,158,138,144,10,0,229,55,252,47,212,73,7,0,232,55,0,99,215,132,7,0,233,55,42,238,232,91,7,0,234,55,211,204,248,140,10,0,234,55,211,204,74,141,10,0,235,55,39,165,83,24,7,0,237,183,113,144,214,89,8,0,237,55,225,42,238,11,12,0,242,183,98,127,43,209,6,0,242,183,73,129,185,43,7,0,244,183,52,202,247,153,9,0,244,183,52,202,48,154,9,0,245,183,30,103,158,207,10,0,245,183,30,103,47,210,10,0,249,55,28,88,111,125,7,0,250,55,222,115,54,120,7,0,250,55,77,49,202,57,9,0,250,55,77,49,240,62,9,0,251,183,174,55,149,88,7,0,253,183,49,244,7,140,7,0,4,184,159,132,137,118,7,0,5,184,126,223,254,147,7,0,6,56,65,186,100,1,8,0,6,184,89,101,247,169,9,0,6,184,89,101,71,171,9,0,6,184,89,101,153,172,9,0,6,184,89,101,240,173,9,0,7,56,188,72,242,68,6,0,7,56,132,110,120,191,7,0,8,184,181,102,246,111,7,0,10,184,114,27,229,132,9,0,10,184,114,27,184,134,9,0,13,184,255,2,191,145,6,0,14,56,112,38,202,57,9,0,14,56,112,38,240,62,9,0,16,184,84,67,67,169,7,0,16,184,232,13,78,44,12,0,18,184,172,120,45,188,9,0,18,184,172,120,125,188,9,0,18,184,172,120,220,188,9,0,18,184,172,120,46,189,9,0,18,184,11,28,133,244,10,0,19,56,245,199,62,66,7,0,20,56,133,252,146,102,7,0,24,56,25,177,145,24,7,0,24,56,25,177,212,73,7,0,24,56,23,79,100,34,11,0,25,184,222,124,237,30,6,0,27,184,22,127,62,66,7,0,28,56,38,210,51,46,6,0,28,56,38,210,87,182,7,0,28,184,191,4,81,205,7,0,28,184,191,4,187,99,8,0,28,184,191,4,232,99,8,0,30,56,239,67,168,141,9,0,30,56,239,67,184,142,9,0,31,184,250,125,64,5,7,0,31,56,92,224,214,89,8,0,36,184,247,126,150,18,7,0,36,184,247,126,179,18,7,0,37,56,42,91,238,40,7,0,37,184,168,71,232,91,7,0,39,56,223,81,208,106,9,0,39,56,223,81,138,107,9,0,39,56,223,81,56,108,9,0,40,184,157,243,111,125,7,0,40,184,193,25,120,31,12,0,44,184,97,128,6,132,6,0,44,184,97,128,186,15,8,0,46,184,51,55,73,228,7,0,46,184,51,55,191,228,7,0,47,56,40,25,140,240,5,0,49,56,72,173,62,66,7,0,49,184,119,79,15,205,11,0,49,184,80,81,228,13,12,0,50,56,151,234,248,140,10,0,50,56,151,234,74,141,10,0,52,56,169,127,247,169,9,0,52,56,169,127,71,171,9,0,52,56,169,127,153,172,9,0,52,56,169,127,240,173,9,0,52,56,226,108,98,160,10,0,53,56,94,247,98,160,10,0,53,56,116,229,190,203,11,0,55,184,128,79,12,129,7,0,57,184,14,108,71,218,11,0,60,56,75,134,46,105,7,0,61,56,148,132,243,234,7,0,65,56,204,131,189,246,5,0,65,184,72,226,57,86,8,0,65,56,204,131,202,57,9,0,65,56,204,131,240,62,9,0,66,184,241,130,46,105,7,0,66,184,221,139,128,195,10,0,66,56,0,164,158,207,10,0,66,56,0,164,47,210,10,0,67,184,138,123,17,96,10,0,67,184,138,123,83,97,10,0,67,184,138,123,152,98,10,0,67,184,85,61,241,43,11,0,73,184,123,219,67,169,7,0,77,184,189,28,21,44,11,0,78,56,79,28,117,86,7,0,79,56,68,182,70,130,7,0,84,184,80,12,37,104,9,0,86,184,78,140,246,144,10,0,86,184,78,140,12,145,10,0,86,184,78,140,39,145,10,0,89,56,24,203,26,71,11,0,91,184,210,88,234,77,8,0,92,184,36,8,164,101,6,0,92,184,208,28,62,66,7,0,93,56,54,198,212,73,7,0,94,184,84,196,155,89,11,0,95,184,93,238,21,40,11,0,100,56,62,91,228,158,7,0,100,56,62,91,7,31,12,0,100,56,62,91,81,33,12,0,103,184,77,220,128,158,8,0,104,184,168,185,186,42,12,0,104,184,168,185,53,46,12,0,105,184,117,83,116,250,7,0,105,184,117,83,30,251,7,0,111,184,83,253,106,139,7,0,112,184,42,121,120,191,7,0,118,184,88,107,67,169,7,0,121,56,63,123,125,95,7,0,123,56,83,112,150,110,9,0,123,56,83,112,176,112,9,0,127,56,187,190,171,130,10,0,127,56,187,190,227,130,10,0,127,56,187,190,28,131,10,0,128,184,237,155,249,216,6,0,129,184,235,233,233,14,9,0,129,184,235,233,209,23,9,0,129,184,235,233,194,32,9,0,131,184,137,173,60,157,8,0,132,184,24,167,174,252,5,0,134,56,94,247,219,9,11,0,134,56,169,234,23,110,11,0,135,56,60,134,241,155,7,0,136,56,216,149,202,57,9,0,136,56,216,149,240,62,9,0,140,184,78,18,122,15,8,0,140,184,78,18,134,16,8,0,143,56,156,141,111,125,7,0,146,56,251,65,184,217,6,0,146,184,126,66,57,86,8,0,146,56,220,243,14,249,8,0,147,184,55,127,29,143,6,0,147,184,121,89,224,83,7,0,148,56,180,220,12,36,7,0,148,184,137,43,192,12,8,0,148,184,82,98,142,66,8,0,149,56,250,182,23,4,7,0,149,184,184,32,116,113,7,0,149,184,203,174,101,146,9,0,149,184,203,174,61,147,9,0,152,56,3,239,233,14,9,0,152,56,3,239,209,23,9,0,152,56,3,239,194,32,9,0,152,184,68,71,233,23,11,0,155,184,228,140,81,205,7,0,155,56,206,87,29,230,7,0,155,184,228,140,144,68,9,0,155,184,193,110,86,154,10,0,155,184,193,110,163,154,10,0,156,184,104,201,59,225,7,0,160,184,6,125,98,160,10,0,161,56,212,167,62,66,7,0,162,184,19,247,117,41,7,0,162,184,19,247,161,215,9,0,162,184,19,247,2,216,9,0,162,184,19,247,104,216,9,0,162,184,19,247,199,216,9,0,162,184,19,247,47,217,9,0,163,184,228,139,190,69,6,0,163,184,228,139,51,72,6,0,163,56,238,229,192,179,10,0,163,56,238,229,42,180,10,0,165,56,153,235,8,221,9,0,165,56,153,235,29,221,9,0,165,56,227,86,113,190,11,0,166,184,97,158,253,198,8,0,170,56,159,110,221,6,12,0,170,56,159,110,81,7,12,0,170,56,159,110,108,7,12,0,171,184,10,176,7,29,7,0,172,184,192,98,124,208,6,0,172,56,133,253,113,210,6,0,172,184,87,218,212,73,7,0,177,184,163,66,17,253,7,0,177,184,163,66,66,253,7,0,177,184,163,66,117,253,7,0,178,184,100,199,244,188,6,0,179,56,214,34,54,120,7,0,180,56,216,223,98,160,10,0,183,184,242,45,161,59,8,0,184,184,149,96,233,6,11,0,185,184,180,2,120,191,7,0,185,184,12,114,22,32,10,0,185,184,12,114,35,33,10,0,187,56,186,164,44,216,6,0,190,184,147,153,67,169,7,0,191,56,156,59,65,244,5,0,191,56,226,36,12,13,6,0,191,184,94,19,20,244,7,0,192,56,180,179,108,82,9,0,192,56,180,179,133,82,9,0,192,56,180,179,158,82,9,0,196,184,63,220,64,109,9,0,196,184,63,220,204,109,9,0,196,184,53,252,192,179,10,0,196,184,53,252,42,180,10,0,198,56,15,112,201,142,7,0,198,56,214,126,202,57,9,0,198,56,214,126,240,62,9,0,199,184,223,7,186,118,7,0,202,184,200,20,169,99,11,0,203,56,19,27,128,158,8,0,204,184,218,147,229,132,9,0,204,184,218,147,184,134,9,0,207,56,235,177,104,121,6,0,210,184,45,12,70,35,10,0,210,184,45,12,68,169,11,0,212,56,192,114,67,169,7,0,212,184,23,192,46,226,10,0,212,184,23,192,124,226,10,0,216,56,173,246,201,142,7,0,217,56,110,168,247,169,9,0,217,56,110,168,71,171,9,0,217,56,110,168,153,172,9,0,217,56,110,168,240,173,9,0,218,56,116,141,88,116,7,0,224,184,248,131,168,141,9,0,224,184,248,131,184,142,9,0,226,56,246,194,31,32,6,0,227,56,180,109,109,106,6,0,230,184,145,141,3,38,7,0,231,56,136,118,75,249,10,0,234,184,171,230,198,70,6,0,236,56,218,54,54,120,7,0,236,184,50,65,233,14,9,0,236,184,50,65,209,23,9,0,236,184,50,65,194,32,9,0,236,56,218,54,82,214,10,0,236,56,218,54,102,214,10,0,243,184,160,248,107,52,6,0,246,184,137,116,12,25,6,0,247,184,128,251,204,42,7,0,248,184,127,23,118,30,6,0,248,56,53,57,35,54,11,0,250,184,115,12,212,73,7,0,255,56,213,92,131,55,7,0,1,57,112,146,83,218,10,0,1,57,112,146,181,219,10,0,3,185,145,200,93,153,7,0,3,57,78,100,80,39,12,0,5,185,15,123,114,203,6,0,5,57,221,204,62,66,7,0,5,57,170,36,54,120,7,0,6,57,0,1,86,145,9,0,6,57,0,1,156,145,9,0,6,57,0,1,233,145,9,0,8,57,53,8,177,2,6,0,9,57,188,148,199,8,11,0,11,57,235,217,202,163,7,0,12,185,27,71,238,72,6,0,12,185,116,32,230,77,11,0,14,57,58,155,10,138,7,0,15,57,81,190,153,172,11,0,16,185,111,143,6,0,6,0,16,57,49,14,220,154,7,0,16,57,249,19,64,109,9,0,16,57,249,19,204,109,9,0,17,57,197,107,17,96,10,0,17,57,197,107,83,97,10,0,17,57,197,107,152,98,10,0,22,57,96,46,120,191,7,0,26,57,230,151,98,201,7,0,27,185,251,176,93,153,7,0,27,185,76,47,229,150,9,0,27,185,76,47,153,151,9,0,29,185,210,2,92,157,7,0,29,185,31,36,101,152,11,0,30,185,26,234,62,66,7,0,30,185,72,251,67,169,7,0,35,185,117,40,201,40,7,0,37,185,84,124,240,79,11,0,38,185,199,227,22,32,10,0,38,185,199,227,35,33,10,0,40,185,182,232,4,13,8,0,40,57,230,104,42,196,10,0,40,57,230,104,42,196,10,0,40,57,230,104,42,196,10,0,40,57,230,104,219,196,10,0,40,57,230,104,219,196,10,0,40,57,230,104,219,196,10,0,40,185,194,179,113,123,11,0,47,57,186,170,120,191,7,0,48,57,188,49,9,183,9,0,48,57,188,49,63,183,9,0,49,57,33,51,98,160,10,0,50,57,154,112,56,6,10,0,50,57,154,112,102,6,10,0,51,185,80,241,93,153,7,0,56,57,115,11,67,169,7,0,57,57,123,21,91,108,6,0,58,57,58,67,8,116,6,0,58,57,58,132,185,43,7,0,58,185,235,207,150,110,9,0,58,185,235,207,176,112,9,0,59,57,109,197,184,180,7,0,59,57,109,197,129,181,7,0,59,57,174,221,176,143,11,0,61,57,242,178,120,191,7,0,62,57,98,126,224,83,7,0,62,185,25,249,120,191,7,0,63,57,41,34,212,73,7,0,67,185,195,133,73,112,11,0,68,57,33,203,109,136,8,0,68,185,127,73,233,14,9,0,68,185,127,73,209,23,9,0,68,185,127,73,194,32,9,0,69,57,221,183,119,4,11,0,73,57,42,59,90,183,11,0,74,185,40,40,214,89,8,0,78,185,95,8,22,102,11,0,81,185,216,16,214,218,6,0,81,185,216,16,59,219,6,0,82,57,246,234,32,199,9,0,82,57,246,234,115,199,9,0,84,185,81,242,62,66,7,0,84,57,74,110,158,207,10,0,84,57,74,110,47,210,10,0,86,57,35,93,125,137,6,0,86,185,17,53,149,88,7,0,87,57,154,203,211,64,7,0,88,57,17,112,220,223,7,0,88,57,76,103,146,85,11,0,91,185,4,109,134,97,7,0,92,185,186,234,229,64,11,0,93,185,214,177,92,74,6,0,93,185,91,72,199,188,6,0,93,185,214,177,214,203,6,0,93,185,91,72,204,38,7,0,93,57,115,168,81,205,7,0,93,185,45,6,122,184,9,0,93,185,45,6,158,184,9,0,93,185,45,6,196,184,9,0,93,57,115,168,106,241,9,0,93,57,115,168,134,241,9,0,95,57,10,69,3,38,7,0,96,185,187,203,132,10,6,0,98,57,229,246,81,205,7,0,98,57,229,246,144,68,9,0,99,57,164,184,233,14,9,0,99,57,164,184,209,23,9,0,99,57,164,184,194,32,9,0,99,185,7,101,110,239,11,0,100,57,32,121,185,43,7,0,100,57,175,200,161,163,8,0,104,57,9,126,54,120,7,0,107,57,37,152,1,160,7,0,108,57,25,193,51,46,6,0,108,57,25,193,87,182,7,0,110,185,165,84,118,62,8,0,113,57,44,4,76,118,6,0,114,185,229,184,21,123,8,0,116,57,211,200,168,62,7,0,118,185,58,3,197,76,11,0,119,185,81,45,35,210,6,0,122,57,162,214,107,1,10,0,123,57,127,98,4,124,7,0,123,185,45,9,238,236,7,0,127,185,107,139,144,178,10,0,127,185,107,139,233,178,10,0,127,185,107,139,65,179,10,0,134,57,81,170,0,14,6,0,135,185,127,212,212,73,7,0,138,185,215,68,158,207,10,0,138,185,215,68,47,210,10,0,139,185,198,231,6,153,7,0,139,185,198,231,120,191,7,0,139,57,160,40,81,205,7,0,139,57,160,40,150,203,8,0,139,57,160,40,44,204,8,0,139,57,160,40,206,204,8,0,139,57,160,40,48,142,10,0,141,185,143,186,97,252,6,0,142,185,234,65,113,225,9,0,142,185,32,126,49,69,11,0,143,57,255,204,131,55,7,0,143,185,108,254,3,253,8,0,144,185,45,100,204,99,6,0,146,185,182,47,212,73,7,0,148,57,107,189,50,119,7,0,148,57,102,232,120,191,7,0,149,185,184,49,120,191,7,0,150,185,105,69,232,91,7,0,151,185,139,229,56,207,8,0,153,57,22,26,42,25,10,0,153,57,22,26,94,25,10,0,155,185,39,93,10,33,6,0,155,185,39,93,31,33,6,0,156,185,166,225,138,192,11,0,157,57,66,161,188,87,9,0,157,57,66,161,6,88,9,0,158,185,135,227,67,169,7,0,159,185,99,159,144,164,11,0,159,185,99,159,169,164,11,0,160,185,50,127,202,163,7,0,164,185,46,35,42,177,11,0,167,57,225,67,244,122,10,0,167,57,225,67,156,123,10,0,169,57,191,29,62,66,7,0,169,185,98,244,81,205,7,0,171,57,23,183,127,5,8,0,175,57,123,26,186,94,7,0,176,57,144,158,50,193,9,0,176,57,144,158,78,193,9,0,177,57,244,136,9,3,6,0,178,185,69,218,120,191,7,0,178,57,72,76,205,146,10,0,178,57,72,76,247,146,10,0,180,185,207,217,236,48,7,0,180,185,207,217,250,29,11,0,181,185,71,82,202,57,9,0,181,185,71,82,240,62,9,0,181,57,128,153,49,28,12,0,182,185,34,65,103,85,10,0,182,185,34,65,147,85,10,0,185,185,193,176,233,14,9,0,185,185,193,176,209,23,9,0,185,185,193,176,194,32,9,0,189,185,173,129,66,36,8,0,189,185,173,129,120,36,8,0,189,185,173,129,164,36,8,0,190,185,69,13,117,86,7,0,193,57,17,97,98,160,10,0,194,185,58,206,247,4,12,0,194,185,58,206,62,5,12,0,200,57,4,222,98,160,10,0,206,185,251,36,247,169,9,0,206,185,251,36,71,171,9,0,206,185,251,36,153,172,9,0,206,185,251,36,240,173,9,0,209,185,226,161,229,150,9,0,209,185,226,161,153,151,9,0,209,185,121,16,131,43,12,0,210,57,4,53,215,245,9,0,210,57,4,53,69,246,9,0,213,57,37,136,202,57,9,0,213,57,37,136,240,62,9,0,215,57,238,177,120,175,9,0,215,57,238,177,38,176,9,0,216,57,38,85,230,160,7,0,217,185,78,153,222,205,11,0,219,185,64,62,254,147,7,0,220,185,60,75,97,195,8,0,224,57,28,48,247,153,9,0,224,57,28,48,48,154,9,0,227,185,138,73,128,158,8,0,229,57,135,128,153,13,6,0,230,57,109,23,61,16,6,0,230,185,4,233,49,178,11,0,232,185,236,135,197,103,11,0,233,57,228,124,65,151,8,0,233,57,228,124,123,151,8,0,233,57,228,124,177,151,8,0,235,57,236,164,231,95,7,0,238,57,11,58,18,251,10,0,240,57,215,237,188,70,11,0,241,185,110,170,39,18,10,0,241,185,110,170,79,18,10,0,241,185,110,170,128,18,10,0,242,185,132,235,186,118,7,0,242,57,87,186,226,247,10,0,243,57,120,218,217,135,7,0,244,185,239,19,233,14,9,0,244,185,239,19,209,23,9,0,244,185,239,19,194,32,9,0,245,57,51,205,212,73,7,0,247,185,79,35,134,235,7,0,249,185,172,30,47,3,12,0,250,57,94,63,50,217,6,0,254,185,209,229,101,27,7,0,254,185,18,1,69,51,12,0,255,57,198,4,176,13,6,0,0,58,9,48,186,223,6,0,0,58,9,48,35,7,9,0,1,186,203,199,71,138,11,0,2,186,81,171,109,171,6,0,7,58,108,16,77,142,8,0,7,58,108,16,196,142,8,0,8,186,168,224,42,196,10,0,8,186,168,224,219,196,10,0,9,58,215,203,192,224,7,0,13,58,248,83,202,163,7,0,15,58,113,181,25,93,9,0,15,58,113,181,212,94,9,0,19,186,97,211,121,241,5,0,21,58,110,230,233,14,9,0,21,58,110,230,209,23,9,0,21,58,110,230,194,32,9,0,21,58,197,212,209,52,11,0,22,186,106,132,82,58,7,0,26,186,214,88,107,1,10,0,30,186,46,38,134,100,11,0,30,186,179,197,58,1,12,0,31,58,65,53,140,242,11,0,32,186,60,239,116,99,6,0,33,58,157,200,238,78,11,0,35,58,255,109,120,191,7,0,37,58,146,194,98,160,10,0,40,186,223,190,254,147,7,0,40,58,237,137,133,244,10,0,46,186,4,51,202,204,11,0,47,186,119,176,244,122,10,0,47,186,119,176,156,123,10,0,48,186,137,222,61,50,7,0,48,58,12,164,201,142,7,0,49,58,61,39,247,169,9,0,49,58,61,39,71,171,9,0,49,58,61,39,153,172,9,0,49,58,61,39,240,173,9,0,53,186,41,82,120,191,7,0,53,186,209,133,249,171,11,0,54,58,10,165,15,115,7,0,61,186,83,102,5,109,11,0,62,58,37,183,206,70,11,0,65,58,239,52,94,178,9,0,65,58,239,52,151,178,9,0,65,58,239,52,209,178,9,0,65,186,85,120,114,11,10,0,65,186,85,120,104,12,10,0,67,58,154,20,184,208,11,0,67,58,154,20,54,218,11,0,69,58,231,250,134,106,11,0,69,58,231,250,151,106,11,0,70,58,81,116,101,51,7,0,71,58,66,170,200,215,11,0,73,58,196,104,201,142,7,0,73,186,140,197,147,172,8,0,73,186,140,197,198,172,8,0,73,58,196,104,62,14,11,0,74,186,29,157,202,163,7,0,77,58,197,98,150,135,11,0,81,186,14,79,216,189,7,0,83,186,27,248,118,231,6,0,85,186,44,202,202,163,7,0,88,186,204,99,101,107,8,0,92,186,88,81,134,97,7,0,92,58,165,90,15,109,7,0,92,58,38,135,220,223,7,0,92,186,222,15,56,207,8,0,96,186,119,198,222,114,7,0,99,186,60,166,146,102,7,0,99,186,60,166,46,105,7,0,100,186,224,185,214,89,8,0,100,186,227,90,226,222,8,0,101,186,76,214,141,78,10,0,101,186,76,214,26,79,10,0,101,186,62,68,98,160,10,0,102,186,135,78,27,228,7,0,104,58,8,52,27,54,9,0,104,58,8,52,191,54,9,0,104,58,8,52,104,55,9,0,104,58,126,15,122,165,11,0,107,58,172,238,110,139,6,0,107,58,237,149,15,115,7,0,107,186,98,157,10,216,7,0,108,186,223,71,67,169,7,0,110,186,109,117,165,64,11,0,112,58,181,221,98,201,7,0,112,58,181,221,202,217,7,0,113,58,147,95,109,72,10,0,113,58,147,95,142,72,10,0,114,186,113,82,185,130,7,0,114,186,203,44,209,140,8,0,114,186,28,224,98,160,10,0,115,58,18,12,51,46,6,0,115,58,18,12,87,182,7,0,116,186,67,251,53,232,6,0,116,58,41,70,90,43,7,0,118,58,252,111,233,14,9,0,118,58,252,111,209,23,9,0,118,58,252,111,194,32,9,0,121,186,87,63,212,127,6,0,122,58,148,192,202,163,7,0,126,58,195,3,92,157,7,0,128,58,52,139,114,203,6,0,128,58,94,52,103,180,9,0,128,58,94,52,253,180,9,0,130,58,94,188,151,103,11,0,131,58,148,190,92,101,11,0,132,58,50,253,25,134,7,0,132,58,50,253,75,134,7,0,133,186,126,174,56,207,8,0,136,58,82,41,98,160,10,0,137,58,92,216,19,105,6,0,137,186,92,124,81,227,7,0,137,58,95,235,98,160,10,0,140,58,248,149,92,91,7,0,140,186,118,214,46,105,7,0,140,58,38,131,98,160,10,0,142,58,12,219,66,46,9,0,142,58,12,219,227,49,9,0,145,186,223,56,4,241,5,0,145,58,152,10,148,152,6,0,146,58,154,245,233,14,9,0,146,58,154,245,209,23,9,0,146,58,154,245,194,32,9,0,148,58,123,65,1,251,10,0,150,58,119,13,62,66,7,0,150,58,163,137,70,130,7,0,152,58,57,126,202,57,9,0,152,58,57,126,240,62,9,0,152,186,89,81,22,31,11,0,153,58,186,152,137,204,7,0,153,58,186,152,117,212,7,0,155,58,132,71,247,84,9,0,156,58,184,212,7,29,7,0,156,58,98,39,104,145,7,0,156,58,24,31,120,191,7,0,156,58,178,15,98,160,10,0,158,58,101,107,247,25,12,0,159,58,215,203,162,113,11,0,162,58,253,237,234,138,11,0,165,58,212,93,102,138,7,0,165,186,149,142,225,251,9,0,165,186,149,142,48,252,9,0,167,186,7,29,120,191,7,0,167,58,216,188,229,132,9,0,167,58,216,188,184,134,9,0,167,186,25,115,190,18,11,0,168,58,64,178,27,85,7,0,168,186,192,148,25,1,8,0,169,186,253,94,104,145,7,0,170,186,192,189,233,14,9,0,170,186,192,189,209,23,9,0,170,186,192,189,194,32,9,0,172,58,93,11,210,115,9,0,172,58,93,11,145,116,9,0,172,58,93,11,74,117,9,0,173,58,101,210,104,145,7,0,174,58,216,92,152,234,6,0,174,58,30,3,64,82,7,0,176,186,2,94,142,66,8,0,177,58,181,31,7,182,6,0,179,186,180,129,45,188,9,0,179,186,180,129,125,188,9,0,179,186,180,129,220,188,9,0,179,186,180,129,46,189,9,0,179,186,12,31,232,74,11,0,182,186,67,134,22,123,9,0,182,186,67,134,98,123,9,0,183,58,45,203,114,11,10,0,183,58,45,203,104,12,10,0,183,58,211,48,180,33,12,0,184,186,26,243,226,9,8,0,185,58,152,177,107,1,10,0,185,58,152,177,251,68,11,0,186,58,197,174,199,124,9,0,186,58,197,174,173,125,9,0,186,58,197,174,152,126,9,0,188,58,220,33,61,96,11,0,193,58,1,81,133,244,10,0,194,58,200,108,202,57,9,0,194,58,200,108,240,62,9,0,195,186,241,214,229,132,9,0,195,186,241,214,184,134,9,0,196,186,1,163,229,150,9,0,196,186,1,163,153,151,9,0,197,58,58,126,129,248,10,0,199,186,116,33,202,57,9,0,199,186,116,33,240,62,9,0,200,186,158,160,233,14,9,0,200,186,158,160,209,23,9,0,200,186,158,160,194,32,9,0,200,58,216,199,4,18,11,0,201,58,96,236,88,243,11,0,202,186,96,228,211,47,8,0,202,186,193,110,83,218,10,0,202,186,193,110,181,219,10,0,203,186,149,17,81,205,7,0,205,186,74,4,212,73,7,0,205,58,170,85,45,164,8,0,205,58,166,154,230,35,10,0,205,58,166,154,133,36,10,0,207,58,168,24,86,251,5,0,207,58,162,202,104,145,7,0,207,58,23,54,93,153,7,0,207,186,147,49,156,48,11,0,210,186,248,115,246,134,11,0,211,186,151,219,67,169,7,0,213,58,170,53,210,223,6,0,213,186,166,140,0,10,9,0,213,58,253,71,27,54,9,0,213,58,253,71,191,54,9,0,213,58,253,71,104,55,9,0,214,186,171,126,111,125,7,0,214,186,164,77,67,169,7,0,215,58,114,168,46,245,5,0,215,58,114,168,251,122,7,0,216,58,170,93,154,253,10,0,217,186,136,13,133,105,10,0,217,186,136,13,168,105,10,0,217,186,136,13,199,105,10,0,219,58,121,55,113,63,6,0,219,58,121,55,201,61,7,0,219,58,121,55,102,108,11,0,220,186,86,186,202,163,7,0,220,186,170,93,226,83,8,0,220,186,170,93,158,136,8,0,222,58,205,121,111,125,7,0,222,58,239,186,202,163,7,0,225,186,73,176,212,73,7,0,225,58,236,61,214,89,8,0,226,186,48,167,238,40,7,0,226,186,140,61,27,85,7,0,226,186,140,61,106,139,7,0,227,58,231,108,149,88,7,0,227,58,59,182,202,57,9,0,227,58,59,182,240,62,9,0,229,186,189,1,81,205,7,0,229,186,54,60,212,5,11,0,229,186,54,60,70,17,11,0,230,58,223,89,232,91,7,0,234,58,210,107,43,1,6,0,237,58,13,180,187,57,7,0,237,186,123,169,199,205,8,0,238,186,44,55,195,134,7,0,239,186,99,7,199,124,9,0,239,186,99,7,173,125,9,0,239,186,99,7,152,126,9,0,241,186,237,44,212,73,7,0,242,186,100,121,168,1,7,0,243,58,82,121,165,131,6,0,243,58,82,121,187,131,6,0,244,58,173,63,229,150,9,0,244,58,173,63,153,151,9,0,246,186,71,13,62,66,7,0,247,58,216,149,62,66,7,0,249,58,238,103,0,23,7,0,252,186,202,36,1,130,6,0,252,186,70,70,202,57,9,0,252,186,70,70,240,62,9,0,253,186,250,41,17,96,10,0,253,186,250,41,83,97,10,0,253,186,250,41,152,98,10,0,255,58,142,141,214,89,8,0,0,187,144,211,224,83,7,0,2,59,201,224,209,246,10,0,4,59,158,44,105,119,10,0,4,59,158,44,122,119,10,0,7,59,82,238,46,105,7,0,10,59,108,53,23,4,7,0,11,59,232,67,98,160,10,0,12,59,40,14,176,229,8,0,12,59,67,82,15,36,12,0,13,59,160,1,229,51,7,0,13,187,214,107,15,115,7,0,14,59,173,226,182,41,7,0,16,187,121,56,83,114,6,0,17,59,165,252,120,191,7,0,17,187,185,165,17,14,9,0,18,59,174,120,204,248,7,0,19,59,79,211,54,120,7,0,19,187,196,208,85,62,11,0,28,187,25,116,217,135,7,0,28,187,252,107,97,195,8,0,31,59,218,42,88,116,7,0,31,59,35,157,116,250,7,0,31,59,35,157,30,251,7,0,33,187,193,11,206,68,6,0,33,59,236,93,62,66,7,0,33,187,83,230,106,237,8,0,34,187,193,51,122,184,8,0,34,187,193,51,8,185,8,0,34,187,193,51,139,185,8,0,35,187,240,134,98,160,10,0,36,187,105,91,233,14,9,0,36,187,105,91,209,23,9,0,36,187,105,91,194,32,9,0,36,59,128,212,13,167,11,0,40,187,115,146,206,21,6,0,42,187,122,77,136,123,6,0,44,59,105,139,243,94,11,0,46,187,8,79,70,130,7,0,49,187,238,46,30,40,7,0,49,187,238,46,146,102,7,0,54,59,107,89,239,117,8,0,56,187,171,126,254,61,6,0,63,59,22,125,217,135,7,0,63,59,22,125,98,201,7,0,64,187,75,114,212,73,7,0,65,59,223,41,61,159,6,0,65,59,223,41,13,130,8,0,67,59,85,139,83,218,10,0,67,59,85,139,181,219,10,0,70,187,218,11,65,228,11,0,72,187,218,159,7,29,7,0,80,187,126,217,139,179,11,0,82,59,255,174,218,231,11,0,83,187,196,70,133,199,6,0,91,187,226,99,17,14,9,0,92,59,146,67,98,160,10,0,95,187,166,212,120,191,7,0,95,59,215,203,46,226,10,0,95,59,215,203,124,226,10,0,96,59,100,207,210,115,9,0,96,59,100,207,145,116,9,0,96,59,100,207,74,117,9,0,102,59,191,126,62,66,7,0,103,187,29,72,238,152,6,0,105,187,101,14,156,202,7,0,105,187,101,14,173,26,10,0,105,187,101,14,198,26,10,0,105,187,101,14,214,26,10,0,106,187,209,159,59,8,6,0,107,59,39,197,82,46,7,0,107,59,93,191,239,230,7,0,108,187,70,178,202,241,7,0,110,187,25,115,233,14,9,0,110,187,25,115,209,23,9,0,110,187,25,115,194,32,9,0,112,187,76,202,81,205,7,0,112,187,76,202,140,192,8,0,113,59,145,243,114,156,8,0,113,59,145,243,231,156,8,0,113,187,77,41,156,17,12,0,116,59,158,116,187,97,8,0,116,187,122,111,102,29,10,0,116,187,122,111,131,29,10,0,116,187,70,108,8,37,11,0,120,187,99,253,98,160,10,0,121,187,60,251,234,207,6,0,124,187,192,148,237,193,6,0,125,59,252,203,156,202,7,0,125,59,252,203,108,205,10,0,125,59,252,203,133,205,10,0,125,59,252,203,160,205,10,0,127,187,170,210,231,95,7,0,129,187,169,208,62,66,7,0,129,59,26,41,98,160,10,0,130,187,254,166,105,175,10,0,130,187,254,166,50,176,10,0,130,187,59,167,107,195,10,0,130,187,59,167,128,195,10,0,132,187,26,182,212,54,11,0,132,59,137,27,171,134,11,0,133,59,67,122,112,24,8,0,136,59,67,200,186,36,7,0,136,187,180,213,120,191,7,0,136,187,180,213,137,204,7,0,137,187,208,149,247,17,12,0,137,187,139,5,64,19,12,0,137,187,139,5,126,19,12,0,138,59,182,5,150,110,9,0,138,59,182,5,176,112,9,0,140,59,209,1,207,165,8,0,141,187,110,191,9,239,6,0,141,59,102,99,111,125,7,0,146,187,146,111,149,97,6,0,146,187,146,111,125,185,7,0,153,187,227,42,150,120,11,0,154,59,239,20,232,91,7,0,156,59,222,189,233,14,9,0,156,59,222,189,209,23,9,0,156,59,222,189,194,32,9,0,158,187,22,155,247,169,9,0,158,187,22,155,71,171,9,0,158,187,22,155,153,172,9,0,158,187,22,155,240,173,9,0,160,187,55,32,98,160,10,0,162,187,107,108,204,77,11,0,163,187,176,148,251,37,6,0,163,59,225,86,165,33,7,0,163,187,139,54,112,253,8,0,165,187,152,137,150,230,11,0,167,187,38,139,59,161,7,0,167,59,191,63,59,246,7,0,170,59,21,183,161,239,6,0,170,187,144,92,57,86,8,0,170,59,21,183,218,3,10,0,171,187,35,182,97,25,6,0,171,187,149,66,238,40,7,0,173,59,250,136,242,3,9,0,174,59,92,36,141,32,7,0,178,59,244,1,112,40,8,0,178,59,151,90,140,119,9,0,178,59,151,90,54,120,9,0,185,59,132,30,74,130,6,0,186,59,246,114,140,119,9,0,186,59,246,114,54,120,9,0,187,59,157,38,220,154,7,0,188,59,217,195,56,207,8,0,188,59,217,195,13,210,8,0,188,59,157,38,180,9,12,0,189,59,231,200,207,72,11,0,191,59,209,40,120,191,7,0,192,59,72,15,116,6,7,0,192,59,72,15,89,236,9,0,194,59,192,149,223,168,11,0,195,59,177,153,56,207,8,0,195,59,177,153,220,208,8,0,195,59,177,153,72,209,8,0,195,59,177,153,13,210,8,0,195,59,177,153,162,210,8,0,195,59,177,153,240,210,8,0,198,59,130,94,186,118,7,0,199,187,186,15,78,6,11,0,200,187,200,58,86,65,6,0,206,59,205,105,115,17,11,0,207,59,170,147,233,14,9,0,207,59,170,147,209,23,9,0,207,59,170,147,194,32,9,0,208,187,26,220,62,66,7,0,209,59,150,86,79,86,9,0,209,187,245,205,133,244,10,0,210,187,120,143,84,237,11,0,210,59,51,126,178,40,12,0,211,59,69,98,114,63,7,0,211,59,97,153,185,130,7,0,214,187,124,141,143,25,7,0,218,187,133,128,202,57,9,0,218,187,133,128,240,62,9,0,219,187,24,161,25,88,7,0,224,187,255,240,226,41,9,0,224,187,255,240,66,42,9,0,224,187,255,240,171,42,9,0,226,59,58,106,142,131,11,0,228,187,78,137,233,166,8,0,229,187,99,19,254,147,7,0,229,59,51,142,231,225,11,0,232,187,116,139,165,59,7,0,236,59,248,18,229,132,9,0,236,59,248,18,184,134,9,0,238,59,30,105,66,42,7,0,238,187,119,23,196,158,7,0,242,187,119,94,146,32,6,0,243,59,91,201,32,0,11,0,248,187,100,156,254,147,7,0,248,59,242,250,143,241,8,0,251,187,255,65,1,99,7,0,251,187,255,65,0,101,7,0,252,59,125,160,33,130,7,0,254,187,166,222,83,218,10,0,254,187,166,222,181,219,10,0,0,188,230,243,67,169,7,0,0,60,109,225,81,205,7,0,0,60,109,225,144,68,9,0,0,60,4,193,187,232,9,0,0,60,4,193,11,233,9,0,4,60,231,54,215,153,11,0,5,188,52,99,73,148,9,0,5,188,52,99,217,148,9,0,7,188,245,230,215,132,7,0,7,188,51,29,10,74,11,0,8,60,66,25,62,66,7,0,9,60,129,143,82,189,10,0,10,60,198,210,146,102,7,0,10,60,198,210,46,105,7,0,11,188,213,45,29,148,10,0,11,188,213,45,67,148,10,0,11,188,213,45,96,148,10,0,13,188,128,14,107,1,10,0,16,188,86,189,210,86,7,0,17,60,196,60,156,22,6,0,19,188,145,23,245,104,9,0,19,188,145,23,223,105,9,0,20,188,108,40,48,13,8,0,22,60,191,225,76,173,6,0,25,188,163,89,254,147,7,0,26,60,223,20,27,54,9,0,26,60,223,20,191,54,9,0,26,60,223,20,104,55,9,0,28,60,58,166,20,197,6,0,30,188,17,127,168,62,7,0,30,60,0,160,22,32,10,0,30,60,0,160,35,33,10,0,31,60,121,231,30,161,7,0,32,60,204,168,31,70,9,0,32,60,204,168,104,71,9,0,32,60,204,168,179,72,9,0,33,188,171,196,183,121,6,0,33,188,31,159,220,223,7,0,36,60,192,161,93,141,7,0,37,60,21,246,122,119,7,0,39,60,71,236,98,160,10,0,40,188,67,184,15,109,7,0,42,188,255,162,200,120,6,0,42,188,255,162,27,85,7,0,43,188,83,195,33,132,7,0,43,188,83,195,123,132,7,0,45,60,57,89,60,9,7,0,46,60,92,113,62,168,6,0,47,188,83,195,212,73,7,0,48,60,89,240,4,18,11,0,49,188,60,230,164,10,6,0,51,188,68,171,25,93,9,0,51,188,68,171,212,94,9,0,54,188,33,202,252,162,7,0,55,60,172,136,98,28,7,0,57,188,188,107,46,105,7,0,58,188,56,147,243,243,7,0,58,60,167,78,208,106,9,0,58,60,167,78,138,107,9,0,58,60,167,78,56,108,9,0,58,60,11,65,247,254,11,0,59,188,16,197,57,86,8,0,61,188,200,103,157,227,6,0,63,188,190,190,94,153,6,0,64,188,144,231,45,91,9,0,64,188,144,231,214,91,9,0,65,188,209,215,95,120,11,0,66,188,1,243,233,14,9,0,66,188,1,243,209,23,9,0,66,188,1,243,194,32,9,0,69,60,8,207,176,62,11,0,73,188,204,18,56,9,6,0,73,188,158,61,142,184,10,0,73,188,158,61,59,185,10,0,75,60,222,19,26,33,7,0,78,60,80,127,183,240,5,0,78,60,80,127,52,75,6,0,79,60,80,18,220,173,6,0,79,188,212,133,190,78,11,0,81,188,93,10,87,235,7,0,87,188,154,161,62,66,7,0,87,60,62,0,192,71,10,0,87,60,62,0,239,71,10,0,91,188,239,247,139,27,12,0,91,188,239,247,162,27,12,0,93,188,186,148,199,232,6,0,94,188,14,229,103,214,9,0,94,188,14,229,136,214,9,0,95,60,162,238,25,72,11,0,96,188,26,154,86,207,11,0,97,188,242,163,224,174,6,0,97,60,221,230,3,38,7,0,98,60,166,212,48,137,9,0,98,60,166,212,87,137,9,0,98,188,179,79,140,13,10,0,98,188,179,79,247,13,10,0,99,188,52,51,7,248,11,0,105,188,210,226,22,87,11,0,106,188,245,3,254,147,7,0,110,60,159,122,56,167,6,0,111,60,102,187,25,93,9,0,111,60,102,187,212,94,9,0,117,60,149,60,194,160,6,0,119,60,134,127,233,89,6,0,119,60,134,127,149,154,6,0,119,188,239,116,216,56,7,0,122,188,0,254,167,128,9,0,122,188,0,254,133,129,9,0,128,188,97,109,212,73,7,0,136,60,221,79,46,105,7,0,136,60,122,217,233,14,9,0,136,60,122,217,209,23,9,0,136,60,122,217,194,32,9,0,138,188,14,123,120,191,7,0,138,60,125,229,150,110,9,0,138,60,125,229,176,112,9,0,139,188,73,51,212,73,7,0,139,60,162,54,120,191,7,0,139,188,239,20,83,218,10,0,139,188,239,20,181,219,10,0,142,60,159,3,146,102,7,0,142,60,159,3,46,105,7,0,142,188,180,11,77,142,8,0,146,60,105,202,201,142,7,0,147,188,109,188,89,254,10,0,148,188,237,174,99,22,6,0,149,188,182,138,107,1,10,0,152,60,54,132,212,73,7,0,152,60,183,122,198,239,10,0,153,60,120,15,204,0,8,0,154,60,28,38,33,132,7,0,154,60,28,38,123,132,7,0,154,60,234,45,84,115,9,0,154,60,234,45,139,115,9,0,155,188,90,51,229,132,9,0,155,188,90,51,184,134,9,0,159,188,76,132,67,169,7,0,159,188,231,35,17,96,10,0,159,188,231,35,83,97,10,0,159,188,231,35,152,98,10,0,166,188,23,199,100,80,11,0,166,188,23,199,139,80,11,0,170,60,174,16,172,97,11,0,171,60,103,216,81,205,7,0,172,188,233,40,141,128,6,0,173,60,57,13,237,193,6,0,173,188,85,158,202,163,7,0,175,188,230,91,81,246,11,0,176,188,91,158,111,125,7,0,178,188,9,191,67,169,7,0,179,60,88,171,190,159,7,0,181,188,195,129,149,88,7,0,182,188,136,121,33,25,12,0,183,188,216,137,86,145,9,0,183,188,216,137,156,145,9,0,183,188,216,137,233,145,9,0,184,188,109,237,154,179,10,0,187,60,89,186,56,207,8,0,187,60,97,139,218,162,9,0,187,60,97,139,241,162,9,0,187,60,97,139,3,163,9,0,189,188,114,117,142,184,10,0,189,188,114,117,59,185,10,0,189,60,47,111,106,72,11,0,194,188,112,147,215,132,7,0,198,188,20,99,204,126,6,0,198,188,126,11,66,46,9,0,198,188,126,11,227,49,9,0,199,60,158,85,135,45,11,0,202,188,219,228,122,39,11,0,203,60,147,33,16,44,9,0,203,60,147,33,160,44,9,0,204,188,241,42,192,71,10,0,204,188,241,42,21,72,10,0,205,60,133,238,65,156,7,0,205,60,133,238,164,156,7,0,205,188,121,82,227,50,11,0,205,188,121,82,2,51,11,0,205,60,37,191,155,237,11,0,206,60,60,157,139,253,10,0,208,188,106,88,84,35,7,0,208,188,208,122,254,147,7,0,208,60,66,186,202,163,7,0,211,188,17,77,86,64,7,0,214,188,134,207,8,0,12,0,215,188,13,59,82,45,7,0,215,60,251,180,212,73,7,0,215,188,26,93,80,168,10,0,215,188,26,93,228,168,10,0,215,188,26,93,124,169,10,0,216,60,66,252,165,63,7,0,216,60,212,26,66,46,9,0,216,60,212,26,227,49,9,0,216,60,184,139,25,93,9,0,216,60,184,139,212,94,9,0,217,60,175,75,29,137,8,0,221,188,13,127,8,20,6,0,221,60,127,86,241,102,6,0,223,188,3,42,7,193,6,0,224,188,144,184,158,207,10,0,224,188,144,184,47,210,10,0,225,60,113,60,144,229,7,0,226,188,120,248,24,200,10,0,226,188,120,248,72,200,10,0,227,60,174,19,198,235,5,0,230,60,234,235,45,24,11,0,231,188,24,20,86,145,9,0,231,188,24,20,156,145,9,0,231,188,24,20,233,145,9,0,236,60,135,127,179,93,6,0,236,60,55,23,150,110,9,0,236,60,55,23,176,112,9,0,236,60,162,98,98,160,10,0,237,60,251,144,104,145,7,0,239,188,19,186,137,193,6,0,239,188,168,67,209,34,12,0,241,188,90,204,86,64,7,0,245,188,123,191,88,116,7,0,245,60,75,144,128,158,8,0,245,188,238,68,229,150,9,0,245,188,238,68,153,151,9,0,250,188,13,134,154,241,9,0,250,188,13,134,86,242,9,0,251,188,181,38,212,73,7,0,254,188,96,90,245,224,6,0,254,188,6,14,106,6,12,0,2,189,229,9,94,92,6,0,3,189,19,246,80,168,10,0,3,189,19,246,228,168,10,0,3,189,19,246,124,169,10,0,4,189,187,156,127,161,7,0,7,189,100,126,236,50,7,0,12,61,134,77,193,94,10,0,13,61,255,236,120,191,7,0,18,61,222,54,202,163,7,0,20,61,52,181,1,255,5,0,20,189,153,241,254,147,7,0,22,189,192,230,228,244,5,0,25,189,75,23,103,165,9,0,25,189,75,23,239,165,9,0,27,189,136,153,212,73,7,0,28,61,88,65,171,163,6,0,30,189,51,191,254,147,7,0,37,61,102,249,203,252,8,0,40,189,147,199,97,39,7,0,40,189,204,54,66,46,9,0,40,189,204,54,227,49,9,0,41,189,161,25,54,120,7,0,42,189,32,203,150,238,8,0,42,189,32,203,210,238,8,0,43,61,196,77,168,141,9,0,43,61,196,77,184,142,9,0,44,189,43,68,82,187,7,0,44,61,193,183,51,41,10,0,44,61,193,183,127,41,10,0,46,189,63,2,247,223,8,0,48,61,106,52,226,23,7,0,48,61,130,238,92,157,7,0,49,61,158,41,27,48,7,0,53,61,150,35,202,163,7,0,55,61,0,183,62,66,7,0,57,61,204,195,186,155,6,0,58,61,83,4,254,147,7,0,59,189,33,124,102,138,7,0,59,189,44,236,81,205,7,0,59,189,44,236,150,203,8,0,59,189,44,236,44,204,8,0,59,189,44,236,206,204,8,0,59,189,44,236,48,142,10,0,62,61,85,185,168,142,6,0,62,189,249,66,37,184,9,0,62,189,249,66,68,184,9,0,63,61,171,36,109,215,6,0,63,61,199,220,75,6,7,0,65,61,154,244,236,48,7,0,66,189,40,13,111,125,7,0,66,61,195,193,56,207,8,0,66,61,195,193,220,208,8,0,66,61,195,193,72,209,8,0,67,61,101,246,77,255,6,0,68,61,161,182,27,48,7,0,70,189,254,123,143,25,7,0,71,189,254,68,233,14,9,0,71,189,254,68,209,23,9,0,71,189,254,68,194,32,9,0,73,189,43,247,202,163,7,0,75,61,162,130,163,124,8,0,78,61,152,41,28,200,7,0,78,61,152,41,53,230,7,0,79,61,36,225,9,239,6,0,79,61,180,215,81,205,7,0,81,61,161,81,151,36,6,0,81,189,13,40,81,205,7,0,81,189,13,40,30,213,7,0,81,61,163,191,39,215,10,0,81,61,163,191,116,215,10,0,81,189,134,120,218,174,11,0,83,61,131,72,44,18,6,0,83,189,171,209,22,61,6,0,86,61,76,123,37,246,11,0,91,61,24,106,232,91,7,0,92,189,16,249,62,66,7,0,93,189,68,123,201,142,7,0,93,189,163,112,104,154,11,0,95,189,30,95,120,191,7,0,96,61,168,231,62,66,7,0,102,189,188,31,245,39,6,0,103,61,70,36,142,66,8,0,109,61,157,38,88,19,6,0,109,189,171,161,202,57,9,0,109,189,171,161,240,62,9,0,110,189,172,21,98,201,7,0,110,189,172,21,56,218,7,0,111,61,76,99,168,62,7,0,114,189,178,80,37,104,9,0,117,61,48,86,4,18,11,0,118,61,27,237,156,202,9,0,118,61,27,237,83,203,9,0,121,189,204,58,141,60,7,0,121,189,142,232,127,110,7,0,123,61,191,225,249,179,6,0,123,61,139,200,236,50,7,0,124,189,173,149,188,112,10,0,124,189,173,149,222,112,10,0,124,61,105,232,204,171,11,0,125,61,176,0,67,169,7,0,126,61,143,220,202,57,9,0,126,61,143,220,240,62,9,0,126,61,156,38,161,155,10,0,126,61,156,38,198,155,10,0,127,189,96,158,251,246,7,0,127,189,96,158,188,142,10,0,127,189,96,158,242,142,10,0,127,189,96,158,47,143,10,0,135,189,193,129,149,88,7,0,142,189,144,55,62,66,7,0,143,61,160,70,97,37,10,0,143,61,160,70,130,37,10,0,144,61,211,86,232,80,6,0,145,61,251,245,81,205,7,0,145,61,125,141,250,119,11,0,146,61,233,110,212,73,7,0,147,61,216,54,173,230,6,0,150,61,87,24,172,14,9,0,150,61,87,24,193,14,9,0,153,61,142,48,156,123,10,0,154,189,205,175,92,157,7,0,155,61,129,229,149,141,8,0,158,61,250,104,233,89,6,0,158,61,250,104,149,154,6,0,159,61,162,7,120,191,7,0,160,61,143,149,156,202,7,0,160,61,143,149,87,158,8,0,162,61,64,36,67,169,7,0,162,61,112,149,127,5,8,0,165,61,160,90,81,205,7,0,165,189,73,33,66,46,9,0,165,189,73,33,227,49,9,0,165,61,160,90,144,68,9,0,168,189,76,241,233,14,9,0,168,189,76,241,209,23,9,0,168,189,76,241,194,32,9,0,169,189,54,125,3,38,7,0,170,61,101,118,37,25,7,0,170,189,34,95,31,70,9,0,170,189,34,95,104,71,9,0,170,189,34,95,179,72,9,0,171,189,141,86,116,113,7,0,172,189,58,98,253,160,6,0,172,189,122,249,107,1,10,0,172,189,115,122,37,19,12,0,173,61,112,167,156,202,7,0,173,61,112,167,233,14,9,0,173,61,112,167,209,23,9,0,173,61,112,167,194,32,9,0,173,189,127,52,6,118,11,0,174,189,50,213,66,42,7,0,175,61,155,34,246,153,8,0,181,189,44,44,144,191,9,0,181,189,44,44,188,191,9,0,181,189,16,6,154,76,11,0,185,189,200,156,15,109,7,0,186,189,180,226,165,182,6,0,186,189,43,146,114,9,7,0,186,61,86,173,51,91,11,0,187,61,99,243,86,106,11,0,191,189,66,189,7,140,7,0,193,189,230,193,62,66,7,0,193,189,105,157,226,41,9,0,193,189,105,157,66,42,9,0,193,189,105,157,171,42,9,0,194,189,85,71,202,163,7,0,194,61,214,86,45,188,9,0,194,61,214,86,125,188,9,0,194,61,214,86,220,188,9,0,194,61,214,86,46,189,9,0,195,189,159,41,163,50,7,0,195,61,245,113,42,196,10,0,195,61,245,113,219,196,10,0,196,189,232,230,4,124,7,0,196,61,179,4,254,147,7,0,197,61,237,167,23,245,6,0,197,189,157,108,26,33,7,0,197,61,237,167,81,205,7,0,197,61,237,167,53,219,7,0,198,61,164,106,112,38,6,0,200,189,66,37,19,229,9,0,200,189,66,37,59,229,9,0,200,189,66,37,103,229,9,0,201,189,88,131,69,158,11,0,204,189,193,151,135,131,7,0,204,189,193,151,220,154,7,0,204,189,193,151,120,191,7,0,205,61,108,137,211,13,11,0,207,189,244,13,89,242,5,0,207,61,6,91,120,191,7,0,213,61,137,84,116,247,10,0,214,61,87,31,119,232,10,0,215,61,250,249,67,169,7,0,215,61,9,109,245,127,10,0,216,61,238,124,254,147,7,0,219,61,66,178,128,158,8,0,219,189,36,170,165,80,10,0,219,189,36,170,208,80,10,0,223,189,223,90,153,47,7,0,223,61,200,56,62,66,7,0,223,61,183,126,67,169,7,0,225,189,90,13,110,245,11,0,226,189,170,107,230,35,10,0,226,189,170,107,133,36,10,0,227,189,108,23,22,82,8,0,227,189,108,23,172,173,11,0,231,61,164,142,74,75,6,0,232,61,112,111,85,21,12,0,232,61,112,111,120,21,12,0,233,189,204,134,165,63,7,0,235,61,234,243,233,14,9,0,235,61,234,243,209,23,9,0,235,61,234,243,194,32,9,0,243,61,47,215,217,92,6,0,243,189,60,65,63,53,7,0,243,61,254,31,54,120,7,0,243,61,76,31,42,196,10,0,243,61,76,31,219,196,10,0,246,61,1,237,185,130,7,0,247,61,199,120,78,74,10,0,247,61,199,120,93,75,10,0,247,61,199,120,96,76,10,0,247,61,199,120,126,77,10,0,247,61,226,183,79,57,11,0,252,189,58,111,62,66,7,0,0,62,175,106,104,130,8,0,4,190,245,231,61,220,9,0,4,190,245,231,88,220,9,0,4,190,245,231,115,220,9,0,5,190,213,149,83,218,10,0,5,190,213,149,181,219,10,0,5,190,19,208,199,248,10,0,5,62,86,138,68,26,11,0,6,62,103,27,71,185,7,0,11,190,105,137,131,247,8,0,18,62,200,166,108,225,7,0,18,62,200,166,15,207,8,0,18,62,102,27,171,90,11,0,18,62,102,27,78,103,11,0,19,190,71,105,222,239,5,0,19,190,108,37,238,39,7,0,20,62,148,190,212,73,7,0,20,62,254,178,192,179,10,0,20,62,254,178,42,180,10,0,21,62,66,70,42,196,10,0,21,62,66,70,219,196,10,0,23,62,46,21,62,91,7,0,23,62,184,148,128,158,8,0,23,62,184,148,128,158,8,0,25,190,193,201,86,235,6,0,25,190,193,201,249,33,7,0,26,62,102,68,87,0,12,0,28,62,234,228,66,46,9,0,28,62,234,228,227,49,9,0,30,62,157,38,3,38,7,0,32,62,33,116,120,191,7,0,37,190,251,105,215,243,6,0,37,62,244,63,128,158,8,0,39,190,201,26,1,99,7,0,39,190,201,26,0,101,7,0,39,190,144,248,15,30,8,0,39,62,96,213,233,14,9,0,39,62,96,213,209,23,9,0,39,62,96,213,194,32,9,0,39,62,138,99,110,213,9,0,39,62,138,99,149,213,9,0,39,62,138,99,180,213,9,0,39,62,112,17,58,108,11,0,40,190,125,36,233,14,9,0,40,190,125,36,209,23,9,0,40,190,125,36,194,32,9,0,41,190,44,103,212,73,7,0,42,190,99,172,156,202,7,0,42,190,99,172,176,206,10,0,42,190,99,172,241,206,10,0,42,190,99,172,46,207,10,0,43,190,130,41,66,46,9,0,43,190,130,41,227,49,9,0,43,62,211,34,219,89,10,0,43,62,211,34,25,90,10,0,43,62,211,34,69,90,10,0,48,62,255,4,44,58,8,0,48,190,234,167,17,96,10,0,48,190,234,167,83,97,10,0,48,190,234,167,152,98,10,0,48,190,28,50,90,26,12,0,49,62,39,181,135,131,7,0,49,62,39,181,81,205,7,0,49,62,39,181,56,218,7,0,50,190,105,49,208,106,9,0,50,190,105,49,138,107,9,0,50,190,105,49,56,108,9,0,51,190,91,184,12,36,7,0,51,190,249,24,223,60,7,0,52,190,172,223,103,83,6,0,52,190,92,206,86,199,6,0,52,190,172,223,216,202,6,0,52,62,33,196,212,73,7,0,53,190,20,13,232,232,11,0,54,190,29,85,131,17,8,0,56,62,100,92,98,160,10,0,59,190,205,234,120,191,7,0,59,190,205,234,70,35,10,0,60,62,252,229,15,109,7,0,60,190,22,249,156,202,7,0,61,190,203,221,16,44,9,0,61,190,203,221,160,44,9,0,63,62,29,251,114,11,10,0,63,62,29,251,104,12,10,0,65,190,241,147,120,191,7,0,66,62,162,245,148,167,11,0,68,62,170,151,102,138,7,0,70,190,192,12,168,141,9,0,70,190,192,12,184,142,9,0,70,190,244,190,77,221,10,0,70,190,244,190,208,221,10,0,71,62,70,88,15,109,7,0,74,190,225,94,244,122,10,0,74,190,225,94,156,123,10,0,76,190,19,229,17,109,8,0,76,190,135,20,112,100,11,0,77,190,159,54,16,44,9,0,77,190,159,54,160,44,9,0,79,62,72,196,220,161,11,0,82,62,74,110,202,57,9,0,82,62,74,110,240,62,9,0,83,62,51,32,95,230,7,0,84,62,219,176,1,99,7,0,84,62,219,176,0,101,7,0,84,62,219,176,219,231,7,0,84,62,78,94,166,177,8,0,85,190,214,189,236,48,7,0,85,190,80,36,81,205,7,0,85,190,80,36,40,212,7,0,85,190,80,36,56,218,7,0,85,190,120,161,108,225,7,0,87,62,104,77,56,207,8,0,91,62,76,16,201,142,7,0,91,62,234,225,229,132,9,0,91,62,234,225,184,134,9,0,92,62,176,51,51,175,6,0,93,62,58,127,54,120,7,0,93,62,247,24,55,74,9,0,93,62,247,24,40,75,9,0,94,62,186,120,95,193,6,0,94,62,145,183,230,35,10,0,94,62,145,183,133,36,10,0,94,190,85,1,151,37,12,0,98,190,17,179,134,76,8,0,98,190,17,179,193,76,8,0,98,190,17,179,6,77,8,0,98,190,17,179,76,77,8,0,101,190,199,148,231,13,7,0,101,62,222,90,120,191,7,0,102,62,63,101,81,205,7,0,102,62,155,89,35,154,8,0,102,62,166,186,184,160,8,0,102,62,63,101,150,203,8,0,102,62,63,101,44,204,8,0,102,62,63,101,206,204,8,0,102,62,63,101,48,142,10,0,103,62,57,244,200,162,7,0,107,62,3,126,135,231,6,0,107,190,39,100,83,218,10,0,107,190,39,100,181,219,10,0,112,190,233,40,120,191,7,0,114,62,93,46,117,255,5,0,114,62,252,109,243,211,6,0,114,62,49,109,81,205,7,0,114,62,49,109,210,220,7,0,114,190,58,79,42,25,10,0,114,190,58,79,94,25,10,0,117,62,125,135,116,193,6,0,117,62,163,38,165,63,7,0,117,62,136,204,4,124,7,0,117,190,16,249,39,215,10,0,117,190,16,249,116,215,10,0,117,62,174,217,147,8,11,0,118,190,153,74,92,91,7,0,119,190,58,213,31,19,7,0,119,190,155,140,67,169,7,0,119,62,124,217,27,54,9,0,119,62,124,217,191,54,9,0,119,62,124,217,104,55,9,0,120,62,235,138,98,160,10,0,121,62,244,210,51,46,6,0,121,62,244,210,87,182,7,0,122,190,161,237,139,162,6,0,122,190,161,237,165,59,7,0,122,62,180,160,103,165,9,0,122,62,180,160,239,165,9,0,123,62,44,86,7,29,7,0,125,190,95,102,202,57,9,0,125,190,95,102,240,62,9,0,127,190,71,40,37,165,6,0,128,62,74,36,120,191,7,0,131,62,171,141,140,78,9,0,131,62,171,141,233,78,9,0,131,62,191,198,98,160,10,0,131,62,191,198,98,160,10,0,131,62,55,12,7,248,11,0,132,62,157,38,245,81,7,0,134,190,119,40,231,96,11,0,137,190,49,104,165,200,10,0,137,190,49,104,199,200,10,0,137,190,49,104,0,201,10,0,140,190,243,128,158,9,6,0,141,190,244,70,156,202,7,0,141,190,244,70,81,205,7,0,141,62,7,29,149,225,8,0,145,190,72,105,98,160,10,0,147,190,14,76,31,70,9,0,147,190,14,76,104,71,9,0,147,190,14,76,179,72,9,0,148,190,163,87,107,1,10,0,148,190,130,50,121,54,10,0,148,190,130,50,157,54,10,0,148,190,130,50,205,54,10,0,149,62,115,224,212,73,7,0,151,62,230,16,58,241,10,0,152,190,233,87,86,98,6,0,152,62,29,88,154,96,8,0,153,62,188,187,88,116,7,0,154,190,21,79,106,139,7,0,155,190,58,98,128,195,10,0,158,190,173,237,46,105,7,0,158,190,173,237,213,40,11,0,160,62,252,66,240,63,6,0,160,190,87,97,201,212,11,0,162,62,207,47,124,187,6,0,162,190,213,57,137,204,7,0,164,190,111,239,242,32,6,0,168,62,55,93,80,140,11,0,169,190,59,68,242,38,11,0,170,190,154,140,39,18,10,0,170,190,154,140,79,18,10,0,170,190,154,140,128,18,10,0,172,62,95,191,168,146,11,0,172,190,165,16,217,150,11,0,173,62,240,211,90,231,6,0,174,190,91,113,202,163,7,0,176,62,106,102,165,59,7,0,179,190,14,55,62,66,7,0,179,190,81,61,146,102,7,0,179,190,81,61,46,105,7,0,179,62,1,210,81,205,7,0,179,62,1,210,144,68,9,0,183,190,128,1,67,169,7,0,184,62,138,61,62,66,7,0,184,190,142,7,63,217,7,0,187,62,249,97,15,115,7,0,192,62,118,73,7,29,7,0,192,62,88,216,49,58,7,0,192,190,185,36,143,130,11,0,195,190,131,53,200,75,6,0,195,190,113,19,240,87,6,0,195,190,131,53,197,54,7,0,196,190,53,31,224,83,7,0,197,62,99,22,168,141,9,0,197,62,99,22,184,142,9,0,198,190,50,87,101,208,11,0,198,190,50,87,223,223,11,0,199,62,68,162,145,31,7,0,201,62,210,24,83,218,10,0,201,62,210,24,181,219,10,0,202,190,186,92,34,133,11,0,204,190,113,208,190,243,10,0,208,62,133,13,67,169,7,0,211,62,81,58,73,148,9,0,211,62,81,58,217,148,9,0,212,190,203,109,155,247,5,0,212,190,178,230,42,196,10,0,212,190,178,230,219,196,10,0,213,190,37,63,41,255,6,0,213,190,37,63,184,180,7,0,213,190,37,63,129,181,7,0,213,190,37,63,14,249,8,0,213,62,148,190,179,93,11,0,214,62,145,154,183,55,7,0,215,190,181,209,210,83,6,0,215,190,181,209,203,142,6,0,215,190,150,207,231,232,7,0,219,62,163,42,242,252,5,0,219,190,249,118,219,80,11,0,219,190,251,214,173,81,11,0,220,62,169,245,201,59,11,0,221,62,152,86,49,86,7,0,222,190,239,47,213,107,11,0,223,62,71,24,99,82,7,0,224,62,246,194,62,66,7,0,226,62,55,163,67,169,7,0,227,62,191,225,92,91,7,0,231,190,240,215,85,186,6,0,231,190,211,161,98,58,11,0,232,190,190,143,67,169,7,0,232,190,190,143,232,46,8,0,233,190,53,158,98,160,10,0,235,190,226,59,229,132,9,0,235,190,226,59,184,134,9,0,239,190,73,88,201,142,7,0,240,190,103,146,146,182,8,0,240,62,217,13,233,14,9,0,240,62,217,13,209,23,9,0,240,62,217,13,194,32,9,0,240,190,176,12,167,128,9,0,240,190,176,12,133,129,9,0,241,62,197,98,141,78,10,0,241,62,197,98,26,79,10,0,242,62,242,96,254,147,7,0,245,190,157,33,64,105,6,0,245,190,211,226,66,46,9,0,245,190,211,226,227,49,9,0,247,190,65,50,98,160,10,0,251,62,30,159,181,227,6,0,251,190,168,231,217,135,7,0,251,62,214,34,127,103,8,0,252,62,106,37,37,25,7,0,254,62,60,141,12,36,7,0,255,62,216,219,168,62,7,0,3,63,139,48,92,157,7,0,3,191,40,178,193,94,10,0,4,63,235,205,56,6,10,0,4,63,235,205,102,6,10,0,5,191,54,95,212,73,7,0,5,191,54,95,27,85,7,0,6,63,157,152,83,218,10,0,6,63,157,152,181,219,10,0,8,191,69,149,5,69,6,0,11,63,91,196,29,103,9,0,11,63,91,196,133,103,9,0,12,63,122,46,62,66,7,0,16,191,34,138,4,120,6,0,17,63,175,247,67,169,7,0,17,191,164,30,156,202,7,0,17,191,164,30,56,179,9,0,18,63,160,228,76,40,6,0,23,63,235,232,75,69,9,0,23,63,235,232,161,69,9,0,27,63,69,29,19,140,9,0,27,63,69,29,144,140,9,0,34,63,62,247,64,56,9,0,34,63,62,247,242,56,9,0,35,191,23,126,153,64,7,0,35,191,38,29,212,73,7,0,35,191,23,126,81,205,7,0,35,191,23,126,105,222,7,0,35,63,41,34,150,110,9,0,35,63,41,34,176,112,9,0,37,191,26,130,222,152,9,0,37,191,26,130,15,153,9,0,38,191,111,115,88,21,11,0,39,191,174,253,95,109,11,0,42,191,205,211,192,96,9,0,42,191,205,211,164,97,9,0,42,191,205,211,128,98,9,0,43,191,100,8,159,145,8,0,47,191,149,170,10,181,6,0,47,63,133,14,159,8,12,0,47,63,133,14,96,12,12,0,48,191,222,177,29,27,10,0,48,191,222,177,54,27,10,0,48,191,222,177,70,27,10,0,49,191,23,126,202,46,7,0,49,191,23,126,78,47,7,0,49,191,84,63,73,228,7,0,49,191,84,63,191,228,7,0,49,191,188,28,202,241,7,0,52,63,115,183,83,218,10,0,52,63,115,183,181,219,10,0,53,191,6,38,218,9,7,0,53,191,6,38,70,65,7,0,56,191,189,129,11,136,6,0,56,191,189,129,1,99,7,0,56,191,189,129,0,101,7,0,56,63,16,252,15,109,7,0,57,191,195,46,213,238,5,0,59,191,102,22,137,204,7,0,60,191,123,115,67,169,7,0,60,63,39,23,81,205,7,0,60,63,39,23,150,203,8,0,60,63,39,23,44,204,8,0,60,63,39,23,206,204,8,0,60,63,39,23,48,142,10,0,65,191,145,121,98,201,7,0,65,191,145,121,4,212,7,0,66,191,175,20,113,225,9,0,67,191,3,236,186,134,11,0,71,191,234,65,98,25,11,0,72,191,211,238,228,119,11,0,75,63,127,111,98,160,10,0,75,191,236,78,103,150,11,0,78,63,222,82,84,35,7,0,78,63,221,196,62,66,7,0,79,191,84,68,254,147,7,0,79,191,153,1,195,247,7,0,80,191,39,29,216,56,7,0,81,191,131,3,73,228,7,0,81,191,131,3,191,228,7,0,82,63,154,247,68,59,7,0,82,191,38,45,212,73,7,0,83,191,82,89,67,61,7,0,83,191,67,206,98,201,7,0,83,63,134,86,233,14,9,0,83,63,134,86,209,23,9,0,83,63,134,86,194,32,9,0,83,63,251,76,183,194,10,0,83,63,251,76,249,194,10,0,84,191,200,80,93,141,7,0,87,191,69,102,1,99,7,0,87,191,69,102,0,101,7,0,87,63,132,101,146,102,7,0,87,63,132,101,233,14,9,0,87,63,132,101,209,23,9,0,87,63,132,101,194,32,9,0,87,63,131,174,229,132,9,0,87,63,131,174,184,134,9,0,91,191,140,209,36,37,6,0,92,63,212,180,201,61,7,0,94,63,209,50,8,235,5,0,95,63,54,68,247,84,9,0,96,191,88,108,158,207,10,0,96,191,88,108,47,210,10,0,97,63,162,225,233,14,9,0,97,63,162,225,209,23,9,0,97,63,162,225,194,32,9,0,99,191,29,73,67,169,7,0,101,191,237,96,139,44,7,0,102,191,19,241,182,11,11,0,102,191,19,241,238,20,11,0,105,191,246,45,233,14,9,0,105,191,246,45,209,23,9,0,105,191,246,45,194,32,9,0,106,191,149,33,1,99,7,0,111,191,181,220,44,58,8,0,111,63,72,232,218,79,10,0,114,191,224,29,154,241,9,0,114,191,224,29,86,242,9,0,117,191,247,85,225,90,10,0,118,63,32,92,233,14,9,0,118,63,32,92,209,23,9,0,118,63,32,92,194,32,9,0,120,63,131,34,146,102,7,0,120,191,179,101,192,246,10,0,120,63,46,63,185,39,12,0,128,63,204,47,135,131,7,0,129,63,163,62,187,232,9,0,129,63,163,62,11,233,9,0,130,63,222,184,204,81,11,0,131,63,232,6,43,76,6,0,135,191,2,178,107,1,10,0,137,63,64,241,194,133,11,0,137,63,64,241,11,145,11,0,138,191,150,117,51,41,10,0,138,191,150,117,127,41,10,0,139,191,3,204,143,34,7,0,141,63,230,143,212,73,7,0,142,63,153,198,209,211,11,0,144,63,41,233,224,176,11,0,145,63,192,86,136,21,8,0,145,63,192,86,208,154,11,0,147,191,244,38,66,42,7,0,147,191,170,240,84,115,9,0,147,191,170,240,139,115,9,0,148,63,172,122,75,225,6,0,148,63,107,249,66,46,9,0,148,63,107,249,227,49,9,0,152,63,11,80,189,255,6,0,152,63,125,60,204,42,7,0,153,63,151,87,120,191,7,0,155,191,175,83,214,100,8,0,155,191,175,83,0,101,8,0,155,191,175,83,54,101,8,0,155,191,175,83,102,101,8,0,156,63,213,55,134,97,7,0,158,63,65,18,21,76,11,0,164,63,8,21,212,73,7,0,166,191,40,170,252,19,10,0,166,191,40,170,33,20,10,0,169,191,220,206,54,41,7,0,170,63,95,253,146,102,7,0,170,63,13,240,88,116,7,0,170,63,117,122,201,142,7,0,173,191,66,242,212,73,7,0,174,63,79,135,202,163,7,0,178,63,226,230,13,159,7,0,181,191,151,179,79,192,6,0,181,63,11,35,62,66,7,0,182,63,186,169,229,132,9,0,182,63,186,169,184,134,9,0,185,191,95,26,51,46,6,0,185,191,95,26,87,182,7,0,186,191,164,65,232,91,7,0,188,191,23,146,122,119,7,0,189,191,146,19,120,191,7,0,190,191,133,69,124,98,11,0,196,191,119,240,225,251,9,0,196,191,119,240,48,252,9,0,196,63,180,41,159,88,11,0,198,63,218,20,248,12,9,0,199,191,227,169,68,106,6,0,200,63,164,180,247,169,9,0,200,63,164,180,71,171,9,0,200,63,164,180,153,172,9,0,200,63,164,180,240,173,9,0,207,191,74,48,192,71,10,0,207,191,74,48,21,72,10,0,214,191,8,244,165,63,7,0,214,63,196,214,27,85,7,0,219,191,155,101,111,251,11,0,225,63,232,167,49,86,7,0,225,191,238,51,254,226,7,0,228,191,210,110,202,57,9,0,228,191,210,110,240,62,9,0,230,191,242,46,184,37,7,0,230,191,158,102,239,86,11,0,231,63,236,155,69,56,7,0,231,191,213,102,212,73,7,0,231,63,137,130,106,139,7,0,235,191,241,125,116,6,7,0,235,191,241,125,89,236,9,0,236,191,146,119,95,15,7,0,236,191,203,98,120,191,7,0,237,63,220,142,193,94,10,0,237,63,9,99,168,7,11,0,237,63,9,99,39,32,11,0,238,63,242,210,102,243,7,0,239,63,161,132,25,93,9,0,239,63,161,132,212,94,9,0,240,63,241,186,236,48,7,0,241,191,130,79,156,202,7,0,242,63,204,151,180,99,6,0,246,191,75,114,212,73,7,0,247,63,73,30,93,217,6,0,248,191,33,15,46,105,7,0,248,191,33,15,84,71,11,0,249,191,204,70,134,97,7,0,251,63,151,145,17,14,9,0,252,63,39,153,219,33,6,0,253,63,104,110,46,105,7,0,253,63,104,110,247,169,9,0,253,63,104,110,71,171,9,0,253,63,104,110,153,172,9,0,253,63,104,110,240,173,9,0,254,63,59,146,93,141,7,0,255,191,117,210,62,66,7,0,0,64,168,198,24,47,11,0,2,192,57,130,145,203,11,0,4,192,225,126,140,13,10,0,4,192,225,126,247,13,10,0,6,192,214,83,146,102,7,0,6,192,214,83,46,105,7,0,10,64,99,94,226,100,10,0,10,64,99,94,10,101,10,0,10,64,99,94,49,101,10,0,14,64,58,70,86,98,6,0,14,192,28,115,201,142,7,0,14,64,23,105,116,250,7,0,14,64,23,105,30,251,7,0,18,64,69,193,12,250,9,0,18,64,69,193,32,250,9,0,20,192,57,106,142,184,10,0,20,192,57,106,59,185,10,0,21,64,105,154,204,38,7,0,21,192,40,226,88,116,7,0,22,64,166,14,62,66,7,0,22,64,133,135,81,205,7,0,22,64,133,135,56,218,7,0,23,192,239,96,254,147,7,0,24,192,31,172,12,129,7,0,24,64,66,155,233,14,9,0,24,64,66,155,209,23,9,0,24,64,66,155,194,32,9,0,25,192,54,132,215,27,7,0,29,192,127,76,143,34,7,0,29,64,97,128,98,160,10,0,29,192,34,89,223,37,11,0,30,64,42,138,38,115,6,0,30,192,86,173,62,66,7,0,30,64,199,54,202,163,7,0,30,64,42,138,35,218,9,0,30,64,42,138,65,218,9,0,36,64,96,48,190,143,6,0,38,192,66,151,97,39,7,0,38,192,223,7,88,116,7,0,43,192,115,225,93,141,7,0,43,192,62,135,128,158,8,0,43,64,153,222,98,160,10,0,47,64,46,81,30,250,5,0,47,192,196,5,247,153,9,0,47,192,196,5,48,154,9,0,48,192,19,241,66,46,9,0,48,192,19,241,227,49,9,0,51,192,197,226,254,147,7,0,51,64,19,44,98,160,10,0,52,192,105,188,214,89,8,0,56,64,6,65,98,68,6,0,56,192,78,2,103,85,10,0,56,192,78,2,147,85,10,0,60,192,37,201,185,155,11,0,62,192,235,70,150,110,9,0,62,192,235,70,176,112,9,0,63,192,234,198,146,124,7,0,66,64,223,26,7,54,6,0,66,192,30,172,7,48,11,0,67,192,0,214,210,86,7,0,70,64,52,149,98,160,10,0,72,192,157,35,75,213,8,0,72,192,179,16,156,202,9,0,72,192,179,16,83,203,9,0,74,192,95,93,49,162,6,0,74,192,95,93,1,168,6,0,74,64,160,247,146,102,7,0,74,64,160,247,46,105,7,0,74,192,95,93,1,156,8,0,74,64,213,13,98,160,10,0,75,192,129,207,54,120,7,0,77,192,11,153,92,91,7,0,77,192,11,153,232,91,7,0,77,192,11,153,81,42,8,0,79,64,43,81,199,124,9,0,79,64,43,81,173,125,9,0,79,64,43,81,152,126,9,0,83,64,85,13,149,88,7,0,83,64,85,13,26,90,7,0,83,192,77,229,66,46,9,0,83,192,77,229,227,49,9,0,84,64,249,67,142,184,10,0,84,64,249,67,59,185,10,0,85,64,87,150,229,150,9,0,85,64,87,150,153,151,9,0,89,192,81,54,83,231,9,0,89,192,81,54,133,231,9,0,89,192,81,54,181,231,9,0,90,64,225,57,146,102,7,0,90,64,225,57,220,154,7,0,90,64,225,57,120,191,7,0,90,192,220,77,145,3,10,0,91,64,189,144,3,30,6,0,91,192,142,127,219,71,6,0,92,192,42,113,199,124,9,0,92,192,42,113,173,125,9,0,92,192,42,113,152,126,9,0,97,192,27,146,84,35,7,0,97,64,139,137,212,73,7,0,101,64,158,119,120,191,7,0,102,192,222,90,81,205,7,0,102,192,207,86,93,161,9,0,102,192,207,86,126,161,9,0,102,192,207,86,151,161,9,0,103,192,72,188,251,122,7,0,103,192,195,171,3,139,8,0,104,192,84,216,37,249,7,0,105,64,125,161,233,14,9,0,105,64,125,161,209,23,9,0,105,64,125,161,194,32,9,0,107,192,119,32,113,91,6,0,107,192,191,34,93,226,7,0,111,64,109,165,106,8,11,0,112,64,185,57,67,169,7,0,113,64,42,176,45,91,9,0,113,64,42,176,214,91,9,0,116,192,75,112,63,53,7,0,117,192,81,43,61,50,7,0,117,192,158,112,155,61,11,0,117,64,125,193,25,90,11,0,118,192,20,202,120,191,7,0,118,192,168,253,128,158,8,0,119,64,143,227,186,235,6,0,119,64,143,227,249,33,7,0,120,192,119,124,233,14,9,0,120,192,119,124,209,23,9,0,120,192,119,124,194,32,9,0,126,64,51,218,96,120,6,0,126,192,97,234,120,191,7,0,126,192,214,211,156,202,9,0,126,192,214,211,83,203,9,0,131,64,129,127,31,138,11,0,134,192,226,187,31,70,9,0,134,192,226,187,104,71,9,0,134,192,226,187,179,72,9,0,136,192,105,84,62,66,7,0,136,192,133,150,81,205,7,0,136,192,133,150,140,192,8,0,140,64,216,89,98,201,7,0,142,64,243,8,13,164,6,0,146,64,200,163,186,118,7,0,148,64,251,129,50,255,5,0,149,192,27,171,81,205,7,0,149,192,27,171,10,111,8,0,149,192,34,182,150,186,10,0,149,192,34,182,226,186,10,0,149,192,34,182,47,187,10,0,149,192,27,171,183,158,11,0,150,64,77,218,66,45,12,0,151,64,206,56,210,241,8,0,152,192,60,51,165,59,7,0,152,64,134,29,31,78,11,0,154,192,184,103,62,66,7,0,157,192,50,197,134,52,7,0,157,192,221,247,1,32,11,0,158,192,124,97,180,117,7,0,158,192,136,91,237,235,7,0,158,192,220,209,8,144,8,0,160,192,74,70,75,17,12,0,163,64,163,184,185,47,7,0,165,64,71,129,215,132,7,0,166,192,8,94,120,16,11,0,166,64,108,248,207,27,11,0,167,64,203,201,88,116,7,0,169,192,116,96,247,169,9,0,169,192,116,96,71,171,9,0,169,192,116,96,153,172,9,0,169,192,116,96,240,173,9,0,170,64,139,70,172,52,6,0,171,64,245,54,93,141,7,0,177,64,53,51,202,242,11,0,179,192,161,147,252,33,12,0,188,192,34,127,178,231,8,0,188,64,123,18,98,160,10,0,189,192,19,14,98,58,11,0,190,192,63,47,210,40,12,0,191,64,224,36,128,158,8,0,192,64,206,229,81,205,7,0,192,64,206,229,63,247,7,0,196,192,58,206,128,158,8,0,197,192,97,56,150,222,6,0,206,192,223,232,51,46,6,0,206,192,223,232,87,182,7,0,206,64,227,234,66,46,9,0,206,64,227,234,227,49,9,0,208,192,157,232,80,184,11,0,209,64,177,74,110,245,11,0,212,64,187,227,86,98,6,0,212,192,181,78,215,31,7,0,212,192,2,172,138,87,7,0,214,192,121,176,187,76,6,0,221,192,148,194,32,43,8,0,221,192,148,194,73,43,8,0,228,64,153,114,67,169,7,0,235,192,204,70,233,14,9,0,235,192,204,70,209,23,9,0,235,192,204,70,194,32,9,0,236,192,19,86,192,96,9,0,236,192,19,86,164,97,9,0,236,192,19,86,128,98,9,0,237,192,28,190,12,143,6,0,240,192,89,42,202,163,7,0,241,192,238,98,203,78,6,0,241,64,140,161,103,180,9,0,241,64,140,161,253,180,9,0,242,192,50,124,4,22,11,0,243,64,23,214,17,143,11,0,243,64,134,255,22,163,11,0,248,64,174,133,251,122,7,0,250,192,176,148,186,14,6,0,251,64,85,205,200,120,6,0,251,192,102,54,50,123,6,0,251,64,85,205,27,85,7,0,251,192,62,224,202,163,7,0,251,64,129,40,233,14,9,0,251,64,129,40,209,23,9,0,251,64,129,40,194,32,9,0,252,192,51,138,62,66,7,0,253,192,23,18,62,66,7,0,254,64,157,4,215,178,11,0,2,193,38,70,202,57,9,0,2,193,38,70,240,62,9,0,2,65,59,213,22,32,10,0,2,65,59,213,35,33,10,0,4,193,207,223,74,49,6,0,6,65,236,230,141,78,10,0,6,65,236,230,26,79,10,0,7,65,196,233,120,191,7,0,8,193,36,11,117,41,7,0,8,193,44,30,110,79,9,0,8,193,44,30,222,79,9,0,8,193,36,11,161,215,9,0,8,193,36,11,2,216,9,0,8,193,36,11,104,216,9,0,8,193,36,11,199,216,9,0,8,193,36,11,47,217,9,0,8,193,43,104,131,43,12,0,9,193,204,12,212,73,7,0,9,193,15,100,203,173,11,0,11,65,77,4,23,237,7,0,11,65,77,4,82,237,7,0,11,193,1,89,239,117,8,0,11,65,26,130,196,196,9,0,11,65,26,130,233,196,9,0,11,65,26,130,4,197,9,0,13,65,37,238,195,134,7,0,14,65,74,159,204,38,7,0,14,193,186,29,202,163,7,0,18,193,129,40,46,38,11,0,19,193,119,123,70,247,5,0,19,193,13,192,111,90,10,0,19,193,13,192,70,91,10,0,21,65,18,195,11,198,8,0,23,65,54,86,54,120,7,0,23,65,129,134,202,163,7,0,24,65,240,180,62,66,7,0,25,193,201,26,1,99,7,0,25,193,201,26,0,101,7,0,25,65,123,127,85,7,11,0,28,65,87,101,146,102,7,0,28,65,87,101,46,105,7,0,28,193,185,4,254,147,7,0,29,193,3,215,70,84,6,0,29,65,79,154,62,66,7,0,32,65,214,75,120,191,7,0,32,65,186,248,238,42,8,0,33,65,197,127,184,137,6,0,34,193,205,29,39,151,6,0,35,65,115,167,193,94,10,0,36,193,114,250,202,163,7,0,36,65,102,235,233,14,9,0,36,65,102,235,209,23,9,0,36,65,102,235,194,32,9,0,38,65,168,187,143,83,9,0,38,65,168,187,171,83,9,0,39,193,224,191,142,242,7,0,39,65,130,197,214,89,8,0,39,193,187,53,150,110,9,0,39,193,187,53,176,112,9,0,40,193,121,138,103,211,6,0,40,65,28,128,216,56,7,0,41,193,121,182,0,23,7,0,43,193,210,101,129,79,6,0,45,193,12,4,101,146,9,0,45,193,12,4,61,147,9,0,48,65,141,10,203,175,11,0,49,65,146,76,212,73,7,0,50,193,12,181,120,35,12,0,51,65,15,226,113,35,6,0,51,65,52,175,139,174,11,0,53,193,123,35,22,32,10,0,53,193,123,35,35,33,10,0,53,65,178,61,137,101,10,0,53,65,178,61,237,101,10,0,53,65,178,61,78,102,10,0,54,65,181,148,222,150,6,0,54,65,181,148,61,166,6,0,54,65,181,148,215,198,6,0,55,65,239,126,23,51,6,0,56,193,235,92,66,46,9,0,56,193,235,92,227,49,9,0,56,65,11,148,77,48,12,0,59,193,187,10,93,153,7,0,60,65,235,26,252,248,11,0,63,193,89,129,96,174,11,0,65,65,194,77,67,169,7,0,65,65,194,77,41,166,11,0,69,65,3,46,202,190,7,0,71,193,154,198,107,1,10,0,72,193,13,156,241,236,5,0,74,193,236,174,120,191,7,0,74,193,236,174,4,28,11,0,74,65,118,221,7,174,11,0,75,65,235,221,233,223,9,0,76,65,141,29,206,129,7,0,76,193,227,126,57,109,8,0,77,65,80,147,165,2,11,0,77,65,80,147,136,21,11,0,79,193,196,58,152,190,11,0,80,65,43,47,16,177,11,0,81,65,86,14,233,14,9,0,81,65,86,14,209,23,9,0,81,65,86,14,194,32,9,0,84,193,56,91,57,97,6,0,84,193,40,144,83,218,10,0,84,193,40,144,181,219,10,0,89,65,119,225,93,141,7,0,90,65,105,99,85,190,11,0,91,193,185,37,161,89,9,0,91,193,185,37,201,89,9,0,93,193,65,55,254,147,7,0,93,193,172,168,22,32,10,0,93,193,172,168,35,33,10,0,93,193,117,139,123,46,12,0,94,65,63,255,229,132,9,0,94,65,63,255,184,134,9,0,96,65,181,125,122,119,7,0,97,193,188,181,23,35,7,0,98,65,208,68,120,175,9,0,98,65,208,68,38,176,9,0,101,65,181,55,182,58,8,0,105,65,182,89,45,91,9,0,105,65,182,89,214,91,9,0,106,193,252,237,114,203,6,0,106,193,112,150,211,227,6,0,106,193,210,69,88,116,7,0,107,65,52,205,195,134,7,0,107,193,183,211,202,163,7,0,107,65,20,157,120,191,7,0,108,65,125,76,77,131,6,0,108,65,125,76,127,110,7,0,108,65,125,76,158,10,9,0,110,193,170,148,38,174,10,0,110,193,170,148,62,174,10,0,112,193,196,3,212,73,7,0,115,65,200,39,52,125,7,0,117,193,159,175,66,42,7,0,117,193,129,187,168,141,9,0,117,193,129,187,184,142,9,0,120,65,106,61,11,168,11,0,125,193,248,100,120,191,7,0,126,193,32,248,212,73,7,0,127,193,204,26,110,11,7,0,128,193,191,250,54,67,10,0,128,193,191,250,73,67,10,0,130,193,73,91,186,240,10,0,133,193,209,116,98,160,10,0,135,65,229,112,93,153,7,0,136,65,115,57,134,43,11,0,136,65,115,57,217,43,11,0,138,65,201,97,82,58,7,0,138,65,201,97,56,28,11,0,139,193,67,236,62,66,7,0,141,65,130,85,253,178,6,0,144,65,104,194,1,99,7,0,144,65,104,194,0,101,7,0,144,65,38,247,159,182,9,0,144,65,38,247,185,182,9,0,144,65,98,191,106,85,11,0,148,65,69,25,69,56,7,0,149,193,253,240,212,73,7,0,153,193,181,180,98,118,11,0,155,65,98,128,116,113,7,0,158,193,229,91,72,76,9,0,158,193,229,91,130,76,9,0,160,65,245,215,212,73,7,0,160,193,189,1,225,251,9,0,160,193,189,1,48,252,9,0,162,65,188,83,98,160,10,0,162,193,135,48,7,251,11,0,165,193,118,255,110,245,11,0,166,193,221,162,66,26,7,0,166,65,137,58,145,30,7,0,167,193,252,185,79,28,12,0,167,193,252,185,93,29,12,0,169,65,224,11,204,38,7,0,170,65,34,109,62,137,7,0,171,65,40,220,98,160,10,0,172,65,39,54,228,6,6,0,173,193,148,116,52,100,6,0,173,193,251,127,15,109,7,0,173,193,90,59,88,116,7,0,174,193,125,123,67,169,7,0,175,65,13,5,202,57,9,0,175,65,13,5,240,62,9,0,175,65,107,0,247,84,9,0,177,65,55,47,185,107,6,0,180,65,102,139,66,46,9,0,180,65,102,139,227,49,9,0,181,65,91,210,149,88,7,0,181,65,51,95,120,191,7,0,181,65,51,95,128,69,8,0,181,65,51,95,169,69,8,0,181,65,51,95,221,69,8,0,183,193,41,178,56,167,6,0,183,193,41,178,86,167,6,0,183,193,41,178,117,167,6,0,186,65,237,117,233,14,9,0,186,65,237,117,209,23,9,0,186,65,237,117,194,32,9,0,187,65,101,21,236,48,7,0,190,65,8,30,73,228,7,0,190,65,8,30,191,228,7,0,190,65,220,47,37,104,9,0,192,193,215,192,88,174,6,0,192,193,223,65,67,169,7,0,193,193,22,215,159,146,6,0,193,65,85,98,167,128,9,0,193,65,85,98,133,129,9,0,194,65,79,57,152,163,11,0,196,65,195,253,40,68,8,0,198,193,36,13,67,169,7,0,201,65,32,116,224,83,7,0,202,65,106,119,118,47,8,0,202,193,170,214,144,176,11,0,204,65,217,203,207,226,7,0,205,193,95,48,202,163,7,0,206,193,144,207,158,18,6,0,206,193,177,147,201,142,7,0,207,65,235,140,254,147,7,0,208,193,25,96,133,244,10,0,210,193,197,250,134,97,7,0,210,193,158,70,73,221,11,0,214,193,206,88,81,205,7,0,214,193,206,88,73,213,7,0,219,193,58,94,43,216,10,0,219,193,58,94,65,216,10,0,219,193,58,94,98,216,10,0,220,193,94,72,215,245,9,0,220,193,94,72,69,246,9,0,222,65,143,68,245,186,9,0,222,65,143,68,80,187,9,0,222,65,143,68,165,187,9,0,224,193,47,4,202,57,9,0,224,193,47,4,240,62,9,0,224,193,98,102,183,85,9,0,224,193,98,102,220,85,9,0,224,193,98,102,252,85,9,0,227,65,235,51,109,140,8,0,232,65,82,16,160,79,11,0,233,193,135,155,16,44,9,0,233,193,135,155,160,44,9,0,233,65,106,240,98,160,10,0,235,193,4,248,230,226,7,0,236,65,167,24,59,246,7,0,236,65,181,148,148,69,11,0,239,193,159,175,12,218,8,0,239,193,159,175,42,248,8,0,240,65,173,44,202,163,7,0,240,65,157,38,12,85,10,0,240,65,157,38,29,85,10,0,242,193,253,210,52,226,6,0,244,193,21,126,143,10,8,0,244,65,182,148,153,158,9,0,244,65,182,148,185,158,9,0,244,193,74,198,187,232,9,0,244,193,74,198,11,233,9,0,246,65,82,100,29,183,6,0,249,193,252,30,73,228,7,0,249,193,252,30,191,228,7,0,250,193,69,182,240,52,12,0,251,65,239,219,193,44,11,0,252,193,100,89,147,220,11,0,253,65,70,161,166,215,11,0,253,193,64,179,80,241,11,0,255,193,104,152,201,142,7,0,4,194,67,245,200,103,6,0,7,66,174,150,178,94,6,0,9,194,50,171,193,94,10,0,15,66,244,20,67,169,7,0,16,66,142,105,157,213,11,0,18,194,80,235,245,104,9,0,18,194,80,235,223,105,9,0,18,66,105,28,200,93,11,0,19,194,220,197,73,141,6,0,27,66,225,110,27,85,7,0,28,194,113,34,98,160,10,0,29,194,39,146,226,41,9,0,29,194,39,146,66,42,9,0,29,194,39,146,171,42,9,0,29,194,152,162,0,65,11,0,31,66,8,98,64,56,9,0,31,66,8,98,242,56,9,0,32,194,159,129,62,66,7,0,33,194,58,160,203,116,8,0,33,194,58,160,246,116,8,0,33,194,58,160,29,117,8,0,33,66,129,95,7,221,11,0,38,66,193,115,185,43,7,0,39,66,130,207,221,118,11,0,40,66,215,150,120,191,7,0,40,66,19,210,142,66,8,0,42,194,200,47,213,140,7,0,45,194,229,117,77,241,5,0,45,194,30,236,136,218,8,0,46,66,146,174,212,73,7,0,48,194,165,75,202,95,6,0,51,66,202,130,158,171,6,0,53,194,235,119,75,178,11,0,57,66,141,158,22,32,10,0,57,66,141,158,35,33,10,0,57,194,1,103,82,15,12,0,58,66,112,212,70,65,7,0,58,66,40,190,229,132,9,0,58,66,40,190,184,134,9,0,61,66,155,110,92,157,7,0,61,66,28,235,246,91,11,0,61,66,28,235,43,92,11,0,64,66,74,27,192,156,11,0,67,66,52,143,76,13,9,0,68,194,181,120,247,169,9,0,68,194,181,120,71,171,9,0,68,194,181,120,153,172,9,0,68,194,181,120,240,173,9,0,69,66,1,144,199,187,6,0,69,194,72,171,193,94,10,0,72,66,129,44,22,32,10,0,72,66,129,44,35,33,10,0,74,194,7,111,233,14,9,0,74,194,7,111,209,23,9,0,74,194,7,111,194,32,9,0,75,66,218,134,224,83,7,0,77,194,88,24,64,59,11,0,78,66,173,103,15,109,7,0,78,66,33,128,67,169,7,0,82,194,171,32,112,96,8,0,82,66,237,18,77,142,8,0,82,66,237,18,196,142,8,0,84,194,91,170,92,157,7,0,85,194,252,198,0,201,10,0,85,194,252,198,51,201,10,0,86,66,128,189,226,131,9,0,86,66,128,189,15,132,9,0,86,66,128,189,37,132,9,0,89,66,125,102,152,8,6,0,89,194,90,14,67,237,11,0,91,66,204,80,242,135,6,0,92,194,227,89,56,207,8,0,92,194,227,89,220,208,8,0,92,194,227,89,72,209,8,0,95,194,238,68,233,14,9,0,95,194,238,68,209,23,9,0,95,194,238,68,194,32,9,0,96,194,44,28,193,20,11,0,97,194,80,91,81,205,7,0,97,194,80,91,82,138,9,0,100,194,117,56,168,62,7,0,104,194,89,27,144,178,10,0,104,194,89,27,233,178,10,0,104,194,89,27,65,179,10,0,105,66,195,98,88,116,7,0,106,66,219,171,90,43,7,0,106,66,184,200,233,14,9,0,106,66,184,200,209,23,9,0,106,66,184,200,194,32,9,0,108,194,110,86,168,141,9,0,108,194,110,86,184,142,9,0,109,66,74,173,191,52,12,0,112,66,219,146,244,122,10,0,112,66,219,146,156,123,10,0,118,66,92,21,244,69,6,0,119,66,175,79,111,125,7,0,120,66,44,158,220,223,7,0,121,194,149,243,17,240,8,0,123,66,66,20,212,73,7,0,125,194,12,170,158,207,10,0,125,194,12,170,47,210,10,0,126,66,231,129,27,48,7,0,126,194,22,42,233,14,9,0,126,194,22,42,209,23,9,0,126,194,22,42,194,32,9,0,127,66,147,93,98,160,10,0,128,66,97,96,62,66,7,0,128,194,122,104,111,125,7,0,129,194,236,70,81,205,7,0,129,194,236,70,10,239,7,0,129,194,147,241,220,243,10,0,131,194,233,178,11,198,8,0,132,194,184,83,104,145,7,0,133,66,104,61,62,82,6,0,135,194,210,8,17,96,10,0,135,194,210,8,83,97,10,0,135,194,210,8,152,98,10,0,136,66,208,124,229,51,7,0,136,66,180,23,210,30,10,0,136,66,180,23,4,31,10,0,136,66,180,23,74,31,10,0,137,194,69,236,233,14,9,0,137,194,69,236,209,23,9,0,137,194,69,236,194,32,9,0,143,66,190,29,198,235,5,0,143,66,202,172,61,73,10,0,143,66,202,172,143,73,10,0,146,66,98,44,120,191,7,0,146,194,123,51,51,186,8,0,149,194,133,150,47,83,7,0,153,194,225,239,220,223,7,0,155,66,178,194,86,70,6,0,155,66,178,194,142,10,7,0,155,66,82,147,198,156,8,0,157,66,187,119,97,49,10,0,157,66,187,119,138,49,10,0,157,194,200,74,98,160,10,0,159,66,1,6,27,179,6,0,159,66,1,6,52,179,6,0,159,194,214,36,183,174,8,0,160,66,83,75,82,75,8,0,162,194,242,76,81,205,7,0,162,194,242,76,150,203,8,0,162,194,242,76,44,204,8,0,162,194,242,76,206,204,8,0,162,194,242,76,48,142,10,0,163,194,171,156,34,91,6,0,163,194,81,9,112,11,11,0,164,194,228,1,120,191,7,0,165,194,106,134,168,141,9,0,165,194,106,134,184,142,9,0,167,66,80,224,120,191,7,0,169,194,225,214,210,115,9,0,169,194,225,214,145,116,9,0,169,194,225,214,74,117,9,0,171,66,188,92,156,202,7,0,171,66,188,92,176,206,10,0,171,66,188,92,241,206,10,0,171,66,188,92,46,207,10,0,173,194,211,226,204,42,7,0,173,194,190,92,164,232,7,0,176,194,41,177,1,99,7,0,176,194,41,177,0,101,7,0,179,194,8,205,67,169,7,0,181,66,19,48,140,119,9,0,181,66,19,48,54,120,9,0,182,66,244,86,51,46,6,0,182,194,8,90,3,38,7,0,182,66,244,86,87,182,7,0,187,194,11,124,186,94,7,0,191,194,129,211,5,138,8,0,192,66,231,72,117,175,11,0,193,66,207,212,11,198,8,0,197,194,13,108,47,83,7,0,203,66,191,131,80,38,8,0,205,66,240,200,254,147,7,0,207,66,41,75,212,73,7,0,208,66,12,205,17,54,7,0,209,66,191,185,12,13,6,0,209,66,191,185,73,85,6,0,209,66,60,247,214,89,8,0,210,194,18,51,126,19,6,0,210,194,18,51,135,35,6,0,210,194,115,135,104,145,7,0,210,66,208,107,127,161,7,0,212,194,134,245,120,191,7,0,212,66,206,119,25,93,9,0,212,66,206,119,212,94,9,0,213,194,222,148,212,73,7,0,216,66,7,143,216,56,7,0,217,66,177,121,107,7,6,0,217,66,171,96,212,73,7,0,217,66,76,42,143,123,8,0,219,194,137,170,98,202,6,0,219,66,81,22,142,66,8,0,222,66,151,243,245,5,6,0,222,194,188,117,85,46,8,0,226,194,120,54,204,38,7,0,227,194,207,34,251,246,7,0,227,194,207,34,188,142,10,0,227,194,207,34,242,142,10,0,227,194,207,34,47,143,10,0,230,66,85,58,111,125,7,0,234,194,132,232,211,180,6,0,234,66,228,171,233,14,9,0,234,66,228,171,209,23,9,0,234,66,228,171,194,32,9,0,235,194,243,191,138,87,7,0,236,194,63,107,185,130,7,0,236,194,92,248,201,142,7,0,238,66,222,145,113,46,11,0,240,194,30,63,98,160,10,0,242,194,138,187,133,244,10,0,242,66,159,210,204,245,10,0,243,194,50,130,214,89,8,0,244,194,26,45,214,137,7,0,245,194,93,196,193,94,10,0,245,66,119,214,105,98,11,0,247,194,6,83,233,14,9,0,247,194,6,83,209,23,9,0,247,194,6,83,194,32,9,0,248,66,156,44,156,47,12,0,249,194,98,66,122,147,8,0,250,66,92,235,212,73,7,0,250,194,85,201,255,129,7,0,250,66,239,109,120,191,7,0,251,194,164,64,90,24,6,0,251,194,164,64,162,24,6,0,251,194,164,64,146,102,7,0,251,194,164,64,46,105,7,0,251,194,97,24,81,205,7,0,251,194,97,24,21,251,8,0,251,194,97,24,18,156,10,0,252,194,44,146,93,153,7,0,252,66,179,74,193,94,10,0,253,66,65,157,254,117,6,0,253,66,143,14,114,19,7,0,253,194,141,4,98,160,10,0,1,67,140,158,15,109,7,0,1,195,106,212,19,140,9,0,1,195,106,212,144,140,9,0,1,195,184,203,78,74,10,0,1,195,184,203,93,75,10,0,1,195,184,203,96,76,10,0,1,195,184,203,126,77,10,0,7,67,203,240,191,122,7,0,8,195,250,117,27,48,7,0,9,195,50,51,54,120,7,0,9,195,50,51,52,125,7,0,9,195,50,51,206,129,7,0,10,195,141,201,42,196,10,0,10,195,141,201,219,196,10,0,13,67,189,118,67,169,7,0,13,195,152,54,150,110,9,0,13,195,152,54,176,112,9,0,14,195,178,166,62,66,7,0,17,67,50,75,25,93,9,0,17,67,50,75,212,94,9,0,18,195,44,214,122,178,6,0,18,67,38,228,167,128,9,0,18,67,38,228,133,129,9,0,22,195,165,165,233,14,9,0,22,195,165,165,209,23,9,0,22,195,165,165,194,32,9,0,23,67,255,108,180,243,11,0,30,67,43,171,45,164,8,0,31,67,188,148,216,56,7,0,31,67,1,144,25,222,8,0,31,67,1,144,81,222,8,0,34,195,124,96,212,73,7,0,35,67,249,20,202,163,7,0,35,195,252,130,233,14,9,0,35,195,252,130,209,23,9,0,35,195,252,130,194,32,9,0,37,195,52,111,202,163,7,0,44,67,140,24,84,115,9,0,44,67,140,24,139,115,9,0,45,195,15,6,85,57,6,0,45,195,15,6,127,57,6,0,47,67,218,86,212,73,7,0,47,67,8,56,202,57,9,0,47,67,8,56,240,62,9,0,49,195,233,7,172,80,6,0,52,195,49,89,77,221,10,0,52,195,49,89,208,221,10,0,54,67,68,207,109,1,6,0,54,195,147,33,11,198,8,0,54,195,96,248,158,207,10,0,54,195,96,248,47,210,10,0,55,67,83,224,204,38,7,0,55,195,111,103,63,53,7,0,55,67,240,88,111,125,7,0,56,195,75,237,31,70,9,0,56,195,75,237,104,71,9,0,56,195,75,237,179,72,9,0,57,67,131,139,22,32,10,0,57,67,131,139,35,33,10,0,59,67,139,224,111,125,7,0,60,195,86,160,111,125,7,0,60,67,229,89,66,46,9,0,60,67,229,89,227,49,9,0,61,195,98,27,67,169,7,0,63,67,58,228,146,102,7,0,63,67,58,228,46,105,7,0,64,195,53,22,188,29,7,0,66,67,213,42,170,31,8,0,68,195,3,67,104,53,10,0,68,195,3,67,134,53,10,0,71,67,30,251,228,117,6,0,75,195,115,75,25,93,9,0,75,195,115,75,212,94,9,0,75,195,152,95,140,119,9,0,75,195,152,95,54,120,9,0,75,195,227,235,71,218,11,0,77,67,14,211,56,207,8,0,77,195,165,11,150,110,9,0,77,195,165,11,176,112,9,0,78,67,216,108,162,64,10,0,78,67,216,108,33,65,10,0,78,67,216,108,173,65,10,0,79,67,167,193,71,180,11,0,80,67,125,199,210,115,9,0,80,67,125,199,145,116,9,0,80,67,125,199,74,117,9,0,81,195,122,215,57,86,8,0,83,67,234,53,150,110,9,0,83,67,234,53,176,112,9,0,85,67,26,132,201,32,8,0,87,67,84,140,222,132,11,0,88,67,86,6,232,91,7,0,88,67,243,162,203,187,7,0,89,195,53,28,201,142,7,0,89,195,139,72,120,191,7,0,91,67,160,1,88,116,7,0,96,195,197,160,224,83,7,0,99,67,187,1,67,169,7,0,102,67,15,30,202,163,7,0,114,195,56,85,149,134,6,0,115,195,149,198,214,89,8,0,116,67,112,152,31,187,11,0,118,67,116,18,168,141,9,0,118,67,116,18,184,142,9,0,120,195,191,176,249,249,5,0,121,195,239,96,139,41,11,0,122,195,127,53,116,102,9,0,122,195,127,53,173,102,9,0,124,195,222,252,150,110,9,0,124,195,222,252,176,112,9,0,126,67,210,10,99,82,7,0,129,195,33,15,67,169,7,0,133,195,104,140,25,227,11,0,135,195,84,177,120,191,7,0,139,67,124,226,194,17,8,0,141,195,87,107,46,105,7,0,142,67,252,199,94,53,6,0,142,67,252,199,67,223,6,0,147,67,252,154,62,66,7,0,147,67,3,55,185,113,7,0,147,67,250,145,98,35,11,0,148,195,158,10,74,224,6,0,149,195,16,87,166,27,6,0,151,67,187,202,66,42,7,0,151,67,187,202,204,42,7,0,152,195,34,102,233,14,9,0,152,195,34,102,209,23,9,0,152,195,34,102,194,32,9,0,152,195,175,55,202,57,9,0,152,195,175,55,240,62,9,0,153,67,249,229,251,240,6,0,154,195,165,37,244,89,11,0,155,67,105,112,93,153,7,0,157,195,125,11,94,132,11,0,158,195,124,249,203,61,10,0,158,195,124,249,226,61,10,0,158,67,249,96,98,160,10,0,160,67,204,114,211,64,7,0,161,195,247,9,199,124,9,0,161,195,247,9,173,125,9,0,161,195,247,9,152,126,9,0,161,67,51,209,98,160,10,0,163,67,83,23,93,141,7,0,164,67,25,78,111,90,10,0,164,67,25,78,70,91,10,0,165,195,223,217,44,160,7,0,166,67,2,172,165,59,7,0,166,67,245,11,75,103,10,0,166,67,245,11,112,103,10,0,167,67,3,73,136,45,6,0,167,67,126,225,68,26,11,0,168,67,73,82,10,35,12,0,169,67,235,15,81,205,7,0,169,67,175,105,73,125,8,0,169,67,235,15,55,183,8,0,169,67,235,15,171,183,8,0,169,67,235,15,21,184,8,0,169,67,235,15,117,153,10,0,169,67,235,15,8,154,10,0,169,67,235,15,44,154,10,0,169,67,217,203,212,46,12,0,170,67,237,223,26,65,6,0,170,67,14,135,88,116,7,0,172,67,23,83,98,160,10,0,173,67,248,82,212,73,7,0,174,67,123,93,81,205,7,0,174,195,214,55,87,94,8,0,174,67,123,93,144,68,9,0,174,195,57,215,80,33,11,0,178,195,86,234,189,255,6,0,178,67,20,179,177,135,8,0,179,195,103,253,225,32,6,0,180,67,137,125,232,91,7,0,180,67,231,68,148,149,8,0,181,67,57,179,245,104,9,0,181,67,57,179,223,105,9,0,181,195,155,103,107,1,10,0,182,195,81,23,105,175,10,0,182,195,81,23,50,176,10,0,183,195,18,81,15,115,7,0,183,195,121,91,184,122,11,0,183,195,121,91,76,123,11,0,186,195,177,90,69,56,7,0,186,195,46,233,8,247,10,0,186,195,177,90,105,1,11,0,188,67,224,92,200,162,7,0,188,195,123,138,55,74,9,0,188,195,123,138,40,75,9,0,188,67,212,171,247,169,9,0,188,67,212,171,71,171,9,0,188,67,212,171,153,172,9,0,188,67,212,171,240,173,9,0,188,67,165,147,86,130,11,0,190,67,250,224,18,46,6,0,193,195,177,41,143,97,11,0,194,195,108,10,233,14,9,0,194,195,108,10,209,23,9,0,194,195,108,10,194,32,9,0,195,195,154,159,81,205,7,0,195,195,154,159,140,192,8,0,195,195,183,23,111,81,11,0,195,195,183,23,143,81,11,0,197,67,147,187,93,153,7,0,198,195,112,49,172,246,5,0,200,67,134,125,1,99,7,0,200,67,134,125,215,185,7,0,203,195,129,206,47,113,7,0,203,195,16,59,30,161,7,0,208,195,187,207,224,83,7,0,209,67,88,1,171,33,6,0,209,67,88,1,22,149,6,0,209,195,228,236,133,244,10,0,213,195,202,97,178,226,7,0,214,195,180,213,22,32,10,0,214,195,180,213,35,33,10,0,215,67,207,234,168,124,11,0,216,67,148,171,183,221,6,0,218,67,165,209,90,43,7,0,218,195,16,234,98,160,10,0,220,195,217,201,62,66,7,0,220,67,120,56,140,119,9,0,220,67,120,56,54,120,9,0,221,195,62,39,174,248,5,0,223,195,101,132,146,102,7,0,223,195,101,132,46,105,7,0,223,195,89,227,67,169,7,0,223,67,111,36,120,191,7,0,223,195,202,153,150,110,9,0,223,195,202,153,176,112,9,0,224,67,135,122,212,73,7,0,226,67,115,141,203,5,7,0,226,195,3,16,162,64,10,0,226,195,3,16,33,65,10,0,226,195,3,16,173,65,10,0,228,195,98,61,9,199,6,0,228,195,1,192,245,127,10,0,229,67,49,133,203,143,11,0,230,195,98,210,208,106,9,0,230,195,98,210,138,107,9,0,230,195,98,210,56,108,9,0,231,67,17,205,148,40,7,0,231,195,199,111,151,180,8,0,232,67,242,19,120,191,7,0,233,67,239,107,67,169,7,0,235,67,34,102,149,171,10,0,235,67,34,102,183,171,10,0,237,67,72,22,202,57,9,0,237,67,72,22,240,62,9,0,237,67,131,182,49,50,11,0,240,67,203,241,212,73,7,0,241,195,162,238,97,39,7,0,241,67,130,39,227,50,11,0,241,67,130,39,2,51,11,0,245,195,92,175,208,106,9,0,245,195,92,175,138,107,9,0,245,195,92,175,56,108,9,0,245,195,254,98,224,55,11,0,246,195,252,68,201,142,7,0,247,67,77,152,131,47,6,0,247,67,167,14,241,110,11,0,248,67,183,255,67,103,6,0,248,67,50,175,82,58,7,0,249,67,215,55,27,85,7,0,249,67,215,55,134,218,11,0,250,67,199,118,210,159,8,0,251,67,171,202,128,158,8,0,253,67,75,20,27,120,6,0,254,67,73,20,78,74,10,0,254,67,73,20,93,75,10,0,254,67,73,20,96,76,10,0,254,67,73,20,126,77,10,0,255,67,3,127,26,17,7,0,1,196,160,68,7,9,12,0,2,68,244,39,136,111,11,0,3,196,246,192,230,113,7,0,5,68,99,10,155,61,11,0,6,68,121,27,229,132,9,0,6,68,121,27,184,134,9,0,7,196,156,150,201,142,11,0,9,196,187,129,55,74,9,0,9,196,187,129,40,75,9,0,9,68,47,149,98,160,10,0,13,68,45,213,22,32,10,0,13,68,45,213,35,33,10,0,16,196,9,34,158,207,10,0,16,196,9,34,47,210,10,0,19,68,75,51,163,121,6,0,21,68,181,221,90,43,7,0,21,68,37,235,212,73,7,0,22,196,97,223,199,124,9,0,22,196,97,223,173,125,9,0,22,196,97,223,152,126,9,0,24,68,44,187,220,154,7,0,28,196,63,21,247,169,9,0,28,196,63,21,71,171,9,0,28,196,63,21,153,172,9,0,28,196,63,21,240,173,9,0,28,68,217,203,191,44,12,0,29,68,102,35,241,128,11,0,31,196,198,152,104,145,7,0,31,68,24,109,17,70,8,0,31,68,24,109,88,70,8,0,31,68,24,109,155,70,8,0,31,196,198,152,56,207,8,0,31,68,112,60,107,1,10,0,33,196,122,87,15,67,8,0,33,68,254,138,123,205,11,0,34,196,81,23,11,249,6,0,35,196,207,43,30,40,7,0,35,196,207,43,87,69,11,0,37,68,10,118,117,246,11,0,38,196,60,77,25,93,9,0,38,196,60,77,212,94,9,0,39,196,74,9,31,70,9,0,39,196,74,9,104,71,9,0,39,196,74,9,179,72,9,0,39,68,236,237,173,170,11,0,40,196,205,42,55,239,5,0,41,196,44,183,223,240,8,0,42,68,11,135,56,207,8,0,42,68,11,135,72,209,8,0,42,68,11,135,203,209,8,0,43,68,51,6,120,191,7,0,45,196,35,200,244,122,10,0,45,196,35,200,156,123,10,0,46,68,23,165,202,163,7,0,48,68,20,32,201,142,7,0,50,196,129,133,98,160,10,0,52,68,38,161,59,246,7,0,52,196,227,0,137,101,10,0,52,196,227,0,237,101,10,0,52,196,227,0,78,102,10,0,53,196,209,39,156,202,7,0,53,196,209,39,238,177,9,0,53,196,209,39,14,178,9,0,54,68,126,80,255,27,7,0,54,196,213,179,151,61,7,0,54,196,143,74,33,132,7,0,54,196,143,74,123,132,7,0,56,196,168,169,168,141,9,0,56,196,168,169,184,142,9,0,60,196,226,228,237,142,11,0,62,196,146,184,142,184,10,0,62,196,146,184,59,185,10,0,64,196,174,241,7,140,7,0,66,68,23,208,209,140,8,0,66,68,35,60,51,74,11,0,68,68,211,175,188,87,9,0,68,68,211,175,6,88,9,0,69,68,21,132,13,255,6,0,70,196,154,178,118,92,6,0,72,68,106,119,212,73,7,0,74,68,146,137,243,133,6,0,74,68,146,137,234,230,6,0,75,68,172,216,98,160,10,0,76,196,136,52,247,169,9,0,76,196,136,52,71,171,9,0,76,196,136,52,153,172,9,0,76,196,136,52,240,173,9,0,76,196,57,183,170,96,11,0,77,68,94,147,187,57,7,0,82,196,5,220,233,14,9,0,82,196,5,220,209,23,9,0,82,196,5,220,194,32,9,0,84,68,218,243,64,109,9,0,84,68,218,243,204,109,9,0,85,68,252,134,115,153,9,0,85,68,252,134,142,153,9,0,86,196,188,18,235,160,11,0,87,68,16,254,7,90,6,0,87,68,16,254,200,159,6,0,89,68,200,0,98,201,7,0,89,68,200,0,56,218,7,0,89,68,200,0,174,84,8,0,89,68,200,0,215,84,8,0,91,196,37,143,230,35,10,0,91,196,37,143,133,36,10,0,92,196,189,237,65,156,7,0,92,196,189,237,164,156,7,0,92,68,184,134,158,207,10,0,92,68,184,134,47,210,10,0,93,68,25,53,233,14,9,0,93,68,25,53,209,23,9,0,93,68,25,53,194,32,9,0,96,68,195,193,62,66,7,0,96,196,221,197,104,145,7,0,98,68,159,101,250,247,8,0,99,68,117,27,127,103,8,0,100,68,180,225,137,7,8,0,100,68,180,225,174,7,8,0,100,68,180,225,213,7,8,0,102,196,196,49,98,160,10,0,104,68,171,114,156,202,7,0,104,68,171,114,81,205,7,0,104,68,171,114,109,138,9,0,104,68,66,15,65,161,11,0,108,68,204,3,7,29,7,0,112,68,125,135,197,250,5,0,112,196,147,190,220,154,7,0,114,196,84,70,177,246,6,0,117,196,54,40,248,146,6,0,118,196,143,199,66,46,9,0,118,196,143,199,227,49,9,0,118,68,208,105,187,92,11,0,118,68,76,152,163,227,11,0,122,68,173,15,45,188,9,0,122,68,173,15,125,188,9,0,122,68,173,15,220,188,9,0,122,68,173,15,46,189,9,0,124,196,9,220,149,83,7,0,126,68,188,148,163,137,10,0,126,196,116,32,154,76,11,0,127,196,37,44,232,170,8,0,129,68,169,13,67,169,7,0,130,196,79,13,242,125,11,0,132,68,27,190,98,160,10,0,133,196,36,131,220,154,7,0,135,196,82,37,220,154,7,0,136,68,85,144,231,29,6,0,137,196,16,22,216,56,7,0,138,68,211,78,113,54,7,0,138,68,164,111,116,250,7,0,138,68,164,111,30,251,7,0,139,68,239,174,212,73,7,0,139,196,112,164,105,175,10,0,139,196,112,164,50,176,10,0,143,68,241,14,32,157,11,0,144,68,190,249,120,147,6,0,144,68,190,249,236,252,7,0,144,68,18,145,234,185,9,0,144,68,18,145,45,186,9,0,144,196,77,99,139,101,11,0,144,68,246,123,92,176,11,0,147,196,128,122,103,19,12,0,151,196,160,192,225,127,6,0,151,196,160,192,120,191,7,0,151,196,160,192,51,213,7,0,151,68,84,243,25,93,9,0,151,68,84,243,212,94,9,0,152,196,169,135,4,124,7,0,153,196,52,252,31,70,9,0,153,196,52,252,104,71,9,0,153,196,52,252,179,72,9,0,160,68,38,173,134,183,7,0,160,196,153,174,107,1,10,0,160,68,170,149,228,13,12,0,161,68,50,204,67,169,7,0,162,196,147,158,161,215,9,0,163,68,171,186,120,191,7,0,163,68,128,96,120,175,9,0,163,68,128,96,38,176,9,0,164,196,128,98,158,208,11,0,165,68,164,79,226,41,9,0,165,68,164,79,66,42,9,0,165,68,164,79,171,42,9,0,165,68,147,7,231,52,11,0,169,196,213,63,111,125,7,0,169,196,204,254,92,239,11,0,169,196,204,254,81,246,11,0,170,196,2,126,152,254,5,0,170,68,99,2,120,191,7,0,170,68,193,97,17,96,10,0,170,68,193,97,83,97,10,0,170,68,193,97,152,98,10,0,171,68,131,182,105,175,10,0,171,68,131,182,50,176,10,0,173,68,182,199,205,97,6,0,173,68,112,249,202,163,7,0,176,68,68,128,248,46,10,0,178,196,17,20,200,112,7,0,180,68,14,32,85,25,7,0,180,68,14,32,128,158,8,0,180,68,14,32,76,160,8,0,182,196,21,110,25,28,7,0,182,68,61,157,31,70,9,0,182,68,61,157,104,71,9,0,182,68,61,157,179,72,9,0,183,196,60,166,120,191,7,0,184,68,249,122,1,99,7,0,184,68,249,122,0,101,7,0,193,196,144,192,237,15,12,0,194,196,219,54,187,25,6,0,194,196,219,54,210,25,6,0,198,196,111,175,85,250,10,0,199,196,89,52,188,45,7,0,200,68,203,27,135,131,7,0,202,196,11,67,26,33,7,0,208,196,117,196,226,4,12,0,209,68,77,95,224,83,7,0,209,196,211,248,201,142,7,0,211,68,9,116,111,125,7,0,212,68,76,141,202,57,9,0,212,68,76,141,240,62,9,0,212,196,205,40,46,226,10,0,212,196,205,40,124,226,10,0,215,196,127,170,128,158,8,0,216,68,136,42,78,74,10,0,216,68,136,42,93,75,10,0,216,68,136,42,96,76,10,0,216,68,136,42,126,77,10,0,217,196,254,212,120,191,7,0,217,68,15,71,123,25,11,0,217,68,212,28,46,41,12,0,219,196,253,51,92,79,8,0,219,196,253,51,138,79,8,0,219,196,253,51,186,79,8,0,219,196,72,15,243,8,12,0,220,196,198,67,223,188,11,0,221,68,55,142,212,73,7,0,222,196,120,49,31,70,9,0,222,196,120,49,104,71,9,0,222,196,120,49,179,72,9,0,223,68,34,117,62,66,7,0,223,196,165,55,67,169,7,0,226,196,204,104,43,24,6,0,227,196,10,145,28,137,7,0,227,196,6,201,154,241,9,0,227,196,6,201,86,242,9,0,228,196,171,78,6,153,7,0,230,68,19,160,26,33,7,0,231,68,158,155,186,160,7,0,232,196,65,105,27,85,7,0,232,196,65,105,106,139,7,0,233,68,53,22,215,132,7,0,234,196,110,242,88,244,10,0,234,68,156,116,212,19,11,0,236,68,163,143,114,9,7,0,241,68,72,21,77,248,10,0,242,68,203,221,35,81,10,0,242,68,203,221,66,81,10,0,245,68,139,76,42,155,11,0,245,196,199,129,54,167,11,0,249,196,163,160,88,116,7,0,249,196,149,85,254,147,7,0,249,196,149,85,199,124,9,0,249,196,149,85,173,125,9,0,249,196,149,85,152,126,9,0,250,196,240,63,205,206,11,0,255,196,40,170,244,45,7,0,0,69,100,148,15,107,6,0,2,69,86,218,150,110,9,0,2,69,86,218,176,112,9,0,3,69,131,145,167,128,9,0,3,69,131,145,133,129,9,0,4,69,224,27,131,90,7,0,4,197,48,188,34,126,11,0,8,69,47,55,47,83,7,0,8,197,124,57,23,89,9,0,8,197,124,57,71,89,9,0,9,69,4,55,104,250,6,0,10,69,89,210,236,48,7,0,10,197,32,169,16,44,9,0,10,197,32,169,160,44,9,0,11,197,172,17,63,53,7,0,12,197,150,230,78,74,10,0,12,197,150,230,93,75,10,0,12,197,150,230,96,76,10,0,12,197,150,230,126,77,10,0,18,197,225,148,202,163,7,0,19,197,17,165,99,138,10,0,19,197,17,165,195,138,10,0,19,197,17,165,32,139,10,0,20,197,195,80,102,138,7,0,20,197,93,187,8,23,11,0,26,197,215,210,67,169,7,0,28,69,53,51,163,137,10,0,29,69,160,117,19,80,6,0,31,197,254,241,34,94,8,0,33,69,48,18,156,202,7,0,34,197,61,73,17,203,6,0,38,197,188,112,216,53,7,0,39,69,205,107,29,155,10,0,41,197,179,61,49,107,6,0,41,69,108,41,192,96,9,0,41,69,108,41,164,97,9,0,41,69,108,41,128,98,9,0,44,197,193,22,67,169,7,0,50,69,145,248,120,191,7,0,50,69,145,248,152,220,7,0,52,197,15,74,106,139,7,0,53,69,3,163,105,175,10,0,53,69,3,163,50,176,10,0,55,197,225,231,220,223,7,0,59,197,81,146,75,46,11,0,61,69,78,32,184,37,7,0,61,197,94,158,111,125,7,0,63,69,173,218,24,200,10,0,63,69,173,218,72,200,10,0,65,69,182,25,35,16,11,0,66,69,29,98,140,7,6,0,67,69,218,13,6,153,7,0,68,197,7,68,233,14,9,0,68,197,7,68,209,23,9,0,68,197,7,68,194,32,9,0,70,197,86,127,201,142,7,0,70,69,19,21,138,107,11,0,73,69,85,2,94,251,10,0,75,69,89,161,158,165,11,0,76,197,203,8,59,246,7,0,77,69,183,55,140,180,6,0,78,197,33,221,17,173,11,0,81,69,114,239,199,122,6,0,81,69,195,10,118,88,7,0,84,197,219,146,93,153,7,0,87,197,139,66,33,132,7,0,87,197,139,66,123,132,7,0,88,69,153,105,233,14,9,0,88,69,153,105,209,23,9,0,88,69,153,105,194,32,9,0,89,69,189,3,82,46,7,0,89,69,184,170,38,173,11,0,91,69,242,241,120,191,7,0,92,69,81,222,37,104,9,0,92,69,246,17,117,246,11,0,93,69,177,4,192,179,10,0,93,69,177,4,42,180,10,0,97,69,214,211,64,135,11,0,103,197,95,142,12,129,7,0,103,69,193,70,168,141,9,0,103,69,193,70,184,142,9,0,104,197,75,243,178,129,7,0,104,197,79,75,79,86,9,0,107,197,181,37,131,43,12,0,108,197,237,134,196,84,10,0,108,197,237,134,227,84,10,0,109,69,91,220,117,86,7,0,109,69,197,227,114,11,10,0,109,69,197,227,104,12,10,0,114,69,200,47,232,91,7,0,114,69,199,102,42,196,10,0,114,69,199,102,219,196,10,0,116,197,94,135,14,82,11,0,118,69,4,149,125,38,8,0,118,197,143,95,154,241,9,0,118,197,143,95,86,242,9,0,119,69,211,141,146,102,7,0,119,69,160,221,233,14,9,0,119,69,160,221,209,23,9,0,119,69,160,221,194,32,9,0,119,69,224,79,167,128,9,0,119,69,224,79,167,128,9,0,119,69,224,79,133,129,9,0,119,69,224,79,133,129,9,0,124,69,136,7,246,133,11,0,124,69,136,7,32,136,11,0,128,69,2,46,99,138,10,0,128,69,2,46,195,138,10,0,128,69,2,46,32,139,10,0,130,69,156,84,163,200,6,0,130,197,24,195,164,239,8,0,130,69,128,174,140,228,9,0,130,69,128,174,174,228,9,0,130,69,128,174,199,228,9,0,131,197,140,180,3,38,7,0,134,197,151,217,212,73,7,0,135,197,160,219,201,61,7,0,137,69,131,29,174,52,7,0,137,69,131,29,120,191,7,0,137,69,131,29,156,202,7,0,137,69,131,29,77,249,7,0,137,69,131,29,207,249,7,0,137,69,108,233,130,106,10,0,137,69,108,233,161,106,10,0,137,69,108,233,186,106,10,0,138,69,221,230,127,161,7,0,141,69,98,230,10,138,7,0,141,69,98,230,102,138,7,0,144,197,133,210,163,232,8,0,145,69,25,187,146,102,7,0,145,69,247,36,254,147,7,0,148,197,190,117,201,61,7,0,148,69,253,219,18,13,12,0,149,197,79,118,134,97,7,0,149,69,52,144,54,120,7,0,149,69,92,229,92,176,11,0,150,69,83,110,51,252,8,0,150,69,163,138,107,1,10,0,151,197,216,226,15,109,7,0,152,197,177,70,34,48,8,0,153,69,99,80,84,131,7,0,154,197,50,193,104,101,6,0,154,69,22,126,161,215,9,0,154,69,22,126,2,216,9,0,154,69,22,126,104,216,9,0,154,69,22,126,199,216,9,0,154,69,22,126,47,217,9,0,154,69,148,195,98,160,10,0,156,69,192,105,135,65,7,0,158,69,212,193,178,129,7,0,158,69,212,193,194,81,8,0,159,69,141,254,120,191,7,0,159,69,227,137,202,57,9,0,159,69,227,137,240,62,9,0,160,69,6,152,224,83,7,0,160,69,55,185,202,163,7,0,161,69,69,237,168,141,9,0,161,69,69,237,184,142,9,0,161,69,167,4,188,38,11,0,163,69,169,134,55,12,6,0,163,69,223,242,98,160,10,0,163,69,105,3,222,241,10,0,164,197,98,127,202,163,7,0,165,197,211,158,120,23,7,0,165,69,107,136,150,110,9,0,165,69,107,136,176,112,9,0,166,69,154,191,55,74,9,0,166,69,154,191,40,75,9,0,167,69,62,192,133,166,6,0,168,197,29,33,109,152,7,0,170,197,66,97,212,73,7,0,170,197,66,97,81,205,7,0,170,197,66,97,56,218,7,0,170,197,198,148,163,88,9,0,170,197,198,148,195,88,9,0,170,197,66,97,25,99,11,0,170,197,89,195,123,170,11,0,172,197,23,170,35,81,10,0,172,197,23,170,66,81,10,0,174,69,224,45,207,119,6,0,176,69,80,148,192,90,6,0,176,69,107,119,122,227,11,0,178,197,170,48,130,35,7,0,179,197,43,112,182,128,7,0,179,69,38,176,120,191,7,0,179,197,60,167,102,118,8,0,181,197,220,156,232,91,7,0,181,197,47,214,81,205,7,0,181,197,192,211,98,160,10,0,182,197,12,143,244,122,10,0,182,197,12,143,156,123,10,0,182,69,206,103,166,244,11,0,184,69,29,154,67,25,6,0,184,197,252,18,245,118,9,0,184,197,252,18,31,119,9,0,185,197,93,33,62,66,7,0,190,197,116,184,81,205,7,0,190,197,116,184,140,192,8,0,191,197,196,232,111,125,7,0,191,197,196,232,21,213,8,0,194,197,4,187,58,242,5,0,195,197,159,144,74,250,6,0,195,197,159,144,81,205,7,0,195,197,159,144,55,183,8,0,195,197,159,144,171,183,8,0,195,197,159,144,21,184,8,0,195,197,159,144,117,153,10,0,196,197,193,115,44,4,6,0,196,197,193,115,8,53,6,0,196,197,251,21,107,1,10,0,197,69,121,249,62,66,7,0,197,69,138,149,156,202,7,0,203,197,141,196,81,205,7,0,203,197,141,196,140,192,8,0,203,197,110,49,167,128,9,0,203,197,110,49,133,129,9,0,205,69,52,186,93,153,7,0,207,197,146,83,81,205,7,0,208,69,239,142,108,132,6,0,209,69,93,170,1,99,7,0,209,69,93,170,0,101,7,0,211,69,218,83,210,86,7,0,211,197,131,174,167,152,11,0,212,197,234,211,15,109,7,0,213,69,170,17,98,160,10,0,213,197,102,18,98,160,10,0,218,197,94,26,209,247,5,0,219,197,167,28,93,141,7,0,219,69,30,217,128,158,8,0,222,69,246,252,250,25,6,0,222,197,252,202,192,96,9,0,222,197,252,202,164,97,9,0,222,197,252,202,128,98,9,0,223,197,105,78,130,67,6,0,223,197,105,78,117,158,6,0,223,197,105,78,1,99,7,0,223,197,105,78,0,101,7,0,223,197,36,36,190,159,7,0,223,69,39,34,66,46,9,0,223,69,39,34,227,49,9,0,224,69,126,98,182,41,7,0,225,197,32,36,187,57,7,0,225,197,126,115,93,153,7,0,226,197,29,244,146,132,6,0,227,69,120,21,64,109,9,0,227,69,120,21,204,109,9,0,227,69,138,231,154,241,9,0,227,69,138,231,86,242,9,0,230,197,14,78,205,241,6,0,230,69,189,132,15,205,11,0,231,69,104,220,27,54,9,0,231,69,104,220,191,54,9,0,231,69,104,220,104,55,9,0,234,197,97,3,8,196,6,0,234,197,97,3,113,54,7,0,237,69,229,250,188,29,7,0,238,69,127,44,4,124,7,0,239,197,228,28,233,14,9,0,239,197,228,28,209,23,9,0,239,197,228,28,194,32,9,0,241,69,227,40,233,14,9,0,241,69,227,40,209,23,9,0,241,69,227,40,194,32,9,0,242,197,113,248,159,68,8,0,245,197,237,32,80,96,7,0,246,69,135,2,152,166,8,0,248,197,156,199,122,119,7,0,248,69,57,50,91,200,8,0,248,69,77,14,98,160,10,0,249,69,18,112,202,57,9,0,249,69,18,112,240,62,9,0,250,197,2,128,212,73,7,0,250,197,101,208,184,180,7,0,250,197,101,208,129,181,7,0,253,197,120,241,163,124,8,0,253,69,207,10,205,137,11,0,0,70,139,220,195,134,7,0,0,70,244,20,242,236,11,0,0,70,104,137,228,13,12,0,1,70,72,49,37,104,9,0,3,198,21,199,120,191,7,0,3,198,204,132,41,108,11,0,6,198,184,149,168,62,7,0,6,70,83,228,56,218,7,0,9,70,171,122,245,131,6,0,13,198,229,188,73,122,6,0,13,70,191,125,212,73,7,0,13,70,106,0,121,55,11,0,16,198,204,6,66,61,10,0,16,198,204,6,111,61,10,0,18,70,51,21,193,44,11,0,18,198,127,168,15,132,11,0,19,70,211,4,81,205,7,0,19,70,211,4,150,203,8,0,19,70,211,4,44,204,8,0,19,70,211,4,206,204,8,0,19,70,211,4,48,142,10,0,20,70,153,162,204,42,7,0,20,70,5,12,179,251,10,0,21,198,59,113,152,166,8,0,23,198,84,247,143,26,7,0,23,70,43,215,98,160,10,0,25,198,25,244,66,46,9,0,25,198,25,244,227,49,9,0,33,70,72,154,190,6,6,0,35,198,159,73,243,205,8,0,38,198,165,107,54,120,7,0,40,198,9,53,212,73,7,0,40,198,144,1,88,116,7,0,41,198,146,77,202,57,9,0,41,198,146,77,240,62,9,0,42,198,118,253,45,188,9,0,42,198,118,253,125,188,9,0,42,198,118,253,220,188,9,0,42,198,118,253,46,189,9,0,45,70,219,86,62,66,7,0,45,70,196,139,159,214,8,0,46,70,255,176,232,36,7,0,49,70,231,242,81,205,7,0,54,70,180,92,229,150,9,0,54,70,180,92,153,151,9,0,56,70,23,59,116,6,7,0,56,70,129,19,224,83,7,0,56,70,23,59,89,236,9,0,58,70,103,142,254,147,7,0,59,198,49,18,104,145,7,0,60,70,70,91,116,6,7,0,60,70,70,91,89,236,9,0,60,198,240,143,114,11,10,0,60,198,240,143,104,12,10,0,61,198,200,211,218,110,6,0,61,198,66,116,229,51,7,0,61,198,137,116,65,226,8,0,61,198,137,116,124,226,8,0,69,198,223,145,142,10,7,0,70,198,5,83,222,215,6,0,73,198,53,39,196,197,6,0,73,198,105,143,62,66,7,0,73,198,160,63,202,57,9,0,73,198,160,63,240,62,9,0,73,70,253,158,110,79,9,0,73,70,253,158,222,79,9,0,74,198,207,28,82,189,10,0,79,70,228,117,212,73,7,0,80,198,101,36,121,138,11,0,82,70,102,218,202,57,9,0,82,70,102,218,240,62,9,0,84,198,25,121,7,29,7,0,89,70,73,183,51,46,6,0,89,70,73,183,87,182,7,0,89,70,92,197,110,245,11,0,90,70,103,58,34,219,8,0,90,198,207,247,151,233,9,0,91,198,206,168,251,246,7,0,91,198,206,168,188,142,10,0,91,198,206,168,242,142,10,0,91,198,206,168,47,143,10,0,94,70,65,161,54,120,7,0,96,70,241,96,196,78,8,0,97,70,86,226,25,21,11,0,99,70,179,94,21,23,6,0,99,198,163,229,81,205,7,0,99,198,163,229,140,192,8,0,100,70,103,171,202,57,9,0,100,70,103,171,240,62,9,0,102,70,36,253,156,202,7,0,102,70,36,253,233,14,9,0,102,70,36,253,209,23,9,0,102,70,36,253,194,32,9,0,103,198,239,196,46,225,11,0,104,198,169,150,67,169,7,0,107,198,194,127,146,138,6,0,109,198,207,127,234,32,11,0,110,198,201,148,120,191,7,0,111,70,231,242,233,14,9,0,111,70,231,242,209,23,9,0,111,70,231,242,194,32,9,0,113,198,182,18,202,163,7,0,117,198,124,220,98,160,10,0,117,70,209,137,237,15,12,0,119,198,192,196,248,145,8,0,120,198,116,172,97,39,7,0,120,198,243,33,66,46,9,0,120,198,243,33,227,49,9,0,121,198,43,15,150,110,9,0,121,198,43,15,176,112,9,0,122,198,179,194,233,14,9,0,122,198,179,194,209,23,9,0,122,198,179,194,194,32,9,0,122,198,63,221,15,205,11,0,125,70,153,8,111,125,7,0,126,198,104,203,233,14,9,0,126,198,104,203,209,23,9,0,126,198,104,203,194,32,9,0,126,70,115,40,109,19,11,0,127,198,77,132,165,166,11,0,129,70,72,76,219,9,11,0,130,198,125,216,102,243,7,0,130,198,34,253,109,136,8,0,132,198,82,182,49,58,7,0,134,198,138,111,201,206,6,0,135,198,8,255,213,133,6,0,141,198,79,160,58,88,7,0,142,198,247,38,158,165,11,0,144,198,93,59,51,46,6,0,144,198,93,59,87,182,7,0,148,198,246,177,1,99,7,0,148,198,246,177,0,101,7,0,148,70,211,26,161,220,11,0,149,198,79,67,4,124,7,0,150,70,64,135,6,19,11,0,158,198,160,175,212,73,7,0,159,70,33,138,174,175,6,0,160,70,214,173,220,124,7,0,160,70,115,171,177,35,12,0,164,198,123,22,128,158,8,0,167,198,33,193,39,215,10,0,167,198,33,193,116,215,10,0,168,70,82,28,212,73,7,0,169,198,133,57,212,73,7,0,171,70,60,56,51,46,6,0,171,70,60,56,87,182,7,0,171,70,138,39,101,146,9,0,171,70,138,39,61,147,9,0,172,70,212,23,80,96,7,0,173,198,122,119,95,79,6,0,174,198,29,96,142,184,10,0,174,198,29,96,59,185,10,0,176,198,64,66,67,169,7,0,176,70,215,83,81,205,7,0,176,70,215,83,161,82,10,0,176,70,181,166,158,207,10,0,176,70,181,166,47,210,10,0,176,70,113,63,72,43,11,0,177,70,215,124,116,250,7,0,177,70,215,124,30,251,7,0,177,70,117,196,86,145,9,0,177,70,117,196,156,145,9,0,177,70,117,196,233,145,9,0,178,70,49,190,171,130,10,0,178,70,49,190,227,130,10,0,178,70,49,190,28,131,10,0,187,70,103,168,214,89,8,0,189,70,69,248,202,163,7,0,189,70,157,38,55,253,8,0,189,70,157,38,161,253,8,0,189,198,184,54,99,14,12,0,190,70,152,1,128,158,8,0,191,198,22,96,201,93,6,0,194,70,87,71,202,57,9,0,194,70,87,71,240,62,9,0,195,70,251,247,66,46,9,0,195,70,251,247,227,49,9,0,195,70,31,13,202,57,9,0,195,70,31,13,240,62,9,0,197,198,13,189,81,205,7,0,197,198,13,189,150,203,8,0,197,198,13,189,44,204,8,0,197,198,13,189,206,204,8,0,197,198,13,189,48,142,10,0,198,198,203,159,237,168,6,0,201,70,183,169,157,186,8,0,201,198,161,198,202,57,9,0,201,198,161,198,240,62,9,0,201,198,71,192,174,171,11,0,201,198,57,130,162,183,11,0,203,70,115,137,164,236,5,0,205,198,117,37,28,194,6,0,205,198,189,129,22,183,11,0,206,198,236,225,201,164,9,0,206,198,236,225,234,164,9,0,206,198,236,225,15,165,9,0,206,70,239,233,14,120,11,0,207,70,13,41,102,138,7,0,212,198,79,197,202,57,9,0,212,198,79,197,240,62,9,0,213,70,21,237,75,69,9,0,213,70,21,237,161,69,9,0,213,198,185,60,150,110,9,0,213,198,185,60,176,112,9,0,214,198,177,79,164,36,12,0,215,198,224,138,98,201,7,0,215,198,224,138,202,217,7,0,216,198,147,190,212,73,7,0,218,70,221,210,210,34,6,0,218,70,27,245,134,97,7,0,220,70,169,116,101,146,9,0,220,70,169,116,61,147,9,0,222,198,115,250,133,227,7,0,222,198,173,51,214,89,8,0,223,70,241,56,174,87,11,0,225,70,137,10,126,144,9,0,225,70,137,10,158,144,9,0,226,198,183,161,115,153,9,0,226,198,183,161,142,153,9,0,229,70,121,148,64,111,6,0,229,70,139,203,121,17,12,0,235,70,141,248,67,169,7,0,235,198,28,223,56,179,9,0,236,198,218,223,192,179,10,0,236,198,218,223,42,180,10,0,238,70,112,168,28,240,10,0,242,198,181,148,160,139,6,0,242,70,170,5,167,128,9,0,242,70,170,5,133,129,9,0,242,70,128,59,255,241,10,0,243,70,39,22,154,179,10,0,244,198,157,93,83,65,11,0,245,198,4,138,13,116,7,0,246,70,80,74,168,148,8,0,246,198,181,196,22,32,10,0,246,198,181,196,35,33,10,0,247,198,15,232,98,17,12,0,248,198,155,123,93,141,7,0,248,70,246,179,79,86,9,0,250,70,123,232,216,56,7,0,251,198,190,223,83,218,10,0,251,198,190,223,181,219,10,0,253,70,224,46,156,202,9,0,253,70,224,46,83,203,9,0,3,199,173,87,165,59,7,0,5,199,47,111,160,241,10,0,6,71,175,254,186,185,6,0,7,199,67,55,183,205,9,0,7,199,67,55,210,205,9,0,7,199,67,55,239,205,9,0,8,71,84,83,116,250,7,0,8,71,84,83,30,251,7,0,13,199,119,27,197,9,11,0,14,71,40,231,195,115,7,0,17,199,85,144,158,41,11,0,19,71,112,145,42,64,7,0,19,71,112,145,62,66,7,0,21,199,254,18,49,58,7,0,24,199,144,125,200,10,7,0,24,71,9,124,25,93,9,0,24,71,9,124,212,94,9,0,25,71,215,203,217,135,7,0,25,71,215,203,202,112,11,0,26,199,158,201,109,115,10,0,26,199,158,201,148,115,10,0,27,199,58,15,149,88,7,0,29,71,100,2,150,110,9,0,29,71,100,2,176,112,9,0,30,71,251,206,88,116,7,0,37,199,229,20,113,146,11,0,42,199,119,227,245,127,10,0,43,71,137,24,69,56,7,0,44,71,80,203,215,251,5,0,45,71,62,167,202,57,9,0,45,71,62,167,240,62,9,0,48,199,62,122,253,46,11,0,49,199,128,213,133,244,10,0,51,71,214,173,232,91,7,0,52,199,164,68,44,58,8,0,53,199,113,244,92,157,7,0,53,199,173,95,103,159,7,0,53,199,173,95,148,159,7,0,55,199,214,114,124,248,5,0,55,199,214,114,4,170,6,0,58,71,113,137,219,111,7,0,59,71,101,158,140,119,9,0,59,71,101,158,54,120,9,0,60,71,27,238,199,124,9,0,60,71,27,238,173,125,9,0,60,71,27,238,152,126,9,0,60,199,37,229,17,96,10,0,60,199,37,229,83,97,10,0,60,199,37,229,152,98,10,0,62,71,215,177,208,106,9,0,62,71,215,177,138,107,9,0,62,71,215,177,56,108,9,0,67,199,222,75,46,105,7,0,67,199,222,75,252,239,10,0,68,71,74,189,202,163,7,0,68,199,239,245,81,205,7,0,68,199,239,245,21,220,7,0,68,199,239,245,61,220,7,0,68,199,232,103,27,54,9,0,68,199,232,103,191,54,9,0,68,199,232,103,104,55,9,0,70,199,133,45,111,125,7,0,71,199,189,191,232,246,5,0,71,71,251,95,119,172,11,0,71,71,251,95,136,172,11,0,72,71,107,73,80,178,6,0,73,71,81,242,233,14,9,0,73,71,81,242,209,23,9,0,73,71,81,242,194,32,9,0,74,71,183,169,1,99,7,0,74,71,183,169,0,101,7,0,77,71,246,7,67,169,7,0,81,199,28,180,184,51,7,0,81,71,233,54,100,0,11,0,81,71,233,54,116,0,11,0,84,71,243,44,27,48,7,0,85,199,203,156,194,15,6,0,85,199,52,190,104,145,7,0,87,199,46,170,98,201,7,0,87,199,46,170,218,211,7,0,87,199,95,187,110,79,9,0,87,199,95,187,222,79,9,0,89,71,80,135,167,128,9,0,89,71,80,135,133,129,9,0,95,199,38,173,54,141,6,0,97,199,60,163,168,141,9,0,97,199,60,163,184,142,9,0,103,199,180,17,209,34,12,0,104,199,203,15,62,66,7,0,105,71,94,139,81,205,7,0,105,71,134,249,220,223,7,0,105,71,94,139,105,87,11,0,107,71,55,243,107,201,6,0,107,199,214,181,247,169,9,0,107,199,214,181,71,171,9,0,107,199,214,181,153,172,9,0,107,199,214,181,240,173,9,0,109,71,194,45,137,254,10,0,110,71,79,69,54,120,7,0,110,71,39,141,233,14,9,0,110,71,39,141,209,23,9,0,110,71,39,141,194,32,9,0,111,199,173,196,69,56,7,0,111,199,173,196,105,1,11,0,111,71,188,52,91,50,11,0,112,71,161,117,63,114,7,0,113,199,38,56,211,116,6,0,113,199,197,176,57,49,8,0,114,71,21,150,92,246,5,0,118,71,91,108,115,79,11,0,120,199,210,43,107,1,10,0,124,199,129,143,207,7,10,0,124,199,129,143,27,8,10,0,125,199,209,150,117,181,8,0,127,199,135,48,66,46,9,0,127,199,135,48,227,49,9,0,128,199,112,40,66,46,9,0,128,199,112,40,227,49,9,0,129,199,104,0,94,153,6,0,131,199,230,17,51,41,10,0,131,199,230,17,127,41,10,0,132,71,100,141,84,31,7,0,135,199,1,178,212,73,7,0,138,199,50,204,247,169,9,0,138,199,50,204,71,171,9,0,138,199,50,204,153,172,9,0,139,199,248,107,67,169,7,0,141,71,29,250,120,191,7,0,141,199,23,82,36,255,10,0,141,199,23,82,58,25,11,0,141,71,213,107,144,104,11,0,141,199,146,134,69,121,11,0,143,199,183,3,185,43,7,0,145,71,224,72,98,160,10,0,145,199,98,244,130,29,12,0,146,199,135,248,254,147,7,0,146,199,161,194,93,249,10,0,148,199,128,101,42,177,11,0,150,199,196,232,62,66,7,0,152,199,86,115,241,121,8,0,152,71,157,83,234,185,9,0,152,71,157,83,45,186,9,0,154,199,165,247,62,66,7,0,155,199,227,47,90,43,7,0,155,199,20,193,120,191,7,0,157,71,103,27,165,253,9,0,157,71,103,27,187,253,9,0,157,71,49,130,109,54,11,0,159,199,245,217,202,57,9,0,159,199,245,217,240,62,9,0,163,71,181,148,233,14,9,0,163,71,181,148,209,23,9,0,163,71,181,148,194,32,9,0,165,71,210,200,66,46,9,0,165,71,210,200,227,49,9,0,167,71,8,206,217,135,7,0,169,71,151,23,12,24,12,0,170,199,176,230,111,125,7,0,177,199,135,114,205,98,6,0,178,71,227,95,184,66,6,0,179,199,91,226,116,102,9,0,179,199,91,226,173,102,9,0,180,199,131,193,228,175,8,0,182,71,213,191,245,81,7,0,183,199,233,10,241,155,7,0,183,71,33,237,98,160,10,0,185,71,226,56,201,13,6,0,185,71,169,18,62,66,7,0,185,199,160,68,67,169,7,0,189,199,175,230,77,13,6,0,189,71,57,65,158,207,10,0,189,71,57,65,47,210,10,0,196,199,211,54,244,122,10,0,196,199,211,54,156,123,10,0,197,71,95,46,225,90,10,0,197,71,95,46,70,91,10,0,198,71,239,127,162,150,6,0,198,71,239,127,165,17,7,0,198,199,23,152,200,112,7,0,199,71,47,152,45,31,7,0,200,199,244,147,138,87,7,0,200,199,244,147,81,205,7,0,202,199,16,244,197,62,11,0,204,71,224,83,159,146,6,0,204,199,78,205,51,208,6,0,204,71,197,106,167,235,6,0,204,71,197,106,249,33,7,0,205,71,145,93,15,109,7,0,205,199,187,254,93,153,7,0,205,199,228,159,57,86,8,0,208,71,231,242,66,46,9,0,208,71,231,242,227,49,9,0,209,199,182,203,31,70,9,0,209,199,182,203,104,71,9,0,209,199,182,203,179,72,9,0,210,199,205,131,120,191,7,0,210,199,181,21,128,51,8,0,211,71,157,38,220,32,7,0,213,199,180,230,184,37,7,0,213,199,16,13,3,38,7,0,214,71,57,202,22,32,10,0,214,71,57,202,35,33,10,0,215,71,53,176,253,44,7,0,218,199,215,72,151,82,7,0,218,199,215,72,211,82,7,0,220,71,118,51,173,7,6,0,225,71,220,251,202,163,7,0,226,199,50,90,233,14,9,0,226,199,50,90,209,23,9,0,226,199,50,90,194,32,9,0,226,199,78,179,66,46,9,0,226,199,78,179,227,49,9,0,229,199,94,188,7,140,7,0,230,71,36,168,15,115,7,0,230,71,36,168,120,191,7,0,231,199,150,105,210,11,12,0,234,199,102,209,202,163,7,0,237,199,5,201,225,90,10,0,237,199,5,201,70,91,10,0,239,71,213,151,20,99,6,0,240,199,151,111,67,169,7,0,240,199,198,101,42,196,10,0,240,199,198,101,219,196,10,0,243,199,188,77,158,165,11,0,244,199,79,251,146,102,7,0,244,199,79,251,46,105,7,0,245,71,108,20,68,59,7,0,245,71,157,38,212,73,7,0,246,71,233,59,149,88,7,0,251,71,81,63,51,46,6,0,251,71,81,63,87,182,7,0,252,199,102,2,132,134,6,0,252,199,102,2,9,54,8,0,252,199,102,2,61,54,8,0,252,199,102,2,112,54,8,0,0,200,26,84,202,163,7,0,1,200,29,183,168,62,7,0,2,200,67,59,167,128,9,0,2,200,67,59,133,129,9,0,5,72,112,167,212,73,7,0,5,72,146,134,64,109,9,0,5,72,146,134,204,109,9,0,6,72,165,122,133,244,10,0,9,72,188,109,100,95,11,0,9,72,5,85,192,177,11,0,13,72,190,175,248,58,7,0,14,200,143,100,158,207,10,0,14,200,143,100,47,210,10,0,15,72,47,254,5,114,7,0,19,72,155,2,29,40,6,0,19,72,220,241,253,231,11,0,20,200,209,80,56,207,8,0,25,72,82,232,147,177,11,0,27,200,44,209,51,46,6,0,27,72,180,54,146,102,7,0,27,72,180,54,46,105,7,0,27,200,214,66,195,134,7,0,27,200,44,209,87,182,7,0,34,200,2,46,57,86,8,0,35,200,102,139,195,134,7,0,36,72,110,33,233,14,9,0,36,72,110,33,209,23,9,0,36,72,110,33,194,32,9,0,36,72,183,131,193,102,11,0,37,72,40,253,62,66,7,0,41,72,234,149,176,225,6,0,41,72,215,203,46,226,10,0,41,72,215,203,124,226,10,0,42,200,34,176,0,49,6,0,42,200,243,125,80,168,10,0,42,200,243,125,228,168,10,0,42,200,243,125,124,169,10,0,42,72,146,247,84,94,11,0,43,72,75,111,150,112,11,0,44,72,63,139,67,169,7,0,49,72,165,166,231,95,7,0,52,72,117,81,149,88,7,0,53,200,202,128,185,43,7,0,53,72,112,84,102,205,9,0,53,72,112,84,144,205,9,0,54,200,97,72,101,27,7,0,55,72,61,22,66,46,9,0,55,72,61,22,227,49,9,0,56,72,19,239,188,180,11,0,58,72,179,209,204,89,11,0,60,200,84,113,223,60,7,0,60,72,208,193,201,142,7,0,60,200,19,51,254,147,7,0,62,72,116,7,111,90,10,0,62,72,116,7,70,91,10,0,62,200,236,209,158,207,10,0,62,200,236,209,47,210,10,0,63,72,249,114,201,142,7,0,64,72,156,38,107,16,12,0,69,72,2,43,202,57,9,0,69,72,2,43,240,62,9,0,69,200,214,34,214,136,11,0,70,72,180,81,143,34,7,0,70,200,4,9,216,56,7,0,71,72,253,98,62,66,7,0,72,200,143,156,22,32,10,0,72,200,143,156,35,33,10,0,73,72,234,2,105,175,10,0,73,72,234,2,50,176,10,0,74,72,146,205,81,141,8,0,75,200,82,126,87,152,6,0,75,200,166,142,229,132,9,0,75,200,166,142,184,134,9,0,76,72,157,38,122,241,6,0,78,72,160,133,233,125,6,0,83,72,140,200,212,73,7,0,87,200,35,86,1,99,7,0,87,200,35,86,79,86,9,0,87,200,114,47,3,244,11,0,88,72,9,146,197,179,6,0,88,72,62,5,212,73,7,0,90,200,112,8,120,191,7,0,92,72,14,12,233,14,9,0,92,72,14,12,209,23,9,0,92,72,14,12,194,32,9,0,92,72,226,200,54,52,11,0,93,200,89,220,93,141,7,0,94,200,150,58,229,132,9,0,94,200,150,58,184,134,9,0,95,200,99,35,212,73,7,0,95,200,98,244,101,144,8,0,95,200,98,244,146,35,12,0,101,72,214,148,141,226,6,0,104,200,80,143,223,240,5,0,105,200,71,159,236,48,7,0,106,72,70,211,180,99,6,0,113,72,137,251,127,161,7,0,115,200,175,75,93,153,7,0,117,200,250,237,153,198,6,0,117,72,203,138,221,238,7,0,125,200,234,33,27,85,7,0,125,200,119,226,93,153,7,0,125,200,223,110,92,242,11,0,126,72,153,70,88,116,7,0,126,200,163,111,143,139,11,0,127,72,35,183,141,185,11,0,132,72,215,203,105,175,10,0,132,72,215,203,50,176,10,0,133,200,146,14,85,88,8,0,134,200,97,174,57,86,8,0,136,200,66,202,130,35,7,0,136,72,206,38,62,66,7,0,136,72,228,11,251,122,7,0,138,200,202,227,254,147,7,0,146,72,137,172,78,74,10,0,146,72,137,172,93,75,10,0,146,72,137,172,96,76,10,0,146,72,137,172,126,77,10,0,150,200,240,237,62,66,7,0,154,72,218,80,15,109,7,0,155,72,34,62,66,46,9,0,155,72,34,62,227,49,9,0,156,72,66,245,221,98,7,0,157,72,14,182,107,1,10,0,157,200,188,202,154,144,11,0,158,200,26,20,146,102,7,0,158,200,113,18,218,130,11,0,159,200,124,147,67,169,7,0,159,72,229,167,114,11,10,0,159,72,229,167,104,12,10,0,160,72,235,65,227,185,6,0,160,200,46,24,212,73,7,0,160,200,113,218,64,82,7,0,161,200,49,34,245,186,9,0,161,200,49,34,80,187,9,0,161,200,49,34,165,187,9,0,165,72,241,78,122,119,7,0,167,72,249,96,42,62,6,0,168,200,46,0,56,207,8,0,168,200,46,0,220,208,8,0,168,200,46,0,72,209,8,0,171,72,142,7,62,66,7,0,172,200,107,136,92,176,11,0,172,200,107,136,144,176,11,0,174,72,139,27,53,30,7,0,175,72,108,77,120,191,7,0,177,72,40,144,236,48,7,0,177,200,120,60,93,141,7,0,177,72,189,111,8,67,11,0,178,200,254,211,231,232,7,0,179,200,13,107,67,169,7,0,179,200,154,199,233,14,9,0,179,200,154,199,209,23,9,0,179,200,154,199,194,32,9,0,181,72,132,248,62,66,7,0,182,72,170,78,122,184,8,0,182,72,170,78,8,185,8,0,182,72,170,78,139,185,8,0,184,200,224,142,126,4,12,0,186,72,76,114,93,153,7,0,186,72,219,1,221,247,11,0,189,200,32,199,176,218,6,0,189,200,208,221,92,91,7,0,193,72,180,222,135,29,6,0,194,200,170,191,35,42,6,0,195,72,224,36,13,135,10,0,195,72,224,36,66,135,10,0,196,200,167,127,4,18,11,0,196,72,253,145,241,187,11,0,197,72,173,214,40,6,11,0,203,200,169,33,150,110,9,0,203,200,169,33,176,112,9,0,205,72,230,63,206,182,6,0,205,200,187,161,62,66,7,0,205,72,48,30,71,224,8,0,208,72,212,219,237,142,11,0,210,72,219,83,100,1,8,0,210,72,216,42,44,61,11,0,215,200,56,188,214,89,8,0,215,200,49,149,168,141,9,0,215,200,49,149,184,142,9,0,216,200,89,91,66,46,9,0,216,200,89,91,227,49,9,0,218,72,70,225,45,31,7,0,223,72,88,80,98,160,10,0,224,200,14,23,62,66,7,0,229,72,7,84,246,254,6,0,234,72,43,62,212,73,7,0,235,72,128,182,254,147,7,0,235,200,84,249,202,163,7,0,236,200,225,9,195,134,7,0,239,72,120,15,233,166,8,0,240,72,3,126,62,66,7,0,240,72,119,188,154,76,11,0,242,72,171,236,20,244,7,0,242,72,132,112,48,21,8,0,244,200,126,112,86,98,6,0,244,72,202,244,149,88,7,0,245,72,55,127,190,236,7,0,245,200,61,198,73,148,9,0,245,200,61,198,217,148,9,0,248,72,196,178,37,104,9,0,251,200,176,3,214,89,8,0,252,72,172,28,67,169,7,0,255,200,232,234,197,33,6,0,0,73,106,114,240,184,7,0,5,201,82,230,120,191,7,0,5,73,119,114,48,137,9,0,5,73,119,114,87,137,9,0,6,73,94,132,24,65,7,0,6,73,254,69,156,202,9,0,6,73,254,69,83,203,9,0,6,201,226,220,193,94,10,0,6,201,169,55,9,126,11,0,12,73,31,203,153,198,6,0,13,201,124,32,225,251,9,0,13,201,124,32,48,252,9,0,14,201,249,51,157,217,11,0,15,201,89,166,181,74,8,0,19,201,127,171,84,36,6,0,19,201,40,71,233,14,9,0,19,201,40,71,209,23,9,0,19,201,40,71,194,32,9,0,20,73,5,77,180,198,9,0,21,201,44,114,30,185,11,0,22,201,209,186,22,123,9,0,22,201,209,186,98,123,9,0,24,201,20,12,92,157,7,0,28,73,218,29,86,98,6,0,31,73,181,230,254,147,7,0,32,73,196,81,66,46,9,0,32,73,196,81,227,49,9,0,33,73,42,142,212,73,7,0,34,201,223,67,200,111,11,0,36,73,157,38,248,58,7,0,36,73,172,242,243,243,10,0,36,73,157,38,152,70,11,0,37,73,217,147,201,139,6,0,38,73,18,48,62,66,7,0,42,73,156,38,73,162,7,0,42,73,156,38,161,162,7,0,43,73,52,78,197,54,7,0,43,201,35,237,201,142,7,0,43,73,60,211,150,110,9,0,43,73,60,211,176,112,9,0,43,201,19,241,71,59,10,0,43,201,19,241,96,59,10,0,44,73,213,1,179,9,6,0,44,201,189,210,192,136,9,0,44,201,189,210,224,136,9,0,44,73,213,151,156,182,11,0,44,73,213,151,219,182,11,0,45,73,75,233,214,48,6,0,45,201,165,96,83,218,10,0,45,201,165,96,181,219,10,0,46,201,134,54,254,147,7,0,46,73,166,109,254,147,7,0,47,201,236,107,51,46,6,0,47,201,236,107,87,182,7,0,54,201,30,46,124,238,6,0,54,201,79,241,42,64,7,0,57,73,154,60,168,62,7,0,58,201,240,149,127,110,7,0,59,73,28,213,193,94,10,0,60,73,6,159,98,160,10,0,63,201,204,179,212,73,7,0,63,73,226,25,93,153,7,0,64,73,72,6,192,96,9,0,64,73,72,6,164,97,9,0,64,73,72,6,128,98,9,0,70,73,26,19,99,22,6,0,77,201,52,185,212,73,7,0,78,73,123,188,1,99,7,0,78,73,123,188,0,101,7,0,79,201,204,76,34,188,7,0,82,201,13,122,12,234,6,0,83,201,173,4,233,14,9,0,83,201,173,4,209,23,9,0,83,201,173,4,194,32,9,0,85,201,219,42,143,25,7,0,85,201,236,71,168,141,9,0,85,201,236,71,184,142,9,0,86,73,124,204,98,160,10,0,87,73,56,123,16,44,9,0,87,73,56,123,160,44,9,0,88,73,194,23,202,163,7,0,89,201,198,33,176,243,5,0,89,201,136,94,220,84,6,0,89,201,198,33,102,161,11,0,89,201,198,33,46,162,11,0,90,201,150,228,111,38,12,0,92,73,34,83,56,207,8,0,92,73,34,83,72,209,8,0,92,73,34,83,13,210,8,0,95,201,176,131,247,169,9,0,95,201,176,131,71,171,9,0,95,201,176,131,153,172,9,0,95,201,176,131,240,173,9,0,96,73,85,210,60,117,6,0,98,73,175,37,29,167,8,0,99,73,252,99,233,14,9,0,99,73,252,99,209,23,9,0,99,73,252,99,194,32,9,0,101,201,178,92,66,46,9,0,101,201,178,92,227,49,9,0,103,73,89,149,39,215,10,0,103,73,89,149,116,215,10,0,104,201,156,238,87,235,5,0,104,201,255,67,229,132,9,0,104,201,255,67,184,134,9,0,104,73,243,23,168,141,9,0,104,73,243,23,184,142,9,0,108,201,163,72,66,42,7,0,108,201,25,220,67,169,7,0,108,73,138,63,167,128,9,0,108,73,138,63,133,129,9,0,115,201,22,106,120,191,7,0,118,201,243,54,62,66,7,0,118,201,221,104,67,169,7,0,119,201,86,71,88,116,7,0,119,201,237,130,188,234,11,0,123,201,38,73,15,109,7,0,123,201,3,241,233,14,9,0,123,201,3,241,209,23,9,0,123,201,3,241,194,32,9,0,124,73,182,161,120,191,7,0,125,73,56,45,151,161,6,0,127,201,188,91,163,114,6,0,128,73,58,134,21,186,10,0,128,73,58,134,47,186,10,0,129,73,203,253,245,104,9,0,129,73,203,253,223,105,9,0,131,73,125,254,186,19,6,0,131,73,171,55,55,44,6,0,131,73,125,254,67,169,7,0,133,73,102,153,66,46,9,0,133,73,102,153,227,49,9,0,136,201,74,64,201,142,7,0,138,201,97,146,79,86,9,0,141,73,200,44,98,28,7,0,141,73,12,18,146,37,7,0,142,73,69,20,204,157,6,0,143,201,38,128,202,163,7,0,144,201,132,222,7,197,8,0,144,201,132,222,66,231,8,0,146,201,151,58,112,20,11,0,148,201,251,209,62,27,11,0,150,73,31,248,111,125,7,0,153,73,107,181,109,152,7,0,155,73,131,80,134,97,7,0,155,73,187,85,77,48,8,0,158,201,90,138,131,143,6,0,158,201,90,138,166,143,6,0,161,201,199,70,87,20,6,0,162,73,40,208,233,14,9,0,162,73,40,208,209,23,9,0,162,73,40,208,194,32,9,0,163,73,137,190,17,54,7,0,163,201,60,68,233,14,9,0,163,201,60,68,209,23,9,0,163,201,60,68,194,32,9,0,165,201,163,217,156,202,7,0,166,73,8,250,57,132,6,0,166,201,137,61,82,45,7,0,167,201,195,47,72,63,11,0,168,201,242,252,233,14,9,0,168,201,242,252,209,23,9,0,168,201,242,252,194,32,9,0,168,73,109,5,110,79,9,0,168,73,109,5,222,79,9,0,169,201,63,182,202,57,9,0,169,201,63,182,240,62,9,0,172,201,58,243,224,83,7,0,174,201,188,11,66,46,9,0,174,201,188,11,227,49,9,0,174,73,213,87,22,32,10,0,174,73,213,87,35,33,10,0,177,201,38,91,120,191,7,0,180,201,1,22,59,161,7,0,180,73,117,88,48,149,11,0,181,73,119,200,249,15,10,0,181,73,119,200,23,16,10,0,182,73,248,96,232,91,7,0,184,73,74,35,233,14,9,0,184,73,171,126,233,14,9,0,184,73,74,35,209,23,9,0,184,73,171,126,209,23,9,0,184,73,74,35,194,32,9,0,184,73,171,126,194,32,9,0,186,73,112,158,152,163,7,0,186,73,112,158,228,255,7,0,187,201,195,140,36,230,11,0,190,201,76,247,57,22,6,0,190,201,76,247,209,175,6,0,190,201,76,247,66,42,7,0,191,73,122,86,140,119,9,0,191,73,122,86,54,120,9,0,191,73,223,6,203,110,10,0,191,73,223,6,223,110,10,0,191,73,223,6,248,110,10,0,193,73,137,88,215,132,7,0,195,73,109,8,115,72,8,0,195,73,148,243,31,192,10,0,195,73,148,243,90,192,10,0,196,73,12,90,202,57,9,0,196,73,12,90,240,62,9,0,196,201,112,234,98,160,10,0,197,73,18,2,233,14,9,0,197,73,18,2,209,23,9,0,197,73,18,2,194,32,9,0,199,201,71,207,107,1,10,0,199,73,231,235,87,146,10,0,199,73,231,235,125,146,10,0,202,73,116,78,233,14,9,0,202,73,116,78,209,23,9,0,202,73,116,78,194,32,9,0,202,201,183,148,66,46,9,0,202,201,183,148,227,49,9,0,204,201,25,179,229,51,7,0,204,201,201,148,217,135,7,0,205,73,71,92,15,115,7,0,207,73,213,158,4,22,11,0,208,201,201,148,92,91,7,0,210,201,160,161,176,63,11,0,212,201,183,148,66,46,9,0,212,201,183,148,227,49,9,0,213,201,185,144,27,48,7,0,214,201,72,23,130,198,6,0,220,73,233,67,229,150,9,0,220,73,233,67,153,151,9,0,222,201,153,65,201,61,7,0,223,201,120,168,244,45,7,0,224,201,67,60,219,15,6,0,224,201,243,91,110,245,11,0,228,73,196,126,116,6,7,0,228,201,247,231,104,145,7,0,232,201,215,14,135,131,7,0,232,201,215,14,220,154,7,0,234,73,251,0,204,126,6,0,234,201,75,46,228,197,8,0,234,201,96,205,233,14,9,0,234,201,96,205,209,23,9,0,234,201,96,205,194,32,9,0,234,73,160,8,250,30,11,0,234,201,75,46,139,17,12,0,236,73,223,47,52,49,12,0,239,201,250,126,140,30,6,0,240,73,237,242,67,169,7,0,242,201,154,184,129,46,10,0,242,201,154,184,160,46,10,0,242,73,66,163,31,117,10,0,242,201,58,244,4,237,10,0,243,73,175,182,212,73,7,0,246,201,161,255,161,197,6,0,246,201,161,255,222,114,7,0,248,73,197,5,233,14,9,0,248,73,197,5,209,23,9,0,248,73,197,5,194,32,9,0,249,73,64,150,245,81,7,0,249,201,10,1,30,148,8,0,251,73,43,216,42,169,11,0,253,201,15,173,66,46,9,0,253,201,15,173,227,49,9,0,253,73,49,174,55,136,11,0,254,201,173,248,7,140,7,0,1,74,205,130,236,48,7,0,1,74,231,227,149,88,7,0,5,202,76,177,170,96,11,0,6,202,241,37,212,73,7,0,6,202,122,188,17,96,10,0,6,202,122,188,83,97,10,0,6,202,122,188,152,98,10,0,7,74,247,161,254,147,7,0,10,74,169,44,97,37,10,0,10,74,169,44,130,37,10,0,10,202,18,66,139,174,11,0,12,74,118,51,201,142,7,0,14,202,137,42,202,163,7,0,16,74,60,175,229,187,7,0,20,202,109,189,195,96,11,0,24,202,157,159,128,158,8,0,24,202,141,238,230,35,10,0,24,202,141,238,133,36,10,0,26,202,247,216,67,169,7,0,28,202,67,162,153,198,6,0,28,202,198,103,254,147,7,0,29,74,210,11,21,176,11,0,30,202,17,254,240,131,7,0,31,202,199,243,201,142,7,0,31,74,140,231,244,122,10,0,31,74,140,231,156,123,10,0,33,74,25,3,98,160,10,0,34,74,226,124,49,84,11,0,34,74,226,124,71,84,11,0,36,202,228,143,7,167,9,0,36,202,228,143,69,167,9,0,39,74,192,229,231,95,7,0,40,202,204,220,104,145,7,0,40,74,106,137,77,221,10,0,40,74,106,137,208,221,10,0,40,74,181,57,46,38,11,0,43,74,54,151,184,228,6,0,43,74,113,170,214,89,8,0,44,74,106,226,202,163,7,0,45,202,2,183,6,153,7,0,45,74,196,209,34,94,8,0,45,202,195,148,210,115,9,0,45,202,195,148,145,116,9,0,45,202,195,148,74,117,9,0,49,202,106,120,228,158,7,0,49,74,186,180,214,89,8,0,53,202,134,147,233,14,9,0,53,202,134,147,209,23,9,0,53,202,134,147,194,32,9,0,55,74,145,199,248,140,10,0,55,74,145,199,74,141,10,0,56,74,126,146,3,71,8,0,56,74,222,55,233,14,9,0,56,74,222,55,209,23,9,0,56,74,222,55,194,32,9,0,56,202,76,248,4,22,11,0,57,202,120,66,252,81,6,0,57,74,49,142,254,124,6,0,57,74,152,111,15,109,7,0,57,74,49,142,101,139,8,0,62,202,167,39,67,61,7,0,62,74,115,175,59,246,7,0,65,74,71,190,62,66,7,0,67,74,246,184,182,229,6,0,71,74,94,206,15,109,7,0,76,202,68,247,27,85,7,0,76,202,101,244,46,105,7,0,76,202,101,244,55,243,10,0,77,202,41,80,192,251,6,0,77,202,41,80,134,97,7,0,78,74,89,165,161,46,7,0,78,74,137,228,211,93,7,0,78,202,165,116,201,142,7,0,78,74,137,228,25,93,9,0,78,74,137,228,212,94,9,0,79,202,147,190,27,85,7,0,79,202,147,190,221,157,8,0,80,74,98,192,120,191,7,0,81,202,18,151,246,239,5,0,83,202,140,184,175,186,7,0,83,202,191,113,20,244,7,0,86,74,110,140,62,66,7,0,86,202,127,145,202,57,9,0,86,202,127,145,240,62,9,0,87,202,242,137,116,90,6,0,87,74,109,174,135,65,7,0,87,74,253,75,146,102,7,0,87,202,242,137,52,112,8,0,87,74,253,75,225,90,10,0,87,74,253,75,70,91,10,0,88,202,102,118,90,47,12,0,94,74,253,166,61,137,11,0,96,74,89,220,252,119,7,0,99,74,86,150,120,191,7,0,99,74,229,200,161,181,8,0,105,202,217,141,148,40,7,0,107,74,94,245,155,30,12,0,108,74,1,101,212,73,7,0,108,202,228,120,139,236,11,0,109,74,177,100,9,66,11,0,113,202,127,63,25,93,9,0,113,202,127,63,212,94,9,0,113,74,242,122,15,17,11,0,116,74,157,37,114,11,10,0,116,74,157,37,104,12,10,0,117,74,5,122,207,7,10,0,117,74,5,122,27,8,10,0,120,74,205,79,18,39,12,0,121,202,0,105,216,56,7,0,121,74,208,236,229,132,9,0,121,74,208,236,184,134,9,0,122,202,166,136,78,44,6,0,122,202,30,148,166,252,9,0,122,202,30,148,204,252,9,0,122,202,30,148,237,252,9,0,123,202,24,91,203,22,6,0,123,202,24,91,69,38,6,0,123,74,191,220,44,98,11,0,126,74,215,203,254,147,7,0,126,74,240,108,168,141,9,0,126,74,240,108,184,142,9,0,127,202,133,26,29,103,9,0,127,202,133,26,133,103,9,0,127,74,78,205,46,226,10,0,127,74,78,205,124,226,10,0,129,202,33,239,207,217,11,0,130,74,156,252,192,179,10,0,130,74,156,252,42,180,10,0,131,202,131,85,119,41,6,0,131,202,215,197,1,99,7,0,131,202,215,197,0,101,7,0,131,202,215,197,19,205,7,0,132,202,11,174,161,19,6,0,133,74,210,242,183,55,7,0,135,202,46,107,120,191,7,0,140,74,151,81,251,52,7,0,141,202,215,229,233,14,9,0,141,202,215,229,209,23,9,0,141,202,215,229,194,32,9,0,141,202,215,229,86,154,10,0,141,202,215,229,163,154,10,0,146,202,202,76,72,118,7,0,146,202,202,76,105,118,7,0,146,202,141,245,233,14,9,0,146,202,141,245,209,23,9,0,146,202,141,245,194,32,9,0,147,74,201,167,4,124,7,0,150,202,191,161,202,163,7,0,152,202,52,129,231,166,6,0,152,202,108,247,104,145,7,0,154,74,42,5,80,168,10,0,154,74,42,5,228,168,10,0,154,74,42,5,124,169,10,0,156,202,147,87,122,152,11,0,157,202,84,76,81,34,7,0,157,74,128,17,186,230,11,0,157,74,46,51,108,39,12,0,161,202,185,131,217,135,7,0,163,74,189,25,100,1,8,0,164,202,7,252,165,63,7,0,164,74,37,2,233,14,9,0,164,74,37,2,209,23,9,0,164,74,37,2,194,32,9,0,167,74,187,251,212,73,7,0,169,202,89,27,54,120,7,0,171,202,36,87,128,158,8,0,172,74,16,193,92,157,7,0,172,74,191,70,247,169,9,0,172,74,191,70,71,171,9,0,172,74,191,70,153,172,9,0,172,74,191,70,240,173,9,0,174,74,215,21,247,169,9,0,174,74,215,21,71,171,9,0,174,74,215,21,153,172,9,0,174,74,215,21,240,173,9,0,175,202,132,214,114,11,10,0,175,202,132,214,104,12,10,0,175,74,242,96,117,151,10,0,175,74,242,96,137,151,10,0,175,74,242,96,155,151,10,0,175,74,242,96,254,53,11,0,176,202,244,46,156,202,7,0,177,202,144,243,62,66,7,0,179,202,70,132,233,14,9,0,179,202,70,132,209,23,9,0,179,202,70,132,194,32,9,0,180,74,215,96,179,25,8,0,180,74,215,96,218,25,8,0,181,74,139,238,150,72,11,0,184,202,0,34,98,160,10,0,185,202,72,195,253,94,7,0,185,202,170,246,15,109,7,0,186,202,243,8,202,57,9,0,186,202,243,8,240,62,9,0,187,202,67,103,22,32,10,0,187,202,67,103,35,33,10,0,187,74,215,203,167,112,11,0,188,202,223,169,183,22,7,0,190,202,78,57,142,14,7,0,193,74,225,182,202,163,7,0,194,74,238,244,90,43,7,0,197,202,252,123,248,12,9,0,200,202,107,193,37,187,6,0,200,74,185,207,247,117,7,0,206,74,167,189,224,83,7,0,207,202,39,192,64,109,9,0,207,202,39,192,204,109,9,0,210,202,143,22,110,245,11,0,211,74,109,212,78,154,11,0,214,202,248,200,172,111,7,0,214,74,121,220,224,176,11,0,216,74,160,145,247,222,11,0,218,202,37,159,43,165,11,0,219,74,209,193,158,207,10,0,219,74,209,193,47,210,10,0,220,202,2,126,233,14,9,0,220,202,2,126,209,23,9,0,220,202,2,126,194,32,9,0,221,74,224,151,233,14,9,0,221,74,224,151,209,23,9,0,221,74,224,151,194,32,9,0,222,202,188,50,216,56,7,0,224,74,246,196,135,65,7,0,224,202,172,126,102,138,7,0,230,74,175,182,231,71,11,0,232,74,239,20,212,73,7,0,238,202,105,230,84,115,9,0,238,202,105,230,139,115,9,0,238,202,231,236,193,94,10,0,241,202,180,116,158,207,10,0,241,202,180,116,47,210,10,0,241,74,47,86,112,5,11,0,241,74,47,86,91,15,11,0,242,202,23,225,54,120,7,0,242,202,75,142,144,239,10,0,242,202,75,142,172,239,10,0,243,202,187,73,67,169,7,0,244,74,78,233,187,232,9,0,244,74,78,233,11,233,9,0,246,74,218,39,84,31,7,0,249,202,88,40,44,160,7,0,249,202,144,201,141,78,10,0,249,202,144,201,26,79,10,0,250,74,45,12,202,163,7,0,252,74,110,137,105,175,10,0,252,74,110,137,50,176,10,0,253,202,127,6,156,202,9,0,253,202,127,6,83,203,9,0,254,74,102,124,15,115,7,0,254,74,67,57,107,1,10,0,255,74,246,224,24,50,12,0,1,75,181,252,236,48,7,0,1,203,93,223,184,119,7,0,1,75,81,242,220,154,7,0,5,203,193,205,15,192,9,0,5,203,193,205,91,192,9,0,5,203,193,205,164,192,9,0,5,203,33,109,98,160,10,0,6,75,146,169,247,169,9,0,6,75,146,169,71,171,9,0,6,75,146,169,153,172,9,0,6,75,146,169,240,173,9,0,7,75,89,47,116,6,7,0,7,75,161,153,182,124,7,0,7,203,229,212,245,186,9,0,7,203,229,212,80,187,9,0,7,203,229,212,165,187,9,0,7,75,89,47,89,236,9,0,10,203,229,32,67,169,7,0,12,203,146,116,19,140,9,0,12,203,146,116,144,140,9,0,12,203,90,9,17,96,10,0,12,203,90,9,83,97,10,0,12,203,90,9,152,98,10,0,13,75,154,131,0,239,5,0,14,75,197,40,7,188,6,0,14,203,165,207,217,135,7,0,15,75,133,223,15,96,8,0,15,75,175,79,193,94,10,0,17,203,246,224,229,132,9,0,17,203,246,224,184,134,9,0,17,203,116,141,42,178,10,0,17,203,116,141,64,178,10,0,18,75,232,131,212,73,7,0,18,75,162,251,15,109,7,0,19,75,193,121,62,3,6,0,19,75,193,121,66,42,7,0,19,75,193,121,67,101,11,0,22,75,47,232,44,44,12,0,24,203,201,157,134,97,7,0,25,75,88,34,104,26,6,0,25,75,147,81,97,213,6,0,26,75,135,123,233,14,9,0,26,75,135,123,209,23,9,0,26,75,135,123,194,32,9,0,27,203,172,234,1,99,7,0,27,203,172,234,0,101,7,0,27,203,117,226,202,163,7,0,29,75,191,215,47,237,11,0,30,75,94,125,64,236,5,0,34,75,19,139,97,30,6,0,34,75,19,139,37,25,7,0,34,75,175,230,199,35,7,0,37,203,163,30,82,150,6,0,40,75,175,53,161,74,6,0,42,75,192,183,233,14,9,0,42,75,192,183,209,23,9,0,42,75,192,183,194,32,9,0,43,203,158,61,212,73,7,0,45,75,149,98,222,152,9,0,45,75,149,98,15,153,9,0,45,75,57,162,98,51,11,0,48,75,88,189,242,118,11,0,49,75,128,111,127,110,7,0,49,203,202,127,78,74,10,0,49,203,202,127,93,75,10,0,49,203,202,127,96,76,10,0,49,203,202,127,126,77,10,0,52,75,160,2,74,46,12,0,54,203,121,100,73,148,9,0,54,203,121,100,217,148,9,0,58,75,220,114,193,254,8,0,58,75,220,114,73,214,11,0,58,75,220,114,39,216,11,0,59,75,186,106,248,193,8,0,62,75,66,177,238,35,7,0,65,75,175,182,104,145,7,0,67,75,146,160,162,64,10,0,67,75,146,160,33,65,10,0,67,75,146,160,173,65,10,0,67,75,135,150,5,86,11,0,68,203,94,24,215,217,6,0,68,203,94,24,238,217,6,0,68,75,157,86,33,132,7,0,68,75,157,86,123,132,7,0,69,75,50,74,197,2,6,0,70,203,64,163,17,70,8,0,70,203,64,163,88,70,8,0,70,203,64,163,155,70,8,0,78,75,103,188,172,111,7,0,80,75,159,251,62,66,7,0,80,75,68,203,54,120,7,0,81,203,63,192,62,66,7,0,81,75,218,198,137,204,7,0,81,75,218,198,117,212,7,0,83,75,33,101,15,109,7,0,84,75,254,238,120,191,7,0,85,75,1,57,197,12,6,0,86,75,225,217,31,117,10,0,86,75,72,69,16,119,11,0,86,203,15,141,199,207,11,0,86,203,15,141,77,211,11,0,87,75,136,70,233,14,9,0,87,75,136,70,209,23,9,0,87,75,136,70,194,32,9,0,88,203,39,245,78,77,6,0,88,203,232,64,233,14,9,0,88,203,232,64,209,23,9,0,88,203,232,64,194,32,9,0,89,203,133,146,154,76,11,0,90,75,118,36,151,5,7,0,90,75,205,128,87,133,11,0,97,203,54,44,247,153,9,0,97,203,54,44,48,154,9,0,100,75,89,59,215,132,7,0,100,75,61,43,54,55,11,0,101,75,95,86,18,201,7,0,101,75,95,86,147,215,7,0,101,75,1,97,116,250,7,0,101,75,1,97,30,251,7,0,104,75,99,32,234,217,11,0,106,75,9,207,21,46,7,0,106,75,79,79,92,157,7,0,106,75,8,7,66,46,9,0,106,75,8,7,227,49,9,0,107,203,107,14,218,35,6,0,107,203,54,146,208,106,9,0,107,203,54,146,138,107,9,0,107,203,54,146,56,108,9,0,109,75,177,105,49,188,8,0,109,75,177,105,123,188,8,0,109,75,177,105,197,188,8,0,109,75,177,105,16,189,8,0,109,75,177,105,91,189,8,0,109,75,177,105,163,189,8,0,109,75,177,105,234,189,8,0,110,203,53,51,212,73,7,0,113,75,180,64,81,205,7,0,114,75,53,201,39,215,10,0,114,75,53,201,116,215,10,0,116,203,248,127,20,248,5,0,116,75,145,178,105,175,10,0,116,75,145,178,50,176,10,0,117,203,103,176,222,114,7,0,119,75,133,138,57,244,8,0,120,203,172,107,185,17,7,0,121,75,65,68,82,45,7,0,121,75,194,132,253,94,7,0,122,203,195,149,201,14,11,0,123,75,81,23,97,121,11,0,126,75,104,31,116,6,7,0,126,75,104,31,89,236,9,0,127,203,240,208,45,91,9,0,127,203,240,208,214,91,9,0,128,203,113,167,212,73,7,0,129,75,237,65,232,91,7,0,130,75,0,81,214,55,6,0,131,203,119,225,167,160,6,0,131,203,63,112,233,14,9,0,131,203,63,112,209,23,9,0,131,203,63,112,194,32,9,0,132,75,182,35,220,158,6,0,132,75,119,150,120,191,7,0,135,203,57,161,215,21,7,0,143,75,175,122,155,140,8,0,143,75,175,122,126,213,8,0,145,75,111,251,224,83,7,0,145,75,231,185,140,119,9,0,145,75,231,185,54,120,9,0,149,203,120,216,137,101,10,0,149,203,120,216,237,101,10,0,149,203,120,216,78,102,10,0,154,203,64,200,163,137,10,0,157,75,162,74,81,29,8,0,157,75,162,74,143,29,8,0,157,75,162,74,208,29,8,0,157,75,96,81,27,54,9,0,157,75,96,81,191,54,9,0,157,75,96,81,104,55,9,0,157,75,57,75,37,104,9,0,159,203,148,33,207,43,6,0,161,203,195,111,81,205,7,0,161,203,195,111,56,218,7,0,164,75,153,134,233,14,9,0,164,75,153,134,209,23,9,0,164,75,153,134,194,32,9,0,170,203,209,180,211,93,7,0,174,203,8,84,146,102,7,0,174,203,8,84,220,154,7,0,175,203,139,241,111,125,7,0,176,75,96,204,226,41,9,0,176,75,96,204,66,42,9,0,176,75,96,204,171,42,9,0,178,203,15,170,226,7,6,0,178,203,202,247,120,191,7,0,180,75,109,123,73,124,6,0,180,75,222,228,49,181,6,0,180,203,254,252,8,6,11,0,182,203,25,61,53,227,6,0,182,203,204,217,211,93,7,0,183,75,91,184,47,83,7,0,184,203,244,238,212,73,7,0,186,75,131,181,202,57,9,0,186,75,131,181,240,62,9,0,187,203,165,86,247,6,6,0,187,203,212,147,46,105,7,0,189,203,23,6,137,101,10,0,189,203,23,6,237,101,10,0,189,203,23,6,78,102,10,0,193,75,174,52,41,135,6,0,193,75,174,52,106,139,7,0,194,203,36,189,110,251,6,0,196,75,26,170,176,243,5,0,196,75,26,170,29,162,11,0,196,75,26,170,86,162,11,0,197,75,135,227,185,43,7,0,198,75,8,65,62,66,7,0,200,203,96,213,204,204,6,0,200,75,178,255,45,164,8,0,200,203,91,121,247,169,9,0,200,203,91,121,71,171,9,0,200,203,91,121,153,172,9,0,200,203,91,121,240,173,9,0,202,75,140,182,16,44,9,0,202,75,140,182,160,44,9,0,203,75,99,241,228,237,7,0,208,203,130,145,187,57,7,0,212,75,142,32,220,124,7,0,213,203,64,34,112,87,10,0,213,203,64,34,147,87,10,0,215,203,136,52,17,54,7,0,215,203,192,148,93,226,7,0,216,75,199,36,104,121,6,0,216,75,179,148,228,124,6,0,218,75,100,20,18,206,6,0,219,203,81,169,88,116,7,0,219,75,169,65,107,1,10,0,219,75,233,22,98,160,10,0,220,203,208,211,158,207,10,0,220,203,208,211,47,210,10,0,221,203,187,68,201,142,7,0,221,75,168,226,201,42,11,0,226,75,116,155,233,14,9,0,226,75,116,155,209,23,9,0,226,75,116,155,194,32,9,0,228,75,122,90,202,163,7,0,228,203,226,91,66,46,9,0,228,203,226,91,227,49,9,0,228,75,48,213,64,56,9,0,228,75,48,213,242,56,9,0,230,75,252,212,79,86,9,0,233,75,84,26,182,41,7,0,233,203,224,59,233,14,9,0,233,203,224,59,209,23,9,0,233,203,224,59,194,32,9,0,238,75,207,55,89,217,8,0,242,203,201,93,37,104,9,0,243,75,109,233,14,249,8,0,244,75,186,26,23,74,6,0,244,75,186,26,20,170,6,0,245,75,174,162,217,135,7,0,245,203,17,146,19,140,9,0,245,203,17,146,144,140,9,0,247,203,144,37,39,129,6,0,247,75,54,114,233,14,9,0,247,75,54,114,209,23,9,0,247,75,54,114,194,32,9,0,248,75,199,120,62,66,7,0,249,75,134,92,193,94,10,0,251,75,11,211,98,160,10,0,254,203,40,61,117,34,6,0,254,203,135,87,62,66,7,0,254,203,135,87,111,125,7,0,1,204,151,136,229,132,9,0,1,204,151,136,184,134,9,0,2,204,163,38,48,48,11,0,3,204,141,129,15,109,7,0,3,204,36,179,25,93,9,0,3,204,36,179,212,94,9,0,5,204,166,219,204,42,7,0,5,204,136,38,198,156,8,0,9,76,70,144,233,14,9,0,9,76,70,144,209,23,9,0,9,76,70,144,194,32,9,0,10,76,224,127,235,169,6,0,10,204,1,230,185,43,7,0,10,204,134,196,96,140,7,0,10,204,42,34,202,163,7,0,12,204,122,4,135,53,11,0,13,204,69,127,104,145,7,0,14,76,157,38,244,28,8,0,14,76,69,165,233,14,9,0,14,76,69,165,209,23,9,0,14,76,69,165,194,32,9,0,15,204,197,141,97,14,7,0,16,204,54,214,251,128,6,0,17,76,111,186,204,177,10,0,17,76,111,186,228,177,10,0,23,76,246,231,198,74,11,0,24,76,86,162,1,99,7,0,24,76,86,162,0,101,7,0,25,76,171,236,114,216,11,0,26,76,164,52,140,13,10,0,26,76,164,52,247,13,10,0,32,76,39,197,202,57,9,0,32,76,39,197,240,62,9,0,34,204,215,14,195,134,7,0,35,76,228,19,216,56,7,0,36,76,164,103,66,46,9,0,36,76,164,103,227,49,9,0,38,204,92,123,202,57,9,0,38,204,92,123,240,62,9,0,40,204,169,32,167,128,9,0,40,204,169,32,133,129,9,0,42,204,56,31,102,245,7,0,43,204,81,103,84,144,10,0,43,204,81,103,138,144,10,0,43,204,194,175,38,243,11,0,44,204,235,150,134,97,7,0,50,204,59,179,34,157,6,0,52,76,189,123,201,142,7,0,54,76,63,246,52,195,6,0,54,204,32,116,215,132,7,0,54,204,48,12,217,135,7,0,54,204,32,116,225,90,10,0,54,204,32,116,70,91,10,0,55,204,82,232,128,158,8,0,56,76,157,38,69,98,6,0,56,76,157,38,103,156,6,0,56,76,157,38,152,237,6,0,60,76,112,167,238,244,11,0,61,204,51,175,245,186,9,0,61,204,51,175,80,187,9,0,61,204,51,175,165,187,9,0,61,204,139,93,112,137,11,0,63,204,227,207,202,57,9,0,63,204,227,207,240,62,9,0,66,76,229,202,62,66,7,0,67,76,67,224,85,88,10,0,67,76,67,224,117,88,10,0,67,76,67,224,137,88,10,0,69,76,109,7,136,162,7,0,69,76,109,7,22,191,11,0,70,76,217,204,97,155,6,0,70,76,153,236,64,28,7,0,70,204,94,210,127,161,7,0,71,204,93,164,254,147,7,0,71,204,245,168,48,119,11,0,72,76,237,246,91,84,6,0,74,76,87,130,193,94,10,0,74,204,198,188,166,249,11,0,75,76,58,228,148,18,11,0,76,76,196,168,183,194,10,0,76,76,196,168,249,194,10,0,77,76,185,197,120,191,7,0,79,204,195,36,142,251,6,0,80,204,215,227,201,61,7,0,80,204,215,227,233,14,9,0,80,204,215,227,209,23,9,0,80,204,215,227,194,32,9,0,80,204,10,186,245,87,11,0,82,76,140,175,92,157,7,0,84,76,153,134,93,153,7,0,84,76,20,32,120,191,7,0,84,204,145,126,178,249,7,0,85,204,207,141,56,207,8,0,87,204,245,59,212,73,7,0,87,204,87,242,108,97,7,0,89,76,26,131,203,205,11,0,93,76,165,228,229,132,9,0,93,76,165,228,184,134,9,0,94,204,216,192,165,216,11,0,95,204,43,204,15,109,7,0,97,76,157,38,127,25,6,0,97,76,157,38,181,32,6,0,97,76,157,38,1,99,7,0,97,76,157,38,0,101,7,0,98,76,37,119,91,139,11,0,98,76,37,119,108,139,11,0,101,76,30,49,120,191,7,0,103,204,37,182,69,56,7,0,103,204,80,146,201,61,7,0,109,204,64,50,227,110,8,0,111,204,109,234,92,157,7,0,113,76,246,231,249,33,7,0,113,76,246,231,120,191,7,0,113,76,87,130,193,94,10,0,116,76,77,99,120,175,9,0,116,76,77,99,38,176,9,0,116,204,146,143,148,56,11,0,118,204,212,6,9,239,6,0,119,76,30,61,62,66,7,0,120,76,31,34,202,57,9,0,120,76,31,34,240,62,9,0,120,76,152,134,25,93,9,0,120,76,152,134,212,94,9,0,121,76,150,100,16,44,9,0,121,76,150,100,160,44,9,0,122,76,219,140,67,169,7,0,123,204,219,27,109,152,7,0,123,204,219,27,250,125,8,0,123,204,219,27,74,126,8,0,125,204,184,164,54,120,7,0,125,76,138,45,98,160,10,0,127,204,24,138,133,147,11,0,129,76,20,190,156,233,7,0,130,204,59,250,233,14,9,0,130,204,59,250,209,23,9,0,130,204,59,250,194,32,9,0,131,204,200,106,1,99,7,0,131,204,200,106,0,101,7,0,131,204,200,106,63,217,7,0,132,204,166,2,224,83,7,0,135,204,235,127,7,182,6,0,135,76,43,31,83,24,7,0,136,76,250,6,55,74,9,0,136,76,250,6,40,75,9,0,138,204,177,239,139,42,11,0,140,76,180,225,150,110,9,0,140,76,180,225,176,112,9,0,143,76,119,216,232,91,7,0,145,76,132,144,83,218,10,0,145,76,132,144,181,219,10,0,147,76,80,219,202,57,9,0,147,76,80,219,240,62,9,0,148,204,250,87,232,91,7,0,148,204,145,89,244,122,10,0,148,204,145,89,156,123,10,0,150,204,88,208,46,181,10,0,150,204,88,208,67,181,10,0,150,204,88,208,92,181,10,0,151,76,87,130,193,94,10,0,153,76,73,82,202,57,9,0,153,76,73,82,240,62,9,0,155,204,53,115,62,66,7,0,156,76,237,65,220,124,7,0,156,204,67,174,120,191,7,0,156,76,237,65,66,46,9,0,156,76,237,65,227,49,9,0,158,204,47,96,4,124,7,0,163,76,4,34,201,234,6,0,163,76,137,171,1,99,7,0,163,76,137,171,0,101,7,0,164,204,135,212,111,125,7,0,168,76,193,154,1,160,7,0,168,76,174,158,202,57,9,0,168,76,174,158,240,62,9,0,169,76,157,38,4,104,6,0,169,76,157,38,40,162,7,0,170,204,72,5,146,102,7,0,170,204,72,5,46,105,7,0,175,204,162,156,146,102,7,0,175,204,220,138,107,1,10,0,177,76,150,110,111,125,7,0,177,76,48,174,67,169,7,0,177,76,28,48,207,12,12,0,177,76,28,48,228,12,12,0,182,204,104,90,66,46,9,0,182,204,104,90,227,49,9,0,185,204,136,130,104,145,7,0,185,76,104,205,89,43,9,0,185,76,104,205,121,43,9,0,185,76,104,205,162,43,9,0,192,204,171,100,113,225,9,0,194,76,118,182,120,191,7,0,195,204,207,55,78,22,6,0,195,76,141,141,104,145,7,0,195,204,177,205,158,207,10,0,195,204,177,205,47,210,10,0,196,76,114,126,203,236,9,0,196,76,114,126,14,237,9,0,196,76,114,126,168,237,9,0,197,204,114,67,31,70,9,0,197,204,114,67,104,71,9,0,197,204,114,67,179,72,9,0,197,204,53,152,80,196,9,0,197,204,53,152,120,196,9,0,198,76,179,131,202,163,7,0,198,204,250,26,56,207,8,0,199,76,216,127,40,54,6,0,199,76,216,127,153,64,7,0,199,76,55,215,103,165,9,0,199,76,55,215,103,165,9,0,199,76,55,215,239,165,9,0,199,76,55,215,239,165,9,0,200,204,134,176,202,163,7,0,201,76,224,103,204,42,7,0,202,204,31,236,186,118,7,0,202,204,240,251,98,160,10,0,203,76,52,200,86,64,7,0,203,76,231,223,25,90,11,0,204,204,110,42,202,163,7,0,205,204,42,84,80,68,8,0,205,76,197,250,73,55,11,0,206,76,19,54,235,14,6,0,206,76,150,248,220,154,7,0,208,76,84,61,56,207,8,0,208,76,84,61,72,209,8,0,208,76,84,61,64,211,8,0,208,76,84,61,125,211,8,0,208,76,22,126,9,209,11,0,210,204,118,120,98,160,10,0,212,204,151,71,51,168,9,0,212,204,151,71,146,168,9,0,212,76,28,171,119,160,11,0,214,204,246,237,145,30,7,0,215,204,81,149,192,111,6,0,216,76,2,40,168,62,7,0,216,204,37,142,120,191,7,0,217,76,246,81,237,22,6,0,219,204,131,110,85,25,7,0,219,76,137,92,51,41,10,0,219,76,137,92,127,41,10,0,220,76,201,41,223,60,7,0,221,204,49,157,120,191,7,0,221,204,49,157,241,121,8,0,222,76,31,91,158,207,10,0,222,76,31,91,47,210,10,0,223,204,143,228,114,11,10,0,223,204,143,228,104,12,10,0,225,76,53,12,212,73,7,0,225,204,243,205,215,252,10,0,225,76,76,222,38,168,11,0,229,76,57,123,198,66,11,0,229,76,120,89,140,68,11,0,230,204,31,122,29,155,10,0,231,76,48,179,174,52,7,0,232,204,238,8,185,43,7,0,234,76,45,44,140,93,11,0,236,76,253,32,56,207,8,0,236,76,126,90,75,240,8,0,242,204,189,78,207,241,5,0,242,76,218,204,70,130,10,0,242,76,218,204,95,130,10,0,243,204,230,61,190,236,5,0,243,204,189,241,201,181,6,0,243,204,91,64,142,184,10,0,243,204,91,64,59,185,10,0,245,204,237,196,66,195,6,0,245,76,30,30,202,57,9,0,245,76,30,30,240,62,9,0,247,76,215,58,73,228,7,0,247,76,215,58,191,228,7,0,249,204,165,200,245,127,10,0,252,76,222,122,62,66,7,0,252,204,134,180,62,66,7,0,253,76,247,223,93,141,7,0,253,204,68,79,1,248,10,0,254,76,222,42,63,114,7,0,254,76,78,186,93,153,7,0,0,77,91,248,230,160,7,0,1,77,34,120,7,191,6,0,2,205,40,125,81,205,7,0,2,205,40,125,55,183,8,0,2,205,40,125,171,183,8,0,2,205,40,125,21,184,8,0,2,205,40,125,117,153,10,0,4,205,84,100,202,57,9,0,4,205,84,100,240,62,9,0,4,77,244,163,98,160,10,0,7,77,70,134,48,137,9,0,7,77,70,134,87,137,9,0,8,205,239,169,78,74,10,0,8,205,239,169,93,75,10,0,8,205,239,169,96,76,10,0,8,205,239,169,126,77,10,0,8,205,97,18,144,114,11,0,8,205,97,18,210,114,11,0,8,205,97,18,16,115,11,0,10,205,100,184,215,245,9,0,10,205,100,184,69,246,9,0,11,77,126,189,212,73,7,0,11,77,83,234,194,245,7,0,14,77,15,95,70,130,7,0,15,205,102,24,86,145,9,0,15,205,102,24,156,145,9,0,15,205,102,24,233,145,9,0,17,77,208,119,154,241,9,0,17,77,208,119,86,242,9,0,20,205,7,235,236,48,7,0,20,205,140,165,39,113,11,0,21,77,111,10,184,119,7,0,25,77,68,215,195,211,6,0,25,205,29,1,98,160,10,0,30,205,63,149,202,163,7,0,30,205,62,188,233,14,9,0,30,205,62,188,209,23,9,0,30,205,62,188,194,32,9,0,31,77,132,166,229,51,7,0,31,77,99,26,192,96,9,0,31,77,99,26,164,97,9,0,31,77,99,26,128,98,9,0,31,77,214,78,188,183,11,0,35,205,191,35,183,244,11,0,38,77,113,30,212,73,7,0,42,77,139,48,244,45,7,0,42,77,186,20,134,97,7,0,44,77,184,148,39,156,10,0,44,77,184,148,94,156,10,0,45,205,99,58,55,35,7,0,45,205,63,221,230,35,10,0,45,205,63,221,133,36,10,0,49,205,56,24,2,119,7,0,53,205,43,38,92,185,7,0,55,77,238,158,198,235,5,0,57,205,2,14,98,160,10,0,57,205,2,14,98,160,10,0,58,77,70,87,236,48,7,0,60,77,64,141,27,41,11,0,60,77,64,141,60,41,11,0,62,77,247,46,234,185,9,0,62,77,247,46,45,186,9,0,65,77,167,87,196,238,10,0,67,205,106,49,150,110,9,0,67,205,106,49,176,112,9,0,67,77,36,195,229,132,9,0,67,77,36,195,184,134,9,0,68,77,242,122,5,69,6,0,71,205,47,116,232,91,7,0,71,77,163,82,202,163,7,0,72,205,36,141,101,165,11,0,74,205,61,111,251,122,7,0,76,205,91,245,229,132,9,0,76,205,91,245,184,134,9,0,78,205,212,89,56,215,6,0,86,77,189,63,210,115,9,0,86,77,189,63,145,116,9,0,86,77,189,63,74,117,9,0,89,77,112,208,62,66,7,0,91,77,115,54,24,200,10,0,91,77,115,54,72,200,10,0,92,205,250,66,217,186,6,0,93,205,159,4,30,141,7,0,96,205,4,38,7,29,7,0,96,77,33,116,150,229,9,0,96,77,33,116,236,229,9,0,96,77,33,116,124,230,9,0,100,205,55,208,241,31,6,0,100,205,86,55,81,205,7,0,100,205,86,55,200,211,7,0,101,205,3,171,224,83,7,0,102,205,23,243,32,185,9,0,102,205,23,243,63,185,9,0,103,205,74,58,247,17,12,0,104,205,215,252,116,250,7,0,104,205,215,252,30,251,7,0,105,205,49,129,172,173,11,0,106,77,20,138,225,82,6,0,108,205,97,188,33,94,6,0,111,77,104,139,181,169,6,0,111,77,195,233,109,19,10,0,111,77,195,233,137,19,10,0,112,205,135,79,145,6,6,0,112,77,132,43,98,201,7,0,112,205,25,192,44,251,11,0,117,77,122,196,181,70,6,0,122,205,43,114,200,120,6,0,122,205,43,114,27,85,7,0,123,205,167,105,27,85,7,0,123,205,103,58,231,215,11,0,124,77,161,90,254,147,7,0,125,205,181,131,81,205,7,0,125,205,181,131,144,68,9,0,134,205,55,236,230,41,12,0,135,205,115,196,150,77,6,0,135,205,33,255,49,245,7,0,137,205,38,129,192,179,10,0,137,205,38,129,42,180,10,0,139,77,243,136,139,50,12,0,141,77,31,16,216,56,7,0,143,205,169,42,27,89,6,0,149,205,157,128,67,6,6,0,149,77,103,189,33,210,11,0,150,205,113,8,12,36,7,0,150,77,29,217,39,51,7,0,151,205,65,114,236,48,7,0,152,205,15,27,172,58,7,0,153,77,95,11,127,9,6,0,154,77,59,91,208,22,8,0,161,77,157,86,96,145,6,0,161,77,10,52,137,118,7,0,162,77,38,52,143,34,7,0,165,77,231,118,134,97,7,0,165,205,21,227,31,192,10,0,165,205,21,227,90,192,10,0,168,77,190,90,188,85,11,0,169,205,113,129,108,97,7,0,169,77,161,110,150,110,9,0,169,77,161,110,176,112,9,0,171,77,164,1,128,158,8,0,176,77,227,249,170,116,6,0,176,77,14,131,215,132,7,0,176,77,170,135,188,183,11,0,181,77,187,138,251,200,11,0,182,77,22,59,42,178,10,0,182,77,22,59,64,178,10,0,183,77,242,127,15,109,7,0,183,77,99,164,132,162,11,0,184,205,115,117,150,110,9,0,184,205,115,117,176,112,9,0,184,77,81,242,89,243,10,0,186,205,73,31,220,154,7,0,187,77,34,198,10,25,11,0,187,77,246,231,43,73,11,0,190,205,184,127,27,54,9,0,190,205,184,127,191,54,9,0,190,205,184,127,104,55,9,0,193,205,36,49,150,110,9,0,193,205,36,49,176,112,9,0,194,205,170,93,254,147,7,0,197,77,37,23,87,55,7,0,197,77,113,106,58,223,11,0,198,77,196,139,124,221,11,0,199,205,21,80,247,136,11,0,199,77,94,59,186,227,11,0,201,77,100,64,201,142,7,0,202,205,19,220,174,4,6,0,202,77,97,253,11,198,8,0,203,205,156,76,66,46,9,0,203,205,156,76,227,49,9,0,208,205,14,45,146,102,7,0,208,205,14,45,46,105,7,0,212,205,171,17,81,205,7,0,212,205,171,17,213,19,10,0,213,205,104,130,98,160,10,0,214,205,186,94,31,70,9,0,214,205,186,94,104,71,9,0,214,205,186,94,179,72,9,0,218,77,38,247,214,89,8,0,219,205,24,20,202,57,9,0,219,205,24,20,240,62,9,0,219,77,130,147,229,132,9,0,219,77,130,147,184,134,9,0,220,205,6,191,253,215,11,0,222,77,198,80,202,57,9,0,222,77,198,80,240,62,9,0,223,77,87,126,22,32,10,0,223,77,87,126,35,33,10,0,224,77,121,252,113,240,5,0,224,205,117,208,103,83,7,0,224,77,56,134,242,74,8,0,225,77,195,38,212,86,6,0,225,77,113,35,146,124,7,0,226,205,105,254,240,96,7,0,227,205,154,47,107,191,6,0,227,205,154,47,111,125,7,0,231,205,93,210,27,85,7,0,232,77,203,37,67,169,7,0,233,205,68,215,116,102,9,0,233,205,68,215,173,102,9,0,247,77,250,142,111,125,7,0,249,205,142,22,46,250,5,0,250,205,130,38,233,20,7,0,253,205,99,23,205,49,6,0,0,78,91,128,66,42,7,0,0,206,128,195,212,73,7,0,0,78,93,249,81,205,7,0,0,78,93,249,174,211,7,0,0,78,93,249,56,218,7,0,0,78,200,127,212,155,11,0,1,78,71,95,212,73,7,0,5,78,108,166,73,228,7,0,5,78,108,166,191,228,7,0,5,78,188,157,65,80,11,0,6,78,91,255,113,225,9,0,8,78,64,66,122,53,7,0,9,78,255,125,62,66,7,0,11,206,103,144,67,169,7,0,14,206,192,55,229,132,9,0,14,206,192,55,184,134,9,0,15,78,174,55,185,113,7,0,16,78,236,96,228,49,11,0,18,78,57,47,67,169,7,0,18,206,187,56,120,191,7,0,21,206,69,12,202,190,7,0,22,78,189,243,15,109,7,0,22,206,149,178,111,125,7,0,22,78,97,34,226,41,9,0,22,78,97,34,66,42,9,0,22,78,97,34,171,42,9,0,24,206,35,190,44,225,8,0,26,206,156,22,202,57,9,0,26,206,156,22,240,62,9,0,27,78,116,27,222,49,10,0,27,78,116,27,246,49,10,0,31,206,202,36,143,34,7,0,32,206,88,212,120,191,7,0,33,78,104,128,202,29,6,0,33,78,104,128,173,97,6,0,33,78,104,128,1,99,7,0,33,78,104,128,0,101,7,0,35,206,66,207,202,163,7,0,35,78,0,31,171,10,12,0,39,78,181,231,165,63,8,0,39,206,218,164,124,50,11,0,41,206,121,94,233,14,9,0,41,206,121,94,209,23,9,0,41,206,121,94,194,32,9,0,43,78,98,133,56,207,8,0,43,78,98,133,220,208,8,0,43,78,98,133,72,209,8,0,45,206,27,127,6,19,7,0,49,78,179,192,62,66,7,0,49,206,247,74,146,106,8,0,49,206,247,74,190,106,8,0,49,206,247,74,229,106,8,0,50,78,187,129,149,88,7,0,50,78,38,129,54,120,7,0,53,206,217,76,245,104,9,0,53,206,217,76,223,105,9,0,55,78,66,66,25,93,9,0,55,78,66,66,212,94,9,0,56,78,144,116,55,74,9,0,56,78,144,116,40,75,9,0,56,206,51,55,114,11,10,0,56,206,51,55,104,12,10,0,56,206,68,117,98,160,10,0,60,78,151,13,96,36,7,0,60,206,119,63,120,191,7,0,61,78,11,224,59,91,8,0,64,206,155,149,37,104,9,0,67,206,191,11,185,187,10,0,67,206,191,11,202,187,10,0,68,206,22,112,66,46,9,0,68,206,22,112,227,49,9,0,68,206,245,205,98,160,10,0,68,78,187,212,4,225,11,0,69,78,206,25,50,52,6,0,70,78,236,96,184,52,11,0,70,206,23,207,91,9,12,0,71,78,222,182,25,93,9,0,71,78,222,182,212,94,9,0,75,78,19,167,186,42,6,0,75,78,4,122,236,48,7,0,77,206,231,157,105,56,11,0,81,78,81,190,81,205,7,0,81,78,81,190,214,210,7,0,81,78,81,190,56,218,7,0,81,78,11,224,228,60,10,0,81,78,11,224,246,60,10,0,85,206,16,198,120,191,7,0,85,206,16,198,87,204,7,0,85,206,202,246,249,37,11,0,85,206,3,27,53,100,11,0,86,206,250,126,246,157,11,0,86,206,20,98,120,11,12,0,91,206,140,165,141,60,7,0,95,206,111,128,238,40,7,0,95,206,76,247,62,66,7,0,98,78,175,83,202,163,7,0,99,206,209,144,46,105,7,0,99,78,254,174,233,14,9,0,99,78,254,174,209,23,9,0,99,78,254,174,194,32,9,0,101,78,101,139,231,95,7,0,102,206,202,62,247,117,7,0,104,78,15,213,3,38,7,0,107,78,199,238,16,44,9,0,107,78,199,238,160,44,9,0,107,78,144,51,116,102,9,0,107,78,144,51,173,102,9,0,111,78,14,186,87,116,11,0,112,206,33,116,89,43,9,0,112,206,33,116,121,43,9,0,112,206,33,116,162,43,9,0,114,78,221,28,88,42,12,0,117,78,225,239,82,234,7,0,118,206,122,19,193,129,6,0,122,206,151,132,214,89,8,0,123,206,147,73,245,153,6,0,127,206,185,57,183,168,6,0,127,206,185,57,217,135,7,0,128,78,205,15,199,9,12,0,130,206,152,54,167,128,9,0,130,206,152,54,133,129,9,0,131,78,0,179,88,116,7,0,133,78,42,5,153,138,9,0,133,78,42,5,188,138,9,0,134,206,33,218,103,211,6,0,137,78,145,235,72,74,6,0,137,206,171,199,27,85,7,0,142,206,52,110,134,97,7,0,142,206,208,28,202,163,7,0,143,206,184,189,220,124,7,0,144,206,108,139,54,120,7,0,147,206,147,210,148,52,11,0,149,78,65,104,168,141,9,0,149,78,65,104,184,142,9,0,150,78,3,166,237,184,11,0,153,206,221,137,149,88,7,0,155,206,68,24,23,237,7,0,155,206,68,24,82,237,7,0,155,206,250,100,165,159,9,0,157,206,120,241,245,127,10,0,159,78,172,63,217,135,7,0,160,206,16,82,65,66,11,0,164,78,108,106,54,120,7,0,166,206,103,98,3,38,7,0,168,206,79,67,212,73,7,0,168,206,98,3,109,28,11,0,169,78,138,232,202,46,7,0,169,78,138,232,78,47,7,0,172,78,113,42,233,14,9,0,172,78,113,42,209,23,9,0,172,78,113,42,194,32,9,0,172,206,160,153,25,93,9,0,172,206,160,153,212,94,9,0,174,78,202,148,139,185,6,0,176,78,165,38,236,48,7,0,177,78,34,38,167,128,9,0,177,78,34,38,133,129,9,0,178,78,78,15,212,73,7,0,181,78,179,30,107,1,10,0,184,78,246,231,162,77,11,0,184,206,210,126,148,156,11,0,190,206,205,5,34,173,8,0,190,206,205,5,71,173,8,0,194,206,225,65,96,17,6,0,194,206,36,157,56,207,8,0,194,206,36,157,220,208,8,0,194,206,36,157,72,209,8,0,194,206,36,157,72,209,8,0,194,206,36,157,13,210,8,0,194,206,36,157,162,210,8,0,194,206,36,157,240,210,8,0,195,206,142,125,143,25,7,0,195,206,174,129,45,3,8,0,195,206,174,129,94,3,8,0,196,206,214,208,37,248,5,0,196,206,224,202,197,54,7,0,196,78,7,18,149,88,7,0,196,78,103,27,188,87,9,0,196,78,103,27,6,88,9,0,198,206,241,69,137,13,11,0,205,206,127,251,214,89,8,0,207,78,158,128,135,171,6,0,208,78,157,52,115,138,6,0,208,206,68,198,0,128,11,0,212,206,96,158,254,90,7,0,212,206,96,158,111,125,7,0,213,78,103,174,150,176,6,0,213,78,201,83,54,120,7,0,215,206,252,194,165,3,6,0,220,206,227,204,108,225,7,0,220,206,184,111,132,62,11,0,221,206,51,116,193,121,8,0,221,206,51,116,190,122,8,0,221,206,31,10,199,124,9,0,221,206,31,10,173,125,9,0,221,206,31,10,152,126,9,0,221,78,194,87,107,1,10,0,223,78,45,23,212,73,7,0,227,78,126,82,158,39,12,0,228,206,60,121,212,73,7,0,229,206,158,133,107,129,7,0,229,206,87,47,160,142,11,0,232,206,119,77,109,152,7,0,234,78,69,203,137,157,6,0,234,78,54,251,97,37,10,0,234,78,54,251,130,37,10,0,237,78,34,116,233,14,9,0,237,78,34,116,209,23,9,0,237,78,34,116,194,32,9,0,241,206,38,177,204,42,7,0,242,206,232,101,184,66,6,0,242,206,232,101,33,94,6,0,243,78,167,50,104,223,6,0,243,206,185,106,37,104,9,0,245,206,3,124,236,50,7,0,246,206,148,104,224,141,6,0,247,206,213,154,165,59,7,0,248,206,172,161,111,125,7,0,250,206,67,87,142,184,10,0,250,206,67,87,59,185,10,0,252,78,92,12,62,66,7,0,254,78,244,245,64,109,9,0,254,78,244,245,204,109,9,0,254,78,30,64,61,187,11,0,0,207,197,187,62,66,7,0,0,207,188,175,27,85,7,0,0,79,136,186,15,109,7,0,0,79,177,54,62,182,7,0,2,79,255,221,185,43,7,0,2,79,255,221,27,85,7,0,3,79,169,199,117,82,11,0,5,79,48,252,150,110,9,0,5,79,48,252,176,112,9,0,5,207,57,246,207,7,10,0,5,207,57,246,27,8,10,0,7,207,14,193,202,57,9,0,7,207,14,193,240,62,9,0,9,79,252,137,141,224,10,0,9,79,252,137,172,224,10,0,10,79,109,55,49,14,7,0,10,79,109,55,34,15,7,0,10,79,110,19,233,20,7,0,13,207,93,157,62,66,7,0,14,79,82,193,67,169,7,0,15,79,172,19,81,205,7,0,15,79,204,45,236,11,8,0,15,79,172,19,55,183,8,0,15,79,172,19,171,183,8,0,15,79,172,19,21,184,8,0,15,79,172,19,117,153,10,0,17,207,77,70,59,161,7,0,18,207,106,27,215,245,9,0,18,207,106,27,69,246,9,0,19,207,162,30,252,143,11,0,19,207,162,30,143,145,11,0,21,79,9,217,216,56,7,0,21,79,14,220,83,218,10,0,21,79,14,220,181,219,10,0,23,79,149,146,81,205,7,0,23,79,149,146,56,218,7,0,23,79,149,146,220,223,7,0,23,79,91,254,4,70,11,0,24,207,184,1,141,78,10,0,24,207,184,1,26,79,10,0,26,207,24,103,200,112,7,0,28,79,123,149,74,210,6,0,29,207,104,210,232,140,6,0,30,207,93,95,204,248,7,0,31,79,239,136,120,191,7,0,31,79,172,63,83,208,11,0,32,79,165,237,193,34,12,0,36,207,127,76,202,163,7,0,37,207,91,90,185,128,6,0,37,207,30,177,6,153,7,0,37,207,91,90,17,1,9,0,43,207,205,202,233,14,9,0,43,207,205,202,209,23,9,0,43,207,205,202,194,32,9,0,44,79,81,178,163,137,10,0,46,79,117,100,32,197,11,0,46,79,117,100,64,200,11,0,49,79,108,28,141,78,10,0,49,79,108,28,26,79,10,0,50,207,218,80,154,169,6,0,50,207,90,46,158,207,10,0,50,207,90,46,47,210,10,0,51,207,67,62,202,163,7,0,51,79,54,116,67,169,7,0,54,207,205,20,68,106,6,0,55,207,16,103,99,238,11,0,56,79,181,112,22,241,7,0,56,207,201,44,93,182,11,0,57,207,172,221,107,1,10,0,58,79,113,234,120,147,6,0,60,207,64,58,229,175,11,0,60,207,64,58,252,175,11,0,61,207,143,36,254,147,7,0,62,207,191,73,110,188,7,0,62,207,191,73,204,188,7,0,63,79,59,157,199,35,7,0,67,79,210,73,120,191,7,0,68,79,202,148,45,84,6,0,68,79,202,148,134,247,6,0,69,207,192,221,176,189,11,0,69,207,192,221,86,191,11,0,69,207,192,221,43,203,11,0,71,79,89,231,62,66,7,0,72,207,113,145,192,96,9,0,72,207,113,145,164,97,9,0,72,207,113,145,128,98,9,0,73,207,54,1,67,169,7,0,74,79,65,17,183,21,6,0,74,79,65,17,128,33,6,0,77,79,94,187,39,247,6,0,78,207,214,177,173,23,8,0,81,79,225,17,229,51,7,0,81,79,40,113,212,73,7,0,82,207,43,53,25,93,9,0,82,207,43,53,212,94,9,0,83,207,28,99,228,97,6,0,83,79,225,241,228,237,7,0,84,207,143,101,130,50,6,0,86,207,113,55,233,14,9,0,86,207,113,55,209,23,9,0,86,207,113,55,194,32,9,0,88,207,101,164,83,218,10,0,88,207,101,164,181,219,10,0,91,207,249,66,152,234,11,0,93,207,19,208,120,191,7,0,93,79,138,145,72,76,9,0,93,79,138,145,130,76,9,0,96,207,204,28,212,73,7,0,96,79,27,194,150,110,9,0,96,79,27,194,176,112,9,0,97,79,123,202,120,191,7,0,97,79,145,33,81,205,7,0,97,79,145,33,42,113,10,0,98,79,202,179,167,178,11,0,99,79,38,200,236,48,7,0,99,207,73,31,92,91,7,0,99,207,8,31,121,14,8,0,101,207,224,168,235,203,10,0,101,207,224,168,7,204,10,0,101,207,224,168,31,204,10,0,101,79,137,6,211,31,12,0,107,79,108,130,250,213,9,0,107,79,108,130,27,214,9,0,108,207,2,100,76,179,8,0,112,207,204,57,15,109,7,0,115,79,32,188,134,97,7,0,115,207,142,72,119,122,11,0,118,79,214,64,53,72,11,0,121,79,177,11,116,250,7,0,121,79,177,11,30,251,7,0,121,207,50,70,154,241,9,0,121,207,50,70,86,242,9,0,122,207,245,13,103,180,9,0,122,207,245,13,253,180,9,0,126,207,66,190,67,169,7,0,127,207,231,209,44,241,11,0,129,79,231,101,231,248,6,0,129,79,65,137,224,83,7,0,129,79,156,191,59,246,7,0,129,79,231,101,110,119,8,0,129,207,142,77,46,226,10,0,129,207,142,77,124,226,10,0,132,79,42,75,62,66,7,0,133,207,210,223,104,145,7,0,136,207,5,28,254,147,7,0,138,79,172,69,207,228,6,0,142,207,121,161,83,218,10,0,142,207,121,161,181,219,10,0,143,79,68,161,185,43,7,0,144,207,109,248,34,213,10,0,144,207,109,248,57,213,10,0,144,207,31,218,90,32,11,0,145,79,219,193,67,169,7,0,145,79,18,33,122,231,8,0,150,207,78,117,100,1,8,0,151,207,26,205,229,150,9,0,151,207,26,205,153,151,9,0,154,207,128,58,188,127,6,0,154,207,173,129,98,160,10,0,155,207,147,61,15,182,7,0,156,207,43,170,6,46,12,0,157,79,226,73,146,102,7,0,157,79,226,73,46,105,7,0,157,207,106,150,25,134,7,0,157,207,106,150,75,134,7,0,158,79,87,220,59,94,7,0,158,79,182,224,150,110,9,0,158,79,182,224,176,112,9,0,160,79,27,11,12,239,8,0,162,207,31,252,38,142,6,0,162,79,164,200,148,40,7,0,164,207,207,206,98,28,7,0,164,79,202,68,233,14,9,0,164,79,202,68,209,23,9,0,164,79,202,68,194,32,9,0,167,79,97,212,187,96,6,0,167,79,185,222,120,191,7,0,169,207,195,61,158,207,10,0,169,207,195,61,47,210,10,0,170,79,215,203,213,244,7,0,170,79,165,145,223,211,9,0,170,79,165,145,244,211,9,0,172,79,139,251,114,254,10,0,173,79,189,157,233,14,9,0,173,79,189,157,209,23,9,0,173,79,189,157,194,32,9,0,176,79,58,160,246,111,7,0,183,207,231,224,15,109,7,0,188,207,175,94,37,104,9,0,190,79,14,240,116,6,7,0,190,79,14,240,89,236,9,0,192,79,166,124,69,56,7,0,192,79,41,68,146,102,7,0,192,79,20,229,140,13,10,0,192,79,20,229,247,13,10,0,193,207,147,46,108,132,8,0,194,207,77,247,46,23,8,0,195,207,105,41,77,221,10,0,195,207,105,41,208,221,10,0,196,207,153,165,15,109,7,0,197,79,212,176,187,97,8,0,199,79,113,197,227,24,7,0,200,207,218,234,120,90,11,0,200,207,218,234,220,99,11,0,202,207,33,80,210,115,9,0,202,207,33,80,145,116,9,0,202,207,33,80,74,117,9,0,206,79,125,105,150,110,9,0,206,79,125,105,176,112,9,0,206,79,131,182,137,38,11,0,208,79,131,182,48,137,9,0,208,79,131,182,87,137,9,0,210,207,215,97,120,191,7,0,211,207,140,0,22,32,10,0,211,207,140,0,35,33,10,0,211,79,165,232,133,244,10,0,211,79,219,35,158,62,11,0,212,79,101,136,66,42,7,0,212,79,4,103,144,178,10,0,212,79,4,103,233,178,10,0,212,79,4,103,65,179,10,0,214,79,109,126,4,157,7,0,216,207,224,104,22,32,10,0,216,207,224,104,35,33,10,0,218,79,166,85,2,31,7,0,218,79,245,112,122,119,7,0,219,79,131,182,212,73,7,0,220,207,244,40,233,14,9,0,220,207,244,40,209,23,9,0,221,207,165,129,84,234,10,0,221,207,165,129,143,234,10,0,221,207,165,129,216,234,10,0,221,207,165,129,18,235,10,0,222,207,26,54,59,184,7,0,224,207,182,147,146,102,7,0,224,207,182,147,46,105,7,0,225,207,50,220,62,210,11,0,226,207,41,244,198,17,6,0,226,207,57,87,171,212,11,0,227,79,14,187,241,159,11,0,227,79,14,187,11,160,11,0,228,79,42,231,166,191,6,0,228,79,220,94,109,224,11,0,229,207,73,184,116,6,7,0,230,79,173,20,203,205,11,0,232,207,88,95,251,122,7,0,233,79,15,78,93,141,7,0,233,79,138,164,19,26,11,0,234,207,79,122,55,252,11,0,236,207,91,113,214,89,8,0,237,207,36,14,166,253,7,0,237,207,36,14,207,253,7,0,238,79,233,146,97,39,7,0,238,207,73,106,59,246,7,0,238,79,104,158,163,137,10,0,241,207,192,222,78,74,10,0,241,207,192,222,93,75,10,0,241,207,192,222,96,76,10,0,241,207,192,222,126,77,10,0,242,79,36,218,129,248,10,0,246,207,203,244,125,52,6,0,246,207,138,72,113,225,9,0,247,207,214,201,74,132,6,0,248,79,227,167,146,102,7,0,248,79,227,167,46,105,7,0,248,79,227,167,220,154,7,0,249,207,227,133,67,169,7,0,249,207,31,239,120,175,9,0,249,207,31,239,38,176,9,0,251,207,229,215,13,159,7,0,255,79,101,232,232,91,7,0,255,207,60,166,233,14,9,0,255,207,60,166,209,23,9,0,255,207,60,166,194,32,9,0,2,208,97,148,207,185,6,0,3,208,140,250,38,188,6,0,4,208,129,83,15,109,7,0,4,80,82,1,156,202,9,0,4,80,82,1,83,203,9,0,7,80,15,65,46,153,6,0,7,80,60,56,245,104,9,0,7,80,60,56,223,105,9,0,8,208,16,40,230,160,7,0,8,208,105,159,244,179,11,0,10,80,158,115,79,86,9,0,11,80,21,64,116,113,7,0,12,80,27,142,116,6,7,0,12,80,27,142,89,236,9,0,13,208,219,223,56,107,8,0,13,80,87,157,56,207,8,0,14,80,123,29,162,64,10,0,14,80,123,29,33,65,10,0,14,80,123,29,173,65,10,0,15,208,94,170,97,39,7,0,15,208,150,52,202,57,9,0,15,208,150,52,240,62,9,0,17,80,50,36,150,186,10,0,17,80,50,36,226,186,10,0,17,80,50,36,47,187,10,0,18,208,178,239,159,95,6,0,18,208,178,239,57,243,6,0,21,80,177,158,179,42,11,0,23,80,88,146,81,205,7,0,23,80,88,146,56,218,7,0,27,80,5,87,98,160,10,0,28,80,248,30,93,153,7,0,30,80,90,202,120,191,7,0,31,80,228,210,51,46,6,0,31,80,228,210,87,182,7,0,33,208,136,146,12,13,6,0,33,80,248,158,25,28,7,0,33,80,9,8,202,241,7,0,35,80,65,30,185,130,7,0,36,208,200,100,17,54,7,0,40,80,213,209,10,34,11,0,41,80,194,1,82,245,10,0,42,208,188,135,79,168,6,0,42,208,103,249,254,147,7,0,43,80,168,238,5,204,6,0,43,208,164,196,98,160,10,0,44,208,50,98,49,86,7,0,46,80,147,241,120,191,7,0,48,80,44,196,1,176,6,0,50,80,113,72,236,48,7,0,50,208,152,52,98,160,10,0,51,80,81,190,20,244,7,0,53,208,6,107,132,61,8,0,53,80,137,195,248,140,10,0,53,80,137,195,74,141,10,0,54,208,107,89,202,163,7,0,56,80,132,103,254,147,7,0,56,208,54,63,120,191,7,0,56,208,54,63,229,150,9,0,56,208,54,63,153,151,9,0,58,208,160,82,202,163,7,0,59,208,74,163,31,70,9,0,59,208,74,163,104,71,9,0,59,208,74,163,179,72,9,0,63,80,40,22,62,66,7,0,63,208,105,27,195,236,10,0,65,208,7,178,133,213,10,0,65,208,7,178,160,213,10,0,68,80,79,82,48,35,12,0,69,208,48,236,2,102,6,0,70,80,254,103,212,73,7,0,71,80,234,187,158,207,10,0,71,80,234,187,47,210,10,0,72,208,247,48,74,240,10,0,76,208,237,127,134,97,7,0,76,208,46,185,229,128,7,0,77,208,104,10,98,160,10,0,81,208,157,220,184,180,7,0,81,208,157,220,129,181,7,0,83,208,35,234,152,166,8,0,83,80,44,54,34,10,11,0,87,208,73,149,3,38,7,0,87,208,213,146,228,158,7,0,87,208,52,140,244,122,10,0,87,208,52,140,156,123,10,0,87,208,213,146,99,14,11,0,87,208,96,34,43,222,11,0,88,208,79,3,104,145,7,0,88,208,6,139,117,33,8,0,93,80,188,115,120,191,7,0,97,80,170,241,130,35,7,0,97,80,197,172,29,103,9,0,97,80,197,172,133,103,9,0,99,80,93,41,1,27,7,0,101,208,6,121,102,29,10,0,101,208,6,121,131,29,10,0,102,80,205,57,192,96,9,0,102,80,205,57,164,97,9,0,102,80,205,57,128,98,9,0,105,80,181,148,10,32,6,0,105,208,108,76,104,145,7,0,105,208,23,162,225,251,9,0,105,208,23,162,48,252,9,0,108,208,164,166,200,162,7,0,108,208,0,115,120,191,7,0,113,80,16,91,67,247,8,0,114,208,79,45,120,191,7,0,116,80,120,253,84,163,7,0,116,80,120,253,121,163,7,0,117,208,9,143,4,178,6,0,117,208,128,248,46,105,7,0,117,208,128,248,27,111,7,0,117,80,145,64,25,93,9,0,117,80,145,64,212,94,9,0,117,80,192,213,15,187,11,0,120,208,125,136,191,83,7,0,120,208,39,10,73,228,7,0,120,208,39,10,191,228,7,0,123,80,132,42,171,69,11,0,128,80,161,219,82,58,7,0,129,208,254,163,84,207,6,0,129,80,170,46,54,154,11,0,132,208,130,222,202,57,9,0,132,208,130,222,240,62,9,0,132,208,16,178,78,74,10,0,132,208,16,178,93,75,10,0,132,208,16,178,96,76,10,0,132,208,16,178,126,77,10,0,133,208,81,42,98,160,10,0,133,208,40,38,99,96,11,0,138,80,222,84,35,40,8,0,138,208,68,69,1,108,10,0,138,208,68,69,22,108,10,0,140,208,91,228,202,57,9,0,140,208,91,228,240,62,9,0,140,80,143,13,112,252,11,0,142,208,98,244,171,4,10,0,142,208,98,244,213,4,10,0,142,208,98,244,209,29,12,0,144,80,48,66,59,246,7,0,148,80,122,228,17,96,10,0,148,80,122,228,83,97,10,0,148,80,122,228,152,98,10,0,149,208,106,164,67,169,7,0,152,80,28,116,215,132,7,0,153,80,6,150,17,52,11,0,154,80,127,253,212,73,7,0,156,208,151,214,127,110,7,0,157,208,153,54,141,32,7,0,159,208,90,158,66,46,9,0,159,208,90,158,227,49,9,0,161,208,26,192,140,119,9,0,161,208,26,192,54,120,9,0,163,208,188,203,50,119,7,0,165,208,114,27,20,244,7,0,165,80,238,169,130,56,11,0,166,80,151,30,97,49,10,0,166,80,151,30,138,49,10,0,167,80,43,2,107,1,10,0,171,80,245,39,226,83,8,0,172,80,46,19,192,96,9,0,172,80,46,19,164,97,9,0,172,80,46,19,128,98,9,0,172,80,203,58,245,104,9,0,172,80,203,58,223,105,9,0,173,80,81,21,3,88,6,0,174,208,240,112,89,90,11,0,175,208,91,96,67,169,7,0,177,80,61,173,120,69,6,0,177,80,33,224,98,201,7,0,177,80,33,224,99,219,7,0,177,80,61,173,237,147,8,0,177,80,36,228,100,31,12,0,178,80,28,214,165,63,7,0,178,80,207,238,179,223,11,0,179,80,217,24,27,54,9,0,179,80,217,24,191,54,9,0,179,80,217,24,104,55,9,0,180,208,75,121,66,46,9,0,180,208,75,121,227,49,9,0,180,80,30,197,144,68,9,0,182,208,214,89,239,198,6,0,182,80,154,16,140,119,9,0,182,80,154,16,54,120,9,0,183,208,13,101,120,191,7,0,184,208,92,36,104,145,7,0,185,208,219,173,151,61,7,0,188,208,146,150,149,88,7,0,188,80,236,126,233,14,9,0,188,80,236,126,209,23,9,0,188,80,236,126,194,32,9,0,189,208,33,154,62,66,7,0,189,80,67,86,46,105,7,0,190,80,49,163,212,73,7,0,191,80,221,242,107,1,10,0,192,208,2,54,62,66,7,0,193,80,121,253,172,167,11,0,195,208,159,225,24,35,12,0,197,80,134,32,62,66,7,0,197,80,171,27,4,18,11,0,198,80,200,222,87,0,7,0,198,80,3,255,29,95,8,0,198,80,3,255,48,111,11,0,201,80,125,187,35,108,6,0,201,80,125,187,87,62,7,0,201,80,127,47,70,130,7,0,202,80,76,20,63,82,8,0,203,80,126,54,62,66,7,0,205,208,16,9,154,241,9,0,205,208,16,9,86,242,9,0,207,208,87,181,54,164,11,0,210,208,24,42,33,94,6,0,211,80,208,31,56,16,12,0,214,80,56,128,251,122,7,0,214,80,59,229,87,202,8,0,215,208,98,167,86,26,6,0,217,80,171,140,82,46,7,0,217,80,252,122,56,207,8,0,217,80,171,140,201,41,12,0,218,208,143,173,107,1,10,0,219,208,189,77,91,247,5,0,220,80,199,149,92,157,7,0,222,80,205,179,232,91,7,0,225,208,229,67,254,147,7,0,229,208,145,61,88,116,7,0,229,80,226,240,210,30,10,0,229,80,226,240,4,31,10,0,229,80,226,240,74,31,10,0,230,208,138,22,66,46,9,0,230,208,138,22,227,49,9,0,230,208,173,179,83,218,10,0,230,208,173,179,181,219,10,0,231,80,28,31,104,145,7,0,231,80,13,41,208,106,9,0,231,80,13,41,138,107,9,0,231,80,13,41,56,108,9,0,233,208,164,6,146,102,7,0,233,208,164,6,46,105,7,0,235,208,78,115,210,86,7,0,236,80,144,233,90,43,7,0,236,208,13,123,79,160,11,0,236,80,144,233,188,180,11,0,239,208,192,148,1,99,7,0,242,208,73,183,31,70,9,0,242,208,73,183,104,71,9,0,242,208,73,183,179,72,9,0,242,80,126,86,78,74,10,0,242,80,126,86,93,75,10,0,242,80,126,86,96,76,10,0,242,80,126,86,126,77,10,0,242,80,234,73,120,93,11,0,250,80,19,139,212,73,7,0,250,208,154,241,202,57,9,0,250,208,154,241,240,62,9,0,250,80,193,101,247,84,9,0,251,208,160,245,202,163,7,0,254,80,157,149,140,13,10,0,254,80,157,149,247,13,10,0,255,80,42,133,240,136,7,0,255,208,119,233,237,174,11,0,1,209,211,150,235,240,10,0,1,81,131,115,241,132,11,0,2,209,241,117,214,89,8,0,3,81,61,129,231,223,6,0,4,81,5,204,53,30,7,0,5,81,90,215,158,207,10,0,5,81,90,215,47,210,10,0,7,209,203,236,55,248,10,0,9,209,0,93,116,250,7,0,9,209,0,93,30,251,7,0,9,209,0,93,3,202,8,0,13,81,178,50,153,50,6,0,13,81,29,20,48,122,6,0,14,209,204,2,149,88,7,0,14,209,8,192,134,164,8,0,15,209,138,24,29,241,5,0,21,81,9,142,30,141,7,0,23,209,8,192,144,176,11,0,24,209,148,60,43,42,7,0,26,209,192,247,113,5,12,0,28,81,152,42,180,198,9,0,29,81,213,0,236,48,7,0,30,81,192,159,229,132,9,0,30,81,192,159,184,134,9,0,33,81,65,13,62,66,7,0,33,209,67,109,233,14,9,0,33,209,67,109,209,23,9,0,33,209,67,109,194,32,9,0,34,209,183,118,67,169,7,0,36,81,117,44,115,13,11,0,38,81,135,195,210,63,8,0,38,81,91,184,193,94,10,0,38,81,118,227,206,64,11,0,41,81,115,106,146,102,7,0,41,81,115,106,46,105,7,0,41,81,155,71,56,6,10,0,41,81,155,71,102,6,10,0,45,209,157,144,207,195,9,0,46,81,237,25,91,222,6,0,48,81,201,38,96,140,7,0,48,209,160,164,68,12,11,0,54,209,160,223,56,207,8,0,55,209,29,40,251,122,7,0,55,209,155,82,81,205,7,0,55,209,155,82,144,68,9,0,57,81,239,21,202,57,9,0,57,81,239,21,240,62,9,0,61,209,183,186,229,150,9,0,61,209,183,186,153,151,9,0,61,209,129,237,187,167,11,0,64,81,186,245,233,14,9,0,64,81,186,245,209,23,9,0,64,81,186,245,194,32,9,0,64,81,175,107,114,11,10,0,64,81,175,107,104,12,10,0,64,81,6,254,111,90,10,0,64,81,6,254,70,91,10,0,65,209,8,181,210,115,9,0,65,209,8,181,145,116,9,0,65,209,8,181,74,117,9,0,66,81,250,117,225,13,6,0,67,209,107,199,77,243,5,0,67,81,255,238,111,125,7,0,68,81,210,225,71,218,11,0,72,81,213,128,113,5,7,0,80,209,17,187,184,180,7,0,80,209,17,187,129,181,7,0,82,81,146,97,55,177,6,0,82,209,119,233,216,184,11,0,83,209,184,237,221,14,11,0,84,81,2,234,98,23,7,0,85,209,127,136,195,134,7,0,85,209,82,35,230,35,10,0,85,209,82,35,133,36,10,0,86,81,46,70,53,103,11,0,87,81,201,129,82,189,10,0,88,209,252,194,233,14,9,0,88,209,252,194,209,23,9,0,88,209,252,194,194,32,9,0,89,81,40,25,93,141,7,0,90,81,174,88,31,70,9,0,90,81,174,88,104,71,9,0,90,81,174,88,179,72,9,0,91,81,57,92,233,14,9,0,91,81,57,92,209,23,9,0,91,81,57,92,194,32,9,0,92,81,167,34,57,86,8,0,95,81,236,60,201,142,7,0,96,81,149,215,104,48,6,0,96,81,149,215,151,48,6,0,97,81,176,75,81,141,8,0,97,81,196,191,78,74,10,0,97,81,196,191,93,75,10,0,97,81,196,191,96,76,10,0,97,81,196,191,126,77,10,0,98,209,173,59,166,27,6,0,99,209,129,128,32,184,11,0,100,81,229,36,51,46,6,0,100,81,229,36,87,182,7,0,101,209,254,47,244,250,11,0,103,209,104,134,150,110,9,0,103,209,104,134,176,112,9,0,104,81,175,0,127,137,7,0,105,81,25,134,175,215,8,0,105,81,61,255,106,18,11,0,111,209,154,140,201,142,7,0,112,81,111,215,180,222,7,0,112,81,162,29,59,246,7,0,113,209,191,34,62,66,7,0,113,81,101,164,49,140,10,0,113,81,101,164,72,140,10,0,117,209,253,110,1,99,7,0,119,209,123,103,109,136,8,0,119,209,236,165,158,207,10,0,119,209,236,165,47,210,10,0,121,209,105,147,230,154,6,0,121,209,183,42,130,172,6,0,121,209,127,79,26,242,10,0,128,209,3,144,202,57,9,0,128,209,3,144,240,62,9,0,129,81,157,53,127,237,5,0,129,209,245,164,143,139,11,0,129,209,29,125,237,152,11,0,136,209,42,189,59,246,7,0,136,209,50,78,66,46,9,0,136,209,50,78,227,49,9,0,138,209,220,189,120,191,7,0,138,209,85,238,120,191,7,0,140,81,57,251,55,74,9,0,140,81,57,251,40,75,9,0,140,209,129,186,53,85,11,0,141,81,217,231,254,147,7,0,143,209,236,57,104,145,7,0,145,81,20,241,233,14,9,0,145,81,20,241,209,23,9,0,145,81,20,241,194,32,9,0,146,81,69,203,216,56,7,0,147,81,145,24,215,132,7,0,147,81,10,8,51,86,11,0,148,209,251,58,248,58,7,0,148,81,185,178,192,96,9,0,148,81,185,178,164,97,9,0,148,81,9,203,98,160,10,0,150,81,25,230,62,66,7,0,154,209,151,81,160,83,6,0,154,209,151,81,139,112,7,0,158,209,16,251,57,120,10,0,158,209,16,251,90,120,10,0,158,209,16,251,114,120,10,0,159,81,51,93,113,63,10,0,159,81,51,93,147,63,10,0,163,209,86,51,103,217,11,0,165,81,183,89,254,147,7,0,165,81,131,19,156,202,7,0,165,81,131,19,186,107,10,0,165,81,131,19,231,107,10,0,166,209,183,166,183,161,11,0,166,209,183,166,112,163,11,0,168,209,147,90,91,107,11,0,174,81,74,200,175,125,6,0,179,209,84,124,202,241,7,0,180,209,127,150,205,94,6,0,184,81,53,126,26,139,9,0,184,81,53,126,49,139,9,0,184,81,53,126,74,139,9,0,188,81,64,103,233,19,11,0,188,81,64,103,250,19,11,0,189,81,25,82,74,139,6,0,189,81,39,116,29,191,6,0,194,81,175,32,98,160,10,0,195,209,190,180,47,145,7,0,195,209,190,180,104,145,7,0,196,209,114,144,120,191,7,0,196,209,114,144,156,202,7,0,196,209,170,61,22,32,10,0,196,209,170,61,35,33,10,0,196,209,114,144,169,187,10,0,198,81,224,174,69,56,7,0,198,209,131,32,251,122,7,0,199,209,155,183,101,146,9,0,199,209,155,183,61,147,9,0,201,209,86,13,186,94,7,0,202,81,127,245,204,38,7,0,202,209,110,213,22,32,10,0,202,209,110,213,35,33,10,0,202,209,157,149,38,7,11,0,203,81,18,112,229,132,9,0,203,81,18,112,184,134,9,0,204,209,18,157,201,142,7,0,205,81,38,187,146,102,7,0,205,81,7,195,146,102,7,0,205,81,38,187,46,105,7,0,205,81,7,195,46,105,7,0,207,81,106,152,212,73,7,0,207,81,0,90,221,219,11,0,208,209,97,98,62,66,7,0,208,81,109,184,132,251,8,0,213,209,222,103,17,68,11,0,214,81,42,251,66,46,9,0,214,81,42,251,227,49,9,0,215,81,226,227,82,45,7,0,215,209,121,11,212,73,7,0,220,81,187,222,202,163,7,0,223,209,109,114,140,4,6,0,226,209,249,58,103,126,11,0,228,209,250,205,67,169,7,0,231,209,159,149,146,102,7,0,232,209,97,48,156,202,9,0,232,209,97,48,83,203,9,0,233,81,218,30,108,45,9,0,233,81,218,30,144,45,9,0,234,209,157,99,15,109,7,0,234,209,39,160,56,207,8,0,237,209,145,147,135,65,7,0,240,209,105,143,119,127,6,0,240,81,100,166,254,147,7,0,241,209,103,176,214,89,8,0,245,81,96,202,131,78,11,0,247,209,188,5,207,170,6,0,248,81,114,178,141,32,7,0,252,81,192,91,189,92,6,0,252,209,142,59,211,71,11,0,253,81,228,194,168,17,6,0,254,209,41,127,245,127,10,0,255,81,133,234,120,191,7,0,255,209,57,187,192,96,9,0,255,209,57,187,164,97,9,0,255,209,57,187,128,98,9,0,2,210,41,55,65,182,8,0,3,82,158,115,150,110,9,0,3,82,158,115,176,112,9,0,4,82,34,158,81,205,7,0,4,82,34,158,150,203,8,0,4,82,34,158,44,204,8,0,4,82,34,158,206,204,8,0,4,82,34,158,48,142,10,0,5,82,15,80,127,161,7,0,7,82,229,111,16,36,6,0,7,210,10,10,101,146,9,0,7,210,10,10,61,147,9,0,8,82,20,6,5,20,8,0,8,82,75,152,15,192,9,0,8,82,75,152,91,192,9,0,8,82,75,152,164,192,9,0,9,82,44,116,31,70,9,0,9,82,44,116,104,71,9,0,9,82,44,116,179,72,9,0,10,82,254,132,73,148,9,0,10,82,254,132,217,148,9,0,12,210,206,145,150,110,9,0,12,210,206,145,176,112,9,0,12,210,85,255,98,160,10,0,13,82,240,191,244,122,10,0,13,82,240,191,156,123,10,0,14,210,233,87,69,56,7,0,15,210,40,137,47,113,7,0,16,210,61,145,204,25,11,0,16,210,65,233,104,47,11,0,17,210,157,28,237,235,7,0,22,82,92,162,31,70,9,0,22,82,92,162,104,71,9,0,22,82,92,162,179,72,9,0,23,82,115,231,80,96,7,0,25,82,203,192,62,66,7,0,27,210,98,27,44,214,6,0,27,210,42,92,146,102,7,0,29,210,141,104,179,173,6,0,33,82,20,26,232,91,7,0,35,82,176,144,203,160,11,0,36,82,77,76,52,120,11,0,37,210,156,197,1,99,7,0,37,210,156,197,0,101,7,0,37,210,156,197,63,217,7,0,37,210,143,34,233,14,9,0,37,210,143,34,209,23,9,0,37,210,143,34,194,32,9,0,39,82,10,183,15,152,6,0,39,82,10,183,158,207,10,0,39,82,10,183,47,210,10,0,40,210,228,241,65,186,7,0,45,210,63,8,57,235,11,0,48,82,187,97,111,125,7,0,49,210,219,152,131,55,7,0,50,210,206,61,189,255,6,0,50,210,127,144,212,73,7,0,51,82,163,147,137,180,11,0,52,210,7,37,97,39,7,0,53,82,167,212,120,191,7,0,55,210,241,114,148,246,8,0,56,210,244,103,27,85,7,0,57,82,253,187,78,99,6,0,57,82,49,89,23,213,6,0,59,210,251,110,28,70,11,0,60,82,84,113,202,163,7,0,60,82,51,166,155,59,11,0,65,210,188,75,207,7,10,0,65,210,188,75,27,8,10,0,65,82,210,169,213,148,11,0,67,210,121,224,3,38,7,0,71,210,102,217,98,160,10,0,72,82,68,86,81,205,7,0,72,82,68,86,173,92,9,0,72,82,68,86,223,92,9,0,76,210,69,187,216,53,7,0,76,210,250,172,59,246,7,0,76,82,46,217,103,180,9,0,76,82,46,217,253,180,9,0,76,82,101,9,98,160,10,0,77,210,87,174,120,191,7,0,77,210,193,120,82,189,10,0,78,82,173,30,156,202,7,0,78,82,173,30,176,206,10,0,78,82,173,30,241,206,10,0,78,82,173,30,46,207,10,0,81,82,202,155,229,132,9,0,81,82,202,155,184,134,9,0,82,82,189,54,212,73,7,0,84,82,26,14,15,109,7,0,86,82,11,28,129,114,7,0,87,82,189,154,38,112,6,0,89,82,157,66,54,120,7,0,89,82,67,102,120,191,7,0,91,82,103,27,201,142,7,0,91,82,38,185,168,141,9,0,91,82,38,185,184,142,9,0,92,82,205,166,182,41,7,0,93,82,36,44,93,153,7,0,94,82,69,144,146,102,7,0,94,82,69,144,46,105,7,0,97,210,116,230,62,66,7,0,97,210,212,53,127,161,7,0,99,210,202,100,251,122,7,0,100,82,154,86,219,111,7,0,101,82,2,59,202,163,7,0,101,210,191,186,110,105,11,0,102,210,176,155,120,191,7,0,102,210,153,238,98,160,10,0,102,82,100,198,46,207,11,0,103,82,55,45,46,105,7,0,103,82,55,45,135,131,7,0,109,82,181,244,26,209,9,0,109,82,181,244,49,209,9,0,110,82,3,251,149,88,7,0,111,210,66,56,108,128,7,0,116,210,231,0,26,33,7,0,116,82,31,82,105,0,12,0,121,82,16,192,66,46,9,0,121,82,16,192,227,49,9,0,123,210,104,113,10,138,7,0,124,210,192,3,165,63,7,0,124,210,192,3,92,157,7,0,125,82,196,19,64,136,6,0,125,82,199,95,249,33,7,0,127,210,180,217,25,93,9,0,127,210,180,217,212,94,9,0,128,210,52,241,186,94,7,0,128,210,39,143,51,168,9,0,128,210,39,143,146,168,9,0,129,82,227,239,98,160,10,0,131,82,135,171,200,20,6,0,132,210,171,92,238,35,7,0,132,82,233,68,233,14,9,0,132,82,233,68,209,23,9,0,132,82,233,68,194,32,9,0,133,210,10,23,142,10,7,0,136,210,125,47,45,91,9,0,136,210,125,47,214,91,9,0,138,210,31,196,86,182,6,0,138,82,242,149,202,163,7,0,141,82,100,160,212,56,11,0,144,210,137,16,171,130,10,0,144,210,137,16,227,130,10,0,144,210,137,16,28,131,10,0,146,210,9,253,233,14,9,0,146,210,9,253,209,23,9,0,146,210,9,253,194,32,9,0,146,82,213,117,173,170,11,0,147,82,219,218,65,8,12,0,149,210,39,176,247,169,9,0,149,210,39,176,71,171,9,0,149,210,39,176,153,172,9,0,149,210,39,176,240,173,9,0,151,210,245,123,120,191,7,0,151,210,177,109,199,161,11,0,151,82,213,117,214,179,11,0,152,82,151,198,81,205,7,0,152,82,151,198,226,217,10,0,152,82,151,198,33,218,10,0,153,82,227,95,66,147,6,0,155,210,31,55,201,40,7,0,155,210,86,244,88,243,11,0,156,210,60,69,100,133,11,0,161,210,114,78,241,15,8,0,161,210,114,78,38,16,8,0,161,82,82,182,207,120,11,0,164,210,112,234,142,184,10,0,164,210,112,234,59,185,10,0,165,82,145,153,66,46,9,0,165,82,145,153,227,49,9,0,166,210,12,31,220,154,7,0,169,210,54,250,64,73,11,0,174,210,32,2,102,8,7,0,174,210,32,2,41,11,8,0,176,82,255,61,225,204,11,0,178,82,26,171,245,81,7,0,178,82,26,171,81,205,7,0,178,82,26,171,140,192,8,0,180,82,150,13,156,202,7,0,181,210,208,245,91,164,9,0,181,210,208,245,117,164,9,0,183,82,207,151,27,54,9,0,183,82,207,151,191,54,9,0,183,82,207,151,104,55,9,0,183,82,91,19,17,96,10,0,183,82,91,19,83,97,10,0,183,82,91,19,152,98,10,0,184,82,13,162,135,65,7,0,184,82,237,224,99,138,10,0,184,82,237,224,195,138,10,0,184,82,237,224,32,139,10,0,185,82,102,209,2,31,7,0,188,82,74,186,233,14,9,0,188,82,74,186,209,23,9,0,188,82,74,186,194,32,9,0,189,82,74,81,120,191,7,0,191,210,69,81,115,17,11,0,192,82,222,248,141,60,7,0,193,82,11,186,152,166,8,0,193,82,11,186,85,29,11,0,195,210,27,243,127,161,7,0,197,82,187,80,165,33,7,0,197,210,134,27,77,221,10,0,197,210,134,27,208,221,10,0,198,210,108,247,57,20,11,0,198,210,108,247,84,20,11,0,199,82,80,79,248,58,7,0,199,210,162,209,158,124,10,0,199,210,162,209,194,124,10,0,199,210,162,209,229,124,10,0,199,82,223,193,150,26,12,0,200,82,231,6,120,191,7,0,203,82,17,206,81,205,7,0,203,82,27,235,22,123,9,0,203,82,27,235,98,123,9,0,203,82,17,206,46,62,10,0,208,210,117,139,93,226,7,0,210,210,122,253,184,66,6,0,211,82,133,40,117,86,7,0,214,210,30,127,97,15,12,0,215,210,164,149,66,46,9,0,215,210,164,149,227,49,9,0,216,82,195,119,201,142,7,0,218,82,145,237,21,228,6,0,219,82,108,236,61,50,7,0,220,82,218,194,56,6,10,0,220,82,218,194,102,6,10,0,220,210,159,126,144,109,10,0,220,210,159,126,169,109,10,0,220,82,206,32,152,23,12,0,222,210,35,182,164,129,6,0,223,210,155,250,75,6,7,0,225,82,234,204,121,54,10,0,225,82,234,204,157,54,10,0,225,82,234,204,205,54,10,0,226,210,103,36,145,30,7,0,227,210,181,254,113,109,6,0,231,210,57,207,8,23,11,0,232,210,22,80,13,159,7,0,234,82,21,101,143,25,7,0,234,82,21,101,5,26,7,0,234,82,27,7,120,191,7,0,234,82,31,81,236,31,11,0,234,210,84,35,120,8,12,0,235,210,115,188,146,167,6,0,235,82,164,236,81,205,7,0,235,82,164,236,238,214,7,0,236,210,31,158,236,220,11,0,239,82,214,38,218,2,11,0,243,210,213,34,67,20,7,0,245,82,20,128,99,34,10,0,245,82,20,128,153,34,10,0,247,210,81,153,111,125,7,0,248,82,32,136,156,202,7,0,248,82,32,136,45,104,10,0,248,82,32,136,61,104,10,0,251,210,5,175,201,142,7,0,254,210,70,22,202,163,7,0,4,83,232,3,39,215,10,0,4,83,232,3,116,215,10,0,12,83,215,190,107,1,10,0,13,83,105,33,192,96,9,0,13,83,105,33,164,97,9,0,13,83,105,33,128,98,9,0,15,211,60,237,4,18,11,0,16,211,53,246,85,25,7,0,16,211,137,57,233,14,9,0,16,211,137,57,209,23,9,0,16,211,137,57,194,32,9,0,18,211,211,252,84,115,9,0,18,211,211,252,139,115,9,0,20,83,146,126,31,70,9,0,20,83,146,126,104,71,9,0,20,83,146,126,179,72,9,0,21,211,85,170,100,124,11,0,22,211,21,207,128,158,8,0,23,83,58,104,62,66,7,0,29,83,215,122,17,14,9,0,30,211,48,244,191,238,6,0,30,211,73,218,81,205,7,0,30,211,73,218,144,68,9,0,31,83,105,27,81,205,7,0,31,83,125,178,11,20,11,0,33,83,135,62,128,206,6,0,34,83,4,201,62,66,7,0,35,83,141,97,15,115,7,0,36,83,44,162,61,42,11,0,38,211,117,123,202,190,7,0,38,211,117,123,202,190,7,0,41,211,227,19,19,140,9,0,41,211,227,19,144,140,9,0,43,211,132,255,227,38,6,0,48,83,63,114,111,125,7,0,48,211,95,139,127,103,8,0,51,211,92,207,135,65,7,0,51,83,164,43,232,91,7,0,53,211,233,71,202,163,7,0,54,211,9,32,104,245,5,0,54,211,96,69,30,249,10,0,55,211,180,47,120,191,7,0,56,83,107,149,183,194,10,0,56,83,107,149,249,194,10,0,57,211,174,35,233,14,9,0,57,211,174,35,209,23,9,0,57,211,174,35,194,32,9,0,58,83,197,197,141,78,10,0,58,83,197,197,26,79,10,0,59,83,142,42,134,129,7,0,59,83,36,184,243,88,8,0,59,83,26,54,123,24,12,0,62,83,206,69,35,234,6,0,63,83,51,32,212,73,7,0,63,83,249,224,201,142,7,0,63,211,164,204,67,169,7,0,64,211,252,237,233,14,9,0,64,211,252,237,209,23,9,0,64,211,252,237,194,32,9,0,65,83,61,166,73,238,6,0,68,211,190,138,93,141,7,0,70,83,209,55,254,147,7,0,71,211,167,124,139,142,6,0,71,211,167,124,12,19,8,0,71,211,126,106,62,75,11,0,73,211,225,57,185,113,7,0,73,83,61,255,218,243,7,0,73,211,84,107,42,5,8,0,75,211,207,38,240,247,5,0,79,211,192,0,146,102,7,0,79,211,192,0,46,105,7,0,79,211,192,0,41,26,11,0,86,211,54,151,83,250,11,0,91,83,99,94,119,254,5,0,93,83,138,6,150,110,9,0,93,83,138,6,176,112,9,0,94,211,175,116,249,84,6,0,94,83,45,164,98,160,10,0,97,211,115,105,87,146,10,0,97,211,115,105,125,146,10,0,99,211,154,107,21,76,6,0,99,211,154,107,115,196,6,0,101,211,87,215,202,57,9,0,101,211,87,215,240,62,9,0,102,211,133,66,253,237,6,0,105,211,37,179,202,57,9,0,105,211,37,179,240,62,9,0,106,211,255,40,122,184,8,0,106,211,255,40,8,185,8,0,106,211,255,40,139,185,8,0,107,83,133,246,67,169,7,0,107,211,204,238,107,1,10,0,108,211,235,21,46,32,7,0,109,83,34,176,156,202,7,0,109,83,34,176,81,205,7,0,109,83,34,176,175,217,7,0,109,83,122,143,25,93,9,0,109,83,122,143,212,94,9,0,111,211,35,159,113,225,9,0,113,83,83,178,205,131,7,0,114,83,252,199,229,132,9,0,114,83,252,199,184,134,9,0,114,211,209,190,80,168,10,0,114,211,209,190,228,168,10,0,114,211,209,190,124,169,10,0,116,83,136,86,19,239,10,0,117,211,203,216,55,74,9,0,117,211,203,216,40,75,9,0,118,211,250,16,121,33,7,0,120,83,134,171,46,105,7,0,120,83,134,171,144,91,11,0,123,83,60,81,145,31,7,0,127,83,18,45,186,118,7,0,127,211,165,156,201,142,7,0,127,211,66,227,67,169,7,0,128,83,102,227,176,233,6,0,129,211,99,203,126,230,7,0,130,211,199,171,30,141,7,0,130,83,113,27,82,189,10,0,131,83,226,187,146,102,7,0,131,83,226,187,46,105,7,0,131,83,89,103,237,235,7,0,133,83,106,119,201,142,7,0,135,83,142,107,224,87,11,0,138,83,121,240,146,102,7,0,138,83,121,240,46,105,7,0,139,211,49,112,155,128,7,0,145,211,105,247,78,74,10,0,145,211,105,247,93,75,10,0,145,211,105,247,96,76,10,0,145,211,105,247,126,77,10,0,146,211,75,45,45,134,6,0,147,211,252,96,202,46,7,0,147,83,31,239,16,44,9,0,147,83,31,239,160,44,9,0,147,211,15,221,111,90,10,0,147,211,15,221,70,91,10,0,149,83,159,167,36,154,6,0,149,83,159,167,230,179,7,0,151,211,102,184,3,85,8,0,151,211,200,133,107,1,10,0,151,83,236,24,23,19,11,0,155,83,60,5,168,62,7,0,155,83,161,237,160,0,8,0,156,83,179,91,78,54,7,0,162,83,96,4,104,49,11,0,164,83,208,66,61,50,7,0,166,83,90,197,59,246,7,0,166,83,144,233,100,1,8,0,167,83,204,39,196,32,7,0,167,211,146,250,109,152,7,0,167,211,188,14,83,218,10,0,167,211,188,14,181,219,10,0,169,83,20,148,56,2,12,0,171,211,82,10,245,127,10,0,173,211,83,19,233,2,6,0,173,83,59,179,182,206,9,0,173,83,59,179,205,206,9,0,173,83,59,179,230,206,9,0,174,83,175,65,70,130,7,0,182,211,135,137,247,117,7,0,183,83,65,187,68,53,6,0,184,83,74,62,165,59,7,0,185,211,73,31,92,91,7,0,186,211,191,243,233,14,9,0,186,211,191,243,209,23,9,0,186,211,191,243,194,32,9,0,188,83,239,173,67,169,7,0,189,211,199,8,202,163,7,0,193,83,105,157,188,29,7,0,193,211,140,235,233,14,9,0,193,211,140,235,209,23,9,0,193,211,140,235,194,32,9,0,194,83,91,5,88,116,7,0,200,211,215,75,202,57,9,0,200,211,215,75,240,62,9,0,201,83,148,48,140,119,9,0,201,83,148,48,140,119,9,0,201,83,148,48,54,120,9,0,201,83,148,48,54,120,9,0,202,83,145,58,165,33,7,0,203,83,92,81,244,122,10,0,203,83,92,81,156,123,10,0,204,211,185,148,23,4,7,0,205,211,143,98,62,66,7,0,205,211,146,168,120,191,7,0,207,83,79,208,201,40,7,0,207,83,188,148,72,25,8,0,212,211,100,244,233,14,9,0,212,211,100,244,209,23,9,0,212,211,100,244,194,32,9,0,217,211,224,157,208,1,11,0,220,83,19,54,54,120,7,0,222,83,77,138,140,119,9,0,222,83,77,138,54,120,9,0,224,83,52,173,127,220,8,0,224,211,221,57,38,100,9,0,224,211,221,57,78,100,9,0,224,211,221,57,153,100,9,0,225,83,184,148,102,138,7,0,225,83,184,148,192,180,10,0,225,83,184,148,222,180,10,0,226,83,244,52,82,58,7,0,226,83,244,52,81,205,7,0,226,83,244,52,113,214,7,0,226,83,244,52,131,214,7,0,232,211,19,175,230,35,10,0,232,211,19,175,133,36,10,0,233,83,207,13,86,154,10,0,233,83,207,13,163,154,10,0,233,211,29,193,48,188,11,0,233,211,29,193,208,190,11,0,234,211,124,172,153,64,7,0,234,211,49,0,104,145,7,0,234,211,213,81,156,202,7,0,235,83,181,195,253,66,6,0,236,211,60,22,101,146,9,0,236,211,60,22,61,147,9,0,237,211,171,10,98,160,10,0,240,83,170,140,98,160,10,0,241,211,50,229,120,191,7,0,245,211,152,93,251,122,7,0,246,83,61,245,81,253,5,0,246,211,2,173,173,69,6,0,246,211,195,192,93,78,11,0,248,211,164,149,211,255,5,0,250,83,178,51,30,40,7,0,250,83,92,30,56,207,8,0,254,211,151,9,62,66,7,0,255,211,218,238,82,183,6,0,255,211,218,238,149,83,7,0,255,211,171,20,104,145,7,0,0,212,108,43,7,29,7,0,0,84,146,49,67,169,7,0,1,84,83,159,220,32,7,0,2,84,56,220,211,246,5,0,3,84,176,171,53,138,11,0,7,212,9,73,110,245,11,0,9,84,241,130,74,14,6,0,9,84,241,130,226,58,8,0,10,84,117,184,212,73,7,0,11,84,14,133,56,207,8,0,12,84,76,141,87,55,7,0,13,84,19,161,17,96,10,0,13,84,19,161,83,97,10,0,13,84,19,161,152,98,10,0,16,84,82,82,17,96,10,0,16,84,82,82,83,97,10,0,16,84,82,82,152,98,10,0,19,84,99,65,120,191,7,0,20,84,137,219,186,113,11,0,21,84,31,8,235,240,10,0,21,212,69,182,93,255,10,0,23,84,11,142,98,28,7,0,23,84,7,121,134,97,7,0,24,84,180,2,110,245,11,0,26,84,213,108,155,173,6,0,26,212,135,102,23,213,6,0,29,212,219,54,245,104,9,0,29,212,219,54,223,105,9,0,29,84,105,245,191,217,9,0,29,84,105,245,215,217,9,0,30,84,3,13,210,115,9,0,30,84,3,13,145,116,9,0,30,84,3,13,74,117,9,0,32,84,115,108,142,184,10,0,32,84,115,108,59,185,10,0,35,84,3,28,174,239,7,0,37,212,199,120,131,43,12,0,38,84,246,193,87,55,7,0,39,212,192,138,38,247,10,0,42,212,166,126,111,125,7,0,42,84,244,220,254,8,11,0,43,212,75,61,72,17,6,0,43,212,75,61,53,30,7,0,49,212,138,179,231,96,11,0,51,84,161,229,126,245,5,0,51,84,161,229,246,111,7,0,51,212,252,15,217,135,7,0,51,84,161,229,79,152,8,0,51,212,31,197,202,57,9,0,51,212,31,197,240,62,9,0,52,212,39,237,82,45,7,0,52,212,44,164,202,163,7,0,52,212,87,192,140,13,10,0,52,212,87,192,247,13,10,0,54,84,52,254,141,255,5,0,54,212,140,47,120,191,7,0,54,84,201,130,233,14,9,0,54,84,201,130,209,23,9,0,54,84,201,130,194,32,9,0,55,212,204,106,195,134,7,0,56,212,138,216,212,73,7,0,56,84,187,202,81,205,7,0,56,84,187,202,176,215,7,0,57,84,35,106,66,46,9,0,57,84,35,106,227,49,9,0,59,212,195,239,221,98,7,0,60,84,113,193,238,18,7,0,67,212,105,147,132,227,9,0,67,212,105,147,171,227,9,0,68,84,157,98,150,101,8,0,68,84,157,98,61,102,8,0,71,212,68,192,111,125,7,0,71,84,216,201,12,220,11,0,72,212,25,8,146,102,7,0,72,212,25,8,46,105,7,0,73,84,75,175,56,207,8,0,75,84,113,193,84,67,6,0,75,212,174,102,62,66,7,0,75,212,252,63,233,14,9,0,75,212,252,63,209,23,9,0,75,212,252,63,194,32,9,0,75,212,154,78,222,152,9,0,75,212,154,78,15,153,9,0,77,84,255,66,210,115,9,0,77,84,255,66,145,116,9,0,77,84,255,66,74,117,9,0,82,212,86,8,81,205,7,0,82,212,86,8,144,68,9,0,89,84,201,204,202,57,9,0,89,84,201,204,240,62,9,0,91,212,175,70,232,91,7,0,92,84,215,183,103,159,7,0,92,84,215,183,148,159,7,0,92,212,85,170,125,35,10,0,92,212,85,170,154,35,10,0,93,84,218,16,62,66,7,0,93,84,212,71,212,73,7,0,96,212,231,113,79,86,9,0,98,212,40,118,203,226,10,0,99,212,125,162,59,94,7,0,102,212,56,201,46,105,7,0,103,212,35,47,200,162,7,0,105,84,137,229,120,191,7,0,106,212,121,39,4,7,11,0,107,212,21,134,128,46,8,0,108,212,143,189,229,132,9,0,108,212,143,189,184,134,9,0,109,212,89,193,197,54,7,0,109,212,35,166,142,160,7,0,109,212,66,240,233,14,9,0,109,212,66,240,209,23,9,0,109,212,66,240,194,32,9,0,109,212,89,193,114,244,10,0,109,212,109,179,119,231,11,0,112,212,119,52,175,22,12,0,113,212,198,228,137,84,8,0,115,84,104,27,93,226,7,0,115,84,79,208,173,53,11,0,116,84,245,64,29,164,6,0,125,212,212,232,211,180,6,0,126,212,210,80,45,153,11,0,129,212,219,239,54,120,7,0,130,84,160,82,236,48,7,0,130,84,94,116,49,245,7,0,131,212,6,229,51,19,6,0,131,212,218,137,115,160,6,0,131,212,54,141,233,14,9,0,131,212,54,141,209,23,9,0,131,212,54,141,194,32,9,0,131,212,218,12,83,218,10,0,131,212,218,12,181,219,10,0,134,84,16,117,24,102,6,0,134,84,16,117,66,102,6,0,134,84,16,117,81,205,7,0,134,84,16,117,194,214,7,0,134,84,16,117,234,217,7,0,135,212,103,156,140,12,9,0,136,212,53,159,69,56,7,0,138,212,177,7,118,246,10,0,140,212,139,123,204,42,7,0,140,84,70,244,213,140,7,0,140,212,173,27,98,160,10,0,141,84,231,253,202,57,9,0,141,84,231,253,240,62,9,0,145,212,149,102,82,58,7,0,145,212,149,102,247,153,9,0,145,212,149,102,48,154,9,0,146,212,145,254,120,191,7,0,152,212,52,117,92,157,7,0,154,212,124,99,154,241,9,0,154,212,124,99,86,242,9,0,154,212,243,174,216,62,10,0,154,212,243,174,251,62,10,0,154,212,243,174,37,63,10,0,154,212,79,190,110,197,11,0,156,84,187,202,116,113,7,0,157,212,175,126,78,159,6,0,157,212,181,156,149,88,7,0,157,212,198,53,10,129,11,0,158,84,205,0,126,121,11,0,159,212,247,123,211,87,6,0,159,212,247,123,66,26,7,0,159,212,247,123,216,56,7,0,161,84,137,208,104,145,7,0,162,84,200,181,214,89,8,0,162,84,129,19,75,8,11,0,163,212,187,193,62,66,7,0,165,84,189,78,192,179,10,0,165,84,189,78,42,180,10,0,166,212,195,139,161,32,12,0,167,212,66,79,168,141,9,0,167,212,66,79,184,142,9,0,171,84,235,220,223,39,8,0,173,212,198,122,208,106,9,0,173,212,198,122,138,107,9,0,173,212,198,122,56,108,9,0,174,212,237,26,168,62,7,0,175,84,210,29,245,92,11,0,178,212,182,94,172,52,10,0,178,212,182,94,207,52,10,0,179,84,24,82,167,128,9,0,179,84,24,82,133,129,9,0,180,212,56,104,98,201,7,0,180,212,56,104,218,211,7,0,184,212,254,255,33,239,10,0,185,212,218,106,67,169,7,0,190,84,110,192,70,65,7,0,191,84,55,219,126,179,8,0,191,84,119,171,29,103,9,0,191,84,119,171,133,103,9,0,192,84,174,42,22,34,12,0,193,84,100,139,142,66,8,0,193,84,159,139,78,74,10,0,193,84,159,139,93,75,10,0,193,84,159,139,96,76,10,0,193,84,159,139,126,77,10,0,194,84,80,227,37,104,9,0,194,212,67,88,140,13,10,0,194,212,67,88,247,13,10,0,194,212,210,80,76,156,11,0,195,212,71,184,186,160,7,0,197,84,10,251,39,215,10,0,197,84,10,251,116,215,10,0,199,84,174,205,107,253,5,0,199,84,174,205,238,39,7,0,199,84,233,77,212,73,7,0,199,84,108,14,156,202,7,0,199,84,108,14,144,186,9,0,199,84,108,14,169,186,9,0,202,212,10,218,211,93,7,0,202,84,197,106,24,200,10,0,202,84,197,106,72,200,10,0,202,84,218,104,210,166,11,0,203,212,52,65,233,14,9,0,203,212,52,65,209,23,9,0,203,212,52,65,194,32,9,0,203,212,221,107,137,142,11,0,204,84,94,58,239,41,6,0,205,212,84,115,44,58,8,0,207,84,251,24,233,14,9,0,207,84,251,24,209,23,9,0,207,84,251,24,194,32,9,0,209,84,254,69,104,101,6,0,209,84,83,22,120,191,7,0,209,212,145,92,81,205,7,0,209,212,145,92,187,99,8,0,209,212,145,92,232,99,8,0,209,212,224,228,193,254,8,0,211,212,100,230,149,88,7,0,211,84,253,51,46,105,7,0,215,212,125,183,152,118,8,0,217,212,96,139,178,94,11,0,219,84,159,168,104,145,7,0,220,84,71,135,230,153,9,0,220,84,71,135,247,153,9,0,220,84,71,135,48,154,9,0,221,212,87,145,84,163,7,0,221,212,87,145,121,163,7,0,221,84,243,190,183,194,10,0,221,84,243,190,249,194,10,0,223,212,70,188,76,118,6,0,223,84,250,177,207,164,11,0,226,212,150,195,160,99,6,0,228,212,64,143,88,116,7,0,229,84,202,148,221,237,8,0,229,84,202,148,26,238,8,0,229,212,164,4,25,93,9,0,229,212,164,4,212,94,9,0,230,212,149,229,78,74,10,0,230,212,149,229,93,75,10,0,230,212,149,229,96,76,10,0,230,212,149,229,126,77,10,0,231,84,104,97,58,88,7,0,234,212,10,248,46,105,7,0,234,84,140,248,226,41,9,0,234,84,140,248,66,42,9,0,234,84,140,248,171,42,9,0,234,212,10,248,77,108,11,0,234,84,140,248,86,146,11,0,237,84,226,236,139,117,10,0,237,84,226,236,165,117,10,0,237,84,226,236,190,117,10,0,237,84,203,9,98,160,10,0,238,212,147,92,21,33,11,0,242,212,247,104,120,191,7,0,248,212,123,169,57,98,8,0,248,212,123,169,110,98,8,0,248,212,123,169,160,98,8,0,248,212,123,169,216,98,8,0,249,212,138,63,130,239,5,0,249,84,45,183,146,102,7,0,249,84,45,183,46,105,7,0,249,84,83,98,218,191,11,0,250,84,131,172,54,120,7,0,255,84,167,37,136,45,6,0,1,213,177,133,7,29,7,0,2,85,142,183,116,6,7,0,2,85,142,183,89,236,9,0,3,85,133,150,254,147,7,0,3,213,46,127,27,54,9,0,3,213,46,127,191,54,9,0,3,213,46,127,104,55,9,0,3,213,244,31,112,11,11,0,4,85,46,51,108,230,11,0,5,85,89,43,47,121,6,0,6,213,136,162,161,47,8,0,7,213,50,42,145,216,6,0,11,213,193,126,104,145,7,0,13,85,104,252,229,18,6,0,13,85,104,252,139,150,6,0,13,85,54,198,158,207,10,0,13,85,54,198,47,210,10,0,15,85,28,154,86,150,9,0,15,85,28,154,139,150,9,0,16,85,228,111,146,102,7,0,16,85,228,111,46,105,7,0,17,213,76,184,37,184,9,0,17,213,76,184,68,184,9,0,18,213,144,166,36,225,6,0,18,213,3,67,146,102,7,0,21,213,178,214,228,97,11,0,22,213,121,154,72,76,9,0,22,213,121,154,130,76,9,0,28,213,158,25,254,147,7,0,31,213,102,32,202,163,7,0,31,85,114,216,73,148,9,0,31,85,114,216,217,148,9,0,34,85,159,64,118,132,11,0,37,213,25,124,28,177,6,0,38,85,88,24,212,73,7,0,38,213,151,80,117,86,7,0,41,85,197,251,62,66,7,0,44,85,243,153,233,14,9,0,44,85,243,153,209,23,9,0,44,85,243,153,194,32,9,0,47,213,235,122,254,147,7,0,48,213,186,52,93,141,7,0,48,85,21,14,67,169,7,0,51,213,84,210,52,212,11,0,52,213,214,119,130,35,7,0,52,85,180,225,229,51,7,0,52,85,148,190,46,105,7,0,52,85,148,190,137,235,10,0,52,85,148,190,190,235,10,0,56,85,59,179,212,73,7,0,60,85,223,212,27,48,7,0,60,213,207,52,54,120,7,0,60,85,234,123,21,126,10,0,60,85,234,123,42,126,10,0,60,85,234,123,67,126,10,0,66,213,166,20,211,22,11,0,67,213,102,172,93,153,7,0,69,213,143,75,81,205,7,0,69,213,143,75,115,119,9,0,74,85,158,140,233,14,9,0,74,85,158,140,209,23,9,0,74,85,158,140,194,32,9,0,75,213,34,116,241,177,8,0,75,85,194,219,40,55,10,0,75,85,194,219,72,55,10,0,76,85,211,231,62,66,7,0,76,85,211,231,126,144,9,0,76,85,211,231,158,144,9,0,77,85,233,209,15,115,7,0,77,85,52,194,233,14,9,0,77,85,52,194,209,23,9,0,77,85,52,194,194,32,9,0,78,85,197,225,1,99,7,0,80,213,160,101,89,144,6,0,80,213,100,18,120,191,7,0,81,85,237,195,229,48,12,0,82,213,185,70,136,125,11,0,86,85,86,234,72,61,11,0,90,213,172,115,140,13,10,0,90,213,172,115,247,13,10,0,92,213,82,224,233,14,9,0,92,213,82,224,209,23,9,0,92,213,82,224,194,32,9,0,93,213,115,5,51,24,7,0,93,213,115,5,149,60,11,0,93,85,64,186,191,236,11,0,94,85,5,169,111,125,7,0,94,213,0,222,203,8,12,0,97,85,99,85,59,222,6,0,98,85,26,163,67,169,7,0,99,85,207,247,120,191,7,0,99,213,8,187,251,7,8,0,99,213,8,187,56,8,8,0,99,85,108,191,143,20,8,0,100,85,0,52,40,22,12,0,100,85,0,52,57,22,12,0,103,85,220,86,168,62,7,0,104,85,130,111,116,6,7,0,104,85,130,111,89,236,9,0,105,85,197,5,93,153,7,0,109,213,101,230,143,35,8,0,112,213,39,19,201,38,6,0,112,85,123,27,116,250,7,0,112,85,123,27,30,251,7,0,114,213,184,28,154,241,9,0,114,213,184,28,86,242,9,0,115,85,96,240,227,24,7,0,115,213,46,122,113,54,7,0,115,213,204,228,114,11,10,0,115,213,204,228,104,12,10,0,116,213,218,175,67,169,7,0,116,213,67,82,202,57,9,0,116,213,67,82,240,62,9,0,116,213,60,44,245,104,9,0,116,213,60,44,223,105,9,0,118,213,215,165,33,249,11,0,121,213,224,107,254,147,7,0,123,213,76,105,107,1,10,0,124,213,202,166,202,57,9,0,124,213,202,166,240,62,9,0,124,213,168,233,21,169,9,0,124,213,168,233,59,169,9,0,124,213,76,204,177,175,11,0,126,213,22,58,175,5,8,0,127,85,99,26,119,40,7,0,132,85,117,127,9,44,6,0,132,213,146,85,107,1,10,0,136,85,207,121,163,226,9,0,136,85,207,121,225,226,9,0,136,85,207,121,50,227,9,0,139,85,182,5,80,168,10,0,139,85,182,5,228,168,10,0,139,85,182,5,124,169,10,0,140,85,158,157,254,147,7,0,140,85,39,243,107,1,10,0,146,85,102,118,105,175,10,0,146,85,102,118,50,176,10,0,147,85,183,30,172,58,7,0,149,85,218,121,202,57,9,0,149,85,218,121,240,62,9,0,149,85,203,57,219,39,10,0,149,85,203,57,244,39,10,0,149,213,91,28,29,155,10,0,150,85,203,95,188,224,8,0,153,85,55,7,121,76,6,0,153,85,14,151,62,66,7,0,153,85,14,151,102,138,7,0,153,85,14,151,66,46,9,0,153,85,14,151,227,49,9,0,157,213,94,247,104,145,7,0,157,85,237,217,49,65,11,0,159,213,100,203,67,169,7,0,160,85,138,239,93,221,11,0,165,213,232,155,122,184,8,0,165,213,232,155,8,185,8,0,165,213,232,155,139,185,8,0,166,213,72,209,20,244,7,0,168,85,217,212,202,163,7,0,174,85,25,198,169,121,11,0,176,213,113,13,162,64,10,0,176,213,113,13,33,65,10,0,176,213,113,13,173,65,10,0,177,85,27,29,66,46,9,0,177,85,27,29,227,49,9,0,177,85,81,27,5,202,11,0,181,85,103,101,191,52,6,0,181,85,2,183,254,147,7,0,188,85,30,159,67,169,7,0,190,85,16,3,62,93,10,0,194,213,176,106,202,163,7,0,194,85,49,84,229,150,9,0,194,85,49,84,153,151,9,0,194,85,221,5,226,195,9,0,194,85,221,5,4,196,9,0,196,85,11,79,138,108,6,0,196,85,143,27,120,191,7,0,199,85,165,99,62,66,7,0,203,213,54,48,64,109,9,0,203,213,54,48,204,109,9,0,207,85,120,192,66,46,9,0,207,85,120,192,227,49,9,0,208,213,240,191,105,175,10,0,208,213,240,191,50,176,10,0,209,213,1,61,104,145,7,0,213,85,129,234,62,66,7,0,213,85,207,31,167,128,9,0,213,85,207,31,133,129,9,0,213,85,207,32,229,150,9,0,213,85,207,32,153,151,9,0,215,213,112,164,227,207,11,0,216,213,10,160,229,132,9,0,216,213,10,160,184,134,9,0,218,85,255,127,69,254,5,0,224,213,187,50,120,191,7,0,225,213,21,173,167,166,6,0,225,213,32,129,64,109,9,0,225,213,32,129,204,109,9,0,227,213,1,81,134,44,8,0,229,85,201,5,26,33,7,0,231,213,253,200,93,141,7,0,234,85,140,7,97,26,8,0,238,213,207,169,69,56,7,0,239,213,222,198,232,36,7,0,244,213,238,229,232,91,7,0,244,85,0,79,202,163,7,0,246,85,39,169,245,190,11,0,249,85,13,137,93,88,6,0,252,213,90,136,233,14,9,0,252,213,90,136,209,23,9,0,252,213,90,136,194,32,9,0,252,213,10,46,17,96,10,0,252,213,10,46,83,97,10,0,252,213,10,46,152,98,10,0,1,214,6,153,248,55,7,0,2,86,16,170,109,130,6,0,6,214,194,250,104,145,7,0,11,86,72,106,150,110,9,0,11,86,72,106,176,112,9,0,14,214,152,248,205,31,6,0,14,214,234,222,214,89,8,0,17,86,112,167,253,251,11,0,20,86,108,153,233,14,9,0,20,86,108,153,209,23,9,0,20,86,108,153,194,32,9,0,22,86,48,148,150,110,9,0,22,86,48,148,176,112,9,0,27,86,171,122,106,3,7,0,27,86,29,229,46,105,7,0,27,86,228,233,113,225,9,0,30,86,93,193,107,1,10,0,31,86,31,43,62,66,7,0,32,214,166,205,226,23,7,0,32,214,166,205,71,122,11,0,36,214,81,132,55,183,8,0,36,214,81,132,171,183,8,0,36,214,81,132,21,184,8,0,37,86,193,65,111,125,7,0,37,214,106,96,245,127,10,0,38,214,219,156,81,205,7,0,38,214,219,156,150,203,8,0,38,214,219,156,44,204,8,0,38,214,219,156,206,204,8,0,38,214,219,156,48,142,10,0,39,86,129,43,202,190,7,0,41,214,25,96,51,206,6,0,41,214,211,70,223,10,9,0,44,86,92,126,227,24,7,0,46,214,216,118,46,105,7,0,46,214,216,118,89,164,11,0,56,214,2,223,189,87,6,0,57,86,153,134,97,102,11,0,59,214,162,150,67,169,7,0,60,214,153,100,253,247,6,0,62,214,34,26,98,160,10,0,64,214,151,102,165,59,7,0,65,86,186,186,94,29,6,0,65,86,186,186,87,187,6,0,65,214,184,199,1,99,7,0,65,214,184,199,0,101,7,0,65,86,186,186,57,86,8,0,66,86,55,200,93,141,7,0,67,214,156,231,224,197,6,0,67,86,7,217,66,46,9,0,67,86,7,217,227,49,9,0,68,86,133,173,33,17,11,0,68,86,133,173,18,35,11,0,68,86,133,173,56,35,11,0,69,86,160,68,201,142,7,0,70,214,98,112,123,15,10,0,70,214,98,112,148,15,10,0,70,214,98,112,173,15,10,0,72,214,157,212,240,96,7,0,72,86,173,4,45,91,9,0,72,86,173,4,214,91,9,0,73,86,31,130,168,127,6,0,73,86,48,29,120,191,7,0,74,86,170,65,103,170,8,0,74,86,170,65,147,170,8,0,75,86,220,11,66,46,9,0,75,86,220,11,227,49,9,0,76,86,10,249,195,134,7,0,76,214,175,18,214,89,8,0,77,214,128,114,22,32,10,0,77,214,128,114,35,33,10,0,79,86,48,7,254,147,7,0,82,86,150,170,16,188,10,0,82,86,150,170,45,188,10,0,82,86,150,170,70,188,10,0,83,214,95,174,44,58,8,0,84,214,84,196,86,150,9,0,84,214,84,196,139,150,9,0,85,86,249,208,233,14,9,0,85,86,249,208,209,23,9,0,85,86,249,208,194,32,9,0,86,214,53,136,3,139,11,0,90,86,56,218,210,115,9,0,90,86,56,218,145,116,9,0,90,86,56,218,74,117,9,0,91,86,180,243,139,1,6,0,93,214,79,34,146,102,7,0,93,214,79,34,46,105,7,0,94,86,165,125,99,22,6,0,95,86,152,170,66,46,9,0,95,86,152,170,227,49,9,0,96,86,24,9,172,152,6,0,97,86,194,208,183,177,6,0,97,86,202,8,84,131,7,0,103,214,227,58,95,4,9,0,105,86,74,148,62,66,7,0,106,214,75,140,62,66,7,0,106,86,9,193,149,88,7,0,106,214,108,139,142,135,10,0,107,214,246,98,73,228,7,0,107,214,246,98,191,228,7,0,107,86,230,17,98,160,10,0,108,86,246,197,202,163,7,0,109,214,20,114,86,71,6,0,109,86,6,138,237,161,11,0,110,86,162,82,114,11,10,0,110,86,162,82,104,12,10,0,110,214,210,201,158,207,10,0,110,214,210,201,47,210,10,0,111,86,175,242,44,130,6,0,112,86,102,194,9,239,6,0,113,86,204,210,131,42,8,0,113,86,204,210,184,42,8,0,114,86,239,12,156,202,7,0,114,86,239,12,129,173,10,0,115,214,20,203,67,169,7,0,115,214,148,144,103,180,9,0,115,214,148,144,253,180,9,0,118,214,113,85,216,56,7,0,118,214,140,109,146,102,7,0,118,214,140,109,46,105,7,0,119,86,9,21,62,66,7,0,119,86,26,74,210,86,7,0,121,214,158,94,47,83,7,0,121,214,158,94,111,125,7,0,123,86,113,70,71,0,6,0,123,86,236,125,101,27,7,0,123,214,127,151,215,31,7,0,123,214,156,215,187,57,7,0,123,214,210,83,129,114,7,0,125,86,87,153,238,153,11,0,127,214,118,206,179,109,6,0,127,214,44,251,116,6,7,0,127,214,44,251,89,236,9,0,128,214,104,100,43,220,6,0,128,214,0,37,120,191,7,0,129,86,43,143,51,168,9,0,129,86,43,143,146,168,9,0,130,86,121,85,134,44,8,0,132,86,200,156,99,34,10,0,132,86,200,156,153,34,10,0,135,214,81,48,120,191,7,0,135,214,84,77,168,141,9,0,135,214,84,77,184,142,9,0,135,86,97,207,86,154,10,0,135,86,97,207,163,154,10,0,139,86,102,84,185,47,7,0,140,214,168,222,83,218,10,0,140,214,168,222,181,219,10,0,141,214,19,227,254,147,7,0,141,214,103,158,140,39,8,0,143,214,221,163,140,78,9,0,143,214,221,163,233,78,9,0,143,214,204,203,107,1,10,0,143,214,204,203,215,66,11,0,143,214,204,203,181,68,11,0,144,214,18,201,202,190,7,0,145,86,127,35,146,102,7,0,145,86,127,35,46,105,7,0,146,214,73,98,62,66,7,0,148,214,91,48,111,125,7,0,148,214,85,210,120,191,7,0,150,86,158,226,44,160,7,0,151,214,90,36,193,94,10,0,155,86,50,78,191,95,7,0,155,86,95,27,65,188,7,0,155,86,95,27,156,202,7,0,155,86,75,104,202,241,7,0,155,86,91,49,72,51,11,0,155,214,198,37,215,73,11,0,157,214,0,50,132,134,7,0,157,86,133,87,57,86,8,0,158,86,52,192,233,14,9,0,158,86,52,192,209,23,9,0,158,86,52,192,194,32,9,0,159,86,149,89,63,96,6,0,160,86,152,186,57,86,8,0,162,86,44,78,233,14,9,0,162,86,44,78,209,23,9,0,162,86,44,78,194,32,9,0,162,86,233,10,86,231,11,0,163,214,156,25,254,147,7,0,163,86,86,250,245,104,9,0,163,86,86,250,223,105,9,0,163,86,77,34,154,241,9,0,163,86,77,34,86,242,9,0,164,86,201,57,1,44,11,0,165,214,117,9,154,254,7,0,168,86,223,21,108,225,7,0,169,214,105,27,62,66,7,0,169,86,138,59,157,149,9,0,169,86,138,59,182,149,9,0,171,214,172,122,15,182,7,0,171,214,81,163,99,138,10,0,171,214,81,163,195,138,10,0,171,214,81,163,32,139,10,0,171,86,122,127,98,160,10,0,173,86,237,96,212,73,7,0,173,86,248,145,146,102,7,0,173,86,248,145,46,105,7,0,175,214,29,110,202,163,7,0,175,86,36,5,183,40,11,0,177,86,45,68,142,66,8,0,178,214,90,142,155,242,6,0,178,214,90,142,111,125,7,0,181,86,160,247,192,179,10,0,181,86,160,247,42,180,10,0,184,214,206,59,161,46,7,0,184,214,91,211,20,192,11,0,185,214,134,189,82,155,8,0,185,86,118,200,154,76,11,0,188,214,169,174,55,74,9,0,188,214,169,174,40,75,9,0,189,214,87,14,141,32,7,0,191,86,44,29,67,169,7,0,194,214,7,57,221,98,7,0,197,214,81,18,187,57,7,0,200,86,112,167,253,231,11,0,204,86,194,190,208,106,9,0,204,86,194,190,138,107,9,0,204,86,194,190,56,108,9,0,206,86,4,50,98,160,10,0,207,86,11,162,201,164,9,0,207,86,11,162,234,164,9,0,207,86,11,162,15,165,9,0,210,214,246,224,62,66,7,0,212,86,107,178,212,73,7,0,212,86,62,91,129,114,7,0,212,86,187,118,230,35,10,0,212,86,187,118,133,36,10,0,215,214,214,54,58,1,8,0,216,214,72,133,111,125,7,0,218,214,25,69,224,83,7,0,221,214,85,35,98,160,10,0,222,214,75,150,254,147,7,0,222,214,69,55,25,93,9,0,222,214,69,55,212,94,9,0,224,86,246,36,135,65,7,0,224,86,48,166,187,135,7,0,224,86,48,166,210,63,8,0,224,214,124,255,11,254,9,0,224,214,124,255,43,254,9,0,224,214,124,255,68,254,9,0,225,86,28,205,174,52,7,0,225,214,9,126,1,99,7,0,225,214,9,126,0,101,7,0,226,214,99,218,202,71,6,0,227,214,37,173,103,180,9,0,227,214,37,173,253,180,9,0,228,214,156,123,120,191,7,0,235,86,221,192,115,15,12,0,239,86,89,59,110,173,8,0,240,214,22,227,94,143,8,0,240,214,22,227,143,143,8,0,240,214,22,227,186,143,8,0,240,214,224,254,33,26,12,0,241,214,183,162,226,119,7,0,241,214,220,212,108,225,7,0,242,214,143,179,33,55,7,0,242,214,210,66,140,12,9,0,246,214,222,174,130,165,6,0,246,86,205,251,67,169,7,0,246,214,222,174,156,202,7,0,246,214,222,174,179,226,8,0,247,214,160,221,104,145,7,0,248,214,226,217,3,5,11,0,249,86,218,173,184,51,7,0,255,86,89,217,120,191,7,0,0,215,239,121,5,69,6,0,0,215,14,234,202,163,7,0,1,215,138,254,226,41,9,0,1,215,138,254,66,42,9,0,1,215,138,254,171,42,9,0,2,87,193,165,104,145,7,0,2,215,195,67,254,147,7,0,3,215,168,11,145,227,11,0,4,215,24,118,214,26,7,0,4,215,162,177,193,94,10,0,6,215,81,165,46,105,7,0,6,215,81,165,233,14,9,0,6,215,81,165,209,23,9,0,6,215,81,165,194,32,9,0,8,215,227,89,46,105,7,0,8,215,249,151,106,139,7,0,8,215,227,89,209,38,11,0,10,87,1,102,202,57,9,0,10,87,1,102,240,62,9,0,10,87,87,184,154,157,11,0,11,87,168,255,202,163,7,0,11,87,33,4,137,204,7,0,11,87,201,6,251,246,7,0,11,87,201,6,188,142,10,0,11,87,201,6,242,142,10,0,11,87,201,6,47,143,10,0,12,215,223,102,120,191,7,0,16,87,124,198,214,89,8,0,16,87,128,64,98,160,10,0,17,87,170,245,120,175,9,0,17,87,170,245,38,176,9,0,18,87,199,67,196,59,6,0,19,215,86,244,229,132,9,0,19,215,86,244,184,134,9,0,25,215,188,193,220,223,7,0,25,215,151,25,98,160,10,0,25,215,248,179,95,246,10,0,25,215,248,179,182,27,11,0,27,87,205,196,202,163,7,0,29,87,82,80,202,163,7,0,29,215,168,167,181,149,8,0,29,215,168,167,244,149,8,0,29,215,168,167,41,150,8,0,30,215,21,109,62,66,7,0,31,215,31,134,122,184,9,0,31,215,31,134,158,184,9,0,31,215,31,134,196,184,9,0,32,87,34,76,15,153,6,0,33,87,17,78,67,27,7,0,33,215,8,47,71,218,11,0,34,87,75,233,175,190,11,0,39,87,46,33,201,142,7,0,39,87,223,72,233,14,9,0,39,215,27,224,233,14,9,0,39,87,223,72,209,23,9,0,39,215,27,224,209,23,9,0,39,87,223,72,194,32,9,0,39,215,27,224,194,32,9,0,40,215,210,28,212,73,7,0,42,215,175,99,81,205,7,0,42,215,175,99,37,222,7,0,43,87,160,185,29,117,6,0,43,215,0,204,62,66,7,0,44,87,183,61,54,120,7,0,44,215,93,158,120,191,7,0,44,215,164,240,166,230,11,0,45,215,124,61,99,80,8,0,45,215,124,61,141,80,8,0,46,215,15,147,50,51,10,0,46,215,15,147,74,51,10,0,46,215,15,147,105,51,10,0,48,215,192,235,149,88,7,0,52,87,64,215,245,127,10,0,54,215,33,184,197,80,6,0,58,215,157,201,34,248,11,0,60,87,75,112,241,31,6,0,64,87,114,135,183,177,6,0,66,215,113,27,6,153,7,0,68,215,208,26,185,197,8,0,70,215,171,114,27,85,7,0,70,87,49,8,254,147,7,0,71,215,235,200,195,134,7,0,71,87,175,22,202,163,7,0,72,87,152,121,204,42,7,0,72,87,46,115,192,96,9,0,72,87,46,115,164,97,9,0,72,87,46,115,128,98,9,0,73,87,166,177,65,156,7,0,73,87,166,177,164,156,7,0,75,87,92,127,229,51,7,0,75,215,91,236,210,115,9,0,75,215,91,236,145,116,9,0,75,215,91,236,74,117,9,0,78,87,228,157,198,235,5,0,81,87,57,126,121,17,6,0,81,87,223,247,98,160,10,0,82,215,43,116,224,83,7,0,84,87,122,75,27,85,7,0,85,87,103,72,51,46,6,0,85,87,103,72,87,182,7,0,86,87,47,104,237,235,7,0,86,215,236,170,16,44,9,0,86,215,236,170,160,44,9,0,87,215,254,86,240,131,7,0,88,87,107,190,212,73,7,0,89,215,202,218,55,215,8,0,91,215,71,100,81,205,7,0,91,215,71,100,53,223,10,0,92,87,212,236,233,14,9,0,92,87,212,236,209,23,9,0,92,87,212,236,194,32,9,0,95,87,130,243,183,201,9,0,95,87,130,243,217,201,9,0,95,87,130,243,242,201,9,0,96,87,167,247,2,220,8,0,96,87,167,247,59,220,8,0,97,87,12,2,122,184,9,0,97,87,12,2,158,184,9,0,97,87,12,2,196,184,9,0,97,215,94,227,125,75,11,0,98,215,153,65,68,59,7,0,98,215,233,142,67,169,7,0,98,87,148,190,81,205,7,0,98,87,148,190,84,214,7,0,100,87,243,167,44,58,8,0,101,87,153,177,193,94,10,0,102,87,32,117,15,109,7,0,104,87,114,33,120,191,7,0,104,87,87,45,59,246,7,0,105,87,156,89,99,34,10,0,105,87,156,89,153,34,10,0,105,215,182,56,85,5,12,0,111,215,231,84,120,191,7,0,113,215,21,133,142,10,7,0,114,87,20,57,212,73,7,0,117,215,203,229,106,73,6,0,117,215,190,60,156,221,11,0,117,87,59,224,131,43,12,0,118,87,2,103,146,102,7,0,118,87,2,103,46,105,7,0,119,87,66,216,66,46,9,0,119,87,66,216,227,49,9,0,120,215,54,248,244,8,10,0,120,215,54,248,56,9,10,0,121,87,97,205,212,73,7,0,121,215,161,25,232,91,7,0,123,87,129,214,51,46,6,0,123,215,59,96,251,122,7,0,123,215,197,85,104,145,7,0,123,87,129,214,87,182,7,0,125,215,164,82,187,232,9,0,125,215,164,82,11,233,9,0,126,215,163,160,54,118,9,0,126,215,163,160,81,118,9,0,126,87,6,110,189,64,11,0,127,87,208,98,180,117,7,0,127,87,208,98,217,135,7,0,128,215,70,128,202,46,7,0,128,215,70,128,78,47,7,0,128,215,47,7,212,73,7,0,132,215,126,245,82,237,5,0,133,215,149,18,111,125,7,0,133,215,180,222,233,14,9,0,133,215,180,222,209,23,9,0,133,215,180,222,194,32,9,0,134,87,170,107,184,181,9,0,134,87,170,107,218,181,9,0,135,87,29,219,127,110,7,0,135,215,56,206,98,160,10,0,137,87,71,17,90,153,11,0,139,215,45,33,161,89,9,0,139,215,45,33,201,89,9,0,140,87,101,30,10,30,7,0,140,87,14,192,202,163,7,0,140,87,85,135,98,160,10,0,145,87,147,147,233,14,9,0,145,87,147,147,209,23,9,0,145,87,147,147,194,32,9,0,146,215,22,221,202,163,7,0,147,87,140,125,56,138,6,0,148,215,61,242,62,66,7,0,148,87,3,84,104,145,7,0,151,87,127,66,1,99,7,0,151,87,127,66,0,101,7,0,151,87,105,143,158,207,10,0,151,87,105,143,47,210,10,0,152,215,239,238,52,239,11,0,156,215,86,171,128,195,10,0,157,215,181,57,135,65,7,0,163,87,251,125,202,163,7,0,163,87,1,240,73,148,9,0,163,87,1,240,217,148,9,0,167,215,7,154,120,147,6,0,170,215,46,55,22,123,9,0,170,215,46,55,98,123,9,0,172,215,34,16,56,207,8,0,173,215,131,247,146,37,7,0,173,215,205,92,233,108,11,0,174,87,25,58,117,86,7,0,174,215,20,215,159,247,7,0,174,215,87,184,208,106,9,0,174,215,87,184,138,107,9,0,174,215,87,184,56,108,9,0,175,215,132,99,62,66,7,0,175,87,113,193,225,91,11,0,177,87,243,67,0,190,6,0,178,87,208,31,33,231,6,0,178,87,32,132,59,91,8,0,180,87,210,214,12,220,6,0,185,215,54,39,46,32,7,0,188,215,1,144,102,138,7,0,188,215,19,146,53,56,8,0,189,215,161,131,75,37,7,0,189,215,142,249,233,14,9,0,189,215,142,249,209,23,9,0,189,215,142,249,194,32,9,0,191,87,94,205,251,96,6,0,192,87,122,231,30,53,7,0,193,87,130,239,202,163,7,0,194,215,37,142,120,191,7,0,195,215,200,163,120,191,7,0,195,215,200,163,56,218,7,0,196,87,61,144,202,163,7,0,198,87,254,55,30,50,7,0,199,87,44,236,98,160,10,0,201,215,103,62,51,46,6,0,201,215,103,62,87,182,7,0,202,215,234,27,62,66,7,0,206,215,210,54,66,61,10,0,206,215,210,54,111,61,10,0,207,87,251,201,81,205,7,0,207,87,251,201,82,138,9,0,212,87,170,180,212,73,7,0,214,87,184,54,51,1,7,0,215,215,76,84,109,207,11,0,219,215,133,164,117,125,8,0,219,87,26,7,197,76,11,0,223,87,112,141,66,46,9,0,223,87,112,141,227,49,9,0,225,87,79,196,38,220,11,0,226,215,212,131,185,43,7,0,226,215,182,1,192,96,9,0,226,215,182,1,164,97,9,0,226,215,182,1,128,98,9,0,226,87,21,126,144,4,11,0,227,87,60,56,62,66,7,0,227,87,119,145,107,1,10,0,228,215,222,79,64,56,9,0,228,215,222,79,242,56,9,0,230,215,212,9,224,83,7,0,232,87,200,69,158,208,6,0,237,87,204,190,60,29,12,0,237,87,204,190,146,34,12,0,239,87,193,165,194,255,10,0,240,87,59,132,120,191,7,0,243,215,207,12,203,236,9,0,243,215,207,12,14,237,9,0,243,215,207,12,168,237,9,0,245,87,6,197,94,178,9,0,245,87,6,197,151,178,9,0,245,87,6,197,209,178,9,0,247,215,226,107,127,137,7,0,249,215,55,248,13,114,6,0,249,215,149,241,202,163,7,0,251,87,49,101,214,89,8,0,251,215,184,101,115,234,11,0,252,87,171,67,108,225,7,0,253,87,239,17,141,205,6,0,253,215,18,60,241,26,8,0,0,88,221,85,212,73,7,0,0,216,53,39,232,91,7,0,0,88,117,27,157,30,11,0,1,216,103,39,86,190,6,0,8,216,224,133,224,83,7,0,12,88,128,82,202,163,7,0,14,216,128,58,137,179,6,0,14,88,158,12,62,66,7,0,14,88,138,251,62,66,7,0,15,216,127,226,49,239,7,0,16,216,94,97,120,191,7,0,19,88,211,239,249,140,7,0,19,88,105,164,107,1,10,0,19,216,220,168,164,126,11,0,26,216,106,21,92,157,7,0,26,88,99,247,240,79,11,0,28,88,150,84,18,66,7,0,28,88,33,91,202,241,7,0,28,216,84,85,36,151,10,0,28,216,84,85,52,151,10,0,28,216,84,85,77,151,10,0,28,88,198,33,107,162,11,0,30,88,99,246,107,1,10,0,32,88,187,43,169,239,11,0,36,88,75,166,158,207,10,0,36,88,75,166,47,210,10,0,37,88,67,231,221,102,6,0,37,88,143,251,127,110,7,0,40,88,1,57,146,124,7,0,41,88,18,86,51,46,6,0,41,88,18,86,87,182,7,0,41,88,171,93,112,15,11,0,41,216,15,81,94,66,11,0,43,88,7,122,153,64,7,0,44,88,60,46,202,57,9,0,44,88,60,46,240,62,9,0,44,88,147,41,98,160,10,0,46,216,34,154,60,43,6,0,47,216,1,16,62,66,7,0,48,88,252,141,80,96,7,0,48,216,92,139,134,97,7,0,48,88,252,141,247,169,9,0,48,88,252,141,71,171,9,0,48,88,252,141,153,172,9,0,48,88,252,141,240,173,9,0,52,216,158,49,202,57,9,0,52,216,158,49,240,62,9,0,54,216,26,138,156,202,9,0,54,216,26,138,83,203,9,0,54,216,152,162,123,129,11,0,55,216,38,186,101,27,7,0,57,88,111,53,232,91,7,0,57,88,177,216,233,14,9,0,57,88,177,216,209,23,9,0,57,88,177,216,194,32,9,0,57,216,166,63,202,57,9,0,57,216,166,63,240,62,9,0,61,216,125,18,165,59,7,0,61,88,182,73,202,57,9,0,61,88,182,73,240,62,9,0,61,88,191,82,115,43,11,0,63,216,176,237,236,255,9,0,63,216,176,237,4,0,10,0,66,88,70,10,171,122,9,0,66,88,70,10,202,122,9,0,68,88,165,50,82,189,10,0,69,88,153,75,164,129,6,0,69,88,154,166,77,142,8,0,71,216,160,110,225,93,6,0,71,216,219,5,229,132,9,0,71,216,219,5,184,134,9,0,73,88,67,162,65,168,8,0,73,88,67,162,111,168,8,0,73,88,67,162,157,168,8,0,73,88,52,235,103,180,9,0,73,88,52,235,253,180,9,0,74,88,218,26,64,56,9,0,74,88,218,26,242,56,9,0,78,216,193,88,25,15,10,0,78,216,193,88,47,15,10,0,78,216,165,80,128,195,10,0,81,88,128,143,25,93,9,0,81,88,128,143,212,94,9,0,82,88,161,255,223,160,8,0,84,88,201,61,148,40,7,0,84,216,21,70,25,93,9,0,84,216,21,70,212,94,9,0,84,216,13,211,229,132,9,0,84,216,13,211,184,134,9,0,87,216,136,123,184,51,7,0,87,88,75,116,147,225,11,0,89,216,205,9,120,175,9,0,89,216,205,9,38,176,9,0,98,88,71,30,150,110,9,0,98,88,71,30,176,112,9,0,101,216,251,96,66,46,9,0,101,216,251,96,227,49,9,0,101,216,235,129,85,38,11,0,102,216,62,5,17,96,10,0,102,216,62,5,83,97,10,0,102,216,62,5,152,98,10,0,102,88,195,48,75,103,10,0,102,88,195,48,112,103,10,0,103,216,147,190,16,44,9,0,103,216,147,190,160,44,9,0,108,216,233,26,87,19,7,0,110,216,160,195,92,157,7,0,115,88,165,16,55,233,11,0,115,88,165,16,42,255,11,0,117,88,179,82,5,26,7,0,117,88,179,82,212,73,7,0,117,88,168,190,15,115,7,0,117,88,179,82,88,184,7,0,117,88,179,82,118,184,7,0,118,216,49,7,98,160,10,0,118,216,46,231,25,218,11,0,119,88,189,199,75,103,10,0,119,88,189,199,112,103,10,0,121,216,21,199,254,147,7,0,122,216,9,213,14,135,8,0,122,88,12,207,31,70,9,0,122,88,12,207,104,71,9,0,122,88,12,207,179,72,9,0,124,216,151,81,226,83,6,0,126,88,189,148,150,110,9,0,126,88,189,148,176,112,9,0,127,88,134,89,81,205,7,0,127,216,53,173,237,235,7,0,127,88,164,202,150,110,9,0,127,88,164,202,176,112,9,0,127,216,91,71,176,249,10,0,128,216,114,249,254,147,7,0,128,216,107,23,67,169,7,0,129,88,13,139,81,205,7,0,129,216,125,228,152,165,8,0,129,216,125,228,52,166,8,0,131,88,186,61,158,207,10,0,131,88,186,61,47,210,10,0,133,88,187,156,151,109,6,0,133,88,241,174,67,169,7,0,134,216,90,47,183,194,10,0,134,216,90,47,249,194,10,0,139,216,72,3,51,46,6,0,139,216,72,3,87,182,7,0,139,216,211,214,128,195,10,0,144,88,39,216,88,174,6,0,145,216,189,13,229,150,9,0,145,216,189,13,153,151,9,0,149,216,226,117,182,77,6,0,149,88,159,149,186,118,7,0,151,88,227,40,187,57,7,0,151,216,210,97,109,115,10,0,151,216,210,97,148,115,10,0,153,88,21,186,81,205,7,0,153,88,21,186,56,218,7,0,154,88,199,245,27,48,7,0,154,88,215,66,99,138,10,0,154,88,215,66,195,138,10,0,154,88,215,66,32,139,10,0,155,88,143,61,98,201,7,0,158,88,179,28,86,154,10,0,158,88,179,28,163,154,10,0,159,88,16,7,244,79,6,0,160,216,244,182,238,133,7,0,161,216,58,236,229,132,9,0,161,216,58,236,184,134,9,0,162,88,86,204,42,196,10,0,162,88,86,204,219,196,10,0,166,88,150,124,158,207,10,0,166,88,150,124,47,210,10,0,167,216,79,190,67,169,7,0,169,88,53,56,3,38,7,0,169,88,53,56,233,14,9,0,169,88,53,56,209,23,9,0,169,88,53,56,194,32,9,0,170,216,8,76,86,98,6,0,171,88,24,243,31,70,9,0,171,88,24,243,104,71,9,0,171,88,24,243,179,72,9,0,175,88,139,238,120,191,7,0,179,88,239,59,221,238,7,0,179,88,239,59,98,160,10,0,180,216,235,84,184,180,7,0,180,216,235,84,129,181,7,0,181,216,228,232,201,142,7,0,182,88,109,163,27,48,7,0,183,88,236,83,116,6,7,0,183,88,87,167,62,66,7,0,183,88,236,83,89,236,9,0,183,88,77,6,155,67,11,0,184,216,204,33,67,61,7,0,184,216,110,45,44,160,7,0,186,216,97,117,54,120,7,0,186,216,248,120,254,147,7,0,186,88,49,62,230,35,10,0,186,88,49,62,133,36,10,0,187,216,7,126,233,14,9,0,187,216,7,126,209,23,9,0,187,216,7,126,194,32,9,0,187,216,82,16,42,196,10,0,187,216,82,16,219,196,10,0,189,88,95,201,233,14,9,0,189,88,95,201,209,23,9,0,189,88,95,201,194,32,9,0,189,216,78,215,95,252,11,0,190,216,51,195,98,160,10,0,191,88,28,16,221,0,11,0,192,216,85,230,202,57,9,0,192,216,85,230,240,62,9,0,193,88,105,47,120,191,7,0,193,88,105,47,235,210,7,0,193,88,10,1,202,57,9,0,193,88,10,1,240,62,9,0,194,88,31,62,77,48,11,0,196,88,79,172,126,20,12,0,196,88,79,172,184,21,12,0,197,88,185,248,98,160,10,0,199,88,218,59,247,84,9,0,204,88,21,111,88,243,11,0,206,216,73,97,101,90,7,0,206,88,135,166,120,191,7,0,208,216,25,213,113,225,9,0,209,216,160,40,88,100,11,0,211,88,239,226,163,40,8,0,217,88,216,197,245,127,10,0,217,216,165,146,174,0,11,0,220,88,8,29,254,147,7,0,221,88,184,239,154,241,9,0,221,88,184,239,86,242,9,0,224,216,187,67,7,29,7,0,225,216,178,224,244,249,11,0,229,88,0,208,37,104,9,0,232,88,95,103,93,153,7,0,234,88,79,170,92,86,6,0,237,216,150,233,120,175,9,0,237,216,150,233,38,176,9,0,238,88,114,11,104,145,7,0,239,216,64,214,123,50,12,0,240,88,221,223,220,154,7,0,242,88,62,227,208,177,6,0,242,88,62,227,1,99,7,0,242,88,62,227,0,101,7,0,242,88,62,227,144,223,7,0,242,88,136,98,94,251,10,0,243,216,61,20,198,90,11,0,245,216,87,79,54,120,7,0,249,216,78,187,98,160,10,0,251,88,81,27,64,109,9,0,251,88,81,27,204,109,9,0,253,88,76,197,201,142,7,0,253,88,166,195,216,0,9,0,255,216,163,134,140,119,9,0,255,216,163,134,54,120,9,0,0,217,224,32,62,66,7,0,5,89,183,94,212,73,7,0,6,217,87,7,233,14,9,0,6,217,87,7,209,23,9,0,6,217,87,7,194,32,9,0,8,217,51,136,34,48,8,0,10,217,129,242,52,139,8,0,11,89,243,86,34,178,6,0,11,89,67,212,116,250,7,0,11,89,67,212,30,251,7,0,11,89,243,86,99,34,10,0,11,89,243,86,153,34,10,0,12,89,151,249,127,161,7,0,13,89,226,209,120,48,6,0,13,217,177,41,27,85,7,0,16,89,140,69,116,113,7,0,16,217,246,228,158,136,8,0,16,89,177,16,86,205,11,0,17,217,9,50,56,207,8,0,18,89,117,46,81,205,7,0,18,89,117,46,55,183,8,0,18,89,117,46,171,183,8,0,18,89,117,46,21,184,8,0,18,89,117,46,117,153,10,0,19,89,79,19,98,160,10,0,24,217,105,16,74,30,6,0,24,217,19,117,202,57,9,0,24,217,19,117,240,62,9,0,27,217,199,138,215,132,7,0,27,217,34,103,66,46,9,0,27,217,34,103,227,49,9,0,27,217,112,103,130,255,11,0,29,217,202,129,45,152,6,0,29,89,142,240,212,73,7,0,29,217,202,129,246,111,7,0,34,217,187,250,152,234,6,0,35,89,21,241,212,73,7,0,42,89,201,57,93,141,7,0,45,89,27,249,104,58,10,0,45,89,27,249,123,58,10,0,47,89,58,127,254,147,7,0,48,217,240,57,181,201,6,0,48,89,37,13,34,233,6,0,48,217,13,246,134,97,7,0,52,217,58,206,200,112,7,0,55,217,204,225,226,41,9,0,55,217,204,225,66,42,9,0,55,217,204,225,171,42,9,0,55,217,146,230,168,155,11,0,58,217,169,158,47,176,6,0,64,217,9,193,82,58,7,0,65,89,92,115,212,73,7,0,65,217,97,172,146,102,7,0,68,217,34,101,81,205,7,0,68,217,34,101,140,192,8,0,71,217,190,110,67,169,7,0,71,89,107,226,46,226,10,0,71,89,107,226,124,226,10,0,73,217,254,189,104,145,7,0,73,217,152,162,202,127,11,0,77,217,141,127,70,34,6,0,77,217,141,127,92,34,6,0,77,217,78,178,236,48,7,0,78,89,132,10,4,209,6,0,78,217,216,113,127,63,11,0,79,217,11,111,67,169,7,0,81,217,9,37,39,215,10,0,81,217,9,37,116,215,10,0,81,217,124,19,11,79,11,0,82,217,226,170,212,73,7,0,84,217,205,172,184,119,7,0,84,89,43,3,101,146,9,0,84,89,43,3,61,147,9,0,85,217,164,34,81,205,7,0,85,217,164,34,140,192,8,0,86,217,64,36,92,180,11,0,88,217,32,115,224,83,7,0,90,217,224,147,202,57,9,0,90,217,224,147,240,62,9,0,91,217,153,103,202,57,9,0,91,217,153,103,240,62,9,0,93,89,80,70,228,101,6,0,93,217,183,147,236,48,7,0,93,89,135,94,1,99,7,0,93,89,135,94,0,101,7,0,93,217,185,66,202,57,9,0,93,217,185,66,240,62,9,0,95,89,116,32,255,76,11,0,97,89,37,133,212,73,7,0,98,217,241,102,88,243,11,0,99,217,49,182,67,169,7,0,101,89,5,193,98,160,10,0,102,89,183,178,193,94,10,0,103,89,122,222,98,160,10,0,104,89,105,230,173,49,8,0,104,89,239,83,43,156,8,0,105,89,166,8,164,232,7,0,105,89,117,154,245,186,9,0,105,89,117,154,80,187,9,0,105,89,117,154,165,187,9,0,107,89,56,115,25,93,9,0,107,89,56,115,212,94,9,0,109,89,177,119,229,132,9,0,109,89,177,119,184,134,9,0,112,89,51,108,66,128,6,0,112,217,32,232,22,32,10,0,112,217,32,232,35,33,10,0,114,89,155,19,127,110,7,0,114,89,155,19,120,191,7,0,114,217,200,127,19,241,10,0,115,217,87,113,172,97,11,0,116,217,235,17,23,237,7,0,116,217,235,17,82,237,7,0,116,89,39,57,103,165,9,0,116,89,39,57,239,165,9,0,116,217,204,73,225,18,11,0,117,89,86,137,9,239,6,0,118,89,101,197,252,162,7,0,121,89,138,180,212,73,7,0,127,89,125,143,202,57,9,0,127,89,125,143,240,62,9,0,128,89,220,176,195,134,7,0,129,217,4,216,161,122,11,0,129,217,4,216,75,126,11,0,130,217,151,239,113,225,9,0,131,89,105,165,168,141,9,0,131,89,105,165,184,142,9,0,135,217,155,169,128,158,8,0,135,217,22,181,73,10,11,0,136,89,16,130,120,191,7,0,136,89,16,130,51,194,8,0,136,89,16,130,100,194,8,0,138,217,218,127,254,244,5,0,138,217,44,202,30,40,7,0,139,217,155,158,104,145,7,0,140,217,249,55,68,152,7,0,141,89,229,14,63,28,8,0,141,89,229,14,152,28,8,0,142,89,178,214,77,23,12,0,142,89,178,214,99,23,12,0,146,217,198,235,120,191,7,0,146,217,244,231,17,14,9,0,147,217,51,69,84,35,7,0,147,217,12,171,130,219,11,0,150,89,53,225,233,14,9,0,150,89,53,225,209,23,9,0,150,89,53,225,194,32,9,0,151,89,157,78,202,163,7,0,151,217,143,154,202,57,9,0,151,217,143,154,240,62,9,0,151,217,129,46,98,160,10,0,152,89,166,22,241,62,11,0,153,89,12,5,59,161,7,0,155,89,220,35,98,160,10,0,162,217,172,89,93,10,7,0,162,217,213,230,113,54,7,0,164,89,168,54,171,141,6,0,165,89,115,181,9,239,6,0,168,89,214,99,4,124,7,0,172,89,71,45,212,73,7,0,172,217,241,70,96,140,7,0,174,89,106,70,122,239,10,0,178,217,148,192,9,115,8,0,178,217,214,54,98,160,10,0,181,89,133,154,62,66,7,0,181,217,79,87,220,154,7,0,183,217,105,60,66,46,9,0,183,217,105,60,227,49,9,0,187,89,183,218,185,213,8,0,187,217,14,169,98,160,10,0,189,217,102,254,165,183,7,0,191,217,158,225,245,127,6,0,192,89,192,217,150,110,9,0,192,89,192,217,176,112,9,0,193,217,13,29,229,132,9,0,193,217,13,29,184,134,9,0,194,217,114,151,204,121,6,0,196,89,177,145,116,250,7,0,196,89,177,145,30,251,7,0,197,89,154,97,120,191,7,0,198,89,148,12,88,116,7,0,198,217,134,7,10,133,10,0,198,217,134,7,82,133,10,0,198,217,134,7,150,133,10,0,198,217,134,7,212,133,10,0,199,89,197,242,182,34,6,0,199,89,197,242,201,150,6,0,201,217,51,177,212,73,7,0,201,217,13,112,68,68,10,0,201,217,13,112,91,68,10,0,201,217,13,112,215,61,11,0,203,217,21,0,66,1,10,0,206,89,197,155,202,163,7,0,208,89,72,82,127,103,8,0,210,217,209,77,83,218,10,0,210,217,209,77,181,219,10,0,211,217,17,142,67,169,7,0,212,89,95,22,224,83,7,0,212,89,189,190,241,121,8,0,214,217,178,21,211,93,7,0,215,89,156,244,201,142,7,0,216,89,103,38,239,139,6,0,220,89,106,212,100,1,8,0,220,217,8,168,235,237,10,0,223,217,129,111,93,141,7,0,224,89,25,168,195,134,7,0,224,89,152,215,120,191,7,0,226,89,55,127,186,23,6,0,226,217,9,12,78,74,10,0,226,217,9,12,93,75,10,0,226,217,9,12,96,76,10,0,226,217,9,12,126,77,10,0,228,89,45,252,62,66,7,0,231,217,160,159,202,163,7,0,233,217,80,95,156,202,7,0,233,217,80,95,215,127,10,0,234,217,77,21,244,122,10,0,234,217,77,21,156,123,10,0,234,89,82,250,203,129,11,0,235,89,188,5,170,249,5,0,235,217,248,61,146,102,7,0,235,217,248,61,220,154,7,0,236,217,7,187,168,62,7,0,237,89,131,93,150,110,9,0,237,89,131,93,176,112,9,0,239,217,124,190,122,53,7,0,239,217,120,216,192,96,9,0,239,217,120,216,164,97,9,0,239,217,120,216,128,98,9,0,239,89,125,142,144,176,11,0,240,89,93,10,3,1,11,0,241,89,106,108,254,147,7,0,243,217,22,38,217,58,7,0,243,89,180,90,210,86,7,0,243,89,40,245,156,202,7,0,243,89,40,245,81,205,7,0,243,89,61,131,232,66,11,0,246,89,137,171,212,73,7,0,247,217,238,166,110,245,11,0,248,217,155,13,167,60,6,0,248,217,179,175,80,96,7,0,248,217,179,175,247,169,9,0,248,217,179,175,71,171,9,0,248,217,179,175,153,172,9,0,248,217,179,175,240,173,9,0,249,89,120,36,215,21,7,0,249,89,110,143,125,144,11,0,249,217,148,110,108,227,11,0,250,89,15,20,154,15,7,0,250,89,15,20,175,105,8,0,251,89,34,112,120,191,7,0,252,217,180,122,245,186,9,0,252,217,180,122,80,187,9,0,252,217,180,122,165,187,9,0,252,89,8,11,104,73,11,0,253,217,16,130,128,158,8,0,253,217,190,64,245,127,10,0,253,89,93,94,158,207,10,0,253,89,93,94,47,210,10,0,253,89,215,104,236,243,11,0,254,217,17,211,73,148,9,0,254,217,17,211,217,148,9,0,255,89,165,55,254,90,7,0,255,217,138,217,120,191,7,0,1,90,142,238,19,73,11,0,1,90,142,238,237,75,11,0,2,90,38,4,105,42,10,0,2,90,38,4,152,42,10,0,3,90,67,5,161,215,9,0,3,90,67,5,2,216,9,0,3,90,67,5,104,216,9,0,3,90,67,5,199,216,9,0,3,90,67,5,47,217,9,0,10,218,221,213,62,66,7,0,11,218,44,154,87,62,7,0,11,218,129,239,158,207,10,0,11,218,129,239,47,210,10,0,12,90,123,151,94,239,6,0,15,218,117,254,227,228,11,0,17,90,197,196,30,141,7,0,19,218,107,13,202,163,7,0,20,218,194,45,236,48,7,0,20,218,39,150,32,199,9,0,20,218,39,150,115,199,9,0,26,218,127,248,244,227,8,0,27,218,182,81,150,110,9,0,27,218,182,81,176,112,9,0,28,90,118,244,57,120,10,0,28,90,118,244,90,120,10,0,28,90,118,244,114,120,10,0,29,90,186,101,46,105,7,0,29,90,186,101,224,100,9,0,29,90,186,101,249,100,9,0,29,90,186,101,18,101,9,0,31,90,25,155,238,229,8,0,36,218,166,190,46,105,7,0,36,218,166,190,120,191,7,0,36,218,166,190,34,25,11,0,37,90,181,55,134,97,7,0,37,218,200,109,9,235,11,0,41,90,107,17,146,102,7,0,41,90,107,17,46,105,7,0,42,90,200,33,114,11,10,0,42,90,200,33,104,12,10,0,44,218,94,66,201,142,7,0,47,218,101,161,67,169,7,0,48,90,173,8,7,29,7,0,49,218,68,187,189,74,6,0,49,90,32,27,63,9,11,0,50,90,192,86,212,73,7,0,51,90,67,82,27,48,7,0,52,90,168,164,255,129,7,0,53,218,167,96,233,14,9,0,53,218,167,96,209,23,9,0,53,218,167,96,194,32,9,0,55,90,114,213,158,207,10,0,55,90,114,213,47,210,10,0,57,218,163,212,238,40,7,0,58,218,166,220,197,54,7,0,58,90,172,254,62,66,7,0,58,218,166,220,128,158,8,0,59,218,179,63,215,125,11,0,62,90,42,86,131,62,6,0,62,90,42,86,49,137,6,0,62,90,3,5,233,14,9,0,62,90,3,5,209,23,9,0,62,90,3,5,194,32,9,0,62,90,5,96,122,44,12,0,65,90,190,129,98,160,10,0,69,218,7,142,67,169,7,0,70,218,146,89,54,120,7,0,73,90,143,155,81,205,7,0,73,90,143,155,56,218,7,0,73,90,143,155,181,220,7,0,73,218,59,48,174,40,10,0,73,218,59,48,219,40,10,0,75,218,119,191,119,36,6,0,75,218,75,3,106,139,7,0,77,90,237,240,11,198,8,0,77,218,168,28,245,127,10,0,77,90,162,79,148,191,11,0,78,90,142,216,233,14,9,0,78,90,142,216,209,23,9,0,78,90,142,216,194,32,9,0,79,90,39,248,212,73,7,0,80,218,185,128,202,57,9,0,80,218,185,128,240,62,9,0,82,90,162,133,57,86,8,0,82,218,222,99,233,14,9,0,82,218,222,99,209,23,9,0,82,218,222,99,194,32,9,0,83,90,7,27,62,66,7,0,83,90,44,54,99,138,10,0,83,90,44,54,195,138,10,0,83,90,44,54,32,139,10,0,84,218,4,201,81,205,7,0,84,218,4,201,58,229,7,0,84,218,4,201,82,229,7,0,84,90,57,45,154,241,9,0,84,90,57,45,86,242,9,0,84,218,155,62,98,160,10,0,87,218,85,38,21,169,9,0,87,218,85,38,59,169,9,0,90,90,210,202,212,73,7,0,90,90,241,141,233,14,9,0,90,90,241,141,209,23,9,0,90,90,241,141,194,32,9,0,90,218,25,167,117,246,11,0,93,218,1,163,27,54,9,0,93,218,1,163,191,54,9,0,93,218,1,163,104,55,9,0,93,90,140,68,247,169,9,0,93,90,140,68,71,171,9,0,93,90,140,68,153,172,9,0,93,90,140,68,240,173,9,0,94,90,236,98,252,149,9,0,94,90,236,98,33,150,9,0,96,218,61,81,105,175,10,0,96,218,61,81,50,176,10,0,97,90,107,88,238,35,7,0,98,218,66,189,188,242,10,0,100,90,11,178,64,56,11,0,102,90,75,205,201,142,7,0,103,90,104,20,62,66,7,0,104,218,41,74,1,99,7,0,104,218,138,123,1,99,7,0,104,218,41,74,0,101,7,0,104,218,138,123,0,101,7,0,104,218,41,74,144,190,7,0,104,90,90,188,120,191,7,0,104,218,41,74,176,230,7,0,104,218,63,146,69,13,11,0,106,90,27,33,158,207,10,0,106,90,27,33,47,210,10,0,107,218,32,39,233,14,9,0,107,218,32,39,209,23,9,0,107,218,32,39,194,32,9,0,107,90,207,60,176,67,10,0,107,90,207,60,214,67,10,0,107,90,207,60,230,67,10,0,108,90,197,152,154,93,6,0,108,90,197,152,151,178,6,0,108,90,197,152,167,238,6,0,108,90,197,152,116,6,7,0,108,90,197,152,120,191,7,0,108,90,197,152,89,236,9,0,109,90,75,103,202,163,7,0,111,90,226,14,210,248,8,0,112,90,50,190,198,166,6,0,112,90,122,8,212,73,7,0,112,218,56,98,67,169,7,0,113,90,11,62,9,247,11,0,114,218,145,86,14,57,11,0,119,218,51,174,102,138,7,0,122,90,67,64,202,237,5,0,123,218,10,65,212,73,7,0,126,218,138,99,174,14,11,0,127,218,242,114,119,40,7,0,127,218,191,59,160,125,10,0,127,218,191,59,197,125,10,0,130,218,101,128,212,73,7,0,130,90,84,46,64,109,9,0,130,90,84,46,204,109,9,0,131,90,48,124,127,161,7,0,132,218,240,213,233,14,9,0,132,218,240,213,209,23,9,0,132,218,240,213,194,32,9,0,134,90,175,203,202,57,9,0,134,90,175,203,240,62,9,0,139,218,159,141,150,110,9,0,139,218,159,141,176,112,9,0,140,90,40,20,190,68,10,0,140,90,40,20,220,68,10,0,142,90,67,4,154,241,9,0,142,90,67,4,86,242,9,0,143,218,31,209,143,25,7,0,146,90,185,55,229,132,9,0,146,90,185,55,184,134,9,0,146,218,151,159,115,59,11,0,148,90,189,14,87,55,7,0,149,90,223,44,162,34,6,0,149,90,223,44,200,225,6,0,150,218,65,8,110,79,9,0,150,218,65,8,222,79,9,0,154,90,47,244,212,73,7,0,155,90,112,50,202,163,7,0,156,218,119,160,199,163,6,0,156,218,58,230,120,191,7,0,157,218,44,127,56,207,8,0,158,218,32,68,248,66,11,0,163,218,243,59,237,235,7,0,163,90,143,189,64,109,9,0,163,90,143,189,204,109,9,0,164,90,207,168,96,44,10,0,164,90,207,168,129,44,10,0,165,90,180,109,229,51,7,0,167,90,140,42,146,102,7,0,167,90,140,42,46,105,7,0,167,218,37,86,229,150,9,0,167,218,37,86,153,151,9,0,171,90,79,236,158,207,10,0,171,90,79,236,47,210,10,0,174,218,200,198,77,48,8,0,175,90,180,225,217,135,7,0,176,218,212,92,158,238,9,0,176,218,212,92,25,239,9,0,176,218,212,92,142,239,9,0,176,218,212,92,54,240,9,0,176,218,212,92,208,240,9,0,177,218,174,112,80,168,10,0,177,218,174,112,228,168,10,0,177,218,174,112,124,169,10,0,178,90,82,195,88,116,7,0,179,90,187,166,118,88,7,0,180,218,158,79,67,169,7,0,181,90,73,197,60,141,11,0,182,90,176,252,170,222,11,0,185,218,148,148,217,146,6,0,190,218,194,225,116,6,7,0,190,218,194,225,89,236,9,0,191,90,207,168,81,205,7,0,191,90,207,168,31,232,7,0,191,218,134,122,233,14,9,0,191,218,134,122,209,23,9,0,191,218,134,122,194,32,9,0,191,90,204,211,25,93,9,0,191,90,204,211,212,94,9,0,196,90,193,126,202,57,9,0,196,90,193,126,240,62,9,0,197,218,159,39,253,94,7,0,200,218,163,210,212,73,7,0,200,218,231,77,57,86,8,0,202,90,140,123,80,96,7,0,203,218,242,178,246,244,6,0,203,90,26,15,83,218,10,0,203,90,26,15,181,219,10,0,205,90,8,154,233,14,9,0,205,90,8,154,209,23,9,0,205,90,8,154,194,32,9,0,206,90,122,21,123,129,11,0,210,218,88,15,113,253,11,0,211,218,57,37,92,157,7,0,211,218,225,241,4,22,11,0,212,90,13,242,81,205,7,0,212,90,13,242,149,219,7,0,215,218,75,79,202,4,9,0,215,218,34,246,208,106,9,0,215,218,34,246,138,107,9,0,215,218,34,246,56,108,9,0,219,90,162,214,108,116,6,0,219,218,141,152,211,93,7,0,219,90,164,70,176,20,8,0,220,218,36,180,82,58,7,0,220,218,75,103,152,171,11,0,221,218,5,106,85,175,6,0,222,90,129,124,16,44,9,0,222,90,129,124,160,44,9,0,224,90,165,226,202,163,7,0,224,218,194,156,202,57,9,0,224,218,194,156,240,62,9,0,225,218,3,65,211,93,7,0,225,90,90,209,120,191,7,0,228,218,108,124,56,207,8,0,232,218,230,19,232,91,7,0,233,90,198,228,96,100,6,0,234,218,85,42,45,91,9,0,234,218,85,42,214,91,9,0,235,218,42,84,149,220,6,0,235,90,239,142,54,120,7,0,235,90,34,22,83,218,10,0,235,90,34,22,181,219,10,0,237,90,186,55,232,91,7,0,239,218,246,251,168,240,10,0,241,218,126,221,103,165,9,0,241,218,126,221,239,165,9,0,243,218,7,103,233,14,9,0,243,218,7,103,209,23,9,0,243,218,7,103,194,32,9,0,245,90,215,75,25,93,9,0,245,90,215,75,212,94,9,0,250,90,108,77,117,57,11,0,251,90,240,113,208,106,9,0,251,90,240,113,138,107,9,0,251,90,240,113,56,108,9,0,251,218,67,134,105,175,10,0,251,218,67,134,50,176,10,0,252,218,199,72,251,122,7,0,252,90,96,200,106,236,11,0,254,218,176,241,59,204,9,0,254,218,176,241,90,204,9,0,254,218,176,241,117,204,9,0,0,91,85,17,70,130,7,0,1,91,14,37,212,73,7,0,1,91,95,233,120,191,7,0,1,91,95,233,229,150,9,0,1,91,95,233,153,151,9,0,1,91,44,136,249,217,11,0,2,219,113,115,202,163,7,0,4,219,204,250,104,145,7,0,8,91,130,154,212,73,7,0,10,219,129,221,146,102,7,0,10,219,129,221,233,14,9,0,10,219,129,221,209,23,9,0,10,219,129,221,194,32,9,0,10,91,52,38,66,46,9,0,10,91,52,38,227,49,9,0,12,91,164,97,113,198,6,0,12,91,158,79,62,66,7,0,12,91,126,34,170,141,10,0,12,91,126,34,198,141,10,0,12,91,126,34,13,142,10,0,13,91,198,5,98,160,10,0,14,91,38,143,33,55,7,0,14,91,45,3,114,229,7,0,14,219,208,10,31,70,9,0,14,219,208,10,104,71,9,0,14,219,208,10,179,72,9,0,16,219,147,190,18,103,11,0,18,91,225,79,188,45,7,0,20,91,130,168,120,191,7,0,20,219,181,229,135,209,11,0,21,91,210,107,82,189,10,0,22,219,230,109,120,191,7,0,23,219,230,237,62,66,7,0,24,219,16,167,1,201,8,0,24,219,16,167,49,201,8,0,24,219,163,25,29,65,11,0,25,219,140,134,62,66,7,0,27,219,197,240,202,57,9,0,27,219,197,240,240,62,9,0,32,219,196,202,167,186,6,0,32,91,184,218,215,132,7,0,32,219,10,44,202,163,7,0,32,91,34,24,212,214,9,0,32,91,34,24,252,214,9,0,32,219,154,68,158,207,10,0,32,219,154,68,47,210,10,0,33,91,232,237,22,32,10,0,33,91,232,237,35,33,10,0,34,219,54,207,212,73,7,0,35,91,169,215,150,10,11,0,36,91,115,188,14,249,8,0,37,91,176,25,116,6,7,0,37,219,160,81,98,160,10,0,41,91,82,110,252,27,6,0,41,219,123,144,101,146,9,0,41,219,123,144,61,147,9,0,42,219,145,79,30,53,7,0,42,219,122,235,202,57,9,0,42,219,122,235,240,62,9,0,43,219,214,117,23,237,5,0,43,219,58,224,212,73,7,0,43,91,238,90,156,202,7,0,43,91,238,90,62,212,7,0,43,219,236,237,116,238,10,0,46,91,79,192,111,125,7,0,46,91,20,186,156,202,7,0,46,91,20,186,191,160,9,0,46,91,20,186,221,160,9,0,47,219,214,117,37,235,5,0,48,91,153,244,170,248,11,0,52,91,47,155,81,205,7,0,52,91,47,155,203,219,7,0,55,91,165,230,55,1,11,0,58,219,5,108,131,55,7,0,59,219,134,64,76,154,6,0,59,91,167,114,137,250,10,0,60,219,14,88,104,192,11,0,63,91,224,194,165,59,7,0,64,91,95,86,93,153,7,0,64,91,95,86,202,57,9,0,64,91,95,86,240,62,9,0,65,219,87,61,66,46,9,0,65,219,87,61,227,49,9,0,65,219,251,8,171,130,10,0,65,219,251,8,227,130,10,0,65,219,251,8,28,131,10,0,68,219,24,198,67,169,7,0,74,91,16,27,160,19,12,0,80,91,24,20,245,104,9,0,80,91,24,20,223,105,9,0,87,219,153,32,45,249,5,0,87,91,215,222,204,38,7,0,87,91,20,82,98,160,10,0,89,91,130,168,120,191,7,0,89,219,190,11,96,92,11,0,95,219,157,45,31,56,7,0,97,91,211,138,168,62,7,0,98,219,17,68,98,160,10,0,101,91,246,130,86,64,7,0,102,91,37,14,224,78,6,0,102,91,199,129,127,103,8,0,103,219,62,201,21,46,7,0,104,91,20,210,30,40,7,0,104,91,20,210,212,73,7,0,104,219,101,27,98,160,10,0,106,219,129,181,215,245,9,0,106,219,129,181,69,246,9,0,108,91,252,154,212,73,7,0,109,219,254,189,67,169,7,0,111,219,1,253,144,176,11,0,112,219,65,233,98,201,7,0,112,219,65,233,56,218,7,0,114,91,80,168,47,22,7,0,114,91,80,168,82,22,7,0,118,91,100,96,210,229,6,0,118,219,119,29,65,156,7,0,118,219,119,29,164,156,7,0,122,91,31,221,55,74,9,0,122,91,31,221,40,75,9,0,123,219,141,107,249,103,11,0,125,91,68,233,229,150,9,0,125,91,68,233,153,151,9,0,126,91,204,11,202,163,7,0,127,219,93,153,111,125,7,0,127,219,111,63,235,32,12,0,131,91,133,87,184,37,7,0,132,219,197,32,20,244,7,0,132,91,15,193,141,78,10,0,132,91,15,193,26,79,10,0,133,91,233,96,115,153,9,0,133,91,233,96,142,153,9,0,134,219,102,118,68,47,12,0,137,91,138,219,233,14,9,0,137,91,138,219,209,23,9,0,137,91,138,219,194,32,9,0,137,91,179,200,248,208,11,0,138,219,226,36,212,73,7,0,139,219,58,48,231,139,11,0,139,91,72,51,124,224,11,0,145,91,161,189,236,48,7,0,146,219,4,62,203,23,12,0,146,219,4,62,83,24,12,0,147,219,178,205,218,253,8,0,148,91,41,25,202,163,7,0,149,219,100,234,185,47,7,0,150,91,209,107,236,48,7,0,150,219,224,151,57,86,8,0,150,91,142,142,17,96,10,0,150,91,142,142,83,97,10,0,150,91,142,142,152,98,10,0,154,91,236,63,42,196,10,0,154,91,236,63,219,196,10,0,157,219,209,232,223,174,8,0,157,219,209,232,9,175,8,0,157,219,209,232,64,175,8,0,158,91,213,66,81,205,7,0,158,219,96,206,226,83,8,0,158,219,96,206,158,136,8,0,158,219,208,147,56,207,8,0,158,91,213,66,72,225,9,0,158,91,213,66,88,225,9,0,159,219,113,217,7,29,7,0,161,91,168,243,97,39,7,0,161,91,218,215,15,109,7,0,162,91,45,241,120,191,7,0,163,91,209,171,230,35,10,0,163,91,209,171,133,36,10,0,169,219,103,70,233,14,9,0,169,219,103,70,209,23,9,0,169,219,103,70,194,32,9,0,172,91,127,89,40,186,6,0,172,219,19,243,233,146,8,0,175,219,245,4,128,116,10,0,175,219,245,4,163,116,10,0,175,219,245,4,208,116,10,0,178,219,179,128,120,191,7,0,178,91,157,165,207,105,8,0,180,219,109,105,83,218,10,0,180,219,109,105,181,219,10,0,183,91,226,212,92,157,7,0,183,219,159,83,127,161,7,0,184,219,184,61,202,163,7,0,185,219,86,92,202,57,9,0,185,219,86,92,240,62,9,0,187,91,184,148,181,7,7,0,188,219,58,206,235,161,8,0,188,219,58,206,32,162,8,0,188,219,58,206,85,162,8,0,188,219,58,206,139,162,8,0,190,219,182,49,191,71,11,0,193,219,23,1,122,230,6,0,197,219,71,205,26,78,8,0,197,219,71,205,77,78,8,0,197,219,71,205,146,78,8,0,199,91,138,60,165,63,7,0,199,219,154,185,133,244,10,0,202,219,114,235,81,205,7,0,202,219,114,235,157,214,7,0,203,91,208,231,227,58,11,0,204,219,183,112,112,183,6,0,204,219,45,231,39,51,7,0,204,91,112,216,198,34,8,0,204,91,112,216,50,114,8,0,205,91,73,218,212,73,7,0,206,91,190,202,202,57,9,0,206,91,190,202,240,62,9,0,207,91,195,158,173,7,6,0,207,219,100,74,233,14,9,0,207,219,100,74,209,23,9,0,207,219,100,74,194,32,9,0,211,219,89,140,249,183,6,0,211,91,13,80,15,115,7,0,211,91,131,102,70,130,7,0,211,91,217,98,127,137,7,0,212,219,28,59,236,48,7,0,215,91,1,118,107,1,10,0,216,219,105,88,86,71,6,0,216,219,20,207,17,96,10,0,216,219,20,207,83,97,10,0,216,219,20,207,152,98,10,0,220,219,50,98,202,57,9,0,220,219,50,98,240,62,9,0,223,91,105,30,67,169,7,0,224,91,191,126,46,105,7,0,224,219,250,99,107,1,10,0,225,91,64,127,212,73,7,0,226,91,199,180,126,211,6,0,227,219,26,36,32,199,6,0,227,219,170,218,168,62,7,0,228,219,107,229,114,11,10,0,228,219,107,229,104,12,10,0,229,91,33,8,212,73,7,0,229,219,24,252,13,159,7,0,230,219,168,134,120,191,7,0,233,219,88,77,82,189,10,0,233,219,144,98,118,222,11,0,238,219,115,81,62,66,7,0,239,91,146,145,178,214,10,0,239,91,146,145,201,214,10,0,246,91,180,214,62,66,7,0,246,219,178,214,199,146,11,0,248,219,109,143,93,226,7,0,252,91,174,15,233,14,9,0,252,91,174,15,209,23,9,0,252,91,174,15,194,32,9,0,254,219,88,73,55,74,9,0,254,219,88,73,40,75,9,0,0,92,197,100,239,220,7,0,0,92,197,100,12,221,7,0,1,92,68,196,62,66,7,0,5,220,75,160,211,93,7,0,6,92,163,133,251,122,7,0,7,220,126,124,158,21,11,0,10,220,219,18,202,163,7,0,11,92,173,204,2,212,11,0,12,220,57,64,151,28,10,0,12,220,57,64,187,28,10,0,12,92,59,59,191,152,11,0,14,220,106,175,160,125,10,0,14,220,106,175,197,125,10,0,15,92,126,228,202,163,7,0,17,220,195,54,111,125,7,0,18,220,93,121,123,126,6,0,18,92,240,20,1,27,7,0,20,92,171,84,135,65,7,0,23,220,206,129,120,191,7,0,24,92,146,155,78,44,8,0,24,92,183,40,52,53,8,0,25,92,221,108,214,89,8,0,28,92,62,77,76,250,7,0,29,92,207,188,67,61,7,0,29,220,43,190,254,147,7,0,30,92,117,116,113,164,11,0,31,220,17,142,212,73,7,0,32,92,148,174,241,246,11,0,33,92,101,247,124,187,6,0,33,92,55,201,120,191,7,0,33,92,55,201,187,97,8,0,35,92,31,240,150,110,9,0,35,92,31,240,176,112,9,0,36,92,61,102,62,66,7,0,39,92,99,100,30,224,6,0,40,220,120,246,149,88,7,0,40,92,38,188,200,112,7,0,40,220,160,85,233,14,9,0,40,220,160,85,209,23,9,0,40,220,160,85,194,32,9,0,40,220,35,165,244,42,10,0,40,220,35,165,38,43,10,0,40,220,35,165,75,43,10,0,40,92,102,27,115,17,11,0,42,92,43,200,240,91,6,0,43,92,188,202,83,24,7,0,45,92,207,124,42,196,10,0,45,92,207,124,219,196,10,0,48,92,38,147,164,84,9,0,48,92,38,147,117,220,11,0,50,92,40,52,9,239,6,0,50,92,122,250,184,5,10,0,50,92,122,250,232,5,10,0,52,92,105,165,43,14,11,0,52,92,148,214,103,194,11,0,55,220,68,66,143,25,12,0,56,92,34,99,232,28,6,0,56,220,58,22,227,144,6,0,56,220,43,231,146,102,7,0,56,220,43,231,46,105,7,0,56,220,58,22,235,129,7,0,58,220,54,230,254,147,7,0,59,92,116,84,104,145,7,0,60,220,118,114,150,110,9,0,60,220,118,114,176,112,9,0,61,220,157,153,143,139,11,0,62,220,184,15,105,99,11,0,63,220,16,130,135,253,6,0,63,92,225,142,45,31,7,0,66,220,95,188,66,31,6,0,66,220,13,152,51,46,6,0,66,220,13,152,87,182,7,0,69,220,252,169,100,1,8,0,70,92,158,148,202,163,7,0,71,92,160,86,212,73,7,0,71,220,69,224,138,87,7,0,71,92,22,62,255,163,8,0,77,92,9,99,46,105,7,0,80,220,42,115,247,117,7,0,82,92,19,103,120,191,7,0,82,220,196,230,38,247,10,0,85,92,26,163,168,141,9,0,85,92,26,163,184,142,9,0,87,220,125,194,87,129,7,0,89,92,241,247,25,70,6,0,91,92,197,96,19,140,9,0,91,92,197,96,144,140,9,0,92,92,100,38,159,88,11,0,93,220,43,47,176,51,10,0,93,220,43,47,206,51,10,0,95,92,159,141,194,11,8,0,97,92,197,202,120,191,7,0,99,92,96,207,44,58,8,0,100,92,63,8,25,152,11,0,101,92,10,35,175,60,8,0,101,92,10,35,230,60,8,0,101,92,10,35,29,61,8,0,101,92,25,32,66,46,9,0,101,92,25,32,227,49,9,0,102,220,137,238,37,124,11,0,103,220,65,83,107,129,11,0,104,220,9,206,65,95,6,0,104,220,54,68,240,223,11,0,104,220,231,111,98,33,12,0,105,220,59,11,231,112,6,0,106,92,171,201,62,66,7,0,106,220,187,62,61,73,10,0,106,220,187,62,143,73,10,0,108,220,69,254,56,207,8,0,108,220,32,107,103,180,9,0,108,220,32,107,253,180,9,0,111,220,77,126,213,88,10,0,111,220,77,126,233,88,10,0,111,92,59,20,142,152,11,0,118,220,233,103,161,89,9,0,118,220,233,103,201,89,9,0,118,92,13,227,158,207,10,0,118,92,13,227,158,207,10,0,118,92,13,227,47,210,10,0,118,92,13,227,47,210,10,0,120,92,11,61,111,125,7,0,121,92,52,51,65,0,12,0,122,220,4,41,62,66,7,0,129,220,31,74,105,203,8,0,138,92,69,91,236,48,7,0,141,92,113,245,67,169,7,0,142,220,152,218,198,235,5,0,142,220,27,171,35,160,11,0,143,92,35,183,98,160,10,0,146,220,40,90,145,61,6,0,146,220,40,90,177,61,6,0,146,92,195,62,176,139,10,0,146,92,195,62,204,139,10,0,146,92,195,62,229,139,10,0,147,92,157,126,182,195,6,0,148,92,230,224,174,144,11,0,148,92,254,66,38,173,11,0,150,220,206,57,62,66,7,0,153,220,87,0,202,57,9,0,153,220,87,0,240,62,9,0,154,92,104,148,0,23,7,0,155,220,64,141,65,56,6,0,155,220,64,141,250,251,6,0,156,220,147,177,92,157,7,0,156,92,235,90,31,70,9,0,156,92,235,90,104,71,9,0,156,92,235,90,179,72,9,0,157,92,253,15,234,32,11,0,159,220,183,226,115,224,9,0,159,220,183,226,142,224,9,0,159,220,183,226,133,5,11,0,160,220,164,145,67,169,7,0,161,92,18,91,1,99,7,0,161,92,18,91,0,101,7,0,162,220,225,142,77,221,10,0,162,220,225,142,208,221,10,0,164,220,97,67,106,139,7,0,164,92,34,116,84,144,10,0,164,92,34,116,138,144,10,0,165,92,155,173,213,3,6,0,166,220,214,254,62,66,7,0,166,92,215,254,77,118,11,0,168,220,8,155,147,242,5,0,170,92,221,236,105,133,6,0,170,92,221,236,230,154,6,0,170,220,148,10,116,113,7,0,172,220,103,47,198,235,5,0,179,220,241,126,1,99,7,0,179,220,241,126,0,101,7,0,181,92,33,111,249,59,8,0,181,92,33,111,82,60,8,0,181,92,33,111,128,60,8,0,181,220,82,132,37,81,9,0,181,220,82,132,65,81,9,0,181,220,82,132,37,104,9,0,181,92,73,246,98,160,10,0,182,92,114,106,105,206,11,0,185,92,107,214,192,96,9,0,185,92,107,214,164,97,9,0,185,92,107,214,128,98,9,0,185,92,112,129,225,90,10,0,187,220,47,58,168,141,9,0,187,220,47,58,184,142,9,0,189,92,57,23,203,21,11,0,190,92,138,189,201,14,12,0,191,92,110,144,110,79,9,0,191,92,110,144,222,79,9,0,192,92,166,107,10,138,7,0,192,92,166,107,102,138,7,0,193,220,46,43,149,88,7,0,194,92,33,12,101,146,9,0,194,92,33,12,61,147,9,0,196,220,61,124,81,205,7,0,196,220,46,85,233,14,9,0,196,220,46,85,209,23,9,0,196,220,46,85,194,32,9,0,196,220,61,124,4,191,10,0,196,220,61,124,25,191,10,0,197,92,147,222,227,228,6,0,197,92,147,222,209,26,8,0,197,220,194,14,143,19,12,0,201,92,55,127,83,16,11,0,204,220,130,166,15,115,7,0,204,220,130,166,45,163,7,0,205,220,110,167,92,91,7,0,206,92,75,220,185,43,7,0,206,92,75,220,4,64,11,0,208,220,58,237,20,244,7,0,209,220,116,111,5,120,8,0,209,220,116,111,49,120,8,0,210,92,106,16,147,71,11,0,212,92,188,148,233,14,9,0,212,92,188,148,209,23,9,0,212,92,188,148,194,32,9,0,213,220,96,99,103,159,7,0,213,220,96,99,148,159,7,0,213,92,133,104,134,76,8,0,213,92,133,104,193,76,8,0,213,92,133,104,6,77,8,0,213,92,133,104,76,77,8,0,218,92,201,131,14,6,6,0,218,92,201,131,101,110,6,0,218,92,114,74,233,14,9,0,218,92,114,74,209,23,9,0,218,92,114,74,194,32,9,0,221,220,169,160,153,249,10,0,223,92,36,175,199,35,7,0,226,220,115,191,83,218,10,0,226,220,115,191,181,219,10,0,227,92,228,227,86,65,8,0,227,220,65,225,57,86,8,0,228,92,107,101,246,111,7,0,230,220,81,168,120,191,7,0,236,220,138,81,215,132,7,0,238,220,197,91,182,8,7,0,238,92,220,181,86,154,10,0,238,92,220,181,163,154,10,0,241,220,38,122,62,66,7,0,242,92,120,29,202,163,7,0,244,92,14,96,31,70,9,0,244,92,14,96,104,71,9,0,244,92,14,96,179,72,9,0,247,92,197,148,246,218,6,0,247,220,221,24,143,34,7,0,247,220,152,230,201,142,7,0,255,220,26,89,7,29,10,0,255,220,26,89,26,29,10,0,0,93,49,83,199,210,6,0,0,221,233,124,67,205,11,0,1,221,136,125,127,110,7,0,1,221,64,52,25,241,8,0,4,221,60,178,238,40,7,0,4,93,91,46,150,110,9,0,4,93,91,46,176,112,9,0,4,221,60,178,158,207,10,0,4,221,60,178,47,210,10,0,5,93,136,60,202,57,9,0,5,93,136,60,240,62,9,0,6,93,128,32,67,169,7,0,6,93,128,32,41,166,11,0,7,93,91,204,3,185,11,0,9,93,251,119,203,147,11,0,10,221,93,27,67,169,7,0,10,93,238,173,67,169,7,0,10,221,111,180,205,84,11,0,10,221,132,78,228,13,12,0,12,221,87,247,210,86,7,0,13,93,123,119,111,125,7,0,14,221,216,43,86,67,11,0,16,221,117,55,46,105,7,0,17,93,100,193,233,14,9,0,17,93,100,193,209,23,9,0,17,93,100,193,194,32,9,0,21,93,88,171,173,13,11,0,26,221,234,163,98,160,10,0,33,93,60,228,121,176,6,0,34,221,0,77,207,22,10,0,34,221,0,77,235,22,10,0,35,221,37,154,54,120,7,0,35,221,192,202,201,142,7,0,35,93,16,249,14,190,10,0,35,93,16,249,53,190,10,0,36,93,210,101,146,102,7,0,36,93,210,101,46,105,7,0,36,93,125,142,69,167,11,0,37,221,64,231,62,66,7,0,38,93,153,134,38,201,6,0,38,93,153,134,197,54,7,0,38,93,153,134,81,205,7,0,38,221,11,32,199,161,11,0,40,221,180,35,101,51,7,0,40,221,222,190,238,154,8,0,45,93,62,5,90,43,6,0,45,93,62,5,236,28,7,0,45,93,62,5,106,139,7,0,45,221,99,167,55,157,7,0,45,221,33,63,120,191,7,0,47,93,109,33,59,91,8,0,47,221,176,249,185,237,11,0,48,221,62,229,185,43,7,0,49,221,10,148,158,190,9,0,49,221,10,148,182,190,9,0,50,221,214,63,93,141,7,0,50,221,179,22,122,233,7,0,58,221,70,74,214,89,8,0,60,221,89,131,174,52,7,0,60,221,217,30,199,124,9,0,60,221,217,30,173,125,9,0,60,221,217,30,152,126,9,0,61,221,239,33,240,149,11,0,65,93,48,120,100,1,8,0,66,221,183,168,83,13,8,0,66,221,183,168,136,13,8,0,66,221,222,142,253,46,11,0,67,93,122,76,157,53,6,0,71,93,106,168,19,140,9,0,71,93,106,168,144,140,9,0,72,221,4,169,223,60,7,0,72,221,133,237,102,138,7,0,73,221,199,89,54,120,7,0,74,221,47,228,170,116,6,0,75,221,239,111,215,31,7,0,77,93,93,57,80,96,7,0,77,93,93,57,247,169,9,0,77,93,93,57,71,171,9,0,77,93,93,57,153,172,9,0,77,93,93,57,240,173,9,0,78,221,203,250,182,41,7,0,79,221,151,148,5,69,6,0,79,221,108,181,62,66,7,0,79,93,132,194,103,165,9,0,79,93,132,194,239,165,9,0,81,221,4,62,217,103,8,0,81,221,134,51,233,14,9,0,81,221,134,51,209,23,9,0,81,221,134,51,194,32,9,0,83,93,61,238,202,163,7,0,85,93,60,113,45,91,9,0,85,93,60,113,214,91,9,0,85,221,78,147,22,123,9,0,85,221,78,147,98,123,9,0,85,221,78,147,165,4,11,0,88,93,6,164,192,96,9,0,88,93,6,164,164,97,9,0,88,93,6,164,128,98,9,0,98,221,59,8,48,146,11,0,102,93,222,82,25,93,9,0,102,93,222,82,212,94,9,0,103,93,233,180,134,44,8,0,105,93,174,94,229,150,9,0,105,93,174,94,153,151,9,0,106,221,252,84,104,145,7,0,106,221,203,187,67,169,7,0,106,221,193,59,45,91,9,0,106,221,193,59,214,91,9,0,107,93,174,140,158,207,10,0,107,93,174,140,47,210,10,0,108,221,104,7,110,245,11,0,111,93,141,254,168,62,7,0,111,93,105,27,2,8,11,0,113,93,226,132,193,230,6,0,117,221,184,142,233,14,9,0,117,221,184,142,209,23,9,0,117,221,184,142,194,32,9,0,120,93,31,40,105,175,10,0,120,93,31,40,50,176,10,0,121,93,92,181,120,191,7,0,121,93,207,132,229,132,9,0,121,93,207,132,184,134,9,0,123,93,144,48,198,235,5,0,125,221,40,221,172,111,7,0,131,221,249,99,245,104,9,0,131,221,249,99,223,105,9,0,135,221,69,249,230,160,7,0,138,221,69,201,123,132,7,0,139,93,94,23,149,88,7,0,139,93,31,248,114,11,10,0,139,93,31,248,104,12,10,0,140,221,119,193,93,153,7,0,141,221,221,166,251,43,12,0,144,93,110,8,149,217,6,0,144,93,210,229,17,96,10,0,144,93,210,229,83,97,10,0,144,93,210,229,152,98,10,0,145,221,147,190,36,137,10,0,145,221,147,190,62,137,10,0,145,221,147,190,87,137,10,0,148,221,154,161,78,74,10,0,148,221,154,161,93,75,10,0,148,221,154,161,96,76,10,0,148,221,154,161,126,77,10,0,149,93,74,4,81,205,7,0,149,93,74,4,21,220,7,0,149,93,74,4,61,220,7,0,154,93,49,17,165,138,6,0,154,221,109,95,27,54,9,0,154,221,109,95,191,54,9,0,154,221,109,95,104,55,9,0,156,221,207,90,202,163,7,0,157,93,32,71,4,124,7,0,161,221,229,204,193,94,10,0,164,221,237,158,30,40,7,0,164,221,214,105,183,55,7,0,166,93,242,7,165,3,11,0,166,93,242,7,87,17,11,0,166,93,38,142,72,206,11,0,170,93,200,126,116,66,6,0,173,93,102,153,233,14,9,0,173,93,102,153,209,23,9,0,173,93,102,153,194,32,9,0,173,93,102,153,34,25,11,0,174,93,195,224,224,83,7,0,174,93,114,11,93,141,7,0,175,93,72,182,149,88,7,0,175,93,62,120,202,163,7,0,177,221,29,58,89,148,8,0,177,93,54,92,93,187,8,0,177,93,54,92,148,187,8,0,177,93,54,92,201,187,8,0,177,93,54,92,252,187,8,0,181,93,74,84,233,14,9,0,181,93,74,84,209,23,9,0,181,93,74,84,194,32,9,0,182,93,218,131,230,160,7,0,182,221,31,253,67,10,9,0,184,221,66,95,228,17,7,0,184,221,195,102,7,88,8,0,184,93,30,201,85,227,11,0,186,221,11,183,236,48,7,0,186,93,92,151,67,169,7,0,187,221,244,178,92,91,7,0,187,221,231,212,51,139,11,0,192,93,30,149,16,44,9,0,192,93,30,149,160,44,9,0,193,93,100,206,129,3,12,0,194,221,121,22,75,173,11,0,196,93,22,6,25,93,9,0,196,93,22,6,212,94,9,0,198,221,167,160,237,235,7,0,198,93,250,126,142,184,10,0,198,93,250,126,59,185,10,0,200,221,207,170,81,205,7,0,200,221,207,170,144,68,9,0,202,93,143,171,138,102,6,0,202,93,143,171,34,131,6,0,202,221,60,249,27,85,7,0,207,93,36,234,81,205,7,0,207,93,36,234,144,68,9,0,207,221,203,50,229,132,9,0,207,221,203,50,184,134,9,0,208,221,247,18,104,145,7,0,209,93,86,40,37,104,9,0,211,93,75,84,98,160,10,0,212,221,194,123,120,175,9,0,212,221,194,123,38,176,9,0,214,221,139,204,201,142,7,0,215,221,146,77,109,152,7,0,215,221,75,180,156,202,7,0,216,93,189,251,136,235,8,0,216,93,189,251,213,235,8,0,216,93,189,251,35,236,8,0,218,221,154,0,3,1,11,0,219,221,205,51,83,24,7,0,220,221,214,182,182,41,7,0,222,221,132,83,140,148,6,0,223,93,100,20,202,163,7,0,223,221,157,103,132,227,9,0,223,221,157,103,171,227,9,0,225,93,81,48,86,150,9,0,225,93,81,48,139,150,9,0,226,93,93,68,16,44,9,0,226,93,93,68,160,44,9,0,227,221,13,23,122,25,12,0,228,93,250,229,67,169,7,0,229,221,130,166,15,115,7,0,229,221,130,166,45,163,7,0,230,221,146,94,59,246,7,0,231,93,105,119,102,138,7,0,231,221,238,94,245,127,10,0,232,93,47,122,51,46,6,0,232,93,47,122,87,182,7,0,234,221,108,231,114,11,10,0,234,221,108,231,104,12,10,0,235,221,250,191,43,209,6,0,236,93,164,73,233,14,9,0,236,93,164,73,209,23,9,0,236,93,164,73,194,32,9,0,237,93,198,130,187,153,6,0,239,221,184,109,67,169,7,0,239,221,66,100,143,20,12,0,240,93,75,246,233,14,9,0,240,93,75,246,233,14,9,0,240,93,75,246,209,23,9,0,240,93,75,246,209,23,9,0,240,93,75,246,194,32,9,0,240,93,75,246,194,32,9,0,243,221,79,233,32,12,6,0,243,221,220,247,98,160,10,0,244,221,130,47,137,101,10,0,244,221,130,47,237,101,10,0,244,221,130,47,78,102,10,0,245,221,28,146,107,1,10,0,249,221,243,222,16,96,6,0,250,221,185,138,96,140,7,0,250,221,10,171,36,109,11,0,251,221,32,16,199,35,7,0,252,93,213,219,168,141,9,0,252,93,213,219,184,142,9,0,255,93,9,77,58,156,6,0,255,221,145,61,104,145,7,0,255,221,110,50,126,109,11,0,0,222,134,158,62,66,7,0,4,94,6,56,254,147,7,0,5,222,242,203,27,85,7,0,7,94,153,134,87,62,7,0,7,222,29,141,98,111,7,0,8,222,136,89,54,120,7,0,9,94,118,11,54,120,7,0,9,222,151,210,233,14,9,0,9,222,151,210,209,23,9,0,9,222,151,210,194,32,9,0,10,222,30,163,212,73,7,0,11,94,143,66,120,191,7,0,11,222,61,37,150,186,10,0,11,222,61,37,226,186,10,0,11,222,61,37,47,187,10,0,16,94,221,122,204,38,7,0,17,94,26,3,3,38,7,0,21,94,43,189,101,146,9,0,21,94,43,189,61,147,9,0,22,94,103,24,63,221,8,0,23,222,198,89,85,186,6,0,23,94,12,7,62,66,7,0,26,222,139,127,45,134,6,0,26,222,106,28,45,31,7,0,26,94,244,122,30,15,12,0,26,94,4,163,54,25,12,0,27,94,168,80,27,219,11,0,30,222,37,222,80,197,9,0,30,222,37,222,108,197,9,0,32,94,38,50,1,5,9,0,32,94,246,128,221,45,11,0,34,94,67,253,10,30,7,0,36,222,97,91,233,14,9,0,36,222,97,91,209,23,9,0,36,222,97,91,194,32,9,0,36,222,91,93,91,229,11,0,37,94,225,49,233,14,9,0,37,94,225,49,209,23,9,0,37,94,225,49,194,32,9,0,38,94,219,200,104,184,11,0,40,94,33,205,224,83,7,0,40,94,213,82,231,95,7,0,41,94,228,254,143,34,7,0,41,94,73,23,59,94,7,0,42,94,104,11,135,182,6,0,42,222,164,64,67,169,7,0,43,94,87,85,114,74,6,0,46,222,49,162,63,53,7,0,46,222,114,35,120,191,7,0,46,94,126,15,56,207,8,0,49,222,228,96,79,86,9,0,49,94,121,233,25,93,9,0,49,94,121,233,212,94,9,0,53,94,93,98,4,238,5,0,54,94,170,44,212,73,7,0,56,94,80,166,26,33,7,0,56,94,128,192,233,14,9,0,56,94,128,192,209,23,9,0,56,94,128,192,194,32,9,0,69,222,210,234,156,142,7,0,70,222,172,169,156,202,7,0,70,222,172,169,129,173,10,0,71,222,233,95,80,107,6,0,71,94,185,38,45,188,9,0,71,94,185,38,125,188,9,0,71,94,185,38,220,188,9,0,71,94,185,38,46,189,9,0,75,94,50,100,83,218,10,0,75,94,50,100,181,219,10,0,78,222,162,64,202,57,9,0,78,222,162,64,240,62,9,0,78,222,214,48,111,90,10,0,78,222,214,48,70,91,10,0,79,94,31,1,120,191,7,0,79,94,48,152,207,229,11,0,80,222,202,109,254,147,7,0,81,222,143,248,201,142,7,0,81,94,108,247,66,46,9,0,81,94,108,247,227,49,9,0,81,222,170,94,110,79,9,0,81,222,170,94,222,79,9,0,82,94,52,51,126,244,11,0,83,222,101,184,163,137,10,0,92,222,201,38,241,185,7,0,95,94,132,10,32,242,5,0,97,94,6,41,247,169,9,0,97,94,6,41,71,171,9,0,97,94,6,41,153,172,9,0,97,94,6,41,240,173,9,0,103,94,255,178,212,73,7,0,103,94,105,27,118,194,9,0,103,94,105,27,140,194,9,0,103,94,105,27,160,194,9,0,105,94,107,30,220,236,8,0,105,94,107,30,4,237,8,0,106,222,192,40,59,161,7,0,106,94,254,120,37,104,9,0,109,94,110,160,186,189,9,0,109,94,110,160,211,189,9,0,112,222,254,103,163,102,11,0,115,222,145,14,202,163,7,0,117,222,69,157,202,163,7,0,118,222,140,27,179,47,12,0,119,94,158,170,120,191,7,0,120,94,9,78,230,35,10,0,120,94,9,78,133,36,10,0,120,222,178,70,83,218,10,0,120,222,178,70,181,219,10,0,121,222,208,70,15,100,6,0,121,222,55,185,212,44,7,0,122,94,175,10,110,79,9,0,122,94,175,10,222,79,9,0,122,94,232,148,196,103,10,0,122,94,232,148,221,103,10,0,123,222,199,54,160,170,6,0,124,222,234,242,245,127,10,0,127,222,248,161,158,207,10,0,127,222,248,161,47,210,10,0,128,94,94,45,81,205,7,0,128,94,94,45,234,217,7,0,128,94,94,45,56,218,7,0,129,94,163,39,212,73,7,0,129,222,39,108,99,96,11,0,130,222,23,243,130,105,11,0,132,94,186,44,51,175,6,0,134,94,90,56,143,25,7,0,139,222,1,165,247,117,7,0,140,94,201,2,165,200,10,0,140,94,201,2,199,200,10,0,140,94,201,2,0,201,10,0,140,94,201,2,51,201,10,0,142,222,173,29,202,57,9,0,142,222,173,29,240,62,9,0,144,94,251,126,74,191,6,0,144,222,34,12,100,1,8,0,144,222,213,175,5,101,11,0,146,94,95,14,233,151,6,0,147,94,57,150,202,163,7,0,151,222,10,16,204,38,7,0,154,94,121,83,77,52,6,0,158,94,37,125,106,139,7,0,159,222,44,128,23,29,6,0,159,222,60,166,146,102,7,0,159,222,60,166,46,105,7,0,159,94,49,163,75,234,11,0,162,94,104,198,208,106,9,0,162,94,104,198,138,107,9,0,162,94,104,198,56,108,9,0,164,94,105,92,251,210,6,0,171,94,28,171,183,158,11,0,173,222,24,56,67,169,7,0,173,222,21,213,120,191,7,0,174,94,122,88,64,56,9,0,174,94,122,88,242,56,9,0,174,94,21,227,74,116,10,0,174,94,21,227,96,116,10,0,175,94,173,122,99,138,10,0,175,94,173,122,195,138,10,0,175,94,173,122,32,139,10,0,177,94,2,184,241,150,6,0,177,222,200,248,218,239,11,0,178,222,30,2,106,139,7,0,179,222,7,105,254,147,7,0,179,222,71,63,114,11,10,0,179,222,71,63,104,12,10,0,180,222,199,142,66,42,7,0,180,222,130,166,218,202,10,0,180,222,130,166,235,202,10,0,182,222,147,190,137,91,6,0,182,94,127,118,153,47,7,0,185,94,204,119,67,169,7,0,185,222,247,189,114,11,10,0,185,222,247,189,104,12,10,0,188,94,153,21,62,66,7,0,189,94,190,229,104,145,7,0,189,222,152,25,228,13,12,0,191,94,116,233,120,191,7,0,194,94,37,221,150,229,9,0,194,94,37,221,236,229,9,0,194,94,37,221,124,230,9,0,194,222,246,149,169,86,11,0,194,222,246,149,191,86,11,0,196,222,89,162,253,160,9,0,196,222,89,162,18,161,9,0,197,94,132,248,20,244,7,0,200,222,228,231,62,66,7,0,201,222,116,75,132,46,7,0,201,222,130,17,146,102,7,0,201,222,130,17,46,105,7,0,201,222,130,17,233,14,9,0,201,222,130,17,209,23,9,0,201,222,130,17,194,32,9,0,201,94,87,199,25,93,9,0,201,94,87,199,212,94,9,0,203,94,169,233,142,139,8,0,204,222,201,148,162,107,6,0,204,94,166,148,62,99,8,0,204,94,70,191,199,124,9,0,204,94,70,191,173,125,9,0,204,94,70,191,152,126,9,0,205,222,44,179,247,153,9,0,205,222,44,179,48,154,9,0,209,222,46,127,189,49,12,0,212,222,177,111,128,7,11,0,214,222,9,179,98,160,10,0,214,222,70,201,128,195,10,0,215,94,173,160,25,88,7,0,216,94,252,137,79,142,6,0,216,94,118,102,94,163,6,0,217,94,140,58,120,175,9,0,217,94,140,58,38,176,9,0,217,94,180,192,65,252,10,0,218,222,154,88,64,109,9,0,218,222,154,88,204,109,9,0,219,222,26,10,165,200,10,0,219,222,26,10,199,200,10,0,219,222,26,10,0,201,10,0,219,222,26,10,51,201,10,0,220,94,201,48,127,110,7,0,221,94,245,190,119,40,7,0,221,222,191,40,168,39,11,0,221,222,191,40,68,44,11,0,223,94,156,78,109,28,11,0,224,222,122,53,237,238,5,0,225,222,13,5,150,38,7,0,227,94,245,115,55,35,7,0,230,222,211,192,181,156,6,0,234,222,155,33,111,125,7,0,234,222,135,48,93,153,7,0,235,222,68,87,67,169,7,0,239,222,44,140,127,161,7,0,240,222,63,195,255,206,11,0,241,94,254,231,62,66,7,0,243,222,113,31,100,13,11,0,245,222,139,109,98,160,10,0,245,94,11,81,102,241,10,0,245,222,244,212,133,171,11,0,248,94,40,119,17,96,10,0,248,94,40,119,83,97,10,0,248,94,40,119,152,98,10,0,249,222,140,102,59,94,7,0,249,222,95,246,254,147,7,0,253,222,218,175,67,169,7,0,1,95,190,157,173,133,6,0,1,223,11,245,243,173,6,0,1,95,195,191,106,139,7,0,1,95,154,149,227,183,7,0,6,223,66,128,216,53,7,0,6,95,138,38,182,128,7,0,6,95,163,7,75,227,10,0,6,95,163,7,106,227,10,0,6,95,163,7,157,227,10,0,6,95,163,7,207,227,10,0,7,95,134,44,98,160,10,0,9,223,156,14,54,120,7,0,12,223,96,92,64,109,9,0,12,223,96,92,204,109,9,0,13,95,233,20,84,35,7,0,14,223,155,138,197,2,6,0,14,223,59,33,202,163,7,0,14,223,46,127,81,205,7,0,16,223,252,148,202,163,7,0,17,223,135,106,8,184,7,0,19,95,60,70,62,66,7,0,19,95,200,131,154,76,11,0,20,223,188,117,159,236,6,0,25,95,157,71,67,61,7,0,25,223,211,246,205,153,8,0,27,95,138,146,244,122,10,0,27,95,138,146,156,123,10,0,28,95,228,38,159,95,7,0,31,95,61,116,164,232,7,0,31,223,222,102,14,122,10,0,31,223,222,102,33,122,10,0,32,95,31,13,83,223,11,0,35,95,229,170,126,65,6,0,36,223,217,99,128,158,8,0,38,95,75,79,62,66,7,0,40,95,142,26,141,60,7,0,40,223,243,230,62,66,7,0,42,95,48,119,233,14,9,0,42,95,48,119,209,23,9,0,42,95,48,119,194,32,9,0,45,95,10,192,177,182,11,0,46,95,115,208,195,134,7,0,47,95,151,66,212,73,7,0,47,95,76,76,45,91,9,0,47,95,76,76,214,91,9,0,48,223,142,113,150,110,9,0,48,223,142,113,176,112,9,0,49,223,3,208,24,200,10,0,49,223,3,208,72,200,10,0,50,95,39,104,146,102,7,0,51,95,81,190,105,175,10,0,51,95,81,190,50,176,10,0,52,95,77,63,22,32,10,0,52,95,77,63,35,33,10,0,53,223,230,204,215,132,7,0,53,223,49,137,51,223,7,0,53,95,215,138,222,70,8,0,54,95,227,127,20,244,7,0,54,95,167,172,188,87,9,0,54,95,167,172,6,88,9,0,56,223,14,240,55,74,9,0,56,223,14,240,40,75,9,0,58,223,218,175,67,169,7,0,58,223,247,82,199,124,9,0,58,223,247,82,173,125,9,0,58,223,247,82,152,126,9,0,59,95,173,1,120,175,9,0,59,95,173,1,38,176,9,0,60,223,156,140,60,163,6,0,60,95,14,221,67,169,7,0,60,95,231,19,202,57,9,0,60,95,231,19,240,62,9,0,60,223,156,140,80,223,10,0,60,223,156,140,128,223,10,0,60,223,156,140,175,223,10,0,60,223,156,140,235,223,10,0,62,95,116,160,200,112,7,0,63,95,32,84,156,202,7,0,63,95,32,84,191,160,9,0,63,95,32,84,221,160,9,0,66,223,62,233,56,6,10,0,66,223,62,233,102,6,10,0,66,95,136,228,7,3,11,0,68,223,96,208,28,20,6,0,68,95,101,95,210,33,11,0,70,223,154,79,49,14,6,0,71,95,37,212,220,223,7,0,72,95,53,251,20,244,7,0,75,95,210,207,45,60,7,0,76,223,164,4,242,39,11,0,78,223,241,201,25,93,9,0,78,223,241,201,212,94,9,0,79,223,147,204,177,51,6,0,79,223,211,106,156,202,7,0,79,223,211,106,81,205,7,0,79,95,100,243,56,207,8,0,79,223,211,106,67,232,9,0,80,95,171,231,202,163,7,0,81,95,226,122,27,54,9,0,81,95,226,122,191,54,9,0,81,95,226,122,104,55,9,0,82,223,187,241,67,169,7,0,85,223,236,80,163,137,10,0,87,223,28,10,233,14,9,0,87,223,28,10,209,23,9,0,87,223,28,10,194,32,9,0,89,223,37,135,204,38,7,0,89,95,254,177,181,142,11,0,90,95,199,120,229,28,12,0,94,223,67,30,220,223,7,0,94,223,67,30,17,14,9,0,95,223,138,122,202,163,7,0,95,223,231,24,131,171,8,0,95,223,231,24,185,171,8,0,95,223,231,24,128,174,8,0,98,223,68,35,192,175,8,0,98,95,60,210,146,221,9,0,98,95,60,210,173,221,9,0,100,95,249,4,133,244,10,0,100,95,223,214,120,12,11,0,101,95,183,67,92,157,7,0,102,95,227,214,199,0,12,0,102,95,227,214,236,0,12,0,102,95,227,214,20,1,12,0,103,95,79,20,232,91,7,0,103,223,0,46,81,205,7,0,104,95,198,60,65,244,5,0,104,223,50,43,67,169,7,0,109,95,15,140,107,16,12,0,114,223,250,192,241,81,9,0,114,223,250,192,18,82,9,0,115,95,122,28,58,88,7,0,115,95,193,234,226,100,10,0,115,95,193,234,10,101,10,0,115,95,193,234,49,101,10,0,116,223,161,4,170,27,7,0,116,95,225,219,15,115,7,0,116,223,232,15,3,139,8,0,116,223,91,228,228,126,11,0,120,95,26,221,245,104,9,0,120,95,26,221,223,105,9,0,121,95,75,21,16,44,9,0,121,95,75,21,160,44,9,0,126,95,132,72,69,255,7,0,127,223,192,148,104,145,7,0,130,223,218,233,101,146,9,0,130,223,218,233,61,147,9,0,130,223,83,159,17,96,10,0,130,223,83,159,83,97,10,0,130,223,83,159,152,98,10,0,131,95,166,206,14,137,11,0,132,223,151,38,114,34,8,0,133,95,98,15,113,144,6,0,133,223,199,135,67,169,7,0,135,95,102,93,45,91,9,0,135,95,102,93,214,91,9,0,137,95,62,219,109,152,7,0,141,95,247,154,202,163,7,0,143,223,172,35,81,34,7,0,144,95,242,158,98,160,10,0,144,223,9,144,124,51,12,0,148,223,166,189,128,214,11,0,150,95,235,157,36,212,6,0,150,223,241,200,52,226,6,0,150,223,81,25,80,96,7,0,150,223,81,25,247,169,9,0,150,223,81,25,71,171,9,0,150,223,81,25,153,172,9,0,150,223,81,25,240,173,9,0,154,95,202,54,44,38,6,0,154,223,204,230,158,207,10,0,154,223,204,230,47,210,10,0,156,95,35,215,233,14,9,0,156,95,35,215,209,23,9,0,156,95,35,215,194,32,9,0,156,223,118,75,137,101,10,0,156,223,118,75,237,101,10,0,156,223,118,75,78,102,10,0,158,223,18,206,83,218,10,0,158,223,18,206,181,219,10,0,159,223,68,99,192,45,6,0,159,223,68,99,251,122,7,0,160,95,28,25,201,142,7,0,167,223,15,164,233,14,9,0,167,223,15,164,209,23,9,0,167,223,15,164,194,32,9,0,168,223,152,155,208,106,9,0,168,223,152,155,138,107,9,0,168,223,152,155,56,108,9,0,169,95,244,98,185,130,7,0,169,223,83,102,101,248,11,0,172,223,187,38,212,73,7,0,173,95,107,139,215,132,7,0,178,95,21,30,140,78,9,0,178,95,21,30,233,78,9,0,180,95,68,177,216,56,7,0,180,223,255,154,16,30,12,0,181,95,214,49,204,38,7,0,182,223,29,120,202,57,9,0,182,223,29,120,240,62,9,0,184,95,238,58,72,118,7,0,184,95,238,58,105,118,7,0,185,223,92,77,163,137,10,0,189,223,184,191,105,182,8,0,189,223,184,191,185,182,8,0,189,223,184,191,226,35,11,0,192,95,193,114,158,207,10,0,192,95,193,114,47,210,10,0,197,95,117,200,81,205,7,0,197,95,117,200,56,218,7,0,200,223,147,190,159,88,11,0,201,95,61,129,245,81,7,0,202,95,119,189,71,50,6,0,202,95,119,189,99,50,6,0,202,223,214,18,84,163,7,0,202,223,214,18,121,163,7,0,203,223,41,146,27,85,7,0,204,95,155,52,246,71,8,0,204,95,155,52,39,72,8,0,204,223,23,120,158,207,10,0,204,223,23,120,47,210,10,0,208,223,80,16,120,191,7,0,210,223,96,61,238,54,11,0,210,223,85,170,176,125,11,0,213,223,71,104,127,161,7,0,213,95,193,76,162,64,10,0,213,95,193,76,33,65,10,0,213,95,193,76,173,65,10,0,215,95,124,105,184,209,11,0,217,223,114,242,130,1,7,0,217,95,244,12,5,37,7,0,217,95,89,228,233,14,9,0,217,95,89,228,209,23,9,0,217,95,89,228,194,32,9,0,219,223,183,189,104,145,7,0,220,95,128,122,252,137,6,0,223,95,66,95,202,57,9,0,223,95,66,95,240,62,9,0,223,223,77,149,19,140,9,0,223,223,77,149,144,140,9,0,226,223,208,40,210,86,7,0,226,223,157,226,101,90,7,0,227,223,153,0,144,209,9,0,227,223,153,0,173,209,9,0,228,95,237,217,127,110,7,0,230,95,241,125,95,236,10,0,230,95,241,125,124,236,10,0,234,223,235,93,202,163,7,0,234,95,27,246,92,59,11,0,235,223,41,107,146,102,7,0,235,223,41,107,46,105,7,0,236,95,207,22,99,40,11,0,245,223,24,216,129,248,10,0,248,223,57,146,43,165,11,0,252,95,66,179,212,73,7,0,253,223,254,215,120,191,7,0,254,95,94,120,82,123,6,0,3,224,118,1,180,26,12,0,4,224,80,65,66,46,9,0,4,224,80,65,227,49,9,0,7,224,198,50,38,44,6,0,7,96,76,191,209,222,6,0,7,224,161,240,158,238,9,0,7,224,161,240,25,239,9,0,7,224,161,240,142,239,9,0,7,224,161,240,54,240,9,0,7,224,161,240,208,240,9,0,8,224,170,194,172,59,6,0,11,96,153,79,152,171,11,0,14,96,151,140,108,82,8,0,14,96,151,140,165,82,8,0,14,96,151,140,218,82,8,0,14,224,153,106,192,96,9,0,14,224,153,106,164,97,9,0,14,224,153,106,128,98,9,0,15,96,99,218,217,135,7,0,15,96,161,228,143,139,11,0,16,96,192,87,113,225,9,0,18,224,242,96,120,191,7,0,19,224,153,76,62,66,7,0,22,224,131,189,233,14,9,0,22,224,131,189,209,23,9,0,22,224,131,189,194,32,9,0,22,224,153,173,66,46,9,0,22,224,153,173,227,49,9,0,24,96,204,51,46,105,7,0,24,96,177,23,178,112,7,0,28,224,176,151,221,211,6,0,31,96,9,108,71,218,11,0,32,96,193,83,3,48,6,0,32,96,193,83,220,154,7,0,32,96,178,3,154,241,9,0,32,96,178,3,86,242,9,0,35,224,37,190,51,58,6,0,37,224,202,12,62,66,7,0,40,96,91,185,163,108,6,0,42,224,250,148,98,87,7,0,50,224,0,242,229,28,12,0,51,96,83,72,39,147,6,0,53,224,135,229,98,160,10,0,56,96,122,242,15,93,6,0,56,96,122,242,230,19,7,0,56,96,122,242,216,44,8,0,57,224,207,91,129,114,7,0,59,224,98,176,201,142,7,0,59,96,200,142,189,161,8,0,60,96,152,120,212,73,7,0,60,224,14,75,254,147,7,0,60,96,24,178,13,22,12,0,64,224,4,126,141,60,7,0,66,224,87,156,243,26,11,0,67,96,58,51,122,184,8,0,67,96,58,51,8,185,8,0,67,96,58,51,139,185,8,0,74,224,53,48,234,48,6,0,74,224,209,134,155,14,10,0,74,224,209,134,189,14,10,0,74,96,217,54,42,0,12,0,75,96,217,64,186,249,11,0,76,96,17,126,31,12,12,0,77,96,225,28,223,60,7,0,78,224,62,58,223,115,7,0,79,96,60,102,227,24,7,0,81,224,247,40,212,73,7,0,82,96,208,254,188,87,9,0,82,96,208,254,6,88,9,0,83,96,204,93,201,142,7,0,84,96,70,230,212,73,7,0,84,224,71,33,54,120,7,0,88,96,158,175,46,77,6,0,88,96,158,175,202,46,7,0,88,96,158,175,78,47,7,0,88,96,9,66,92,91,7,0,88,224,228,44,26,223,8,0,89,224,35,130,95,111,8,0,90,224,169,201,212,96,7,0,92,224,179,165,81,205,7,0,92,224,179,165,105,211,7,0,93,224,28,43,198,182,11,0,94,224,43,233,41,156,6,0,95,96,156,177,233,14,9,0,95,96,156,177,209,23,9,0,95,96,156,177,194,32,9,0,95,96,79,40,98,160,10,0,98,96,166,254,45,91,9,0,98,96,166,254,214,91,9,0,103,96,116,226,67,169,7,0,103,224,191,86,255,163,8,0,106,96,45,5,196,125,6,0,109,224,25,217,120,175,9,0,109,224,25,217,38,176,9,0,110,224,37,63,124,8,8,0,110,224,37,63,197,8,8,0,111,96,8,105,185,47,7,0,112,224,187,72,140,78,9,0,112,224,187,72,233,78,9,0,114,224,17,239,202,57,9,0,114,224,17,239,240,62,9,0,115,96,57,91,186,134,6,0,115,224,130,166,15,115,7,0,115,224,130,166,45,163,7,0,117,224,56,10,9,174,6,0,118,224,50,215,95,225,11,0,119,224,81,149,128,158,8,0,121,96,202,6,247,169,9,0,121,96,202,6,71,171,9,0,121,96,202,6,153,172,9,0,121,96,202,6,240,173,9,0,123,224,25,65,229,132,9,0,123,224,25,65,184,134,9,0,124,96,221,216,184,180,7,0,124,96,221,216,129,181,7,0,124,224,227,83,98,160,10,0,125,224,31,197,204,44,10,0,125,224,31,197,228,44,10,0,128,96,68,16,81,205,7,0,128,96,68,16,140,192,8,0,128,96,25,92,202,57,9,0,128,96,25,92,240,62,9,0,130,224,26,235,187,57,7,0,130,224,82,251,206,102,11,0,131,96,207,78,46,105,7,0,131,224,181,225,111,125,7,0,136,224,128,173,81,205,7,0,136,224,128,173,144,68,9,0,140,224,171,136,226,242,6,0,140,224,247,7,98,160,10,0,141,224,137,18,64,104,11,0,143,224,153,242,143,189,6,0,149,96,34,63,51,46,6,0,149,96,24,148,62,66,7,0,149,96,34,63,87,182,7,0,150,96,211,199,238,39,7,0,155,96,119,223,146,102,7,0,155,96,119,223,46,105,7,0,155,224,117,143,120,191,7,0,155,96,119,223,225,90,10,0,155,96,119,223,70,91,10,0,156,96,201,199,81,205,7,0,156,96,201,199,56,218,7,0,157,96,105,150,199,124,9,0,157,96,105,150,173,125,9,0,157,96,105,150,152,126,9,0,158,96,239,240,26,71,11,0,159,96,177,121,62,66,7,0,161,224,193,147,251,122,7,0,164,224,128,208,22,128,6,0,165,224,8,175,49,34,7,0,166,224,193,93,104,26,6,0,166,224,87,65,201,142,7,0,166,224,61,149,120,191,7,0,168,224,242,162,73,228,7,0,168,224,242,162,191,228,7,0,169,224,171,221,54,120,7,0,172,224,20,144,62,66,7,0,178,224,78,245,220,32,7,0,180,224,112,164,67,169,7,0,180,224,107,203,139,191,10,0,186,224,58,74,64,28,7,0,186,224,248,29,81,205,7,0,186,224,248,29,140,192,8,0,186,96,11,240,244,122,10,0,186,96,11,240,156,123,10,0,187,96,124,146,218,145,11,0,187,96,14,41,240,145,11,0,187,224,206,78,228,13,12,0,188,224,69,160,73,148,9,0,188,224,69,160,217,148,9,0,189,224,66,250,93,141,7,0,189,224,132,31,202,57,9,0,189,224,132,31,240,62,9,0,191,224,127,121,204,38,7,0,191,224,33,170,139,243,10,0,194,96,93,248,229,132,9,0,194,96,93,248,184,134,9,0,194,96,49,169,49,28,12,0,195,224,231,55,80,47,6,0,195,224,217,220,75,69,9,0,195,224,217,220,161,69,9,0,196,96,221,181,62,66,7,0,196,224,137,182,62,66,7,0,196,96,24,5,218,79,10,0,198,224,52,132,174,52,7,0,199,224,198,8,255,227,6,0,200,224,112,49,241,73,6,0,205,96,207,154,62,66,7,0,206,224,63,242,138,87,7,0,209,224,196,184,186,155,6,0,210,224,130,166,45,163,7,0,210,224,15,181,243,234,7,0,211,96,50,58,29,155,10,0,211,224,40,134,236,213,10,0,211,224,40,134,6,214,10,0,212,96,78,93,67,169,7,0,214,224,9,146,120,191,7,0,219,96,152,73,202,57,9,0,219,96,152,73,240,62,9,0,220,224,73,31,67,169,7,0,220,224,82,3,140,78,9,0,220,224,82,3,233,78,9,0,221,96,217,58,149,217,6,0,221,96,44,193,27,48,7,0,228,96,155,130,15,115,7,0,228,96,165,34,254,147,7,0,228,96,165,34,98,160,10,0,229,96,29,190,213,229,7,0,230,96,37,47,49,11,12,0,232,96,122,99,93,153,7,0,234,96,210,49,179,222,6,0,235,96,218,79,62,66,7,0,236,96,143,101,184,180,7,0,236,96,143,101,129,181,7,0,239,96,240,52,25,93,9,0,239,96,240,52,212,94,9,0,239,96,228,213,116,102,9,0,239,96,228,213,173,102,9,0,240,224,108,116,24,222,11,0,241,96,102,61,241,155,7,0,241,96,20,28,58,242,11,0,244,224,193,148,237,193,6,0,244,224,136,207,168,62,7,0,253,224,225,173,101,27,7,0,1,225,82,219,138,87,7,0,2,97,175,126,229,150,9,0,2,97,175,126,153,151,9,0,2,225,84,255,116,142,11,0,3,225,76,64,214,89,8,0,3,225,166,109,230,131,11,0,4,225,108,207,247,240,11,0,5,225,220,60,156,202,7,0,5,225,17,140,81,205,7,0,5,225,77,166,27,54,9,0,5,225,77,166,191,54,9,0,5,225,77,166,104,55,9,0,5,225,17,140,183,217,10,0,5,225,17,140,201,217,10,0,8,97,28,25,225,90,10,0,8,97,28,25,70,91,10,0,10,97,44,63,16,180,6,0,10,97,46,81,94,170,11,0,14,97,59,222,36,3,6,0,21,225,218,187,13,183,8,0,21,97,177,67,83,218,10,0,21,97,177,67,181,219,10,0,22,97,98,15,130,35,7,0,22,225,134,156,187,8,9,0,22,225,134,156,7,9,9,0,22,225,119,234,190,191,11,0,26,97,214,34,82,189,10,0,27,225,167,109,99,32,7,0,33,225,64,134,98,160,10,0,34,97,238,89,82,189,10,0,36,97,231,242,212,73,7,0,36,97,78,142,252,29,12,0,38,225,52,43,55,74,9,0,38,225,52,43,40,75,9,0,39,97,49,186,226,41,9,0,39,97,49,186,66,42,9,0,39,97,49,186,171,42,9,0,39,225,249,225,98,160,10,0,40,97,62,209,98,160,10,0,43,97,127,187,67,169,7,0,44,225,60,134,131,43,12,0,45,225,154,112,139,105,8,0,47,225,234,12,91,247,5,0,47,225,96,207,185,47,7,0,49,97,71,33,62,66,7,0,49,225,247,25,202,163,7,0,50,225,32,224,143,25,7,0,50,225,146,109,13,116,7,0,51,225,193,129,231,151,10,0,51,225,193,129,249,151,10,0,51,225,193,129,11,152,10,0,52,97,28,144,245,127,10,0,53,225,160,243,73,237,6,0,53,225,208,7,170,156,10,0,53,225,208,7,198,156,10,0,54,97,138,140,156,202,7,0,54,97,138,140,81,205,7,0,55,225,126,212,186,36,7,0,55,225,43,71,98,160,10,0,56,97,56,127,81,198,6,0,56,225,103,36,46,105,7,0,60,97,167,92,120,191,7,0,60,97,167,92,38,173,11,0,61,225,20,144,186,94,7,0,61,225,249,62,70,130,7,0,61,97,40,171,174,234,8,0,66,225,49,116,65,209,6,0,66,97,47,162,101,27,7,0,66,97,140,186,56,207,8,0,67,225,0,36,151,82,7,0,67,225,0,36,211,82,7,0,69,225,211,60,254,147,7,0,70,225,247,69,33,132,7,0,70,225,247,69,123,132,7,0,70,225,161,194,25,93,9,0,70,225,161,194,212,94,9,0,70,97,89,18,37,117,11,0,72,97,209,251,27,109,6,0,73,97,2,221,46,105,7,0,73,97,183,200,244,122,10,0,73,97,183,200,156,123,10,0,73,97,166,5,52,249,10,0,73,97,166,5,167,11,11,0,77,97,81,242,170,27,7,0,80,97,186,113,107,1,10,0,81,97,115,247,66,46,9,0,81,97,115,247,227,49,9,0,82,97,202,154,144,178,10,0,82,97,202,154,233,178,10,0,82,97,202,154,65,179,10,0,83,97,123,132,189,48,11,0,84,97,183,219,27,111,7,0,84,97,55,166,188,87,9,0,84,97,55,166,6,88,9,0,85,225,90,201,150,229,9,0,85,225,90,201,236,229,9,0,85,225,90,201,124,230,9,0,87,225,55,74,67,61,7,0,89,225,97,74,233,14,9,0,89,225,97,74,209,23,9,0,89,225,97,74,194,32,9,0,90,97,248,39,79,244,6,0,90,225,71,59,111,90,10,0,90,225,71,59,70,91,10,0,91,225,24,207,108,237,6,0,91,97,142,163,97,39,7,0,91,225,241,203,62,209,11,0,93,97,102,118,14,47,12,0,95,97,178,28,86,64,7,0,95,97,170,95,212,73,7,0,95,225,220,64,202,163,7,0,96,97,0,98,136,45,6,0,96,97,73,79,145,30,7,0,97,97,251,90,92,157,7,0,98,97,138,49,190,154,8,0,101,97,215,203,254,147,7,0,102,97,120,248,157,250,9,0,102,97,120,248,189,250,9,0,102,97,120,248,232,250,9,0,102,97,120,248,13,251,9,0,102,97,120,248,44,251,9,0,105,97,97,234,4,18,11,0,107,97,91,167,202,57,9,0,107,97,91,167,240,62,9,0,110,97,126,79,149,88,7,0,112,225,200,39,65,130,8,0,113,225,243,125,134,97,7,0,114,225,248,222,56,60,11,0,115,97,63,11,234,122,6,0,117,225,147,234,62,66,7,0,119,97,128,163,93,196,6,0,119,97,48,129,212,73,7,0,119,97,128,163,88,116,7,0,119,225,253,201,64,109,9,0,119,225,253,201,204,109,9,0,119,225,209,243,141,78,10,0,119,225,209,243,26,79,10,0,124,225,11,82,27,241,6,0,124,225,11,82,187,57,7,0,126,225,216,176,18,243,11,0,128,225,173,102,186,118,7,0,129,225,30,170,112,5,11,0,129,225,30,170,229,5,11,0,129,225,30,170,91,15,11,0,129,225,30,170,150,16,11,0,131,225,193,237,22,32,10,0,131,225,193,237,35,33,10,0,132,97,57,91,52,19,8,0,132,97,57,91,93,19,8,0,132,97,57,91,136,19,8,0,132,225,250,77,51,41,10,0,132,225,250,77,127,41,10,0,137,225,131,16,30,53,7,0,139,225,54,44,254,147,7,0,139,97,224,192,235,85,10,0,139,97,224,192,3,86,10,0,140,225,78,7,212,73,7,0,142,97,88,159,212,73,7,0,142,97,205,155,244,122,10,0,142,97,205,155,156,123,10,0,144,225,44,160,21,186,10,0,144,225,44,160,47,186,10,0,146,97,154,183,77,221,10,0,146,97,154,183,208,221,10,0,147,225,56,57,242,4,10,0,147,225,56,57,9,5,10,0,154,225,6,187,74,159,11,0,155,97,199,197,98,160,10,0,156,225,119,74,57,86,8,0,157,97,119,190,210,115,9,0,157,97,119,190,145,116,9,0,157,97,119,190,74,117,9,0,164,225,86,66,32,199,9,0,164,225,86,66,115,199,9,0,165,225,3,76,53,30,7,0,167,225,230,111,211,107,6,0,167,225,86,85,107,1,10,0,170,97,181,4,254,147,7,0,173,225,36,97,47,145,7,0,173,225,36,97,104,145,7,0,173,225,180,124,133,244,10,0,175,97,44,41,67,169,7,0,176,225,242,151,123,129,11,0,178,97,61,0,106,8,11,0,179,97,86,133,27,48,7,0,181,225,59,120,108,170,11,0,182,97,57,43,229,132,9,0,182,97,57,43,184,134,9,0,183,97,7,218,170,116,6,0,183,97,7,218,34,158,6,0,186,225,168,3,247,169,9,0,186,225,168,3,71,171,9,0,186,225,168,3,153,172,9,0,186,225,168,3,240,173,9,0,187,97,8,72,82,15,8,0,187,225,242,232,91,159,11,0,189,225,86,163,83,41,7,0,189,225,235,232,240,107,11,0,194,97,181,239,120,191,7,0,194,225,238,117,56,207,8,0,194,225,238,117,220,208,8,0,194,225,238,117,72,209,8,0,196,225,166,54,60,198,6,0,196,97,207,121,168,141,9,0,196,97,207,121,184,142,9,0,196,225,131,109,173,33,11,0,198,225,60,63,127,137,7,0,198,97,162,31,120,175,9,0,198,97,162,31,38,176,9,0,198,225,23,226,150,186,10,0,198,225,23,226,226,186,10,0,198,225,23,226,47,187,10,0,203,97,44,138,87,62,7,0,203,97,4,167,111,125,7,0,204,225,203,126,68,192,8,0,208,97,73,68,93,153,7,0,209,97,3,183,202,163,7,0,213,225,146,14,0,144,6,0,215,225,166,222,148,150,8,0,215,225,166,222,195,150,8,0,215,225,166,222,237,150,8,0,215,225,166,222,128,158,8,0,217,225,7,38,237,235,7,0,220,97,80,45,120,191,7,0,220,97,115,17,56,207,8,0,221,225,211,24,136,99,9,0,221,225,211,24,160,99,9,0,221,225,211,24,192,99,9,0,222,225,30,110,107,1,10,0,223,97,23,94,202,57,9,0,223,97,23,94,240,62,9,0,224,97,197,154,81,205,7,0,224,97,197,154,140,192,8,0,225,225,214,19,214,89,8,0,232,225,212,63,149,88,7,0,234,225,183,80,149,88,7,0,235,97,97,54,51,110,6,0,237,97,233,4,146,102,7,0,237,97,233,4,46,105,7,0,240,225,148,69,149,17,6,0,241,225,157,92,99,16,10,0,241,225,157,92,119,16,10,0,242,97,120,210,157,53,6,0,243,225,64,205,51,10,10,0,243,225,64,205,84,10,10,0,243,225,64,205,117,10,10,0,244,97,22,229,86,150,9,0,244,97,22,229,139,150,9,0,245,97,3,51,127,140,11,0,248,97,196,148,188,87,9,0,248,97,196,148,6,88,9,0,249,97,100,113,200,44,6,0,249,225,175,76,62,66,7,0,251,97,174,183,111,125,7,0,253,97,144,212,229,51,7,0,253,97,169,97,120,191,7,0,254,97,41,217,183,191,6,0,254,225,245,207,52,252,10,0,254,225,151,159,132,59,11,0,1,98,86,37,202,163,7,0,1,226,243,112,120,191,7,0,1,98,86,37,42,40,11,0,2,226,26,174,236,202,6,0,2,226,84,154,1,99,7,0,4,98,154,153,93,153,7,0,5,98,97,33,134,97,7,0,5,226,98,56,1,99,7,0,6,98,95,25,163,137,8,0,7,98,148,52,66,46,9,0,7,98,148,52,227,49,9,0,9,98,245,14,104,145,7,0,9,226,29,182,67,169,7,0,13,226,156,228,69,56,7,0,16,98,14,120,252,171,6,0,16,226,26,143,46,105,7,0,17,226,109,159,120,191,7,0,18,226,105,161,67,169,7,0,18,98,199,248,120,191,7,0,19,226,200,171,166,98,6,0,19,98,224,109,134,97,7,0,22,98,233,226,135,251,5,0,23,226,229,10,81,205,7,0,23,226,229,10,144,68,9,0,27,98,44,81,88,243,11,0,28,226,69,65,11,94,6,0,31,226,5,177,152,234,6,0,31,226,226,124,81,205,7,0,31,226,226,124,144,68,9,0,32,98,32,205,27,85,7,0,33,226,4,92,224,208,6,0,34,98,62,156,202,163,7,0,34,98,135,174,173,81,11,0,35,98,201,84,93,153,7,0,37,98,247,219,120,191,7,0,38,226,88,87,146,102,7,0,38,226,88,87,46,105,7,0,43,98,118,103,90,47,12,0,46,98,67,162,27,54,9,0,46,98,67,162,191,54,9,0,46,98,67,162,104,55,9,0,46,98,198,166,199,124,9,0,46,98,198,166,173,125,9,0,46,98,198,166,152,126,9,0,47,98,70,181,135,223,6,0,47,226,44,122,102,138,7,0,47,226,235,153,158,207,10,0,47,226,235,153,47,210,10,0,48,226,210,87,82,46,7,0,49,226,8,73,160,6,6,0,49,226,8,73,1,99,7,0,49,226,8,73,0,101,7,0,50,226,184,9,191,83,7,0,51,98,68,129,147,212,6,0,51,98,253,227,212,73,7,0,52,98,27,235,250,95,6,0,52,98,82,125,234,164,8,0,53,226,18,112,73,148,9,0,53,226,18,112,217,148,9,0,57,98,179,196,144,238,6,0,59,226,43,149,204,38,7,0,59,98,54,42,62,66,7,0,59,98,105,223,180,117,7,0,59,226,16,211,203,1,9,0,59,98,168,52,186,233,11,0,60,98,117,118,128,2,12,0,60,98,117,118,157,2,12,0,61,98,252,221,217,135,7,0,61,226,237,179,67,169,7,0,62,98,189,53,59,19,7,0,62,226,32,173,72,118,7,0,62,226,32,173,105,118,7,0,65,98,33,100,193,94,10,0,65,98,33,100,193,94,10,0,66,226,121,121,188,87,9,0,66,226,121,121,6,88,9,0,67,98,121,255,77,48,8,0,68,226,73,102,199,124,9,0,68,226,73,102,173,125,9,0,68,226,73,102,152,126,9,0,71,226,248,222,14,249,8,0,73,98,166,222,111,125,7,0,75,226,115,55,201,142,7,0,78,98,156,197,154,179,10,0,79,98,85,16,200,4,6,0,79,226,12,47,86,98,6,0,79,98,132,170,106,134,6,0,86,226,135,243,168,62,7,0,86,226,119,8,149,88,7,0,86,226,14,194,67,169,7,0,88,226,3,227,88,116,7,0,89,98,241,59,50,35,6,0,89,98,91,189,100,1,8,0,89,98,18,147,192,96,9,0,89,98,18,147,164,97,9,0,89,98,18,147,128,98,9,0,89,98,101,56,163,137,10,0,90,226,227,132,102,243,7,0,91,226,81,23,12,25,6,0,91,226,81,23,190,68,6,0,91,226,87,208,80,223,10,0,91,226,87,208,128,223,10,0,91,226,87,208,175,223,10,0,91,226,87,208,235,223,10,0,93,226,34,129,72,43,11,0,95,98,33,152,10,29,6,0,97,226,27,237,140,78,9,0,97,226,27,237,233,78,9,0,107,98,45,117,25,28,7,0,107,226,189,0,220,124,7,0,110,98,108,165,220,154,7,0,110,98,223,40,226,41,9,0,110,98,223,40,66,42,9,0,110,98,223,40,171,42,9,0,112,226,114,219,20,244,7,0,115,226,137,3,18,66,7,0,116,98,58,69,7,193,6,0,116,226,189,201,127,161,7,0,117,98,38,92,87,101,6,0,118,98,123,57,67,2,7,0,118,226,234,227,3,1,11,0,120,226,102,255,46,105,7,0,124,226,31,70,152,125,11,0,126,226,20,182,212,73,7,0,126,226,163,17,98,160,10,0,126,98,1,126,94,18,12,0,127,98,186,124,249,8,6,0,132,98,157,137,212,73,7,0,132,226,85,73,222,152,9,0,132,226,85,73,15,153,9,0,135,98,20,33,107,165,6,0,135,226,146,190,121,33,7,0,136,98,197,246,146,55,6,0,139,98,73,114,98,28,7,0,140,98,16,100,233,14,9,0,140,98,16,100,209,23,9,0,140,98,16,100,194,32,9,0,146,98,228,158,40,242,11,0,148,226,159,201,137,118,7,0,149,98,208,37,23,4,7,0,149,98,208,37,1,99,7,0,149,98,208,37,0,101,7,0,149,226,135,13,81,205,7,0,149,226,135,13,187,99,8,0,149,226,135,13,232,99,8,0,151,226,157,143,81,205,7,0,151,226,157,143,140,192,8,0,151,226,179,120,31,81,11,0,151,98,73,121,94,25,12,0,154,226,67,15,156,202,9,0,154,226,67,15,83,203,9,0,156,98,188,148,154,194,6,0,156,98,102,34,81,205,7,0,156,98,102,34,107,216,7,0,156,226,26,178,196,104,11,0,157,226,236,172,215,242,5,0,157,226,236,172,222,26,6,0,157,226,236,172,127,240,6,0,157,226,236,172,147,8,7,0,157,98,164,178,86,150,9,0,157,98,164,178,139,150,9,0,158,98,114,131,212,73,7,0,159,98,113,152,22,84,8,0,162,98,30,239,210,86,7,0,162,98,124,23,81,205,7,0,162,98,124,23,144,68,9,0,167,98,156,95,98,160,10,0,167,226,93,73,185,77,11,0,172,226,250,106,147,111,8,0,172,226,251,208,30,92,10,0,172,226,251,208,72,92,10,0,173,98,143,83,117,41,7,0,173,98,143,83,161,215,9,0,173,98,143,83,2,216,9,0,173,98,143,83,104,216,9,0,173,98,143,83,199,216,9,0,173,98,143,83,47,217,9,0,174,226,187,129,98,201,7,0,174,226,187,129,56,218,7,0,180,226,151,163,4,18,11,0,181,226,244,23,22,32,10,0,181,226,244,23,35,33,10,0,183,98,195,239,45,91,9,0,183,98,195,239,214,91,9,0,184,226,119,52,247,169,9,0,184,226,119,52,71,171,9,0,184,226,119,52,153,172,9,0,184,226,119,52,240,173,9,0,185,226,152,208,152,172,6,0,185,226,152,208,3,223,6,0,187,226,147,190,111,125,7,0,187,226,158,58,202,240,7,0,187,226,158,58,240,240,7,0,187,226,194,226,140,119,9,0,187,226,194,226,54,120,9,0,187,226,158,58,149,47,10,0,187,226,189,130,64,146,11,0,189,98,53,116,232,91,7,0,190,226,221,75,201,142,7,0,192,98,38,4,104,173,6,0,194,98,14,142,17,72,6,0,194,98,14,142,23,161,6,0,194,98,14,142,48,251,6,0,194,98,14,142,244,10,7,0,194,98,14,142,67,20,7,0,194,98,14,142,137,20,7,0,194,226,252,43,104,145,7,0,194,98,14,142,152,184,7,0,194,98,160,181,55,74,9,0,194,98,160,181,40,75,9,0,195,98,6,6,145,183,11,0,196,226,132,139,62,66,7,0,197,98,200,2,59,91,8,0,198,226,18,187,81,205,7,0,199,226,16,71,98,160,10,0,200,226,61,47,139,181,11,0,202,226,106,103,182,98,7,0,202,226,18,36,180,117,7,0,202,98,40,238,120,191,7,0,202,226,232,254,98,160,10,0,202,98,56,247,24,212,11,0,206,226,112,164,141,204,11,0,207,226,165,237,188,29,7,0,208,226,244,173,31,21,7,0,208,226,111,223,191,122,7,0,216,98,55,149,104,145,7,0,216,98,88,233,150,110,9,0,216,98,88,233,176,112,9,0,217,98,235,185,168,62,7,0,217,98,42,243,98,160,10,0,218,226,84,82,120,191,7,0,224,226,39,185,151,33,8,0,224,226,52,60,248,140,10,0,224,226,52,60,74,141,10,0,225,98,252,105,111,125,7,0,226,226,130,100,233,14,9,0,226,226,130,100,209,23,9,0,226,226,130,100,194,32,9,0,230,226,177,176,21,36,8,0,231,98,49,238,146,50,8,0,231,98,49,238,193,50,8,0,233,226,207,146,108,30,7,0,233,226,145,214,84,31,7,0,234,98,24,51,215,132,7,0,236,98,113,50,92,91,7,0,236,98,44,24,217,135,7,0,237,226,210,8,98,160,10,0,238,226,158,90,233,14,9,0,238,226,158,90,209,23,9,0,238,226,158,90,194,32,9,0,239,226,20,158,202,172,6,0,243,226,105,139,185,43,7,0,247,98,158,246,116,6,7,0,247,98,158,246,89,236,9,0,247,226,52,162,98,160,10,0,248,226,91,137,192,179,10,0,248,226,91,137,42,180,10,0,251,98,54,179,120,191,7,0,252,98,97,128,70,34,6,0,252,98,97,128,92,34,6,0,252,226,96,246,162,64,10,0,252,226,96,246,33,65,10,0,252,226,96,246,173,65,10,0,254,98,72,196,127,103,8,0,254,226,200,204,225,251,9,0,254,226,200,204,48,252,9,0,254,226,158,161,103,122,11,0,255,226,244,126,220,223,7,0,0,227,188,242,88,184,6,0,0,227,141,208,233,14,9,0,0,227,141,208,209,23,9,0,0,227,141,208,194,32,9,0,0,99,70,16,159,88,11,0,1,227,35,129,229,222,6,0,2,227,40,24,87,125,6,0,3,99,80,123,210,115,9,0,3,99,80,123,145,116,9,0,3,99,80,123,74,117,9,0,6,99,176,189,91,34,12,0,9,227,147,33,81,205,7,0,9,227,147,33,153,216,7,0,10,227,176,42,53,30,7,0,10,227,93,171,66,46,9,0,10,227,93,171,227,49,9,0,10,227,172,36,49,186,11,0,13,99,111,60,64,5,7,0,13,227,227,213,220,154,7,0,15,227,232,125,202,163,7,0,16,227,104,139,159,88,11,0,17,99,40,254,40,45,6,0,17,227,233,127,224,83,7,0,18,227,137,146,92,157,7,0,18,99,188,9,120,191,7,0,20,99,16,144,43,140,11,0,21,227,23,207,149,88,7,0,21,99,223,56,150,11,8,0,22,227,6,7,64,109,9,0,22,227,6,7,204,109,9,0,22,99,207,41,188,108,11,0,23,227,115,82,67,169,7,0,24,227,43,219,98,201,7,0,24,227,43,219,218,211,7,0,27,99,117,97,146,102,7,0,27,99,117,97,46,105,7,0,28,227,38,211,212,73,7,0,29,99,3,163,232,91,7,0,29,99,163,38,237,93,11,0,29,99,163,38,8,94,11,0,30,99,1,138,220,90,7,0,31,99,17,167,230,35,10,0,31,99,17,167,133,36,10,0,33,99,27,125,92,157,7,0,34,227,223,104,232,91,7,0,37,227,5,55,64,109,9,0,37,227,5,55,204,109,9,0,40,227,206,189,255,235,5,0,41,99,49,150,131,90,7,0,43,227,153,79,165,63,7,0,44,99,170,41,39,143,11,0,48,227,40,104,27,163,7,0,49,227,37,224,126,38,6,0,49,99,219,36,203,163,8,0,50,227,102,100,158,207,10,0,50,227,102,100,47,210,10,0,52,99,17,245,107,1,10,0,53,99,230,250,193,94,10,0,54,99,95,125,235,59,6,0,54,99,234,2,199,240,6,0,54,99,82,139,185,130,7,0,54,99,245,144,212,54,8,0,57,227,255,83,252,230,11,0,59,99,73,148,174,236,8,0,60,99,198,222,202,57,9,0,60,99,198,222,240,62,9,0,65,99,118,181,203,248,5,0,65,99,213,233,165,108,11,0,65,99,213,233,62,109,11,0,66,99,49,189,229,150,9,0,66,99,49,189,153,151,9,0,67,99,178,66,87,122,8,0,67,99,178,66,117,122,8,0,67,99,178,66,160,122,8,0,69,227,137,8,69,100,8,0,69,99,15,233,56,207,8,0,69,99,15,233,220,208,8,0,69,99,15,233,72,209,8,0,69,99,15,233,99,210,8,0,69,99,15,233,162,210,8,0,69,99,15,233,240,210,8,0,72,227,186,52,187,57,7,0,75,227,108,2,84,35,7,0,76,99,213,233,254,147,7,0,76,227,195,5,233,14,9,0,76,227,195,5,209,23,9,0,76,227,195,5,194,32,9,0,79,99,122,119,37,104,9,0,80,227,25,142,62,66,7,0,81,227,46,127,66,46,9,0,81,227,46,127,227,49,9,0,81,99,61,250,209,98,11,0,82,99,97,121,66,26,7,0,85,227,144,25,227,176,6,0,86,99,1,28,243,73,11,0,88,227,238,17,98,160,10,0,88,99,254,72,42,196,10,0,88,99,254,72,219,196,10,0,91,99,196,244,48,148,6,0,91,227,225,148,229,183,6,0,92,99,240,4,111,176,8,0,92,99,240,4,175,176,8,0,92,99,240,4,229,176,8,0,93,99,181,0,107,1,10,0,98,99,231,133,88,149,6,0,99,227,112,131,245,127,10,0,100,99,213,51,131,90,7,0,104,227,143,147,201,61,7,0,104,227,189,193,212,73,7,0,104,99,229,197,202,163,7,0,105,227,151,159,99,242,7,0,105,227,151,159,27,80,11,0,106,227,56,9,202,163,7,0,107,99,25,186,236,48,7,0,107,99,229,86,71,218,11,0,109,99,68,75,229,132,9,0,109,99,68,75,184,134,9,0,114,99,166,128,118,72,6,0,114,99,166,128,218,94,6,0,115,99,125,67,37,104,9,0,124,227,62,126,77,96,6,0,124,227,34,205,134,193,10,0,124,227,34,205,170,193,10,0,125,227,22,204,22,195,6,0,125,227,221,81,81,205,7,0,125,227,221,81,150,203,8,0,125,227,221,81,44,204,8,0,125,227,221,81,206,204,8,0,125,227,221,81,48,142,10,0,126,227,249,43,20,1,6,0,127,227,227,54,192,180,10,0,127,227,227,54,222,180,10,0,128,99,167,203,215,132,7,0,128,227,81,236,44,222,9,0,128,227,81,236,89,222,9,0,129,99,26,173,150,110,9,0,129,99,26,173,176,112,9,0,129,99,102,111,250,41,12,0,130,99,22,147,187,138,11,0,131,227,251,143,62,66,7,0,132,227,68,188,233,65,6,0,132,227,68,188,92,139,6,0,132,227,118,48,53,237,6,0,134,99,254,235,202,57,9,0,134,99,254,235,240,62,9,0,136,99,171,15,247,117,7,0,137,99,213,233,254,147,7,0,138,99,167,209,37,104,9,0,140,99,189,99,56,207,8,0,141,99,82,85,101,239,5,0,141,99,137,228,116,151,6,0,142,227,93,187,145,207,6,0,142,99,174,233,214,89,8,0,142,99,253,192,124,196,11,0,143,227,1,84,119,26,7,0,143,227,3,252,180,198,9,0,144,99,148,19,220,233,6,0,147,227,220,46,134,188,6,0,151,99,103,17,111,125,7,0,151,99,71,113,120,191,7,0,151,99,207,227,175,34,12,0,152,227,92,121,116,6,7,0,153,227,54,19,113,109,6,0,153,227,54,19,165,59,7,0,154,227,244,138,67,169,7,0,154,227,54,8,22,32,10,0,154,227,54,8,35,33,10,0,157,227,116,85,152,234,6,0,157,99,93,67,219,89,10,0,157,99,93,67,25,90,10,0,157,99,93,67,69,90,10,0,158,99,115,72,170,147,6,0,158,227,161,217,118,88,7,0,158,227,45,206,89,66,10,0,158,227,45,206,110,66,10,0,161,99,72,199,82,16,6,0,161,99,69,198,46,77,6,0,161,227,246,222,67,169,7,0,162,99,98,4,220,149,10,0,162,99,98,4,242,149,10,0,163,99,213,143,212,73,7,0,165,99,172,203,1,99,7,0,165,99,196,178,217,87,8,0,169,99,28,189,220,223,7,0,170,99,253,14,120,191,7,0,174,227,243,154,165,55,8,0,174,227,243,154,211,55,8,0,174,227,243,154,5,56,8,0,174,227,10,11,112,68,8,0,175,99,225,170,67,169,7,0,177,99,68,184,193,94,10,0,180,99,158,51,55,12,6,0,180,227,187,100,122,112,6,0,180,227,187,100,218,162,8,0,180,227,103,79,200,50,12,0,181,99,253,35,81,205,7,0,181,99,253,35,167,213,7,0,181,227,216,244,99,204,11,0,184,227,129,114,233,14,9,0,184,227,129,114,209,23,9,0,184,227,129,114,194,32,9,0,186,99,210,224,12,36,7,0,187,227,55,194,224,159,11,0,187,99,183,191,153,24,12,0,188,99,208,38,7,29,7,0,189,227,194,252,210,115,9,0,189,227,194,252,145,116,9,0,189,227,194,252,74,117,9,0,191,99,226,191,98,201,7,0,192,227,133,203,54,120,7,0,192,227,198,110,244,122,10,0,192,227,198,110,156,123,10,0,197,99,218,148,202,57,9,0,197,99,218,148,240,62,9,0,198,227,129,254,21,46,7,0,200,227,74,196,102,138,7,0,200,99,53,172,254,147,7,0,200,227,141,56,71,238,10,0,202,227,98,221,120,191,7,0,202,99,8,117,131,18,8,0,204,99,158,244,233,14,9,0,204,99,158,244,209,23,9,0,204,99,158,244,194,32,9,0,205,227,218,107,172,111,7,0,212,99,128,143,202,57,9,0,212,99,128,143,240,62,9,0,212,99,98,69,193,10,12,0,214,99,115,145,240,1,6,0,220,227,243,82,110,245,11,0,221,99,82,255,66,46,9,0,221,99,82,255,227,49,9,0,222,99,194,160,63,175,11,0,223,99,15,253,49,251,5,0,224,99,173,191,57,86,8,0,226,227,245,72,1,99,7,0,226,227,245,72,0,101,7,0,230,99,22,126,138,87,7,0,231,227,106,229,67,169,7,0,231,227,182,25,115,17,11,0,235,99,110,184,62,66,7,0,235,99,16,186,241,224,8,0,241,99,86,211,164,203,6,0,241,227,1,32,146,102,7,0,241,227,1,32,46,105,7,0,241,227,124,61,54,120,7,0,242,99,205,58,130,234,6,0,243,227,191,127,171,226,6,0,243,227,74,245,102,138,7,0,243,227,125,138,245,127,10,0,244,227,191,127,115,44,6,0,244,227,191,127,198,220,6,0,247,99,231,56,51,168,9,0,247,99,231,56,146,168,9,0,248,99,178,63,55,74,9,0,248,99,178,63,40,75,9,0,249,99,112,171,163,180,11,0,250,99,210,216,233,14,9,0,250,99,210,216,209,23,9,0,250,99,210,216,194,32,9,0,251,227,155,76,217,135,7,0,251,227,155,76,66,123,8,0,251,227,121,125,233,14,9,0,251,227,121,125,209,23,9,0,251,227,121,125,194,32,9,0,252,227,246,229,92,157,7,0,252,99,156,106,114,11,10,0,252,99,156,106,104,12,10,0,255,227,142,215,81,205,7,0,3,228,147,98,139,163,6,0,3,100,195,44,247,169,9,0,3,100,195,44,71,171,9,0,3,100,195,44,153,172,9,0,3,100,195,44,240,173,9,0,4,228,36,141,229,132,9,0,4,228,36,141,184,134,9,0,5,100,212,48,49,190,9,0,5,100,212,48,64,190,9,0,8,100,162,51,13,159,7,0,8,100,202,105,202,57,9,0,8,100,202,105,240,62,9,0,8,228,77,230,167,128,9,0,8,228,77,230,133,129,9,0,8,228,230,3,83,65,11,0,9,100,21,21,155,41,12,0,12,100,108,9,193,30,6,0,15,228,79,63,68,106,6,0,15,100,103,110,16,44,9,0,15,100,103,110,160,44,9,0,16,100,121,150,12,129,7,0,16,100,224,234,245,127,10,0,18,228,36,28,46,32,7,0,18,228,62,217,251,41,10,0,18,228,62,217,25,42,10,0,19,100,146,132,195,186,6,0,20,228,249,226,92,157,7,0,21,100,86,216,67,169,7,0,21,100,253,98,66,46,9,0,21,100,253,98,227,49,9,0,24,228,213,113,150,110,9,0,24,228,213,113,176,112,9,0,26,100,10,46,27,54,9,0,26,100,10,46,191,54,9,0,26,100,10,46,104,55,9,0,26,100,68,229,150,110,9,0,26,100,68,229,176,112,9,0,30,228,176,235,93,52,11,0,31,228,121,240,215,53,6,0,31,100,154,23,98,160,10,0,33,228,50,48,81,205,7,0,33,228,50,48,144,68,9,0,38,100,245,173,26,33,7,0,41,228,239,214,186,118,7,0,42,228,72,119,123,225,6,0,42,228,72,119,120,191,7,0,44,228,0,187,36,203,6,0,44,228,0,187,116,233,6,0,44,100,15,100,125,95,11,0,45,100,80,108,72,98,11,0,47,100,206,71,201,142,7,0,49,228,119,65,226,147,6,0,52,100,245,172,1,27,7,0,52,100,31,122,216,0,12,0,52,100,31,122,253,0,12,0,55,100,203,178,58,88,7,0,56,228,16,191,144,176,11,0,58,228,195,125,224,83,7,0,60,100,58,201,81,205,7,0,60,100,58,201,203,219,7,0,60,100,5,234,146,124,11,0,61,100,24,208,51,46,6,0,61,100,24,208,87,182,7,0,62,100,180,50,192,164,11,0,67,228,46,181,233,14,9,0,67,228,46,181,209,23,9,0,67,228,46,181,194,32,9,0,68,228,27,171,151,85,8,0,69,228,233,76,57,80,6,0,69,228,10,171,148,18,12,0,69,228,10,171,143,25,12,0,69,228,10,171,175,25,12,0,71,228,233,55,105,225,8,0,74,100,44,238,62,66,7,0,74,100,38,23,112,182,11,0,76,100,90,102,82,189,10,0,77,100,157,186,210,227,7,0,79,100,232,81,58,242,5,0,79,100,56,255,80,240,6,0,79,100,56,255,185,47,7,0,79,100,131,60,14,86,8,0,79,100,194,92,216,29,11,0,82,100,89,255,195,241,10,0,83,100,60,168,202,163,7,0,83,228,248,158,181,37,11,0,86,228,123,172,45,60,7,0,88,100,21,53,207,43,12,0,89,100,196,139,245,209,11,0,96,100,141,104,107,1,10,0,96,100,193,30,83,218,10,0,96,100,193,30,181,219,10,0,97,100,162,179,231,96,11,0,98,228,206,78,233,14,9,0,98,228,206,78,209,23,9,0,98,228,206,78,194,32,9,0,99,100,192,49,103,180,9,0,99,100,192,49,253,180,9,0,100,228,232,115,49,245,7,0,101,100,240,16,222,59,11,0,102,100,61,88,146,102,7,0,102,100,61,88,46,105,7,0,103,100,202,6,188,123,8,0,109,228,113,27,252,84,7,0,109,228,91,222,111,125,7,0,111,100,182,93,202,57,9,0,111,100,182,93,240,62,9,0,114,228,53,30,166,27,6,0,115,100,144,95,56,207,8,0,115,100,144,95,220,208,8,0,115,100,144,95,72,209,8,0,116,228,176,98,67,169,7,0,117,100,157,98,216,56,7,0,117,228,128,170,65,32,8,0,119,228,212,100,97,81,8,0,120,228,249,251,201,142,7,0,120,100,185,2,182,241,11,0,124,100,178,237,167,72,11,0,125,100,165,208,120,191,7,0,126,228,253,187,3,84,6,0,126,228,253,187,146,102,7,0,127,228,14,21,98,160,10,0,127,100,28,129,83,65,11,0,128,100,10,185,81,205,7,0,128,228,48,94,128,158,8,0,128,100,10,185,121,186,10,0,129,228,167,214,39,51,7,0,131,100,10,62,59,91,8,0,132,100,40,24,86,239,10,0,134,100,36,204,88,116,7,0,135,228,0,104,242,226,11,0,137,228,103,14,253,123,6,0,140,228,34,64,105,175,10,0,140,228,34,64,50,176,10,0,142,228,174,125,140,119,9,0,142,228,174,125,54,120,9,0,143,228,221,127,172,111,7,0,146,100,205,190,104,145,7,0,148,100,44,66,179,224,6,0,148,100,44,66,91,16,7,0,148,100,121,141,202,57,9,0,148,100,121,141,240,62,9,0,148,228,122,49,98,160,10,0,148,100,134,52,182,221,11,0,151,100,86,206,102,138,7,0,151,228,59,212,220,154,7,0,152,100,90,170,69,56,7,0,152,100,129,159,150,110,9,0,152,100,129,159,176,112,9,0,154,228,13,81,140,236,5,0,154,100,17,172,15,109,7,0,156,100,101,140,211,135,6,0,160,100,180,94,212,73,7,0,160,100,2,66,104,145,7,0,161,228,5,133,43,165,11,0,163,228,68,26,168,71,6,0,163,100,116,218,62,66,7,0,164,228,158,104,104,145,7,0,167,100,194,51,15,192,9,0,167,100,194,51,91,192,9,0,167,100,194,51,164,192,9,0,168,228,185,148,226,242,6,0,169,228,35,160,35,10,12,0,170,228,27,80,20,231,7,0,171,100,26,139,62,66,7,0,172,228,185,148,175,90,6,0,175,228,178,82,117,41,7,0,175,100,81,122,254,90,7,0,175,228,178,82,161,215,9,0,175,228,178,82,2,216,9,0,175,228,178,82,104,216,9,0,175,228,178,82,199,216,9,0,175,228,178,82,47,217,9,0,176,228,73,9,64,52,8,0,176,228,73,9,40,180,11,0,178,100,91,137,76,160,8,0,179,100,125,135,227,231,9,0,179,100,125,135,247,231,9,0,180,228,52,206,66,46,9,0,180,228,52,206,227,49,9,0,181,100,62,173,159,95,7,0,181,100,103,232,251,122,7,0,181,100,103,232,125,139,11,0,182,228,103,27,66,46,9,0,182,228,103,27,227,49,9,0,183,100,170,152,244,3,11,0,184,100,198,6,51,46,6,0,184,100,198,6,87,182,7,0,187,100,200,20,93,237,10,0,188,228,126,140,212,73,7,0,188,228,117,120,4,22,11,0,189,100,135,100,202,163,7,0,193,228,107,88,148,40,7,0,193,228,108,34,27,48,7,0,196,228,45,129,241,213,6,0,197,228,151,128,189,255,6,0,197,228,25,110,98,160,10,0,197,100,223,209,98,160,10,0,198,228,108,113,134,97,7,0,199,228,124,81,98,160,10,0,202,100,86,14,149,88,7,0,203,100,213,17,63,18,12,0,204,228,166,142,192,96,9,0,204,228,166,142,164,97,9,0,204,228,166,142,128,98,9,0,205,100,103,223,65,156,7,0,205,100,103,223,164,156,7,0,207,100,161,77,253,94,7,0,207,100,223,195,229,132,9,0,207,100,223,195,184,134,9,0,207,100,230,95,146,50,11,0,209,228,250,249,211,93,7,0,210,100,231,142,48,137,9,0,210,100,231,142,87,137,9,0,211,100,74,97,232,91,7,0,212,100,87,56,25,93,9,0,212,100,87,56,212,94,9,0,212,100,60,150,208,106,9,0,212,100,60,150,138,107,9,0,212,100,60,150,56,108,9,0,215,228,174,145,236,48,7,0,215,100,203,6,3,163,8,0,217,228,31,11,17,96,10,0,217,228,31,11,83,97,10,0,217,228,31,11,152,98,10,0,219,100,188,148,168,181,10,0,219,100,188,148,195,181,10,0,220,100,89,1,232,91,7,0,221,228,224,200,241,155,7,0,221,228,211,216,245,104,9,0,221,228,211,216,223,105,9,0,224,100,99,196,67,169,7,0,224,100,133,80,186,72,11,0,226,228,13,138,194,244,5,0,226,228,76,242,113,54,7,0,226,228,7,236,224,83,7,0,226,100,199,17,232,91,7,0,226,228,167,183,214,89,8,0,226,228,85,101,34,94,8,0,227,100,160,136,110,245,11,0,228,100,74,112,73,116,6,0,230,228,118,1,202,57,9,0,230,228,118,1,240,62,9,0,232,100,79,200,64,82,7,0,232,100,79,200,244,10,11,0,236,100,129,236,205,168,8,0,236,228,146,34,195,16,10,0,236,228,146,34,224,16,10,0,239,100,254,241,96,2,6,0,239,100,153,134,98,160,10,0,241,100,91,70,246,111,7,0,241,100,21,126,133,244,10,0,241,100,200,245,27,98,11,0,247,228,101,93,155,252,5,0,248,100,219,73,246,111,7,0,248,228,101,67,156,202,9,0,248,228,101,67,83,203,9,0,248,228,84,28,68,234,9,0,248,228,84,28,94,234,9,0,248,228,84,28,129,234,9,0,249,100,45,225,72,241,7,0,249,100,70,237,168,139,9,0,249,100,70,237,199,139,9,0,251,100,165,55,28,89,8,0,252,228,111,136,110,141,6,0,253,100,39,123,236,48,7,0,255,100,86,67,224,194,6,0,255,100,86,67,72,31,8,0,255,100,86,67,120,31,8,0,255,100,86,67,221,129,8,0,0,229,215,187,130,241,10,0,1,229,89,222,209,34,12,0,2,101,138,70,158,207,10,0,2,101,138,70,47,210,10,0,6,101,236,88,207,135,11,0,7,101,208,72,27,85,7,0,7,101,163,23,154,241,9,0,7,101,163,23,86,242,9,0,9,101,169,49,240,131,7,0,10,229,115,88,210,86,7,0,10,101,205,160,154,179,10,0,10,101,122,166,86,175,11,0,10,101,122,166,248,188,11,0,11,229,63,217,67,169,7,0,11,101,231,242,78,74,10,0,11,101,231,242,93,75,10,0,11,101,231,242,96,76,10,0,11,101,231,242,126,77,10,0,11,101,245,150,169,20,11,0,13,101,132,41,66,46,9,0,13,101,132,41,227,49,9,0,13,101,101,9,158,138,11,0,14,229,140,1,194,237,10,0,14,229,151,221,111,183,11,0,15,229,244,144,81,205,7,0,15,229,244,144,140,192,8,0,20,101,215,13,195,134,7,0,20,229,88,145,7,140,7,0,21,101,53,167,197,76,11,0,23,101,215,199,161,215,9,0,23,101,215,199,2,216,9,0,23,101,215,199,104,216,9,0,23,101,215,199,199,216,9,0,23,101,215,199,47,217,9,0,24,229,207,16,192,136,9,0,24,229,207,16,224,136,9,0,27,101,100,90,34,20,7,0,32,101,200,114,112,183,6,0,32,229,26,244,116,102,9,0,32,229,26,244,173,102,9,0,34,229,83,20,22,151,8,0,37,229,70,82,72,90,7,0,37,229,7,12,234,218,8,0,37,229,7,12,26,234,11,0,37,101,255,157,228,22,12,0,38,229,20,235,130,238,7,0,39,101,61,182,106,139,7,0,41,229,76,105,147,9,11,0,44,101,133,111,226,41,9,0,44,101,133,111,66,42,9,0,44,101,133,111,171,42,9,0,44,229,175,13,98,160,10,0,44,229,166,87,1,106,11,0,45,101,146,22,193,94,10,0,47,101,180,173,83,117,11,0,49,229,6,190,183,7,12,0,50,101,156,95,158,207,10,0,50,101,156,95,47,210,10,0,54,229,95,193,254,147,7,0,55,229,74,5,86,98,6,0,57,229,122,22,202,163,7,0,58,229,119,211,211,104,6,0,58,101,85,7,228,237,7,0,59,229,81,128,245,186,9,0,59,229,81,128,80,187,9,0,59,229,81,128,165,187,9,0,60,101,139,207,52,226,6,0,60,229,196,109,134,97,7,0,62,101,68,250,107,1,10,0,64,101,6,26,1,160,7,0,67,101,206,76,229,150,9,0,67,101,206,76,153,151,9,0,70,229,238,25,80,89,8,0,72,101,166,124,59,246,7,0,74,101,233,113,67,42,6,0,74,229,151,84,134,76,8,0,74,229,151,84,193,76,8,0,74,229,151,84,6,77,8,0,74,229,151,84,76,77,8,0,75,229,175,144,156,202,9,0,75,229,175,144,83,203,9,0,75,229,141,191,144,178,10,0,75,229,141,191,233,178,10,0,75,229,141,191,65,179,10,0,79,229,229,19,239,104,6,0,79,101,2,130,212,73,7,0,79,229,137,150,202,57,9,0,79,229,137,150,240,62,9,0,81,229,236,156,93,238,5,0,81,101,125,206,212,73,7,0,83,101,98,84,53,131,7,0,83,229,142,92,39,18,10,0,83,229,142,92,79,18,10,0,83,229,142,92,128,18,10,0,86,229,56,211,89,239,7,0,87,229,109,20,175,194,6,0,87,229,109,20,121,200,6,0,87,101,82,209,137,204,7,0,87,229,24,90,229,132,9,0,87,229,24,90,184,134,9,0,89,229,91,180,233,14,9,0,89,229,91,180,209,23,9,0,89,229,91,180,194,32,9,0,89,229,2,146,66,46,9,0,89,229,2,146,227,49,9,0,89,101,71,64,150,110,9,0,89,101,71,64,176,112,9,0,90,101,223,25,98,160,10,0,96,101,183,187,31,70,9,0,96,101,183,187,104,71,9,0,96,101,183,187,179,72,9,0,98,101,202,54,250,95,6,0,98,229,147,42,217,135,7,0,99,229,124,137,227,24,7,0,104,101,21,212,27,48,7,0,104,229,191,195,163,154,11,0,110,101,93,207,137,101,10,0,110,101,93,207,237,101,10,0,110,101,93,207,78,102,10,0,113,101,45,57,100,120,8,0,114,101,182,200,233,14,9,0,114,101,182,200,209,23,9,0,114,101,182,200,194,32,9,0,114,101,238,33,162,246,10,0,116,229,252,181,227,24,7,0,117,101,225,0,88,116,7,0,117,229,70,82,50,38,12,0,119,101,232,68,44,98,11,0,123,101,147,183,103,180,9,0,123,101,147,183,253,180,9,0,123,101,140,77,226,122,11,0,124,229,222,127,210,34,6,0,124,101,182,147,119,128,6,0,125,229,222,127,180,31,6,0,127,229,59,113,62,66,7,0,128,101,128,76,127,161,7,0,129,229,172,45,212,252,5,0,129,101,9,231,165,136,10,0,129,101,9,231,189,136,10,0,130,101,211,34,163,137,10,0,134,229,226,155,98,160,10,0,135,229,240,17,136,110,11,0,136,229,40,247,62,66,7,0,137,229,85,140,244,114,9,0,137,229,85,140,8,115,9,0,138,101,39,237,54,120,7,0,139,101,250,251,214,89,8,0,139,229,98,110,55,74,9,0,139,229,98,110,40,75,9,0,140,101,247,6,3,1,11,0,145,101,162,75,46,105,7,0,145,229,27,31,185,245,8,0,147,229,195,65,41,160,9,0,147,229,195,65,70,160,9,0,147,229,195,65,115,160,9,0,148,101,239,212,80,96,7,0,149,229,156,95,71,0,6,0,149,101,4,41,127,161,7,0,149,229,156,95,206,186,7,0,149,101,58,201,159,75,11,0,152,101,164,56,66,46,9,0,152,101,164,56,227,49,9,0,153,229,237,62,45,242,6,0,153,229,192,174,78,74,10,0,153,229,192,174,93,75,10,0,153,229,192,174,96,76,10,0,153,229,192,174,126,77,10,0,153,229,50,248,98,160,10,0,153,101,243,42,223,168,11,0,154,101,151,253,146,102,7,0,154,101,151,253,46,105,7,0,155,101,132,42,57,55,6,0,156,101,161,222,185,43,7,0,157,229,158,249,98,160,10,0,157,229,57,59,196,225,10,0,157,229,57,59,253,225,10,0,158,101,78,47,174,52,7,0,160,101,248,171,44,17,10,0,160,101,248,171,73,17,10,0,160,101,206,34,84,144,10,0,160,101,206,34,138,144,10,0,165,101,203,166,143,25,7,0,165,101,203,166,5,26,7,0,165,101,203,166,88,184,7,0,165,101,203,166,118,184,7,0,167,229,86,108,237,115,8,0,167,229,86,108,18,116,8,0,167,229,86,108,59,116,8,0,169,229,58,227,236,48,7,0,170,101,2,114,43,47,11,0,173,101,151,159,129,61,11,0,174,229,46,135,25,134,7,0,174,229,46,135,75,134,7,0,175,101,166,116,170,18,11,0,176,101,189,174,54,120,7,0,180,101,72,148,234,248,11,0,182,101,163,249,154,241,9,0,182,101,163,249,86,242,9,0,183,229,111,66,233,14,9,0,183,229,111,66,209,23,9,0,183,229,111,66,194,32,9,0,187,101,222,69,161,119,6,0,190,229,24,89,154,241,9,0,190,229,24,89,86,242,9,0,192,101,174,64,3,38,7,0,194,101,182,148,143,249,11,0,196,101,213,232,212,73,7,0,198,229,82,126,100,7,7,0,198,101,135,1,202,163,7,0,198,101,134,175,233,14,9,0,198,101,134,175,209,23,9,0,198,101,134,175,194,32,9,0,202,101,208,109,67,169,7,0,205,101,97,198,124,238,11,0,208,229,216,150,218,131,6,0,208,229,216,150,18,168,6,0,210,229,80,183,202,163,7,0,214,101,50,143,84,31,7,0,214,229,133,252,93,153,7,0,215,229,188,85,68,128,9,0,215,229,188,85,97,128,9,0,216,101,99,150,59,157,6,0,218,229,82,227,232,91,7,0,218,229,233,221,247,84,9,0,223,101,189,251,254,147,7,0,223,101,189,251,56,207,8,0,223,229,62,24,7,167,9,0,223,229,62,24,69,167,9,0,224,229,99,110,128,116,10,0,224,229,99,110,163,116,10,0,224,229,99,110,208,116,10,0,225,229,107,20,66,42,7,0,225,229,248,252,25,93,9,0,225,229,248,252,212,94,9,0,226,101,10,146,253,94,7,0,229,101,231,247,212,73,7,0,231,229,70,82,168,62,7,0,233,229,250,239,233,14,9,0,233,229,250,239,209,23,9,0,233,229,250,239,194,32,9,0,233,229,43,50,66,46,9,0,233,229,43,50,227,49,9,0,234,229,215,233,245,104,9,0,234,229,215,233,223,105,9,0,235,229,33,88,168,62,7,0,236,229,79,255,116,250,7,0,236,229,79,255,30,251,7,0,237,229,155,90,31,196,6,0,237,101,30,103,202,57,9,0,237,101,30,103,240,62,9,0,240,101,167,23,27,85,7,0,240,101,109,249,46,105,7,0,243,101,158,86,49,169,6,0,243,229,128,72,212,73,7,0,246,101,198,183,54,120,7,0,246,229,213,153,66,46,9,0,246,229,213,153,227,49,9,0,247,101,5,109,54,120,7,0,248,229,31,61,149,88,7,0,248,229,31,61,26,90,7,0,251,229,128,186,149,83,7,0,251,229,128,186,111,125,7,0,253,229,219,5,202,163,7,0,0,230,67,189,46,160,6,0,1,102,209,184,136,235,8,0,1,102,209,184,213,235,8,0,1,102,209,184,35,236,8,0,4,102,84,87,68,26,11,0,7,102,209,78,98,160,10,0,8,102,252,49,23,50,10,0,8,102,252,49,53,50,10,0,8,102,252,49,106,50,10,0,9,102,98,222,104,101,6,0,11,102,214,90,62,66,7,0,12,102,185,125,188,183,11,0,14,102,84,230,62,66,7,0,14,102,238,78,110,173,8,0,14,102,144,71,166,115,11,0,15,102,113,107,204,38,7,0,17,230,54,96,150,53,11,0,19,102,211,116,50,124,6,0,21,230,193,174,0,23,7,0,21,230,13,8,86,145,9,0,21,230,13,8,156,145,9,0,21,230,13,8,233,145,9,0,22,230,40,47,132,63,10,0,22,230,40,47,147,63,10,0,22,230,40,47,235,63,10,0,23,230,169,39,216,152,6,0,24,102,2,116,93,153,7,0,26,230,164,139,220,84,6,0,26,230,167,129,66,46,9,0,26,230,167,129,227,49,9,0,29,230,73,31,157,201,6,0,30,102,45,239,228,238,11,0,31,102,60,66,230,160,7,0,31,230,80,83,192,96,9,0,31,230,80,83,164,97,9,0,31,230,80,83,128,98,9,0,32,102,34,129,138,167,8,0,35,230,151,53,198,235,5,0,37,102,166,125,168,141,9,0,37,102,166,125,184,142,9,0,38,102,31,5,254,147,7,0,40,102,67,16,67,169,7,0,44,230,108,73,88,145,11,0,46,230,110,27,15,109,7,0,47,230,25,123,232,91,7,0,51,102,66,162,202,57,9,0,51,102,66,162,240,62,9,0,53,230,120,71,233,14,9,0,53,230,120,71,209,23,9,0,53,230,120,71,194,32,9,0,56,230,247,217,190,164,6,0,56,102,147,51,140,119,9,0,56,102,147,51,54,120,9,0,56,230,247,217,158,207,10,0,56,230,247,217,47,210,10,0,57,102,59,56,245,81,7,0,58,102,27,51,65,101,6,0,63,102,182,119,202,57,9,0,63,102,182,119,240,62,9,0,64,102,129,29,202,57,9,0,64,102,129,29,240,62,9,0,68,102,143,228,233,14,9,0,68,102,143,228,209,23,9,0,68,102,143,228,194,32,9,0,69,230,118,69,47,113,7,0,71,102,72,216,173,92,11,0,72,102,58,163,116,49,6,0,73,230,186,247,148,92,10,0,73,230,186,247,177,92,10,0,73,230,186,247,202,92,10,0,78,230,171,182,111,125,7,0,78,230,18,86,220,154,7,0,80,102,51,220,62,66,7,0,84,230,167,183,202,241,7,0,84,230,167,183,202,241,7,0,86,102,189,216,111,234,8,0,87,102,239,20,124,88,6,0,87,230,46,46,62,66,7,0,88,102,179,193,134,97,7,0,88,102,179,193,121,124,8,0,89,102,116,92,254,147,7,0,89,102,43,24,191,185,11,0,91,230,196,127,184,17,12,0,92,230,180,28,215,245,9,0,92,230,180,28,69,246,9,0,93,230,12,184,1,99,7,0,94,230,100,25,233,14,9,0,94,230,100,25,209,23,9,0,94,230,100,25,194,32,9,0,95,230,1,164,212,73,7,0,97,230,9,166,85,233,7,0,97,102,255,20,88,101,9,0,97,102,255,20,114,101,9,0,97,102,255,20,140,101,9,0,97,102,255,20,172,101,9,0,99,102,137,142,75,155,11,0,100,102,192,119,168,207,6,0,101,230,29,211,244,122,10,0,101,230,29,211,156,123,10,0,102,230,58,180,1,99,7,0,102,230,58,180,0,101,7,0,103,102,246,190,98,165,8,0,105,230,255,19,98,160,10,0,109,102,22,60,193,212,10,0,109,102,22,60,214,212,10,0,109,230,94,93,39,215,10,0,109,230,94,93,116,215,10,0,110,102,85,71,1,99,7,0,110,102,85,71,0,101,7,0,110,230,18,142,202,57,9,0,110,230,18,142,240,62,9,0,111,102,60,224,146,102,7,0,111,102,60,224,220,154,7,0,114,230,160,49,66,46,9,0,114,230,160,49,227,49,9,0,114,102,179,218,255,130,9,0,114,102,179,218,19,131,9,0,114,102,179,218,56,131,9,0,119,102,46,74,27,48,7,0,121,230,229,158,111,125,7,0,122,102,248,110,210,115,9,0,122,102,248,110,145,116,9,0,122,102,248,110,74,117,9,0,124,102,254,54,212,73,7,0,125,102,230,57,66,46,9,0,125,102,230,57,227,49,9,0,130,102,69,230,229,51,7,0,130,102,154,170,104,145,7,0,132,230,80,76,120,191,7,0,134,102,116,14,101,247,7,0,134,102,247,88,210,115,9,0,134,102,247,88,145,116,9,0,134,102,247,88,74,117,9,0,135,102,139,151,197,54,7,0,135,230,44,158,131,55,7,0,137,102,75,132,154,190,6,0,137,230,183,29,207,7,10,0,137,230,183,29,27,8,10,0,138,230,230,251,103,31,6,0,138,230,230,251,74,137,6,0,140,102,123,6,69,56,7,0,140,102,11,80,254,147,7,0,141,102,183,132,158,207,10,0,141,102,183,132,47,210,10,0,143,230,244,22,137,204,7,0,143,102,6,244,68,111,10,0,143,102,6,244,98,111,10,0,143,102,6,244,123,111,10,0,149,102,69,237,255,77,6,0,152,230,185,26,66,46,9,0,152,230,185,26,227,49,9,0,154,102,238,182,129,248,10,0,155,230,184,33,232,254,5,0,159,102,237,24,197,34,7,0,160,230,9,83,104,145,7,0,161,102,100,95,248,58,7,0,163,230,26,130,185,47,7,0,164,230,247,129,120,191,7,0,174,230,189,11,9,239,6,0,177,102,21,35,171,45,10,0,177,102,21,35,206,45,10,0,177,230,144,247,158,207,10,0,177,230,144,247,47,210,10,0,177,102,219,27,209,128,11,0,180,230,226,235,233,14,9,0,180,230,226,235,209,23,9,0,180,230,226,235,194,32,9,0,181,230,35,231,144,176,11,0,182,230,137,171,247,117,7,0,182,102,202,214,111,125,7,0,183,230,126,216,9,239,6,0,186,102,224,188,44,58,8,0,190,230,156,139,49,144,8,0,192,230,61,131,202,57,9,0,192,230,61,131,240,62,9,0,193,230,58,23,213,148,11,0,195,102,125,118,104,145,7,0,196,230,157,155,38,84,9,0,196,230,157,155,77,84,9,0,197,230,34,202,11,215,8,0,197,102,184,223,184,199,10,0,197,102,184,223,254,199,10,0,198,102,221,205,34,48,8,0,199,230,58,14,159,88,11,0,204,230,143,131,80,96,7,0,206,230,81,9,150,110,9,0,206,230,81,9,176,112,9,0,210,102,41,135,120,191,7,0,214,102,131,182,150,55,11,0,214,102,131,182,195,55,11,0,216,230,184,21,55,74,9,0,216,230,184,21,40,75,9,0,217,230,203,255,45,60,7,0,219,102,9,126,224,83,7,0,221,102,75,137,82,46,7,0,221,102,75,137,201,41,12,0,222,102,6,189,22,61,6,0,222,230,101,187,10,138,7,0,222,230,101,187,102,138,7,0,222,230,243,10,156,242,11,0,223,230,49,221,215,29,10,0,223,230,49,221,250,29,10,0,223,230,49,221,27,30,10,0,223,230,143,71,143,139,11,0,226,102,26,191,81,194,10,0,226,102,26,191,113,194,10,0,227,230,117,130,5,225,7,0,228,230,166,249,215,132,7,0,229,102,158,61,168,54,11,0,231,230,179,139,189,229,7,0,232,230,205,234,11,198,8,0,232,230,157,170,138,33,12,0,236,230,177,21,201,142,7,0,237,230,62,126,51,189,6,0,238,230,177,229,3,0,11,0,239,102,250,88,44,160,7,0,241,230,129,243,210,24,8,0,241,230,93,252,22,31,8,0,241,230,143,224,23,89,9,0,241,230,143,224,71,89,9,0,244,102,196,5,108,30,7,0,244,102,80,161,4,124,7,0,249,230,136,164,205,89,6,0,250,102,237,97,66,176,8,0,1,231,73,31,143,25,7,0,2,231,7,105,193,94,10,0,3,103,211,7,183,140,7,0,6,231,93,152,93,153,7,0,6,103,199,193,101,4,11,0,7,103,197,206,0,245,8,0,9,103,28,136,192,96,9,0,9,103,28,136,164,97,9,0,9,103,28,136,128,98,9,0,9,103,72,115,156,202,9,0,9,103,72,115,83,203,9,0,11,103,52,193,59,246,7,0,12,103,195,138,98,160,10,0,13,103,126,179,202,163,7,0,14,231,59,159,254,147,7,0,16,103,90,122,203,254,7,0,16,103,90,122,8,255,7,0,17,103,189,211,202,163,7,0,25,103,190,140,98,201,7,0,25,103,190,140,56,218,7,0,25,231,214,144,111,90,10,0,25,231,214,144,70,91,10,0,25,231,38,226,19,169,11,0,27,231,149,164,240,131,7,0,27,103,74,21,126,10,11,0,27,103,74,21,39,27,11,0,27,103,74,21,133,30,11,0,30,103,249,26,120,191,7,0,33,103,10,207,7,29,7,0,40,231,170,230,120,102,6,0,40,103,115,42,229,51,7,0,41,103,169,83,166,104,6,0,41,103,79,128,225,112,11,0,46,103,131,182,120,191,7,0,48,231,65,186,192,96,9,0,48,231,65,186,164,97,9,0,48,231,65,186,128,98,9,0,49,231,179,222,54,120,7,0,49,231,18,227,247,169,9,0,49,231,18,227,71,171,9,0,49,231,18,227,153,172,9,0,49,231,18,227,240,173,9,0,51,103,11,122,235,251,5,0,52,103,1,126,195,171,6,0,52,103,1,126,216,224,6,0,52,103,1,126,175,240,6,0,52,103,1,126,108,255,6,0,56,231,231,109,57,18,6,0,56,103,152,20,27,48,7,0,59,103,171,252,122,184,8,0,59,103,171,252,122,184,8,0,59,103,171,252,8,185,8,0,59,103,171,252,8,185,8,0,59,103,171,252,139,185,8,0,59,103,171,252,139,185,8,0,59,103,88,10,108,159,11,0,60,231,24,197,81,77,11,0,64,103,37,118,72,90,7,0,66,231,186,158,110,173,8,0,67,103,155,253,15,109,7,0,73,103,30,166,96,112,11,0,74,103,56,62,104,26,6,0,74,103,231,242,80,96,7,0,75,103,129,191,80,0,10,0,75,103,129,191,118,0,10,0,77,103,180,145,120,191,7,0,79,231,233,210,133,220,6,0,79,231,125,81,67,169,7,0,80,103,101,37,90,47,12,0,81,103,249,149,200,112,7,0,82,103,200,131,195,93,8,0,82,103,243,103,43,80,11,0,83,103,81,62,232,137,6,0,83,103,238,219,212,73,7,0,83,103,81,62,81,205,7,0,83,103,96,100,29,85,11,0,84,103,85,170,212,73,7,0,84,103,4,139,4,36,11,0,84,103,217,79,224,39,11,0,84,103,217,79,20,43,11,0,85,103,62,31,81,205,7,0,85,103,34,169,233,14,9,0,85,103,34,169,209,23,9,0,85,103,34,169,194,32,9,0,85,103,62,31,173,92,9,0,85,103,62,31,223,92,9,0,86,103,155,34,171,110,11,0,87,231,242,19,68,59,7,0,88,103,242,127,8,231,6,0,88,231,201,26,111,7,11,0,91,231,1,127,62,66,7,0,92,231,239,51,81,205,7,0,92,231,239,51,150,203,8,0,92,231,239,51,44,204,8,0,92,231,239,51,206,204,8,0,92,231,239,51,48,142,10,0,94,231,76,126,1,99,7,0,94,231,76,126,0,101,7,0,94,231,34,230,98,160,10,0,94,231,133,125,32,130,11,0,95,103,206,237,67,103,6,0,95,231,78,181,248,255,11,0,97,103,167,255,176,121,9,0,97,103,167,255,214,121,9,0,98,103,254,166,232,254,10,0,98,103,243,119,176,80,11,0,99,231,12,230,195,134,7,0,99,231,198,155,148,237,10,0,100,103,183,214,146,102,7,0,100,103,183,214,46,105,7,0,101,231,206,78,238,245,7,0,102,231,73,31,126,209,6,0,103,231,128,169,217,135,7,0,106,103,161,101,102,237,5,0,107,103,185,176,98,160,10,0,109,231,187,129,217,135,7,0,112,103,113,3,49,84,11,0,114,231,123,81,83,200,7,0,114,231,123,81,56,218,7,0,114,231,123,81,242,227,7,0,114,231,0,202,110,79,9,0,114,231,0,202,222,79,9,0,116,231,255,65,186,119,6,0,116,231,167,209,22,13,9,0,117,103,194,60,62,201,6,0,118,231,224,247,42,12,11,0,119,231,47,228,146,102,7,0,119,231,47,228,46,105,7,0,121,103,183,99,15,109,7,0,123,103,145,200,200,162,7,0,128,103,111,236,142,12,11,0,132,231,220,86,148,94,7,0,133,103,188,230,98,160,10,0,134,231,192,34,236,48,7,0,135,103,4,144,98,160,10,0,136,231,98,51,146,102,7,0,136,231,98,51,46,105,7,0,137,103,237,107,202,57,9,0,137,103,237,107,240,62,9,0,138,103,10,202,37,104,9,0,140,231,17,224,111,90,10,0,140,231,17,224,70,91,10,0,140,103,238,50,98,160,10,0,140,103,111,92,50,5,11,0,141,103,142,182,107,1,10,0,141,103,232,17,158,207,10,0,141,103,232,17,47,210,10,0,142,231,56,207,197,34,7,0,142,103,213,232,35,40,8,0,142,231,26,233,45,43,12,0,143,103,191,28,247,153,9,0,143,103,191,28,48,154,9,0,143,231,69,128,193,94,10,0,147,231,127,151,76,118,6,0,147,103,153,198,165,157,6,0,147,231,163,29,229,51,7,0,149,103,157,38,180,126,6,0,149,231,37,119,66,42,7,0,149,103,157,38,62,66,7,0,149,103,209,136,104,145,7,0,149,231,128,185,32,199,9,0,149,231,128,185,115,199,9,0,150,103,67,180,154,241,9,0,150,103,67,180,86,242,9,0,150,103,47,160,85,16,12,0,151,103,144,43,141,217,8,0,153,103,24,117,56,207,8,0,153,231,125,237,229,132,9,0,153,231,125,237,184,134,9,0,153,231,19,246,98,160,10,0,156,103,233,175,62,66,7,0,157,231,233,202,110,79,9,0,157,231,233,202,222,79,9,0,158,103,53,171,100,18,6,0,158,231,167,38,6,153,7,0,158,231,92,144,107,1,10,0,159,231,90,231,27,111,7,0,159,231,90,231,81,205,7,0,159,231,90,231,149,219,7,0,159,231,56,127,249,48,8,0,161,231,91,103,62,66,7,0,164,103,95,194,22,123,9,0,164,103,95,194,98,123,9,0,168,103,146,163,185,43,7,0,171,231,243,126,26,52,6,0,172,103,178,253,82,75,8,0,173,231,60,128,96,160,6,0,175,103,165,84,105,42,10,0,175,103,165,84,152,42,10,0,177,103,176,124,46,105,7,0,178,103,127,182,197,2,6,0,179,231,51,206,98,160,10,0,180,103,195,241,233,21,12,0,180,103,195,241,201,25,12,0,183,103,97,7,232,139,8,0,183,103,50,233,72,76,9,0,183,103,50,233,130,76,9,0,184,231,159,43,255,130,6,0,186,103,134,236,86,98,6,0,186,103,96,47,242,238,6,0,191,231,252,201,216,56,7,0,192,231,11,246,212,73,7,0,197,231,19,97,233,14,9,0,197,231,19,97,209,23,9,0,197,231,19,97,194,32,9,0,200,231,145,18,231,95,7,0,200,103,122,22,187,13,8,0,201,231,84,124,77,221,10,0,201,231,84,124,208,221,10,0,203,231,168,153,124,75,8,0,204,103,168,26,131,163,11,0,205,103,188,148,54,120,7,0,205,103,168,190,254,162,11,0,207,231,175,152,184,37,7,0,208,103,223,173,217,135,7,0,209,103,113,96,217,135,7,0,210,231,255,212,184,37,7,0,210,103,169,177,64,56,9,0,210,103,169,177,242,56,9,0,212,231,250,126,216,56,7,0,212,103,248,47,254,147,7,0,212,103,161,174,202,163,7,0,212,103,248,47,120,191,7,0,214,103,14,56,72,113,6,0,217,103,88,110,143,183,6,0,218,103,96,123,46,105,7,0,218,103,213,78,167,128,9,0,218,103,213,78,133,129,9,0,218,103,96,123,232,250,10,0,220,231,169,147,88,131,8,0,220,231,169,147,136,131,8,0,220,231,169,147,186,131,8,0,220,231,169,147,228,131,8,0,220,231,169,147,17,132,8,0,220,231,169,147,58,132,8,0,220,231,169,147,25,254,8,0,220,231,83,118,192,96,9,0,220,231,83,118,164,97,9,0,220,231,83,118,128,98,9,0,220,103,61,43,98,222,11,0,221,103,192,119,98,160,10,0,222,103,212,57,151,254,6,0,222,231,93,213,214,89,8,0,222,231,242,226,10,161,11,0,230,103,113,101,171,100,6,0,231,103,236,2,226,23,7,0,231,103,104,112,204,38,7,0,236,103,53,112,11,108,6,0,236,103,53,112,86,179,6,0,236,231,104,228,185,43,7,0,240,231,242,3,77,206,10,0,240,231,242,3,100,206,10,0,241,103,206,229,21,248,7,0,242,231,212,121,160,86,6,0,243,231,255,101,252,119,7,0,245,231,41,134,62,66,7,0,245,103,233,103,212,73,7,0,247,231,106,159,247,113,8,0,252,231,59,193,224,176,11,0,254,231,81,115,100,248,5,0,255,103,105,54,254,147,7,0,255,103,176,18,202,57,9,0,255,103,176,18,240,62,9,0,255,231,113,204,148,198,11,0,0,232,201,198,150,110,9,0,0,232,201,198,176,112,9,0,0,232,185,6,89,84,10,0,0,232,185,6,116,84,10,0,0,104,28,116,5,160,10,0,0,104,28,116,22,160,10,0,1,104,187,87,138,122,7,0,1,104,147,162,173,81,11,0,3,104,174,55,66,46,9,0,3,104,174,55,227,49,9,0,3,232,113,188,55,13,12,0,5,104,171,182,88,116,7,0,6,104,14,185,186,66,10,0,6,104,14,185,209,66,10,0,6,104,14,185,230,66,10,0,8,232,190,171,175,35,7,0,11,232,46,199,233,14,9,0,11,232,46,199,209,23,9,0,11,232,46,199,194,32,9,0,11,104,47,201,140,119,9,0,11,104,47,201,54,120,9,0,14,104,98,69,73,148,9,0,14,104,98,69,217,148,9,0,14,232,232,215,182,11,11,0,14,232,232,215,238,20,11,0,19,104,126,129,131,43,12,0,20,232,69,82,71,36,12,0,22,104,156,81,19,205,7,0,22,104,39,141,81,205,7,0,22,104,156,81,15,83,8,0,22,104,39,141,140,192,8,0,28,232,78,59,62,66,7,0,28,232,165,117,202,57,9,0,28,232,165,117,240,62,9,0,28,232,17,68,231,253,10,0,29,104,244,153,25,93,9,0,29,104,244,153,212,94,9,0,31,232,41,210,127,137,7,0,31,232,41,210,234,185,9,0,31,232,41,210,45,186,9,0,32,232,83,139,156,17,12,0,33,104,228,232,62,66,7,0,33,104,24,156,85,5,10,0,33,104,24,156,108,5,10,0,33,104,228,232,148,216,11,0,34,104,204,138,51,168,9,0,34,104,204,138,146,168,9,0,35,104,240,186,86,14,8,0,36,232,73,110,149,37,6,0,42,232,19,247,254,147,7,0,46,232,183,250,62,66,7,0,46,232,29,118,254,147,7,0,46,232,183,250,202,241,7,0,46,232,246,67,10,133,10,0,46,232,246,67,82,133,10,0,46,232,246,67,150,133,10,0,46,232,246,67,212,133,10,0,48,232,13,210,215,132,7,0,49,232,216,103,27,219,6,0,49,232,127,203,177,25,11,0,53,232,198,139,128,158,8,0,53,232,69,37,29,155,10,0,55,104,51,168,63,69,10,0,55,104,51,168,91,69,10,0,55,104,51,168,116,69,10,0,56,232,137,185,142,3,11,0,59,232,17,125,30,50,7,0,60,232,96,15,24,35,6,0,60,232,217,150,254,147,7,0,61,232,243,86,115,153,9,0,61,232,243,86,142,153,9,0,62,232,117,138,201,142,7,0,62,232,56,8,123,149,11,0,67,104,181,233,218,15,7,0,68,104,138,157,153,13,11,0,69,104,120,179,107,1,10,0,70,232,70,236,220,223,7,0,73,104,206,216,74,30,6,0,73,232,195,158,233,14,9,0,73,232,195,158,209,23,9,0,73,232,195,158,194,32,9,0,74,232,72,110,158,207,10,0,74,232,72,110,47,210,10,0,75,104,171,203,62,66,7,0,87,232,60,57,181,227,6,0,88,232,73,31,22,61,6,0,90,104,7,112,156,175,8,0,90,232,187,201,120,229,8,0,91,104,128,237,89,141,6,0,95,104,240,3,89,137,6,0,100,104,162,47,223,60,7,0,103,232,137,18,96,140,7,0,103,232,138,20,131,43,12,0,104,232,47,64,67,169,7,0,106,232,175,64,101,197,6,0,107,232,73,31,254,147,7,0,110,232,38,190,109,152,7,0,110,104,187,202,120,191,7,0,110,232,134,3,245,127,10,0,111,104,131,182,142,66,8,0,112,104,157,38,216,56,7,0,113,104,112,167,219,235,9,0,113,104,112,167,245,235,9,0,113,104,112,167,13,236,9,0,113,104,165,13,238,158,11,0,115,104,219,65,87,12,11,0,120,104,20,48,93,153,7,0,120,232,198,209,199,124,9,0,120,232,198,209,173,125,9,0,120,232,198,209,152,126,9,0,121,104,67,102,66,240,11,0,121,104,246,102,209,246,11,0,122,104,236,202,159,152,8,0,122,104,236,202,2,153,8,0,122,104,236,202,56,153,8,0,123,232,133,173,251,59,6,0,126,104,220,211,83,218,10,0,126,104,220,211,181,219,10,0,128,232,187,2,173,7,6,0,128,232,20,147,5,241,10,0,129,232,164,201,190,159,7,0,129,232,33,207,53,31,11,0,130,104,242,205,45,71,8,0,130,104,172,248,34,238,11,0,130,104,172,248,57,238,11,0,135,104,193,165,254,147,7,0,135,232,166,117,215,245,9,0,135,232,166,117,69,246,9,0,138,104,0,0,222,31,6,0,138,232,163,160,178,18,8,0,139,104,236,154,106,139,7,0,140,232,124,153,68,64,6,0,141,104,144,247,24,159,10,0,141,104,144,247,49,159,10,0,141,104,144,247,74,159,10,0,143,104,69,22,197,35,12,0,144,104,47,241,254,147,7,0,145,232,142,103,143,232,11,0,146,104,151,2,202,57,9,0,146,104,151,2,240,62,9,0,150,232,254,31,62,66,7,0,151,104,169,19,110,79,9,0,151,104,169,19,222,79,9,0,153,104,204,129,130,59,7,0,154,104,244,48,62,66,7,0,155,232,216,1,27,111,7,0,160,232,1,72,93,87,9,0,160,232,1,72,112,87,9,0,161,232,58,149,69,56,7,0,162,104,96,30,146,102,7,0,162,232,43,197,185,130,7,0,162,104,96,30,220,154,7,0,162,232,10,6,81,205,7,0,162,232,10,6,140,192,8,0,165,104,42,254,49,86,7,0,166,104,231,242,232,91,7,0,166,232,52,199,233,14,9,0,166,232,52,199,209,23,9,0,166,232,52,199,194,32,9,0,167,232,4,177,127,77,6,0,167,232,144,37,252,158,6,0,167,232,4,177,70,113,10,0,167,232,4,177,97,113,10,0,168,104,110,163,81,205,7,0,168,104,110,163,115,217,7,0,168,104,110,163,132,217,7,0,168,104,81,0,224,38,10,0,168,104,81,0,20,39,10,0,168,104,87,198,98,160,10,0,171,104,83,154,145,8,10,0,172,104,167,237,197,54,7,0,174,104,44,202,202,57,9,0,174,104,44,202,240,62,9,0,175,104,250,16,40,195,9,0,175,104,250,16,63,195,9,0,177,104,23,182,62,66,7,0,179,232,108,225,220,32,7,0,180,232,98,191,13,159,7,0,180,232,227,216,67,169,7,0,182,104,136,254,180,117,7,0,182,232,61,231,30,28,12,0,183,104,57,172,158,124,10,0,183,104,57,172,194,124,10,0,183,104,57,172,229,124,10,0,184,232,23,71,216,238,6,0,185,104,226,101,106,139,7,0,188,104,140,190,249,209,6,0,189,232,203,210,158,165,6,0,190,104,72,185,142,130,6,0,191,104,97,2,59,161,7,0,194,232,183,182,200,234,9,0,194,232,183,182,228,234,9,0,194,232,79,253,188,252,10,0,197,104,207,103,233,14,9,0,197,104,207,103,209,23,9,0,197,104,207,103,194,32,9,0,197,232,174,44,62,26,12,0,199,232,48,70,232,91,7,0,201,232,252,82,120,191,7,0,201,232,244,180,98,160,10,0,202,104,116,207,81,39,6,0,202,104,116,207,85,216,8,0,203,232,71,22,138,110,8,0,204,104,73,59,12,129,7,0,204,232,251,73,66,46,9,0,204,232,251,73,227,49,9,0,207,104,157,38,156,81,6,0,207,104,157,38,122,86,6,0,207,104,157,38,154,136,6,0,207,104,157,38,16,138,6,0,207,104,157,38,182,139,6,0,207,104,157,38,137,200,7,0,207,104,157,38,81,205,7,0,207,104,157,38,213,216,7,0,207,104,157,38,214,233,8,0,208,232,244,138,195,233,7,0,209,232,189,149,224,83,7,0,211,104,233,5,51,186,8,0,214,232,113,156,41,193,10,0,214,232,113,156,64,193,10,0,214,104,79,192,77,221,10,0,214,104,79,192,208,221,10,0,215,104,121,69,3,38,7,0,216,104,67,249,98,160,10,0,217,104,231,169,78,74,10,0,217,104,231,169,93,75,10,0,217,104,231,169,96,76,10,0,217,104,231,169,126,77,10,0,218,104,57,91,4,124,7,0,218,232,242,251,93,153,7,0,228,104,108,38,67,169,7,0,230,232,73,112,46,105,7,0,230,232,73,112,141,12,12,0,231,104,170,0,140,13,10,0,231,104,170,0,247,13,10,0,232,232,243,175,195,239,11,0,233,104,147,61,228,37,6,0,234,232,67,201,46,105,7,0,236,232,193,148,81,34,7,0,236,104,30,116,227,73,10,0,236,104,30,116,254,73,10,0,236,232,171,175,178,65,11,0,236,232,137,121,42,169,11,0,237,232,8,99,85,17,8,0,237,232,8,99,130,206,11,0,238,104,141,190,25,32,12,0,242,232,98,139,98,97,11,0,246,104,129,27,114,11,10,0,246,104,129,27,104,12,10,0,251,104,40,198,56,179,9,0,252,104,230,61,7,29,7,0,253,232,154,204,88,116,7,0,1,233,203,106,171,30,12,0,1,233,203,106,126,36,12,0,3,233,58,215,94,110,8,0,7,233,36,92,116,108,6,0,8,233,236,69,206,170,11,0,10,105,198,168,245,93,6,0,11,233,115,247,150,110,9,0,11,233,115,247,176,112,9,0,18,105,248,126,60,245,8,0,19,105,101,22,233,14,9,0,19,105,101,22,209,23,9,0,19,105,101,22,194,32,9,0,19,105,76,118,193,94,10,0,20,233,123,197,54,120,7,0,21,233,78,94,93,153,7,0,21,233,245,186,162,64,10,0,21,233,245,186,33,65,10,0,21,233,245,186,173,65,10,0,22,105,216,142,141,107,8,0,22,105,13,55,215,157,10,0,22,105,13,55,241,157,10,0,22,105,13,55,10,158,10,0,23,105,137,110,202,163,7,0,24,105,52,117,81,205,7,0,24,105,52,117,144,68,9,0,25,233,185,148,1,99,7,0,25,233,185,148,0,101,7,0,25,105,226,85,10,216,7,0,26,105,12,5,226,100,10,0,26,105,12,5,10,101,10,0,26,105,12,5,49,101,10,0,27,105,123,46,59,246,7,0,29,105,125,27,114,63,7,0,31,105,217,181,140,159,9,0,31,105,217,181,203,159,9,0,32,233,180,87,107,1,10,0,33,105,18,98,67,169,7,0,33,105,201,54,46,38,11,0,35,105,183,27,154,212,11,0,36,233,233,5,233,14,9,0,36,233,233,5,209,23,9,0,36,233,233,5,194,32,9,0,39,105,74,111,81,205,7,0,39,105,74,111,133,221,7,0,41,233,191,187,233,14,9,0,41,233,191,187,209,23,9,0,41,233,191,187,194,32,9,0,42,105,97,238,37,3,11,0,44,233,125,132,226,242,6,0,48,233,193,184,236,48,7,0,48,105,48,2,233,14,9,0,48,105,48,2,209,23,9,0,48,105,48,2,194,32,9,0,48,233,31,114,146,27,10,0,48,233,31,114,177,27,10,0,48,233,31,114,199,27,10,0,49,233,152,205,30,53,7,0,49,105,229,74,93,141,7,0,50,105,246,183,120,175,9,0,50,105,246,183,38,176,9,0,52,105,149,55,232,111,8,0,52,105,149,121,142,85,9,0,53,105,247,195,66,46,9,0,53,105,247,195,227,49,9,0,56,105,226,168,83,24,7,0,58,105,128,23,232,91,7,0,58,233,146,43,114,23,11,0,61,105,241,150,158,238,9,0,61,105,241,150,25,239,9,0,61,105,241,150,142,239,9,0,61,105,241,150,54,240,9,0,61,105,241,150,208,240,9,0,62,233,186,76,62,66,7,0,64,233,136,220,81,205,7,0,64,233,136,220,144,68,9,0,65,233,68,171,25,93,9,0,65,233,68,171,212,94,9,0,67,233,166,22,25,93,9,0,67,233,166,22,212,94,9,0,70,105,230,57,217,135,7,0,71,105,70,124,233,14,9,0,71,105,70,124,209,23,9,0,71,105,70,124,194,32,9,0,72,105,68,83,1,44,10,0,72,105,68,83,25,44,10,0,73,105,143,152,86,145,9,0,73,105,143,152,156,145,9,0,73,105,143,152,233,145,9,0,73,233,37,195,238,126,10,0,73,233,37,195,8,127,10,0,74,105,41,169,47,34,12,0,78,105,130,174,143,139,11,0,80,105,97,128,146,246,6,0,80,233,127,54,232,91,7,0,82,233,245,4,120,191,7,0,83,105,104,72,228,97,6,0,83,233,50,127,40,132,6,0,85,105,202,151,84,131,7,0,85,233,38,209,61,220,11,0,86,233,123,250,113,54,7,0,87,105,111,139,236,169,11,0,89,233,86,175,111,125,7,0,91,105,120,179,224,23,10,0,91,105,120,179,254,23,10,0,93,105,81,242,187,57,7,0,94,233,111,140,201,142,7,0,94,233,110,85,218,148,8,0,94,233,110,85,74,15,11,0,97,105,233,20,23,235,8,0,97,105,233,20,137,190,10,0,97,105,233,20,172,190,10,0,98,105,159,34,186,88,6,0,98,105,194,98,68,213,6,0,98,233,238,164,212,73,7,0,99,105,156,128,109,152,7,0,101,233,157,133,188,87,9,0,101,233,157,133,6,88,9,0,102,105,159,42,131,90,7,0,102,233,20,7,12,39,11,0,103,233,107,15,77,221,10,0,103,233,107,15,208,221,10,0,105,233,18,246,69,24,6,0,106,105,218,215,106,139,7,0,107,105,245,235,13,159,7,0,107,105,89,94,81,205,7,0,107,105,89,94,150,203,8,0,107,105,89,94,44,204,8,0,107,105,89,94,206,204,8,0,107,105,89,94,48,142,10,0,111,233,162,12,120,191,7,0,116,233,131,91,138,169,9,0,116,233,131,91,172,169,9,0,118,233,180,190,54,211,6,0,118,233,203,99,66,46,9,0,118,233,203,99,227,49,9,0,119,233,244,124,225,155,6,0,119,105,203,67,54,203,8,0,121,105,247,88,54,23,7,0,124,233,116,135,11,110,6,0,124,233,112,254,202,163,7,0,124,105,123,140,78,74,10,0,124,105,123,140,93,75,10,0,124,105,123,140,96,76,10,0,124,105,123,140,126,77,10,0,129,105,97,204,62,87,7,0,132,233,229,86,67,61,7,0,134,233,242,232,24,27,7,0,134,105,123,21,212,73,7,0,137,105,255,170,142,66,8,0,141,233,108,222,67,169,7,0,142,105,231,215,222,208,11,0,145,105,194,117,148,84,6,0,149,105,163,226,135,131,7,0,151,105,147,153,246,111,7,0,152,105,243,97,254,90,7,0,152,105,243,97,111,125,7,0,153,105,188,218,212,73,7,0,155,233,195,249,109,152,7,0,156,105,0,188,120,191,7,0,156,105,139,205,120,191,7,0,157,105,79,4,158,207,10,0,157,105,79,4,47,210,10,0,161,233,109,231,237,252,10,0,162,233,164,191,103,165,9,0,162,233,164,191,239,165,9,0,163,105,166,252,142,66,8,0,164,233,124,96,110,173,8,0,165,105,6,101,77,48,8,0,166,105,169,11,146,102,7,0,166,105,169,11,46,105,7,0,167,233,114,80,212,73,7,0,171,105,241,144,156,202,7,0,171,105,241,144,120,251,9,0,171,105,241,144,155,251,9,0,171,233,46,215,215,212,11,0,171,233,46,215,1,213,11,0,174,105,164,80,109,152,7,0,174,233,109,231,141,78,10,0,174,233,109,231,26,79,10,0,176,105,175,214,67,169,7,0,176,105,93,119,125,38,10,0,176,105,93,119,148,38,10,0,177,105,144,37,134,97,7,0,177,233,247,75,111,125,7,0,178,233,237,234,202,163,7,0,178,233,237,234,17,96,10,0,178,233,237,234,83,97,10,0,178,233,237,234,152,98,10,0,179,233,205,136,202,57,9,0,179,233,205,136,240,62,9,0,188,105,199,91,66,46,9,0,188,105,199,91,227,49,9,0,188,105,215,230,80,168,10,0,188,105,215,230,228,168,10,0,188,105,215,230,124,169,10,0,190,105,43,182,141,78,10,0,190,105,43,182,26,79,10,0,192,233,30,144,98,160,10,0,193,105,246,153,24,200,10,0,193,105,246,153,72,200,10,0,196,233,218,104,104,145,7,0,196,105,221,60,93,18,8,0,196,233,105,76,213,134,11,0,197,105,57,91,98,201,7,0,198,105,194,146,92,157,7,0,200,105,47,68,225,251,9,0,200,105,47,68,48,252,9,0,201,105,177,38,11,79,11,0,206,105,144,139,101,146,9,0,206,105,144,139,61,147,9,0,207,105,205,94,142,166,11,0,208,233,36,101,202,163,7,0,209,105,153,208,154,143,11,0,211,233,42,101,227,11,9,0,212,233,172,231,4,22,11,0,213,233,6,152,101,146,9,0,213,233,6,152,61,147,9,0,216,233,180,148,135,131,7,0,218,233,231,57,104,145,7,0,218,233,3,24,233,14,9,0,218,233,3,24,209,23,9,0,218,233,3,24,194,32,9,0,219,233,177,100,49,86,7,0,219,105,226,101,146,102,7,0,219,105,226,101,46,105,7,0,219,105,239,196,46,105,7,0,219,105,239,196,213,40,11,0,221,105,133,13,120,191,7,0,221,105,107,95,167,128,9,0,221,105,107,95,133,129,9,0,222,105,42,62,110,245,11,0,223,233,193,99,56,179,9,0,224,233,162,133,216,56,7,0,225,233,106,210,78,40,12,0,226,233,2,148,81,205,7,0,226,233,2,148,86,213,7,0,228,105,218,153,197,54,7,0,232,105,200,162,149,88,7,0,234,105,206,235,212,73,7,0,234,233,49,51,198,238,11,0,235,233,253,142,239,33,6,0,235,233,246,251,98,160,10,0,239,233,37,209,137,101,10,0,239,233,37,209,237,101,10,0,239,233,37,209,78,102,10,0,241,105,15,6,56,180,7,0,242,233,93,205,65,228,11,0,243,233,162,241,62,66,7,0,243,105,246,76,54,120,7,0,244,233,109,127,81,205,7,0,244,233,109,127,140,192,8,0,245,233,179,18,117,41,7,0,245,233,57,122,168,62,7,0,245,233,179,18,161,215,9,0,245,233,179,18,2,216,9,0,245,233,179,18,104,216,9,0,245,233,179,18,199,216,9,0,245,233,179,18,47,217,9,0,246,105,176,39,199,124,9,0,246,105,176,39,173,125,9,0,246,105,176,39,152,126,9,0,249,233,228,108,16,32,7,0,249,105,107,174,146,102,7,0,249,105,107,174,46,105,7,0,250,105,139,155,31,56,7,0,251,233,57,193,10,133,10,0,251,233,57,193,82,133,10,0,251,233,57,193,150,133,10,0,251,233,57,193,212,133,10,0,251,233,57,193,149,175,11,0,251,233,57,193,133,186,11,0,254,233,43,161,202,163,7,0,254,105,238,199,120,191,7,0,255,233,239,248,212,73,7,0,1,106,251,226,148,127,9,0,1,106,251,226,179,127,9,0,2,106,226,238,233,14,9,0,2,106,226,238,209,23,9,0,2,106,226,238,194,32,9,0,7,106,45,55,29,84,11,0,9,234,227,159,163,167,6,0,9,234,227,159,183,167,6,0,9,234,227,159,212,167,6,0,10,234,9,67,93,153,7,0,12,106,73,31,254,90,7,0,12,234,90,129,110,79,9,0,12,234,90,129,222,79,9,0,13,234,59,19,39,167,6,0,13,106,104,196,115,248,6,0,13,234,59,19,66,42,7,0,13,106,104,196,182,128,7,0,15,234,194,188,113,225,9,0,15,234,43,74,120,90,11,0,15,234,43,74,220,99,11,0,22,106,16,108,245,186,9,0,22,106,16,108,80,187,9,0,22,106,16,108,165,187,9,0,24,106,88,127,66,42,7,0,25,106,157,126,245,127,10,0,26,106,56,248,220,223,7,0,29,106,102,72,1,99,7,0,31,234,253,30,114,246,5,0,32,106,242,216,186,118,7,0,33,106,54,91,144,229,7,0,33,106,203,155,107,1,10,0,35,234,187,88,68,106,6,0,35,106,245,202,201,142,7,0,35,106,153,134,111,90,10,0,35,106,153,134,70,91,10,0,36,234,55,220,67,169,7,0,39,106,55,38,88,116,7,0,39,106,93,33,100,156,11,0,41,106,79,132,112,22,7,0,41,106,79,132,142,22,7,0,42,106,219,53,120,191,7,0,42,234,52,95,120,191,7,0,43,106,1,127,62,66,7,0,43,106,1,127,212,73,7,0,44,106,118,32,48,181,11,0,45,106,193,165,143,241,8,0,49,106,17,35,186,123,6,0,50,106,78,55,106,39,6,0,50,106,161,55,106,52,7,0,51,106,13,171,182,24,6,0,53,234,12,93,185,43,7,0,53,106,216,10,62,66,7,0,53,234,209,9,253,10,12,0,55,234,98,35,249,33,7,0,55,234,98,35,225,251,11,0,58,106,54,167,191,83,7,0,58,234,147,224,42,196,10,0,58,234,147,224,219,196,10,0,61,106,187,145,21,46,7,0,62,106,110,40,164,71,11,0,63,106,195,123,4,198,6,0,63,234,28,176,120,191,7,0,64,106,181,148,31,204,6,0,69,106,34,72,192,249,5,0,69,234,188,186,34,188,11,0,70,106,53,89,8,103,6,0,72,234,170,37,165,182,6,0,74,106,208,50,67,169,7,0,75,234,9,145,238,40,6,0,76,234,72,246,98,160,10,0,79,234,217,95,132,46,7,0,82,234,119,137,233,14,9,0,82,234,119,137,209,23,9,0,82,234,119,137,194,32,9,0,84,234,176,42,114,11,10,0,84,234,176,42,104,12,10,0,88,106,186,148,10,58,6,0,88,234,59,78,202,163,7,0,89,234,31,29,243,149,6,0,92,106,186,148,111,125,7,0,92,106,4,55,74,34,8,0,92,234,212,3,114,11,10,0,92,234,212,3,104,12,10,0,92,106,123,143,40,18,12,0,93,234,187,52,188,48,12,0,94,234,183,98,174,245,6,0,95,106,133,228,17,96,10,0,95,106,133,228,83,97,10,0,95,106,133,228,152,98,10,0,95,234,143,246,98,160,10,0,96,106,174,55,189,196,6,0,101,106,205,132,124,148,8,0,106,234,226,51,58,126,11,0,107,234,110,39,81,205,7,0,108,234,65,117,215,132,7,0,108,106,193,87,107,1,10,0,109,234,231,134,216,58,6,0,109,234,98,121,134,188,6,0,109,106,162,220,11,113,7,0,111,106,81,208,162,5,11,0,111,234,30,10,8,99,11,0,111,234,30,10,186,101,11,0,115,106,57,127,220,142,6,0,117,234,112,231,94,178,9,0,117,234,112,231,151,178,9,0,117,234,112,231,209,178,9,0,118,106,60,181,202,46,7,0,118,106,60,181,78,47,7,0,120,234,164,18,63,200,6,0,120,106,16,84,66,46,9,0,120,106,16,84,227,49,9,0,122,234,92,165,149,88,7,0,123,106,160,7,67,169,7,0,124,234,134,96,189,3,9,0,126,106,128,183,13,99,8,0,126,234,53,126,61,57,10,0,126,234,53,126,86,57,10,0,127,234,16,164,124,26,11,0,128,106,223,100,139,123,11,0,129,106,198,36,80,200,6,0,130,234,205,80,67,169,7,0,131,106,195,182,146,102,7,0,135,234,230,56,56,207,8,0,135,106,45,223,229,132,9,0,135,106,45,223,184,134,9,0,138,106,19,81,62,66,7,0,140,106,194,168,146,102,7,0,142,106,111,182,202,163,7,0,145,234,155,54,127,16,12,0,146,106,46,40,33,69,8,0,146,106,46,40,77,69,8,0,149,234,166,36,125,224,8,0,152,106,211,189,102,138,7,0,152,234,55,105,158,238,9,0,152,234,55,105,25,239,9,0,152,234,55,105,142,239,9,0,152,234,55,105,54,240,9,0,152,234,55,105,208,240,9,0,158,234,245,55,232,91,7,0,160,234,172,105,223,15,11,0,161,234,144,199,220,223,7,0,165,234,66,140,228,145,6,0,168,234,53,10,153,92,11,0,169,234,172,105,104,121,6,0,170,234,237,234,247,37,12,0,181,234,25,92,98,160,10,0,182,106,195,130,62,66,7,0,182,234,178,132,25,93,9,0,182,234,178,132,212,94,9,0,184,234,227,28,82,45,7,0,184,106,78,18,66,46,9,0,184,106,78,18,227,49,9,0,184,234,101,27,191,90,9,0,184,234,101,27,221,90,9,0,187,234,41,95,169,111,11,0,188,234,116,27,37,184,9,0,188,234,116,27,68,184,9,0,190,234,116,21,57,86,8,0,196,234,237,234,189,30,12,0,198,234,112,6,192,96,9,0,198,234,112,6,164,97,9,0,198,234,112,6,128,98,9,0,198,106,159,11,158,207,10,0,198,106,159,11,47,210,10,0,202,234,3,142,18,226,7,0,203,106,73,31,113,190,6,0,203,234,200,55,220,154,7,0,206,234,234,209,120,191,7,0,207,106,117,225,150,101,8,0,207,106,117,225,61,102,8,0,209,106,124,96,236,48,7,0,212,106,231,102,150,2,7,0,213,106,91,139,75,89,11,0,214,234,114,208,33,132,7,0,214,234,114,208,123,132,7,0,215,106,244,207,212,73,7,0,215,106,32,237,220,157,11,0,216,106,58,62,138,238,10,0,217,234,238,54,82,245,9,0,218,106,174,13,206,126,8,0,218,234,103,27,98,160,10,0,219,106,106,61,239,214,6,0,220,106,239,212,210,115,9,0,220,106,239,212,145,116,9,0,220,106,239,212,74,117,9,0,221,106,145,225,151,61,7,0,221,234,213,151,31,70,9,0,221,234,213,151,104,71,9,0,221,234,213,151,179,72,9,0,223,234,123,228,223,17,6,0,228,234,83,173,77,221,10,0,228,234,83,173,208,221,10,0,230,106,1,55,139,207,11,0,231,106,169,99,62,66,7,0,232,106,59,119,11,137,6,0,232,106,59,119,200,202,6,0,233,234,95,6,193,20,11,0,234,106,7,219,88,116,7,0,234,106,123,134,158,238,9,0,234,106,123,134,25,239,9,0,234,106,123,134,142,239,9,0,234,106,123,134,54,240,9,0,234,106,123,134,208,240,9,0,238,234,221,39,152,166,8,0,239,234,107,189,90,43,7,0,240,106,83,253,111,125,7,0,241,234,98,179,62,66,7,0,241,106,11,148,111,125,7,0,241,234,98,179,139,250,11,0,242,234,116,146,88,90,6,0,246,106,104,72,254,138,6,0,247,106,64,183,233,14,9,0,247,106,64,183,209,23,9,0,247,106,64,183,194,32,9,0,249,234,96,64,47,37,8,0,249,234,96,64,107,37,8,0,249,234,96,64,167,37,8,0,249,234,96,64,223,37,8,0,249,234,96,64,24,38,8,0,251,234,224,236,216,45,7,0,253,106,33,118,127,103,8,0,255,234,154,145,70,180,6,0,0,107,196,241,149,88,7,0,0,235,22,132,154,248,8,0,0,235,22,132,227,161,9,0,0,235,22,132,2,162,9,0,1,107,152,96,120,191,7,0,1,107,188,166,150,27,8,0,1,107,188,166,233,27,8,0,1,107,8,108,96,220,11,0,4,107,59,76,88,174,6,0,6,107,179,13,176,247,10,0,10,107,165,240,243,21,8,0,11,235,37,68,101,146,9,0,11,235,37,68,61,147,9,0,15,235,202,22,62,66,7,0,16,235,16,93,5,86,11,0,19,235,11,136,224,213,6,0,23,235,241,250,30,40,7,0,23,235,241,250,152,105,11,0,23,235,241,250,179,105,11,0,25,107,252,32,5,37,7,0,29,107,72,245,176,253,5,0,29,107,72,245,1,99,7,0,29,107,72,245,0,101,7,0,30,235,162,74,104,145,7,0,31,107,81,213,255,206,11,0,32,107,173,102,38,2,8,0,32,107,231,242,156,202,9,0,32,107,231,242,156,202,9,0,32,107,231,242,83,203,9,0,32,107,231,242,83,203,9,0,33,235,247,238,77,7,8,0,35,235,237,234,17,96,10,0,35,235,237,234,83,97,10,0,35,235,237,234,152,98,10,0,36,235,190,202,146,102,7,0,36,235,190,202,220,154,7,0,40,107,13,29,37,104,9,0,42,235,251,73,154,16,6,0,42,235,239,75,67,169,7,0,42,107,216,23,122,184,8,0,42,107,216,23,8,185,8,0,42,107,216,23,139,185,8,0,45,235,25,46,202,46,7,0,45,107,231,242,134,22,11,0,45,235,25,46,123,131,11,0,49,235,105,26,42,64,7,0,49,107,10,254,104,145,7,0,51,235,72,58,202,163,7,0,52,235,90,184,91,97,6,0,53,107,48,14,15,236,5,0,53,107,24,34,212,73,7,0,53,235,65,43,245,104,9,0,53,235,65,43,223,105,9,0,54,107,240,33,31,70,9,0,54,107,240,33,104,71,9,0,54,107,240,33,179,72,9,0,55,107,252,100,57,147,11,0,56,235,237,234,17,96,10,0,56,235,237,234,83,97,10,0,56,235,237,234,152,98,10,0,57,107,26,48,85,246,8,0,57,235,95,42,92,166,11,0,58,235,226,227,14,123,11,0,61,235,133,42,230,35,10,0,61,235,133,42,133,36,10,0,62,107,119,172,215,132,7,0,63,107,6,177,196,200,6,0,65,235,24,168,100,1,8,0,66,107,121,151,254,147,7,0,66,107,63,139,192,96,9,0,66,107,63,139,164,97,9,0,66,107,63,139,128,98,9,0,67,107,237,44,82,45,7,0,67,235,191,57,46,105,7,0,68,107,89,209,110,79,9,0,68,107,89,209,222,79,9,0,69,107,251,208,202,163,7,0,71,107,167,126,138,114,8,0,71,107,167,126,181,114,8,0,71,107,167,126,225,114,8,0,72,107,69,171,210,86,7,0,73,107,221,127,158,207,10,0,73,107,221,127,47,210,10,0,74,235,95,227,92,91,7,0,80,107,23,80,187,25,6,0,80,107,23,80,210,25,6,0,81,107,154,44,62,233,6,0,81,107,154,44,84,233,6,0,82,107,65,180,202,163,7,0,83,235,49,250,98,160,10,0,86,235,252,151,138,7,7,0,86,107,68,180,120,175,9,0,86,107,68,180,38,176,9,0,88,235,94,249,213,27,6,0,89,107,183,20,216,254,6,0,91,235,159,6,103,89,6,0,92,107,113,84,34,244,5,0,93,235,14,55,15,109,7,0,93,235,14,55,55,189,7,0,93,235,14,55,95,189,7,0,93,235,14,55,37,190,7,0,94,107,124,81,156,218,11,0,95,235,137,172,7,29,7,0,95,235,137,172,25,250,10,0,96,235,85,59,238,39,7,0,101,235,250,89,120,191,7,0,105,107,218,87,105,52,12,0,107,235,12,173,8,238,10,0,108,235,32,136,178,65,11,0,111,107,142,211,120,191,7,0,111,235,80,190,249,185,11,0,114,235,237,234,240,205,10,0,114,235,237,234,6,206,10,0,117,235,191,85,185,130,7,0,117,107,186,251,59,248,11,0,122,107,30,8,178,147,10,0,122,107,30,8,205,147,10,0,124,235,185,232,200,120,6,0,124,235,185,232,27,85,7,0,124,107,74,211,27,111,7,0,125,107,24,28,245,127,10,0,127,107,237,147,81,205,7,0,127,107,237,147,55,183,8,0,127,107,237,147,55,183,8,0,127,107,237,147,171,183,8,0,127,107,237,147,171,183,8,0,127,107,237,147,21,184,8,0,127,107,237,147,21,184,8,0,127,107,237,147,117,153,10,0,127,107,237,147,194,153,10,0,127,107,237,147,214,153,10,0,127,107,237,147,233,153,10,0,128,107,161,51,78,7,6,0,131,235,26,194,69,255,7,0,133,107,57,250,66,46,9,0,133,107,57,250,227,49,9,0,135,235,219,196,71,169,6,0,138,235,26,168,148,40,7,0,138,235,66,22,1,99,7,0,138,235,73,226,25,93,9,0,138,235,73,226,212,94,9,0,139,235,198,31,156,202,7,0,139,235,198,31,246,131,10,0,139,235,198,31,26,132,10,0,141,235,164,18,214,89,8,0,143,235,36,163,92,157,7,0,145,235,88,126,245,127,10,0,145,107,218,236,180,89,11,0,148,235,217,207,239,34,8,0,150,107,243,92,96,230,6,0,150,235,198,221,16,180,7,0,150,235,198,221,3,85,8,0,150,235,147,190,118,104,11,0,151,235,7,39,133,141,6,0,151,107,77,173,222,135,10,0,151,107,77,173,245,135,10,0,151,107,77,173,11,136,10,0,152,235,229,101,179,160,11,0,154,107,19,124,241,155,7,0,154,107,44,44,7,167,9,0,154,107,44,44,69,167,9,0,155,235,193,203,120,43,8,0,155,107,218,88,98,160,10,0,156,107,115,27,104,145,7,0,161,107,95,64,247,117,7,0,161,107,88,223,195,134,7,0,163,107,3,120,26,122,6,0,165,107,97,128,77,146,6,0,167,107,79,203,220,154,7,0,168,235,219,11,64,185,11,0,172,107,195,78,67,61,7,0,173,107,183,126,237,70,10,0,173,107,183,126,15,71,10,0,176,235,4,141,165,104,8,0,176,235,4,141,226,104,8,0,176,235,4,141,33,105,8,0,178,107,129,64,42,196,10,0,178,107,129,64,219,196,10,0,179,235,56,205,20,93,11,0,181,235,62,188,233,14,9,0,181,235,62,188,209,23,9,0,181,235,62,188,194,32,9,0,183,235,250,188,202,163,7,0,185,107,157,38,248,58,7,0,185,235,87,211,22,123,9,0,185,235,87,211,98,123,9,0,187,107,43,254,30,177,8,0,187,107,43,254,84,177,8,0,187,107,43,254,124,177,8,0,187,235,95,65,75,8,11,0,188,107,238,90,233,14,9,0,188,107,238,90,209,23,9,0,188,107,238,90,194,32,9,0,189,235,249,185,192,179,10,0,189,235,249,185,42,180,10,0,189,235,237,234,72,30,12,0,192,235,130,146,10,25,12,0,193,235,211,247,98,160,10,0,195,235,30,194,217,135,7,0,196,235,160,44,108,186,11,0,198,107,19,49,193,94,10,0,200,235,47,150,116,250,7,0,200,235,47,150,30,251,7,0,201,235,98,139,163,137,10,0,201,235,178,172,164,130,11,0,203,235,201,87,120,191,7,0,205,107,196,254,200,215,11,0,206,235,21,91,67,169,7,0,207,235,167,56,54,120,7,0,210,107,24,144,217,58,7,0,211,235,248,207,17,129,6,0,211,235,248,207,199,250,6,0,211,235,196,144,67,169,7,0,213,107,101,209,44,58,8,0,214,235,51,51,31,70,9,0,214,235,51,51,104,71,9,0,214,235,51,51,179,72,9,0,215,235,87,189,54,120,7,0,218,235,119,231,237,235,7,0,219,235,225,7,62,66,7,0,221,235,26,209,104,145,7,0,222,107,78,82,212,73,7,0,225,235,70,211,201,142,7,0,226,107,249,184,66,46,9,0,226,107,249,184,227,49,9,0,229,235,173,91,19,205,6,0,230,107,16,43,146,102,7,0,230,107,16,43,46,105,7,0,231,107,39,187,102,243,7,0,232,235,158,52,44,245,11,0,232,235,158,52,78,245,11,0,233,107,45,177,57,86,8,0,234,107,120,218,48,144,11,0,234,107,120,218,67,144,11,0,235,235,162,131,86,98,6,0,235,107,12,104,212,73,7,0,235,235,19,209,212,73,7,0,239,235,215,197,165,59,7,0,241,235,158,146,245,118,9,0,241,235,158,146,31,119,9,0,241,235,221,123,231,115,10,0,241,235,221,123,254,115,10,0,245,235,159,49,88,116,7,0,245,235,157,159,104,145,7,0,246,235,0,97,67,169,7,0,251,107,37,123,84,71,8,0,254,235,157,176,62,66,7,0,254,235,131,164,120,191,7,0,254,235,111,26,202,57,9,0,254,235,111,26,240,62,9,0,1,236,66,87,254,147,7,0,1,108,34,112,96,158,11,0,4,236,4,1,83,33,6,0,7,108,123,237,49,65,11,0,9,108,204,226,254,147,7,0,9,108,28,116,157,73,11,0,9,108,28,116,67,82,11,0,10,236,13,160,131,43,12,0,11,108,187,1,73,148,9,0,11,108,187,1,217,148,9,0,12,108,56,252,80,251,6,0,12,236,221,194,158,207,10,0,12,236,221,194,47,210,10,0,13,108,226,83,248,136,6,0,14,108,64,82,202,163,7,0,14,236,30,21,202,57,9,0,14,236,30,21,240,62,9,0,14,108,69,188,158,207,10,0,14,108,69,188,47,210,10,0,15,236,98,108,67,169,7,0,15,108,42,5,254,201,10,0,15,108,42,5,15,202,10,0,15,108,42,5,45,202,10,0,16,236,125,179,233,14,9,0,16,236,125,179,209,23,9,0,16,236,125,179,194,32,9,0,17,108,34,119,63,114,7,0,18,108,236,205,103,0,9,0,19,236,59,60,245,104,9,0,19,236,59,60,223,105,9,0,20,108,127,101,146,102,7,0,20,108,127,101,46,105,7,0,22,108,46,180,229,128,7,0,26,236,96,174,111,125,7,0,28,236,224,160,116,25,8,0,31,236,97,235,11,198,8,0,32,236,203,79,78,74,10,0,32,236,203,79,93,75,10,0,32,236,203,79,96,76,10,0,32,236,203,79,126,77,10,0,37,236,90,210,77,182,11,0,38,236,195,125,202,57,9,0,38,236,195,125,240,62,9,0,39,108,12,171,120,191,7,0,39,236,134,92,202,241,7,0,39,108,216,213,202,57,9,0,39,108,216,213,240,62,9,0,40,236,30,177,197,147,6,0,42,108,10,158,233,14,9,0,42,108,10,158,209,23,9,0,42,108,10,158,194,32,9,0,43,236,67,66,46,105,7,0,44,236,3,63,74,132,10,0,44,236,3,63,95,132,10,0,49,108,97,211,62,66,7,0,49,108,87,229,193,44,11,0,52,108,175,161,150,110,9,0,52,108,175,161,176,112,9,0,55,236,8,192,255,225,7,0,55,108,240,89,131,120,11,0,57,108,157,38,28,22,6,0,61,236,104,90,107,1,10,0,65,236,125,193,88,30,12,0,67,236,96,100,150,110,9,0,67,108,255,163,150,110,9,0,67,236,96,100,176,112,9,0,67,108,255,163,176,112,9,0,68,236,2,103,233,14,9,0,68,236,2,103,209,23,9,0,68,236,2,103,194,32,9,0,71,236,12,208,25,93,9,0,71,236,12,208,212,94,9,0,71,236,168,10,216,145,10,0,71,236,168,10,242,145,10,0,71,236,168,10,11,146,10,0,72,108,35,247,116,6,7,0,72,108,35,247,89,236,9,0,76,236,242,126,112,32,6,0,78,236,42,255,98,160,10,0,82,236,179,46,175,19,7,0,82,236,107,89,225,195,8,0,82,236,107,89,19,196,8,0,82,236,107,89,81,196,8,0,82,236,107,89,130,196,8,0,82,236,107,89,197,196,8,0,85,236,56,87,82,238,11,0,86,236,220,13,134,97,7,0,86,236,131,141,83,218,10,0,86,236,131,141,181,219,10,0,91,236,169,49,154,241,9,0,91,236,169,49,86,242,9,0,92,108,22,70,248,193,8,0,92,108,72,70,56,60,11,0,95,236,218,172,26,54,10,0,95,236,218,172,50,54,10,0,96,108,248,249,202,163,7,0,97,108,98,97,81,205,7,0,97,108,98,97,56,218,7,0,98,108,127,71,169,8,11,0,98,236,179,137,228,120,11,0,101,236,16,246,56,7,11,0,102,108,4,222,98,201,7,0,108,236,155,24,81,205,7,0,108,236,155,24,55,183,8,0,108,236,155,24,171,183,8,0,108,236,155,24,21,184,8,0,108,236,155,24,117,153,10,0,110,108,77,39,237,147,8,0,113,108,236,243,233,14,9,0,113,108,236,243,209,23,9,0,113,108,236,243,194,32,9,0,114,236,246,6,202,234,7,0,114,108,106,212,4,64,10,0,114,108,106,212,33,64,10,0,114,108,106,212,74,64,10,0,114,108,106,212,120,64,10,0,114,108,131,182,127,52,11,0,115,236,57,207,98,160,10,0,122,108,157,119,202,163,7,0,124,236,183,250,0,208,6,0,125,236,200,85,212,73,7,0,125,236,99,235,203,236,9,0,125,236,99,235,14,237,9,0,125,236,99,235,168,237,9,0,128,108,105,27,66,61,10,0,128,108,105,27,111,61,10,0,128,236,56,108,98,160,10,0,129,236,173,75,110,173,8,0,131,108,15,52,65,228,11,0,132,108,189,44,128,158,8,0,133,236,57,84,140,119,6,0,134,236,141,65,230,123,8,0,137,236,163,160,51,81,6,0,137,236,163,160,142,82,6,0,140,108,46,210,29,230,6,0,140,108,46,210,59,230,6,0,140,108,80,234,90,43,7,0,140,108,98,196,120,191,7,0,141,108,80,215,214,89,8,0,142,236,123,140,215,132,7,0,142,236,27,97,120,191,7,0,143,236,113,239,217,135,7,0,143,108,171,216,17,70,8,0,143,108,171,216,88,70,8,0,143,108,171,216,155,70,8,0,144,236,114,182,136,219,6,0,144,236,173,66,138,87,7,0,144,108,121,236,73,228,7,0,144,108,121,236,191,228,7,0,144,108,121,236,150,230,7,0,145,108,44,116,202,57,9,0,145,108,44,116,240,62,9,0,147,108,130,5,163,137,10,0,149,108,207,154,70,130,7,0,149,236,224,135,225,251,9,0,149,236,224,135,48,252,9,0,150,236,145,61,184,37,7,0,151,108,121,27,233,14,9,0,151,108,121,27,209,23,9,0,151,108,121,27,194,32,9,0,151,108,177,249,98,160,10,0,153,108,209,156,141,60,7,0,155,236,171,253,187,237,7,0,155,108,128,186,31,117,10,0,156,236,150,210,224,83,7,0,158,108,116,85,158,207,10,0,158,108,116,85,47,210,10,0,159,108,23,228,134,97,7,0,159,108,23,228,12,129,7,0,163,108,236,201,197,54,7,0,163,108,236,201,62,66,7,0,164,236,247,149,212,73,7,0,165,236,55,252,18,216,8,0,166,108,108,184,145,211,6,0,166,236,118,68,120,191,7,0,167,108,186,187,126,89,8,0,167,108,186,187,172,89,8,0,167,108,122,39,78,74,10,0,167,108,122,39,93,75,10,0,167,108,122,39,96,76,10,0,167,108,122,39,126,77,10,0,171,108,86,167,236,233,11,0,172,108,99,206,67,169,7,0,175,236,17,151,154,241,9,0,175,236,17,151,86,242,9,0,176,108,80,198,220,154,7,0,177,108,123,169,62,66,7,0,177,236,115,228,66,46,9,0,177,236,115,228,227,49,9,0,179,236,221,13,70,130,7,0,179,108,79,82,84,144,10,0,179,108,79,82,138,144,10,0,179,108,94,238,61,71,11,0,179,236,221,13,72,172,11,0,181,108,146,28,231,182,6,0,183,236,102,112,62,66,7,0,183,236,102,112,141,1,9,0,183,236,102,112,84,60,11,0,184,236,1,72,185,130,7,0,185,236,234,59,234,53,8,0,185,236,234,59,199,249,10,0,186,108,102,197,9,142,11,0,187,108,62,2,236,48,7,0,187,108,119,244,72,107,11,0,187,108,169,16,110,245,11,0,188,108,85,205,120,191,7,0,191,236,246,6,81,205,7,0,191,236,246,6,226,217,10,0,191,236,246,6,33,218,10,0,195,236,255,118,102,244,11,0,197,236,241,89,254,147,7,0,199,108,61,49,220,223,7,0,199,108,86,167,110,245,11,0,201,108,68,146,149,88,7,0,202,108,122,122,152,29,11,0,204,108,179,129,192,243,6,0,204,108,179,129,189,3,7,0,210,236,20,40,229,132,9,0,210,236,20,40,184,134,9,0,212,108,231,242,5,114,7,0,212,108,231,242,147,71,8,0,212,108,54,216,36,46,11,0,213,236,249,85,62,89,6,0,213,108,145,81,5,37,7,0,213,108,145,81,146,102,7,0,213,108,145,81,46,105,7,0,218,236,11,196,141,92,6,0,219,236,35,21,46,105,7,0,220,236,141,97,200,112,7,0,224,108,222,151,216,94,11,0,225,108,191,93,59,246,7,0,226,108,68,221,111,125,7,0,229,236,105,223,233,14,9,0,229,236,105,223,209,23,9,0,229,236,105,223,194,32,9,0,230,236,204,199,67,169,7,0,233,108,241,56,83,117,6,0,233,108,241,56,109,219,6,0,235,108,185,124,233,14,9,0,235,108,185,124,209,23,9,0,235,108,185,124,194,32,9,0,238,236,15,207,66,46,9,0,238,236,15,207,227,49,9,0,240,236,201,219,10,138,7,0,240,236,201,219,102,138,7,0,240,108,101,221,66,46,9,0,240,108,101,221,227,49,9,0,245,236,241,57,188,29,7,0,247,108,242,127,238,234,6,0,248,236,174,57,25,93,9,0,248,236,174,57,212,94,9,0,251,236,188,153,193,94,10,0,252,236,245,149,185,130,7,0,253,236,174,129,67,169,7,0,253,236,9,176,98,160,10,0,254,108,35,13,110,79,9,0,254,108,35,13,222,79,9,0,255,108,253,46,201,142,7,0,6,237,251,78,102,2,11,0,8,109,202,180,241,155,7,0,10,109,143,205,130,204,6,0,11,109,189,186,212,73,7,0,12,109,52,248,201,142,7,0,13,109,8,32,98,160,10,0,16,237,13,95,146,102,7,0,16,237,13,95,46,105,7,0,18,237,224,126,4,230,6,0,18,237,220,30,236,50,7,0,18,109,189,174,78,74,10,0,18,109,189,174,93,75,10,0,18,109,189,174,96,76,10,0,18,109,189,174,126,77,10,0,18,109,133,178,193,94,10,0,19,237,119,106,67,170,11,0,22,237,177,97,245,127,6,0,22,237,159,60,150,110,9,0,22,237,159,60,176,112,9,0,22,109,111,123,226,131,9,0,22,109,111,123,15,132,9,0,22,109,111,123,37,132,9,0,27,237,194,27,111,42,12,0,29,109,25,181,233,14,9,0,29,109,25,181,209,23,9,0,29,109,25,181,194,32,9,0,31,237,239,33,98,160,10,0,32,109,100,217,97,39,7,0,32,109,72,102,246,56,8,0,32,109,135,102,71,239,8,0,34,237,98,244,202,57,9,0,34,237,98,244,240,62,9,0,36,109,201,148,251,185,6,0,36,237,137,249,98,123,9,0,37,237,98,42,22,32,10,0,37,237,98,42,35,33,10,0,38,237,59,19,187,97,8,0,40,109,122,28,31,6,12,0,40,109,122,28,56,6,12,0,42,237,97,209,222,114,7,0,44,109,233,60,62,66,7,0,44,237,47,71,168,141,9,0,44,237,47,71,184,142,9,0,45,109,80,198,221,5,9,0,45,109,80,198,29,6,9,0,47,237,251,49,93,141,7,0,48,109,112,167,39,233,11,0,50,237,119,12,92,91,7,0,50,237,188,118,233,14,9,0,50,237,188,118,209,23,9,0,50,237,188,118,194,32,9,0,52,109,59,77,51,41,10,0,52,109,59,77,127,41,10,0,53,237,103,87,29,103,9,0,53,237,103,87,133,103,9,0,55,109,212,94,63,114,7,0,55,109,36,106,98,160,10,0,55,237,237,234,54,31,12,0,59,237,180,87,93,141,7,0,59,237,98,244,254,31,12,0,60,109,155,200,156,202,7,0,60,109,155,200,81,205,7,0,62,109,195,145,143,25,7,0,63,109,221,86,174,52,7,0,63,237,68,136,120,191,7,0,63,237,253,120,116,250,7,0,63,237,253,120,30,251,7,0,63,237,142,73,254,83,11,0,63,237,142,73,168,84,11,0,65,237,158,186,17,70,8,0,65,237,158,186,88,70,8,0,65,237,158,186,155,70,8,0,67,237,214,54,84,241,10,0,67,109,76,47,244,250,11,0,68,109,154,135,233,14,9,0,68,109,154,135,209,23,9,0,68,109,154,135,194,32,9,0,69,109,184,38,23,237,7,0,69,109,184,38,82,237,7,0,70,109,51,151,107,129,7,0,75,237,59,86,136,162,7,0,75,109,52,203,203,236,9,0,75,109,52,203,14,237,9,0,75,109,52,203,168,237,9,0,78,109,13,32,247,169,9,0,78,109,13,32,71,171,9,0,78,109,13,32,153,172,9,0,78,109,13,32,240,173,9,0,79,109,84,157,98,160,10,0,82,109,246,225,98,39,8,0,85,109,70,23,239,171,8,0,85,109,70,23,40,172,8,0,85,109,70,23,94,172,8,0,85,237,132,150,21,68,9,0,85,237,132,150,60,68,9,0,88,237,254,19,212,73,7,0,89,109,215,122,193,69,11,0,90,109,156,152,62,66,7,0,93,109,99,5,142,184,10,0,93,109,99,5,59,185,10,0,94,109,75,55,101,27,7,0,95,109,47,60,122,124,6,0,96,237,112,119,43,99,6,0,98,237,85,138,232,91,7,0,98,237,39,133,57,235,11,0,99,237,120,144,63,162,11,0,102,109,6,100,233,14,9,0,102,109,6,100,209,23,9,0,102,109,6,100,194,32,9,0,104,237,97,36,208,61,6,0,104,109,72,55,78,74,10,0,104,109,72,55,93,75,10,0,104,109,72,55,96,76,10,0,104,109,72,55,126,77,10,0,107,109,192,148,114,203,6,0,107,109,192,148,214,235,6,0,107,237,235,214,202,163,7,0,108,109,37,109,30,141,7,0,109,109,72,185,163,137,10,0,110,109,121,49,18,136,11,0,111,237,83,34,46,105,7,0,111,237,63,239,168,47,10,0,111,237,63,239,197,47,10,0,112,237,32,173,211,138,8,0,116,237,205,109,239,198,6,0,119,237,180,226,202,163,7,0,119,237,242,3,43,165,11,0,120,109,107,158,59,204,9,0,120,109,107,158,90,204,9,0,120,109,107,158,117,204,9,0,121,109,123,32,227,73,10,0,121,109,123,32,254,73,10,0,123,237,138,115,8,214,6,0,124,109,181,217,111,125,7,0,124,109,198,59,202,163,7,0,124,109,181,217,81,205,7,0,126,109,180,22,86,174,8,0,130,109,131,59,201,142,7,0,132,109,251,218,98,160,10,0,133,237,55,206,232,229,11,0,134,109,46,129,243,206,6,0,134,237,10,59,245,81,7,0,136,109,155,42,202,57,9,0,136,109,155,42,240,62,9,0,136,237,93,89,156,202,9,0,136,237,93,89,83,203,9,0,137,109,7,106,6,237,11,0,138,237,136,50,186,66,10,0,138,237,136,50,209,66,10,0,138,237,136,50,230,66,10,0,139,109,250,57,212,73,7,0,139,109,9,188,111,125,7,0,142,237,22,215,224,204,9,0,142,237,22,215,3,205,9,0,142,237,67,250,207,65,11,0,144,237,84,54,22,123,9,0,144,237,84,54,98,123,9,0,145,109,32,52,1,160,7,0,148,109,192,143,42,196,10,0,148,109,192,143,219,196,10,0,148,109,112,167,201,232,11,0,150,109,235,114,214,89,8,0,152,109,51,55,3,84,6,0,152,109,51,55,174,132,6,0,153,237,197,64,139,26,6,0,153,237,35,78,212,73,7,0,153,109,151,141,212,73,7,0,154,109,69,160,212,73,7,0,156,109,85,85,51,46,6,0,156,109,85,85,87,182,7,0,156,237,96,116,233,14,9,0,156,237,96,116,209,23,9,0,156,237,96,116,194,32,9,0,157,237,158,8,174,155,8,0,157,237,158,8,223,155,8,0,158,109,194,6,241,155,7,0,159,237,119,15,91,104,11,0,162,237,87,176,188,29,7,0,162,109,24,212,67,169,7,0,164,109,227,254,20,244,7,0,164,109,97,239,72,76,9,0,164,109,97,239,130,76,9,0,165,109,32,174,101,75,6,0,165,109,32,174,161,153,8,0,166,237,134,156,62,6,8,0,167,237,90,113,240,14,7,0,167,109,215,9,109,115,10,0,167,109,215,9,148,115,10,0,168,109,125,85,75,171,11,0,168,109,125,85,97,171,11,0,169,237,176,103,199,124,9,0,169,237,176,103,173,125,9,0,169,237,176,103,152,126,9,0,169,109,190,106,98,160,10,0,169,237,91,248,98,160,10,0,169,109,137,133,4,18,11,0,174,109,182,5,55,74,9,0,174,109,182,5,40,75,9,0,175,109,35,129,10,138,7,0,175,109,35,129,102,138,7,0,177,237,220,105,150,186,10,0,177,237,220,105,226,186,10,0,177,237,220,105,47,187,10,0,178,237,114,66,135,65,7,0,179,109,86,42,245,104,9,0,179,109,86,42,223,105,9,0,180,109,251,77,92,91,7,0,181,109,41,114,102,138,7,0,182,109,49,35,167,128,9,0,182,109,49,35,133,129,9,0,183,109,113,249,66,46,9,0,183,109,113,249,227,49,9,0,183,109,221,118,103,180,9,0,183,109,221,118,253,180,9,0,189,109,39,104,19,253,5,0,191,109,79,180,206,170,11,0,193,109,61,199,137,204,7,0,193,109,61,199,117,212,7,0,193,109,67,233,199,124,9,0,193,109,67,233,173,125,9,0,193,109,67,233,152,126,9,0,195,109,139,53,242,190,6,0,200,237,145,236,81,205,7,0,200,237,145,236,133,221,7,0,201,109,184,16,182,41,7,0,203,109,168,54,254,147,7,0,204,237,103,143,220,8,11,0,204,109,104,247,22,216,11,0,205,109,58,69,233,14,9,0,205,109,58,69,209,23,9,0,205,109,58,69,194,32,9,0,211,109,128,180,128,158,8,0,212,109,239,127,156,202,7,0,212,109,239,127,84,127,10,0,212,109,239,127,114,127,10,0,212,109,239,127,139,127,10,0,212,109,220,19,95,86,11,0,213,237,175,133,233,47,6,0,214,237,154,224,106,139,7,0,214,109,149,37,103,219,11,0,215,109,238,3,153,64,7,0,216,237,122,150,62,66,7,0,217,109,71,82,82,189,10,0,218,109,243,211,75,69,9,0,218,109,243,211,161,69,9,0,222,109,239,122,248,193,8,0,223,109,148,64,107,1,10,0,225,109,196,152,228,13,12,0,227,109,56,127,254,147,7,0,227,109,214,40,202,163,7,0,227,109,56,127,120,191,7,0,230,109,223,114,212,73,7,0,230,109,155,255,25,90,11,0,232,237,177,230,124,71,6,0,232,109,67,129,1,99,7,0,232,109,67,129,0,101,7,0,233,237,89,218,192,96,9,0,233,237,89,218,164,97,9,0,233,237,89,218,128,98,9,0,243,109,38,236,149,83,7,0,245,109,155,202,127,50,7,0,252,237,81,97,212,73,7,0,255,237,231,36,83,9,11,0,0,110,170,226,192,28,7,0,0,110,170,226,18,158,9,0,0,110,170,226,57,158,9,0,0,110,198,212,247,169,9,0,0,110,198,212,71,171,9,0,0,110,198,212,153,172,9,0,0,110,198,212,240,173,9,0,1,238,136,114,27,48,7,0,2,238,194,24,172,193,9,0,2,238,194,24,195,193,9,0,3,238,197,69,66,46,9,0,3,238,197,69,227,49,9,0,5,110,15,170,185,47,7,0,7,238,122,42,114,11,10,0,7,238,122,42,104,12,10,0,7,110,242,124,71,218,11,0,13,238,197,158,192,96,9,0,13,238,197,158,164,97,9,0,13,238,197,158,128,98,9,0,13,238,84,177,230,35,10,0,13,238,84,177,133,36,10,0,14,238,194,251,62,66,7,0,14,238,133,242,202,163,7,0,15,238,235,51,86,45,6,0,16,238,19,76,171,240,8,0,17,238,183,227,120,191,7,0,21,238,42,231,150,159,10,0,21,238,42,231,212,159,10,0,22,238,219,57,155,31,6,0,22,238,219,57,106,178,6,0,22,238,219,57,59,161,7,0,22,110,177,244,98,160,10,0,23,238,67,251,118,31,7,0,23,110,221,126,91,232,9,0,23,110,221,126,117,232,9,0,26,110,99,43,102,138,7,0,27,110,39,35,217,221,6,0,27,110,211,166,88,147,11,0,27,110,211,166,112,147,11,0,27,110,249,16,163,45,12,0,31,110,32,14,214,89,8,0,33,238,16,64,224,83,7,0,33,238,132,249,232,91,7,0,33,110,102,102,240,96,7,0,35,238,105,24,39,75,6,0,35,238,105,24,35,211,6,0,35,238,105,24,41,141,8,0,36,238,238,137,183,55,7,0,36,238,201,6,120,191,7,0,36,238,238,137,111,254,11,0,38,110,43,245,92,157,7,0,40,110,84,204,135,65,7,0,42,238,100,57,153,39,6,0,42,238,117,211,51,46,6,0,42,238,117,211,87,182,7,0,42,238,154,138,65,237,10,0,43,110,26,228,202,57,9,0,43,110,26,228,240,62,9,0,43,110,98,210,118,42,11,0,46,238,248,105,35,16,7,0,46,238,232,108,67,169,7,0,47,110,67,182,233,14,9,0,47,110,67,182,209,23,9,0,47,110,67,182,194,32,9,0,49,110,68,15,142,184,10,0,49,110,68,15,59,185,10,0,49,110,139,62,126,124,11,0,50,110,249,83,202,163,7,0,51,110,198,23,41,90,9,0,51,110,198,23,96,90,9,0,52,110,183,37,233,14,9,0,52,110,183,37,209,23,9,0,52,110,183,37,194,32,9,0,53,238,1,226,56,6,10,0,53,238,1,226,102,6,10,0,56,238,67,138,120,191,7,0,57,238,218,59,220,223,7,0,59,110,23,19,71,112,6,0,59,238,194,183,109,152,7,0,64,110,228,195,78,74,10,0,64,110,228,195,93,75,10,0,64,110,228,195,96,76,10,0,64,110,228,195,126,77,10,0,65,110,188,164,90,43,7,0,65,238,53,210,212,73,7,0,65,238,93,139,74,93,11,0,65,238,93,139,67,94,11,0,65,110,188,164,188,180,11,0,66,238,157,250,226,23,7,0,66,110,14,198,66,46,9,0,66,110,14,198,227,49,9,0,69,238,106,0,120,191,7,0,69,110,220,213,131,43,12,0,71,110,53,136,168,253,11,0,71,238,53,143,223,8,12,0,73,238,43,144,225,90,10,0,75,110,237,112,212,73,7,0,75,238,13,0,104,145,7,0,77,110,42,70,189,233,6,0,78,238,28,210,3,38,7,0,80,238,244,35,116,113,7,0,80,238,196,162,78,74,10,0,80,238,196,162,93,75,10,0,80,238,196,162,96,76,10,0,80,238,196,162,126,77,10,0,81,110,130,243,31,70,9,0,81,110,130,243,104,71,9,0,81,110,130,243,179,72,9,0,81,110,29,72,165,80,10,0,81,110,29,72,208,80,10,0,82,238,233,153,214,89,8,0,85,110,251,253,86,98,6,0,85,238,88,111,127,218,6,0,85,238,110,98,67,169,7,0,85,110,85,199,120,191,7,0,85,110,85,199,31,117,10,0,90,110,6,29,233,14,9,0,90,110,6,29,209,23,9,0,90,110,6,29,194,32,9,0,92,238,205,238,225,90,10,0,92,238,205,238,70,91,10,0,93,238,96,221,215,31,7,0,95,110,103,46,156,202,9,0,95,110,103,46,83,203,9,0,98,238,35,210,232,91,7,0,101,110,174,102,201,142,7,0,102,238,238,170,251,49,11,0,104,110,157,65,104,145,7,0,104,110,249,8,254,147,7,0,106,238,194,68,212,73,7,0,110,110,212,186,254,147,7,0,110,110,170,190,156,202,7,0,110,238,127,3,81,205,7,0,110,238,127,3,140,192,8,0,110,110,35,200,66,46,9,0,110,110,35,200,227,49,9,0,112,110,244,14,244,78,8,0,112,110,244,14,42,79,8,0,113,238,156,71,46,32,7,0,113,238,174,38,64,56,9,0,113,238,174,38,242,56,9,0,116,110,91,38,90,43,7,0,120,238,18,254,137,204,7,0,121,110,242,91,26,237,10,0,122,238,108,114,56,207,8,0,124,110,74,112,235,240,10,0,127,110,152,192,150,110,9,0,127,110,152,192,176,112,9,0,127,110,197,182,171,48,12,0,130,110,188,127,66,46,9,0,130,110,188,127,227,49,9,0,130,238,97,80,120,255,9,0,130,238,97,80,145,255,9,0,130,238,97,80,165,255,9,0,132,238,40,118,163,137,10,0,133,238,28,162,83,218,10,0,133,238,28,162,181,219,10,0,134,238,76,204,187,140,6,0,136,110,193,2,27,54,9,0,136,110,193,2,191,54,9,0,136,110,193,2,104,55,9,0,136,110,44,125,202,57,9,0,136,110,44,125,240,62,9,0,138,238,245,220,177,199,6,0,138,238,118,149,101,146,9,0,138,238,118,149,61,147,9,0,139,110,130,68,158,207,10,0,139,110,130,68,47,210,10,0,140,110,34,36,192,28,7,0,140,110,146,251,127,161,7,0,140,110,34,36,18,158,9,0,140,110,34,36,57,158,9,0,144,238,118,88,206,102,11,0,145,110,93,47,150,176,6,0,145,110,93,47,10,215,6,0,147,238,201,210,66,196,6,0,148,110,44,105,120,191,7,0,148,110,157,71,142,184,10,0,148,110,157,71,59,185,10,0,148,110,192,44,19,44,12,0,149,110,166,74,219,153,6,0,151,110,160,127,51,168,9,0,151,110,160,127,146,168,9,0,153,110,51,71,186,35,6,0,153,110,139,195,235,246,9,0,153,110,139,195,14,247,9,0,154,238,38,215,150,110,9,0,154,238,38,215,176,112,9,0,156,110,95,218,231,95,7,0,159,110,70,235,111,125,7,0,161,110,8,25,56,207,8,0,162,110,209,78,98,160,10,0,167,110,71,129,130,198,6,0,167,238,64,232,212,73,7,0,167,238,93,202,101,146,9,0,167,238,93,202,61,147,9,0,168,110,227,57,93,153,7,0,168,238,223,227,161,215,9,0,168,238,223,227,2,216,9,0,168,238,223,227,104,216,9,0,168,238,223,227,199,216,9,0,168,238,223,227,47,217,9,0,170,238,218,39,190,193,6,0,170,238,218,39,121,194,6,0,177,110,100,95,48,137,9,0,177,110,100,95,87,137,9,0,179,238,234,55,120,191,7,0,180,110,191,229,214,89,8,0,183,238,185,13,45,60,7,0,184,238,156,168,127,13,9,0,186,238,66,77,120,191,7,0,190,110,125,56,104,145,7,0,191,110,239,124,96,140,7,0,192,238,60,166,5,37,7,0,192,238,60,166,230,182,8,0,192,238,60,166,94,178,9,0,192,238,60,166,151,178,9,0,192,238,60,166,209,178,9,0,193,110,116,216,67,61,7,0,193,110,116,216,120,191,7,0,194,238,143,154,106,0,8,0,197,238,169,74,156,202,9,0,197,238,169,74,83,203,9,0,200,110,117,127,241,31,6,0,202,238,133,59,114,11,10,0,202,238,133,59,104,12,10,0,204,110,74,201,66,46,9,0,204,110,74,201,227,49,9,0,208,110,238,26,61,208,11,0,209,238,137,173,10,187,7,0,212,238,99,228,141,78,10,0,212,238,99,228,26,79,10,0,215,110,108,110,130,35,7,0,215,110,114,97,167,248,7,0,216,110,65,114,216,69,11,0,219,110,89,236,190,159,7,0,219,110,48,62,86,94,10,0,219,110,48,62,117,94,10,0,220,238,110,238,233,14,9,0,220,238,110,238,209,23,9,0,220,238,110,238,194,32,9,0,222,238,69,169,216,56,7,0,222,110,5,211,103,165,9,0,222,110,5,211,239,165,9,0,226,238,222,189,98,160,10,0,227,110,169,16,8,184,7,0,228,110,12,193,254,147,7,0,228,110,37,226,245,104,9,0,228,110,37,226,223,105,9,0,230,110,55,2,253,4,6,0,230,238,40,215,25,28,11,0,236,110,114,143,109,234,6,0,236,238,35,242,151,82,7,0,236,238,35,242,211,82,7,0,236,238,156,40,140,13,10,0,236,238,156,40,247,13,10,0,237,110,167,116,126,179,8,0,239,238,62,97,6,70,6,0,242,238,136,125,73,228,7,0,242,238,136,125,191,228,7,0,242,238,82,212,64,56,9,0,242,238,82,212,242,56,9,0,242,110,84,192,210,115,9,0,242,110,84,192,145,116,9,0,242,110,84,192,74,117,9,0,243,110,109,131,54,120,7,0,244,238,13,49,1,99,7,0,244,238,13,49,0,101,7,0,245,110,196,157,201,142,7,0,246,110,55,51,7,29,7,0,247,238,73,180,65,156,7,0,247,238,73,180,164,156,7,0,254,110,56,130,67,169,7,0,255,238,229,13,120,191,7,0,255,238,50,61,57,86,8,0,0,111,9,117,51,46,6,0,0,239,35,66,195,123,7,0,0,111,9,117,87,182,7,0,2,239,181,78,212,73,7,0,2,111,68,155,107,1,10,0,3,111,145,175,218,39,6,0,3,111,145,175,146,219,8,0,6,111,232,252,98,160,10,0,7,111,71,120,93,153,7,0,7,111,14,239,196,254,11,0,8,239,8,250,233,14,9,0,8,239,8,250,209,23,9,0,8,239,8,250,194,32,9,0,8,239,219,225,150,229,9,0,8,239,219,225,236,229,9,0,8,239,219,225,124,230,9,0,10,111,208,86,104,145,7,0,15,239,62,17,202,163,7,0,15,111,255,182,83,218,10,0,15,111,255,182,181,219,10,0,15,239,25,22,212,230,11,0,16,111,176,215,16,44,9,0,16,111,176,215,160,44,9,0,19,111,27,247,67,169,7,0,19,111,236,7,183,158,11,0,21,111,75,121,240,136,7,0,21,111,94,164,163,38,8,0,21,239,55,8,65,252,10,0,23,239,240,185,56,207,8,0,24,111,136,94,212,73,7,0,24,111,62,141,72,43,11,0,29,239,196,173,82,189,10,0,30,111,220,179,212,73,7,0,30,239,87,182,46,105,7,0,35,239,248,187,102,138,7,0,37,239,17,25,202,163,7,0,37,111,175,182,67,169,7,0,38,111,182,108,98,160,10,0,39,111,215,42,236,48,7,0,40,111,53,34,67,169,7,0,41,111,172,30,182,128,7,0,41,111,108,148,248,34,12,0,43,111,209,182,62,66,7,0,44,239,184,110,92,157,7,0,44,239,221,20,66,46,9,0,44,239,221,20,227,49,9,0,44,111,151,91,7,167,9,0,44,111,151,91,69,167,9,0,45,239,74,2,221,226,8,0,46,239,23,195,183,85,9,0,46,239,23,195,220,85,9,0,46,239,23,195,252,85,9,0,50,111,179,110,51,46,6,0,50,239,73,31,202,163,7,0,50,111,179,110,87,182,7,0,51,111,236,237,199,169,11,0,52,239,94,177,91,11,11,0,53,111,171,243,56,207,8,0,54,239,123,53,229,150,9,0,54,239,123,53,153,151,9,0,58,111,77,107,111,125,7,0,59,111,162,152,146,102,7,0,59,111,162,152,46,105,7,0,60,239,132,238,233,14,9,0,60,239,132,238,209,23,9,0,60,239,132,238,194,32,9,0,61,239,182,148,199,124,9,0,61,239,182,148,173,125,9,0,61,239,182,148,152,126,9,0,61,239,120,27,98,160,10,0,62,111,35,178,135,65,7,0,62,111,40,7,81,205,7,0,62,239,53,42,233,14,9,0,62,239,53,42,209,23,9,0,62,239,53,42,194,32,9,0,62,111,40,7,144,68,9,0,65,111,142,191,216,56,7,0,67,111,161,248,4,22,11,0,69,111,170,164,141,106,6,0,70,111,69,209,218,240,10,0,71,111,108,7,237,147,8,0,73,239,49,169,15,109,7,0,76,111,112,167,7,140,7,0,77,111,195,45,185,43,7,0,81,239,139,145,45,60,7,0,87,239,75,101,233,14,9,0,87,239,75,101,209,23,9,0,87,239,75,101,194,32,9,0,95,111,54,44,106,70,6,0,95,239,117,26,104,145,7,0,95,111,54,44,158,179,7,0,95,239,22,155,142,66,8,0,95,239,76,51,182,225,11,0,97,239,217,87,139,23,11,0,99,111,164,100,143,25,7,0,99,111,90,237,197,76,11,0,100,111,225,36,149,88,7,0,103,239,172,77,1,99,7,0,103,239,172,77,0,101,7,0,106,239,115,135,201,142,7,0,106,239,110,58,140,119,9,0,106,239,110,58,54,120,9,0,107,111,130,143,159,8,12,0,107,111,130,143,96,12,12,0,110,111,198,123,21,46,7,0,111,111,20,122,89,181,11,0,111,111,20,122,110,181,11,0,113,239,93,51,159,238,5,0,114,239,103,86,103,180,7,0,116,239,100,216,180,44,7,0,116,239,100,216,47,145,7,0,117,111,134,93,64,56,9,0,117,111,134,93,242,56,9,0,124,239,107,148,81,205,7,0,124,239,107,148,226,217,10,0,124,239,107,148,33,218,10,0,126,111,14,186,128,195,10,0,127,239,249,1,111,125,7,0,128,239,34,126,127,169,6,0,128,111,161,219,98,160,10,0,129,239,223,187,54,120,7,0,131,111,23,41,107,17,7,0,132,111,148,120,78,74,10,0,132,111,148,120,93,75,10,0,132,111,148,120,96,76,10,0,132,111,148,120,126,77,10,0,133,239,207,234,49,52,10,0,133,239,207,234,92,52,10,0,134,111,197,71,95,243,6,0,135,111,185,70,92,157,7,0,136,111,152,113,46,105,7,0,137,239,4,89,123,14,12,0,138,239,198,161,146,102,7,0,138,239,198,161,46,105,7,0,139,239,190,45,232,91,7,0,141,239,18,222,233,14,9,0,141,239,18,222,209,23,9,0,141,239,18,222,194,32,9,0,142,239,100,94,1,99,7,0,142,239,100,94,0,101,7,0,145,111,1,76,220,90,7,0,148,239,113,98,212,73,7,0,149,239,137,149,88,249,5,0,151,239,69,14,230,35,10,0,151,239,69,14,133,36,10,0,154,239,42,38,93,153,7,0,156,111,239,106,54,120,7,0,158,111,113,8,89,43,9,0,158,111,113,8,121,43,9,0,158,111,113,8,162,43,9,0,159,111,80,142,62,186,6,0,159,111,218,148,212,73,7,0,159,239,69,81,233,14,9,0,159,239,69,81,209,23,9,0,159,239,69,81,194,32,9,0,160,111,99,16,135,239,6,0,161,239,32,100,105,175,10,0,161,239,32,100,50,176,10,0,162,111,221,113,105,175,10,0,162,111,221,113,50,176,10,0,163,239,206,35,223,60,7,0,163,111,12,1,71,218,11,0,164,111,225,58,233,14,9,0,164,111,225,58,209,23,9,0,164,111,225,58,194,32,9,0,165,111,92,73,121,27,6,0,165,111,92,73,246,111,7,0,165,111,198,135,98,160,10,0,169,239,67,82,17,96,10,0,169,239,67,82,83,97,10,0,169,239,67,82,152,98,10,0,172,111,217,50,79,86,9,0,173,239,142,232,138,28,11,0,175,111,146,169,117,207,6,0,177,239,179,148,27,48,7,0,177,239,179,148,155,14,10,0,177,239,179,148,189,14,10,0,180,111,253,64,1,99,7,0,180,111,253,64,0,101,7,0,181,239,73,138,217,130,8,0,182,111,173,252,104,26,6,0,184,239,20,99,92,157,7,0,184,111,84,18,57,86,8,0,186,239,195,34,109,152,7,0,187,111,208,210,52,122,9,0,187,111,208,210,95,122,9,0,188,111,98,127,110,11,7,0,189,111,156,149,80,96,7,0,189,111,156,149,247,169,9,0,189,111,156,149,71,171,9,0,189,111,156,149,153,172,9,0,189,111,156,149,240,173,9,0,191,239,138,37,160,228,8,0,191,111,220,82,94,178,9,0,191,111,220,82,151,178,9,0,191,111,220,82,209,178,9,0,192,111,25,166,179,204,6,0,192,111,90,14,15,109,7,0,192,111,230,231,4,124,7,0,193,239,17,168,234,185,9,0,193,239,17,168,45,186,9,0,195,111,224,16,225,239,8,0,196,239,135,206,128,6,12,0,196,239,135,206,176,6,12,0,197,239,209,30,224,83,7,0,199,111,71,45,201,21,12,0,200,111,199,248,134,201,6,0,200,111,57,108,98,87,7,0,200,239,69,81,158,207,10,0,200,239,69,81,47,210,10,0,203,111,78,64,98,160,10,0,204,239,102,87,66,46,9,0,204,239,102,87,227,49,9,0,207,239,83,57,244,45,7,0,207,239,171,64,198,50,7,0,210,239,71,121,108,30,7,0,210,239,71,121,231,96,11,0,211,239,246,133,232,91,7,0,212,239,225,183,149,232,6,0,212,111,152,216,141,78,10,0,212,111,152,216,26,79,10,0,213,111,29,166,202,57,9,0,213,111,29,166,240,62,9,0,214,111,130,135,254,147,7,0,214,111,89,133,98,160,10,0,216,111,127,191,229,132,9,0,216,111,127,191,184,134,9,0,216,111,8,12,6,76,11,0,220,111,240,198,252,50,12,0,221,239,140,93,215,132,7,0,222,239,35,25,212,73,7,0,223,111,175,143,212,73,7,0,224,111,148,214,232,91,7,0,225,111,145,67,62,66,7,0,227,111,165,22,68,151,11,0,228,239,14,197,58,245,6,0,228,239,25,197,174,40,10,0,228,239,25,197,219,40,10,0,233,239,194,68,18,27,8,0,236,239,143,237,74,212,6,0,236,239,143,237,215,132,7,0,238,239,6,132,172,44,6,0,238,239,6,132,227,220,6,0,238,239,6,132,10,133,10,0,238,239,6,132,82,133,10,0,238,239,6,132,150,133,10,0,238,239,6,132,212,133,10,0,239,239,23,147,202,57,9,0,239,239,23,147,240,62,9,0,243,111,63,63,238,140,11,0,243,111,63,63,240,141,11,0,244,239,254,229,212,73,7,0,245,111,187,126,75,8,11,0,246,239,50,86,120,175,6,0,247,239,197,63,212,73,7,0,247,239,178,11,151,82,7,0,247,239,178,11,211,82,7,0,249,239,198,199,135,36,7,0,252,239,138,210,104,145,7,0,252,239,48,216,67,169,7,0,253,239,43,116,21,46,7,0,0,112,114,145,19,140,9,0,0,112,114,145,144,140,9,0,1,240,119,247,156,202,7,0,1,240,119,247,129,173,10,0,3,240,54,22,168,62,8,0,4,112,175,182,212,73,7,0,4,112,248,82,231,95,7,0,4,240,70,188,158,207,10,0,4,240,70,188,47,210,10,0,6,112,10,33,122,184,8,0,6,112,10,33,8,185,8,0,6,112,10,33,139,185,8,0,8,240,31,228,37,104,9,0,10,112,117,204,150,205,11,0,10,112,117,204,177,205,11,0,11,112,25,86,107,1,10,0,15,112,119,199,122,53,7,0,17,240,147,110,76,205,6,0,19,240,164,219,211,64,7,0,21,240,208,165,120,191,7,0,21,240,208,165,114,228,11,0,23,112,206,11,201,142,7,0,25,240,47,194,10,58,11,0,26,240,168,114,176,120,8,0,26,240,168,114,229,120,8,0,26,112,248,245,229,132,9,0,26,112,248,245,184,134,9,0,28,112,66,229,88,116,7,0,29,240,41,100,29,155,10,0,29,240,185,248,128,195,10,0,31,240,223,164,125,83,6,0,32,240,236,10,140,13,10,0,32,240,236,10,247,13,10,0,35,112,42,84,212,73,7,0,35,240,22,79,217,135,7,0,38,112,144,120,121,2,6,0,43,112,62,67,253,44,7,0,44,112,151,14,1,99,7,0,44,112,151,14,0,101,7,0,45,112,120,52,110,245,11,0,46,112,200,10,145,30,7,0,46,112,240,38,82,189,10,0,51,240,194,234,216,56,7,0,51,240,9,9,222,141,11,0,53,112,51,196,216,125,6,0,54,240,224,44,243,47,11,0,55,240,0,83,235,237,10,0,56,112,51,169,112,249,7,0,58,240,102,174,240,14,11,0,59,112,184,182,42,64,7,0,59,240,139,104,31,192,10,0,59,240,139,104,90,192,10,0,60,112,1,198,235,122,8,0,60,112,1,198,83,177,11,0,62,112,169,112,59,94,7,0,63,240,236,177,182,41,7,0,64,240,201,155,81,188,11,0,66,240,7,45,168,62,7,0,73,112,153,218,107,169,6,0,73,112,191,169,180,198,9,0,75,240,189,132,101,27,7,0,76,112,244,15,245,104,9,0,76,112,244,15,223,105,9,0,77,240,178,73,81,205,7,0,77,240,178,73,140,192,8,0,79,240,238,6,73,148,9,0,79,240,238,6,217,148,9,0,80,240,255,47,153,50,6,0,82,112,136,34,36,187,8,0,83,240,140,124,15,109,7,0,84,240,163,48,154,79,6,0,84,240,131,203,215,245,9,0,84,240,131,203,69,246,9,0,85,240,32,149,49,25,6,0,85,240,35,59,235,35,8,0,86,112,141,238,62,66,7,0,86,240,62,253,151,25,11,0,86,240,62,253,106,37,11,0,86,240,62,253,157,37,11,0,89,112,109,130,70,35,10,0,90,112,211,117,204,38,7,0,90,112,142,131,110,173,8,0,91,112,14,84,56,64,8,0,91,112,14,84,117,64,8,0,91,112,14,84,179,64,8,0,91,112,14,84,239,64,8,0,92,112,250,0,62,66,7,0,92,240,131,12,23,29,8,0,94,240,227,132,212,73,7,0,94,240,63,235,84,95,7,0,94,240,63,235,43,107,11,0,96,112,83,80,59,246,7,0,98,112,8,195,251,122,7,0,98,240,166,148,37,7,8,0,99,240,196,112,111,125,7,0,100,112,251,36,122,184,8,0,100,112,251,36,8,185,8,0,100,112,251,36,139,185,8,0,102,240,245,244,212,73,7,0,103,112,4,238,240,247,10,0,108,112,254,58,128,179,9,0,108,112,254,58,158,179,9,0,108,112,254,58,190,179,9,0,109,112,231,242,10,4,11,0,112,240,189,132,128,195,10,0,114,112,104,218,120,191,7,0,114,112,104,218,19,227,7,0,114,112,104,218,50,227,7,0,116,112,107,114,83,117,11,0,118,240,163,160,16,36,6,0,118,240,234,187,51,126,6,0,119,240,30,160,223,115,7,0,123,240,80,121,59,246,7,0,124,112,112,167,7,236,11,0,125,112,234,166,40,145,11,0,131,112,125,118,120,191,7,0,134,112,106,99,237,247,7,0,135,240,41,79,65,250,10,0,139,240,112,123,62,66,7,0,142,240,76,8,59,246,7,0,142,240,247,39,150,229,9,0,142,240,247,39,236,229,9,0,142,240,247,39,124,230,9,0,143,112,15,146,67,169,7,0,144,112,27,45,142,160,7,0,151,112,154,183,202,57,9,0,151,112,154,183,240,62,9,0,151,112,3,241,13,244,10,0,152,112,14,248,144,40,6,0,153,240,14,113,214,89,8,0,156,240,18,157,210,63,8,0,156,240,138,246,233,14,9,0,156,240,138,246,209,23,9,0,156,240,138,246,194,32,9,0,156,240,8,130,202,57,9,0,156,240,8,130,240,62,9,0,161,112,104,81,202,29,6,0,164,112,1,182,233,14,9,0,164,112,1,182,209,23,9,0,164,112,1,182,194,32,9,0,165,240,0,223,62,66,7,0,165,112,50,91,217,52,12,0,169,112,116,91,111,125,7,0,169,112,212,110,84,131,7,0,170,240,200,165,98,160,10,0,172,240,108,202,215,132,7,0,173,112,178,243,98,160,10,0,175,112,69,165,174,252,5,0,176,240,171,86,62,66,7,0,179,112,94,80,107,1,10,0,181,240,118,140,127,110,7,0,181,112,150,40,59,246,7,0,181,240,54,132,246,24,8,0,181,112,215,60,122,59,8,0,181,112,16,30,64,109,9,0,181,112,16,30,204,109,9,0,183,240,177,243,91,91,11,0,185,112,56,40,84,131,7,0,186,240,187,81,229,132,9,0,186,240,187,81,184,134,9,0,187,240,113,33,219,111,6,0,190,240,80,196,244,141,8,0,190,240,80,196,35,142,8,0,190,112,6,139,233,14,9,0,190,112,6,139,209,23,9,0,190,112,6,139,194,32,9,0,190,240,239,206,79,86,9,0,190,240,80,196,117,220,11,0,192,240,151,199,43,228,11,0,197,240,111,164,120,191,7,0,198,240,114,207,98,201,7,0,200,240,66,177,137,19,11,0,202,240,47,211,120,191,7,0,202,240,47,211,152,72,8,0,203,112,217,217,185,228,11,0,209,240,187,129,202,163,7,0,210,240,8,126,107,45,6,0,210,240,8,126,67,54,6,0,210,240,8,126,23,133,6,0,213,112,208,162,230,35,10,0,213,112,208,162,133,36,10,0,218,112,70,153,189,255,6,0,220,240,206,11,62,66,7,0,220,112,151,159,32,62,11,0,221,112,225,138,172,26,7,0,221,240,34,42,110,245,11,0,223,112,190,226,54,120,7,0,224,112,115,236,141,60,7,0,226,112,210,248,254,147,7,0,226,240,241,130,202,163,7,0,226,112,48,112,67,169,7,0,228,240,254,234,202,163,7,0,229,112,91,93,70,248,5,0,230,240,250,159,46,105,7,0,232,112,170,149,250,110,7,0,233,240,116,24,224,83,7,0,234,240,150,98,12,129,7,0,234,112,202,78,118,49,8,0,235,112,206,124,204,38,7,0,236,112,91,138,67,169,7,0,236,240,75,161,150,110,9,0,236,240,75,161,176,112,9,0,239,112,50,150,111,125,7,0,239,112,192,15,98,160,10,0,242,240,208,38,82,58,7,0,242,240,23,203,120,191,7,0,245,112,34,250,156,202,9,0,245,112,34,250,83,203,9,0,246,112,78,15,233,14,9,0,246,112,78,15,209,23,9,0,246,112,78,15,194,32,9,0,251,112,109,3,194,50,11,0,251,240,136,194,216,177,11,0,254,240,209,159,129,114,7,0,0,241,123,233,138,87,7,0,0,241,123,233,134,97,7,0,0,241,123,233,252,119,7,0,2,241,70,145,18,252,5,0,2,113,213,57,103,165,9,0,2,113,213,57,239,165,9,0,2,241,114,97,249,50,10,0,2,241,114,97,14,51,10,0,3,113,127,226,188,46,8,0,5,113,109,136,140,213,6,0,5,113,117,49,215,132,7,0,8,241,31,202,25,134,7,0,8,241,31,202,75,134,7,0,8,113,89,105,86,158,10,0,8,113,89,105,100,158,10,0,11,113,122,58,245,148,6,0,12,241,34,76,111,125,7,0,13,241,21,131,54,120,7,0,14,241,143,6,67,169,7,0,14,113,18,110,178,41,11,0,15,113,163,4,98,160,10,0,18,241,128,82,104,145,7,0,19,113,213,44,225,251,9,0,19,113,213,44,48,252,9,0,19,241,4,168,182,11,11,0,21,113,64,17,57,86,8,0,26,241,102,188,225,50,12,0,27,113,248,127,92,157,7,0,29,113,18,60,168,141,9,0,29,113,18,60,184,142,9,0,32,241,81,87,7,140,7,0,32,241,217,55,154,144,8,0,33,241,137,62,197,54,7,0,33,241,41,129,72,156,8,0,36,241,224,62,32,190,6,0,37,113,83,212,51,168,9,0,37,113,83,212,146,168,9,0,38,113,148,118,230,35,10,0,38,113,148,118,133,36,10,0,39,241,90,215,187,57,7,0,40,241,208,134,98,160,10,0,43,113,132,4,66,108,6,0,44,113,23,22,33,132,7,0,44,113,23,22,123,132,7,0,45,241,237,41,111,125,7,0,45,241,194,74,57,86,8,0,47,241,110,215,27,219,6,0,48,241,217,144,195,123,7,0,49,241,216,129,217,42,6,0,49,113,44,122,56,207,8,0,52,113,243,228,30,141,7,0,52,113,227,77,130,241,10,0,53,113,251,64,163,137,10,0,54,113,247,96,251,246,7,0,54,113,215,8,229,132,9,0,54,113,215,8,184,134,9,0,54,113,247,96,188,142,10,0,54,113,247,96,242,142,10,0,54,113,247,96,47,143,10,0,55,241,225,195,212,73,7,0,57,113,126,24,51,46,6,0,57,113,231,242,46,105,7,0,57,113,126,24,87,182,7,0,58,113,5,56,81,205,7,0,58,113,5,56,180,216,7,0,59,113,181,148,67,135,6,0,59,113,181,148,206,129,7,0,61,113,73,91,154,241,9,0,61,113,73,91,86,242,9,0,63,113,129,184,230,160,7,0,63,113,205,22,66,46,9,0,63,113,205,22,227,49,9,0,63,113,68,16,168,141,9,0,63,113,68,16,184,142,9,0,66,113,212,12,127,50,7,0,66,113,18,175,51,168,9,0,66,113,18,175,146,168,9,0,66,241,183,76,107,1,10,0,67,113,30,37,62,66,7,0,68,241,119,84,19,140,9,0,68,241,119,84,144,140,9,0,68,241,25,30,119,88,11,0,70,113,62,15,55,74,9,0,70,113,62,15,40,75,9,0,70,241,73,187,98,160,10,0,73,241,146,12,107,1,10,0,74,113,190,37,120,191,7,0,74,113,81,117,142,184,10,0,74,113,81,117,59,185,10,0,75,241,10,80,123,237,10,0,75,241,171,77,229,175,11,0,75,241,171,77,252,175,11,0,76,241,159,219,40,51,12,0,78,241,139,36,254,147,7,0,79,241,228,209,2,31,7,0,79,241,84,187,205,48,12,0,79,241,84,187,140,49,12,0,81,241,39,60,69,56,7,0,82,113,128,151,62,66,7,0,83,113,164,177,70,65,7,0,87,241,166,40,15,115,7,0,89,113,234,223,155,211,11,0,91,241,213,48,98,160,10,0,96,113,17,125,127,161,7,0,97,241,240,12,33,132,7,0,97,241,240,12,123,132,7,0,101,241,202,208,29,206,11,0,104,241,164,112,103,165,9,0,104,241,164,112,239,165,9,0,107,113,225,18,120,191,7,0,111,241,159,28,254,147,7,0,113,241,8,112,167,45,6,0,117,113,59,127,66,46,9,0,117,113,59,127,227,49,9,0,118,241,119,154,134,44,8,0,118,113,98,229,66,46,9,0,118,113,98,229,227,49,9,0,119,241,177,94,114,11,10,0,119,241,177,94,104,12,10,0,119,241,80,32,77,221,10,0,119,241,80,32,208,221,10,0,122,241,189,246,229,132,9,0,122,241,189,246,184,134,9,0,126,113,10,174,158,207,10,0,126,113,10,174,47,210,10,0,128,241,135,239,185,43,7,0,131,113,230,223,98,160,10,0,133,113,26,174,34,17,12,0,136,113,58,150,129,54,6,0,138,113,157,38,75,145,8,0,139,241,246,24,254,147,7,0,140,113,189,5,96,240,6,0,140,113,242,47,101,146,9,0,140,113,242,47,61,147,9,0,142,241,229,14,98,160,10,0,146,113,199,227,111,125,7,0,147,241,185,13,51,46,6,0,147,241,185,13,87,182,7,0,148,241,77,122,62,66,7,0,149,113,83,197,102,138,7,0,149,241,179,52,120,191,7,0,151,241,204,254,128,158,8,0,151,241,54,66,3,39,12,0,153,113,42,128,48,226,11,0,156,241,107,158,81,205,7,0,158,113,185,178,106,139,7,0,160,113,135,218,97,39,7,0,160,113,14,190,81,205,7,0,160,113,14,190,56,218,7,0,160,241,52,178,165,233,8,0,161,241,0,175,102,138,7,0,162,241,163,172,248,172,8,0,164,113,232,209,115,117,6,0,164,241,168,135,104,145,7,0,166,241,121,196,94,178,9,0,166,241,121,196,151,178,9,0,166,241,121,196,209,178,9,0,166,241,189,28,114,11,10,0,166,241,189,28,104,12,10,0,166,241,99,153,142,131,11,0,169,241,192,148,85,229,6,0,169,113,226,223,212,73,7,0,170,113,33,14,111,125,7,0,170,241,0,93,196,158,7,0,173,113,223,247,62,66,7,0,173,113,97,210,202,57,9,0,173,113,97,210,240,62,9,0,173,113,255,4,9,105,11,0,176,113,88,108,250,5,12,0,179,113,56,61,191,95,7,0,181,241,107,50,111,125,7,0,184,113,93,117,111,125,7,0,185,241,113,2,10,17,12,0,186,113,62,145,93,153,7,0,188,113,119,64,200,120,6,0,188,241,171,71,128,237,6,0,188,113,119,64,27,85,7,0,188,241,96,180,233,14,9,0,188,241,96,180,209,23,9,0,188,241,96,180,194,32,9,0,188,241,96,180,64,56,9,0,188,241,96,180,242,56,9,0,189,113,122,213,59,161,7,0,191,113,132,149,158,238,9,0,191,113,132,149,25,239,9,0,191,113,132,149,142,239,9,0,191,113,132,149,54,240,9,0,191,113,132,149,208,240,9,0,192,241,48,125,254,147,7,0,193,241,116,27,31,70,9,0,193,241,116,27,104,71,9,0,193,241,116,27,179,72,9,0,194,113,72,219,253,94,7,0,195,113,227,101,62,66,7,0,196,113,41,236,75,50,12,0,197,113,243,0,212,73,7,0,197,113,153,95,149,88,7,0,198,113,248,123,233,14,9,0,198,113,248,123,209,23,9,0,198,113,248,123,194,32,9,0,198,241,148,66,140,119,9,0,198,241,148,66,54,120,9,0,198,241,225,80,121,65,11,0,198,241,225,80,93,68,11,0,201,113,103,160,67,169,7,0,202,241,78,197,201,61,7,0,202,241,182,109,44,58,8,0,204,241,165,36,134,104,6,0,204,241,87,117,117,41,7,0,204,241,87,117,161,215,9,0,204,241,87,117,2,216,9,0,204,241,87,117,104,216,9,0,204,241,87,117,199,216,9,0,204,241,87,117,47,217,9,0,206,113,194,32,125,16,6,0,206,113,194,32,42,27,12,0,208,241,147,202,149,88,7,0,210,113,180,148,160,105,6,0,211,113,11,185,189,255,6,0,211,241,106,45,167,128,9,0,211,241,106,45,133,129,9,0,212,241,5,138,245,249,7,0,212,113,128,192,229,132,9,0,212,113,128,192,184,134,9,0,213,113,175,212,65,125,6,0,213,241,185,133,254,147,7,0,214,113,230,61,59,94,7,0,216,241,200,120,151,82,7,0,216,241,200,120,211,82,7,0,216,113,127,205,155,211,11,0,217,113,17,150,35,0,6,0,217,113,17,150,139,0,6,0,217,241,63,51,15,241,11,0,219,241,29,232,129,132,6,0,223,113,22,130,43,165,11,0,226,113,167,201,59,94,7,0,228,241,86,82,202,163,7,0,228,241,86,82,31,192,10,0,228,241,86,82,90,192,10,0,228,113,151,41,80,43,12,0,229,113,151,97,202,163,7,0,230,113,224,93,156,202,7,0,230,113,224,93,176,206,10,0,230,113,224,93,241,206,10,0,230,113,224,93,46,207,10,0,234,241,30,194,120,191,7,0,236,113,73,129,166,23,12,0,238,241,210,28,66,46,9,0,238,241,210,28,227,49,9,0,238,241,16,103,37,88,11,0,239,113,5,138,202,163,7,0,241,113,25,102,79,240,5,0,246,113,44,230,135,65,7,0,246,241,70,89,3,208,11,0,247,241,180,41,185,43,7,0,247,113,103,194,44,51,11,0,248,241,64,225,202,163,7,0,249,241,77,251,85,8,6,0,249,241,252,7,240,182,11,0,251,241,126,152,33,33,8,0,254,113,30,86,237,243,5,0,2,242,197,97,47,145,7,0,5,242,60,247,78,236,11,0,5,242,60,247,160,238,11,0,5,242,60,247,65,253,11,0,5,242,60,247,89,255,11,0,9,242,149,129,167,160,6,0,9,242,58,206,62,66,7,0,11,114,217,49,111,125,7,0,12,242,141,178,0,12,11,0,13,242,233,13,165,59,7,0,15,242,151,153,127,137,7,0,17,114,236,198,229,132,9,0,17,114,236,198,184,134,9,0,18,242,104,101,42,196,10,0,18,242,104,101,219,196,10,0,18,114,8,123,4,22,11,0,19,242,125,158,201,248,6,0,20,114,5,49,215,132,7,0,20,114,5,49,225,90,10,0,20,114,5,49,70,91,10,0,20,114,5,49,70,91,10,0,21,114,147,241,21,46,7,0,23,242,0,4,62,66,7,0,23,242,229,223,233,14,9,0,23,242,229,223,209,23,9,0,23,242,229,223,194,32,9,0,26,114,163,126,101,157,11,0,27,242,91,15,201,142,7,0,28,242,215,241,98,160,10,0,28,242,195,139,165,216,11,0,30,114,156,255,135,65,7,0,31,114,134,101,104,145,7,0,31,114,10,186,168,141,9,0,31,114,10,186,184,142,9,0,34,114,215,58,31,117,10,0,35,114,197,127,208,156,11,0,36,242,69,105,79,9,10,0,36,242,69,105,123,9,10,0,36,242,43,109,235,216,11,0,39,114,121,225,78,156,6,0,39,114,77,230,25,93,9,0,39,114,77,230,212,94,9,0,40,242,187,186,254,147,7,0,41,114,86,219,165,187,6,0,43,242,238,148,156,26,11,0,44,114,133,94,156,204,6,0,45,114,110,211,202,163,7,0,46,242,126,133,232,91,7,0,46,242,147,179,202,241,7,0,47,242,216,96,202,163,7,0,50,114,59,91,140,235,6,0,51,242,167,193,31,187,11,0,55,114,123,143,62,66,7,0,58,242,22,242,104,145,7,0,58,242,6,240,202,163,7,0,59,114,157,38,52,248,5,0,60,114,108,129,202,57,9,0,60,114,108,129,240,62,9,0,62,242,140,194,33,132,7,0,62,242,140,194,123,132,7,0,65,242,136,4,88,116,7,0,71,114,13,50,210,30,10,0,71,114,13,50,4,31,10,0,71,114,13,50,74,31,10,0,73,242,96,111,103,180,9,0,73,242,96,111,253,180,9,0,75,242,166,108,44,216,6,0,75,242,147,146,212,73,7,0,75,242,166,108,116,234,7,0,75,242,166,108,213,239,7,0,75,242,166,108,53,197,8,0,76,242,180,214,183,134,8,0,79,114,209,43,146,102,7,0,79,114,209,43,46,105,7,0,82,114,81,28,25,93,9,0,82,114,81,28,212,94,9,0,84,242,114,39,46,32,7,0,85,114,175,171,15,109,7,0,87,242,143,219,195,241,10,0,88,114,125,150,112,244,6,0,88,114,204,247,216,16,11,0,89,242,59,198,233,14,9,0,89,242,59,198,209,23,9,0,89,242,59,198,194,32,9,0,91,114,136,37,184,180,7,0,91,114,136,37,129,181,7,0,93,242,80,190,142,66,8,0,93,114,149,12,83,218,10,0,93,114,149,12,181,219,10,0,95,242,38,240,92,157,7,0,96,242,155,201,85,202,6,0,97,242,75,43,15,192,9,0,97,242,75,43,91,192,9,0,97,242,75,43,164,192,9,0,100,242,250,3,204,42,7,0,100,242,252,244,202,163,7,0,100,242,102,65,105,175,10,0,100,242,102,65,50,176,10,0,100,114,14,41,53,48,12,0,101,242,44,8,4,18,11,0,102,114,90,71,45,60,7,0,107,114,183,22,93,153,7,0,107,114,239,127,64,56,9,0,107,114,239,127,242,56,9,0,109,242,83,120,104,145,7,0,109,242,53,26,98,160,10,0,111,242,56,98,246,111,7,0,113,114,196,148,98,28,7,0,117,242,183,6,11,207,6,0,118,114,166,221,88,116,7,0,120,114,120,55,94,255,5,0,120,242,217,24,240,74,6,0,120,242,250,126,122,152,6,0,120,242,226,135,98,160,10,0,120,242,5,136,98,46,11,0,121,242,249,241,92,157,7,0,122,114,130,213,116,22,8,0,123,114,204,106,231,85,11,0,125,114,61,126,202,57,9,0,125,114,61,126,240,62,9,0,125,114,158,101,72,164,11,0,127,114,123,204,224,83,7,0,127,242,35,227,202,57,9,0,127,242,35,227,240,62,9,0,131,114,207,187,54,120,7,0,131,114,207,187,209,82,11,0,132,114,150,155,254,147,7,0,134,242,181,72,7,29,7,0,140,242,202,114,165,63,7,0,143,242,35,231,146,102,7,0,143,242,35,231,46,105,7,0,143,242,40,76,245,127,10,0,144,114,101,185,81,205,7,0,144,114,101,185,140,192,8,0,144,242,25,101,210,115,9,0,144,242,25,101,145,116,9,0,144,242,25,101,74,117,9,0,150,114,28,231,120,191,7,0,152,242,151,21,232,237,5,0,152,114,213,146,24,44,8,0,153,114,171,55,101,247,7,0,153,242,244,57,98,160,10,0,154,242,122,85,62,66,7,0,154,242,212,155,67,169,7,0,154,114,168,198,98,160,10,0,155,242,114,86,51,46,6,0,155,242,114,86,87,182,7,0,155,242,13,154,42,196,10,0,155,242,13,154,219,196,10,0,156,242,39,117,7,167,9,0,156,242,39,117,69,167,9,0,156,114,77,249,164,21,12,0,157,114,181,17,202,57,9,0,157,114,181,17,240,62,9,0,158,114,60,51,22,0,8,0,158,114,60,51,111,250,11,0,159,242,178,118,56,144,6,0,160,242,148,244,101,146,9,0,160,242,148,244,61,147,9,0,161,242,94,59,212,73,7,0,162,242,219,218,23,131,11,0,165,242,146,103,7,3,11,0,166,114,110,61,36,232,11,0,172,114,87,157,158,56,8,0,172,114,230,218,245,104,9,0,172,114,230,218,223,105,9,0,174,114,44,116,163,137,10,0,176,114,225,120,245,104,9,0,176,114,225,120,223,105,9,0,178,114,6,195,202,163,7,0,179,114,222,64,111,235,6,0,179,242,100,141,215,21,7,0,179,114,148,127,120,191,7,0,180,242,148,18,10,48,12,0,182,114,114,147,224,38,10,0,182,114,114,147,20,39,10,0,183,242,161,254,118,84,11,0,185,242,232,56,220,154,7,0,185,242,91,155,220,223,7,0,186,114,145,186,100,1,8,0,187,114,119,103,151,184,11,0,188,114,108,74,233,14,9,0,188,114,108,74,209,23,9,0,188,114,108,74,194,32,9,0,191,242,60,144,134,22,11,0,192,242,181,179,88,116,7,0,192,242,26,73,47,145,7,0,192,114,69,99,67,169,7,0,192,242,26,73,81,205,7,0,192,242,26,73,1,222,7,0,192,114,34,115,154,241,9,0,192,114,34,115,86,242,9,0,193,242,198,95,144,178,10,0,193,242,198,95,233,178,10,0,193,242,198,95,65,179,10,0,194,242,173,125,117,255,10,0,195,114,178,111,73,148,9,0,195,114,178,111,217,148,9,0,199,242,2,126,14,24,6,0,199,242,2,126,248,58,7,0,199,242,167,140,172,173,11,0,202,242,232,104,37,25,7,0,202,114,123,240,182,58,8,0,202,242,73,97,163,137,10,0,203,114,117,60,111,125,7,0,204,242,103,67,232,91,7,0,207,242,53,222,98,160,10,0,208,114,81,242,120,191,7,0,209,114,72,58,132,136,11,0,210,242,48,157,241,5,7,0,211,242,229,233,233,14,9,0,211,242,229,233,209,23,9,0,211,242,229,233,194,32,9,0,213,242,165,100,144,86,11,0,216,114,54,162,62,66,7,0,218,114,47,193,46,185,6,0,220,114,114,83,150,110,9,0,220,114,114,83,176,112,9,0,223,114,52,27,201,142,7,0,223,242,82,202,157,51,12,0,224,242,176,152,157,33,11,0,226,114,147,145,185,130,7,0,229,242,12,123,12,134,6,0,230,242,127,86,212,44,7,0,230,242,21,142,105,185,11,0,232,114,105,34,126,93,6,0,235,114,69,145,62,66,7,0,235,114,170,101,66,46,9,0,235,114,170,101,227,49,9,0,237,242,165,122,62,66,7,0,238,242,62,220,85,201,6,0,238,114,128,165,67,169,7,0,238,114,11,42,81,205,7,0,238,114,11,42,56,102,9,0,238,114,11,42,86,102,9,0,238,114,128,165,41,166,11,0,240,242,82,121,150,186,10,0,240,242,82,121,226,186,10,0,240,242,82,121,47,187,10,0,245,242,13,234,67,169,7,0,245,114,62,104,202,190,7,0,246,114,157,38,23,248,6,0,249,114,93,138,27,85,7,0,250,114,154,107,46,105,7,0,250,114,54,131,56,207,8,0,250,114,154,107,247,169,9,0,250,114,154,107,247,169,9,0,250,114,154,107,247,169,9,0,250,114,154,107,247,169,9,0,250,114,154,107,71,171,9,0,250,114,154,107,71,171,9,0,250,114,154,107,71,171,9,0,250,114,154,107,71,171,9,0,250,114,154,107,153,172,9,0,250,114,154,107,153,172,9,0,250,114,154,107,153,172,9,0,250,114,154,107,153,172,9,0,250,114,154,107,240,173,9,0,250,114,154,107,240,173,9,0,250,114,154,107,240,173,9,0,250,114,154,107,240,173,9,0,251,242,60,48,93,141,7,0,252,242,195,113,66,46,9,0,252,242,195,113,227,49,9,0,252,114,131,25,43,165,11,0,253,114,218,150,207,49,11,0,254,242,51,54,81,205,7,0,254,114,192,229,98,160,10,0,254,242,51,54,132,222,10,0,254,242,51,54,162,222,10,0,1,115,53,41,111,176,8,0,1,115,53,41,175,176,8,0,1,115,53,41,229,176,8,0,2,115,148,19,93,153,7,0,3,243,5,169,188,29,7,0,3,115,71,105,211,93,7,0,11,243,150,159,27,75,11,0,12,243,198,207,67,169,7,0,13,243,70,136,62,66,7,0,15,243,225,92,16,44,9,0,15,243,225,92,160,44,9,0,16,243,100,66,211,57,6,0,16,243,105,24,120,191,7,0,16,243,233,45,86,154,10,0,16,243,233,45,86,154,10,0,16,243,233,45,163,154,10,0,16,243,233,45,163,154,10,0,20,243,141,149,219,93,11,0,21,115,151,60,168,141,9,0,21,115,151,60,184,142,9,0,22,115,231,54,212,151,6,0,22,115,20,141,67,61,7,0,22,243,73,97,62,66,7,0,22,115,255,250,140,13,10,0,22,115,255,250,247,13,10,0,23,115,11,55,134,97,7,0,26,115,230,207,57,86,8,0,27,243,171,171,224,83,7,0,31,115,181,148,33,113,8,0,31,115,181,148,94,113,8,0,33,115,132,89,15,227,8,0,33,243,202,205,222,152,9,0,33,243,202,205,15,153,9,0,34,243,15,109,67,169,7,0,34,243,113,223,202,57,9,0,34,243,113,223,240,62,9,0,37,115,94,56,63,153,11,0,39,115,9,231,120,145,8,0,41,115,167,172,233,14,9,0,41,115,167,172,209,23,9,0,41,115,167,172,194,32,9,0,42,243,28,221,45,91,9,0,42,243,28,221,214,91,9,0,44,243,81,171,86,154,10,0,44,243,81,171,163,154,10,0,46,115,210,144,158,207,10,0,46,115,210,144,47,210,10,0,47,243,247,115,66,46,9,0,47,243,247,115,227,49,9,0,48,115,15,108,62,158,6,0,49,243,233,247,46,105,7,0,50,243,156,124,213,137,8,0,51,243,184,163,54,120,7,0,51,243,147,124,158,238,9,0,51,243,147,124,25,239,9,0,51,243,147,124,142,239,9,0,51,243,147,124,54,240,9,0,51,243,147,124,208,240,9,0,53,115,203,6,233,14,9,0,53,115,203,6,209,23,9,0,53,115,203,6,194,32,9,0,54,243,7,229,15,115,7,0,54,115,111,168,67,169,7,0,55,115,85,23,39,51,7,0,55,243,15,126,114,186,7,0,56,243,7,229,15,115,7,0,57,243,123,45,165,59,7,0,60,243,48,204,127,110,7,0,60,115,201,224,98,160,10,0,61,115,134,91,3,38,7,0,61,243,106,144,173,131,11,0,63,115,195,148,84,115,9,0,63,115,195,148,139,115,9,0,65,243,187,148,41,246,5,0,65,243,187,148,33,229,6,0,66,243,210,251,62,66,7,0,69,115,216,55,111,125,7,0,70,115,193,87,158,238,9,0,70,115,193,87,25,239,9,0,70,115,193,87,142,239,9,0,70,115,193,87,54,240,9,0,70,115,193,87,208,240,9,0,71,115,197,41,120,191,7,0,72,115,48,217,174,52,7,0,74,115,214,99,19,224,11,0,76,115,154,86,152,234,6,0,76,243,158,38,104,145,7,0,77,115,242,89,246,111,7,0,77,115,22,139,120,191,7,0,78,243,80,95,10,71,6,0,78,243,80,95,82,254,8,0,78,243,80,95,138,254,8,0,82,115,79,159,217,135,7,0,85,115,28,71,110,79,9,0,85,115,28,71,222,79,9,0,85,115,200,147,19,140,9,0,85,115,200,147,144,140,9,0,86,243,225,84,81,205,7,0,86,243,225,84,56,218,7,0,86,243,121,52,150,110,9,0,86,243,121,52,176,112,9,0,88,243,166,98,199,124,9,0,88,243,166,98,173,125,9,0,88,243,166,98,152,126,9,0,91,115,205,220,11,79,11,0,93,115,243,160,67,169,7,0,94,243,163,234,205,131,7,0,94,243,10,172,233,14,9,0,94,243,10,172,209,23,9,0,94,243,10,172,194,32,9,0,95,243,84,206,56,207,8,0,95,115,113,220,15,192,9,0,95,115,113,220,91,192,9,0,95,115,113,220,164,192,9,0,97,243,180,3,67,169,7,0,99,115,97,159,233,14,9,0,99,115,97,159,209,23,9,0,99,115,97,159,194,32,9,0,100,243,225,57,174,29,6,0,100,243,111,167,62,66,7,0,104,115,231,242,202,190,7,0,104,115,239,174,229,132,9,0,104,115,239,174,184,134,9,0,105,243,151,229,142,184,10,0,105,243,151,229,59,185,10,0,110,243,66,129,165,59,7,0,110,243,29,149,93,141,7,0,111,243,140,129,122,111,7,0,111,243,140,129,149,111,7,0,112,115,15,219,155,65,11,0,115,115,245,53,67,169,7,0,115,115,30,62,11,198,8,0,119,115,110,221,193,94,10,0,120,243,243,37,62,66,7,0,121,115,136,50,120,191,7,0,121,115,25,129,81,205,7,0,121,115,25,129,140,192,8,0,124,115,226,244,188,251,5,0,125,243,113,89,251,201,6,0,125,243,59,111,110,173,8,0,125,115,130,215,210,115,9,0,125,115,130,215,145,116,9,0,125,115,130,215,74,117,9,0,126,243,127,124,191,67,6,0,126,243,127,124,216,56,7,0,128,115,217,34,45,158,11,0,128,115,161,30,119,48,12,0,129,115,80,203,53,13,6,0,129,115,80,203,170,210,6,0,129,115,80,203,229,3,7,0,129,243,64,135,108,225,7,0,130,115,226,212,67,169,7,0,130,115,234,126,9,135,11,0,132,243,192,252,46,105,7,0,132,243,192,252,47,113,7,0,134,243,250,223,9,183,9,0,134,243,250,223,63,183,9,0,134,243,59,51,80,168,10,0,134,243,59,51,228,168,10,0,134,243,59,51,124,169,10,0,137,115,111,149,81,205,7,0,140,115,145,25,67,254,6,0,142,243,97,250,16,32,7,0,142,243,97,250,204,42,7,0,142,243,149,248,98,160,10,0,146,115,169,44,66,46,9,0,146,115,169,44,227,49,9,0,147,243,76,32,5,26,8,0,149,243,25,97,127,161,7,0,149,115,52,163,233,14,9,0,149,115,52,163,209,23,9,0,149,115,52,163,194,32,9,0,151,243,83,77,212,73,7,0,158,115,168,111,67,169,7,0,159,243,173,189,64,56,9,0,159,243,173,189,242,56,9,0,159,243,234,59,55,74,9,0,159,243,234,59,40,75,9,0,160,115,162,114,168,48,6,0,160,243,5,211,142,242,7,0,161,115,233,26,98,160,10,0,162,243,173,185,220,154,7,0,162,243,18,49,113,223,11,0,163,115,144,144,113,225,9,0,164,243,53,85,182,41,7,0,165,243,217,137,72,148,6,0,166,243,218,122,141,78,10,0,166,243,218,122,26,79,10,0,167,243,144,16,127,173,6,0,167,243,139,170,215,132,7,0,167,243,164,21,78,22,8,0,168,115,81,242,81,42,8,0,168,243,93,243,193,94,10,0,169,115,199,83,62,66,7,0,169,243,206,88,156,202,7,0,172,115,0,128,84,163,7,0,172,115,0,128,121,163,7,0,173,115,30,254,116,250,7,0,173,115,30,254,30,251,7,0,174,243,39,159,46,105,7,0,174,243,39,159,215,132,7,0,175,243,134,181,60,129,6,0,175,243,131,103,207,7,10,0,175,243,131,103,27,8,10,0,175,115,199,213,195,159,11,0,176,115,132,174,215,21,7,0,178,243,133,128,218,253,6,0,180,243,103,205,120,191,7,0,182,243,114,140,57,125,10,0,182,243,114,140,84,125,10,0,184,243,36,230,54,120,7,0,187,243,34,34,208,9,6,0,187,243,9,208,59,178,6,0,187,243,34,34,146,102,7,0,187,243,34,34,46,105,7,0,189,115,183,243,62,66,7,0,191,243,217,88,110,79,9,0,191,243,217,88,222,79,9,0,192,115,60,61,81,34,7,0,192,243,188,32,27,48,7,0,192,115,48,99,254,147,7,0,196,115,22,126,120,191,7,0,198,115,251,15,45,91,9,0,198,115,251,15,214,91,9,0,200,243,39,142,104,200,6,0,200,243,216,204,167,128,9,0,200,243,216,204,133,129,9,0,200,115,211,91,98,160,10,0,203,243,12,163,93,55,11,0,204,243,94,19,200,120,6,0,204,243,94,19,27,85,7,0,205,115,74,239,226,40,8,0,205,115,68,250,165,64,11,0,206,115,166,17,90,43,7,0,206,115,166,17,202,163,7,0,210,243,236,197,212,73,7,0,211,115,192,191,162,67,8,0,211,243,113,22,78,74,10,0,211,243,113,22,93,75,10,0,211,243,113,22,96,76,10,0,211,243,113,22,126,77,10,0,212,243,53,174,116,113,7,0,213,115,15,179,9,21,6,0,213,115,115,50,247,169,9,0,213,115,115,50,71,171,9,0,213,115,115,50,153,172,9,0,213,115,115,50,240,173,9,0,215,115,66,10,233,14,9,0,215,115,66,10,209,23,9,0,215,115,66,10,194,32,9,0,217,115,19,68,119,135,11,0,218,243,229,7,103,180,9,0,218,243,229,7,253,180,9,0,220,243,70,50,18,106,6,0,220,243,70,50,39,106,6,0,221,115,88,83,151,103,11,0,223,115,82,217,164,156,6,0,223,115,82,217,44,159,6,0,223,115,82,217,21,129,8,0,223,115,82,217,56,129,8,0,223,115,82,217,93,129,8,0,225,243,29,248,95,58,6,0,226,243,12,171,201,142,7,0,228,243,95,78,3,214,7,0,232,243,85,170,134,97,7,0,232,115,136,93,202,163,7,0,233,243,134,154,220,214,8,0,234,243,32,233,165,120,6,0,236,115,213,26,232,91,7,0,237,243,242,55,179,22,6,0,237,243,242,55,236,48,7,0,238,243,185,80,166,177,8,0,238,243,22,242,101,146,9,0,238,243,22,242,61,147,9,0,238,243,185,80,226,7,12,0,238,243,185,80,241,7,12,0,240,115,137,42,98,160,10,0,242,243,74,45,45,91,9,0,242,243,74,45,214,91,9,0,242,243,42,68,42,196,10,0,242,243,42,68,219,196,10,0,242,243,242,59,31,11,11,0,243,115,247,242,15,4,6,0,243,115,19,151,37,82,6,0,243,115,19,151,46,32,7,0,243,243,192,148,161,46,7,0,245,115,239,199,127,110,7,0,245,243,49,19,16,44,9,0,245,243,49,19,160,44,9,0,245,115,8,31,23,50,10,0,245,115,8,31,53,50,10,0,245,115,8,31,106,50,10,0,246,243,43,204,120,175,9,0,246,243,43,204,38,176,9,0,249,115,152,113,81,236,6,0,249,243,80,60,224,83,7,0,249,115,125,143,142,161,8,0,251,243,143,54,186,160,7,0,252,243,95,78,166,115,11,0,253,243,208,169,120,191,7,0,255,243,204,248,67,169,7,0,0,244,127,162,81,205,7,0,0,244,127,162,140,192,8,0,0,116,119,14,114,153,11,0,0,116,119,14,33,156,11,0,1,116,148,190,81,205,7,0,1,116,148,190,144,68,9,0,1,244,105,167,180,47,11,0,2,244,218,7,158,207,10,0,2,244,218,7,47,210,10,0,3,116,207,110,66,42,7,0,3,244,134,35,68,189,11,0,8,116,234,244,131,212,9,0,8,116,234,244,157,212,9,0,8,244,114,69,254,80,11,0,9,244,46,215,111,125,7,0,10,244,192,1,98,160,10,0,10,116,184,168,82,245,10,0,10,116,120,129,52,79,11,0,13,244,243,54,88,116,7,0,17,244,194,121,233,14,9,0,17,244,194,121,209,23,9,0,17,244,194,121,194,32,9,0,18,116,17,249,156,202,9,0,18,116,17,249,83,203,9,0,20,244,18,197,31,70,9,0,20,244,18,197,104,71,9,0,20,244,18,197,179,72,9,0,21,116,71,102,69,68,11,0,21,244,10,29,2,138,11,0,23,116,125,153,212,73,7,0,24,116,116,178,94,248,10,0,27,116,252,181,193,94,10,0,29,244,47,249,236,94,8,0,30,244,249,111,166,20,6,0,30,244,212,154,186,240,10,0,31,116,128,243,193,194,8,0,32,116,101,210,158,207,10,0,32,116,101,210,47,210,10,0,34,116,148,21,194,133,11,0,34,116,148,21,11,145,11,0,37,116,186,148,39,53,6,0,38,244,184,146,202,163,7,0,39,116,205,128,154,241,9,0,39,116,205,128,86,242,9,0,41,116,220,16,189,100,6,0,41,244,228,211,111,125,7,0,41,244,223,224,247,169,9,0,41,244,223,224,71,171,9,0,41,244,223,224,153,172,9,0,41,244,223,224,240,173,9,0,42,244,203,208,160,23,7,0,42,116,86,213,202,163,7,0,43,244,113,27,229,132,9,0,43,244,113,27,184,134,9,0,43,116,196,148,102,244,11,0,45,244,162,23,111,90,10,0,45,244,162,23,70,91,10,0,45,244,138,248,151,240,11,0,50,116,123,50,220,223,7,0,58,116,110,154,202,163,7,0,61,244,230,171,1,101,6,0,61,244,1,189,200,112,7,0,61,116,222,40,64,56,9,0,61,116,222,40,242,56,9,0,63,116,223,124,182,139,8,0,65,244,218,109,50,173,6,0,65,116,140,129,120,191,7,0,66,244,0,3,13,23,12,0,70,116,175,111,143,25,7,0,71,244,97,153,81,205,7,0,71,244,97,153,60,211,7,0,71,244,97,153,78,211,7,0,72,116,149,131,40,242,11,0,78,244,219,130,212,73,7,0,79,116,73,175,217,135,7,0,80,244,237,250,254,147,7,0,82,116,61,167,45,60,7,0,84,244,56,118,234,94,6,0,85,244,232,190,93,141,7,0,85,116,198,160,192,96,9,0,85,116,198,160,164,97,9,0,85,116,198,160,128,98,9,0,85,116,186,46,98,160,10,0,86,244,49,95,201,142,7,0,86,244,220,221,168,141,9,0,86,244,220,221,184,142,9,0,86,116,142,28,172,59,10,0,86,116,142,28,197,59,10,0,87,116,101,70,185,2,11,0,88,244,27,126,212,73,7,0,88,244,50,204,38,247,10,0,88,244,10,214,80,217,11,0,89,116,67,143,133,244,10,0,91,116,174,133,82,189,10,0,92,116,243,126,55,12,6,0,92,244,4,179,145,200,6,0,93,116,171,145,204,95,11,0,94,244,25,204,232,91,7,0,95,244,193,41,120,191,7,0,95,244,209,208,120,191,7,0,95,244,91,113,88,201,8,0,97,244,130,215,212,73,7,0,97,244,21,99,117,86,7,0,98,116,197,111,124,18,7,0,98,244,145,71,111,125,7,0,99,116,10,31,245,104,9,0,99,116,10,31,223,105,9,0,101,116,210,241,185,130,7,0,102,116,244,52,135,121,6,0,102,244,111,150,69,56,7,0,102,116,239,184,98,160,10,0,102,244,114,75,165,50,11,0,103,116,3,163,120,191,7,0,104,244,79,29,158,207,10,0,104,244,79,29,47,210,10,0,105,116,233,170,158,207,10,0,105,116,233,170,47,210,10,0,107,244,219,128,72,246,5,0,109,244,118,246,5,37,7,0,109,116,244,53,212,73,7,0,111,244,97,128,49,85,6,0,111,116,17,2,150,110,9,0,111,116,17,2,176,112,9,0,111,116,183,248,120,90,11,0,111,116,183,248,220,99,11,0,112,244,213,43,107,1,10,0,115,244,19,60,1,99,7,0,115,116,165,15,7,140,7,0,117,116,14,77,111,125,7,0,117,244,197,194,192,210,11,0,117,244,197,194,143,223,11,0,119,116,11,251,81,205,7,0,119,116,11,251,150,203,8,0,119,116,11,251,44,204,8,0,119,116,11,251,206,204,8,0,119,116,11,251,48,142,10,0,121,244,239,31,202,163,7,0,122,116,7,216,183,154,11,0,124,244,106,134,111,125,7,0,125,116,108,252,70,109,6,0,125,244,252,249,1,99,7,0,126,116,130,217,23,89,9,0,126,116,130,217,71,89,9,0,127,116,37,33,202,163,7,0,131,244,177,72,107,42,6,0,131,244,177,72,132,42,6,0,131,116,226,89,81,205,7,0,131,116,226,89,144,68,9,0,132,244,33,227,89,11,6,0,132,244,161,76,141,78,10,0,132,244,161,76,26,79,10,0,132,116,40,41,238,213,11,0,132,116,40,41,4,214,11,0,134,244,249,3,233,14,9,0,134,244,249,3,209,23,9,0,134,244,249,3,194,32,9,0,135,116,9,156,212,73,7,0,135,116,71,246,111,125,7,0,135,116,71,246,12,129,7,0,136,244,77,248,120,191,7,0,140,116,216,50,120,191,7,0,140,116,43,36,245,132,8,0,140,244,189,251,158,207,10,0,140,244,189,251,47,210,10,0,143,244,46,101,168,62,7,0,143,116,163,186,67,169,7,0,146,116,34,102,197,76,11,0,147,116,113,204,156,47,11,0,147,116,113,204,67,54,11,0,154,116,80,230,17,96,10,0,154,116,80,230,83,97,10,0,154,116,80,230,152,98,10,0,155,244,142,89,15,37,8,0,156,116,179,9,234,79,8,0,158,116,215,221,151,82,7,0,158,116,215,221,211,82,7,0,163,244,87,128,120,191,7,0,167,116,177,26,24,65,7,0,168,244,233,254,233,14,9,0,168,244,233,254,209,23,9,0,168,244,233,254,194,32,9,0,178,116,139,121,36,13,7,0,178,244,202,71,224,83,7,0,179,116,148,88,223,51,6,0,181,116,140,151,46,105,7,0,181,116,247,142,3,155,9,0,181,116,247,142,158,155,9,0,181,116,247,142,29,156,9,0,181,116,247,142,90,156,9,0,181,116,247,142,102,2,11,0,183,116,85,252,92,157,7,0,184,116,43,215,214,165,6,0,184,244,12,125,1,99,7,0,184,244,12,125,0,101,7,0,187,116,167,207,62,66,7,0,191,244,8,181,134,97,7,0,192,244,221,173,178,254,5,0,192,116,13,229,165,63,7,0,192,244,29,246,88,116,7,0,192,244,104,57,120,191,7,0,195,116,81,242,252,119,7,0,199,116,57,34,114,203,6,0,199,116,0,60,45,164,8,0,201,116,41,122,248,12,9,0,204,116,210,176,254,147,7,0,205,116,255,137,81,205,7,0,205,116,255,137,176,214,7,0,205,116,214,98,16,44,9,0,205,116,214,98,160,44,9,0,206,244,193,193,143,26,7,0,206,116,45,139,98,160,10,0,212,244,181,127,81,205,7,0,213,116,156,97,107,1,10,0,216,244,158,11,89,33,7,0,216,244,123,181,187,227,7,0,217,244,45,214,17,54,7,0,218,116,25,40,201,40,7,0,218,116,81,242,22,32,10,0,218,116,81,242,35,33,10,0,220,244,186,2,190,151,6,0,221,244,229,50,233,14,9,0,221,244,229,50,209,23,9,0,221,244,229,50,194,32,9,0,225,244,207,86,67,169,7,0,226,116,184,165,169,63,6,0,226,116,143,61,193,44,11,0,228,244,235,118,62,66,7,0,229,116,42,40,15,115,7,0,229,244,192,167,54,120,7,0,229,116,42,40,235,202,10,0,230,116,171,92,209,177,8,0,231,244,173,67,128,158,8,0,232,116,34,176,21,46,7,0,234,116,210,233,220,138,6,0,234,116,210,233,147,156,6,0,237,244,159,30,189,100,6,0,237,244,214,2,156,202,7,0,240,244,209,54,114,11,10,0,240,244,209,54,104,12,10,0,241,244,182,183,149,88,7,0,243,244,111,251,173,170,11,0,244,116,224,85,36,212,6,0,245,116,156,94,33,132,7,0,245,116,156,94,123,132,7,0,246,116,173,150,81,205,7,0,247,244,100,34,106,139,7,0,248,116,113,143,67,169,7,0,248,244,211,252,158,207,10,0,248,244,211,252,47,210,10,0,250,116,102,209,197,181,11,0,250,116,102,209,241,181,11,0,4,117,208,118,109,115,10,0,4,117,208,118,148,115,10,0,6,245,153,65,157,30,11,0,8,245,44,221,202,241,7,0,9,245,34,202,87,72,6,0,9,245,34,202,155,72,6,0,9,117,30,182,29,35,8,0,11,117,78,103,134,52,7,0,11,245,76,172,62,66,7,0,11,117,2,146,72,90,7,0,12,245,83,219,41,101,6,0,13,245,224,224,4,28,11,0,14,245,108,175,99,24,11,0,14,245,108,175,152,27,11,0,15,245,74,210,154,231,7,0,17,117,48,149,106,139,7,0,21,117,124,1,206,32,6,0,21,117,60,207,88,116,7,0,25,245,130,218,36,170,6,0,25,245,7,105,45,91,9,0,25,245,7,105,214,91,9,0,29,245,200,6,16,44,9,0,29,245,200,6,160,44,9,0,30,245,13,208,83,218,10,0,30,245,13,208,181,219,10,0,30,117,31,7,24,139,11,0,31,117,152,210,136,252,10,0,32,245,254,166,157,157,8,0,32,245,254,166,189,157,8,0,33,245,244,205,233,14,9,0,33,245,244,205,209,23,9,0,33,245,244,205,194,32,9,0,33,117,80,18,123,68,11,0,34,117,76,231,57,18,6,0,37,117,251,3,189,255,6,0,37,117,60,56,238,246,10,0,38,117,229,12,62,66,7,0,38,117,158,13,186,94,7,0,41,245,178,180,228,158,7,0,42,117,234,222,237,138,6,0,46,117,53,12,214,89,8,0,48,245,98,51,254,147,7,0,50,245,157,167,212,73,7,0,52,245,73,55,15,57,6,0,52,245,227,57,62,66,7,0,54,117,0,112,9,24,7,0,55,117,85,218,143,139,11,0,56,245,182,201,46,105,7,0,56,117,247,33,254,147,7,0,58,245,208,195,233,14,9,0,58,245,208,195,209,23,9,0,58,245,208,195,194,32,9,0,59,117,187,129,30,40,7,0,59,117,204,197,46,105,7,0,59,245,201,148,54,120,7,0,60,117,241,231,23,213,6,0,60,245,207,41,98,160,10,0,62,245,254,32,208,106,9,0,62,245,254,32,138,107,9,0,62,245,254,32,56,108,9,0,64,245,146,22,29,103,9,0,64,245,146,22,133,103,9,0,65,117,242,209,231,95,7,0,65,117,104,43,64,56,9,0,65,117,104,43,242,56,9,0,67,245,162,27,111,125,7,0,70,117,144,86,246,111,7,0,72,245,55,127,98,160,10,0,74,117,245,9,228,115,6,0,74,117,245,9,128,158,8,0,74,245,10,131,229,150,9,0,74,245,10,131,153,151,9,0,75,117,59,240,149,88,7,0,77,117,66,70,93,153,7,0,77,245,131,68,9,183,9,0,77,245,131,68,63,183,9,0,77,245,52,1,219,173,11,0,79,245,218,107,168,62,7,0,79,117,22,71,127,161,7,0,81,117,99,158,210,34,6,0,85,245,180,214,249,209,9,0,85,245,180,214,17,210,9,0,86,245,245,80,179,218,11,0,86,117,60,51,28,252,11,0,88,245,160,207,254,23,11,0,90,245,178,229,236,48,7,0,90,117,223,47,174,247,11,0,91,245,172,195,86,82,6,0,91,117,213,159,109,152,7,0,92,117,98,0,159,152,8,0,92,245,151,253,193,94,10,0,93,245,88,165,233,14,9,0,93,245,88,165,209,23,9,0,93,245,88,165,194,32,9,0,94,117,177,59,173,161,6,0,94,117,177,59,190,159,7,0,96,245,78,104,40,50,6,0,96,117,66,119,217,135,7,0,96,245,78,104,106,183,7,0,97,117,98,171,98,160,10,0,98,117,222,150,152,237,5,0,98,245,142,172,88,76,6,0,98,245,232,127,212,73,7,0,101,245,246,121,156,199,6,0,103,245,175,158,66,46,9,0,103,245,175,158,227,49,9,0,105,117,218,203,120,191,7,0,108,117,21,91,233,14,9,0,108,117,21,91,209,23,9,0,108,117,21,91,194,32,9,0,108,245,42,216,106,113,11,0,110,245,37,215,141,78,10,0,110,245,37,215,26,79,10,0,111,245,118,87,236,48,7,0,112,245,148,30,127,161,7,0,113,245,201,71,232,91,7,0,113,117,146,115,67,169,7,0,113,117,33,90,49,47,10,0,113,117,33,90,73,47,10,0,117,245,13,86,215,21,7,0,121,245,71,109,146,102,7,0,121,245,71,109,46,105,7,0,121,117,171,58,188,120,10,0,121,117,171,58,223,120,10,0,121,117,171,58,255,120,10,0,122,245,5,90,120,191,7,0,123,117,245,37,104,136,11,0,124,245,3,243,156,117,11,0,125,117,188,55,15,109,7,0,128,245,55,176,62,66,7,0,131,117,76,117,141,78,10,0,131,117,76,117,26,79,10,0,133,117,84,151,149,88,7,0,133,117,219,20,111,125,7,0,135,245,245,129,202,163,7,0,136,245,153,79,120,191,7,0,138,245,127,84,146,102,7,0,138,245,127,84,46,105,7,0,140,117,17,126,111,125,7,0,141,117,53,28,134,76,8,0,141,117,53,28,193,76,8,0,141,117,53,28,6,77,8,0,141,117,53,28,76,77,8,0,142,117,246,217,212,73,7,0,142,117,230,32,19,205,7,0,142,117,230,32,113,172,10,0,142,117,230,32,136,172,10,0,144,117,127,12,37,104,9,0,144,117,4,178,113,70,10,0,144,117,4,178,135,70,10,0,144,117,4,178,161,70,10,0,146,245,134,193,129,152,9,0,146,245,134,193,147,152,9,0,150,245,169,151,51,1,7,0,150,245,254,252,150,186,10,0,150,245,254,252,226,186,10,0,150,245,254,252,47,187,10,0,152,245,96,237,254,147,7,0,152,117,118,14,183,194,10,0,152,117,118,14,249,194,10,0,154,117,114,148,195,134,7,0,154,117,158,168,51,168,9,0,154,117,158,168,146,168,9,0,157,117,94,122,244,122,10,0,157,117,94,122,156,123,10,0,158,245,204,85,219,190,6,0,160,245,22,21,164,100,8,0,164,117,222,87,51,41,10,0,164,117,222,87,127,41,10,0,165,117,109,151,5,37,7,0,166,117,100,27,247,117,7,0,166,117,252,105,5,121,9,0,166,117,252,105,34,121,9,0,168,245,247,89,245,127,10,0,172,245,194,159,150,38,7,0,172,245,118,61,158,207,10,0,172,245,118,61,47,210,10,0,173,117,106,219,128,158,8,0,173,117,107,109,228,179,8,0,176,245,184,117,210,167,11,0,181,117,215,227,78,180,8,0,181,117,42,254,210,138,11,0,183,117,94,139,206,102,11,0,184,245,39,160,31,70,9,0,184,245,39,160,104,71,9,0,184,245,39,160,179,72,9,0,185,117,226,104,62,66,7,0,185,117,21,85,27,2,11,0,186,117,116,120,233,14,9,0,186,117,116,120,209,23,9,0,186,117,116,120,194,32,9,0,187,245,250,137,68,79,6,0,187,245,250,137,92,157,7,0,189,245,171,11,17,112,6,0,195,117,206,192,209,30,7,0,197,245,159,124,140,78,9,0,197,245,159,124,233,78,9,0,198,117,30,118,158,207,10,0,198,117,30,118,47,210,10,0,199,117,179,55,98,160,10,0,204,117,91,21,232,20,6,0,204,245,174,29,57,86,8,0,207,117,191,191,127,50,7,0,209,117,120,79,254,9,12,0,210,245,22,50,127,11,6,0,210,117,160,219,104,241,7,0,212,245,47,93,228,13,12,0,216,117,46,245,54,120,7,0,217,245,12,98,164,232,7,0,222,117,94,69,62,66,7,0,227,245,6,148,201,61,7,0,229,117,101,20,99,138,10,0,229,117,101,20,195,138,10,0,229,117,101,20,32,139,10,0,230,117,197,39,16,44,9,0,230,117,197,39,160,44,9,0,231,117,122,100,54,62,7,0,235,245,232,150,223,60,7,0,236,245,25,187,63,114,7,0,236,117,248,199,93,141,7,0,237,245,191,85,233,14,9,0,237,245,191,85,209,23,9,0,237,245,191,85,194,32,9,0,237,245,65,202,247,169,9,0,237,245,65,202,71,171,9,0,237,245,65,202,153,172,9,0,237,245,65,202,240,173,9,0,237,245,118,126,20,171,10,0,237,245,118,126,47,171,10,0,237,245,118,126,73,171,10,0,239,245,31,171,24,14,6,0,239,117,183,131,65,156,7,0,239,117,183,131,164,156,7,0,243,245,78,139,27,85,7,0,243,117,229,114,79,86,9,0,247,245,0,44,238,40,7,0,249,245,182,114,81,205,7,0,250,245,40,129,64,109,9,0,250,245,40,129,204,109,9,0,253,117,250,55,165,59,7,0,1,118,121,134,109,152,7,0,1,246,239,211,202,163,7,0,2,246,140,125,122,163,6,0,2,118,5,199,223,109,11,0,3,118,215,22,86,220,6,0,6,118,183,77,27,48,7,0,7,246,175,236,120,191,7,0,8,246,246,33,7,140,7,0,9,246,254,110,29,103,9,0,9,246,254,110,133,103,9,0,9,246,119,101,152,1,12,0,10,246,254,193,254,147,7,0,11,246,18,75,148,40,7,0,13,246,75,203,44,58,8,0,13,118,39,189,150,110,9,0,13,118,39,189,176,112,9,0,13,246,39,189,73,148,9,0,13,246,39,189,217,148,9,0,16,246,116,200,233,14,9,0,16,246,116,200,209,23,9,0,16,246,116,200,194,32,9,0,16,118,186,225,108,39,10,0,16,118,186,225,139,39,10,0,17,246,97,191,46,105,7,0,17,246,97,191,210,115,9,0,17,246,97,191,145,116,9,0,17,246,97,191,74,117,9,0,18,246,203,142,67,169,7,0,18,246,32,150,131,43,12,0,21,246,112,109,156,202,9,0,21,246,112,109,83,203,9,0,26,246,205,184,135,65,7,0,29,246,179,151,214,131,11,0,30,246,217,91,81,205,7,0,32,246,128,94,94,248,8,0,33,118,120,75,201,142,7,0,34,246,167,196,150,110,9,0,34,246,167,196,176,112,9,0,37,246,164,112,62,66,7,0,39,118,228,172,54,120,7,0,39,246,24,175,62,202,9,0,39,246,24,175,86,202,9,0,43,118,100,173,212,73,7,0,43,246,116,112,233,14,9,0,43,246,116,112,209,23,9,0,43,246,116,112,194,32,9,0,44,118,169,143,254,147,7,0,44,118,72,48,120,191,7,0,44,118,60,166,233,14,9,0,44,118,60,166,209,23,9,0,44,118,60,166,194,32,9,0,45,118,138,131,217,135,7,0,52,118,176,55,142,10,7,0,53,246,95,195,202,163,7,0,55,118,72,235,253,94,7,0,59,246,106,148,110,141,6,0,59,118,255,52,172,97,11,0,60,118,107,137,252,171,6,0,64,118,220,49,216,56,7,0,65,118,197,79,46,105,7,0,65,118,197,79,198,56,8,0,67,246,211,227,124,156,11,0,70,246,226,195,65,252,10,0,71,118,74,136,120,191,7,0,72,118,83,55,98,201,7,0,72,118,83,55,215,214,7,0,73,246,172,6,236,151,8,0,74,246,60,129,105,229,6,0,75,246,242,112,141,32,7,0,75,118,252,162,150,11,11,0,79,246,153,79,201,142,7,0,79,118,243,1,134,193,10,0,79,118,243,1,170,193,10,0,79,118,35,25,83,218,10,0,79,118,35,25,181,219,10,0,81,246,104,188,23,2,7,0,81,118,45,108,249,12,12,0,82,246,174,250,150,176,6,0,83,246,16,47,67,169,7,0,84,118,166,174,195,123,7,0,85,246,22,236,212,73,7,0,86,118,132,59,178,237,6,0,87,246,7,3,98,160,10,0,88,118,162,77,84,207,6,0,92,246,47,7,53,114,6,0,92,246,152,157,212,73,7,0,96,118,183,60,142,184,10,0,96,118,183,60,59,185,10,0,97,246,76,157,38,180,6,0,97,246,103,44,194,214,6,0,98,246,226,217,25,245,10,0,100,118,167,195,16,238,9,0,100,118,167,195,57,238,9,0,100,118,167,195,82,238,9,0,102,246,251,60,77,48,8,0,104,118,190,36,62,66,7,0,105,246,92,133,254,147,7,0,107,118,61,173,85,88,11,0,111,246,67,199,232,100,6,0,111,246,67,199,120,222,6,0,112,246,191,126,202,163,7,0,112,246,165,122,203,124,11,0,112,246,165,122,29,125,11,0,115,246,145,199,83,218,10,0,115,246,145,199,181,219,10,0,116,118,153,38,137,59,6,0,118,118,146,182,164,30,6,0,118,118,151,159,233,14,9,0,118,118,151,159,209,23,9,0,118,118,151,159,194,32,9,0,121,118,120,236,212,73,7,0,121,118,246,117,224,83,7,0,122,118,148,42,193,94,10,0,124,246,235,19,73,115,11,0,126,118,253,225,46,105,7,0,126,118,253,225,220,154,7,0,127,246,29,182,168,62,7,0,127,246,228,228,111,125,7,0,127,118,49,216,67,169,7,0,128,246,189,57,214,89,8,0,128,118,195,239,100,28,12,0,128,118,195,239,132,28,12,0,130,118,32,224,27,111,7,0,132,246,135,219,67,169,7,0,136,246,133,67,192,96,9,0,136,246,133,67,164,97,9,0,136,246,133,67,128,98,9,0,137,246,244,223,61,27,8,0,139,118,247,19,78,44,6,0,142,118,234,2,69,45,6,0,142,118,77,188,210,49,8,0,143,118,198,129,163,137,10,0,144,246,123,123,254,147,7,0,147,246,69,24,116,6,7,0,147,246,69,24,89,236,9,0,148,118,102,6,115,128,11,0,148,118,102,6,189,128,11,0,149,246,37,136,202,163,7,0,151,118,141,21,66,46,9,0,151,118,141,21,227,49,9,0,151,118,52,51,21,253,11,0,153,118,207,229,135,65,7,0,155,118,229,42,80,168,10,0,155,118,229,42,228,168,10,0,155,118,229,42,124,169,10,0,157,246,73,72,4,64,11,0,160,246,46,183,42,196,10,0,160,246,46,183,219,196,10,0,162,118,151,122,212,73,7,0,163,118,87,62,212,73,7,0,166,246,130,67,163,45,11,0,167,246,12,97,210,18,12,0,168,246,163,37,133,244,10,0,175,246,127,177,239,41,6,0,175,246,118,136,141,78,10,0,175,246,118,136,26,79,10,0,175,246,3,162,166,250,10,0,175,246,3,162,196,250,10,0,177,118,215,246,116,250,7,0,177,118,215,246,30,251,7,0,179,118,61,217,168,141,9,0,179,118,61,217,184,142,9,0,180,246,249,43,25,93,9,0,180,246,249,43,212,94,9,0,184,118,22,44,252,84,7,0,185,118,124,240,186,142,6,0,185,118,79,22,254,147,7,0,187,118,99,200,82,58,7,0,191,118,220,111,212,73,7,0,191,118,39,98,233,14,9,0,191,118,39,98,209,23,9,0,191,118,39,98,194,32,9,0,192,246,65,203,241,81,9,0,192,246,65,203,18,82,9,0,196,246,0,70,67,169,7,0,197,246,51,173,146,102,7,0,197,246,51,173,46,105,7,0,197,118,79,106,131,216,11,0,202,246,217,95,245,104,9,0,202,246,217,95,223,105,9,0,202,118,252,134,208,39,12,0,203,246,187,158,190,251,8,0,209,118,73,31,202,163,7,0,212,246,70,82,80,32,12,0,213,118,105,202,54,120,7,0,213,246,43,118,233,14,9,0,213,246,43,118,209,23,9,0,213,246,43,118,194,32,9,0,213,118,220,97,97,135,11,0,219,118,228,160,130,22,6,0,220,246,35,6,73,30,11,0,224,118,246,133,233,14,9,0,224,118,246,133,209,23,9,0,224,118,246,133,194,32,9,0,224,246,108,9,202,57,9,0,224,246,108,9,240,62,9,0,224,118,26,238,73,85,11,0,228,118,94,133,27,48,7,0,229,118,201,55,253,120,11,0,233,246,100,234,202,57,9,0,233,246,100,234,240,62,9,0,237,246,203,91,202,57,9,0,237,246,203,91,240,62,9,0,237,246,24,192,98,160,10,0,238,118,75,181,212,73,7,0,238,118,152,199,105,175,10,0,238,118,152,199,50,176,10,0,239,118,130,164,145,30,7,0,241,246,212,0,232,91,7,0,243,118,70,172,60,30,12,0,247,246,150,90,195,105,6,0,249,246,43,10,82,189,6,0,252,246,10,201,104,77,6,0,252,118,41,141,44,58,8,0,254,246,185,37,163,46,12,0,1,247,170,150,252,86,6,0,2,119,34,172,56,207,8,0,2,119,34,172,220,208,8,0,2,119,34,172,72,209,8,0,2,119,34,172,13,210,8,0,2,119,34,172,162,210,8,0,2,119,34,172,240,210,8,0,3,119,210,158,97,10,11,0,3,119,210,158,100,36,11,0,4,119,71,230,120,191,7,0,5,119,227,218,209,30,7,0,5,119,80,237,27,48,7,0,6,119,151,57,195,123,7,0,11,119,80,203,143,25,7,0,11,119,232,149,193,94,10,0,11,119,30,118,52,110,11,0,12,247,150,75,52,226,6,0,14,119,200,33,232,91,7,0,19,119,6,102,71,4,11,0,22,247,50,234,202,190,7,0,22,247,31,71,245,127,10,0,23,247,34,65,22,123,9,0,23,247,34,65,98,123,9,0,28,119,16,181,212,73,7,0,29,247,126,207,224,83,7,0,37,119,49,135,131,43,12,0,39,119,175,15,185,43,7,0,44,119,142,119,96,140,7,0,44,247,65,28,93,226,7,0,44,247,101,24,214,89,8,0,45,247,114,156,117,41,7,0,45,119,46,202,187,57,7,0,45,119,171,15,4,124,7,0,45,119,47,10,120,191,7,0,47,119,144,234,54,120,7,0,47,119,214,144,134,73,11,0,49,119,17,126,207,1,7,0,49,119,17,126,251,122,7,0,53,119,141,32,137,101,10,0,53,119,141,32,237,101,10,0,53,119,141,32,78,102,10,0,53,119,115,112,42,169,11,0,54,247,53,178,120,191,7,0,58,119,187,148,203,138,6,0,59,119,165,92,89,66,6,0,62,247,121,249,87,204,7,0,62,119,239,124,172,61,8,0,62,119,239,124,225,61,8,0,62,119,239,124,13,62,8,0,62,119,239,124,64,62,8,0,62,119,239,124,226,102,10,0,62,119,239,124,251,102,10,0,65,247,65,155,128,158,8,0,67,247,129,193,42,196,10,0,67,247,129,193,219,196,10,0,70,247,195,144,1,99,7,0,70,247,195,144,0,101,7,0,70,247,200,87,81,205,7,0,70,247,200,87,140,192,8,0,71,247,88,219,178,19,12,0,72,119,152,194,230,123,9,0,72,119,152,194,20,124,9,0,74,119,41,101,1,2,9,0,74,119,41,101,51,2,9,0,74,119,41,101,113,2,9,0,76,119,33,36,212,73,7,0,76,247,234,101,120,191,7,0,76,247,157,219,233,14,9,0,76,247,157,219,209,23,9,0,76,247,157,219,194,32,9,0,79,119,167,194,49,86,7,0,79,247,8,143,158,207,10,0,79,247,8,143,47,210,10,0,81,247,13,142,233,14,9,0,81,247,13,142,209,23,9,0,81,247,13,142,194,32,9,0,82,247,1,90,91,132,6,0,82,247,111,147,245,81,7,0,83,119,148,64,253,94,7,0,84,119,200,31,254,147,7,0,84,119,66,13,22,32,10,0,84,119,66,13,35,33,10,0,85,247,143,204,37,104,9,0,85,247,14,68,159,252,10,0,87,119,145,124,92,157,7,0,87,247,248,113,98,160,10,0,88,119,61,117,245,36,6,0,88,119,65,238,98,160,10,0,89,119,176,102,212,73,7,0,91,247,204,4,76,232,7,0,91,247,204,4,163,240,7,0,91,119,138,170,111,90,10,0,91,119,138,170,70,91,10,0,93,119,222,150,203,247,6,0,93,119,222,150,67,169,7,0,94,247,134,75,136,99,9,0,94,247,134,75,160,99,9,0,94,247,134,75,192,99,9,0,95,119,66,108,101,96,6,0,96,119,93,2,138,87,7,0,97,119,156,19,27,63,11,0,99,119,66,70,29,33,12,0,100,119,34,170,152,234,6,0,100,247,192,149,192,96,9,0,100,247,192,149,164,97,9,0,100,247,192,149,128,98,9,0,103,247,34,147,205,181,8,0,104,119,230,228,70,35,10,0,104,119,98,30,233,11,11,0,106,119,226,128,135,65,7,0,106,247,106,179,202,57,9,0,106,247,106,179,240,62,9,0,107,119,50,23,186,94,7,0,107,247,95,2,180,198,8,0,107,119,50,23,63,39,11,0,109,247,150,43,212,73,7,0,110,119,166,118,232,91,7,0,110,247,200,209,67,169,7,0,112,247,30,138,62,66,7,0,112,247,120,58,40,250,10,0,113,247,140,206,98,160,10,0,115,247,40,11,70,130,7,0,115,247,84,236,102,35,12,0,116,247,148,189,201,32,8,0,118,247,101,37,62,66,7,0,121,247,192,72,163,239,5,0,121,119,206,108,204,236,6,0,121,247,152,134,113,76,11,0,122,247,96,143,170,27,7,0,124,119,29,160,216,56,7,0,124,247,31,59,52,157,11,0,125,119,173,55,142,56,6,0,125,119,112,34,120,191,7,0,125,247,46,141,186,49,11,0,126,119,239,245,46,105,7,0,126,247,254,219,201,142,7,0,126,119,219,236,104,145,7,0,126,119,36,55,120,191,7,0,126,119,239,245,133,14,11,0,128,247,47,185,46,105,7,0,128,247,47,185,213,40,11,0,132,119,155,78,240,136,7,0,133,119,32,94,193,67,11,0,135,119,80,77,106,139,7,0,135,247,42,165,35,40,8,0,135,119,0,116,150,142,8,0,137,247,50,209,81,205,7,0,138,247,188,119,182,141,11,0,139,247,245,130,10,126,6,0,139,247,84,129,193,14,7,0,140,119,115,209,6,246,5,0,140,119,115,209,165,215,6,0,140,247,103,153,245,104,9,0,140,247,103,153,223,105,9,0,142,119,191,114,57,86,8,0,144,247,245,88,81,141,8,0,146,247,184,235,146,102,7,0,146,247,184,235,46,105,7,0,149,247,91,229,207,227,11,0,149,247,91,229,239,227,11,0,150,119,131,162,142,160,7,0,152,119,33,166,202,163,7,0,153,119,240,235,42,25,10,0,153,119,240,235,94,25,10,0,154,119,182,162,67,169,7,0,154,247,135,94,111,90,10,0,154,247,135,94,70,91,10,0,155,119,66,123,195,212,6,0,155,119,66,123,82,58,7,0,158,119,80,203,1,99,7,0,158,119,80,203,104,145,7,0,158,247,76,158,202,163,7,0,161,119,248,72,186,94,7,0,164,119,30,150,129,248,10,0,166,247,222,121,182,11,11,0,166,247,222,121,219,20,11,0,167,119,7,36,67,169,7,0,169,119,63,216,54,120,7,0,171,119,166,153,166,151,6,0,171,247,230,188,81,205,7,0,171,247,230,188,150,203,8,0,171,247,230,188,44,204,8,0,171,247,230,188,206,204,8,0,171,247,230,188,48,142,10,0,174,119,88,12,108,45,9,0,174,119,88,12,144,45,9,0,180,119,157,168,52,12,12,0,182,247,23,195,93,153,7,0,183,247,218,114,67,169,7,0,188,247,236,160,204,42,7,0,190,119,24,209,106,139,7,0,190,119,19,97,104,145,7,0,191,119,33,58,162,253,6,0,191,119,95,234,101,146,9,0,191,119,95,234,61,147,9,0,195,247,172,44,248,25,11,0,197,247,111,167,202,242,11,0,198,247,220,192,62,66,7,0,203,247,60,19,233,14,9,0,203,247,60,19,209,23,9,0,203,247,60,19,194,32,9,0,206,119,61,129,153,198,6,0,207,119,36,203,212,73,7,0,207,247,250,59,64,56,9,0,207,247,250,59,242,56,9,0,208,247,159,126,120,191,7,0,209,247,240,127,27,209,6,0,210,119,200,107,131,90,7,0,210,247,10,251,164,84,9,0,213,247,141,149,201,61,7,0,214,119,177,179,97,39,7,0,215,119,143,33,255,199,9,0,215,119,143,33,25,200,9,0,215,119,143,33,73,200,9,0,215,119,21,20,179,47,12,0,216,119,88,75,212,73,7,0,217,247,253,16,127,23,6,0,217,247,126,245,144,178,10,0,217,247,126,245,233,178,10,0,217,247,126,245,65,179,10,0,218,247,252,70,1,159,11,0,219,119,185,229,214,89,8,0,220,247,14,100,9,1,7,0,221,119,32,211,72,7,11,0,223,247,136,189,120,191,7,0,223,119,144,234,144,178,10,0,223,119,144,234,233,178,10,0,223,119,144,234,65,179,10,0,224,247,238,162,178,102,6,0,224,119,207,172,146,102,7,0,224,119,207,172,46,105,7,0,228,247,8,156,182,41,7,0,228,119,189,25,223,60,7,0,228,247,151,43,244,122,10,0,228,247,151,43,156,123,10,0,229,247,252,60,202,57,9,0,229,247,252,60,240,62,9,0,231,119,150,213,120,191,7,0,233,247,254,202,81,205,7,0,233,247,254,202,140,192,8,0,237,119,195,79,171,183,9,0,237,119,195,79,195,183,9,0,237,119,195,79,217,183,9,0,238,247,30,239,146,102,7,0,240,119,0,67,223,81,11,0,241,119,159,191,131,90,7,0,243,247,189,139,4,247,5,0,243,119,12,154,212,73,7,0,243,247,5,204,156,202,7,0,243,247,5,204,176,206,10,0,243,247,5,204,241,206,10,0,243,247,5,204,46,207,10,0,245,119,218,185,197,54,7,0,245,247,234,13,168,141,9,0,245,247,234,13,184,142,9,0,248,119,229,147,117,29,6,0,249,119,155,10,169,251,11,0,250,119,183,197,212,73,7,0,251,247,81,9,15,109,7,0,253,247,147,190,19,205,7,0,254,119,214,218,29,155,10,0,254,247,183,106,90,183,11,0,255,119,111,142,211,64,7,0,0,120,170,196,144,186,7,0,3,248,122,244,127,110,7,0,3,248,236,89,127,103,8,0,5,120,231,242,233,14,9,0,5,120,231,242,209,23,9,0,5,120,231,242,194,32,9,0,7,248,35,151,186,36,7,0,8,120,234,109,54,203,8,0,8,120,35,101,51,41,10,0,8,120,35,101,127,41,10,0,9,120,77,1,132,224,7,0,9,120,231,233,158,238,9,0,9,120,231,233,25,239,9,0,9,120,231,233,142,239,9,0,9,120,231,233,54,240,9,0,9,120,231,233,208,240,9,0,9,248,5,158,114,11,10,0,9,248,5,158,104,12,10,0,11,248,105,91,121,149,10,0,11,248,105,91,144,149,10,0,13,120,140,150,56,207,8,0,15,120,135,52,51,46,6,0,15,120,135,52,87,182,7,0,16,248,171,149,198,247,11,0,17,120,4,126,220,90,7,0,17,120,216,146,146,50,8,0,17,120,216,146,193,50,8,0,17,120,4,126,105,182,10,0,17,120,4,126,127,182,10,0,20,248,154,193,62,66,7,0,20,120,224,213,67,242,8,0,20,120,224,213,168,242,8,0,20,120,224,213,15,243,8,0,20,248,144,26,229,132,9,0,20,248,144,26,184,134,9,0,21,120,53,11,81,205,7,0,21,120,53,11,91,212,7,0,21,120,53,11,56,218,7,0,23,120,176,42,70,227,8,0,24,120,176,70,212,73,7,0,24,120,3,236,137,245,10,0,24,120,3,236,172,245,10,0,25,248,131,78,15,109,7,0,26,120,107,38,62,66,7,0,26,120,140,198,7,140,7,0,26,120,78,68,151,39,11,0,35,120,70,172,62,66,7,0,35,248,205,80,88,116,7,0,35,248,185,25,233,14,9,0,35,248,185,25,209,23,9,0,35,248,185,25,194,32,9,0,36,120,36,5,70,35,10,0,37,248,79,250,103,165,9,0,37,248,79,250,239,165,9,0,38,248,182,192,34,244,5,0,38,120,165,62,70,21,12,0,40,120,41,88,107,1,10,0,41,248,197,20,50,221,6,0,41,248,175,101,192,38,12,0,42,120,109,176,62,66,7,0,42,120,150,88,37,1,12,0,43,248,8,46,247,169,9,0,43,248,8,46,71,171,9,0,43,248,8,46,153,172,9,0,43,248,8,46,240,173,9,0,45,120,164,50,98,36,12,0,46,120,227,206,83,218,10,0,46,120,227,206,181,219,10,0,46,120,252,212,26,55,11,0,48,248,123,193,201,142,7,0,48,248,25,7,48,181,11,0,50,120,110,249,20,46,12,0,51,120,4,165,135,58,6,0,53,120,87,209,98,160,10,0,54,120,78,95,61,240,6,0,56,120,6,126,112,4,7,0,58,120,159,130,107,1,10,0,59,248,119,163,138,118,10,0,59,248,119,163,165,118,10,0,62,120,88,12,32,49,6,0,63,248,36,203,202,57,9,0,63,248,36,203,240,62,9,0,68,248,93,243,36,11,7,0,68,248,93,243,134,97,7,0,70,248,228,7,189,255,6,0,70,120,47,137,98,160,10,0,70,248,144,60,197,247,10,0,72,120,196,30,120,191,7,0,75,248,65,100,37,104,9,0,77,248,49,65,208,18,11,0,79,120,3,254,98,160,10,0,80,248,21,56,10,113,6,0,83,120,193,6,45,164,8,0,83,120,177,55,30,207,11,0,86,248,12,161,198,235,5,0,87,120,157,151,121,217,6,0,88,120,0,103,92,91,7,0,88,248,187,5,67,169,7,0,88,120,55,216,81,205,7,0,88,120,55,216,226,217,10,0,88,120,55,216,33,218,10,0,88,120,236,139,253,6,12,0,90,248,177,179,10,180,9,0,90,248,177,179,32,180,9,0,92,120,83,229,59,91,8,0,92,248,195,139,105,175,10,0,92,248,195,139,50,176,10,0,93,120,192,94,146,52,6,0,93,120,141,178,70,65,7,0,93,120,141,178,148,178,11,0,97,120,230,86,215,166,6,0,103,248,109,97,126,159,6,0,103,120,174,107,149,88,7,0,103,120,174,107,26,90,7,0,104,120,244,235,94,248,10,0,105,120,147,56,225,11,6,0,106,248,41,192,83,80,11,0,107,120,52,220,127,5,8,0,111,248,56,26,98,160,10,0,113,120,107,55,158,207,10,0,113,120,107,55,47,210,10,0,118,248,243,187,233,14,9,0,118,248,243,187,209,23,9,0,118,248,243,187,194,32,9,0,119,120,40,222,67,169,7,0,119,120,131,182,75,145,8,0,120,248,254,56,13,159,7,0,122,248,100,11,120,191,7,0,123,248,133,217,212,73,7,0,124,120,106,105,197,41,6,0,124,120,106,105,115,181,6,0,125,248,85,63,62,66,7,0,126,248,236,65,174,52,7,0,130,120,138,204,67,169,7,0,132,248,200,3,62,17,7,0,136,120,130,34,57,86,8,0,140,248,192,93,131,17,8,0,140,248,200,42,67,147,8,0,140,120,233,119,220,60,11,0,140,120,233,119,3,61,11,0,142,120,188,180,229,150,9,0,142,120,188,180,153,151,9,0,145,248,228,209,100,28,6,0,145,120,14,125,54,120,7,0,145,120,31,254,81,205,7,0,146,248,130,55,215,69,10,0,146,248,130,55,244,69,10,0,146,248,130,55,14,70,10,0,146,248,155,147,98,160,10,0,146,120,163,55,105,239,10,0,155,120,216,48,52,197,6,0,155,248,98,199,150,110,9,0,155,248,98,199,176,112,9,0,157,120,95,40,127,110,7,0,157,248,64,75,202,57,9,0,157,248,64,75,240,62,9,0,160,248,62,11,98,160,10,0,162,248,11,4,54,120,7,0,164,248,88,25,22,245,5,0,164,248,71,249,67,169,7,0,165,120,117,226,206,136,8,0,168,120,15,100,202,57,9,0,168,120,15,100,240,62,9,0,169,248,57,189,149,88,7,0,170,120,2,55,62,66,7,0,172,120,15,16,189,255,6,0,173,120,25,83,73,148,9,0,173,120,25,83,217,148,9,0,174,248,27,20,94,178,11,0,175,248,51,228,88,243,11,0,177,120,52,90,3,38,7,0,177,120,23,250,100,162,7,0,177,120,112,53,32,199,9,0,177,120,112,53,115,199,9,0,177,120,226,93,98,160,10,0,182,248,125,174,45,91,9,0,182,248,125,174,214,91,9,0,183,248,47,128,202,190,7,0,183,248,47,128,193,186,8,0,183,120,134,3,42,196,10,0,183,120,134,3,219,196,10,0,184,248,45,44,212,73,7,0,184,248,227,214,67,169,7,0,184,120,66,97,98,160,10,0,186,248,195,252,88,116,7,0,186,120,153,219,65,66,11,0,187,248,163,84,231,95,7,0,188,120,77,34,120,175,9,0,188,120,77,34,38,176,9,0,189,120,63,136,247,33,8,0,189,120,63,136,234,129,11,0,190,248,102,123,69,165,6,0,190,248,102,123,157,234,7,0,191,120,96,138,5,8,12,0,193,120,155,218,121,236,6,0,200,120,196,64,131,55,6,0,200,120,152,236,57,86,8,0,200,248,86,35,167,128,9,0,200,248,86,35,133,129,9,0,200,248,222,8,111,30,10,0,200,248,222,8,134,30,10,0,202,120,23,14,185,43,7,0,202,248,62,1,241,132,11,0,204,248,60,76,54,120,7,0,204,120,180,61,217,119,8,0,206,120,87,20,4,18,11,0,206,120,170,84,83,117,11,0,215,120,184,148,214,81,6,0,215,120,184,148,229,128,6,0,215,120,184,148,220,139,6,0,215,120,184,148,4,166,8,0,216,120,197,154,150,110,9,0,216,120,197,154,176,112,9,0,220,120,240,89,81,205,7,0,220,120,240,89,116,124,10,0,221,120,60,1,202,163,7,0,225,120,97,98,168,235,5,0,226,120,137,166,212,73,7,0,228,120,16,16,108,225,7,0,228,248,197,112,1,38,10,0,228,248,197,112,26,38,10,0,229,248,109,164,198,235,5,0,230,248,34,78,65,66,11,0,232,248,111,81,247,169,9,0,232,248,111,81,71,171,9,0,232,248,111,81,153,172,9,0,232,248,111,81,240,173,9,0,232,248,110,106,17,96,10,0,232,248,110,106,83,97,10,0,232,248,110,106,152,98,10,0,237,120,202,171,150,229,9,0,237,120,202,171,236,229,9,0,243,248,75,45,137,101,10,0,243,248,75,45,237,101,10,0,243,248,75,45,78,102,10,0,245,248,85,74,33,130,7,0,247,248,104,5,245,127,10,0,249,120,214,10,202,163,7,0,249,120,205,20,243,0,11,0,252,120,3,163,255,14,12,0,255,120,139,176,233,14,9,0,255,120,139,176,209,23,9,0,255,120,139,176,194,32,9,0,0,249,162,150,7,3,11,0,1,249,138,111,201,142,7,0,1,249,197,194,220,223,7,0,2,121,211,56,42,196,10,0,2,121,211,56,219,196,10,0,7,249,49,167,202,163,7,0,8,249,249,115,238,35,7,0,8,249,49,80,140,13,10,0,8,249,49,80,247,13,10,0,8,249,204,102,139,244,11,0,10,121,142,46,153,184,6,0,10,121,142,46,9,134,8,0,10,121,142,46,50,134,8,0,10,121,142,46,93,134,8,0,11,121,200,28,62,66,7,0,12,121,78,102,232,91,7,0,12,121,161,19,70,130,7,0,12,249,254,64,248,145,8,0,12,121,111,212,98,108,10,0,12,121,111,212,128,108,10,0,12,121,111,212,151,108,10,0,12,121,111,212,186,108,10,0,14,249,180,44,233,14,9,0,14,249,180,44,209,23,9,0,14,249,180,44,194,32,9,0,16,249,112,45,202,163,7,0,19,121,231,193,102,29,10,0,19,121,231,193,131,29,10,0,26,121,136,71,165,63,7,0,27,121,5,51,93,141,7,0,28,121,98,226,126,204,11,0,29,121,120,67,93,153,7,0,30,249,34,196,254,147,7,0,30,249,34,196,199,124,9,0,30,249,34,196,173,125,9,0,30,249,34,196,152,126,9,0,32,121,33,207,254,147,7,0,37,249,14,213,212,73,7,0,39,249,108,102,78,74,10,0,39,249,108,102,93,75,10,0,39,249,108,102,96,76,10,0,39,249,108,102,126,77,10,0,41,249,97,124,67,169,7,0,45,249,187,142,15,109,7,0,48,121,91,56,96,140,7,0,56,121,6,78,174,40,10,0,56,121,6,78,219,40,10,0,59,121,193,165,101,144,8,0,62,249,75,217,102,138,7,0,63,249,39,55,176,253,5,0,63,121,203,227,156,202,9,0,63,121,203,227,83,203,9,0,64,249,233,214,195,85,6,0,64,249,161,104,229,150,9,0,64,249,161,104,153,151,9,0,65,249,249,216,202,29,6,0,66,249,17,34,64,109,9,0,66,249,17,34,204,109,9,0,67,249,181,148,31,196,6,0,67,249,254,67,233,14,9,0,67,249,254,67,209,23,9,0,67,249,254,67,194,32,9,0,70,249,181,148,111,125,7,0,70,249,181,148,113,249,8,0,78,121,28,0,2,19,6,0,78,121,172,245,151,82,7,0,78,121,172,245,211,82,7,0,80,249,179,148,253,245,6,0,80,121,149,68,201,142,7,0,81,121,9,215,218,21,10,0,81,121,9,215,252,21,10,0,83,121,163,92,118,80,6,0,84,249,8,241,39,252,5,0,86,121,118,186,62,66,7,0,88,249,215,65,146,102,7,0,88,249,215,65,46,105,7,0,89,121,155,209,66,46,9,0,89,121,155,209,227,49,9,0,91,121,82,107,115,26,12,0,94,249,33,176,11,8,7,0,97,121,179,107,165,59,7,0,98,121,48,154,245,104,9,0,98,121,48,154,223,105,9,0,99,249,211,183,62,66,7,0,100,249,149,218,27,54,9,0,100,249,149,218,191,54,9,0,100,249,149,218,104,55,9,0,101,121,40,65,202,57,9,0,101,121,40,65,240,62,9,0,104,121,225,99,180,44,7,0,104,121,225,99,47,145,7,0,105,249,51,232,254,147,7,0,107,121,12,123,121,84,6,0,108,249,209,38,54,120,7,0,108,249,118,62,201,142,7,0,109,121,103,113,9,140,6,0,109,249,58,89,83,24,7,0,110,249,52,242,250,124,11,0,111,249,21,37,98,160,10,0,112,121,128,43,142,46,12,0,114,121,178,205,97,39,7,0,115,121,181,5,88,116,7,0,116,121,223,200,215,222,11,0,117,121,160,148,120,175,9,0,117,121,160,148,38,176,9,0,118,121,68,82,125,34,12,0,119,121,48,22,247,169,9,0,119,121,48,22,71,171,9,0,119,121,48,22,153,172,9,0,119,121,48,22,240,173,9,0,122,121,254,57,84,131,7,0,122,121,65,0,85,250,10,0,130,249,62,242,194,242,6,0,133,121,109,148,88,116,7,0,133,249,126,125,254,147,7,0,133,249,126,125,67,169,7,0,134,249,148,254,146,102,7,0,134,249,148,254,46,105,7,0,137,249,79,100,104,145,7,0,138,121,85,156,62,66,7,0,140,121,2,146,212,73,7,0,140,249,17,79,224,232,10,0,140,249,17,79,9,233,10,0,140,249,17,79,34,233,10,0,141,249,157,27,46,105,7,0,141,249,157,27,213,40,11,0,142,121,172,192,106,139,7,0,144,249,10,0,82,46,7,0,144,249,10,0,201,41,12,0,147,121,186,109,25,123,6,0,148,121,122,58,202,163,7,0,148,249,133,23,67,169,7,0,150,121,67,100,1,99,7,0,157,121,11,174,101,247,7,0,161,121,17,48,68,242,7,0,161,249,206,73,234,77,8,0,162,121,112,183,189,255,6,0,162,121,62,165,67,169,7,0,163,121,156,238,120,191,7,0,168,249,144,38,98,160,10,0,172,121,214,80,62,220,6,0,172,249,168,73,67,10,9,0,172,121,54,230,174,31,12,0,173,121,45,58,62,66,7,0,174,249,197,194,8,244,5,0,174,121,89,194,21,46,7,0,174,249,253,7,188,170,8,0,175,121,81,190,191,166,11,0,177,249,144,95,93,141,7,0,179,249,203,63,57,86,8,0,182,121,202,3,134,97,7,0,183,121,87,139,98,160,10,0,183,249,107,90,50,102,11,0,184,121,186,148,31,70,9,0,184,121,186,148,104,71,9,0,184,121,186,148,179,72,9,0,185,121,198,76,146,102,7,0,185,121,7,199,111,125,7,0,185,121,198,76,220,154,7,0,186,121,204,204,138,87,7,0,186,249,70,115,116,169,11,0,190,249,23,129,98,160,10,0,191,249,43,206,87,238,10,0,192,249,101,27,229,51,7,0,195,121,248,197,83,218,10,0,195,121,248,197,181,219,10,0,198,121,76,127,246,111,7,0,199,249,26,205,57,86,8,0,199,121,89,180,128,195,10,0,199,249,120,136,158,207,10,0,199,249,120,136,47,210,10,0,199,249,197,172,21,100,11,0,201,121,219,89,243,90,6,0,201,249,99,103,212,73,7,0,203,249,74,210,55,74,9,0,203,249,74,210,40,75,9,0,203,121,81,190,7,174,11,0,206,249,139,156,202,57,9,0,206,249,139,156,240,62,9,0,208,249,206,127,65,156,7,0,208,249,206,127,164,156,7,0,208,121,175,160,230,35,10,0,208,121,175,160,133,36,10,0,209,121,165,70,56,207,8,0,210,121,68,78,77,221,10,0,210,121,68,78,208,221,10,0,212,121,54,98,159,146,6,0,212,249,179,61,232,91,7,0,212,121,56,127,254,147,7,0,212,121,22,79,241,155,7,0,213,249,73,113,154,140,11,0,213,249,73,113,92,148,11,0,214,249,240,4,41,140,6,0,217,249,183,198,155,102,6,0,217,249,54,66,8,40,12,0,219,249,117,208,47,59,6,0,222,121,57,174,195,123,7,0,223,121,185,39,201,142,7,0,223,121,27,220,238,1,11,0,223,121,27,220,68,2,11,0,224,121,38,141,32,250,8,0,224,121,38,141,95,250,8,0,225,121,50,229,17,96,10,0,225,121,50,229,83,97,10,0,225,121,50,229,152,98,10,0,227,249,70,222,158,171,6,0,228,249,54,62,201,144,6,0,229,249,142,119,192,96,9,0,229,249,142,119,164,97,9,0,230,249,208,34,245,148,11,0,231,121,222,215,128,158,8,0,232,249,246,231,212,73,7,0,233,121,230,230,49,86,7,0,234,121,180,228,126,65,6,0,235,121,204,140,100,13,6,0,235,249,24,45,122,53,7,0,235,249,5,126,81,205,7,0,235,249,5,126,29,223,7,0,236,249,73,84,86,187,11,0,237,249,197,194,1,99,7,0,237,249,197,194,0,101,7,0,242,249,67,121,161,46,7,0,242,249,237,74,83,218,10,0,242,249,237,74,181,219,10,0,245,249,19,172,230,231,8,0,245,249,19,172,99,24,11,0,248,249,171,102,15,205,11,0,251,249,128,159,129,96,6,0,251,121,221,132,107,1,10,0,253,249,197,194,233,14,9,0,253,249,197,194,209,23,9,0,253,249,197,194,194,32,9,0,1,250,184,96,45,91,9,0,1,250,184,96,214,91,9,0,2,122,205,8,2,138,11,0,5,122,7,83,127,63,11,0,7,250,246,67,229,51,7,0,9,250,69,50,193,29,11,0,9,250,22,82,15,157,11,0,15,250,60,63,120,191,7,0,16,122,27,108,15,115,7,0,16,250,216,224,104,145,7,0,16,250,147,190,56,179,9,0,16,122,27,108,211,86,11,0,18,122,96,218,112,115,6,0,18,122,90,183,106,28,10,0,19,250,71,11,212,73,7,0,19,122,33,240,149,88,7,0,20,250,122,88,238,40,7,0,24,122,182,191,14,210,6,0,26,122,249,3,195,46,11,0,27,122,117,24,59,222,6,0,27,250,23,108,92,157,7,0,30,250,95,226,212,73,7,0,30,122,65,240,158,68,11,0,31,122,158,230,158,207,10,0,31,122,158,230,47,210,10,0,32,250,4,173,111,153,8,0,36,250,138,249,149,88,7,0,38,122,236,30,70,65,7,0,38,250,242,252,81,205,7,0,38,250,242,252,46,62,10,0,41,122,27,208,212,1,12,0,43,122,63,128,91,180,6,0,43,122,198,34,146,102,7,0,43,122,143,157,46,226,10,0,43,122,143,157,124,226,10,0,45,250,165,8,83,146,8,0,45,250,35,4,202,57,9,0,45,250,35,4,240,62,9,0,48,250,101,1,231,245,5,0,48,250,84,231,93,141,7,0,51,122,62,161,119,145,6,0,51,250,15,237,44,58,8,0,51,250,128,242,233,14,9,0,51,250,128,242,209,23,9,0,51,250,128,242,194,32,9,0,51,250,155,211,66,46,9,0,51,250,155,211,227,49,9,0,52,122,171,203,81,205,7,0,52,122,179,23,114,175,8,0,52,122,171,203,46,62,10,0,52,122,154,123,77,86,11,0,53,250,89,161,83,218,10,0,53,250,89,161,181,219,10,0,56,122,125,143,202,57,9,0,56,122,125,143,240,62,9,0,57,250,47,148,64,56,9,0,57,250,47,148,242,56,9,0,59,250,57,146,6,240,7,0,59,122,52,211,233,14,9,0,59,122,52,211,209,23,9,0,59,122,52,211,194,32,9,0,60,122,5,111,146,102,7,0,61,122,88,22,25,93,9,0,61,122,88,22,212,94,9,0,63,122,149,96,202,57,9,0,63,122,149,96,240,62,9,0,65,250,161,133,150,244,5,0,65,250,161,133,81,205,7,0,70,122,7,20,229,51,7,0,70,250,207,239,102,243,7,0,71,122,248,254,85,134,6,0,73,122,128,222,167,128,9,0,73,122,128,222,133,129,9,0,75,122,194,86,54,120,7,0,75,250,129,20,102,138,7,0,76,250,46,16,149,88,7,0,76,122,143,217,156,202,7,0,76,122,160,126,148,3,12,0,83,250,213,89,202,57,9,0,83,250,213,89,240,62,9,0,83,250,248,131,11,60,11,0,85,250,255,146,158,207,10,0,85,250,255,146,47,210,10,0,87,122,119,247,229,132,9,0,87,122,119,247,184,134,9,0,89,122,128,122,10,126,6,0,89,122,31,190,31,70,9,0,89,122,31,190,104,71,9,0,89,122,31,190,179,72,9,0,90,250,95,178,191,122,7,0,91,122,61,129,229,128,7,0,91,122,182,231,17,96,10,0,91,122,182,231,83,97,10,0,91,122,182,231,152,98,10,0,92,122,65,19,150,38,7,0,94,250,41,56,216,45,7,0,95,250,192,93,28,177,6,0,96,250,163,126,254,247,5,0,96,122,209,168,27,111,7,0,96,122,80,195,254,147,7,0,99,250,116,27,98,160,10,0,100,250,225,182,0,23,7,0,102,122,149,145,51,46,6,0,102,122,149,145,87,182,7,0,103,250,116,27,71,185,7,0,103,250,116,27,158,207,10,0,103,250,116,27,47,210,10,0,104,122,239,84,67,169,7,0,104,250,19,57,22,224,9,0,104,250,19,57,45,224,9,0,105,122,55,87,62,87,7,0,105,250,192,88,23,45,11,0,106,122,242,142,133,244,10,0,107,250,183,218,1,99,7,0,107,250,183,218,0,101,7,0,111,250,177,90,120,191,7,0,111,122,107,75,55,250,9,0,111,122,107,75,81,250,9,0,111,122,117,179,115,106,11,0,111,122,208,126,127,157,11,0,113,250,197,194,240,83,6,0,114,250,156,133,93,226,7,0,114,122,138,240,149,29,12,0,115,250,207,114,195,134,7,0,117,122,60,166,45,164,8,0,120,250,103,86,20,10,6,0,120,250,103,86,55,12,6,0,120,250,103,86,213,143,6,0,121,250,208,37,249,33,7,0,122,250,70,66,61,147,10,0,122,250,70,66,98,147,10,0,123,250,121,135,149,88,7,0,123,250,26,107,144,224,11,0,124,250,222,110,204,42,7,0,124,250,46,5,67,169,7,0,124,122,187,1,107,1,10,0,125,250,17,208,225,90,10,0,128,122,40,119,17,96,10,0,128,122,40,119,83,97,10,0,128,122,40,119,152,98,10,0,130,250,194,253,232,91,7,0,132,122,81,190,108,45,9,0,132,122,81,190,144,45,9,0,138,250,17,199,212,73,7,0,138,250,136,179,4,18,11,0,139,250,65,209,137,204,7,0,139,250,65,209,117,212,7,0,140,122,102,244,116,102,9,0,140,122,102,244,173,102,9,0,141,250,197,253,159,88,11,0,145,250,241,40,254,147,7,0,148,250,160,138,120,191,7,0,148,250,160,138,140,78,9,0,148,250,160,138,233,78,9,0,155,250,197,194,24,87,10,0,155,250,197,194,41,87,10,0,155,122,36,206,109,177,11,0,156,250,156,121,111,125,7,0,159,122,152,120,247,169,9,0,159,122,152,120,71,171,9,0,159,122,152,120,153,172,9,0,159,122,152,120,240,173,9,0,159,122,144,226,65,233,10,0,159,122,144,226,120,233,10,0,162,250,192,238,182,62,6,0,163,122,189,121,5,69,6,0,163,122,45,113,247,169,9,0,163,122,45,113,71,171,9,0,163,122,45,113,153,172,9,0,163,122,45,113,240,173,9,0,163,122,69,29,97,37,10,0,163,122,69,29,130,37,10,0,164,122,171,29,202,190,7,0,164,122,171,29,149,217,7,0,164,122,171,29,56,218,7,0,165,122,94,128,107,1,10,0,165,250,102,90,30,51,11,0,166,250,248,86,73,148,9,0,166,250,248,86,217,148,9,0,169,122,164,237,36,217,8,0,171,250,248,12,15,115,7,0,171,250,240,218,117,152,8,0,171,250,60,166,71,21,11,0,172,122,97,128,30,163,6,0,172,250,88,129,239,230,7,0,172,122,157,160,33,23,11,0,172,250,12,228,254,40,11,0,173,250,247,54,45,188,9,0,173,250,247,54,125,188,9,0,173,250,247,54,220,188,9,0,173,250,247,54,46,189,9,0,175,122,88,225,212,73,7,0,178,250,218,127,141,60,7,0,179,122,216,173,62,21,6,0,180,122,66,62,206,53,11,0,181,122,188,148,93,240,5,0,181,250,124,225,101,51,7,0,187,122,3,163,140,119,9,0,187,122,3,163,54,120,9,0,188,250,54,164,212,73,7,0,188,250,228,234,232,91,7,0,189,122,39,94,113,54,7,0,191,250,196,193,209,191,10,0,193,122,228,28,62,66,7,0,194,122,4,126,62,66,7,0,194,250,126,233,212,73,7,0,198,122,169,252,150,2,6,0,198,122,244,101,181,79,11,0,200,122,197,121,81,205,7,0,200,122,197,121,67,232,9,0,200,122,243,5,22,32,10,0,200,122,243,5,35,33,10,0,201,250,71,112,202,163,7,0,202,250,62,134,103,165,9,0,202,250,62,134,239,165,9,0,206,250,18,246,54,120,7,0,208,250,160,199,73,221,7,0,208,250,160,199,6,110,11,0,212,250,44,213,162,64,10,0,212,250,44,213,33,65,10,0,212,250,44,213,173,65,10,0,215,122,28,130,29,155,10,0,215,122,28,130,139,165,11,0,216,250,205,87,51,46,6,0,216,250,205,87,87,182,7,0,217,122,50,119,200,120,6,0,217,122,192,64,174,52,7,0,217,122,50,119,27,85,7,0,217,250,197,194,120,191,7,0,218,122,232,180,231,112,6,0,218,122,232,180,216,56,7,0,221,250,151,62,129,131,6,0,221,122,61,41,202,46,7,0,221,250,155,187,202,57,9,0,221,250,155,187,240,62,9,0,222,122,110,143,88,116,7,0,224,250,71,35,212,73,7,0,229,250,174,55,120,191,7,0,230,122,79,235,224,83,7,0,230,250,59,235,150,186,10,0,230,250,59,235,226,186,10,0,230,250,59,235,47,187,10,0,231,250,208,101,105,175,10,0,231,250,208,101,50,176,10,0,233,122,177,94,251,122,7,0,234,122,4,127,103,16,6,0,236,250,43,207,191,183,7,0,236,250,119,159,156,202,7,0,237,250,56,162,146,102,7,0,237,122,20,139,67,169,7,0,238,250,40,129,103,165,9,0,238,250,40,129,239,165,9,0,238,250,126,22,97,49,10,0,238,250,126,22,138,49,10,0,239,122,198,255,146,102,7,0,239,122,198,255,46,105,7,0,244,122,65,85,175,208,6,0,244,122,211,41,15,109,7,0,244,250,195,219,120,191,7,0,244,122,119,151,123,222,8,0,245,122,239,53,98,201,7,0,246,122,61,84,147,70,6,0,246,122,73,129,64,109,9,0,246,122,73,129,204,109,9,0,249,250,29,128,191,81,6,0,250,122,78,228,81,205,7,0,250,122,78,228,56,218,7,0,0,251,89,54,116,94,7,0,1,251,193,180,21,46,7,0,6,123,154,104,57,86,8,0,9,123,53,234,30,238,7,0,9,251,218,168,214,89,8,0,9,123,53,234,79,181,8,0,10,251,186,202,116,113,7,0,10,251,62,60,150,229,9,0,10,251,62,60,236,229,9,0,10,251,62,60,124,230,9,0,12,123,228,249,31,32,6,0,12,251,4,106,67,169,7,0,12,251,3,85,66,46,9,0,12,251,3,85,227,49,9,0,12,251,182,29,98,160,10,0,17,251,56,89,3,38,7,0,18,251,100,154,202,163,7,0,20,251,60,78,245,127,10,0,21,123,150,213,42,29,6,0,21,123,27,102,38,220,11,0,22,251,21,65,29,103,9,0,22,251,21,65,133,103,9,0,27,251,205,154,211,93,7,0,28,123,166,91,83,24,7,0,30,251,219,145,120,191,7,0,30,251,188,127,4,18,11,0,32,251,197,194,47,253,6,0,34,123,75,71,233,14,9,0,34,123,75,71,209,23,9,0,34,123,75,71,194,32,9,0,35,123,206,229,35,40,8,0,35,251,197,194,49,188,8,0,35,251,197,194,123,188,8,0,35,251,197,194,197,188,8,0,35,251,197,194,16,189,8,0,35,251,197,194,91,189,8,0,35,251,197,194,163,189,8,0,35,251,197,194,234,189,8,0,37,123,102,240,230,160,7,0,38,251,243,135,66,46,9,0,38,251,243,135,227,49,9,0,39,123,130,67,155,128,7,0,41,251,34,91,72,206,11,0,41,123,194,211,78,230,11,0,42,251,232,207,73,10,6,0,44,123,221,244,62,76,6,0,44,123,7,22,103,165,9,0,44,123,7,22,239,165,9,0,46,251,6,83,31,235,6,0,52,123,39,56,111,125,7,0,52,123,163,215,230,35,10,0,52,123,163,215,133,36,10,0,53,123,252,188,35,17,8,0,55,123,129,171,20,133,11,0,58,123,115,158,210,7,6,0,58,251,110,237,216,56,7,0,59,251,63,12,6,23,8,0,60,251,184,59,212,73,7,0,61,123,42,225,67,169,7,0,61,123,92,203,247,84,9,0,61,251,255,243,53,174,11,0,64,251,129,143,202,57,9,0,64,251,129,143,240,62,9,0,64,123,118,10,222,30,11,0,66,123,133,93,111,125,7,0,66,123,214,58,102,138,7,0,66,251,173,32,233,14,9,0,66,251,173,32,209,23,9,0,66,251,173,32,194,32,9,0,66,123,137,86,244,122,10,0,66,123,137,86,156,123,10,0,66,123,57,138,204,188,11,0,67,123,83,108,120,191,7,0,68,123,208,197,177,162,8,0,69,251,234,24,185,43,7,0,72,123,190,189,146,102,7,0,72,123,190,189,46,105,7,0,72,123,200,58,254,147,7,0,72,251,253,93,213,244,7,0,73,251,252,47,137,204,7,0,73,251,252,47,117,212,7,0,76,251,171,189,221,218,11,0,77,123,184,215,233,14,9,0,77,123,184,215,209,23,9,0,77,123,184,215,194,32,9,0,79,123,236,20,159,8,12,0,79,123,236,20,96,12,12,0,81,123,127,29,4,18,11,0,82,123,67,168,156,202,7,0,82,123,67,168,66,243,7,0,84,123,224,186,80,168,10,0,84,123,224,186,228,168,10,0,84,123,224,186,124,169,10,0,85,251,249,145,112,164,6,0,86,123,243,249,40,51,12,0,87,123,252,12,232,91,7,0,88,123,190,142,233,14,9,0,88,123,190,142,209,23,9,0,88,123,190,142,194,32,9,0,89,123,32,67,172,193,9,0,89,123,32,67,195,193,9,0,94,251,222,58,98,160,10,0,97,123,62,72,208,31,11,0,98,123,176,29,73,130,11,0,101,123,239,71,5,41,6,0,102,251,38,247,233,14,9,0,102,251,38,247,209,23,9,0,102,251,38,247,194,32,9,0,103,123,93,94,98,160,10,0,104,251,59,27,62,66,7,0,104,123,244,178,62,66,7,0,104,251,246,252,77,47,11,0,105,123,246,163,30,227,6,0,106,251,177,224,8,15,8,0,106,123,67,47,192,98,11,0,107,123,154,233,155,47,6,0,107,123,137,201,134,97,7,0,107,251,126,48,233,14,9,0,107,251,126,48,209,23,9,0,107,251,126,48,194,32,9,0,108,251,158,26,252,6,8,0,108,123,255,12,147,63,10,0,108,123,255,12,235,63,10,0,108,123,104,213,111,90,10,0,108,123,104,213,70,91,10,0,109,123,208,240,122,53,7,0,110,251,108,243,72,166,11,0,112,123,225,36,200,199,6,0,112,251,228,234,24,27,7,0,115,251,131,85,77,61,6,0,115,251,74,100,23,208,6,0,116,251,144,86,12,241,6,0,120,251,52,128,186,134,6,0,120,123,177,29,172,58,7,0,121,123,179,239,221,172,6,0,121,123,154,228,226,119,7,0,123,251,110,1,122,119,7,0,123,123,28,200,156,202,9,0,123,123,28,200,83,203,9,0,124,123,243,42,98,160,10,0,130,123,129,137,110,37,7,0,130,123,198,17,45,164,8,0,131,123,114,27,145,7,11,0,132,123,103,51,51,192,6,0,134,123,81,45,191,108,6,0,134,123,234,222,9,21,7,0,134,123,87,67,149,88,7,0,135,123,101,17,243,39,12,0,136,123,65,225,26,90,7,0,139,123,165,32,232,91,7,0,141,251,148,227,98,160,10,0,145,123,88,73,66,46,9,0,145,123,88,73,227,49,9,0,145,251,200,103,216,203,11,0,149,251,69,237,202,46,7,0,149,251,69,237,56,47,7,0,149,251,247,71,212,73,7,0,149,251,241,65,50,71,10,0,149,251,241,65,145,71,10,0,149,251,241,65,173,71,10,0,152,251,211,142,4,185,7,0,153,251,178,6,17,53,11,0,156,251,216,153,98,28,7,0,157,251,120,163,151,226,7,0,160,123,12,57,254,147,7,0,160,123,180,252,162,64,10,0,160,123,180,252,33,65,10,0,160,123,180,252,173,65,10,0,161,251,203,59,107,1,10,0,162,123,154,233,171,224,11,0,165,251,112,27,8,246,10,0,166,123,70,249,81,205,7,0,166,123,70,249,230,215,7,0,166,123,72,243,178,147,10,0,166,123,72,243,205,147,10,0,168,251,1,59,77,248,7,0,170,251,217,28,14,2,6,0,172,251,66,129,51,69,6,0,172,123,89,69,159,146,6,0,172,251,151,50,7,29,7,0,175,123,248,127,153,64,7,0,175,251,44,33,99,22,10,0,175,251,44,33,127,22,10,0,177,251,82,12,129,248,10,0,178,123,66,62,129,114,7,0,178,251,201,95,206,42,12,0,179,251,174,55,138,87,7,0,180,123,99,152,107,5,6,0,180,251,78,197,22,130,6,0,182,123,44,35,86,162,9,0,182,123,44,35,111,162,9,0,182,123,44,35,142,162,9,0,185,251,21,246,212,73,7,0,186,251,113,141,229,132,9,0,186,251,113,141,184,134,9,0,188,123,197,146,177,244,5,0,189,123,161,172,167,185,7,0,189,123,215,182,156,202,7,0,189,123,251,104,235,51,8,0,189,123,215,182,176,206,10,0,189,123,215,182,241,206,10,0,189,123,215,182,46,207,10,0,192,123,53,13,101,146,9,0,192,123,53,13,61,147,9,0,192,123,252,22,191,44,12,0,196,251,76,8,81,205,7,0,197,123,107,63,62,66,7,0,200,123,212,51,206,0,6,0,206,251,242,75,136,135,11,0,211,123,164,56,188,110,11,0,212,251,238,46,230,152,7,0,213,251,137,35,54,120,7,0,215,251,156,38,76,118,6,0,216,251,247,55,66,46,9,0,216,251,247,55,227,49,9,0,216,123,97,7,158,207,10,0,216,123,97,7,47,210,10,0,218,123,206,200,224,83,7,0,220,251,55,47,205,28,11,0,221,123,193,129,84,144,10,0,221,123,193,129,138,144,10,0,223,123,113,68,201,142,7,0,224,251,143,244,12,36,7,0,224,251,0,234,159,68,8,0,225,251,33,121,150,110,9,0,225,251,33,121,176,112,9,0,225,251,129,71,83,117,11,0,228,123,2,179,246,48,11,0,238,251,244,145,98,160,10,0,238,123,20,176,4,75,11,0,239,251,65,90,54,120,7,0,242,251,205,118,150,117,6,0,242,123,223,185,106,3,11,0,244,123,216,46,236,236,10,0,245,123,142,78,202,57,9,0,245,123,142,78,240,62,9,0,246,123,225,161,202,57,9,0,246,123,225,161,240,62,9,0,248,251,197,194,58,174,6,0,250,251,76,218,12,129,7,0,251,251,31,188,204,42,7,0,251,251,94,208,62,66,7,0,252,251,55,179,212,73,7,0,252,251,55,179,54,120,7,0,254,123,44,93,55,161,8,0,254,123,140,4,22,32,10,0,254,123,140,4,35,33,10,0,0,124,167,246,212,73,7,0,1,124,138,199,96,126,6,0,1,124,126,18,38,97,7,0,3,124,235,128,122,58,11,0,5,124,64,38,221,8,7,0,5,252,199,199,78,74,10,0,5,252,199,199,93,75,10,0,5,252,199,199,96,76,10,0,5,252,199,199,126,77,10,0,6,124,244,250,114,236,8,0,8,124,197,159,201,142,7,0,8,124,201,127,81,205,7,0,8,124,201,127,56,218,7,0,9,124,230,61,234,180,8,0,11,252,81,79,67,169,7,0,12,252,160,45,0,100,10,0,12,252,160,45,18,100,10,0,12,252,160,45,49,100,10,0,15,124,118,149,19,140,9,0,15,124,118,149,144,140,9,0,16,124,66,250,194,198,6,0,16,124,66,250,226,242,6,0,16,252,211,28,254,147,7,0,16,252,88,77,254,147,7,0,17,252,51,4,15,115,7,0,17,252,51,4,62,202,7,0,17,252,53,244,229,132,9,0,17,252,53,244,184,134,9,0,19,124,171,78,152,5,6,0,19,252,55,132,15,109,7,0,20,252,172,54,151,250,6,0,23,252,134,90,201,132,6,0,25,252,147,190,41,74,8,0,25,252,147,190,89,74,8,0,25,252,147,190,132,74,8,0,27,252,75,131,233,14,9,0,27,252,75,131,209,23,9,0,27,252,75,131,194,32,9,0,28,252,80,7,62,66,7,0,31,124,48,202,15,109,7,0,32,124,101,176,189,12,12,0,35,252,67,250,105,175,10,0,35,252,67,250,50,176,10,0,36,252,26,15,106,3,11,0,38,124,172,140,212,73,7,0,38,124,68,246,140,119,9,0,38,124,68,246,54,120,9,0,39,124,53,68,114,81,6,0,40,124,69,212,30,161,7,0,40,124,253,69,150,110,9,0,40,124,253,69,176,112,9,0,40,124,210,24,98,160,10,0,41,124,162,179,236,56,6,0,41,252,197,194,145,128,8,0,42,252,184,87,107,1,10,0,43,124,35,159,66,119,11,0,44,124,134,172,46,105,7,0,44,124,134,172,59,9,12,0,45,252,55,89,179,129,8,0,48,252,74,215,159,38,11,0,53,252,117,222,89,33,7,0,54,124,58,86,248,140,10,0,54,124,58,86,74,141,10,0,56,124,85,2,254,147,7,0,56,252,149,65,101,247,7,0,57,124,18,160,81,205,7,0,61,124,106,205,233,14,9,0,61,124,106,205,209,23,9,0,61,124,106,205,194,32,9,0,64,252,176,115,233,14,9,0,64,252,176,115,209,23,9,0,64,252,176,115,194,32,9,0,64,124,26,100,33,91,11,0,66,124,61,227,11,104,8,0,66,124,61,227,63,104,8,0,67,252,215,153,85,39,11,0,67,252,215,153,5,42,11,0,68,252,225,57,98,160,10,0,71,124,45,147,202,57,9,0,71,124,45,147,240,62,9,0,73,252,199,95,168,141,9,0,73,252,199,95,184,142,9,0,73,124,24,247,7,221,11,0,76,252,216,74,104,145,7,0,78,252,90,29,78,54,7,0,79,252,69,59,54,120,7,0,81,124,136,33,117,184,6,0,87,252,141,152,229,150,9,0,87,252,141,152,153,151,9,0,88,124,187,72,18,4,8,0,88,124,91,255,23,50,10,0,88,124,91,255,53,50,10,0,88,124,91,255,106,50,10,0,91,252,118,5,228,13,12,0,94,252,91,68,98,160,10,0,96,124,61,198,158,207,10,0,96,124,61,198,47,210,10,0,97,252,212,67,233,14,9,0,97,252,212,67,209,23,9,0,97,252,212,67,194,32,9,0,99,252,177,19,150,176,6,0,100,124,124,15,15,115,7,0,102,252,77,197,88,80,6,0,102,252,124,181,253,225,9,0,102,252,124,181,34,226,9,0,102,252,124,181,77,226,9,0,102,252,124,181,120,226,9,0,103,124,175,30,67,169,7,0,103,252,61,191,202,57,9,0,103,252,61,191,240,62,9,0,105,124,93,127,120,191,7,0,105,124,110,38,188,87,9,0,105,124,110,38,6,88,9,0,106,252,123,107,67,169,7,0,106,252,65,10,215,245,9,0,106,252,65,10,69,246,9,0,108,252,49,150,163,166,9,0,108,252,49,150,187,166,9,0,109,252,197,35,84,207,6,0,111,124,202,205,83,218,10,0,111,124,202,205,181,219,10,0,113,124,68,164,229,150,9,0,113,124,68,164,153,151,9,0,114,124,21,46,208,33,7,0,114,252,162,182,134,97,7,0,116,124,246,0,182,11,11,0,120,124,189,0,146,102,7,0,120,124,189,0,220,154,7,0,120,252,54,167,128,158,8,0,121,124,194,47,163,2,9,0,122,124,230,127,192,179,10,0,122,124,230,127,42,180,10,0,123,124,215,6,159,185,6,0,123,252,245,135,67,169,7,0,129,252,176,112,120,191,7,0,130,252,236,59,141,255,5,0,130,124,175,195,138,107,6,0,130,124,73,167,101,146,9,0,130,124,73,167,61,147,9,0,130,124,99,193,221,24,11,0,130,124,38,188,183,215,11,0,131,252,241,253,192,179,10,0,131,252,241,253,42,180,10,0,132,124,183,55,16,36,6,0,132,124,71,255,168,62,7,0,134,124,255,152,192,211,11,0,135,124,95,150,19,140,9,0,135,124,95,150,144,140,9,0,135,252,183,188,24,179,11,0,136,124,160,106,204,235,7,0,139,124,169,170,48,81,11,0,140,124,148,93,204,42,7,0,140,124,196,164,66,174,11,0,141,252,76,128,7,193,6,0,141,252,240,29,99,82,7,0,144,124,35,198,67,169,7,0,146,252,252,4,214,251,10,0,152,124,28,131,35,121,8,0,152,124,28,131,86,121,8,0,152,124,28,131,138,121,8,0,152,124,244,166,42,196,10,0,152,124,244,166,219,196,10,0,153,252,22,87,202,163,7,0,155,252,164,205,225,90,10,0,155,252,164,205,70,91,10,0,156,124,194,184,7,29,7,0,160,124,45,127,164,130,8,0,162,252,62,152,98,160,10,0,166,252,52,51,186,250,11,0,169,252,167,173,34,229,11,0,170,252,197,194,187,80,8,0,172,252,60,51,236,48,7,0,172,252,149,212,202,57,9,0,172,252,149,212,240,62,9,0,172,124,15,217,84,144,10,0,172,124,15,217,138,144,10,0,172,124,181,9,71,148,11,0,176,124,48,144,67,169,7,0,177,252,167,29,87,111,6,0,179,124,89,97,51,168,9,0,179,124,89,97,146,168,9,0,180,252,157,241,70,248,5,0,183,124,142,135,233,14,9,0,183,124,142,135,209,23,9,0,183,124,142,135,194,32,9,0,183,124,163,146,99,240,10,0,186,252,219,219,240,113,6,0,186,252,22,9,100,138,11,0,188,124,211,135,123,132,7,0,189,124,22,112,191,185,7,0,190,252,197,194,55,183,6,0,190,252,197,194,185,43,7,0,190,124,37,80,149,88,7,0,190,124,31,58,92,157,7,0,190,252,197,194,106,227,7,0,190,124,250,18,233,239,10,0,193,124,149,48,68,169,11,0,196,252,94,106,67,169,7,0,201,124,81,128,67,169,7,0,201,124,95,54,98,160,10,0,204,124,49,210,98,160,10,0,212,252,201,8,67,169,7,0,212,252,166,20,219,47,11,0,212,124,184,241,214,32,12,0,217,124,252,54,99,32,7,0,217,252,196,19,149,88,7,0,217,252,196,19,226,14,12,0,219,124,5,162,66,26,7,0,220,124,42,25,140,119,9,0,220,124,42,25,54,120,9,0,221,252,151,147,17,54,7,0,222,124,116,192,201,142,7,0,222,252,31,20,127,161,7,0,222,124,238,251,67,169,7,0,222,124,102,110,120,191,7,0,224,252,88,74,45,164,8,0,224,252,130,17,75,227,10,0,224,252,130,17,106,227,10,0,224,252,130,17,157,227,10,0,224,252,130,17,207,227,10,0,225,252,253,21,88,116,7,0,227,124,222,231,131,55,7,0,227,252,186,128,23,92,8,0,228,252,1,202,191,122,7,0,229,252,162,223,202,163,7,0,230,124,9,195,114,168,11,0,231,124,70,198,120,191,7,0,236,124,212,145,67,169,7,0,238,124,228,189,61,50,7,0,238,124,83,154,148,94,7,0,238,124,254,166,234,76,9,0,238,252,175,112,98,155,11,0,240,124,125,206,5,114,7,0,241,252,150,205,80,96,7,0,241,124,220,177,233,14,9,0,241,124,220,177,209,23,9,0,241,124,220,177,194,32,9,0,245,252,55,125,210,86,7,0,245,124,248,21,146,102,7,0,247,124,221,90,19,140,9,0,247,124,221,90,144,140,9,0,248,124,52,182,88,23,6,0,249,252,146,164,82,189,10,0,250,252,170,247,99,138,10,0,250,252,170,247,195,138,10,0,250,252,170,247,32,139,10,0,252,124,226,5,192,96,9,0,252,124,226,5,164,97,9,0,252,124,226,5,128,98,9,0,252,124,56,237,98,160,10,0,254,124,250,70,202,57,9,0,254,124,250,70,240,62,9,0,255,124,119,7,62,66,7,0,255,252,166,155,98,160,10,0,0,253,226,89,82,49,11,0,3,253,198,180,168,85,6,0,4,125,221,104,18,66,7,0,6,125,98,128,169,89,6,0,9,253,109,126,67,169,7,0,9,253,196,194,175,12,12,0,11,253,148,65,150,110,9,0,11,253,148,65,176,112,9,0,12,253,205,98,100,162,7,0,15,253,197,194,1,99,7,0,15,253,197,194,0,101,7,0,15,253,20,239,83,218,10,0,15,253,20,239,181,219,10,0,23,125,208,111,152,78,11,0,26,253,131,154,168,141,9,0,26,253,131,154,184,142,9,0,29,125,178,200,119,186,6,0,29,253,194,201,54,120,7,0,31,125,155,153,68,204,6,0,33,125,201,52,70,130,7,0,34,253,197,194,1,99,7,0,34,253,197,194,0,101,7,0,34,253,197,194,79,86,9,0,35,253,166,159,184,37,7,0,35,253,197,194,212,73,7,0,35,253,197,194,129,77,9,0,35,253,197,194,150,77,9,0,35,253,197,194,218,77,9,0,41,125,24,239,36,39,11,0,42,125,120,246,212,73,7,0,43,253,158,255,64,172,6,0,43,253,158,255,98,172,6,0,43,253,91,138,18,16,11,0,44,253,197,194,219,62,6,0,44,125,221,99,158,207,10,0,44,125,221,99,47,210,10,0,48,125,55,201,233,14,9,0,48,125,55,201,209,23,9,0,48,125,55,201,194,32,9,0,49,253,197,194,143,25,7,0,51,125,36,87,87,136,10,0,51,125,36,87,113,136,10,0,53,125,138,116,9,63,11,0,53,125,138,116,53,64,11,0,54,125,220,133,212,73,7,0,62,253,50,156,7,29,7,0,62,125,40,83,94,248,10,0,63,125,136,21,159,8,12,0,64,125,24,199,216,56,7,0,69,125,195,143,217,235,11,0,70,253,167,87,25,93,9,0,70,253,167,87,212,94,9,0,72,253,57,188,77,163,6,0,72,125,29,120,212,73,7,0,72,125,213,68,154,241,9,0,72,125,213,68,86,242,9,0,73,125,54,242,138,87,7,0,76,253,102,53,220,234,8,0,80,125,192,42,98,160,10,0,87,125,112,250,52,83,6,0,89,253,254,148,255,27,7,0,89,125,192,103,4,124,7,0,89,253,132,48,83,125,7,0,90,125,139,122,97,121,11,0,91,125,238,55,49,239,7,0,91,125,39,178,9,165,8,0,94,253,43,179,248,140,10,0,94,253,43,179,74,141,10,0,95,253,228,93,6,109,10,0,95,253,228,93,34,109,10,0,95,253,228,93,68,109,10,0,96,253,176,205,49,86,7,0,97,253,78,45,208,33,7,0,97,253,111,167,220,154,7,0,99,253,248,141,88,116,7,0,101,253,178,45,98,160,10,0,102,125,42,143,29,103,9,0,102,125,42,143,133,103,9,0,103,125,78,160,6,153,7,0,103,125,186,94,244,122,10,0,103,125,186,94,156,123,10,0,104,253,2,146,120,191,7,0,105,253,125,102,104,145,7,0,108,253,255,79,66,46,9,0,108,253,255,79,227,49,9,0,109,253,8,99,67,169,7,0,109,125,219,198,168,141,9,0,109,125,219,198,184,142,9,0,110,125,254,140,201,61,7,0,110,125,118,72,138,87,7,0,110,125,118,72,239,213,8,0,110,125,118,72,39,214,8,0,110,125,118,72,96,214,8,0,111,125,195,150,197,20,7,0,111,125,195,150,93,141,7,0,111,125,195,150,23,206,8,0,118,253,85,143,107,1,10,0,118,125,167,181,142,12,11,0,122,253,91,93,171,130,10,0,122,253,91,93,227,130,10,0,122,253,91,93,28,131,10,0,125,253,213,251,165,196,6,0,126,253,70,4,202,57,9,0,126,253,70,4,240,62,9,0,127,253,54,184,236,48,7,0,127,253,54,184,120,191,7,0,128,253,219,251,212,73,7,0,130,253,96,220,18,150,6,0,132,125,33,183,81,141,8,0,132,253,250,32,193,94,10,0,135,253,221,66,237,163,11,0,137,253,30,22,243,19,6,0,137,253,120,33,76,204,11,0,138,125,147,241,81,205,7,0,138,125,147,241,150,203,8,0,138,125,147,241,44,204,8,0,138,125,147,241,206,204,8,0,138,125,147,241,48,142,10,0,138,253,185,206,98,160,10,0,141,253,185,65,167,128,9,0,141,253,185,65,133,129,9,0,141,125,238,248,78,74,10,0,141,125,238,248,93,75,10,0,141,125,238,248,96,76,10,0,141,125,238,248,126,77,10,0,143,253,143,39,149,88,7,0,146,253,187,148,76,11,9,0,148,125,8,197,81,205,7,0,148,125,8,197,144,68,9,0,149,253,171,245,83,218,10,0,149,253,171,245,181,219,10,0,152,253,77,70,37,186,7,0,154,125,2,195,62,66,7,0,158,253,193,185,7,95,6,0,158,125,101,32,70,130,7,0,162,253,223,156,201,142,7,0,163,125,138,44,140,78,9,0,163,125,138,44,233,78,9,0,164,125,144,37,62,137,7,0,165,125,54,116,62,66,7,0,165,125,209,88,233,14,9,0,165,125,209,88,209,23,9,0,165,125,209,88,194,32,9,0,167,253,37,108,12,134,6,0,167,125,208,152,67,169,7,0,170,253,243,47,86,98,6,0,172,253,216,97,113,54,7,0,173,125,137,39,12,83,7,0,173,253,207,246,132,134,7,0,174,253,122,78,3,38,7,0,174,253,42,116,82,189,10,0,176,253,156,38,1,99,7,0,176,253,156,38,0,101,7,0,177,125,68,107,67,25,6,0,177,125,68,107,220,154,7,0,181,253,144,88,187,97,8,0,182,253,236,76,98,28,7,0,185,253,227,28,202,163,7,0,185,253,233,177,146,44,12,0,186,253,28,163,150,38,7,0,186,253,33,235,67,169,7,0,186,253,197,194,99,34,10,0,186,253,197,194,153,34,10,0,186,253,197,194,36,8,12,0,187,253,156,38,201,48,8,0,187,253,63,121,187,232,9,0,187,253,63,121,11,233,9,0,188,253,21,206,129,15,11,0,189,253,197,194,212,73,7,0,191,253,70,33,30,53,7,0,193,125,165,55,97,39,7,0,193,253,82,12,67,169,7,0,195,125,104,65,202,163,7,0,197,125,155,40,6,255,10,0,198,253,202,44,62,66,7,0,198,253,56,211,202,163,7,0,198,253,205,106,73,228,7,0,198,253,205,106,191,228,7,0,199,125,8,163,168,106,11,0,200,125,151,53,227,180,11,0,203,125,82,200,204,42,7,0,203,253,127,119,212,73,7,0,205,253,17,251,62,17,7,0,206,253,194,123,167,96,6,0,206,125,167,162,79,86,10,0,206,125,167,162,100,86,10,0,206,253,18,28,83,218,10,0,206,253,18,28,181,219,10,0,208,253,233,174,233,14,9,0,208,253,233,174,209,23,9,0,208,253,233,174,194,32,9,0,211,253,46,127,188,251,5,0,211,125,208,120,62,66,7,0,216,125,67,121,219,39,10,0,216,125,67,121,244,39,10,0,217,253,204,226,98,160,10,0,218,253,131,28,44,58,8,0,219,125,7,64,226,236,6,0,219,125,79,199,146,102,7,0,219,253,175,231,98,160,10,0,222,253,61,217,91,130,6,0,222,253,61,217,254,147,7,0,224,253,70,155,212,73,7,0,225,253,163,160,62,11,6,0,225,253,163,160,142,122,6,0,227,125,215,240,220,0,7,0,227,253,146,99,158,238,9,0,227,253,146,99,25,239,9,0,227,253,146,99,142,239,9,0,227,253,146,99,54,240,9,0,227,253,146,99,208,240,9,0,229,253,110,49,201,142,7,0,230,125,103,51,66,42,7,0,232,125,226,170,122,195,6,0,236,125,231,23,169,188,6,0,237,253,232,232,194,165,6,0,237,253,131,191,134,97,7,0,237,253,132,216,41,23,12,0,239,253,200,123,134,97,7,0,241,253,130,233,128,255,7,0,242,253,155,66,7,140,7,0,243,253,139,80,220,154,7,0,243,253,129,181,84,14,11,0,246,253,197,194,23,4,7,0,246,253,234,9,4,124,7,0,246,125,146,63,55,16,11,0,247,253,121,232,109,152,7,0,248,253,197,194,33,55,7,0,248,253,148,247,248,58,7,0,250,125,71,223,219,51,11,0,252,125,197,5,163,137,10,0,254,253,147,190,200,242,7,0,254,253,87,47,168,145,11,0,255,253,178,27,159,146,6,0,0,126,37,155,231,112,6,0,0,126,240,48,229,132,9,0,0,126,240,48,184,134,9,0,0,254,112,255,98,160,10,0,1,254,179,64,54,120,7,0,2,254,32,20,37,25,7,0,2,254,195,231,202,46,7,0,2,254,195,231,78,47,7,0,2,126,120,122,212,73,7,0,2,126,210,180,212,73,7,0,4,254,35,24,158,207,10,0,4,254,35,24,47,210,10,0,6,126,237,241,66,70,6,0,7,254,224,233,67,169,7,0,8,126,120,157,106,235,10,0,9,126,81,190,81,205,7,0,9,126,81,190,123,215,7,0,10,254,252,126,254,147,7,0,10,126,208,125,202,163,7,0,10,126,89,221,137,6,11,0,10,254,116,106,154,219,11,0,10,254,116,106,182,219,11,0,11,254,231,54,245,144,11,0,15,126,241,65,241,229,6,0,16,254,64,31,147,119,8,0,16,254,64,31,110,173,8,0,18,254,232,62,66,46,9,0,18,254,232,62,227,49,9,0,25,126,230,49,158,207,10,0,25,126,230,49,47,210,10,0,26,254,103,227,254,147,7,0,28,254,215,199,17,14,9,0,29,126,234,19,254,147,7,0,30,254,46,175,233,166,8,0,32,254,34,250,185,43,7,0,34,254,83,60,212,73,7,0,36,254,230,115,163,137,10,0,39,126,34,57,81,205,7,0,39,126,34,57,150,203,8,0,39,126,34,57,44,204,8,0,39,126,34,57,206,204,8,0,39,126,34,57,48,142,10,0,43,254,130,53,175,121,10,0,43,254,130,53,194,121,10,0,44,126,113,22,97,39,7,0,52,126,219,70,108,225,7,0,53,126,165,216,212,73,7,0,55,254,116,10,98,160,10,0,56,254,199,154,97,188,6,0,61,254,156,148,53,30,7,0,63,254,246,139,56,179,9,0,64,254,52,90,212,73,7,0,66,254,179,11,224,83,7,0,70,254,156,38,187,53,6,0,70,254,206,16,246,111,7,0,70,254,156,38,191,228,7,0,70,254,40,107,122,240,11,0,71,254,102,70,175,181,6,0,72,254,210,193,60,90,11,0,73,254,136,41,15,242,5,0,73,126,213,15,122,53,7,0,73,126,237,96,24,149,10,0,73,126,237,96,45,149,10,0,74,254,146,155,233,14,9,0,74,254,146,155,209,23,9,0,74,254,146,155,194,32,9,0,74,254,74,187,56,179,9,0,74,126,105,136,229,252,11,0,75,254,144,247,7,29,7,0,75,254,35,128,134,97,7,0,75,254,200,15,217,135,7,0,75,126,226,134,67,169,7,0,76,254,156,38,138,133,6,0,76,254,156,38,1,99,7,0,76,254,156,38,0,101,7,0,79,254,226,70,215,245,9,0,79,254,226,70,69,246,9,0,80,126,207,188,202,163,7,0,81,126,159,245,233,14,9,0,81,126,159,245,209,23,9,0,81,126,159,245,194,32,9,0,82,254,112,151,158,119,11,0,83,126,12,188,113,220,6,0,87,254,121,69,233,14,9,0,87,254,121,69,209,23,9,0,87,254,121,69,194,32,9,0,90,254,173,140,59,238,5,0,93,126,187,123,59,161,6,0,97,254,38,151,212,73,7,0,97,126,86,31,150,54,11,0,97,254,42,69,133,72,11,0,98,254,230,242,247,117,7,0,98,126,43,113,67,169,7,0,102,254,231,214,202,18,6,0,102,126,158,53,154,236,7,0,105,254,123,10,29,87,6,0,108,126,69,66,214,26,7,0,108,126,69,66,66,46,9,0,108,126,69,66,227,49,9,0,109,254,122,84,93,161,8,0,112,254,50,98,51,46,6,0,112,254,50,98,87,182,7,0,113,254,41,129,188,29,7,0,114,254,153,87,104,166,8,0,114,254,29,6,46,214,11,0,115,254,27,34,182,41,7,0,117,254,220,20,67,169,7,0,119,126,53,152,69,214,6,0,119,254,185,67,224,83,7,0,121,126,112,119,187,197,10,0,121,126,112,119,219,197,10,0,122,254,98,218,161,28,7,0,123,254,223,72,118,179,7,0,124,126,156,145,134,4,8,0,124,126,156,145,185,4,8,0,124,126,156,145,236,4,8,0,125,254,64,225,86,98,6,0,125,126,68,201,66,26,7,0,126,254,57,102,209,191,10,0,128,126,106,223,202,163,7,0,128,254,254,208,67,169,7,0,128,126,109,6,233,14,9,0,128,126,109,6,209,23,9,0,128,126,109,6,194,32,9,0,128,126,106,223,159,137,11,0,129,126,129,120,21,10,8,0,130,126,189,3,214,243,5,0,133,126,136,86,6,153,7,0,134,126,63,115,254,147,7,0,134,254,249,226,63,11,11,0,139,126,103,92,207,79,11,0,140,254,36,132,28,128,11,0,143,254,73,231,222,250,8,0,144,254,253,10,77,96,6,0,144,126,121,243,212,73,7,0,154,254,205,99,94,14,6,0,154,254,215,84,67,169,7,0,154,254,129,131,66,46,9,0,154,254,129,131,227,49,9,0,154,254,205,99,71,213,11,0,155,126,208,54,92,91,7,0,158,126,157,201,140,78,9,0,158,126,157,201,233,78,9,0,159,254,220,215,107,1,10,0,160,254,207,158,232,91,7,0,160,254,172,36,120,191,7,0,164,254,143,253,120,191,7,0,164,126,133,143,87,230,8,0,164,254,99,102,202,57,9,0,164,254,99,102,240,62,9,0,166,254,51,90,98,160,10,0,166,254,156,210,162,179,11,0,170,254,167,230,202,163,7,0,171,254,0,190,156,202,7,0,171,254,0,190,106,221,7,0,180,126,247,31,208,106,9,0,180,126,247,31,138,107,9,0,180,126,247,31,56,108,9,0,183,126,161,67,189,3,10,0,184,126,158,117,22,32,10,0,184,126,158,117,35,33,10,0,185,254,110,69,95,15,7,0,185,254,245,2,226,83,8,0,185,254,153,114,98,160,10,0,186,254,232,240,67,169,7,0,191,254,5,225,146,102,7,0,191,254,186,145,46,105,7,0,191,254,5,225,46,105,7,0,192,126,53,186,184,180,7,0,192,126,53,186,129,181,7,0,196,126,194,66,146,102,7,0,196,126,194,66,46,105,7,0,198,126,144,248,102,138,7,0,198,254,176,236,202,57,9,0,198,254,176,236,240,62,9,0,200,126,39,195,127,161,7,0,201,126,61,209,39,209,11,0,202,254,165,222,184,66,6,0,202,254,165,222,33,94,6,0,202,254,102,32,233,14,9,0,202,254,102,32,209,23,9,0,202,254,102,32,194,32,9,0,202,126,135,102,247,169,9,0,202,126,135,102,71,171,9,0,202,126,135,102,153,172,9,0,202,126,135,102,240,173,9,0,202,126,167,168,22,32,10,0,202,126,167,168,35,33,10,0,205,254,135,91,12,129,7,0,205,254,47,208,108,45,9,0,205,254,47,208,144,45,9,0,206,126,243,23,167,128,9,0,206,126,243,23,133,129,9,0,209,254,80,23,14,242,11,0,210,126,37,42,67,169,7,0,210,126,235,201,247,84,9,0,210,254,228,209,203,240,11,0,211,254,3,127,45,60,7,0,213,254,194,230,212,73,7,0,213,126,157,14,141,2,11,0,214,254,156,38,105,175,10,0,214,254,156,38,50,176,10,0,216,254,236,181,59,91,8,0,217,254,173,67,42,25,10,0,217,254,173,67,94,25,10,0,219,254,174,246,25,93,9,0,219,254,174,246,212,94,9,0,221,254,185,158,243,134,6,0,221,254,88,248,148,40,7,0,228,254,3,9,215,218,9,0,228,254,3,9,252,218,9,0,228,126,190,7,113,145,11,0,229,254,198,213,46,105,7,0,229,254,198,213,98,201,7,0,229,254,198,213,124,216,7,0,230,254,72,194,96,244,5,0,233,126,183,52,69,56,7,0,233,254,198,64,93,153,7,0,234,126,211,28,237,193,6,0,235,254,174,91,37,104,9,0,236,126,234,170,25,93,9,0,236,126,234,170,212,94,9,0,238,254,237,150,54,120,7,0,239,126,228,131,232,196,6,0,240,254,243,219,247,169,9,0,240,254,243,219,71,171,9,0,240,254,243,219,153,172,9,0,240,254,243,219,240,173,9,0,242,126,217,217,150,110,9,0,242,126,217,217,176,112,9,0,242,126,224,16,251,59,11,0,243,126,159,57,34,41,6,0,244,126,121,121,215,132,7,0,246,254,28,251,66,46,9,0,246,254,28,251,227,49,9,0,247,254,119,2,233,14,9,0,247,254,119,2,209,23,9,0,247,254,119,2,194,32,9,0,249,254,172,242,56,66,6,0,254,126,195,169,25,155,6,0,5,255,15,183,123,201,8,0,8,255,65,45,101,146,9,0,8,255,65,45,61,147,9,0,9,255,114,117,97,39,7,0,12,255,68,69,155,33,12,0,14,127,102,53,83,218,10,0,14,127,102,53,181,219,10,0,15,255,208,249,150,38,7,0,15,255,41,117,250,5,12,0,17,255,130,67,220,186,11,0,18,255,172,133,120,23,7,0,18,127,57,231,135,65,7,0,18,255,215,197,81,205,7,0,18,255,226,131,79,9,10,0,18,255,226,131,123,9,10,0,18,255,215,197,226,217,10,0,18,255,215,197,33,218,10,0,22,127,64,185,6,153,7,0,22,127,205,34,138,249,10,0,24,127,222,229,147,119,8,0,24,127,222,229,110,173,8,0,25,255,151,199,215,29,10,0,25,255,151,199,250,29,10,0,25,255,151,199,27,30,10,0,36,127,5,204,154,3,7,0,36,127,36,195,98,160,10,0,37,127,16,144,62,66,7,0,37,255,7,253,92,79,8,0,37,255,7,253,138,79,8,0,37,255,7,253,186,79,8,0,39,127,50,99,202,163,7,0,40,255,57,228,91,164,9,0,40,255,57,228,117,164,9,0,40,127,199,172,91,8,12,0,43,127,81,190,126,199,11,0,45,255,170,145,223,115,7,0,46,255,22,102,26,33,7,0,47,255,146,139,216,53,7,0,47,255,112,187,195,87,11,0,48,127,155,237,142,184,10,0,48,127,155,237,59,185,10,0,49,255,72,94,134,97,7,0,49,255,39,11,168,141,9,0,49,255,39,11,184,142,9,0,50,255,236,240,42,196,10,0,50,255,236,240,219,196,10,0,54,127,213,202,74,51,7,0,55,127,156,248,202,163,7,0,58,127,144,47,134,97,7,0,60,127,122,196,158,207,10,0,60,127,122,196,47,210,10,0,61,127,236,238,7,29,7,0,62,255,32,31,98,160,10,0,65,127,102,68,62,66,7,0,67,127,138,81,212,73,7,0,67,127,150,119,111,90,10,0,67,127,150,119,70,91,10,0,69,255,37,224,1,99,7,0,69,255,37,224,0,101,7,0,70,255,230,242,233,21,11,0,72,127,227,113,56,207,8,0,73,127,204,207,86,64,7,0,73,255,102,121,202,57,9,0,73,255,102,121,240,62,9,0,76,127,29,234,202,240,5,0,77,255,213,243,202,163,7,0,78,255,36,58,113,54,7,0,78,127,145,16,174,74,11,0,80,127,64,245,218,165,11,0,81,255,62,99,254,147,7,0,81,127,73,113,144,178,10,0,81,127,73,113,233,178,10,0,81,127,73,113,65,179,10,0,82,127,230,201,70,65,7,0,82,255,166,207,163,137,10,0,83,127,173,241,4,72,11,0,86,127,178,7,154,241,9,0,86,127,178,7,86,242,9,0,87,127,201,210,86,64,7,0,87,127,94,89,202,163,7,0,89,255,127,118,61,50,7,0,90,255,147,212,120,191,7,0,90,127,169,206,51,168,9,0,90,127,169,206,146,168,9,0,91,127,86,6,233,14,9,0,91,127,86,6,209,23,9,0,91,127,86,6,194,32,9,0,93,255,162,147,70,120,11,0,94,127,82,90,136,223,9,0,94,127,82,90,157,223,9,0,95,255,63,0,56,207,8,0,98,255,177,36,192,179,10,0,98,255,177,36,42,180,10,0,101,127,73,130,201,142,7,0,102,255,83,24,214,48,6,0,102,255,83,24,1,107,10,0,102,255,83,24,45,107,10,0,102,127,88,47,128,195,10,0,103,127,209,134,219,39,10,0,103,127,209,134,244,39,10,0,108,255,244,95,140,215,6,0,109,255,115,106,42,182,7,0,109,255,47,126,158,207,10,0,109,255,47,126,47,210,10,0,110,127,61,238,211,79,6,0,112,127,5,102,115,237,11,0,113,255,13,174,135,65,7,0,113,127,188,129,62,66,7,0,113,127,221,26,254,147,7,0,113,255,45,127,228,134,8,0,113,127,239,58,230,242,11,0,114,127,128,111,104,145,7,0,115,255,206,80,15,109,7,0,115,255,241,193,67,169,7,0,115,127,98,176,192,177,11,0,118,127,150,171,93,153,7,0,119,255,155,51,14,249,8,0,120,255,166,98,111,125,7,0,121,255,163,160,215,63,6,0,121,255,163,160,173,122,6,0,121,255,163,160,88,128,6,0,121,255,156,9,202,163,7,0,123,127,151,250,232,91,7,0,127,127,82,19,149,19,7,0,127,255,91,167,120,191,7,0,129,127,243,253,116,6,7,0,130,255,249,44,211,75,8,0,132,127,46,139,207,7,10,0,132,127,46,139,27,8,10,0,134,127,69,213,254,147,7,0,135,127,16,246,25,93,9,0,135,127,16,246,212,94,9,0,137,255,89,196,31,70,9,0,137,255,89,196,104,71,9,0,137,255,89,196,179,72,9,0,138,127,155,121,217,135,7,0,138,255,219,126,66,46,9,0,138,255,219,126,227,49,9,0,142,127,238,181,98,160,10,0,144,127,94,182,159,88,11,0,145,127,226,141,188,183,11,0,147,255,46,57,67,167,8,0,147,255,46,57,96,167,8,0,147,127,183,27,107,1,10,0,149,255,189,184,94,37,6,0,151,255,12,122,0,171,6,0,153,127,139,253,120,202,8,0,153,255,163,87,50,70,11,0,153,127,139,253,240,107,11,0,160,127,255,130,226,242,6,0,163,255,88,116,244,122,10,0,163,255,88,116,156,123,10,0,165,127,116,29,98,87,7,0,165,127,116,40,53,165,8,0,165,127,116,29,17,14,9,0,166,255,149,205,212,73,7,0,167,127,109,196,128,158,8,0,168,127,246,63,233,14,9,0,168,127,246,63,209,23,9,0,168,127,246,63,194,32,9,0,168,127,233,181,158,123,11,0,170,255,48,53,99,238,6,0,171,255,188,79,117,12,6,0,172,127,253,27,27,54,9,0,172,127,253,27,191,54,9,0,172,127,253,27,104,55,9,0,174,255,237,63,202,163,7,0,176,127,65,237,138,17,7,0,176,255,55,200,31,70,9,0,176,255,55,200,104,71,9,0,176,255,55,200,179,72,9,0,179,255,163,165,113,54,7,0,180,255,77,221,183,61,11,0,183,255,138,40,83,218,10,0,183,255,138,40,181,219,10,0,184,255,86,112,201,142,7,0,185,127,206,133,131,90,7,0,185,127,125,34,248,90,11,0,185,127,125,34,12,91,11,0,185,127,125,34,79,102,11,0,189,127,222,199,27,11,6,0,189,127,35,96,253,94,7,0,189,255,162,113,226,156,11,0,191,255,201,148,152,163,7,0,193,127,45,127,129,114,7,0,195,255,205,81,223,60,7,0,196,127,92,115,85,232,8,0,200,255,15,233,42,161,11,0,202,127,234,254,106,113,6,0,202,127,255,164,54,120,7,0,207,255,188,167,31,70,9,0,207,255,188,167,104,71,9,0,207,255,188,167,179,72,9,0,209,127,125,120,248,24,11,0,210,127,148,209,3,16,12,0,210,127,148,209,120,18,12,0,210,127,148,209,241,24,12,0,211,255,156,38,47,22,7,0,211,255,156,38,82,22,7,0,213,255,191,200,122,184,8,0,213,255,191,200,8,185,8,0,213,255,191,200,139,185,8,0,213,255,184,44,64,109,9,0,213,255,184,44,204,109,9,0,214,127,248,233,179,206,6,0,214,255,200,52,52,226,6,0,214,255,99,154,86,154,10,0,214,255,99,154,163,154,10,0,217,127,35,118,33,249,11,0,218,255,206,34,254,147,7,0,219,127,230,121,127,110,7,0,219,255,43,173,120,191,7,0,221,255,188,185,202,46,7,0,221,127,60,92,208,9,10,0,221,127,60,92,231,9,10,0,222,127,160,177,35,24,12,0,224,255,13,24,224,83,7,0,225,255,192,190,98,160,10,0,229,127,12,36,51,46,6,0,229,127,12,36,87,182,7,0,231,255,16,145,15,109,7,0,233,127,66,227,116,6,7,0,234,255,55,208,67,169,7,0,235,127,245,28,49,241,5,0,235,255,201,148,254,147,7,0,236,255,93,97,17,96,10,0,236,255,93,97,83,97,10,0,236,255,93,97,152,98,10,0,236,255,130,182,17,53,11,0,238,255,10,159,247,169,9,0,238,255,10,159,71,171,9,0,238,255,10,159,153,172,9,0,238,255,10,159,240,173,9,0,240,255,203,80,142,66,8,0,242,127,215,18,67,169,7,0,244,255,32,120,182,41,7,0,245,127,51,98,167,128,9,0,245,127,51,98,133,129,9,0,249,255,248,131,191,60,11,0,250,127,22,126,111,125,7,0,253,127,213,246,46,105,7,0,253,255,31,27,214,89,8,0,255,127,81,190,202,163,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,15,35,78,77,67,111,111,107,105,101,66,97,110,110,101,114,2,1,200,141,53,246,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,16,35,95,95,109,116,49,54,51,95,95,99,111,111,107,105,101,2,1,151,18,202,81,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,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,17,35,97,108,101,114,116,66,111,120,67,111,108,108,97,112,115,101,2,1,199,107,209,67,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,13,35,98,115,116,114,45,45,110,111,116,105,99,101,2,1,109,203,190,212,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,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,13,35,99,111,110,115,101,110,116,80,111,112,117,112,2,1,156,249,143,139,0,16,1,15,35,99,111,110,115,101,110,116,80,111,112,117,112,66,103,2,1,156,249,143,139,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,11,35,99,111,111,107,105,101,45,98,111,120,2,1,178,187,138,19,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,2,70,113,86,123,95,156,229,149,0,16,1,22,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,2,1,127,234,3,26,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,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,20,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,243,180,86,91,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,15,35,99,111,111,107,105,101,45,119,114,97,112,112,101,114,2,1,241,254,100,239,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,4,2,55,34,22,74,50,75,69,138,155,223,14,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,15,35,99,111,111,107,105,101,115,45,97,99,99,101,112,116,2,1,16,85,98,79,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,16,35,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,2,1,2,55,110,230,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,18,35,100,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,2,197,138,33,124,238,8,25,172,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,14,35,101,116,45,103,100,112,114,45,112,111,112,117,112,2,1,132,210,40,87,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,20,35,103,100,112,114,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,38,192,135,41,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,24,35,103,100,112,114,95,99,111,111,107,105,101,95,105,110,102,111,95,98,97,114,45,119,114,2,1,84,30,22,58,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,25,35,103,111,111,103,108,101,95,99,111,111,107,105,101,95,98,111,120,95,98,111,116,116,111,109,2,1,73,251,235,42,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,17,35,105,110,102,111,99,111,111,107,105,101,95,109,111,100,97,108,2,1,214,231,254,102,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,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,18,35,111,116,45,99,111,111,107,105,101,95,95,98,97,110,110,101,114,2,1,57,225,243,100,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,2,12,54,40,11,188,95,220,66,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,24,35,112,111,108,105,99,121,45,114,101,103,117,108,97,116,105,111,110,45,112,111,112,117,112,2,1,126,242,236,76,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,1,94,119,187,242,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,36,35,112,112,45,103,108,111,98,97,108,45,116,104,105,114,100,45,112,97,114,116,121,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,142,253,233,235,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,7,56,20,180,230,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,4,55,183,124,132,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,17,35,112,114,105,118,97,99,121,95,99,111,108,108,97,112,115,101,2,1,72,76,158,84,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,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,28,35,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,141,231,168,69,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,28,46,95,103,101,116,98,108,111,99,107,95,117,105,95,99,111,111,107,105,101,95,49,109,53,57,56,95,49,2,1,49,112,224,200,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,13,46,98,111,100,121,45,111,118,101,114,108,97,121,2,1,21,123,141,168,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,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,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,68,76,84,107,106,2,1,38,157,76,56,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,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,2,151,204,63,242,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,15,46,99,99,112,97,45,109,115,103,45,97,100,100,101,100,2,1,199,67,246,111,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,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,2,148,140,163,251,162,238,247,224,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,17,46,99,109,112,45,99,111,111,107,105,101,98,97,110,110,101,114,2,1,245,67,194,4,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,26,46,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,98,97,99,107,103,114,111,117,110,100,2,1,162,248,6,14,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,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,5,191,143,114,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,3,11,59,220,105,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,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,4,55,183,136,121,112,74,100,228,151,170,138,220,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,20,46,99,111,111,107,105,101,95,112,111,112,117,112,45,100,105,97,108,111,103,2,1,137,165,141,131,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,22,46,99,111,111,107,105,101,115,45,110,111,116,105,99,101,45,98,97,110,110,101,114,2,1,54,102,192,251,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,15,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,2,1,49,255,50,96,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,2,97,177,237,22,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,33,46,99,115,115,45,57,56,53,51,120,50,45,111,118,101,114,108,97,121,45,79,118,101,114,108,97,121,83,99,114,101,101,110,2,1,181,134,243,175,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,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,18,46,101,110,115,80,114,105,118,97,99,121,77,97,110,97,103,101,114,2,1,148,184,146,21,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,5,22,48,173,193,154,7,215,167,234,113,79,58,243,162,21,62,249,190,68,144,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,12,46,103,98,112,45,111,118,101,114,108,97,121,2,1,148,184,146,21,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,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,13,46,108,115,117,99,99,111,118,101,114,108,97,121,2,1,104,141,210,29,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,3,55,174,147,20,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,20,46,109,111,100,95,99,111,111,107,105,101,115,95,119,114,97,112,112,101,114,2,1,85,130,65,141,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,2,232,132,194,234,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,20,46,110,111,114,115,95,99,111,111,107,105,101,115,95,110,111,116,105,99,101,2,1,148,201,109,36,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,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,3,35,197,252,109,77,162,118,88,163,254,208,129,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,10,46,112,115,45,99,111,111,107,105,101,2,1,137,243,45,223,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,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,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,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,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,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,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,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,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,20,46,115,116,105,99,107,121,45,115,108,111,116,45,101,108,101,109,101,110,116,2,1,199,67,246,111,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,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,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,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,23,46,116,117,116,111,114,105,97,108,95,98,97,110,110,101,114,95,99,111,111,107,105,101,2,1,225,81,22,135,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,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,18,46,117,105,45,119,105,100,103,101,116,45,111,118,101,114,108,97,121,2,1,137,165,141,131,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,35,100,105,118,91,99,108,97,115,115,42,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,240,215,125,227,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,10,102,101,100,101,120,45,103,100,112,114,2,1,127,239,71,198,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,16,46,99,111,111,107,105,101,45,105,110,102,111,45,118,50,52,2,2,2,87,49,190,132,79,106,41,0,8,1,27,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,46,99,111,111,107,105,101,45,105,110,102,111,2,2,2,87,49,190,132,79,106,41,0,8,1,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,2,2,117,166,135,31,169,223,202,188,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,4,35,99,99,99,2,3,38,157,49,63,166,215,159,96,234,2,81,84,0,8,1,18,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,2,4,133,172,255,18,148,201,156,249,151,210,129,205,158,211,197,165,0,16,1,18,35,105,117,98,101,110,100,97,45,99,115,45,98,97,110,110,101,114,2,3,8,195,158,174,151,116,10,166,208,203,244,42,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,7,20,32,254,2,37,106,62,252,104,232,242,202,118,101,61,170,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,24,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,123,254,189,70,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,194,197,253,49,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,6,9,19,50,11,23,42,34,178,66,69,126,108,118,24,215,4,165,162,39,73,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,9,21,235,211,108,28,36,228,18,39,54,215,185,39,114,242,84,71,156,238,113,108,29,175,60,151,19,115,243,174,61,148,14,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,8,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,178,114,81,248,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,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,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,2,7,35,172,223,143,61,60,115,192,76,84,202,157,84,90,15,169,148,193,232,236,162,70,174,237,192,119,168,146,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,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,2,48,62,31,22,127,219,28,147,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,31,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,72,163,201,108,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,13,6,149,9,80,30,215,13,4,116,43,239,253,123,198,111,110,145,187,106,61,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,21,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,184,163,64,163,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,44,10,183,32,174,13,149,53,1,16,212,38,214,20,152,103,56,27,10,180,6,32,188,243,192,34,108,228,193,36,52,2,76,38,157,150,108,41,158,61,49,44,243,71,84,45,205,45,75,71,35,132,60,74,46,102,119,74,192,173,133,77,183,118,6,82,67,90,51,110,6,12,54,114,136,238,1,117,250,195,8,129,231,66,126,133,86,97,179,133,94,118,228,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,197,32,158,90,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,245,199,88,154,0,16,1,8,35,99,99,45,109,97,105,110,2,1,210,130,31,64,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,4,55,254,87,198,125,17,232,59,137,69,140,246,148,128,26,149,0,8,1,24,46,101,99,45,103,116,109,45,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,2,9,12,241,25,245,21,231,44,4,37,217,21,224,43,81,192,117,66,208,83,164,118,127,255,89,189,228,124,238,222,137,186,48,236,108,82,219,0,16,1,14,35,97,109,45,99,111,111,107,105,101,45,98,97,114,2,4,2,155,33,234,12,212,113,66,191,191,117,207,202,155,109,245,0,16,1,17,35,99,111,111,107,105,101,100,105,97,108,111,103,109,105,110,105,2,3,41,159,189,195,164,27,21,249,193,172,147,37,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,7,17,137,129,218,29,237,31,145,52,105,183,133,66,17,152,242,123,136,216,87,173,218,86,249,180,28,199,81,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,14,5,140,131,238,29,131,69,137,47,78,101,158,64,192,122,217,65,236,248,126,86,221,109,63,131,89,221,60,132,52,224,198,179,48,76,231,193,250,134,170,205,28,86,225,217,48,115,72,225,206,43,47,227,110,179,40,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,14,35,99,111,111,107,105,101,45,110,111,116,105,99,101,2,19,13,12,166,1,13,185,238,183,18,99,133,170,71,90,114,102,79,4,135,175,109,65,34,104,127,3,254,211,139,242,35,78,145,139,239,81,154,1,161,161,167,61,116,82,167,154,152,176,172,123,228,86,174,59,27,62,207,210,95,75,218,9,150,9,218,194,33,172,218,194,144,96,255,203,230,217,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,19,46,100,105,115,99,108,97,105,109,101,114,45,111,118,101,114,108,97,121,2,2,100,122,117,231,194,70,152,214,0,8,1,15,46,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,15,4,84,167,187,43,192,178,243,44,124,28,88,59,38,53,6,99,224,132,34,118,102,170,93,134,153,94,7,138,44,97,203,148,185,40,182,154,44,218,11,162,248,6,14,187,125,80,201,219,134,41,148,235,239,144,190,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,10,3,238,109,215,10,239,0,117,13,190,13,38,101,203,34,228,122,7,88,43,126,23,191,35,127,216,76,199,127,248,123,175,172,124,211,234,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,3,26,177,116,167,132,94,73,6,135,86,1,16,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,225,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,202,235,15,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,2,4,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,111,220,118,191,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,151,165,163,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,210,126,2,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,53,238,65,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,252,161,58,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,81,168,158,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,23,2,93,119,96,3,82,150,21,34,211,154,3,40,207,41,173,54,30,34,113,55,174,251,179,66,173,236,144,72,118,125,110,88,198,163,24,92,118,55,175,93,152,40,161,126,22,99,230,129,177,42,42,147,244,199,200,172,2,192,212,191,243,194,235,204,204,121,186,219,82,225,1,224,69,220,71,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,11,35,115,112,111,112,117,112,67,111,110,116,2,4,160,173,94,215,161,24,187,219,192,170,168,126,251,242,168,134,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,30,12,119,237,50,15,107,150,20,31,73,207,99,31,73,211,185,38,157,52,85,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,116,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,105,169,229,54,127,233,80,55,186,90,237,55,245,234,158,61,179,249,212,65,164,191,186,65,237,75,129,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,234,228,250,188,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,163,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,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,18,76,36,64,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,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,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,88,70,62,71,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,24,8,178,136,16,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,169,56,43,225,199,239,115,245,204,48,243,60,210,85,140,119,214,151,208,156,217,237,95,228,219,29,87,135,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,27,122,16,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,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,84,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,244,99,0,112,246,29,244,192,252,195,248,186,253,58,169,247,0,8,1,6,46,107,108,97,114,111,2,8,36,18,226,202,97,124,192,158,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,145,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,82,27,39,69,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,185,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,160,86,195,60,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,6,8,121,24,235,12,187,55,121,19,79,34,220,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,45,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,136,127,209,85,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,35,2,30,222,178,3,75,218,75,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,15,18,137,232,103,21,23,5,191,31,73,170,1,38,201,81,48,56,91,121,48,70,241,217,172,85,195,143,71,106,204,145,155,119,142,119,44,124,153,156,166,124,239,110,191,138,185,221,250,152,180,36,68,196,134,204,10,247,76,135,194,0,8,1,20,46,99,97,100,114,101,95,97,108,101,114,116,95,99,111,111,107,105,101,115,2,1,7,211,103,3,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,2,47,200,194,42,244,70,84,140,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,76,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,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,158,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,189,254,217,73,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,8,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,251,189,101,223,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,14,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,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,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,76,163,4,101,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,184,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,27,111,19,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,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,22,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,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,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,104,244,192,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,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,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,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,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,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,127,56,109,227,127,93,124,105,127,148,114,179,128,87,244,163,128,175,17,223,128,179,219,178,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,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,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,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,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,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,233,196,65,7,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,1,4,51,252,17,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,87,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,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,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,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,3,8,133,149,37,40,97,160,198,130,117,230,227,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,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,1,1,22,179,221,50,0,2,1,29,114,99,44,32,116,99,45,109,111,100,97,108,45,111,112,101,110,44,32,98,111,100,121,44,32,115,116,97,121,2,1,190,20,76,129,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,56,115,101,116,45,99,111,111,107,105,101,44,32,111,118,97,116,105,111,110,46,118,50,48,50,51,49,48,48,54,46,101,115,115,101,110,116,105,97,108,115,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,169,51,112,56,0,2,1,19,115,101,116,45,99,111,111,107,105,101,44,32,99,98,110,114,44,32,49,2,1,126,145,204,84,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,32,115,101,116,45,99,111,111,107,105,101,44,32,112,117,114,101,99,111,111,107,105,101,68,105,115,109,105,115,115,44,32,49,2,1,138,5,241,212,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,56,107,179,217,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,110,111,116,105,99,101,44,32,116,114,117,101,2,1,77,62,92,28,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,102,105,103,115,104,97,114,101,45,99,111,111,107,105,101,115,45,101,115,115,101,110,116,105,97,108,44,32,116,114,117,101,2,30,10,159,134,225,11,177,79,121,27,123,85,112,33,20,15,168,49,44,163,108,71,130,170,80,83,84,71,8,83,117,184,105,93,0,209,9,97,1,75,101,105,23,64,14,111,164,68,138,120,253,237,63,124,215,70,177,128,152,16,44,145,177,89,196,150,47,235,200,157,35,59,31,165,53,2,16,192,222,166,95,196,236,163,156,212,67,89,11,215,255,159,137,217,137,149,174,243,201,168,34,246,215,118,177,250,130,51,209,252,215,205,104,254,30,115,173,255,79,229,236,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,30,10,159,134,225,11,177,79,121,27,123,85,112,33,20,15,168,49,44,163,108,71,130,170,80,83,84,71,8,83,117,184,105,93,0,209,9,97,1,75,101,105,23,64,14,111,164,68,138,120,253,237,63,124,215,70,177,128,152,16,44,145,177,89,196,150,47,235,200,157,35,59,31,165,53,2,16,192,222,166,95,196,236,163,156,212,67,89,11,215,255,159,137,217,137,149,174,243,201,168,34,246,215,118,177,250,130,51,209,252,215,205,104,254,30,115,173,255,79,229,236,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,52,115,101,116,45,99,111,111,107,105,101,44,32,97,114,116,112,108,95,99,109,112,95,99,111,111,107,105,101,115,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,71,252,19,104,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,114,111,100,111,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,107,203,44,254,0,2,1,17,115,101,116,45,99,111,111,107,105,101,44,32,111,97,44,32,48,2,1,230,137,173,176,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,108,97,121,101,114,67,111,111,107,105,101,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,2,8,221,13,195,68,100,130,213,0,2,1,46,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,80,114,101,102,101,114,101,110,99,101,115,77,101,115,115,97,103,101,44,32,49,2,1,13,202,166,14,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,104,105,100,101,80,111,112,117,112,44,32,116,114,117,101,2,1,249,190,68,144,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,4,7,72,165,69,66,163,184,177,91,69,154,113,234,51,138,52,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,4,7,72,165,69,66,163,184,177,91,69,154,113,234,51,138,52,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,108,97,121,101,114,44,32,49,2,4,7,72,165,69,66,163,184,177,91,69,154,113,234,51,138,52,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,71,68,80,82,95,86,69,82,83,73,79,78,44,32,49,2,2,14,36,207,237,230,51,33,93,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,71,68,80,82,95,76,69,86,69,76,44,32,49,2,2,14,36,207,237,230,51,33,93,0,2,1,53,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,45,105,111,44,32,110,101,99,101,115,115,97,114,121,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,158,248,156,19,0,2,1,37,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,45,105,111,45,103,100,112,114,44,32,49,2,1,158,248,156,19,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,95,112,111,112,117,112,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,201,194,54,189,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,83,104,111,119,110,44,32,116,114,117,101,2,1,9,117,214,165,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,108,97,121,101,114,44,32,49,44,32,44,32,100,111,109,97,105,110,44,32,46,105,102,111,114,116,117,110,97,46,99,122,2,1,122,90,103,16,0,2,1,51,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,44,32,44,32,100,111,109,97,105,110,44,32,46,105,102,111,114,116,117,110,97,46,99,122,2,1,122,90,103,16,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,102,105,114,109,101,100,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,2,72,132,95,126,194,26,235,131,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,77,105,99,114,111,99,101,110,116,101,114,80,114,105,118,97,99,121,44,32,65,99,99,101,112,116,101,100,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,233,130,253,241,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,118,105,100,101,111,44,32,116,114,117,101,2,2,8,221,13,195,68,100,130,213,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,158,112,73,186,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,34,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,114,101,106,101,99,116,2,1,198,22,40,136,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,98,97,110,110,101,114,95,112,114,101,102,101,114,101,110,99,101,44,32,114,101,106,101,99,116,2,1,154,143,238,194,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,237,161,83,155,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,95,99,107,95,100,101,99,105,115,105,111,110,44,32,49,2,1,15,120,60,153,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,66,71,68,69,83,75,84,79,80,95,84,69,82,77,83,44,32,49,2,1,223,195,2,27,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,121,99,99,98,44,32,79,75,2,1,148,192,186,168,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,99,111,111,107,105,101,114,101,103,97,44,32,48,2,1,54,214,214,215,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,3,1,12,34,222,144,17,25,189,74,163,38,14,21,127,54,178,46,174,54,222,5,50,83,219,72,210,117,78,207,150,120,48,93,65,125,148,50,90,168,24,235,65,169,252,220,69,186,65,56,6,186,145,114,186,189,91,98,89,206,193,39,26,212,106,89,220,215,78,176,18,233,144,83,166,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,109,97,110,100,97,116,111,114,121,44,32,116,114,117,101,2,1,226,89,129,122,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,65,99,99,101,112,116,44,32,116,114,117,101,2,1,129,71,149,231,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,31,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,17,240,170,83,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,34,115,101,116,45,99,111,111,107,105,101,44,32,118,101,101,113,111,95,99,111,110,115,101,110,116,44,32,103,114,97,110,116,101,100,2,1,126,21,193,244,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,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,49,2,1,168,244,148,114,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,4,153,11,192,77,226,171,152,4,237,56,29,7,242,81,115,168,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,117,100,95,97,99,99,101,112,116,95,109,97,114,107,101,116,105,110,103,95,99,111,111,107,105,101,115,44,32,110,111,2,1,210,204,86,113,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,117,100,95,97,99,99,101,112,116,95,97,110,97,108,121,116,105,99,97,108,95,99,111,111,107,105,101,115,44,32,110,111,2,1,210,204,86,113,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,65,99,99,101,112,116,101,100,65,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,1,248,186,65,32,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,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,68,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,133,162,90,82,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,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,99,104,101,99,107,44,32,116,114,117,101,2,1,132,212,46,192,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,95,116,116,67,111,111,107,105,101,80,101,114,109,105,115,115,105,111,110,115,44,32,110,111,2,1,178,196,99,165,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,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,34,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,102,97,108,115,101,2,1,111,54,157,152,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,3,25,100,151,84,87,153,254,114,152,214,161,96,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,5,75,60,185,220,103,6,15,161,107,252,187,28,137,243,45,223,253,246,48,195,0,2,1,61,116,114,117,115,116,101,100,45,115,101,116,45,99,111,111,107,105,101,44,32,66,50,66,67,108,111,117,100,84,114,97,99,107,105,110,103,44,32,68,105,115,97,98,108,101,100,44,32,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,150,168,128,248,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,91,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,80,209,200,20,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,174,126,186,133,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,211,14,67,77,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,251,189,101,223,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,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,35,157,192,72,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,118,105,101,119,101,100,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,122,175,75,143,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,100,110,116,95,109,101,115,115,97,103,101,95,115,104,111,119,110,44,32,49,2,1,218,183,89,187,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,110,101,99,101,115,115,97,114,121,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,72,118,125,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,109,97,114,107,101,116,105,110,103,67,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,72,118,125,110,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,101,114,115,111,110,97,108,105,115,97,116,105,111,110,67,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,72,118,125,110,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,111,112,101,110,95,109,111,100,97,108,95,117,112,100,97,116,101,95,112,111,108,105,99,121,44,32,49,2,1,139,196,70,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,99,111,111,107,105,101,105,110,102,111,44,32,49,2,1,154,134,243,233,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,49,2,1,202,34,230,197,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,1,218,202,215,89,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,69,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,115,97,101,45,99,111,110,118,101,114,115,97,116,105,111,110,97,108,45,99,111,110,115,101,110,116,45,109,115,103,45,99,108,111,115,101,100,44,32,116,114,117,101,2,4,26,136,167,200,73,168,249,172,139,237,34,25,253,31,221,182,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,54,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,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,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,54,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,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,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,53,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,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,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,2,127,120,14,204,221,77,163,218,0,0,5,4,98,111,100,121,2,2,127,120,14,204,221,77,163,218,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,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,36,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,178,86,139,196,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,36,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,178,86,139,196,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,36,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,178,86,139,196,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,79,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,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,79,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,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,79,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,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,16,1,15,35,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,179,180,56,192,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,179,180,56,192,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,179,180,56,192,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,0,1,17,100,105,118,46,99,111,111,107,105,101,67,111,110,115,101,110,116,2,1,195,102,24,144,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,195,102,24,144,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,195,102,24,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,18,35,99,111,111,107,105,101,45,108,97,119,45,100,105,97,108,111,103,2,1,187,168,65,38,0,2,1,28,114,99,44,32,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,187,168,65,38,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,21,3,221,144,204,43,188,37,115,50,217,111,172,65,36,162,50,75,79,197,104,86,35,200,87,86,150,59,209,96,228,222,49,101,227,144,63,113,231,212,96,114,229,117,243,115,158,80,10,126,243,151,235,146,97,201,138,166,105,26,25,179,246,70,248,194,197,253,34,206,239,240,190,212,252,75,230,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,10,46,99,99,45,98,97,110,110,101,114,2,1,218,179,102,114,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,218,179,102,114,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,218,179,102,114,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,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,8,20,139,148,117,37,30,38,181,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,8,20,139,148,117,37,30,38,181,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,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,37,30,38,181,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,2,15,68,35,37,55,19,172,164,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,2,15,68,35,37,55,19,172,164,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,15,68,35,37,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,16,1,15,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,181,217,105,31,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,1,100,250,206,155,0,0,5,4,104,116,109,108,2,1,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,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,16,1,14,35,99,111,111,107,105,101,115,45,112,111,112,117,112,2,1,150,49,252,108,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,150,49,252,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,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,3,79,202,148,158,103,157,221,223,147,105,212,67,0,0,5,4,104,116,109,108,2,3,79,202,148,158,103,157,221,223,147,105,212,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,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,10,12,207,215,243,126,114,76,196,146,45,146,227,157,11,166,188,189,42,168,76,203,52,109,75,222,151,29,176,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,10,12,207,215,243,126,114,76,196,146,45,146,227,157,11,166,188,189,42,168,76,203,52,109,75,222,151,29,176,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,8,12,207,215,243,126,114,76,196,146,45,146,227,157,11,166,188,189,42,168,76,203,52,109,75,222,151,29,176,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,16,1,14,35,99,111,111,107,105,101,115,45,112,111,112,117,112,2,6,5,147,16,121,74,26,146,23,83,217,28,97,105,69,242,36,131,226,255,18,134,206,4,177,0,0,5,4,98,111,100,121,2,6,5,147,16,121,74,26,146,23,83,217,28,97,105,69,242,36,131,226,255,18,134,206,4,177,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,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,5,62,251,156,48,70,226,50,173,109,194,169,12,134,209,224,74,148,179,239,177,0,0,5,9,98,111,100,121,44,104,116,109,108,2,5,62,251,156,48,70,226,50,173,109,194,169,12,134,209,224,74,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,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,3,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,3,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,16,1,6,35,107,108,97,114,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,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,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,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,241,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,128,97,64,29,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,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,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,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,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,2,1,42,93,24,21,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,22,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,2,1,248,104,14,148,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,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,21,46,116,119,111,100,111,100,105,103,105,116,97,108,45,45,99,111,111,107,105,101,2,1,81,89,186,152,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,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,32,114,101,118,111,108,117,116,105,111,110,45,101,48,48,52,54,48,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,1,158,248,228,83,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,11,117,110,105,103,114,97,122,45,99,109,112,2,1,129,235,216,101,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,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,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,2,6,178,251,153,182,130,255,236,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,7,35,67,111,111,107,105,101,2,1,110,6,87,126,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,2,64,214,79,118,146,172,130,144,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,18,97,112,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,108,27,122,16,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,17,97,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,15,119,237,159,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,11,35,99,107,95,99,111,111,107,105,101,115,2,1,254,215,92,166,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,11,98,111,120,45,99,111,111,107,105,101,115,2,1,182,82,82,161,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,7,35,67,111,111,107,105,101,2,1,147,165,67,188,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,13,35,99,111,111,107,105,101,66,117,116,116,111,110,2,1,59,253,176,144,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,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,13,46,99,111,111,107,105,101,115,45,105,110,102,111,2,1,176,154,183,14,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,17,35,99,111,110,115,101,110,116,45,98,111,120,45,108,103,112,100,2,1,244,216,227,181,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,13,35,109,111,100,97,108,45,112,111,108,105,99,121,2,1,19,202,11,216,0,16,1,12,35,109,111,100,97,108,67,111,111,107,105,101,2,1,63,240,196,250,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,4,46,99,104,50,2,1,97,87,190,160,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,16,35,99,111,111,107,105,101,97,103,114,101,101,109,101,110,116,2,1,17,128,74,157,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,32,35,105,110,100,101,120,105,115,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,2,1,83,255,227,57,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,34,46,67,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,95,99,111,110,116,97,105,110,101,114,95,95,68,98,76,49,83,2,1,51,64,39,91,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,36,46,67,111,111,107,105,101,66,97,110,110,101,114,95,95,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,95,67,86,112,95,50,2,1,167,86,108,171,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,18,35,65,108,108,111,119,67,111,111,107,105,101,115,77,111,100,97,108,2,1,115,54,182,246,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,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,23,35,99,111,110,116,97,105,110,101,114,65,99,116,105,111,110,77,101,115,115,97,103,101,2,1,30,248,8,178,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,15,35,99,111,110,116,101,110,116,79,118,101,114,108,97,121,2,1,95,162,182,94,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,16,35,99,111,111,107,105,101,98,97,114,45,111,117,116,101,114,2,1,61,230,47,166,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,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,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,115,54,182,246,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,21,46,112,114,105,118,97,99,121,45,105,110,102,111,45,109,101,115,115,97,103,101,2,1,62,4,219,146,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,14,46,115,104,97,100,111,119,45,98,112,45,100,105,118,2,1,62,4,219,146,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,16,46,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,220,152,159,97,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,13,46,112,100,112,97,45,119,114,97,112,112,101,114,2,1,147,89,21,222,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,15,46,110,111,116,121,45,99,111,110,116,97,105,110,101,114,2,1,79,103,227,180,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,32,0,0,0,61,210,0,0,30,233,128,0,4,10,41,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,88,0,0,0,92,0,0,0,92,0,0,0,92,0,0,0,94,0,0,0,96,0,0,0,100,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,112,0,0,0,118,0,0,0,118,0,0,0,120,0,0,0,124,0,0,0,126,0,0,0,128,0,0,0,128,0,0,0,128,0,0,0,128,0,0,0,132,0,0,0,134,0,0,0,136,0,0,0,136,0,0,0,138,0,0,0,140,0,0,0,142,0,0,0,144,0,0,0,144,0,0,0,148,0,0,0,154,0,0,0,154,0,0,0,156,0,0,0,156,0,0,0,158,0,0,0,158,0,0,0,162,0,0,0,162,0,0,0,162,0,0,0,162,0,0,0,162,0,0,0,162,0,0,0,166,0,0,0,168,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,194,0,0,0,196,0,0,0,202,0,0,0,204,0,0,0,210,0,0,0,212,0,0,0,212,0,0,0,212,0,0,0,216,0,0,0,218,0,0,0,220,0,0,0,222,0,0,0,226,0,0,0,228,0,0,0,230,0,0,0,232,0,0,0,234,0,0,0,236,0,0,0,238,0,0,0,240,0,0,0,240,0,0,0,244,0,0,0,244,0,0,0,244,0,0,0,244,0,0,0,248,0,0,0,248,0,0,0,252,0,0,0,254,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,2,1,0,0,4,1,0,0,4,1,0,0,4,1,0,0,6,1,0,0,12,1,0,0,12,1,0,0,16,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,26,1,0,0,28,1,0,0,30,1,0,0,30,1,0,0,30,1,0,0,32,1,0,0,34,1,0,0,36,1,0,0,38,1,0,0,42,1,0,0,44,1,0,0,44,1,0,0,46,1,0,0,48,1,0,0,52,1,0,0,54,1,0,0,56,1,0,0,56,1,0,0,56,1,0,0,60,1,0,0,60,1,0,0,64,1,0,0,66,1,0,0,70,1,0,0,70,1,0,0,72,1,0,0,72,1,0,0,74,1,0,0,76,1,0,0,78,1,0,0,80,1,0,0,82,1,0,0,82,1,0,0,82,1,0,0,86,1,0,0,88,1,0,0,94,1,0,0,94,1,0,0,94,1,0,0,98,1,0,0,102,1,0,0,110,1,0,0,112,1,0,0,116,1,0,0,120,1,0,0,122,1,0,0,122,1,0,0,124,1,0,0,128,1,0,0,130,1,0,0,130,1,0,0,132,1,0,0,136,1,0,0,140,1,0,0,144,1,0,0,144,1,0,0,144,1,0,0,144,1,0,0,148,1,0,0,150,1,0,0,152,1,0,0,154,1,0,0,156,1,0,0,158,1,0,0,162,1,0,0,162,1,0,0,164,1,0,0,164,1,0,0,168,1,0,0,172,1,0,0,174,1,0,0,176,1,0,0,178,1,0,0,178,1,0,0,178,1,0,0,180,1,0,0,184,1,0,0,188,1,0,0,190,1,0,0,190,1,0,0,190,1,0,0,190,1,0,0,192,1,0,0,194,1,0,0,202,1,0,0,204,1,0,0,206,1,0,0,208,1,0,0,210,1,0,0,212,1,0,0,214,1,0,0,214,1,0,0,216,1,0,0,220,1,0,0,222,1,0,0,222,1,0,0,224,1,0,0,224,1,0,0,224,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,236,1,0,0,236,1,0,0,238,1,0,0,238,1,0,0,240,1,0,0,242,1,0,0,244,1,0,0,244,1,0,0,244,1,0,0,244,1,0,0,246,1,0,0,248,1,0,0,250,1,0,0,250,1,0,0,254,1,0,0,254,1,0,0,2,2,0,0,4,2,0,0,4,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,16,2,0,0,16,2,0,0,20,2,0,0,22,2,0,0,22,2,0,0,22,2,0,0,22,2,0,0,26,2,0,0,26,2,0,0,26,2,0,0,28,2,0,0,28,2,0,0,30,2,0,0,32,2,0,0,36,2,0,0,36,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,50,2,0,0,54,2,0,0,58,2,0,0,64,2,0,0,66,2,0,0,70,2,0,0,72,2,0,0,72,2,0,0,72,2,0,0,76,2,0,0,76,2,0,0,80,2,0,0,84,2,0,0,88,2,0,0,90,2,0,0,90,2,0,0,92,2,0,0,92,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,102,2,0,0,102,2,0,0,102,2,0,0,102,2,0,0,102,2,0,0,104,2,0,0,106,2,0,0,108,2,0,0,110,2,0,0,112,2,0,0,112,2,0,0,112,2,0,0,114,2,0,0,116,2,0,0,122,2,0,0,122,2,0,0,124,2,0,0,132,2,0,0,132,2,0,0,132,2,0,0,132,2,0,0,132,2,0,0,134,2,0,0,138,2,0,0,138,2,0,0,142,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,154,2,0,0,154,2,0,0,158,2,0,0,162,2,0,0,164,2,0,0,164,2,0,0,168,2,0,0,170,2,0,0,172,2,0,0,172,2,0,0,174,2,0,0,176,2,0,0,180,2,0,0,182,2,0,0,182,2,0,0,184,2,0,0,186,2,0,0,188,2,0,0,190,2,0,0,194,2,0,0,194,2,0,0,194,2,0,0,196,2,0,0,202,2,0,0,204,2,0,0,204,2,0,0,206,2,0,0,208,2,0,0,214,2,0,0,214,2,0,0,216,2,0,0,218,2,0,0,218,2,0,0,220,2,0,0,220,2,0,0,222,2,0,0,222,2,0,0,226,2,0,0,226,2,0,0,228,2,0,0,230,2,0,0,230,2,0,0,232,2,0,0,236,2,0,0,238,2,0,0,238,2,0,0,238,2,0,0,238,2,0,0,240,2,0,0,242,2,0,0,242,2,0,0,244,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,250,2,0,0,250,2,0,0,254,2,0,0,0,3,0,0,6,3,0,0,10,3,0,0,10,3,0,0,10,3,0,0,12,3,0,0,14,3,0,0,14,3,0,0,18,3,0,0,18,3,0,0,20,3,0,0,20,3,0,0,20,3,0,0,22,3,0,0,24,3,0,0,24,3,0,0,26,3,0,0,30,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,46,3,0,0,50,3,0,0,52,3,0,0,52,3,0,0,52,3,0,0,54,3,0,0,54,3,0,0,56,3,0,0,58,3,0,0,58,3,0,0,62,3,0,0,66,3,0,0,68,3,0,0,70,3,0,0,74,3,0,0,78,3,0,0,82,3,0,0,82,3,0,0,84,3,0,0,86,3,0,0,88,3,0,0,92,3,0,0,98,3,0,0,98,3,0,0,98,3,0,0,102,3,0,0,102,3,0,0,104,3,0,0,106,3,0,0,106,3,0,0,108,3,0,0,112,3,0,0,112,3,0,0,112,3,0,0,112,3,0,0,114,3,0,0,114,3,0,0,120,3,0,0,120,3,0,0,124,3,0,0,124,3,0,0,128,3,0,0,130,3,0,0,132,3,0,0,132,3,0,0,132,3,0,0,136,3,0,0,136,3,0,0,136,3,0,0,138,3,0,0,142,3,0,0,148,3,0,0,148,3,0,0,150,3,0,0,152,3,0,0,154,3,0,0,156,3,0,0,158,3,0,0,160,3,0,0,162,3,0,0,166,3,0,0,166,3,0,0,168,3,0,0,168,3,0,0,168,3,0,0,168,3,0,0,168,3,0,0,172,3,0,0,172,3,0,0,172,3,0,0,172,3,0,0,174,3,0,0,178,3,0,0,182,3,0,0,182,3,0,0,182,3,0,0,188,3,0,0,190,3,0,0,196,3,0,0,198,3,0,0,200,3,0,0,202,3,0,0,204,3,0,0,206,3,0,0,206,3,0,0,206,3,0,0,206,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,212,3,0,0,222,3,0,0,222,3,0,0,226,3,0,0,228,3,0,0,228,3,0,0,230,3,0,0,232,3,0,0,232,3,0,0,232,3,0,0,232,3,0,0,236,3,0,0,238,3,0,0,238,3,0,0,238,3,0,0,240,3,0,0,242,3,0,0,244,3,0,0,248,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,254,3,0,0,254,3,0,0,254,3,0,0,254,3,0,0,2,4,0,0,4,4,0,0,6,4,0,0,8,4,0,0,10,4,0,0,10,4,0,0,12,4,0,0,14,4,0,0,16,4,0,0,16,4,0,0,16,4,0,0,18,4,0,0,20,4,0,0,20,4,0,0,20,4,0,0,22,4,0,0,22,4,0,0,26,4,0,0,28,4,0,0,30,4,0,0,32,4,0,0,34,4,0,0,36,4,0,0,36,4,0,0,38,4,0,0,38,4,0,0,38,4,0,0,42,4,0,0,44,4,0,0,54,4,0,0,54,4,0,0,56,4,0,0,58,4,0,0,60,4,0,0,60,4,0,0,60,4,0,0,62,4,0,0,66,4,0,0,70,4,0,0,72,4,0,0,76,4,0,0,76,4,0,0,78,4,0,0,80,4,0,0,82,4,0,0,82,4,0,0,84,4,0,0,84,4,0,0,84,4,0,0,84,4,0,0,86,4,0,0,86,4,0,0,88,4,0,0,88,4,0,0,94,4,0,0,94,4,0,0,98,4,0,0,98,4,0,0,98,4,0,0,98,4,0,0,98,4,0,0,100,4,0,0,104,4,0,0,104,4,0,0,104,4,0,0,104,4,0,0,104,4,0,0,110,4,0,0,112,4,0,0,112,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,126,4,0,0,128,4,0,0,128,4,0,0,130,4,0,0,132,4,0,0,134,4,0,0,134,4,0,0,136,4,0,0,138,4,0,0,138,4,0,0,138,4,0,0,138,4,0,0,142,4,0,0,144,4,0,0,150,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,162,4,0,0,162,4,0,0,168,4,0,0,170,4,0,0,174,4,0,0,176,4,0,0,178,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,184,4,0,0,186,4,0,0,186,4,0,0,186,4,0,0,186,4,0,0,188,4,0,0,190,4,0,0,190,4,0,0,190,4,0,0,192,4,0,0,194,4,0,0,196,4,0,0,202,4,0,0,208,4,0,0,212,4,0,0,214,4,0,0,220,4,0,0,226,4,0,0,228,4,0,0,230,4,0,0,230,4,0,0,234,4,0,0,240,4,0,0,242,4,0,0,244,4,0,0,246,4,0,0,248,4,0,0,250,4,0,0,252,4,0,0,254,4,0,0,2,5,0,0,2,5,0,0,2,5,0,0,2,5,0,0,4,5,0,0,6,5,0,0,10,5,0,0,14,5,0,0,16,5,0,0,18,5,0,0,18,5,0,0,20,5,0,0,24,5,0,0,26,5,0,0,28,5,0,0,30,5,0,0,30,5,0,0,36,5,0,0,38,5,0,0,42,5,0,0,44,5,0,0,44,5,0,0,44,5,0,0,46,5,0,0,50,5,0,0,54,5,0,0,54,5,0,0,56,5,0,0,56,5,0,0,56,5,0,0,60,5,0,0,64,5,0,0,68,5,0,0,70,5,0,0,72,5,0,0,72,5,0,0,74,5,0,0,74,5,0,0,78,5,0,0,78,5,0,0,80,5,0,0,82,5,0,0,86,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,94,5,0,0,94,5,0,0,96,5,0,0,100,5,0,0,102,5,0,0,104,5,0,0,104,5,0,0,106,5,0,0,108,5,0,0,110,5,0,0,112,5,0,0,112,5,0,0,116,5,0,0,116,5,0,0,120,5,0,0,122,5,0,0,126,5,0,0,130,5,0,0,134,5,0,0,134,5,0,0,134,5,0,0,136,5,0,0,140,5,0,0,144,5,0,0,146,5,0,0,148,5,0,0,148,5,0,0,148,5,0,0,150,5,0,0,150,5,0,0,156,5,0,0,156,5,0,0,160,5,0,0,164,5,0,0,166,5,0,0,168,5,0,0,168,5,0,0,170,5,0,0,176,5,0,0,180,5,0,0,184,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,190,5,0,0,194,5,0,0,194,5,0,0,196,5,0,0,200,5,0,0,206,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,216,5,0,0,216,5,0,0,218,5,0,0,218,5,0,0,218,5,0,0,220,5,0,0,222,5,0,0,224,5,0,0,228,5,0,0,228,5,0,0,228,5,0,0,228,5,0,0,234,5,0,0,236,5,0,0,236,5,0,0,238,5,0,0,240,5,0,0,242,5,0,0,242,5,0,0,246,5,0,0,248,5,0,0,248,5,0,0,248,5,0,0,248,5,0,0,250,5,0,0,252,5,0,0,254,5,0,0,254,5,0,0,2,6,0,0,2,6,0,0,2,6,0,0,2,6,0,0,4,6,0,0,4,6,0,0,4,6,0,0,6,6,0,0,8,6,0,0,8,6,0,0,10,6,0,0,14,6,0,0,14,6,0,0,16,6,0,0,20,6,0,0,20,6,0,0,30,6,0,0,30,6,0,0,30,6,0,0,32,6,0,0,34,6,0,0,34,6,0,0,36,6,0,0,40,6,0,0,42,6,0,0,42,6,0,0,42,6,0,0,50,6,0,0,50,6,0,0,52,6,0,0,54,6,0,0,62,6,0,0,62,6,0,0,62,6,0,0,62,6,0,0,66,6,0,0,68,6,0,0,72,6,0,0,74,6,0,0,78,6,0,0,80,6,0,0,80,6,0,0,82,6,0,0,82,6,0,0,84,6,0,0,86,6,0,0,88,6,0,0,90,6,0,0,90,6,0,0,90,6,0,0,94,6,0,0,96,6,0,0,100,6,0,0,106,6,0,0,106,6,0,0,110,6,0,0,112,6,0,0,114,6,0,0,116,6,0,0,118,6,0,0,126,6,0,0,126,6,0,0,126,6,0,0,126,6,0,0,128,6,0,0,128,6,0,0,128,6,0,0,132,6,0,0,134,6,0,0,136,6,0,0,136,6,0,0,136,6,0,0,138,6,0,0,142,6,0,0,142,6,0,0,144,6,0,0,144,6,0,0,146,6,0,0,148,6,0,0,150,6,0,0,152,6,0,0,154,6,0,0,158,6,0,0,162,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,166,6,0,0,170,6,0,0,172,6,0,0,180,6,0,0,182,6,0,0,186,6,0,0,186,6,0,0,188,6,0,0,188,6,0,0,196,6,0,0,196,6,0,0,198,6,0,0,198,6,0,0,202,6,0,0,204,6,0,0,208,6,0,0,210,6,0,0,214,6,0,0,218,6,0,0,224,6,0,0,224,6,0,0,224,6,0,0,228,6,0,0,228,6,0,0,230,6,0,0,230,6,0,0,232,6,0,0,236,6,0,0,240,6,0,0,242,6,0,0,244,6,0,0,248,6,0,0,252,6,0,0,2,7,0,0,2,7,0,0,6,7,0,0,12,7,0,0,12,7,0,0,14,7,0,0,18,7,0,0,20,7,0,0,24,7,0,0,30,7,0,0,32,7,0,0,34,7,0,0,34,7,0,0,36,7,0,0,38,7,0,0,42,7,0,0,50,7,0,0,52,7,0,0,52,7,0,0,54,7,0,0,56,7,0,0,58,7,0,0,66,7,0,0,66,7,0,0,68,7,0,0,74,7,0,0,78,7,0,0,80,7,0,0,84,7,0,0,84,7,0,0,84,7,0,0,84,7,0,0,88,7,0,0,88,7,0,0,92,7,0,0,92,7,0,0,92,7,0,0,94,7,0,0,96,7,0,0,98,7,0,0,102,7,0,0,106,7,0,0,110,7,0,0,112,7,0,0,112,7,0,0,114,7,0,0,118,7,0,0,118,7,0,0,118,7,0,0,120,7,0,0,120,7,0,0,122,7,0,0,122,7,0,0,124,7,0,0,128,7,0,0,128,7,0,0,130,7,0,0,130,7,0,0,132,7,0,0,136,7,0,0,140,7,0,0,142,7,0,0,144,7,0,0,144,7,0,0,148,7,0,0,150,7,0,0,150,7,0,0,150,7,0,0,158,7,0,0,164,7,0,0,166,7,0,0,166,7,0,0,170,7,0,0,178,7,0,0,180,7,0,0,182,7,0,0,186,7,0,0,190,7,0,0,194,7,0,0,196,7,0,0,202,7,0,0,204,7,0,0,206,7,0,0,208,7,0,0,210,7,0,0,210,7,0,0,210,7,0,0,210,7,0,0,210,7,0,0,212,7,0,0,212,7,0,0,214,7,0,0,214,7,0,0,216,7,0,0,220,7,0,0,222,7,0,0,224,7,0,0,228,7,0,0,232,7,0,0,238,7,0,0,238,7,0,0,244,7,0,0,246,7,0,0,246,7,0,0,248,7,0,0,250,7,0,0,250,7,0,0,254,7,0,0,0,8,0,0,0,8,0,0,2,8,0,0,16,8,0,0,18,8,0,0,22,8,0,0,22,8,0,0,22,8,0,0,24,8,0,0,32,8,0,0,34,8,0,0,38,8,0,0,38,8,0,0,42,8,0,0,44,8,0,0,46,8,0,0,52,8,0,0,54,8,0,0,56,8,0,0,58,8,0,0,62,8,0,0,64,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,70,8,0,0,70,8,0,0,70,8,0,0,72,8,0,0,74,8,0,0,74,8,0,0,74,8,0,0,84,8,0,0,86,8,0,0,88,8,0,0,88,8,0,0,88,8,0,0,92,8,0,0,92,8,0,0,92,8,0,0,94,8,0,0,100,8,0,0,102,8,0,0,104,8,0,0,104,8,0,0,108,8,0,0,110,8,0,0,112,8,0,0,114,8,0,0,116,8,0,0,118,8,0,0,122,8,0,0,124,8,0,0,126,8,0,0,126,8,0,0,126,8,0,0,134,8,0,0,134,8,0,0,136,8,0,0,138,8,0,0,138,8,0,0,142,8,0,0,144,8,0,0,144,8,0,0,146,8,0,0,146,8,0,0,146,8,0,0,148,8,0,0,156,8,0,0,156,8,0,0,158,8,0,0,158,8,0,0,158,8,0,0,160,8,0,0,162,8,0,0,164,8,0,0,164,8,0,0,164,8,0,0,164,8,0,0,164,8,0,0,164,8,0,0,164,8,0,0,170,8,0,0,170,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,182,8,0,0,182,8,0,0,182,8,0,0,182,8,0,0,182,8,0,0,186,8,0,0,188,8,0,0,188,8,0,0,192,8,0,0,196,8,0,0,196,8,0,0,202,8,0,0,206,8,0,0,210,8,0,0,212,8,0,0,216,8,0,0,218,8,0,0,220,8,0,0,224,8,0,0,224,8,0,0,224,8,0,0,224,8,0,0,224,8,0,0,228,8,0,0,228,8,0,0,234,8,0,0,236,8,0,0,238,8,0,0,238,8,0,0,238,8,0,0,240,8,0,0,240,8,0,0,240,8,0,0,242,8,0,0,242,8,0,0,244,8,0,0,244,8,0,0,244,8,0,0,246,8,0,0,250,8,0,0,250,8,0,0,250,8,0,0,2,9,0,0,4,9,0,0,4,9,0,0,4,9,0,0,12,9,0,0,12,9,0,0,14,9,0,0,14,9,0,0,14,9,0,0,14,9,0,0,18,9,0,0,20,9,0,0,24,9,0,0,24,9,0,0,30,9,0,0,32,9,0,0,32,9,0,0,34,9,0,0,34,9,0,0,38,9,0,0,40,9,0,0,42,9,0,0,42,9,0,0,44,9,0,0,48,9,0,0,48,9,0,0,52,9,0,0,54,9,0,0,64,9,0,0,64,9,0,0,66,9,0,0,70,9,0,0,74,9,0,0,76,9,0,0,78,9,0,0,80,9,0,0,82,9,0,0,84,9,0,0,84,9,0,0,86,9,0,0,86,9,0,0,88,9,0,0,90,9,0,0,94,9,0,0,98,9,0,0,104,9,0,0,106,9,0,0,106,9,0,0,106,9,0,0,108,9,0,0,110,9,0,0,110,9,0,0,112,9,0,0,116,9,0,0,116,9,0,0,120,9,0,0,120,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,134,9,0,0,138,9,0,0,140,9,0,0,142,9,0,0,142,9,0,0,150,9,0,0,150,9,0,0,150,9,0,0,152,9,0,0,154,9,0,0,154,9,0,0,156,9,0,0,160,9,0,0,160,9,0,0,166,9,0,0,166,9,0,0,170,9,0,0,172,9,0,0,174,9,0,0,176,9,0,0,176,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,184,9,0,0,188,9,0,0,192,9,0,0,194,9,0,0,196,9,0,0,198,9,0,0,200,9,0,0,202,9,0,0,204,9,0,0,204,9,0,0,204,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,220,9,0,0,222,9,0,0,222,9,0,0,230,9,0,0,236,9,0,0,238,9,0,0,240,9,0,0,240,9,0,0,242,9,0,0,246,9,0,0,250,9,0,0,254,9,0,0,2,10,0,0,2,10,0,0,2,10,0,0,6,10,0,0,10,10,0,0,10,10,0,0,12,10,0,0,14,10,0,0,16,10,0,0,20,10,0,0,28,10,0,0,30,10,0,0,32,10,0,0,32,10,0,0,32,10,0,0,32,10,0,0,38,10,0,0,40,10,0,0,42,10,0,0,44,10,0,0,50,10,0,0,54,10,0,0,56,10,0,0,58,10,0,0,62,10,0,0,64,10,0,0,64,10,0,0,66,10,0,0,70,10,0,0,76,10,0,0,78,10,0,0,80,10,0,0,82,10,0,0,82,10,0,0,82,10,0,0,84,10,0,0,86,10,0,0,88,10,0,0,90,10,0,0,90,10,0,0,94,10,0,0,98,10,0,0,98,10,0,0,98,10,0,0,98,10,0,0,100,10,0,0,100,10,0,0,102,10,0,0,104,10,0,0,110,10,0,0,112,10,0,0,116,10,0,0,116,10,0,0,116,10,0,0,118,10,0,0,122,10,0,0,122,10,0,0,122,10,0,0,122,10,0,0,124,10,0,0,128,10,0,0,128,10,0,0,132,10,0,0,136,10,0,0,136,10,0,0,140,10,0,0,142,10,0,0,142,10,0,0,144,10,0,0,146,10,0,0,148,10,0,0,150,10,0,0,152,10,0,0,156,10,0,0,160,10,0,0,162,10,0,0,164,10,0,0,164,10,0,0,170,10,0,0,170,10,0,0,172,10,0,0,174,10,0,0,178,10,0,0,184,10,0,0,184,10,0,0,188,10,0,0,194,10,0,0,194,10,0,0,196,10,0,0,196,10,0,0,200,10,0,0,202,10,0,0,204,10,0,0,208,10,0,0,210,10,0,0,214,10,0,0,218,10,0,0,224,10,0,0,226,10,0,0,230,10,0,0,230,10,0,0,232,10,0,0,234,10,0,0,234,10,0,0,234,10,0,0,234,10,0,0,236,10,0,0,236,10,0,0,236,10,0,0,236,10,0,0,240,10,0,0,240,10,0,0,240,10,0,0,242,10,0,0,242,10,0,0,244,10,0,0,246,10,0,0,246,10,0,0,250,10,0,0,254,10,0,0,254,10,0,0,254,10,0,0,2,11,0,0,4,11,0,0,6,11,0,0,6,11,0,0,8,11,0,0,8,11,0,0,14,11,0,0,16,11,0,0,18,11,0,0,18,11,0,0,20,11,0,0,22,11,0,0,26,11,0,0,28,11,0,0,28,11,0,0,30,11,0,0,34,11,0,0,34,11,0,0,36,11,0,0,36,11,0,0,36,11,0,0,38,11,0,0,44,11,0,0,46,11,0,0,48,11,0,0,48,11,0,0,50,11,0,0,50,11,0,0,52,11,0,0,52,11,0,0,52,11,0,0,54,11,0,0,54,11,0,0,58,11,0,0,58,11,0,0,62,11,0,0,64,11,0,0,64,11,0,0,64,11,0,0,68,11,0,0,68,11,0,0,70,11,0,0,74,11,0,0,74,11,0,0,76,11,0,0,80,11,0,0,82,11,0,0,82,11,0,0,84,11,0,0,86,11,0,0,88,11,0,0,88,11,0,0,94,11,0,0,94,11,0,0,94,11,0,0,96,11,0,0,96,11,0,0,98,11,0,0,102,11,0,0,110,11,0,0,112,11,0,0,112,11,0,0,112,11,0,0,114,11,0,0,114,11,0,0,118,11,0,0,124,11,0,0,124,11,0,0,124,11,0,0,126,11,0,0,128,11,0,0,128,11,0,0,128,11,0,0,128,11,0,0,130,11,0,0,130,11,0,0,134,11,0,0,136,11,0,0,136,11,0,0,136,11,0,0,138,11,0,0,140,11,0,0,140,11,0,0,140,11,0,0,140,11,0,0,140,11,0,0,142,11,0,0,148,11,0,0,148,11,0,0,148,11,0,0,148,11,0,0,148,11,0,0,148,11,0,0,150,11,0,0,150,11,0,0,150,11,0,0,152,11,0,0,152,11,0,0,152,11,0,0,156,11,0,0,156,11,0,0,162,11,0,0,162,11,0,0,164,11,0,0,164,11,0,0,164,11,0,0,164,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,170,11,0,0,170,11,0,0,170,11,0,0,172,11,0,0,174,11,0,0,178,11,0,0,178,11,0,0,180,11,0,0,182,11,0,0,186,11,0,0,188,11,0,0,194,11,0,0,196,11,0,0,202,11,0,0,204,11,0,0,206,11,0,0,210,11,0,0,214,11,0,0,214,11,0,0,216,11,0,0,220,11,0,0,220,11,0,0,220,11,0,0,228,11,0,0,228,11,0,0,230,11,0,0,230,11,0,0,236,11,0,0,236,11,0,0,238,11,0,0,238,11,0,0,238,11,0,0,240,11,0,0,246,11,0,0,246,11,0,0,248,11,0,0,250,11,0,0,250,11,0,0,2,12,0,0,4,12,0,0,6,12,0,0,6,12,0,0,8,12,0,0,8,12,0,0,12,12,0,0,20,12,0,0,20,12,0,0,20,12,0,0,26,12,0,0,30,12,0,0,32,12,0,0,34,12,0,0,36,12,0,0,38,12,0,0,40,12,0,0,42,12,0,0,46,12,0,0,48,12,0,0,52,12,0,0,54,12,0,0,58,12,0,0,62,12,0,0,62,12,0,0,64,12,0,0,70,12,0,0,72,12,0,0,72,12,0,0,78,12,0,0,80,12,0,0,80,12,0,0,80,12,0,0,82,12,0,0,84,12,0,0,88,12,0,0,94,12,0,0,96,12,0,0,98,12,0,0,98,12,0,0,98,12,0,0,106,12,0,0,110,12,0,0,112,12,0,0,114,12,0,0,116,12,0,0,116,12,0,0,118,12,0,0,120,12,0,0,120,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,130,12,0,0,132,12,0,0,136,12,0,0,136,12,0,0,138,12,0,0,144,12,0,0,144,12,0,0,146,12,0,0,146,12,0,0,146,12,0,0,150,12,0,0,152,12,0,0,154,12,0,0,156,12,0,0,156,12,0,0,156,12,0,0,156,12,0,0,156,12,0,0,158,12,0,0,158,12,0,0,160,12,0,0,160,12,0,0,160,12,0,0,162,12,0,0,164,12,0,0,166,12,0,0,168,12,0,0,168,12,0,0,170,12,0,0,174,12,0,0,178,12,0,0,182,12,0,0,184,12,0,0,184,12,0,0,184,12,0,0,188,12,0,0,190,12,0,0,194,12,0,0,198,12,0,0,200,12,0,0,200,12,0,0,202,12,0,0,204,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,220,12,0,0,222,12,0,0,228,12,0,0,234,12,0,0,234,12,0,0,236,12,0,0,236,12,0,0,238,12,0,0,242,12,0,0,244,12,0,0,246,12,0,0,250,12,0,0,252,12,0,0,252,12,0,0,0,13,0,0,0,13,0,0,0,13,0,0,2,13,0,0,4,13,0,0,10,13,0,0,14,13,0,0,16,13,0,0,16,13,0,0,18,13,0,0,24,13,0,0,28,13,0,0,28,13,0,0,30,13,0,0,32,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,48,13,0,0,52,13,0,0,56,13,0,0,60,13,0,0,62,13,0,0,66,13,0,0,68,13,0,0,68,13,0,0,70,13,0,0,74,13,0,0,76,13,0,0,80,13,0,0,80,13,0,0,80,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,92,13,0,0,96,13,0,0,98,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,106,13,0,0,106,13,0,0,108,13,0,0,112,13,0,0,112,13,0,0,118,13,0,0,118,13,0,0,120,13,0,0,122,13,0,0,130,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,138,13,0,0,140,13,0,0,142,13,0,0,144,13,0,0,144,13,0,0,146,13,0,0,146,13,0,0,146,13,0,0,150,13,0,0,150,13,0,0,156,13,0,0,160,13,0,0,160,13,0,0,164,13,0,0,164,13,0,0,168,13,0,0,170,13,0,0,172,13,0,0,172,13,0,0,172,13,0,0,180,13,0,0,182,13,0,0,182,13,0,0,184,13,0,0,190,13,0,0,190,13,0,0,190,13,0,0,190,13,0,0,190,13,0,0,190,13,0,0,190,13,0,0,190,13,0,0,192,13,0,0,194,13,0,0,194,13,0,0,194,13,0,0,196,13,0,0,200,13,0,0,200,13,0,0,202,13,0,0,206,13,0,0,208,13,0,0,210,13,0,0,210,13,0,0,216,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,226,13,0,0,226,13,0,0,226,13,0,0,226,13,0,0,228,13,0,0,230,13,0,0,230,13,0,0,230,13,0,0,232,13,0,0,232,13,0,0,234,13,0,0,238,13,0,0,238,13,0,0,238,13,0,0,246,13,0,0,246,13,0,0,246,13,0,0,246,13,0,0,246,13,0,0,248,13,0,0,250,13,0,0,250,13,0,0,250,13,0,0,254,13,0,0,254,13,0,0,0,14,0,0,2,14,0,0,6,14,0,0,10,14,0,0,10,14,0,0,12,14,0,0,14,14,0,0,14,14,0,0,16,14,0,0,18,14,0,0,20,14,0,0,22,14,0,0,22,14,0,0,22,14,0,0,24,14,0,0,28,14,0,0,28,14,0,0,32,14,0,0,32,14,0,0,32,14,0,0,36,14,0,0,36,14,0,0,36,14,0,0,40,14,0,0,40,14,0,0,42,14,0,0,48,14,0,0,50,14,0,0,52,14,0,0,54,14,0,0,56,14,0,0,58,14,0,0,58,14,0,0,58,14,0,0,62,14,0,0,64,14,0,0,66,14,0,0,66,14,0,0,68,14,0,0,68,14,0,0,70,14,0,0,72,14,0,0,72,14,0,0,76,14,0,0,78,14,0,0,82,14,0,0,82,14,0,0,82,14,0,0,84,14,0,0,88,14,0,0,92,14,0,0,92,14,0,0,92,14,0,0,96,14,0,0,98,14,0,0,98,14,0,0,100,14,0,0,100,14,0,0,100,14,0,0,104,14,0,0,104,14,0,0,112,14,0,0,112,14,0,0,116,14,0,0,122,14,0,0,124,14,0,0,124,14,0,0,128,14,0,0,134,14,0,0,136,14,0,0,138,14,0,0,140,14,0,0,142,14,0,0,144,14,0,0,144,14,0,0,144,14,0,0,146,14,0,0,150,14,0,0,154,14,0,0,154,14,0,0,154,14,0,0,156,14,0,0,162,14,0,0,164,14,0,0,166,14,0,0,170,14,0,0,170,14,0,0,172,14,0,0,176,14,0,0,178,14,0,0,180,14,0,0,180,14,0,0,182,14,0,0,184,14,0,0,184,14,0,0,184,14,0,0,188,14,0,0,188,14,0,0,190,14,0,0,192,14,0,0,194,14,0,0,198,14,0,0,204,14,0,0,208,14,0,0,210,14,0,0,212,14,0,0,212,14,0,0,214,14,0,0,214,14,0,0,216,14,0,0,218,14,0,0,220,14,0,0,222,14,0,0,222,14,0,0,228,14,0,0,228,14,0,0,228,14,0,0,230,14,0,0,230,14,0,0,234,14,0,0,238,14,0,0,238,14,0,0,240,14,0,0,244,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,254,14,0,0,254,14,0,0,254,14,0,0,0,15,0,0,0,15,0,0,2,15,0,0,2,15,0,0,10,15,0,0,10,15,0,0,10,15,0,0,12,15,0,0,12,15,0,0,14,15,0,0,16,15,0,0,18,15,0,0,22,15,0,0,22,15,0,0,24,15,0,0,26,15,0,0,32,15,0,0,32,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,42,15,0,0,42,15,0,0,44,15,0,0,48,15,0,0,48,15,0,0,50,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,66,15,0,0,68,15,0,0,70,15,0,0,72,15,0,0,78,15,0,0,80,15,0,0,82,15,0,0,86,15,0,0,92,15,0,0,92,15,0,0,92,15,0,0,94,15,0,0,100,15,0,0,104,15,0,0,108,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,116,15,0,0,116,15,0,0,120,15,0,0,120,15,0,0,124,15,0,0,124,15,0,0,124,15,0,0,124,15,0,0,128,15,0,0,128,15,0,0,130,15,0,0,134,15,0,0,138,15,0,0,138,15,0,0,138,15,0,0,138,15,0,0,142,15,0,0,146,15,0,0,148,15,0,0,154,15,0,0,156,15,0,0,160,15,0,0,160,15,0,0,160,15,0,0,162,15,0,0,164,15,0,0,168,15,0,0,172,15,0,0,172,15,0,0,174,15,0,0,174,15,0,0,178,15,0,0,180,15,0,0,182,15,0,0,184,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,188,15,0,0,190,15,0,0,190,15,0,0,194,15,0,0,196,15,0,0,198,15,0,0,198,15,0,0,202,15,0,0,208,15,0,0,210,15,0,0,214,15,0,0,216,15,0,0,220,15,0,0,224,15,0,0,224,15,0,0,224,15,0,0,224,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,238,15,0,0,244,15,0,0,246,15,0,0,250,15,0,0,252,15,0,0,254,15,0,0,254,15,0,0,254,15,0,0,254,15,0,0,254,15,0,0,0,16,0,0,0,16,0,0,0,16,0,0,6,16,0,0,8,16,0,0,10,16,0,0,14,16,0,0,16,16,0,0,16,16,0,0,18,16,0,0,18,16,0,0,20,16,0,0,22,16,0,0,22,16,0,0,24,16,0,0,30,16,0,0,30,16,0,0,36,16,0,0,36,16,0,0,44,16,0,0,48,16,0,0,48,16,0,0,48,16,0,0,48,16,0,0,48,16,0,0,52,16,0,0,56,16,0,0,56,16,0,0,58,16,0,0,60,16,0,0,64,16,0,0,68,16,0,0,70,16,0,0,70,16,0,0,72,16,0,0,72,16,0,0,72,16,0,0,74,16,0,0,76,16,0,0,78,16,0,0,80,16,0,0,82,16,0,0,82,16,0,0,82,16,0,0,84,16,0,0,84,16,0,0,86,16,0,0,88,16,0,0,90,16,0,0,92,16,0,0,98,16,0,0,98,16,0,0,106,16,0,0,108,16,0,0,108,16,0,0,112,16,0,0,114,16,0,0,114,16,0,0,114,16,0,0,114,16,0,0,118,16,0,0,120,16,0,0,122,16,0,0,122,16,0,0,124,16,0,0,126,16,0,0,130,16,0,0,130,16,0,0,132,16,0,0,132,16,0,0,136,16,0,0,136,16,0,0,136,16,0,0,138,16,0,0,138,16,0,0,144,16,0,0,148,16,0,0,148,16,0,0,150,16,0,0,150,16,0,0,152,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,158,16,0,0,160,16,0,0,160,16,0,0,160,16,0,0,160,16,0,0,160,16,0,0,160,16,0,0,160,16,0,0,162,16,0,0,168,16,0,0,170,16,0,0,174,16,0,0,174,16,0,0,180,16,0,0,182,16,0,0,186,16,0,0,194,16,0,0,198,16,0,0,200,16,0,0,200,16,0,0,200,16,0,0,200,16,0,0,200,16,0,0,204,16,0,0,206,16,0,0,208,16,0,0,208,16,0,0,208,16,0,0,210,16,0,0,212,16,0,0,212,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,224,16,0,0,230,16,0,0,230,16,0,0,230,16,0,0,232,16,0,0,232,16,0,0,232,16,0,0,234,16,0,0,240,16,0,0,240,16,0,0,240,16,0,0,240,16,0,0,244,16,0,0,248,16,0,0,248,16,0,0,250,16,0,0,252,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,6,17,0,0,10,17,0,0,10,17,0,0,12,17,0,0,14,17,0,0,20,17,0,0,24,17,0,0,24,17,0,0,24,17,0,0,26,17,0,0,28,17,0,0,28,17,0,0,30,17,0,0,32,17,0,0,32,17,0,0,38,17,0,0,38,17,0,0,38,17,0,0,38,17,0,0,38,17,0,0,44,17,0,0,46,17,0,0,48,17,0,0,52,17,0,0,54,17,0,0,54,17,0,0,56,17,0,0,56,17,0,0,56,17,0,0,56,17,0,0,56,17,0,0,58,17,0,0,58,17,0,0,60,17,0,0,62,17,0,0,70,17,0,0,72,17,0,0,72,17,0,0,74,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,86,17,0,0,88,17,0,0,88,17,0,0,90,17,0,0,92,17,0,0,96,17,0,0,98,17,0,0,100,17,0,0,100,17,0,0,100,17,0,0,102,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,112,17,0,0,112,17,0,0,116,17,0,0,118,17,0,0,122,17,0,0,126,17,0,0,126,17,0,0,128,17,0,0,132,17,0,0,132,17,0,0,136,17,0,0,136,17,0,0,136,17,0,0,136,17,0,0,138,17,0,0,142,17,0,0,146,17,0,0,148,17,0,0,148,17,0,0,150,17,0,0,152,17,0,0,156,17,0,0,160,17,0,0,160,17,0,0,160,17,0,0,160,17,0,0,160,17,0,0,160,17,0,0,162,17,0,0,164,17,0,0,168,17,0,0,170,17,0,0,174,17,0,0,174,17,0,0,174,17,0,0,176,17,0,0,178,17,0,0,178,17,0,0,178,17,0,0,180,17,0,0,182,17,0,0,186,17,0,0,188,17,0,0,188,17,0,0,192,17,0,0,198,17,0,0,198,17,0,0,198,17,0,0,198,17,0,0,202,17,0,0,202,17,0,0,210,17,0,0,212,17,0,0,216,17,0,0,216,17,0,0,220,17,0,0,224,17,0,0,224,17,0,0,226,17,0,0,226,17,0,0,228,17,0,0,230,17,0,0,234,17,0,0,236,17,0,0,236,17,0,0,240,17,0,0,242,17,0,0,246,17,0,0,248,17,0,0,250,17,0,0,252,17,0,0,252,17,0,0,254,17,0,0,0,18,0,0,0,18,0,0,2,18,0,0,6,18,0,0,6,18,0,0,8,18,0,0,10,18,0,0,12,18,0,0,12,18,0,0,12,18,0,0,14,18,0,0,14,18,0,0,14,18,0,0,14,18,0,0,14,18,0,0,18,18,0,0,20,18,0,0,20,18,0,0,24,18,0,0,26,18,0,0,28,18,0,0,30,18,0,0,32,18,0,0,36,18,0,0,38,18,0,0,40,18,0,0,40,18,0,0,44,18,0,0,52,18,0,0,54,18,0,0,56,18,0,0,58,18,0,0,58,18,0,0,62,18,0,0,62,18,0,0,62,18,0,0,62,18,0,0,62,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,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,78,18,0,0,78,18,0,0,78,18,0,0,84,18,0,0,84,18,0,0,92,18,0,0,94,18,0,0,96,18,0,0,96,18,0,0,96,18,0,0,96,18,0,0,100,18,0,0,100,18,0,0,102,18,0,0,104,18,0,0,108,18,0,0,108,18,0,0,108,18,0,0,118,18,0,0,118,18,0,0,120,18,0,0,120,18,0,0,126,18,0,0,132,18,0,0,138,18,0,0,138,18,0,0,138,18,0,0,140,18,0,0,146,18,0,0,146,18,0,0,146,18,0,0,146,18,0,0,150,18,0,0,152,18,0,0,152,18,0,0,152,18,0,0,154,18,0,0,158,18,0,0,160,18,0,0,162,18,0,0,166,18,0,0,166,18,0,0,168,18,0,0,172,18,0,0,176,18,0,0,178,18,0,0,178,18,0,0,182,18,0,0,182,18,0,0,182,18,0,0,182,18,0,0,182,18,0,0,184,18,0,0,190,18,0,0,194,18,0,0,198,18,0,0,202,18,0,0,210,18,0,0,214,18,0,0,214,18,0,0,214,18,0,0,214,18,0,0,214,18,0,0,214,18,0,0,216,18,0,0,216,18,0,0,220,18,0,0,220,18,0,0,226,18,0,0,228,18,0,0,228,18,0,0,228,18,0,0,228,18,0,0,234,18,0,0,238,18,0,0,240,18,0,0,244,18,0,0,244,18,0,0,248,18,0,0,2,19,0,0,4,19,0,0,6,19,0,0,8,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,12,19,0,0,14,19,0,0,16,19,0,0,16,19,0,0,22,19,0,0,24,19,0,0,26,19,0,0,30,19,0,0,36,19,0,0,36,19,0,0,36,19,0,0,36,19,0,0,36,19,0,0,36,19,0,0,36,19,0,0,36,19,0,0,40,19,0,0,42,19,0,0,48,19,0,0,50,19,0,0,54,19,0,0,54,19,0,0,54,19,0,0,62,19,0,0,66,19,0,0,68,19,0,0,74,19,0,0,76,19,0,0,84,19,0,0,84,19,0,0,88,19,0,0,88,19,0,0,88,19,0,0,92,19,0,0,92,19,0,0,92,19,0,0,94,19,0,0,96,19,0,0,96,19,0,0,100,19,0,0,102,19,0,0,102,19,0,0,104,19,0,0,106,19,0,0,110,19,0,0,112,19,0,0,114,19,0,0,116,19,0,0,116,19,0,0,118,19,0,0,120,19,0,0,120,19,0,0,120,19,0,0,120,19,0,0,122,19,0,0,124,19,0,0,128,19,0,0,128,19,0,0,130,19,0,0,132,19,0,0,134,19,0,0,136,19,0,0,136,19,0,0,138,19,0,0,142,19,0,0,144,19,0,0,146,19,0,0,148,19,0,0,148,19,0,0,152,19,0,0,154,19,0,0,162,19,0,0,166,19,0,0,166,19,0,0,166,19,0,0,166,19,0,0,168,19,0,0,172,19,0,0,172,19,0,0,176,19,0,0,178,19,0,0,180,19,0,0,182,19,0,0,182,19,0,0,188,19,0,0,188,19,0,0,188,19,0,0,190,19,0,0,190,19,0,0,192,19,0,0,194,19,0,0,196,19,0,0,196,19,0,0,198,19,0,0,202,19,0,0,210,19,0,0,212,19,0,0,212,19,0,0,216,19,0,0,218,19,0,0,220,19,0,0,222,19,0,0,226,19,0,0,228,19,0,0,232,19,0,0,236,19,0,0,240,19,0,0,240,19,0,0,242,19,0,0,246,19,0,0,252,19,0,0,4,20,0,0,4,20,0,0,4,20,0,0,6,20,0,0,6,20,0,0,8,20,0,0,10,20,0,0,10,20,0,0,10,20,0,0,12,20,0,0,14,20,0,0,14,20,0,0,14,20,0,0,18,20,0,0,20,20,0,0,20,20,0,0,26,20,0,0,30,20,0,0,32,20,0,0,34,20,0,0,34,20,0,0,40,20,0,0,40,20,0,0,42,20,0,0,42,20,0,0,42,20,0,0,42,20,0,0,44,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,64,20,0,0,66,20,0,0,66,20,0,0,70,20,0,0,70,20,0,0,70,20,0,0,70,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,84,20,0,0,88,20,0,0,88,20,0,0,88,20,0,0,88,20,0,0,90,20,0,0,92,20,0,0,96,20,0,0,98,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,108,20,0,0,108,20,0,0,110,20,0,0,116,20,0,0,116,20,0,0,116,20,0,0,118,20,0,0,124,20,0,0,124,20,0,0,124,20,0,0,126,20,0,0,126,20,0,0,130,20,0,0,134,20,0,0,134,20,0,0,136,20,0,0,138,20,0,0,138,20,0,0,138,20,0,0,140,20,0,0,142,20,0,0,144,20,0,0,158,20,0,0,160,20,0,0,166,20,0,0,170,20,0,0,174,20,0,0,174,20,0,0,178,20,0,0,182,20,0,0,184,20,0,0,186,20,0,0,186,20,0,0,186,20,0,0,188,20,0,0,188,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,198,20,0,0,200,20,0,0,202,20,0,0,204,20,0,0,204,20,0,0,204,20,0,0,208,20,0,0,212,20,0,0,212,20,0,0,212,20,0,0,214,20,0,0,214,20,0,0,224,20,0,0,224,20,0,0,224,20,0,0,226,20,0,0,226,20,0,0,226,20,0,0,230,20,0,0,232,20,0,0,234,20,0,0,234,20,0,0,240,20,0,0,242,20,0,0,242,20,0,0,244,20,0,0,248,20,0,0,248,20,0,0,250,20,0,0,252,20,0,0,2,21,0,0,4,21,0,0,6,21,0,0,8,21,0,0,10,21,0,0,10,21,0,0,14,21,0,0,16,21,0,0,18,21,0,0,20,21,0,0,20,21,0,0,22,21,0,0,28,21,0,0,28,21,0,0,30,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,34,21,0,0,34,21,0,0,34,21,0,0,34,21,0,0,34,21,0,0,34,21,0,0,36,21,0,0,38,21,0,0,42,21,0,0,42,21,0,0,44,21,0,0,46,21,0,0,48,21,0,0,50,21,0,0,50,21,0,0,54,21,0,0,56,21,0,0,60,21,0,0,62,21,0,0,64,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,78,21,0,0,80,21,0,0,84,21,0,0,90,21,0,0,92,21,0,0,92,21,0,0,96,21,0,0,98,21,0,0,98,21,0,0,100,21,0,0,102,21,0,0,104,21,0,0,104,21,0,0,104,21,0,0,110,21,0,0,110,21,0,0,112,21,0,0,114,21,0,0,114,21,0,0,120,21,0,0,122,21,0,0,122,21,0,0,122,21,0,0,126,21,0,0,126,21,0,0,126,21,0,0,132,21,0,0,136,21,0,0,138,21,0,0,142,21,0,0,142,21,0,0,144,21,0,0,146,21,0,0,148,21,0,0,148,21,0,0,148,21,0,0,152,21,0,0,158,21,0,0,158,21,0,0,164,21,0,0,164,21,0,0,164,21,0,0,164,21,0,0,168,21,0,0,170,21,0,0,172,21,0,0,172,21,0,0,176,21,0,0,180,21,0,0,182,21,0,0,184,21,0,0,190,21,0,0,194,21,0,0,194,21,0,0,198,21,0,0,204,21,0,0,210,21,0,0,210,21,0,0,212,21,0,0,212,21,0,0,216,21,0,0,218,21,0,0,218,21,0,0,222,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,230,21,0,0,230,21,0,0,232,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,240,21,0,0,240,21,0,0,240,21,0,0,244,21,0,0,244,21,0,0,250,21,0,0,0,22,0,0,2,22,0,0,4,22,0,0,4,22,0,0,6,22,0,0,10,22,0,0,18,22,0,0,22,22,0,0,24,22,0,0,24,22,0,0,28,22,0,0,28,22,0,0,32,22,0,0,34,22,0,0,38,22,0,0,38,22,0,0,38,22,0,0,38,22,0,0,38,22,0,0,42,22,0,0,46,22,0,0,48,22,0,0,50,22,0,0,52,22,0,0,56,22,0,0,56,22,0,0,62,22,0,0,68,22,0,0,76,22,0,0,76,22,0,0,80,22,0,0,80,22,0,0,82,22,0,0,82,22,0,0,84,22,0,0,84,22,0,0,86,22,0,0,88,22,0,0,88,22,0,0,92,22,0,0,94,22,0,0,96,22,0,0,98,22,0,0,104,22,0,0,106,22,0,0,108,22,0,0,110,22,0,0,110,22,0,0,110,22,0,0,112,22,0,0,114,22,0,0,118,22,0,0,118,22,0,0,122,22,0,0,122,22,0,0,122,22,0,0,124,22,0,0,124,22,0,0,124,22,0,0,124,22,0,0,126,22,0,0,128,22,0,0,130,22,0,0,130,22,0,0,132,22,0,0,134,22,0,0,134,22,0,0,134,22,0,0,134,22,0,0,136,22,0,0,136,22,0,0,136,22,0,0,138,22,0,0,138,22,0,0,138,22,0,0,142,22,0,0,142,22,0,0,146,22,0,0,146,22,0,0,152,22,0,0,156,22,0,0,160,22,0,0,164,22,0,0,168,22,0,0,172,22,0,0,172,22,0,0,172,22,0,0,176,22,0,0,178,22,0,0,178,22,0,0,180,22,0,0,184,22,0,0,188,22,0,0,188,22,0,0,188,22,0,0,190,22,0,0,192,22,0,0,192,22,0,0,198,22,0,0,198,22,0,0,200,22,0,0,202,22,0,0,204,22,0,0,204,22,0,0,204,22,0,0,208,22,0,0,210,22,0,0,210,22,0,0,210,22,0,0,212,22,0,0,214,22,0,0,216,22,0,0,218,22,0,0,220,22,0,0,220,22,0,0,220,22,0,0,222,22,0,0,222,22,0,0,228,22,0,0,228,22,0,0,230,22,0,0,230,22,0,0,234,22,0,0,236,22,0,0,242,22,0,0,242,22,0,0,244,22,0,0,248,22,0,0,250,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,2,23,0,0,8,23,0,0,10,23,0,0,10,23,0,0,14,23,0,0,20,23,0,0,20,23,0,0,28,23,0,0,28,23,0,0,30,23,0,0,32,23,0,0,36,23,0,0,42,23,0,0,44,23,0,0,46,23,0,0,48,23,0,0,48,23,0,0,52,23,0,0,52,23,0,0,56,23,0,0,60,23,0,0,62,23,0,0,62,23,0,0,68,23,0,0,68,23,0,0,68,23,0,0,68,23,0,0,72,23,0,0,72,23,0,0,76,23,0,0,80,23,0,0,80,23,0,0,84,23,0,0,84,23,0,0,86,23,0,0,88,23,0,0,92,23,0,0,94,23,0,0,96,23,0,0,96,23,0,0,98,23,0,0,104,23,0,0,104,23,0,0,108,23,0,0,108,23,0,0,112,23,0,0,112,23,0,0,114,23,0,0,118,23,0,0,122,23,0,0,124,23,0,0,128,23,0,0,128,23,0,0,128,23,0,0,130,23,0,0,134,23,0,0,136,23,0,0,142,23,0,0,144,23,0,0,144,23,0,0,144,23,0,0,146,23,0,0,146,23,0,0,150,23,0,0,154,23,0,0,158,23,0,0,158,23,0,0,162,23,0,0,164,23,0,0,164,23,0,0,168,23,0,0,168,23,0,0,172,23,0,0,174,23,0,0,176,23,0,0,180,23,0,0,180,23,0,0,180,23,0,0,184,23,0,0,188,23,0,0,188,23,0,0,190,23,0,0,190,23,0,0,190,23,0,0,190,23,0,0,192,23,0,0,196,23,0,0,196,23,0,0,204,23,0,0,206,23,0,0,206,23,0,0,206,23,0,0,206,23,0,0,208,23,0,0,210,23,0,0,212,23,0,0,216,23,0,0,220,23,0,0,220,23,0,0,222,23,0,0,226,23,0,0,230,23,0,0,230,23,0,0,230,23,0,0,230,23,0,0,234,23,0,0,238,23,0,0,238,23,0,0,240,23,0,0,242,23,0,0,50,24,0,0,52,24,0,0,56,24,0,0,60,24,0,0,60,24,0,0,64,24,0,0,64,24,0,0,66,24,0,0,68,24,0,0,74,24,0,0,74,24,0,0,74,24,0,0,74,24,0,0,78,24,0,0,78,24,0,0,78,24,0,0,80,24,0,0,80,24,0,0,82,24,0,0,82,24,0,0,84,24,0,0,84,24,0,0,88,24,0,0,90,24,0,0,90,24,0,0,90,24,0,0,92,24,0,0,92,24,0,0,96,24,0,0,98,24,0,0,100,24,0,0,100,24,0,0,102,24,0,0,104,24,0,0,110,24,0,0,112,24,0,0,112,24,0,0,118,24,0,0,120,24,0,0,120,24,0,0,124,24,0,0,124,24,0,0,124,24,0,0,124,24,0,0,128,24,0,0,130,24,0,0,132,24,0,0,136,24,0,0,138,24,0,0,142,24,0,0,146,24,0,0,148,24,0,0,150,24,0,0,152,24,0,0,156,24,0,0,156,24,0,0,158,24,0,0,158,24,0,0,158,24,0,0,160,24,0,0,164,24,0,0,166,24,0,0,170,24,0,0,170,24,0,0,172,24,0,0,176,24,0,0,180,24,0,0,180,24,0,0,182,24,0,0,182,24,0,0,184,24,0,0,188,24,0,0,200,24,0,0,202,24,0,0,202,24,0,0,208,24,0,0,210,24,0,0,210,24,0,0,214,24,0,0,216,24,0,0,220,24,0,0,224,24,0,0,226,24,0,0,226,24,0,0,228,24,0,0,230,24,0,0,232,24,0,0,236,24,0,0,238,24,0,0,238,24,0,0,240,24,0,0,242,24,0,0,242,24,0,0,242,24,0,0,244,24,0,0,246,24,0,0,246,24,0,0,246,24,0,0,248,24,0,0,250,24,0,0,252,24,0,0,0,25,0,0,0,25,0,0,6,25,0,0,6,25,0,0,6,25,0,0,8,25,0,0,14,25,0,0,14,25,0,0,20,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,30,25,0,0,30,25,0,0,30,25,0,0,34,25,0,0,36,25,0,0,42,25,0,0,42,25,0,0,46,25,0,0,48,25,0,0,50,25,0,0,52,25,0,0,54,25,0,0,56,25,0,0,56,25,0,0,62,25,0,0,62,25,0,0,62,25,0,0,64,25,0,0,66,25,0,0,70,25,0,0,70,25,0,0,70,25,0,0,78,25,0,0,80,25,0,0,82,25,0,0,84,25,0,0,88,25,0,0,90,25,0,0,90,25,0,0,92,25,0,0,92,25,0,0,92,25,0,0,94,25,0,0,100,25,0,0,102,25,0,0,106,25,0,0,108,25,0,0,110,25,0,0,112,25,0,0,112,25,0,0,114,25,0,0,114,25,0,0,116,25,0,0,116,25,0,0,116,25,0,0,116,25,0,0,116,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,136,25,0,0,138,25,0,0,138,25,0,0,142,25,0,0,146,25,0,0,148,25,0,0,150,25,0,0,150,25,0,0,152,25,0,0,154,25,0,0,154,25,0,0,156,25,0,0,156,25,0,0,160,25,0,0,160,25,0,0,164,25,0,0,166,25,0,0,168,25,0,0,170,25,0,0,170,25,0,0,172,25,0,0,174,25,0,0,176,25,0,0,182,25,0,0,182,25,0,0,186,25,0,0,188,25,0,0,190,25,0,0,224,25,0,0,224,25,0,0,226,25,0,0,226,25,0,0,228,25,0,0,230,25,0,0,232,25,0,0,236,25,0,0,236,25,0,0,238,25,0,0,238,25,0,0,242,25,0,0,242,25,0,0,244,25,0,0,246,25,0,0,252,25,0,0,254,25,0,0,0,26,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,2,26,0,0,4,26,0,0,6,26,0,0,6,26,0,0,6,26,0,0,6,26,0,0,10,26,0,0,10,26,0,0,14,26,0,0,14,26,0,0,16,26,0,0,16,26,0,0,18,26,0,0,18,26,0,0,20,26,0,0,26,26,0,0,26,26,0,0,28,26,0,0,30,26,0,0,36,26,0,0,36,26,0,0,36,26,0,0,36,26,0,0,40,26,0,0,40,26,0,0,40,26,0,0,42,26,0,0,48,26,0,0,52,26,0,0,54,26,0,0,60,26,0,0,62,26,0,0,64,26,0,0,64,26,0,0,64,26,0,0,68,26,0,0,72,26,0,0,74,26,0,0,78,26,0,0,80,26,0,0,88,26,0,0,90,26,0,0,90,26,0,0,90,26,0,0,90,26,0,0,90,26,0,0,94,26,0,0,96,26,0,0,96,26,0,0,96,26,0,0,98,26,0,0,98,26,0,0,98,26,0,0,100,26,0,0,100,26,0,0,106,26,0,0,106,26,0,0,108,26,0,0,108,26,0,0,108,26,0,0,110,26,0,0,110,26,0,0,112,26,0,0,112,26,0,0,112,26,0,0,112,26,0,0,112,26,0,0,114,26,0,0,114,26,0,0,118,26,0,0,120,26,0,0,120,26,0,0,120,26,0,0,122,26,0,0,122,26,0,0,122,26,0,0,126,26,0,0,126,26,0,0,128,26,0,0,130,26,0,0,130,26,0,0,132,26,0,0,136,26,0,0,140,26,0,0,146,26,0,0,150,26,0,0,154,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,162,26,0,0,162,26,0,0,162,26,0,0,164,26,0,0,166,26,0,0,166,26,0,0,170,26,0,0,172,26,0,0,174,26,0,0,174,26,0,0,174,26,0,0,174,26,0,0,180,26,0,0,184,26,0,0,184,26,0,0,188,26,0,0,188,26,0,0,192,26,0,0,194,26,0,0,196,26,0,0,196,26,0,0,196,26,0,0,198,26,0,0,198,26,0,0,202,26,0,0,208,26,0,0,210,26,0,0,212,26,0,0,214,26,0,0,214,26,0,0,218,26,0,0,218,26,0,0,220,26,0,0,222,26,0,0,230,26,0,0,234,26,0,0,236,26,0,0,236,26,0,0,236,26,0,0,238,26,0,0,240,26,0,0,242,26,0,0,248,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,6,27,0,0,6,27,0,0,6,27,0,0,10,27,0,0,12,27,0,0,12,27,0,0,14,27,0,0,16,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,20,27,0,0,24,27,0,0,28,27,0,0,30,27,0,0,32,27,0,0,34,27,0,0,34,27,0,0,36,27,0,0,38,27,0,0,40,27,0,0,40,27,0,0,42,27,0,0,44,27,0,0,50,27,0,0,50,27,0,0,50,27,0,0,56,27,0,0,56,27,0,0,60,27,0,0,66,27,0,0,68,27,0,0,68,27,0,0,70,27,0,0,70,27,0,0,70,27,0,0,72,27,0,0,72,27,0,0,74,27,0,0,78,27,0,0,78,27,0,0,80,27,0,0,80,27,0,0,84,27,0,0,84,27,0,0,86,27,0,0,88,27,0,0,94,27,0,0,94,27,0,0,94,27,0,0,98,27,0,0,100,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,112,27,0,0,116,27,0,0,118,27,0,0,120,27,0,0,122,27,0,0,122,27,0,0,124,27,0,0,126,27,0,0,126,27,0,0,128,27,0,0,134,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,152,27,0,0,152,27,0,0,152,27,0,0,156,27,0,0,158,27,0,0,162,27,0,0,162,27,0,0,164,27,0,0,166,27,0,0,172,27,0,0,176,27,0,0,180,27,0,0,180,27,0,0,184,27,0,0,186,27,0,0,188,27,0,0,190,27,0,0,192,27,0,0,194,27,0,0,196,27,0,0,198,27,0,0,200,27,0,0,206,27,0,0,206,27,0,0,206,27,0,0,214,27,0,0,218,27,0,0,218,27,0,0,224,27,0,0,224,27,0,0,226,27,0,0,230,27,0,0,230,27,0,0,230,27,0,0,234,27,0,0,236,27,0,0,236,27,0,0,240,27,0,0,242,27,0,0,244,27,0,0,246,27,0,0,246,27,0,0,250,27,0,0,252,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,10,28,0,0,10,28,0,0,10,28,0,0,12,28,0,0,16,28,0,0,18,28,0,0,18,28,0,0,18,28,0,0,18,28,0,0,18,28,0,0,20,28,0,0,20,28,0,0,24,28,0,0,24,28,0,0,24,28,0,0,24,28,0,0,28,28,0,0,30,28,0,0,32,28,0,0,32,28,0,0,36,28,0,0,38,28,0,0,40,28,0,0,42,28,0,0,44,28,0,0,44,28,0,0,44,28,0,0,44,28,0,0,46,28,0,0,50,28,0,0,50,28,0,0,54,28,0,0,60,28,0,0,62,28,0,0,64,28,0,0,68,28,0,0,72,28,0,0,72,28,0,0,72,28,0,0,72,28,0,0,72,28,0,0,74,28,0,0,74,28,0,0,76,28,0,0,78,28,0,0,80,28,0,0,82,28,0,0,88,28,0,0,90,28,0,0,94,28,0,0,96,28,0,0,98,28,0,0,98,28,0,0,104,28,0,0,106,28,0,0,108,28,0,0,112,28,0,0,116,28,0,0,120,28,0,0,122,28,0,0,124,28,0,0,126,28,0,0,126,28,0,0,128,28,0,0,130,28,0,0,130,28,0,0,132,28,0,0,132,28,0,0,132,28,0,0,132,28,0,0,136,28,0,0,136,28,0,0,136,28,0,0,138,28,0,0,140,28,0,0,140,28,0,0,142,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,160,28,0,0,166,28,0,0,166,28,0,0,170,28,0,0,170,28,0,0,172,28,0,0,174,28,0,0,176,28,0,0,176,28,0,0,182,28,0,0,182,28,0,0,182,28,0,0,186,28,0,0,190,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,196,28,0,0,198,28,0,0,198,28,0,0,198,28,0,0,198,28,0,0,198,28,0,0,198,28,0,0,202,28,0,0,206,28,0,0,206,28,0,0,210,28,0,0,212,28,0,0,218,28,0,0,218,28,0,0,220,28,0,0,220,28,0,0,220,28,0,0,220,28,0,0,222,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,232,28,0,0,236,28,0,0,238,28,0,0,238,28,0,0,244,28,0,0,248,28,0,0,248,28,0,0,250,28,0,0,252,28,0,0,252,28,0,0,252,28,0,0,254,28,0,0,254,28,0,0,254,28,0,0,2,29,0,0,8,29,0,0,8,29,0,0,8,29,0,0,8,29,0,0,14,29,0,0,14,29,0,0,20,29,0,0,22,29,0,0,28,29,0,0,34,29,0,0,38,29,0,0,42,29,0,0,42,29,0,0,50,29,0,0,52,29,0,0,54,29,0,0,56,29,0,0,56,29,0,0,56,29,0,0,60,29,0,0,62,29,0,0,62,29,0,0,62,29,0,0,64,29,0,0,64,29,0,0,68,29,0,0,70,29,0,0,74,29,0,0,76,29,0,0,76,29,0,0,76,29,0,0,76,29,0,0,78,29,0,0,82,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,94,29,0,0,96,29,0,0,98,29,0,0,98,29,0,0,98,29,0,0,100,29,0,0,102,29,0,0,102,29,0,0,106,29,0,0,106,29,0,0,110,29,0,0,110,29,0,0,112,29,0,0,112,29,0,0,114,29,0,0,116,29,0,0,118,29,0,0,122,29,0,0,124,29,0,0,124,29,0,0,126,29,0,0,126,29,0,0,126,29,0,0,128,29,0,0,132,29,0,0,134,29,0,0,134,29,0,0,134,29,0,0,134,29,0,0,136,29,0,0,140,29,0,0,142,29,0,0,146,29,0,0,152,29,0,0,160,29,0,0,160,29,0,0,160,29,0,0,164,29,0,0,168,29,0,0,170,29,0,0,170,29,0,0,174,29,0,0,174,29,0,0,176,29,0,0,178,29,0,0,182,29,0,0,184,29,0,0,186,29,0,0,186,29,0,0,188,29,0,0,190,29,0,0,194,29,0,0,194,29,0,0,194,29,0,0,196,29,0,0,198,29,0,0,200,29,0,0,204,29,0,0,204,29,0,0,204,29,0,0,204,29,0,0,204,29,0,0,208,29,0,0,210,29,0,0,212,29,0,0,214,29,0,0,214,29,0,0,216,29,0,0,218,29,0,0,224,29,0,0,224,29,0,0,230,29,0,0,234,29,0,0,236,29,0,0,236,29,0,0,240,29,0,0,242,29,0,0,244,29,0,0,252,29,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,8,30,0,0,12,30,0,0,14,30,0,0,14,30,0,0,16,30,0,0,16,30,0,0,16,30,0,0,16,30,0,0,18,30,0,0,18,30,0,0,18,30,0,0,20,30,0,0,24,30,0,0,26,30,0,0,28,30,0,0,28,30,0,0,30,30,0,0,30,30,0,0,30,30,0,0,34,30,0,0,36,30,0,0,36,30,0,0,38,30,0,0,44,30,0,0,46,30,0,0,50,30,0,0,52,30,0,0,54,30,0,0,56,30,0,0,56,30,0,0,58,30,0,0,64,30,0,0,64,30,0,0,70,30,0,0,74,30,0,0,78,30,0,0,80,30,0,0,80,30,0,0,82,30,0,0,82,30,0,0,82,30,0,0,86,30,0,0,88,30,0,0,92,30,0,0,92,30,0,0,94,30,0,0,96,30,0,0,100,30,0,0,100,30,0,0,102,30,0,0,106,30,0,0,112,30,0,0,118,30,0,0,118,30,0,0,122,30,0,0,122,30,0,0,126,30,0,0,130,30,0,0,130,30,0,0,132,30,0,0,132,30,0,0,134,30,0,0,136,30,0,0,140,30,0,0,142,30,0,0,142,30,0,0,144,30,0,0,144,30,0,0,146,30,0,0,146,30,0,0,150,30,0,0,150,30,0,0,150,30,0,0,154,30,0,0,156,30,0,0,156,30,0,0,158,30,0,0,158,30,0,0,158,30,0,0,158,30,0,0,160,30,0,0,164,30,0,0,168,30,0,0,168,30,0,0,170,30,0,0,170,30,0,0,172,30,0,0,174,30,0,0,176,30,0,0,176,30,0,0,178,30,0,0,180,30,0,0,182,30,0,0,184,30,0,0,186,30,0,0,186,30,0,0,188,30,0,0,190,30,0,0,194,30,0,0,194,30,0,0,194,30,0,0,198,30,0,0,198,30,0,0,198,30,0,0,198,30,0,0,206,30,0,0,206,30,0,0,208,30,0,0,210,30,0,0,210,30,0,0,214,30,0,0,216,30,0,0,216,30,0,0,216,30,0,0,218,30,0,0,222,30,0,0,222,30,0,0,226,30,0,0,226,30,0,0,230,30,0,0,230,30,0,0,230,30,0,0,230,30,0,0,234,30,0,0,234,30,0,0,236,30,0,0,240,30,0,0,242,30,0,0,242,30,0,0,242,30,0,0,254,30,0,0,254,30,0,0,254,30,0,0,2,31,0,0,2,31,0,0,8,31,0,0,14,31,0,0,18,31,0,0,22,31,0,0,24,31,0,0,24,31,0,0,24,31,0,0,24,31,0,0,24,31,0,0,24,31,0,0,24,31,0,0,24,31,0,0,28,31,0,0,32,31,0,0,34,31,0,0,38,31,0,0,38,31,0,0,40,31,0,0,44,31,0,0,46,31,0,0,46,31,0,0,48,31,0,0,50,31,0,0,50,31,0,0,50,31,0,0,50,31,0,0,52,31,0,0,52,31,0,0,54,31,0,0,56,31,0,0,56,31,0,0,56,31,0,0,56,31,0,0,58,31,0,0,60,31,0,0,62,31,0,0,64,31,0,0,64,31,0,0,64,31,0,0,66,31,0,0,68,31,0,0,70,31,0,0,72,31,0,0,72,31,0,0,72,31,0,0,74,31,0,0,76,31,0,0,82,31,0,0,84,31,0,0,88,31,0,0,94,31,0,0,96,31,0,0,100,31,0,0,102,31,0,0,104,31,0,0,106,31,0,0,106,31,0,0,106,31,0,0,114,31,0,0,118,31,0,0,118,31,0,0,120,31,0,0,122,31,0,0,124,31,0,0,124,31,0,0,124,31,0,0,130,31,0,0,130,31,0,0,130,31,0,0,132,31,0,0,132,31,0,0,134,31,0,0,134,31,0,0,138,31,0,0,140,31,0,0,146,31,0,0,148,31,0,0,148,31,0,0,150,31,0,0,152,31,0,0,154,31,0,0,154,31,0,0,158,31,0,0,162,31,0,0,164,31,0,0,166,31,0,0,170,31,0,0,172,31,0,0,174,31,0,0,176,31,0,0,176,31,0,0,180,31,0,0,182,31,0,0,186,31,0,0,188,31,0,0,190,31,0,0,196,31,0,0,198,31,0,0,198,31,0,0,198,31,0,0,200,31,0,0,200,31,0,0,202,31,0,0,204,31,0,0,206,31,0,0,206,31,0,0,208,31,0,0,208,31,0,0,210,31,0,0,212,31,0,0,212,31,0,0,212,31,0,0,214,31,0,0,216,31,0,0,218,31,0,0,218,31,0,0,218,31,0,0,224,31,0,0,224,31,0,0,230,31,0,0,232,31,0,0,232,31,0,0,234,31,0,0,236,31,0,0,236,31,0,0,236,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,244,31,0,0,254,31,0,0,254,31,0,0,254,31,0,0,254,31,0,0,0,32,0,0,4,32,0,0,6,32,0,0,6,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,20,32,0,0,20,32,0,0,22,32,0,0,24,32,0,0,28,32,0,0,30,32,0,0,34,32,0,0,36,32,0,0,36,32,0,0,38,32,0,0,40,32,0,0,40,32,0,0,44,32,0,0,44,32,0,0,50,32,0,0,52,32,0,0,52,32,0,0,54,32,0,0,54,32,0,0,56,32,0,0,58,32,0,0,58,32,0,0,58,32,0,0,58,32,0,0,58,32,0,0,60,32,0,0,62,32,0,0,64,32,0,0,66,32,0,0,66,32,0,0,70,32,0,0,70,32,0,0,74,32,0,0,76,32,0,0,78,32,0,0,80,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,96,32,0,0,96,32,0,0,98,32,0,0,100,32,0,0,100,32,0,0,102,32,0,0,104,32,0,0,108,32,0,0,112,32,0,0,112,32,0,0,112,32,0,0,112,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,124,32,0,0,126,32,0,0,128,32,0,0,128,32,0,0,128,32,0,0,130,32,0,0,132,32,0,0,138,32,0,0,142,32,0,0,146,32,0,0,148,32,0,0,148,32,0,0,150,32,0,0,152,32,0,0,156,32,0,0,158,32,0,0,158,32,0,0,158,32,0,0,162,32,0,0,164,32,0,0,164,32,0,0,164,32,0,0,166,32,0,0,168,32,0,0,174,32,0,0,176,32,0,0,182,32,0,0,184,32,0,0,184,32,0,0,186,32,0,0,188,32,0,0,192,32,0,0,192,32,0,0,194,32,0,0,198,32,0,0,198,32,0,0,200,32,0,0,202,32,0,0,202,32,0,0,202,32,0,0,202,32,0,0,202,32,0,0,202,32,0,0,204,32,0,0,204,32,0,0,204,32,0,0,212,32,0,0,216,32,0,0,220,32,0,0,222,32,0,0,222,32,0,0,224,32,0,0,226,32,0,0,230,32,0,0,232,32,0,0,234,32,0,0,234,32,0,0,234,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,248,32,0,0,250,32,0,0,252,32,0,0,2,33,0,0,8,33,0,0,10,33,0,0,12,33,0,0,16,33,0,0,16,33,0,0,16,33,0,0,20,33,0,0,22,33,0,0,26,33,0,0,26,33,0,0,30,33,0,0,30,33,0,0,38,33,0,0,38,33,0,0,38,33,0,0,38,33,0,0,42,33,0,0,46,33,0,0,46,33,0,0,46,33,0,0,48,33,0,0,50,33,0,0,52,33,0,0,52,33,0,0,56,33,0,0,60,33,0,0,68,33,0,0,72,33,0,0,76,33,0,0,76,33,0,0,78,33,0,0,82,33,0,0,82,33,0,0,82,33,0,0,92,33,0,0,98,33,0,0,98,33,0,0,98,33,0,0,98,33,0,0,98,33,0,0,100,33,0,0,100,33,0,0,104,33,0,0,106,33,0,0,110,33,0,0,110,33,0,0,112,33,0,0,118,33,0,0,118,33,0,0,124,33,0,0,132,33,0,0,136,33,0,0,138,33,0,0,142,33,0,0,144,33,0,0,146,33,0,0,148,33,0,0,148,33,0,0,148,33,0,0,150,33,0,0,152,33,0,0,160,33,0,0,162,33,0,0,162,33,0,0,166,33,0,0,172,33,0,0,172,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,180,33,0,0,182,33,0,0,184,33,0,0,184,33,0,0,184,33,0,0,186,33,0,0,186,33,0,0,188,33,0,0,190,33,0,0,194,33,0,0,194,33,0,0,196,33,0,0,196,33,0,0,198,33,0,0,202,33,0,0,206,33,0,0,208,33,0,0,208,33,0,0,210,33,0,0,210,33,0,0,214,33,0,0,214,33,0,0,216,33,0,0,218,33,0,0,220,33,0,0,226,33,0,0,230,33,0,0,236,33,0,0,242,33,0,0,242,33,0,0,244,33,0,0,244,33,0,0,246,33,0,0,252,33,0,0,254,33,0,0,4,34,0,0,4,34,0,0,6,34,0,0,12,34,0,0,14,34,0,0,16,34,0,0,16,34,0,0,18,34,0,0,20,34,0,0,22,34,0,0,22,34,0,0,24,34,0,0,24,34,0,0,24,34,0,0,24,34,0,0,26,34,0,0,30,34,0,0,30,34,0,0,32,34,0,0,38,34,0,0,40,34,0,0,42,34,0,0,42,34,0,0,42,34,0,0,42,34,0,0,48,34,0,0,50,34,0,0,50,34,0,0,52,34,0,0,52,34,0,0,52,34,0,0,56,34,0,0,58,34,0,0,60,34,0,0,60,34,0,0,62,34,0,0,66,34,0,0,68,34,0,0,68,34,0,0,68,34,0,0,72,34,0,0,72,34,0,0,76,34,0,0,80,34,0,0,80,34,0,0,82,34,0,0,86,34,0,0,88,34,0,0,94,34,0,0,96,34,0,0,98,34,0,0,98,34,0,0,102,34,0,0,106,34,0,0,112,34,0,0,114,34,0,0,114,34,0,0,114,34,0,0,118,34,0,0,118,34,0,0,118,34,0,0,120,34,0,0,120,34,0,0,120,34,0,0,126,34,0,0,126,34,0,0,126,34,0,0,132,34,0,0,134,34,0,0,134,34,0,0,134,34,0,0,134,34,0,0,138,34,0,0,142,34,0,0,150,34,0,0,152,34,0,0,152,34,0,0,152,34,0,0,152,34,0,0,154,34,0,0,154,34,0,0,156,34,0,0,158,34,0,0,158,34,0,0,158,34,0,0,160,34,0,0,162,34,0,0,162,34,0,0,162,34,0,0,166,34,0,0,168,34,0,0,170,34,0,0,174,34,0,0,174,34,0,0,176,34,0,0,180,34,0,0,184,34,0,0,184,34,0,0,186,34,0,0,188,34,0,0,192,34,0,0,192,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,204,34,0,0,206,34,0,0,210,34,0,0,210,34,0,0,212,34,0,0,212,34,0,0,212,34,0,0,218,34,0,0,220,34,0,0,222,34,0,0,222,34,0,0,228,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,238,34,0,0,244,34,0,0,244,34,0,0,246,34,0,0,246,34,0,0,248,34,0,0,248,34,0,0,248,34,0,0,248,34,0,0,250,34,0,0,250,34,0,0,252,34,0,0,254,34,0,0,254,34,0,0,254,34,0,0,254,34,0,0,254,34,0,0,2,35,0,0,4,35,0,0,8,35,0,0,10,35,0,0,12,35,0,0,12,35,0,0,12,35,0,0,12,35,0,0,14,35,0,0,20,35,0,0,20,35,0,0,24,35,0,0,26,35,0,0,26,35,0,0,28,35,0,0,30,35,0,0,32,35,0,0,34,35,0,0,40,35,0,0,40,35,0,0,40,35,0,0,44,35,0,0,44,35,0,0,44,35,0,0,46,35,0,0,50,35,0,0,52,35,0,0,54,35,0,0,54,35,0,0,56,35,0,0,58,35,0,0,58,35,0,0,58,35,0,0,62,35,0,0,64,35,0,0,64,35,0,0,64,35,0,0,66,35,0,0,68,35,0,0,72,35,0,0,72,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,84,35,0,0,88,35,0,0,90,35,0,0,96,35,0,0,98,35,0,0,98,35,0,0,98,35,0,0,100,35,0,0,102,35,0,0,102,35,0,0,104,35,0,0,106,35,0,0,110,35,0,0,114,35,0,0,114,35,0,0,116,35,0,0,118,35,0,0,120,35,0,0,120,35,0,0,120,35,0,0,122,35,0,0,124,35,0,0,124,35,0,0,126,35,0,0,128,35,0,0,130,35,0,0,130,35,0,0,136,35,0,0,138,35,0,0,140,35,0,0,142,35,0,0,152,35,0,0,156,35,0,0,160,35,0,0,168,35,0,0,170,35,0,0,172,35,0,0,172,35,0,0,180,35,0,0,180,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,198,35,0,0,200,35,0,0,204,35,0,0,204,35,0,0,206,35,0,0,206,35,0,0,206,35,0,0,206,35,0,0,212,35,0,0,214,35,0,0,214,35,0,0,216,35,0,0,218,35,0,0,222,35,0,0,222,35,0,0,226,35,0,0,230,35,0,0,238,35,0,0,244,35,0,0,248,35,0,0,248,35,0,0,250,35,0,0,250,35,0,0,250,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,6,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,18,36,0,0,22,36,0,0,22,36,0,0,22,36,0,0,26,36,0,0,28,36,0,0,28,36,0,0,28,36,0,0,30,36,0,0,34,36,0,0,40,36,0,0,48,36,0,0,48,36,0,0,48,36,0,0,48,36,0,0,50,36,0,0,50,36,0,0,50,36,0,0,52,36,0,0,54,36,0,0,58,36,0,0,62,36,0,0,62,36,0,0,68,36,0,0,70,36,0,0,70,36,0,0,76,36,0,0,78,36,0,0,80,36,0,0,82,36,0,0,84,36,0,0,84,36,0,0,84,36,0,0,88,36,0,0,94,36,0,0,94,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,108,36,0,0,108,36,0,0,112,36,0,0,112,36,0,0,112,36,0,0,116,36,0,0,120,36,0,0,126,36,0,0,126,36,0,0,126,36,0,0,126,36,0,0,126,36,0,0,130,36,0,0,130,36,0,0,132,36,0,0,136,36,0,0,136,36,0,0,138,36,0,0,142,36,0,0,144,36,0,0,148,36,0,0,150,36,0,0,152,36,0,0,154,36,0,0,156,36,0,0,158,36,0,0,160,36,0,0,162,36,0,0,164,36,0,0,168,36,0,0,172,36,0,0,176,36,0,0,178,36,0,0,178,36,0,0,178,36,0,0,182,36,0,0,186,36,0,0,186,36,0,0,188,36,0,0,194,36,0,0,196,36,0,0,198,36,0,0,198,36,0,0,202,36,0,0,204,36,0,0,206,36,0,0,208,36,0,0,210,36,0,0,210,36,0,0,210,36,0,0,210,36,0,0,210,36,0,0,210,36,0,0,210,36,0,0,210,36,0,0,212,36,0,0,218,36,0,0,220,36,0,0,220,36,0,0,222,36,0,0,226,36,0,0,230,36,0,0,230,36,0,0,230,36,0,0,232,36,0,0,240,36,0,0,244,36,0,0,246,36,0,0,246,36,0,0,250,36,0,0,2,37,0,0,2,37,0,0,4,37,0,0,6,37,0,0,10,37,0,0,10,37,0,0,14,37,0,0,16,37,0,0,16,37,0,0,18,37,0,0,20,37,0,0,22,37,0,0,22,37,0,0,28,37,0,0,30,37,0,0,30,37,0,0,34,37,0,0,36,37,0,0,42,37,0,0,42,37,0,0,44,37,0,0,46,37,0,0,48,37,0,0,48,37,0,0,48,37,0,0,48,37,0,0,48,37,0,0,48,37,0,0,48,37,0,0,48,37,0,0,48,37,0,0,48,37,0,0,50,37,0,0,54,37,0,0,54,37,0,0,56,37,0,0,64,37,0,0,64,37,0,0,72,37,0,0,74,37,0,0,74,37,0,0,76,37,0,0,78,37,0,0,80,37,0,0,80,37,0,0,80,37,0,0,80,37,0,0,84,37,0,0,86,37,0,0,88,37,0,0,88,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,98,37,0,0,98,37,0,0,100,37,0,0,102,37,0,0,104,37,0,0,104,37,0,0,108,37,0,0,110,37,0,0,114,37,0,0,114,37,0,0,116,37,0,0,116,37,0,0,122,37,0,0,124,37,0,0,124,37,0,0,124,37,0,0,124,37,0,0,126,37,0,0,128,37,0,0,128,37,0,0,132,37,0,0,132,37,0,0,134,37,0,0,136,37,0,0,140,37,0,0,146,37,0,0,146,37,0,0,146,37,0,0,146,37,0,0,150,37,0,0,152,37,0,0,152,37,0,0,152,37,0,0,152,37,0,0,158,37,0,0,158,37,0,0,158,37,0,0,158,37,0,0,158,37,0,0,162,37,0,0,162,37,0,0,162,37,0,0,172,37,0,0,176,37,0,0,178,37,0,0,178,37,0,0,178,37,0,0,180,37,0,0,186,37,0,0,188,37,0,0,192,37,0,0,194,37,0,0,198,37,0,0,204,37,0,0,204,37,0,0,204,37,0,0,208,37,0,0,212,37,0,0,212,37,0,0,214,37,0,0,214,37,0,0,214,37,0,0,214,37,0,0,216,37,0,0,218,37,0,0,220,37,0,0,220,37,0,0,222,37,0,0,226,37,0,0,228,37,0,0,228,37,0,0,230,37,0,0,232,37,0,0,232,37,0,0,234,37,0,0,234,37,0,0,236,37,0,0,240,37,0,0,248,37,0,0,248,37,0,0,248,37,0,0,248,37,0,0,252,37,0,0,252,37,0,0,4,38,0,0,10,38,0,0,12,38,0,0,12,38,0,0,12,38,0,0,14,38,0,0,18,38,0,0,20,38,0,0,22,38,0,0,24,38,0,0,24,38,0,0,32,38,0,0,32,38,0,0,32,38,0,0,36,38,0,0,38,38,0,0,40,38,0,0,42,38,0,0,48,38,0,0,50,38,0,0,50,38,0,0,56,38,0,0,56,38,0,0,60,38,0,0,60,38,0,0,60,38,0,0,62,38,0,0,64,38,0,0,66,38,0,0,68,38,0,0,72,38,0,0,76,38,0,0,78,38,0,0,78,38,0,0,82,38,0,0,88,38,0,0,88,38,0,0,88,38,0,0,90,38,0,0,92,38,0,0,96,38,0,0,100,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,110,38,0,0,112,38,0,0,114,38,0,0,114,38,0,0,116,38,0,0,118,38,0,0,122,38,0,0,126,38,0,0,130,38,0,0,130,38,0,0,132,38,0,0,132,38,0,0,136,38,0,0,138,38,0,0,142,38,0,0,144,38,0,0,144,38,0,0,146,38,0,0,146,38,0,0,146,38,0,0,148,38,0,0,148,38,0,0,154,38,0,0,160,38,0,0,164,38,0,0,164,38,0,0,166,38,0,0,166,38,0,0,168,38,0,0,168,38,0,0,170,38,0,0,172,38,0,0,172,38,0,0,172,38,0,0,176,38,0,0,180,38,0,0,182,38,0,0,184,38,0,0,188,38,0,0,190,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,210,38,0,0,210,38,0,0,218,38,0,0,220,38,0,0,222,38,0,0,222,38,0,0,224,38,0,0,224,38,0,0,224,38,0,0,224,38,0,0,224,38,0,0,224,38,0,0,226,38,0,0,228,38,0,0,232,38,0,0,236,38,0,0,238,38,0,0,238,38,0,0,240,38,0,0,242,38,0,0,244,38,0,0,246,38,0,0,252,38,0,0,254,38,0,0,2,39,0,0,4,39,0,0,8,39,0,0,8,39,0,0,10,39,0,0,12,39,0,0,14,39,0,0,16,39,0,0,18,39,0,0,20,39,0,0,22,39,0,0,26,39,0,0,26,39,0,0,28,39,0,0,28,39,0,0,28,39,0,0,28,39,0,0,32,39,0,0,34,39,0,0,36,39,0,0,40,39,0,0,40,39,0,0,44,39,0,0,48,39,0,0,48,39,0,0,50,39,0,0,52,39,0,0,54,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,62,39,0,0,62,39,0,0,62,39,0,0,64,39,0,0,64,39,0,0,66,39,0,0,68,39,0,0,68,39,0,0,70,39,0,0,72,39,0,0,74,39,0,0,74,39,0,0,78,39,0,0,80,39,0,0,82,39,0,0,84,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,92,39,0,0,92,39,0,0,96,39,0,0,100,39,0,0,100,39,0,0,102,39,0,0,106,39,0,0,110,39,0,0,118,39,0,0,120,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,126,39,0,0,126,39,0,0,126,39,0,0,128,39,0,0,130,39,0,0,132,39,0,0,134,39,0,0,136,39,0,0,136,39,0,0,136,39,0,0,138,39,0,0,138,39,0,0,140,39,0,0,148,39,0,0,150,39,0,0,152,39,0,0,158,39,0,0,164,39,0,0,166,39,0,0,168,39,0,0,168,39,0,0,170,39,0,0,174,39,0,0,178,39,0,0,180,39,0,0,184,39,0,0,184,39,0,0,186,39,0,0,188,39,0,0,188,39,0,0,190,39,0,0,194,39,0,0,194,39,0,0,202,39,0,0,204,39,0,0,204,39,0,0,208,39,0,0,210,39,0,0,210,39,0,0,212,39,0,0,214,39,0,0,218,39,0,0,218,39,0,0,226,39,0,0,228,39,0,0,236,39,0,0,240,39,0,0,242,39,0,0,246,39,0,0,250,39,0,0,252,39,0,0,2,40,0,0,2,40,0,0,6,40,0,0,8,40,0,0,8,40,0,0,8,40,0,0,10,40,0,0,14,40,0,0,16,40,0,0,16,40,0,0,16,40,0,0,16,40,0,0,16,40,0,0,18,40,0,0,22,40,0,0,26,40,0,0,28,40,0,0,30,40,0,0,30,40,0,0,30,40,0,0,34,40,0,0,40,40,0,0,42,40,0,0,42,40,0,0,44,40,0,0,46,40,0,0,46,40,0,0,48,40,0,0,58,40,0,0,62,40,0,0,66,40,0,0,70,40,0,0,78,40,0,0,82,40,0,0,84,40,0,0,86,40,0,0,86,40,0,0,88,40,0,0,90,40,0,0,92,40,0,0,92,40,0,0,96,40,0,0,96,40,0,0,98,40,0,0,100,40,0,0,102,40,0,0,104,40,0,0,104,40,0,0,104,40,0,0,108,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,124,40,0,0,124,40,0,0,126,40,0,0,126,40,0,0,126,40,0,0,134,40,0,0,136,40,0,0,136,40,0,0,136,40,0,0,142,40,0,0,142,40,0,0,142,40,0,0,142,40,0,0,146,40,0,0,146,40,0,0,148,40,0,0,152,40,0,0,152,40,0,0,152,40,0,0,156,40,0,0,158,40,0,0,160,40,0,0,160,40,0,0,160,40,0,0,162,40,0,0,164,40,0,0,164,40,0,0,166,40,0,0,166,40,0,0,166,40,0,0,166,40,0,0,168,40,0,0,174,40,0,0,174,40,0,0,176,40,0,0,178,40,0,0,180,40,0,0,184,40,0,0,186,40,0,0,186,40,0,0,186,40,0,0,190,40,0,0,192,40,0,0,194,40,0,0,194,40,0,0,194,40,0,0,194,40,0,0,194,40,0,0,196,40,0,0,196,40,0,0,196,40,0,0,198,40,0,0,202,40,0,0,202,40,0,0,206,40,0,0,210,40,0,0,212,40,0,0,212,40,0,0,212,40,0,0,212,40,0,0,212,40,0,0,214,40,0,0,220,40,0,0,220,40,0,0,224,40,0,0,224,40,0,0,224,40,0,0,226,40,0,0,228,40,0,0,228,40,0,0,230,40,0,0,230,40,0,0,230,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,238,40,0,0,240,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,0,41,0,0,2,41,0,0,4,41,0,0,4,41,0,0,4,41,0,0,6,41,0,0,8,41,0,0,12,41,0,0,16,41,0,0,20,41,0,0,22,41,0,0,22,41,0,0,22,41,0,0,24,41,0,0,26,41,0,0,28,41,0,0,32,41,0,0,34,41,0,0,36,41,0,0,40,41,0,0,40,41,0,0,46,41,0,0,46,41,0,0,50,41,0,0,50,41,0,0,52,41,0,0,54,41,0,0,56,41,0,0,58,41,0,0,58,41,0,0,62,41,0,0,64,41,0,0,66,41,0,0,66,41,0,0,68,41,0,0,72,41,0,0,74,41,0,0,74,41,0,0,74,41,0,0,76,41,0,0,76,41,0,0,80,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,92,41,0,0,94,41,0,0,98,41,0,0,100,41,0,0,100,41,0,0,102,41,0,0,102,41,0,0,106,41,0,0,108,41,0,0,112,41,0,0,116,41,0,0,118,41,0,0,120,41,0,0,120,41,0,0,122,41,0,0,122,41,0,0,122,41,0,0,122,41,0,0,122,41,0,0,122,41,0,0,122,41,0,0,122,41,0,0,122,41,0,0,126,41,0,0,128,41,0,0,128,41,0,0,128,41,0,0,132,41,0,0,132,41,0,0,132,41,0,0,136,41,0,0,136,41,0,0,138,41,0,0,140,41,0,0,140,41,0,0,140,41,0,0,142,41,0,0,142,41,0,0,144,41,0,0,148,41,0,0,152,41,0,0,158,41,0,0,160,41,0,0,164,41,0,0,166,41,0,0,166,41,0,0,172,41,0,0,174,41,0,0,178,41,0,0,182,41,0,0,184,41,0,0,184,41,0,0,186,41,0,0,188,41,0,0,190,41,0,0,192,41,0,0,192,41,0,0,196,41,0,0,200,41,0,0,200,41,0,0,206,41,0,0,212,41,0,0,212,41,0,0,212,41,0,0,214,41,0,0,218,41,0,0,220,41,0,0,220,41,0,0,226,41,0,0,226,41,0,0,228,41,0,0,230,41,0,0,232,41,0,0,234,41,0,0,234,41,0,0,238,41,0,0,240,41,0,0,240,41,0,0,240,41,0,0,242,41,0,0,244,41,0,0,244,41,0,0,248,41,0,0,250,41,0,0,252,41,0,0,254,41,0,0,0,42,0,0,2,42,0,0,2,42,0,0,2,42,0,0,4,42,0,0,10,42,0,0,12,42,0,0,12,42,0,0,16,42,0,0,16,42,0,0,18,42,0,0,20,42,0,0,22,42,0,0,24,42,0,0,26,42,0,0,26,42,0,0,28,42,0,0,30,42,0,0,32,42,0,0,34,42,0,0,34,42,0,0,34,42,0,0,36,42,0,0,36,42,0,0,38,42,0,0,38,42,0,0,40,42,0,0,44,42,0,0,46,42,0,0,50,42,0,0,50,42,0,0,52,42,0,0,60,42,0,0,62,42,0,0,62,42,0,0,66,42,0,0,68,42,0,0,68,42,0,0,74,42,0,0,78,42,0,0,80,42,0,0,82,42,0,0,82,42,0,0,86,42,0,0,90,42,0,0,90,42,0,0,90,42,0,0,90,42,0,0,92,42,0,0,100,42,0,0,102,42,0,0,104,42,0,0,104,42,0,0,104,42,0,0,106,42,0,0,106,42,0,0,106,42,0,0,108,42,0,0,108,42,0,0,108,42,0,0,108,42,0,0,110,42,0,0,110,42,0,0,110,42,0,0,114,42,0,0,118,42,0,0,120,42,0,0,126,42,0,0,128,42,0,0,130,42,0,0,130,42,0,0,134,42,0,0,140,42,0,0,142,42,0,0,144,42,0,0,146,42,0,0,146,42,0,0,148,42,0,0,150,42,0,0,152,42,0,0,154,42,0,0,154,42,0,0,154,42,0,0,154,42,0,0,156,42,0,0,158,42,0,0,158,42,0,0,158,42,0,0,162,42,0,0,164,42,0,0,166,42,0,0,168,42,0,0,170,42,0,0,172,42,0,0,178,42,0,0,182,42,0,0,186,42,0,0,186,42,0,0,186,42,0,0,188,42,0,0,188,42,0,0,188,42,0,0,188,42,0,0,190,42,0,0,194,42,0,0,194,42,0,0,198,42,0,0,202,42,0,0,206,42,0,0,208,42,0,0,208,42,0,0,212,42,0,0,212,42,0,0,214,42,0,0,220,42,0,0,220,42,0,0,222,42,0,0,222,42,0,0,224,42,0,0,224,42,0,0,224,42,0,0,230,42,0,0,230,42,0,0,232,42,0,0,234,42,0,0,236,42,0,0,236,42,0,0,236,42,0,0,236,42,0,0,238,42,0,0,244,42,0,0,244,42,0,0,246,42,0,0,246,42,0,0,248,42,0,0,248,42,0,0,250,42,0,0,250,42,0,0,252,42,0,0,252,42,0,0,252,42,0,0,0,43,0,0,2,43,0,0,6,43,0,0,6,43,0,0,6,43,0,0,6,43,0,0,12,43,0,0,14,43,0,0,14,43,0,0,18,43,0,0,20,43,0,0,20,43,0,0,20,43,0,0,20,43,0,0,22,43,0,0,22,43,0,0,24,43,0,0,24,43,0,0,28,43,0,0,30,43,0,0,32,43,0,0,38,43,0,0,42,43,0,0,46,43,0,0,50,43,0,0,52,43,0,0,54,43,0,0,54,43,0,0,58,43,0,0,64,43,0,0,64,43,0,0,70,43,0,0,70,43,0,0,72,43,0,0,76,43,0,0,78,43,0,0,78,43,0,0,78,43,0,0,80,43,0,0,82,43,0,0,84,43,0,0,86,43,0,0,90,43,0,0,90,43,0,0,94,43,0,0,94,43,0,0,94,43,0,0,98,43,0,0,98,43,0,0,98,43,0,0,100,43,0,0,102,43,0,0,102,43,0,0,108,43,0,0,110,43,0,0,114,43,0,0,114,43,0,0,114,43,0,0,116,43,0,0,118,43,0,0,118,43,0,0,120,43,0,0,120,43,0,0,124,43,0,0,124,43,0,0,126,43,0,0,128,43,0,0,130,43,0,0,134,43,0,0,134,43,0,0,134,43,0,0,136,43,0,0,136,43,0,0,142,43,0,0,144,43,0,0,148,43,0,0,152,43,0,0,154,43,0,0,154,43,0,0,158,43,0,0,160,43,0,0,168,43,0,0,172,43,0,0,174,43,0,0,174,43,0,0,178,43,0,0,184,43,0,0,190,43,0,0,192,43,0,0,196,43,0,0,198,43,0,0,200,43,0,0,200,43,0,0,204,43,0,0,208,43,0,0,210,43,0,0,210,43,0,0,214,43,0,0,218,43,0,0,220,43,0,0,220,43,0,0,220,43,0,0,222,43,0,0,226,43,0,0,230,43,0,0,230,43,0,0,236,43,0,0,240,43,0,0,242,43,0,0,242,43,0,0,242,43,0,0,250,43,0,0,250,43,0,0,252,43,0,0,254,43,0,0,6,44,0,0,12,44,0,0,22,44,0,0,24,44,0,0,30,44,0,0,32,44,0,0,36,44,0,0,36,44,0,0,40,44,0,0,42,44,0,0,50,44,0,0,52,44,0,0,54,44,0,0,56,44,0,0,56,44,0,0,56,44,0,0,56,44,0,0,56,44,0,0,58,44,0,0,58,44,0,0,58,44,0,0,60,44,0,0,64,44,0,0,66,44,0,0,68,44,0,0,70,44,0,0,74,44,0,0,74,44,0,0,74,44,0,0,76,44,0,0,78,44,0,0,78,44,0,0,78,44,0,0,78,44,0,0,78,44,0,0,84,44,0,0,86,44,0,0,90,44,0,0,92,44,0,0,98,44,0,0,100,44,0,0,102,44,0,0,108,44,0,0,116,44,0,0,116,44,0,0,116,44,0,0,120,44,0,0,122,44,0,0,124,44,0,0,126,44,0,0,126,44,0,0,126,44,0,0,130,44,0,0,130,44,0,0,134,44,0,0,136,44,0,0,138,44,0,0,140,44,0,0,144,44,0,0,148,44,0,0,148,44,0,0,148,44,0,0,150,44,0,0,152,44,0,0,154,44,0,0,154,44,0,0,158,44,0,0,158,44,0,0,158,44,0,0,162,44,0,0,162,44,0,0,166,44,0,0,168,44,0,0,168,44,0,0,170,44,0,0,174,44,0,0,178,44,0,0,178,44,0,0,178,44,0,0,180,44,0,0,182,44,0,0,182,44,0,0,186,44,0,0,186,44,0,0,190,44,0,0,190,44,0,0,194,44,0,0,200,44,0,0,202,44,0,0,204,44,0,0,204,44,0,0,206,44,0,0,208,44,0,0,208,44,0,0,210,44,0,0,212,44,0,0,212,44,0,0,212,44,0,0,216,44,0,0,216,44,0,0,218,44,0,0,220,44,0,0,224,44,0,0,228,44,0,0,230,44,0,0,236,44,0,0,240,44,0,0,240,44,0,0,240,44,0,0,242,44,0,0,244,44,0,0,248,44,0,0,250,44,0,0,254,44,0,0,0,45,0,0,2,45,0,0,6,45,0,0,6,45,0,0,12,45,0,0,14,45,0,0,14,45,0,0,18,45,0,0,20,45,0,0,24,45,0,0,26,45,0,0,26,45,0,0,26,45,0,0,26,45,0,0,28,45,0,0,28,45,0,0,28,45,0,0,34,45,0,0,38,45,0,0,38,45,0,0,40,45,0,0,44,45,0,0,44,45,0,0,46,45,0,0,46,45,0,0,50,45,0,0,56,45,0,0,58,45,0,0,58,45,0,0,58,45,0,0,60,45,0,0,64,45,0,0,64,45,0,0,70,45,0,0,72,45,0,0,74,45,0,0,74,45,0,0,74,45,0,0,78,45,0,0,80,45,0,0,82,45,0,0,82,45,0,0,92,45,0,0,96,45,0,0,96,45,0,0,100,45,0,0,106,45,0,0,114,45,0,0,116,45,0,0,116,45,0,0,118,45,0,0,122,45,0,0,126,45,0,0,128,45,0,0,128,45,0,0,128,45,0,0,130,45,0,0,132,45,0,0,132,45,0,0,138,45,0,0,138,45,0,0,138,45,0,0,140,45,0,0,142,45,0,0,144,45,0,0,144,45,0,0,148,45,0,0,150,45,0,0,152,45,0,0,152,45,0,0,152,45,0,0,152,45,0,0,152,45,0,0,156,45,0,0,156,45,0,0,162,45,0,0,164,45,0,0,164,45,0,0,164,45,0,0,166,45,0,0,166,45,0,0,168,45,0,0,168,45,0,0,170,45,0,0,170,45,0,0,172,45,0,0,174,45,0,0,176,45,0,0,184,45,0,0,186,45,0,0,188,45,0,0,192,45,0,0,196,45,0,0,196,45,0,0,202,45,0,0,202,45,0,0,202,45,0,0,206,45,0,0,212,45,0,0,216,45,0,0,218,45,0,0,218,45,0,0,220,45,0,0,224,45,0,0,226,45,0,0,228,45,0,0,230,45,0,0,236,45,0,0,236,45,0,0,238,45,0,0,238,45,0,0,244,45,0,0,250,45,0,0,254,45,0,0,0,46,0,0,0,46,0,0,2,46,0,0,6,46,0,0,12,46,0,0,16,46,0,0,16,46,0,0,20,46,0,0,22,46,0,0,22,46,0,0,22,46,0,0,22,46,0,0,24,46,0,0,26,46,0,0,28,46,0,0,30,46,0,0,36,46,0,0,40,46,0,0,42,46,0,0,42,46,0,0,42,46,0,0,44,46,0,0,50,46,0,0,54,46,0,0,54,46,0,0,54,46,0,0,56,46,0,0,56,46,0,0,56,46,0,0,56,46,0,0,58,46,0,0,58,46,0,0,60,46,0,0,60,46,0,0,62,46,0,0,62,46,0,0,64,46,0,0,68,46,0,0,70,46,0,0,70,46,0,0,72,46,0,0,74,46,0,0,76,46,0,0,80,46,0,0,82,46,0,0,82,46,0,0,88,46,0,0,94,46,0,0,94,46,0,0,98,46,0,0,98,46,0,0,100,46,0,0,100,46,0,0,104,46,0,0,106,46,0,0,110,46,0,0,112,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,120,46,0,0,124,46,0,0,126,46,0,0,130,46,0,0,130,46,0,0,130,46,0,0,132,46,0,0,136,46,0,0,136,46,0,0,136,46,0,0,136,46,0,0,138,46,0,0,144,46,0,0,146,46,0,0,150,46,0,0,150,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,156,46,0,0,158,46,0,0,158,46,0,0,162,46,0,0,166,46,0,0,166,46,0,0,170,46,0,0,174,46,0,0,174,46,0,0,174,46,0,0,174,46,0,0,174,46,0,0,178,46,0,0,180,46,0,0,182,46,0,0,184,46,0,0,184,46,0,0,186,46,0,0,190,46,0,0,192,46,0,0,194,46,0,0,206,46,0,0,208,46,0,0,212,46,0,0,214,46,0,0,214,46,0,0,216,46,0,0,220,46,0,0,222,46,0,0,224,46,0,0,226,46,0,0,228,46,0,0,234,46,0,0,236,46,0,0,236,46,0,0,240,46,0,0,242,46,0,0,244,46,0,0,244,46,0,0,244,46,0,0,248,46,0,0,250,46,0,0,252,46,0,0,252,46,0,0,0,47,0,0,0,47,0,0,4,47,0,0,4,47,0,0,8,47,0,0,8,47,0,0,12,47,0,0,12,47,0,0,14,47,0,0,16,47,0,0,18,47,0,0,20,47,0,0,20,47,0,0,22,47,0,0,22,47,0,0,22,47,0,0,22,47,0,0,22,47,0,0,22,47,0,0,24,47,0,0,24,47,0,0,24,47,0,0,24,47,0,0,24,47,0,0,24,47,0,0,24,47,0,0,24,47,0,0,28,47,0,0,28,47,0,0,36,47,0,0,36,47,0,0,40,47,0,0,40,47,0,0,40,47,0,0,40,47,0,0,40,47,0,0,40,47,0,0,50,47,0,0,54,47,0,0,54,47,0,0,54,47,0,0,58,47,0,0,60,47,0,0,60,47,0,0,62,47,0,0,64,47,0,0,64,47,0,0,66,47,0,0,66,47,0,0,66,47,0,0,66,47,0,0,66,47,0,0,66,47,0,0,66,47,0,0,68,47,0,0,72,47,0,0,74,47,0,0,74,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,88,47,0,0,88,47,0,0,88,47,0,0,88,47,0,0,90,47,0,0,96,47,0,0,96,47,0,0,96,47,0,0,96,47,0,0,98,47,0,0,100,47,0,0,102,47,0,0,102,47,0,0,104,47,0,0,110,47,0,0,116,47,0,0,118,47,0,0,120,47,0,0,120,47,0,0,122,47,0,0,126,47,0,0,128,47,0,0,130,47,0,0,136,47,0,0,144,47,0,0,146,47,0,0,148,47,0,0,148,47,0,0,148,47,0,0,150,47,0,0,150,47,0,0,158,47,0,0,162,47,0,0,170,47,0,0,170,47,0,0,174,47,0,0,174,47,0,0,176,47,0,0,178,47,0,0,182,47,0,0,184,47,0,0,186,47,0,0,188,47,0,0,190,47,0,0,190,47,0,0,194,47,0,0,194,47,0,0,198,47,0,0,200,47,0,0,200,47,0,0,204,47,0,0,210,47,0,0,210,47,0,0,214,47,0,0,214,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,222,47,0,0,222,47,0,0,224,47,0,0,226,47,0,0,226,47,0,0,230,47,0,0,232,47,0,0,232,47,0,0,234,47,0,0,236,47,0,0,236,47,0,0,236,47,0,0,236,47,0,0,240,47,0,0,242,47,0,0,248,47,0,0,250,47,0,0,252,47,0,0,254,47,0,0,0,48,0,0,6,48,0,0,6,48,0,0,8,48,0,0,16,48,0,0,16,48,0,0,16,48,0,0,18,48,0,0,20,48,0,0,24,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,34,48,0,0,36,48,0,0,36,48,0,0,36,48,0,0,40,48,0,0,44,48,0,0,44,48,0,0,44,48,0,0,48,48,0,0,54,48,0,0,56,48,0,0,56,48,0,0,56,48,0,0,56,48,0,0,62,48,0,0,62,48,0,0,62,48,0,0,64,48,0,0,66,48,0,0,70,48,0,0,72,48,0,0,76,48,0,0,76,48,0,0,76,48,0,0,78,48,0,0,82,48,0,0,82,48,0,0,82,48,0,0,84,48,0,0,86,48,0,0,88,48,0,0,90,48,0,0,92,48,0,0,92,48,0,0,94,48,0,0,96,48,0,0,96,48,0,0,98,48,0,0,100,48,0,0,102,48,0,0,104,48,0,0,104,48,0,0,104,48,0,0,108,48,0,0,108,48,0,0,112,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,124,48,0,0,124,48,0,0,126,48,0,0,128,48,0,0,132,48,0,0,132,48,0,0,134,48,0,0,136,48,0,0,136,48,0,0,140,48,0,0,144,48,0,0,148,48,0,0,148,48,0,0,148,48,0,0,152,48,0,0,154,48,0,0,156,48,0,0,160,48,0,0,162,48,0,0,162,48,0,0,168,48,0,0,168,48,0,0,168,48,0,0,174,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,180,48,0,0,180,48,0,0,180,48,0,0,180,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,188,48,0,0,188,48,0,0,190,48,0,0,190,48,0,0,192,48,0,0,192,48,0,0,192,48,0,0,200,48,0,0,200,48,0,0,202,48,0,0,204,48,0,0,204,48,0,0,206,48,0,0,206,48,0,0,208,48,0,0,208,48,0,0,214,48,0,0,216,48,0,0,218,48,0,0,218,48,0,0,222,48,0,0,230,48,0,0,232,48,0,0,234,48,0,0,234,48,0,0,240,48,0,0,242,48,0,0,244,48,0,0,244,48,0,0,244,48,0,0,250,48,0,0,250,48,0,0,254,48,0,0,254,48,0,0,0,49,0,0,2,49,0,0,4,49,0,0,6,49,0,0,10,49,0,0,12,49,0,0,12,49,0,0,12,49,0,0,12,49,0,0,14,49,0,0,14,49,0,0,14,49,0,0,16,49,0,0,16,49,0,0,16,49,0,0,20,49,0,0,24,49,0,0,24,49,0,0,28,49,0,0,28,49,0,0,30,49,0,0,32,49,0,0,34,49,0,0,34,49,0,0,38,49,0,0,38,49,0,0,40,49,0,0,40,49,0,0,42,49,0,0,46,49,0,0,46,49,0,0,46,49,0,0,50,49,0,0,50,49,0,0,52,49,0,0,54,49,0,0,56,49,0,0,56,49,0,0,60,49,0,0,62,49,0,0,66,49,0,0,68,49,0,0,70,49,0,0,70,49,0,0,70,49,0,0,70,49,0,0,70,49,0,0,70,49,0,0,72,49,0,0,72,49,0,0,72,49,0,0,74,49,0,0,74,49,0,0,78,49,0,0,78,49,0,0,82,49,0,0,84,49,0,0,84,49,0,0,92,49,0,0,92,49,0,0,94,49,0,0,94,49,0,0,96,49,0,0,100,49,0,0,104,49,0,0,104,49,0,0,106,49,0,0,110,49,0,0,112,49,0,0,112,49,0,0,112,49,0,0,116,49,0,0,118,49,0,0,118,49,0,0,118,49,0,0,122,49,0,0,122,49,0,0,124,49,0,0,124,49,0,0,124,49,0,0,124,49,0,0,126,49,0,0,130,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,136,49,0,0,138,49,0,0,140,49,0,0,144,49,0,0,144,49,0,0,146,49,0,0,148,49,0,0,150,49,0,0,154,49,0,0,156,49,0,0,162,49,0,0,164,49,0,0,166,49,0,0,166,49,0,0,166,49,0,0,170,49,0,0,172,49,0,0,172,49,0,0,176,49,0,0,176,49,0,0,176,49,0,0,180,49,0,0,182,49,0,0,182,49,0,0,182,49,0,0,182,49,0,0,184,49,0,0,186,49,0,0,186,49,0,0,190,49,0,0,194,49,0,0,194,49,0,0,196,49,0,0,198,49,0,0,200,49,0,0,200,49,0,0,204,49,0,0,208,49,0,0,208,49,0,0,214,49,0,0,216,49,0,0,220,49,0,0,224,49,0,0,226,49,0,0,226,49,0,0,228,49,0,0,232,49,0,0,236,49,0,0,238,49,0,0,248,49,0,0,248,49,0,0,248,49,0,0,250,49,0,0,252,49,0,0,252,49,0,0,254,49,0,0,0,50,0,0,2,50,0,0,2,50,0,0,4,50,0,0,8,50,0,0,10,50,0,0,10,50,0,0,12,50,0,0,14,50,0,0,16,50,0,0,18,50,0,0,18,50,0,0,22,50,0,0,24,50,0,0,24,50,0,0,26,50,0,0,26,50,0,0,30,50,0,0,32,50,0,0,32,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,46,50,0,0,50,50,0,0,54,50,0,0,54,50,0,0,56,50,0,0,58,50,0,0,60,50,0,0,60,50,0,0,64,50,0,0,68,50,0,0,72,50,0,0,74,50,0,0,76,50,0,0,76,50,0,0,76,50,0,0,76,50,0,0,80,50,0,0,80,50,0,0,80,50,0,0,80,50,0,0,80,50,0,0,84,50,0,0,88,50,0,0,88,50,0,0,90,50,0,0,92,50,0,0,96,50,0,0,98,50,0,0,98,50,0,0,98,50,0,0,102,50,0,0,102,50,0,0,102,50,0,0,106,50,0,0,108,50,0,0,110,50,0,0,112,50,0,0,112,50,0,0,112,50,0,0,114,50,0,0,118,50,0,0,118,50,0,0,128,50,0,0,134,50,0,0,136,50,0,0,140,50,0,0,144,50,0,0,146,50,0,0,146,50,0,0,146,50,0,0,146,50,0,0,146,50,0,0,148,50,0,0,148,50,0,0,152,50,0,0,156,50,0,0,156,50,0,0,158,50,0,0,160,50,0,0,160,50,0,0,160,50,0,0,160,50,0,0,162,50,0,0,166,50,0,0,166,50,0,0,166,50,0,0,168,50,0,0,168,50,0,0,172,50,0,0,174,50,0,0,176,50,0,0,180,50,0,0,186,50,0,0,188,50,0,0,194,50,0,0,196,50,0,0,202,50,0,0,202,50,0,0,202,50,0,0,204,50,0,0,208,50,0,0,212,50,0,0,216,50,0,0,220,50,0,0,222,50,0,0,226,50,0,0,230,50,0,0,234,50,0,0,234,50,0,0,238,50,0,0,242,50,0,0,242,50,0,0,244,50,0,0,244,50,0,0,244,50,0,0,244,50,0,0,244,50,0,0,248,50,0,0,248,50,0,0,252,50,0,0,254,50,0,0,254,50,0,0,254,50,0,0,0,51,0,0,4,51,0,0,4,51,0,0,4,51,0,0,4,51,0,0,10,51,0,0,12,51,0,0,14,51,0,0,16,51,0,0,18,51,0,0,20,51,0,0,24,51,0,0,26,51,0,0,28,51,0,0,30,51,0,0,32,51,0,0,34,51,0,0,38,51,0,0,42,51,0,0,44,51,0,0,46,51,0,0,48,51,0,0,52,51,0,0,54,51,0,0,54,51,0,0,58,51,0,0,60,51,0,0,64,51,0,0,64,51,0,0,64,51,0,0,66,51,0,0,66,51,0,0,66,51,0,0,66,51,0,0,68,51,0,0,70,51,0,0,74,51,0,0,74,51,0,0,78,51,0,0,80,51,0,0,82,51,0,0,82,51,0,0,82,51,0,0,86,51,0,0,86,51,0,0,86,51,0,0,88,51,0,0,88,51,0,0,88,51,0,0,94,51,0,0,96,51,0,0,96,51,0,0,98,51,0,0,102,51,0,0,104,51,0,0,110,51,0,0,112,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,122,51,0,0,126,51,0,0,130,51,0,0,134,51,0,0,136,51,0,0,136,51,0,0,140,51,0,0,142,51,0,0,144,51,0,0,146,51,0,0,152,51,0,0,154,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,160,51,0,0,160,51,0,0,162,51,0,0,166,51,0,0,166,51,0,0,166,51,0,0,168,51,0,0,170,51,0,0,172,51,0,0,174,51,0,0,182,51,0,0,182,51,0,0,182,51,0,0,182,51,0,0,186,51,0,0,186,51,0,0,186,51,0,0,186,51,0,0,188,51,0,0,190,51,0,0,192,51,0,0,192,51,0,0,196,51,0,0,196,51,0,0,198,51,0,0,198,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,208,51,0,0,210,51,0,0,214,51,0,0,218,51,0,0,224,51,0,0,228,51,0,0,230,51,0,0,234,51,0,0,236,51,0,0,238,51,0,0,240,51,0,0,240,51,0,0,248,51,0,0,248,51,0,0,254,51,0,0,0,52,0,0,10,52,0,0,16,52,0,0,18,52,0,0,22,52,0,0,24,52,0,0,24,52,0,0,24,52,0,0,28,52,0,0,28,52,0,0,28,52,0,0,32,52,0,0,34,52,0,0,34,52,0,0,38,52,0,0,38,52,0,0,38,52,0,0,38,52,0,0,38,52,0,0,38,52,0,0,44,52,0,0,44,52,0,0,44,52,0,0,46,52,0,0,46,52,0,0,46,52,0,0,48,52,0,0,50,52,0,0,52,52,0,0,56,52,0,0,56,52,0,0,64,52,0,0,68,52,0,0,68,52,0,0,68,52,0,0,72,52,0,0,76,52,0,0,78,52,0,0,82,52,0,0,82,52,0,0,88,52,0,0,92,52,0,0,94,52,0,0,94,52,0,0,94,52,0,0,96,52,0,0,100,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,112,52,0,0,112,52,0,0,116,52,0,0,118,52,0,0,122,52,0,0,122,52,0,0,122,52,0,0,122,52,0,0,126,52,0,0,128,52,0,0,130,52,0,0,132,52,0,0,132,52,0,0,132,52,0,0,132,52,0,0,136,52,0,0,136,52,0,0,140,52,0,0,140,52,0,0,142,52,0,0,142,52,0,0,144,52,0,0,148,52,0,0,148,52,0,0,150,52,0,0,152,52,0,0,154,52,0,0,156,52,0,0,160,52,0,0,164,52,0,0,164,52,0,0,170,52,0,0,170,52,0,0,176,52,0,0,176,52,0,0,176,52,0,0,176,52,0,0,176,52,0,0,176,52,0,0,180,52,0,0,180,52,0,0,182,52,0,0,184,52,0,0,186,52,0,0,188,52,0,0,190,52,0,0,192,52,0,0,192,52,0,0,194,52,0,0,196,52,0,0,196,52,0,0,200,52,0,0,206,52,0,0,208,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,216,52,0,0,218,52,0,0,218,52,0,0,220,52,0,0,220,52,0,0,222,52,0,0,222,52,0,0,222,52,0,0,222,52,0,0,222,52,0,0,222,52,0,0,228,52,0,0,230,52,0,0,230,52,0,0,234,52,0,0,234,52,0,0,236,52,0,0,238,52,0,0,242,52,0,0,244,52,0,0,246,52,0,0,250,52,0,0,250,52,0,0,252,52,0,0,254,52,0,0,254,52,0,0,0,53,0,0,0,53,0,0,0,53,0,0,4,53,0,0,4,53,0,0,4,53,0,0,14,53,0,0,14,53,0,0,14,53,0,0,14,53,0,0,14,53,0,0,16,53,0,0,18,53,0,0,18,53,0,0,22,53,0,0,26,53,0,0,26,53,0,0,30,53,0,0,34,53,0,0,34,53,0,0,36,53,0,0,36,53,0,0,38,53,0,0,38,53,0,0,40,53,0,0,44,53,0,0,44,53,0,0,46,53,0,0,50,53,0,0,56,53,0,0,56,53,0,0,56,53,0,0,56,53,0,0,56,53,0,0,56,53,0,0,60,53,0,0,62,53,0,0,68,53,0,0,68,53,0,0,70,53,0,0,70,53,0,0,70,53,0,0,72,53,0,0,76,53,0,0,76,53,0,0,76,53,0,0,78,53,0,0,78,53,0,0,82,53,0,0,84,53,0,0,88,53,0,0,88,53,0,0,88,53,0,0,94,53,0,0,94,53,0,0,94,53,0,0,96,53,0,0,100,53,0,0,102,53,0,0,106,53,0,0,108,53,0,0,110,53,0,0,112,53,0,0,112,53,0,0,116,53,0,0,118,53,0,0,118,53,0,0,118,53,0,0,120,53,0,0,122,53,0,0,124,53,0,0,128,53,0,0,128,53,0,0,128,53,0,0,128,53,0,0,128,53,0,0,128,53,0,0,130,53,0,0,130,53,0,0,130,53,0,0,134,53,0,0,138,53,0,0,138,53,0,0,140,53,0,0,142,53,0,0,142,53,0,0,142,53,0,0,144,53,0,0,146,53,0,0,146,53,0,0,148,53,0,0,156,53,0,0,158,53,0,0,160,53,0,0,162,53,0,0,162,53,0,0,164,53,0,0,166,53,0,0,166,53,0,0,168,53,0,0,168,53,0,0,170,53,0,0,170,53,0,0,170,53,0,0,170,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,184,53,0,0,188,53,0,0,192,53,0,0,196,53,0,0,198,53,0,0,198,53,0,0,198,53,0,0,202,53,0,0,208,53,0,0,210,53,0,0,212,53,0,0,214,53,0,0,218,53,0,0,218,53,0,0,224,53,0,0,224,53,0,0,226,53,0,0,226,53,0,0,228,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,236,53,0,0,242,53,0,0,246,53,0,0,248,53,0,0,252,53,0,0,254,53,0,0,4,54,0,0,4,54,0,0,8,54,0,0,14,54,0,0,14,54,0,0,14,54,0,0,18,54,0,0,20,54,0,0,22,54,0,0,22,54,0,0,22,54,0,0,24,54,0,0,26,54,0,0,26,54,0,0,30,54,0,0,34,54,0,0,34,54,0,0,36,54,0,0,38,54,0,0,38,54,0,0,40,54,0,0,40,54,0,0,40,54,0,0,40,54,0,0,44,54,0,0,46,54,0,0,48,54,0,0,52,54,0,0,52,54,0,0,54,54,0,0,58,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,62,54,0,0,62,54,0,0,62,54,0,0,64,54,0,0,64,54,0,0,64,54,0,0,68,54,0,0,68,54,0,0,74,54,0,0,74,54,0,0,74,54,0,0,78,54,0,0,78,54,0,0,78,54,0,0,82,54,0,0,82,54,0,0,84,54,0,0,84,54,0,0,84,54,0,0,86,54,0,0,88,54,0,0,88,54,0,0,88,54,0,0,90,54,0,0,92,54,0,0,94,54,0,0,94,54,0,0,96,54,0,0,96,54,0,0,98,54,0,0,98,54,0,0,100,54,0,0,102,54,0,0,102,54,0,0,104,54,0,0,106,54,0,0,108,54,0,0,108,54,0,0,110,54,0,0,110,54,0,0,110,54,0,0,114,54,0,0,114,54,0,0,116,54,0,0,124,54,0,0,124,54,0,0,126,54,0,0,132,54,0,0,132,54,0,0,132,54,0,0,134,54,0,0,134,54,0,0,136,54,0,0,136,54,0,0,136,54,0,0,140,54,0,0,142,54,0,0,142,54,0,0,142,54,0,0,144,54,0,0,144,54,0,0,148,54,0,0,150,54,0,0,150,54,0,0,156,54,0,0,160,54,0,0,160,54,0,0,162,54,0,0,164,54,0,0,164,54,0,0,168,54,0,0,172,54,0,0,174,54,0,0,176,54,0,0,178,54,0,0,178,54,0,0,182,54,0,0,184,54,0,0,186,54,0,0,186,54,0,0,188,54,0,0,188,54,0,0,194,54,0,0,198,54,0,0,200,54,0,0,202,54,0,0,204,54,0,0,206,54,0,0,212,54,0,0,216,54,0,0,216,54,0,0,216,54,0,0,216,54,0,0,216,54,0,0,218,54,0,0,218,54,0,0,218,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,234,54,0,0,238,54,0,0,242,54,0,0,242,54,0,0,244,54,0,0,244,54,0,0,244,54,0,0,244,54,0,0,246,54,0,0,248,54,0,0,252,54,0,0,2,55,0,0,4,55,0,0,6,55,0,0,6,55,0,0,8,55,0,0,12,55,0,0,12,55,0,0,12,55,0,0,14,55,0,0,14,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,28,55,0,0,28,55,0,0,30,55,0,0,32,55,0,0,34,55,0,0,34,55,0,0,34,55,0,0,34,55,0,0,34,55,0,0,40,55,0,0,40,55,0,0,44,55,0,0,44,55,0,0,46,55,0,0,48,55,0,0,50,55,0,0,56,55,0,0,56,55,0,0,56,55,0,0,56,55,0,0,58,55,0,0,58,55,0,0,60,55,0,0,62,55,0,0,62,55,0,0,62,55,0,0,64,55,0,0,64,55,0,0,68,55,0,0,70,55,0,0,70,55,0,0,76,55,0,0,78,55,0,0,78,55,0,0,78,55,0,0,80,55,0,0,82,55,0,0,82,55,0,0,82,55,0,0,84,55,0,0,84,55,0,0,86,55,0,0,88,55,0,0,90,55,0,0,96,55,0,0,98,55,0,0,104,55,0,0,104,55,0,0,104,55,0,0,106,55,0,0,106,55,0,0,108,55,0,0,110,55,0,0,116,55,0,0,118,55,0,0,118,55,0,0,118,55,0,0,118,55,0,0,122,55,0,0,124,55,0,0,124,55,0,0,126,55,0,0,130,55,0,0,130,55,0,0,132,55,0,0,132,55,0,0,132,55,0,0,132,55,0,0,132,55,0,0,132,55,0,0,132,55,0,0,132,55,0,0,138,55,0,0,140,55,0,0,142,55,0,0,142,55,0,0,146,55,0,0,148,55,0,0,150,55,0,0,154,55,0,0,158,55,0,0,158,55,0,0,158,55,0,0,158,55,0,0,162,55,0,0,164,55,0,0,164,55,0,0,166,55,0,0,166,55,0,0,166,55,0,0,166,55,0,0,166,55,0,0,168,55,0,0,172,55,0,0,174,55,0,0,176,55,0,0,180,55,0,0,186,55,0,0,188,55,0,0,190,55,0,0,190,55,0,0,190,55,0,0,192,55,0,0,196,55,0,0,196,55,0,0,198,55,0,0,198,55,0,0,198,55,0,0,204,55,0,0,210,55,0,0,210,55,0,0,210,55,0,0,210,55,0,0,212,55,0,0,212,55,0,0,212,55,0,0,216,55,0,0,216,55,0,0,216,55,0,0,218,55,0,0,218,55,0,0,220,55,0,0,220,55,0,0,224,55,0,0,230,55,0,0,232,55,0,0,234,55,0,0,234,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,242,55,0,0,248,55,0,0,250,55,0,0,250,55,0,0,252,55,0,0,252,55,0,0,252,55,0,0,0,56,0,0,8,56,0,0,8,56,0,0,10,56,0,0,20,56,0,0,22,56,0,0,24,56,0,0,24,56,0,0,26,56,0,0,26,56,0,0,26,56,0,0,26,56,0,0,30,56,0,0,30,56,0,0,34,56,0,0,34,56,0,0,36,56,0,0,36,56,0,0,38,56,0,0,40,56,0,0,40,56,0,0,40,56,0,0,44,56,0,0,46,56,0,0,50,56,0,0,54,56,0,0,56,56,0,0,58,56,0,0,60,56,0,0,62,56,0,0,62,56,0,0,62,56,0,0,68,56,0,0,72,56,0,0,72,56,0,0,76,56,0,0,78,56,0,0,82,56,0,0,82,56,0,0,82,56,0,0,84,56,0,0,84,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,96,56,0,0,96,56,0,0,96,56,0,0,98,56,0,0,100,56,0,0,100,56,0,0,100,56,0,0,100,56,0,0,110,56,0,0,112,56,0,0,118,56,0,0,122,56,0,0,124,56,0,0,126,56,0,0,128,56,0,0,132,56,0,0,136,56,0,0,142,56,0,0,144,56,0,0,146,56,0,0,150,56,0,0,152,56,0,0,156,56,0,0,158,56,0,0,162,56,0,0,162,56,0,0,164,56,0,0,164,56,0,0,164,56,0,0,166,56,0,0,166,56,0,0,168,56,0,0,170,56,0,0,172,56,0,0,174,56,0,0,176,56,0,0,176,56,0,0,178,56,0,0,182,56,0,0,182,56,0,0,186,56,0,0,186,56,0,0,186,56,0,0,190,56,0,0,194,56,0,0,196,56,0,0,198,56,0,0,198,56,0,0,198,56,0,0,200,56,0,0,200,56,0,0,200,56,0,0,200,56,0,0,212,56,0,0,216,56,0,0,216,56,0,0,216,56,0,0,218,56,0,0,218,56,0,0,220,56,0,0,226,56,0,0,226,56,0,0,228,56,0,0,228,56,0,0,230,56,0,0,232,56,0,0,232,56,0,0,238,56,0,0,240,56,0,0,244,56,0,0,244,56,0,0,244,56,0,0,248,56,0,0,248,56,0,0,250,56,0,0,0,57,0,0,2,57,0,0,2,57,0,0,4,57,0,0,6,57,0,0,10,57,0,0,12,57,0,0,14,57,0,0,16,57,0,0,18,57,0,0,20,57,0,0,28,57,0,0,32,57,0,0,34,57,0,0,38,57,0,0,40,57,0,0,40,57,0,0,42,57,0,0,44,57,0,0,46,57,0,0,48,57,0,0,50,57,0,0,52,57,0,0,54,57,0,0,54,57,0,0,58,57,0,0,58,57,0,0,60,57,0,0,64,57,0,0,64,57,0,0,66,57,0,0,74,57,0,0,78,57,0,0,80,57,0,0,84,57,0,0,84,57,0,0,84,57,0,0,84,57,0,0,90,57,0,0,90,57,0,0,94,57,0,0,96,57,0,0,96,57,0,0,102,57,0,0,102,57,0,0,104,57,0,0,106,57,0,0,110,57,0,0,110,57,0,0,114,57,0,0,114,57,0,0,120,57,0,0,122,57,0,0,122,57,0,0,122,57,0,0,122,57,0,0,122,57,0,0,124,57,0,0,130,57,0,0,136,57,0,0,140,57,0,0,146,57,0,0,146,57,0,0,148,57,0,0,148,57,0,0,148,57,0,0,150,57,0,0,152,57,0,0,154,57,0,0,154,57,0,0,154,57,0,0,158,57,0,0,158,57,0,0,160,57,0,0,160,57,0,0,162,57,0,0,162,57,0,0,164,57,0,0,168,57,0,0,168,57,0,0,170,57,0,0,174,57,0,0,176,57,0,0,176,57,0,0,178,57,0,0,180,57,0,0,184,57,0,0,186,57,0,0,188,57,0,0,188,57,0,0,190,57,0,0,202,57,0,0,202,57,0,0,208,57,0,0,208,57,0,0,210,57,0,0,212,57,0,0,216,57,0,0,216,57,0,0,216,57,0,0,222,57,0,0,222,57,0,0,222,57,0,0,224,57,0,0,224,57,0,0,226,57,0,0,230,57,0,0,230,57,0,0,232,57,0,0,234,57,0,0,236,57,0,0,238,57,0,0,238,57,0,0,238,57,0,0,240,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,248,57,0,0,250,57,0,0,252,57,0,0,252,57,0,0,252,57,0,0,252,57,0,0,2,58,0,0,4,58,0,0,4,58,0,0,4,58,0,0,6,58,0,0,10,58,0,0,16,58,0,0,20,58,0,0,22,58,0,0,24,58,0,0,26,58,0,0,26,58,0,0,28,58,0,0,30,58,0,0,32,58,0,0,36,58,0,0,36,58,0,0,38,58,0,0,40,58,0,0,42,58,0,0,44,58,0,0,48,58,0,0,48,58,0,0,52,58,0,0,54,58,0,0,56,58,0,0,58,58,0,0,62,58,0,0,62,58,0,0,64,58,0,0,66,58,0,0,68,58,0,0,68,58,0,0,70,58,0,0,72,58,0,0,74,58,0,0,80,58,0,0,84,58,0,0,86,58,0,0,86,58,0,0,90,58,0,0,92,58,0,0,92,58,0,0,92,58,0,0,96,58,0,0,100,58,0,0,104,58,0,0,108,58,0,0,112,58,0,0,112,58,0,0,116,58,0,0,122,58,0,0,122,58,0,0,126,58,0,0,128,58,0,0,130,58,0,0,130,58,0,0,136,58,0,0,140,58,0,0,144,58,0,0,146,58,0,0,148,58,0,0,150,58,0,0,156,58,0,0,156,58,0,0,156,58,0,0,160,58,0,0,160,58,0,0,164,58,0,0,166,58,0,0,166,58,0,0,172,58,0,0,174,58,0,0,178,58,0,0,180,58,0,0,180,58,0,0,182,58,0,0,184,58,0,0,186,58,0,0,190,58,0,0,194,58,0,0,198,58,0,0,198,58,0,0,200,58,0,0,202,58,0,0,202,58,0,0,204,58,0,0,204,58,0,0,204,58,0,0,204,58,0,0,204,58,0,0,204,58,0,0,206,58,0,0,210,58,0,0,212,58,0,0,214,58,0,0,222,58,0,0,224,58,0,0,226,58,0,0,228,58,0,0,230,58,0,0,234,58,0,0,234,58,0,0,238,58,0,0,240,58,0,0,244,58,0,0,248,58,0,0,250,58,0,0,252,58,0,0,252,58,0,0,252,58,0,0,252,58,0,0,252,58,0,0,252,58,0,0,254,58,0,0,4,59,0,0,4,59,0,0,8,59,0,0,10,59,0,0,12,59,0,0,12,59,0,0,12,59,0,0,12,59,0,0,16,59,0,0,16,59,0,0,16,59,0,0,16,59,0,0,16,59,0,0,24,59,0,0,24,59,0,0,28,59,0,0,34,59,0,0,36,59,0,0,38,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,48,59,0,0,54,59,0,0,54,59,0,0,56,59,0,0,58,59,0,0,58,59,0,0,58,59,0,0,64,59,0,0,66,59,0,0,66,59,0,0,68,59,0,0,70,59,0,0,70,59,0,0,72,59,0,0,72,59,0,0,74,59,0,0,74,59,0,0,76,59,0,0,78,59,0,0,80,59,0,0,88,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,92,59,0,0,98,59,0,0,98,59,0,0,98,59,0,0,102,59,0,0,104,59,0,0,108,59,0,0,108,59,0,0,112,59,0,0,114,59,0,0,118,59,0,0,118,59,0,0,118,59,0,0,118,59,0,0,120,59,0,0,120,59,0,0,120,59,0,0,122,59,0,0,124,59,0,0,124,59,0,0,128,59,0,0,132,59,0,0,138,59,0,0,144,59,0,0,146,59,0,0,146,59,0,0,152,59,0,0,152,59,0,0,156,59,0,0,158,59,0,0,160,59,0,0,162,59,0,0,166,59,0,0,166,59,0,0,170,59,0,0,174,59,0,0,174,59,0,0,176,59,0,0,176,59,0,0,176,59,0,0,176,59,0,0,176,59,0,0,176,59,0,0,176,59,0,0,178,59,0,0,184,59,0,0,188,59,0,0,192,59,0,0,194,59,0,0,198,59,0,0,198,59,0,0,198,59,0,0,200,59,0,0,200,59,0,0,200,59,0,0,200,59,0,0,200,59,0,0,200,59,0,0,202,59,0,0,202,59,0,0,204,59,0,0,208,59,0,0,212,59,0,0,212,59,0,0,216,59,0,0,216,59,0,0,218,59,0,0,218,59,0,0,218,59,0,0,220,59,0,0,222,59,0,0,222,59,0,0,222,59,0,0,222,59,0,0,224,59,0,0,226,59,0,0,230,59,0,0,230,59,0,0,234,59,0,0,238,59,0,0,238,59,0,0,244,59,0,0,250,59,0,0,254,59,0,0,0,60,0,0,6,60,0,0,6,60,0,0,6,60,0,0,8,60,0,0,8,60,0,0,8,60,0,0,12,60,0,0,14,60,0,0,18,60,0,0,18,60,0,0,20,60,0,0,24,60,0,0,26,60,0,0,28,60,0,0,28,60,0,0,32,60,0,0,38,60,0,0,40,60,0,0,48,60,0,0,48,60,0,0,52,60,0,0,56,60,0,0,60,60,0,0,62,60,0,0,62,60,0,0,62,60,0,0,62,60,0,0,64,60,0,0,66,60,0,0,66,60,0,0,68,60,0,0,68,60,0,0,68,60,0,0,68,60,0,0,74,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,88,60,0,0,88,60,0,0,90,60,0,0,96,60,0,0,98,60,0,0,100,60,0,0,106,60,0,0,110,60,0,0,112,60,0,0,112,60,0,0,114,60,0,0,114,60,0,0,116,60,0,0,116,60,0,0,116,60,0,0,116,60,0,0,118,60,0,0,122,60,0,0,126,60,0,0,130,60,0,0,134,60,0,0,136,60,0,0,140,60,0,0,142,60,0,0,142,60,0,0,148,60,0,0,148,60,0,0,148,60,0,0,150,60,0,0,156,60,0,0,158,60,0,0,162,60,0,0,162,60,0,0,162,60,0,0,162,60,0,0,164,60,0,0,172,60,0,0,172,60,0,0,176,60,0,0,176,60,0,0,176,60,0,0,178,60,0,0,180,60,0,0,180,60,0,0,182,60,0,0,184,60,0,0,184,60,0,0,186,60,0,0,186,60,0,0,188,60,0,0,192,60,0,0,194,60,0,0,194,60,0,0,194,60,0,0,198,60,0,0,202,60,0,0,202,60,0,0,204,60,0,0,204,60,0,0,204,60,0,0,206,60,0,0,206,60,0,0,216,60,0,0,216,60,0,0,220,60,0,0,220,60,0,0,220,60,0,0,224,60,0,0,226,60,0,0,226,60,0,0,230,60,0,0,230,60,0,0,230,60,0,0,230,60,0,0,234,60,0,0,236,60,0,0,236,60,0,0,236,60,0,0,238,60,0,0,244,60,0,0,246,60,0,0,248,60,0,0,248,60,0,0,250,60,0,0,0,61,0,0,2,61,0,0,2,61,0,0,4,61,0,0,6,61,0,0,8,61,0,0,10,61,0,0,16,61,0,0,16,61,0,0,18,61,0,0,22,61,0,0,24,61,0,0,24,61,0,0,26,61,0,0,26,61,0,0,32,61,0,0,34,61,0,0,34,61,0,0,34,61,0,0,40,61,0,0,40,61,0,0,40,61,0,0,42,61,0,0,44,61,0,0,48,61,0,0,52,61,0,0,54,61,0,0,56,61,0,0,56,61,0,0,56,61,0,0,60,61,0,0,60,61,0,0,64,61,0,0,68,61,0,0,68,61,0,0,70,61,0,0,76,61,0,0,78,61,0,0,78,61,0,0,80,61,0,0,80,61,0,0,82,61,0,0,86,61,0,0,88,61,0,0,88,61,0,0,92,61,0,0,94,61,0,0,94,61,0,0,98,61,0,0,108,61,0,0,114,61,0,0,114,61,0,0,114,61,0,0,116,61,0,0,116,61,0,0,118,61,0,0,118,61,0,0,120,61,0,0,122,61,0,0,122,61,0,0,126,61,0,0,130,61,0,0,130,61,0,0,132,61,0,0,134,61,0,0,134,61,0,0,134,61,0,0,138,61,0,0,142,61,0,0,146,61,0,0,150,61,0,0,152,61,0,0,154,61,0,0,154,61,0,0,156,61,0,0,158,61,0,0,160,61,0,0,162,61,0,0,164,61,0,0,168,61,0,0,174,61,0,0,178,61,0,0,178,61,0,0,180,61,0,0,180,61,0,0,184,61,0,0,188,61,0,0,188,61,0,0,190,61,0,0,192,61,0,0,196,61,0,0,198,61,0,0,200,61,0,0,202,61,0,0,202,61,0,0,202,61,0,0,206,61,0,0,210,61,0,0,210,61,0,0,0,192,5,138,122,157,1,0,3,128,219,14,122,1,3,0,4,0,71,182,89,94,3,0,4,96,206,69,28,6,4,0,6,32,99,237,47,173,2,0,6,32,3,109,217,209,3,0,7,0,123,147,58,161,3,0,9,32,200,36,22,186,1,0,9,32,102,15,187,234,1,0,10,64,231,89,16,2,2,0,10,160,30,138,157,248,3,0,11,96,193,198,175,208,1,0,13,224,123,246,40,202,3,0,14,64,225,159,2,82,2,0,15,160,54,81,89,84,2,0,16,224,211,192,111,255,2,0,17,0,133,96,90,140,1,0,18,128,162,171,89,21,2,0,19,0,152,22,233,242,2,0,20,160,218,92,18,219,2,0,20,0,99,194,132,109,3,0,21,192,54,94,198,166,2,0,21,192,17,130,223,105,3,0,24,224,203,207,203,15,2,0,29,192,6,129,102,76,3,0,30,96,153,58,65,63,2,0,36,64,89,199,203,32,3,0,37,224,104,4,147,224,2,0,38,96,125,170,22,37,2,0,39,32,101,122,72,119,1,0,39,224,25,252,132,145,1,0,41,32,250,122,150,124,3,0,42,224,110,252,125,116,2,0,44,160,113,234,205,8,4,0,46,0,230,96,216,179,1,0,46,0,77,126,54,234,1,0,46,32,245,210,242,137,3,0,47,192,200,212,158,77,3,0,49,128,156,25,111,144,3,0,50,96,216,145,100,119,1,0,50,96,115,112,22,214,1,0,51,0,189,53,134,173,2,0,53,32,50,109,63,5,3,0,58,96,16,158,100,137,1,0,59,0,48,28,140,17,2,0,59,96,255,38,67,19,3,0,62,96,24,81,84,220,2,0,63,32,90,193,254,56,2,0,64,192,167,60,238,214,1,0,64,192,63,10,195,137,2,0,65,64,6,55,158,119,1,0,65,128,10,215,208,193,1,0,65,96,26,147,97,197,1,0,65,96,219,205,122,1,2,0,66,224,26,177,157,51,2,0,68,224,201,199,145,215,2,0,72,0,159,135,114,254,1,0,72,32,33,188,23,97,2,0,72,96,57,28,130,181,2,0,74,128,111,67,87,158,2,0,75,0,13,85,146,252,2,0,75,160,48,69,75,220,3,0,76,64,40,146,248,252,2,0,77,64,162,54,123,16,2,0,81,224,70,206,219,186,3,0,81,128,23,104,148,1,4,0,82,96,239,187,61,107,2,0,83,96,211,65,86,225,1,0,85,224,249,162,64,113,2,0,86,96,78,226,52,14,3,0,87,32,166,166,232,144,2,0,88,224,198,69,30,56,3,0,90,128,35,224,42,204,2,0,90,96,103,131,60,194,3,0,91,224,115,90,16,58,2,0,91,160,8,214,123,138,3,0,91,160,113,225,251,195,3,0,93,224,102,209,192,138,3,0,95,0,230,218,65,55,3,0,97,32,37,109,30,125,1,0,97,128,52,93,130,64,3,0,103,0,179,87,57,197,2,0,103,192,170,19,46,34,3,0,104,64,62,159,31,106,3,0,105,0,0,110,225,86,2,0,105,160,205,150,160,60,3,0,106,0,225,1,54,57,2,0,108,96,10,34,108,217,1,0,109,192,29,148,125,30,2,0,110,96,219,22,133,145,2,0,110,128,64,178,214,18,3,0,110,96,13,149,16,43,3,0,111,32,57,14,83,77,3,0,112,64,196,255,111,80,2,0,116,224,123,147,12,11,2,0,116,32,72,134,13,130,2,0,116,0,14,16,6,192,3,0,117,224,232,62,197,250,3,0,118,192,136,184,127,192,2,0,118,32,142,223,109,223,2,0,118,224,237,244,35,29,3,0,119,128,135,252,139,153,1,0,120,192,70,249,24,139,1,0,120,128,115,12,7,237,1,0,120,32,37,155,237,43,3,0,121,192,158,18,198,173,1,0,124,96,231,47,107,183,2,0,124,32,23,35,8,241,3,0,125,64,129,14,147,249,2,0,126,128,104,77,57,241,1,0,127,96,181,213,141,222,3,0,128,96,170,201,189,10,3,0,128,0,234,74,12,44,3,0,129,192,11,48,140,163,1,0,130,32,59,184,233,179,2,0,131,128,231,164,172,219,3,0,132,224,5,63,148,70,2,0,133,160,104,212,201,223,1,0,134,128,63,209,37,165,1,0,135,128,65,251,181,78,3,0,137,32,53,117,214,100,2,0,137,96,16,42,86,58,3,0,141,224,96,198,45,118,2,0,141,0,80,217,209,47,3,0,143,96,64,46,172,127,2,0,143,160,161,22,60,149,3,0,144,0,57,195,232,209,1,0,145,192,29,222,176,237,1,0,150,160,112,83,14,117,2,0,151,224,118,175,35,170,1,0,154,0,15,178,252,86,3,0,155,0,73,47,118,209,2,0,155,64,58,168,116,217,2,0,155,128,127,176,175,79,3,0,157,64,29,196,0,223,1,0,157,64,247,143,224,77,3,0,158,224,189,114,251,116,3,0,158,0,102,118,158,151,3,0,161,192,200,5,156,168,2,0,161,160,172,109,119,180,2,0,164,32,159,202,116,100,3,0,165,32,205,90,199,242,1,0,166,160,18,254,107,163,3,0,169,192,67,60,168,216,1,0,170,32,6,48,133,68,2,0,171,0,144,118,235,50,2,0,172,160,83,79,68,173,2,0,173,192,197,235,157,176,1,0,173,224,152,223,113,192,2,0,174,0,29,157,87,174,3,0,176,0,9,109,154,80,2,0,177,64,201,14,107,58,3,0,178,0,239,157,250,166,2,0,178,128,27,253,140,75,3,0,179,96,60,203,22,92,3,0,180,64,15,222,224,168,3,0,183,0,177,63,107,0,3,0,183,160,20,125,137,240,3,0,185,0,140,181,80,131,1,0,185,96,252,216,91,96,3,0,186,64,12,82,255,230,1,0,187,0,176,248,167,96,2,0,187,128,70,186,139,143,2,0,189,128,42,84,114,169,3,0,191,192,41,111,135,99,3,0,192,224,79,217,220,128,2,0,193,32,47,164,108,140,2,0,194,64,253,25,142,80,3,0,195,224,219,241,158,192,3,0,198,64,108,31,95,246,2,0,198,64,226,190,69,232,3,0,199,224,25,1,91,164,1,0,200,128,160,248,181,177,1,0,200,224,64,246,81,244,1,0,200,32,30,195,67,179,3,0,203,160,177,211,41,178,1,0,203,96,104,67,238,254,3,0,204,224,76,46,158,167,2,0,204,160,136,218,164,62,3,0,205,32,6,129,153,172,1,0,205,128,250,89,17,60,2,0,205,192,89,92,218,197,3,0,205,96,133,201,162,241,3,0,206,128,173,87,122,38,2,0,207,224,100,162,41,100,2,0,207,64,174,53,49,3,3,0,208,160,140,32,51,176,1,0,208,192,60,12,172,42,3,0,209,0,228,55,230,127,3,0,211,32,44,81,114,111,2,0,212,224,152,223,31,195,2,0,212,64,245,24,5,8,3,0,213,0,34,255,237,237,2,0,215,96,18,201,92,224,3,0,216,224,54,156,160,9,3,0,216,160,145,171,231,249,3,0,217,0,66,62,49,6,2,0,217,224,152,192,218,87,3,0,218,128,111,108,164,251,1,0,218,224,193,146,197,28,3,0,222,192,131,92,97,177,3,0,222,64,32,220,29,222,3,0,223,224,115,65,46,251,1,0,224,32,170,100,123,46,3,0,225,224,101,67,208,195,3,0,226,96,19,5,140,193,1,0,227,224,61,172,197,220,2,0,228,0,182,150,224,67,3,0,228,192,73,195,83,202,3,0,230,32,202,162,30,75,3,0,232,160,52,52,68,254,1,0,232,64,110,111,30,2,4,0,233,32,219,58,245,163,1,0,233,160,123,204,238,186,1,0,234,224,29,152,126,201,1,0,235,0,67,249,29,145,1,0,236,64,243,50,93,205,3,0,239,0,188,164,229,223,2,0,240,192,51,13,121,99,2,0,240,128,126,126,142,141,3,0,241,224,12,146,63,210,2,0,241,64,2,253,114,66,3,0,242,64,29,36,102,190,1,0,246,128,82,106,127,68,3,0,247,160,113,200,23,104,3,0,248,32,65,123,86,235,1,0,248,224,148,144,255,17,2,0,248,64,193,126,12,2,3,0,248,160,111,57,30,49,3,0,249,128,200,54,100,225,2,0,250,96,208,47,253,9,4,0,251,160,89,11,168,217,2,0,252,0,41,26,129,14,3,0,253,224,174,19,91,181,2,0,254,192,72,106,223,54,2,0,0,97,34,58,93,198,1,0,1,129,202,126,91,141,1,0,1,161,213,232,29,139,2,0,2,129,111,234,167,161,2,0,4,193,70,249,45,139,1,0,7,1,179,76,209,44,2,0,7,225,55,116,54,43,3,0,9,1,243,26,3,255,1,0,9,33,155,87,233,76,2,0,12,161,226,211,143,142,2,0,15,193,95,7,54,142,1,0,17,193,235,230,172,146,1,0,19,193,94,182,44,134,2,0,20,65,36,247,216,113,2,0,21,97,45,28,117,17,2,0,25,193,100,182,48,228,3,0,26,161,193,235,136,200,3,0,27,65,210,143,150,53,2,0,29,129,157,71,202,159,1,0,29,193,54,193,67,59,2,0,31,129,169,90,204,81,2,0,31,225,134,72,158,157,3,0,32,193,212,233,166,202,2,0,34,33,89,135,105,128,3,0,35,129,253,219,23,25,2,0,35,225,134,87,246,91,3,0,38,129,178,254,142,187,3,0,40,65,47,81,80,105,2,0,40,225,152,223,166,220,2,0,42,1,55,81,74,84,2,0,42,97,105,104,30,14,3,0,43,161,223,115,151,253,1,0,47,161,142,16,75,146,1,0,47,97,40,84,142,133,3,0,50,33,39,199,73,215,1,0,52,161,120,62,224,14,3,0,53,161,209,217,120,35,3,0,54,225,156,237,162,41,3,0,54,97,177,187,4,207,3,0,56,129,185,97,231,133,1,0,56,161,236,169,171,206,2,0,57,97,24,81,69,220,2,0,58,97,161,57,47,130,1,0,62,225,195,130,219,121,2,0,62,1,148,53,112,159,2,0,62,97,114,178,240,70,3,0,63,193,23,121,140,50,3,0,63,33,116,146,8,187,3,0,64,225,76,1,97,255,1,0,64,225,204,97,129,111,2,0,65,65,167,35,174,221,2,0,65,33,138,181,192,91,3,0,65,65,56,175,38,255,3,0,66,129,208,42,54,147,3,0,67,161,145,184,117,220,2,0,67,225,248,208,132,130,3,0,68,225,85,244,163,136,2,0,71,33,155,142,37,59,2,0,71,161,14,169,193,255,3,0,73,33,69,223,252,163,2,0,73,97,18,197,232,205,3,0,74,129,37,139,72,181,2,0,74,225,77,25,112,91,3,0,75,193,78,120,39,156,2,0,75,161,63,213,54,48,3,0,76,225,130,15,62,98,2,0,78,161,138,30,196,21,3,0,80,65,139,20,205,223,2,0,84,225,68,211,186,236,2,0,85,193,65,227,81,237,2,0,86,161,15,248,96,34,2,0,86,193,128,53,79,242,3,0,91,65,30,241,150,135,1,0,92,97,214,177,148,95,3,0,93,129,26,23,45,106,3,0,94,193,214,204,154,35,2,0,95,1,212,43,86,134,3,0,98,97,194,26,187,203,3,0,99,1,169,81,203,74,2,0,100,161,248,104,192,215,2,0,100,65,217,193,78,31,3,0,100,193,18,95,67,169,3,0,102,65,35,29,79,249,3,0,103,97,232,152,12,53,2,0,103,1,111,245,215,160,2,0,103,97,189,197,114,13,3,0,103,97,204,103,223,207,3,0,108,193,96,99,247,148,3,0,109,65,223,59,15,108,2,0,109,1,11,168,216,221,2,0,111,129,99,198,203,203,2,0,111,193,74,79,185,42,3,0,112,97,26,113,236,100,2,0,113,129,104,45,148,86,3,0,114,97,187,238,32,144,3,0,116,97,134,184,150,194,2,0,116,65,123,59,194,170,3,0,117,193,253,210,98,175,2,0,120,225,118,26,119,152,3,0,120,161,157,18,174,244,3,0,121,193,52,248,11,223,2,0,121,193,243,126,220,26,3,0,122,129,210,6,95,247,1,0,124,65,21,41,89,120,2,0,124,129,63,204,228,55,3,0,125,161,50,124,241,158,3,0,126,225,212,224,127,127,1,0,128,225,59,221,228,236,1,0,129,65,134,88,51,240,2,0,130,97,95,77,250,11,2,0,130,97,135,47,26,236,3,0,131,129,44,210,44,201,2,0,133,129,38,126,108,27,2,0,134,129,238,22,225,74,2,0,135,161,114,207,233,186,3,0,136,1,104,248,91,231,1,0,137,1,43,110,82,18,2,0,137,193,19,187,187,58,2,0,140,129,138,197,13,153,1,0,141,65,55,112,189,127,1,0,141,225,95,93,111,54,3,0,141,1,5,54,40,148,3,0,142,129,185,199,115,98,2,0,144,97,93,15,147,7,3,0,145,225,149,19,213,139,2,0,146,193,147,155,226,135,1,0,146,33,45,110,33,153,1,0,146,97,103,99,100,246,3,0,148,193,212,16,19,211,1,0,149,97,151,223,202,183,3,0,151,65,88,30,32,14,2,0,153,1,168,58,36,238,3,0,155,129,76,193,224,162,1,0,155,33,61,81,33,74,2,0,157,129,46,6,20,59,3,0,158,193,20,249,68,174,3,0,160,1,66,208,3,149,1,0,161,97,30,45,44,148,1,0,161,65,123,167,203,219,2,0,162,65,232,103,218,152,3,0,166,225,56,18,144,61,2,0,167,225,39,81,194,140,2,0,169,225,86,240,198,186,3,0,171,225,103,136,23,224,2,0,171,1,57,134,234,251,2,0,176,129,133,90,247,59,3,0,178,161,109,148,152,188,1,0,178,33,49,214,217,172,2,0,179,97,153,219,179,192,2,0,180,161,59,81,166,70,2,0,180,1,235,116,188,33,3,0,180,97,126,133,170,171,3,0,181,1,48,213,210,245,1,0,181,65,163,185,198,52,3,0,184,1,117,34,91,240,1,0,185,161,224,95,145,217,3,0,187,225,116,13,53,157,1,0,187,193,204,58,150,43,2,0,189,129,67,156,209,9,2,0,192,97,166,239,220,102,2,0,193,1,200,8,8,174,1,0,195,97,159,122,114,64,3,0,196,65,195,240,154,71,2,0,196,193,74,98,252,113,2,0,197,129,202,126,129,141,1,0,197,225,41,81,248,111,2,0,200,1,205,50,158,156,2,0,200,65,179,90,198,175,2,0,201,225,37,171,30,6,2,0,201,65,126,23,111,14,3,0,205,161,53,23,207,194,1,0,205,225,118,72,211,76,3,0,206,1,50,81,41,103,2,0,206,129,61,241,94,148,2,0,207,33,161,201,142,211,3,0,210,161,176,44,71,84,3,0,212,161,205,168,55,153,2,0,213,225,6,177,126,191,1,0,215,161,240,85,35,137,2,0,215,225,129,243,251,164,2,0,216,65,232,126,14,250,1,0,216,161,120,118,65,25,3,0,217,97,142,48,74,119,3,0,218,225,29,68,140,180,3,0,219,97,233,197,254,172,1,0,219,161,16,175,122,169,2,0,220,65,172,118,160,123,1,0,220,129,231,131,184,171,2,0,221,65,249,140,7,172,2,0,221,33,142,160,249,134,3,0,223,129,94,186,222,146,2,0,224,129,196,128,78,237,3,0,225,1,102,6,200,162,3,0,226,65,8,121,28,225,1,0,226,65,158,227,2,152,2,0,227,193,62,207,110,228,1,0,227,225,70,108,74,71,2,0,227,129,237,26,64,106,3,0,230,97,18,192,201,32,2,0,230,129,231,120,216,125,2,0,232,97,14,94,81,167,2,0,233,193,24,196,99,220,2,0,235,65,231,12,88,139,1,0,236,1,56,47,208,60,3,0,236,1,184,90,195,106,3,0,240,225,240,67,145,236,2,0,242,193,76,81,187,19,2,0,242,1,183,139,10,55,2,0,242,193,203,113,205,204,2,0,244,1,251,0,68,127,1,0,244,65,225,182,250,176,1,0,246,225,138,38,14,190,1,0,246,161,4,223,255,7,4,0,247,225,5,129,130,172,1,0,248,193,197,53,223,15,2,0,251,161,72,218,195,119,1,0,251,65,60,49,232,197,2,0,254,33,246,124,199,5,2,0,255,97,42,31,237,66,2,0,255,225,89,71,226,120,3,0,0,194,116,230,98,123,1,0,0,194,253,53,128,125,2,0,0,2,90,253,82,133,2,0,2,130,222,243,2,213,3,0,3,34,129,5,3,149,3,0,4,226,222,176,219,64,3,0,5,226,97,78,215,151,3,0,6,130,247,46,187,222,3,0,7,194,75,86,193,236,1,0,8,2,223,103,42,120,3,0,9,226,131,5,25,184,2,0,9,162,25,80,68,154,3,0,11,66,255,76,0,176,1,0,16,2,19,37,161,136,1,0,16,226,153,223,8,83,2,0,20,194,80,207,27,82,3,0,21,66,13,172,139,195,2,0,21,130,181,70,180,68,3,0,22,66,80,52,56,59,3,0,22,130,208,27,142,71,3,0,25,194,174,205,134,150,1,0,25,98,205,7,246,160,1,0,25,226,201,49,104,193,1,0,26,194,117,223,72,130,1,0,27,194,101,52,246,103,2,0,27,194,18,186,222,153,2,0,27,130,239,111,178,173,3,0,28,98,189,40,115,206,1,0,29,226,58,11,244,199,1,0,30,130,75,131,199,157,3,0,31,194,93,113,76,179,2,0,32,226,180,234,96,246,1,0,36,194,233,214,71,129,3,0,39,194,41,177,131,83,2,0,39,2,77,233,147,196,2,0,44,130,137,170,18,125,1,0,44,34,198,18,184,136,1,0,44,98,98,60,8,8,2,0,44,34,171,84,51,242,2,0,44,2,137,80,36,255,2,0,46,226,61,81,53,83,2,0,46,226,0,35,253,203,3,0,47,130,70,60,126,139,3,0,49,226,186,120,68,174,2,0,50,2,119,132,252,216,3,0,54,34,240,241,125,202,2,0,54,130,204,27,243,0,3,0,55,2,165,109,132,156,1,0,58,194,181,181,192,79,2,0,59,162,1,37,63,33,2,0,60,98,61,10,154,174,2,0,61,98,5,39,39,144,2,0,61,34,130,63,103,237,2,0,62,66,83,33,127,67,2,0,66,98,201,126,9,132,1,0,66,2,137,168,64,225,1,0,73,2,221,61,39,140,1,0,73,194,245,250,212,226,2,0,74,34,187,21,246,21,2,0,75,162,147,64,15,66,2,0,76,2,69,142,237,69,3,0,77,162,108,3,30,18,3,0,79,226,15,70,173,197,3,0,80,226,205,16,235,191,1,0,81,130,170,200,78,242,2,0,84,34,119,139,139,198,3,0,85,194,117,10,124,190,1,0,88,162,23,120,120,193,1,0,90,162,9,9,236,140,1,0,90,194,145,238,190,78,2,0,91,66,112,47,120,52,3,0,92,194,253,53,108,125,2,0,93,130,46,162,95,129,3,0,94,2,126,194,213,141,2,0,95,194,216,73,54,225,3,0,97,226,130,6,112,247,2,0,100,194,45,74,73,141,1,0,100,130,73,145,243,228,3,0,101,226,207,188,94,95,2,0,102,130,219,47,187,239,1,0,102,130,219,47,206,239,1,0,102,130,219,47,220,239,1,0,102,66,129,106,142,52,2,0,102,130,35,218,201,239,3,0,104,2,180,255,150,2,3,0,105,194,211,43,254,182,3,0,106,98,178,87,116,156,2,0,109,66,110,4,164,0,4,0,110,66,232,47,153,128,1,0,110,34,11,110,146,86,2,0,111,98,136,30,159,211,1,0,111,66,130,192,3,55,3,0,112,98,245,81,174,56,2,0,113,34,177,18,250,127,2,0,113,226,81,45,182,39,3,0,115,98,30,60,213,142,1,0,116,98,188,251,32,114,2,0,117,2,73,32,18,248,2,0,119,34,178,7,151,180,2,0,123,2,222,250,192,160,1,0,125,130,191,39,124,60,3,0,127,162,185,97,123,165,1,0,127,98,214,216,224,116,3,0,127,2,97,220,195,149,3,0,129,2,179,12,160,134,2,0,129,66,84,125,93,19,3,0,134,194,214,178,33,193,1,0,135,2,252,26,152,210,2,0,135,226,153,83,192,237,3,0,140,194,78,211,136,92,2,0,140,130,153,223,167,106,2,0,140,194,105,180,45,183,3,0,141,194,166,130,28,234,3,0,143,66,223,49,103,40,2,0,143,130,59,81,201,70,2,0,144,226,153,223,166,82,2,0,146,130,228,96,177,199,2,0,147,194,15,226,163,179,3,0,148,226,201,229,172,153,2,0,149,226,92,254,202,93,3,0,150,226,128,132,177,49,3,0,152,194,137,77,126,250,2,0,153,162,192,39,151,77,2,0,154,226,83,152,145,103,3,0,156,130,191,174,114,9,3,0,157,194,140,155,19,203,3,0,161,34,142,67,89,76,2,0,161,66,30,129,194,70,3,0,162,162,152,27,11,249,1,0,163,66,164,100,154,115,2,0,163,130,2,158,11,133,2,0,163,34,68,72,122,141,3,0,164,226,102,15,44,181,3,0,167,226,199,251,153,53,3,0,169,98,55,84,144,141,1,0,169,34,187,253,135,139,2,0,170,2,233,187,227,106,2,0,170,162,143,197,112,243,2,0,172,130,139,195,51,188,1,0,172,98,168,155,251,44,3,0,172,2,129,101,123,92,3,0,173,130,129,146,159,48,3,0,174,2,205,153,79,155,1,0,174,98,224,154,205,194,3,0,175,130,176,123,58,105,3,0,176,2,34,199,101,82,2,0,179,162,90,190,110,92,2,0,180,130,88,193,32,80,2,0,183,194,22,196,244,9,2,0,184,2,49,252,174,114,2,0,188,130,26,40,217,184,3,0,189,194,9,157,72,107,3,0,192,2,137,223,25,126,3,0,193,66,199,57,202,213,1,0,194,34,213,193,4,246,3,0,195,66,96,233,196,205,1,0,195,2,29,120,15,27,3,0,195,162,72,72,213,141,3,0,196,130,106,86,62,245,2,0,196,34,189,26,0,64,3,0,196,98,156,192,31,179,3,0,197,130,99,212,32,230,1,0,197,162,254,7,33,68,2,0,198,98,147,45,158,181,3,0,199,34,112,240,29,188,1,0,199,226,13,205,54,129,3,0,199,2,191,226,7,220,3,0,200,2,243,228,53,120,1,0,200,34,99,1,98,67,2,0,200,130,21,65,200,227,2,0,201,194,137,197,50,192,3,0,202,66,198,115,165,223,1,0,204,226,120,172,7,39,3,0,204,2,158,13,165,146,3,0,205,34,48,81,31,107,2,0,205,162,93,200,198,160,2,0,205,98,8,228,154,5,4,0,206,226,143,48,134,219,2,0,207,98,68,147,175,145,3,0,208,226,103,144,139,248,2,0,209,226,121,160,109,158,3,0,210,162,84,168,89,53,2,0,211,98,158,186,250,15,3,0,212,98,123,211,17,98,2,0,213,66,51,130,204,171,3,0,213,2,251,228,24,191,3,0,217,66,98,178,247,235,2,0,218,2,246,123,114,117,2,0,219,226,61,240,122,54,2,0,219,226,248,186,215,61,3,0,220,66,163,92,85,125,1,0,220,162,145,222,137,121,3,0,221,34,57,66,144,91,2,0,222,194,112,163,74,211,3,0,224,226,190,51,172,183,2,0,225,2,153,223,104,157,2,0,225,66,106,137,5,167,3,0,226,98,88,58,220,62,3,0,227,66,74,7,77,252,1,0,228,226,207,188,23,94,2,0,230,194,94,66,116,116,3,0,230,98,40,79,213,142,3,0,230,226,21,78,56,246,3,0,231,130,228,142,137,223,3,0,232,162,219,13,115,21,3,0,232,226,14,199,27,78,3,0,233,34,123,35,66,78,2,0,236,98,19,231,216,241,3,0,237,2,228,41,39,26,2,0,237,194,217,38,177,50,2,0,238,130,80,176,47,197,1,0,238,66,106,116,206,223,3,0,240,34,44,124,120,161,3,0,243,2,184,85,198,233,2,0,243,162,105,36,88,108,3,0,244,34,69,60,153,193,2,0,244,226,84,62,191,156,3,0,245,98,42,8,118,143,1,0,245,194,119,148,62,229,2,0,246,130,249,62,231,195,3,0,247,2,119,172,126,236,2,0,249,226,83,113,249,251,1,0,251,98,216,185,119,19,2,0,251,226,183,5,20,146,3,0,253,34,133,46,220,161,3,0,254,162,60,83,232,201,3,0,255,162,221,8,123,198,1,0,255,130,205,47,209,203,1,0,0,35,123,19,121,133,2,0,2,227,22,137,73,151,3,0,5,99,149,126,77,171,2,0,6,163,28,48,126,97,3,0,8,3,195,24,33,107,3,0,9,163,1,113,197,122,3,0,9,99,11,88,106,127,3,0,10,131,254,215,229,169,3,0,11,67,1,32,37,177,1,0,13,131,136,160,25,186,2,0,14,99,221,159,213,126,3,0,15,163,102,19,229,125,3,0,16,67,89,96,66,81,3,0,18,3,155,114,105,18,2,0,18,3,20,152,118,196,3,0,20,99,200,114,126,173,1,0,20,131,31,30,10,198,1,0,21,35,39,223,234,60,2,0,22,131,56,22,244,165,1,0,22,99,206,168,242,236,1,0,23,67,172,154,139,163,3,0,23,227,5,21,1,173,3,0,24,195,255,104,148,174,1,0,24,131,246,17,196,116,2,0,27,195,233,70,62,139,3,0,28,67,120,99,141,222,1,0,28,3,53,73,100,13,2,0,29,3,81,203,247,235,1,0,29,35,124,26,47,49,2,0,30,163,55,21,23,64,2,0,31,163,122,92,32,130,2,0,34,3,129,184,69,199,2,0,36,67,223,61,238,208,1,0,36,163,113,212,44,2,3,0,36,131,7,57,16,189,3,0,38,3,225,217,175,77,2,0,38,227,242,12,185,35,3,0,39,131,41,229,68,207,1,0,39,131,39,81,9,123,2,0,40,67,115,225,33,100,3,0,41,131,83,126,69,91,3,0,43,67,252,118,217,124,1,0,44,195,163,155,196,139,1,0,44,227,93,42,119,153,1,0,44,99,45,248,9,36,2,0,45,99,10,10,133,187,1,0,45,67,150,27,232,142,3,0,46,227,183,173,96,156,2,0,46,195,19,20,71,241,3,0,47,131,223,110,130,239,2,0,48,195,208,136,14,178,3,0,50,67,225,172,27,9,3,0,54,131,163,218,97,151,1,0,54,227,73,75,80,172,3,0,56,163,181,43,187,224,3,0,57,195,226,194,199,38,2,0,57,131,23,81,119,219,2,0,58,163,252,95,55,171,2,0,58,99,103,140,157,31,3,0,58,195,133,238,65,192,3,0,59,35,231,150,105,174,1,0,59,3,63,77,173,103,2,0,62,35,205,237,54,28,2,0,64,163,163,104,207,181,1,0,64,67,166,244,90,176,2,0,67,227,161,76,49,175,1,0,70,131,25,105,65,239,2,0,71,195,71,192,177,8,3,0,72,131,103,52,166,87,3,0,73,195,233,26,219,225,1,0,73,35,187,253,173,139,2,0,77,131,2,219,41,128,1,0,77,227,112,242,129,247,1,0,77,195,59,237,246,223,2,0,78,99,132,166,103,242,1,0,80,3,182,186,42,119,2,0,81,35,194,105,84,230,1,0,82,195,27,208,66,170,2,0,84,3,205,50,176,156,2,0,84,195,152,223,66,221,2,0,85,163,12,82,158,82,3,0,89,3,211,146,175,238,2,0,90,195,202,16,39,124,1,0,91,3,93,157,102,71,3,0,93,227,55,116,39,43,3,0,93,163,180,58,152,205,3,0,97,227,216,135,226,145,3,0,100,227,79,217,16,128,2,0,101,195,208,152,111,32,3,0,103,67,113,115,107,181,1,0,104,227,183,85,243,0,2,0,104,195,218,98,121,222,3,0,106,3,85,47,122,86,3,0,107,99,45,134,56,40,2,0,107,35,167,210,252,202,2,0,109,35,18,223,250,239,2,0,109,131,98,193,145,166,3,0,109,227,75,51,143,201,3,0,109,67,75,86,90,243,3,0,109,99,185,39,52,254,3,0,112,195,33,203,131,167,2,0,113,35,220,248,108,244,3,0,115,195,155,129,82,121,2,0,116,163,175,251,159,56,3,0,116,99,11,48,54,218,3,0,117,131,225,7,99,160,1,0,120,67,105,191,144,122,1,0,120,67,46,57,124,18,2,0,120,35,42,116,115,113,2,0,120,3,63,219,73,247,3,0,122,99,100,54,41,134,1,0,123,35,164,155,124,133,1,0,124,195,76,81,22,19,2,0,124,67,66,160,237,29,2,0,124,99,146,100,174,24,3,0,124,227,187,204,140,169,3,0,128,227,185,195,119,31,2,0,128,195,211,39,62,217,2,0,129,3,191,216,55,109,3,0,130,35,12,237,179,235,1,0,130,35,5,212,194,118,2,0,131,227,4,176,95,200,1,0,132,227,159,209,146,173,1,0,132,195,28,170,123,120,3,0,133,163,60,157,112,210,3,0,135,163,73,209,185,171,3,0,137,35,248,176,61,194,1,0,138,67,39,49,233,42,2,0,139,195,154,155,214,237,1,0,140,3,178,99,48,126,3,0,143,227,223,144,18,221,2,0,143,3,135,209,230,106,3,0,144,227,36,155,1,67,2,0,145,67,132,14,152,12,2,0,145,131,32,16,3,49,2,0,146,163,23,192,227,19,2,0,146,163,139,52,217,104,3,0,146,99,167,203,55,195,3,0,148,131,242,147,210,76,2,0,148,195,74,98,14,114,2,0,149,67,44,81,159,109,2,0,150,131,69,119,165,161,3,0,151,99,66,199,88,194,2,0,152,131,142,117,191,149,1,0,153,163,93,120,253,99,2,0,153,227,141,253,154,171,2,0,153,67,248,51,180,52,3,0,153,3,138,13,75,147,3,0,157,99,12,20,95,164,3,0,160,3,229,255,208,34,3,0,160,99,136,8,221,176,3,0,161,3,126,63,218,10,2,0,162,227,12,162,56,153,3,0,165,67,83,144,78,193,1,0,166,227,253,63,123,184,1,0,166,163,223,200,116,19,3,0,168,35,106,0,127,185,3,0,170,195,125,163,242,101,3,0,171,67,204,253,204,244,3,0,172,99,150,31,14,105,3,0,173,131,43,76,185,244,1,0,174,131,39,81,119,119,2,0,175,67,251,103,36,12,2,0,175,99,240,245,180,234,3,0,176,131,112,24,136,149,1,0,176,131,33,32,69,144,3,0,179,163,95,77,81,155,3,0,184,195,121,152,102,0,2,0,185,35,206,41,40,157,2,0,185,227,225,183,253,119,3,0,186,195,199,22,222,171,3,0,187,195,31,66,225,138,1,0,187,163,76,185,178,241,1,0,187,163,134,190,213,39,3,0,187,195,85,83,150,138,3,0,188,131,226,175,246,95,2,0,189,67,15,37,205,201,1,0,189,99,131,247,133,140,3,0,191,227,103,87,80,223,1,0,193,227,50,117,122,189,1,0,193,163,24,186,152,97,2,0,193,67,56,91,141,40,3,0,193,195,24,245,193,230,3,0,195,195,154,45,243,178,3,0,197,35,177,45,205,24,2,0,197,35,106,186,166,148,2,0,198,163,39,81,191,127,2,0,199,163,89,122,113,15,2,0,199,67,215,161,105,129,2,0,200,163,222,67,241,84,2,0,201,227,184,218,154,10,2,0,201,99,237,145,131,5,4,0,202,67,233,187,211,106,2,0,202,131,119,24,2,208,3,0,203,195,78,57,31,209,1,0,203,195,225,173,243,124,2,0,203,131,152,88,125,16,3,0,206,99,108,24,9,91,2,0,206,227,124,149,140,52,3,0,208,227,91,111,52,37,3,0,210,195,140,210,213,85,2,0,211,163,96,230,200,235,1,0,211,3,151,182,161,98,3,0,212,131,127,193,187,185,1,0,212,3,127,133,188,176,3,0,213,99,7,110,222,7,2,0,214,163,82,239,184,159,1,0,215,131,81,60,23,129,1,0,215,35,92,143,85,20,3,0,216,195,79,243,15,111,3,0,216,67,54,199,220,181,3,0,217,227,201,236,167,250,1,0,217,163,205,164,19,37,3,0,217,35,13,124,50,236,3,0,219,131,225,107,190,18,3,0,219,35,112,226,226,173,3,0,220,3,155,69,85,100,2,0,220,195,128,146,64,102,2,0,220,227,245,184,166,234,3,0,222,67,127,212,59,20,2,0,223,163,198,183,21,163,2,0,223,131,126,91,214,237,2,0,224,227,32,229,166,206,1,0,225,35,164,155,224,132,1,0,225,195,47,33,46,179,3,0,226,67,246,27,77,136,2,0,226,35,187,253,96,139,2,0,226,99,153,38,151,226,3,0,227,163,152,160,62,172,2,0,228,131,119,89,213,156,3,0,230,67,40,128,61,116,3,0,231,195,125,253,245,109,3,0,232,163,84,156,177,131,1,0,232,131,142,174,77,41,3,0,233,227,179,3,136,31,2,0,233,195,202,210,36,120,2,0,233,163,151,16,224,6,3,0,233,163,71,132,251,142,3,0,234,131,26,203,13,113,3,0,236,99,233,118,72,101,2,0,237,35,78,17,115,8,4,0,238,131,252,65,80,6,3,0,239,163,186,54,180,82,2,0,239,99,190,2,131,255,2,0,239,35,58,230,171,64,3,0,239,227,89,216,132,181,3,0,241,163,176,5,57,104,3,0,242,163,63,140,34,203,1,0,242,163,197,207,94,4,2,0,242,195,154,98,184,40,2,0,243,163,233,60,115,68,2,0,243,35,212,27,230,87,2,0,244,3,169,92,208,41,3,0,245,227,217,42,144,191,1,0,245,195,246,27,18,86,3,0,249,67,216,211,48,138,2,0,249,195,23,81,243,217,2,0,251,131,199,70,146,64,3,0,251,227,205,229,124,177,3,0,254,3,91,161,197,1,3,0,255,163,97,58,73,195,3,0,0,36,115,243,191,2,3,0,1,4,70,216,113,71,2,0,1,164,153,223,205,88,2,0,2,132,203,70,1,5,2,0,2,196,146,20,184,14,3,0,3,68,191,23,246,240,2,0,3,100,229,41,146,67,3,0,4,164,254,226,168,188,1,0,6,196,121,8,34,231,1,0,7,100,118,179,13,168,1,0,7,164,147,59,41,112,3,0,10,228,93,89,66,108,2,0,12,196,200,200,140,241,2,0,14,132,148,196,13,237,3,0,15,132,178,11,112,149,1,0,15,4,48,81,46,107,2,0,17,68,220,151,84,22,3,0,19,68,141,104,226,94,3,0,20,164,153,223,191,88,2,0,20,132,199,71,149,243,3,0,21,196,193,61,128,243,2,0,21,100,156,245,228,3,3,0,22,100,171,14,184,164,1,0,23,132,55,237,79,192,1,0,25,100,94,149,66,183,1,0,25,132,81,209,133,58,2,0,26,36,220,6,103,101,3,0,29,228,123,200,208,140,1,0,29,164,90,160,190,191,1,0,29,196,148,246,17,154,3,0,29,4,30,231,250,204,3,0,30,132,177,159,50,123,1,0,30,36,18,174,82,138,1,0,30,36,70,115,227,235,3,0,31,36,237,199,216,15,3,0,33,4,51,9,175,53,2,0,33,228,172,1,86,62,2,0,34,36,146,195,243,144,1,0,34,132,191,104,248,12,2,0,34,68,51,136,231,154,2,0,34,36,66,149,13,226,2,0,35,68,240,250,73,117,3,0,36,68,138,222,252,109,2,0,37,68,195,154,173,228,1,0,37,36,198,237,202,207,2,0,38,164,198,94,20,23,2,0,38,4,150,229,48,234,3,0,39,68,24,102,250,223,1,0,39,100,251,222,5,126,3,0,40,36,238,236,17,217,1,0,41,100,134,149,44,106,2,0,41,68,117,19,70,139,2,0,41,196,34,11,70,153,3,0,42,132,193,53,239,105,3,0,43,68,14,97,221,137,3,0,44,36,117,96,83,9,3,0,45,68,176,69,243,92,2,0,50,196,225,92,192,109,2,0,52,68,244,163,209,217,2,0,54,228,131,168,124,206,3,0,55,100,41,173,170,46,3,0,55,228,210,190,60,118,3,0,56,228,39,81,247,140,2,0,57,132,59,184,166,178,2,0,58,4,33,235,40,254,1,0,58,36,245,146,55,148,2,0,59,100,128,210,211,127,1,0,59,196,70,133,139,42,2,0,60,196,143,9,158,188,2,0,60,132,50,12,60,36,3,0,60,36,168,102,95,97,3,0,62,36,56,128,133,165,2,0,62,132,197,137,154,58,3,0,62,68,139,21,252,249,3,0,63,100,187,84,77,148,1,0,65,164,204,168,183,101,3,0,66,196,78,253,57,2,2,0,68,228,19,192,67,39,2,0,68,132,15,211,167,185,3,0,69,100,66,129,174,104,3,0,71,132,171,121,248,146,3,0,72,4,187,126,129,131,1,0,72,196,166,63,87,171,1,0,72,196,48,246,36,224,1,0,72,196,51,137,73,226,1,0,72,100,28,123,86,195,2,0,72,196,248,38,132,173,3,0,72,196,186,243,17,206,3,0,73,36,184,145,112,244,1,0,74,196,93,164,26,151,2,0,74,4,153,223,1,161,2,0,77,132,126,119,190,98,2,0,78,228,248,235,144,133,2,0,78,4,55,232,77,134,2,0,78,164,80,80,241,181,2,0,78,36,151,47,121,203,3,0,79,4,196,179,63,61,3,0,80,4,23,44,143,98,3,0,80,228,250,73,171,184,3,0,82,36,20,228,207,148,1,0,82,132,36,255,88,25,3,0,83,132,199,40,230,205,1,0,84,36,251,86,201,228,2,0,85,164,106,252,245,82,2,0,85,164,68,231,251,131,3,0,85,36,49,221,246,220,3,0,86,36,208,120,21,158,1,0,87,228,71,121,233,152,3,0,88,228,2,215,134,159,2,0,89,196,239,39,112,180,1,0,89,164,208,194,143,227,2,0,90,68,77,140,139,34,2,0,91,36,73,32,158,222,3,0,92,228,196,220,204,241,2,0,98,196,149,179,49,235,3,0,101,36,60,37,11,151,3,0,102,132,153,223,17,107,2,0,105,4,36,182,73,160,1,0,105,100,185,234,145,237,1,0,105,100,197,173,33,234,2,0,105,36,201,117,7,102,3,0,105,68,115,2,202,211,3,0,106,4,59,184,33,185,2,0,107,132,227,197,249,229,3,0,110,100,246,195,210,208,2,0,110,36,3,214,228,253,2,0,113,68,191,54,68,177,3,0,114,132,68,236,102,245,1,0,114,132,133,40,72,38,2,0,114,4,57,23,69,4,3,0,115,36,24,28,202,251,3,0,116,68,236,234,124,154,3,0,118,4,143,101,114,149,3,0,118,164,189,188,77,227,3,0,119,196,22,10,168,28,3,0,120,196,99,180,248,143,3,0,121,100,206,113,71,204,2,0,122,228,143,201,52,124,2,0,123,68,134,53,241,215,2,0,124,68,94,53,223,105,2,0,124,164,15,150,26,193,3,0,125,196,120,134,103,88,2,0,126,36,164,216,177,230,1,0,129,196,80,80,43,136,1,0,129,68,184,81,6,136,2,0,129,4,255,9,32,175,2,0,129,4,97,188,75,63,3,0,131,100,35,117,49,226,3,0,132,4,20,50,99,23,3,0,134,36,14,89,121,247,3,0,134,228,208,246,196,249,3,0,135,132,183,141,90,144,3,0,137,68,56,236,49,225,1,0,140,196,214,2,124,175,1,0,141,228,3,142,44,152,1,0,141,36,165,235,199,49,2,0,141,36,212,226,230,241,2,0,141,36,32,61,58,165,3,0,143,36,148,44,173,102,2,0,146,100,36,145,68,177,2,0,147,132,120,166,224,235,2,0,148,36,140,57,238,151,2,0,155,100,64,240,145,184,1,0,155,132,162,48,61,8,2,0,155,228,22,212,163,27,3,0,157,164,132,52,14,249,2,0,158,164,226,213,150,228,3,0,159,68,178,94,132,210,3,0,161,4,63,234,151,89,3,0,161,196,179,44,69,233,3,0,162,100,22,26,242,34,3,0,168,132,247,187,1,20,2,0,168,68,90,2,42,50,2,0,169,68,217,238,84,9,4,0,171,164,217,53,245,173,2,0,171,36,242,169,254,201,2,0,172,100,111,196,234,39,3,0,172,36,102,85,220,4,4,0,174,164,100,157,155,237,1,0,174,100,254,64,23,251,1,0,174,132,87,131,214,104,2,0,175,132,82,16,52,165,2,0,175,36,7,146,152,211,2,0,176,196,36,243,104,230,1,0,176,164,247,126,143,26,2,0,177,4,94,169,51,99,2,0,178,4,161,23,141,233,3,0,178,36,100,63,183,246,3,0,179,228,191,135,115,164,1,0,180,228,87,0,218,73,3,0,181,36,135,89,41,216,2,0,181,68,17,107,136,147,3,0,186,4,18,58,55,219,2,0,186,164,212,72,25,207,3,0,188,36,86,181,0,232,1,0,188,132,78,131,101,41,3,0,188,164,57,244,57,168,3,0,189,132,36,150,207,51,2,0,190,132,254,20,96,162,2,0,193,4,59,159,239,157,1,0,196,196,197,72,54,230,1,0,198,100,142,89,90,226,1,0,201,132,56,7,66,139,1,0,202,4,6,180,221,233,2,0,202,164,154,41,57,138,3,0,205,164,141,198,151,235,1,0,205,132,15,73,119,32,2,0,205,132,122,52,105,145,2,0,205,132,74,228,249,61,3,0,206,228,200,150,80,146,3,0,209,196,98,159,169,113,2,0,209,100,190,190,83,239,2,0,209,68,233,133,60,196,3,0,209,36,183,117,74,8,4,0,211,196,15,64,72,251,2,0,215,132,111,169,108,191,1,0,215,196,62,161,244,96,3,0,216,164,179,209,251,167,1,0,217,4,141,105,203,25,3,0,217,228,123,178,58,62,3,0,219,196,251,126,106,215,1,0,219,100,254,88,226,30,2,0,219,68,62,59,126,165,3,0,220,196,73,186,155,143,2,0,222,4,64,125,73,97,2,0,224,228,71,64,197,168,1,0,224,132,153,223,108,108,2,0,225,196,234,220,230,153,1,0,226,100,70,184,156,246,1,0,228,228,19,192,83,39,2,0,229,196,53,191,126,180,1,0,229,164,11,185,239,188,1,0,231,4,17,72,194,198,1,0,231,4,87,82,110,137,2,0,232,100,245,19,69,214,3,0,233,68,32,147,197,214,1,0,233,132,62,59,46,235,1,0,233,36,41,108,99,14,3,0,233,68,232,149,234,50,3,0,233,164,177,12,234,82,3,0,235,132,44,142,25,159,2,0,236,68,162,112,225,148,1,0,236,196,56,117,184,135,3,0,237,164,20,172,45,195,2,0,237,68,26,255,49,96,3,0,238,132,223,160,132,95,2,0,239,228,199,92,229,104,3,0,240,132,65,127,102,203,3,0,241,4,82,177,178,144,3,0,242,36,163,170,22,29,3,0,244,228,239,129,210,35,2,0,246,164,134,192,235,92,3,0,247,132,212,153,11,97,3,0,248,132,46,28,251,16,2,0,248,228,100,186,49,244,3,0,249,164,144,145,87,222,2,0,249,228,240,116,174,190,3,0,250,4,152,6,47,45,2,0,250,36,119,87,75,65,3,0,250,4,64,178,54,71,3,0,251,4,71,249,111,139,1,0,254,4,179,191,181,227,3,0,255,4,203,47,28,253,3,0,1,5,138,179,135,161,1,0,2,69,242,55,157,40,2,0,2,5,231,107,240,125,2,0,4,229,13,115,244,73,2,0,4,133,151,197,6,254,3,0,6,197,171,184,142,242,2,0,6,165,187,194,169,5,4,0,7,69,195,0,118,4,3,0,11,229,167,228,239,37,3,0,11,229,123,103,81,181,3,0,13,165,46,147,56,103,2,0,13,197,41,150,190,13,3,0,14,37,209,196,175,40,3,0,14,133,216,244,109,213,3,0,15,5,16,188,57,97,2,0,16,101,144,180,146,138,2,0,18,197,217,126,189,190,1,0,18,5,83,86,26,244,2,0,18,229,170,27,20,252,2,0,18,165,72,179,147,215,3,0,21,133,150,151,192,58,3,0,22,229,79,83,52,227,2,0,24,101,50,146,180,134,3,0,25,197,86,146,122,88,2,0,25,101,24,81,112,194,2,0,27,101,107,166,201,178,2,0,27,37,236,10,246,193,2,0,27,69,17,74,96,137,3,0,29,165,33,114,158,101,2,0,29,197,139,67,200,121,2,0,30,229,75,215,187,39,2,0,31,133,26,217,17,75,2,0,32,69,15,210,143,55,3,0,34,37,105,178,118,107,3,0,37,197,184,234,121,162,2,0,37,37,7,146,170,211,2,0,41,229,41,16,253,227,1,0,42,5,196,136,37,219,1,0,42,133,64,3,172,95,3,0,43,101,131,151,153,16,3,0,43,5,142,180,11,65,3,0,44,37,90,119,22,179,2,0,45,229,20,91,175,123,3,0,46,5,90,18,142,28,3,0,47,5,135,184,177,193,2,0,48,37,63,89,154,23,2,0,49,197,170,68,158,201,2,0,52,197,106,151,78,186,1,0,53,37,62,169,214,158,1,0,53,165,238,252,50,124,3,0,55,197,47,214,235,251,3,0,56,197,212,3,243,216,2,0,57,69,201,5,166,233,1,0,58,197,117,97,18,147,2,0,58,165,81,99,177,138,3,0,59,133,54,67,211,176,1,0,61,69,182,5,89,122,1,0,61,165,148,36,24,216,1,0,61,5,242,118,10,56,3,0,61,133,241,161,47,152,3,0,62,5,81,6,229,197,1,0,62,229,65,58,249,249,1,0,62,37,210,195,233,11,2,0,63,37,2,140,156,242,1,0,64,37,82,45,157,110,3,0,66,165,242,47,214,143,1,0,67,69,243,47,53,124,1,0,67,69,214,33,190,4,2,0,68,165,240,165,95,53,3,0,68,37,157,92,27,91,3,0,69,133,223,29,226,226,1,0,69,229,250,169,41,213,2,0,70,197,126,3,126,172,3,0,70,133,217,193,177,220,3,0,73,69,189,142,178,1,3,0,73,37,11,50,195,30,3,0,74,133,79,210,118,109,3,0,74,229,4,252,40,162,3,0,76,101,233,248,134,105,3,0,77,133,52,72,91,74,3,0,78,5,128,212,234,167,1,0,79,197,253,158,38,10,3,0,79,69,45,131,7,123,3,0,80,69,138,67,222,108,2,0,80,229,152,223,47,161,2,0,80,5,36,45,246,72,3,0,80,229,78,62,247,186,3,0,81,165,97,124,180,153,1,0,82,229,14,136,29,85,2,0,86,229,96,67,53,195,1,0,86,37,129,177,71,108,3,0,86,5,181,230,56,188,3,0,87,69,24,19,141,162,2,0,88,133,208,101,0,234,3,0,89,37,79,203,52,21,3,0,90,229,164,44,134,209,1,0,90,5,114,118,209,4,2,0,90,197,39,222,179,29,2,0,91,197,20,37,246,159,2,0,91,101,231,178,118,22,3,0,92,197,66,205,110,134,1,0,93,133,187,14,188,223,2,0,94,5,207,59,21,13,2,0,94,101,199,240,212,158,3,0,95,197,70,133,158,42,2,0,97,5,20,85,31,241,1,0,98,37,96,179,15,232,2,0,98,101,85,159,14,99,3,0,99,37,88,178,44,145,1,0,99,69,183,161,144,45,2,0,99,165,77,124,231,86,3,0,100,229,138,169,186,22,3,0,101,69,209,235,129,117,3,0,102,133,51,146,130,24,3,0,105,5,102,184,171,219,2,0,106,197,142,197,99,116,3,0,107,197,192,165,166,124,1,0,108,229,234,27,136,205,3,0,110,133,18,191,71,149,2,0,110,197,225,130,37,53,3,0,111,69,80,206,121,106,3,0,111,37,39,52,71,218,3,0,115,37,118,141,230,158,1,0,117,229,122,19,101,20,2,0,118,37,11,38,223,83,2,0,119,165,56,166,56,71,2,0,119,133,50,5,254,245,2,0,119,69,49,246,93,161,3,0,120,37,219,238,250,239,3,0,121,197,53,126,164,126,1,0,121,133,211,36,242,52,2,0,124,197,128,122,208,216,3,0,125,37,135,99,255,190,2,0,125,69,133,78,63,64,3,0,129,101,220,253,7,52,2,0,130,69,191,227,10,48,2,0,130,165,170,172,92,210,3,0,132,69,104,32,68,54,2,0,132,165,231,142,184,207,2,0,133,101,25,116,178,2,2,0,133,37,16,219,178,50,3,0,135,165,88,62,72,211,1,0,135,69,19,15,198,119,2,0,136,101,222,205,157,134,3,0,138,5,79,234,35,182,2,0,139,165,62,166,204,71,2,0,140,229,178,45,233,226,2,0,141,165,18,82,136,63,3,0,142,197,115,20,184,201,1,0,143,197,255,107,73,203,1,0,143,37,167,141,199,242,2,0,144,101,170,160,128,162,3,0,144,37,9,38,230,185,3,0,145,69,4,201,119,58,3,0,146,197,142,76,46,159,2,0,148,101,46,109,254,192,1,0,148,101,169,12,83,233,1,0,148,133,195,127,173,124,2,0,150,101,235,185,115,164,2,0,151,165,132,22,57,203,1,0,152,133,55,116,20,86,2,0,152,229,16,148,99,126,3,0,153,37,34,80,220,246,1,0,153,165,251,196,106,241,2,0,153,133,204,0,28,244,3,0,155,37,255,198,175,157,2,0,155,101,52,140,63,235,3,0,156,133,220,243,99,212,1,0,156,37,72,87,206,39,2,0,156,229,241,250,162,226,2,0,158,5,104,112,157,42,3,0,160,69,44,169,30,3,3,0,160,165,213,182,235,65,3,0,161,229,13,80,253,222,3,0,162,37,48,81,2,107,2,0,163,229,58,69,182,11,2,0,163,197,37,3,182,112,3,0,164,197,140,155,96,254,2,0,165,5,134,101,28,26,3,0,165,5,136,48,151,153,3,0,166,197,2,167,27,101,2,0,166,101,116,140,143,222,2,0,167,69,62,146,98,91,2,0,167,5,166,99,248,241,2,0,167,37,248,60,78,73,3,0,168,229,43,22,87,113,2,0,169,101,141,14,185,249,2,0,169,229,206,175,145,60,3,0,171,69,25,81,61,161,2,0,172,69,177,45,252,23,2,0,176,37,11,148,107,157,3,0,180,101,218,238,115,163,1,0,180,197,35,178,8,155,3,0,183,5,54,254,81,210,2,0,185,197,157,130,139,5,2,0,186,69,229,79,35,58,3,0,188,165,47,211,117,124,2,0,188,5,253,16,135,114,3,0,189,5,94,176,29,133,2,0,189,37,157,189,197,95,3,0,192,165,59,161,171,14,2,0,192,37,215,28,116,192,3,0,193,197,5,9,138,85,3,0,194,101,202,229,111,164,3,0,196,101,141,156,127,179,3,0,198,197,94,216,127,159,1,0,198,5,176,233,184,36,3,0,198,5,164,105,154,162,3,0,199,5,253,70,71,94,2,0,200,5,2,234,185,137,1,0,202,37,198,159,190,24,3,0,203,69,17,61,49,79,3,0,204,69,151,81,64,131,1,0,204,5,240,72,32,44,3,0,205,197,133,211,176,188,2,0,207,69,45,245,227,33,3,0,208,229,59,108,21,24,3,0,208,197,221,145,101,156,3,0,210,197,42,85,104,9,2,0,213,101,165,174,227,178,3,0,214,69,38,0,39,78,2,0,214,229,4,11,88,106,2,0,214,5,172,208,166,130,3,0,215,37,190,147,58,30,2,0,216,37,95,40,51,102,3,0,218,101,231,228,158,150,2,0,220,229,89,169,106,90,2,0,223,165,188,188,125,226,1,0,225,197,205,229,124,219,1,0,225,37,63,29,33,71,3,0,227,229,43,100,58,164,1,0,227,37,201,91,141,177,3,0,228,197,195,138,7,136,1,0,231,5,236,25,218,52,2,0,231,69,201,187,110,106,2,0,233,37,53,117,192,100,2,0,234,101,171,44,125,252,2,0,234,133,243,199,221,247,3,0,236,5,173,27,70,255,2,0,237,5,158,47,128,29,3,0,237,5,173,196,78,70,3,0,238,197,111,234,147,161,2,0,240,229,231,175,36,147,3,0,241,5,150,30,34,229,3,0,242,69,46,64,28,239,3,0,244,5,229,27,0,213,1,0,244,133,167,235,19,85,3,0,244,197,91,216,30,165,3,0,247,69,187,46,254,120,1,0,249,101,32,25,61,4,2,0,250,37,6,28,87,249,1,0,250,133,16,207,36,48,3,0,251,101,161,192,125,20,2,0,251,197,153,154,45,24,2,0,251,229,27,19,153,107,2,0,251,197,190,232,139,219,3,0,252,197,101,195,75,121,3,0,255,101,49,52,150,181,2,0,1,198,247,4,160,241,1,0,1,70,17,123,35,8,2,0,2,70,121,82,190,132,1,0,2,198,224,253,90,78,2,0,2,198,95,57,224,36,3,0,5,230,69,138,91,216,3,0,6,134,250,44,195,53,3,0,10,38,250,34,187,87,3,0,12,230,15,146,225,164,1,0,12,38,5,235,241,219,1,0,13,230,186,119,169,67,3,0,16,134,38,126,36,27,2,0,17,230,73,205,13,254,1,0,22,38,167,29,77,1,2,0,23,6,14,150,174,119,1,0,23,70,45,170,200,200,1,0,23,70,40,78,103,103,2,0,29,6,6,37,94,228,2,0,32,102,225,81,84,235,3,0,35,102,143,113,98,46,3,0,35,230,75,60,142,149,3,0,37,102,212,78,124,2,2,0,37,134,114,16,58,27,3,0,37,166,238,217,93,244,3,0,39,6,3,131,136,2,3,0,45,198,74,82,212,13,3,0,47,230,167,228,28,38,3,0,49,230,67,83,187,141,1,0,52,70,58,58,149,181,1,0,53,70,110,105,158,69,2,0,54,166,21,81,198,222,2,0,54,166,120,233,110,70,3,0,56,134,212,230,222,63,2,0,57,102,52,234,144,234,3,0,58,198,71,173,202,189,2,0,58,38,149,28,112,113,3,0,59,38,131,121,205,229,1,0,60,166,76,81,120,36,2,0,60,134,176,28,29,32,3,0,60,134,161,226,99,214,3,0,61,166,167,146,41,216,1,0,62,230,17,9,202,145,1,0,62,38,187,160,133,21,3,0,62,38,205,133,81,248,3,0,63,198,41,188,30,102,2,0,64,134,84,255,89,68,2,0,65,70,209,169,54,200,2,0,65,38,30,123,78,66,3,0,66,134,232,193,124,248,2,0,66,198,245,192,214,66,3,0,68,198,13,207,121,82,3,0,69,102,58,135,169,103,3,0,69,6,47,16,61,152,3,0,72,166,109,16,95,208,1,0,72,230,0,69,203,163,2,0,72,166,128,184,19,200,2,0,72,230,182,169,178,44,3,0,74,230,206,67,118,177,2,0,76,134,160,129,219,157,2,0,76,166,76,10,62,112,3,0,76,134,219,235,107,0,4,0,78,102,232,254,180,133,2,0,81,38,48,240,34,190,1,0,82,166,219,243,31,70,2,0,82,102,129,139,242,97,3,0,82,102,251,93,37,218,3,0,84,230,96,56,253,180,1,0,85,102,174,230,83,96,2,0,87,102,64,142,182,126,1,0,87,38,247,23,129,80,2,0,87,230,136,34,57,92,3,0,87,6,162,72,228,2,4,0,88,70,163,88,94,193,2,0,89,230,173,231,21,67,3,0,91,102,159,243,101,126,2,0,93,38,100,176,253,206,1,0,93,70,134,8,166,84,3,0,94,198,217,47,82,37,3,0,94,198,217,47,100,37,3,0,94,198,217,47,91,40,3,0,94,38,204,21,102,249,3,0,97,102,190,94,150,240,1,0,97,198,57,35,212,109,2,0,97,198,238,169,146,204,2,0,98,102,89,217,64,224,2,0,98,198,183,225,72,53,3,0,99,102,139,151,82,123,2,0,100,230,101,35,26,207,2,0,101,198,39,81,234,139,2,0,102,134,75,58,94,37,2,0,103,230,54,145,72,36,2,0,104,134,179,173,43,224,2,0,105,198,142,180,252,169,1,0,105,198,207,46,141,9,2,0,106,166,153,223,61,93,2,0,107,134,114,150,202,192,3,0,107,70,62,88,52,201,3,0,108,70,118,67,24,201,1,0,109,198,31,18,201,36,3,0,109,230,138,250,101,63,3,0,110,70,39,5,135,137,2,0,110,6,74,127,177,241,3,0,112,198,26,81,88,122,3,0,113,38,213,115,151,209,1,0,113,70,118,196,8,241,1,0,113,198,238,169,186,203,2,0,114,134,195,48,157,247,2,0,116,70,129,20,233,8,2,0,116,198,238,253,125,57,2,0,116,38,88,28,203,220,3,0,117,102,50,86,227,51,3,0,120,166,104,50,86,116,2,0,121,38,138,214,137,6,3,0,122,134,227,143,59,23,3,0,122,166,111,169,67,199,3,0,123,230,255,245,173,169,1,0,123,6,10,36,71,106,2,0,123,102,89,229,169,200,2,0,124,38,99,87,152,156,1,0,125,38,222,150,192,91,2,0,128,102,48,20,121,148,1,0,128,38,70,102,210,250,1,0,128,38,233,152,33,51,2,0,128,38,167,69,210,249,3,0,129,166,160,229,157,158,1,0,129,134,209,20,75,35,2,0,130,38,98,8,91,107,3,0,131,102,252,27,93,85,3,0,132,198,198,22,175,25,2,0,134,198,86,239,64,48,2,0,135,102,31,170,174,38,2,0,137,6,250,94,131,195,3,0,138,230,105,167,234,221,1,0,139,134,118,122,242,220,1,0,141,102,212,96,170,187,3,0,142,230,5,30,176,22,2,0,144,38,84,135,217,154,1,0,145,166,221,247,75,175,2,0,145,6,61,153,61,70,3,0,147,198,194,32,55,213,1,0,148,230,219,69,41,4,2,0,148,102,204,235,168,10,2,0,148,38,73,173,82,249,2,0,150,6,17,238,134,241,3,0,153,198,125,99,16,121,1,0,153,166,213,209,4,202,3,0,154,230,179,253,10,140,2,0,155,230,51,166,16,231,1,0,156,38,11,139,104,236,1,0,161,6,49,75,102,167,3,0,163,198,34,216,16,122,3,0,166,198,122,77,139,13,2,0,167,6,147,83,196,204,3,0,168,102,233,9,19,63,2,0,169,166,13,169,60,196,1,0,171,134,108,41,205,194,2,0,172,38,20,226,217,151,1,0,172,102,188,160,63,202,3,0,173,198,103,139,80,145,2,0,173,230,119,7,163,239,2,0,174,6,192,215,47,163,1,0,174,6,194,21,243,226,3,0,175,134,154,171,136,193,2,0,178,198,226,193,215,190,1,0,178,38,182,38,64,147,2,0,179,102,138,37,182,150,2,0,180,198,0,159,149,124,1,0,180,230,189,18,99,183,3,0,181,38,39,133,117,254,2,0,181,134,94,248,245,118,3,0,182,70,40,72,119,74,2,0,184,6,232,207,182,32,3,0,185,230,103,185,113,253,3,0,186,166,193,251,120,119,1,0,186,70,106,242,220,92,2,0,189,166,30,180,190,162,2,0,190,70,57,108,79,172,2,0,193,166,43,82,125,195,1,0,193,198,214,7,209,198,1,0,193,134,89,50,218,21,3,0,193,102,253,186,14,175,3,0,194,102,23,192,165,20,2,0,195,198,165,35,30,56,2,0,195,198,245,144,206,205,2,0,195,38,53,114,4,104,3,0,196,198,211,176,209,138,2,0,196,38,34,178,152,206,2,0,196,166,45,158,232,13,3,0,198,102,147,80,112,120,2,0,200,6,213,250,119,231,1,0,201,230,213,173,171,156,3,0,201,38,143,78,33,171,3,0,202,38,22,76,110,44,2,0,203,134,203,133,60,246,2,0,204,134,0,112,150,167,1,0,204,230,228,64,149,203,1,0,205,166,68,171,30,253,1,0,207,198,224,7,235,7,3,0,207,134,84,67,98,240,3,0,210,198,95,104,201,89,3,0,211,38,131,42,226,177,3,0,212,166,168,188,251,204,2,0,212,134,215,222,177,224,2,0,212,38,53,192,110,119,3,0,213,134,141,184,40,220,2,0,213,102,140,57,115,225,3,0,214,70,136,21,185,43,3,0,216,198,44,55,144,252,1,0,217,230,183,42,253,224,2,0,217,166,62,8,213,236,2,0,217,166,96,232,217,19,3,0,218,166,79,247,6,42,2,0,218,6,177,224,185,239,3,0,220,230,168,182,138,89,3,0,221,6,149,118,17,88,2,0,222,38,71,85,154,190,1,0,222,70,202,251,13,116,2,0,222,166,220,64,255,128,3,0,224,166,42,113,167,238,3,0,225,230,30,115,219,25,3,0,226,198,163,234,205,255,2,0,228,102,90,236,234,154,1,0,229,166,162,222,172,13,3,0,230,38,225,253,104,5,3,0,230,6,5,174,204,26,3,0,231,166,128,251,208,224,2,0,231,166,49,154,84,1,3,0,232,230,201,35,7,137,3,0,232,70,189,167,207,137,3,0,233,198,4,157,126,228,1,0,234,134,224,76,33,234,1,0,234,102,239,2,188,158,3,0,235,102,62,185,18,170,1,0,237,102,196,27,188,154,1,0,238,70,7,27,156,217,1,0,238,230,237,145,191,86,3,0,239,198,179,211,201,26,2,0,240,134,15,44,125,210,2,0,240,166,198,136,108,72,3,0,243,6,178,74,202,254,2,0,245,134,76,65,140,100,2,0,248,6,216,155,162,251,2,0,249,70,111,66,122,208,3,0,250,102,246,8,84,157,1,0,250,102,55,16,146,70,3,0,251,166,28,149,6,152,1,0,251,6,57,45,15,100,3,0,252,38,234,255,201,25,2,0,253,166,172,78,106,132,1,0,253,102,249,213,192,221,2,0,255,38,58,159,152,7,2,0,1,71,146,181,62,120,3,0,5,7,139,34,156,134,1,0,6,103,189,103,165,164,1,0,6,7,17,193,163,73,3,0,8,39,68,36,246,162,1,0,8,7,134,175,80,250,3,0,8,231,112,58,243,3,4,0,10,231,99,148,190,209,1,0,11,71,60,201,254,205,3,0,12,103,181,110,117,63,2,0,12,231,128,228,153,81,2,0,12,167,98,138,109,121,2,0,12,231,103,95,163,201,3,0,17,231,190,239,233,59,2,0,18,231,130,219,135,164,2,0,19,71,206,93,199,48,3,0,19,71,121,102,80,100,3,0,20,199,25,24,60,44,2,0,21,71,74,80,42,137,1,0,22,135,91,203,133,66,3,0,24,103,215,66,249,188,3,0,27,103,57,222,145,90,2,0,27,199,69,195,34,168,3,0,29,7,7,167,126,82,2,0,29,71,224,176,162,254,2,0,29,135,141,4,183,109,3,0,30,199,67,96,15,0,3,0,30,39,147,83,70,21,3,0,32,231,73,197,103,207,1,0,32,135,116,240,167,65,3,0,34,231,89,68,2,90,2,0,34,199,37,1,108,229,3,0,35,7,153,223,135,160,2,0,36,103,30,35,149,208,1,0,39,135,13,151,85,64,2,0,39,135,164,198,202,127,3,0,39,103,6,17,28,223,3,0,39,135,117,50,237,225,3,0,40,199,153,68,44,247,3,0,42,231,196,51,14,202,1,0,43,199,78,142,106,122,2,0,43,135,168,228,200,43,3,0,43,103,75,33,198,210,3,0,51,135,7,192,165,130,1,0,52,199,147,205,160,74,2,0,55,199,233,44,140,191,2,0,56,231,93,89,87,108,2,0,56,231,185,194,12,196,2,0,58,39,64,68,19,241,2,0,59,135,80,187,177,155,1,0,59,231,127,236,254,142,2,0,60,167,101,153,225,210,1,0,61,71,10,32,181,213,1,0,63,103,61,146,195,138,1,0,63,71,46,28,18,17,2,0,63,7,47,81,191,105,2,0,64,71,196,112,57,135,3,0,66,39,227,182,180,118,3,0,67,7,225,247,42,104,3,0,70,199,54,146,65,171,1,0,70,199,157,99,118,168,3,0,74,103,110,4,205,176,2,0,75,167,9,219,249,164,3,0,78,135,7,93,25,42,2,0,80,231,51,99,180,27,3,0,81,199,79,158,140,131,3,0,81,167,170,18,193,214,3,0,84,231,13,224,254,185,1,0,84,167,79,247,243,41,2,0,84,231,152,223,224,162,2,0,84,39,251,146,241,20,3,0,89,135,163,139,40,149,3,0,90,231,190,239,215,59,2,0,93,135,144,131,193,17,3,0,93,231,99,40,123,102,3,0,95,167,20,43,199,144,1,0,96,167,235,252,15,127,1,0,97,135,27,123,149,160,2,0,97,7,59,184,213,185,2,0,98,71,154,223,114,64,2,0,98,135,121,248,184,168,2,0,100,103,13,139,183,204,2,0,101,135,218,252,202,201,2,0,103,71,90,75,105,73,3,0,104,7,23,104,180,222,2,0,105,103,6,128,70,150,1,0,106,39,123,95,24,200,1,0,109,71,207,0,136,73,2,0,110,199,10,40,181,241,2,0,110,7,251,158,132,248,3,0,112,199,12,74,225,93,2,0,112,199,49,243,17,3,3,0,115,167,165,104,136,230,1,0,115,231,66,253,194,75,3,0,118,167,115,19,127,41,3,0,118,135,77,47,80,222,3,0,120,231,49,200,137,254,3,0,121,103,91,203,182,252,2,0,121,167,251,236,52,1,3,0,121,231,91,145,231,68,3,0,122,103,195,109,124,142,2,0,123,71,11,91,241,170,3,0,124,135,88,35,79,126,1,0,125,231,213,72,21,93,3,0,126,39,116,10,133,202,1,0,129,167,37,250,42,214,1,0,129,231,122,251,205,65,2,0,130,231,123,133,23,46,3,0,131,231,60,81,135,76,2,0,133,39,229,245,124,146,1,0,135,103,223,141,126,144,1,0,136,71,103,224,135,153,3,0,138,103,217,192,252,255,1,0,138,7,188,255,173,66,2,0,139,231,163,155,149,139,1,0,140,231,244,118,169,238,1,0,140,231,84,87,107,154,3,0,143,199,66,96,88,169,1,0,144,39,74,27,99,150,2,0,144,103,179,5,164,190,2,0,145,231,60,81,17,80,2,0,145,103,31,81,254,155,2,0,148,103,251,178,125,23,3,0,148,71,168,206,165,129,3,0,149,135,102,142,67,90,3,0,151,7,128,236,85,196,3,0,154,135,34,178,209,227,1,0,154,7,98,197,233,180,2,0,156,39,111,17,153,140,2,0,156,71,164,151,108,171,2,0,156,71,250,82,21,254,2,0,156,103,242,166,146,229,3,0,158,199,84,216,227,199,1,0,158,231,64,192,67,201,1,0,159,7,176,18,230,110,2,0,159,199,177,80,202,88,3,0,159,231,112,1,235,130,3,0,160,7,47,172,33,1,2,0,162,39,173,128,242,196,2,0,162,103,177,66,232,118,3,0,163,7,78,140,59,148,1,0,163,199,175,154,100,25,2,0,163,7,102,6,81,23,3,0,164,135,170,68,32,45,3,0,165,135,30,31,188,211,2,0,166,7,121,184,118,146,3,0,167,167,153,223,4,93,2,0,168,103,111,5,104,79,3,0,171,39,151,59,254,208,1,0,172,39,216,7,58,210,1,0,172,167,58,12,153,29,2,0,173,71,231,38,178,217,1,0,173,103,21,99,198,252,3,0,176,167,119,148,188,21,2,0,177,71,13,197,44,69,2,0,177,39,5,84,42,86,2,0,177,231,125,127,109,198,3,0,178,167,169,221,221,212,1,0,179,7,166,177,0,167,1,0,180,71,121,37,45,112,2,0,180,103,145,100,244,46,3,0,182,7,114,36,206,105,2,0,183,135,50,76,172,204,1,0,183,231,20,15,55,238,3,0,184,135,224,253,215,78,2,0,185,199,176,5,78,97,3,0,187,7,227,101,10,225,1,0,188,199,62,107,64,101,3,0,191,7,244,231,73,231,1,0,191,71,155,114,247,40,3,0,193,135,56,57,251,122,3,0,194,167,198,142,104,199,2,0,195,71,178,248,2,12,3,0,196,135,202,17,105,61,2,0,196,199,52,18,5,110,3,0,197,231,45,203,234,181,1,0,197,231,111,253,141,98,2,0,197,39,193,126,28,2,3,0,198,167,50,130,109,185,1,0,198,39,93,75,54,70,2,0,199,39,75,255,228,224,3,0,200,231,244,64,125,23,2,0,202,71,208,17,72,197,1,0,204,39,28,198,42,244,1,0,205,71,24,182,22,96,2,0,206,135,121,146,251,200,3,0,207,199,252,255,51,101,3,0,209,71,27,128,106,141,1,0,209,167,138,47,235,48,2,0,209,167,110,215,100,193,3,0,212,7,102,250,201,177,3,0,214,71,88,239,49,174,2,0,214,39,227,88,72,122,3,0,215,135,169,230,26,118,2,0,215,39,212,235,214,95,3,0,217,103,194,155,245,204,1,0,218,7,251,128,25,67,2,0,218,39,227,74,241,53,3,0,219,167,37,174,184,93,2,0,219,231,202,196,110,133,3,0,220,135,139,118,75,206,3,0,221,167,113,251,209,164,1,0,226,103,170,214,232,57,3,0,229,167,154,64,18,240,1,0,231,199,220,71,94,182,3,0,233,39,65,21,226,3,2,0,233,39,65,21,244,3,2,0,233,39,65,21,9,4,2,0,233,71,106,138,94,49,2,0,236,167,216,67,103,106,3,0,238,231,79,186,61,128,2,0,239,103,152,171,77,193,2,0,240,135,140,62,55,58,2,0,241,39,202,42,58,197,3,0,241,135,234,135,246,218,3,0,243,167,217,9,123,125,1,0,244,39,11,143,24,61,2,0,245,103,244,5,228,127,2,0,245,167,42,11,32,136,2,0,245,199,170,58,121,84,3,0,249,135,157,52,172,219,1,0,249,167,133,227,87,67,3,0,250,199,211,156,128,37,3,0,252,135,225,97,242,5,4,0,253,231,48,29,254,162,2,0,255,7,248,227,230,66,3,0,0,168,224,205,235,39,2,0,0,200,41,180,36,52,3,0,2,136,251,221,87,242,1,0,3,136,228,99,157,133,3,0,5,168,98,145,85,15,3,0,8,104,177,87,126,24,2,0,9,40,107,149,151,142,3,0,9,72,140,114,250,227,3,0,10,232,13,34,135,152,1,0,11,40,12,192,104,62,2,0,11,136,196,213,27,228,3,0,12,72,141,216,121,204,2,0,13,168,224,219,154,218,2,0,14,72,222,25,50,203,2,0,15,104,57,207,90,145,1,0,15,136,151,74,68,117,2,0,15,8,250,6,37,168,2,0,16,8,85,133,109,166,1,0,17,104,4,243,43,252,2,0,18,232,205,113,64,123,2,0,18,40,124,184,246,200,2,0,19,200,58,15,2,123,1,0,19,72,250,223,6,244,1,0,19,8,148,159,205,132,2,0,22,72,222,233,171,240,2,0,23,168,255,230,254,241,1,0,23,8,101,90,205,22,2,0,23,104,158,0,221,250,3,0,24,168,93,98,150,145,1,0,24,40,3,228,81,226,2,0,25,200,216,116,154,30,3,0,25,104,122,54,244,73,3,0,26,200,212,11,224,114,2,0,27,8,208,181,162,59,2,0,28,104,209,144,80,221,2,0,32,200,161,223,159,166,2,0,34,232,170,165,159,175,1,0,34,168,25,166,216,238,1,0,36,72,177,235,51,243,1,0,36,136,252,34,105,12,2,0,40,232,76,184,37,133,3,0,40,168,110,103,147,183,3,0,42,104,169,248,81,232,1,0,43,168,51,151,38,22,2,0,43,136,159,222,190,129,2,0,44,8,207,79,150,138,1,0,44,8,23,37,218,21,2,0,48,136,194,173,4,41,2,0,48,104,146,26,218,124,3,0,49,200,24,42,149,103,2,0,49,200,158,222,63,210,3,0,50,104,221,183,114,225,2,0,51,200,247,246,80,189,2,0,51,72,22,70,149,243,2,0,51,136,178,166,153,159,3,0,52,104,233,9,42,63,2,0,53,232,174,99,54,253,1,0,53,136,187,134,140,1,2,0,56,104,190,139,193,234,3,0,57,104,93,229,161,129,1,0,58,232,147,48,89,26,2,0,58,136,204,190,95,145,3,0,59,72,246,70,239,234,1,0,59,72,239,71,192,6,2,0,61,200,158,102,19,18,2,0,63,40,99,21,49,218,1,0,63,40,222,252,240,236,3,0,64,40,80,192,154,189,1,0,65,8,72,173,242,189,2,0,66,40,79,182,164,1,2,0,68,104,208,138,2,96,3,0,73,168,206,178,233,57,2,0,74,168,43,77,44,240,3,0,76,72,2,121,1,84,2,0,76,40,184,123,100,114,3,0,77,136,55,254,27,141,2,0,78,232,168,165,150,175,2,0,80,8,10,254,143,1,3,0,80,8,184,146,31,72,3,0,81,72,8,248,241,10,2,0,81,232,164,65,65,49,3,0,81,104,207,85,231,100,3,0,82,8,182,186,184,121,2,0,83,104,39,81,237,113,2,0,83,136,82,69,63,85,3,0,84,72,31,59,28,15,2,0,85,8,244,156,128,186,1,0,85,200,210,207,248,198,2,0,86,168,36,78,76,195,1,0,86,232,62,231,225,231,1,0,90,232,111,105,178,24,2,0,90,8,148,235,175,47,2,0,90,72,18,89,216,142,2,0,92,8,56,160,130,238,1,0,95,136,223,207,182,187,3,0,97,40,164,155,210,132,1,0,97,200,184,194,208,185,1,0,100,72,31,154,167,222,1,0,100,104,107,145,59,244,1,0,100,8,158,38,3,190,2,0,101,40,112,50,100,109,3,0,102,168,59,17,59,228,1,0,102,200,185,142,129,70,3,0,103,104,181,29,29,69,3,0,104,8,110,24,18,120,3,0,109,40,220,122,184,2,4,0,112,104,162,218,192,149,2,0,112,72,178,153,240,175,3,0,112,168,213,71,0,186,3,0,113,40,24,229,128,207,1,0,114,232,255,63,171,184,1,0,115,72,226,123,227,117,2,0,115,8,66,236,86,178,3,0,116,72,131,105,54,135,2,0,118,104,85,20,8,250,2,0,120,72,78,100,48,170,3,0,121,104,190,106,208,248,1,0,123,72,152,209,20,192,1,0,124,104,216,14,131,247,2,0,124,40,63,92,232,88,3,0,124,104,179,73,210,3,4,0,126,8,224,232,74,209,1,0,126,200,36,59,176,145,2,0,126,136,108,225,9,240,3,0,128,136,76,240,51,254,1,0,128,136,76,81,8,64,2,0,128,200,253,105,77,70,2,0,128,168,143,146,30,61,3,0,129,40,250,232,185,129,1,0,129,200,101,86,87,140,2,0,134,136,39,81,212,117,2,0,134,72,25,130,126,0,4,0,135,8,69,212,15,221,1,0,135,40,158,216,241,178,2,0,137,72,167,193,83,123,1,0,138,200,152,252,125,196,2,0,139,104,153,206,27,140,2,0,139,8,132,88,53,251,3,0,140,72,153,223,50,123,2,0,140,232,189,181,243,173,3,0,141,200,76,81,158,30,2,0,143,72,113,198,155,200,3,0,146,232,157,222,238,122,1,0,147,232,157,222,218,122,1,0,148,72,134,82,128,213,3,0,149,232,98,112,97,100,3,0,150,200,76,81,120,28,2,0,153,200,75,153,191,124,2,0,155,8,250,150,178,105,3,0,156,104,149,241,253,253,1,0,157,8,7,235,106,120,3,0,158,104,113,189,241,83,2,0,159,168,153,223,164,92,2,0,159,232,55,175,74,151,2,0,159,168,42,203,24,77,3,0,161,72,77,63,86,163,1,0,161,200,175,45,253,22,2,0,161,232,155,184,152,238,2,0,161,104,113,151,77,252,2,0,162,8,105,147,206,253,1,0,164,8,22,102,153,112,2,0,164,200,152,167,186,93,3,0,165,168,100,125,171,245,2,0,169,40,205,179,52,44,3,0,169,200,112,231,221,251,3,0,170,8,38,227,185,5,4,0,171,104,153,223,100,111,2,0,173,232,55,67,173,30,2,0,174,72,154,223,162,61,2,0,175,136,25,192,76,32,2,0,175,8,47,158,84,224,2,0,177,104,49,68,82,89,3,0,179,72,5,77,231,175,1,0,179,232,26,209,106,202,2,0,182,8,42,31,58,66,2,0,184,200,20,148,128,204,1,0,184,8,162,215,140,10,2,0,184,168,120,133,242,141,2,0,185,200,210,124,230,0,3,0,185,232,122,100,242,94,3,0,187,200,169,239,111,147,2,0,189,200,184,75,59,182,1,0,191,104,79,217,107,167,1,0,193,72,54,140,200,215,1,0,196,168,167,119,25,130,1,0,197,136,201,18,26,254,3,0,204,8,53,56,128,27,2,0,205,168,79,15,89,121,1,0,205,168,69,132,239,72,2,0,205,104,222,86,167,26,3,0,206,72,248,132,168,157,1,0,207,72,236,14,20,16,2,0,207,8,125,195,5,19,2,0,209,232,167,223,225,129,2,0,209,40,136,68,1,67,3,0,209,168,47,21,182,6,4,0,210,8,32,159,11,31,3,0,211,200,96,129,223,253,1,0,211,72,115,172,173,235,2,0,212,40,59,242,63,167,1,0,212,8,211,143,202,217,1,0,212,168,221,195,173,15,2,0,212,200,118,41,55,140,3,0,213,200,152,223,54,222,2,0,213,200,208,193,189,99,3,0,214,168,9,217,77,51,3,0,219,104,246,243,61,135,1,0,219,168,197,230,133,199,3,0,220,232,251,186,107,12,3,0,221,8,77,93,49,228,2,0,224,200,51,45,167,229,2,0,225,136,202,114,148,15,3,0,227,200,80,27,176,119,2,0,231,168,240,246,37,211,2,0,234,200,80,154,147,129,2,0,235,8,233,192,97,209,2,0,235,232,132,140,39,245,2,0,236,8,168,53,216,247,1,0,237,72,153,223,165,117,2,0,237,200,119,169,139,157,2,0,237,8,120,92,126,76,3,0,240,104,231,134,112,252,3,0,243,72,24,81,54,199,2,0,244,136,77,41,225,41,2,0,244,40,37,81,161,144,2,0,244,104,53,114,222,245,3,0,248,104,108,53,11,6,3,0,248,168,148,229,9,197,3,0,249,232,9,199,145,94,3,0,249,200,181,219,221,189,3,0,251,72,78,1,233,40,2,0,252,8,32,43,4,51,2,0,253,232,206,183,35,221,2,0,254,72,65,122,197,145,2,0,0,201,158,94,185,132,2,0,2,73,236,111,189,138,2,0,3,105,109,215,144,65,3,0,4,41,204,63,56,53,3,0,4,233,122,72,213,191,3,0,6,169,83,228,6,1,2,0,7,233,96,51,19,248,3,0,8,233,203,45,168,116,2,0,8,137,126,123,178,157,3,0,8,73,50,36,121,200,3,0,9,9,180,18,45,61,3,0,9,169,129,154,214,235,3,0,12,169,191,81,144,131,1,0,13,201,131,252,2,118,3,0,15,169,200,11,82,245,3,0,16,201,72,70,215,144,3,0,18,169,42,223,209,252,1,0,18,201,50,77,41,54,2,0,18,233,215,6,70,48,3,0,23,169,91,89,227,23,2,0,23,169,124,171,8,102,2,0,23,233,225,48,65,160,3,0,24,105,9,48,225,138,3,0,25,137,13,129,102,138,3,0,26,9,114,80,170,3,2,0,26,73,58,76,185,88,3,0,27,201,95,114,4,156,3,0,29,137,132,254,133,78,2,0,34,9,7,248,174,166,1,0,36,233,18,173,25,121,2,0,37,169,0,1,239,231,1,0,38,41,24,169,145,162,1,0,38,41,72,12,146,6,2,0,38,9,241,54,155,95,2,0,38,73,210,186,177,252,3,0,39,41,21,60,138,240,1,0,41,9,32,239,132,230,2,0,45,73,77,167,182,206,1,0,46,73,189,72,139,62,2,0,47,41,242,130,122,190,2,0,48,169,159,218,213,222,1,0,48,137,136,111,244,238,1,0,48,233,214,160,68,8,3,0,49,41,142,170,167,57,2,0,51,233,123,184,188,206,2,0,52,105,127,140,3,120,1,0,53,233,176,23,6,245,1,0,53,137,186,254,203,176,3,0,54,233,123,184,204,206,2,0,55,41,157,186,234,252,3,0,58,233,96,254,78,64,3,0,59,201,140,37,6,148,1,0,59,137,228,230,22,20,2,0,64,73,251,144,150,24,3,0,65,233,10,160,182,194,1,0,65,233,129,57,220,210,2,0,67,9,159,208,161,197,1,0,67,233,233,236,84,59,2,0,68,41,185,51,185,224,1,0,69,233,247,22,2,77,3,0,69,9,2,80,193,160,3,0,70,9,148,159,222,131,2,0,70,169,0,254,163,133,2,0,72,41,108,13,248,243,2,0,73,41,254,246,4,144,1,0,73,137,186,212,151,226,1,0,75,9,7,165,144,249,1,0,75,41,9,107,62,120,2,0,79,73,119,150,69,224,3,0,80,41,82,199,48,125,1,0,80,105,29,177,70,150,3,0,81,201,121,67,166,182,3,0,81,169,200,216,26,187,3,0,82,201,51,32,201,221,3,0,84,9,127,248,229,126,1,0,85,105,227,16,82,189,1,0,86,137,18,223,181,77,3,0,86,105,246,58,81,110,3,0,87,41,9,229,99,178,1,0,87,233,42,33,94,8,4,0,93,9,233,160,114,160,2,0,94,41,124,184,186,201,2,0,95,201,187,61,252,110,3,0,95,201,235,182,167,115,3,0,96,169,98,145,106,15,3,0,97,137,39,81,11,118,2,0,97,73,248,31,251,211,2,0,100,201,83,204,101,180,3,0,101,233,145,7,98,232,1,0,104,9,46,15,227,125,1,0,105,137,66,250,224,177,2,0,106,9,42,31,38,66,2,0,106,73,209,255,120,180,3,0,107,41,1,83,167,19,3,0,109,169,237,204,118,135,1,0,109,41,24,190,98,141,2,0,110,137,27,163,193,120,2,0,110,105,237,223,225,214,2,0,110,137,56,27,51,16,3,0,114,137,52,9,248,54,2,0,114,169,152,5,12,230,2,0,116,137,189,186,206,131,2,0,116,9,188,245,80,184,2,0,116,105,231,169,0,210,2,0,116,201,52,195,136,93,3,0,117,9,220,52,242,210,2,0,118,201,122,77,157,13,2,0,118,233,24,254,116,141,2,0,120,137,189,186,149,131,2,0,120,9,180,221,172,199,3,0,121,201,100,197,250,210,1,0,121,73,117,105,152,23,3,0,123,169,10,95,82,150,1,0,125,169,108,95,14,58,3,0,126,105,63,105,223,69,2,0,127,201,165,125,132,139,1,0,127,201,47,194,121,60,2,0,128,73,38,246,106,175,1,0,130,137,19,192,21,40,2,0,130,201,15,44,14,153,2,0,131,169,222,223,74,71,3,0,132,105,58,83,189,126,3,0,132,169,158,78,120,232,3,0,133,137,39,81,255,116,2,0,134,201,80,193,201,113,3,0,135,41,37,81,197,144,2,0,137,233,17,75,98,230,3,0,138,233,89,248,181,20,2,0,140,137,120,85,234,211,1,0,141,41,108,155,185,155,3,0,141,169,235,204,19,209,3,0,143,9,29,3,2,79,2,0,144,169,248,39,40,5,3,0,145,9,132,64,78,126,2,0,148,41,14,248,249,213,1,0,153,105,247,105,176,23,3,0,153,201,159,156,25,210,3,0,154,9,14,120,157,112,3,0,156,169,218,217,134,22,2,0,156,105,74,240,107,57,2,0,157,137,75,8,0,142,1,0,158,105,26,220,234,60,3,0,159,233,37,64,216,236,3,0,160,233,32,117,19,3,2,0,161,169,44,157,42,163,2,0,161,41,231,174,129,231,3,0,162,201,23,81,47,217,2,0,163,233,159,121,74,141,3,0,165,233,168,105,65,112,2,0,165,201,147,198,160,50,3,0,166,201,162,232,28,166,1,0,166,233,200,172,1,195,3,0,166,233,250,159,239,208,3,0,166,201,104,129,167,215,3,0,167,169,97,195,199,189,1,0,168,233,226,154,174,143,3,0,169,41,251,250,22,213,2,0,171,233,44,21,74,109,2,0,171,169,15,219,88,18,3,0,176,9,19,113,2,238,1,0,178,137,26,226,152,156,3,0,181,41,0,230,194,166,3,0,182,41,10,213,160,31,2,0,183,73,85,180,177,160,3,0,188,41,239,167,23,157,1,0,189,233,212,45,96,142,2,0,190,73,97,85,87,197,3,0,193,233,172,189,63,69,2,0,193,201,239,81,187,87,2,0,193,233,26,110,155,44,3,0,195,233,54,12,178,147,1,0,195,233,204,208,123,224,2,0,195,41,233,28,3,36,3,0,195,41,132,89,176,51,3,0,196,41,132,204,209,196,3,0,197,41,121,128,21,171,1,0,201,201,75,218,161,34,2,0,201,201,173,3,39,25,3,0,203,105,175,60,76,114,3,0,204,73,106,147,82,49,3,0,205,137,153,223,97,97,2,0,205,73,189,148,104,242,3,0,208,105,251,19,164,149,2,0,208,137,32,35,129,234,2,0,208,169,189,183,254,45,3,0,208,137,192,6,198,82,3,0,208,201,16,69,13,196,3,0,210,169,17,125,92,207,3,0,212,41,209,181,112,131,1,0,212,169,190,198,142,144,2,0,212,105,123,42,47,110,3,0,213,41,155,9,14,155,1,0,213,137,95,146,234,208,2,0,213,9,10,118,121,193,3,0,214,9,225,142,11,145,2,0,214,9,12,65,235,250,2,0,214,73,194,187,141,254,2,0,217,137,102,30,228,176,1,0,218,41,213,227,106,142,1,0,218,9,32,158,128,253,1,0,218,41,121,220,232,211,3,0,222,73,29,231,40,186,1,0,222,9,116,139,107,221,1,0,223,73,125,43,8,99,2,0,226,41,158,216,107,179,2,0,227,201,117,86,202,150,1,0,227,201,4,250,215,238,3,0,228,41,121,180,134,128,1,0,229,41,73,11,167,180,3,0,230,137,8,181,170,86,3,0,230,137,232,45,84,171,3,0,232,201,59,237,97,147,3,0,233,73,153,223,209,124,2,0,233,169,202,146,187,120,3,0,234,201,47,226,252,1,2,0,234,41,137,67,116,94,2,0,235,105,23,192,150,27,2,0,237,169,41,60,229,115,3,0,237,73,49,248,60,131,3,0,242,9,86,113,133,160,3,0,243,137,36,84,97,77,2,0,243,137,31,254,199,7,3,0,243,9,221,47,233,16,3,0,244,105,167,240,59,9,2,0,244,9,188,128,159,8,3,0,245,169,94,36,112,163,2,0,245,105,49,52,112,181,2,0,246,41,104,201,121,213,1,0,246,41,29,198,12,242,1,0,247,169,138,118,65,160,2,0,247,169,120,239,241,249,2,0,247,41,187,200,155,144,3,0,247,137,253,129,115,160,3,0,248,9,38,206,101,69,2,0,248,169,244,217,98,203,2,0,254,41,163,190,131,44,3,0,0,74,153,223,223,132,2,0,0,234,65,252,200,27,3,0,2,234,102,172,106,125,1,0,2,42,109,142,153,155,1,0,2,170,139,198,202,240,2,0,3,138,144,206,49,98,3,0,7,202,106,62,177,142,2,0,7,106,25,52,70,183,2,0,7,106,237,81,138,212,3,0,8,42,136,240,113,97,3,0,8,138,178,178,185,202,3,0,9,234,221,179,207,162,2,0,10,10,210,235,217,14,2,0,10,202,176,75,64,116,2,0,12,10,222,163,219,150,1,0,12,138,230,144,189,19,3,0,13,202,81,234,36,30,2,0,13,234,114,58,217,149,2,0,13,234,169,20,14,166,3,0,13,234,14,49,249,223,3,0,13,106,110,27,183,245,3,0,14,10,46,153,157,221,2,0,15,234,66,227,187,185,2,0,16,138,95,146,149,209,2,0,18,138,42,74,27,238,2,0,20,10,18,139,86,192,3,0,24,106,127,153,153,135,2,0,25,74,207,235,129,255,1,0,27,106,83,76,221,131,1,0,27,42,80,17,63,227,3,0,27,106,214,57,126,238,3,0,28,234,118,168,97,115,3,0,29,74,6,255,11,223,3,0,30,138,253,17,65,110,2,0,30,42,163,103,230,8,3,0,31,138,175,100,199,16,2,0,31,74,224,151,62,127,2,0,31,106,240,97,200,94,3,0,39,42,53,50,7,156,1,0,39,106,112,123,209,191,1,0,40,170,118,254,6,210,3,0,41,202,43,248,45,11,2,0,41,42,88,233,73,45,2,0,41,74,188,205,149,72,2,0,42,170,118,20,229,120,1,0,43,106,23,210,7,154,1,0,43,202,23,217,157,254,3,0,46,10,51,65,75,210,1,0,46,10,45,211,131,210,1,0,46,170,100,125,135,245,2,0,46,74,112,231,137,81,3,0,47,138,143,77,198,202,1,0,47,170,69,127,188,69,3,0,48,42,24,242,84,11,2,0,49,106,8,90,56,87,2,0,49,170,226,66,202,90,2,0,49,10,105,76,67,118,2,0,50,42,11,177,35,172,2,0,51,10,7,218,138,152,2,0,51,138,102,203,246,203,2,0,51,106,107,55,80,92,3,0,51,234,67,91,200,154,3,0,53,138,219,8,112,198,2,0,53,202,5,190,34,232,2,0,56,138,63,66,184,223,1,0,56,10,61,106,41,64,3,0,59,42,140,171,180,6,3,0,60,170,70,253,93,48,2,0,62,202,81,185,238,132,1,0,62,106,39,0,255,211,1,0,63,74,75,240,218,13,2,0,65,106,218,255,10,45,3,0,66,74,0,53,83,21,3,0,67,234,23,81,26,216,2,0,67,106,198,137,207,35,3,0,68,42,153,223,0,154,2,0,69,42,69,232,3,49,3,0,70,42,207,30,43,206,3,0,72,234,39,77,218,91,3,0,73,202,209,119,119,27,3,0,77,106,73,198,123,0,3,0,78,170,165,164,252,23,3,0,79,170,210,110,34,57,2,0,79,74,24,81,181,198,2,0,81,138,218,242,45,8,3,0,82,74,153,223,30,131,2,0,83,74,177,201,142,47,3,0,84,234,111,88,254,24,2,0,86,170,97,39,234,21,3,0,87,74,60,166,10,160,1,0,87,42,85,135,40,169,3,0,88,106,93,96,110,147,1,0,89,138,91,206,229,222,2,0,90,234,35,102,5,9,2,0,92,106,141,151,183,207,1,0,92,106,44,113,196,189,3,0,93,170,175,252,184,194,2,0,94,74,154,223,243,19,2,0,94,234,45,50,66,54,3,0,94,202,235,232,183,81,3,0,94,74,67,38,169,88,3,0,95,138,215,195,96,15,2,0,95,10,204,187,175,105,2,0,99,138,29,120,38,76,2,0,100,106,77,7,88,231,2,0,100,170,170,128,194,123,3,0,102,10,0,144,172,129,2,0,102,74,179,185,231,59,3,0,103,10,224,227,19,54,2,0,104,202,18,251,139,90,3,0,105,202,119,169,157,157,2,0,107,234,47,254,142,164,1,0,107,202,141,32,194,235,2,0,107,106,42,16,238,254,2,0,110,202,97,177,207,212,2,0,112,202,80,167,177,82,3,0,113,234,88,91,210,215,2,0,114,170,106,204,1,235,1,0,116,74,101,11,163,138,3,0,117,42,75,228,45,239,1,0,117,42,71,55,133,230,3,0,118,234,53,27,27,82,2,0,118,202,135,99,170,108,2,0,118,234,63,25,112,227,2,0,118,106,31,143,137,233,2,0,119,234,17,230,248,121,1,0,121,42,83,235,171,181,1,0,121,106,144,228,62,243,1,0,122,42,200,47,244,9,4,0,123,106,190,33,157,5,2,0,124,170,10,160,8,101,3,0,125,170,255,12,179,124,1,0,125,42,162,57,202,19,2,0,126,170,162,81,254,112,3,0,127,74,154,223,208,18,2,0,127,42,175,141,219,193,2,0,128,74,83,86,31,162,1,0,128,42,101,92,208,9,3,0,129,74,158,80,228,232,1,0,129,74,136,42,249,62,2,0,131,234,15,245,12,26,2,0,132,10,38,206,139,69,2,0,132,170,94,92,244,124,3,0,133,42,17,23,37,249,1,0,133,170,28,65,46,75,2,0,133,10,182,88,139,136,3,0,134,170,87,145,233,179,1,0,134,74,181,234,244,244,1,0,134,10,138,37,126,85,2,0,134,234,55,23,157,123,3,0,137,10,59,58,229,164,2,0,139,10,65,86,91,130,3,0,140,10,242,227,30,116,2,0,143,138,55,54,94,215,3,0,144,170,213,75,63,223,2,0,147,10,101,115,62,195,2,0,147,170,210,153,124,50,3,0,148,74,94,4,193,115,2,0,150,42,127,93,220,7,3,0,150,138,35,107,200,8,3,0,150,106,204,161,159,4,4,0,151,202,2,151,64,224,1,0,151,10,30,81,214,159,2,0,152,10,74,171,151,147,3,0,153,10,207,177,185,205,2,0,155,74,182,79,89,33,2,0,155,170,101,102,32,92,2,0,155,234,115,188,89,5,3,0,157,202,177,150,15,63,3,0,161,234,204,247,185,67,2,0,162,202,245,102,191,157,1,0,162,138,142,60,202,80,2,0,162,42,124,184,15,202,2,0,162,138,160,114,236,219,2,0,162,106,14,66,95,141,3,0,164,10,107,41,249,194,2,0,164,202,233,142,166,207,2,0,165,202,46,139,182,123,2,0,166,138,140,248,80,165,3,0,171,10,181,126,216,134,1,0,172,10,135,250,16,54,3,0,174,234,40,13,108,146,1,0,174,202,199,130,14,147,3,0,178,106,110,252,132,117,2,0,179,170,229,15,59,151,3,0,179,106,252,107,222,170,3,0,180,74,213,49,226,214,3,0,183,138,24,192,191,30,2,0,183,106,29,81,36,158,2,0,184,106,95,75,97,208,3,0,186,170,64,104,43,183,2,0,186,106,80,224,173,197,2,0,190,234,158,134,230,130,1,0,191,202,105,232,219,249,1,0,192,234,242,10,71,3,2,0,192,234,164,152,105,252,2,0,193,138,114,48,38,152,2,0,194,170,47,188,238,97,2,0,194,234,35,181,228,17,3,0,195,170,219,129,128,250,1,0,195,106,53,180,31,227,2,0,198,202,216,225,49,18,3,0,203,10,158,36,165,18,3,0,204,138,217,244,109,156,1,0,204,202,134,154,4,179,1,0,204,170,17,192,225,33,2,0,207,202,194,150,89,180,1,0,208,202,211,17,160,81,3,0,208,234,93,74,62,229,3,0,208,138,64,97,37,246,3,0,211,202,102,67,175,214,3,0,213,10,38,206,120,69,2,0,213,74,76,140,54,235,2,0,214,10,216,149,112,240,1,0,214,106,246,247,146,250,2,0,216,74,176,0,224,38,3,0,217,138,94,186,151,147,2,0,220,10,30,81,32,160,2,0,221,42,98,158,47,160,3,0,222,170,179,42,204,153,2,0,223,202,63,202,66,110,3,0,223,138,51,219,228,6,4,0,223,138,51,219,18,7,4,0,223,138,51,219,73,7,4,0,223,138,51,219,128,7,4,0,223,138,51,219,170,7,4,0,223,138,51,219,213,7,4,0,224,74,71,81,242,65,2,0,225,234,137,65,53,19,2,0,225,138,157,95,46,67,2,0,225,138,251,211,137,235,3,0,226,106,98,65,85,16,2,0,226,106,98,65,189,17,2,0,227,42,24,18,125,103,2,0,227,106,70,27,19,25,3,0,229,170,184,40,45,161,1,0,229,74,187,67,170,74,3,0,230,42,127,238,153,180,1,0,230,138,220,47,247,2,3,0,231,170,104,96,16,209,1,0,232,202,179,30,25,222,1,0,235,138,97,50,140,58,3,0,237,10,3,119,190,165,2,0,238,138,250,212,24,106,2,0,239,42,2,14,76,143,1,0,239,42,249,194,64,72,3,0,240,10,181,162,154,164,2,0,244,170,15,192,163,62,2,0,245,202,116,61,222,119,2,0,246,234,69,126,235,170,1,0,249,170,113,178,153,232,1,0,249,138,173,11,254,150,2,0,250,10,86,59,155,143,1,0,250,138,189,79,86,86,2,0,253,170,148,122,40,160,1,0,255,234,106,245,3,159,1,0,255,138,53,194,217,60,2,0,255,42,190,216,62,104,2,0,255,138,82,121,224,130,2,0,255,10,158,164,12,253,2,0,2,235,64,247,82,86,3,0,5,11,90,46,49,208,1,0,5,171,87,149,50,186,3,0,6,43,217,111,238,148,2,0,7,139,114,48,63,3,4,0,9,43,247,196,175,140,2,0,9,43,175,153,28,8,3,0,9,203,170,18,112,59,3,0,10,235,186,159,31,181,2,0,12,235,99,100,154,216,2,0,13,139,194,106,69,162,1,0,13,107,36,73,52,250,2,0,15,139,207,176,3,141,3,0,16,75,18,216,16,10,3,0,17,235,247,24,245,161,1,0,17,11,220,97,22,247,2,0,17,43,151,140,179,192,3,0,18,139,121,95,146,182,1,0,19,203,250,252,88,129,2,0,20,11,128,135,167,215,2,0,21,11,120,177,111,78,2,0,23,139,197,3,204,135,1,0,23,11,215,171,164,100,2,0,24,75,223,224,192,181,2,0,25,43,70,114,160,40,3,0,26,139,0,239,212,144,2,0,28,75,47,87,172,115,2,0,29,235,186,233,144,218,1,0,29,171,16,234,140,246,1,0,29,75,149,41,250,205,2,0,31,75,47,51,145,206,1,0,33,171,25,31,210,89,2,0,38,203,231,252,138,60,2,0,45,43,37,58,73,36,3,0,46,139,130,180,253,36,2,0,47,11,150,29,20,134,1,0,47,107,3,141,68,141,2,0,49,171,199,165,255,146,2,0,50,171,130,148,94,84,3,0,51,235,107,112,7,145,1,0,52,139,174,15,132,81,2,0,54,203,53,42,166,148,1,0,54,171,51,159,66,211,2,0,55,235,194,10,233,31,3,0,56,43,17,195,127,45,2,0,56,11,91,9,16,249,3,0,57,11,182,197,86,215,1,0,58,139,73,140,123,197,1,0,59,139,63,226,220,95,2,0,60,235,70,245,149,141,2,0,60,107,40,145,152,25,3,0,61,171,18,52,134,183,2,0,62,75,68,12,251,37,3,0,63,139,242,174,23,116,3,0,64,203,8,71,165,247,3,0,66,43,83,208,242,134,2,0,67,11,160,206,54,133,2,0,67,139,111,184,152,217,2,0,68,11,218,203,108,154,2,0,68,203,29,81,32,161,2,0,68,107,24,27,11,217,2,0,69,107,39,81,139,115,2,0,71,43,253,172,71,0,2,0,71,43,240,113,34,115,2,0,72,171,93,193,20,212,1,0,74,107,75,58,51,37,2,0,75,203,207,7,93,99,3,0,76,139,241,54,180,175,2,0,79,139,155,137,53,132,1,0,79,139,119,224,64,246,1,0,79,171,191,219,34,31,3,0,81,43,119,152,246,240,3,0,82,235,165,189,78,41,2,0,84,203,19,163,27,194,1,0,84,11,172,48,110,198,1,0,84,43,144,153,228,158,3,0,85,139,77,34,237,32,2,0,88,43,160,154,78,213,2,0,88,235,86,83,168,36,3,0,91,107,222,36,54,196,2,0,91,43,213,232,64,86,3,0,91,75,217,101,33,8,4,0,92,75,80,72,84,135,3,0,92,171,164,173,58,231,3,0,93,75,122,36,156,123,2,0,94,43,93,224,99,191,2,0,94,43,97,26,131,78,3,0,96,203,110,239,153,111,3,0,97,11,7,116,154,255,1,0,98,203,125,220,32,212,2,0,101,107,154,74,178,199,1,0,101,75,49,200,108,235,1,0,102,203,42,89,185,122,1,0,102,235,13,254,71,95,2,0,102,75,194,12,48,28,3,0,104,235,13,197,148,214,1,0,104,75,154,223,20,31,2,0,104,171,206,242,47,179,2,0,108,203,224,253,18,78,2,0,108,171,208,203,64,223,3,0,109,11,153,223,79,154,2,0,110,75,154,223,34,31,2,0,112,107,23,192,185,26,2,0,112,75,36,62,198,101,2,0,113,43,222,97,221,188,2,0,113,171,222,241,15,0,4,0,114,171,160,254,254,126,1,0,115,43,140,53,104,169,2,0,116,203,253,79,47,236,1,0,116,75,253,83,33,145,2,0,116,11,124,54,49,219,3,0,117,11,235,13,102,223,1,0,117,11,84,122,163,93,2,0,119,75,98,218,89,30,3,0,119,11,145,183,198,115,3,0,120,75,113,185,7,72,2,0,120,235,200,187,8,106,2,0,120,75,32,38,184,239,2,0,121,75,135,144,200,40,3,0,121,203,56,41,99,189,3,0,121,43,138,103,120,245,3,0,123,139,170,194,153,198,3,0,125,11,116,102,149,26,3,0,125,107,39,101,86,139,3,0,126,139,160,154,61,20,3,0,128,43,13,75,15,62,2,0,128,203,224,253,208,77,2,0,129,75,205,184,96,163,2,0,134,203,48,39,187,143,2,0,134,235,217,89,220,229,3,0,135,235,82,132,207,72,3,0,137,75,36,114,239,95,3,0,138,43,184,126,208,232,1,0,140,107,0,234,17,89,3,0,144,107,13,234,60,75,3,0,144,235,184,17,52,89,3,0,147,11,75,98,229,139,1,0,147,43,249,14,195,44,3,0,149,43,4,33,247,150,1,0,149,11,58,105,69,24,2,0,149,235,233,208,186,190,3,0,150,203,205,249,55,56,2,0,150,107,85,94,31,99,2,0,150,107,121,14,135,166,2,0,151,75,196,202,247,229,1,0,152,43,12,80,248,39,3,0,154,107,209,84,209,243,2,0,155,139,40,75,183,195,1,0,155,203,171,218,141,238,3,0,156,11,243,86,104,129,1,0,156,75,62,119,246,242,1,0,156,203,89,205,28,72,2,0,156,203,253,41,255,219,2,0,157,107,189,102,4,251,2,0,157,203,246,235,110,251,3,0,158,171,34,175,227,138,2,0,160,203,187,16,104,158,1,0,160,171,255,90,104,51,3,0,162,171,139,69,229,217,1,0,162,203,159,55,251,33,3,0,163,107,183,186,138,124,2,0,164,11,3,80,151,132,1,0,164,43,68,155,104,52,3,0,169,11,231,86,12,188,1,0,169,11,169,190,242,190,1,0,170,11,199,78,145,172,2,0,170,43,50,12,22,30,3,0,171,139,167,209,135,189,1,0,172,203,214,117,197,237,1,0,173,107,32,42,254,168,2,0,174,171,89,144,95,70,3,0,174,171,58,83,238,207,3,0,176,43,168,121,134,225,1,0,176,43,182,102,18,42,3,0,176,139,201,79,210,206,3,0,177,107,165,100,210,218,1,0,177,75,243,133,7,40,3,0,177,75,250,227,172,226,3,0,178,235,75,184,42,113,2,0,178,11,62,248,25,193,2,0,178,203,133,179,240,58,3,0,178,203,175,234,8,4,4,0,180,139,124,184,136,211,2,0,180,43,160,155,188,46,3,0,182,11,113,189,197,111,3,0,184,75,157,100,29,147,1,0,186,203,233,87,142,123,1,0,187,107,49,170,213,170,1,0,189,139,150,25,175,12,2,0,189,139,2,177,188,245,2,0,190,43,139,20,179,10,2,0,191,171,148,34,9,92,2,0,192,11,165,69,135,28,2,0,193,11,128,125,49,207,2,0,193,203,139,155,188,243,2,0,193,139,255,157,232,9,4,0,194,107,24,81,62,193,2,0,195,107,125,79,90,240,2,0,196,107,163,28,83,181,1,0,199,235,145,84,235,53,2,0,200,107,64,197,187,217,2,0,201,11,169,46,131,158,1,0,201,11,198,104,178,18,3,0,203,171,238,97,121,182,3,0,203,235,93,125,106,234,3,0,206,107,172,136,3,171,1,0,210,171,113,116,123,199,2,0,211,203,207,79,134,138,1,0,212,75,149,201,20,127,3,0,214,11,148,59,167,156,1,0,215,11,212,21,5,129,2,0,219,11,161,73,145,229,1,0,222,11,23,217,215,139,3,0,225,11,119,207,2,175,1,0,225,11,153,100,10,76,3,0,227,75,33,156,191,9,2,0,227,75,29,198,28,124,2,0,229,171,151,250,67,17,2,0,229,203,223,167,163,58,2,0,229,107,26,24,194,74,3,0,230,11,81,171,103,197,2,0,230,43,140,212,240,192,3,0,231,235,205,31,226,2,2,0,231,11,105,74,93,241,3,0,232,107,78,35,91,184,1,0,232,203,212,11,105,114,2,0,233,107,180,13,204,117,3,0,233,235,146,164,225,215,3,0,234,171,179,221,124,90,2,0,234,139,102,79,13,112,3,0,237,235,116,103,153,28,2,0,237,235,58,82,154,117,3,0,238,75,160,54,115,176,2,0,240,43,179,93,196,47,3,0,241,235,82,177,37,210,2,0,241,235,196,9,228,110,3,0,242,75,108,31,239,246,2,0,242,171,72,172,243,237,3,0,245,75,90,79,166,235,1,0,246,43,50,12,122,30,3,0,248,203,121,56,246,237,1,0,248,107,54,94,160,7,3,0,248,43,207,14,16,233,3,0,250,75,170,7,177,177,3,0,251,11,183,94,247,77,3,0,252,171,209,93,191,215,3,0,255,107,96,52,220,216,2,0,255,107,101,44,86,239,3,0,0,108,215,27,210,239,2,0,3,236,206,37,89,187,3,0,4,236,173,120,153,22,2,0,5,76,62,24,78,188,3,0,6,172,208,21,186,133,3,0,7,12,242,42,3,50,3,0,10,140,194,163,9,35,3,0,12,140,53,41,32,149,2,0,12,236,248,143,104,201,2,0,12,44,16,101,100,216,2,0,14,172,56,82,125,222,1,0,16,236,35,182,165,229,1,0,16,12,132,24,139,203,2,0,17,108,52,81,250,90,2,0,18,76,146,116,156,32,2,0,18,108,153,223,234,111,2,0,18,44,124,184,150,202,2,0,20,172,59,255,157,215,1,0,21,76,114,51,4,147,1,0,21,204,5,129,82,172,1,0,22,108,222,222,209,121,3,0,23,204,96,74,36,37,3,0,26,108,202,107,136,244,3,0,30,76,164,143,103,244,2,0,30,204,110,106,175,117,3,0,31,172,7,25,218,234,1,0,31,172,255,166,27,73,3,0,31,12,183,94,9,78,3,0,32,204,210,44,200,183,1,0,34,12,88,12,29,255,1,0,34,236,29,110,177,174,2,0,35,172,83,32,210,139,1,0,35,172,137,240,148,130,3,0,35,76,248,2,198,168,3,0,37,12,236,123,13,162,1,0,37,44,62,105,66,191,1,0,37,76,139,243,127,97,2,0,37,172,25,131,160,244,3,0,39,44,181,216,57,166,3,0,40,140,15,248,76,34,2,0,41,140,177,33,143,129,1,0,41,44,164,73,34,186,3,0,42,108,169,114,64,192,1,0,42,44,217,111,7,149,2,0,42,172,162,131,94,247,2,0,43,76,90,75,167,174,3,0,44,236,113,58,119,151,2,0,45,44,212,113,66,30,3,0,47,76,151,58,43,183,1,0,47,108,16,195,80,13,2,0,49,108,43,51,152,228,1,0,49,172,102,212,202,147,3,0,50,108,140,184,150,220,2,0,50,108,49,87,222,136,3,0,51,172,79,143,62,206,3,0,53,44,130,7,164,138,2,0,53,44,129,13,190,184,2,0,53,204,24,249,225,237,3,0,57,172,135,24,83,255,1,0,57,236,17,105,40,203,3,0,59,140,6,148,203,141,1,0,59,44,21,102,221,163,3,0,60,172,248,26,246,75,3,0,60,172,121,108,230,123,3,0,62,172,232,111,48,74,2,0,62,108,19,129,113,20,3,0,64,140,27,68,160,159,1,0,65,236,19,135,9,180,1,0,66,236,60,81,222,80,2,0,66,108,64,185,51,158,2,0,67,108,30,195,14,205,2,0,68,12,81,171,120,197,2,0,70,44,68,201,194,142,1,0,71,44,146,229,115,161,1,0,71,12,68,4,250,114,3,0,71,140,217,151,95,140,3,0,73,236,252,92,83,31,2,0,73,172,140,247,8,192,2,0,75,108,208,35,70,68,3,0,75,172,56,172,24,134,3,0,77,44,61,4,2,207,2,0,78,76,166,81,142,178,2,0,78,236,175,41,112,43,3,0,79,236,174,70,252,143,2,0,79,76,238,112,237,74,3,0,80,140,117,103,232,140,3,0,81,236,3,144,95,162,1,0,81,108,167,162,71,185,1,0,84,12,224,10,106,174,3,0,85,12,131,233,190,92,3,0,85,108,123,102,127,103,3,0,86,12,55,143,186,179,2,0,87,172,89,23,211,110,2,0,87,140,129,56,222,191,2,0,87,204,58,119,91,229,2,0,88,236,55,170,197,2,2,0,91,204,129,248,60,162,2,0,93,12,145,32,186,232,1,0,93,76,74,199,172,1,4,0,94,76,87,162,147,114,2,0,94,204,119,173,245,242,3,0,95,204,60,123,165,224,2,0,95,44,221,32,15,227,3,0,97,172,61,81,22,83,2,0,97,172,124,54,46,12,3,0,98,108,211,157,18,98,3,0,100,44,254,134,118,39,2,0,100,44,46,87,200,23,3,0,102,236,18,7,160,142,1,0,102,204,207,236,156,148,3,0,103,12,99,74,241,47,2,0,104,172,222,209,246,120,3,0,105,236,212,47,136,84,2,0,105,172,175,146,104,104,2,0,108,172,254,14,236,137,1,0,108,172,190,65,90,8,3,0,109,76,19,216,182,178,2,0,109,44,212,12,41,198,2,0,111,140,215,162,241,111,3,0,115,12,138,3,161,177,1,0,116,236,255,35,52,166,1,0,116,76,91,214,77,200,1,0,118,140,211,118,79,99,2,0,118,172,89,23,44,111,2,0,118,108,240,53,18,178,2,0,118,204,40,48,143,208,3,0,119,12,46,119,92,133,3,0,123,108,208,106,60,163,2,0,124,44,203,159,242,155,3,0,125,172,81,31,105,38,3,0,126,204,82,203,58,14,2,0,126,204,29,228,128,133,3,0,127,12,166,172,170,49,2,0,127,76,244,223,60,198,2,0,129,12,18,192,27,33,2,0,130,12,175,159,37,105,3,0,130,236,5,70,147,249,3,0,131,236,195,241,84,9,2,0,131,44,131,164,119,124,3,0,135,140,208,127,77,124,2,0,135,108,157,180,41,254,2,0,136,140,122,229,205,195,1,0,136,236,178,5,39,202,1,0,138,204,139,20,214,220,2,0,139,140,165,10,90,173,2,0,140,204,139,20,42,186,2,0,140,204,139,20,61,186,2,0,140,204,139,20,80,186,2,0,140,204,139,20,98,186,2,0,140,204,139,20,120,186,2,0,140,204,139,20,150,186,2,0,140,204,139,20,171,186,2,0,140,204,139,20,193,186,2,0,140,204,139,20,221,186,2,0,140,204,139,20,241,186,2,0,140,204,139,20,10,187,2,0,140,204,139,20,29,187,2,0,140,204,139,20,54,187,2,0,140,204,139,20,76,187,2,0,140,204,139,20,98,187,2,0,140,204,139,20,121,187,2,0,140,204,139,20,136,187,2,0,140,204,139,20,159,187,2,0,140,204,139,20,178,187,2,0,140,204,139,20,200,187,2,0,140,204,139,20,215,187,2,0,140,204,139,20,232,187,2,0,140,204,139,20,255,187,2,0,140,204,139,20,17,188,2,0,140,204,139,20,34,188,2,0,140,204,139,20,50,188,2,0,140,204,139,20,67,188,2,0,140,204,139,20,86,188,2,0,140,204,139,20,107,188,2,0,140,204,139,20,123,188,2,0,140,204,139,20,133,8,4,0,140,204,139,20,11,10,4,0,141,236,93,114,81,193,3,0,142,12,124,56,141,4,3,0,142,172,70,95,31,88,3,0,143,204,139,20,84,163,2,0,143,12,71,35,35,138,3,0,145,44,187,126,162,131,1,0,145,108,144,108,128,252,1,0,147,204,124,93,71,253,3,0,148,76,186,126,53,200,3,0,149,108,111,227,163,122,1,0,149,172,126,15,198,128,2,0,149,44,193,130,192,163,3,0,153,172,140,155,153,182,2,0,153,44,98,208,204,96,3,0,156,172,86,251,241,91,2,0,158,236,115,136,62,147,1,0,160,204,139,20,7,112,2,0,162,44,175,205,87,125,2,0,162,236,30,28,131,184,3,0,163,236,60,81,152,75,2,0,166,76,167,178,146,48,2,0,168,236,17,139,236,200,3,0,168,12,233,56,187,219,3,0,169,108,103,117,195,121,1,0,170,12,82,102,188,181,3,0,172,76,3,152,73,158,3,0,173,236,15,177,207,205,3,0,174,172,158,252,133,254,1,0,174,204,139,20,31,104,2,0,174,204,66,116,49,185,2,0,175,108,159,85,175,13,2,0,177,236,206,169,118,151,1,0,177,236,209,66,195,55,2,0,177,204,243,3,71,18,3,0,178,108,101,119,39,191,2,0,180,204,177,12,199,147,1,0,180,204,188,34,197,159,3,0,184,172,216,66,24,89,2,0,184,140,135,66,78,119,2,0,185,172,60,197,0,29,2,0,186,108,85,94,101,99,2,0,187,108,237,182,28,4,3,0,187,44,133,246,68,234,3,0,188,204,139,20,232,73,2,0,189,204,17,100,20,68,3,0,189,12,232,206,201,134,3,0,190,172,254,226,128,174,3,0,190,12,82,55,153,230,3,0,191,108,18,222,101,168,3,0,192,76,85,103,66,5,4,0,193,12,147,67,236,1,3,0,194,44,9,14,46,185,1,0,194,140,200,31,15,243,1,0,196,236,243,254,234,45,3,0,199,44,29,143,51,151,2,0,200,236,36,121,52,206,1,0,200,76,226,179,37,76,3,0,201,204,130,184,196,198,2,0,202,204,7,245,255,145,3,0,202,140,77,241,170,210,3,0,204,204,19,186,46,154,2,0,205,44,166,208,97,50,2,0,205,204,139,20,180,65,2,0,206,204,139,20,151,65,2,0,206,108,32,84,152,213,3,0,208,12,80,17,118,220,1,0,210,76,29,177,122,188,3,0,211,204,195,166,53,77,2,0,211,140,122,54,50,84,3,0,212,236,152,93,44,180,1,0,212,108,63,20,193,112,2,0,212,172,208,207,153,154,2,0,212,44,55,147,234,245,2,0,212,44,202,28,138,100,3,0,212,140,188,59,94,151,3,0,213,172,137,146,169,140,3,0,215,44,242,11,60,200,1,0,215,172,123,123,209,134,2,0,215,76,171,254,231,112,3,0,216,140,125,183,0,81,3,0,218,108,122,138,174,167,1,0,218,140,79,114,194,207,3,0,219,204,184,28,67,89,3,0,220,204,225,101,108,102,2,0,220,44,31,210,150,198,2,0,221,12,123,168,187,216,2,0,221,204,251,94,26,80,3,0,222,108,80,113,199,165,3,0,224,76,12,58,224,37,2,0,225,236,55,225,5,68,3,0,226,236,183,60,187,56,3,0,227,44,2,73,120,47,3,0,227,44,70,176,146,232,3,0,228,172,178,27,20,152,3,0,230,140,28,136,74,39,3,0,231,140,198,246,229,96,2,0,234,204,58,99,176,41,2,0,235,108,48,142,251,49,2,0,238,236,122,198,120,136,2,0,239,12,39,94,131,150,3,0,240,140,173,139,231,250,1,0,241,76,124,132,61,180,1,0,241,44,38,119,67,239,3,0,243,44,89,205,200,231,1,0,243,44,172,42,87,173,3,0,243,12,255,136,55,198,3,0,246,108,216,140,156,168,1,0,247,76,147,49,159,147,1,0,247,76,182,210,99,251,1,0,247,236,147,255,73,196,2,0,249,172,143,223,80,223,2,0,249,236,82,110,219,5,3,0,249,172,212,110,194,118,3,0,250,44,182,238,231,216,1,0,252,140,21,225,162,224,1,0,253,140,52,111,86,214,2,0,254,108,35,166,43,147,1,0,1,13,131,45,155,104,3,0,4,237,213,96,90,93,2,0,4,45,151,50,135,74,3,0,5,237,19,235,239,164,1,0,6,237,168,21,216,169,1,0,6,13,72,177,232,51,2,0,6,13,178,245,107,231,3,0,8,173,245,31,230,168,1,0,8,13,54,81,39,94,2,0,9,109,227,207,161,32,3,0,10,45,194,144,56,144,1,0,11,13,59,239,249,228,1,0,12,173,178,206,184,186,3,0,13,205,19,78,79,166,3,0,15,141,187,121,150,76,2,0,15,173,10,249,188,65,3,0,15,13,128,117,220,227,3,0,18,77,139,93,133,39,3,0,19,109,52,152,162,127,1,0,20,109,213,237,5,214,3,0,20,141,185,64,67,251,3,0,23,13,167,123,111,150,1,0,23,45,23,192,184,27,2,0,23,109,170,128,219,196,2,0,23,237,226,150,136,11,3,0,24,205,91,209,136,144,3,0,25,13,88,181,222,111,3,0,26,205,153,44,170,125,2,0,27,109,206,218,234,81,2,0,27,109,249,101,202,2,4,0,28,237,255,26,18,64,3,0,30,141,109,198,214,193,3,0,33,205,190,54,70,238,3,0,34,45,160,179,101,22,3,0,34,77,104,88,208,68,3,0,34,173,173,217,90,153,3,0,35,45,39,106,245,248,3,0,36,173,216,165,61,219,1,0,36,141,87,52,212,184,2,0,37,13,135,64,213,1,4,0,38,237,13,7,135,71,2,0,39,77,218,140,215,151,2,0,41,13,243,159,40,223,2,0,43,13,58,155,213,226,3,0,48,109,64,185,88,157,2,0,48,13,157,21,67,244,3,0,50,141,7,38,117,101,2,0,51,109,29,52,37,4,4,0,52,13,13,6,15,88,3,0,53,141,254,247,105,172,1,0,53,205,152,221,54,32,2,0,54,45,217,169,216,44,3,0,55,141,236,186,10,233,2,0,55,205,10,253,251,60,3,0,56,173,160,29,11,243,3,0,58,141,151,145,173,212,2,0,58,45,224,222,234,162,3,0,59,141,135,98,94,187,1,0,59,141,246,183,72,1,4,0,60,237,114,12,0,169,1,0,61,141,214,202,223,204,1,0,63,109,7,242,118,90,3,0,64,237,113,58,98,151,2,0,66,109,204,235,123,223,2,0,68,109,161,4,48,31,2,0,68,237,213,69,232,144,3,0,70,13,194,199,231,87,3,0,70,13,29,18,235,187,3,0,71,141,149,177,248,126,2,0,72,237,102,48,32,161,3,0,73,45,135,251,19,180,2,0,75,205,176,129,102,249,2,0,76,77,229,113,244,121,2,0,77,173,247,109,15,232,1,0,78,237,75,184,20,113,2,0,78,45,83,208,8,135,2,0,78,173,17,170,162,178,3,0,80,173,178,44,54,189,1,0,80,173,111,226,100,226,3,0,81,205,28,134,209,40,2,0,82,173,229,58,67,100,3,0,83,109,204,235,144,64,2,0,83,109,204,235,162,64,2,0,83,109,204,235,179,64,2,0,83,109,204,235,204,64,2,0,83,109,204,235,228,64,2,0,83,109,204,235,246,64,2,0,83,109,204,235,7,65,2,0,83,109,204,235,31,65,2,0,83,109,204,235,51,65,2,0,83,109,204,235,69,65,2,0,83,109,204,235,84,65,2,0,83,109,204,235,100,65,2,0,83,109,204,235,118,65,2,0,83,109,204,235,134,65,2,0,83,109,53,155,171,53,3,0,83,45,149,175,41,140,3,0,83,77,124,184,20,142,3,0,85,173,205,185,246,139,1,0,87,141,163,159,47,4,3,0,88,109,80,66,5,238,2,0,89,173,204,122,146,126,1,0,90,109,229,230,85,0,3,0,90,45,241,68,138,9,3,0,92,141,177,110,143,74,2,0,94,237,166,78,100,87,2,0,94,141,238,142,170,92,3,0,96,13,53,81,75,93,2,0,97,109,16,95,160,187,1,0,98,173,1,153,117,170,1,0,98,13,200,189,57,73,2,0,98,173,191,220,70,14,3,0,99,13,235,0,62,252,3,0,100,13,20,192,229,140,2,0,104,109,94,153,20,173,3,0,109,45,24,185,51,146,2,0,110,141,30,220,59,226,1,0,114,45,83,16,17,47,3,0,114,205,70,155,73,109,3,0,116,109,37,62,109,120,1,0,116,205,212,11,126,114,2,0,118,237,46,205,15,129,3,0,120,237,108,156,207,30,2,0,122,173,12,29,90,42,3,0,123,237,25,100,78,87,2,0,123,13,160,107,124,87,2,0,123,77,72,92,9,72,3,0,125,205,148,130,201,73,2,0,126,45,163,90,56,10,2,0,127,237,57,252,0,204,1,0,127,141,137,184,26,192,2,0,127,13,112,95,118,235,2,0,131,205,117,36,157,195,1,0,131,173,126,195,184,63,3,0,134,13,193,227,219,207,1,0,135,205,76,94,112,168,2,0,135,205,206,155,243,182,2,0,135,173,122,89,132,249,2,0,136,173,88,75,19,176,2,0,136,109,188,139,177,122,3,0,137,141,82,162,51,101,2,0,138,109,159,151,196,12,3,0,138,109,1,171,119,147,3,0,138,173,82,122,165,3,4,0,139,45,43,24,176,130,2,0,140,173,30,85,4,89,3,0,143,237,165,149,160,247,1,0,143,45,130,174,48,247,2,0,144,77,87,182,239,238,3,0,144,205,91,95,167,249,3,0,145,173,122,89,111,250,2,0,146,173,189,45,101,163,1,0,146,77,103,161,211,108,3,0,147,237,192,152,219,244,3,0,148,13,41,40,120,130,1,0,148,45,141,36,76,170,1,0,148,141,65,86,9,73,3,0,148,13,90,44,214,75,3,0,149,13,177,200,145,239,2,0,154,45,169,157,142,197,1,0,154,141,135,240,228,20,3,0,155,77,45,43,25,250,3,0,158,45,101,221,72,209,2,0,161,45,85,196,25,9,2,0,163,45,2,60,200,27,2,0,163,205,24,192,38,28,2,0,163,109,18,249,103,82,3,0,165,205,66,217,208,197,1,0,168,173,54,81,121,84,2,0,170,77,218,21,182,178,1,0,175,77,191,28,242,26,2,0,177,13,250,31,95,186,1,0,177,237,187,206,44,228,1,0,178,141,77,167,103,16,2,0,181,77,185,159,79,166,2,0,184,77,147,171,79,216,1,0,184,77,51,195,18,73,2,0,186,205,125,181,36,252,3,0,187,141,29,163,74,133,3,0,189,173,62,100,83,105,3,0,190,237,172,243,215,208,1,0,190,109,183,110,41,249,3,0,191,237,214,127,51,238,2,0,191,205,131,46,120,255,3,0,192,109,83,62,133,214,1,0,192,173,184,5,205,222,3,0,192,77,229,13,222,5,4,0,193,77,7,98,205,126,1,0,193,13,144,197,188,232,2,0,194,173,139,25,55,255,1,0,194,109,87,24,159,162,2,0,197,45,165,126,25,94,3,0,200,77,22,30,81,175,1,0,201,77,68,27,204,249,2,0,201,237,107,109,195,59,3,0,204,205,128,241,1,69,2,0,205,237,34,50,29,91,2,0,207,141,189,5,251,87,2,0,207,237,188,166,122,143,3,0,208,45,57,66,88,125,3,0,209,141,164,39,169,209,1,0,213,205,5,76,91,209,1,0,213,205,45,56,24,218,1,0,213,45,83,156,75,219,3,0,214,77,250,8,109,199,1,0,214,109,69,90,206,240,3,0,216,13,185,142,22,182,1,0,216,141,247,155,114,203,1,0,218,77,84,252,177,118,2,0,218,109,18,186,20,119,3,0,219,109,4,199,21,195,3,0,220,141,193,98,132,246,2,0,223,13,212,228,76,225,3,0,225,45,142,31,181,201,3,0,225,13,226,67,61,221,3,0,226,13,13,120,127,12,2,0,226,237,252,28,60,119,3,0,226,205,48,99,41,156,3,0,227,237,90,207,84,44,2,0,228,109,45,145,241,102,3,0,229,141,136,107,19,215,2,0,231,109,108,240,6,173,2,0,231,77,47,89,32,117,3,0,233,13,236,37,128,147,2,0,234,13,69,49,225,230,2,0,235,205,213,3,12,177,1,0,235,109,69,33,172,202,1,0,235,173,203,166,103,86,3,0,235,141,148,137,157,105,3,0,236,237,19,220,179,62,2,0,236,205,173,79,93,85,2,0,237,45,231,23,184,115,3,0,240,109,146,118,111,241,1,0,241,45,5,211,212,254,3,0,242,173,76,81,251,42,2,0,243,173,195,130,226,159,3,0,243,45,201,245,108,175,3,0,243,45,89,79,157,240,3,0,244,141,4,128,231,182,1,0,244,45,137,99,3,95,3,0,244,13,170,250,40,212,3,0,249,173,164,13,75,143,3,0,250,45,253,229,82,20,2,0,250,13,173,189,94,70,2,0,250,237,104,218,198,233,3,0,253,77,211,25,168,128,3,0,253,109,5,53,16,252,3,0,254,77,137,235,41,9,2,0,0,78,141,52,231,180,3,0,1,46,109,108,197,229,2,0,2,46,231,147,126,179,2,0,3,110,141,233,237,166,1,0,9,174,141,116,73,248,1,0,9,110,66,12,182,247,2,0,10,110,206,192,12,240,2,0,10,110,0,171,158,216,3,0,11,110,239,18,188,110,2,0,12,14,22,254,144,19,3,0,13,46,150,217,150,236,3,0,15,142,203,15,220,133,2,0,16,142,36,47,35,1,3,0,17,174,77,164,126,211,3,0,19,78,11,143,5,61,2,0,20,14,9,112,118,212,1,0,21,78,133,251,126,246,1,0,21,206,198,184,75,165,2,0,21,174,0,67,224,63,3,0,24,110,188,242,159,11,2,0,24,46,169,255,116,75,2,0,24,206,67,7,181,11,3,0,26,206,166,244,13,142,2,0,26,78,0,18,167,99,3,0,27,142,45,216,255,196,1,0,27,206,156,138,62,134,3,0,27,78,247,23,33,204,3,0,28,110,142,133,196,107,3,0,30,46,124,184,34,203,2,0,33,142,66,80,37,138,1,0,35,206,45,216,184,134,2,0,36,206,24,181,110,209,1,0,36,142,15,248,34,34,2,0,38,238,17,188,111,97,2,0,40,46,137,86,97,118,2,0,40,142,26,125,230,253,3,0,42,46,105,25,27,39,3,0,43,142,14,221,38,10,2,0,44,14,167,108,120,154,1,0,44,14,217,47,206,84,2,0,44,78,172,8,42,154,3,0,47,110,207,187,46,146,1,0,47,110,187,178,43,174,3,0,48,78,121,33,147,188,3,0,51,110,109,31,198,225,2,0,52,14,190,186,253,129,2,0,53,142,105,228,100,44,3,0,55,78,12,254,179,7,3,0,57,206,246,20,52,193,1,0,57,46,154,86,38,182,3,0,58,174,150,55,79,235,2,0,58,14,72,56,35,30,3,0,59,238,212,237,145,93,2,0,60,78,157,183,97,134,2,0,61,14,2,204,238,61,3,0,63,206,55,138,225,174,3,0,64,206,76,81,207,31,2,0,66,110,194,168,118,216,2,0,67,110,229,220,119,132,3,0,67,14,14,232,59,156,3,0,67,206,30,200,82,186,3,0,68,174,216,66,77,89,2,0,68,142,153,223,216,101,2,0,70,206,129,6,187,197,1,0,70,14,246,9,54,237,1,0,73,174,200,251,187,198,3,0,74,78,97,177,170,15,3,0,77,142,40,61,240,135,3,0,78,14,226,110,14,35,2,0,78,78,186,171,145,37,3,0,81,238,239,206,198,145,3,0,81,206,225,116,51,4,4,0,82,142,119,244,99,5,2,0,83,78,225,46,95,38,2,0,83,174,216,66,60,89,2,0,85,78,45,200,18,117,3,0,86,206,244,65,50,208,2,0,87,46,97,49,65,214,2,0,87,110,25,208,149,87,3,0,87,46,15,80,173,159,3,0,88,142,153,223,101,98,2,0,88,110,64,144,109,128,2,0,89,14,195,53,180,83,3,0,89,46,177,110,220,239,3,0,91,46,97,8,130,244,1,0,91,46,132,137,171,57,3,0,92,46,52,254,218,233,3,0,93,206,139,102,50,136,3,0,94,206,139,102,26,136,3,0,95,238,177,255,134,8,2,0,96,110,190,214,35,90,3,0,97,78,105,10,208,165,2,0,98,46,12,104,244,69,2,0,99,110,89,95,30,184,1,0,100,110,186,171,133,198,2,0,100,14,50,235,31,199,2,0,100,78,212,148,155,235,2,0,103,206,54,124,171,6,2,0,103,206,22,43,34,38,2,0,103,14,18,185,104,135,2,0,103,110,101,151,161,118,3,0,104,238,162,235,89,183,1,0,104,142,178,16,168,4,2,0,106,238,250,236,32,32,2,0,106,174,23,68,54,82,3,0,106,110,229,149,87,126,3,0,108,110,156,65,203,130,1,0,109,142,128,177,251,79,2,0,109,14,152,13,201,130,3,0,112,46,103,84,88,177,2,0,112,14,248,227,64,29,3,0,113,206,45,92,159,223,3,0,115,14,151,103,213,183,2,0,115,46,183,94,11,79,3,0,116,46,162,98,42,189,3,0,117,78,213,255,35,124,3,0,118,46,86,250,217,155,3,0,120,206,53,99,90,206,1,0,120,174,180,92,193,205,3,0,121,110,151,113,75,42,3,0,123,78,24,128,110,140,1,0,123,46,221,117,216,30,3,0,123,238,115,242,29,230,3,0,126,174,76,81,200,42,2,0,126,110,195,148,144,224,3,0,127,206,55,71,154,93,3,0,129,142,146,20,40,15,3,0,132,78,63,32,124,159,3,0,133,206,205,249,24,45,2,0,133,78,228,152,111,191,3,0,134,14,98,216,57,185,3,0,139,206,86,234,222,36,2,0,141,46,182,229,223,173,2,0,141,174,35,174,238,89,3,0,145,14,226,26,115,11,2,0,145,206,176,51,23,130,3,0,146,142,245,181,15,143,1,0,147,78,245,37,197,169,3,0,149,142,128,175,114,228,2,0,149,14,175,219,188,84,3,0,150,206,60,222,144,159,1,0,151,206,138,41,181,186,1,0,152,238,14,34,86,217,1,0,153,238,245,88,198,213,3,0,157,14,155,130,77,10,3,0,158,206,234,140,35,44,2,0,158,238,109,157,71,207,2,0,160,14,107,197,72,208,1,0,160,238,107,12,56,33,3,0,161,110,205,81,118,128,1,0,161,206,180,72,39,226,1,0,161,142,236,103,68,235,1,0,162,238,196,116,52,158,3,0,163,142,4,171,64,103,3,0,164,142,221,121,49,19,3,0,164,110,7,112,182,130,3,0,165,78,147,164,241,245,1,0,165,110,149,69,77,81,2,0,170,206,110,247,11,251,3,0,172,78,138,149,112,142,3,0,173,174,249,124,236,199,3,0,174,206,213,35,142,116,2,0,175,206,95,36,71,185,3,0,176,174,145,88,4,10,2,0,176,14,210,67,97,81,2,0,176,206,14,176,112,95,3,0,177,110,131,57,53,205,1,0,178,206,83,119,58,191,2,0,178,46,65,99,41,95,3,0,179,78,2,240,160,121,2,0,180,206,100,186,198,147,2,0,182,174,49,21,67,64,2,0,182,142,7,51,213,94,2,0,182,46,21,67,5,5,3,0,183,46,175,246,73,10,2,0,184,142,110,221,148,182,3,0,185,206,60,160,62,233,1,0,185,46,244,87,42,81,3,0,186,206,25,55,194,171,1,0,186,78,168,99,28,247,1,0,187,174,42,203,27,151,1,0,187,46,227,85,123,144,2,0,188,110,102,141,228,127,1,0,189,46,147,65,127,250,3,0,190,46,202,127,246,149,1,0,192,238,160,134,226,231,3,0,193,142,12,223,176,213,3,0,195,14,149,112,242,16,3,0,199,174,220,170,53,241,3,0,199,238,187,42,14,253,3,0,202,46,34,68,237,156,3,0,203,238,19,41,24,175,1,0,205,142,93,121,159,38,3,0,206,206,98,112,167,75,2,0,206,46,196,94,233,210,3,0,208,238,11,217,248,134,1,0,208,78,202,8,225,34,3,0,209,110,68,19,203,170,2,0,210,206,98,112,68,76,2,0,211,46,78,190,87,128,3,0,212,78,123,37,182,130,1,0,212,206,87,240,3,95,2,0,213,206,209,10,93,19,2,0,213,46,11,201,81,98,3,0,213,110,21,44,125,98,3,0,215,206,5,66,65,91,2,0,215,110,192,238,204,111,2,0,217,238,37,173,133,220,2,0,218,46,4,73,154,198,1,0,219,174,105,17,173,125,1,0,221,110,108,236,12,222,2,0,221,206,171,43,143,35,3,0,221,78,33,68,43,187,3,0,224,174,1,212,67,240,1,0,224,110,226,114,106,103,3,0,225,110,107,150,11,74,3,0,225,206,30,196,11,230,3,0,229,142,216,117,92,22,2,0,231,110,149,51,169,255,1,0,232,46,222,124,225,45,2,0,233,142,76,10,155,187,3,0,239,238,169,47,46,48,2,0,239,142,202,32,50,163,3,0,240,46,29,128,115,214,1,0,240,110,89,164,215,109,3,0,242,14,127,237,54,159,1,0,242,14,252,228,182,32,2,0,243,46,180,75,22,200,3,0,244,110,254,221,99,83,3,0,244,110,254,221,139,83,3,0,244,110,94,153,41,173,3,0,246,78,64,24,69,239,1,0,250,14,53,154,249,160,3,0,251,174,0,151,124,41,2,0,254,46,93,37,196,103,2,0,255,14,17,47,53,144,3,0,0,239,16,2,217,246,2,0,1,111,43,35,62,92,2,0,2,47,65,115,66,16,2,0,2,47,26,138,112,110,2,0,3,207,76,94,86,168,2,0,5,15,161,181,140,195,1,0,5,239,155,38,210,251,1,0,5,207,153,185,70,6,2,0,6,175,42,95,117,137,1,0,6,207,124,7,243,233,1,0,8,207,72,26,139,246,3,0,9,175,112,230,43,33,2,0,12,207,74,185,117,56,3,0,15,15,157,190,203,37,2,0,15,143,175,242,23,209,2,0,16,175,108,213,115,136,1,0,16,239,96,17,107,169,1,0,16,175,88,103,6,226,1,0,20,79,15,192,183,60,2,0,20,15,252,250,34,97,3,0,20,239,195,78,63,126,3,0,22,111,30,92,189,141,2,0,22,15,153,142,84,29,3,0,22,47,247,198,228,146,3,0,23,239,213,211,97,170,1,0,24,239,233,109,73,73,2,0,24,47,48,19,116,61,3,0,24,47,183,241,216,217,3,0,25,47,48,91,189,214,2,0,25,239,157,213,127,238,2,0,25,207,191,177,165,108,3,0,26,79,24,126,154,204,1,0,26,15,157,145,250,108,2,0,27,47,163,101,41,159,1,0,27,79,166,145,53,239,2,0,29,143,254,233,148,210,1,0,29,111,244,108,52,38,2,0,29,111,74,186,65,125,2,0,29,239,9,234,38,86,3,0,30,143,45,13,107,252,1,0,31,207,196,89,219,228,2,0,32,79,110,225,244,178,1,0,35,79,155,160,111,230,2,0,35,15,133,40,255,144,3,0,36,15,38,231,5,184,2,0,39,15,73,27,137,44,2,0,41,239,144,197,96,29,2,0,41,111,191,2,70,132,3,0,42,239,127,5,210,99,3,0,43,239,225,250,123,77,2,0,43,15,69,122,23,90,2,0,44,239,25,89,85,90,3,0,48,143,34,167,229,77,2,0,49,239,24,140,162,178,1,0,49,207,13,141,95,2,4,0,50,111,228,220,43,198,1,0,50,111,122,218,41,229,1,0,52,207,25,192,222,31,2,0,53,79,32,222,35,135,3,0,54,207,193,111,17,172,3,0,56,79,180,228,97,225,3,0,57,79,210,8,74,138,2,0,58,143,39,234,71,22,3,0,61,79,38,122,74,163,3,0,62,207,197,132,207,224,3,0,64,143,153,116,46,166,2,0,64,15,118,179,90,12,3,0,66,47,192,160,150,150,1,0,66,15,240,190,224,215,1,0,68,15,70,21,13,183,1,0,70,79,181,132,216,166,3,0,71,239,37,75,215,200,1,0,72,143,89,209,148,199,2,0,73,207,65,248,115,4,2,0,73,239,118,65,101,3,4,0,74,111,129,159,48,227,3,0,76,239,234,36,49,248,2,0,79,143,192,21,16,159,1,0,80,15,83,208,82,135,2,0,80,175,13,177,140,196,3,0,81,111,194,84,152,242,3,0,85,207,246,135,102,202,1,0,86,143,224,13,224,224,1,0,86,15,247,113,45,191,3,0,87,175,218,62,248,86,2,0,88,111,159,35,240,131,2,0,88,111,9,122,118,157,2,0,89,111,137,132,122,153,2,0,89,239,26,156,156,78,3,0,89,79,70,23,218,92,3,0,90,47,238,255,143,199,1,0,90,47,35,100,132,40,2,0,90,79,74,193,63,60,2,0,90,15,223,178,94,238,2,0,93,175,91,106,159,137,1,0,93,79,5,52,29,155,1,0,94,175,37,72,74,152,1,0,94,207,129,215,192,226,3,0,95,143,251,65,100,110,3,0,97,47,225,22,129,235,1,0,97,47,183,207,228,4,2,0,99,79,39,28,228,16,2,0,100,239,165,13,10,166,2,0,101,15,40,159,11,248,1,0,101,175,189,79,185,86,2,0,102,239,189,33,206,244,1,0,103,111,196,174,199,164,3,0,105,111,209,207,166,207,3,0,106,79,229,113,241,168,3,0,107,207,41,218,126,232,1,0,107,15,219,201,146,5,3,0,110,15,94,202,201,198,3,0,111,111,54,186,154,153,2,0,112,47,0,149,200,92,3,0,113,79,253,14,195,163,1,0,113,15,134,85,126,14,2,0,118,239,192,217,32,199,1,0,118,175,241,125,23,11,3,0,119,239,228,249,140,157,1,0,120,111,22,213,97,219,1,0,121,111,167,143,211,250,2,0,123,47,219,230,118,190,3,0,124,207,150,156,42,147,2,0,125,239,54,148,244,156,1,0,125,175,68,141,4,94,3,0,125,143,21,163,179,229,3,0,127,143,61,95,3,77,2,0,127,15,117,51,205,33,3,0,127,143,42,59,249,136,3,0,128,239,202,62,99,133,2,0,128,175,116,83,188,97,3,0,129,111,28,235,53,111,3,0,131,47,219,47,123,251,1,0,131,47,71,80,136,36,3,0,132,239,214,183,198,230,2,0,133,143,178,33,124,217,3,0,134,15,29,153,226,43,2,0,134,175,213,135,217,148,2,0,134,207,137,152,44,233,3,0,134,143,255,39,115,5,4,0,135,175,3,50,90,104,3,0,135,143,248,109,139,152,3,0,135,143,156,28,1,233,3,0,140,111,31,11,16,225,2,0,141,15,42,157,80,196,1,0,141,207,63,79,142,123,3,0,142,47,205,235,228,207,2,0,142,79,74,111,250,106,3,0,143,79,92,139,1,185,1,0,145,47,201,196,126,42,3,0,149,175,30,221,104,41,2,0,152,143,149,64,15,48,3,0,153,207,47,81,243,106,2,0,153,175,101,51,91,142,3,0,154,239,71,206,62,124,1,0,155,111,170,239,238,146,2,0,157,47,53,222,102,21,3,0,160,47,247,124,79,4,2,0,160,143,91,240,150,172,3,0,161,111,220,11,70,240,3,0,163,175,240,81,67,2,3,0,164,239,37,206,179,69,2,0,164,79,88,183,152,183,2,0,164,79,214,137,195,213,2,0,165,239,169,233,54,243,2,0,166,15,152,115,17,163,1,0,166,79,131,42,43,55,2,0,167,207,22,217,197,241,3,0,168,207,55,38,48,42,2,0,169,207,159,189,58,209,1,0,171,207,66,92,53,82,2,0,172,207,78,160,242,133,2,0,172,111,221,27,175,177,2,0,172,15,22,179,154,145,3,0,174,207,112,217,147,38,2,0,174,15,205,215,110,70,2,0,174,79,211,158,132,150,2,0,175,143,47,137,204,34,2,0,175,143,235,9,179,96,3,0,176,143,48,39,70,157,2,0,176,15,119,34,35,22,3,0,177,239,49,100,229,41,3,0,179,111,30,189,203,4,4,0,182,239,10,167,240,215,1,0,182,47,74,230,79,253,2,0,183,15,222,11,200,180,1,0,184,111,189,250,245,5,3,0,184,175,64,45,209,86,3,0,186,143,248,119,189,76,2,0,187,47,182,216,248,149,3,0,188,79,172,231,231,171,1,0,188,207,17,100,53,68,3,0,190,207,236,54,105,197,3,0,191,239,107,224,253,123,3,0,191,175,173,23,86,169,3,0,192,47,206,78,231,198,1,0,192,15,96,227,65,50,3,0,192,79,23,42,176,221,3,0,193,207,129,162,0,222,1,0,193,143,209,7,140,106,3,0,193,47,83,115,93,252,3,0,195,239,155,34,200,238,1,0,195,79,190,242,29,241,3,0,197,15,14,17,245,114,2,0,197,239,69,83,24,123,2,0,198,143,10,3,2,245,2,0,198,15,55,50,72,142,3,0,200,15,155,130,121,10,3,0,202,79,9,16,175,48,2,0,203,79,172,122,244,8,3,0,204,239,45,220,76,159,1,0,204,79,165,201,199,144,3,0,205,175,87,139,149,227,3,0,207,175,57,160,32,233,2,0,209,111,198,59,102,123,2,0,211,175,76,81,160,47,2,0,211,143,178,168,51,79,2,0,214,79,64,83,240,141,1,0,214,175,58,82,102,33,3,0,215,207,193,57,119,178,1,0,217,143,139,20,33,11,2,0,221,111,91,29,192,243,3,0,222,207,221,7,183,1,2,0,222,111,118,49,92,32,2,0,223,111,242,20,83,111,2,0,223,79,23,54,13,171,2,0,225,111,179,207,229,203,1,0,227,239,34,245,158,177,3,0,228,175,6,169,81,152,3,0,229,79,183,231,245,117,2,0,231,175,52,114,93,121,3,0,232,79,159,224,116,130,2,0,233,175,238,155,71,212,3,0,234,207,39,123,73,245,1,0,235,239,86,255,165,91,2,0,237,15,35,56,23,131,3,0,238,175,199,1,132,119,1,0,239,239,118,47,242,6,3,0,239,207,235,234,215,8,4,0,242,47,69,188,143,19,2,0,242,175,102,188,148,104,2,0,246,239,150,19,240,155,1,0,246,47,211,255,161,179,1,0,246,111,251,187,235,168,2,0,246,239,108,147,237,19,3,0,248,143,46,198,171,30,3,0,249,239,152,160,232,170,2,0,251,47,101,180,134,223,2,0,251,207,252,224,40,38,3,0,252,47,118,215,213,56,3,0,255,79,209,242,91,234,3,0,0,16,74,32,99,109,2,0,0,144,211,66,75,236,3,0,2,240,240,203,245,139,3,0,2,144,52,185,203,245,3,0,4,144,175,183,191,80,3,0,4,16,98,135,127,214,3,0,8,208,94,89,64,122,1,0,8,208,181,234,18,22,3,0,10,16,104,41,4,243,2,0,11,176,40,10,159,22,3,0,11,112,198,47,58,146,3,0,12,48,145,11,118,152,2,0,15,240,152,231,12,137,2,0,15,144,44,168,57,45,3,0,15,48,156,214,186,66,3,0,15,112,100,249,114,112,3,0,15,16,65,3,46,190,3,0,15,16,245,136,50,208,3,0,18,240,181,110,18,0,2,0,18,176,91,106,203,16,3,0,20,112,34,192,232,172,1,0,20,144,235,185,180,164,2,0,20,144,52,62,230,219,3,0,21,240,148,125,176,152,1,0,21,208,233,206,229,198,2,0,21,176,216,59,141,143,3,0,22,80,107,50,203,24,3,0,22,208,185,177,122,163,3,0,23,16,24,165,168,214,2,0,23,176,216,214,114,65,3,0,24,240,31,209,228,121,1,0,32,16,64,92,141,175,1,0,32,176,166,16,81,160,3,0,33,208,106,227,219,214,1,0,33,80,233,8,197,246,2,0,34,240,42,205,190,126,2,0,35,240,157,19,245,205,1,0,35,16,133,162,18,162,3,0,37,208,27,57,46,122,2,0,38,176,72,30,89,147,2,0,38,240,43,12,192,108,3,0,39,176,39,98,87,255,2,0,41,208,167,228,89,39,3,0,42,16,229,98,28,164,3,0,46,48,253,242,246,127,3,0,48,16,51,44,192,161,3,0,49,240,236,232,28,3,4,0,53,48,82,14,145,57,2,0,54,16,76,31,54,96,2,0,55,80,112,202,201,174,3,0,56,112,167,35,47,160,2,0,59,176,221,84,61,236,1,0,60,240,55,142,129,208,2,0,61,80,251,194,79,222,1,0,62,208,193,2,12,177,3,0,65,240,202,4,143,14,3,0,66,80,168,252,218,181,2,0,67,240,141,104,127,128,2,0,67,208,23,81,32,217,2,0,67,16,242,41,172,58,3,0,68,240,129,163,83,167,3,0,69,176,173,154,65,26,2,0,69,144,8,1,110,185,3,0,70,240,238,78,32,232,1,0,70,80,197,238,134,75,2,0,70,16,81,171,137,197,2,0,71,48,42,138,200,192,2,0,72,80,243,9,119,189,2,0,72,112,140,31,249,251,2,0,73,240,98,87,23,165,2,0,74,176,74,4,248,9,3,0,75,144,114,187,170,111,2,0,78,80,3,226,56,153,1,0,78,208,118,78,112,22,2,0,78,80,217,47,222,47,3,0,78,80,237,83,142,76,3,0,79,16,219,17,199,60,2,0,79,144,52,248,73,219,2,0,81,208,25,146,86,61,2,0,82,112,19,127,108,29,3,0,83,240,224,108,251,65,3,0,86,80,65,24,176,172,1,0,86,208,161,6,9,126,2,0,86,144,135,210,75,115,3,0,89,48,50,12,195,34,3,0,91,112,187,99,85,185,2,0,93,80,236,215,65,232,1,0,93,80,198,103,251,253,2,0,94,80,29,134,251,174,3,0,95,48,170,216,100,205,1,0,95,144,52,248,3,214,2,0,95,112,109,42,207,63,3,0,96,80,235,168,204,153,1,0,98,16,254,125,182,248,2,0,99,80,127,92,178,33,2,0,100,240,128,217,225,143,3,0,102,48,85,103,75,234,1,0,102,16,152,108,58,9,3,0,103,80,64,227,58,225,2,0,103,208,88,230,53,130,3,0,104,144,52,248,168,198,2,0,105,144,120,108,23,150,1,0,106,16,28,134,219,233,1,0,106,176,48,61,166,27,2,0,107,176,83,181,72,46,3,0,108,48,185,75,220,227,2,0,109,208,76,185,13,115,2,0,111,176,20,16,184,123,1,0,111,16,217,128,72,3,3,0,112,48,208,136,131,51,2,0,113,240,90,38,206,182,1,0,113,80,186,207,146,184,3,0,114,208,226,180,170,185,1,0,115,80,13,73,228,225,2,0,116,80,233,9,198,62,2,0,116,112,124,184,16,212,2,0,116,144,52,248,56,220,2,0,117,144,52,248,100,192,2,0,120,80,68,162,88,253,1,0,122,80,59,184,246,172,2,0,123,48,20,10,114,31,3,0,124,80,107,131,133,79,3,0,126,176,195,204,216,203,3,0,128,48,236,46,37,195,3,0,129,112,31,136,176,144,2,0,132,208,97,83,197,72,2,0,133,48,113,14,189,161,1,0,134,240,183,151,86,0,4,0,137,176,35,78,78,15,2,0,137,144,204,9,75,246,2,0,137,176,46,156,21,140,3,0,139,144,214,128,223,143,1,0,139,80,230,123,253,79,3,0,139,144,201,3,24,231,3,0,140,112,84,241,34,111,3,0,142,48,151,75,203,161,2,0,143,144,1,54,1,247,2,0,146,176,74,210,98,216,1,0,146,144,215,25,108,158,2,0,149,80,167,166,55,232,3,0,151,80,22,148,117,195,2,0,153,112,5,63,200,177,2,0,153,208,40,200,195,200,3,0,153,240,115,2,46,210,3,0,153,16,198,229,227,242,3,0,153,240,51,105,182,4,4,0,157,112,157,214,166,250,2,0,158,240,120,100,85,55,2,0,158,16,171,101,94,132,3,0,159,48,83,55,59,133,1,0,161,112,9,132,248,185,2,0,161,16,213,90,36,113,3,0,161,240,45,214,177,150,3,0,162,80,76,178,12,38,2,0,162,16,10,146,198,188,2,0,163,48,162,76,232,201,1,0,168,144,33,97,118,209,3,0,170,48,9,100,190,191,3,0,171,240,26,17,18,235,2,0,172,16,106,44,69,190,2,0,172,144,123,54,174,193,3,0,173,16,98,101,101,36,2,0,174,176,254,234,253,208,2,0,174,240,53,233,185,209,3,0,175,80,32,244,110,124,1,0,177,48,74,40,229,234,3,0,178,48,158,178,32,132,2,0,180,176,49,227,7,174,2,0,180,16,57,114,238,76,3,0,182,208,215,163,249,130,2,0,182,80,95,85,121,77,3,0,182,112,215,13,204,199,3,0,183,144,212,166,215,2,3,0,185,208,214,159,50,128,3,0,187,144,52,248,177,162,2,0,188,112,192,194,210,55,3,0,193,176,51,161,54,69,3,0,194,112,88,125,138,96,2,0,195,112,181,99,219,42,3,0,196,240,210,80,223,124,2,0,198,144,95,249,114,105,2,0,198,16,199,186,133,141,2,0,200,112,16,47,171,160,1,0,200,208,155,210,141,170,1,0,201,80,54,240,133,208,1,0,202,240,144,184,96,223,3,0,203,112,175,129,9,194,2,0,204,144,79,118,29,122,1,0,206,144,177,45,152,25,2,0,206,112,108,157,74,27,3,0,207,176,105,129,77,191,2,0,208,176,31,219,62,194,2,0,211,80,92,103,188,182,1,0,211,112,192,247,35,58,2,0,211,176,35,216,222,135,3,0,214,112,202,173,233,160,2,0,215,176,229,217,223,26,2,0,217,208,2,182,103,43,2,0,218,176,104,0,225,8,4,0,219,80,100,55,246,128,1,0,219,208,10,74,141,247,3,0,220,176,131,241,100,233,1,0,220,112,154,72,245,64,3,0,224,112,226,206,100,118,3,0,224,240,232,8,252,246,3,0,226,176,44,125,234,142,1,0,226,48,63,55,113,195,1,0,229,112,89,22,216,210,3,0,230,80,92,5,39,164,1,0,231,80,15,213,159,35,3,0,232,176,221,25,65,181,1,0,235,80,222,106,220,182,2,0,236,112,134,79,245,125,3,0,237,240,67,221,230,169,1,0,237,48,2,71,71,19,2,0,237,48,235,216,224,82,2,0,238,208,92,198,168,0,2,0,238,80,227,210,10,1,4,0,239,208,201,203,203,122,2,0,239,48,142,221,42,123,3,0,240,48,79,143,152,245,2,0,242,80,186,236,155,236,1,0,243,240,227,195,114,122,3,0,244,144,127,145,170,191,1,0,244,112,149,101,213,6,2,0,245,176,86,211,65,38,3,0,248,144,112,49,137,242,1,0,248,176,167,33,113,85,3,0,249,80,146,38,29,189,1,0,252,16,95,241,200,148,2,0,253,112,102,81,129,111,3,0,254,240,188,181,188,103,3,0,254,16,76,178,157,152,3,0,254,48,87,3,126,183,3,0,255,176,23,193,206,54,3,0,0,49,142,33,18,165,1,0,0,81,147,176,85,170,2,0,0,49,192,208,163,149,3,0,1,177,217,113,226,203,2,0,3,49,200,67,66,125,1,0,4,241,40,7,104,190,2,0,5,241,107,94,209,168,2,0,5,49,233,15,42,116,3,0,7,113,229,181,25,87,3,0,8,177,15,35,120,91,2,0,8,49,100,210,128,164,3,0,10,17,228,61,114,234,2,0,11,17,242,221,146,20,2,0,17,209,3,208,58,213,2,0,20,241,26,96,254,53,2,0,20,241,179,188,23,95,2,0,20,145,44,194,7,224,2,0,20,113,203,96,32,213,3,0,21,241,95,154,206,246,1,0,21,81,177,204,16,217,3,0,22,81,113,184,204,216,2,0,22,81,249,163,41,62,3,0,23,49,137,230,111,33,2,0,25,49,24,192,192,18,2,0,26,17,178,248,28,214,3,0,27,17,157,68,240,243,1,0,27,17,182,54,199,114,2,0,28,49,150,251,123,201,3,0,29,17,94,106,17,22,2,0,32,81,242,219,145,120,1,0,32,241,143,2,18,149,1,0,35,145,20,172,106,250,3,0,36,145,76,23,5,1,3,0,39,241,1,250,134,72,3,0,39,17,58,48,94,236,3,0,40,177,211,113,78,96,3,0,41,17,245,38,220,228,1,0,42,81,14,67,249,170,2,0,43,81,79,82,122,224,1,0,43,241,37,112,121,9,2,0,43,49,216,106,40,248,3,0,44,81,158,97,174,16,2,0,44,49,9,192,202,57,2,0,44,81,145,204,231,29,3,0,45,145,126,122,59,143,1,0,46,81,138,84,216,70,3,0,47,177,104,0,30,236,1,0,47,49,106,1,196,218,2,0,50,17,81,104,236,28,3,0,50,209,79,60,215,106,3,0,51,241,164,153,88,110,2,0,52,113,61,46,45,215,2,0,52,241,32,232,137,116,3,0,54,241,30,7,242,52,3,0,54,145,99,69,72,87,3,0,56,145,52,241,47,181,1,0,56,177,253,76,209,206,1,0,56,145,234,173,252,13,3,0,56,145,193,189,2,59,3,0,60,145,64,187,82,58,2,0,60,209,195,171,143,192,2,0,61,49,128,147,137,3,3,0,61,209,211,47,223,134,3,0,64,49,131,97,94,81,3,0,65,241,108,126,146,227,1,0,66,145,47,237,52,176,3,0,68,145,181,61,116,34,2,0,68,49,166,197,96,172,3,0,69,17,167,184,187,161,2,0,69,81,215,184,174,165,2,0,70,241,41,17,150,16,2,0,70,81,208,126,169,253,2,0,70,113,251,19,148,45,3,0,70,177,162,171,63,67,3,0,71,81,196,79,191,246,1,0,71,177,16,96,235,6,2,0,72,145,182,211,189,0,2,0,72,49,124,177,173,8,2,0,74,49,16,203,103,231,1,0,75,145,131,82,233,123,2,0,75,17,114,110,254,130,3,0,78,241,149,238,254,57,2,0,78,241,202,255,35,77,2,0,78,241,7,99,148,148,2,0,78,177,11,173,238,190,2,0,78,81,33,30,138,51,3,0,79,49,73,212,226,147,1,0,79,17,36,25,179,139,3,0,79,209,125,130,112,9,4,0,84,17,83,4,25,176,1,0,86,113,70,184,16,238,1,0,86,49,227,184,185,131,2,0,87,113,60,35,239,128,2,0,88,241,202,101,49,237,2,0,88,177,25,21,187,125,3,0,90,113,69,130,52,171,3,0,91,241,218,169,109,121,1,0,91,241,8,194,5,174,3,0,91,177,70,188,116,243,3,0,93,81,177,162,97,150,1,0,93,145,52,248,83,159,2,0,93,209,210,246,231,15,3,0,94,49,36,217,128,206,2,0,94,17,31,19,62,34,3,0,94,209,113,153,224,72,3,0,94,49,67,125,205,160,3,0,95,17,163,75,130,176,1,0,95,209,100,65,130,70,2,0,96,113,187,26,75,246,3,0,97,17,111,145,42,20,3,0,97,177,103,6,17,161,3,0,98,113,16,198,199,208,1,0,99,113,245,131,95,68,3,0,100,145,217,76,81,241,1,0,103,209,94,197,1,231,3,0,104,81,49,191,193,52,2,0,105,177,229,38,227,55,2,0,105,241,17,138,134,182,2,0,105,17,255,143,57,202,2,0,105,209,167,79,65,0,4,0,106,177,234,111,133,53,3,0,108,81,177,45,179,23,2,0,108,113,250,93,207,180,2,0,109,17,66,21,121,242,1,0,109,49,108,107,145,55,2,0,109,113,52,179,111,96,2,0,112,177,142,211,35,53,2,0,112,49,93,92,72,226,3,0,113,17,171,198,43,104,2,0,114,177,226,147,185,41,3,0,118,241,43,2,32,155,3,0,119,81,55,240,154,165,1,0,122,113,3,52,249,179,3,0,124,17,159,112,55,143,2,0,125,209,195,171,45,193,2,0,126,81,124,9,34,121,3,0,126,17,169,236,144,204,3,0,128,81,177,45,102,23,2,0,130,145,64,231,8,38,3,0,131,81,53,121,72,238,2,0,131,241,23,68,133,122,3,0,132,241,121,241,6,206,1,0,132,113,129,111,5,69,3,0,133,113,235,206,194,56,2,0,135,17,93,54,11,128,3,0,137,145,215,85,238,119,1,0,137,113,178,166,129,225,3,0,139,49,186,143,167,205,2,0,140,177,58,161,158,102,3,0,141,177,221,39,232,17,2,0,142,49,102,102,63,216,2,0,142,113,200,213,135,59,3,0,142,49,100,169,18,96,3,0,143,241,140,41,132,189,3,0,143,17,61,254,131,229,3,0,144,209,72,64,187,150,1,0,144,17,42,196,124,10,2,0,144,241,7,209,217,79,2,0,145,17,97,227,11,193,1,0,145,17,153,223,240,155,2,0,145,17,53,244,117,137,3,0,147,177,165,7,31,6,3,0,149,209,63,127,152,171,3,0,150,49,127,156,30,160,3,0,150,81,97,75,252,176,3,0,150,81,231,232,35,205,3,0,151,49,136,160,68,185,2,0,152,241,95,94,19,205,1,0,152,209,174,21,253,252,1,0,152,145,190,120,41,89,2,0,154,81,29,254,253,183,3,0,155,209,23,229,243,131,1,0,155,113,104,216,96,154,1,0,155,145,149,204,235,171,2,0,156,113,90,77,190,140,1,0,157,17,41,19,93,17,2,0,159,81,180,126,180,138,1,0,160,17,223,107,181,191,2,0,161,113,18,178,237,25,3,0,163,209,71,202,83,55,3,0,167,49,213,253,113,8,3,0,168,209,65,232,130,162,1,0,168,145,39,69,240,232,2,0,170,81,15,169,163,213,2,0,171,209,132,87,120,126,1,0,171,113,37,81,133,148,2,0,171,49,48,215,254,4,4,0,172,17,175,69,247,224,3,0,173,113,29,78,87,198,2,0,177,241,219,221,62,177,1,0,177,177,68,82,62,222,1,0,177,113,227,119,250,255,3,0,178,49,153,223,93,144,2,0,180,145,244,184,92,54,3,0,183,17,80,91,242,18,2,0,183,241,142,160,6,183,2,0,184,17,110,181,75,164,3,0,185,17,57,186,29,190,3,0,187,241,63,208,83,246,1,0,188,177,17,1,114,7,3,0,188,241,20,187,150,127,3,0,189,209,57,166,142,73,3,0,192,49,210,235,7,15,2,0,192,177,5,130,114,226,3,0,194,81,229,231,38,143,1,0,194,49,231,88,197,188,1,0,195,113,72,58,168,253,1,0,195,49,42,138,160,192,2,0,197,209,248,233,217,28,3,0,198,177,176,87,101,24,2,0,198,145,151,123,76,28,2,0,199,81,102,184,187,219,2,0,200,81,35,34,2,89,2,0,200,241,130,241,238,149,2,0,200,81,53,231,82,101,3,0,201,209,111,60,54,199,1,0,202,145,52,248,219,155,2,0,204,145,32,80,182,158,1,0,204,145,97,177,42,142,3,0,205,145,59,101,76,144,1,0,205,241,142,48,37,237,3,0,206,241,166,50,18,178,1,0,206,177,4,70,91,243,1,0,206,145,187,190,205,71,3,0,207,177,173,232,12,216,3,0,210,49,30,85,91,203,1,0,210,209,243,116,200,92,2,0,213,81,96,75,167,167,3,0,216,209,8,132,212,98,2,0,216,241,74,198,209,253,2,0,216,241,116,241,214,49,3,0,219,49,24,192,50,16,2,0,219,209,30,81,204,155,2,0,219,81,215,36,133,45,3,0,220,241,119,103,152,237,3,0,224,81,234,252,71,191,3,0,224,177,166,243,175,255,3,0,225,209,134,153,234,202,1,0,225,113,238,226,47,0,2,0,226,17,32,183,4,130,1,0,226,17,74,9,132,49,2,0,226,177,208,211,230,18,3,0,226,17,100,118,12,66,3,0,227,177,185,215,152,8,4,0,231,177,217,225,31,243,2,0,233,49,13,82,187,212,1,0,234,81,164,73,108,200,2,0,237,145,183,16,70,37,2,0,238,241,60,112,44,177,2,0,241,113,26,135,64,176,2,0,241,17,6,170,241,103,3,0,242,81,36,37,109,7,2,0,243,81,15,80,174,235,3,0,244,177,170,246,232,244,2,0,244,81,74,120,184,72,3,0,246,209,89,139,44,141,2,0,247,49,140,175,163,67,2,0,247,209,82,48,83,26,3,0,248,81,250,10,253,142,1,0,248,177,243,228,172,196,1,0,250,49,66,125,18,169,2,0,251,177,17,152,49,97,3,0,252,145,209,196,144,207,1,0,252,81,99,168,40,50,3,0,254,17,81,235,17,179,1,0,254,177,141,127,130,87,3,0,3,50,88,144,135,127,3,0,4,178,167,228,114,42,3,0,4,178,105,23,32,197,3,0,5,18,230,185,154,84,2,0,6,18,79,191,35,98,3,0,7,242,124,102,167,193,1,0,7,242,16,116,181,5,2,0,9,210,47,160,76,212,1,0,12,114,71,66,91,251,2,0,12,18,61,12,6,41,3,0,12,114,189,130,1,51,3,0,13,210,79,212,159,246,3,0,14,178,140,43,181,12,3,0,16,146,230,138,158,133,1,0,16,50,93,75,165,151,2,0,16,114,21,169,198,39,3,0,21,114,180,145,30,17,3,0,22,242,17,146,155,113,3,0,22,18,123,43,56,203,3,0,23,82,171,209,95,182,2,0,23,242,76,104,100,61,3,0,24,82,104,82,59,169,1,0,24,82,243,9,101,189,2,0,24,50,244,38,216,88,3,0,26,242,119,103,196,227,1,0,28,50,43,175,166,12,3,0,32,242,220,111,76,13,3,0,34,82,91,86,17,221,3,0,35,210,116,163,233,150,1,0,40,82,212,207,145,33,3,0,40,210,135,40,244,88,3,0,41,82,150,226,244,71,3,0,42,210,82,208,215,135,2,0,42,178,121,65,2,227,2,0,43,178,239,143,64,201,2,0,44,242,175,66,165,137,3,0,48,146,241,116,2,190,3,0,49,114,185,255,171,76,2,0,49,178,39,81,237,132,2,0,49,242,187,183,149,154,3,0,51,50,163,44,131,102,2,0,51,146,238,129,242,67,3,0,52,242,17,235,57,93,3,0,54,82,230,130,161,52,3,0,55,18,197,24,34,198,3,0,56,242,146,13,245,239,1,0,57,242,235,211,71,129,1,0,58,50,27,7,125,142,1,0,58,178,139,231,192,179,1,0,58,50,61,6,188,212,3,0,61,114,89,197,190,253,1,0,61,114,108,62,100,92,3,0,64,178,220,187,207,143,2,0,65,82,185,97,6,139,1,0,65,114,249,4,129,1,4,0,66,146,77,95,175,128,2,0,67,114,128,228,221,144,1,0,69,82,138,177,170,79,2,0,70,242,245,136,120,218,3,0,73,210,22,196,228,9,2,0,73,114,143,58,156,211,3,0,74,18,69,236,153,9,4,0,77,210,38,235,86,219,2,0,78,50,41,227,164,69,3,0,79,146,128,185,74,72,2,0,79,50,56,131,11,189,2,0,81,18,99,201,17,210,2,0,81,146,246,223,139,112,3,0,82,18,20,13,180,71,2,0,86,210,0,157,211,244,2,0,88,146,165,200,20,229,2,0,88,114,95,24,42,244,2,0,89,18,169,172,160,46,2,0,89,146,46,56,174,29,3,0,90,18,110,129,137,192,3,0,91,146,53,218,249,34,2,0,91,242,33,104,4,20,3,0,91,82,167,85,21,181,3,0,92,82,154,11,240,234,2,0,95,82,205,123,46,184,2,0,96,18,112,86,47,226,2,0,98,146,69,71,133,236,1,0,99,210,157,179,163,14,3,0,100,82,183,220,175,60,3,0,100,114,32,13,33,221,3,0,101,146,88,212,251,105,3,0,101,114,42,199,72,130,3,0,103,18,129,51,138,134,1,0,104,210,149,227,225,35,3,0,105,242,152,94,67,243,3,0,108,242,74,230,35,128,2,0,109,114,201,193,53,154,1,0,111,146,71,61,255,32,2,0,112,210,149,227,241,36,3,0,113,114,138,43,119,235,3,0,115,178,45,116,236,42,3,0,115,114,71,218,105,170,3,0,115,210,37,176,63,189,3,0,116,146,22,63,106,111,3,0,117,146,253,30,111,140,3,0,118,242,189,175,105,26,3,0,119,18,132,205,2,201,1,0,119,210,178,141,78,152,2,0,119,210,150,26,13,234,2,0,119,18,118,149,88,36,3,0,119,114,118,147,64,162,3,0,120,18,60,194,63,137,2,0,120,114,140,42,173,85,3,0,121,114,169,80,94,153,1,0,121,242,69,14,38,171,1,0,122,82,70,85,15,223,1,0,122,18,93,92,232,112,2,0,122,146,113,224,15,143,2,0,122,146,43,181,169,163,2,0,123,242,157,210,229,58,3,0,124,178,8,67,11,53,3,0,126,82,41,188,70,199,1,0,126,82,50,4,26,110,3,0,126,82,30,162,230,194,3,0,126,242,187,166,182,232,3,0,128,178,163,166,14,253,1,0,128,210,213,237,189,54,3,0,128,210,226,233,19,141,3,0,129,82,221,97,241,35,2,0,129,18,15,189,112,155,2,0,130,210,146,80,8,160,2,0,131,242,191,213,229,128,1,0,133,82,225,236,252,36,3,0,133,210,66,162,1,140,3,0,135,114,30,24,124,35,2,0,136,82,254,167,2,133,1,0,136,210,110,100,188,67,3,0,138,242,20,124,1,33,3,0,142,114,152,55,178,188,3,0,142,178,218,6,23,199,3,0,142,178,26,161,58,216,3,0,143,146,55,168,82,217,2,0,145,114,18,176,39,169,2,0,146,18,35,66,206,22,3,0,147,210,66,218,24,39,2,0,147,50,72,133,90,88,3,0,149,178,32,105,75,154,1,0,149,18,168,32,191,230,1,0,150,210,149,251,198,43,2,0,150,50,233,27,246,74,2,0,151,50,155,59,168,192,1,0,151,50,236,23,40,139,3,0,151,50,164,110,189,194,3,0,151,242,103,147,97,218,3,0,152,146,190,5,142,142,1,0,152,178,57,222,7,14,2,0,152,114,57,115,213,17,2,0,153,146,252,83,84,158,1,0,153,18,18,29,242,231,3,0,155,50,84,26,255,201,1,0,158,178,138,254,101,74,2,0,158,82,73,113,47,140,2,0,159,146,95,252,64,168,2,0,161,50,59,84,214,219,1,0,161,114,229,206,14,170,2,0,164,178,218,85,86,2,2,0,165,82,28,96,27,198,1,0,165,210,131,159,92,150,3,0,165,146,202,157,101,181,3,0,167,114,154,236,107,176,1,0,169,210,157,20,74,103,2,0,171,178,27,34,190,139,2,0,172,18,149,69,213,11,3,0,172,114,160,62,145,146,3,0,175,178,152,160,33,170,2,0,175,50,107,221,26,240,3,0,176,242,98,110,170,63,2,0,179,114,81,169,122,156,3,0,180,146,12,222,195,57,3,0,180,210,7,56,39,217,3,0,181,50,216,240,105,201,1,0,181,50,19,162,65,98,3,0,181,114,51,164,91,254,3,0,182,210,72,147,209,129,1,0,182,210,157,34,175,189,1,0,182,178,126,115,139,235,2,0,182,82,216,231,127,91,3,0,186,18,207,93,201,105,3,0,189,82,224,129,29,79,3,0,190,82,156,180,190,76,3,0,191,18,124,129,191,46,2,0,191,82,21,81,165,222,2,0,192,82,11,74,92,146,2,0,192,114,42,199,19,133,3,0,194,178,50,171,80,233,2,0,194,210,165,15,185,179,3,0,194,242,16,195,139,2,4,0,195,178,4,28,80,228,3,0,197,146,50,216,164,145,1,0,197,18,20,15,97,210,1,0,197,114,98,168,81,216,2,0,198,18,208,180,76,153,2,0,199,18,234,126,112,162,1,0,200,178,189,79,195,85,2,0,201,18,18,167,136,125,3,0,204,50,168,11,170,232,2,0,204,82,89,195,88,179,3,0,205,82,231,150,57,174,1,0,205,178,100,66,205,175,1,0,205,242,148,160,87,169,2,0,207,146,198,117,18,191,2,0,208,18,16,182,57,17,3,0,208,242,210,3,228,129,3,0,210,18,68,45,89,80,2,0,212,50,53,241,171,228,3,0,214,146,52,248,185,147,2,0,214,242,204,156,62,173,3,0,216,114,235,38,225,117,3,0,216,50,185,26,134,220,3,0,219,82,215,65,36,46,2,0,219,50,96,120,219,88,2,0,220,242,60,12,19,41,3,0,220,210,64,228,70,255,3,0,221,146,151,145,114,204,1,0,221,242,207,207,175,121,3,0,221,82,34,16,217,122,3,0,226,210,101,16,253,5,2,0,226,178,169,66,13,219,3,0,228,82,177,45,108,127,1,0,229,82,49,181,87,199,1,0,229,210,111,67,93,148,3,0,231,114,102,140,22,81,3,0,232,18,117,241,45,182,1,0,232,82,236,236,106,116,2,0,233,18,26,3,77,107,2,0,234,50,57,187,230,116,2,0,234,146,69,17,40,150,3,0,235,50,179,221,83,104,2,0,236,114,107,243,48,150,1,0,237,210,168,94,233,62,3,0,238,178,6,133,7,184,1,0,239,50,168,227,52,52,2,0,240,114,59,184,126,178,2,0,241,114,51,6,56,211,1,0,242,114,81,242,170,97,2,0,243,82,160,13,73,16,3,0,243,146,168,147,91,158,3,0,244,18,40,139,54,34,2,0,244,114,164,11,129,135,2,0,245,82,240,54,208,161,1,0,245,114,146,184,88,190,2,0,246,50,49,235,39,137,3,0,249,82,139,25,199,12,2,0,249,210,0,42,56,244,2,0,250,18,59,184,174,184,2,0,250,82,74,25,42,167,3,0,252,242,120,57,65,187,1,0,253,242,79,233,119,5,2,0,253,146,161,87,195,8,2,0,253,114,169,155,143,146,2,0,254,178,62,107,88,146,1,0,255,50,208,232,93,161,2,0,1,179,88,207,188,38,3,0,1,19,227,2,124,119,3,0,2,115,168,138,232,104,2,0,3,147,61,81,5,74,2,0,4,51,149,22,59,186,1,0,5,211,241,232,233,89,2,0,13,211,167,35,36,222,2,0,14,211,227,219,60,198,1,0,14,115,78,157,232,1,2,0,14,19,29,117,217,118,2,0,15,51,241,116,74,190,3,0,17,147,52,248,19,112,2,0,18,147,52,248,32,112,2,0,18,51,250,169,5,213,2,0,19,243,7,93,101,42,2,0,19,211,3,125,140,118,2,0,22,179,229,217,17,27,2,0,23,243,30,169,253,218,1,0,23,19,183,186,149,117,2,0,23,211,173,154,187,253,2,0,23,51,116,222,127,227,3,0,24,147,75,58,135,36,2,0,24,115,81,128,53,32,3,0,25,179,227,199,253,84,3,0,27,115,14,107,222,18,2,0,27,147,68,171,77,203,2,0,28,211,25,192,0,32,2,0,28,211,25,173,150,49,2,0,28,147,189,164,200,146,2,0,28,51,67,41,172,127,3,0,30,83,70,248,40,191,1,0,31,83,89,166,129,158,3,0,32,83,169,210,15,203,2,0,32,19,61,12,216,40,3,0,34,51,246,68,94,250,1,0,34,211,78,132,157,158,2,0,35,51,136,201,143,221,1,0,37,51,100,15,108,2,2,0,38,115,183,74,37,243,3,0,39,51,238,39,75,35,3,0,41,19,182,126,28,136,1,0,41,83,159,195,221,103,2,0,41,243,19,69,181,104,2,0,42,147,65,110,215,16,3,0,44,179,59,127,49,245,1,0,44,179,33,203,104,167,2,0,45,51,17,132,214,232,2,0,46,51,162,254,70,240,2,0,46,51,23,34,40,74,3,0,46,243,142,165,240,250,3,0,48,211,202,113,111,251,2,0,49,51,111,5,196,142,2,0,50,179,22,141,254,191,1,0,60,115,182,24,20,16,3,0,61,243,21,135,80,40,2,0,61,211,122,128,130,249,3,0,63,19,201,26,53,255,2,0,64,211,207,124,75,23,2,0,64,83,3,5,222,71,2,0,64,211,59,173,21,148,3,0,64,147,13,123,133,255,3,0,66,83,222,125,108,189,1,0,66,211,19,8,238,14,2,0,66,147,52,248,51,116,2,0,66,243,206,130,1,252,3,0,67,179,5,218,189,94,2,0,69,243,98,116,233,147,3,0,70,147,225,114,21,70,3,0,71,243,140,185,228,187,1,0,75,243,205,207,59,187,3,0,75,179,111,58,162,203,3,0,76,83,22,81,143,188,2,0,77,147,108,0,81,82,2,0,79,19,119,221,65,221,1,0,79,147,2,217,104,2,3,0,83,147,64,71,182,226,1,0,84,51,36,81,78,144,2,0,85,115,137,155,144,169,1,0,87,179,11,212,126,185,1,0,88,147,168,93,252,177,3,0,89,147,45,72,172,76,3,0,91,83,20,139,185,73,3,0,91,51,213,220,111,139,3,0,92,115,229,19,59,31,3,0,93,147,130,73,134,25,3,0,93,19,219,175,242,163,3,0,95,179,158,42,254,115,3,0,97,179,234,63,185,238,1,0,97,19,92,244,86,245,1,0,97,147,216,41,22,216,3,0,98,19,227,34,74,79,2,0,102,19,208,210,150,171,1,0,103,179,181,172,87,43,3,0,105,115,2,128,122,80,3,0,105,51,153,230,86,189,3,0,107,51,140,55,74,12,3,0,108,83,56,43,161,44,2,0,109,83,233,68,193,199,1,0,109,19,224,254,134,209,3,0,110,147,115,207,192,174,1,0,110,147,88,69,241,221,2,0,110,83,13,47,144,245,3,0,114,115,178,47,127,124,1,0,114,51,66,4,164,100,3,0,115,211,241,51,250,90,3,0,119,115,208,238,114,74,3,0,119,19,187,205,167,106,3,0,119,19,28,87,17,149,3,0,124,115,215,195,87,14,2,0,124,179,24,124,82,27,2,0,127,19,38,243,171,55,2,0,127,179,127,209,177,225,2,0,127,243,86,101,70,59,3,0,127,211,163,69,150,96,3,0,127,51,123,90,243,154,3,0,128,115,85,196,245,8,2,0,128,211,194,238,107,11,3,0,129,243,81,24,218,46,2,0,132,211,198,186,161,142,2,0,133,115,39,74,191,152,2,0,133,179,126,8,93,235,2,0,133,211,245,107,234,54,3,0,134,83,15,181,227,93,3,0,135,179,139,20,162,223,2,0,135,115,205,174,254,22,3,0,136,83,163,145,227,212,2,0,137,243,233,152,81,51,2,0,137,179,139,20,150,223,2,0,138,19,208,210,172,171,1,0,138,147,40,44,101,35,2,0,138,179,51,148,225,154,3,0,141,243,164,184,82,60,3,0,141,147,124,176,208,78,3,0,142,147,147,64,224,160,3,0,142,19,158,49,24,232,3,0,144,179,26,254,252,164,1,0,148,147,6,250,204,243,1,0,149,211,22,241,146,120,3,0,150,179,43,210,251,214,3,0,152,179,63,106,105,249,1,0,153,115,190,55,238,247,1,0,153,243,81,119,146,41,3,0,154,179,89,121,56,41,2,0,156,83,225,245,183,174,3,0,157,179,107,54,172,149,1,0,159,83,121,209,36,241,2,0,161,147,13,13,201,172,3,0,162,115,211,56,82,69,3,0,162,115,137,167,90,163,3,0,163,147,179,24,238,196,1,0,163,115,244,67,35,126,2,0,163,83,138,7,6,134,3,0,163,147,7,2,145,3,4,0,167,243,69,156,180,180,1,0,167,115,0,184,241,246,1,0,169,147,117,124,151,102,2,0,169,51,154,160,224,178,2,0,169,51,20,81,51,221,2,0,169,147,228,144,87,157,3,0,170,147,168,116,116,211,1,0,170,179,217,228,171,221,1,0,170,83,28,217,235,11,3,0,171,83,188,243,121,3,4,0,174,19,185,154,207,234,3,0,175,243,154,23,156,168,3,0,175,179,15,177,39,199,3,0,176,147,29,83,142,194,3,0,177,83,68,129,50,72,2,0,178,147,194,79,219,188,1,0,180,147,29,94,119,242,2,0,180,83,177,132,187,250,2,0,180,243,82,37,15,15,3,0,180,179,161,207,162,164,3,0,183,211,240,251,199,28,2,0,183,51,19,180,214,243,3,0,184,243,79,14,238,153,2,0,185,115,186,30,86,14,3,0,186,211,200,72,162,2,3,0,187,147,238,182,8,46,2,0,187,115,126,200,150,108,3,0,187,211,162,56,208,138,3,0,188,19,142,66,66,58,3,0,190,115,208,137,192,151,2,0,190,115,188,144,78,245,2,0,190,19,174,108,1,84,3,0,192,147,184,238,141,120,2,0,192,179,80,212,247,231,2,0,195,115,208,110,209,179,2,0,196,51,139,20,217,223,2,0,197,147,52,81,235,90,2,0,198,243,45,117,114,189,3,0,199,51,81,100,87,135,1,0,199,83,74,75,187,156,1,0,200,115,183,244,153,8,2,0,200,243,140,233,196,209,2,0,201,179,91,79,202,14,3,0,203,115,143,242,241,61,2,0,203,243,55,237,229,206,3,0,204,179,161,142,175,190,1,0,204,51,153,223,91,143,2,0,204,51,51,13,49,78,3,0,207,179,147,61,83,52,3,0,208,115,47,136,146,18,2,0,209,147,194,35,249,1,3,0,209,51,193,198,162,119,3,0,210,51,103,95,196,155,1,0,210,147,153,106,82,208,3,0,211,147,67,104,124,71,3,0,213,147,109,229,111,208,1,0,214,19,163,136,95,214,1,0,217,83,149,33,87,127,1,0,217,83,109,110,78,137,3,0,218,243,136,7,156,248,1,0,219,211,206,199,226,201,2,0,221,83,235,169,20,206,2,0,222,51,153,223,77,143,2,0,223,19,234,130,52,215,1,0,223,179,77,104,157,61,3,0,224,243,225,202,232,222,1,0,224,51,217,162,38,47,3,0,225,211,70,233,6,71,2,0,225,147,118,177,236,78,2,0,227,243,43,169,223,12,2,0,229,83,29,253,212,220,1,0,229,211,127,150,176,164,3,0,230,115,193,100,209,29,2,0,231,115,60,81,27,71,2,0,231,19,21,44,104,35,3,0,232,19,73,132,181,248,1,0,234,179,110,60,60,40,3,0,237,147,35,116,254,254,2,0,239,83,173,112,217,32,2,0,239,179,111,114,113,139,2,0,239,179,185,123,84,229,3,0,240,211,15,54,127,172,2,0,240,179,15,227,158,189,2,0,240,179,59,129,204,77,3,0,241,51,121,141,144,219,1,0,241,211,223,211,226,34,2,0,243,211,67,50,178,152,3,0,245,83,6,92,34,7,3,0,247,51,91,66,218,97,3,0,248,115,182,4,248,196,3,0,251,243,162,51,188,20,3,0,251,211,164,134,82,200,3,0,252,147,47,129,212,119,1,0,252,179,43,184,199,254,1,0,253,179,137,255,237,98,2,0,254,83,227,94,239,222,3,0,255,243,148,34,202,199,2,0,255,211,89,126,226,223,3,0,0,212,241,123,3,251,1,0,1,244,136,178,65,86,2,0,2,116,213,23,111,200,1,0,3,116,239,234,137,225,2,0,4,84,65,110,251,41,3,0,4,20,142,66,79,45,3,0,5,20,195,150,254,29,3,0,6,244,233,48,209,140,2,0,9,84,84,61,235,254,1,0,9,148,214,252,200,123,2,0,10,148,203,224,175,7,2,0,14,20,229,99,198,123,1,0,14,84,236,162,155,152,2,0,14,148,248,217,31,177,3,0,14,148,200,207,106,187,3,0,15,148,37,44,177,124,3,0,16,180,236,223,41,18,2,0,18,116,25,191,92,149,2,0,24,116,196,145,16,18,3,0,25,20,93,74,241,27,2,0,26,180,137,237,242,38,3,0,26,148,146,148,140,159,3,0,27,116,234,223,165,94,3,0,27,20,54,164,5,198,3,0,28,180,88,199,125,33,3,0,30,180,242,247,211,121,1,0,31,52,34,40,203,173,3,0,32,148,101,89,219,200,3,0,33,244,170,152,189,211,1,0,34,212,32,65,83,238,1,0,34,244,118,9,11,199,2,0,34,116,145,160,160,217,3,0,35,52,72,201,223,43,3,0,36,52,102,1,104,237,1,0,36,212,30,110,108,68,3,0,37,148,160,216,152,205,1,0,38,84,242,241,150,183,1,0,38,20,197,8,193,0,3,0,40,84,156,248,30,196,2,0,41,212,52,176,137,243,1,0,42,20,186,220,104,239,3,0,43,52,140,128,44,204,1,0,44,52,131,164,2,138,2,0,45,244,230,234,239,207,1,0,46,148,97,11,3,13,3,0,47,20,107,248,161,161,1,0,47,212,69,100,99,17,3,0,49,20,250,96,211,214,3,0,53,20,38,239,94,248,1,0,53,180,218,173,213,12,3,0,54,244,99,53,179,165,1,0,55,84,203,47,1,245,3,0,56,180,177,156,218,4,3,0,56,180,99,199,252,151,3,0,58,84,91,250,65,121,1,0,58,52,69,175,146,186,1,0,59,148,144,183,86,202,1,0,59,148,69,201,197,159,2,0,61,244,119,74,202,6,3,0,62,180,222,163,185,162,1,0,63,180,150,68,32,109,3,0,64,180,41,25,9,234,1,0,64,52,103,181,174,153,3,0,69,52,121,112,231,199,2,0,71,180,78,42,188,37,3,0,74,20,123,184,228,213,2,0,76,84,33,189,139,27,3,0,77,244,117,185,94,46,2,0,79,244,190,9,19,13,3,0,80,148,232,51,130,184,2,0,81,180,153,236,2,142,3,0,83,84,45,255,103,98,3,0,83,180,241,134,39,231,3,0,84,180,189,79,234,85,2,0,85,148,207,235,118,255,1,0,86,84,156,47,12,231,2,0,89,84,6,120,108,224,2,0,90,84,55,51,41,121,1,0,93,116,54,228,201,207,1,0,93,148,115,18,235,249,1,0,96,244,27,151,227,202,2,0,96,148,109,79,133,61,3,0,97,52,76,14,72,153,1,0,97,116,33,99,80,6,4,0,99,52,65,139,53,164,3,0,100,52,210,235,150,14,2,0,100,84,159,193,214,197,2,0,101,52,128,12,180,247,1,0,101,20,116,90,86,10,2,0,102,116,75,10,116,205,1,0,102,20,154,153,167,228,2,0,102,52,151,85,65,80,3,0,102,116,180,74,133,145,3,0,103,84,81,67,214,5,2,0,105,52,47,253,72,228,2,0,111,20,65,251,87,130,2,0,111,212,149,227,189,40,3,0,114,148,162,109,126,167,1,0,115,244,4,131,237,182,3,0,116,180,76,32,142,22,3,0,117,212,168,110,109,135,3,0,118,20,249,32,207,33,2,0,121,84,53,189,251,107,2,0,123,84,62,26,110,102,3,0,124,148,36,85,68,166,1,0,124,84,44,198,30,172,1,0,124,180,85,23,36,93,2,0,124,180,4,42,253,110,2,0,125,52,158,62,52,245,3,0,126,148,213,228,137,189,2,0,127,20,122,247,170,254,1,0,127,244,23,81,98,213,2,0,127,180,21,144,68,123,3,0,128,52,223,247,133,183,1,0,128,116,136,168,20,5,2,0,128,84,90,29,16,34,2,0,129,212,58,12,44,29,2,0,130,148,76,73,2,218,2,0,132,244,169,219,230,195,1,0,133,20,24,81,244,213,2,0,133,180,21,234,116,215,2,0,134,52,141,243,92,252,1,0,134,212,38,209,177,21,3,0,135,180,244,188,76,79,3,0,136,20,180,201,126,55,2,0,136,148,195,84,124,4,4,0,138,148,127,113,15,161,1,0,139,212,139,55,78,140,3,0,141,148,38,28,113,83,2,0,142,244,186,251,34,41,2,0,142,84,252,188,138,104,3,0,144,84,245,73,96,28,2,0,144,244,53,241,18,148,2,0,144,244,68,231,149,74,3,0,144,116,239,145,197,184,3,0,145,20,217,177,51,11,3,0,147,180,68,27,197,225,1,0,147,148,8,229,224,119,3,0,148,244,243,140,202,167,1,0,150,84,193,251,70,114,2,0,151,20,113,121,127,15,3,0,152,180,8,129,68,190,1,0,152,116,162,23,187,102,3,0,154,212,86,3,135,107,2,0,154,84,235,121,135,216,2,0,154,20,160,215,27,12,3,0,154,84,251,31,235,241,3,0,155,20,180,7,240,151,1,0,156,20,85,189,117,118,2,0,156,52,9,249,60,226,2,0,156,244,106,96,171,110,3,0,156,20,137,41,94,217,3,0,157,52,143,160,131,237,1,0,157,180,222,136,87,11,3,0,158,52,102,18,175,147,3,0,159,244,144,96,125,237,2,0,159,148,69,37,117,240,2,0,160,84,3,39,186,181,1,0,160,148,193,53,13,150,3,0,161,180,232,169,220,206,2,0,162,116,209,67,140,151,2,0,162,116,129,246,80,244,2,0,162,212,166,231,42,67,3,0,164,148,75,58,154,36,2,0,164,84,54,135,122,26,3,0,165,212,111,172,169,80,3,0,168,148,25,222,239,215,3,0,169,148,218,37,151,175,3,0,169,52,100,106,229,196,3,0,170,244,224,5,116,6,3,0,175,84,146,114,232,150,2,0,176,244,52,69,100,253,2,0,176,212,77,22,151,139,3,0,177,180,201,206,215,202,1,0,177,20,52,202,129,185,2,0,178,84,88,148,73,28,3,0,179,148,187,172,127,251,3,0,182,116,158,202,47,131,1,0,182,180,183,228,86,190,3,0,183,244,2,54,140,130,1,0,183,148,169,105,3,158,1,0,183,244,114,26,94,52,2,0,184,116,177,95,208,247,2,0,186,244,115,33,220,242,2,0,187,244,251,89,26,148,1,0,189,212,166,197,159,185,2,0,190,180,223,103,220,123,1,0,190,52,241,47,72,151,1,0,190,116,62,100,137,241,1,0,190,20,87,3,117,107,2,0,190,52,86,121,39,246,2,0,191,244,149,81,33,105,2,0,191,84,15,109,249,104,3,0,192,212,130,36,33,205,2,0,192,116,176,74,249,2,4,0,193,20,24,81,213,213,2,0,193,148,79,106,117,121,3,0,194,244,127,131,207,150,2,0,194,148,105,184,220,219,2,0,194,52,254,181,76,111,3,0,194,20,114,130,60,167,3,0,195,84,65,134,248,182,1,0,195,52,215,82,179,254,2,0,196,180,173,192,185,222,1,0,197,84,77,168,45,166,3,0,199,84,174,151,126,222,2,0,200,116,55,253,17,124,3,0,201,84,231,150,36,174,1,0,203,212,80,204,214,245,2,0,203,20,76,11,10,34,3,0,205,116,199,117,254,129,3,0,206,116,160,117,39,131,3,0,207,180,14,121,250,123,1,0,208,52,131,164,25,138,2,0,211,148,52,248,181,106,2,0,211,84,157,20,26,153,3,0,212,180,208,191,87,24,3,0,213,84,198,192,35,148,2,0,216,20,217,89,16,168,2,0,216,84,206,40,178,218,2,0,220,116,31,200,191,107,2,0,221,212,220,124,230,161,1,0,221,20,24,81,180,213,2,0,221,180,100,98,112,236,3,0,223,148,238,182,66,46,2,0,226,212,11,53,81,177,1,0,226,52,124,206,206,93,2,0,226,244,44,3,150,88,3,0,226,116,166,212,158,197,3,0,227,84,79,207,31,253,2,0,230,84,42,71,126,0,2,0,230,212,239,82,112,75,3,0,230,116,197,117,51,88,3,0,234,84,0,13,9,9,3,0,234,84,253,102,172,250,3,0,236,52,153,190,79,203,3,0,237,84,194,107,146,79,2,0,237,20,138,222,88,230,2,0,240,116,17,192,0,34,2,0,240,20,187,238,225,249,2,0,241,20,132,29,157,6,4,0,242,180,57,182,250,171,3,0,245,84,15,62,38,35,2,0,246,52,214,242,208,83,3,0,248,84,100,129,92,59,3,0,252,148,57,241,42,134,3,0,253,180,210,65,88,228,1,0,253,84,109,49,245,15,2,0,253,212,19,105,249,169,2,0,255,84,74,76,38,108,2,0,0,149,52,248,194,97,2,0,1,21,141,179,203,182,3,0,2,213,153,223,216,70,2,0,2,213,53,90,243,174,2,0,3,21,10,210,57,60,3,0,6,149,241,186,148,170,2,0,6,53,191,181,127,67,3,0,7,245,88,199,213,31,3,0,8,21,219,23,166,227,1,0,13,149,116,84,33,185,3,0,16,181,255,253,7,104,2,0,17,85,147,227,113,149,2,0,17,117,110,25,116,219,3,0,19,21,233,114,90,191,1,0,19,245,186,4,116,146,2,0,20,149,137,197,96,212,2,0,20,21,10,160,22,159,3,0,21,21,203,239,202,64,3,0,26,245,30,169,130,213,2,0,27,149,52,248,10,97,2,0,27,181,189,1,18,167,2,0,27,21,199,196,46,39,3,0,29,53,52,80,132,132,1,0,29,53,208,2,74,164,1,0,32,117,83,30,250,46,2,0,33,117,15,234,208,91,3,0,35,53,170,129,144,39,2,0,38,181,87,243,53,117,3,0,39,53,164,140,226,241,1,0,43,117,113,86,208,149,3,0,45,21,117,153,106,232,3,0,46,213,223,190,51,158,1,0,47,149,76,73,20,218,2,0,47,117,40,17,129,224,3,0,48,53,251,170,233,141,3,0,49,53,8,34,97,60,2,0,49,245,223,203,13,236,2,0,49,53,110,13,198,185,3,0,52,245,29,77,104,84,2,0,52,245,133,193,233,84,3,0,54,53,208,38,108,45,2,0,55,117,37,97,26,95,3,0,58,21,151,134,97,146,3,0,59,149,52,248,253,96,2,0,60,213,83,21,62,238,1,0,60,21,14,64,252,85,3,0,61,117,178,148,157,78,2,0,61,85,217,120,166,33,3,0,62,53,41,125,252,85,2,0,62,149,171,194,41,153,3,0,63,85,177,182,56,51,2,0,66,53,27,137,1,17,3,0,67,117,103,173,178,134,1,0,68,149,76,81,241,33,2,0,69,181,201,130,152,202,1,0,69,213,58,12,70,29,2,0,70,21,207,67,183,148,1,0,71,117,137,219,78,213,3,0,72,149,217,169,91,200,2,0,72,213,225,4,83,38,3,0,74,85,205,212,251,248,2,0,74,21,76,50,90,120,3,0,74,53,214,18,45,239,3,0,76,117,90,71,150,245,1,0,76,213,1,224,107,184,2,0,78,181,24,54,42,127,2,0,79,245,205,100,44,17,3,0,80,21,17,175,11,131,2,0,81,149,10,225,52,76,3,0,83,117,75,185,123,3,2,0,83,181,51,70,101,50,3,0,84,213,222,66,171,243,3,0,85,85,181,99,160,252,1,0,87,245,251,80,134,112,2,0,88,117,57,123,80,127,2,0,88,245,235,119,213,59,3,0,89,117,85,205,118,193,2,0,92,245,170,171,127,104,2,0,94,181,156,77,116,202,1,0,94,245,53,220,173,222,3,0,95,213,130,174,18,169,1,0,97,85,240,206,143,169,2,0,98,245,210,214,84,2,3,0,99,21,38,81,63,152,2,0,99,85,6,120,105,185,2,0,101,213,68,156,151,231,3,0,102,85,218,217,148,89,2,0,103,85,217,90,75,25,2,0,103,181,161,135,7,92,3,0,104,21,227,133,156,39,3,0,106,117,138,31,97,245,2,0,108,21,35,243,150,4,2,0,108,149,42,222,113,36,3,0,109,149,61,172,180,220,2,0,110,181,55,195,89,149,1,0,110,53,216,62,40,42,3,0,111,21,251,170,9,103,2,0,111,181,244,76,80,206,2,0,112,149,218,170,92,65,3,0,113,149,176,139,79,2,4,0,115,53,110,21,220,157,1,0,124,181,211,213,72,206,1,0,124,53,129,58,75,232,2,0,125,21,35,81,14,154,2,0,128,53,150,104,181,35,2,0,128,181,154,123,223,164,3,0,131,117,191,239,250,144,2,0,131,117,111,243,168,198,3,0,133,53,246,67,77,198,1,0,134,149,52,248,178,88,2,0,137,213,228,88,238,143,1,0,139,85,182,136,8,168,3,0,140,213,207,105,66,165,1,0,140,21,41,93,60,168,1,0,141,149,247,65,215,69,3,0,141,53,221,116,107,78,3,0,142,85,89,8,38,135,1,0,142,181,109,202,169,232,1,0,142,53,238,254,15,186,3,0,143,21,85,103,168,209,2,0,144,181,144,170,1,200,2,0,144,245,27,97,200,227,3,0,145,245,24,212,51,240,1,0,147,245,150,92,213,58,2,0,147,181,39,81,252,132,2,0,147,53,27,4,213,133,3,0,148,245,17,110,179,51,2,0,149,117,95,199,8,189,1,0,149,245,118,138,170,202,3,0,150,245,219,64,27,204,1,0,150,53,34,17,204,116,3,0,151,213,99,96,109,93,2,0,153,245,68,0,255,113,3,0,154,117,179,68,220,187,3,0,155,53,125,31,112,254,3,0,156,245,159,69,163,17,2,0,158,149,45,233,148,184,2,0,158,85,69,237,255,153,3,0,159,117,167,78,121,62,3,0,159,53,63,240,1,108,3,0,161,245,73,186,171,143,2,0,161,149,217,47,82,215,2,0,161,53,45,152,228,204,3,0,162,181,161,242,160,170,1,0,162,149,218,90,12,239,1,0,162,181,197,94,137,110,2,0,165,85,172,52,179,34,3,0,166,117,8,26,213,209,1,0,166,21,27,69,146,150,3,0,167,181,29,138,170,66,3,0,169,213,25,110,206,3,2,0,169,149,52,248,146,11,2,0,169,213,169,130,97,105,3,0,171,117,210,177,153,192,1,0,172,213,222,20,128,140,1,0,173,117,117,162,227,179,3,0,174,245,164,40,59,1,4,0,176,245,155,224,168,214,1,0,176,117,187,170,224,157,3,0,177,149,127,72,214,167,3,0,180,53,164,102,171,126,3,0,181,181,129,22,110,221,3,0,183,21,191,40,194,106,2,0,183,213,196,35,8,82,3,0,184,149,109,32,153,237,2,0,185,53,120,179,133,8,3,0,186,149,130,54,194,236,3,0,187,85,142,33,8,224,3,0,188,21,67,163,104,212,3,0,191,117,46,28,246,81,3,0,192,181,42,204,21,120,1,0,192,117,33,215,60,192,2,0,192,21,160,6,51,253,2,0,193,53,106,154,217,1,3,0,195,213,76,81,158,15,2,0,195,117,178,218,147,29,3,0,197,213,236,109,178,205,3,0,198,245,113,68,150,214,3,0,199,181,163,208,187,155,2,0,200,245,21,41,235,123,1,0,201,21,225,170,212,198,2,0,203,53,247,204,236,99,3,0,204,213,120,244,83,176,3,0,205,149,198,212,45,215,3,0,206,21,174,124,125,89,2,0,209,85,188,166,191,108,2,0,211,21,4,182,176,165,3,0,213,181,90,104,82,213,1,0,214,21,17,9,10,200,1,0,214,53,113,39,56,214,1,0,215,21,56,130,155,68,3,0,216,213,26,134,101,90,3,0,216,117,90,75,176,175,3,0,218,53,84,167,215,101,3,0,219,213,175,244,2,126,1,0,219,149,197,66,104,226,1,0,219,245,85,115,82,162,3,0,219,149,160,129,113,165,3,0,220,245,255,20,80,173,1,0,222,21,65,212,244,147,1,0,222,245,122,49,52,212,2,0,223,117,240,162,1,218,1,0,225,245,175,181,183,240,1,0,225,85,97,209,174,85,2,0,225,85,163,168,172,236,3,0,226,149,215,27,240,158,2,0,226,117,229,206,230,169,2,0,227,53,13,159,206,127,2,0,228,181,234,22,75,75,2,0,230,181,202,120,122,230,1,0,230,53,235,15,94,34,3,0,231,181,71,173,185,189,2,0,231,117,153,230,183,189,3,0,235,53,153,177,101,176,3,0,236,213,178,87,140,224,1,0,236,213,153,223,19,68,2,0,236,21,115,54,150,155,3,0,236,213,24,151,74,209,3,0,237,213,82,248,83,248,2,0,238,53,153,100,114,24,3,0,241,245,138,132,125,40,3,0,244,149,50,36,83,154,3,0,248,181,47,227,55,5,2,0,251,149,174,126,221,62,2,0,251,85,107,172,220,24,3,0,252,181,132,190,13,121,3,0,252,117,8,252,33,145,3,0,253,117,120,23,12,12,2,0,254,117,225,220,54,57,3,0,254,245,209,246,196,235,3,0,254,181,214,45,178,8,4,0,255,149,66,239,133,237,3,0,0,150,175,89,126,233,3,0,2,54,91,54,113,37,2,0,2,118,76,136,227,114,3,0,3,22,48,158,111,248,1,0,3,86,213,134,23,40,3,0,3,54,52,51,3,136,3,0,4,118,49,8,54,65,3,0,5,54,100,183,194,49,3,0,6,22,167,250,1,242,3,0,8,118,4,230,79,17,3,0,9,246,40,166,57,6,4,0,10,150,52,248,3,85,2,0,11,86,131,53,138,168,2,0,15,22,100,87,36,66,3,0,16,214,53,146,36,159,3,0,19,214,117,184,147,213,2,0,19,54,154,202,150,132,3,0,20,150,85,94,170,99,2,0,21,214,211,72,252,193,1,0,22,182,197,240,237,153,3,0,23,118,152,95,10,21,2,0,24,118,133,182,59,209,3,0,25,54,191,122,152,244,1,0,25,150,207,226,90,73,2,0,25,150,52,248,16,85,2,0,26,86,124,41,13,156,2,0,26,86,89,171,205,195,2,0,27,246,29,70,0,216,1,0,27,246,226,85,67,215,3,0,30,118,8,230,249,62,3,0,34,54,178,209,55,175,2,0,35,54,57,170,137,178,1,0,35,86,102,199,15,161,2,0,37,118,107,28,52,181,2,0,37,22,149,250,198,11,3,0,38,22,28,8,19,118,3,0,38,214,173,55,32,196,3,0,39,214,255,204,74,136,3,0,39,118,160,240,90,194,3,0,40,54,36,80,123,234,3,0,42,246,58,142,65,138,1,0,42,22,62,99,75,78,3,0,44,54,82,126,66,169,2,0,45,246,71,41,206,1,2,0,45,182,130,115,106,178,2,0,45,54,71,233,77,56,3,0,47,54,192,170,55,213,3,0,49,86,25,67,22,198,2,0,52,22,196,4,95,107,2,0,52,150,229,130,114,96,3,0,52,182,182,56,26,157,3,0,54,54,143,25,26,226,1,0,55,246,166,58,231,239,2,0,56,182,80,223,1,172,1,0,60,150,151,79,180,216,3,0,61,246,157,190,231,211,2,0,61,214,46,29,57,42,3,0,61,22,2,241,137,82,3,0,63,22,105,184,72,218,2,0,65,150,147,208,220,96,3,0,67,246,54,36,199,36,2,0,69,118,205,48,51,72,3,0,72,150,242,241,140,168,1,0,72,246,181,106,128,108,3,0,73,150,120,167,228,113,3,0,74,214,221,138,39,200,1,0,74,246,96,50,122,108,2,0,78,182,33,15,97,192,1,0,78,182,33,15,116,192,1,0,78,182,33,15,134,192,1,0,79,22,173,184,238,162,2,0,81,86,200,197,102,77,3,0,81,182,85,6,102,209,3,0,82,22,97,198,160,37,3,0,86,22,148,71,167,172,2,0,88,246,106,238,181,175,1,0,90,246,102,79,202,51,3,0,90,150,39,162,195,136,3,0,91,214,38,99,213,133,1,0,92,214,7,229,75,7,3,0,93,22,114,58,176,225,1,0,93,54,102,62,44,230,2,0,93,246,28,190,94,136,3,0,94,246,51,71,97,130,1,0,94,54,200,8,76,243,1,0,95,214,203,113,163,204,2,0,95,182,254,190,168,10,3,0,96,214,1,230,28,57,3,0,96,214,1,79,64,74,3,0,97,246,109,83,172,97,3,0,98,214,153,223,149,67,2,0,100,118,231,172,248,177,1,0,100,86,70,69,19,106,3,0,101,86,20,223,35,87,2,0,101,22,86,187,209,167,2,0,101,54,141,77,169,45,3,0,103,182,19,110,202,208,3,0,103,54,121,11,12,9,4,0,103,54,121,11,34,9,4,0,105,22,110,152,225,194,2,0,106,150,70,186,250,197,1,0,106,214,153,223,1,66,2,0,107,86,104,53,74,43,2,0,110,54,186,217,193,102,2,0,111,214,136,72,203,130,2,0,112,86,155,195,143,233,1,0,113,22,1,69,100,152,2,0,114,54,110,219,228,177,1,0,114,246,249,250,216,38,2,0,116,86,190,79,212,87,2,0,116,118,101,52,149,106,2,0,119,150,219,159,81,178,1,0,119,150,73,5,211,159,3,0,122,22,44,120,159,118,2,0,123,86,238,104,104,159,3,0,125,22,11,43,131,171,2,0,125,22,202,84,218,238,2,0,125,54,231,40,96,253,3,0,126,54,162,170,117,109,2,0,127,182,187,122,28,122,2,0,127,246,219,247,3,90,3,0,130,214,6,242,236,56,2,0,131,86,202,126,225,141,1,0,133,86,109,252,195,117,2,0,135,118,154,17,18,93,2,0,135,214,168,224,226,165,3,0,137,246,126,196,236,129,1,0,138,22,135,161,33,240,2,0,139,22,10,206,127,200,2,0,140,22,96,22,218,72,2,0,140,214,214,25,208,45,3,0,143,54,159,198,13,195,2,0,145,182,145,167,68,49,2,0,145,150,13,49,183,74,2,0,145,246,123,184,150,207,2,0,146,246,57,91,130,214,2,0,147,86,169,97,9,122,1,0,147,118,76,81,134,56,2,0,148,214,16,212,56,27,2,0,148,86,230,47,39,231,2,0,149,54,63,184,122,132,2,0,151,22,110,105,55,68,2,0,151,150,52,248,157,83,2,0,152,246,54,185,153,159,2,0,153,150,13,70,38,196,1,0,153,54,191,157,21,252,1,0,153,118,110,169,41,5,2,0,153,246,117,109,62,100,2,0,154,54,229,106,94,211,1,0,154,118,3,176,39,97,2,0,155,246,221,7,91,112,3,0,157,118,147,184,197,233,1,0,157,86,237,246,108,238,3,0,158,86,171,34,97,234,1,0,158,150,14,49,96,75,2,0,158,118,244,31,71,145,3,0,159,182,2,210,181,80,2,0,159,118,252,38,34,225,2,0,159,118,230,85,30,251,2,0,160,150,186,81,159,55,3,0,161,150,52,248,87,83,2,0,161,182,247,130,164,98,2,0,162,150,43,81,44,109,2,0,163,214,4,173,11,139,2,0,165,246,110,40,116,166,2,0,165,182,24,81,191,190,2,0,166,246,202,237,213,99,2,0,166,182,145,184,124,191,2,0,167,86,6,75,8,236,3,0,169,22,12,140,58,47,2,0,169,182,198,248,32,251,3,0,170,22,51,240,135,110,3,0,170,54,173,198,182,148,3,0,171,214,39,81,148,136,2,0,174,86,202,252,17,110,2,0,175,246,186,126,97,131,1,0,175,118,227,101,216,156,2,0,176,150,79,59,46,102,2,0,176,214,188,186,150,251,2,0,178,246,156,254,171,143,1,0,178,182,46,96,245,153,1,0,178,182,173,53,87,28,3,0,179,150,68,155,154,234,2,0,179,86,41,160,143,207,3,0,180,182,129,156,95,105,2,0,183,22,221,68,133,4,2,0,183,150,52,248,100,83,2,0,183,214,39,81,62,134,2,0,183,22,150,101,172,70,3,0,185,118,206,77,151,18,3,0,186,182,40,252,114,174,2,0,187,118,139,211,153,234,1,0,187,150,243,32,119,93,3,0,187,182,194,152,137,148,3,0,187,86,65,163,55,182,3,0,188,86,98,216,112,145,1,0,188,246,221,208,101,196,2,0,188,214,120,242,241,138,3,0,189,86,217,90,50,25,2,0,189,54,215,84,96,166,2,0,189,54,21,91,224,85,3,0,189,118,176,143,20,246,3,0,189,118,35,119,2,248,3,0,190,54,221,23,251,24,3,0,191,86,161,169,139,158,2,0,191,118,73,54,4,179,2,0,191,182,247,18,10,62,3,0,192,246,54,40,179,151,3,0,193,150,66,65,69,204,1,0,193,86,60,227,133,54,3,0,195,214,134,209,93,152,1,0,195,182,183,121,166,207,1,0,196,86,89,128,104,51,2,0,197,150,50,189,148,88,2,0,197,214,147,152,237,135,2,0,197,214,123,184,14,208,2,0,197,118,183,172,86,61,3,0,198,214,204,235,29,36,2,0,199,118,69,38,198,85,3,0,200,118,40,118,232,145,1,0,205,22,131,67,255,136,1,0,208,182,248,67,73,187,3,0,209,246,31,8,36,84,2,0,209,182,28,175,214,246,3,0,210,22,82,56,82,80,3,0,211,22,64,151,212,231,1,0,212,118,155,188,219,90,2,0,213,182,238,145,95,7,3,0,213,54,87,159,105,200,3,0,216,22,196,135,91,211,2,0,217,246,137,42,164,150,1,0,222,54,44,204,121,177,1,0,222,246,17,146,134,113,3,0,222,22,255,79,180,182,3,0,223,22,194,90,46,167,2,0,224,118,105,145,219,158,2,0,224,150,5,139,155,122,3,0,225,182,24,81,149,190,2,0,226,54,202,126,17,142,1,0,226,182,124,183,56,160,1,0,226,54,159,198,166,194,2,0,227,54,141,118,199,151,1,0,228,118,1,177,57,121,2,0,229,22,43,166,84,194,1,0,229,22,152,32,33,184,3,0,229,118,2,96,174,242,3,0,230,86,171,17,173,252,1,0,230,246,124,224,85,44,3,0,230,54,206,56,130,65,3,0,230,214,211,150,88,87,3,0,233,86,142,24,243,27,3,0,233,54,231,91,183,137,3,0,234,246,84,162,6,101,2,0,235,150,126,38,127,155,3,0,236,182,132,42,115,205,3,0,239,150,95,52,72,212,2,0,239,54,173,215,114,220,3,0,241,214,54,81,111,85,2,0,241,54,73,177,17,145,3,0,242,246,135,185,157,185,1,0,243,150,17,193,170,163,3,0,244,86,126,98,45,7,2,0,245,182,242,234,141,18,3,0,245,214,74,203,25,114,3,0,246,182,131,79,138,125,1,0,246,150,220,5,17,196,1,0,249,118,170,21,26,224,3,0,250,22,153,223,26,157,2,0,251,54,53,52,168,179,2,0,253,22,130,36,15,134,2,0,253,150,47,2,173,17,3,0,0,151,46,173,198,173,2,0,0,183,199,252,107,104,3,0,2,55,52,99,100,55,3,0,2,183,199,137,61,159,3,0,3,183,101,108,76,137,1,0,5,183,199,55,12,247,1,0,6,215,130,146,172,89,2,0,6,119,83,23,176,170,3,0,7,87,189,17,173,140,1,0,7,55,240,87,182,90,2,0,10,183,193,98,116,39,3,0,11,87,83,185,215,234,2,0,13,183,213,233,22,29,2,0,13,23,245,15,81,4,3,0,15,247,30,39,135,33,2,0,15,119,130,230,126,170,2,0,17,55,205,188,163,65,2,0,17,23,232,113,238,88,2,0,18,151,52,248,6,68,2,0,18,119,121,235,203,86,2,0,18,23,21,41,170,120,2,0,19,55,126,9,27,131,1,0,20,55,196,80,43,133,1,0,22,151,52,248,230,70,2,0,23,87,182,176,135,121,2,0,25,87,169,42,124,34,3,0,26,247,197,25,221,46,3,0,29,151,12,191,232,159,1,0,29,55,166,188,19,24,2,0,31,151,9,113,169,242,2,0,32,23,160,227,178,107,3,0,33,119,80,246,122,243,1,0,33,87,137,234,15,17,3,0,34,151,52,248,219,73,2,0,34,215,24,95,72,99,3,0,35,151,87,59,50,177,3,0,36,87,58,176,54,242,1,0,36,183,106,168,176,243,1,0,36,55,199,61,140,101,2,0,37,215,71,208,68,163,1,0,37,119,208,172,196,216,1,0,40,215,94,57,41,246,1,0,41,247,49,225,245,233,2,0,42,87,117,159,84,254,1,0,42,55,245,68,45,164,2,0,43,247,255,52,226,229,1,0,44,23,9,243,173,36,2,0,44,215,80,5,142,163,2,0,45,247,16,206,113,241,3,0,46,151,128,182,19,127,2,0,47,183,210,117,35,146,1,0,47,119,80,246,225,243,1,0,49,151,195,237,174,120,1,0,49,87,60,143,55,223,1,0,49,183,198,79,197,210,2,0,50,55,131,224,10,238,3,0,52,23,237,48,185,114,3,0,52,151,71,28,102,233,3,0,53,183,99,238,92,234,2,0,54,151,185,28,17,164,1,0,54,119,163,185,220,52,3,0,55,23,28,210,67,128,1,0,59,247,46,43,144,211,1,0,62,87,209,240,73,228,1,0,62,215,253,53,196,125,2,0,62,183,110,61,124,166,3,0,63,23,76,216,91,71,2,0,63,183,243,214,119,237,3,0,65,247,234,9,125,154,2,0,66,55,216,242,27,158,3,0,66,23,48,114,188,3,4,0,68,119,39,38,8,242,2,0,70,247,128,42,7,216,2,0,70,55,174,103,187,100,3,0,71,151,231,150,237,174,1,0,71,119,231,19,152,3,3,0,71,23,34,57,127,101,3,0,72,55,56,61,216,47,2,0,75,87,21,41,41,119,3,0,76,151,82,255,249,232,1,0,76,183,214,194,238,4,4,0,78,55,198,42,6,39,2,0,78,247,90,171,251,42,3,0,78,55,35,101,161,251,3,0,79,151,23,81,242,218,2,0,80,183,8,240,144,59,2,0,83,151,105,212,23,181,1,0,83,23,29,101,206,218,3,0,84,23,250,132,152,173,2,0,85,215,23,81,172,216,2,0,87,247,233,106,188,252,1,0,87,215,199,10,76,88,2,0,87,151,56,106,248,14,3,0,87,247,87,209,82,85,3,0,87,215,38,47,209,118,3,0,88,119,144,125,141,231,2,0,88,215,133,109,192,175,3,0,90,215,181,150,111,100,2,0,90,55,125,247,156,233,3,0,91,215,30,165,188,145,1,0,91,247,10,173,115,53,2,0,91,55,124,194,31,219,3,0,92,87,178,186,253,115,2,0,92,119,124,184,157,212,2,0,92,55,218,40,248,55,3,0,92,151,163,211,243,1,4,0,93,247,147,209,50,13,2,0,95,247,13,177,85,92,2,0,96,151,172,95,4,119,2,0,96,119,32,229,82,149,3,0,97,183,172,104,239,75,2,0,97,119,23,96,122,79,2,0,98,87,81,243,3,159,3,0,101,23,130,199,67,123,1,0,102,55,133,235,123,61,2,0,104,55,212,126,218,186,1,0,104,23,143,120,176,170,2,0,104,23,129,207,7,19,3,0,107,55,215,105,193,143,1,0,108,183,244,122,238,124,1,0,109,87,101,16,58,132,2,0,111,119,120,150,126,122,1,0,111,215,209,183,81,102,3,0,112,23,237,17,113,129,3,0,113,87,113,247,239,125,1,0,118,215,25,20,30,250,2,0,118,55,210,246,182,223,3,0,120,151,52,248,20,74,2,0,120,247,200,185,175,152,2,0,120,87,10,144,202,247,3,0,121,215,81,108,13,91,3,0,124,87,12,10,212,165,1,0,126,215,186,214,136,134,3,0,128,151,179,182,171,101,3,0,130,247,226,128,160,37,2,0,131,23,147,251,240,167,3,0,132,183,2,210,191,121,3,0,133,215,166,127,124,25,2,0,133,183,11,74,54,94,2,0,133,87,61,254,70,140,2,0,133,23,144,162,178,255,2,0,134,151,15,229,55,77,3,0,135,183,22,150,86,120,1,0,136,215,203,255,116,26,2,0,136,87,164,103,186,111,2,0,137,215,63,94,130,7,2,0,137,151,163,74,249,57,3,0,139,55,89,73,65,129,2,0,139,23,19,62,118,49,3,0,139,215,170,50,141,6,4,0,142,119,60,89,202,23,2,0,142,23,135,67,100,4,3,0,143,215,81,82,54,170,1,0,143,183,62,193,228,24,2,0,143,183,188,150,226,150,3,0,144,55,129,114,149,66,2,0,144,183,121,19,15,228,2,0,145,119,189,38,85,225,2,0,147,247,25,187,253,157,3,0,148,183,6,158,218,27,2,0,148,215,5,63,151,177,2,0,149,151,28,12,204,112,3,0,150,215,64,196,122,2,3,0,151,247,96,239,184,9,3,0,152,247,119,151,126,121,1,0,152,119,193,228,120,62,2,0,152,247,167,61,164,135,3,0,154,215,228,54,168,218,1,0,156,215,47,145,64,156,1,0,156,23,159,114,83,8,2,0,156,247,249,216,78,82,3,0,157,215,216,245,162,169,2,0,157,55,176,4,32,28,3,0,157,183,138,212,51,94,3,0,158,55,119,48,46,87,3,0,158,151,60,115,148,97,3,0,159,183,212,96,196,187,3,0,161,87,192,19,240,230,1,0,162,151,213,70,215,185,3,0,162,119,94,18,25,247,3,0,163,215,228,196,137,109,2,0,163,87,227,41,230,109,2,0,163,151,56,51,59,241,2,0,164,247,199,110,237,80,2,0,164,151,122,49,118,223,3,0,166,215,36,167,208,252,2,0,166,23,109,29,215,27,3,0,167,55,50,84,34,89,3,0,171,151,119,122,84,201,1,0,172,183,156,188,242,193,3,0,173,183,219,72,0,216,3,0,174,119,41,93,3,93,3,0,175,119,253,106,31,132,1,0,175,23,114,88,186,169,1,0,175,119,201,3,126,229,2,0,176,247,233,186,253,55,2,0,176,55,119,10,140,0,3,0,177,87,36,121,32,206,1,0,180,55,81,150,65,22,2,0,181,215,126,142,109,155,1,0,181,55,165,55,106,222,2,0,181,87,248,145,186,141,3,0,182,247,157,228,29,154,2,0,182,119,248,35,46,3,4,0,185,119,111,105,213,66,2,0,189,183,126,230,37,239,2,0,191,23,177,126,163,139,1,0,193,23,26,253,226,143,2,0,195,23,222,146,166,155,2,0,196,215,231,186,247,145,2,0,196,247,137,185,64,156,2,0,197,247,99,168,44,95,2,0,199,247,137,185,80,156,2,0,200,151,3,245,168,243,2,0,201,151,231,190,168,52,2,0,202,87,85,2,119,48,2,0,202,215,99,102,23,174,3,0,203,87,254,149,118,125,3,0,205,247,114,26,118,52,2,0,205,55,174,78,93,94,2,0,205,87,53,165,56,0,3,0,206,151,227,164,90,237,1,0,206,55,7,122,34,21,3,0,206,247,199,89,167,125,3,0,208,151,99,26,161,194,1,0,208,183,82,225,144,195,3,0,210,87,193,79,3,138,1,0,212,87,205,47,133,215,3,0,212,151,5,58,134,243,3,0,213,183,39,81,116,131,2,0,214,119,219,22,205,221,1,0,214,87,152,137,148,174,3,0,215,55,239,137,178,98,3,0,216,151,251,183,36,143,2,0,217,23,101,133,150,63,3,0,219,183,212,96,208,187,3,0,225,183,148,26,211,152,2,0,226,247,99,84,83,241,2,0,226,247,12,36,108,195,3,0,227,247,94,105,228,156,1,0,228,55,219,4,195,13,2,0,228,151,178,191,23,183,2,0,231,55,255,16,51,114,3,0,232,55,105,184,24,220,2,0,232,215,138,145,68,222,2,0,236,119,190,161,4,208,1,0,237,183,242,211,121,179,1,0,237,247,179,90,30,227,1,0,237,247,249,189,87,117,3,0,238,119,124,56,233,217,3,0,239,247,216,66,42,90,2,0,239,215,241,230,1,198,2,0,244,87,12,93,222,173,1,0,244,215,226,138,92,255,3,0,245,183,198,79,14,211,2,0,248,55,138,155,95,204,1,0,250,247,107,207,126,174,1,0,250,87,76,193,127,59,2,0,251,247,71,173,19,138,1,0,251,55,145,164,54,115,2,0,253,151,54,136,126,21,2,0,253,23,139,119,106,57,3,0,254,55,32,40,224,193,1,0,254,55,166,161,229,48,3,0,3,56,171,47,198,47,2,0,3,88,164,36,56,206,2,0,4,56,247,225,102,210,2,0,5,120,124,184,191,212,2,0,6,120,25,242,101,232,2,0,8,120,38,241,145,54,2,0,9,24,64,182,195,134,1,0,9,88,62,102,42,5,4,0,10,88,161,203,56,150,3,0,11,88,169,116,55,234,2,0,12,152,173,19,200,154,2,0,12,152,173,19,1,155,2,0,12,152,173,19,25,155,2,0,12,152,173,19,59,155,2,0,12,152,173,19,86,155,2,0,12,88,129,67,82,254,2,0,13,56,184,186,217,123,2,0,14,152,31,54,9,60,3,0,14,56,72,69,177,132,3,0,15,216,64,37,210,84,3,0,17,248,64,22,177,183,1,0,18,248,18,144,209,202,2,0,18,248,238,253,114,130,3,0,19,184,203,224,237,206,2,0,20,24,118,39,247,126,3,0,21,248,94,220,101,177,1,0,22,248,177,119,76,124,3,0,23,120,75,7,71,142,1,0,23,120,141,14,166,249,2,0,23,248,71,234,240,12,3,0,24,216,251,236,19,236,1,0,26,184,153,223,164,88,2,0,26,120,112,187,137,178,3,0,27,248,246,171,22,156,3,0,28,88,25,184,147,140,3,0,31,184,223,181,246,194,1,0,31,216,114,109,104,67,3,0,32,152,128,182,138,126,2,0,33,248,68,235,238,197,3,0,35,152,201,91,21,137,1,0,35,216,121,210,63,184,3,0,37,56,209,59,180,251,1,0,37,56,241,219,248,230,2,0,39,152,31,195,126,234,1,0,39,88,79,218,80,170,3,0,41,24,104,62,25,210,1,0,41,88,39,197,91,204,2,0,43,184,101,199,170,131,3,0,44,248,101,126,109,8,2,0,45,216,208,114,183,255,1,0,46,56,67,51,54,22,3,0,48,184,132,201,105,143,3,0,54,216,221,40,245,250,1,0,62,120,119,162,164,201,1,0,62,248,130,95,241,191,3,0,64,184,163,75,24,156,1,0,64,56,250,1,71,214,1,0,64,56,88,224,159,73,2,0,64,184,152,198,255,31,3,0,66,248,60,38,88,142,1,0,66,152,25,11,129,88,3,0,72,24,73,75,94,124,1,0,72,248,54,167,86,224,1,0,72,120,59,184,214,169,2,0,72,120,116,20,227,190,3,0,72,24,46,249,85,221,3,0,73,216,178,115,227,206,1,0,73,120,186,128,237,184,3,0,76,152,121,137,176,158,2,0,76,120,185,54,183,119,3,0,77,248,185,19,77,116,3,0,79,56,145,164,119,115,2,0,80,120,9,103,158,91,3,0,82,120,147,245,140,135,3,0,89,216,199,7,236,244,3,0,90,120,169,229,4,119,3,0,90,120,68,141,45,132,3,0,91,120,6,211,201,20,2,0,93,248,181,128,150,213,1,0,94,24,105,184,88,218,2,0,94,152,161,48,183,247,3,0,95,56,52,131,215,0,3,0,96,120,44,113,78,192,2,0,98,56,153,223,37,146,2,0,98,88,133,161,80,231,3,0,103,216,91,241,160,43,3,0,104,24,41,166,178,139,1,0,104,120,237,203,209,17,3,0,104,120,18,24,180,231,3,0,108,216,142,240,12,81,2,0,109,24,136,73,146,252,3,0,110,56,104,83,228,252,2,0,112,184,229,13,133,217,2,0,113,216,108,253,160,199,1,0,113,24,223,83,250,240,1,0,113,152,255,63,0,226,3,0,114,56,231,100,132,142,3,0,114,24,116,37,250,159,3,0,114,152,23,92,166,189,3,0,115,88,22,10,99,237,3,0,116,152,5,234,216,89,3,0,118,152,191,226,163,208,2,0,119,152,173,140,138,123,2,0,119,56,42,97,236,151,3,0,120,24,5,232,36,142,2,0,121,152,38,60,31,202,2,0,122,24,171,144,156,151,1,0,122,152,4,195,29,48,2,0,122,216,123,184,147,208,2,0,123,216,37,36,15,21,3,0,123,248,51,124,231,172,3,0,123,184,109,199,198,225,3,0,123,184,203,54,32,1,4,0,124,184,92,201,107,55,2,0,125,216,99,87,57,66,3,0,128,56,205,229,138,133,1,0,130,152,246,209,33,215,1,0,130,88,209,47,124,186,3,0,130,88,209,47,138,186,3,0,130,88,209,47,159,186,3,0,131,88,200,191,102,138,2,0,131,248,22,220,73,76,3,0,132,248,251,74,246,2,2,0,132,24,210,235,196,14,2,0,132,24,241,94,165,131,2,0,132,88,209,47,19,185,3,0,134,88,154,234,57,231,1,0,134,56,21,192,58,43,2,0,136,216,165,111,205,157,1,0,137,56,21,192,42,43,2,0,138,56,21,192,26,43,2,0,138,88,248,61,105,222,3,0,139,248,41,40,38,54,3,0,140,216,95,126,17,158,2,0,141,24,97,162,232,99,2,0,142,120,226,33,157,225,3,0,144,120,240,21,185,176,1,0,144,248,64,252,53,100,3,0,146,88,40,91,149,214,2,0,146,248,41,4,230,22,3,0,147,56,65,70,79,227,2,0,149,56,145,61,41,20,2,0,149,88,55,232,115,134,2,0,150,24,77,71,95,195,1,0,150,216,125,67,157,119,2,0,150,184,171,168,146,240,2,0,152,248,106,27,22,242,3,0,152,152,149,120,1,244,3,0,156,56,100,162,27,152,1,0,157,56,136,196,198,152,3,0,160,24,196,176,136,138,3,0,160,184,168,5,185,206,3,0,162,120,177,230,83,137,2,0,163,56,234,192,169,136,3,0,165,120,13,12,30,135,2,0,165,88,13,74,120,161,2,0,166,24,192,251,49,251,2,0,168,24,229,187,152,121,1,0,169,216,88,102,162,245,3,0,173,24,130,112,164,218,3,0,173,24,109,53,26,226,3,0,174,56,76,13,176,61,2,0,175,24,165,169,208,214,2,0,175,24,27,226,227,12,3,0,175,184,222,88,244,161,3,0,176,24,247,94,34,227,3,0,177,120,160,143,140,253,2,0,178,216,193,14,52,1,2,0,179,120,162,203,167,89,3,0,180,120,40,176,143,158,1,0,180,24,156,12,30,236,2,0,180,120,65,66,76,161,3,0,182,184,100,128,231,213,1,0,183,88,205,154,98,136,1,0,183,88,216,238,129,122,2,0,183,152,103,149,235,56,3,0,183,120,126,213,112,228,3,0,186,152,145,6,160,137,2,0,187,56,229,104,252,209,1,0,188,88,24,163,1,148,3,0,188,184,48,188,195,167,3,0,189,248,175,81,251,59,2,0,189,120,135,203,11,70,2,0,192,56,233,127,207,156,1,0,195,88,8,104,228,252,1,0,195,248,71,212,221,166,2,0,196,120,15,80,185,159,3,0,199,120,23,188,134,119,2,0,199,120,69,83,0,88,3,0,200,24,178,144,167,19,2,0,200,248,63,213,200,1,4,0,203,56,40,166,27,187,1,0,203,56,86,31,55,204,3,0,204,248,54,92,140,223,1,0,204,184,176,183,213,222,2,0,204,88,210,199,71,44,3,0,205,152,97,247,52,80,2,0,209,24,113,60,79,69,2,0,209,248,206,45,161,90,3,0,209,248,196,179,6,199,3,0,212,120,243,217,42,60,2,0,213,120,130,133,180,210,1,0,214,216,182,186,179,117,2,0,214,56,154,33,138,38,3,0,215,24,53,120,242,118,2,0,216,152,202,161,44,40,3,0,216,248,30,87,215,162,3,0,219,248,63,84,216,82,3,0,220,152,147,28,117,94,3,0,220,24,51,111,135,115,3,0,223,216,79,35,92,1,4,0,224,184,11,74,212,96,2,0,225,120,114,167,15,167,1,0,226,152,51,59,11,6,4,0,227,216,52,74,52,218,2,0,229,248,50,38,191,68,2,0,230,216,40,13,209,146,1,0,232,88,28,153,186,244,3,0,233,56,136,239,191,125,1,0,234,184,148,117,213,230,1,0,235,120,161,138,113,246,2,0,238,184,6,98,19,1,3,0,238,56,230,230,219,153,3,0,240,120,14,171,77,176,1,0,240,24,122,206,106,184,1,0,241,152,197,237,21,237,1,0,241,120,247,65,102,4,4,0,242,88,99,149,9,235,3,0,245,152,112,99,157,235,3,0,247,248,10,143,67,61,2,0,247,56,33,186,150,122,2,0,249,152,118,227,75,40,3,0,250,248,244,137,82,188,1,0,251,120,11,98,139,154,1,0,251,120,133,249,194,139,3,0,253,216,197,8,171,0,3,0,254,184,192,124,36,178,2,0,0,249,83,145,232,237,1,0,0,25,87,63,60,137,3,0,1,249,200,171,51,211,3,0,1,185,2,86,238,245,3,0,2,153,118,49,240,188,2,0,2,57,5,160,187,178,3,0,5,249,65,100,87,185,1,0,5,89,138,149,127,196,1,0,6,57,233,132,211,237,3,0,7,185,48,49,236,142,2,0,8,121,211,168,150,146,1,0,8,217,136,15,66,148,3,0,9,89,149,46,57,237,3,0,11,249,157,177,188,237,2,0,11,217,241,34,189,29,3,0,11,25,50,83,161,2,4,0,14,153,62,167,224,65,2,0,14,217,133,144,198,69,2,0,14,153,59,99,57,125,3,0,17,25,21,33,37,207,1,0,21,249,145,142,138,155,1,0,21,185,197,15,238,128,3,0,25,89,243,175,8,28,3,0,25,57,41,74,164,9,4,0,28,185,11,218,231,227,1,0,29,25,168,240,191,110,3,0,34,89,101,155,153,158,3,0,36,25,53,116,115,114,3,0,39,25,110,105,72,68,2,0,39,89,182,77,83,112,2,0,39,185,70,237,245,177,2,0,39,25,206,119,188,89,3,0,41,185,66,66,247,187,1,0,42,121,58,168,99,217,2,0,44,57,98,98,171,3,3,0,46,249,184,100,115,123,1,0,48,25,59,121,198,238,2,0,48,25,188,189,95,3,3,0,48,89,100,30,212,231,3,0,49,25,110,237,67,253,1,0,50,153,151,122,6,193,3,0,52,89,158,188,166,90,2,0,52,185,142,250,63,97,3,0,53,57,94,0,182,170,1,0,53,185,104,204,41,51,3,0,53,153,152,143,44,80,3,0,53,217,194,8,144,239,3,0,54,121,37,81,131,149,2,0,55,57,236,233,132,221,3,0,57,89,111,116,122,175,2,0,57,89,232,241,168,155,3,0,57,121,193,66,215,213,3,0,58,121,53,81,83,91,2,0,59,57,64,236,20,245,1,0,62,25,98,202,219,120,2,0,62,217,149,217,34,201,3,0,62,25,159,147,179,9,4,0,64,57,180,77,17,146,2,0,64,217,165,83,32,41,3,0,66,25,101,186,214,147,2,0,67,249,24,234,99,222,1,0,68,249,58,6,94,205,2,0,69,89,3,143,17,164,2,0,70,25,64,68,131,216,1,0,70,121,19,192,171,39,2,0,71,249,133,254,9,187,1,0,75,121,123,171,6,132,2,0,78,249,141,67,250,119,2,0,81,153,201,17,93,66,3,0,81,121,3,41,213,140,3,0,82,57,30,93,133,176,2,0,82,25,69,210,54,145,3,0,84,57,21,192,10,43,2,0,84,25,58,59,163,169,3,0,86,185,16,15,230,166,3,0,87,57,103,160,98,152,3,0,88,185,29,230,214,50,3,0,90,153,247,187,213,107,2,0,90,185,68,37,200,164,2,0,92,249,85,114,254,127,1,0,94,185,185,120,178,121,1,0,95,89,191,203,87,178,2,0,95,217,103,148,99,124,3,0,98,89,164,155,43,129,1,0,98,89,124,130,101,138,1,0,100,249,229,192,162,239,3,0,101,57,160,97,242,146,1,0,102,57,17,145,2,163,3,0,104,121,113,119,10,122,2,0,104,185,41,254,88,75,3,0,105,153,214,23,19,115,3,0,106,153,102,155,49,114,2,0,106,25,21,209,64,181,3,0,107,57,67,55,89,119,3,0,108,249,7,217,117,150,3,0,114,153,210,200,103,179,3,0,117,185,225,151,120,126,2,0,119,121,125,177,252,77,2,0,119,217,4,19,135,253,3,0,121,25,31,229,106,196,1,0,121,25,196,100,49,90,3,0,122,185,138,218,125,171,1,0,124,57,150,227,131,215,1,0,124,249,188,152,103,16,3,0,124,57,95,117,60,157,3,0,124,153,143,127,247,202,3,0,126,153,218,242,115,194,1,0,128,121,76,81,117,49,2,0,129,89,62,189,149,220,1,0,129,121,246,221,70,11,2,0,130,217,153,223,119,72,2,0,130,249,131,84,7,244,2,0,132,185,230,33,181,129,3,0,133,249,28,209,23,133,1,0,133,217,201,42,86,198,3,0,134,121,142,231,242,102,2,0,137,217,145,33,195,104,3,0,137,89,87,1,9,165,3,0,138,185,90,75,64,24,3,0,141,249,117,101,195,165,1,0,141,25,106,174,47,250,1,0,143,89,100,21,72,205,1,0,147,89,10,203,172,9,2,0,148,89,178,199,228,192,1,0,148,89,161,81,59,249,1,0,150,217,26,177,129,50,2,0,152,153,52,248,192,65,2,0,155,121,194,103,249,190,3,0,156,57,241,98,87,114,2,0,157,249,198,149,240,152,1,0,158,185,122,25,33,242,1,0,158,217,153,223,42,71,2,0,160,89,143,155,8,2,4,0,161,249,138,106,112,184,3,0,162,185,31,1,234,200,1,0,163,121,220,211,55,84,2,0,163,153,233,109,220,240,2,0,164,89,144,132,113,245,1,0,165,121,71,145,60,21,2,0,165,249,8,2,164,248,2,0,165,89,196,44,40,60,3,0,166,153,71,164,76,67,2,0,167,25,232,230,225,146,1,0,170,153,11,196,245,26,3,0,170,153,111,9,126,175,3,0,171,217,46,197,176,198,1,0,173,153,120,130,209,177,1,0,173,185,87,103,174,172,3,0,176,153,115,200,186,96,2,0,176,153,59,184,3,176,2,0,177,185,176,84,23,119,2,0,181,25,241,4,190,71,3,0,182,249,221,34,109,117,3,0,184,25,227,247,119,99,3,0,184,185,62,199,204,150,3,0,185,217,6,236,201,240,1,0,185,249,198,99,218,198,3,0,187,249,68,198,201,191,2,0,188,121,167,35,139,221,2,0,189,89,85,71,244,213,3,0,191,217,236,144,42,180,2,0,191,153,66,221,58,15,3,0,192,57,171,40,145,127,1,0,192,25,127,44,9,191,3,0,194,249,113,246,94,143,1,0,194,25,132,239,169,249,1,0,194,217,35,250,135,156,2,0,195,89,43,193,228,240,1,0,196,153,42,110,200,179,3,0,196,217,213,115,56,9,4,0,197,57,6,73,43,61,2,0,197,185,143,19,43,117,2,0,198,217,122,77,121,13,2,0,200,121,224,193,68,55,2,0,201,185,40,189,113,210,1,0,201,57,68,197,6,177,2,0,202,153,58,24,198,228,1,0,202,153,200,127,183,208,2,0,203,217,108,110,163,5,3,0,204,217,207,169,119,236,1,0,204,217,194,94,166,236,1,0,204,89,150,40,193,54,2,0,204,185,224,253,76,77,2,0,204,185,179,129,124,5,3,0,207,25,57,66,220,91,2,0,208,249,153,27,15,191,1,0,210,249,75,215,2,40,2,0,211,217,44,226,122,89,3,0,212,121,59,184,110,170,2,0,214,217,54,115,216,152,1,0,215,57,244,248,4,94,2,0,215,89,19,195,166,224,3,0,216,121,59,184,50,170,2,0,218,25,96,223,104,66,2,0,219,153,113,120,10,14,3,0,220,249,228,73,101,31,2,0,221,153,162,116,197,204,1,0,223,153,59,132,68,130,2,0,223,217,243,17,203,0,4,0,224,25,124,184,78,205,2,0,226,25,27,248,203,135,3,0,228,57,105,41,155,54,3,0,228,25,62,231,152,221,3,0,229,249,217,215,32,142,1,0,231,89,20,150,0,3,3,0,234,153,210,131,253,161,2,0,235,25,146,58,110,95,2,0,239,89,229,167,13,184,3,0,240,89,146,156,52,162,1,0,240,25,211,72,194,61,2,0,240,153,147,249,8,169,3,0,241,57,203,13,158,21,2,0,241,249,161,243,45,224,3,0,242,185,141,88,21,10,2,0,242,25,57,150,106,87,3,0,244,153,179,229,149,92,3,0,245,25,145,16,30,244,1,0,246,249,86,213,118,167,3,0,248,121,239,142,58,145,2,0,248,217,86,83,187,142,3,0,249,89,154,32,208,136,1,0,249,249,160,61,20,36,3,0,250,121,190,105,198,255,1,0,250,25,22,115,141,155,2,0,251,153,221,187,20,144,2,0,252,185,79,131,185,55,3,0,0,122,120,1,113,238,1,0,0,186,88,188,218,81,3,0,5,154,240,189,122,223,1,0,5,122,148,241,30,245,3,0,6,90,247,239,138,12,3,0,6,26,80,30,114,230,3,0,8,154,28,200,18,237,2,0,9,250,172,42,156,173,3,0,10,186,78,170,254,120,2,0,10,154,236,109,118,148,3,0,11,218,139,78,222,174,2,0,14,250,161,188,123,182,1,0,14,26,145,42,109,173,3,0,17,122,120,214,247,165,2,0,17,154,232,242,228,167,2,0,18,122,225,135,162,21,3,0,19,154,117,138,173,91,3,0,20,154,95,8,22,20,3,0,23,250,191,110,37,211,1,0,24,186,170,145,142,130,2,0,24,218,224,244,127,12,3,0,26,218,208,203,32,213,1,0,26,154,187,185,143,113,2,0,26,90,224,227,41,176,2,0,26,186,236,203,145,57,3,0,26,90,21,48,79,230,3,0,27,58,205,131,46,233,1,0,27,122,18,98,101,239,1,0,27,154,143,8,26,162,2,0,28,58,168,130,227,78,3,0,29,186,193,10,15,52,3,0,29,218,19,131,229,90,3,0,30,218,123,57,142,2,2,0,30,154,242,211,225,200,2,0,31,218,81,152,153,116,3,0,36,58,241,64,29,176,3,0,38,26,40,167,1,219,2,0,38,218,10,254,100,233,2,0,39,218,47,81,176,107,2,0,39,154,193,189,217,218,2,0,41,26,189,185,211,199,1,0,42,90,200,114,60,173,1,0,46,186,87,209,195,196,2,0,47,250,9,179,138,32,3,0,47,218,236,175,5,222,3,0,50,58,50,143,118,221,2,0,52,122,64,104,191,193,1,0,52,218,6,45,98,160,3,0,53,250,20,81,103,221,2,0,54,250,33,49,92,161,1,0,55,26,105,64,13,230,1,0,55,154,27,236,105,143,2,0,56,154,52,248,190,15,2,0,56,154,78,36,254,97,2,0,56,90,89,128,31,171,2,0,57,218,10,110,47,39,2,0,58,26,101,186,230,147,2,0,58,58,206,61,226,161,2,0,58,250,236,30,207,110,3,0,59,26,107,246,197,251,2,0,60,154,120,86,237,180,1,0,60,218,149,227,212,43,3,0,60,26,38,85,214,202,3,0,63,26,62,27,76,180,3,0,64,218,118,120,19,100,2,0,64,90,118,199,33,151,3,0,65,250,226,187,253,17,3,0,65,90,130,85,101,192,3,0,66,90,73,70,71,77,3,0,66,26,107,74,127,176,3,0,67,90,138,231,70,250,1,0,67,122,234,171,98,27,3,0,68,218,105,27,30,99,3,0,69,58,15,130,168,181,2,0,69,90,104,136,47,115,3,0,70,186,194,44,206,192,1,0,70,186,105,214,168,160,2,0,71,26,164,244,15,182,2,0,71,26,19,225,162,11,3,0,73,58,153,223,246,147,2,0,73,250,223,32,12,57,3,0,74,250,232,153,1,215,1,0,74,218,26,177,20,50,2,0,76,26,19,180,243,30,3,0,81,218,153,223,4,73,2,0,81,250,74,211,22,215,3,0,83,26,8,37,29,239,1,0,83,26,204,226,102,1,2,0,84,154,77,107,101,188,3,0,87,58,254,195,25,123,3,0,88,186,114,25,172,25,3,0,88,154,21,240,162,107,3,0,92,186,241,22,104,253,1,0,92,154,4,192,128,64,2,0,92,218,23,176,167,147,2,0,93,90,32,123,172,182,2,0,94,154,69,206,96,144,1,0,95,186,90,226,181,122,2,0,96,250,171,167,255,255,2,0,97,122,76,81,135,53,2,0,98,58,237,24,50,127,1,0,98,58,153,223,4,148,2,0,99,218,85,125,225,204,2,0,100,218,180,159,108,204,3,0,101,90,22,81,65,184,2,0,102,218,68,93,212,120,1,0,103,90,90,29,57,35,2,0,104,154,52,248,220,11,2,0,104,154,252,140,221,192,3,0,105,26,218,200,101,39,3,0,105,26,241,93,119,246,3,0,106,186,160,160,229,107,2,0,107,154,52,248,207,11,2,0,108,26,210,80,84,134,1,0,109,250,36,151,254,169,3,0,109,218,152,12,123,204,3,0,110,58,153,223,80,148,2,0,112,90,115,229,12,229,1,0,112,218,98,211,17,188,3,0,113,154,119,17,168,205,1,0,114,250,24,248,219,192,2,0,114,58,236,209,34,220,3,0,117,218,78,28,27,19,3,0,121,218,207,23,125,229,1,0,122,250,10,254,251,136,2,0,123,218,166,78,97,242,2,0,123,250,66,240,98,247,3,0,125,26,215,236,251,227,2,0,125,90,133,171,214,230,3,0,126,250,176,184,126,106,2,0,127,58,247,225,141,43,3,0,130,250,164,155,25,140,1,0,130,122,91,228,103,10,2,0,133,186,116,37,150,115,3,0,136,122,211,179,30,208,2,0,136,186,25,169,113,213,2,0,136,90,45,25,185,251,3,0,137,250,232,22,15,171,3,0,139,58,236,141,240,133,3,0,140,218,152,223,41,219,2,0,140,186,36,25,193,3,3,0,141,26,165,83,161,252,2,0,142,90,26,31,44,126,1,0,142,26,143,189,181,163,1,0,142,154,175,192,27,208,3,0,143,122,214,61,57,140,1,0,144,154,133,232,107,69,3,0,147,90,125,91,59,180,3,0,150,186,195,109,170,141,2,0,150,186,222,214,15,144,3,0,151,154,64,0,119,249,2,0,152,186,57,120,156,149,1,0,152,122,70,3,116,151,3,0,153,154,236,22,74,149,1,0,153,90,96,27,8,229,3,0,154,250,69,212,83,102,2,0,154,122,155,66,252,217,3,0,155,122,163,239,211,67,2,0,157,186,225,164,225,163,2,0,157,58,71,66,218,180,3,0,158,186,144,112,148,126,3,0,159,90,58,96,190,16,3,0,160,26,211,169,149,254,1,0,161,186,62,219,245,135,1,0,161,186,94,203,193,184,1,0,161,90,50,230,239,247,3,0,162,122,28,186,195,50,3,0,163,122,31,217,183,226,2,0,166,58,237,145,193,193,2,0,167,186,195,62,9,83,3,0,171,250,173,67,23,126,1,0,172,26,66,55,34,141,1,0,172,90,186,160,55,247,1,0,175,122,124,184,245,212,2,0,176,154,14,13,30,154,1,0,177,122,147,113,159,246,2,0,178,218,126,48,59,178,3,0,179,26,50,10,9,175,2,0,179,122,195,180,40,189,2,0,179,90,231,78,171,111,3,0,179,58,251,197,117,131,3,0,183,218,112,223,251,145,1,0,183,218,154,23,231,183,1,0,187,154,137,172,80,184,3,0,188,122,203,61,150,166,1,0,189,26,189,121,170,71,3,0,191,122,158,163,3,227,1,0,191,186,231,75,90,207,2,0,193,250,124,53,254,167,2,0,195,154,165,215,239,184,1,0,197,218,9,73,54,133,3,0,199,218,224,61,60,179,1,0,201,154,249,126,201,166,1,0,201,218,146,132,38,98,2,0,202,26,138,222,44,110,2,0,203,90,138,63,107,224,1,0,203,26,24,81,241,209,2,0,204,122,125,128,228,160,1,0,204,26,139,224,153,13,3,0,205,58,49,206,99,39,2,0,205,58,172,86,217,126,2,0,205,186,102,134,44,70,3,0,206,58,63,122,25,185,1,0,206,250,9,118,237,224,1,0,207,218,139,78,201,174,2,0,208,154,33,15,112,246,1,0,208,90,150,217,80,201,3,0,209,58,42,138,239,192,2,0,210,90,209,47,5,185,3,0,211,218,3,132,144,232,2,0,213,218,20,224,82,56,2,0,213,26,193,245,135,105,2,0,213,122,39,81,123,123,2,0,213,154,230,176,54,127,3,0,215,58,228,207,144,3,2,0,215,122,76,234,58,81,2,0,215,58,84,206,25,201,2,0,216,218,240,140,182,34,2,0,217,122,183,94,13,6,2,0,217,90,75,97,161,191,2,0,217,58,33,227,245,117,3,0,217,26,194,248,15,218,3,0,217,90,97,255,244,219,3,0,218,218,149,24,73,50,2,0,218,218,120,50,84,98,2,0,218,250,185,74,226,220,2,0,219,218,69,92,118,134,3,0,220,186,78,61,183,149,3,0,220,122,62,95,14,205,3,0,221,58,179,172,45,222,1,0,224,154,33,15,254,244,1,0,224,250,240,237,71,200,2,0,227,122,124,69,237,94,2,0,227,90,76,130,172,196,2,0,228,154,231,172,150,165,3,0,230,250,35,159,111,186,1,0,230,154,42,201,47,7,3,0,236,154,21,125,27,49,2,0,236,218,147,41,249,179,2,0,236,26,241,57,68,207,3,0,239,26,237,41,142,194,1,0,242,186,148,231,135,137,1,0,243,218,91,133,33,214,2,0,244,186,185,125,245,234,3,0,245,26,141,252,146,176,3,0,245,26,188,186,28,235,3,0,247,58,144,194,182,133,1,0,247,26,5,74,238,31,2,0,247,26,174,45,26,47,2,0,247,154,223,208,108,248,3,0,248,186,139,7,168,173,1,0,248,154,139,20,58,11,2,0,251,58,178,64,199,157,2,0,251,218,196,9,148,179,2,0,252,122,83,161,177,176,2,0,252,26,191,236,45,24,3,0,253,250,169,207,106,56,2,0,254,90,202,120,1,199,1,0,254,58,161,61,27,163,3,0,0,251,163,155,166,138,1,0,0,91,76,81,221,56,2,0,0,123,182,115,37,63,3,0,1,155,125,54,223,166,1,0,1,59,215,136,112,88,3,0,2,219,99,18,231,5,2,0,5,123,237,49,54,6,3,0,6,27,145,0,196,249,1,0,6,187,33,61,137,137,3,0,7,91,198,156,249,3,3,0,7,59,255,9,38,175,3,0,7,91,6,75,246,235,3,0,9,91,80,175,4,153,3,0,11,27,179,167,137,47,2,0,13,27,76,60,67,217,3,0,15,219,65,122,59,90,2,0,15,59,65,152,145,193,3,0,16,187,243,91,118,212,3,0,17,123,106,86,181,246,2,0,17,155,26,95,63,242,3,0,21,123,34,66,231,136,1,0,21,59,195,142,252,112,2,0,22,27,235,97,206,83,2,0,23,91,184,91,245,138,2,0,24,219,152,223,105,219,2,0,28,187,242,193,218,48,2,0,28,59,238,137,78,66,2,0,30,251,248,113,97,218,1,0,30,187,30,81,93,154,2,0,32,59,68,45,69,202,1,0,34,123,5,253,165,87,2,0,35,91,31,97,26,79,2,0,35,123,125,200,35,65,3,0,37,251,37,150,231,134,1,0,38,123,223,100,12,125,2,0,39,251,201,186,226,245,1,0,40,155,162,142,157,219,3,0,41,91,49,144,169,168,1,0,41,123,159,227,146,149,2,0,42,155,63,219,152,139,2,0,42,91,183,165,19,255,2,0,44,219,44,140,97,165,3,0,44,123,190,73,159,220,3,0,44,187,147,244,251,0,4,0,46,187,39,81,210,129,2,0,46,219,153,23,92,243,2,0,46,59,41,187,7,232,3,0,52,27,137,168,141,136,1,0,52,91,79,72,116,81,3,0,54,27,162,142,114,207,2,0,55,91,111,84,146,119,3,0,56,27,99,223,24,137,3,0,57,155,150,110,86,236,1,0,58,187,130,22,133,203,1,0,59,27,18,56,241,225,1,0,61,251,181,126,83,136,1,0,62,59,37,92,105,126,1,0,64,27,158,50,143,201,1,0,64,27,162,35,222,254,2,0,65,123,241,85,130,217,1,0,65,27,221,196,107,248,2,0,65,27,139,224,134,13,3,0,66,91,165,82,37,36,3,0,67,59,3,71,35,200,2,0,70,187,35,46,111,25,3,0,71,59,11,239,10,239,2,0,72,187,86,96,159,2,2,0,74,155,128,87,66,83,3,0,76,27,19,223,174,223,2,0,78,59,52,30,96,226,2,0,84,91,76,81,218,57,2,0,84,187,61,196,179,173,2,0,84,219,115,180,231,44,3,0,85,91,170,41,106,28,3,0,87,91,45,189,166,141,1,0,87,59,145,219,236,35,3,0,89,251,230,35,41,64,2,0,90,219,90,41,62,26,3,0,91,187,244,9,243,7,2,0,91,251,92,247,161,60,2,0,92,155,236,63,37,129,2,0,93,91,37,114,77,42,2,0,94,27,156,223,132,11,2,0,94,123,67,109,13,125,3,0,96,59,105,198,174,37,3,0,97,123,198,104,32,248,1,0,99,219,103,67,228,188,3,0,102,27,155,64,151,41,2,0,102,219,182,233,29,122,3,0,105,187,176,126,247,138,1,0,105,251,188,247,175,242,1,0,105,219,178,227,75,150,2,0,105,155,24,238,152,210,3,0,105,27,37,159,233,212,3,0,110,91,164,155,57,129,1,0,111,219,253,229,117,136,3,0,113,123,83,162,96,101,2,0,113,27,80,171,165,63,3,0,114,27,239,157,121,218,1,0,114,91,104,120,38,221,1,0,116,251,26,152,189,146,1,0,116,91,115,132,105,206,2,0,117,155,193,16,7,7,3,0,117,59,201,136,131,190,3,0,119,27,13,162,168,54,2,0,121,219,21,18,142,62,3,0,123,91,151,63,60,41,3,0,124,219,237,240,203,122,1,0,124,187,219,208,132,147,1,0,126,59,153,225,182,148,2,0,127,123,169,85,150,196,1,0,127,27,174,196,205,231,2,0,128,187,9,76,122,233,1,0,128,59,95,15,90,30,2,0,128,251,122,148,145,118,3,0,134,91,125,53,118,168,1,0,134,251,158,168,112,225,1,0,135,187,86,83,152,36,3,0,136,59,200,114,106,173,1,0,136,251,44,140,180,31,3,0,136,219,159,85,106,227,3,0,138,59,138,238,12,135,1,0,141,219,152,223,38,218,2,0,142,251,111,49,215,42,2,0,142,219,153,223,122,73,2,0,145,27,91,15,241,184,2,0,147,59,108,143,238,44,2,0,147,27,178,192,206,201,3,0,148,59,58,64,200,132,3,0,149,59,197,123,163,239,1,0,149,187,59,72,207,178,3,0,152,251,89,64,21,246,1,0,152,91,15,31,61,178,2,0,152,219,207,101,61,249,3,0,155,59,129,146,179,48,3,0,156,251,248,143,122,201,2,0,156,187,56,132,130,170,3,0,157,155,7,120,197,98,3,0,158,59,154,166,32,235,1,0,158,251,251,121,225,248,3,0,159,59,11,7,9,225,3,0,160,219,15,1,199,186,1,0,161,91,164,155,129,129,1,0,163,91,150,146,154,127,2,0,163,251,211,53,31,174,2,0,164,219,125,64,76,251,1,0,167,27,17,95,157,170,3,0,168,123,14,119,88,122,2,0,169,59,237,102,123,241,2,0,170,91,106,134,166,86,2,0,170,251,151,85,236,79,3,0,176,251,53,124,175,211,3,0,179,187,11,30,47,184,1,0,179,27,10,63,93,164,2,0,180,219,61,185,96,159,2,0,180,155,25,163,81,103,3,0,182,155,3,63,56,151,1,0,183,219,204,180,186,163,2,0,186,155,5,119,144,185,3,0,187,251,167,155,181,146,2,0,189,123,13,192,202,48,2,0,190,123,168,99,154,225,1,0,190,155,167,152,4,124,2,0,190,155,138,81,41,125,3,0,190,251,17,4,136,202,3,0,191,187,111,14,215,75,2,0,192,123,185,213,242,13,2,0,193,187,217,1,127,123,3,0,195,187,238,84,185,203,1,0,196,251,94,54,112,183,1,0,198,219,152,223,229,217,2,0,200,59,236,148,127,194,2,0,204,27,155,165,237,224,2,0,204,123,147,248,78,33,3,0,205,219,169,218,112,3,3,0,205,27,221,194,219,131,3,0,209,59,181,32,152,145,2,0,209,91,230,29,42,150,2,0,210,219,226,88,56,122,3,0,212,27,5,3,174,212,1,0,212,187,174,198,104,86,2,0,213,219,55,152,177,246,1,0,213,91,120,58,126,55,3,0,214,251,240,102,132,251,1,0,214,187,129,6,102,190,3,0,215,187,119,31,138,245,1,0,218,59,140,1,129,123,1,0,218,187,241,161,200,82,2,0,219,27,192,89,104,159,1,0,219,251,24,192,109,30,2,0,219,187,213,214,242,191,2,0,220,155,26,254,195,128,3,0,221,27,74,128,191,136,2,0,222,187,25,99,185,1,4,0,223,155,2,100,74,237,1,0,223,155,233,67,128,236,3,0,225,91,5,72,147,160,1,0,225,251,30,199,186,5,3,0,225,91,34,185,62,56,3,0,227,155,88,169,192,89,2,0,229,155,97,102,166,94,2,0,230,219,71,27,231,248,1,0,230,219,222,244,214,8,3,0,234,251,153,184,47,3,2,0,234,59,24,192,37,19,2,0,237,27,21,181,58,137,1,0,237,123,28,203,154,0,3,0,237,59,127,101,102,62,3,0,238,27,100,176,47,23,2,0,238,219,81,222,69,1,3,0,239,219,123,243,220,175,2,0,240,219,239,131,68,158,1,0,240,123,183,245,172,54,3,0,241,155,210,126,75,140,1,0,242,187,188,49,19,111,2,0,242,91,194,188,74,128,3,0,242,59,102,45,70,183,3,0,244,123,198,2,230,28,2,0,244,59,71,87,167,120,3,0,245,123,234,193,223,223,1,0,245,155,85,142,54,209,2,0,245,251,151,53,8,103,3,0,248,59,0,140,221,242,1,0,248,155,135,30,102,89,3,0,249,59,133,216,48,139,2,0,250,91,50,12,69,37,3,0,253,219,90,220,17,138,3,0,254,187,248,241,183,59,2,0,0,28,142,131,142,177,1,0,0,188,243,1,251,47,3,0,1,220,96,111,201,124,1,0,1,124,142,234,95,117,2,0,3,124,23,157,123,199,1,0,4,124,212,31,138,165,1,0,6,124,206,228,83,106,3,0,10,28,3,22,100,168,1,0,10,188,164,186,187,44,2,0,11,252,224,218,220,196,1,0,12,252,15,41,254,21,3,0,13,156,187,124,122,118,3,0,13,188,43,216,4,164,3,0,15,60,242,38,164,104,2,0,16,124,138,51,234,68,2,0,16,28,36,31,115,165,2,0,18,252,20,25,239,137,2,0,23,92,75,29,54,36,2,0,26,28,63,119,63,175,3,0,29,92,218,159,219,137,2,0,29,220,224,168,29,0,4,0,31,156,44,81,155,111,2,0,31,252,31,172,216,53,3,0,31,124,160,244,80,4,4,0,34,60,243,225,176,113,3,0,34,156,225,30,1,181,3,0,37,252,199,114,172,174,1,0,37,188,9,218,190,196,1,0,39,220,142,251,60,252,1,0,42,28,217,107,147,128,2,0,43,60,206,23,33,115,3,0,46,124,226,182,218,211,1,0,47,188,132,151,113,173,2,0,48,124,235,100,38,2,2,0,50,60,124,176,53,15,2,0,52,188,145,184,222,190,2,0,54,220,128,68,153,101,3,0,55,28,68,12,211,37,3,0,57,28,184,239,55,121,3,0,58,252,132,114,229,40,3,0,59,60,125,165,103,127,2,0,61,220,169,246,222,175,3,0,64,156,181,110,170,83,2,0,64,156,51,31,250,132,3,0,66,252,231,47,83,161,1,0,67,60,158,187,220,155,1,0,67,60,21,123,36,238,1,0,67,60,249,252,130,129,2,0,67,220,146,103,207,219,3,0,69,252,25,187,103,162,3,0,70,28,238,165,114,152,1,0,70,28,120,1,96,238,1,0,70,28,0,113,188,75,2,0,73,220,132,59,60,251,1,0,75,60,147,34,249,133,1,0,78,220,217,130,126,248,1,0,78,92,177,255,238,156,2,0,79,60,2,23,20,220,1,0,82,156,71,241,163,230,2,0,84,60,108,143,3,45,2,0,84,220,253,29,67,158,2,0,85,92,134,143,121,203,2,0,87,60,198,161,198,7,2,0,87,156,189,79,156,85,2,0,87,252,222,215,59,144,2,0,88,92,178,247,145,144,1,0,88,188,146,105,52,202,1,0,90,60,167,107,15,28,2,0,91,92,196,170,235,122,2,0,93,60,129,51,81,74,2,0,93,156,97,11,98,13,3,0,94,28,73,134,135,251,2,0,94,124,9,23,99,199,3,0,95,124,121,19,98,201,3,0,96,156,93,135,37,59,3,0,97,220,13,81,174,132,1,0,99,156,58,182,222,180,1,0,99,124,56,131,128,46,2,0,100,188,171,239,3,182,1,0,101,220,155,68,50,73,3,0,103,28,24,81,235,205,2,0,105,220,153,223,108,73,2,0,105,188,97,155,201,155,3,0,105,156,225,110,228,183,3,0,106,156,80,198,8,159,2,0,106,252,67,90,124,18,3,0,107,92,243,85,117,160,1,0,108,124,138,51,211,68,2,0,109,28,97,222,14,190,3,0,110,28,100,115,213,103,3,0,111,220,179,191,247,37,2,0,111,188,30,53,81,32,3,0,111,60,207,120,24,51,3,0,112,252,180,166,130,239,1,0,112,28,153,223,140,153,2,0,117,188,50,78,20,228,1,0,120,124,63,88,101,49,3,0,120,92,252,122,252,99,3,0,120,252,185,235,109,194,3,0,121,60,26,192,16,32,2,0,122,124,207,176,253,140,1,0,124,252,163,247,230,220,3,0,125,92,95,238,173,215,1,0,126,60,140,90,95,180,2,0,127,188,40,156,140,167,3,0,127,92,44,215,42,242,3,0,128,92,22,81,178,167,2,0,128,156,180,14,209,171,2,0,130,188,71,0,239,209,3,0,134,28,230,242,187,169,2,0,135,252,246,185,148,125,2,0,136,60,49,194,80,60,2,0,136,124,114,145,226,71,3,0,137,124,171,174,157,200,1,0,137,188,49,81,207,97,2,0,137,220,238,133,245,238,2,0,138,28,33,81,40,153,2,0,139,28,211,124,72,0,3,0,141,220,157,85,13,5,4,0,142,124,96,151,96,244,1,0,142,220,207,136,233,246,3,0,145,252,87,49,162,227,3,0,147,156,216,219,179,162,3,0,147,92,0,138,191,9,4,0,149,92,165,155,162,146,2,0,150,252,212,241,230,22,2,0,151,28,11,165,178,92,2,0,151,188,1,54,93,5,4,0,152,124,104,175,75,104,3,0,155,252,45,117,138,203,3,0,156,252,53,8,166,203,1,0,157,252,4,160,154,238,1,0,162,92,227,186,118,112,2,0,162,252,68,212,35,248,2,0,162,60,109,187,190,228,3,0,164,92,44,163,29,166,2,0,164,92,60,155,175,183,3,0,166,252,244,37,164,245,1,0,167,60,180,131,29,242,2,0,168,124,229,142,252,207,2,0,169,252,73,177,34,123,1,0,169,28,245,158,142,10,3,0,169,92,221,46,191,238,3,0,173,156,206,218,180,81,2,0,175,188,113,5,24,183,3,0,176,156,81,67,108,58,2,0,179,28,121,69,155,34,3,0,181,220,19,81,245,220,2,0,181,124,199,153,213,74,3,0,182,92,253,22,219,189,2,0,184,156,207,90,222,163,1,0,184,60,88,117,191,4,3,0,184,188,140,51,109,155,3,0,185,188,236,195,104,166,3,0,188,92,74,192,98,229,1,0,189,188,18,167,129,127,2,0,192,156,245,11,80,62,3,0,194,188,200,134,88,183,2,0,195,156,235,105,61,220,1,0,196,28,96,184,197,62,3,0,197,156,237,81,88,129,1,0,197,28,163,19,22,90,3,0,197,28,58,64,90,219,3,0,198,60,42,181,225,194,1,0,199,156,27,236,122,143,2,0,199,60,57,126,195,182,2,0,199,156,127,95,244,189,3,0,202,252,249,254,219,232,3,0,204,60,218,188,173,61,3,0,205,220,109,171,115,245,2,0,206,156,67,111,216,125,1,0,206,92,185,234,44,237,1,0,206,92,112,100,135,17,3,0,207,252,206,240,68,229,1,0,211,252,114,250,205,212,1,0,211,220,138,64,223,221,3,0,212,156,232,93,54,107,3,0,214,188,46,26,102,245,3,0,215,252,103,30,110,122,1,0,215,92,148,234,177,196,3,0,217,60,77,209,15,173,1,0,225,28,87,110,10,195,1,0,225,156,10,23,151,50,2,0,225,220,250,86,46,193,3,0,226,252,98,197,208,236,1,0,227,220,162,105,94,132,2,0,229,220,107,68,72,184,1,0,229,60,205,189,65,74,2,0,230,28,24,81,194,202,2,0,231,28,59,85,79,93,3,0,232,188,147,52,120,110,3,0,232,92,115,75,128,197,3,0,233,124,169,161,205,29,3,0,233,124,126,162,143,161,3,0,237,28,141,185,209,187,1,0,237,28,38,219,45,118,3,0,238,252,138,171,65,252,2,0,240,156,1,150,26,5,3,0,245,156,174,70,247,30,2,0,246,60,182,180,112,227,1,0,246,60,21,141,37,68,3,0,247,252,45,5,220,235,1,0,248,252,88,237,249,58,2,0,249,124,239,108,183,37,2,0,249,188,6,215,197,242,3,0,250,188,45,217,254,10,2,0,250,252,39,241,140,42,3,0,250,60,75,163,144,206,3,0,251,188,145,184,206,190,2,0,252,188,97,11,60,13,3,0,255,28,6,72,226,255,1,0,0,253,21,85,247,150,3,0,0,125,5,46,92,238,3,0,2,61,216,12,224,98,3,0,5,221,111,162,15,7,2,0,5,157,201,135,222,195,2,0,5,189,83,157,124,135,3,0,6,253,231,40,4,151,1,0,6,93,139,16,69,122,2,0,6,253,131,188,60,113,3,0,10,125,197,52,82,236,2,0,13,29,154,207,76,131,2,0,13,189,194,227,64,88,3,0,16,189,85,69,181,84,2,0,18,61,63,52,58,119,2,0,20,29,132,201,171,210,2,0,20,125,240,248,87,185,3,0,21,189,103,144,62,18,2,0,21,157,130,39,228,243,2,0,21,125,184,129,247,78,3,0,22,253,16,43,238,38,2,0,23,253,237,43,179,200,3,0,25,93,234,130,208,20,3,0,28,29,90,148,218,102,3,0,30,253,166,0,169,159,2,0,31,61,184,136,241,173,1,0,32,61,3,216,56,172,1,0,32,221,255,172,42,192,1,0,32,125,135,88,87,220,1,0,33,125,80,254,190,120,1,0,35,93,246,97,143,216,3,0,38,29,57,54,45,125,2,0,38,29,249,252,154,197,2,0,39,189,66,41,86,128,2,0,39,253,128,107,148,255,2,0,39,125,225,36,54,91,3,0,39,93,136,207,180,253,3,0,41,61,227,17,59,178,1,0,42,221,181,28,152,68,2,0,42,189,185,134,1,105,2,0,42,125,59,184,246,176,2,0,42,29,221,201,67,231,2,0,42,125,58,252,69,243,2,0,43,29,160,177,225,149,3,0,44,61,77,83,199,124,3,0,46,189,168,169,16,214,2,0,50,157,168,234,165,231,1,0,50,157,168,234,182,231,1,0,52,253,173,51,38,13,3,0,52,189,188,163,168,212,3,0,54,253,176,210,178,128,1,0,56,253,93,199,198,197,3,0,57,189,110,117,14,4,3,0,60,157,166,201,229,159,2,0,60,253,210,4,240,228,2,0,61,253,123,107,231,240,3,0,62,189,68,23,182,180,2,0,62,61,245,146,92,91,3,0,63,221,123,67,78,174,1,0,63,29,223,121,18,109,2,0,64,189,77,158,217,61,2,0,65,93,20,108,31,188,3,0,66,221,135,129,230,80,3,0,67,253,147,181,161,49,3,0,70,125,229,177,40,144,1,0,70,93,164,114,138,107,3,0,70,189,222,198,200,151,3,0,71,93,13,133,135,200,1,0,71,221,129,150,65,216,1,0,73,157,57,108,146,200,2,0,73,29,150,18,242,221,3,0,74,157,199,193,113,123,3,0,75,189,17,210,163,72,3,0,75,61,204,76,165,206,3,0,78,61,200,106,43,23,3,0,80,125,150,207,148,164,3,0,80,125,14,56,44,207,3,0,84,125,48,191,41,167,1,0,85,221,37,35,199,15,3,0,86,157,7,75,48,232,1,0,86,29,7,109,9,61,3,0,89,61,254,53,58,126,2,0,90,253,220,152,225,176,2,0,94,61,200,56,197,131,1,0,94,61,137,100,35,179,1,0,94,189,131,210,39,223,1,0,94,125,222,187,118,226,2,0,94,29,158,163,207,148,3,0,95,221,153,227,114,178,3,0,96,253,52,59,183,31,2,0,96,93,57,35,174,109,2,0,96,221,133,105,61,249,2,0,97,221,39,52,154,85,3,0,97,253,239,179,153,255,3,0,98,189,241,69,239,175,2,0,99,221,104,170,224,20,2,0,100,253,170,94,124,207,3,0,101,221,52,4,212,138,1,0,101,221,110,184,148,212,1,0,102,61,236,189,37,83,2,0,102,221,123,143,88,160,2,0,103,61,84,206,6,201,2,0,103,221,188,31,223,32,3,0,103,61,14,127,31,211,3,0,104,157,71,135,224,115,2,0,105,29,165,65,126,120,1,0,106,29,246,208,106,188,1,0,106,125,165,26,195,217,3,0,107,157,170,32,18,207,1,0,108,253,170,58,118,171,3,0,108,253,165,172,118,2,4,0,109,29,174,105,69,234,2,0,110,189,49,137,28,192,3,0,110,221,200,156,217,225,3,0,112,61,164,155,0,131,1,0,115,61,187,217,181,70,2,0,117,29,174,217,37,40,2,0,118,157,56,45,230,244,1,0,119,253,3,137,2,47,3,0,120,125,62,73,69,216,3,0,121,221,218,246,125,216,3,0,123,61,6,66,47,91,2,0,124,29,64,144,149,56,2,0,124,221,216,23,157,114,3,0,126,125,71,227,3,240,1,0,126,61,2,144,56,136,2,0,129,29,205,4,208,128,1,0,129,61,168,221,153,230,1,0,130,61,22,156,117,47,2,0,130,253,86,40,104,218,2,0,131,189,145,135,161,163,1,0,132,29,168,146,133,245,3,0,135,189,88,112,177,144,1,0,139,29,183,34,84,133,1,0,139,125,96,68,37,173,1,0,139,189,76,81,251,20,2,0,139,157,169,204,118,215,3,0,139,157,152,125,231,216,3,0,139,157,15,135,64,222,3,0,140,157,5,69,167,182,1,0,140,253,7,30,86,109,3,0,143,61,129,231,5,150,1,0,145,29,220,196,214,8,2,0,146,253,255,122,96,6,3,0,146,125,144,131,157,17,3,0,146,61,54,126,237,83,3,0,148,189,15,192,248,63,2,0,150,125,68,92,204,229,3,0,151,61,156,5,208,9,4,0,153,157,228,187,159,241,2,0,153,125,0,13,230,9,3,0,153,221,224,168,47,0,4,0,154,61,158,119,156,243,1,0,155,221,52,4,191,135,1,0,155,221,57,49,144,82,2,0,158,125,11,5,41,210,1,0,158,29,97,142,38,73,2,0,160,61,124,100,14,213,1,0,161,125,183,192,7,185,2,0,161,125,63,105,201,42,3,0,161,157,114,243,85,95,3,0,162,221,100,253,77,132,2,0,164,125,120,136,146,190,3,0,165,29,0,224,62,182,2,0,166,93,252,34,61,12,2,0,166,93,140,77,238,229,2,0,167,253,153,38,38,85,3,0,168,93,219,47,129,245,1,0,169,93,255,149,78,159,3,0,170,61,56,153,6,141,2,0,171,125,10,47,158,196,3,0,172,189,24,145,77,7,2,0,172,157,203,97,38,62,2,0,172,29,13,116,245,18,3,0,172,29,141,76,78,34,3,0,173,125,60,170,190,45,3,0,173,29,184,135,24,55,3,0,174,93,44,215,171,59,3,0,175,61,252,78,76,85,2,0,175,253,55,129,9,197,2,0,176,29,0,188,74,208,2,0,178,61,60,112,4,75,3,0,179,253,70,232,100,136,2,0,180,189,39,81,101,131,2,0,181,253,3,153,64,134,1,0,182,253,226,203,127,242,3,0,183,253,229,80,188,3,2,0,184,29,190,82,248,214,2,0,186,221,16,7,177,142,1,0,186,61,196,22,156,195,2,0,188,125,153,203,33,33,3,0,189,189,39,81,44,131,2,0,189,29,81,20,79,138,3,0,191,253,30,136,32,197,2,0,192,61,208,19,111,148,2,0,192,125,243,9,62,189,2,0,192,189,152,223,4,221,2,0,192,29,24,65,100,56,3,0,193,125,105,84,69,43,3,0,193,253,48,90,62,248,3,0,194,157,92,149,10,139,3,0,195,189,149,68,252,28,3,0,195,29,156,90,121,6,4,0,199,125,151,147,41,169,1,0,199,189,30,70,182,90,3,0,199,29,226,69,102,206,3,0,201,93,251,43,180,73,2,0,201,189,78,145,168,4,3,0,202,189,191,27,246,236,2,0,204,125,20,234,194,156,2,0,204,253,59,95,122,51,3,0,204,253,197,210,228,148,3,0,206,61,127,217,105,171,1,0,207,125,65,147,146,147,1,0,208,221,152,223,51,214,2,0,208,29,161,132,208,125,3,0,210,125,215,158,164,195,3,0,210,157,16,216,235,243,3,0,212,221,71,39,241,105,2,0,212,189,164,65,212,112,2,0,212,29,125,54,146,250,3,0,213,189,41,188,230,101,2,0,218,221,195,38,243,67,2,0,219,189,199,251,107,182,1,0,219,253,118,236,130,128,3,0,219,157,50,209,245,181,3,0,220,61,205,81,102,128,1,0,220,221,76,75,41,17,2,0,220,93,114,253,115,205,2,0,221,253,20,25,127,138,2,0,221,125,247,96,164,194,3,0,222,125,43,229,137,205,2,0,222,189,169,89,117,212,2,0,222,93,98,244,66,247,2,0,224,189,214,213,48,253,3,0,227,253,149,246,254,247,2,0,228,29,56,59,246,101,2,0,229,157,60,98,88,175,3,0,232,29,233,144,65,248,2,0,232,189,51,191,14,182,3,0,234,61,232,69,69,94,3,0,236,61,153,45,196,101,3,0,238,221,141,90,71,180,2,0,239,29,202,128,140,151,1,0,239,29,62,51,192,113,2,0,241,29,249,143,140,201,2,0,242,221,227,60,124,188,1,0,242,253,147,112,148,251,1,0,243,221,198,40,215,205,1,0,245,29,68,176,246,152,2,0,246,61,113,215,223,149,1,0,247,61,154,16,190,183,2,0,247,189,212,96,5,188,3,0,248,253,242,129,174,211,1,0,249,157,143,196,146,129,3,0,251,157,169,203,102,59,2,0,252,29,111,49,207,50,2,0,252,221,172,189,28,69,2,0,252,125,49,127,209,65,3,0,252,125,103,54,126,73,3,0,252,29,185,14,25,128,3,0,252,189,244,164,2,157,3,0,254,125,60,91,165,231,2,0,254,189,10,153,186,26,3,0,254,157,186,148,123,38,3,0,0,254,2,1,145,108,2,0,1,158,45,252,172,72,2,0,2,30,64,63,229,238,1,0,2,94,196,255,71,80,2,0,5,62,173,54,85,227,1,0,5,94,14,178,3,176,3,0,5,62,213,87,164,176,3,0,8,126,252,214,122,244,2,0,10,158,182,120,76,57,3,0,11,158,154,37,77,57,2,0,11,62,69,239,84,127,3,0,13,190,161,130,42,103,3,0,14,254,217,171,191,10,2,0,15,126,211,142,74,115,2,0,16,190,89,123,67,164,2,0,19,94,221,173,99,211,3,0,20,190,64,185,67,159,2,0,22,158,221,129,176,251,2,0,23,94,8,22,209,137,1,0,26,126,139,235,142,56,3,0,27,158,251,48,66,126,1,0,28,222,27,212,197,158,2,0,32,62,252,134,84,128,1,0,32,126,103,122,11,76,2,0,32,30,96,130,179,135,2,0,33,254,142,110,79,204,3,0,36,94,33,154,24,84,3,0,37,126,37,176,76,161,2,0,37,254,164,119,229,185,2,0,38,126,159,53,246,51,3,0,38,94,99,177,15,160,3,0,38,190,124,212,163,166,3,0,39,190,217,2,11,210,1,0,39,254,240,77,224,84,2,0,40,254,94,39,32,127,1,0,41,94,251,167,57,2,4,0,42,94,214,111,246,165,3,0,44,126,164,186,176,43,2,0,45,222,152,223,75,202,2,0,46,254,119,203,66,245,3,0,47,254,72,181,64,155,3,0,47,222,144,153,222,255,3,0,49,30,52,40,150,253,3,0,50,30,87,122,184,140,3,0,51,126,134,26,45,252,1,0,52,158,133,253,59,131,2,0,53,254,178,68,128,93,2,0,53,190,47,75,84,131,3,0,55,30,248,254,43,236,2,0,55,126,45,80,153,79,3,0,56,30,46,240,3,109,3,0,57,222,14,223,243,70,2,0,58,126,191,63,59,227,1,0,59,62,27,22,26,173,2,0,59,190,122,27,240,121,3,0,61,190,189,79,17,87,2,0,62,94,227,186,102,112,2,0,63,62,182,46,81,151,1,0,65,158,66,14,171,142,3,0,66,158,149,243,84,113,3,0,67,126,37,81,56,149,2,0,68,222,41,202,78,124,1,0,68,222,7,182,202,133,2,0,68,158,179,209,194,131,3,0,69,62,107,32,14,204,2,0,69,190,91,213,113,202,3,0,70,126,97,200,54,230,3,0,72,190,186,237,179,101,2,0,72,190,221,198,143,20,3,0,73,158,44,135,205,6,4,0,76,30,239,47,168,155,1,0,76,254,244,54,210,53,2,0,77,62,162,142,132,207,2,0,77,30,193,116,197,193,3,0,78,222,89,135,185,229,1,0,78,62,72,96,147,0,2,0,79,94,11,216,216,79,3,0,79,158,42,100,26,83,3,0,80,254,157,227,20,152,2,0,80,158,98,75,91,252,2,0,82,222,160,210,90,167,1,0,82,158,228,53,225,23,3,0,83,158,230,4,93,54,2,0,83,254,92,147,233,247,2,0,83,254,82,162,199,146,3,0,85,222,182,51,161,51,3,0,85,158,56,239,235,239,3,0,86,222,122,29,177,116,3,0,87,158,119,113,129,129,3,0,89,190,249,197,11,124,1,0,89,62,93,32,49,155,1,0,89,94,172,122,236,25,2,0,90,222,123,184,225,209,2,0,90,222,164,114,15,201,3,0,91,30,97,27,149,66,3,0,91,30,114,189,90,72,3,0,92,30,7,64,55,99,3,0,93,254,249,225,113,37,3,0,94,62,199,6,76,250,2,0,95,30,244,83,228,248,2,0,95,94,185,37,46,46,3,0,95,30,163,56,147,189,3,0,98,94,242,169,89,202,2,0,98,62,56,248,236,49,3,0,100,222,7,193,202,172,1,0,100,190,88,169,101,153,2,0,101,62,222,148,208,119,3,0,103,158,9,159,209,160,1,0,103,126,80,76,147,99,2,0,103,62,226,124,39,129,3,0,104,30,196,246,68,83,2,0,105,222,5,20,103,45,3,0,105,30,199,68,173,158,3,0,106,126,123,10,198,210,1,0,108,254,85,147,201,226,1,0,109,30,33,50,141,63,2,0,110,158,179,22,82,3,4,0,111,94,24,81,88,197,2,0,111,62,129,100,154,12,3,0,112,254,125,224,194,180,3,0,112,222,8,55,92,251,3,0,113,190,89,143,46,141,3,0,113,222,158,27,89,195,3,0,115,158,146,184,53,190,2,0,116,222,215,230,52,233,2,0,118,254,58,152,224,37,3,0,124,254,100,80,135,30,3,0,125,126,4,241,7,150,2,0,125,126,151,85,105,80,3,0,126,94,59,81,21,84,2,0,127,222,203,230,161,190,3,0,128,126,37,176,79,162,2,0,128,62,17,107,156,6,3,0,128,158,128,220,120,28,3,0,128,158,231,248,89,232,3,0,129,94,76,3,41,212,1,0,130,62,165,87,40,217,1,0,131,30,253,137,238,253,1,0,132,94,192,172,141,69,3,0,133,126,165,78,142,244,2,0,133,222,26,65,150,109,3,0,135,126,180,134,23,180,3,0,135,190,51,101,40,180,3,0,136,222,232,196,221,252,3,0,137,222,234,147,82,168,3,0,137,158,97,55,173,230,3,0,138,126,12,181,185,220,1,0,138,62,188,111,50,250,3,0,139,190,144,56,173,112,2,0,140,158,163,2,61,53,2,0,146,190,107,222,24,223,2,0,147,254,210,16,124,181,1,0,147,62,209,181,74,247,1,0,147,190,158,160,137,174,2,0,149,126,40,223,187,245,1,0,149,222,120,255,37,101,3,0,150,30,14,186,254,195,1,0,151,30,123,184,37,27,3,0,155,30,194,88,69,142,2,0,155,94,14,86,231,218,3,0,160,94,246,44,25,195,1,0,160,30,54,14,81,5,2,0,160,94,241,158,115,76,2,0,160,254,172,245,24,50,3,0,162,126,133,252,0,155,1,0,162,254,168,13,49,214,3,0,163,254,169,217,36,240,1,0,163,62,229,229,134,15,2,0,163,62,32,61,177,237,3,0,164,62,213,158,136,151,3,0,165,254,21,122,144,87,2,0,166,126,64,38,50,35,3,0,169,222,153,158,216,228,3,0,173,254,195,79,94,223,2,0,174,158,123,0,239,198,3,0,174,158,152,12,181,225,3,0,175,62,106,111,169,135,1,0,175,62,22,156,174,45,2,0,175,158,43,175,37,194,3,0,177,30,80,46,71,47,3,0,178,94,203,189,71,254,3,0,181,190,172,240,95,174,2,0,181,126,74,155,206,188,3,0,181,190,116,249,55,220,3,0,182,62,104,59,146,218,3,0,184,94,147,20,95,72,2,0,185,222,22,61,220,107,3,0,187,158,24,183,230,165,2,0,189,126,227,35,11,194,3,0,191,30,162,210,164,20,3,0,192,254,179,253,249,139,2,0,193,222,3,76,91,165,2,0,194,62,114,252,214,174,1,0,194,158,143,68,156,132,2,0,194,30,188,64,24,102,3,0,194,222,143,216,156,160,3,0,196,158,249,45,48,156,1,0,200,190,148,217,124,95,3,0,202,222,235,239,223,189,1,0,202,94,252,34,83,12,2,0,202,222,15,81,169,75,3,0,205,30,167,81,155,105,2,0,205,94,106,136,104,208,2,0,206,254,35,46,182,234,2,0,207,190,134,1,165,186,1,0,207,94,105,83,96,47,3,0,209,62,149,194,96,93,3,0,209,62,28,73,172,233,3,0,210,126,221,137,58,172,3,0,211,190,122,95,178,200,1,0,211,94,231,239,146,191,3,0,215,62,143,145,139,212,2,0,218,62,233,9,94,63,2,0,219,254,190,68,22,170,3,0,221,126,28,160,166,244,2,0,221,30,246,121,9,255,3,0,222,254,212,31,107,165,1,0,222,126,153,223,200,104,2,0,223,126,52,94,108,214,2,0,223,126,28,33,122,253,2,0,223,158,115,210,107,108,3,0,224,62,35,81,189,153,2,0,224,190,224,53,153,233,2,0,224,254,78,232,130,31,3,0,225,190,234,201,169,18,2,0,227,94,228,29,49,122,1,0,227,94,71,82,8,140,1,0,227,190,56,133,170,191,3,0,229,222,213,135,47,179,1,0,229,126,109,59,7,212,3,0,230,30,81,170,198,200,2,0,231,126,97,130,174,168,3,0,232,190,107,118,81,168,1,0,233,30,154,219,25,197,1,0,233,158,27,129,128,66,2,0,235,30,188,189,133,72,2,0,235,222,133,184,189,195,2,0,236,126,234,106,157,125,1,0,236,126,145,87,7,157,2,0,238,254,8,157,190,244,2,0,245,126,221,146,222,222,3,0,246,94,59,184,193,167,2,0,246,62,60,128,225,10,3,0,246,94,119,163,9,26,3,0,247,158,13,184,222,145,2,0,247,126,199,142,85,199,2,0,248,254,194,53,137,198,1,0,248,190,114,195,115,44,3,0,249,94,124,24,227,49,2,0,250,158,251,131,83,147,1,0,250,158,24,236,171,154,3,0,253,222,109,233,16,23,3,0,3,191,55,111,98,10,3,0,5,95,5,19,58,52,3,0,6,159,33,170,37,206,2,0,6,95,31,45,194,79,3,0,7,95,79,79,237,108,3,0,7,31,253,37,2,122,3,0,9,127,219,210,217,0,2,0,9,127,120,189,190,83,2,0,11,31,145,76,179,217,3,0,14,191,2,253,163,26,2,0,15,63,141,208,191,254,3,0,19,159,95,140,210,80,3,0,20,63,60,128,252,10,3,0,21,191,218,87,97,119,2,0,21,95,65,79,82,201,2,0,23,223,52,4,14,131,1,0,23,95,145,59,12,3,4,0,24,159,221,110,45,149,1,0,24,63,61,102,218,251,2,0,26,31,102,191,78,156,3,0,26,223,200,106,134,226,3,0,26,255,166,197,121,239,3,0,27,127,23,185,207,248,2,0,27,223,28,74,36,249,2,0,27,223,103,91,236,230,3,0,28,223,127,190,139,37,2,0,28,223,216,242,26,34,3,0,29,31,220,111,75,118,3,0,30,95,144,169,42,168,1,0,30,159,34,147,144,228,2,0,30,255,109,216,59,193,3,0,33,31,60,224,53,248,1,0,36,31,255,46,208,224,1,0,36,159,200,234,141,231,1,0,37,63,155,59,187,192,1,0,38,127,122,129,90,47,2,0,38,95,236,61,184,240,3,0,40,159,227,119,209,100,3,0,41,191,221,119,177,42,2,0,41,95,36,149,10,44,2,0,42,127,251,22,39,243,1,0,43,31,56,32,102,6,4,0,45,223,254,94,140,140,1,0,45,31,84,110,104,60,3,0,46,31,138,255,104,6,2,0,46,63,3,67,39,0,3,0,46,127,144,131,119,17,3,0,47,63,67,146,216,168,1,0,48,159,138,20,206,10,2,0,48,159,32,237,155,225,2,0,48,191,129,89,126,232,2,0,48,191,50,249,120,187,3,0,50,191,67,211,54,105,2,0,50,127,94,186,76,146,2,0,51,159,26,108,30,190,2,0,51,127,91,247,179,62,3,0,52,31,87,234,35,245,1,0,52,31,121,137,186,94,3,0,53,191,29,243,125,86,2,0,57,95,132,102,23,180,1,0,58,63,167,174,0,71,3,0,60,255,36,208,101,172,2,0,64,127,164,186,128,43,2,0,64,127,48,93,36,235,2,0,64,223,0,188,44,165,3,0,66,191,157,142,20,246,2,0,68,255,229,12,2,193,2,0,70,31,201,44,9,179,3,0,71,95,28,136,213,123,3,0,72,127,105,7,99,3,2,0,72,63,31,81,170,154,2,0,72,95,40,35,50,30,3,0,74,127,234,63,217,184,1,0,75,63,31,81,185,154,2,0,75,191,26,122,4,181,2,0,75,95,72,217,207,90,3,0,76,31,172,74,165,236,2,0,77,255,69,38,171,68,2,0,78,255,11,196,156,9,2,0,78,127,158,54,159,176,2,0,78,63,130,140,120,231,2,0,79,191,214,50,56,63,3,0,79,223,9,89,98,123,3,0,80,31,190,186,52,130,2,0,82,95,182,77,115,211,2,0,84,31,105,206,195,170,1,0,88,95,49,108,255,246,1,0,89,223,11,174,130,227,1,0,89,127,150,66,110,239,2,0,90,223,236,139,99,213,1,0,90,127,8,78,122,218,2,0,91,255,84,255,197,63,2,0,91,95,102,63,204,190,3,0,92,95,14,40,31,35,3,0,92,127,46,106,140,84,3,0,93,191,34,92,137,157,3,0,94,127,248,157,163,203,2,0,94,63,13,18,253,43,3,0,95,223,229,190,208,255,3,0,97,31,54,159,174,28,2,0,97,63,217,186,184,95,2,0,97,223,98,177,229,0,4,0,100,127,128,237,211,253,3,0,101,31,102,0,85,239,1,0,101,255,171,54,137,32,2,0,101,127,154,138,171,47,3,0,102,95,58,12,10,30,2,0,103,191,188,168,99,79,2,0,103,223,209,219,110,105,3,0,107,31,24,81,216,211,2,0,108,95,73,164,246,216,1,0,108,127,147,207,247,157,2,0,108,223,24,101,240,4,3,0,108,255,207,47,199,143,3,0,110,95,159,42,161,126,2,0,110,223,126,228,52,47,3,0,113,159,31,38,20,108,3,0,114,127,0,17,131,140,2,0,116,31,128,145,219,254,1,0,117,31,157,87,72,125,3,0,119,191,21,75,186,218,3,0,121,127,142,163,22,233,1,0,122,63,31,93,20,128,1,0,122,95,12,192,152,136,3,0,123,255,196,164,77,179,1,0,126,127,178,234,105,11,2,0,126,31,90,127,121,240,3,0,127,127,79,103,220,178,1,0,127,31,78,143,254,245,1,0,129,31,247,132,0,7,2,0,132,95,181,58,126,6,2,0,134,95,93,14,84,182,1,0,134,255,179,179,242,93,2,0,134,159,7,160,116,145,3,0,134,31,26,125,163,209,3,0,134,223,177,71,10,211,3,0,136,191,34,185,51,108,3,0,136,95,23,167,23,167,3,0,139,31,130,38,32,21,2,0,139,159,237,44,112,53,3,0,140,191,30,155,157,121,3,0,142,159,250,39,163,154,1,0,142,127,104,145,19,132,3,0,146,31,193,132,86,165,1,0,146,159,202,3,27,143,3,0,147,191,44,115,41,81,2,0,150,63,110,149,44,55,3,0,151,255,249,100,125,29,2,0,151,95,81,245,199,129,3,0,151,159,69,130,193,195,3,0,152,95,184,0,46,143,3,0,153,63,52,179,159,33,2,0,155,31,207,87,94,89,2,0,156,255,191,159,131,131,2,0,156,255,215,36,34,194,2,0,156,255,146,145,106,153,3,0,157,63,92,84,195,60,3,0,159,63,228,70,189,248,3,0,160,31,83,186,68,145,1,0,161,63,48,188,222,97,2,0,162,31,89,244,62,205,3,0,163,191,0,193,231,185,1,0,163,191,42,86,154,124,2,0,163,63,38,72,67,186,3,0,165,159,149,215,42,192,2,0,166,223,149,131,194,45,2,0,166,255,76,17,165,110,2,0,167,223,17,223,68,242,1,0,169,159,190,166,154,219,2,0,171,159,139,164,185,187,1,0,171,127,242,240,246,195,2,0,171,191,136,114,168,204,3,0,172,255,229,227,93,115,2,0,175,223,19,252,15,57,2,0,175,191,120,8,106,18,3,0,175,127,180,198,119,126,3,0,178,127,243,192,190,172,2,0,179,191,163,202,165,240,1,0,180,127,53,62,8,203,1,0,180,95,194,51,202,241,1,0,181,63,113,15,251,224,1,0,181,223,124,51,46,155,3,0,182,95,124,32,199,41,2,0,183,159,192,99,8,252,1,0,186,223,22,91,151,24,2,0,186,95,33,227,62,154,2,0,188,191,39,12,48,85,2,0,188,191,148,223,107,186,3,0,189,159,122,154,37,225,3,0,189,127,212,198,249,252,3,0,191,127,147,69,3,98,3,0,192,63,180,61,15,146,1,0,192,31,184,73,190,99,2,0,192,63,219,123,160,143,3,0,193,255,115,185,242,71,2,0,195,223,204,133,95,124,2,0,197,63,247,49,106,48,3,0,198,95,15,65,59,136,1,0,198,191,94,21,104,14,2,0,199,127,90,168,134,48,3,0,201,127,177,132,82,156,1,0,201,63,44,81,59,109,2,0,202,63,193,204,214,212,3,0,204,31,181,248,54,141,1,0,204,223,152,223,175,195,2,0,205,31,5,130,222,136,2,0,205,159,3,143,232,255,2,0,205,255,130,150,63,95,3,0,205,223,223,128,207,114,3,0,205,223,39,109,68,4,4,0,206,63,102,232,55,212,1,0,206,159,132,115,201,247,1,0,206,63,150,203,133,252,3,0,209,223,103,129,217,128,3,0,211,63,203,9,120,153,3,0,213,223,15,220,63,111,2,0,214,191,51,177,139,49,3,0,216,95,87,132,0,125,1,0,216,255,53,123,169,233,2,0,217,223,153,223,254,80,2,0,217,159,56,186,107,144,2,0,219,63,238,212,135,134,2,0,220,31,87,41,13,120,2,0,223,223,212,53,11,59,2,0,223,31,145,22,179,208,3,0,224,255,73,51,140,255,1,0,224,95,59,184,182,166,2,0,225,191,123,127,246,159,1,0,225,191,209,177,43,92,3,0,226,191,1,92,84,207,1,0,226,127,0,13,59,10,3,0,227,191,104,135,237,183,2,0,228,127,94,173,55,205,2,0,230,223,108,104,39,232,3,0,231,159,76,81,124,42,2,0,232,191,225,6,78,90,2,0,233,223,87,2,150,46,3,0,234,191,61,81,117,81,2,0,235,223,10,15,68,62,2,0,235,31,78,147,161,141,3,0,236,127,148,210,27,124,1,0,236,159,160,17,142,94,2,0,236,95,66,54,60,51,3,0,237,31,84,80,165,227,2,0,237,159,26,98,208,58,3,0,239,255,135,121,246,189,1,0,241,159,29,172,232,251,1,0,241,159,140,19,49,88,2,0,242,127,250,193,193,53,2,0,242,223,117,191,152,165,2,0,244,95,221,239,202,153,3,0,245,127,189,21,13,107,3,0,246,223,52,4,195,128,1,0,246,63,121,38,48,201,1,0,247,63,165,185,7,239,3,0,248,223,227,219,248,222,2,0,249,191,154,253,40,178,3,0,252,191,232,105,81,132,1,0,252,255,189,40,130,206,1,0,253,255,36,37,12,224,1,0,253,159,40,20,242,98,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,10,35,99,111,111,107,101,72,105,110,116,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,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,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,101,112,116,97,110,99,101,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,16,35,99,111,111,107,105,101,45,97,100,118,105,115,111,114,121,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,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,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,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,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,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,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,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,19,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,102,97,98,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,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,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,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,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,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,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,14,35,99,111,111,107,105,101,66,97,110,110,101,114,68,0,16,0,16,35,99,111,111,107,105,101,66,97,110,110,101,114,68,105,118,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,14,35,99,111,111,107,105,101,66,114,111,119,110,105,101,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,16,35,99,111,111,107,105,101,95,108,105,103,104,116,98,111,120,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,14,35,100,103,100,115,103,118,111,99,111,111,107,105,101,0,16,0,17,35,100,103,112,114,99,111,111,107,105,101,98,97,110,110,101,114,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,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,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,13,35,100,105,103,111,95,99,111,111,107,105,101,115,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,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,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,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,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,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,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,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,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,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,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,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,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,102,120,45,98,97,110,110,101,114,45,112,114,111,109,112,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,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,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,15,35,101,109,103,95,99,111,111,107,105,101,119,97,108,108,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,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,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,14,35,101,116,95,99,111,111,107,105,101,95,108,97,119,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,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,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,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,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,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,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,11,35,109,111,100,95,99,111,111,107,105,101,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,111,111,107,105,101,45,98,97,99,107,103,114,111,117,110,100,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,16,35,109,111,100,97,108,45,114,111,100,111,45,105,110,102,111,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,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,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,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,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,19,35,99,97,112,97,95,97,118,105,115,111,95,99,111,111,107,105,101,115,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,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,252,0,0,1,39,128,0,0,118,64,0,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,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,168,0,0,0,168,0,0,0,168,0,0,0,168,0,0,0,170,0,0,0,170,0,0,0,172,0,0,0,174,0,0,0,176,0,0,0,178,0,0,0,180,0,0,0,180,0,0,0,180,0,0,0,180,0,0,0,182,0,0,0,182,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,184,0,0,0,184,0,0,0,190,0,0,0,190,0,0,0,190,0,0,0,190,0,0,0,194,0,0,0,194,0,0,0,196,0,0,0,196,0,0,0,196,0,0,0,196,0,0,0,200,0,0,0,200,0,0,0,208,0,0,0,208,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,212,0,0,0,212,0,0,0,212,0,0,0,212,0,0,0,212,0,0,0,212,0,0,0,212,0,0,0,212,0,0,0,214,0,0,0,216,0,0,0,216,0,0,0,218,0,0,0,218,0,0,0,218,0,0,0,218,0,0,0,220,0,0,0,220,0,0,0,220,0,0,0,222,0,0,0,224,0,0,0,224,0,0,0,224,0,0,0,224,0,0,0,226,0,0,0,232,0,0,0,232,0,0,0,232,0,0,0,232,0,0,0,232,0,0,0,232,0,0,0,232,0,0,0,232,0,0,0,232,0,0,0,234,0,0,0,240,0,0,0,242,0,0,0,248,0,0,0,252,0,0,0,252,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,2,1,0,0,2,1,0,0,8,1,0,0,10,1,0,0,14,1,0,0,14,1,0,0,14,1,0,0,14,1,0,0,14,1,0,0,14,1,0,0,14,1,0,0,18,1,0,0,18,1,0,0,18,1,0,0,18,1,0,0,18,1,0,0,18,1,0,0,18,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,30,1,0,0,30,1,0,0,30,1,0,0,30,1,0,0,30,1,0,0,30,1,0,0,30,1,0,0,30,1,0,0,32,1,0,0,34,1,0,0,36,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,44,1,0,0,46,1,0,0,48,1,0,0,48,1,0,0,48,1,0,0,50,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,52,1,0,0,56,1,0,0,56,1,0,0,56,1,0,0,58,1,0,0,58,1,0,0,58,1,0,0,60,1,0,0,60,1,0,0,60,1,0,0,60,1,0,0,60,1,0,0,66,1,0,0,66,1,0,0,66,1,0,0,66,1,0,0,66,1,0,0,66,1,0,0,66,1,0,0,66,1,0,0,66,1,0,0,70,1,0,0,70,1,0,0,70,1,0,0,72,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,74,1,0,0,74,1,0,0,78,1,0,0,78,1,0,0,78,1,0,0,80,1,0,0,82,1,0,0,82,1,0,0,82,1,0,0,86,1,0,0,86,1,0,0,88,1,0,0,88,1,0,0,88,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,98,1,0,0,98,1,0,0,98,1,0,0,98,1,0,0,98,1,0,0,98,1,0,0,100,1,0,0,100,1,0,0,100,1,0,0,100,1,0,0,104,1,0,0,106,1,0,0,106,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,110,1,0,0,110,1,0,0,114,1,0,0,114,1,0,0,114,1,0,0,116,1,0,0,116,1,0,0,118,1,0,0,120,1,0,0,120,1,0,0,120,1,0,0,120,1,0,0,120,1,0,0,126,1,0,0,126,1,0,0,128,1,0,0,128,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,138,1,0,0,140,1,0,0,140,1,0,0,144,1,0,0,144,1,0,0,144,1,0,0,144,1,0,0,144,1,0,0,150,1,0,0,150,1,0,0,150,1,0,0,150,1,0,0,150,1,0,0,150,1,0,0,150,1,0,0,150,1,0,0,150,1,0,0,150,1,0,0,160,1,0,0,168,1,0,0,168,1,0,0,172,1,0,0,178,1,0,0,178,1,0,0,178,1,0,0,180,1,0,0,180,1,0,0,182,1,0,0,184,1,0,0,200,1,0,0,200,1,0,0,202,1,0,0,202,1,0,0,202,1,0,0,204,1,0,0,206,1,0,0,206,1,0,0,206,1,0,0,206,1,0,0,210,1,0,0,210,1,0,0,212,1,0,0,214,1,0,0,214,1,0,0,214,1,0,0,214,1,0,0,216,1,0,0,218,1,0,0,222,1,0,0,222,1,0,0,222,1,0,0,224,1,0,0,224,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,228,1,0,0,230,1,0,0,230,1,0,0,230,1,0,0,230,1,0,0,230,1,0,0,234,1,0,0,234,1,0,0,234,1,0,0,236,1,0,0,236,1,0,0,236,1,0,0,242,1,0,0,252,1,0,0,254,1,0,0,0,2,0,0,0,2,0,0,0,2,0,0,0,2,0,0,2,2,0,0,2,2,0,0,2,2,0,0,4,2,0,0,4,2,0,0,8,2,0,0,8,2,0,0,8,2,0,0,12,2,0,0,14,2,0,0,14,2,0,0,20,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,28,2,0,0,28,2,0,0,28,2,0,0,28,2,0,0,30,2,0,0,30,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,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,36,2,0,0,38,2,0,0,38,2,0,0,42,2,0,0,42,2,0,0,42,2,0,0,42,2,0,0,42,2,0,0,42,2,0,0,46,2,0,0,46,2,0,0,46,2,0,0,46,2,0,0,46,2,0,0,46,2,0,0,46,2,0,0,46,2,0,0,46,2,0,0,46,2,0,0,46,2,0,0,46,2,0,0,46,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,52,2,0,0,52,2,0,0,54,2,0,0,56,2,0,0,56,2,0,0,58,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,66,2,0,0,66,2,0,0,68,2,0,0,70,2,0,0,72,2,0,0,72,2,0,0,72,2,0,0,72,2,0,0,74,2,0,0,74,2,0,0,74,2,0,0,80,2,0,0,80,2,0,0,80,2,0,0,90,2,0,0,90,2,0,0,90,2,0,0,98,2,0,0,102,2,0,0,104,2,0,0,106,2,0,0,106,2,0,0,114,2,0,0,114,2,0,0,114,2,0,0,118,2,0,0,118,2,0,0,128,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,136,2,0,0,136,2,0,0,136,2,0,0,136,2,0,0,136,2,0,0,142,2,0,0,146,2,0,0,152,2,0,0,152,2,0,0,152,2,0,0,152,2,0,0,154,2,0,0,154,2,0,0,154,2,0,0,158,2,0,0,158,2,0,0,160,2,0,0,160,2,0,0,160,2,0,0,160,2,0,0,160,2,0,0,160,2,0,0,160,2,0,0,160,2,0,0,160,2,0,0,160,2,0,0,160,2,0,0,160,2,0,0,160,2,0,0,160,2,0,0,160,2,0,0,160,2,0,0,160,2,0,0,174,2,0,0,174,2,0,0,178,2,0,0,178,2,0,0,180,2,0,0,180,2,0,0,180,2,0,0,186,2,0,0,190,2,0,0,190,2,0,0,198,2,0,0,202,2,0,0,206,2,0,0,206,2,0,0,206,2,0,0,206,2,0,0,206,2,0,0,210,2,0,0,210,2,0,0,212,2,0,0,212,2,0,0,212,2,0,0,218,2,0,0,222,2,0,0,224,2,0,0,224,2,0,0,224,2,0,0,230,2,0,0,234,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,244,2,0,0,244,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,252,2,0,0,254,2,0,0,254,2,0,0,254,2,0,0,254,2,0,0,254,2,0,0,254,2,0,0,254,2,0,0,254,2,0,0,254,2,0,0,2,3,0,0,6,3,0,0,6,3,0,0,6,3,0,0,6,3,0,0,6,3,0,0,6,3,0,0,8,3,0,0,10,3,0,0,12,3,0,0,12,3,0,0,12,3,0,0,12,3,0,0,14,3,0,0,16,3,0,0,28,3,0,0,28,3,0,0,28,3,0,0,28,3,0,0,30,3,0,0,32,3,0,0,34,3,0,0,36,3,0,0,36,3,0,0,36,3,0,0,36,3,0,0,42,3,0,0,44,3,0,0,44,3,0,0,46,3,0,0,48,3,0,0,48,3,0,0,48,3,0,0,56,3,0,0,60,3,0,0,60,3,0,0,60,3,0,0,60,3,0,0,72,3,0,0,72,3,0,0,72,3,0,0,72,3,0,0,72,3,0,0,72,3,0,0,74,3,0,0,74,3,0,0,74,3,0,0,74,3,0,0,74,3,0,0,74,3,0,0,74,3,0,0,74,3,0,0,74,3,0,0,84,3,0,0,84,3,0,0,88,3,0,0,88,3,0,0,88,3,0,0,88,3,0,0,88,3,0,0,88,3,0,0,88,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,94,3,0,0,104,3,0,0,104,3,0,0,110,3,0,0,110,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,116,3,0,0,116,3,0,0,116,3,0,0,116,3,0,0,116,3,0,0,116,3,0,0,116,3,0,0,122,3,0,0,126,3,0,0,128,3,0,0,128,3,0,0,128,3,0,0,140,3,0,0,140,3,0,0,144,3,0,0,146,3,0,0,148,3,0,0,150,3,0,0,154,3,0,0,156,3,0,0,160,3,0,0,162,3,0,0,162,3,0,0,162,3,0,0,162,3,0,0,162,3,0,0,162,3,0,0,168,3,0,0,168,3,0,0,174,3,0,0,174,3,0,0,174,3,0,0,174,3,0,0,174,3,0,0,176,3,0,0,176,3,0,0,176,3,0,0,176,3,0,0,176,3,0,0,178,3,0,0,178,3,0,0,180,3,0,0,180,3,0,0,182,3,0,0,182,3,0,0,182,3,0,0,182,3,0,0,182,3,0,0,182,3,0,0,182,3,0,0,188,3,0,0,192,3,0,0,192,3,0,0,194,3,0,0,194,3,0,0,202,3,0,0,202,3,0,0,202,3,0,0,202,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,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,222,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,232,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,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,240,3,0,0,240,3,0,0,240,3,0,0,240,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,242,3,0,0,242,3,0,0,244,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,252,3,0,0,252,3,0,0,254,3,0,0,254,3,0,0,254,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,6,4,0,0,10,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,20,4,0,0,22,4,0,0,22,4,0,0,22,4,0,0,24,4,0,0,24,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,26,4,0,0,26,4,0,0,28,4,0,0,28,4,0,0,30,4,0,0,30,4,0,0,30,4,0,0,30,4,0,0,30,4,0,0,34,4,0,0,34,4,0,0,38,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,44,4,0,0,48,4,0,0,48,4,0,0,48,4,0,0,48,4,0,0,48,4,0,0,48,4,0,0,48,4,0,0,48,4,0,0,48,4,0,0,48,4,0,0,48,4,0,0,56,4,0,0,62,4,0,0,62,4,0,0,62,4,0,0,62,4,0,0,62,4,0,0,62,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,70,4,0,0,70,4,0,0,70,4,0,0,70,4,0,0,74,4,0,0,74,4,0,0,76,4,0,0,80,4,0,0,82,4,0,0,82,4,0,0,84,4,0,0,84,4,0,0,84,4,0,0,84,4,0,0,88,4,0,0,88,4,0,0,88,4,0,0,90,4,0,0,90,4,0,0,90,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,94,4,0,0,100,4,0,0,100,4,0,0,100,4,0,0,106,4,0,0,112,4,0,0,112,4,0,0,116,4,0,0,116,4,0,0,116,4,0,0,116,4,0,0,120,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,124,4,0,0,124,4,0,0,126,4,0,0,130,4,0,0,130,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,136,4,0,0,140,4,0,0,140,4,0,0,144,4,0,0,144,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,148,4,0,0,148,4,0,0,154,4,0,0,158,4,0,0,158,4,0,0,158,4,0,0,160,4,0,0,160,4,0,0,166,4,0,0,168,4,0,0,168,4,0,0,168,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,172,4,0,0,172,4,0,0,172,4,0,0,184,4,0,0,184,4,0,0,184,4,0,0,184,4,0,0,184,4,0,0,194,4,0,0,196,4,0,0,196,4,0,0,200,4,0,0,200,4,0,0,208,4,0,0,208,4,0,0,208,4,0,0,208,4,0,0,208,4,0,0,208,4,0,0,208,4,0,0,208,4,0,0,208,4,0,0,220,4,0,0,220,4,0,0,220,4,0,0,224,4,0,0,226,4,0,0,226,4,0,0,226,4,0,0,226,4,0,0,226,4,0,0,226,4,0,0,226,4,0,0,226,4,0,0,226,4,0,0,226,4,0,0,226,4,0,0,238,4,0,0,238,4,0,0,240,4,0,0,240,4,0,0,240,4,0,0,240,4,0,0,240,4,0,0,240,4,0,0,240,4,0,0,242,4,0,0,242,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,254,4,0,0,254,4,0,0,254,4,0,0,2,5,0,0,2,5,0,0,2,5,0,0,6,5,0,0,6,5,0,0,8,5,0,0,12,5,0,0,12,5,0,0,16,5,0,0,16,5,0,0,16,5,0,0,18,5,0,0,20,5,0,0,20,5,0,0,20,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,30,5,0,0,30,5,0,0,30,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,34,5,0,0,34,5,0,0,40,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,44,5,0,0,46,5,0,0,46,5,0,0,46,5,0,0,46,5,0,0,50,5,0,0,54,5,0,0,54,5,0,0,56,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,68,5,0,0,70,5,0,0,72,5,0,0,72,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,74,5,0,0,74,5,0,0,78,5,0,0,78,5,0,0,80,5,0,0,82,5,0,0,82,5,0,0,82,5,0,0,82,5,0,0,82,5,0,0,84,5,0,0,84,5,0,0,84,5,0,0,84,5,0,0,84,5,0,0,86,5,0,0,88,5,0,0,92,5,0,0,98,5,0,0,98,5,0,0,100,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,102,5,0,0,102,5,0,0,104,5,0,0,104,5,0,0,104,5,0,0,104,5,0,0,104,5,0,0,104,5,0,0,104,5,0,0,104,5,0,0,104,5,0,0,104,5,0,0,104,5,0,0,104,5,0,0,112,5,0,0,112,5,0,0,112,5,0,0,112,5,0,0,112,5,0,0,120,5,0,0,120,5,0,0,126,5,0,0,134,5,0,0,136,5,0,0,136,5,0,0,140,5,0,0,140,5,0,0,140,5,0,0,142,5,0,0,142,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,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,176,5,0,0,176,5,0,0,176,5,0,0,180,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,190,5,0,0,190,5,0,0,190,5,0,0,192,5,0,0,192,5,0,0,194,5,0,0,196,5,0,0,196,5,0,0,196,5,0,0,204,5,0,0,204,5,0,0,204,5,0,0,204,5,0,0,204,5,0,0,206,5,0,0,210,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,214,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,222,5,0,0,226,5,0,0,228,5,0,0,228,5,0,0,228,5,0,0,236,5,0,0,236,5,0,0,236,5,0,0,236,5,0,0,238,5,0,0,238,5,0,0,242,5,0,0,244,5,0,0,244,5,0,0,244,5,0,0,244,5,0,0,244,5,0,0,244,5,0,0,244,5,0,0,248,5,0,0,248,5,0,0,248,5,0,0,248,5,0,0,250,5,0,0,250,5,0,0,250,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,2,6,0,0,4,6,0,0,4,6,0,0,4,6,0,0,4,6,0,0,8,6,0,0,8,6,0,0,14,6,0,0,18,6,0,0,18,6,0,0,18,6,0,0,18,6,0,0,18,6,0,0,24,6,0,0,24,6,0,0,30,6,0,0,36,6,0,0,38,6,0,0,38,6,0,0,38,6,0,0,38,6,0,0,38,6,0,0,38,6,0,0,38,6,0,0,38,6,0,0,38,6,0,0,38,6,0,0,38,6,0,0,38,6,0,0,44,6,0,0,44,6,0,0,46,6,0,0,46,6,0,0,46,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,60,6,0,0,62,6,0,0,62,6,0,0,62,6,0,0,64,6,0,0,66,6,0,0,72,6,0,0,72,6,0,0,76,6,0,0,76,6,0,0,76,6,0,0,76,6,0,0,78,6,0,0,78,6,0,0,78,6,0,0,80,6,0,0,80,6,0,0,80,6,0,0,80,6,0,0,80,6,0,0,82,6,0,0,82,6,0,0,84,6,0,0,84,6,0,0,90,6,0,0,96,6,0,0,96,6,0,0,100,6,0,0,100,6,0,0,106,6,0,0,106,6,0,0,106,6,0,0,106,6,0,0,108,6,0,0,110,6,0,0,112,6,0,0,112,6,0,0,112,6,0,0,114,6,0,0,114,6,0,0,116,6,0,0,116,6,0,0,116,6,0,0,118,6,0,0,118,6,0,0,118,6,0,0,120,6,0,0,120,6,0,0,124,6,0,0,124,6,0,0,124,6,0,0,140,6,0,0,142,6,0,0,142,6,0,0,142,6,0,0,144,6,0,0,148,6,0,0,148,6,0,0,152,6,0,0,154,6,0,0,154,6,0,0,154,6,0,0,154,6,0,0,160,6,0,0,160,6,0,0,166,6,0,0,166,6,0,0,166,6,0,0,172,6,0,0,174,6,0,0,184,6,0,0,186,6,0,0,186,6,0,0,186,6,0,0,186,6,0,0,186,6,0,0,186,6,0,0,190,6,0,0,194,6,0,0,194,6,0,0,194,6,0,0,194,6,0,0,194,6,0,0,194,6,0,0,194,6,0,0,200,6,0,0,200,6,0,0,200,6,0,0,200,6,0,0,200,6,0,0,200,6,0,0,200,6,0,0,200,6,0,0,206,6,0,0,214,6,0,0,214,6,0,0,214,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,222,6,0,0,222,6,0,0,228,6,0,0,228,6,0,0,228,6,0,0,228,6,0,0,234,6,0,0,234,6,0,0,234,6,0,0,234,6,0,0,234,6,0,0,234,6,0,0,234,6,0,0,234,6,0,0,234,6,0,0,234,6,0,0,234,6,0,0,234,6,0,0,236,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,2,7,0,0,2,7,0,0,2,7,0,0,2,7,0,0,2,7,0,0,2,7,0,0,6,7,0,0,6,7,0,0,8,7,0,0,16,7,0,0,26,7,0,0,30,7,0,0,30,7,0,0,30,7,0,0,30,7,0,0,32,7,0,0,34,7,0,0,36,7,0,0,36,7,0,0,38,7,0,0,40,7,0,0,40,7,0,0,40,7,0,0,40,7,0,0,42,7,0,0,42,7,0,0,44,7,0,0,44,7,0,0,44,7,0,0,44,7,0,0,48,7,0,0,48,7,0,0,48,7,0,0,50,7,0,0,54,7,0,0,60,7,0,0,60,7,0,0,66,7,0,0,68,7,0,0,68,7,0,0,72,7,0,0,72,7,0,0,72,7,0,0,72,7,0,0,72,7,0,0,72,7,0,0,74,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,82,7,0,0,86,7,0,0,86,7,0,0,96,7,0,0,96,7,0,0,100,7,0,0,100,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,114,7,0,0,114,7,0,0,114,7,0,0,114,7,0,0,116,7,0,0,122,7,0,0,122,7,0,0,122,7,0,0,122,7,0,0,122,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,130,7,0,0,132,7,0,0,134,7,0,0,134,7,0,0,134,7,0,0,134,7,0,0,134,7,0,0,134,7,0,0,134,7,0,0,138,7,0,0,138,7,0,0,138,7,0,0,138,7,0,0,138,7,0,0,138,7,0,0,138,7,0,0,140,7,0,0,140,7,0,0,140,7,0,0,146,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,154,7,0,0,156,7,0,0,156,7,0,0,158,7,0,0,158,7,0,0,158,7,0,0,158,7,0,0,158,7,0,0,162,7,0,0,162,7,0,0,162,7,0,0,162,7,0,0,162,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,166,7,0,0,166,7,0,0,166,7,0,0,166,7,0,0,168,7,0,0,168,7,0,0,168,7,0,0,168,7,0,0,168,7,0,0,168,7,0,0,170,7,0,0,172,7,0,0,176,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,178,7,0,0,178,7,0,0,180,7,0,0,180,7,0,0,184,7,0,0,184,7,0,0,184,7,0,0,184,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,196,7,0,0,198,7,0,0,198,7,0,0,198,7,0,0,198,7,0,0,198,7,0,0,204,7,0,0,204,7,0,0,206,7,0,0,212,7,0,0,216,7,0,0,216,7,0,0,216,7,0,0,216,7,0,0,216,7,0,0,216,7,0,0,216,7,0,0,216,7,0,0,216,7,0,0,216,7,0,0,216,7,0,0,216,7,0,0,224,7,0,0,224,7,0,0,224,7,0,0,224,7,0,0,224,7,0,0,224,7,0,0,226,7,0,0,226,7,0,0,226,7,0,0,226,7,0,0,226,7,0,0,226,7,0,0,226,7,0,0,226,7,0,0,226,7,0,0,226,7,0,0,226,7,0,0,226,7,0,0,232,7,0,0,236,7,0,0,246,7,0,0,246,7,0,0,252,7,0,0,252,7,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,10,8,0,0,16,8,0,0,16,8,0,0,16,8,0,0,16,8,0,0,16,8,0,0,16,8,0,0,18,8,0,0,18,8,0,0,18,8,0,0,18,8,0,0,18,8,0,0,22,8,0,0,22,8,0,0,22,8,0,0,22,8,0,0,24,8,0,0,26,8,0,0,26,8,0,0,28,8,0,0,28,8,0,0,28,8,0,0,38,8,0,0,38,8,0,0,38,8,0,0,38,8,0,0,40,8,0,0,42,8,0,0,42,8,0,0,42,8,0,0,42,8,0,0,44,8,0,0,48,8,0,0,48,8,0,0,48,8,0,0,48,8,0,0,48,8,0,0,52,8,0,0,52,8,0,0,52,8,0,0,54,8,0,0,56,8,0,0,56,8,0,0,56,8,0,0,56,8,0,0,56,8,0,0,56,8,0,0,56,8,0,0,56,8,0,0,60,8,0,0,64,8,0,0,64,8,0,0,64,8,0,0,80,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,90,8,0,0,92,8,0,0,92,8,0,0,92,8,0,0,92,8,0,0,92,8,0,0,94,8,0,0,94,8,0,0,94,8,0,0,96,8,0,0,96,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,108,8,0,0,108,8,0,0,108,8,0,0,108,8,0,0,108,8,0,0,108,8,0,0,108,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,114,8,0,0,114,8,0,0,114,8,0,0,114,8,0,0,114,8,0,0,114,8,0,0,114,8,0,0,118,8,0,0,118,8,0,0,120,8,0,0,120,8,0,0,120,8,0,0,120,8,0,0,122,8,0,0,124,8,0,0,124,8,0,0,128,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,142,8,0,0,142,8,0,0,142,8,0,0,142,8,0,0,144,8,0,0,144,8,0,0,146,8,0,0,148,8,0,0,148,8,0,0,148,8,0,0,150,8,0,0,150,8,0,0,160,8,0,0,160,8,0,0,166,8,0,0,166,8,0,0,166,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,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,176,8,0,0,176,8,0,0,176,8,0,0,180,8,0,0,180,8,0,0,180,8,0,0,186,8,0,0,186,8,0,0,186,8,0,0,186,8,0,0,186,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,190,8,0,0,196,8,0,0,196,8,0,0,202,8,0,0,202,8,0,0,206,8,0,0,206,8,0,0,208,8,0,0,208,8,0,0,208,8,0,0,210,8,0,0,210,8,0,0,210,8,0,0,210,8,0,0,210,8,0,0,210,8,0,0,210,8,0,0,210,8,0,0,210,8,0,0,210,8,0,0,210,8,0,0,210,8,0,0,210,8,0,0,210,8,0,0,216,8,0,0,216,8,0,0,220,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,224,8,0,0,228,8,0,0,228,8,0,0,228,8,0,0,228,8,0,0,234,8,0,0,234,8,0,0,238,8,0,0,240,8,0,0,240,8,0,0,246,8,0,0,246,8,0,0,248,8,0,0,248,8,0,0,250,8,0,0,0,9,0,0,0,9,0,0,2,9,0,0,2,9,0,0,6,9,0,0,6,9,0,0,6,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,16,9,0,0,20,9,0,0,22,9,0,0,22,9,0,0,22,9,0,0,24,9,0,0,24,9,0,0,28,9,0,0,30,9,0,0,34,9,0,0,38,9,0,0,38,9,0,0,40,9,0,0,42,9,0,0,50,9,0,0,50,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,54,9,0,0,58,9,0,0,58,9,0,0,60,9,0,0,60,9,0,0,60,9,0,0,60,9,0,0,62,9,0,0,66,9,0,0,70,9,0,0,70,9,0,0,74,9,0,0,74,9,0,0,78,9,0,0,78,9,0,0,78,9,0,0,78,9,0,0,78,9,0,0,82,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,84,9,0,0,84,9,0,0,92,9,0,0,92,9,0,0,94,9,0,0,94,9,0,0,96,9,0,0,96,9,0,0,98,9,0,0,102,9,0,0,102,9,0,0,104,9,0,0,104,9,0,0,104,9,0,0,104,9,0,0,104,9,0,0,114,9,0,0,114,9,0,0,114,9,0,0,114,9,0,0,114,9,0,0,114,9,0,0,114,9,0,0,114,9,0,0,116,9,0,0,116,9,0,0,118,9,0,0,118,9,0,0,118,9,0,0,118,9,0,0,122,9,0,0,124,9,0,0,124,9,0,0,128,9,0,0,130,9,0,0,130,9,0,0,130,9,0,0,132,9,0,0,138,9,0,0,138,9,0,0,140,9,0,0,140,9,0,0,140,9,0,0,144,9,0,0,144,9,0,0,144,9,0,0,144,9,0,0,144,9,0,0,152,9,0,0,154,9,0,0,158,9,0,0,158,9,0,0,158,9,0,0,158,9,0,0,158,9,0,0,158,9,0,0,158,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,168,9,0,0,172,9,0,0,172,9,0,0,174,9,0,0,174,9,0,0,182,9,0,0,182,9,0,0,184,9,0,0,188,9,0,0,188,9,0,0,188,9,0,0,188,9,0,0,188,9,0,0,188,9,0,0,188,9,0,0,188,9,0,0,188,9,0,0,192,9,0,0,192,9,0,0,198,9,0,0,198,9,0,0,198,9,0,0,198,9,0,0,206,9,0,0,206,9,0,0,208,9,0,0,208,9,0,0,208,9,0,0,208,9,0,0,210,9,0,0,210,9,0,0,210,9,0,0,210,9,0,0,214,9,0,0,216,9,0,0,216,9,0,0,216,9,0,0,222,9,0,0,222,9,0,0,222,9,0,0,224,9,0,0,224,9,0,0,224,9,0,0,226,9,0,0,226,9,0,0,228,9,0,0,228,9,0,0,228,9,0,0,228,9,0,0,232,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,240,9,0,0,240,9,0,0,240,9,0,0,240,9,0,0,240,9,0,0,240,9,0,0,242,9,0,0,244,9,0,0,244,9,0,0,248,9,0,0,248,9,0,0,252,9,0,0,252,9,0,0,252,9,0,0,252,9,0,0,0,168,142,124,20,83,0,0,0,168,142,124,182,85,0,0,0,232,185,6,167,92,0,0,0,232,185,6,170,112,0,0,1,120,142,121,20,83,0,0,1,120,142,121,182,85,0,0,2,160,184,120,84,82,0,0,2,152,140,213,63,114,0,0,5,0,246,29,88,76,0,0,5,0,246,29,83,77,0,0,5,0,246,29,200,112,0,0,6,144,44,105,78,80,0,0,7,192,176,20,66,75,0,0,10,232,123,28,20,83,0,0,10,80,158,115,20,83,0,0,10,232,123,28,182,85,0,0,10,80,158,115,182,85,0,0,10,232,123,28,105,105,0,0,11,56,11,62,216,80,0,0,11,56,11,62,135,101,0,0,14,80,123,29,78,80,0,0,15,120,135,52,176,106,0,0,20,192,57,106,88,76,0,0,20,192,57,106,83,77,0,0,20,192,57,106,200,112,0,0,21,248,242,176,88,73,0,0,23,168,139,128,176,106,0,0,25,96,187,117,20,83,0,0,25,96,187,117,182,85,0,0,26,80,205,164,66,75,0,0,26,120,219,193,173,100,0,0,26,136,144,95,176,106,0,0,27,200,44,209,176,106,0,0,28,56,38,210,176,106,0,0,29,0,120,139,20,83,0,0,29,0,120,139,182,85,0,0,29,48,118,175,177,98,0,0,31,80,228,210,176,106,0,0,37,240,81,200,194,101,0,0,41,88,18,86,176,106,0,0,49,176,50,206,176,106,0,0,50,96,58,164,101,88,0,0,50,96,58,164,161,89,0,0,50,56,151,234,47,93,0,0,50,96,58,164,155,105,0,0,53,80,137,195,47,93,0,0,53,24,62,238,176,106,0,0,55,8,127,192,129,72,0,0,56,208,54,63,111,79,0,0,58,16,212,160,176,106,0,0,59,32,234,43,244,103,0,0,59,32,234,43,79,110,0,0,59,128,205,5,150,115,0,0,62,144,148,159,88,76,0,0,62,144,148,159,83,77,0,0,62,144,148,159,200,112,0,0,64,248,55,101,107,91,0,0,64,248,55,101,133,91,0,0,64,248,55,101,157,91,0,0,66,88,70,10,96,92,0,0,69,208,63,41,176,106,0,0,70,96,62,78,20,83,0,0,70,96,62,78,182,85,0,0,70,128,104,221,142,88,0,0,70,128,104,221,189,88,0,0,70,128,104,221,194,110,0,0,70,128,104,221,242,110,0,0,74,216,98,173,66,75,0,0,76,184,60,165,66,75,0,0,76,200,179,230,96,90,0,0,79,128,215,157,88,76,0,0,79,128,215,157,83,77,0,0,79,208,138,110,176,106,0,0,79,128,215,157,200,112,0,0,83,0,168,16,213,90,0,0,83,0,168,16,37,91,0,0,84,64,249,67,88,76,0,0,84,64,249,67,83,77,0,0,84,64,249,67,200,112,0,0,85,64,53,119,20,83,0,0,85,32,211,145,20,83,0,0,85,64,53,119,182,85,0,0,85,32,211,145,182,85,0,0,85,56,153,111,176,106,0,0,89,16,237,97,10,115,0,0,91,0,125,27,52,97,0,0,92,240,131,12,117,92,0,0,93,144,223,74,66,75,0,0,94,208,44,117,213,90,0,0,95,200,98,244,44,110,0,0,99,120,208,138,52,97,0,0,103,168,211,126,176,106,0,0,110,168,111,122,38,75,0,0,110,168,111,122,85,95,0,0,110,168,111,122,253,96,0,0,114,56,145,75,66,75,0,0,114,168,5,121,236,91,0,0,116,88,120,192,52,97,0,0,120,0,70,107,176,106,0,0,120,192,119,124,115,115,0,0,122,216,9,213,72,81,0,0,122,216,9,213,104,81,0,0,122,104,236,202,52,97,0,0,122,216,9,213,4,102,0,0,124,216,81,151,119,106,0,0,130,112,33,19,176,106,0,0,138,56,183,255,176,106,0,0,139,216,72,3,176,106,0,0,141,16,190,129,1,92,0,0,145,120,31,254,42,94,0,0,148,0,61,146,176,106,0,0,149,96,34,63,176,106,0,0,153,64,152,14,74,106,0,0,154,160,132,182,142,88,0,0,154,160,132,182,189,88,0,0,154,160,132,182,194,110,0,0,163,240,233,155,66,75,0,0,164,112,1,182,88,76,0,0,164,112,1,182,83,77,0,0,164,112,1,182,200,112,0,0,165,112,50,91,172,90,0,0,166,40,185,148,65,73,0,0,166,144,85,40,151,95,0,0,166,144,85,40,192,95,0,0,167,128,3,163,216,80,0,0,167,128,3,163,135,101,0,0,169,136,215,178,67,76,0,0,169,136,215,178,104,98,0,0,172,128,28,135,176,106,0,0,174,136,67,142,88,76,0,0,174,136,67,142,83,77,0,0,174,136,67,142,200,112,0,0,175,104,250,16,126,99,0,0,176,200,9,182,20,83,0,0,176,200,9,182,182,85,0,0,183,248,47,128,60,77,0,0,183,144,154,3,176,106,0,0,190,240,80,196,182,96,0,0,190,240,80,196,229,100,0,0,191,200,225,26,63,114,0,0,193,88,105,47,192,94,0,0,197,136,113,164,240,115,0,0,197,136,113,164,26,116,0,0,205,232,217,27,176,106,0,0,206,192,223,232,176,106,0,0,207,104,157,38,188,73,0,0,208,144,206,229,20,83,0,0,208,144,206,229,182,85,0,0,208,200,253,111,176,106,0,0,210,184,45,12,194,101,0,0,215,208,198,207,216,91,0,0,216,232,214,141,9,104,0,0,219,136,121,186,176,106,0,0,223,32,18,231,7,72,0,0,227,88,156,13,66,75,0,0,227,32,104,135,78,80,0,0,230,128,19,204,176,106,0,0,233,48,108,167,176,106,0,0,238,128,234,183,7,72,0,0,238,24,70,159,254,95,0,0,238,24,70,159,126,96,0,0,247,88,161,212,20,83,0,0,247,88,161,212,182,85,0,0,250,144,159,145,78,80,0,0,254,112,29,173,176,106,0,0,3,105,194,245,20,83,0,0,3,105,194,245,182,85,0,0,6,113,42,53,66,75,0,0,7,129,34,163,6,89,0,0,10,33,126,246,14,76,0,0,10,33,126,246,159,97,0,0,12,137,190,127,10,82,0,0,15,41,180,148,235,93,0,0,17,49,230,213,66,75,0,0,18,9,101,125,176,106,0,0,18,89,20,235,176,106,0,0,21,233,245,186,78,80,0,0,27,145,171,15,176,106,0,0,31,161,150,227,20,83,0,0,31,161,150,227,182,85,0,0,32,33,190,175,58,74,0,0,39,121,88,207,240,71,0,0,39,121,88,207,200,112,0,0,44,81,66,224,20,83,0,0,44,81,66,224,182,85,0,0,47,201,236,107,176,106,0,0,49,81,214,158,66,75,0,0,50,57,154,112,150,115,0,0,55,113,78,72,111,74,0,0,55,25,157,38,182,85,0,0,55,113,78,72,200,112,0,0,57,113,126,24,176,106,0,0,59,121,193,165,44,110,0,0,63,49,180,3,176,106,0,0,66,217,117,114,66,75,0,0,66,217,117,114,122,94,0,0,66,233,138,249,176,106,0,0,67,137,14,191,176,106,0,0,69,137,239,3,20,83,0,0,69,137,239,3,182,85,0,0,74,113,81,117,88,76,0,0,74,113,81,117,83,77,0,0,74,113,81,117,200,112,0,0,84,17,87,206,88,76,0,0,84,17,87,206,83,77,0,0,84,41,234,162,114,102,0,0,84,41,234,162,137,102,0,0,84,17,87,206,200,112,0,0,85,217,40,127,93,97,0,0,85,217,40,127,126,97,0,0,85,113,97,11,176,106,0,0,85,217,40,127,23,112,0,0,87,209,238,218,20,83,0,0,87,209,238,218,182,85,0,0,88,145,218,52,88,76,0,0,88,145,218,52,83,77,0,0,88,145,218,52,200,112,0,0,91,1,171,122,63,114,0,0,93,57,69,24,43,79,0,0,94,193,166,27,101,111,0,0,95,129,58,197,88,76,0,0,95,129,58,197,83,77,0,0,95,209,202,154,20,83,0,0,95,177,50,218,20,83,0,0,95,209,202,154,182,85,0,0,95,177,50,218,182,85,0,0,95,209,202,154,191,105,0,0,95,129,58,197,200,112,0,0,97,105,233,20,94,116,0,0,100,81,229,36,176,106,0,0,101,65,181,55,237,101,0,0,105,145,243,10,20,83,0,0,105,145,243,10,182,85,0,0,107,105,89,94,63,114,0,0,108,57,25,193,176,106,0,0,112,17,49,77,70,90,0,0,113,225,65,111,33,104,0,0,114,89,155,19,66,75,0,0,114,89,155,19,14,94,0,0,117,49,214,49,63,114,0,0,119,25,5,77,232,79,0,0,120,145,223,66,98,106,0,0,126,137,56,75,176,106,0,0,131,185,143,46,20,83,0,0,131,185,143,46,182,85,0,0,134,97,173,2,248,99,0,0,137,17,206,98,73,92,0,0,137,121,171,202,176,106,0,0,137,17,206,98,254,111,0,0,138,113,157,38,20,83,0,0,138,25,65,217,20,83,0,0,138,113,157,38,182,85,0,0,138,25,65,217,182,85,0,0,138,25,65,217,191,105,0,0,139,57,160,40,63,114,0,0,140,25,35,202,176,106,0,0,144,201,186,58,66,75,0,0,147,241,185,13,176,106,0,0,149,145,161,185,205,93,0,0,149,145,161,185,40,103,0,0,152,41,216,224,20,83,0,0,152,41,216,224,182,85,0,0,153,193,19,65,34,74,0,0,155,1,217,248,216,80,0,0,155,1,217,248,135,101,0,0,155,65,110,160,176,106,0,0,156,153,237,24,176,106,0,0,156,177,35,104,176,106,0,0,157,33,32,210,66,75,0,0,162,137,83,181,142,93,0,0,166,233,88,129,67,116,0,0,168,185,113,21,20,83,0,0,168,185,113,21,182,85,0,0,168,185,113,21,191,105,0,0,185,225,189,83,41,76,0,0,187,89,183,218,20,83,0,0,187,89,183,218,182,85,0,0,193,129,17,91,20,83,0,0,193,129,17,91,182,85,0,0,208,249,225,133,7,72,0,0,209,209,62,232,66,75,0,0,213,1,138,152,200,112,0,0,215,1,46,126,120,78,0,0,216,209,255,106,89,115,0,0,218,81,59,110,63,114,0,0,224,121,38,141,119,95,0,0,225,17,75,233,227,99,0,0,227,241,75,54,20,83,0,0,227,241,75,54,182,85,0,0,229,137,210,252,176,106,0,0,230,201,191,116,176,106,0,0,231,81,13,214,54,101,0,0,235,249,5,126,38,117,0,0,238,49,93,189,88,76,0,0,238,49,93,189,83,77,0,0,238,49,93,189,200,112,0,0,241,209,103,176,155,81,0,0,241,209,103,176,30,102,0,0,241,209,103,176,68,102,0,0,241,209,103,176,62,103,0,0,241,225,18,234,176,106,0,0,244,81,134,132,216,80,0,0,244,57,236,159,20,83,0,0,244,57,236,159,182,85,0,0,244,81,134,132,135,101,0,0,245,81,156,151,176,106,0,0,245,33,143,78,235,116,0,0,246,9,22,52,63,114,0,0,247,41,5,165,143,74,0,0,249,193,252,30,20,83,0,0,249,193,252,30,182,85,0,0,249,193,252,30,191,105,0,0,249,177,82,42,176,106,0,0,252,209,232,219,176,106,0,0,252,193,229,126,126,110,0,0,254,17,180,68,20,83,0,0,254,49,117,249,20,83,0,0,254,17,180,68,182,85,0,0,254,49,117,249,182,85,0,0,254,225,151,159,200,112,0,0,0,178,191,254,13,75,0,0,0,178,191,254,124,100,0,0,4,82,34,158,63,114,0,0,5,74,143,239,176,106,0,0,10,114,145,228,20,83,0,0,10,114,145,228,182,85,0,0,10,202,18,66,42,94,0,0,11,18,81,92,67,79,0,0,11,18,81,92,204,99,0,0,12,202,183,136,20,83,0,0,12,202,183,136,182,85,0,0,12,154,85,167,176,106,0,0,16,74,60,175,72,112,0,0,19,50,208,169,20,83,0,0,19,50,208,169,182,85,0,0,21,26,13,227,66,75,0,0,38,130,150,234,20,83,0,0,38,130,150,234,182,85,0,0,38,26,131,182,142,88,0,0,38,26,131,182,189,88,0,0,38,130,150,234,191,105,0,0,38,26,131,182,194,110,0,0,38,26,131,182,242,110,0,0,40,66,19,210,20,83,0,0,40,66,19,210,182,85,0,0,42,226,141,59,203,78,0,0,45,26,78,227,20,83,0,0,45,26,78,227,182,85,0,0,45,26,78,227,105,105,0,0,46,66,146,174,254,82,0,0,46,170,198,84,176,106,0,0,48,218,181,104,20,83,0,0,48,218,181,104,182,85,0,0,48,74,40,202,86,104,0,0,48,154,27,102,176,106,0,0,49,178,118,8,176,106,0,0,49,202,44,145,176,106,0,0,50,162,36,65,20,83,0,0,50,162,36,65,182,85,0,0,55,74,145,199,47,93,0,0,55,26,19,1,37,115,0,0,57,82,250,107,18,103,0,0,60,170,131,19,20,83,0,0,60,170,131,19,182,85,0,0,60,170,131,19,105,105,0,0,61,82,203,204,20,83,0,0,61,82,203,204,182,85,0,0,62,82,215,197,51,112,0,0,65,210,189,209,20,83,0,0,65,210,189,209,182,85,0,0,65,250,161,133,63,114,0,0,66,66,133,82,20,83,0,0,66,66,133,82,182,85,0,0,71,218,37,52,20,83,0,0,71,218,37,52,182,85,0,0,74,186,29,157,52,97,0,0,74,138,133,199,176,106,0,0,75,90,237,105,37,99,0,0,77,42,10,126,226,92,0,0,77,66,77,81,211,115,0,0,81,170,145,2,78,80,0,0,81,10,66,226,176,106,0,0,84,130,56,66,103,112,0,0,93,154,236,237,20,83,0,0,93,154,236,237,182,85,0,0,94,74,253,166,186,72,0,0,94,42,254,54,176,106,0,0,100,26,1,152,176,106,0,0,101,130,216,132,176,106,0,0,102,122,149,145,176,106,0,0,106,2,57,11,176,106,0,0,107,82,164,94,243,81,0,0,108,234,115,66,20,83,0,0,108,234,115,66,182,85,0,0,108,234,6,185,60,117,0,0,108,234,6,185,119,117,0,0,108,234,6,185,182,117,0,0,108,234,6,185,243,117,0,0,112,226,114,219,107,91,0,0,113,50,220,140,63,114,0,0,114,154,74,229,176,106,0,0,115,58,18,12,176,106,0,0,119,170,255,235,20,83,0,0,119,170,255,235,182,85,0,0,119,170,255,235,191,105,0,0,120,250,103,86,152,82,0,0,122,26,234,219,63,114,0,0,123,26,16,100,176,106,0,0,126,242,178,129,20,83,0,0,126,218,49,185,20,83,0,0,126,242,178,129,182,85,0,0,126,218,49,185,182,85,0,0,127,178,19,61,20,83,0,0,127,178,19,61,182,85,0,0,131,202,215,197,20,83,0,0,131,202,215,197,182,85,0,0,131,82,135,171,60,117,0,0,131,82,135,171,119,117,0,0,131,82,135,171,182,117,0,0,131,82,135,171,243,117,0,0,137,90,194,228,66,75,0,0,146,226,224,156,66,75,0,0,146,146,157,38,60,117,0,0,146,146,157,38,119,117,0,0,146,146,157,38,182,117,0,0,146,146,157,38,243,117,0,0,148,250,9,86,20,83,0,0,148,250,9,86,182,85,0,0,155,242,114,86,176,106,0,0,157,226,236,172,165,73,0,0,159,34,133,152,176,106,0,0,162,122,21,240,20,83,0,0,162,114,210,250,20,83,0,0,162,122,21,240,182,85,0,0,162,114,210,250,182,85,0,0,162,194,242,76,63,114,0,0,164,210,112,234,88,76,0,0,164,210,112,234,83,77,0,0,164,210,112,234,200,112,0,0,166,34,82,115,78,80,0,0,166,154,219,231,176,106,0,0,173,26,32,211,63,114,0,0,180,146,219,104,88,76,0,0,180,146,219,104,83,77,0,0,180,146,219,104,200,112,0,0,181,98,19,188,20,83,0,0,181,98,19,188,182,85,0,0,182,66,244,86,176,106,0,0,185,42,191,172,20,83,0,0,185,42,191,172,182,85,0,0,185,42,191,172,60,117,0,0,185,42,191,172,119,117,0,0,185,42,191,172,182,117,0,0,185,42,191,172,243,117,0,0,187,58,59,68,20,83,0,0,187,58,59,68,182,85,0,0,188,82,74,186,225,78,0,0,189,26,185,92,17,95,0,0,190,122,171,101,176,106,0,0,191,50,149,30,20,83,0,0,191,50,149,30,182,85,0,0,192,82,159,129,156,103,0,0,193,66,173,157,20,83,0,0,193,66,173,157,182,85,0,0,194,234,237,234,10,117,0,0,200,26,157,38,119,88,0,0,200,2,122,185,176,106,0,0,200,74,203,70,115,115,0,0,202,50,243,140,66,75,0,0,202,10,240,186,213,90,0,0,202,10,240,186,37,91,0,0,207,250,68,228,42,95,0,0,212,250,44,213,78,80,0,0,214,114,182,205,176,106,0,0,216,250,205,87,176,106,0,0,223,26,67,82,20,83,0,0,223,26,67,82,182,85,0,0,223,34,169,22,176,106,0,0,224,226,52,60,47,93,0,0,224,162,48,142,198,100,0,0,226,114,64,222,152,112,0,0,228,218,104,27,20,83,0,0,228,218,104,27,182,85,0,0,228,210,53,240,25,101,0,0,228,210,53,240,54,101,0,0,232,210,22,80,213,90,0,0,232,210,22,80,37,91,0,0,234,2,6,146,254,95,0,0,235,194,69,55,20,83,0,0,235,194,69,55,182,85,0,0,235,194,69,55,35,106,0,0,237,34,234,228,66,75,0,0,238,202,105,230,138,104,0,0,247,194,114,14,66,75,0,0,252,226,96,246,78,80,0,0,254,50,156,132,179,82,0,0,0,163,246,81,66,75,0,0,0,163,246,81,238,114,0,0,3,195,131,98,20,83,0,0,3,195,131,98,182,85,0,0,10,43,81,172,186,97,0,0,10,43,81,172,55,98,0,0,11,51,74,83,20,83,0,0,11,51,74,83,182,85,0,0,24,139,206,74,78,98,0,0,32,251,197,194,85,89,0,0,33,179,189,98,179,82,0,0,35,59,51,34,7,72,0,0,35,59,51,34,123,82,0,0,42,187,122,77,150,100,0,0,44,211,235,52,47,93,0,0,50,43,63,107,192,94,0,0,52,51,88,0,40,89,0,0,53,123,84,200,66,75,0,0,53,19,19,28,176,106,0,0,54,195,96,248,20,83,0,0,54,195,96,248,182,85,0,0,60,107,218,203,126,112,0,0,61,179,189,8,20,83,0,0,61,179,189,8,182,85,0,0,61,43,185,73,111,93,0,0,61,51,254,76,176,106,0,0,62,3,255,178,78,80,0,0,65,147,224,133,176,106,0,0,67,75,146,160,78,80,0,0,76,155,137,150,190,81,0,0,78,67,216,108,78,80,0,0,83,59,130,192,20,83,0,0,83,59,130,192,182,85,0,0,85,227,162,107,20,83,0,0,85,227,162,107,182,85,0,0,86,171,254,166,117,89,0,0,86,171,254,166,231,89,0,0,86,171,254,166,20,90,0,0,93,235,14,55,14,94,0,0,93,155,90,44,176,106,0,0,104,75,165,55,130,81,0,0,104,115,231,242,20,83,0,0,104,115,231,242,182,85,0,0,104,75,165,55,179,103,0,0,105,243,151,229,88,76,0,0,105,243,151,229,83,77,0,0,105,243,151,229,200,112,0,0,111,115,175,193,143,90,0,0,111,139,207,70,176,106,0,0,113,67,218,48,176,106,0,0,118,83,200,198,115,115,0,0,123,219,178,8,20,83,0,0,123,219,178,8,182,85,0,0,125,227,221,81,63,114,0,0,126,35,95,163,20,83,0,0,126,35,95,163,182,85,0,0,127,219,166,149,120,90,0,0,129,171,177,114,178,99,0,0,133,91,233,96,104,110,0,0,133,91,233,96,168,110,0,0,136,99,92,220,224,94,0,0,140,115,145,25,182,116,0,0,145,27,21,108,54,80,0,0,146,147,37,151,88,76,0,0,146,147,37,151,83,77,0,0,146,147,37,151,200,112,0,0,149,195,16,87,20,83,0,0,149,195,16,87,182,85,0,0,149,251,80,165,176,106,0,0,150,43,204,105,88,76,0,0,150,43,204,105,83,77,0,0,150,43,204,105,200,112,0,0,152,227,27,98,20,83,0,0,152,227,27,98,182,85,0,0,156,235,92,80,20,83,0,0,156,235,92,80,182,85,0,0,160,123,180,252,78,80,0,0,164,187,194,8,176,106,0,0,166,107,28,198,176,106,0,0,167,187,213,191,54,101,0,0,167,67,228,117,176,106,0,0,169,243,206,88,23,79,0,0,172,83,202,89,35,98,0,0,172,115,159,37,176,106,0,0,176,155,231,242,20,83,0,0,176,155,231,242,182,85,0,0,178,235,146,205,230,97,0,0,178,235,146,205,5,98,0,0,181,27,5,210,239,73,0,0,181,139,4,86,211,115,0,0,188,59,217,195,185,74,0,0,188,59,217,195,217,74,0,0,188,59,217,195,172,78,0,0,189,187,19,146,20,83,0,0,189,187,19,146,182,85,0,0,192,139,218,99,158,96,0,0,194,3,126,33,88,76,0,0,194,3,126,33,83,77,0,0,194,3,126,33,200,112,0,0,195,147,7,53,176,106,0,0,202,155,51,79,176,106,0,0,204,35,222,192,176,106,0,0,207,59,170,147,88,76,0,0,207,59,170,147,83,77,0,0,207,195,15,88,186,97,0,0,207,139,55,198,176,106,0,0,207,59,170,147,200,112,0,0,207,83,188,148,63,114,0,0,212,211,100,244,88,76,0,0,212,211,100,244,83,77,0,0,212,83,197,188,20,83,0,0,212,83,197,188,182,85,0,0,212,211,100,244,200,112,0,0,213,83,149,86,176,106,0,0,215,147,143,117,20,83,0,0,215,147,143,117,182,85,0,0,217,147,45,144,88,76,0,0,217,147,45,144,83,77,0,0,217,67,191,131,176,106,0,0,217,147,45,144,200,112,0,0,226,195,3,16,78,80,0,0,226,91,136,50,20,83,0,0,226,107,12,142,20,83,0,0,226,91,136,50,182,85,0,0,226,107,12,142,182,85,0,0,226,227,183,53,156,98,0,0,229,219,24,252,213,90,0,0,229,219,24,252,37,91,0,0,230,187,188,178,63,72,0,0,241,131,219,33,20,83,0,0,241,131,219,33,182,85,0,0,241,59,76,37,94,94,0,0,241,59,76,37,34,96,0,0,241,59,76,37,66,96,0,0,241,27,14,217,176,106,0,0,243,83,242,122,176,106,0,0,250,219,241,2,176,106,0,0,252,19,117,13,47,93,0,0,254,163,7,142,60,117,0,0,254,163,7,142,119,117,0,0,254,163,7,142,182,117,0,0,254,163,7,142,243,117,0,0,2,140,210,198,176,106,0,0,5,228,1,254,66,75,0,0,5,132,11,170,37,99,0,0,8,100,162,51,213,90,0,0,8,100,162,51,37,91,0,0,10,204,223,17,176,106,0,0,11,156,138,192,66,75,0,0,11,180,242,46,176,106,0,0,13,124,218,249,20,83,0,0,13,124,218,249,182,85,0,0,16,4,246,237,254,111,0,0,17,156,138,192,66,75,0,0,20,244,18,197,248,78,0,0,20,244,18,197,63,99,0,0,26,28,86,47,88,76,0,0,26,28,86,47,83,77,0,0,26,28,86,47,200,112,0,0,32,228,217,16,164,72,0,0,32,36,249,128,176,106,0,0,37,44,193,111,117,89,0,0,37,44,193,111,231,89,0,0,37,44,193,111,20,90,0,0,38,52,32,136,63,114,0,0,41,52,205,50,176,106,0,0,45,252,55,89,164,74,0,0,49,188,176,148,20,83,0,0,49,188,176,148,182,85,0,0,50,180,90,205,21,114,0,0,50,180,90,205,63,114,0,0,52,116,159,2,176,106,0,0,53,68,157,38,20,83,0,0,53,68,157,38,182,85,0,0,56,116,81,165,66,75,0,0,59,36,147,174,176,106,0,0,60,132,157,96,213,90,0,0,60,132,157,96,37,91,0,0,61,100,24,208,176,106,0,0,62,148,185,94,176,106,0,0,66,220,13,152,176,106,0,0,72,140,183,152,20,83,0,0,72,140,183,152,182,85,0,0,74,164,127,138,176,106,0,0,75,212,154,78,172,93,0,0,80,164,167,155,176,106,0,0,85,100,228,169,176,106,0,0,86,84,107,168,96,99,0,0,87,220,61,55,148,78,0,0,87,140,65,77,63,114,0,0,88,92,45,122,20,83,0,0,88,92,45,122,182,85,0,0,88,108,120,183,176,106,0,0,90,180,52,218,24,100,0,0,94,124,171,64,194,101,0,0,100,108,157,38,50,100,0,0,112,132,7,116,88,76,0,0,112,132,7,116,83,77,0,0,112,28,214,214,84,82,0,0,112,132,7,116,200,112,0,0,117,172,156,30,20,83,0,0,117,172,156,30,182,85,0,0,117,44,188,246,213,90,0,0,117,44,188,246,37,91,0,0,119,156,70,208,20,83,0,0,119,156,70,208,182,85,0,0,119,116,11,251,63,114,0,0,120,172,68,144,155,81,0,0,120,172,68,144,30,102,0,0,120,172,68,144,68,102,0,0,120,172,68,144,62,103,0,0,121,36,250,15,176,106,0,0,123,156,224,253,20,83,0,0,123,156,224,253,182,85,0,0,126,180,179,63,182,115,0,0,128,44,44,101,20,83,0,0,128,44,44,101,182,85,0,0,128,60,160,139,142,88,0,0,128,60,160,139,189,88,0,0,128,180,61,220,195,89,0,0,128,100,10,185,1,101,0,0,128,44,44,101,35,106,0,0,128,60,160,139,194,110,0,0,132,116,61,94,20,83,0,0,132,116,61,94,182,85,0,0,132,60,189,2,176,106,0,0,134,28,241,38,200,103,0,0,136,60,150,250,176,106,0,0,137,180,60,166,20,83,0,0,137,180,60,166,182,85,0,0,141,148,45,16,20,83,0,0,141,148,45,16,182,85,0,0,144,180,172,244,20,83,0,0,144,180,172,244,182,85,0,0,146,212,145,254,20,83,0,0,146,212,145,254,182,85,0,0,151,52,174,213,20,83,0,0,151,52,174,213,182,85,0,0,151,52,174,213,191,105,0,0,154,100,57,105,16,81,0,0,156,164,166,6,176,106,0,0,157,148,68,174,176,106,0,0,160,108,51,3,20,83,0,0,160,108,51,3,182,85,0,0,160,172,250,29,104,98,0,0,160,108,51,3,191,105,0,0,165,140,82,158,176,106,0,0,166,44,63,193,20,83,0,0,166,44,63,193,182,85,0,0,171,12,161,241,176,106,0,0,173,172,126,242,176,106,0,0,175,116,149,89,160,79,0,0,178,212,182,94,97,78,0,0,181,156,138,192,66,75,0,0,182,60,200,79,176,106,0,0,183,236,211,138,20,83,0,0,183,236,211,138,182,85,0,0,184,100,198,6,176,106,0,0,187,140,157,38,60,117,0,0,187,140,157,38,119,117,0,0,187,140,157,38,182,117,0,0,187,140,157,38,243,117,0,0,191,196,239,149,176,106,0,0,193,84,100,139,20,83,0,0,193,84,100,139,182,85,0,0,194,124,198,139,176,106,0,0,201,164,21,58,20,83,0,0,201,164,21,58,182,85,0,0,205,28,25,130,63,114,0,0,208,156,36,172,176,106,0,0,209,76,86,75,66,75,0,0,214,220,227,114,20,83,0,0,214,220,227,114,182,85,0,0,215,68,181,35,1,73,0,0,219,60,135,110,14,76,0,0,219,60,135,110,159,97,0,0,221,52,95,31,176,106,0,0,221,124,169,247,176,106,0,0,221,20,156,251,176,106,0,0,222,76,158,27,224,82,0,0,222,76,158,27,81,105,0,0,227,252,186,128,135,79,0,0,227,252,186,128,100,100,0,0,227,228,108,108,176,106,0,0,229,60,246,142,20,83,0,0,229,60,246,142,182,85,0,0,229,60,246,142,191,105,0,0,230,68,245,113,20,83,0,0,230,68,245,113,182,85,0,0,230,68,245,113,191,105,0,0,231,204,121,224,109,103,0,0,243,204,91,64,88,76,0,0,243,204,91,64,83,77,0,0,243,204,91,64,200,112,0,0,245,68,31,54,176,106,0,0,248,132,156,6,155,81,0,0,248,132,156,6,30,102,0,0,248,132,156,6,68,102,0,0,248,132,156,6,62,103,0,0,253,4,246,52,20,83,0,0,253,4,246,52,182,85,0,0,0,117,1,126,134,103,0,0,1,149,53,160,110,104,0,0,4,229,191,63,63,114,0,0,5,5,29,18,176,106,0,0,6,101,246,172,20,83,0,0,6,101,246,172,182,85,0,0,6,181,38,91,132,98,0,0,8,149,191,253,13,99,0,0,8,253,204,103,176,106,0,0,12,93,228,52,176,106,0,0,15,165,195,127,194,91,0,0,20,213,125,203,176,106,0,0,22,173,92,206,62,103,0,0,24,45,112,17,47,93,0,0,24,93,41,156,63,95,0,0,24,85,64,95,176,106,0,0,25,61,241,154,20,83,0,0,25,61,241,154,182,85,0,0,25,61,241,154,191,105,0,0,27,85,106,124,20,83,0,0,27,85,106,124,182,85,0,0,29,253,25,46,117,89,0,0,29,253,25,46,231,89,0,0,29,253,25,46,20,90,0,0,33,53,254,236,176,106,0,0,34,109,64,228,176,106,0,0,35,149,4,218,62,103,0,0,38,13,212,177,195,89,0,0,40,5,176,203,176,106,0,0,43,37,193,148,143,116,0,0,46,157,73,243,176,106,0,0,48,141,171,35,20,83,0,0,48,141,171,35,182,85,0,0,51,125,36,87,38,75,0,0,51,13,73,145,88,76,0,0,51,13,73,145,83,77,0,0,51,53,231,154,20,83,0,0,51,53,231,154,182,85,0,0,51,21,35,187,93,97,0,0,51,125,36,87,220,104,0,0,51,13,73,145,200,112,0,0,52,85,148,190,75,100,0,0,55,45,61,101,3,80,0,0,56,13,253,6,20,83,0,0,56,13,253,6,182,85,0,0,58,101,85,7,66,75,0,0,58,101,85,7,122,94,0,0,59,189,44,236,63,114,0,0,63,157,216,53,88,76,0,0,63,157,216,53,83,77,0,0,63,157,216,53,200,112,0,0,65,181,9,171,78,80,0,0,65,237,158,186,96,96,0,0,65,237,158,186,164,104,0,0,68,197,7,68,88,76,0,0,68,197,7,68,83,77,0,0,68,197,7,68,200,112,0,0,69,21,107,234,50,78,0,0,70,213,102,142,117,89,0,0,70,213,102,142,231,89,0,0,70,213,102,142,20,90,0,0,70,117,50,210,176,106,0,0,70,229,238,25,200,112,0,0,71,229,181,147,176,106,0,0,77,101,178,13,66,75,0,0,77,165,60,29,176,106,0,0,78,117,143,150,20,83,0,0,78,117,143,150,182,85,0,0,85,109,70,23,205,72,0,0,85,109,70,23,182,79,0,0,85,109,70,23,244,98,0,0,93,109,99,5,88,76,0,0,93,109,99,5,83,77,0,0,93,109,99,5,200,112,0,0,94,13,215,89,20,83,0,0,94,13,215,89,182,85,0,0,94,253,43,179,47,93,0,0,94,13,215,89,191,105,0,0,97,165,240,104,90,79,0,0,102,165,105,160,176,106,0,0,104,197,79,75,20,83,0,0,104,197,79,75,182,85,0,0,106,141,246,20,88,76,0,0,106,141,246,20,83,77,0,0,106,141,246,20,200,112,0,0,110,245,100,110,20,83,0,0,110,245,100,110,182,85,0,0,110,245,100,110,191,105,0,0,122,101,177,211,85,89,0,0,124,109,181,217,153,111,0,0,125,21,231,235,242,113,0,0,127,37,178,92,176,106,0,0,130,21,197,88,88,76,0,0,130,21,197,88,83,77,0,0,130,229,148,247,142,88,0,0,130,229,148,247,189,88,0,0,130,229,148,247,194,110,0,0,130,229,148,247,242,110,0,0,130,21,197,88,200,112,0,0,130,173,200,118,200,112,0,0,136,85,207,121,20,83,0,0,136,85,207,121,182,85,0,0,138,125,147,241,63,114,0,0,139,101,250,251,155,81,0,0,139,101,250,251,30,102,0,0,139,101,250,251,68,102,0,0,139,101,250,251,62,103,0,0,140,173,1,165,88,73,0,0,140,13,108,36,131,73,0,0,140,13,108,36,202,82,0,0,140,13,108,36,226,92,0,0,140,13,108,36,235,93,0,0,141,165,208,18,78,80,0,0,141,165,208,18,54,101,0,0,145,173,81,102,78,80,0,0,146,173,248,113,170,112,0,0,147,125,67,18,182,116,0,0,149,205,157,128,224,94,0,0,150,77,29,217,241,109,0,0,154,237,169,240,176,106,0,0,156,109,85,85,176,106,0,0,160,221,103,81,20,83,0,0,160,221,103,81,182,85,0,0,163,45,231,242,248,78,0,0,164,85,106,88,20,83,0,0,164,85,106,88,182,85,0,0,165,213,232,155,36,81,0,0,165,21,212,175,20,83,0,0,165,21,212,175,182,85,0,0,167,141,152,112,86,74,0,0,167,141,152,112,140,92,0,0,167,141,152,112,214,113,0,0,168,165,104,191,176,106,0,0,170,109,114,36,170,102,0,0,170,109,114,36,198,102,0,0,176,213,113,13,78,80,0,0,179,85,129,83,60,117,0,0,179,85,129,83,119,117,0,0,179,85,129,83,182,117,0,0,179,85,129,83,243,117,0,0,186,253,197,194,216,80,0,0,186,253,197,194,135,101,0,0,188,141,46,227,155,81,0,0,188,141,46,227,30,102,0,0,188,141,46,227,68,102,0,0,188,141,46,227,62,103,0,0,188,133,154,199,63,114,0,0,190,141,130,41,20,83,0,0,190,141,130,41,182,85,0,0,192,197,132,12,20,83,0,0,192,197,132,12,182,85,0,0,192,237,167,251,222,98,0,0,192,197,132,12,191,105,0,0,198,93,250,126,88,76,0,0,198,93,250,126,83,77,0,0,198,93,250,126,200,112,0,0,202,141,184,239,109,103,0,0,203,45,109,18,20,83,0,0,203,45,109,18,182,85,0,0,203,45,109,18,105,105,0,0,208,5,111,226,176,106,0,0,209,237,178,249,194,90,0,0,212,133,143,140,254,95,0,0,216,13,229,69,188,111,0,0,217,93,185,70,176,106,0,0,218,141,50,130,176,106,0,0,225,221,124,37,20,83,0,0,225,221,124,37,182,85,0,0,232,93,47,122,176,106,0,0,235,61,234,243,88,76,0,0,235,61,234,243,83,77,0,0,235,61,234,243,200,112,0,0,236,221,200,163,10,82,0,0,236,189,246,194,200,112,0,0,236,189,246,194,179,113,0,0,243,109,236,61,176,106,0,0,246,29,227,183,7,72,0,0,248,181,245,57,78,80,0,0,253,53,118,6,213,90,0,0,253,53,118,6,37,91,0,0,5,70,111,69,7,72,0,0,6,102,225,57,176,106,0,0,12,54,73,164,176,106,0,0,18,22,226,222,176,106,0,0,19,70,211,4,63,114,0,0,20,174,41,4,20,83,0,0,20,174,41,4,182,85,0,0,22,118,140,230,176,106,0,0,31,134,157,38,230,96,0,0,33,30,92,58,160,94,0,0,33,30,92,58,114,101,0,0,37,70,125,48,20,83,0,0,37,70,125,48,182,85,0,0,38,214,219,156,63,114,0,0,39,126,34,57,63,114,0,0,40,182,7,125,121,116,0,0,42,238,117,211,176,106,0,0,44,222,211,252,66,75,0,0,49,110,68,15,88,76,0,0,49,110,68,15,83,77,0,0,49,110,68,15,200,112,0,0,51,46,57,126,212,73,0,0,52,110,183,37,88,76,0,0,52,110,183,37,83,77,0,0,52,110,183,37,200,112,0,0,53,30,90,20,66,75,0,0,53,182,78,6,226,92,0,0,65,22,136,218,40,77,0,0,65,22,136,218,73,78,0,0,65,134,79,103,182,85,0,0,65,134,79,103,35,106,0,0,71,118,74,136,200,92,0,0,83,150,163,89,20,83,0,0,83,150,163,89,182,85,0,0,83,150,163,89,191,105,0,0,84,62,219,176,20,83,0,0,84,62,219,176,182,85,0,0,85,78,97,216,213,81,0,0,85,86,154,44,20,83,0,0,85,86,154,44,182,85,0,0,85,110,117,232,14,105,0,0,85,110,117,232,48,105,0,0,87,254,121,69,88,76,0,0,87,254,121,69,83,77,0,0,87,254,121,69,200,112,0,0,89,94,179,191,20,83,0,0,89,94,179,191,182,85,0,0,89,94,179,191,191,105,0,0,89,70,73,183,176,106,0,0,92,166,140,5,213,90,0,0,92,166,140,5,37,91,0,0,92,30,52,187,176,106,0,0,96,118,183,60,88,76,0,0,96,118,183,60,83,77,0,0,96,118,183,60,200,112,0,0,102,62,63,101,63,114,0,0,107,214,246,98,20,83,0,0,107,214,246,98,182,85,0,0,111,14,134,250,26,73,0,0,112,254,50,98,176,106,0,0,114,46,236,94,213,90,0,0,117,62,174,217,142,88,0,0,117,62,174,217,189,88,0,0,117,190,16,249,235,93,0,0,117,62,174,217,194,110,0,0,117,62,174,217,242,110,0,0,121,62,244,210,176,106,0,0,122,78,185,237,182,85,0,0,126,102,12,43,127,111,0,0,127,174,91,108,66,75,0,0,127,174,91,108,122,94,0,0,132,86,200,156,216,80,0,0,132,86,200,156,135,101,0,0,135,142,129,235,176,106,0,0,136,86,144,189,176,106,0,0,144,22,74,165,66,75,0,0,144,198,93,59,176,106,0,0,145,6,139,49,20,83,0,0,145,6,139,49,182,85,0,0,148,110,157,71,88,76,0,0,148,110,157,71,83,77,0,0,148,102,85,77,20,83,0,0,148,22,93,111,20,83,0,0,148,102,85,77,182,85,0,0,148,22,93,111,182,85,0,0,148,102,85,77,105,105,0,0,148,110,157,71,200,112,0,0,149,38,243,39,21,114,0,0,149,38,243,39,63,114,0,0,151,190,155,204,238,88,0,0,151,190,155,204,27,111,0,0,151,190,155,204,56,111,0,0,158,46,151,232,78,80,0,0,163,38,231,208,176,106,0,0,166,206,104,85,207,79,0,0,171,70,60,56,176,106,0,0,174,198,29,96,88,76,0,0,174,198,29,96,83,77,0,0,174,46,164,8,20,83,0,0,174,46,164,8,182,85,0,0,174,198,29,96,200,112,0,0,181,62,239,240,20,83,0,0,181,62,239,240,182,85,0,0,185,174,251,184,213,90,0,0,195,190,131,53,28,80,0,0,195,190,131,53,191,104,0,0,197,198,13,189,63,114,0,0,201,30,100,119,216,80,0,0,202,94,194,220,176,106,0,0,204,102,40,127,254,95,0,0,204,150,44,36,63,114,0,0,207,46,103,52,88,76,0,0,207,46,103,52,83,77,0,0,207,46,103,52,200,112,0,0,209,38,103,27,20,83,0,0,209,38,103,27,182,85,0,0,211,142,234,42,20,83,0,0,211,142,234,42,182,85,0,0,215,70,198,33,7,72,0,0,217,46,162,223,58,74,0,0,218,86,84,94,210,97,0,0,221,46,150,190,176,106,0,0,223,22,225,218,176,106,0,0,223,198,45,100,60,117,0,0,223,198,45,100,119,117,0,0,223,198,45,100,182,117,0,0,223,198,45,100,243,117,0,0,225,182,241,36,20,83,0,0,225,182,241,36,182,85,0,0,225,182,241,36,191,105,0,0,228,134,197,5,176,106,0,0,229,22,172,213,78,80,0,0,236,46,81,254,247,75,0,0,244,166,215,176,20,83,0,0,244,166,215,176,182,85,0,0,247,102,183,157,20,83,0,0,247,102,183,157,182,85,0,0,250,206,67,87,88,76,0,0,250,206,67,87,83,77,0,0,250,206,67,87,200,112,0,0,255,158,243,43,176,106,0,0,0,111,9,117,176,106,0,0,11,167,122,198,88,76,0,0,11,167,122,198,83,77,0,0,11,167,122,198,200,112,0,0,13,31,213,213,88,76,0,0,13,31,213,213,83,77,0,0,13,31,213,213,200,112,0,0,15,87,254,203,20,83,0,0,15,87,254,203,182,85,0,0,17,183,211,55,176,106,0,0,20,135,251,194,176,106,0,0,34,127,6,16,20,83,0,0,34,127,6,16,182,85,0,0,34,191,98,70,194,101,0,0,36,159,69,44,20,83,0,0,36,159,69,44,182,85,0,0,39,247,146,90,176,106,0,0,40,31,170,142,176,106,0,0,44,231,35,225,20,83,0,0,44,231,35,225,182,85,0,0,48,127,155,237,88,76,0,0,48,127,155,237,83,77,0,0,48,127,155,237,200,112,0,0,50,111,179,110,176,106,0,0,50,183,44,244,176,106,0,0,51,247,108,217,176,106,0,0,53,23,23,146,88,76,0,0,53,23,23,146,83,77,0,0,53,23,23,146,200,112,0,0,55,23,134,217,211,115,0,0,57,47,108,239,9,104,0,0,58,119,240,250,20,83,0,0,58,119,240,250,182,85,0,0,58,119,240,250,191,105,0,0,60,63,39,23,63,114,0,0,62,207,191,73,20,83,0,0,62,207,191,73,182,85,0,0,65,231,221,77,213,90,0,0,65,231,221,77,133,91,0,0,72,119,152,194,7,72,0,0,73,255,156,38,49,92,0,0,73,7,152,232,143,106,0,0,74,159,92,34,59,104,0,0,74,159,92,34,22,110,0,0,75,159,62,153,70,94,0,0,78,71,158,25,176,106,0,0,80,231,47,236,20,83,0,0,80,231,47,236,182,85,0,0,81,135,244,220,63,114,0,0,82,247,1,90,20,83,0,0,82,247,1,90,182,85,0,0,83,79,225,241,66,75,0,0,83,79,225,241,122,94,0,0,85,87,103,72,176,106,0,0,86,23,8,62,194,80,0,0,87,191,69,102,20,83,0,0,87,31,212,214,20,83,0,0,87,191,69,102,182,85,0,0,87,31,212,214,182,85,0,0,89,215,202,218,22,93,0,0,92,231,239,51,63,114,0,0,96,87,167,247,232,72,0,0,96,87,167,247,63,115,0,0,98,87,148,190,28,78,0,0,102,135,18,243,176,106,0,0,103,239,172,77,20,83,0,0,103,239,172,77,182,85,0,0,104,119,230,228,216,80,0,0,104,119,230,228,135,101,0,0,106,191,149,33,20,83,0,0,106,191,149,33,182,85,0,0,108,47,56,223,93,97,0,0,108,47,56,223,54,101,0,0,113,255,45,127,63,89,0,0,113,151,215,91,146,99,0,0,114,223,250,192,45,73,0,0,123,135,69,18,78,80,0,0,123,63,16,179,20,83,0,0,123,63,16,179,182,85,0,0,123,87,129,214,176,106,0,0,125,159,69,241,176,106,0,0,127,39,139,106,176,106,0,0,129,207,23,10,66,75,0,0,130,7,33,83,20,83,0,0,130,7,33,83,182,85,0,0,132,255,75,144,176,106,0,0,137,7,65,137,238,88,0,0,137,7,65,137,60,117,0,0,137,7,65,137,119,117,0,0,137,7,65,137,182,117,0,0,137,7,65,137,243,117,0,0,145,215,205,43,7,72,0,0,147,255,46,57,147,110,0,0,151,159,187,84,176,106,0,0,151,7,211,140,176,106,0,0,152,127,194,202,176,106,0,0,154,199,168,158,20,83,0,0,154,199,168,158,182,85,0,0,155,39,116,221,176,106,0,0,158,255,6,113,176,106,0,0,159,183,131,211,88,76,0,0,159,183,131,211,83,77,0,0,159,183,131,211,200,112,0,0,161,167,190,225,176,106,0,0,164,39,147,108,20,83,0,0,164,39,147,108,182,85,0,0,169,71,40,129,37,82,0,0,169,7,136,216,20,83,0,0,169,7,136,216,182,85,0,0,169,71,40,129,221,103,0,0,170,79,215,48,248,78,0,0,171,39,149,70,86,72,0,0,171,247,230,188,63,114,0,0,178,63,226,230,213,90,0,0,178,63,226,230,37,91,0,0,184,95,227,169,20,83,0,0,184,95,227,169,182,85,0,0,184,135,255,171,252,102,0,0,185,191,95,26,176,106,0,0,185,247,60,73,176,106,0,0,187,183,206,64,176,106,0,0,189,47,29,33,213,90,0,0,189,47,29,33,37,91,0,0,189,23,249,112,21,114,0,0,189,23,249,112,63,114,0,0,191,183,114,52,176,106,0,0,192,183,201,84,20,83,0,0,192,183,201,84,182,85,0,0,201,183,107,238,62,82,0,0,201,215,103,62,176,106,0,0,203,247,60,19,88,76,0,0,203,247,60,19,83,77,0,0,203,247,60,19,200,112,0,0,207,143,178,63,129,72,0,0,207,111,212,34,216,80,0,0,207,111,212,34,135,101,0,0,207,191,98,158,115,115,0,0,209,55,189,152,63,114,0,0,213,95,193,76,78,80,0,0,217,143,237,65,28,97,0,0,217,87,14,87,229,102,0,0,218,151,9,45,176,106,0,0,221,7,27,118,10,74,0,0,221,31,15,76,78,80,0,0,221,7,27,118,246,104,0,0,224,207,74,192,176,106,0,0,227,127,44,134,176,106,0,0,229,127,12,36,176,106,0,0,233,119,52,221,66,75,0,0,233,119,52,221,229,95,0,0,234,55,211,204,47,93,0,0,237,63,9,99,24,92,0,0,239,175,29,108,213,90,0,0,240,31,7,227,66,75,0,0,246,239,50,86,205,96,0,0,247,39,152,0,176,106,0,0,249,199,111,204,20,83,0,0,249,199,111,204,182,85,0,0,251,135,244,26,22,93,0,0,251,71,81,63,176,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,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,15,35,99,111,111,107,105,101,115,67,111,110,115,101,110,116,2,1,85,104,206,166,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,161,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,6,127,34,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,37,218,71,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,83,74,51,11,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,119,53,64,85,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,191,42,185,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,209,189,210,65,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,183,89,187,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,164,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,6,127,34,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,37,218,71,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,83,74,51,11,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,119,53,64,85,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,191,42,185,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,209,189,210,65,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,183,89,187,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,13,46,67,111,111,107,105,101,66,97,110,110,101,114,2,1,0,88,51,52,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,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,2,26,244,135,251,218,202,215,89,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,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,14,46,112,111,112,117,112,45,99,111,111,107,105,101,115,2,1,14,152,64,153,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,38,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,110,59,81,218,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,3,81,77,66,77,86,4,139,181,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,18,115,101,99,116,105,111,110,46,99,111,111,107,105,101,45,98,97,114,2,1,234,237,234,194,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,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,221,99,240,179]),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:"readly",runContext:{urlPattern:"^https://([a-z0-9-]+\\.)?readly\\.com/"},prehideSelectors:[".DialogHandlerContainer.visible:has(.cookie-dialog)"],detectCmp:[{exists:".DialogHandlerContainer.visible:has(.cookie-dialog)"}],detectPopup:[{visible:".DialogHandlerContainer.visible:has(.cookie-dialog)"}],optIn:[{waitForThenClick:"span.cookie-option-large+div+div>button.gui-button"}],optOut:[{waitForThenClick:"span.cookie-option-large>div>span.link-no-decoration.gui-text"},{if:{exists:".cookie-dialog form .CookieConsentOption input[type='checkbox']:not([name='permanent']):checked"},then:[{waitForThenClick:".cookie-dialog form .CookieConsentOption input[type='checkbox']:not([name='permanent']):checked",all:!0}],else:[]},{waitForThenClick:".cookie-dialog button[type='submit']"}]},{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","ra, oncontextmenu%7Condragstart%7Conselectstart",", OptanonAlertBoxClosed, %24currentDate%24","acs, document.querySelectorAll, popMagic","acs, addEventListener, google_ad_client","aost, String.prototype.charCodeAt, ai_","aopr, app_vars.force_disable_adblock","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","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://','[href="https://','[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","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","si","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","no-xhr-if","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","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","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)&&!Object.hasOwnProperty.call(o,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(704!==o)throw new Error(`serialized engine version mismatch, expected 704 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(new Uint32Array([49154,16777472,65537,16777473,0,0,0,0,0,0,0,0,4,0,0,0,0,4,0,0,0,0,4,0,0,0,0,4,0,0,0,0,4,32768,56878,64513,1545801472,1126196789,1768648559,2019906661,116,895230739,1633624166,1885692771,1868783476,1701407599,251658240,1714773027,1667850016,1953459757,6644585,589234176,543569244,1667526239,1868783459,1701407599,1819307337,1130653033,1702063727,29806,1545804032,1663067701,1768648559,1852785509,1953391987,1885434455,7497072,588316672,543569244,1600680041,1885302883,1886744687,318767104,1551067683,1869570862,1550149995,1851875886,7497070,772734976,1723318899,1702129519,1684483442,67138160,1865290496,1701407599,1701996353,1852140901,1953312116,109,1330594573,759515467,1145128264,21061,1145506560,1311593040,1128879183,69,1918982951,1680695657,1919120229,1684365929,574454114,1802465123,1647142249,1831696495,1634956133,1562535271,318767104,1952539739,1818307937,762606181,1802465123,6120809,1528954880,1635017060,1953849645,1952542063,1030647657,1869570850,1936025963,1851875885,577922414,93,1633966879,1647141236,1986095205,1920298857,1868767805,1701407599,1886351405,1562538101,184549376,1952539739,1667444065,6119792,1529151488,1635017060,1869570861,761620843,1701667182,1868767805,1701407599,1919501427,1769235301,1562535286,318767104,1952539739,1868770657,1701407599,1886351405,6123637,1528496128,1635017060,1869570861,761620843,1768710518,2037672292,2036425773,23923,1683691776,761361505,574454115,1802465123,1647142249,1701736033,6103666,1528365056,1635017060,1031365421,1869570850,761620843,1769238382,1562535267,352321536,1952539739,2036542817,1868767805,1701407599,577921378,93,1633966881,1680695668,1869373801,1684614503,1667310141,1953523043,1869570861,1936025963,23842,1683689472,761361505,1668509028,1768648559,23909,1683692800,761361505,1869570407,1768447856,1633641828,1919251558,1869374303,6120819,1528037376,1635017060,1668180269,1868767805,1701407599,6103667,1528561664,1635017060,2036689709,1868767805,1701407599,1635200371,1852403314,6103655,1528561664,1635017060,1685024045,1030057077,1869562658,1113942379,1701736033,6103666,1528430592,1635017060,1835101741,1663188325,1768648559,1953451621,577069929,93,1633966869,1898799476,1126317409,1768648559,1918976613,23842,1683690496,761361505,1030120818,1869570850,1936025963,23842,1683689216,761361505,1685088114,1668180269,93,1633966875,1915576692,1030057071,1869570850,761620843,1769238382,1562535267,503316480,1952539739,762522977,1701869940,1868767805,1701407599,1936026925,1701273971,23842,1683693312,761361505,1701602675,1919906915,1868767805,1701407599,1819242541,578380649,93,1633966871,1949131124,1701278305,1663188340,1801678703,1562535273,469762048,1952539739,1702112609,1764586611,1126317412,1768648559,1886343269,1562538101,620756992,1952539739,1702112609,1764586611,1663188324,1801676136,1869570861,761620843,1936617315,578055781,93,1633966886,1949131124,762606437,574448745,1802465123,1663919465,1702063727,1647146094,1701736033,6103666,1529151488,1635017060,1936028717,1684614516,1868767805,1701407599,1819242541,762930025,1852727650,1562538597,452984832,1952539739,1702112609,574452851,1802465123,1647142249,1701736033,6103666,1529151488,1635017060,1936028717,1029990772,1667457314,762605669,1802465123,762537321,1852727650,1562538597,503316480,1952539739,1702112609,1684632691,1868767805,1852142446,1633824116,1919250030,23842,1683696640,761361505,1953719668,574448745,1802465123,1647142249,1701736033,1885416818,1953705328,1633971809,1701736300,23842,1683692032,761361505,1953719668,574448745,1802465123,1647142249,1562538593,503316480,1952539739,1702112609,1684632691,1868767805,1701407599,1886351405,1919252079,23842,1683694336,761361505,1953719668,574448745,1802465123,1866687849,1852142446,1851867764,577922414,93,1633966890,1949131124,1769239397,1663188324,1768648559,1633836901,1919250030,1597142623,1953394531,1701734753,6103666,1529217024,1635017060,1936028717,1029990772,1869570850,1852139883,1667855471,1868770661,1767994478,577922414,93,1633966878,1949131124,1769239397,1663188324,1768648559,1831695205,1819632751,6103653,1528692736,1635017060,1936028717,1029990772,1869570850,1936025963,1869571679,577922420,93,1633966881,1949131124,1852140399,1684480573,1667199600,1768648559,1869504357,1701013876,23842,1683692544,761361505,1949133173,1031041893,1869570850,1097165163,1953654124,23842,1683691776,761361505,1902734965,1663919477,1768648559,1634610533,6120813,1528561664,1635017060,1667593773,1663188329,1768648559,1882026853,1667853423,6103673,1628504064,1768187245,1919954273,1667331689,2020565625,184549376,762342753,1936617315,7630437,1628766208,1965912173,762471795,1769238382,1633904998,1852795252,285212672,762343521,1701012321,1663923312,1768648559,101,1886413072,1769365805,1663922035,1768648559,101,1886413073,1769365805,1663922035,1768648559,29541,1885413376,1633824112,1919250030,1769103707,1650551905,1026190437,1869562658,1936025963,23842,1885408768,1650666864,1869570861,1936025963,251658240,762343521,1634755427,1851875885,7497070,1628045312,1663922288,1768648559,101,1886413073,1869570861,761620843,1852727650,29285,1885408768,1868770672,1701407599,1918984749,419430400,762343521,1802465123,1663919465,1702063727,1647146094,1701736033,114,1886413082,1869570861,761620843,1936617315,762605157,1952540006,6648437,1628962816,1663922288,1768648559,1868770661,1852142446,1869426036,7102820,1628962816,1663922288,1768648559,1868770661,1852142446,1869622644,7370096,1628504064,1663922288,1768648559,1868967269,1919251567,385875968,762343521,1802465123,1848468841,1718187119,1952539497,7237481,1628504064,1663922288,1768648559,1869622629,2036558188,268435456,762343521,1802465123,1882023273,1886744687,285212672,762343521,1802465123,1882023273,1886220146,116,1886413074,1869570861,761620843,1852989815,6778473,1628504064,1663922288,1768648559,1769418085,1952802660,184549376,762343521,1802465123,7562601,1628766208,1663922288,1768648559,1630368613,1701147239,1953391981,285212672,762343521,1802465123,762537321,1919249505,116,1886413074,1869570861,1936025963,1851875885,7497070,1628372992,1663922288,1768648559,1647145829,30831,1885410048,1868770672,1701407599,1868770675,1919510126,109,1886413075,1869570861,1936025963,1852793645,1953391987,285212672,762343521,1802465123,762537321,1633972077,108,1886413074,1869570861,1936025963,1953459757,6644585,1628504064,1663922288,1768648559,1882026853,1886744687,285212672,762343521,1802465123,762537321,1935765364,116,1886413079,1869571629,762471796,1633972077,1868770668,1701407599,301989888,762343521,762343280,1663922293,1768648559,29541,1885407232,1869753712,28516,1885412864,1869753712,1629516911,1663922288,1768648559,1667312997,1953523043,1701015137,218103808,762016353,1802465123,1633838441,114,1819566361,1814917985,1852794735,1869570861,761620843,1768714096,31075,1986071552,1663923049,1768648559,29541,845289472,1868770659,1701407599,1869491571,1768319348,1769234787,28271,761466880,1802465123,1663919465,1702063727,29806,761467904,762340197,1802465123,762537321,1852727650,29285,761469696,761688943,1802465123,1663919465,1702063727,1647146094,1701736033,114,1851941643,1869570861,1936025963,285212672,1663919971,1768648559,1647145829,1701736033,114,1869374239,1818649717,761623137,1534095457,1030778977,1869570850,1701603691,1562538867,704643072,1970236515,1634494052,1630365042,1633382512,574451824,1919052148,1868770674,1701407599,1852793645,1953391987,23842,1835208960,1868770669,1701407599,1851875885,7497070,1662451712,1769369709,762541925,1802465123,762537321,1701012321,29808,1851986688,1869570861,761620843,1701996385,1852140901,116,1819239190,1869570861,761620843,1868983913,1851875885,7497070,1662386176,1819307375,1868770681,1852142446,1634545012,1701273966,114,1852793616,1869570861,761620843,1970302832,112,1852793620,1953391987,1953459757,1667851881,1869182049,110,1869570831,1768172907,1634493299,1919249769,369098752,1802465123,1630365033,1701147239,1953391981,1869373997,27491,1868762112,1701407599,1701601581,29810,1868762368,1701407599,1851875885,7497070,1661599744,1768648559,1633824101,114,1869570835,761620843,1718513507,1634562665,1852795252,234881024,1802465123,1663919465,1702063727,29806,1868765184,1701407599,1852793645,1953391987,1836016429,1701736304,29806,1868764160,1701407599,1634886701,762471799,1768714096,31075,1868761856,1701407599,1718511917,111,1869570833,761620843,762798444,1852727650,29285,1868762368,1701407599,1953459757,6644585,1662189568,1768648559,1869491557,1768319348,1769234787,28271,1868763392,1701407599,1919250477,1936943469,7237481,1661796352,1768648559,1869622629,2036558188,318767104,1802465123,1882023273,1667853423,1869622649,7235952,1661730816,1768648559,1869622629,7370096,1661861888,1768648559,1635200357,1852403314,103,1869570827,761620843,1885434487,218103808,1802465123,1851745641,1667855471,101,1869570825,1650813291,30831,1868762880,1701407599,1868770675,1852142446,116,1869570828,1936025963,1885628205,114,1869570828,1936025963,1852401709,116,1869570836,1936025963,1953459757,1667851881,1869182049,110,1869570831,1936025963,1702260525,2036427890,234881024,1802465123,762537321,1768714096,31075,1868762368,1701407599,1869622643,7370096,1662189568,1768648559,1915581285,1769304421,1701668210,29806,1868762880,1701407599,1635200371,1852403314,103,1986618394,1952539739,1633824097,1919250030,1868767805,1701407599,6103667,1679622144,1683715689,761361505,1819438946,762536545,1802465123,1999463785,1567646066,587202560,1534486884,1635017060,1836016429,1701736304,574452846,1802465123,1882023273,1667853423,6103673,1679622144,1683715689,761361505,1802465123,1848468841,1718187119,1952539497,1567518569,352321536,1534486884,1635017060,1869570861,761620843,1752457584,93,1986618390,1952539739,1868770657,1701407599,1852727650,6124133,1678966784,1683715689,761361505,1802465123,1633838441,23922,1768167424,1633966966,1764581748,1663188324,1768648559,1918976613,23842,1768168448,1633966966,1764581748,1663188324,1768648559,1768185701,1735355489,23842,1768167168,1633966966,1764581748,1868770675,1701407599,1868983913,93,1986618400,1952539739,1869426017,1701606756,1868767805,1701407599,1851875935,577922414,93,1986618404,1952539739,1701981537,762602337,1935764579,1126317427,1768648559,1953451621,577069929,93,1986618405,1952539739,1869753697,574449004,1802465123,1882023273,1667853423,1633824121,1919250030,23842,1801720064,1869570861,761620843,1852989815,6778473,1695154176,1663921764,1768648559,101,762275085,1802465123,1647142249,29281,1885673984,762536289,1936617315,762605157,2002874980,1932358245,1819043176,201326592,1919968359,1869570861,1936025963,503316480,1634887273,1851483501,1030057313,1869571874,1717922919,1701990499,1953391987,23842,1969950464,1663918445,1768648559,1633824101,114,1885826059,1868770660,1701407599,184549376,1886351212,1869570861,6646123,1846542336,1868770668,1701407599,1953459757,6644585,1863057408,1869570861,761620843,7823724,1863385088,1868770662,1701407599,1869491571,1701013876,352321536,761882223,1802465123,1647142249,1999468655,1701274729,116,1819176714,1869570861,6646123,1930559488,1663906359,1768648559,1868770661,1852142446,116,761557777,1802465123,762537321,1734633847,29797,1785925632,1869570861,761620843,1852727650,29285,1869812224,1868770670,1701407599,1852793645,1953391987,201326592,1919903860,1869570861,1936025963,301989888,761886068,1802465123,1663919465,1702063727,29806,1702235392,762540905,1802465123,7562601,2031681536,1663919220,1702063727,1647146094,762342773,1684956530,1919251045,436207616,761558137,1818322285,762470754,1836020336,1701981551,1919247470,29285,1954092800,1869491559,1768319348,1769234787,1714253423,1702129519,114,1953653009,1701602153,1663918894,1768648559,29541,1918964992,1818454388,1868770917,1701407599,1851875885,7497070,1628962816,1667855474,1663985004,1768648559,1868770661,1767994478,7497070,1629159424,1701079411,1735221550,1785884772,1633824115,1702112626,1634496621,25972,1935741952,778396777,1953787746,1663921519,1768648559,29541,1935741696,778396777,1802465123,1647142249,1701736033,114,1769169168,1663984996,1768648559,1633824101,114,1769169170,1663984996,1768648559,1869622629,7370096,1679163392,1092843113,1634485059,1114793337,1735091041,1853190002,100,1986618391,1128481059,1818324339,1869562732,1281714539,1919252833,285212672,594962788,1701012321,1663923312,1768648559,101,1986618395,1667457315,762605669,1802465123,1663919465,1635020399,1919250025,352321536,594962788,1885692769,1601331572,1953394531,1701734753,114,1986618392,761488163,1936617315,762605157,1953394531,1701734753,114,1986618384,1885561635,1868770657,1852142446,116,1986618388,1885561635,1869562721,1113942379,1701736033,114,1986618389,1886216995,1886413101,1852793645,1852399988,29285,1768168448,1868768118,1852142446,1868770676,1701407599,1852793645,1852399988,29285,1768168704,1868768118,1852142446,1634545012,1701273966,1868770674,1767994478,7497070,1679622144,1663268457,1702063727,1866691694,1852797037,1131703909,1635020399,1919250025,268435456,594962788,1936617315,1718906469,1701667186,369098752,594962788,1953394531,1684368997,1663922799,1768648559,29541,1768168192,1868768118,1701407599,1667457325,762605669,1953394531,1701734753,114,1986618389,1869570851,761620843,1701012321,1851880560,25955,1768167936,1868768118,1701407599,1701601581,1663923314,1635020399,1919250025,452984832,594962788,1802465123,1647142249,1701736033,1868770674,1767994478,7497070,1679491072,1663268457,1768648559,1633824101,1919250030,1852793695,1852399988,29285,1768168192,1868768118,1701407599,1869112109,761619305,1953394531,1701734753,114,1986618393,1869570851,761620843,1868983913,1852793645,1852399988,29285,1768166656,1868768118,1701407599,2002873389,1851875885,7497070,1678901248,1663268457,1768648559,1953448549,1701079368,49,1986618385,1869570851,1600481643,1852727650,29285,1768166912,1868768118,1701407599,1633824115,1919380323,1684960623,251658240,594962788,1802465123,762537321,7368560,1678966784,1663268457,1768648559,1883337573,1987015280,27745,1768166144,1868768118,1701407599,1734954099,1868723304,120,1986618388,1869570851,1936025963,1701996900,1986622563,101,1986618390,1885628195,1868770674,1701407599,1667457325,7630949,1679294464,1730377321,1886548068,1869771873,1718503790,1768254575,6648947,1679753216,1730377321,1886548068,1869771873,1718503790,1768254575,1332049011,1819436406,31073,1768163328,1735140214,25712,1768165120,1735140214,1647142e3,1701736033,114,1986618394,1885826083,1635200356,1852403314,1868770663,1767994478,7497070,1678639104,1931703913,1130652008,1768648559,101,1986618395,1634890787,1852402531,1868770663,1852142446,1768172916,1735355489,318767104,594962788,1866688631,1701407599,1634623821,7497063,1678442496,758019689,1802465123,25961,1768165888,1663905398,1768648559,1869491557,1701013876,201326592,779512164,1869570861,1936025963,318767104,779512164,1869570861,1936025963,1953459757,6644585,1678966784,758019689,1802465123,1601398121,1701601631,29810,1768165632,1665216118,1953523043,1802465091,7562601,1678573568,1110341225,1866692719,1701407599,285212672,779512164,1936617283,1131703909,1768648559,101,1986618378,1869562670,6646123,1678835712,1127118441,1768648559,1633824101,1919250030,285212672,779512164,1802465091,1848468841,1667855471,101,1986618386,1869562670,761620843,1885434487,7497072,1678770176,1127118441,1768648559,1667449189,7630949,1678704640,1127118441,1768648559,1701593445,29810,1768166912,1866673782,1701407599,1718513475,1634562665,1852795252,234881024,779512164,1802465091,1850303849,28518,1768169472,1866673782,1701407599,1936942413,1600481121,1869570911,1298491755,1634956133,25959,1768165376,1866673782,1701407599,1836020304,29808,1768165632,1866673782,1701407599,1885434455,7497072,1678835712,1127118441,1768648559,1348427621,1886744687,251658240,779512164,1802465091,1467180393,7364978,1678508032,1160672873,1869562709,6646123,1678835712,1345222249,1635150194,1631746403,1919250030,285212672,779512164,1986622032,1132028769,1768648559,101,1986618385,1667457326,762605669,1802465123,25961,1768165888,1667313270,1953523043,1869570861,1936025963,251658240,779512164,1701012321,1915581552,6582375,1678770176,1630434921,1885692771,1869562740,6646123,1678835712,1630434921,1885692771,1869562740,1936025963,318767104,779512164,1701012321,1600091248,1802465123,7562601,1678770176,1630434921,1885692771,1869570932,6646123,1678835712,1630434921,1885692771,1869570932,1936025963,335544320,779512164,1701012321,1684370544,1869570861,1936025963,251658240,779512164,1701996385,1869570917,6646123,1678639104,1630434921,1953654124,1869570861,107,1986618384,1701601582,1663923314,1768648559,101,1986618385,1701601582,1663923314,1768648559,29541,1768164864,1818308214,762606181,1919968359,251658240,779512164,1919249505,1869562740,6646123,1678770176,1630434921,1953654124,1802465091,7562601,1678901248,1630434921,1953654124,1868783455,1701407599,115,1986618384,1819042094,1663924079,1768648559,101,1986618385,1819042094,1663924079,1768648559,29541,1768165120,1818308214,1668771692,1768648559,101,1986618389,762339630,1802465123,1663919465,1702063727,29806,1768165120,1885417078,1868770672,1701407599,115,1986618382,1802723630,1869570861,6646123,1678442496,1630434921,1868786547,27503,1768166400,2002857590,1869570861,761620843,1852727650,29285,1768164608,761409142,1869570861,6646123,1678508032,1647212137,1869570861,6646123,1678639104,1647212137,1801678700,1768842029,108,1986618384,1869373998,1663920995,1768648559,101,1986618392,1869373998,1663920995,1768648559,1635200357,1852403314,103,1986618383,1869373998,1868770663,1701407599,301989888,779512164,1953787746,1663921519,1768648559,29541,1768164352,1868705398,1735155576,25712,1768164608,761474678,1936617315,7630437,1678508032,1663989353,1869570861,6646123,1678966784,1663989353,1869570861,1130719595,1702063727,29806,1768166144,761474678,1802465123,1868785001,1852142446,116,1986618381,1663918894,1768648559,29541,1768163840,761474678,1919968359,184549376,779512164,1819234403,7955305,1679032320,1663989353,1866673507,1701407599,1852989783,6778473,1678770176,1663989353,761360483,1936942445,6645601,1678704640,1663989353,761360483,1769238382,25955,1768167424,1768107638,1600350582,1802465123,1600087401,1852727650,29285,1768167680,1768107638,1600350582,1802465123,1600087401,1919252079,7954796,1678245888,1663989353,7104878,1678639104,1663989353,762079598,1970302832,112,1986618386,1852793646,1836214630,1869570861,6646123,1679556608,1663989353,1702063727,1647146094,1701736033,1868770674,1767994478,7497070,1678639104,1663989353,1702063727,1647146094,103,1986618386,1852793646,1953391987,1634296877,6778732,1678770176,1663989353,1702063727,1932358766,7827304,167936e4,1663989353,1702063727,1932358766,1634561397,1932360050,1853321064,335544320,779512164,1936617315,762605157,1667330676,1735289195,285212672,779512164,1936617315,1651797605,1701736033,114,1986618388,1852793646,1852399988,1866691173,1701407599,115,1986618386,1852793646,762209652,1802465123,7562601,1678704640,1663989353,1801678703,1685284201,30313,1768165120,1868770934,1701407599,1633824045,114,1986618384,1869570862,761620843,1970037293,114,1986618386,1869570862,761620843,1953459757,6644585,1678966784,1663989353,1768648559,1999449445,1886413170,29285,1768168192,1868770934,1701407599,1667457325,762605669,1953394531,1701734753,114,1986618389,1869570862,761620843,1801675106,1970238055,25710,1768165632,1868770934,1701407599,1851875885,7497070,1678770176,1663989353,1768648559,1818373477,7037793,1678704640,1663989353,1768648559,1818373477,25455,1768165888,1868770934,1701407599,1869112109,1936024425,352321536,779512164,1802465123,1663919465,1768975727,1668178284,101,1986618389,1869570862,761620843,1886220131,1851877740,25955,1768165888,1868770934,1701407599,1852793645,1836214630,369098752,779512164,1802465123,1663919465,1702063727,1647146094,29281,1768167424,1868770934,1701407599,1852793645,1953391987,1869373997,27491,1768167168,1868770934,1701407599,1852793645,1953391987,1701867309,110,1986618394,1869570862,761620843,1936617315,762605157,1919252079,7954796,1679294464,1663989353,1768648559,1868770661,1852142446,1869622644,7370096,1679228928,1663989353,1768648559,1868770661,1852142446,1752378740,30575,1768167680,1868770934,1701407599,1852793645,1953391987,1852405549,7827300,1679032320,1663989353,1768648559,1768172901,1952671090,6649449,1679032320,1663989353,1768648559,1768172901,1634493299,7497069,1679097856,1663989353,1768648559,1768172901,1869374323,1701999987,234881024,779512164,1802465123,1680696681,30313,1768164608,1868770934,1701407599,7693613,1678704640,1663989353,1768648559,1684483429,29296,1768165120,1868770934,1701407599,1852401709,116,1986618386,1869570862,761620843,2003724648,7563621,1678704640,1663989353,1768648559,1869098341,25708,1768164864,1868770934,1701407599,1735617837,352321536,779512164,1802465123,1848468841,1667855471,1768041829,103,1986618390,1869570862,761620843,1769238382,1647142243,7955567,167936e4,1663989353,1768648559,1869491557,1701013876,1852793645,1953391987,369098752,779512164,1802465123,1848468841,1667855471,1886334309,28261,1768167680,1868770934,1701407599,1953459757,761619305,1769171318,6646882,167936e4,1663989353,1768648559,1869491557,1701013876,1634891565,1919250544,301989888,779512164,1802465123,1865246057,1819436406,31073,1768165888,1868770934,1701407599,1684107309,1735289188,268435456,779512164,1802465123,1882023273,1818586721,285212672,779512164,1802465123,1882023273,1852142177,116,1986618392,1869570862,761620843,1768714096,1647147363,1701736033,114,1986618390,1869570862,761620843,1768714096,1747810659,6578533,1679163392,1663989353,1768648559,1869622629,2036558188,1718511917,111,1986618398,1869570862,761620843,1768714096,1764587875,762275438,1852138285,7497076,1679163392,1663989353,1768648559,1869622629,2036558188,1701867309,110,1986618397,1869570862,761620843,1717924464,1852142181,762537315,1852727650,29285,1768166144,1868770934,1701407599,1835364909,1701080681,114,1986618383,1869570862,761620843,2003789939,301989888,779512164,1802465123,1982686569,1651077993,25964,1768165120,1868770934,1701407599,1918990125,110,1986618386,1869570862,761620843,1852989815,6778473,1679097856,1663989353,1768648559,1667318373,1918986091,1684960623,268435456,779512164,1802465123,1631741289,1919250030,218103808,779512164,1802465123,1631741289,114,1986618385,1869570862,1130719595,1702063727,29806,1768166400,1868770934,1701407599,1668507972,1835622764,29285,1768165376,1868770934,1701407599,1684827976,29285,1768165632,1868770934,1701407599,1936942413,6645601,1678573568,1663989353,1768648559,1735609701,218103808,779512164,1802465123,1632527721,118,1986618384,1869570862,1348823403,1667853423,121,1986618381,1869570862,1348823403,28783,1768165376,1868770934,1701407599,1836020304,29808,1768166912,1868770934,1701407599,1954047316,1634883443,1919250544,285212672,779512164,1802465123,1600087401,1919249505,116,1986618388,1869570862,1600481643,1667326559,1869767787,112,1986618390,1869570862,1600481643,1836016479,1634298992,6644590,1679163392,1663989353,1768648559,1683971941,1818456937,1701669217,114,1986618385,1869570862,1600481643,2036427871,29285,1768165888,1868770934,1701407599,1869504351,1701013876,285212672,779512164,1802465123,1600087401,1970302832,112,1986618384,1869570862,1600481643,1701996385,101,1986618389,1869570862,1600481643,1701996385,1920425829,28769,1768165376,1868770934,1701407599,1634492767,28018,1768165120,1868770934,1701407599,1634035807,100,1986618385,1869570862,1600481643,1684104552,29285,1768164864,1868770934,1701407599,1735617887,268435456,779512164,1802465123,1885300073,1886744687,251658240,779512164,1802465123,1952408937,7632997,1678901248,1663989353,1768648559,1769365349,1818388851,101,1986618388,1869570862,1650813291,1735091041,1853190002,100,1986618384,1869570862,1650813291,1701736033,114,1986618381,1869570862,1650813291,29281,1768164608,1868770934,1701407599,7892834,1678835712,1663989353,1768648559,1852793701,1836214630,285212672,779512164,1802465123,1868785001,1852142446,116,1986618384,1869570862,1751476587,1701080175,114,1986618382,1869570862,1751476587,7105908,1678770176,1663989353,1768648559,1953459813,6644585,1678573568,1663989353,1768648559,1886351461,268435456,779512164,1802465123,1919968617,1953525103,335544320,779512164,1802465123,762537321,1936291373,1701601897,301989888,779512164,1802465123,762537321,1852727650,29285,1768165376,1868770934,1701407599,1868705139,31076,1768165120,1868770934,1701407599,1952591219,109,1986618387,1869570862,1936025963,1852793645,1953391987,268435456,779512164,1802465123,762537321,1953394531,285212672,779512164,1802465123,762537321,1702390118,100,1986618387,1869570862,1936025963,1936026925,1701273971,301989888,779512164,1802465123,762537321,1769238382,25955,1768165120,1868770934,1701407599,1634741619,110,1986618386,1869570862,1936025963,1918988333,7630437,1678704640,1663989353,1768648559,1882026853,28783,1768165888,1868770934,1701407599,1886596467,1752392044,318767104,779512164,1802465123,762537321,1769171318,6646882,1679097856,1663989353,1768648559,1665233765,1953523043,1701015137,285212672,779512164,1802465123,1114858857,1701736033,114,1986618386,1869570862,1936025963,1818320735,7631461,1678901248,1663989353,1768648559,1600090981,1936877926,116,1986618386,1869570862,1936025963,1970233183,7497076,1678901248,1663989353,1768648559,1650422629,1701736033,114,1986618386,1869570862,1936025963,1936024671,7235433,1678770176,1663989353,1768648559,1868526437,7234928,1678835712,1663989353,1768648559,1885303653,1818586721,251658240,779512164,1802465123,1601398121,7368560,1678770176,1663989353,1768648559,1919120229,7234917,1678835712,1663989353,1768648559,1667593061,1852795252,251658240,779512164,1802465123,1886610793,6644577,1678770176,1663989353,1768648559,1819308901,6644577,1678966784,1663989353,1768648559,1635021669,1701668212,29806,1768165632,1868770934,1701407599,1852405619,7827300,1678639104,1680766569,1663923813,1768648559,101,1986618390,762340398,1869570861,761620843,1936617315,7630437,1679032320,1697543785,1831695716,1818322031,1869570861,6646123,1678573568,1697543785,1868770677,1701407599,234881024,779512164,1865250149,1819436406,31073,1768164608,1969565302,1869570911,6646123,1678573568,1697543785,1852793717,1953391987,268435456,779512164,1869445733,1868967266,1919251567,251658240,779512164,1919968359,1953456685,7171956,1678770176,1731098217,762474596,1718513507,7172713,1678704640,1731098217,762474596,1802465123,25961,1768169472,1684483702,1663922800,1768648559,1852793701,1953391987,1852793645,1852399988,29285,1768168960,1684483702,1663922800,1768648559,1852793701,1953391987,1702260525,2036427890,520093696,779512164,1919968359,1869570861,1667590507,1702063727,1932358766,1769239653,7563118,1679097856,1731098217,762474596,1970302832,1868705136,1919247474,218103808,779512164,1919968359,1869116205,119,1986618384,1885628206,1920413042,1701867617,114,1986618383,1885628206,1634883442,1919250544,251658240,779512164,1684632167,1869570861,6646123,1678508032,1764652649,1869570861,6646123,1678573568,1764652649,1868770675,1701407599,234881024,779512164,1663923049,1768648559,29541,1768168704,1936338550,1869570861,761620843,1936617315,762605157,1919252079,7954796,1678901248,1781429865,1868770675,1701407599,1953459757,101,1986618395,762538542,1802465123,1848468841,761623663,1702260525,2036427890,369098752,779512164,1663923050,1768648559,1702112613,1634496621,25972,1768165632,1936338550,1936286765,1767992419,7497069,1678835712,1814984297,1919252833,1869570911,1936025963,234881024,779512164,1685088108,1886351405,28789,1768165376,1735143030,1999463536,1768845921,26478,1768165888,1701654134,1734439795,1869570917,1936025963,251658240,779512164,1600417645,1802465123,7562601,1678573568,1831761513,1866688371,1701407599,301989888,779512164,1769238382,757949795,1802465123,25961,1768166656,1869491830,1768319348,1769234787,1869639279,7370096,1678704640,1848538729,1663921527,1768648559,29541,1768164864,1634741878,1866687847,1701407599,251658240,779512164,1701273968,1802465123,7562601,1678770176,1882093161,1818586721,1802465091,7562601,1678770176,1882093161,1884647535,1802465091,7562601,1678770176,1882093161,1886744687,1802465123,7562601,1678966784,1932424809,1769235301,757952111,1802465123,25961,1768165376,1702047350,1869182051,1684483438,29296,1768166144,1752378998,1663924079,1768648559,1868705125,120,1986618391,1869116206,1868770679,1701407599,1852793645,1953391987,369098752,779512164,2003789939,1869570861,761620843,1768714096,31075,1768167424,1903373942,1868770675,1701407599,1851875885,762471790,12918,1768164352,762719862,1802465123,25961,1768164352,762785398,1802465123,25961,1768168192,1633966966,1663918452,1768648559,1768172901,1634493299,1919249769,93,1919903254,1868770925,1701407599,1918984749,1818635565,6580597,1712390144,778924655,1802465123,1631741289,1919250030,419430400,779510126,1802465123,1663919465,1702063727,1647146094,1701736033,114,1630433294,1953654124,1869570861,6646123,1931411456,1769235301,1629711983,1885692771,1868770676,1701407599,1852793645,1852399988,29285,1702043392,1869182051,1920213870,1768645473,1663919982,1702063727,1680700526,1869373801,103,1667592981,1852795252,1869562670,761620843,1769238382,25955,1702039552,1869182051,761474670,1802465123,25961,1702041344,1869182051,761474670,1802465123,1868785001,1852142446,116,1667592977,1852795252,1663918894,1768648559,29541,1702040576,1869182051,1868770926,1701407599,1701601581,29810,1702040832,1869182051,1868770926,1701407599,1851875885,7497070,1930559488,1769235301,1663987311,1768648559,1633824101,114,1667592982,1852795252,1869570862,761620843,1936617315,7630437,1930821632,1769235301,1663987311,1768648559,1701653861,1734439795,101,1667592980,1852795252,1869570862,761620843,1970302832,112,1667592983,1852795252,1869570862,1600481643,1769107551,2036556150,369098752,1952671091,778989417,1802465123,1601398121,1852727650,29285,1768166656,1668755062,1633824099,1919250030,1953456685,7171956,1679228928,1999533673,1647141731,1647147119,1869902959,1701588333,29798,1768167424,1668755062,1868705123,1868705144,1836020852,1734963757,29800,1768166912,1668755062,1818439011,1769173857,1868705123,1836020852,536870912,779512164,1684499809,1868788336,1701407599,1685024045,1663921249,1635020399,1919250025,335544320,779512164,1869442401,1936482660,1702260525,2036427890,452984832,779512164,1802465123,1663919465,1702063727,757953646,1769171318,6646882,1931411456,1769235301,1663987311,1768648559,1868770661,1852142446,1982672244,1651077993,25964,1666913536,1936941420,1663188318,1768648559,2020557413,6103597,1746141184,1701077349,540942450,1953459747,762930793,7496034,1680080896,1042314857,1851990816,1935370355,1701607796,1768170045,1634496627,1646279289,1801678700,6103611,1680277504,1935373929,1701607796,1768759869,1769418094,979924068,808793888,574322800,540942429,1600284462,25207,1768178176,1953717110,711289977,1868702269,1752378744,2003788897,1735532602,858859618,824192054,539768371,691417905,2020618272,2020618272,1882337568,1663056760,1919904879,1562517562,2097152,1983643648,991821824,486801536,175,0,0,6,8,8,10,10,12,16,18,24,26,30,32,34,34,34,36,38,42,42,42,42,42,42,46,46,46,46,46,46,50,54,56,56,58,58,60,64,64,66,68,70,72,74,76,78,80,82,86,88,88,88,90,90,90,92,92,94,96,98,98,102,102,102,102,102,104,104,106,106,106,112,112,114,114,120,120,124,126,130,130,136,140,146,150,154,154,154,156,160,162,166,170,170,170,172,174,178,180,180,184,188,190,190,190,192,196,196,196,196,198,202,204,208,212,214,216,216,222,222,222,226,228,232,232,232,232,236,238,238,240,240,240,240,246,250,254,258,260,260,262,266,266,266,266,268,268,268,272,272,274,276,278,280,282,288,288,290,294,300,300,302,306,306,306,306,306,312,312,312,312,314,314,316,318,318,324,326,328,332,332,332,334,342,342,344,346,346,346,348,348,352,352,352,354,358,362,364,366,368,368,368,368,368,368,370,370,370,374,376,376,376,376,376,376,376,378,382,384,386,388,390,394,396,396,398,402,404,404,408,410,412,412,412,412,414,414,416,420,422,432,432,434,438,440,444,446,452,452,452,452,456,456,458,460,468,468,472,472,472,472,472,474,476,478,478,482,482,484,484,484,492,492,494,494,494,496,498,502,504,506,510,514,514,516,520,520,524,528,528,528,530,530,530,530,532,534,536,536,538,538,540,540,540,542,542,544,544,546,548,548,550,554,556,558,558,562,564,566,570,572,576,580,580,580,582,584,584,584,584,586,586,590,590,592,592,594,594,594,598,604,606,606,606,606,606,608,608,610,612,616,618,620,620,620,622,624,626,626,628,628,630,634,638,640,640,642,646,648,648,648,648,652,660,662,664,666,666,668,670,670,672,674,676,678,682,682,684,684,684,686,686,688,690,690,690,694,694,694,696,696,704,704,704,708,712,712,712,716,716,722,726,726,728,730,734,738,742,744,746,752,754,758,758,758,760,760,762,768,768,768,770,772,776,778,780,786,788,788,792,794,794,796,800,800,800,802,806,808,808,808,810,816,818,818,818,820,820,822,822,826,826,828,828,832,832,834,834,840,840,842,842,842,842,842,844,844,846,846,846,846,854,858,858,858,866,868,874,876,878,880,880,880,880,880,886,888,888,892,894,896,896,898,900,902,904,904,904,908,908,908,908,910,912,914,914,920,922,926,928,934,934,936,936,940,944,946,946,946,950,952,956,958,964,964,964,970,974,978,978,982,984,984,984,984,986,990,992,994,994,994,994,994,996,998,998,1002,1004,1006,1006,1006,1006,1012,1016,1016,1018,1020,1022,1022,1022,1028,1034,1034,1036,1036,1036,1036,1036,1038,1040,1042,1046,1046,1046,1046,1048,1048,1048,1050,1050,1050,1050,1050,1052,1054,1054,1056,1058,1060,1060,1062,1064,1068,1072,1072,1074,1076,1078,1078,1078,1078,1078,1082,1084,1086,1088,1090,1094,1094,1096,1098,1098,1098,1098,1098,1102,1102,1104,1104,1106,1110,1110,1112,1114,1118,1122,1122,1124,1124,1124,1124,1126,1128,1130,1132,1132,1132,1136,1136,1140,1140,1140,1144,1144,1144,1146,1150,1152,1152,1154,1156,1158,1160,1160,1166,1170,1170,1174,1180,1186,1190,1190,1194,1194,1198,1198,1204,1206,1206,1210,1210,1218,1220,1224,1224,1224,1224,1224,1228,1230,1230,1230,1234,1238,1238,1240,1242,1246,1252,1256,1262,1264,1268,1270,1270,1276,1276,1282,1282,1282,1282,1282,1284,1286,1290,1292,1298,1302,1314,1316,1320,1320,1320,1322,1326,1328,1328,1330,1330,1330,1332,1334,1338,1340,1342,1344,1346,1352,1354,1354,1356,1356,1358,1364,1368,1370,1370,1374,1374,1374,1380,1380,1380,1380,1380,1382,1386,1386,1386,1386,1386,1388,1394,1396,1398,1402,1402,1404,1408,1408,1416,1418,1420,1420,1420,1420,1420,1420,1426,1430,1432,1436,1442,1446,1452,1452,1458,1462,1466,1468,1470,1472,1476,1478,1478,1482,1488,1490,1492,1492,1496,1500,1504,1506,1508,1510,1512,1516,1520,1522,1524,1524,1526,1528,1530,1530,1534,1534,1540,1542,1548,1548,1550,1552,1554,1558,1562,1562,1566,1566,1568,1568,1572,1576,1576,1576,1578,1578,1580,1588,1594,1598,1598,1602,1606,1606,1608,1608,1614,1616,1620,1622,1624,1626,1630,1634,1634,1638,1640,1642,1644,1646,1648,1648,1650,1652,1652,1652,1654,1656,1656,1656,1656,1658,1660,1660,1660,1664,1666,1668,1672,1674,1674,1680,1682,1684,1684,1684,1684,1684,1686,1686,1688,1688,1690,1694,1694,1698,1700,1700,1700,1702,1702,1706,1708,1710,1712,1714,1714,1716,1716,1716,1718,1718,1720,1724,1730,1734,1734,1734,1734,1738,1740,1742,1742,1748,1750,1750,1752,1756,1758,1758,1762,1762,1762,1764,1768,1770,1772,1772,1778,1778,1780,1786,1786,1788,1790,1790,1792,1792,1792,1796,1798,1802,1802,1806,1806,1808,1812,1812,1814,1818,1818,1818,1818,1824,1826,1830,1830,1832,1832,1832,1836,1840,1842,1844,1848,1850,1852,1854,1854,1856,1856,1860,1864,1868,1868,1868,1870,1874,1876,1878,1878,1878,1882,1886,1886,1886,1886,1888,1888,1890,1894,1894,1900,1900,1900,1902,1902,1902,1908,1912,1912,1912,1912,1912,1918,1922,1922,1924,1926,1926,1928,1928,1930,1936,1940,1940,1940,1942,1942,1946,1946,1948,1952,1952,1956,1956,1958,1958,1958,1958,1964,1968,1970,1970,1972,1974,1976,1976,1986,1988,1990,1994,1998,2002,2004,2006,2008,2008,2012,2016,2016,2020,2024,2026,2028,2028,2028,2028,2028,2034,2034,2034,2038,2040,2046,2046,2046,2048,2048,2048,2048,2050,2050,2050,2052,2054,2060,2060,2060,2062,2062,2066,2066,2070,2074,2074,2076,2076,2078,2080,2084,2086,2090,2090,2090,2090,2090,2094,2098,2100,2100,2102,2104,2106,2108,2108,2108,2110,2114,2114,2114,2114,2114,2116,2116,2118,2120,2122,2122,2126,2126,2126,2126,2132,2134,2134,2136,2138,2146,2148,2148,2148,2152,2156,2158,2160,2160,2162,2162,2162,2164,2166,2170,2172,2174,2176,2180,2186,2186,2188,2192,2194,2198,2200,2200,2200,2204,2204,2204,2206,2208,2210,2212,2214,2216,2222,2228,2228,2230,2230,2232,2232,2234,2242,2242,2246,2246,2246,2250,2254,2254,2256,2256,2260,2264,2268,2270,2272,2274,2274,2278,2286,2286,2288,2288,2292,2296,2298,2300,2304,2304,2306,2306,2306,2306,2312,2312,2314,2316,2318,2318,2318,2318,2318,2318,2318,2322,2326,2328,2328,2332,2334,2334,2334,2334,2334,2334,2336,2340,2344,2346,2348,2352,2356,2360,2360,2360,2360,2364,2364,2364,2364,2364,2368,2368,2372,2374,2376,2376,2378,2384,2384,2384,2386,2386,2388,2390,2392,2398,2398,2400,2400,2400,2406,2406,2408,2408,2412,2412,2416,2420,2426,2426,2428,2432,2434,2436,2438,2438,2438,2440,2444,2444,2448,2450,2450,2454,2454,2456,2456,2456,2456,2458,2466,2466,2468,2470,2472,2474,2476,2476,2480,2482,2484,2484,2488,2488,2494,2496,2498,2500,2500,2500,2502,2506,2506,2508,2516,2518,2518,2520,2520,2522,2522,2524,2524,2526,2526,2528,2530,2532,2532,2532,2532,2536,2540,2546,2550,2550,2550,2552,2556,2564,2564,2564,2564,2566,2566,2566,2568,2568,2578,2578,2580,2580,2580,2582,2584,2590,2594,2600,2600,2604,2608,2608,2610,2610,2610,2614,2618,2622,2622,2624,2626,2626,2632,2632,2632,2634,2636,2638,2642,2646,2648,2648,2652,2652,2656,2658,2660,2662,2666,2666,2668,2670,2672,2674,2676,2678,2680,2680,2680,2680,2684,2684,2686,2686,2686,2686,2686,2688,2692,2694,2696,2696,2700,2706,2712,2714,2716,2718,2718,2720,2728,2732,2734,2736,2738,2742,2748,2754,2758,2762,2768,2768,2770,2776,2778,2780,2782,2782,2782,2784,2784,2786,2788,2788,2788,2788,2788,2790,2790,2792,2792,2792,2798,2802,2802,2804,2804,2808,2810,2810,2814,2814,2814,2822,2822,2824,2824,2824,2830,2830,2834,2836,2836,2840,2840,2840,2844,2846,2852,2856,2856,2856,2858,2860,2860,2862,2862,2862,2864,2864,2866,2868,2870,2872,2874,2876,2876,2876,2876,2878,2878,2880,2882,2882,2884,2884,2886,2886,2886,2886,2890,2890,2890,2890,2894,2896,2896,2898,2898,2902,2904,2906,2906,2906,2906,2908,2910,2910,2910,2914,2924,2928,2934,2940,2942,2942,2942,2946,2950,2950,2952,2954,2964,2968,2972,2972,2972,2974,2980,2982,2984,2984,2984,2988,2988,2990,2990,2990,2990,2990,2994,2998,3e3,3e3,3004,3010,3012,3014,3016,3020,3020,3022,3026,3026,3030,3032,3032,3034,3038,3042,3044,3046,3048,3050,3054,3056,3058,3064,3070,3074,3078,3080,3082,3088,3092,3092,3092,3094,3096,3096,3096,3096,3102,3106,3108,3108,3112,3112,3112,3118,3118,3120,3122,3130,3132,3142,3142,3144,3150,3152,3152,3154,3158,3162,3164,3166,3172,3174,3178,3182,3184,3190,3190,3190,3194,3194,3194,3196,3196,3198,3198,3200,3200,3200,3204,3210,3210,3210,3216,3216,3220,3222,3222,3222,3222,3222,3224,3226,3226,3226,3230,3234,3242,3242,3246,3246,3248,3248,3252,3254,3254,3256,3260,3260,3260,3264,3264,3264,3264,3268,3270,3270,3274,3276,3276,3276,3276,3282,3282,3284,3288,3292,3294,3296,3296,3296,3296,3296,3296,3304,3306,3308,3310,3312,3312,3312,3314,3314,3320,3326,3328,3328,3330,3330,3330,3332,3334,3336,3336,3336,3338,3340,3344,3344,3348,3354,3356,3356,3356,3356,3360,3360,3360,3360,3360,3360,3364,3364,3366,3372,3376,3376,3376,3378,3382,3382,3384,3386,3390,3390,3392,3392,3392,3394,3396,3396,3400,3400,3402,3406,3410,3410,3412,3412,3414,3416,3418,3418,3418,3420,3422,3424,3426,3428,3430,3430,3432,3432,3432,3438,3440,3440,3442,3442,3442,3444,3444,3444,3446,3446,3450,3452,3454,3456,3460,3464,3464,3464,3466,3470,3470,3470,3474,3474,3476,3478,3482,3482,3484,3486,3486,3488,3488,3492,3494,3496,3498,3498,3502,3506,3514,3516,3516,3516,3518,3520,3520,3522,3526,3530,3530,3534,3536,3542,3546,3546,3550,3550,3550,3554,3556,3556,3556,3556,3558,3558,3560,3566,3568,3572,3574,3576,3580,3582,3586,3588,3590,3592,3592,3592,3594,3596,3596,3596,3596,3598,3598,3602,3602,3606,3610,3612,3614,3614,3614,3614,3614,3616,3620,3620,3622,3624,3626,3630,3632,3632,3634,3636,3640,3644,3646,3646,3648,3650,3652,3652,3654,3656,3656,3656,3656,3656,3656,3660,3660,3660,3662,3666,3670,3674,3674,3674,3676,3676,3678,3682,3684,3684,3684,3684,3688,3688,3690,3692,3696,3696,3700,3700,3702,3706,3708,3708,3708,3712,3712,3714,3718,3718,3720,3722,3724,3726,3728,3732,3736,3736,3744,3746,3748,3754,3754,3758,3760,3760,3760,3762,3762,3764,3768,3768,3774,3780,3784,3786,3788,3790,3794,3798,3798,3798,3802,3806,3806,3808,3810,3810,3812,3812,3816,3824,3828,3828,3834,3836,3842,3848,3852,3852,3856,3856,3856,3860,3860,3860,3862,3868,3868,3868,3868,3870,3870,3872,3872,3874,3876,3878,3878,3880,3882,3884,3888,3890,3890,3890,3892,3894,3896,3898,3900,3900,3904,3906,3910,3918,3920,3920,3922,3922,3922,3924,3924,3926,3930,3936,3938,3938,3940,3940,3942,3946,3948,3954,3954,3954,3958,3958,3964,3964,3968,3968,3972,3978,3982,3984,3986,3986,3986,3988,3988,3988,3988,3990,3990,3992,3994,3994,3994,3996,4e3,4002,4002,4004,4010,4012,4012,4016,4016,4020,4020,4026,4026,4028,4030,4034,4034,4034,4038,4038,4040,4042,4046,4048,4048,4050,4050,4050,4050,4052,4058,4060,4060,4060,4060,4060,4064,4066,4066,4066,4066,4068,4070,4070,4080,4080,4082,4084,4086,4090,4098,4098,4098,4102,4104,4106,4110,4110,4110,4110,4114,4114,4114,4116,4116,4118,4122,4124,4126,4126,4130,4130,4130,4132,4132,4132,4132,4138,4140,4146,4146,4150,4152,4156,4158,4158,4162,4164,4164,4168,4174,4174,4174,4176,4176,4176,4180,4184,4188,4188,4190,4192,4196,4196,4196,4198,4202,4202,4204,4206,4206,4208,4210,4210,4210,4214,4216,4220,4224,4230,4232,4232,4232,4238,4240,4246,4250,4254,4254,4256,4260,4260,4260,4262,4264,4266,4268,4268,4268,4268,4270,4274,4274,4280,4284,4284,4286,4288,4292,4292,4300,4304,4304,4306,4306,4306,4308,4310,4314,4318,4318,4318,4322,4322,4322,4324,4324,4326,4326,4326,4328,4328,4330,4332,4336,4340,4340,4344,4346,4352,4354,4354,4356,4358,4360,4362,4368,4368,4372,4378,4380,4384,4386,4386,4386,4390,4392,4394,4398,4398,4400,4400,4408,4408,4410,4414,4414,4414,4416,4420,4422,4424,4426,4432,4436,4440,4442,4446,4448,4450,4450,4450,4452,4454,4456,4462,4464,4466,4470,4472,4472,4472,4474,4476,4480,4480,4480,4482,4486,4492,4492,4494,4496,4496,4500,4502,4502,4504,4504,4506,4508,4508,4512,4514,4518,4518,4518,4520,4520,4522,4522,4522,4524,4528,4532,4534,4540,4548,4548,4550,4550,4552,4554,4554,4558,4560,4562,4564,4564,4564,4568,4572,4572,4578,4580,4580,4582,4584,4584,4584,4586,4592,4594,4594,4594,4596,4596,4600,4604,4604,4604,4604,4606,4606,4608,4612,4614,4614,4618,4618,4618,4620,4620,4626,4628,4632,4634,4636,4640,4640,4640,4642,4644,4644,4648,4648,4648,4650,4650,4650,4654,4658,4658,4658,4662,4666,4668,4670,4672,4676,4676,4680,4682,4684,4684,4686,4686,4688,4690,4692,4696,4700,4700,4702,4708,4708,4714,4718,4718,4718,4718,4718,4718,4718,4720,4722,4724,4728,4730,4730,4730,4730,4730,4732,4734,4736,4736,4738,4738,4740,4746,4750,4752,4754,4756,4756,4758,4762,4766,4768,4774,4774,4774,4776,4778,4778,4778,4780,4780,4784,4786,4788,4790,4792,4794,4796,4796,4796,4802,4804,4806,4808,4810,4810,4812,4816,4816,4818,4826,4828,4828,4834,4834,4836,4838,4840,4842,4842,4846,4850,4852,4854,4860,4862,4866,4866,4870,4872,4872,4872,4872,4876,4876,4880,4882,4886,4886,4888,4888,4890,4896,4898,4900,4900,4902,4906,4910,4912,4912,4912,4918,4922,4924,4924,4926,4930,4936,4940,4942,4942,4942,4942,4942,4942,4942,4942,4944,4944,4946,4946,4948,4952,4956,4956,4958,4964,4968,4970,4970,4970,4970,4972,4972,4972,4974,4974,4976,4976,4980,4980,4980,4982,4982,4982,4984,4986,4986,4990,4994,4998,5e3,5e3,5e3,5004,5006,5008,5008,5010,5014,5016,5016,5018,5020,5022,5024,5026,5028,5028,5030,5032,5038,5040,5044,5044,5044,5044,5044,5044,5052,5056,5056,5060,5060,5060,5062,5064,5064,5068,5068,5072,5072,5072,5072,5072,5072,5074,5074,5076,5076,5078,5078,5078,5078,5080,5080,5084,5090,5092,5094,5094,5094,5098,5100,5104,5120,5120,5124,5126,5128,5130,5132,5134,5136,5136,5136,5138,5140,5142,5144,5146,5146,5146,5146,5146,5150,5156,5158,5162,5162,5166,5170,5172,5174,5178,5182,5182,5184,5184,5190,5194,5196,5198,5200,5202,5206,5206,5206,5208,5208,5208,5208,5208,5212,5212,5214,5214,5214,5218,5220,5222,5224,5228,5230,5234,5236,5240,5240,5240,5242,5242,5242,5244,5246,5248,5252,5258,5260,5264,5272,5272,5276,5282,5286,5290,5290,5290,5296,5296,5298,5300,5302,5302,5304,5308,5308,5310,5310,5312,5314,5314,5316,5320,5322,5322,5322,5328,5328,5332,5338,5340,5342,5344,5344,5344,5344,5348,5350,5354,5354,5354,5354,5356,5360,5362,5366,5368,5368,5368,5372,5372,5374,5374,5380,5388,5388,5388,5390,5392,5394,5396,5396,5398,5400,5402,5404,5404,5406,5408,5410,5412,5418,5418,5420,5424,5432,5432,5434,5434,5436,5436,5438,5438,5440,5442,5442,5444,5444,5444,5444,5448,5454,5456,5458,5458,5458,5458,5458,5460,5460,5462,5462,5466,5470,5470,5474,5474,5474,5478,5480,5484,5484,5486,5488,5494,5494,5494,5496,5496,5498,5498,5498,5498,5498,5498,5498,5500,5504,5504,5506,5508,5514,5516,5518,5518,5518,5518,5518,5520,5522,5524,5528,5528,5532,5532,5534,5538,5540,5544,5544,5550,5554,5554,5556,5556,5558,5562,5564,5568,5568,5572,5574,5576,5576,5576,5576,5582,5586,5590,5590,5592,5592,5594,5596,5596,5598,5598,5598,5600,5602,5606,5612,5614,5618,5620,5622,5624,5624,5626,5628,5628,5630,5630,5634,5634,5636,5642,5642,5642,5642,5646,5648,5650,5654,5656,5658,5658,5660,5660,5660,5662,5664,5668,5670,5670,5670,5670,5670,5674,5674,5678,5678,5678,5680,5680,5682,5682,5682,5684,5688,5690,5690,5694,5694,5696,5696,5700,5700,5700,5702,5702,5702,5702,5704,5706,5708,5712,5714,5718,5718,5720,5722,5724,5728,5734,5736,5736,5742,5742,5742,5746,5752,5754,5756,5756,5756,5758,5760,5760,5760,5760,5762,5766,5768,5768,5770,5772,5774,5776,5778,5782,5782,5782,5784,5784,5788,5788,5788,5792,5796,5798,5800,5806,5808,5812,5812,5816,5816,5824,5830,5832,5832,5832,5832,5832,5832,5832,5832,5832,5834,5834,5834,5838,5840,5844,5846,5848,5852,5854,5856,5860,5860,5862,5862,5864,5864,5864,5864,5866,5866,5872,5872,5874,5876,5878,5880,5882,5882,5882,5888,5890,5890,5894,5894,5896,5898,5900,5902,5902,5904,5904,5906,5910,5910,5912,5912,5912,5914,5922,5922,5922,5924,5924,5926,5926,5926,5926,5926,5928,5928,5934,5934,5934,5936,5938,5938,5940,5940,5940,5940,5946,5948,5948,5948,5948,5950,5950,5950,5952,5954,5960,5960,5962,5962,5964,5964,5968,5972,5972,5976,5976,5976,5980,5980,5980,5980,5980,5982,5984,5986,5986,5990,5990,5996,6e3,6e3,6e3,6e3,6004,6004,6004,6006,6006,6010,6012,6012,6014,6014,6016,6016,6018,6022,6022,6024,6026,6026,6026,6028,6030,6038,6042,6044,6044,6044,6044,6048,6050,6050,6050,6050,6050,6050,6050,6052,6052,6054,6060,6062,6064,6064,6064,6064,6064,6066,6066,6068,6074,6078,6082,6082,6082,6084,6084,6090,6092,6098,6100,6102,6104,6106,6152,6154,6154,6154,6156,6156,6158,6160,6164,6170,6170,6170,6172,6176,6176,6178,6178,6178,6178,6178,6182,6184,6184,6184,6186,6186,6192,6192,6194,6196,6198,6200,6202,6204,6206,6210,6210,6210,6212,6214,6216,6216,6218,6218,6222,6224,6226,6226,6226,6228,6230,6234,6236,6238,6242,6242,6242,6246,6246,6248,6250,6254,6258,6260,6260,6260,6262,6264,6268,6268,6272,6276,6278,6280,6280,6282,6284,6288,6288,6288,6288,6294,6294,6300,6300,6302,6306,6306,6310,6312,6316,6318,6320,6324,6326,6326,6330,6330,6330,6330,6330,6336,6336,6338,6342,6344,6346,6348,6350,6354,6356,6356,6358,6358,6358,6358,6358,6358,6358,6358,6360,6360,6364,6368,6368,6372,6374,6380,6382,6382,6382,6382,6384,6384,6388,6390,6392,6392,6396,6402,6404,6406,6408,6412,6412,6412,6414,6418,6420,6422,6426,6426,6428,6430,6430,6432,6432,6436,6436,6436,6436,6436,6438,6440,6442,6442,6444,6444,6444,6444,6448,6448,6448,6448,6452,6452,6452,6452,6452,6454,6458,6462,6462,6466,6470,6470,6472,6474,6474,6476,6476,6476,6476,6476,6478,6480,6482,6484,6484,6566,6570,6574,6576,6578,6578,6582,6584,6586,6588,6592,6592,6592,6592,6596,6602,6604,6604,6604,6606,6608,6610,6612,6612,6612,6616,6620,6622,6624,6628,6630,6630,6632,6632,6632,6636,6638,6640,6640,6640,6642,6646,6646,6652,6654,6656,6662,6666,6668,6668,6670,6672,6674,6674,6674,6674,6674,6676,6676,6678,6680,6680,6680,6680,6680,6684,6686,6686,6690,6694,6696,6698,6698,6700,6702,6708,6708,6710,6710,6710,6712,6712,6712,6716,6718,6720,6722,6724,6726,6728,6730,6730,6730,6734,6736,6738,6740,6740,6744,6746,6750,6750,6750,6750,6752,6754,6754,6754,6754,6754,6758,6766,6766,6766,6766,6768,6768,6772,6774,6774,6778,6778,6778,6780,6782,6782,6782,6782,6782,6784,6784,6788,6790,6792,6792,6792,6792,6792,6794,6794,6796,6798,6798,6802,6804,6804,6806,6814,6818,6818,6822,6822,6822,6824,6826,6828,6830,6834,6836,6838,6842,6846,6848,6848,6848,6852,6854,6854,6854,6856,6858,6858,6858,6860,6862,6864,6864,6868,6870,6870,6872,6874,6878,6882,6884,6888,6890,6890,6892,6896,6896,6898,6906,6906,6906,6906,6908,6908,6908,6910,6912,6914,6916,6924,6924,6926,6930,6930,6932,6936,6936,6938,6938,6940,6940,6942,6944,6952,6954,6960,6964,6964,6966,6968,6970,6972,6976,6976,6982,6982,6982,6986,6986,6988,6992,6996,6996,6998,6998,6998,7e3,7004,7006,7006,7006,7010,7012,7012,7012,7014,7014,7022,7024,7024,7024,7024,7028,7030,7032,7038,7040,7044,7044,7044,7044,7044,7046,7046,7050,7050,7052,7060,7060,7062,7064,7068,7068,7068,7070,7070,7070,7070,7070,7070,7072,7080,7082,7082,7086,7086,7086,7090,7090,7094,7094,7094,7098,7100,7100,7104,7104,7104,7106,7108,7110,7114,7116,7118,7118,7120,7126,7126,7126,7128,7130,7130,7132,7136,7136,7138,7140,7140,7142,7142,7144,7146,7148,7148,7148,7148,7150,7150,7150,7152,7152,7156,7162,7172,7174,7176,7182,7182,7182,7184,7190,7194,7200,7204,7210,7218,7220,7222,7222,7222,7224,7224,7228,7230,7232,7232,7234,7236,7238,7240,7242,7244,7244,7248,7248,7250,7252,7252,7252,7252,7256,7260,7264,7264,7264,7270,7272,7274,7276,7278,7280,7280,7282,7284,7290,7292,7292,7292,7292,7294,7298,7304,7312,7312,7312,7312,7314,7320,7320,7322,7322,7326,7328,7328,7328,7328,7332,7332,7332,7332,7336,7338,7338,7338,7338,7340,7342,7342,7344,7344,7346,7348,7348,7348,7354,7358,7358,7358,7360,7362,7364,7364,7368,7368,7368,7370,7372,7372,7372,7372,7374,7380,7380,7386,7386,7388,7390,7392,7396,7402,7402,7406,7408,7408,7412,7416,7416,7416,7424,7424,7426,7426,7426,7426,7428,7432,7436,7436,7436,7440,7442,7442,7442,7442,7444,7444,7446,7450,7450,7450,7452,7454,7456,7458,7458,7462,7464,7468,7468,7468,7470,7474,7476,7480,7482,7482,7482,7484,7488,7488,7488,7492,7492,7492,7494,7496,7496,7496,7496,7500,7502,7504,7506,7508,7512,7518,7520,7520,7522,7522,7526,7528,7528,7530,7532,7534,7534,7534,7534,7538,7540,7540,7540,7542,7546,7546,7552,7554,7556,7560,7560,7560,7562,7564,7564,7566,7568,7572,7574,7576,7576,7578,7578,7580,7588,7594,7596,7598,7600,7600,7602,7602,7604,7606,7606,7606,7608,7608,7610,7610,7616,7618,7618,7626,7632,7632,7634,7636,7640,7644,7646,7648,7652,7652,7652,7656,7656,7658,7664,7668,7678,7680,7684,7686,7690,7692,7696,7696,7698,7700,7700,7700,7704,7704,7704,7704,7704,7708,7708,7708,7710,7712,7716,7718,7720,7720,7722,7722,7722,7722,7724,7724,7726,7730,7734,7736,7740,7742,7748,7750,7756,7762,7762,7762,7762,7764,7768,7768,7768,7774,7776,7782,7784,7784,7784,7784,7784,7784,7792,7794,7794,7796,7796,7796,7800,7802,7802,7804,7806,7810,7812,7814,7818,7818,7820,7820,7820,7820,7822,7824,7826,7828,7830,7834,7834,7834,7834,7838,7838,7842,7846,7846,7850,7850,7850,7852,7852,7854,7856,7858,7860,7862,7864,7864,7868,7870,7870,7874,7874,7876,7876,7880,7880,7888,7892,7892,7892,7894,7898,7898,7902,7906,7908,7916,7916,7916,7918,7920,7920,7926,7926,7926,7928,7928,7930,7930,7932,7936,7936,7936,7938,7938,7938,7938,7942,7942,7946,7946,7946,7948,7950,7950,7950,7950,7954,7956,7958,7958,7958,7964,7972,7974,7980,7980,7982,7982,7982,7984,7988,7988,7990,7992,7992,7992,7996,7996,8e3,8004,8014,8016,8016,8016,8018,8020,8020,8020,8024,8024,8028,8030,8032,8032,8032,8034,8036,8036,8038,8040,8046,8046,8052,8052,8052,8054,8054,8058,8058,8060,8060,8062,8064,8068,8068,8070,8070,8070,8072,8074,8082,8086,8086,8086,8086,8088,8088,8092,8096,8096,8098,8100,8102,8104,8104,8106,8108,8114,8116,8116,8118,8120,8124,8126,8126,8126,8130,8130,8136,8136,8144,8146,8146,8146,8148,8150,8152,8152,8152,8152,8154,8154,8154,8154,8156,8156,8160,8162,8164,8164,8166,8178,8180,8180,8186,8190,8196,8198,8198,8198,8198,8198,8200,8202,8202,8204,8206,8210,8216,8216,8218,8220,8220,8222,8222,8224,8228,8234,8244,8244,8244,8246,8246,8246,8248,8248,8248,8248,8248,8252,8254,8258,8262,8264,8264,8266,8266,8268,8268,8272,8276,8280,8284,8284,8286,8288,8292,8292,8292,8298,8300,8300,8302,8304,8308,8308,8308,8312,8314,8314,8318,8322,8324,8326,8326,8328,8328,8328,8328,8330,8336,8336,8340,8340,8350,8352,8354,8354,8358,8358,8358,8360,8366,8366,8370,8370,8376,8376,8376,8378,8378,8386,8388,8388,8394,8394,8398,8398,8402,8406,8406,8408,8408,8408,8416,8416,8416,8416,8418,8418,8424,8426,8430,8432,8432,8432,8434,8436,8436,8436,8438,8438,8440,8442,8444,8454,8454,8456,8456,8460,8460,8460,8462,8464,8464,8468,8470,8470,8470,8474,8478,8480,8482,8482,8486,8490,8490,8490,8490,8492,8494,8496,8496,8496,8496,8496,8496,8498,8498,8502,8502,8502,8504,8506,8508,8510,8512,8516,8518,8520,8522,8530,8532,8532,8538,8540,8542,8546,8548,8550,8552,8554,8556,8558,8560,8562,8562,8564,8564,8566,8570,8572,8574,8576,8576,8584,8584,8588,8590,8592,8592,8598,8598,8598,8602,8604,8604,8604,8606,8606,8606,8608,8610,8614,8614,8614,8618,8618,8620,8628,8634,8636,8636,8638,8640,8640,8644,8648,8650,8652,8652,8654,8654,8656,8662,8662,8664,8664,8664,8666,8670,8670,8670,8670,8670,8670,8674,8674,8674,8676,8676,8676,8680,8682,8682,8684,8684,8684,8690,8692,8692,8692,8692,8694,8694,8694,8696,8702,8706,8708,8712,8716,8718,8720,8720,8724,8726,8732,8736,8738,8738,8738,8738,8738,8740,8748,8748,8748,8752,8752,8752,8752,8752,8754,8758,8762,8768,8768,8772,8774,8774,8774,8774,8778,8778,8780,8780,8784,8784,8784,8790,8794,8796,8796,8796,8798,8798,8800,8802,8804,8804,8806,8806,8808,8814,8814,8816,8816,8816,8820,8822,8826,8830,8832,8834,8834,8834,8838,8842,8844,8844,8848,8852,8854,8858,8858,8858,8860,8860,8860,8862,8864,8866,8866,8866,8868,8870,8874,8878,8878,8880,8880,8882,8882,8882,8886,8886,8886,8888,8892,8894,8894,8898,8898,8900,8902,8904,8906,8910,8910,8910,8912,8912,8914,8916,8918,8918,8922,8922,8922,8924,8926,8934,8936,8938,8938,8938,8942,8944,8944,8944,8944,8944,8944,8946,8946,8950,8950,8950,8952,8954,8954,8954,8956,8962,8966,8970,8972,8974,8974,8974,8978,8978,8980,8982,8982,8986,8990,8992,8994,8994,8994,8996,8998,8998,9002,9004,9006,9012,9014,9016,9018,9018,9020,9022,9026,9026,9030,9032,9032,9032,9034,9034,9034,9036,9036,9038,9040,9042,9042,9046,9046,9046,9048,9048,9048,9048,9050,9050,9050,9054,9056,9058,9062,9062,9062,9062,9066,9066,9066,9066,9066,9068,9076,9080,9080,9080,9082,9082,9082,9088,9094,9096,9096,9100,9100,9100,9102,9102,9102,9104,9104,9104,9106,9110,9114,9118,9120,9120,9120,9124,9124,9128,9136,9136,9140,9142,9144,9146,9148,9148,9148,9148,9150,9152,9156,9158,9162,9162,9164,9166,9166,9168,9172,9174,9174,9178,9180,9182,9184,9184,9184,9186,9190,9192,9192,9194,9194,9196,9198,9198,9198,9202,9206,9206,9212,9216,9220,9222,9226,9226,9230,9234,9238,9242,9244,9246,9252,9252,9256,9258,9264,9266,9268,9270,9272,9272,9278,9282,9282,9284,9286,9286,9290,9296,9300,9302,9302,9302,9302,9304,9306,9306,9306,9308,9308,9310,9310,9314,9314,9314,9314,9314,9316,9316,9318,9322,9328,9332,9338,9338,9338,9344,9350,9350,9350,9352,9354,9358,9360,9364,9370,9370,9370,9374,9376,9378,9378,9378,9378,9382,9384,9384,9386,9386,9388,9388,9388,9392,9392,9392,9394,9402,9402,9406,9406,9406,9408,9408,9410,9412,9414,9416,9416,9420,9422,9422,9424,9428,9432,9434,9436,9436,9436,9436,9438,9440,9440,9440,9440,9444,9446,9448,9452,9464,9464,9466,9468,9472,9474,9476,9476,9476,9480,9482,9482,9484,9488,9490,9494,9498,9500,9502,9508,9508,9510,9512,9518,9518,9522,9524,9526,9526,9526,9526,9528,9532,9534,9534,9538,9540,9544,9544,9544,9544,9544,9544,9544,9544,9548,9548,9548,9552,9554,9554,9554,9558,9562,9562,9564,9566,9568,9568,9570,9576,9580,9582,9584,9584,9586,9588,9588,9592,9594,9600,9602,9602,9604,9604,9604,9608,9608,9612,9612,9614,9618,9620,9622,9630,9638,9638,9640,9642,9646,9648,9654,9654,9654,9658,9658,9660,9660,9664,9664,9666,9668,9670,9670,9670,9674,9678,9678,9682,9686,9688,9694,9696,9698,9702,9702,9706,9706,9706,9708,9714,9716,9716,9720,9722,9722,9722,9724,9726,9726,9726,9730,9734,9736,9736,9736,9738,9738,9744,9744,9744,9746,9748,9748,9748,9748,9750,9752,9758,9758,9762,9762,9764,9764,9764,9770,9772,9774,9776,9778,9778,9778,9780,9784,9786,9790,9792,9798,9802,9802,9804,9804,9806,9816,9818,9818,9820,9820,9822,9822,9824,9826,9826,9830,9832,9832,9832,9834,9834,9834,9836,9838,9840,9846,9848,9850,9850,9850,9850,9850,9852,9854,9854,9862,9864,9864,9864,9864,9864,9868,9868,9868,9872,9872,9876,9876,9876,9878,9882,9882,9884,9884,9884,9886,9886,9886,9890,9890,9890,9892,9894,9896,9896,9900,9900,9902,9904,9904,9906,9908,9914,9920,9924,9928,9932,9934,9936,9942,9944,9944,9948,9948,9950,9952,9954,9954,9954,9954,9956,9958,9958,9962,9962,9970,9970,9972,9972,9974,9974,9974,9974,9974,9978,9978,9986,9988,9992,9996,9996,9996,9996,1e4,10004,10008,10008,10010,10014,10016,10016,10020,10020,10022,10024,10026,10030,10032,10038,10042,10044,10044,10046,10046,10048,10056,10058,10058,10058,10062,10062,10064,10068,10070,10070,10072,10074,10074,10074,10076,10078,10078,10078,10078,10078,10080,10084,10086,10086,10090,10094,10098,10098,10102,10104,10106,10112,10114,10116,10116,10118,10120,10124,10126,10132,10134,10136,10136,10142,10142,10142,10144,10144,10146,10148,10156,10156,10156,10160,10162,10164,10164,10168,10168,10170,10176,10176,10178,10182,10182,10188,10190,10194,10194,10196,10196,10200,10204,10204,10208,10210,10212,10214,10214,10214,10214,10214,10214,10216,10216,10226,10228,10230,10230,10230,10232,10232,10234,10234,10236,10236,10238,10238,10240,10240,10244,10246,10246,10248,10250,10254,10254,10256,10260,10260,10260,10260,10262,10264,10268,10270,10270,10272,10276,10278,10282,10282,10282,10286,10286,10286,10288,10290,10292,10292,10292,10294,10294,10294,10298,10298,10300,10304,10306,10306,10308,10310,10314,10318,10318,10324,10324,10324,10324,10324,10328,10328,10328,10330,10330,10330,10332,10334,10336,10336,10336,10336,10338,10338,10338,10342,10344,10350,10354,10356,10356,10358,10358,10364,10368,10370,10372,10376,10378,10378,10380,10382,10384,10386,10386,10392,10392,10394,10394,10396,10398,10398,10400,10400,10400,10402,10406,10408,10410,10410,10410,10412,10412,10412,10416,10416,10416,10416,10416,10420,10430,10430,10430,10430,10434,10436,10438,10438,10438,10438,10438,10440,10442,10442,10444,10448,10450,10450,10450,10450,10450,10452,10452,10454,10454,10456,10460,10460,10460,10460,10464,10464,10466,10466,10466,10466,10466,10466,10466,10468,10468,10470,10472,10472,10476,10478,10480,10484,10490,10490,10492,10492,10492,10496,10498,10500,10500,10500,10504,10506,10506,10508,10510,10510,10514,10516,10518,10520,10522,10534,10534,10534,10534,10534,10534,10538,10540,10544,10544,10548,10548,10550,10550,10558,10560,10562,10562,10564,10570,10572,10574,10574,10574,10574,10578,10578,10578,10586,10590,10592,10592,10594,10596,10598,10606,10606,10608,10610,10610,10610,10610,10612,10612,10612,10612,10614,10616,10618,10622,10628,10632,10634,10634,10638,10640,10642,10644,10646,10646,10650,10652,10656,10660,10662,10662,10662,10664,10664,10666,10668,10670,10670,10676,10676,10682,10684,10684,10684,10684,10686,10688,10690,10694,10698,10698,10700,10702,10704,10710,10712,10712,10714,10718,10718,10718,10722,10722,10728,10728,10730,10732,10732,10734,10738,10738,10740,10744,10744,10748,10750,10750,10752,10752,10754,10758,10758,10758,10758,10764,10768,10768,10772,10774,10774,10774,10774,10778,10780,10780,10786,10790,10792,10792,10794,10798,10800,10800,10802,10804,10804,10806,10816,10816,10820,10820,10822,10824,10826,10828,10830,10832,10834,10836,10838,10838,10838,10840,10840,10840,10840,10840,10840,10840,10840,10842,10842,10842,10844,10848,10848,10852,10856,10858,10862,10864,10866,10868,10868,10870,10872,10872,10876,10878,10880,10882,10882,10884,10886,10888,10892,10894,10896,10898,10900,10902,10902,10906,10908,10912,10914,10914,10916,10916,10920,10920,10920,10924,10928,10928,10930,10930,10932,10932,10936,10938,10938,10940,10946,10948,10948,10948,10948,10948,10948,10952,10954,10956,10958,10962,10962,10972,10976,10976,10976,10976,10976,10982,10982,10982,10986,10986,10988,10990,10992,10992,10994,10996,10998,11e3,11002,11004,11006,11008,11012,11016,11016,11016,11020,11020,11020,11022,11022,11026,11028,11030,11032,11038,11042,11044,11048,11052,11054,11054,11054,11054,11058,11058,11060,11060,11062,11062,11066,11068,11070,11070,11074,11080,11084,11086,11086,11086,11086,11088,11090,11092,11092,11094,11096,11096,11098,11100,11102,11102,11108,11114,11116,11118,11122,11126,11130,11130,11134,11140,11140,11144,11146,11148,11152,11156,11156,11160,11162,11162,11162,11164,11170,11172,11174,11178,11178,11178,11178,11186,11186,11186,11188,11190,11192,11192,11196,11196,11196,11196,11200,11206,11206,11206,11206,11208,11210,11212,11216,11218,11218,11220,11220,11224,11226,11230,11230,11232,11234,11234,11238,11242,11250,11256,11260,11262,11262,11264,11268,11268,11276,11276,11280,11282,11286,11286,11292,11292,11298,11302,11302,11304,11304,11304,11306,11306,11306,11308,11310,11316,11316,11320,11322,11324,11324,11324,11324,11328,11328,11330,11332,11332,11334,11336,11336,11336,11338,11340,11344,11348,11350,11352,11352,11354,11354,11356,11358,11360,11364,11364,11364,11366,11372,11372,11372,11374,11376,11376,11376,11380,11380,11382,11384,11386,11388,11388,11390,11396,11396,11398,11400,11402,11404,11406,11412,11416,11416,11418,11418,11422,11422,11422,11424,11424,11424,11428,11430,11432,11432,11436,11440,11448,11448,11448,11450,11450,11452,11454,11454,11454,11458,11460,11460,11462,11464,11468,11470,11470,11474,11480,11484,11488,11488,11488,11490,11492,11494,11494,11498,11498,11498,11498,11504,11506,11510,11512,11512,11514,11514,11514,11516,11516,11518,11518,11520,11522,11524,11524,11526,11528,11528,11532,11532,11534,11536,11536,11538,11538,11538,11538,11540,11542,11544,11544,11544,11544,11544,11546,11546,11548,11550,11552,11552,11554,11554,11554,11554,11558,11562,11564,11564,11566,11572,11574,11574,11576,11576,11576,11576,11578,11584,11588,11588,11588,11588,11590,11592,11592,11592,11596,11600,11600,11610,11614,11614,11614,11616,11616,11616,11616,11620,11620,11622,11628,11630,11632,11636,11638,11640,11640,11642,11644,11648,11652,11654,11654,11658,11660,11662,11662,11666,11670,11672,11674,11676,11680,11682,11686,11690,11692,11692,11694,11694,11696,11700,11700,11702,11704,11704,11706,11706,11706,11706,11708,11712,11716,11720,11720,11720,11722,11722,11722,11726,11726,11732,11732,11732,11736,11736,11740,11740,11742,11742,11742,11744,11746,11748,11748,11754,11756,11758,11760,11766,11766,11770,11774,11778,11778,11780,11780,11784,11784,11786,11788,11790,11790,11794,11794,11794,11794,11800,11802,11802,11802,11804,11804,11804,11806,11806,11806,11810,11814,11814,11818,11818,11818,11818,11824,11824,11824,11824,11824,11824,11826,11826,11830,11830,11832,11832,11832,11832,11836,11838,11842,11842,11848,11850,11854,11854,11854,11856,11856,11858,11858,11868,11868,11868,11870,11872,11872,11874,11876,11876,11876,11878,11878,11880,11880,11882,11882,11884,11888,11890,11892,11892,11892,11894,11894,11896,11896,11896,11900,11900,11900,11902,11902,11902,11904,11908,11910,11912,11912,11916,11918,11922,11924,11928,11928,11928,11930,11934,11940,11940,11940,11940,11944,11944,11946,11946,11948,11952,11954,11964,11966,11970,11972,11972,11972,11974,11974,11976,11978,11978,11978,11978,11978,11980,11984,11986,11986,11994,11996,11996,11998,12002,12004,12004,12004,12004,12006,12008,12008,12012,12012,12012,12012,12014,12014,12016,12016,12016,12016,12018,12018,12018,12022,12022,12022,12022,12024,12026,12028,12028,12028,12032,12032,12036,12040,12042,12046,12050,12056,12056,12056,12056,12058,12058,12062,12062,12064,12066,12070,12072,12074,12076,12078,12078,12078,12080,12080,12080,12088,12090,12092,12092,12092,12094,12100,12104,12104,12106,12106,12106,12106,12106,12106,12108,12110,12112,12112,12112,12112,12112,12114,12116,12118,12122,12122,12124,12126,12128,12138,12140,12140,12142,12142,12142,12142,12142,12144,12144,12144,12146,12146,12152,12152,12152,12152,12154,12156,12158,12158,12162,12162,12166,12168,12172,12176,12178,12178,12178,12178,12182,12184,12186,12190,12190,12192,12192,12196,12198,12198,12198,12202,12204,12206,12206,12206,12208,12208,12210,12212,12212,12216,12222,12222,12224,12230,12230,12234,12234,12234,12240,12240,12240,12242,12244,12250,12250,12252,12252,12256,12258,12260,12260,12260,12262,12262,12262,12264,12266,12266,12270,12270,12270,12272,12276,12278,12278,12280,12286,12286,12286,12288,12288,12288,12288,12290,12294,12294,12298,12300,12300,12300,12306,12308,12308,12308,12310,12310,12312,12312,12312,12312,12312,12314,12320,12322,12324,12326,12328,12328,12328,12330,12332,12332,12332,12332,12338,12340,12344,12344,12344,12348,12352,12358,12358,12362,12366,12368,12370,12372,12374,12378,12380,12382,12386,12390,12394,12398,12398,12398,12402,12402,12402,12402,12406,12408,12410,12410,12412,12414,12414,12418,12420,12422,12422,12422,12424,12426,12426,12432,12434,12438,12440,12442,12446,12450,12454,12458,12462,12462,12464,12464,12466,12472,12472,12474,12478,12480,12484,12490,12490,12492,12496,12496,12496,12500,12504,12506,12508,12508,12508,12510,12512,12512,12512,12514,12516,12516,12518,12522,12522,12522,12524,12526,12526,12530,12538,12538,12538,12538,12538,12542,12544,12546,12548,12550,12552,12552,12554,12556,12558,12560,12564,12564,12568,12570,12574,12576,12580,12580,12582,12582,12582,12586,12586,12586,12588,12594,12594,12600,12602,12602,12608,12612,12612,12612,12614,12618,12624,12626,12626,12628,12630,12632,12632,12634,12634,12634,12642,12642,12644,12644,12646,12648,12648,12650,12654,12656,12658,12666,12668,12672,12674,12678,12678,12678,12680,12680,12684,12684,12684,12684,12684,12688,12692,12694,12694,12700,12702,12702,12704,12704,12706,12706,12706,12708,12710,12712,12712,12714,12716,12718,12724,12724,12726,12728,12730,12730,12732,12732,12732,12734,12734,12734,12736,12740,12742,12744,12746,12750,12750,12752,12752,12756,12758,12760,12764,12766,12768,12772,12774,12776,12778,12782,12786,12788,12794,12796,12804,12804,12806,12806,12810,12810,12810,12814,12816,12820,12822,12824,12824,12828,12828,12830,12832,12836,12838,12838,12838,12838,12838,12844,12844,12844,12844,12844,12844,12848,12856,12858,12858,12860,12862,12862,12864,12864,12866,12868,12872,12872,12874,12880,12880,12880,12880,12884,12888,12892,12892,12892,12892,12892,12898,12898,12908,12908,12910,12912,12914,12918,12920,12920,12920,12922,12924,12924,12924,12926,12926,12928,12928,12930,12930,12934,12934,12934,12934,12936,12942,12942,12944,12946,12948,12948,12952,12954,12956,12956,12960,12962,12968,12970,12970,12970,12972,12976,12976,12976,12978,12982,12988,12988,12988,12990,12990,12994,12998,13e3,13e3,13006,13006,13006,13008,13010,13012,13016,13016,13018,13022,13022,13022,13022,13022,13024,13028,13028,13028,13030,13032,13036,13036,13038,13038,13038,13040,13042,13046,13050,13052,13056,13060,13060,13064,13068,13068,13072,13072,13072,13074,13074,13080,13082,13084,13088,13088,13088,13088,13090,13092,13092,13094,13098,13102,13102,13104,13110,13114,13114,13114,13116,13116,13118,13118,13118,13120,13120,13120,13124,13124,13126,13128,13130,13130,13132,13134,13136,13136,13136,13136,13136,13140,13140,13140,13140,13140,13142,13144,13144,13148,13154,13154,13158,13160,13164,13164,13164,13164,13166,13166,13170,13174,13178,13180,13184,13188,13188,13188,13188,13192,13194,13198,13198,13198,13200,13200,13202,13204,13204,13204,13204,13204,13206,13208,13214,13216,13216,13220,13220,13222,13224,13226,13228,13232,13232,13234,13234,13236,13240,13240,13242,13246,13248,13252,13256,13256,13256,13256,13260,13260,13260,13262,13264,13266,13266,13268,13268,13272,13272,13272,13278,13278,13284,13286,13288,13288,13294,13294,13294,13296,13300,13302,13304,13304,13306,13310,13312,13314,13318,13318,13320,13320,13320,13324,13324,13326,13326,13332,13334,13336,13340,13340,13342,13344,13344,13348,13356,13358,13358,13362,13362,13366,13370,13370,13370,13372,13374,13378,13380,13380,13380,13380,13380,13380,13380,13380,13382,13384,13386,13386,13386,13388,13392,13394,13396,13396,13396,13396,13396,13396,13398,13400,13402,13406,13416,13418,13422,13424,13424,13426,13426,13430,13432,13434,13436,13440,13444,13446,13448,13448,13450,13452,13452,13454,13456,13458,13460,13466,13466,13466,13472,13474,13480,13482,13482,13484,13484,13488,13488,13488,13492,13492,13492,13492,13496,13498,13500,13502,13506,13508,13510,13514,13514,13520,13520,13524,13526,13528,13528,13530,13530,13534,13534,13536,13538,13542,13542,13542,13544,13544,13546,13550,13550,13550,13554,13556,13556,13556,13556,13556,13558,13562,13568,13572,13572,13574,13580,13582,13582,13582,13582,13586,13586,13588,13590,13594,13594,13594,13594,13594,13596,13604,13608,13610,13612,13614,13614,13614,13614,13618,13620,13622,13622,13624,13628,13630,13632,13636,13640,13640,13640,13640,13640,13642,13642,13642,13642,13642,13644,13644,13644,13646,13648,13652,13656,13658,13660,13662,13662,13662,13662,13662,13662,13662,13662,13664,13664,13664,13664,13664,13664,13664,13664,13664,13668,13668,13668,13670,13672,13674,13674,13676,13678,13680,13682,13686,13688,13694,13694,13698,13698,13702,13704,13704,13708,13708,13712,13714,13716,13716,13718,13722,13722,13724,13726,13726,13726,13728,13728,13728,13730,13732,13734,13736,13738,13742,13744,13744,13746,13750,13754,13756,13756,13760,13762,13762,13762,13766,13768,13770,13770,13770,13770,13770,13772,13776,13780,13784,13790,13796,13798,13798,13798,13798,13798,13798,13802,13802,13806,13808,13810,13812,13812,13814,13814,13816,13816,13820,13820,13820,13822,13824,13826,13832,13832,13834,13836,13838,13840,13840,13846,13846,13850,13850,13854,13854,13854,13856,13864,13866,13868,13870,13870,13876,13876,13880,13880,13884,13888,13888,13890,13892,13894,13894,13896,13896,13900,13904,13906,13908,13908,13910,13914,13914,13914,13914,13914,13914,13916,13922,13922,13924,13926,13930,13932,13934,13938,13940,13942,13944,13944,13946,13948,13948,13950,13952,13952,13954,13954,13956,13958,13964,13966,13966,13970,13974,13976,13980,13980,13980,13982,13984,13986,13990,13990,13992,13994,13996,13996,13998,14002,14006,14008,14010,14010,14012,14012,14014,14014,14016,14018,14018,14020,14022,14022,14026,14026,14026,14026,14026,14030,14032,14036,14038,14038,14038,14044,14048,14048,14052,14052,14056,14058,14062,14064,14066,14066,14068,14070,14074,14078,14078,14078,14080,14080,14082,14086,14088,14092,14092,14092,14094,14096,14100,14108,14108,14110,14112,14112,14114,14114,14116,14124,14128,14128,14128,14128,14128,14130,14130,14132,14132,14132,14132,14134,14138,14140,14140,14142,14144,14148,14152,14154,14154,14154,14160,14162,14162,14164,14164,14168,14172,14172,14176,14180,14184,14186,14190,14192,14192,14192,14194,14198,14198,14198,14198,14200,14200,14204,14206,14208,14208,14208,14212,14214,14218,14220,14222,14224,14226,14230,14234,14234,14236,14238,14238,14240,14242,14246,14250,14252,14254,14254,14254,14256,14258,14262,14264,14264,14264,14264,14264,14268,14274,14276,14276,14280,14280,14280,14280,14280,14284,14288,14288,14292,14294,14300,14302,14304,14306,14308,14312,14314,14316,14318,14318,14320,14326,14328,14332,14336,14340,14342,14342,14342,14344,14348,14352,14354,14354,14354,14356,14362,14362,14364,14366,14368,14370,14370,14374,14374,14376,14376,14376,14378,14378,14384,14384,14386,14388,14390,14390,14394,14396,14396,14398,14400,14400,14406,14406,14406,14408,14408,14410,14412,14416,14416,14418,14418,14418,14420,14420,14422,14422,14426,14428,14430,14432,14432,14434,14440,14444,14448,14450,14452,14456,14460,14464,14464,14466,14466,14470,14472,14476,14476,14476,14476,14478,14478,14482,14482,14484,14488,14488,14492,14494,14496,14500,14502,14504,14504,14506,14508,14510,14512,14514,14518,14518,14520,14520,14526,14526,14526,14528,14532,14536,14538,14538,14542,14544,14546,14550,14556,14558,14560,14560,14560,14562,14564,14566,14574,14576,14578,14578,14578,14582,14586,14590,14590,14592,14592,14594,14596,14598,14602,14604,14606,14606,14610,14612,14616,14618,14618,14620,14622,14622,14622,14622,14624,14624,14628,14630,14632,14638,14642,14644,14646,14648,14652,14652,14656,14656,14658,14660,14660,14660,14660,14660,14660,14662,14666,14670,14670,14670,14670,14670,14670,14670,14674,14676,14676,14678,14680,14680,14682,14684,14684,14684,14690,14696,14698,14700,14706,14708,14710,14714,14718,14718,14718,14718,14722,14726,14726,14726,14728,14730,14732,14732,14738,14738,14738,14740,14740,14742,14742,14744,14746,14746,14750,14750,14750,14754,14756,14758,14758,14762,14764,14770,14770,14774,14778,14782,14782,14784,14786,14786,14790,14794,14800,14804,14804,14810,14810,14810,14814,14814,14816,14816,14816,14818,14820,14826,14826,14826,14828,14828,14828,14832,14834,14834,14836,14836,14838,14838,14840,14842,14842,14842,14846,14850,14852,14852,14854,14856,14858,14858,14864,14864,14866,14868,14870,14870,14874,14876,14878,14878,14878,14880,14882,14882,14884,14884,14886,14888,14890,14896,14898,14900,14900,14902,14902,14908,14910,14916,14916,14918,14920,14920,14922,14922,14924,14924,14924,14926,14926,14926,14926,14928,14928,14930,14934,14936,14942,14944,14944,14946,14946,14948,14950,14954,14956,14958,14958,14960,14962,14964,14966,14970,14976,14978,14978,14980,14984,14984,14984,14984,14986,14986,14986,14986,14988,14990,14990,14992,14992,14992,14994,15e3,15e3,15e3,15004,15008,15010,15014,15016,15018,15018,15018,15024,15026,15026,15028,15028,15030,15032,15032,15032,15036,15042,15044,15046,15048,15050,15052,15054,15058,15060,15064,15066,15066,15070,15072,15072,15074,15078,15078,15082,15088,15088,15090,15094,15096,15102,15106,15112,15112,15112,15112,15112,15116,15118,15124,15128,15130,15136,15136,15138,15140,15144,15146,15146,15146,15146,15148,15148,15152,15156,15160,15160,15164,15164,15164,15164,15164,15164,15166,15168,15172,15178,15180,15186,15188,15188,15190,15192,15192,15192,15192,15194,15194,15196,15200,15202,15204,15206,15206,15208,15208,15208,15210,15210,15210,15210,15212,15216,15216,15220,15222,15226,15228,15230,15234,15236,15236,15236,15240,15240,15242,15242,15244,15246,15246,15246,15250,15250,15250,15250,15256,15260,15260,15262,15264,15264,15266,15268,15272,15274,15276,15280,15282,15282,15282,15282,15284,15288,15290,15292,15298,15298,15298,15300,15300,15310,15312,15314,15316,15318,15318,15324,15326,15330,15330,15332,15332,15334,15336,15340,15340,15340,15340,15344,15344,15346,15346,15350,15350,15354,15358,15360,15364,15364,15368,15368,15368,15374,15376,15384,15386,15386,15386,15390,15392,15392,15392,15394,15398,15398,15404,15404,15410,15414,15416,15416,15418,15422,15422,15424,15426,15430,15432,15432,15434,15436,15444,15450,15450,15456,15458,15462,15466,15466,15466,15468,15470,15474,15474,15478,558743553,121517,3136831489,191512,4126720001,262665,3013369858,222077,1360863236,167878,3236823046,258208,2205556743,131210,2417139719,202935,3545194504,208368,617095177,107057,2805153801,188688,1171054601,220220,3854909450,239761,384761867,138014,3519438859,183286,522330124,154796,1640235021,203173,3235110928,186887,3317276689,264078,1591648274,158599,3301195794,201426,186220568,118913,3486244888,135658,3427278878,99457,983130142,151711,4045520927,138053,1505042463,258844,4070318112,119313,1420279842,125513,1847509028,172492,2125193253,98029,3589513253,212472,343892007,111858,3599073320,99265,3319881769,257010,1655906346,199385,2418933803,265919,48119852,258615,2174943277,211732,3745833006,168886,2851774511,180227,1878925360,227531,758513712,244608,3467001905,229511,2355494964,165560,668344375,191949,3550011449,114065,1887854650,146277,1388331067,255239,749469757,225304,1595351101,235733,2971328578,148317,188588100,112374,3088367687,123391,4223606855,160699,1966891079,161986,1916600393,168116,1188020299,184116,313786443,209235,1078124619,211698,916602957,135844,3132112973,267652,1411956814,246561,4050919503,240204,2746286159,247745,4021567569,95704,3867861073,197832,3703939153,237680,1610727506,118588,3153027154,158959,528384083,125712,2698960979,216473,743858259,260072,765321300,195542,2474598484,257558,1415831637,131447,2889539669,186801,1243906136,186535,11133017,251176,1791770713,264588,956498010,118989,2651512923,148683,1250803803,256127,579993692,128929,2468626524,204408,1621811295,242997,2464792672,245580,2863136865,104058,3914522721,217771,3454312546,242227,3709698148,164935,405241956,240958,4049707109,157509,52559973,220134,675577958,126420,2125865065,97499,2263040106,128844,2578169962,224514,1634902126,253030,3392045167,95525,1514782831,223243,4291051632,155069,1048608881,126996,3808673905,265891,560758898,158911,1395228786,253113,2830205043,174804,2252873844,162748,3095969910,177409,833839222,217967,4112932982,249038,548985,146918,488374393,262248,1601331322,233029,3334111355,205402,4175863931,263753,419864703,199094,1591345279,263785,3383386240,190488,1264500866,237053,2178703494,205741,1711046790,218996,1946337414,219560,3257434247,151488,1219534983,192983,3723542664,96587,3936493704,217467,1966416009,158171,3617587337,190874,28901514,117130,2844942476,224776,254730381,180050,1147666573,200190,591380625,124815,1164058772,114741,1015627924,160354,2154627222,115708,3443163287,171380,4287160472,220964,2564964505,147886,3063111834,136114,2564964507,147963,1361567899,164626,1713168539,262387,3290251421,117812,1361567902,164641,4097450142,235106,454099103,146498,2250055839,188745,1849868447,237233,97042593,170417,380706978,184016,1514758306,225079,2160148647,179105,511041703,216984,2970394791,262282,1989148843,147986,4108583085,214231,1208107182,219263,436560048,118296,373743792,208062,1681506480,220927,3699351729,121801,2649686194,169767,703275187,107137,1030783155,169631,1464950966,182242,638992567,117944,476471479,174321,3210084535,196602,2662850743,250354,1290576057,265047,2928943290,141984,1412071613,241255,1587921087,165230,1976557759,221920,2848448706,242270,3799965891,192369,2093482179,244444,2251448516,112058,1012154564,131686,1004830917,238495,3845439686,102719,3080863943,120978,1265344717,102199,4290625744,115542,3930603728,219080,2633662673,210450,346120408,191484,1564754137,112010,1044512985,131741,1819246810,127895,218128603,190381,3859661020,236515,3127345373,166149,2956755166,190042,2884575454,234013,1098113247,127703,2979660001,162596,3099001058,99471,4279886050,106675,61972707,264064,3226738917,101802,3216367845,228046,385859814,188191,427000039,190112,351453419,141402,3465388269,205610,1182892270,135138,1525915886,217795,3113304303,101447,3345547504,124293,1408229616,140444,221495536,157938,771703024,209779,2122219760,234286,605896946,108253,3439567091,110372,4218618099,128159,444842228,194989,3723288821,169070,2951880949,254745,886554870,122310,1240015095,100308,186073335,101783,3798892791,107171,190423291,180718,2633457915,206789,574546173,251428,1783152894,149354,3027411199,132175,224919807,137624,2874335487,184932,41353471,244342,2127200513,98343,1481834753,252994,1679876358,248006,1949819143,201526,2850783496,179527,3456262410,123581,736772362,209794,2638455052,187380,123715855,98524,3850248463,109568,807174415,146900,1125425423,265561,2005270801,190579,2935718164,231648,4036059413,118969,2171330838,228665,4148535574,251045,404398359,98101,3417235736,192715,4197032217,174963,196231449,254487,43557146,189944,439083290,216019,2759196956,259814,1096687901,137476,2481422621,255539,1521058079,155334,1216799007,238231,3074638112,184858,2747162912,229151,2116141347,243264,3722649895,210596,3751338280,181083,2369757481,134250,2504073515,112037,3683033389,158289,1611710768,128463,2398789938,128314,1425195316,247865,3536281909,169689,2023350583,190798,1639547192,97114,2162917688,125048,1983373625,246406,3199017274,222707,1606426940,157010,297861436,246314,3285639485,134091,2453250366,221249,1590518079,120407,2457084223,245991,1951433024,217096,3287998785,124251,598163777,181232,2216673602,180360,3541508418,195125,3680403781,168002,694821190,131270,2334490954,174985,1279385932,171577,2521514316,185044,2573738318,257440,3656982864,174005,2918539603,141481,1991442771,206307,709149012,140715,2757157204,192384,2266677588,208888,2015486293,109050,2646851930,189786,1552515420,208592,2270323037,169569,3436626270,142733,2903351646,177140,3156435295,227936,3414524256,184092,1260994915,100756,911212900,225188,2961318245,142115,2565366119,148850,326205801,170066,3381969258,97153,2107474282,252974,2492162411,136277,4031218027,261596,828785004,255767,1150853486,106542,2312872303,127982,3133923695,232758,118554992,229712,150298996,98838,3095814516,177822,810074485,131489,3539845493,172939,3604234613,230877,2888024437,232077,1531937142,145695,77857143,101013,1585471864,224677,2214150522,222127,4246249851,249508,2083692925,238412,993345918,165414,248439167,203241,2417049984,103332,2591129985,119399,2913010049,210726,2414264707,198500,384729478,154402,3211878792,249772,1848312201,137289,2443461004,193153,549314956,212260,1100284303,117098,1869218193,123685,2379137425,133312,942850449,147176,328589713,164514,2540388756,135064,2322284948,233650,3993272725,220854,3371090325,255066,2104885656,112599,3005366680,215136,3153150362,98290,1982480794,144387,3294200218,214020,4286808475,193629,745562523,196982,3042197917,244701,2419736990,200621,1280360863,122272,1640325535,126541,3692298656,152006,3960185248,212493,2809872801,181014,2768658849,213646,1841389986,269016,271860131,111932,1849672100,117565,1138557348,208345,1166369188,267563,1418011045,249816,2879611302,143147,3263324582,210768,3085222313,164163,725942699,129544,456933804,95846,2445435308,203268,2833998252,242578,1797013935,115523,4246618544,118247,879821233,168032,2753806769,206349,603677106,149937,3684262323,177425,1604084148,167966,1961558452,198865,2239652276,241883,3114484149,204718,2922856887,99788,4095001015,225859,3279888824,137691,4231561658,206648,1791861179,236026,3567632827,244216,476250558,151142,3742925247,158888,1230627263,265139,1756864960,129128,2721178051,241976,4039328196,153825,1649066436,160747,1509933508,262558,2804670917,161034,852296136,167196,1752990154,168141,49988044,222859,1964335564,266491,784744910,196375,3939942864,118412,2929623504,187956,2974065106,162678,2492809684,140066,2832048596,166858,1360503252,181031,2481439190,130994,2937102811,170802,2365145565,171886,4152680929,98750,2908381665,104222,3530621409,189401,107348449,239219,775258594,135935,3818799586,166664,3936182757,115245,645898725,175173,3576963557,255675,4204028389,263361,1259700710,189929,4082557415,126329,3267191271,199855,2263474663,207111,1578000872,169818,1713242601,122328,3966321130,205675,1055588847,212669,672154095,250402,769442287,256878,1271636464,123642,1909178866,179374,127263218,257732,2368184819,234580,16450036,95881,3741622774,268800,3627049463,252385,4006945272,178301,1210466809,245918,2726109692,97343,2318631420,164231,4250534400,163458,2592096769,162400,2411012610,188343,2990547460,108730,3209306628,145848,2967396868,207223,501277189,142166,1359086086,126491,1051722246,174428,4134560263,95540,2719015432,165931,3072573960,212772,3900211720,262991,1435877898,124759,206758412,108952,2418598412,182731,651657741,144334,2621653517,217602,865583630,143475,2581545489,103459,1362936337,154264,1177485842,111479,1474978323,95687,477692435,96519,1195352596,219370,1724465685,175445,167526933,185777,4183482901,197102,1886323224,165073,1767047704,258788,4104479256,260276,992322073,168929,2138079769,266330,3233825306,169230,214712858,183341,683500060,113447,341770780,266362,1782276637,252046,283107873,222566,2501812770,188155,1537270306,243382,1816314403,194374,201359908,117674,1005814313,169025,1137558058,131538,3688653356,196563,1939882540,196942,2992775725,136658,4251902510,182081,1739735602,119570,1613554226,130439,3946127922,243427,2607112755,214617,1826980403,254669,3156853301,158464,2694128182,170763,1962959415,123721,3048587834,154994,1994850874,206858,4035445306,219250,3679814203,110451,620864059,142029,1605640763,234179,1003758141,241331,1452171842,238634,3116433987,220945,698884676,192214,2687648325,135454,1814504005,204655,535609929,245006,1346724428,96988,1361568337,164699,1738777170,138539,167830100,222639,3755442773,267186,507224662,104166,1264247384,194790,4104479321,260310,151626330,98232,4002529882,154900,3751395931,155527,795886171,204545,4104585821,165026,3263038046,164997,1238942303,257214,1244512868,98249,2093032036,203619,3167740517,157250,1786856038,148602,819815,145072,2157568616,116775,3208585833,175794,974979689,199774,2724266603,213967,1514807916,108385,760341105,200728,1656685169,207088,340468339,160335,386826869,126658,4060029558,208631,2961834614,244720,3555222136,264417,4185670265,208579,2026521210,161142,1680818810,235405,1367032443,181154,2175623803,192850,2912092797,255641,635175553,197676,2370151042,263045,576184963,99807,1712816772,250103,2347795079,101598,712622727,125672,3429081737,115792,3885695625,215022,4032307852,157034,1151206028,261516,1285874319,101665,2852307600,141663,3751404176,155452,3063071377,127601,1353704083,113987,3855213204,166941,4267500181,218209,464372374,248063,2715624088,98007,4258300568,164257,3986145944,229607,3936322201,122941,666935961,154612,4128211611,250329,606749339,256527,1139425948,209587,2903122588,244292,2611569308,265355,314032797,128342,2086019741,128416,953991837,236875,3844965022,191263,1790829214,226068,2638111392,251198,3428000416,259661,2346500770,173438,3096609442,177057,230204068,113462,3523420836,208386,3523420836,208407,2756543141,269455,4224180903,205218,4016726695,267333,3931996841,193383,3931996841,193450,3479626409,236259,1277682345,268168,2409325226,261618,4183417515,95282,433119915,265701,4182999728,159780,539812528,254826,4279001777,229268,4205118132,223586,808665780,250215,1494713013,248893,3791708853,268648,3289825975,133215,1271849656,244122,2434228921,121296,2512978617,192345,1128620730,144709,386491066,147937,777216698,178536,3463586491,150488,2510045883,168545,3885367996,157376,2617295548,232681,2406245052,244633,199639741,170387,1491239614,176123,1380516542,237313,393536191,189665,2271273665,122673,4071908033,209608,1914684097,226805,3915399875,113490,2015167171,195865,1212719811,234330,1747657416,115439,2988573385,166521,653517514,221602,3649782474,266743,993821387,183974,3804685004,169422,1153712844,186478,3112723148,233156,538354381,107660,2117444301,261675,4080165582,230247,4080165582,230271,4080165582,230303,4080165582,230348,4080165582,230462,4080165582,230515,2776908495,123995,3416802e3,236778,1214186192,241611,1491100371,138756,3548078804,157694,2092810964,248696,2184397525,241898,4266549975,233727,2079720154,161243,777798363,97687,2062926556,136042,3708994268,212531,1111040733,156568,775258846,136338,3001721567,264888,51454688,162902,2118787809,121616,3751346913,167589,2903474913,206587,1680138978,181749,3167740644,156898,2560025318,187827,2035278567,174486,1739866855,204254,1831592679,250878,3339641576,211014,3984048872,212322,1584243433,149994,4191871723,103255,2835546859,115649,2958066414,110015,3462513390,189695,392930030,243445,1234805491,251555,3175080692,99534,1195606772,222525,203440889,215729,2641216250,108838,1220575994,193856,1146479354,200596,3117966075,137878,2299446012,206165,1363968765,151431,780477181,239001,801997567,112563,357393152,225257,2299585280,245700,226378498,94717,1226416898,129517,3337708290,196893,301900546,241736,2461221635,181567,94831364,102869,1187980042,202564,3289064202,210406,3623781130,241447,2657731339,189153,977412875,230667,430261004,225461,1734476557,128567,2693301005,176206,758399758,162941,2851218190,179003,3991585550,221636,3183584015,237325,3128623887,246077,298132240,203715,3812598544,210299,4093584144,233314,3653821202,192271,1140335378,195785,788726546,232052,1363985171,135678,2238980883,188303,2427568916,129489,1722999572,209990,384287509,122851,1234789142,178779,967721751,264858,3401474840,126450,1575805720,192150,1343161113,132917,2444575515,105944,1129472795,150048,1668825884,117499,3335496476,202676,2304680732,211563,388948765,168773,355967774,152025,2719195936,139764,3878011680,175758,128230177,131649,1849180961,191915,2618901282,95296,2881192738,203977,3441001251,135527,1829487396,180618,1540096805,261764,217244454,199541,3844703015,113679,1361543975,161905,2788901672,165435,153355048,198730,2996519721,219912,2076861226,127040,4163724076,142912,168452909,107531,2127946542,162145,4032308016,157054,922944304,250036,3968951090,156753,3866805042,185974,2900443954,190239,750961459,151023,1302987572,117588,1777402676,131956,1683317556,194249,1209557814,219295,2038891319,158705,1234363192,206927,3269641017,143763,3399213881,222242,111878970,127317,2355585850,198297,3346965308,150511,3847725884,182652,2963448638,222961,3155985216,134224,2637816640,149379,2809520961,131294,3151291201,158826,3193103172,168977,1003848518,249539,1363985223,137845,352682823,174528,2367562567,177727,998359879,206409,1430373192,103763,2384102216,154089,3751379784,159062,2485011273,237840,3818349385,248151,3457049419,94861,2093941579,244271,232637260,212591,2029364044,234625,495158094,99249,2725438288,125834,1779942224,166118,3210527568,196497,112796497,111972,1940808530,112692,3491480402,171246,3551888211,231413,1150018388,116874,1515381589,130599,993616726,182470,2026177366,218370,3734184791,183577,3764429655,249941,2463302489,183728,3008684889,231104,4088243034,165582,2640118619,208236,1537827676,162260,3726615389,116926,2426594142,208218,4144325472,197431,4020462433,214372,2629436260,161962,2563818341,198473,2706547561,258465,3297141610,183156,2910274413,98313,666461037,266412,1379500910,167340,2948359023,133261,866468720,126008,2211914608,168581,2028987249,227234,2174468979,161656,3622716275,187256,395928435,195040,2755183476,221294,2406278005,209345,3474310010,116151,3434865532,241281,935625598,202958,1964622719,112673,2175222655,120557,2683921281,169371,3616867201,221578,2332050306,136229,145793925,167094,4223206279,97988,2065458055,219831,968491912,223776,600466313,159817,3046548362,228120,3813933963,207509,115483533,163584,2602886032,153149,3442131858,117543,103367571,101760,3825107859,135900,2482144148,154536,4174037908,191748,1711719316,195978,1361855381,159310,2181342101,209315,4253934489,171804,871908249,204675,2986779546,227562,2951562139,247359,1648001949,129363,1009370013,188857,336356253,239778,3486778270,198752,3302212512,201031,335307681,138226,3804750753,162968,4158464930,121636,3960955812,172597,781837220,187235,74679207,173648,3751379880,158929,6955944,245634,2955281321,194534,411788202,99598,2633270188,176993,404063148,207671,348890028,241082,3037553582,131422,1127523247,104578,1744520111,134131,33792943,149276,835994545,137741,2648163250,136439,706102196,103573,623526839,186862,3150431159,196416,2148697016,220754,2033673145,148897,109077433,209756,1109377979,97807,4004504507,140932,2258117565,185691,3006260158,105708,481166270,151904,995271616,96805,1966269377,108102,3122176961,157588,3127518149,166102,420668357,174943,3113821125,236970,1361552326,162505,1469424583,137599,85599175,197163,3563422665,269545,915030988,160086,353715148,167893,1612399565,149333,839590861,198075,409756622,156480,2523554767,262893,4025222096,127530,1646552016,234789,175285201,118537,3531285458,207771,3865093075,124446,938288085,264365,898466775,101195,1108272087,261051,1720107992,119450,4082090968,224120,2764940249,200302,1362084825,253686,1189921756,225125,472392669,136254,387892189,264712,87327710,104969,662569951,111386,3864257506,200965,1938129890,233010,969319395,120537,1123689443,213916,1396007911,194227,3536503785,161542,3776283626,104906,3407512554,225625,1995006956,158238,70288364,196214,92873708,231700,2109285359,268602,3959694322,199056,1748919282,210010,3906233330,257487,2947408883,211209,3056124915,236187,2866570232,161920,1430504440,223270,3970253816,224332,4166091769,155178,1692861433,195716,375383035,167929,48145404,160069,2481939454,113123,809436160,245729,3751388161,156163,1578001409,193515,4010468353,262262,3735528450,114961,2498429954,248867,1983767557,175973,3010880519,102112,1702970375,114293,3273303049,248971,3265111050,102636,724583434,261651,1360552972,177807,2835948556,258818,1883137038,248329,3221160978,102916,2670339090,119377,3814384658,167705,1818723347,189847,2823930899,234234,3639837716,159419,2548057110,226751,3253371927,178851,684262424,239742,3762119706,104717,2894038042,127410,4141704218,225041,2883052570,228728,1607394330,240886,182780955,170950,3336668188,223472,2935415837,188282,3413419037,237443,2824086558,137649,757318686,217647,1345831967,104448,3354207263,191536,2320000032,165386,1807811617,267499,1757381666,134371,3733603364,159371,4174316580,247275,3080528933,125069,3894879269,257279,2158527527,105464,1712866343,118519,3090908200,173896,3419931688,224907,2571314217,227511,2217509930,200848,281158703,99101,4082566191,187337,1416913967,219170,3485090866,106281,777331762,218005,1400030259,170780,316097588,99718,865403956,203025,1724236852,219102,3201492023,227117,2236007483,144621,2120066110,148112,2961335359,212303,2694341696,170823,10429504,235026,495387712,256190,4097713219,202190,1954399301,226783,2814149701,235800,530220103,192959,1659102279,242554,2126185544,96935,1413563464,116352,3751347274,168262,479274060,104330,3842049101,225101,3958957134,163496,798434382,251135,1158562895,141082,39527504,182968,4140852304,193885,1459119189,100329,2387838037,225770,3041403990,127243,2804212822,180826,1546560599,238251,1111041113,156589,2353874010,142484,3139904603,164297,1307903068,220401,515605599,266231,1011991648,96225,4271006816,194401,2908734565,233825,3242779751,164034,4121027688,268147,3514590313,268218,2650432619,133379,563446891,260973,2315748463,101404,656426095,219936,723821679,238190,3006604400,253389,679838834,143426,1139737715,151284,3656057972,140151,3656057972,140177,3656057972,140211,1360667764,169133,839418997,158346,1058333816,121144,3026437240,235083,4000007289,163070,1909351545,179263,1119896698,186619,601359483,252647,1030784125,231163,2253055104,105032,1347470465,97483,2508440706,111990,2028201090,227458,1965253763,257709,840172676,194508,544752773,127281,3552978054,106516,1596646534,228264,2949383303,119548,2265236615,235237,2581234823,259736,3963110537,119083,1124754570,143501,3944400010,227313,3231491211,212452,4138984588,218718,512574604,250428,3953468557,147560,1470653584,115747,2957722768,220248,1728701587,109295,965485716,166644,219997333,226926,1472455830,266835,3639485591,99011,3472581784,111776,2755183769,140305,4235068569,161351,1658528921,227792,759170202,196003,1458570394,251448,3953599642,264478,809419932,219021,508945566,98997,2075059360,244827,1363969185,150637,2607883425,174235,602891425,209290,2127357089,253938,4162438307,133503,4146627747,179619,3510871206,217941,4277003430,245517,1006052519,115732,3303204007,138728,399418537,173710,304923819,127861,1360864427,167863,3295634604,200759,2385822892,263671,1216693421,115571,153494701,262822,2203550894,158788,2449941679,180014,4079273136,121023,2642158770,224390,24216754,244485,3537880243,119758,409175219,150559,1359357107,217447,2025153715,225164,321889461,173153,1605420215,171676,3000820919,186932,237200568,196799,2314822840,231341,3181012153,214486,1179034810,234033,3156763835,132034,834593979,148982,2518975677,148362,4057834689,133660,1686693057,144835,280904897,242018,1868063939,103226,242631876,130893,3789579461,257371,3925468364,200481,3270542540,216090,3675268301,192556,4264469709,256489,2529748174,235826,2263082192,145339,1574167760,221897,1974936785,109070,368551127,246545,2562491608,141361,3486237912,167026,3123430617,164563,4030612697,242695,3732849882,171604,1687233755,258871,1186923740,120867,3125396700,165307,638797021,163219,804103389,224569,775259358,136731,550421726,258121,2782594274,103202,1658651874,267305,1209074919,110297,2004370663,259937,592930025,106479,935609577,143045,307438826,136548,2129282283,112170,788653293,234775,504579310,123227,2699003118,157266,1126040814,167547,2135418097,258941,3253855475,193920,2179982580,142850,1942308085,181899,1919804662,191031,1532347638,205236,2016937206,208727,472810744,136383,2534728955,197324,64726267,208186,2214987003,245801,1175676157,245486,1027351807,118077,801834239,269693,1130472705,103550,3470083329,254119,938624258,144280,873653506,175700,3907552515,134675,1796891907,250947,2863645955,267576,2259723525,132877,2763040006,222160,3841385734,252561,2778965255,170363,874898696,182183,2306737417,249730,3926009100,187081,161309965,109135,2469307661,158556,3155166479,157529,797877519,213467,733013264,125429,2910872850,146156,3751339282,168276,2494047508,135621,66880792,213772,1632822553,144975,2959238425,161708,627721497,172844,1360553241,177750,183248155,177659,1355474204,216328,1133233437,161778,3612075294,144050,3800671519,117174,997917985,211332,1975952673,247520,2993235234,223007,916464931,173078,926614821,139953,2449941797,180032,2378401063,120053,1387095335,144551,3351119143,203003,3883541800,249588,204629289,200045,2294547754,116799,1528096045,228245,1172186414,97874,4052444462,253352,1080509744,263627,2070029617,143085,1943307569,198442,3759899953,245383,3601122609,266700,2555995442,233606,3516073268,151234,517834038,206621,109626680,129984,1635108154,165842,1698161980,177703,613721405,115953,105973054,110104,2932516162,114907,81061186,187312,804472131,95257,1592362307,213313,249644356,99283,2333689156,185535,2784011588,205201,2851792197,180166,1825523013,214598,3840222536,109404,2181129545,185669,2958017865,227098,2611225930,97174,4087620938,166751,3528426826,232356,1859650890,262155,191825230,219500,3907798353,206060,1549043027,125905,3037562195,126528,3538847059,188477,1130612051,215289,2043446611,222431,1384039765,188108,236119384,135592,1181803865,247891,749004122,114089,1987183962,131144,1464599898,253245,622118235,168060,4151010651,249319,3554805084,120228,3973072220,226849,1571571036,246884,3563144542,192127,4039599454,238396,1033463135,123836,2236007775,144640,507061601,139827,1869923684,147713,3919242596,218747,3046139237,96089,1360864613,167848,3995862374,95214,4139214182,121587,2267891048,252433,3051201897,237858,3617654123,106015,1272792427,235433,620766571,246760,2195834222,204838,2164802927,127194,2693227888,176012,3047269745,150257,1793418609,230641,2412217714,101646,3547727218,189886,4082705779,131374,3832481141,131790,326821237,138185,4228089207,142139,2788730231,153760,3498444152,258672,617842041,148763,2040522106,158193,2133443963,219397,1734567291,257090,1363969405,151075,3971704190,124675,670737791,136974,2205533568,212034,3805013377,241657,3820963202,146716,1854842243,210358,3751347591,168220,252740999,263476,1070458249,204639,440665486,166590,1811924367,112449,2376541583,185265,1407354256,221189,3857089937,214294,1329530259,214695,3450275219,235302,212428180,123477,1605911956,167319,3709633940,268037,3164202389,179394,3324339605,203048,2942027157,233585,3119211926,169005,1149339031,102854,1669588376,104523,2578433434,109202,2591917467,96968,1363969435,150789,3338610075,167486,2352244123,260211,3462579612,150536,1706689948,220998,3140879773,259577,3595937182,111048,3778405791,103438,3067454880,207603,3685402016,253086,2164770209,117899,1011410337,160468,1343088033,256734,3655706018,140370,2931041698,195960,4173284770,209081,3886859683,224696,2635711907,228873,3165103524,120202,416220580,148293,4262880677,119141,1145791909,121400,2565612965,148709,361211303,250654,3193890216,102589,1362453928,156465,371975592,160603,3108029865,167390,2838087082,201657,1360610731,168290,3102139822,259046,1919034800,115634,923936177,192033,3159811510,122249,299738552,210559,2851063227,95900,13542843,122167,907298235,171490,383296956,214417,450225596,255861,3880027582,187275,4157515200,144027,1579771328,260325,3514377665,235926,178914755,124891,2740430275,165779,650700230,108993,3920627142,200058,3696321990,248391,841991622,259485,825501128,240339,3467068875,149624,356992459,169458,1024542155,211910,3449021901,203771,1613440461,224410,2934703566,189523,1815864784,194670,2447230416,237902,1523525075,139683,3434972627,140389,3274868180,176148,3330049493,101282,3910059477,239404,3910059477,239507,3218834902,119704,2508246,154710,4005307865,240226,3840370138,166343,415802844,183842,2883585503,159952,4016391649,252461,2038416866,217983,1801971171,253619,3509380580,198148,3364054501,100899,131114470,99551,3354625514,264119,4252493292,204116,3299673581,207982,2739267055,248560,4262757873,253811,797656565,139708,1161070069,166805,421553657,131021,197666297,236803,2804975098,180809,386999804,159036,427263486,99891,2443314686,150847,875652607,175040,2155898368,133142,2953569796,232370,1058858501,216900,1826768392,122291,2685306376,239322,233252361,120176,2703697417,172080,63137289,173595,4263183881,181698,867427849,193476,1031169546,169525,382363146,251495,1345758731,148732,3014755851,156974,2863015435,237882,836060684,149084,3135473164,160053,3557361164,229481,53388813,124837,1967392272,201579,3365766672,220555,479970833,209025,1693279761,261101,816186899,124960,391161364,223138,3157698069,165115,2694309397,173522,4191282709,175058,2429462037,198773,3229017621,203508,2165859862,141690,3819324950,205756,2855093783,110876,1727374871,132897,4149724698,250538,780805659,101497,1694934555,144459,968762907,196145,527861276,182349,2620671517,164878,2626930208,95126,3257959968,165141,2515584546,211151,386442791,97783,3713402407,207133,942655016,101065,313861672,136359,62858793,229014,1015809579,186494,790021675,246515,947750444,95462,1320470060,128143,4213745196,157785,1268909613,230732,3039241774,230608,1703618095,192427,1164019248,104411,2616100400,189501,1423337010,128703,943719987,111613,1039836723,126264,286008885,133870,2815952437,261302,2669725238,145045,1258710584,254850,3933652537,196999,746759737,246929,2596759098,139797,2907162170,176822,651503163,130113,481330748,198418,47269437,160451,1840637502,106124,2842404415,154971,3156854335,158423,421094976,94737,2065573441,207685,3006121538,99421,3237332546,207716,4057892418,216748,3950749251,156861,942900803,197455,176801347,199747,2893416004,94824,3292071492,264537,2888197701,110891,2268751429,222001,2349065798,221486,1659127367,240610,275621448,113861,1999373896,157987,3095438920,178486,1074357833,222617,1748764233,260190,2956535372,179460,1521051213,110040,3552814673,98863,1723500113,251399,1907156561,252667,4091258450,153633,2340513362,219278,4054140499,103899,1406330453,102174,2915788373,168305,389989976,205954,1180255832,253722,3461424728,256295,3636676186,111707,1731520091,240018,1041335900,161168,891889244,226167,2575386204,247057,1558947420,249089,359237213,135289,802801246,200375,802801246,200392,802801246,200773,2775680606,217210,3851044446,236924,1260439136,250079,590988897,159325,2850997857,179335,4204283489,240722,2951448162,232900,3862062692,248610,443647589,191448,4283967077,221844,3673081446,105816,3227657830,253963,2090428007,181270,2914223720,181607,785368681,133112,3278014057,251113,832169577,251282,2294515306,122500,3918931563,154002,1041933931,246168,3112027756,125452,148989548,137359,1853671021,105981,86460014,163933,2280433262,166919,2135557742,262082,1943348849,114106,407103089,267425,344016500,132991,28247670,147232,3014755960,156992,4127188603,102434,695379579,168191,192185980,115154,3630638716,182571,1088095868,231995,561645183,110149,760792703,130680,1214162559,173013,2019665537,120762,3676276353,217020,2782004866,232788,2854184583,143626,1722656392,220773,3115042443,188581,2719680139,190987,416982668,145266,2530313868,211091,1400579725,143825,3797018253,168350,1313441421,177969,3455575693,205122,93644431,184610,489653903,260793,505906833,208667,3093702291,168683,3032180371,262473,1791116948,204484,1224369814,116095,3447981719,218673,327354007,222940,1197295258,113973,434292378,171990,263562910,166068,483845790,183634,4273612447,180382,1261504161,240489,873981601,267543,385304226,226343,1299891878,134724,2590000806,193338,2292885158,196907,166291112,151688,672122537,189908,2291631785,190447,2914764458,136067,223471274,255887,1928251051,173690,1339827884,226967,3252864690,108469,1815856818,111796,3693389490,118561,1430316722,118846,1674372787,110312,44058292,237428,4166944437,227189,1310656182,98617,256353977,223800,3777177275,102612,2913797819,141331,2962917051,221520,1243555516,162347,3780568764,169612,2003183292,183013,3194742461,105153,4082075327,233892,3222759106,138302,598066883,149571,2988582596,179544,2636228295,148453,47908552,159843,2916476617,238109,1318004425,241806,3326625483,115200,2244708043,185654,1088743116,112507,2263402188,114141,882722508,122232,1009436365,241137,1426982609,122218,2867324625,170268,3682846423,103383,175449815,243598,536921817,166545,1770014426,169278,2181670618,215308,2871617242,240078,2803607259,240183,1702299355,252246,3417843422,258722,1132734175,231595,2776360671,241304,1931405025,195498,3472803554,202420,365520611,138454,4191151843,145471,3735201509,191226,2814199528,232948,1228211945,178444,156010219,153589,4103603947,233230,2814625517,257594,3960940270,95378,2652563182,110530,3811026671,161864,3146458863,195695,174507761,109118,2090428147,181291,253683444,263299,1095534325,158147,2614626040,185888,1794778873,247324,1738139386,229785,3763595003,137126,1527236348,134615,4259006205,195323,3204278015,184365,3470370562,184543,1856358146,196689,3806349058,211497,2694088451,108175,588990213,158660,121284360,238828,2114070283,118473,301983501,115033,19965709,204510,282978062,150686,1702274831,196519,3213649680,127768,4022265617,150470,4197771025,230429,4114089746,109186,562104082,213989,1347045141,97727,3411773206,207700,3888015126,227635,1373775641,96345,3738994457,187030,3276130075,240863,3222931228,141465,4067985181,98677,3481003805,239348,1976641311,238805,205219616,111913,661194530,108339,3283724068,141534,3883976484,233530,1931028261,238877,227551014,160491,3851208487,231396,229639977,143703,2845689641,153082,2694309674,173372,4211164970,252697,4179707691,168837,1711548203,199622,3836249899,201633,4126312235,222260,2980423468,236278,2753382191,124549,1262315312,112132,290719538,110583,1809467187,133352,2611144499,216523,3393414964,147203,1379313460,192468,4230465334,256091,818284342,264002,753518391,177249,4127123256,105126,3266963256,178167,2262484792,248635,1917642553,255936,3680356153,259295,3967805243,165213,3067447099,247502,1915938622,221316,3723994942,243084,352339775,119842,3385247555,122126,1189037893,240916,3904948038,128910,3222226758,150943,15525702,181683,2554087239,205555,2375894856,101511,3681273672,247918,534996809,248658,3114469194,204816,3226568523,125162,413353803,135233,1485023052,234436,1042704205,247216,2249066317,249011,992511822,214208,465037135,186030,1149175632,182016,638281555,163170,3491211092,258562,3703842648,121825,3991717722,126028,3026184026,269130,3870410588,192442,1362724700,260168,2207287133,191732,326043485,250134,1071048542,232981,4283860831,151852,2332911460,179352,852387685,167076,3606202213,256937,4002621287,133074,1746339688,181405,3074844521,262417,3592882026,142881,2705205098,265865,1434642283,214393,3393021805,203737,671795054,184889,4267173743,109595,1134847855,265191,756156272,135421,467855216,228027,1883252593,268405,4092069747,121205,1355908980,224346,1799874421,154351,299829111,150804,3358713720,266574,175384446,112282,3127043966,255137,4196771713,115216,542664578,128366,3665069954,263839,2580498307,114380,747726723,218539,3991693188,220910,857802628,256825,626657159,114715,785409929,133231,1525303178,199960,1353172874,207327,1452746635,256913,443754383,185816,1537689487,223422,1361012625,167117,2214242194,244528,3531564947,176839,2970068883,216998,2804533141,140654,2110621589,237038,115607447,177073,3511805848,172056,1885235096,195847,1753647001,216601,2670102428,109165,2178025372,256598,3629434782,110566,3587475359,201483,2942691231,224887,309667745,265586,2388363170,185566,107349923,194465,873883556,138623,2309965733,130724,2870634406,132100,3095144358,178943,809576359,103175,791586727,150305,690407337,224203,690407337,224225,690407337,224254,690407337,224285,1274685354,210236,999761835,114047,131606444,114124,1046259628,197987,412190636,264515,1058531246,114819,974563246,131314,343230383,110915,1065625522,99182,804767668,188259,225003445,192918,782698421,222748,771688375,120092,1592084407,212791,253028279,261186,1361545144,161797,3277088696,184797,1649420216,225326,3072788409,163630,3808151481,230137,864577466,161886,746997691,130055,1799276476,220736,3561424829,198648,2171496381,215786,2039973822,107843,606201790,119098,3476113345,99082,2941257665,135814,2527258562,171077,2395383746,178396,2733205444,116697,1521059781,135165,2675156935,142528,2510178249,215275,58959817,264443,1541556170,103021,3981166538,158862,406448074,231757,1939449802,232513,2711807947,105571,1034741707,123167,3055044557,157344,2071726029,222216,1045006285,228410,3535947726,156028,3277998031,140579,2519795663,182904,4294756303,220601,4264978384,192898,1096419280,256324,1096419280,256347,2479065041,247686,3614353361,247784,1687939027,194430,1929619411,253375,4209182678,151446,4015540182,172627,12199897,200261,2163935194,153173,2716002266,190838,1692862426,221759,3701204958,166788,2308556768,252265,1245497314,228487,4254320611,119898,2818295780,115048,2236262374,125492,2319689703,173389,2623965160,212128,4019947497,123097,356591593,131163,2524301290,240667,614582253,120726,3125798894,162520,2878892015,177578,3335432176,263325,2724980721,164457,2789951475,137331,373295091,138828,2449156084,218857,593143797,128752,1797621749,259229,163104758,104628,2331420662,108581,3506702326,131061,2597718006,254191,1137084407,106425,3817187321,207754,455600124,235635,77228030,252482,1387759615,201805,2175830015,219996,512919552,96172,3662718976,138246,2641479680,220691,950716417,263590,875653123,175004,3038849029,111366,2765596678,115673,2677516294,140963,1540769799,246739,2517993480,122102,1471244296,139514,384190472,182326,1029875723,149824,3586426891,258513,4219963405,174893,3937527821,183526,300025869,189801,2677278735,163285,3225413647,239975,2394040337,236228,1866688529,246244,1051879442,152113,1909319698,161944,498141202,215761,2677278739,163423,2901592083,254358,3318482964,119924,1395836949,132468,3825412120,182534,47056924,160418,2724849694,104605,937617439,117476,289490978,223738,1221806115,181936,1028565027,220041,3954264100,126047,2215807014,128113,1772292135,100221,293709863,150867,3609552935,216120,3092047912,231042,3537020970,142959,1041049642,252823,622266412,138511,938944556,140040,3380455470,153274,3943442478,223869,814368814,262134,2023942192,113730,245336113,256446,1451042866,112768,939116594,133934,3795609653,236459,1222723637,261697,1179207735,210574,1254721592,260399,3848103993,96663,1159301177,219592,814999610,140124,845850684,260718,1280968768,269053,1310255169,175817,2792523841,185798,914360385,235948,3612862530,195244,3295537223,98377,2933450823,127824,1137363016,188458,1211295820,200359,4265052237,164784,3519023183,200239,3836250191,201645,3499771983,203855,4134602831,218393,1077446735,238674,1362233425,158629,3132491858,161733,2264270931,243311,240109652,108001,4264446036,266215,2633238613,107303,1896024149,129775,2849597525,178580,1480394837,202501,2606016600,248480,2073864280,251678,3797657689,260620,1768941658,139566,738879579,149030,3198756955,259642,1979787359,99699,3836176479,199044,1363970146,151164,2585741412,117525,833316965,206948,3206154341,217313,3283609702,141614,3475310695,166495,3776219241,190296,1097681001,211284,1216448620,170177,3668076656,166207,480168048,225790,2578598e3,242289,2264426609,107775,2371692658,108365,2234550386,146592,62056562,238210,1770211444,163786,3690244212,191771,1410697333,248792,3799656566,131873,86558838,236897,2310940791,254799,3724609657,105423,3370297465,114457,4115671162,248414,210192508,202114,1547643004,216253,2204821629,166840,3145943165,237018,3189221501,250712,2892654720,102690,219547779,131512,3868715139,161223,1490913412,110964,4022659204,201064,4076193925,237256,2470365317,251578,3276228743,200345,3245009032,144069,3159074953,158644,3797018761,168329,3952986252,140678,594380941,122050,2616313997,215115,3079866511,216720,1183221904,132067,1005209746,134944,1610164371,185065,2948688022,202977,1359931542,225998,2083842199,186988,419285144,231305,4240443544,254060,1746847897,117845,2985052313,161604,182954138,110825,1485121690,160165,2694744218,172646,1162234011,152175,2818828446,196780,1072154782,269490,3192481950,269559,324348063,262437,1360308384,130569,1361561760,164349,2252245152,192999,3321309345,129957,1844168865,219141,2729470114,176223,205318306,201336,1712720036,160204,2409441445,113897,2573764773,199293,1362839720,155685,2983717033,249145,1669867690,96829,794839211,235343,844564655,192872,1939343536,97371,3058141360,125570,1661774002,104559,2146437298,160272,2930092210,183550,3983124659,168713,83577011,203095,1361537205,160716,522848438,153062,3770190007,223113,3595520183,254575,212486329,109540,3945965753,119114,1685776569,218631,346671289,241167,22177978,109486,2543487162,229190,1052125372,234075,3230443711,162659,3280038080,215906,3261221057,111730,538060993,259793,3643877570,156414,3231262914,188780,1009453253,96152,2280007877,204164,402376904,128239,692177098,129622,2219157709,154173,3279751375,137763,2626996432,217870,3224447185,174398,758548689,251253,1829488850,141442,1392232658,227853,3628067028,100481,945400020,117879,3751332053,181359,1925408982,183031,3752413398,195015,3841878230,209832,1326500055,216265,1358915801,159972,2330101978,158842,1332938971,157146,4085623004,206178,788990173,234669,2720065757,250679,1910548701,268452,4088350943,187149,2711865567,201196,801999072,250561,801999072,250585,801999072,269676,2832853217,116643,1085966562,107876,2094754018,175896,4093913315,226232,1895762150,165911,2262280422,244392,4142967015,179985,1176996072,223401,569116905,107100,1770350825,119068,3236497643,179817,3751364845,161301,4258097389,164332,2843199725,167447,535701741,195653,3902138607,267168,1089423600,230062,1394206960,233799,3751430387,152200,692947188,144577,955869428,191364,482789621,265330,876013814,253705,2993228023,206135,746105080,133472,1863002360,179914,1186228472,225572,2951194873,182381,680610041,221235,4017334522,226455,219343098,227413,21907707,144307,2419427580,122792,723519740,148011,3503442173,259068,3836176638,197792,4164765953,111179,2008205570,100205,2423671043,170921,3745278212,99063,2421442820,150924,1070344452,204989,489498885,209735,2560076038,187843,3829852423,107438,27838727,247478,768338184,161063,927525131,224139,2452850956,246388,108996877,134831,1648896269,142281,1179175184,235601,1258301713,100005,3723905297,114528,220784914,99030,397666578,108496,1295173906,149226,4171270420,249989,2712938773,132937,2413668631,124163,820111639,238582,883984664,175410,1349650714,130837,2834942236,224433,1555646749,129843,3418827039,152067,1061341471,217255,880044320,228549,1660053793,109849,1880697121,248514,1665083684,213269,921766182,157289,1067272489,197121,2951481642,98440,2400389418,231360,1538279723,112114,1809426731,112239,1027238188,186243,2806860077,113615,1328875821,122148,3222759725,140563,12372270,100374,4099492142,143937,1220364590,151591,758270254,227250,3707562288,191171,2509097266,160825,1230637363,135373,397470005,126463,4273637685,242795,2063124790,244237,639396151,245148,987138360,220510,353159483,186110,3297593659,190524,3793168700,110178,290310460,202036,3262294334,178134,1421789502,214321,3273632062,228430,1061390655,168954,1770850625,195482,724953410,163475,1821952325,249612,3222284614,152214,2677279046,163128,4261456198,163567,3714312519,223316,2385586506,120639,855427404,248046,3852839244,262039,3142986061,170028,1332767053,245651,2723629393,96322,3780208979,229093,1860798804,164487,3218663764,229248,283339093,107952,3842582871,104241,3257878871,150704,3592063322,267879,3848145244,104488,2641971548,108906,1843882332,186130,947751261,249524,1548052830,218472,2138589534,268912,1541777759,210189,634636640,196714,1361545569,161383,211028321,228830,2892884324,252918,1126336869,260636,3613108583,199789,4157450599,207871,1168591210,140697,3116820845,125471,1361545581,161368,3948792174,200282,4022118766,243124,497977713,214935,4239362417,236410,3541551474,98881,193112434,214749,3556477299,194446,98036084,184347,1360546165,178341,1299892598,134742,2619771254,238129,3266062712,111757,3132983672,163092,3811953017,118933,2673682810,218422,4008831356,183457,1765763454,153612,3257911679,150721,4273113472,246047,3115035009,99402,1733536129,128801,4155500930,114842,2575157634,174053,2999839108,153976,1361545605,161188,1124305285,196355,2506172805,260512,1199196551,131127,1361389959,165371,1529899399,209677,3837913480,97029,1391667592,171734,2549459343,129934,3437554064,177224,2866129297,174747,1521543570,216770,4190472594,262169,529967507,171702,3819928,194110,1361545625,160951,1601251738,138592,4031408540,149740,3551480222,259275,985647519,216428,1925040543,252064,3270003103,269577,1965091232,130625,1697950112,239895,2636949921,168563,1360513442,180666,3151563171,190628,2111744421,228532,1876027814,116587,924977574,196270,562997671,152092,129378727,205971,2048412072,175338,4037413289,112802,2292476329,175483,2210187689,240631,516008364,260015,2300414381,114338,1300130224,175543,1833167282,148873,1588898226,195263,3691407795,241192,3537611188,257574,4252731829,125729,4052920758,134700,4165167543,245359,2876475832,246299,1302956475,102141,1484843451,180548,2940086715,262455,2045143484,128725,3670247869,127745,1954023870,252897,361761215,135004,3182225857,153453,2474396098,144729,213313986,212103,3431213508,249069,3738184133,105304,4116613573,116412,1195575749,120331,3132795333,162643,1643751878,155594,3095521736,102467,616729032,146365,3668019656,150425,2905786826,176883,397044171,197231,277080524,269469,1916963277,154023,1231047119,212937,1881598415,214107,3082660304,202767,2064124368,218824,3868010961,249847,1975765458,262799,1138379219,174030,2892351955,198181,2467924435,248130,1070041556,100939,2455734741,179754,12741077,259188,3315091927,101536,3512273367,144526,2736359896,175718,2959452636,126140,3797289436,265659,3877456350,107118,565815774,156658,3687516639,102077,2621524448,205267,1315195360,266474,3634244066,174259,3018918372,132619,720824805,107075,467364325,121974,960301541,182516,3757394406,229348,39430631,113770,120670697,151406,1133062634,157074,559155690,236002,2488232427,133178,3222759915,140547,3872803308,255700,4217547247,103787,1415711215,120610,2181646831,252790,4068895216,197046,882067952,214557,2638932465,116069,1844881907,228296,4219922932,144951,3963365876,213899,1750116853,160317,875653621,175022,3080595957,195822,2472348150,196328,336210422,263862,3429419511,210321,3836226047,201967,2399005185,161261,325700099,234127,1165003268,192661,1015114244,235372,4162750981,204240,3052259845,217665,1047185927,165096,3729680904,137455,2096663048,139645,4035455496,219157,1944259081,119772,1099188745,202694,1269877258,160909,1470630414,213331,1758448145,239234,4274350611,187677,3036776981,143384,1228401173,166311,2575264280,163814,970353179,261241,3879979548,147501,2867669534,104850,3467528734,185127,160696863,137432,3869534751,161203,3295914528,105686,632433184,227688,2314136097,142575,2856815140,132401,1628170788,173195,2738694693,106965,3455380006,115462,1315416616,173829,3451669033,154066,3763235369,192940,2680564266,195682,811305516,243943,2386537005,264286,3542944302,114204,3129731631,243679,3547728432,128214,3450669617,162213,3657894451,166823,1955433012,234704,3674745397,114991,3309546037,117440,1218480693,260996,3502901814,257661,166505015,113365,3275852343,199262,3184142909,154423,1101343293,164274,1569573437,202866,1999620669,238375,2583102,114669,2755848766,169164,802359872,218519,798026304,268834,1360521795,180445,1755310660,245675,923085382,127482,2408548934,251089,379693640,122038,3889597e3,248307,2762320462,194645,2348010064,123786,3533490770,183816,1723083350,192298,228780632,171548,205302360,201440,1154976345,120745,3164760665,170679,2497710681,216854,1713629786,133054,2154146395,109874,3198380638,201315,3907766878,213403,3992652383,125323,3278056032,138209,1180854880,234934,3948399201,106592,3948399201,106615,3948399201,106717,3948399201,106759,3948399201,106798,3948399201,106833,3948399201,106878,3948399201,106909,2531953251,208552,2193517155,249222,2158668388,228312,1702775397,232323,2818280038,172690,3414256231,238558,3090877032,176243,2107837033,248025,4086688364,233673,920939117,178246,2112932462,149967,1190644335,257236,1171720816,157176,3890317941,159860,232548981,216154,4183075446,152291,1669843574,159129,2401200758,182587,2694605431,173337,3108358776,94956,593046136,209190,3100666490,200705,3974924922,204616,802916987,123603,2887395963,194950,596036220,103485,392645245,197182,1281788542,121378,1364372094,234539,3751430783,137708,448858751,262517,1352551041,123355,3799493251,105364,2592467587,108115,3222563459,124973,3458599556,153545,219925124,248744,1488325253,232212,389540486,228227,2318723719,230184,2602715784,212648,419023497,98500,748866185,177856,2189118092,102041,2830887569,97577,698395281,196179,3474729619,269428,85076630,143677,1797491350,190160,618023575,132293,3237644952,128864,335325849,105656,2229258906,117699,177121946,220537,1775045275,153045,375646876,112622,382536348,135210,2770029213,172404,1405192862,211537,3010128542,245342,2385447585,207249,2397686436,179601,788425381,264567,437889702,255400,973458087,100152,528329383,173112,1754196648,211381,429173416,231498,769919656,256278,4073106089,113916,4219234986,214251,1264822954,225018,2125793963,97188,3272633003,134595,2975287979,137409,1422715563,267909,652954285,135726,2968873645,142692,2966751918,104507,1011018414,227334,2615102126,254964,985066159,244037,2747615919,266763,1016752816,134880,3085175472,203465,2565016243,148339,266709683,237299,2555234995,251960,2189486773,137990,4235094710,161284,3224357559,216067,2938890937,158403,1816136378,158116,3924077242,259108,230402748,128043,3751430846,141933,1044548287,104036,1394633409,227603,3751430850,141631,749152962,158515,80399043,148926,2105625286,165693,3789081286,191805,1668303558,267014,1726212808,123926,3341576904,250792,3315821257,98593,3667651273,112741,83962569,245410,353266378,225238,4030655179,265510,824707788,173767,299092688,212828,1631619792,263457,2280114897,126890,1289923282,218312,693283538,246500,3682880214,155110,1626270423,141114,3095915223,178285,11553496,200652,1526074073,232844,3855502041,245780,145165018,218840,4243393245,120244,2657233629,238540,3677588191,143260,1435675361,115595,1099557601,137860,3804596961,205084,591571682,132545,1096968930,136854,1096968930,136892,916163298,173354,2553899749,185108,2462984934,183600,921791207,173060,4036545256,172010,3751389930,156451,1914432235,217279,3249072876,164059,1996688109,169306,2570644207,128783,548416240,182706,786877169,129287,381086450,190746,1198623475,143529,3368872691,212184,1209109235,237538,2812062453,216396,1126951670,106494,1960446710,243852,3676572407,94803,802949879,183434,3547908855,194587,2939398903,237790,2993793785,123322,2219920123,251858,2455735037,179773,3258288895,150885,3527568128,249706,204614402,197804,169650950,104695,996592390,205453,461245191,165458,3035114247,171107,4077996807,229760,763554568,126716,3304532745,164748,1918389006,259627,3625077520,190359,3108719378,109912,1291537170,134905,4244294419,162626,3763489555,264665,3607587605,118324,2226350869,252627,4238224152,101090,1848314648,240587,2674445081,182997,954551066,133845,621226778,184571,3368446748,184405,2139122461,165759,1444137758,113047,3946056478,178758,348982046,193704,1682836257,223948,2332044067,147476,2399505194,253459,639929131,127264,3846097707,213579,975514413,199873,3028454190,143215,496372527,97132,2101996335,220497,610659119,253321,546212656,250495,1447529265,173849,3169135414,95445,3171035959,102652,3272682296,145743,1064667961,201453,1903356729,206246,1541065531,111423,3795815227,157318,873638717,175663,1309354814,186647,205802302,200519,2935130943,226324,3565210432,118494,258706240,155142,3495111490,163691,3825503042,206001,2177600322,211992,2775231299,123296,1348520771,258166,3804236613,171939,2187103047,228064,4111076168,120936,798591816,206832,1269754697,239260,3579202378,181182,564161354,261256,523430732,154327,921799500,173042,2254531405,96454,3144854350,208163,4291693394,101956,3181767506,144480,4033203026,219463,3153095507,98267,506628947,184382,2185718612,177289,1584040788,210794,692849494,227473,2527300440,131713,2519780185,131398,667110235,258293,3639479134,120158,3648342879,225672,3822242656,161398,3545566048,233358,333048673,213357,3980831585,228951,3467758433,266084,4019153762,120112,2838866787,234605,194390883,266201,637954916,96882,2601159525,142760,395799398,134178,4073630568,174114,3222031209,232245,365751147,238920,1020939117,203819,876800877,253413,1599818607,266555,3835112304,118037,3222760304,140354,2447289200,154845,1409108852,165482,2308049780,245257,4134816629,103358,1401596790,224175,155839351,135256,1525730167,229542,936209272,102094,2424785785,200982,3365686139,155837,2099858302,210114,2542685055,105730,817982336,119286,4259367808,154636,3100461953,168601,321112966,177595,4070337414,203643,1769835400,189970,2449091464,213150,2877475723,124211,137464717,213511,1810041744,119191,3956042641,133580,2492730257,265804,633006994,232431,4035455892,219220,1077971860,265443,1354967958,99773,3677580184,194353,2267859864,232146,3642739611,181482,271862687,133736,1074989984,249487,1338174369,197650,1595771810,144359,973835170,209388,3132582819,162163,2055138212,130971,1152936868,194920,2759396262,232015,2946747303,187562,2906819496,176784,3762342825,118604,1929735081,240361,1321667498,172131,725167018,186155,204614570,197758,580307883,262102,706767789,170586,420309933,242452,3408948141,260679,199109552,106450,389065648,260879,2870414257,125269,3766209457,246347,3796503473,252135,4164815794,177532,3904162739,255421,3760409526,102797,143657911,213628,3334261691,209654,759163836,112486,2326940604,128399,4262857661,246680,4135955391,117270,4233309120,139926,1435798465,233376,1814326210,117924,2708048835,101232,480472004,104868,2419583940,238030,1418849223,149138,1947102153,96046,3459673033,158034,3727600588,219757,4148308940,254602,3395488717,149715,3112463309,259833,1597844430,140994,1642154959,199645,1076349904,139405,1247603664,178032,2724490192,247077,1638124497,99156,352840658,169481,608373714,186955,1260948436,135026,381602772,162369,4212304854,135498,501992406,204585,254544854,255453,3620006870,265079,1526139863,99828,1260948439,135045,4233784279,267631,725707736,155560,2220575713,158262,2043341796,105482,1144777700,130941,4204243941,136606,2874215398,178212,2880883686,249900,533588967,130653,592341992,105966,2977369065,158439,426191849,255258,2647051242,179937,3868634091,167771,314002412,204024,810544108,229079,916474862,173177,1578241008,182256,3703352308,105890,709946358,114256,3706326006,122202,204614646,197898,3770199032,137184,300870649,164112,1107553274,109094,1589054459,210855,3096022012,177393,2135215103,109692,1173056511,205645,744844287,261463,2885389312,186728,1436371970,102154,766594050,139297,619047940,218176,3167030277,127552,803859462,209471,1233349639,187754,2049846281,246705,3476515851,260149,3695397900,123083,265440268,151505,1038437390,189245,3914181649,265841,3751373842,159572,3095145490,179132,2081147922,259544,2381728786,259973,2616208405,202304,2360552471,143307,393595932,251729,98028574,193723,2153614366,216644,2434993182,231240,3365678113,104808,1847454754,172799,4163939364,101940,1304169512,109518,4161768488,142261,4183100456,207370,1235495977,245865,1909730349,197875,3702688816,137103,2055654449,260697,1169116210,112202,2612833330,196459,265661490,209630,2527570996,217111,3854912566,204327,3473787960,151637,3751341112,168759,3930221625,100285,2002144313,177270,3185019963,143064,3222228027,150773,3055742014,98162,918793278,243759,3684478019,150616,3499469892,267521,2908097605,97608,3046165575,155749,2547616839,233908,462031945,121248,4153191497,177357,2040556617,231737,519040074,154129,2228382794,256037,1369853006,173872,2132462670,254306,1859538001,259322,2806565971,118691,1939991635,154657,3714354260,252768,2156514390,239562,2855791704,130540,45829210,228595,1030835291,98914,1064012891,130182,2944552029,253174,1361562718,164317,3051777121,266010,2647878754,219446,2413849699,112956,908586083,150371,2803911779,154687,1785392227,199189,2063813732,175608,1462643812,194562,2474699877,127950,3879496809,121674,643599465,269518,234982506,247639,2774109297,105046,1004055667,125395,3596307572,110641,3273993332,210610,4181937268,215950,1347046517,97711,1586572406,226905,2375838843,171420,525446269,200553,531319934,96389,3411201150,134975,4070083710,184651,2544192639,181373,336252031,187214,4239641728,186059,205696128,200692,4056149123,133092,3847785605,163544,344706181,181423,2308443269,227081,2260110470,200413,468192391,122454,4129336455,183751,69184647,239193,4002819208,116958,3898305673,211238,2245241994,181848,1322413195,264156,724192396,117152,3090877580,175742,344706188,176284,344706188,176303,344706188,176321,344706188,176351,344706188,176370,344706188,176389,344706188,176409,344706188,176426,344706188,176445,344706188,176462,344706188,176482,344706188,176503,344706188,176520,344706188,176545,344706188,176568,344706188,176584,344706188,176621,344706188,176642,344706188,176664,344706188,176686,344706188,176710,471805069,136152,2381851792,104746,1625672850,254034,3680603283,124399,317205652,136805,2279910548,246150,1582656661,157898,2722802837,192072,1073056917,231531,987294872,220018,2609687705,175274,765856921,244914,3470847131,171336,3509316768,208325,1657040032,255964,2501799073,188173,2125663396,183206,2997308582,146999,3673492646,252716,1863888038,256157,1321446568,112301,857803945,217154,2309139626,134432,3006164139,114594,1153035436,190090,594185389,202522,3944959150,182952,344706223,157627,3926764719,172304,2003135666,177157,1421388979,106149,344706228,156114,3802901686,240041,775187640,129592,1121496248,156197,3796274361,182549,1582656698,157918,3475967165,254689,932777150,245615,968199359,183188,3725749439,240941,1010207936,154737,427846849,116565,3090877634,175778,3002543298,253546,4053552325,157670,2851253445,179148,4116573383,180203,2167188680,146033,2622377161,159242,587680969,185585,923266250,105503,344706250,153019,2049862859,143361,550030542,183378,980610255,166402,253906128,99174,3382987984,172530,654699730,98358,1525271762,185634,2797849811,154589,1059712211,196858,3486559444,167009,1933700309,108707,200420567,110624,337349848,144407,2313129177,127580,3273338073,249122,3837660381,96207,2826636509,180566,1593560285,212513,4023061727,222390,2374905055,238615,633646303,240118,3778538721,207795,1374055650,205579,1018686690,205799,3260656868,111499,1078430948,138035,948522213,246956,1614736614,103410,2235133158,227438,2030456039,97969,2005257448,137780,344706281,181435,3171675369,224054,4242558186,184e3,1638272236,133591,2694270188,172513,4288515313,226401,1998990577,261444,2129726705,265407,3249827059,226521,2279959796,112222,475622644,225350,999410933,262542,2453794038,247606,1353886967,248765,4056993016,182144,298650873,136314,2657103097,173465,3270929658,120585,430943484,196638,1027419396,212206,2974289158,148422,3354430726,169255,720841991,136471,1362496775,156914,1027034377,127018,3908840713,266031,2478419210,131929,2787650827,95965,1362496779,156883,3480513803,265094,2044103948,98184,2638859536,265244,1560071442,141424,2536451346,171055,2507123987,205286,3849227540,194038,123186454,182031,14568726,212282,3222744343,140596,3222875415,141947,3430837527,161008,4159327512,129452,3042446617,224460,748277018,162234,2108042523,233945,4051283227,247247,3025145118,160033,2431929631,189453,4141321503,259754,4239125792,153691,4052151585,248681,2540727586,184231,2595409186,192489,3441487140,223456,128945445,102835,1783106855,221469,1371016489,227148,3890392361,257681,613526830,126236,1628310831,258920,2570071344,262843,3032608050,177785,903925046,201930,2849582390,202132,4022979898,105207,3345362234,245976,2639457599,185434,653405504,158771,980544832,166569,1961135425,198009,1250454849,213381,1127648579,100427,895593795,208028,419777860,134325,2699758916,225923,2172464454,246425,880561479,215636,4219940169,174646,3495112014,163713,2521206095,208684,2110287184,229127,3538980177,121727,2098818387,95625,3956043091,133680,3956043091,133698,3956043091,152358,3956043091,152375,3956043091,152393,3956043091,152419,3956043091,152437,3956043091,152457,3956043091,152493,3956043091,152520,3956043091,152540,3956043091,152558,3956043091,152575,3956043091,152599,3956043091,152618,3956043091,152640,3956043091,152661,3956043091,152690,3956043091,152711,3956043091,152737,3956043091,152753,3956043091,152773,3956043091,152804,3956043091,152822,3956043091,152842,3956043091,152859,3956043091,152877,3956043091,152892,3956043091,152912,3956043091,152931,3956043091,152950,3956043091,152968,3956043091,159586,3956043091,159615,3956043091,159646,3956043091,159670,3956043091,159702,3956043091,159742,3096317267,199407,1657793875,215348,3689794900,125090,3542363476,182804,2466205013,195428,1429720405,206971,4262915414,164902,4195126615,195566,3451784537,162284,3839274329,211782,1942564186,256638,753880411,245164,4128370012,106949,1115893085,103045,3131370845,251936,2979835233,229324,3699289441,233289,1465535842,144881,3184004450,154248,1375382882,266153,15404387,265479,2930879846,148628,771591527,96407,2573102440,242042,3063131497,233064,2170416492,108135,2598292844,177309,2268949869,105798,3181383021,204075,1714744686,216356,3689450863,259254,1060359536,137575,1454329200,199212,662441329,183472,711708019,239382,4280577398,106630,2770357622,211311,1477946743,259904,756010360,193020,305999227,177617,3960253820,222595,4283927932,259130,1902980478,123044,1922755966,137312,1301736830,201216,3038727551,197549,1103031680,264693,554151297,151657,2983751041,191572,1366478209,266997,2107608450,121654,2822901122,134073,3621686659,163985,702418309,140098,1989102982,224366,2614021511,175358,2368408972,170885,2163649934,222683,4047850895,233924,673779092,96785,4113599892,219476,969674133,109365,3425930647,187873,3653823895,216553,3340152216,169402,2368794008,173132,2781793689,147308,4035415450,192619,435383708,203800,1055903133,227706,3315920286,114564,3714395550,179792,1774906782,259465,1161383328,248107,2809679267,181956,928918950,105758,2149666214,111894,4156026279,249871,1362537896,155822,1361554857,162198,1800883626,172281,3597069739,117991,1139043756,239913,332131757,248534,279752112,95014,768585136,181584,536481201,107287,3000798642,126677,3048852915,252743,3398692277,100512,414256565,147836,324611510,203365,718507447,117051,1179233719,267963,3418869179,236165,221875644,189824,2687602113,258346,3255340481,268020,2427882946,127094,2960559554,141232,3958730178,182306,3375959490,232338,442723782,213723,227536328,118799,439176648,239876,2388168137,170979,2125311435,203420,2701536715,225005,1843531214,208108,96308687,156006,109473236,121185,150621654,110437,934776278,132429,1842081239,227729,2616692184,112467,3867618781,234639,165260767,250698,2839883232,100851,942042594,184773,486338018,227220,3478842851,145421,2839178725,269403,2564754918,148160,1375808998,226643,816369126,243197,1372261862,269648,2124819943,128979,2447437287,250234,636227049,165888,2976026089,247035,1433300460,254138,1357393389,246898,3200912878,172103,3222810095,111579,3250834928,115178,3891015152,254879,1942982129,155628,3624521202,144428,2957708787,162567,511782387,223846,3586575860,101428,2783333876,177907,3165588981,188606,1744670200,194316,798699e3,241110,2823417337,267615,1071312380,230921,2415373821,214866,1894518272,220368,1363987969,141519,3036630530,136632,2593926660,139465,2047274500,214504,2947567109,232704,3250015751,113877,3081735688,213067,443207177,148505,2033233417,218451,3168046602,159464,2996792842,252153,3756068363,177176,1980378636,101210,3712208396,139379,3650498061,260739,365317647,121909,2797735440,186293,1809829392,228793,4021423634,217226,2399882771,150985,3532500499,193167,3532500499,193199,3532500499,193224,2193042967,201865,908717594,222041,3626864155,109934,2476371484,222104,2322468381,248208,804294174,99636,2260373022,126912,2876730910,154820,3095146014,179202,3295956512,199984,2112368161,114549,1031925281,182401,3626880547,163666,4161768996,142189,3219058212,203444,3155291686,157572,1089785384,119527,641404458,122380,744943147,154368,1701965356,95266,3298528812,107916,653422124,117612,802754092,155884,1670114861,206671,3139489326,113312,2594065966,138804,3602009646,262863,2989968943,250745,3603926575,262117,1846799921,226428,1671024178,209093,2327260723,166232,1354755636,150959,99372597,95194,1967812149,109446,1294831159,139050,66858551,184474,36335159,232262,1158475322,121552,944246330,197817,3080539708,163648,3451514429,108552,3221040701,125138,3728166462,204382,1142492734,226255,2769432128,134794,1684041283,232482,1121496644,156231,632483396,184298,3776278085,216053,539881032,106254,2532380232,197024,1081855561,209564,380735052,193292,1860308558,142597,2492567118,157222,1860578894,182821,1376775758,260544,2960748111,211265,786517587,143553,1121496659,156214,2025811540,255152,244018773,133807,1318104662,108645,1106562646,179700,2938859094,185747,1848389207,237973,2116177496,101030,3109178968,121953,2629856861,196735,2456538719,126701,4289850975,132642,401698401,189345,3984305762,191551,2287095394,200811,3042111074,237999,3829345890,257199,2881121892,178324,274730597,199244,1401589350,164825,286641766,255500,1165610601,209121,1363979887,144786,1210535536,121061,2594270832,139135,1416048240,173539,728477296,249560,403025521,148062,1589063283,211812,3561500275,265987,2494705270,146470,3734425206,184193,902827640,153246,355815032,167948,4172344955,194765,1977429627,198121,3437874812,129867,1363979902,144753,3121860222,166993,470077057,127214,3306606210,243171,3156168323,136829,2264174212,202272,541019780,238479,4191014533,145537,1820585606,205057,3273690760,191106,2034126473,101140,1830751881,109640,2836024969,156145,3181457036,132661,2815356557,137670,3894759055,203127,4061646480,172467,2573102736,242063,2189577874,129709,4294676115,232281,4220259989,236597,696962711,107321,3210178200,265683,1201090201,224033,2191199901,190399,1920929440,203578,3149426338,267099,167874210,268359,3002461859,127619,23604899,132119,2848214691,141768,2425712292,166472,3352465060,185148,1257852580,204433,189443748,236861,4192489124,246484,2373488293,205848,784256678,224750,1587449511,207455,1456246439,217060,1501187751,223194,552644266,160631,4032581291,149253,3853872811,160115,1745235627,229689,3491925676,233124,2840227500,247734,3718221485,96301,2823507629,207918,2895883949,252313,3124186798,165339,168464046,250453,865627823,243470,610258607,245501,3765038767,258037,1610722992,125540,1137839792,155274,2953760432,218789,3556445872,260917,964914865,113007,326602418,266878,1338068661,121442,4138675895,133280,2541637303,206043,3296022200,141175,1679593145,222180,1661636283,208505,4246621884,163735,2564460221,187733,3314413246,250841,3450670783,226567,2949689024,186348,2602790594,137722,1036283586,214825,2125115076,220819,2814086853,221961,2503192265,141382,2927292105,202749,4171976394,135109,1143090890,238149,689172171,103833,1254502091,117246,2109460174,139159,1885523662,154476,2332495566,217921,2820845263,173495,147476176,199276,1569582801,202913,3032706770,205868,999952083,251988,1034006229,125254,3366735574,219855,3185348311,120894,1107676887,156535,641101527,218272,4266430168,222544,843648732,208767,732679901,199466,1143033565,246009,1260941022,129308,2649796318,169743,532483806,217751,3204558559,108085,1864732383,113846,4163595999,121569,2618797791,145099,1679716067,200013,3222605540,146941,2700472036,238272,1576079076,255188,185773798,163840,1991683816,197933,259829480,256424,4268224233,263437,1749298925,188623,573640429,258312,1636683505,110226,2869530353,249201,3445247730,151767,839692022,256069,1373679351,151179,2478755577,118174,3829174011,132009,3160272636,155019,1288769279,108413,433770239,171443,789647103,235327,337268480,116381,2151157504,169211,3538464515,120467,2256244484,114003,900960005,176970,1370697479,100915,1381879559,128290,2169212682,223516,2510597899,111226,1004662543,105289,1417277200,171399,1274859280,195196,305532688,201264,1219178258,163028,1052864274,223653,216510226,225744,4210822932,218917,616558357,127911,113266454,220318,1966960407,126563,3305910039,241025,1612377880,149205,207597336,253665,4015583e3,267250,2115522330,112855,1542254362,114164,233230107,201901,2640342813,115867,1939033885,122017,221089566,128059,1163661086,213879,2476117793,102364,3981856545,202067,2067164961,232729,3957321505,235843,530394915,263975,457772839,145447,1907625768,146752,2799365928,236616,46100265,230805,1317842729,250857,1493552940,125348,1554599724,158009,1099829037,137949,2735894321,175086,3287707443,213044,3069128500,142412,3445813044,258367,1637052215,120374,3837022008,257398,148000569,164084,1116409658,97316,1671991100,206469,2421632828,209143,2049331005,239452,2307796798,105096,1218137918,216880,206057281,198527,3203403586,115882,1988169538,124774,3375918915,119047,2972266308,113750,1285541700,157545,939388741,247805,1203605320,245834,3978301257,116995,4210405193,229393,1085026124,232225,2988519244,233048,2243735375,176096,860008272,220303,3299757908,174916,1615753044,209967,1815211861,242333,1555926870,257794,1264717655,242853,2047438680,167426,2619010905,211356,390483801,218113,4293799770,110495,3242872666,150581,2214702938,196300,547680091,228706,2841579357,180515,3815173983,233170,2650459999,267238,3151310688,183663,3658927970,175314,1226755939,104203,3588239204,136752,3316035432,112928,1497190248,138886,3636883305,185176,3708006252,151467,3679555437,164582,630632301,208258,2775576431,110659,2409434991,154047,3106246511,209549,3448655728,264339,1609674609,236653,2588266354,189587,1210789746,238972,3375845237,193108,3949793142,100622,3721572216,249968,2724548473,107756,1780436858,170445,2338910074,243529,2755751803,104261,4190957436,119350,3316682622,102388,2815455104,232647,24571777,124618,2025238401,205512,3317723009,222404,3653906305,239794,1342123906,104823,3656429442,184283,979455874,268672,102657923,115116,202166148,131844,3467235205,216535,4140560263,107365,217255817,198603,2555760522,206119,1657810829,250973,2819149711,100244,430354321,132250,1051135889,174143,1353699217,219516,1362915218,154194,4221423508,143019,1643073428,170621,3612577684,175924,1807363988,211874,687706005,110987,3709775765,144506,2500030357,265727,252530583,251756,1030401944,259346,2576560025,238329,3432165273,269081,2960789402,211657,1642745754,255165,3836194715,200799,2610368412,102670,502443933,181532,1101066141,214667,3758878624,101908,4032532384,241994,4156354466,132778,901566371,172386,3891335075,191647,4216541091,212874,1085403044,101111,2312523684,180279,12767141,127645,2838974373,156706,3371487141,176859,3920228261,185399,4960165,255318,2189012902,198678,3120418727,254413,2734755751,261739,2608107432,228850,2207535017,109421,1109987241,227771,4049596330,199508,1547882411,155424,330526635,195758,1386672045,185871,2664648622,166285,3074879409,156820,4105703345,224014,2802511798,115912,244567990,120283,551767993,199939,1579208634,208958,2891648955,195066,258355131,205030,2191396796,220574,1552166845,236117,397258687,241227,580644803,125006,3301584837,124140,2845298630,201686,842469318,234397,2236043207,100028,3599470535,260087,802746312,193840,1788702665,118013,3472371657,235545,269045706,147028,1565986763,169503,2058112971,190218,829091787,191695,1000427468,235451,558641101,115132,4052733901,172729,402960333,245027,906285006,229527,3365859278,244653,1166315470,260291,2999545810,119997,2830274515,154925,2596433875,191128,1396723670,98464,945287126,172871,1379577814,198707,35401687,127390,1980354520,101888,2656784344,120999,2417037272,192090,2910228441,116612,351432671,159489,2359316447,195347,4193071071,204360,2847739871,253647,886091744,217845,538185698,191314,3754299365,195901,3924234213,223929,113700838,139889,3610054632,114485,2637639657,180085,2295869418,151112,4149252074,251067,4283887595,156610,1904209900,127809,941821933,229673,3620614125,241937,3306172399,209691,672894963,108157,1991716852,246447,791375861,207524,3153817590,170527,2379010039,209006,3324940280,198051,3872722936,227488,468668412,180113,1793634300,194694,6860798,233263,6860798,233277,315224063,106075,538873855,115277,4050817025,235670,3446231041,237099,3081736196,213004,3713404934,162305,2896900103,217048,3937783816,193253,694792201,267375,4100059146,207204,3144847371,159538,305704973,146875,4164194317,176734,1161023502,214338,2792312848,155256,4254560272,172895,1139560466,183494,3458945044,112154,1991438356,158574,3350892566,94928,2245709846,115089,2981744662,239628,896282646,264812,1247277079,98950,1125617687,182871,2655801370,132687,2233225243,120354,818597915,233769,4230336541,216816,2070433821,239816,2583072798,143896,2076012574,225908,1214271519,171265,1547702304,103881,1121234976,178415,279359520,238598,1786646560,251636,329117731,113388,4070871076,115309,962351142,118439,508080166,165866,2822991910,221433,3775213609,124858,6860843,209107,2833010733,263403,2863484974,134519,1589252142,202814,2451206193,244674,240267317,149786,725782581,150194,838266935,173309,2842882103,193317,6860858,215199,2360963131,266946,2655080511,143651,1593716799,212552,2306543680,96917,407121985,143959,1401098308,105252,729034820,182422,2743201860,240443,1243754565,98480,543592517,221394,17338437,245563,3243454533,252845,2874216518,178229,3849613383,99613,2318020679,177446,4260769863,231567,2927161417,135787,615395404,266254,4164194381,180952,280735821,189120,4164194383,180965,2254418e3,257748,1826680915,207619,3957551187,213178,27521109,259883,3530362965,261419,406933590,103280,569380950,258230,471101527,115500,1981345879,117863,3956240471,128527,2246152279,147635,2461986903,149692,763899992,157964,1673228379,176046,2086121564,104792,3635032159,113196,4164194399,180403,2511229025,125372,1171189857,231917,3744567394,262920,240390243,263499,2687250534,210747,3484954727,178377,2752426089,253211,2421387370,267484,426897515,145290,3018821739,215865,3475026027,260434,468521069,133609,2292166765,190608,2300932205,229588,2295345264,148267,3034763378,107040,129052786,232302,3158986868,196076,480260214,233561,3315806327,205342,2722386040,128097,1071247480,160011,3090894970,172265,1021358205,200075,1468649598,145784,1043484799,114317,1970196607,122777,1907921023,127880,4164194431,177127,581038208,116720,2191945856,120700,1895215236,160184,3480653958,195588,621285510,229945,713797767,212958,154144903,265218,296005769,266656,2670448778,111957,450302091,257074,3295056012,252185,1268199566,168468,264261775,118644,2285990032,133160,4009111696,251788,373182608,256252,1297477777,118824,3458035859,263931,2592051348,197771,4294717589,183882,2795982997,259370,3928043670,166617,3943805081,112718,892768409,172368,3222204571,97664,2143531163,187996,3373281435,190015,3049205917,119162,2478248093,182763,1634480285,214524,473108637,229567,4247687326,201045,370356385,263988,2801152162,241845,2478182563,209443,2231185575,179650,611127467,107558,3024908461,159991,802934957,182064,970035374,259859,449548463,183793,2710294705,206992,2346766514,105846,2422149298,137494,2996711602,163242,953364658,196542,910930098,209059,924192946,248235,2810081459,173621,82849973,154209,2548109493,195737,2500571317,228905,2748829878,162991,1682034870,207170,3036696759,114856,563826871,169115,4243959991,261556,2458521784,232589,1776685245,235191,919015614,127668,812437696,123548,891883713,201835,2355015874,142506,2837147842,174176,385904835,180699,244183235,185836,1672835267,201509,1060901061,195938,3133608134,164919,3267342536,207294,2500825290,231059,2066428107,167465,2175758539,177678,3225981132,101715,3385372876,111319,2451255500,203311,2060480717,104468,2405060813,130204,2652041421,133197,787992781,222661,2449846477,228194,2801111248,117780,3906392275,117725,247304408,219233,2089488600,269278,3053637849,145143,3092328666,201616,1862807770,257998,414011611,134854,33140955,198926,1063850204,122951,4164194526,169324,131461344,250924,2100080866,98819,2955538658,216691,1364136163,180681,2806894819,204047,2468262116,111676,719917284,227352,2354942181,212570,374960357,253335,3574550759,199482,764834024,197400,3785150697,139271,1558638825,226488,1280119020,187167,4243460332,263953,2362093804,267144,2846224621,153104,682660079,233984,922636528,214783,640880881,194335,3885576433,208706,1704292596,132351,335253748,199128,2930422005,126058,1076416759,193996,914108663,208992,2726891768,243584,831516920,244508,1051087097,95075,971264250,244375,3786313980,201718,4110512384,131633,2216014081,120011,1910092033,179218,3133370625,189559,482160899,206633,3115749635,258106,962375941,136203,3320910085,167810,1584132357,170474,2455466245,176761,565539077,262332,3407466758,105915,2697720071,231792,2233676041,187117,3771699465,263065,3969437964,187895,3345543437,200096,3525202189,206541,35139853,250602,160616719,102564,2357948687,203945,402886929,121114,3489911057,180183,697889041,260347,1612378388,149184,1214468374,125746,1823494422,177091,3094434070,180583,4063736086,219199,47501591,110849,108048665,102494,3222810905,137537,1576128793,269360,3968405787,130419,1516695835,222581,3021230365,122474,612036893,123186,1083887902,123447,951390494,199665,790704416,102993,4262301987,99953,2053304611,103075,4066685219,174774,1938575651,190076,2888356135,110707,1275490601,183958,4043272489,258261,3646681385,261571,2290577706,250615,2917560619,206516,1878159659,215689,3221827884,149808,6861103,124645,1654542640,160585,4130500915,154559,7622965,180416,119468342,204766,1884254519,224824,1291694392,113642,2917830968,191350,303812920,236302,579588408,247590,161067320,260377,1957630266,158535,1601130812,146976,3141570876,150022,2647585087,176259,2762740032,136175,3943780674,193902,955773250,253268,4253880643,226026,287961414,135956,1778815302,139015,1338265927,126581,383234375,267740,3551957320,129335,3070316873,118129,541290827,159270,2632241483,219701,2192019788,127112,1005777228,146775,1335841104,267676,1721798993,109984,2969915730,101848,525611352,111079,3575640410,180641,1401000282,249372,2281099613,141715,320803166,199078,1097126239,153673,448491872,263703,3751432545,134046,1548751202,227034,3811774818,258587,1210036579,245849,1322504548,205715,450302309,104892,3207164262,123529,258224486,130466,854036838,221373,2475381094,246060,389714279,107488,1634480489,95097,833106281,111654,2316431721,175200,573034858,98726,2612212075,188088,3183096172,171969,165654892,229060,1802252653,149431,1547161966,256508,4200501615,197084,1833841008,236752,475517297,213532,2481107314,201173,1827533171,143195,1829441908,258143,63672694,188902,1213944184,131471,3205796217,184062,1927393657,205468,734073210,209711,243798395,257416,266260860,254987,2900742526,124315,1149202814,138981,2670596478,214913,2283663742,220654,3432149376,145215,1581412736,243358,695136641,266725,4190286210,255215,2865934724,170648,1012396420,201561,4035449220,219128,2292814215,95778,2583433607,200865,3558240648,108230,3393991051,134008,2273358222,163906,697102735,246665,789049744,146425,3292639632,201084,4004073875,153802,3995357587,220674,2134888853,241865,2700448150,207999,776761750,210058,1264669078,242837,4237709718,243657,2693280151,176029,553013655,215594,1213297047,269318,3438014872,95729,3808448922,244571,2111648155,190270,4271927709,111132,2208993693,146540,422916510,161812,2385801630,225726,2958053791,258193,2588971424,191879,204616098,199453,2721288612,112981,306844069,126382,2967851429,184453,2752516517,264017,636187047,178890,571609514,113228,195899819,155798,1361408427,166053,1380233649,117374,2011394481,266788,1510781364,227291,3661631927,142365,2693722551,175377,2178167224,115985,4129329594,228331,2828284349,120669,2697728445,169441,2029367741,209047,3989926334,156843,3314856386,110476,1605235141,189726,1471197638,139489,2073530822,140794,3771306438,253132,2108608967,97901,3093713351,180978,4051890632,166260,1013961161,110339,3413594569,122645,980136394,193744,2656760266,245311,152801739,147366,3956421068,135189,472822222,223720,3253391822,255094,2639229391,242869,547336656,97918,2817216976,136011,1888760272,151960,1740829137,215669,3072815569,255469,1336046034,257774,1313444311,156084,1100091864,137026,100594136,185944,2267115992,236825,56578520,249277,2151330267,105401,3222811099,135693,312046048,173737,111153633,98802,1397559777,151984,155849186,147384,3553669602,191973,1197289955,203912,2961928675,231844,1576997347,246810,1380495845,230698,4041347557,239468,3102667238,190420,1235505642,178798,3916984810,199430,3867890156,220890,1861800430,192252,3301708270,201400,21565937,110796,3090387441,160657,4168413681,256208,105763314,219629,1874014706,247550,999256563,207939,2337919478,164801,4129395192,255339,531927545,195369,2358596090,223822,2172391932,146098,3190043134,258436,1025831423,150214,1889358335,179858,2038854143,224928,3579712001,206022,2881131012,140612,3836195332,201414,1363988997,134779,476615174,106698,3839513094,241420,2331685383,98075,3897029127,242169,521556488,200532,2805404169,261150,1241035276,118728,1730597388,130137,2358096397,150165,3902665229,259504,828338702,134574,3458748944,144093,2836754960,200744,2770268689,206811,2657514001,222801,1349235218,228360,405082643,133781,3857379859,244776,1090687510,99930,2285367833,107339,3945419290,164411,3587060251,177375,2203701790,244023,3100037663,169148,2547151392,99230,142643744,119952,705147425,216963,1499042337,220084,4156420643,114783,333460005,234416,3751399976,155700,2962977320,262576,2473882155,133293,3352162860,171524,1836495404,246861,1329181229,136916,2803986991,184748,1670378031,243642,1731686961,227656,3284636210,236990,2244071987,153194,3751334452,176747,3873731125,99046,3206541877,167234,2141540920,163146,104673850,253866,1971311163,243917,276255292,129243,1002246718,99866,3836981822,161332,1639535169,97829,3420459586,125967,2836173379,105742,1481118275,110725,534213187,132726,3581014595,208935,3751334468,169649,3023540805,217580,907137608,171211,132403784,227265,318272073,155087,1809207887,111199,3378713169,179838,3217257041,244886,1237783124,203999,2694517333,174351,408908376,185460,2896761433,146125,942576217,197493,666595929,222020,980054618,108598,136499802,136942,1558245979,131580,2549428827,205535,3362288220,128008,1329730141,127368,2860487264,192012,798085728,254330,1195741794,124737,3789517411,123407,1358492261,128622,2177012325,167666,1273229926,124358,3402568294,234253,2336002663,217332,1854911080,126120,605426283,225693,3767472748,151541,1002451566,96433,2914775662,136504,2130694767,95925,3906286192,215711,400224881,147447,3751334513,169388,1592332913,213109,3241513586,150354,3662115443,241528,1360401012,169356,1612345974,247099,2474013303,239175,389616248,111631,2045883e3,218895,2532143738,103858,3765539450,165255,358806139,95643,3156824702,110355,741470849,111112,3586126467,96190,3441848964,102772,2890035845,237281,135869063,161749,2669490823,226143,2161848970,110938,2488889998,195223,3588846225,184166,265343633,228514,1109594770,194292,1544180371,109665,3415429780,165651,241439380,180870,861205144,111561,1819456152,144903,2475709085,112657,2424541854,94680,212570782,119009,1900630686,164656,1599050398,178670,1748071071,111816,4234121887,170127,2779312802,241357,2812547749,217198,995259045,249634,845370021,256578,3300586150,187700,3682161318,222308,3434066598,263383,2694361767,171194,4087403177,99511,3846410921,247967,3283358380,215255,2694361775,171229,368046770,174595,2137256627,209491,2840687283,238079,3791983284,154455,71488180,257112,1865437877,163303,459608757,205489,2471023286,96687,2583188153,99912,1363989177,134642,1257542331,123707,1536823995,240769,4218229436,98565,2556285628,137205,3719066300,139353,2046800572,186515,3030143678,209811,3495629502,245091,1360351935,181390,1242256064,165713,2319209153,221741,396628674,209209,3827266246,116905,4185969351,225812,1337832136,155902,1042100936,257872,2106970825,101049,1455403722,149457,24384202,186907,3277411020,243785,2531742413,103715,2323591887,226694,3715379920,104107,207213264,201888,578851537,100116,3992163027,116515,1711641299,187430,2293183188,140768,3280065237,195155,4164195030,165950,3868619481,220337,3187446490,211830,2510254810,221092,1104630491,145975,3997373149,197961,3648983775,192632,779244256,122528,3272061667,146799,411128547,147536,2090365668,181338,3109073636,244322,3604738790,111097,1261155046,209917,950022886,256965,2027221735,155861,3333534439,259384,2216022760,128260,1189622504,181772,2580468457,229633,1404015338,157739,3141087978,161091,2575168236,114507,3519681260,206369,1544311533,165049,1361425133,166087,1829901038,120518,472838894,136782,413749999,145397,1422455535,261481,3090903792,173813,1035899633,181513,1408758514,131249,1951077106,157404,2142606066,268628,2334659316,142209,1082716916,206718,3035386613,264176,1977422582,125939,2419323638,254508,3648697078,262709,3419452151,212899,3190854392,143126,428561145,134301,424301306,240401,4117975804,153218,2804273916,207406,2877330172,230777,4158780157,237746,1365766909,241053,3905958655,168371,902550272,147268,1688441602,124570,1688441602,124591,2809328387,96736,1827582723,143240,587412227,199697,378876676,107152,2800882436,264099,1950126853,253745,2684588809,180769,2208862986,199592,3799405325,207555,4271797007,178691,745992977,223027,3151639313,226086,1345983254,200029,978031384,143107,1472910105,109960,3353588505,215216,1434964762,242357,1434964762,242382,1434964762,242419,4237243163,149405,1571779355,242308,2327655196,125692,2904150812,147402,2763887388,165797,4235359007,121334,1787794207,155772,2315211551,208913,3534312224,179183,567890720,200143,205329184,201018,2767368995,182220,2693485348,175428,1579373349,105226,258224933,130235,2933560102,115617,847008551,109770,977376039,258485,4019262248,100667,673321768,261361,2002236200,267849,2716554027,191384,1830302507,224846,3225899820,133954,3936514861,217400,3617592113,190926,4225823537,213861,421106482,143742,1619997492,215573,3817141046,215424,4071240505,153344,1088770873,208139,2283328316,250189,3222811453,135642,2266362685,144257,1746146109,168508,2155533117,264498,449385279,186822,2814645055,207015,2194600770,265464,1526387524,101697,1353519941,130855,1927385926,207895,714904391,258699,2406323017,145722,2148070217,231081,2041533258,267221,14660428,133435,4164195149,162713,1080447821,263649,3503633230,114796,2402898766,241553,374166351,257900,3430150992,246025,1952273236,221162,176730965,256896,1462621017,173932,366351193,174669,3728831322,100998,920154971,151570,758379356,231981,4130370396,257306,2256221021,102300,1293579101,103692,584373085,187915,1233294173,195178,74552157,197213,2950370141,239701,856339295,240843,1659753312,212012,1072345953,124991,914608993,125237,3443577698,259522,589689699,110250,3536851814,102971,143586150,144218,958002023,198819,3860542313,115832,3481375594,179077,3413128042,225433,2087457643,203288,2162709356,108858,1938813804,127967,1361351533,165198,275903341,222478,3311309678,119433,477631343,129676,164647792,100778,1375531888,135396,1889760112,151256,2086736754,251024,278909811,186552,4104573812,164974,4285797236,184146,162698100,234350,1274368886,233497,2368852854,263904,3271070583,110679,2252903288,162767,4241953660,162007,3623523197,260601,3470988157,261032,200037246,202627,2806502272,126434,3293934464,133003,408023937,146187,4071904130,216574,3708957570,234472,2486416266,237772,2793894794,241709,481899405,119741,2960954253,211457,3083932558,239429,1818776465,209221,908759953,227838,2263004050,114934,258257810,183227,3435934612,244165,444453781,253150,4007973782,193604,915305368,253009,3769676697,159076,2001859481,201131,3824219033,231715,2113418138,124188,2599957402,126219,1363989403,135336,3270382492,210037,1566143390,253524,1292907423,192535,1719309217,221141,4111070113,249833,2810803106,239490,738636707,209164,4093768611,226369,126505891,231287,2686677924,262977,1395151782,100139,2694460329,173988,2430899113,238170,920662955,191290,1410012075,236102,2375406509,97244,2809779118,208825,177279918,247423,1345360815,97449,1144935344,205825,2168738737,153882,3039409073,163391,1982370737,215372,1520071601,235166,1951790002,128512,4200428466,194839,3102790578,226832,77058994,245465,1578996660,185021,1744573365,156946,2114327478,164387,1417417654,263091,4226864055,140841,240120760,166958,112112568,197590,3979006904,232962,3528086459,141202,3069088699,145947,4056495037,264263,925438911,115393,1643369407,166768,3811996609,235067,1081914306,105630,2235544515,240302,3679146950,202888,1965945798,246575,2166322119,123005,3004421063,175293,2693346249,175846,1331409865,191462,1903186890,200117,1068471242,235574,4069487563,151305,2392961996,108298,3751359436,165276,221459404,211065,3132232653,160731,2088080334,200571,1034646479,116749,1579135951,208974,3542905809,222339,2493191121,253502,2222052308,222496,765498325,97743,822858709,119471,2574431189,136997,323941334,243412,1508815832,218972,2744955864,255744,1852658649,232826,1948931036,95425,2103759837,185494,417723360,109789,3420304352,120263,4026479585,104681,3913733089,153725,1108292578,117967,3733722085,156328,1139495911,158379,3201553383,247384,192803815,253892,2726835178,239025,2498868203,203074,4067791855,229363,2168173552,210706,3134813169,137154,3856430065,185215,2111820785,204137,1220121587,170149,3676222451,252339,1543918581,189440,1627386872,97531,2311402488,242732,2093306872,248084,1601451001,166700,2009314298,193813,154375163,174831,4086191100,141551,696669183,245599,3603485696,187132,3677688832,217896,2879427585,255520,3889845250,102420,3752612866,151877,1149875203,223699,2704552964,127433,1849775108,201241,2385179652,234921,1523553285,134275,2529367045,197734,3602265095,170235,1655854089,184586,3771438090,132522,3909514250,268243,3909514250,268261,3909514250,268279,3909514250,268297,2762847243,206876,1563423757,154762,1563259919,111147,212833297,236699,1562358802,208870,271807508,182096,821408788,222892,3026195477,187012,2445571096,191791,3509277723,139853,1418597404,129150,85955613,103941,4159878174,95040,2779329566,233194,339285022,264781,673330207,242084,1499829280,250637,3634402341,113212,4270683174,248578,2356818984,101981,1830392872,106651,885584936,156053,1370018856,250514,1070027817,172328,1687262254,194904,1521972270,227391,1009628209,181553,1627001905,254291,1740280883,193042,3807818803,215070,3263247414,97847,3808646199,110271,3090904119,173674,698455097,194209,1849275452,189540,9319487,178616,2482312255,204456,2581713986,243397,572871747,125407,3903992900,252408,1085822022,115377,986141766,217373,1863914568,170086,2413671497,187099,920433739,246131,1742156876,261813,3111515213,146064,41505869,197625,4292883533,228570,635515982,96484,2813080654,138098,1972229198,242893,3832804431,102057,3527955535,224719,3926930512,174278,870880336,175878,4066407505,182284,3969496145,234379,1673671762,95502,2893755475,228467,2269672532,132150,1337832532,155920,2269672532,268763,1487443029,240321,369874007,153951,3165680727,266275,2700588121,248717,313136218,94985,2430432347,249751,1953117279,123803,572453984,123858,1361409122,165999,3693597794,255993,3956421732,135088,3415430244,193791,2722092132,206097,2181928036,248824,1435972710,212714,3697701992,155401,2117727341,168168,576377965,244059,1756083311,132495,3178591343,155578,4215346287,162844,3663852655,167567,3203683440,178092,3653637233,194150,3757519985,224869,1662612594,203333,1313100914,267272,807400566,122691,553194614,142079,234574967,190333,1961866359,266809,3096810616,185196,3023492216,244305,3401733242,213945,79246459,129032,2380199035,208747,3324793980,103123,2869146750,109896,3839202430,176801,1190302848,232601,1592857729,163108,1229755522,180751,3983430787,199563,3768022147,224495,445985924,232559,2321609861,165610,1360532613,180345,2753229957,198096,3603739782,191856,1518711942,203530,3170153607,212075,984593545,261167,274879627,160521,3879564428,100080,319198348,164851,1591981196,212731,2052977804,223896,472290445,155509,4046845072,166014,3755914384,266518,381236370,249659,1610773651,120839,3123729555,234089,512349332,129009,4223751318,160786,4124882071,258895,56022170,159008,1812599963,110062,2673210528,130251,2850600097,179563,1282495649,234817,1706693794,225835,978031780,143176,3851744420,182638,3416126629,142644,2893010085,212982,3344651430,129570,3195909286,261129,803632296,180843,1589064872,211620,2138526889,260104,589796522,166180,3809105067,101313,3750917291,106983,1686279339,123973,2743276716,231461,2564723885,148137,1897788591,237202,169211056,105327,689493169,122184,3392410801,176066,2869302450,208460,468767923,105174,1945162931,114413,1269789875,143449,4000322740,116492,2356589749,220278,3572192439,119792,443741367,148529,2268738743,221982,303453370,135351,1765987516,229230,3223098557,121088,1742714046,95179,56038590,158990,2035692734,185613,367735998,222769,1360532673,180297,3301414081,201469,2437215426,220157,1389835459,186574,856626373,203595,1457124549,268115,146109639,207578,2861307080,133890,3222770888,138126,3837744328,164535,2196927690,199317,2057082059,184046,189535435,198955,1987531981,155541,2770465997,200998,3055056077,203834,427414734,195916,4048729295,169791,479237327,223558,3135296721,193971,1430410451,103922,3848090835,166423,1086657748,120445,486241492,188394,765834454,95829,1339323606,234834,3018355927,247297,684610776,180893,4000945369,123266,3069088991,146005,3253581025,118621,1982182625,118751,1494480097,149848,3632313569,229283,4113298657,251471,3018618082,102538,2189841635,263802,2893337830,226302,1893709032,96950,1360581866,183706,2588718316,238357,3828331758,107822,3279893744,135709,4005238e3,185855,882832625,114690,2525508851,119245,2636911860,267291,1041192181,142673,838931701,156126,379327735,112583,1652143352,114030,624555256,128825,3898397948,266056,3184162045,154439,260388094,129388,1549620478,224803,2272408831,247569,4197766401,96761,3937219842,117080,457962754,185414,2687268099,199811,4162843908,98899,370087172,197337,3344495879,198351,2826171655,252363,2136347914,214991,2143483147,141867,830256396,111405,3859059983,217503,1189451026,123619,775542034,216667,2426000660,119507,1179505941,198371,4023063829,207187,1160164630,186405,1129764120,119487,1188394265,245819,2837378330,180244,1179407642,213662,3090912539,173096,384013595,196962,2776126749,124024,2776126749,124048,3571881245,238701,304190754,175112,2070951202,189634,3727381797,244200,2376144168,147789,1781921065,139320,266114346,245069,3267818798,191671,1145574705,172234,2155558193,188972,2491127090,205148,797938995,189304,1125496115,202606,3720877363,246777,1293808948,155732,372946228,208812,858420533,132268,492320055,102901,3258914105,113339,2300130617,140497,2266363193,144170,4043511098,186666,106591546,239367,3204535611,121487,3676116284,264614,2027509053,198797,411833661,240985,1835382078,197147,616445248,214577,3507803457,268517,2167682370,210662,3047658819,239047,2194257221,112354,205182277,141056,1073747269,240063,3378681159,231379,1360532809,180312,189322570,252206,149304652,113695,1691219279,191595,3720877392,103668,2937132368,163009,2697434449,95057,3802142034,263818,953521493,162726,14275928,165819,4104566104,167277,3090888029,175258,3378459997,235481,1302115678,112265,2371556702,184728,715617630,246724,2994017630,252582,3694523742,256691,3463574882,226106,237532514,227748,1361450339,166736,3772437860,196877,2605503849,227366,1443116394,234950,1179833708,214841,473576813,211588,4158682477,234266,2072245614,239645,3105633651,221016,3432117621,242658,1156822391,169872,1923872120,151740,1635227e3,242207,3587421564,113405,3510392188,168617,2029835646,190553,4005664133,206388,1816794503,107685,1228076424,269102,2322363786,109271,4079801738,191892,2432669067,211413,4075328908,258279,3520935309,171471,2220758413,266901,140072334,97293,3396187534,123338,488387982,216202,2041886096,235270,1553397139,150101,1553397139,150134,2667034004,256394,2623419797,198270,869856664,142788,1775244696,220633,3195155865,148479,52041115,121767,3920688540,243704,3980744094,237643,1002861982,255794,4030674335,223297,3154269600,260038,3125409185,165323,807212450,176945,46863779,104371,46863779,104389,2926261667,148208,709662115,188414,46863779,268689,46863779,268705,1847186857,130873,4084061609,204857,2413491626,113026,2983359915,108776,1735767467,147119,3060536749,229856,3087226285,241957,2164348335,169185,2771113393,191333,1777096113,234562,1216320945,240794,3169572273,263609,1331844530,220175,2592069043,162460,3852465589,237172,2827556278,97557,3529389494,157198,887469494,217183,600102327,213674,2896557496,226210,3751343548,167376,2071672252,258643,4114011583,111003,1744606655,153126,1040872895,244080,2450257343,264936,2446161344,184819,2092144064,245185,987157953,211676,1456231875,148789,472290756,204882,4045977029,133988,4288337350,149058,3133388230,164732,3284719046,202538,49206726,227869,3338884552,210965,2240525769,125022,3751343565,167362,3965253073,168398,2407536082,247947,758068691,262732,2239747540,155364,4203427284,206746,1836160469,113829,4086207957,137553,926053845,194813,661730774,115230,2685334998,142436,3853202903,184323,1912739289,152137,4075337177,238948,4247000538,160399,2015655387,103100,352318940,103599,2810394077,122872,4138161631,217815,2402350559,261998,4163753440,117420,449697249,213808,1343059425,238513,1321915874,97936,1209218530,201108,3818247651,269149,3949958630,152254,2876839400,267709,5740009,244002,134985194,221941,1471337964,118875,3844658668,161516,913511916,237822,1687762414,194866,3891181038,212230,292566510,258016,1803073007,139188,2697696755,169595,3356751348,175586,3836196341,201604,3138868726,148183,2164356598,157761,936031735,189999,3088676343,215512,2625238521,100639,2995770874,212749,1959630331,98778,3383481852,138160,1518835196,174694,1023849980,227896,408368637,187054,862721535,198904,1161836032,192732,3816060416,204693,2653951491,127134,3624441347,137080,356857349,106051,1095587333,111463,1569560069,202792,1137309191,159798,4293047816,202445,3806434826,108816,1571943947,102322,897799691,170298,762631693,121419,1067456014,121041,651564558,201979,1983288848,118354,4009850384,210631,3552458257,192696,2532660755,254531,1725806101,142821,3541505558,230215,4039489046,237592,2911286810,123820,2874758682,178075,293893658,236491,1714796059,98044,3363583515,186320,2055681565,117625,837228061,130817,1232041502,168423,2144785954,162127,3518117410,172919,2497918499,239297,2666075685,148086,1230239269,185325,4204074533,190731,3468498470,100981,2450527782,220106,4126848551,188645,1556477481,203876,1665013290,211119,4009227818,212344,67745323,223495,1002427949,188713,1425339950,125856,3074143792,212809,305108529,100732,4091156017,100825,3900044849,155981,253842993,246990,2811532849,262588,3069097523,146249,1794414131,195389,3664393781,185348,4008891958,235910,6534711,251608,2159760952,220614,2788791865,248847,1910011450,264038,995030587,131082,2401736252,142005,1360672317,168668,282121792,232533,1790309960,223379,1654945355,149513,1506096716,131901,2896074316,145314,2795533902,199015,1086715470,214277,131274319,100792,3098351183,168529,381810256,122576,3451975249,100045,4027758161,122737,4239865426,179308,36435539,237808,3585594964,194882,1200887382,172153,2877380183,147422,3804878425,94778,3548493401,201349,4164195930,156101,1663014491,258414,1245304412,269160,1408685662,197293,3204363871,190467,1852946016,154293,3172742753,226124,3925259873,244466,3256292962,151200,1624512099,245964,4189484644,236846,3142981221,170047,3048601190,258392,3698669160,191189,1900222056,214162,2557351529,177883,3751401066,153031,3631117930,236379,537925227,184247,3904058989,170865,1431066223,195297,400938607,226876,4210685554,143850,1902073458,219310,2874390131,216411,2755425907,240154,194877045,181723,1553471095,233624,3542439545,115809,1117894265,132373,2865600122,237484,1258468988,151359,3635877501,226592,1553921661,260413,686241405,266136,1086731902,151615,3979679364,128957,1510078084,245434,4235024005,161315,2625599110,183269,295335559,156779,895432328,100698,1931204232,213291,1818285706,178920,2038593162,223754,1545016970,245881,1581168266,251303,2597836426,265283,3456767627,178871,3728234123,179283,1891964560,162042,3051468432,168446,2272908944,257531,584103571,134349,2465199763,172576,3091150485,163357,3423753878,259917,1768822423,153399,1836447385,158093,2402006682,208849,1547024027,224656,2604668572,215839,3209172637,218958,2906846878,189366,411375263,259309,2799253152,255654,3950622369,128887,2197272225,157826,3416536738,142621,1995683490,267796,1529755301,95865,1360574117,177112,2616694440,205922,1035957930,142461,910784170,174303,799618731,222454,4164196012,155483,101627565,194090,338253486,106376,4241118894,159392,336369326,259211,1709405871,167255,3156842159,212629,3273733808,171291,2144859825,196841,1907685041,228138,1163654834,131101,242185906,247185,186963635,159343,4164196023,155496,622089911,168098,1618638521,106173,552834747,218192,980580029,194023,1998812861,264205,3661510334,109712,3610171071,249799,4193744577,124274,3812382401,205420,3748591298,95242,1858803394,146306,862910146,198882,2042083011,113713,3299923651,224530,2679338692,257639,3103536840,188843,646805193,226542,1352840906,207152,1988409036,120426,512947917,137805,298399439,160380,858879696,236152,4247156433,124873,2537559763,122992,3890509523,163327,3049215699,186437,405231316,120496,3164305108,156353,204633812,200226,2932291285,107736,3378468566,177765,3742947031,137388,3132782295,162697,496015064,104348,1766979288,160254,1611601625,102225,486012633,228003,1836938971,240505,3603052251,261877,3232208604,140471,2207864540,144144,3151763164,196579,2216744670,126630,2139682526,249426,55211743,146335,3799103200,172444,1360574177,177015,1123194593,262197,3332323042,177838,273151714,234152,3069769444,128025,1196242660,200890,977860325,169543,4084569832,149871,947271401,108064,1541879529,232924,3973215977,262311,2723477226,158217,3090888427,175394,3078305516,215049,2024060652,266979,3180238576,112327,1179244272,214150,829159152,218607,1563514608,266594,3350042355,203962,85006068,253993,1277998837,258746,3661403895,195516,1629542135,234743,3225310971,108275,875902715,174510,3613284092,99983,1828017916,143406,3848353532,205894,2376660736,113572,3605698305,140008,3851826946,101332,3344496387,198398,1358231299,247135,914675460,215539,391345926,241639,3445528328,240273,21911304,242972,4147574537,220062,1798412042,196434,1044158218,218648,2600310540,204791,918697741,197416,656340751,142055,1138456335,195411,11925264,190709,391378704,250378,3494352657,117760,1816721169,119681,3222427409,143003,1036465937,157852,2090637074,95402,4164196114,153386,1036465938,157808,2494945043,126308,3213621011,163051,1355036436,97081,2690848534,173221,2611238679,96375,2964739863,161683,1972369177,126753,1972369177,126777,1510184729,163958,908572441,190668,1362458395,156553,3388462875,234723,2904749852,107978,3165009693,139439,1734719261,257814,1140520735,106306,115283743,125286,1896453919,185235,4132468513,126085,1452480289,223997,2329057057,244141,253859618,113935,253859618,113950,2771793700,131762,3257423655,151217,1156921130,168907,4010432299,236328,561051436,151794,89184044,168641,3660461868,206212,2804684590,116180,785454894,247447,220002095,133717,3975739184,133019,3036919604,126356,2961250100,211518,281261878,149758,1147090743,201739,2222552889,223570,4204656442,267464,3759888189,224616,641406782,164364,312112959,156389,727439167,208123,352417600,128486,4193212224,186221,2903201601,148947,2577864514,208790,640120644,184956,1582184262,116275,2787882823,240696,2434627400,241683,2038863689,174568,1264203593,242254,4284954444,255487,3164174157,156435,1383298893,195804,2095019853,266388,4060256080,232463,856946513,204093,2355353428,178833,3385218900,248254,1198864214,120788,329152343,213827,1747793752,201541,3549509465,130083,1140520795,106328,3465254748,181664,1350891356,199915,3046668124,252603,1139668830,250765,2970482527,156681,2333906784,98143,483211105,99313,4082194274,238460,3884308323,188552,619951971,202656,2917357411,263177,1409759076,100600,2799564644,109810,2558015334,191839,4016043880,147094,723408744,206689,3558397803,172963,3260413806,152274,3700586350,215997,3113940847,181833,1847154544,105549,3245586290,183903,110671730,224964,1676506995,175237,3012966259,223166,2222700404,130482,1839495028,216832,534230900,221039,721016692,225276,2338625399,140631,2028205945,117219,1841084282,265829,2473424765,195092,1061836669,242813,3025524606,192770,2288932736,218130,2156558209,95994,2162358146,143284,682547074,152230,499226499,113598,1242281861,156929,4161468293,257260,1882462086,141743,3112826758,167303,1798240134,191827,3158431623,137925,4111349639,207264,1738823560,159554,3944257416,210267,3128366987,205693,1000044428,108974,2163373965,116202,3713349519,137053,3242112911,139593,527710099,126196,424671123,145119,1052170131,222058,2049021844,115420,563607445,247711,4209285013,260478,3292583830,187445,2712115096,242770,3931813787,193644,3417020317,128541,3195819935,169841,212367264,177200,331372449,122908,51992483,259007,2491635620,260052,581285798,130271,2887727014,187591,620009384,258052,1608259497,127505,3571111851,226671,1794996143,97007,1110489008,145818,2965378993,113544,3835557814,166976,3638147e3,158806,1358165945,260449,684439482,97635,3995088828,203677,1892259776,186839,3319371712,218585,1670338497,128130,1542395841,246593,1775400898,235213,2693519300,174551,1535924165,188497,501864389,206900,1088788421,235043,2502416326,255116,766597064,139220,1126537164,209888,443742157,148553,37132237,181132,858167245,235981,1131231182,125186,2047293390,192643,1614190546,194483,3856947155,132220,3920058326,148655,2308462550,242188,802453463,233696,802453463,233713,799963097,104947,3494074329,183309,2250979289,191628,339449817,200828,226932697,229211,2402924506,218335,1357608922,233865,98949085,201283,3597826017,118108,4208007137,252941,4005541859,197855,3563542500,141027,1652283364,146843,3216152548,175502,4077664229,117351,416675814,106401,623204327,150277,4027488231,150390,3267155944,206492,875337705,175219,1343862763,237610,2598500332,182680,4225988589,112085,1940584429,254375,1775998958,159918,2186713070,240247,832231407,210153,3203094513,189051,470587377,264247,1412683762,231191,1636030451,132705,1361573877,165165,1338423285,179962,691582966,141836,1739003894,257835,3305609207,170341,50501624,119718,431347705,196661,3067795450,133398,4260214778,254653,2128959483,267820,742930428,189139,3185809404,218439,2285279229,138422,1240774653,192515,264116222,215816,3053008896,249247,3835967490,214449,799750147,146672,2671646723,231130,1670223877,97952,1881348102,244185,4094064648,121362,330143756,167058,3132635149,162094,4130519053,221507,3507681294,189033,2239674382,242154,1111136271,182044,1603975183,260940,2417162258,179165,4115683349,142932,2157877269,238054,2054477847,101163,2930841623,104013,2153494551,268004,1259911194,208482,1249597466,237553,1220524060,125989,2194126876,169970,3976804382,107464,2699507745,183136,4128143394,242632,2226731043,111537,3083393061,96266,1892251685,130916,3076790309,179580,3362371622,172557,352024615,159506,3000670248,217167,2323601449,105528,3525572649,107420,1321220137,113423,2740402219,165675,3345332267,229974,2120611884,132594,3013417004,142231,203085869,130333,4098709549,245044,1147918383,123205,2957506609,108437,818837553,124231,3258366003,102514,800585780,189746,3489216565,117827,2455861303,99573,3815905335,127164,3541415995,154511,2757425211,241762,2810132539,268727,2916333628,209857,2415032383,223055,186226754,216181,3695884357,156369,2607700037,167623,2514442310,204527,2038650950,256748,3090905160,171135,3785242696,261533,3018799180,114879,2612435020,243738,117454924,254628,941774930,212689,2741213268,169663,2135677012,184430,864598102,267405,4255012954,189617,3853088858,227204,3496777819,126816,4258887772,164189,3338008668,165507,1121917022,108752,3093895262,180793,772855902,221869,2624755807,205774,2509559904,190945,1661007968,202147,254433379,126864,2792765541,100877,2202220647,125109,2368469095,130359,4022171751,150598,2729637991,202012,1123604583,202465,1439135850,193679,1220638827,256018,3402119277,187192,624998510,238729,4251768945,110512,2197993587,263215,298555509,265756,2150807671,127791,3119454328,236728,3237935224,252119,3880220793,112429,3271858298,146735,1421301885,222732,2632800383,265528,3300489346,240531,802248834,245950,2077505669,136089,3083393160,96245,1750743177,126283,3222616201,145e3,3222616202,144865,253319307,184215,3366615181,129054,2780256397,233094,858855566,116438,2831964303,107800,1024669839,127689,1234655376,123951,3751385233,158757,2141026449,249174,822614164,154108,1032927381,138142,1586968725,227962,1037981846,149486,1132320918,161458,3325909142,266634,134895770,255024,2654607514,268062,427309212,148243,3021756574,216944,58448031,152316,1732876447,199831,2770712736,141146,460421281,118663,968857761,123759,3447871649,128178,384800929,181869,815012001,187785,2435045538,133563,3395180707,260859,1529878691,266536,1721358500,173264,227088551,196107,2606201001,164430,3683293354,96117,3793426607,191074,3229718704,269200,3229718704,269241,4199307441,112639,3514620083,190903,3416422579,216502,1618303155,220793,1851701427,246974,1111586996,239072,2856958134,135571,2597148855,97514,946124983,151932,3112720568,107253,3157309628,240750,2575071421,255049,371652799,167911,539302079,254469,3561486531,169714,963844293,137967,1319139529,160869,3352451276,201953,3584235724,246368,3949279440,204182,3016030417,250260,3377518802,211476,2239920341,114221,2113837269,256107,3688577239,121865,2016745687,161420,1102485720,263144,452704472,264634,4093614297,226279,3810785498,113789,3242113242,139619,628152539,108312,18766043,111345,4061665500,171631,2566977756,196030,1865619676,226053,1242282208,157492,444463330,134025,879859938,245764,2173155556,210873,640874725,153433,1348974822,130780,1257904358,188364,769579239,251532,4087331048,219808,395679977,119973,3741456618,169094,1117599981,146219,1263327472,141501,2165709040,149596,155449584,189183,2348079344,191397,3893926129,257131,2613147890,229831,2404317429,126509,1786034422,115070,1906350326,214644,4177041654,220418,2030319863,105599,2399860983,151004,602429689,187459,977672447,113286,742627584,218036,3282442497,180911,1446623494,117658,825276679,165180,2719799560,237948,1013741833,178356,619067657,246824,586275083,197609,300611852,158069,210934029,234198,3090798862,116051,2424690958,153564,1664850190,228691,1452898574,232101,968915214,255910,2532776207,210090,433346833,235705,1019992342,243495,3965745433,101869,390658331,95755,153164059,186266,4045617435,207038,2095331615,212843,2720610592,159095,284285217,114435,3094927651,129096,1303992611,267200,2251618597,167726,1297586469,197470,1508808998,157433,1768823079,153416,1303796007,159883,2520742184,153778,4219525416,210135,1817475369,159218,63830317,173569,2489137453,261277,2300533038,185902,680786223,225494,2414025008,99749,1034516784,256617,673134898,256660,2253470004,144120,3164494132,156312,952875317,233967,3052484920,235388,2514245944,263230,1717631289,210987,89176378,224479,1517713725,101253,1525414207,102345,1739028800,261329,2078087490,150902,3127187778,165983,3397794115,123145,2512951619,149002,2709682499,248223,2121898309,250054,3222501702,144011,49109318,151050,41941318,182846,778737992,98702,3890002248,188321,750434635,103625,4087003467,185368,2071853387,233750,1133377870,161477,354367823,246220,347748688,145016,2115787088,187623,4013390160,257036,3527743826,235618,2564921684,147742,879204692,156797,4175829333,213791,2977528150,242922,3725351257,206769,1918237020,96024,3702274397,264551,3418315103,173794,2641205599,231266,2611239266,96287,3464894819,138911,3222501731,143995,1996626276,122074,2413746534,182931,691534183,96615,1120237927,140271,2655803751,153497,2607192426,160765,2645604718,234105,3153058159,158943,2826746223,194173,476649841,175133,3335829873,192584,3413129586,169047,2548152693,162329,2843187573,167529,1268242805,178597,1029380470,237464,1690573177,216626,489462139,122630,1761188224,132952,993565057,107013,1898518913,121884,3723917697,133626,2532530562,264222,2759711107,120303,568768900,229463,484997509,96547,1080637832,229441,3043916169,189070,955521421,135871,1076369805,173413,232118669,203700,2330122638,184999,2937223567,193061,3606894991,210938,1953986962,141575,2505349522,221564,108820883,193405,1629583763,234759,1369528724,127340,3231152532,164714,670284180,192755,2971326870,147814,2231564694,242129,4021959063,123064,443390359,261959,900766104,261984,1570740633,158727,1558346138,186375,919493019,267984,941521308,119213,1496316316,215922,2332268957,162024,3751401886,153746,3824925087,105067,1939061151,183933,1512700320,182444,1079441824,226952,488978849,188238,1787492769,245213,119323042,124941,3901069730,202223,34142629,185729,4260911525,267058,995580329,98422,1570511273,247838,3114162602,221063,3308181931,110208,2188941741,104129,3083278766,210533,3363019184,157466,1998961072,237407,1563990449,127455,2263701938,127717,4069038517,249394,2790177206,268087,2970393016,123739,1875163576,135761,2966837688,183060,441891257,181646,4199291322,101554,2481977786,192184,1172453819,215092,3513604540,95580,2478397885,104190,1196775869,254174,600480190,121227,2869533118,140415,2768312767,130303,2431441343,174718,2943637952,135980,794491328,223970,1306294721,107189,1683372481,234894,3049372099,160803,2506504645,254901,1299896774,134657,71875014,163515,2108053958,193270,3757865416,257154,3173562825,114186,2743613897,187806,2430556618,265966,1219197387,182603,3996629451,198843,2848971212,124723,2176039372,188880,814496204,243290,2197379534,220838,1111038415,156637,866974159,187638,2422716882,137269,3495475666,236080,4201740755,98980,3890911699,243561,3090905556,171320,1944369621,216217,355039704,181097,10492377,194187,2564856284,147612,1956813277,112902,2218498527,162802,1272158688,114239,3151550944,207956,2643966435,239850,854571492,192822,1975990758,184509,1516419558,254251,1939085799,213693,4212144615,233336,4277893607,241498,2397452775,266309,1806408172,170500,1602902508,224069,1042135533,204740,4132575726,176900,2760587759,235781,3917724144,132568,231422449,138481,769235443,111253,3124009460,108043,277944821,126160,1390836214,211179,209222135,196475,1774049783,243215,2841885177,115766,1033959929,199680,3644627450,133529,3656260091,232128,1401338363,255571,3881916924,180460,1319942653,119654,2003737085,251891,3289430527,244101,3219585538,189418,660519426,233471,38967813,216285,339016198,116016,1381308934,206264,4183767558,250902,1121516040,156295,3771456008,186456,3657636360,227056,3718806025,259173,1317788171,172823,1543100939,196761,2654165515,198241,2898844172,178646,382401036,225142,1597037071,128664,3655555600,170205,352573968,188958,3155515921,115332,3598219793,169337,1606867473,192678,1977219602,121463,1526995476,259597,1176042005,179886,4250540566,163441,3339237912,124517,764451355,113175,2211265051,123461,1645378075,125208,2996296219,231858,880892445,183088,1347598879,189477,3240983072,174455,3929758242,231954,3781343779,223091,2161990179,229039,2746866212,229170,3099195941,254154,2804423206,180935,2964920870,215615,952621606,265628,3295926822,269662,3576412711,268130,4094106152,121536,2902923816,141261,3116177961,110550,1925732906,103510,1678228010,114758,2299722285,190192,493959727,206075,3453311535,221695,3090905652,171508,3667876404,241586,1360329269,181117,1108720181,230940,927742518,101922,299031096,162066,1360419384,176191,172513848,252872,3989428793,267079,3109706299,225406,1459092029,122813,1086364224,233082,782277185,260814,561674818,169901,3052722756,266115,4178885189,198971,2123635270,107507,4104395335,175153,3776125511,190690,1436301895,246619,2649225801,234683,2971327050,147664,2950969931,178185,2432309837,247119,3097623120,124686,2174122579,260898,2611255892,98663,3854350932,191052,4161288789,133516,3196934742,248173,3579902551,139979,726776408,223635,3419707992,246099,644536922,263109,2560072284,219780,818092636,259959,1360419421,175997,3003472478,195887,24394335,108622,3797596767,161842,2813065824,186972,1363966561,148967,3600857698,200942,3223353954,221803,253860451,128643,2679429732,251663,1360419429,175863,1177705062,245530,1240857190,268953,492460647,142715,3341359719,175950,2578782824,232182,316701289,146816,3181230697,153709,3539204713,238656,3557710442,221658,2469329515,118455,4164196971,134060,2316450411,177552,167729771,254925,3456359021,191608,1914190447,158320,1320704623,172992,3242883698,150408,2427771506,262954,4046322291,159174,2189523572,239933,160660084,243800,1082489461,239996,1925732982,103530,2419079800,199723,4072225400,258074,785373818,133127,1553111675,238297,3283360380,141916,1867963004,237354,2984876669,109321,2611280514,98061,1155127938,142386,1089526402,242609,3016981128,179680,2017548936,218078,711572105,101741,924719753,176922,2197191305,229887,384367241,241788,31087242,246194,989305484,173912,3423935117,211036,166558351,222193,4163082897,266920,3093944978,221827,3522042515,209530,3733404307,254766,2657876629,207431,1141299862,101578,1841543830,164955,3604920982,235127,3561355930,158490,2208823962,184627,481065627,201782,293960347,210893,2127231644,209944,1374550684,236041,3678321313,97465,3411983009,106207,3862059681,264137,3617659555,106033,608361123,109461,3059514019,181793,829668003,235525,2834660003,244413,2586335909,142335,1011579558,109833,3441253031,171151,128662184,175522,3987200680,233409,1436605097,212156,2696567468,126797,1419598509,215438,3222108848,147055,1958722226,251702,219069108,110740,806148790,217074,3525515958,230115,1753979578,140814,3121912507,129076,1063844539,152339,63724219,259777,58350269,115970,3951196862,126619,2827352767,133543,897383105,170109,3356981953,263028,2469173954,239121,3479329475,148577,3378248389,153293,4039924421,237625,1597348550,229998,283122375,148387,2006915783,219333,2020104903,223537,3056810696,235879,1066031819,118713,2450086604,133333,1084594892,219532,1290525391,200319,736271056,119626,4079991504,186711,469777105,163763,3185064657,247664,2537069265,254270,1335663316,127302,2990930646,122978,2032458454,210512,3930880727,155237,441703127,203395,1451514584,112785,412474074,147765,8903386,162428,843659994,262782,2897427165,117288,868563678,208612,3761011423,124493,3991993056,178560,2194897632,228749,446954210,246270,2692561635,130798,3337992931,164139,3070548712,234970,1684052713,144193,110197481,227910,697555692,174620,3127646957,100352,1886223086,205174,1277590254,253294,1072151280,220459,1441209075,245232,1231018740,210428,4237105909,242752,331504373,255368,680573686,123510,4249058038,266612,1241848567,141645,2448210680,172203,1652554488,221781,1934564089,214963,338516729,241384,3163896571,100965,163896059,174378,3090881276,175647,3971947260,194746,1396914942,124421,3628260094,228772,1882241793,102276,4156488451,197527,183933699,223337,2767362819,227983,2719800068,237923,4263451397,125812,253008646,205005,1401690886,254392,1823398666,261217,3781925643,163193,392182541,193428,3745487630,130519,2036538126,133487,2051136271,156248,1782135567,250997,3069811473,104540,802085650,112524,4022590226,150452,718297874,210214,2443229971,218495,3891804947,250304,1642797846,155611,2252405528,182118,968784667,254718,215759646,182785,3553344286,244857,1713003296,107588,3302554401,204298,4244994850,155959,3812055844,111444,2519071525,97203,119053094,103968,2505456427,213200,2261449515,228623,4179237680,235862,2775530289,141812,3062553395,234806,4086651699,264756,2577292084,123024,522484532,232874,312425268,251325,4005509942,116980,1770937142,264738,768105271,252956,3747814200,232666,3450600248,244549,3898374972,217693,1362213694,157639,458840894,209511,1888156479,213749,3862256447,215461,2619669312,152991,802175808,243887,3767212865,191207,2255371074,183244,802175810,243871,1191394115,178502,3826768707,265947,2415024967,190767,802175815,243901,1324063560,138947,2991471433,218020,3631725385,237150,1142987596,186179,3337935694,152043,3162356559,185305,3292379988,172425,699030357,196624,655948630,143601,174807894,144679,2171943766,193492,3173866327,98401,559102809,256705,3228367705,256775,2058558299,188669,2859105116,165737,2444213085,140247,3996089182,141790,3046718303,148825,3328940895,253763,1757838177,127073,989682531,231608,1899944804,180261,2175753060,261934,2134907750,205368,2479512423,234497,3009272679,256464,3776625512,190649,3562912617,122721,174963561,231006,3819887466,108205,2842213226,243833,2611239790,96361,1779522414,183864,3872775025,205442,2890595186,97060,1955257203,237507,3973307253,244585,79928183,100097,2718767991,149308,4086086522,119811,335813498,189226,1239866234,258964,2078473084,115482,864918396,188522,2517924732,231224,4013415293,186751,722516862,143724,2519071616,97400,2491087744,227132,3930823552,249920,2988702595,104077,111287172,146957,2909133700,259438,1778572165,153656,4206328710,252521,1925725064,103648,506755977,104984,3818126217,238758,4002036618,97267,1267366795,210383,898030476,185286,3567623052,260844,829422478,144801,907623313,117202,2406235025,145516,2018720659,248187,2519587733,194275,3193002901,221341,3380919189,230829,905657238,186089,2184608663,94883,1853340568,109222,1078418328,133827,2834029466,207388,1373805467,226617,1819933597,198549,3680869277,203559,2795125662,123889,955120542,147686,657669022,184677,2046557086,264397,1935588255,95354,2252897185,169939,2368781217,262348,3068197795,115354,1403468707,220871,938646436,110601,4000619428,260117,3878304679,187524,2971319208,148040,2139323305,117391,3736861609,181497,3679116202,217300,3615587250,202375,3527457715,243330,3107838900,167794,3033324471,168795,1392409528,109739,2468322232,122923,666524601,166879,3751402426,154234,3585702848,134923,1390967745,221416,929323970,112185,3932625859,124084,1776188355,153369,974298052,125641,1602984900,179238,1063951300,183108,1711348676,192408,1787222980,198320,2370919365,131664,2777947078,154877,3751336902,180737,2835086279,179413,1360542665,178521,2895436747,122608,971209675,147144,3190709196,200166,2150505421,234055,2007374798,96641,186334159,257967,3687136207,261076,1622285264,128438,3680238544,221544,2891693009,97097,3936598994,263883,3375610836,267040,277871573,133417,1942092759,238852,3458096088,111593,348240857,235756,40057818,256860,3604331483,177335,3879844827,181447,1114708955,256378,3091930078,122888,1945091038,128080,202210270,228384,203373535,188122,124509152,143780,3254418400,149104,1595612128,216376,320207841,246333,3540982755,251835,707804133,224160,413424613,249684,1577237480,101365,3326319592,108677,4101102572,118380,521894892,149647,2721520621,161630,3729906670,187297,2228468719,122412,1841118192,154310,897784816,170546,3417144305,268988,787823602,135550,2833218547,131555,2618473459,186777,2248670197,104921,19643381,119861,784899061,219950,158284791,215395,383728631,264978,225582072,143580,2458090489,187977,785406971,133246,3058760701,218234,3829300221,267449,1362099199,158975,2207128576,103994,1304173569,220437,4121091073,239544,1967340548,210682,2868337670,126406,954047495,179057,487513095,185711,543439882,101379,3131358218,145494,3319430155,200505,1360968720,228444,3243056145,226185,1833892881,262061,420805650,164015,2204728338,221214,3463724050,255355,300456979,150755,989830163,214888,2539518997,149889,295050262,178712,1147501590,181915,1372699670,216796,2555010071,225545,2670025755,95157,2803751963,124921,4174060573,268573,1681751070,213127,312974367,102447,1361878047,159523,621689892,246913,4099193893,126972,2041453605,138568,1360419877,172353,1727388709,261719,2998950950,106567,3500956710,123114,3222813735,137829,3236125736,165532,3871308841,225379,3359857709,99366,2895404077,209360,1879465006,160984,373095471,220189,1971076145,143804,2960931890,135311,3060276274,151382,4268588083,256557,3766754356,202405,4045093941,150073,474504245,168860,3790887990,177487,2821577782,213600,1360116795,138703,3498490944,124793,1661983811,264458,1817943108,181987,1010015301,161438,861117509,268315,3017096262,160224,2647309382,225884,1163705415,215329,951761992,245283,269237321,128602,284597329,102950,2118548570,167510,3171998810,264955,190946397,191155,431234142,266857,1938553951,142307,3731962977,140520,205790306,200431,2174958691,237072,3746208868,137248,1226570853,129903,4144725093,215238,3600809062,111292,1590475879,138676,1360534631,179493,2430950503,189766,3751402601,154279,3214728297,267595,791796843,211434,1863015531,225600,749378668,263728,3248061550,208530,2985204846,228927,3751353456,166905,3673635952,252097,3287137393,259692,2085887090,167168,4254399604,151090,2961243253,105865,678083701,230969,1040432247,253481,3222617208,144819,1251736699,180994,2778102910,231326,203668607,141891,246717568,171860,2486877313,134491,873970818,175568,2655804547,206568,2461932675,226721,2638716036,157606,1587641478,199155,1363967111,142988,1049320583,225948,3258006664,150652,2664864904,265162,2487622793,215890,2597092491,123903,3663543435,217417,1681333388,167827,3417791631,186688,892583055,197247,3682352272,217732,900734097,120809,646315158,166447,523050135,219887,2054487191,263519,1922776216,137229,1691696280,251223,330267801,187941,828824729,262021,1145699482,98541,2097380506,206329,3614260378,230987,2722356379,155648,1184029851,156500,1965948059,251152,137755804,112544,2770779298,153320,3135462562,159936,1028971684,106231,3134200996,219429,880139429,166367,3905346726,268497,2209627303,184977,3751337129,180501,3674225835,190132,10828973,147071,3670973613,155310,3432078512,109026,232070321,139243,442743986,266292,1096375475,116300,1344789683,130501,1874648243,203490,2440846517,192795,914431158,257465,3081534647,268201,2427911352,127055,3912113338,99676,3617184954,136406,3405470906,144595,2006564028,94905,3688971452,218061,3186408638,155294,3751337150,180487,3751402689,154497,2168118466,99498,2261302466,175628,758324418,191988,962903234,244803,771087555,191244,250232004,159193,411737285,219733,3961232583,165290,1602198727,246796,205987015,267695,3874397385,181065,2586303689,204218,3804511435,202166,1205804235,213248,2088926412,105672,1655889100,188929,3771563214,133913,1195244751,228812,3155901648,201759,4247747794,162488,4247444692,187767,1575525588,222874,3491126485,187409,2582633685,244991,1459723478,260571,3680320727,119269,2904890585,177040,4283301082,214048,932322522,231627,1455602912,191422,1561296097,144929,386571489,147860,1459281121,247465,2694397155,116462,239664356,218773,70335717,121746,3184344293,154386,2339577062,110125,2004483303,262490,2487844072,108791,2802908392,172663,2359983337,117457,2970934506,240558,3416841451,118270,1721195757,114646,50052334,164206,2516688112,188731,2559311089,215164,411466995,202343,4253310197,178977,2366979318,207810,1457265911,122356,2749168887,168737,2529123575,257051,2493185272,136572,3853548794,139109,2988825850,208283,1621105915,160679,3816570107,208083,3275709692,197576,441908477,181628,3917995261,188069,772111616,261201,4156357889,171006,215497986,219659,1491705091,100581,1989893379,101823,2639510789,232036,3162766598,225648,802929927,182621,1360551177,178270,511524106,118198,3583655178,119026,590494987,162873,3999079691,258328,1969782028,171031,1398480141,181813,1501052175,248948,1476402449,213556,2940353811,113072,1955863828,99849,722533654,143872,578223383,97417,3705830681,134400,3763658009,200670,1646304542,229415,575446302,251813,1365171487,101993,3624090912,103149,3635240224,241916,696991009,225516,1361558820,162926,4075814180,188220,3922353444,199888,1777073445,132322,3830881573,170316,1532255527,236140,476331303,254016,2160426281,241003,1493777705,245545,3660422442,258534,3438378283,101678,4293311787,138856,3918970156,225973,2157641005,261902,383474991,165632,881761584,113524,2067193137,220712,1204018481,266677,215989554,167142,984276274,213438,2423250229,134461,745274679,127149,171244856,109385,52903224,113252,2210372921,199363,292191546,108523,3037764922,145190,1833246013,265647,390380862,174868,1132191039,103736,3931274559,189101,163134784,180147,1752726848,193554,887045440,199342,2993962304,214723,1315519810,95671,537918787,187490,3085516101,259152,2402303303,208304,2130156872,192054,2960842056,211638,1215683912,214469,3922771272,217528,3185294665,183772,3836583241,185087,3795459406,246841,2787261776,188044,3952024916,236946,3222527317,143921,2172370261,146398,1258790230,123249,1879457112,111518,1658658137,242530,2564619610,173288,1594965338,219349,774749531,95474,958315867,168812,246218076,171834,2649562463,114624,1555823967,121275,1437449567,202090,2103237984,159150,1273216354,227013,3090881892,175467,1982520676,246462,2320907621,116227,2023988581,252286,3560627559,123494,705502567,262642,3861273960,188433,1445797224,233545,2497502569,203206,3110116713,227815,497802602,228087,548052331,113660,2383388011,255431,1856699756,192166,1794194799,231886,2611232112,96903,2684263792,187859,107298164,147337,3467992438,177936,130055542,224101,4034518391,110080,650485112,140740,1107705211,156517,2527911291,239581,2393963900,116251,903429501,145760,4060224893,204911,3813113214,125308,778313087,268546,1405042048,214182,728931713,194067,2618703234,146450,1250180482,241825,2665635203,196054,188153219,240094,716004741,181312,4008803718,261830,1482022280,243239,1376255369,232624,4269497738,212054,3097124234,265612,1363983755,138318,830094731,144768,503840140,223442,217734541,131229,4258135440,132445,660250001,267123,2000846226,183323,1406008722,236572,2110782867,207732,2205253016,171767,1274871192,240820,3152321945,184836,218135961,190315,2828639641,239099,2006859162,126100,3480010140,236346,2966715804,260761,346897825,98209,2005941665,236558,4251245986,163268,681008546,236444,3452919204,263008,2649841060,263546,2737323429,178732,586964390,134156,554270118,142097,2262285734,265016,75693479,194133,86212008,120072,3275972009,199230,2654813610,214129,240393643,109619,789216683,248992,1284316588,199173,2648497581,126596,1009261998,110417,3154124208,179724,1197350321,170564,2162277809,171914,2031017393,239146,1882996146,209264,47250867,160540,3896966579,163886,4013088180,222981,3167878580,244747,671145397,204936,62873013,260254,2877275574,231670,1431879097,161568,381959610,178013,120987066,269603,2600639931,122549,2962013627,259415,3415834044,198625,1615797695,133037,332414400,166031,3843472832,193081,152419776,200908,2107710914,221447,2158108099,215977,524426692,101466,3278896581,221119,3721125319,111017,3385744839,117023,3969424841,192317,3339615692,197271,4246183374,118224,1087725006,167406,632708558,267353,2693488080,99662,3095100881,178817,909032914,185925,4023016916,129746,1238498772,213023,3156852181,158363,94920151,185511,3700530648,253592,3549740506,188019,1111997914,191010,1791081946,243148,1911029213,123567,1129774559,119597,2652978656,265780,3056819681,247620,4157775329,253567,3347004899,107611,2949250534,256678,2803162600,247162,3114974698,177465,4191854058,211937,3082296811,121932,3957521900,145881,2655895021,151335,3788766703,123426,1381588464,183402,4032650736,223678,919395824,255834,1428872689,129182,2415468017,178959,1021566450,107708,1888746994,127845,472751603,136708,2405449204,146690,3111222773,204277,1162493429,216311,912506358,140901,2821570038,231434,1889730039,191087,1738333687,229808,763174393,264312,434994683,171656,1500790267,204565,829365756,147909,2237079037,143329,308559357,269720,4274134529,236062,213376515,112406,456367619,256810,2987286021,242482,2804489734,115928,2930638342,130160,3708706312,155217,3606871560,185474,2797854217,245745,474136074,262754,2006875659,96714,1365655051,96856,1360551436,178119,1458560525,256986,2396225039,160850,3419012624,95940,3744685585,139081,984489490,157870,3937574419,128582,3108027924,167755,4246634004,243032,4174814742,260232,2030411288,183354,1016847896,235496,1538489880,242508,1808080411,146564,3974405660,142552,3558596124,167644,2120482333,200924,977174045,222361,2638380574,121696,4178935328,124702,3536109088,153851,892599841,115688,1430167074,183684,719134243,181046,2662374947,222912,1575312932,203151,4175158820,236203,8003108,237117,2007301669,176172,2976079398,238525,1548877353,261011,1627446826,122432,521412139,189286,2408341036,103306,2034212396,120131,668229164,189203,572956204,239670,3751337517,179020,66289198,232801,4081516081,162545,3895426609,224308,726695474,145665,3716570674,212376,1866505779,173955,1951694387,229114,654368309,100400,3775938103,189602,3967368760,202717,3878280761,171174,2222956090,140872,1420394042,250010,1262222907,121997,646045244,100455,3135462974,159902,417742398,201147,783695423,99733,2851413568,228164,1498332736,237575,239246913,234523,1361411651,166165,3518209604,230090,1480138312,102745,2926263882,104148,445603402,133456,2455879243,224594,804200012,100173,1964719693,168234,794459725,194720,924638797,251349,3112377934,153906,3367566926,255722,3624623695,212432,3818782288,166682,3014655569,178052,904175186,194618,2992889426,229735,1746615892,111834,1267326548,236668,1746722390,268874,2971999831,108926,1831411293,196828,3170360926,116823,3264560734,265108,632905311,202840,2024685151,236535,1026317926,153523,924950118,223609,3038838375,132848,1153900137,238342,4078870122,120918,3090906732,172040,77307501,209415,242835056,134108,2992119408,136683,2604719728,243056,1401585265,150822,1281801841,219677,2424561265,233443,4194016882,206435,1360551539,178152,1655307892,128198,292306548,216237,4289011316,246642,1999576693,125605,2554003062,200444,3469139575,193586,1381891703,213086,1251663480,219972,2917678712,261850,2691710588,134544,1052974716,263565,1091460733,161116,572800637,240419,2955247232,168491,3170893441,217484,1906409090,124105,1801002628,133755,2898288260,207848,3360759428,237706,3793051271,204207,3113033353,164679,924163723,153469,1316142732,104302,971505294,146616,264584846,238430,2698149521,179034,1594375825,212611,2751258258,207826,3050389139,126843,2689179285,129648,366116501,268186,1118846614,104649,3818905239,115850,766615191,139741,680435351,141963,1411038873,222838,817675929,248285,1852964506,149539,2419990170,239719,3095821979,230377,711483035,263242,855080605,252010,851386014,134760,3404291744,100536,65117856,254227,2751143585,121315,4006387361,254549,1458847394,124466,550567586,233109,1806646946,239961,3857006243,135474,372063907,160931,2048261797,155938,3373981349,250159,734748325,255602,557964968,221717,4097097384,262215,4285202090,240462,2739797677,189985,2610249390,138268,1596718767,110763,3132260015,160893,2541387439,257330,3184221874,266454,3169853109,124378,4037852853,172710,3512884918,101625,345202360,153927,427507386,159288,1555439292,247984,3702529725,181468,4256431808,164609,5308096,229303,808124097,172772,333962945,208429,4235345602,103810,3135446724,160435,2745777861,189257,3686530758,192602,4203347656,118054,2495659720,125586,2983100104,239605,586964682,134202,1444617931,188823,860487372,128498,2669960910,198218,3900800718,213493,4025466575,192110,520060624,104775,3840196307,228966,3028098772,170716,3200581334,243968,143597272,186e3,285679321,107222,4158668506,149915,626564827,216449,1151082203,238781,1153367771,241472,317718236,117328,3026050781,115263,3530792671,223358,3387604705,137514,1486790369,266431,199065313,267936,2858041058,132828,2347106019,116673,2305220323,193533,205315811,201387,1515593445,112873,3936575206,226993,881450728,207636,2236014314,107391,3408477933,266178,3221782257,150241,2353225459,254445,4086890228,160136,2504425204,234305,2357722869,197508,537861878,120030,3090898678,170012,2742509302,195613,3938844407,248446,410803961,147588,1353064187,244356,3973259004,125878,3509698301,129418,2083479293,217352,1293770494,244950,219946751,249348,2590498561,138652,2694610690,173247,4266475267,164767,3495091972,163864,3751337733,178472,324378373,207491,2854330118,179508,3549273862,230568,3673988870,237385,1332018951,157715,1464336137,195455,1777737482,150332,2032967434,210491,4244815630,140332,1949892370,228211,2995912467,198026,89218837,187352,2889916184,138385,3910508313,193773,1332092697,216915,3052511001,249886,4074299164,198995,198762268,264189,4238925597,162110,3019505437,162821,3492806430,131815,2487934751,100565,790445855,128688,745504544,129215,3952729889,250814,4133371684,99128,788471588,118897,431709988,123376,4061724453,95322,2122907431,131039,2502188841,145241,2896707370,99335,3001507629,218801,4066246445,257624,1154965294,120961,4287242030,131987,2207285038,191716,1074224943,174209,2853379888,253052,3197370161,219046,3498245938,131345,2410200883,259994,3931578164,126477,2454183733,146643,3945340725,217546,3501850422,158679,2308357943,180327,2987417399,245116,3327172408,167688,831692602,111274,1446534970,243627,1128955707,137902,3389218621,201916,3258375998,150738,4096376638,257347,3131342656,145168,3312189248,211853,165240641,95339,1033264961,108881,2422587201,132974,1165786947,157124,216399684,177509,3198451524,197708,100474693,254077,2524446534,115898,1034010438,133970,39501638,138079,1085955911,171357,1832484679,180599,183615304,99210,124354376,130700,1361002312,167043,2142658381,160297,2741960525,197911,1537310542,249303,2325143375,105016,1367859023,181206,852934479,207069,2080792400,160966,3133022032,162786,2786533201,267771,629571410,210469,3867959122,217131,3988234066,264835,2914778964,136526,978845525,125780,1483038550,99383,1123286870,130751,1922727767,256050,4283760475,151827,2348875613,145372,1852194653,198579,302858078,201703,3646209886,215477,3699752799,113096,1900175199,263267,830160737,146522,1314201441,249452,2830942055,154948,2379358056,116126,484622185,193130,516439913,262686,703487850,95799,3184394090,155162,153190250,188998,926998379,149157,3610386284,197378,802160492,234987,802160492,235006,2809323373,126935,1240686447,118776,1395785584,218698,4166877044,254938,460111734,126172,3772415863,170840,1280540535,211752,108822392,202247,4233912185,228986,1562328954,96068,721092476,133640,1395646335,210825,1364836227,123658,984964996,132200,1162493828,231813,241000326,105441,392314758,262612,1911906183,193361,4025827208,216134,3092406152,257177,3444432777,107635,1684283274,109249,2908684171,190174,1281318795,232392,585916300,116852,3257892751,150669,1205444495,213227,4229152657,200459,1932312467,155200,35700628,263421,2020212631,106099,2185600919,248376,3780198299,203228,35725211,221271,4222418843,261792,1331986332,224641,2762080156,253836,1558257566,212397,2631786399,227169,3157278625,157654,804356002,253189,1445642147,162179,1210466211,245903,1823793060,106350,1258643365,237661,3283591078,141597,2207637414,145916,65150887,113151,2445959083,248921,2987671468,94760,953278380,200209,2857885613,259089,1103101870,202585,4229160879,149673,1253295,163605,805470127,229647,3237183410,172176,830160820,145560,830160820,145584,830160820,145618,830160820,145643,2259861428,175681,4239171509,196242,2983665590,110396,4282433463,220978,2640674744,125624,1528225722,139539,4267892666,156725,3897843642,186597,3797032891,252228,2057224124,174083,3751067580,245933,1531838398,111879,1944346560,116538,2165350337,235144,3468238786,117305,3792150466,160557,103260102,195632,2730098630,238898,2858033096,167214,3790372810,170741,3435216842,253919,766590924,138781,1758511052,230029,2228207565,102022,1815142349,154156,1787944910,215497,1765613519,100259,4202020815,255822,583647185,250277,1752801233,255293,3083927508,121844,2887024596,177996,3094470612,180532,3692027861,159444,3813621718,113809,3128885206,116322,1428611030,130392,2480996310,197061,203063255,131605,1787363290,129811,3790348250,251375,722223067,97220,583606238,121166,707616735,190967,92585951,205306,115769313,184704,2983313377,217566,1563877345,257940,800841699,141301,1134551011,181972,1209319395,217619,1945255908,155466,2908651492,179437,4038328293,222820,289439719,248352,4065525736,155047,115458024,156267,3126779882,165355,252370923,151523,156770284,112832,295739372,157100,3312189421,211971,458588143,155714,2480734192,234857,23756785,100182,2887622641,127933,1378918385,196392,2147426289,261384,2958434290,130026,3254419442,149121,1534705650,225215,1128357876,144659,626786292,155667,3132710900,214082,1410981877,218932,3178061814,138333,2423627766,138356,2360287223,229913,714448887,242107,1628889082,172748,3762470907,224986,1348116476,97767,21676028,184265,1932574718,118151,3301883902,197358,553650176,1714236718,1701667186,1868770674,1701407599,1851875885,762471790,1953394531,1701734753,524402,1630350864,1986622563,1868770917,1701407599,524403,1663905299,1768648559,1768172901,1634493299,1919249769,234883072,762522926,1802465123,1647142249,134247009,757994752,2003789939,1769107502,2036556150,1819242541,7955305,772866056,1663907137,1768648559,1633824101,1919250030,553650176,1413628206,2037674849,1735748688,1866690153,1701407599,1936617283,1114926693,1701736033,524402,1346448914,1685024095,762143277,1802465123,7562601,772931592,1663915841,1768648559,1868770661,1852142446,524404,1665216019,1953523043,1802465091,1177380201,1684371561,402655232,1667449134,1131704421,1768648559,1663923045,1635020399,1919250025,419432448,1667449134,1131704421,1768648559,1867346789,1701606756,1433431888,524400,1732324889,1835361650,1114926693,1701736033,2002739058,1886413170,134247013,1093539328,2037145966,1130588532,1768648559,1852785509,1953391987,218105856,1769357614,1866690419,1701407599,524403,1983983118,1601139561,1802465123,7562601,772931592,1684955458,1131766117,1768648559,1869367141,524386,1631727129,1919250030,1986622032,1232692065,1919903342,1769234797,134245999,1110317824,1214738284,1701077349,1667194738,1768648559,1647145829,1701736033,524402,843263506,1868770609,1701407599,1851875885,7497070,772472840,1095779139,1852727618,134247013,1127092224,1869570883,2003134827,1768845921,134244206,1127094272,1868983881,1952539739,1868770657,1701407599,1718511917,134241647,1127090944,1115119948,1701736033,524402,1313025541,134237257,1127091200,1597059407,1802465123,134243689,1127090688,1229672271,1953049925,369100800,1330594606,1128614219,1163087439,1113543758,1162104385,134239553,1127091456,1229672271,1414483525,4539209,772472840,1263488835,1113539913,134240335,1127093248,1229672271,1380998981,1128355401,1329815385,134239310,1127093248,1229672271,1398103877,1598375745,1162036033,134239312,1127092992,1869570900,761620843,1953394531,1701734753,524402,1598238224,1802465091,1348429161,1667853423,524409,1631792653,1130461289,1768648559,134247269,1127090176,2053468773,134246480,1127094272,1131178350,1768648559,1866691429,1919510126,1769234797,134245999,1127092992,1131178350,1768648559,1633121125,1852403314,524391,1866673675,1968138307,2020557428,603981824,1836008238,762212205,1986622032,762930017,1684104520,1866691173,1701407599,1936018803,1701273971,687867904,1836008238,1701736304,1683715182,761361505,1886220131,1852141167,1126317428,1768648559,1869563493,577922420,524381,1866673678,1869562734,1231382891,7300718,773324808,1718513475,1131246185,1768648559,1936018789,1701273971,7892802,772538376,1936617283,1215589989,7630441,772603912,1936617283,1349807717,1818586721,352323584,1852785454,1953391987,1866687589,1701407599,1668246594,524395,1866673686,1852142446,1631744884,1919250030,1919252047,7954796,772997128,1953394499,1701734753,1663905138,1768648559,134247269,1127092480,1635020399,1919250025,1802465091,7562601,773455880,1953394499,1131179890,1768648559,1630368613,1953654124,1869116205,524407,1866673677,1701407599,1633824045,134243699,1127091968,1768648559,1647127909,1869902959,524397,1866673676,1701407599,1651060013,524389,1866673679,1701407599,1852785453,1953391987,352323584,1869562670,761620843,1936617283,762605157,1869116205,524407,1866673675,1701407599,1918984749,352323584,1869562670,761620843,1936617315,762605157,1668246626,524395,1866673689,1701407599,1953459757,1600480105,1852793695,1852399988,134247013,1127094784,1768648559,1667449189,1232367717,1701273965,1131833668,1936941420,301991936,1869562670,1097165163,1885692771,2036419700,134247013,1127092736,1768648559,1667449189,1349808229,1818586721,285214720,1869562670,1097165163,1885692771,1668178292,524389,1866673688,1701407599,1701012289,1851880560,1918330211,1701867617,524402,1866673695,1701407599,1852531521,1684830063,1835362149,1131703909,1635020399,1919250025,268437504,1869562670,1097165163,1701147239,1953391981,234883072,1869562670,1097165163,1869770864,134243702,1127091456,1768648559,1851867749,7497070,772669448,1802465091,1631741289,1919250030,524338,1866673680,1701407599,1852727618,1766093413,524406,1866673681,1701407599,1852727618,1716482661,134248269,1127092480,1768648559,1851867749,1332897134,6508646,772407304,1802465091,1631741289,524402,1866673681,1701407599,1467113794,1886413170,134247013,1127092992,1768648559,1918976613,1918328671,1701867617,524402,1866673676,1701407599,1199071554,524402,1866673674,1701407599,7892802,772407304,1802465091,1950508393,524398,1866673678,1701407599,1667590211,7497067,773193736,1802465091,1749247337,1701013871,1953394499,1701734753,524402,1866673681,1701407599,1886220099,1851877740,134243683,1127094784,1768648559,1836008293,1634298992,1130718062,1635020399,1919250025,520095744,1869562670,1130719595,1819307375,1668178281,1852785509,1852399988,1982689893,7104869,773324808,1802465091,1866687849,1852142446,1866673524,1767994478,7497070,774111240,1802465091,1866687849,1852142446,1918315892,1701867617,1631726962,1919380323,1684960623,7892802,773324808,1802465091,1866687849,1852142446,1768303988,1769239410,7300718,773193736,1802465091,1866687849,1852142446,1920413044,1701867617,524402,1866673682,1701407599,1936617283,1098149477,6382962,773062664,1802465091,1866687849,1852142446,1851867764,7497070,773259272,1802465091,1866687849,1852142446,1852785524,1852399988,134247013,1127092736,1768648559,1852785509,1953391987,1869440333,352323584,1869562670,1130719595,1702063727,1984918638,1634497125,524409,1866673684,1701407599,1936617283,1601465957,1936681055,524404,1866673680,1701407599,1953394499,1701734753,524402,1866673684,1701407599,1953394499,1114402674,1701736033,524402,1866673687,1701407599,1701996868,1986622563,1936278629,2036427888,369100800,1869562670,1147496811,1667592809,1702259060,1734960456,134247528,1127092480,1768648559,1936278629,1936682083,6648437,772407304,1802465091,1766090089,524406,1866673678,1701407599,1953841733,7237492,772472840,1802465091,1766352233,134247534,1127091712,1768648559,1718503781,1918976623,268437504,1869562670,1231382891,1349477998,1818586721,251660288,1869562670,1231382891,1416586862,7632997,772931592,1802465091,1850303849,1836216166,1869182049,524398,1866673691,1701407599,1868983881,1952542066,1131310953,1635020399,1919250025,285214720,1869562670,1281714539,1918334817,1701867617,524402,1866673676,1701407599,1702453580,524402,1866673677,1701407599,1870225740,134247541,1127091712,1768648559,1936018789,1701273971,285214720,1869562670,1298491755,1634956133,1766090087,524406,1866673681,1701407599,1936617293,1114793332,134248559,1127090688,1768648559,1735609701,184551424,1869562670,1315268971,6648943,772603912,1802465091,1867408745,1701013876,335546368,1869562670,1315268971,1667855471,1917070693,1919252321,318769152,1869562670,1315268971,1667855471,1851867749,7497070,773193736,1802465091,1867408745,1701013876,1953394499,1701734753,524402,1866673683,1701407599,1769238350,1633904998,1852795252,385878016,1869562670,1315268971,1718187119,1952539497,762212201,7496034,773324808,1802465091,1867408745,1768319348,1769234787,1867542127,7361904,773390344,1802465091,1867408745,1768319348,1769234787,1867804271,1918976624,218105856,1869562670,1315268971,1718187119,524409,1866673692,1701407599,1769238350,1767340390,1952802660,1920425823,1701867617,524402,1866673676,1701407599,1232367695,524398,1866673678,1701407599,1919252047,7954796,772538376,1802465091,1632658793,7103854,772472840,1802465091,1699767657,134245746,1127091456,1768648559,1819234405,7955305,773193736,1802465091,1867539817,2036558188,1852785453,1701733748,524402,1866673680,1701407599,1768714064,1631746403,524402,1866673691,1701407599,1768714064,1632467299,1701273966,1631726962,1919250030,385878016,1869562670,1348823403,1667853423,1936018809,1701273971,7892802,773390344,1802465091,1867539817,2036558188,1769238350,1633904998,1852795252,318769152,1869562670,1348823403,1667853423,1684625273,7628135,773062664,1802465091,1867539817,2036558188,1651864415,7760228,772538376,1802465091,1867539817,7361904,772538376,1802465091,1867539817,7370096,773062664,1802465091,1917871465,1667331689,1851867769,7497070,772538376,1802465091,1917871465,7302511,773062664,1802465091,1867801961,1936278640,1767992419,7497069,772931592,1802465091,1934976361,1886404965,1635151730,524396,1866673678,1701407599,1852989783,6778473,773259272,1802465091,1633117545,1852403314,1836008295,1701736304,134247534,1127094016,1768648559,1918981989,1735289198,1920425823,1701867617,524402,1866673677,1701407599,1684957527,134248303,1127091712,1768648559,1631739749,1919250030,201328640,1869562670,1600481643,1701732688,218105856,1869562670,1600481643,1836213588,524403,1866673679,1701407599,1631739743,1919250030,251660288,1869562670,1600481643,1851875935,7497070,772931592,1802465091,1600087401,1953394531,1701734753,524402,1866673675,1701407599,1918984799,218105856,1869562670,1600481643,1633972077,524396,1866673674,1701407599,7496034,773193736,1802465091,1868785001,1852142446,1920413044,1701867617,524402,1866673702,1701407599,1768714096,1683716451,761361505,574448745,1802465123,1882023273,1667853423,6103673,772734984,1802465091,1869636969,1651537264,134248559,1127092736,1768648559,1127052133,1635020399,1919250025,352323584,1869562670,1936025963,1953459757,1667851881,1869182049,524398,1866673683,1701407599,1667449203,762605669,2036625218,218105856,1869562670,1936025963,1919249473,524404,1866673678,1701407599,1851867763,7497070,772997128,1802465091,1114858857,1701736033,1869753714,134247535,1127092992,1768648559,1631744869,1919250030,1869116205,524407,1866673690,1701407599,1851867763,1299342702,1818322031,1919252047,7954796,772472840,1802465091,1114858857,134247009,1127091968,1768648559,1866691429,1852142446,524404,1866673684,1701407599,1852785523,1953391987,1869574751,524404,1866673681,1701407599,1852785523,1852399988,134247013,1127091712,1768648559,1866888037,1919251567,335546368,1869562670,1936025963,2003724616,1332963685,1919251573,201328640,1869562670,1936025963,1868983881,268437504,1869562670,1936025963,1868983881,1852399949,335546368,1869562670,1936025963,1131897164,1635020399,1919250025,218105856,1869562670,1936025963,1702453580,524402,1866673684,1701407599,1936018803,1701273971,1668246594,524395,1866673688,1701407599,1936018803,1701273971,1953394499,1701734753,524402,1866673684,1701407599,1953451635,1667851881,1869182049,524398,1866673706,1701407599,1953451635,1667851881,1869182049,1867543406,1601197424,1953845087,1866691173,1767994478,7497070,772407304,1802465091,1332962665,524395,1866673685,1701407599,1819234419,762930025,1852727650,134247013,1127093248,1768648559,1867543397,2036558188,1852727618,134247013,1127093248,1768648559,1867543397,762344816,1684302189,134243692,1127094272,1768648559,1867543397,1601205616,1852785503,1852399988,134247013,1127093248,1768648559,1700033381,1131638130,1702063727,134247534,1127091456,1768648559,1934979941,6645601,772734984,1802465091,1467180393,1768845921,134244206,1127093504,1768648559,1130328933,1768648559,1867543397,7235952,772669448,1802465091,1601398121,1919249505,524404,1866673678,1701407599,1818386291,7037807,772472840,1701998403,1802465091,134243689,1143873536,1650808662,1701080910,1869570861,761620843,1852727650,1999467109,1886413170,134247013,1143872e3,1818456937,1701669217,1869562738,1130719595,1869639023,1953391982,218105856,2020426798,1935827308,1802465099,524389,1430597130,1869570861,6646123,772734984,1866683717,1701407599,1852727618,134247013,1160645632,1869562709,1113942379,134248559,1160645888,1869562709,1231382891,7300718,772734984,1866683717,1701407599,1115119948,134247009,1160646400,1869562709,1315268971,1667855471,524389,1430597143,1802465091,1867408745,1701013876,1852793695,1953391988,402655232,1129661742,1768648559,1819234405,1132028777,1635020399,1919250025,234883072,1129661742,1768648559,1886343269,134246517,1160643584,134243157,1160648704,1866683223,1701407599,1936617283,1333030501,1819436406,134248801,1160646656,1818386798,1130851945,1768648559,134247269,1160646400,1986622064,1115251553,1701736033,524402,1967468044,1802465091,1631741289,524402,1967468046,1802465091,1750295913,7628133,773455880,1866691909,1701407599,1953451635,1667851881,1869182049,1701402222,524407,1967468050,1701867378,1866690145,1701407599,7496002,773521416,1663907398,1768648559,2002744165,762538591,1920233061,1768910969,134247534,1177423104,1329815365,1162431311,5718348,772734984,1414483782,1130320453,1229672271,134239045,1177423616,1702129519,1869562738,1197828459,524364,809971232,1731015984,1633841004,1868770668,1701407599,1953459757,1667851881,1869182049,524398,1095183882,1802465123,7562601,773259272,1935753799,1346652005,1852785490,1953391987,1818323268,134244207,1194199296,760369220,6779725,772997128,1380992071,1818580781,1701670755,1852727618,134247013,1194200320,760369220,1802465123,7562601,772931592,1380992071,1953459757,1667851881,1869182049,524398,1145515541,1882018384,1886744687,1852793645,1852399988,134247013,1194199808,760369220,1935765364,524404,1145515539,1949127248,1936486255,1852793645,1953391987,369100800,1346651950,1735274066,1635021613,1852386674,1953654131,134243429,1194199552,1347571780,1818586721,318769152,1346651950,1851871314,757951589,1769171318,6646882,772734984,1380992071,1701732688,1869753708,134247535,1194199808,1650414930,1701736033,524402,1682386444,1882026608,1667853423,524409,1682386452,1882026608,1667853423,1701064057,1869900659,524400,1682386443,1631744624,1919250030,251660288,1885620014,1851867762,1601332590,6775391,772866056,1919968327,1802465091,1349739881,1886744687,285214720,1869367086,1131176290,1702063727,1631745134,524402,1816604173,1818321519,1802465091,134243689,1194202368,1836543858,1198223969,1599230020,1885434455,7497072,772866056,1663915336,1768648559,1869622629,2036558188,234883072,1634027566,762471780,1802465123,134243689,1210979072,1937331058,1885947693,1766075763,1866615158,524408,1917333018,762542419,1936746823,1866623277,1986610296,1953394499,7630437,772931592,1600081993,1802465091,1866687849,1852142446,524404,1414082067,1869562704,1130719595,1635020399,1919250025,218105856,1347701038,1802465123,1633838441,524402,1833512479,1953656688,1534357089,1768387437,1663188324,1768648559,1852386661,1562537830,218105856,1599293998,1802465123,1631741289,524402,1397370383,1802465123,762537321,1953653104,318769152,1633634862,1701147239,1802465091,1867343209,7102820,772341768,1634496331,2037082467,285214720,1463897134,1869570911,1600481643,1919249505,524404,1196174853,134235216,1278087936,759451719,1970302832,1920413040,1701867617,524402,1196174860,1633109072,1852403314,524391,1867263507,1131573359,1768648559,1852785509,1953391987,184551424,1412713774,1869570861,6646123,773193736,825049677,1663907888,1768648559,1768435045,1768257390,524403,1129131539,1768648559,1702187365,1869182067,2020557422,285214720,1936018734,1701273971,1868770605,1701407599,524403,1699556883,1734439795,1869365861,1866689379,1701407599,301991936,1685015854,1836017748,1866691425,1701407599,134234995,1294865920,1818322031,1868770605,1701407599,1936026925,1701273971,385878016,1685015854,1866689633,1701407599,1667318387,1869768555,6581877,773324808,1651925326,1663922785,1768648559,1836008293,1634298992,6644590,773193736,1651925326,1949135457,1953718639,1953394499,1701734753,524402,1867394587,1768319348,1769234787,757952111,1802465123,1867408745,1701013876,335546368,1953451566,1667851881,1869182049,1869562734,1936025963,419432448,1987005998,1684368741,1866686825,1701407599,1768714064,1866627427,524408,760163852,1802465091,1632396649,524407,1649356303,1768833907,1918981996,1735289198,301991936,1867534382,2036558188,1668507972,1835622764,134247013,1345195264,761620321,1802465123,7562601,773324808,1953653072,1131176297,1768648559,1836008293,1634298992,6644590,773521416,1953653072,1131176297,1768648559,1836008293,1634298992,761619310,134246504,1345199616,1802073961,1129271888,1702063727,1866888302,1663921522,1635020399,1919250025,335546368,1819234350,1316578153,1718187119,1952539497,1936617321,301991936,1886343214,1936942413,778397537,1802465123,134243689,1345194496,1886744687,1380992071,486541312,1919897646,1952803956,1953719623,1148088169,1866691429,1701407599,1229865843,524364,1867525654,1769236851,1866624623,1836020852,762536238,7104879,773193736,1986622032,1132028769,1768648559,1667449189,1702129765,524388,1917857298,1667331689,1685015929,1634027621,7497060,772538376,1986622032,1316578145,6648943,773062664,1986622032,1350132577,1667853423,1953451641,6644585,773193736,1986622032,1400464225,1769239653,1114859374,1701736033,524402,1095904780,1918323523,1701867617,524402,1196568077,1834959952,1634956133,134243687,1378749184,1665421383,1768648559,524389,1448226317,1869570911,1684367723,134247017,1378750208,761557095,1886220131,1852141167,524404,1733438988,1848468592,1667855471,524389,1733438997,1631741040,1919250030,1836016429,1701736304,134247534,1378750720,1315923055,1719235695,1952539497,7237481,773390344,1953460050,1869570911,1130719595,1702063727,1631745134,1919250030,318769152,825250606,758593869,1802465091,1816225129,7631461,773586952,1295069267,1127036729,1768648559,1701593445,757953650,1919252079,7954796,772472840,1598767955,1852727618,134247013,1395528192,1953451596,1667851881,1869182049,1918976622,285214720,760238894,1936617283,1114926693,1701736033,524402,1347628569,1852785453,1953391987,1852727618,1600090725,1667330163,134247013,1395530496,1866673488,1701407599,1734439765,1953451621,1667851881,1869182049,524398,1699950095,1869182051,1866673518,1701407599,486541312,1701139246,762539365,1866691909,1701407599,1953451565,1667851881,1869182049,524398,1767058954,1915577716,6582375,773128200,1702127955,1870225740,1663923317,1768648559,1918976613,335546368,1953059630,1936018789,1701273971,1868770605,1701407599,251660288,1953059630,1702057317,1802465091,7562601,772734984,1702127955,1701079383,1802465091,134243689,1395530496,1667593321,1768648559,1936026981,1701273971,1953394499,1701734753,524402,1330916874,1851867731,7497070,773128200,1127043924,1768648559,1734691941,1867410529,1701013876,234883072,1801737262,2003789907,1802465091,134243689,1412305920,1819307365,1600484449,1802465091,1114858857,134248559,1412304896,1866687848,1701407599,1852727618,134247013,1412306688,1685219688,1953653072,1869562745,1936025963,1919249473,524404,1867787793,1194156407,762474596,1735748688,134245993,1412304640,1130776696,1768648559,1852393573,524404,1163210249,1802465091,134243689,1429081856,1869562697,1113942379,1701736033,524402,1314205198,1095911007,1734296909,7499876,773193736,875769943,1869562719,1600481643,1701996868,1986622563,524389,1465331215,1869570861,1835362667,1819632751,318769152,1432704814,1866687859,1701407599,1953451635,6644585,772734984,1935828311,1130722409,1768648559,134247269,1596854528,1664103987,1768648559,1634288741,6778732,773128200,1869562719,1113942379,1667201135,1768648559,2020557413,285214720,1600085806,1868789093,1701407599,1970302800,524400,1600073231,1802465123,1867408745,1701013876,268437504,1667194670,1768648559,1869635429,2036558188,167774208,1667194670,1768648559,134247269,1596853760,1869570911,1936025963,1735617887,201328640,1734303534,762474596,1852399981,352323584,1734303534,1131573348,1768320623,1984916850,1634497125,524409,1667182088,1768648559,524389,1667182105,1768648559,1684090213,1668178294,757949541,1769235297,134243702,1596854016,1802465123,1647142249,1701736033,524402,1667182092,1768648559,1633824101,524402,1667182096,1768648559,1868770661,1852142446,524404,1667182093,1768648559,1852386661,134246246,1596853760,1802465123,1631741289,1919250030,419432448,1868783406,1701407599,1852727650,1865249381,1764586608,1970220398,524404,1667182089,1768648559,134247269,1596854272,1802465123,762537321,1802465123,134243689,1596855552,1802465123,762537321,1802465123,762537321,7496034,773193736,1869570911,1936025963,1819242591,1601790825,1970302832,524400,1717513775,1952542572,761753193,1852727650,1717269093,1952542572,761753193,1852727650,1764586085,1663188324,1768648559,1562538853,335546368,1684496174,1848472176,1718187119,1701326201,1919247457,301991936,1684496174,1866691184,1701407599,1852727618,134247013,1596855040,1600680041,1935634531,1684955508,1852796001,524389,1784622607,1869562739,1348823403,1886744687,335546368,1701601070,762077543,1919249505,1919246196,828730489,469764096,1970822958,1868770665,1701407599,1869491571,1701013876,1702260525,2036427890,167774208,757948718,1802465123,134243689,1630406912,1869570861,6646123,772800520,1701064033,1702259058,1869570861,6646123,773259272,762327905,1802465123,1647142249,1701736033,1920413042,134246497,1630408704,1868770657,1701407599,1701601581,134247538,1630409728,758133601,1802465123,762537321,1768714096,134248803,1630410240,761557601,1802465123,1663919465,1635020399,1919250025,352323584,761422126,1802465123,1680696681,1818456937,1701669217,524402,1650535955,1600090722,1802465123,1633838441,1919250030,335546368,1667391790,1869570861,1936025963,1634891565,1919250544,201328640,1667391790,1768648559,2002873445,234883072,1667391790,1768648559,2002873445,134244194,1630408704,1731028322,762474596,1852727650,134247013,1630411008,1919905378,1684360557,1866686825,1701407599,1936617283,7630437,773193736,1953718881,1952670066,1148218691,1818456937,1701669217,524402,1650535959,1868770676,1701407599,1769238350,1633904998,1852795252,352323584,761487662,1802465123,1663919465,1819307375,1668178281,524389,1667313186,1869570861,761620843,1768714096,1647147363,1701736033,1868770674,1767994478,7497070,772734984,1663918945,1768648559,1920413029,134246497,1630407424,1868770659,1701407599,524403,1667313180,762606433,1802465123,1663919465,1702063727,1882027118,1635021423,524396,1667313163,1868770659,1701407599,503318528,1667457326,1869570861,761620843,1936942445,761620321,1801675106,1970238055,134243438,1630408960,1885692771,1868705140,1915563384,7300207,772931592,1701012321,1663923312,1768648559,1633824101,524402,1667313176,1953523043,1869570861,761620843,1953394531,1701734753,524402,1667313172,1953523043,1869570861,761620843,1702131055,524402,1667313178,1953523043,1869570861,761620843,1852989815,761753193,7892834,773128200,1701012321,1663923312,1768648559,1769418085,2003788910,318769152,1667457326,762605669,1802465123,1999463785,7364978,773193736,1701012321,1663923312,1768648559,1920413029,1701867617,524402,1667313174,1953523043,1869570861,1936025963,1851875885,7497070,773259272,1701012321,1663923312,1768648559,1647145829,1801678700,134245237,1630409728,1885692771,1868770676,1701407599,1868770675,134247534,1630411008,1885692771,1868770676,1701407599,1868770675,1767994478,7497070,773128200,1701012321,1663923312,1768648559,1831695205,1818322031,369100800,1667457326,762605669,1802465123,762537321,1769238382,134243683,1630410240,1885692771,1868770676,1701407599,1869622643,2036558188,369100800,1667457326,762605669,1802465123,762537321,1836020336,134247536,1630409984,1885692771,1868770676,1701407599,1869884787,7631713,773259272,1701012321,1663923312,1768648559,1999467365,1886413170,134247013,1630410752,1885692771,1868770676,1701407599,2002739059,1886413170,134247013,1630408960,1885692771,2037198196,1869570861,6646123,773193736,1701012321,1882027120,1635150194,1882028387,1667853423,524409,1667313173,1953523043,1769107501,2036556150,1768714096,134248803,1630408704,1885692771,1869562740,1113942379,134247009,1630408704,1885692771,1869562740,1113942379,134248559,1630409472,1885692771,1869562740,1113942379,1869902965,524398,1667313174,1953523043,1802465091,1866687849,1852797037,7630437,773193736,1701012321,1866691696,1701407599,1953394499,1701734753,524402,1667313171,1953523043,1802465091,1766090089,1735355489,268437504,1667457326,1131704421,1768648559,1986610277,335546368,1667457326,1131704421,1768648559,1936018789,1701273971,318769152,1667457326,1131704421,1768648559,1953451621,6644585,772866056,1701012321,1866691696,1701407599,2020557427,385878016,1667457326,1131704421,1768648559,1866691429,1767994478,7497070,773062664,1701012321,1866691696,1701407599,1651461491,6646889,772997128,1701012321,1866691696,1701407599,1685015923,134245473,1630409472,1885692771,1869562740,1936025963,1701732688,524396,1667313173,1953523043,1802465091,1467180393,1886413170,134247013,1630409472,1885692771,1684103028,1702261857,1701602660,524397,1667313166,1953523043,1869570911,6646123,772997128,1701012321,1667200112,1768648559,1819500389,134247535,1630408448,1885692771,1868783476,1701407599,524403,1667313175,1953523043,1869570911,1936025963,1634891565,1919250544,369100800,1667457326,1601466469,1802465123,1601398121,1769235297,134245999,1630408448,1885692771,1131570548,1768648559,524389,1667313171,1953523043,1868790125,1701407599,1918984749,301991936,1667457326,1937010789,1667593321,1768648559,134247269,1630408448,1936024419,1868770675,1701407599,524403,1667313178,1936942435,1818845801,762934377,762470754,1802465123,7562601,772931592,1701012321,761361524,1953394531,1701734753,524402,1667313167,1953785187,1868783457,1701407599,234883072,1667457326,1635021925,1802465123,134243689,1630409728,1952801635,1769628020,1130720879,1768648559,134247269,1630406912,1869570915,6646123,772734984,1868784481,1667196018,1768648559,134247269,1630408448,1953523043,1868783457,1701407599,524403,1667313168,1635020901,1868783474,1701407599,524403,1667313189,762538354,1802465123,1663919465,1702063727,1849324654,774403183,757953385,1633972077,134228332,1630410752,1663923299,1768648559,1869491557,1768319348,1769234787,134245999,1630408192,1869182051,1868770670,1701407599,318769152,1952669998,761624169,1802465123,1831691625,7695973,772669448,1769235297,1663985014,1768648559,524389,1667313170,1702259060,1885827630,1869426020,7102820,773914632,1769235297,1633838454,1868770674,1767994478,779249006,1769107551,2036556150,2020173407,268437504,1952669998,1953068649,1868770681,1701407599,268437504,1650745646,1801678700,1869570861,1936025963,251660288,1684300078,1952802605,1869570861,6646123,772538376,1600414817,1802465123,7562601,772603912,1667523681,1768648559,2002873445,251660288,1684300078,1936287860,1869570861,6646123,772734984,761619553,1802465123,1647142249,134247009,1630410496,762275172,1802465123,1680696681,1818456937,1701669217,524402,1684090387,1868770667,1701407599,1634891565,1919250544,285214720,1852072238,1869570861,761620843,1701732720,524396,1684090396,1868770670,1701407599,1851879469,762078574,1953394531,1701734753,524402,1684090378,1869622640,7370096,772931592,762340449,1970302832,1986997616,1634497125,524409,1684090393,1819045746,1852793695,1953391987,1852793695,1852399988,134247013,1630411008,762016612,1919968359,1869571629,762471796,1885434487,7497072,772603912,762733665,808465197,808792696,201328640,1986289966,842476845,809072696,184551424,1986289966,1869570861,6646123,773259272,1702257761,1936290930,761753193,1802465123,1965909353,134243699,1630408192,1667855972,1868770661,1701407599,335546368,1986289966,1663918957,1768648559,1869491557,1701013876,167774208,761684270,1802465123,134243689,1630407424,1868770662,1701407599,524403,1717644822,1869570861,1936025963,1667326509,1869768555,6581877,772931592,761620065,1802465123,1647142249,1701736033,524402,1717644811,1802397030,1702062949,469764096,1768317230,1852795235,762274913,1869570861,1936025963,1634891565,1919250544,201328640,1835426094,1869562669,1936025963,167774208,761749806,1802465123,134243689,1630408960,1868770663,1701407599,1819242541,7955305,773390344,1663919969,1768648559,1869622629,2036558188,1634891565,1919250544,436209664,761749806,1802465123,1882023273,1667853423,2002739065,1886413170,134247013,1630410496,1868783463,1701407599,1701601631,2002744434,1868852841,524407,1734422033,1869570911,1600481643,1852727650,134247013,1630412032,1937071975,1633645157,1953654124,1852405599,1601662820,1953394531,7630437,772734984,1734698849,761623649,1802465123,134243689,1630410240,1684956519,1868770657,1701407599,1852793645,1953391987,553650176,1734828334,1918990125,1735289198,1851875885,762471790,1802465123,1882023273,1667853423,524409,1734422027,1869570921,1936025963,318769152,1852268846,1869570861,761620843,1936617315,7630437,773914632,762210145,1802465123,1663919465,1702063727,1764586606,1919250030,1634891565,1919250544,553650176,1852268846,1869570861,761620843,1936617315,762605157,1702131055,1920413042,1701867617,524402,1734422034,761619826,1802465123,1999463785,7364978,772669448,1701996385,1868770661,1701407599,524403,1734422035,761619826,1752459639,1869570861,1936025963,234883072,1919377710,1868784997,1701407599,134243187,1630408960,1701147239,1953391981,1869570861,6646123,773128200,1701996385,1852140901,1969565044,1869570861,1936025963,285214720,1651007790,1869570861,1650813291,1701736033,524402,1767976466,1663921453,1768648559,1634479461,7497081,773324808,1831692641,1702260525,2036427890,1667326509,1869768555,6581877,773521416,762145121,1802465123,1848468841,1667855471,1999449445,1886413170,134247013,1630410240,1601724778,1802465123,1667196265,1635020399,1919250025,201328640,1936351534,1936026925,1701273971,167774208,762011950,1802465123,134243689,1630409216,1868770667,1701407599,1633836895,1919250030,301991936,762011950,1802465123,762537321,1852727650,134247013,1630406656,1735548779,134243440,1630407680,1600087659,1802465123,134243689,1630413824,1836280171,1667200101,1701670255,1717531758,1601008239,1986622064,1601790817,1769238382,134243683,1630408192,1953654124,1868770605,1701407599,436209664,1701601582,757953650,1802465123,1868785001,1852142446,1869374068,134245219,1630408448,1953654124,1868770605,1701407599,524403,1818308117,762606181,1684955490,762667365,1802465123,134243689,1630409984,1953654124,1851875885,762471790,1869570861,6646123,773390344,1919249505,1868705140,1868770680,1701407599,1634492255,1953853305,301991936,1701601582,1647146098,1663924335,1768648559,134247269,1630407424,1953654124,1768842029,524396,1818308126,762606181,1886220131,1851877740,1714316643,1684371561,1953456685,7171956,772669448,1919249505,1868770676,1701405551,524403,1818308110,762606181,1668247395,6646123,773062664,1919249505,1868770676,1701407599,1851875885,7497070,773062664,1919249505,1868770676,1701407599,1953849901,7237492,773128200,1919249505,1868770676,1701407599,1852793645,1953391987,352323584,1701601582,1663923314,1768648559,1701653861,1734439795,524389,1818308116,762606181,1802465123,1848468841,1667855471,524389,1818308126,762606181,1802465123,1848468841,1667855471,1868770661,1767994478,7497070,773062664,1919249505,1868770676,1701407599,1819242541,7955305,772997128,1919249505,1868770676,1701407599,1634956589,134243687,1630410496,1953654124,1869570861,1936025963,1667326509,1869767787,524400,1818308117,762606181,1802465123,762537321,1852727650,134247013,1630409216,1953654124,1869570861,1936025963,1918984749,301991936,1701601582,1663923314,1768648559,1647145829,134248559,1630410240,1953654124,1869570861,1936025963,1852793645,1953391987,352323584,1701601582,1663923314,1768648559,1882026853,1667853423,524409,1818308116,762606181,1802465123,1635214697,1852403314,524391,1818308117,762606181,1936942445,778397537,1802465123,134243689,1630411008,1953654124,1769107501,2036556150,1936286765,1767992419,7497069,772472840,1919249505,1735535988,134243440,1630409216,1953654124,1953067821,1868770661,1701407599,369100800,1701601582,1949135986,1801675122,761753193,1802465123,134243689,1630409984,1953654124,1918990125,1735289198,1869571629,7497076,773128200,1919249505,1920413044,1701867617,1868770674,1701407599,318769152,1701601582,1663988850,761360483,1936942445,6645601,772472840,1919249505,1735536244,134243440,1630408960,1953654124,1802465091,1131636073,7104878,773062664,1919249505,1195658356,1667318352,1869768555,6581877,772997128,1919249505,1819234420,1132028777,1768648559,134247269,1630408448,1953654124,1348823382,1702259058,524389,1818308134,1534358117,1635017060,1751474733,1869182561,574452341,1802465123,1647142249,1701736033,6103666,774045704,1919249505,1633966964,1663918452,1768648559,1646411109,1701736033,1868770674,1701407599,134241570,1630412544,1953654124,1952539739,1634610529,574449005,1650423141,1969451881,577991785,524381,1818308137,1534358117,1635017060,761753133,574449257,2003789939,1802465091,1766090089,1634493299,1919249769,134241570,1630411520,1953654124,761753179,574449257,1802465123,1816225129,578056805,524381,1818308132,1534358117,1764583278,1931623782,1131900776,1768648559,1936278629,1767992419,577922413,524381,1818308108,1601466981,1346851423,524356,1818308110,1601466981,1869570911,6646123,773455880,1919249505,1633836916,1919380323,1684960623,1869570911,1701407587,524403,1818308119,1601466981,1953394531,1701734753,1868770930,1701407599,218105856,1701601582,1667200114,1768648559,524389,1818308110,1601466981,1802465123,7562601,773128200,1919249505,1920425844,1701867617,1868770930,1701407599,234883072,1701601582,761361522,1802465123,134243689,1630408448,1953654124,1868770657,1701407599,524403,1818308107,1635021413,1146111820,251660288,1701601582,1600222322,1802465123,7562601,772669448,1919249505,1868783988,1701407599,524403,1818308125,1651798629,757953121,1667330676,1735289195,1769107272,1953394554,134245473,1630411520,1953654124,762470754,1634890797,1852402531,1919243879,1633905012,524396,1818308126,1651798629,1683714657,761361505,1919249505,1663188340,1768648559,6103653,772538376,1919249505,1869570932,6646123,772669448,1919249505,1663919476,1768648559,524389,1818308110,1702130277,1869570911,6646123,773193736,1919249505,1667196276,1768648559,1868783461,1852142702,524404,1818308118,1937011301,1969564973,1869570861,761620843,7496034,773390344,1919249505,1831695220,1734438497,1663922789,1635020399,1919250025,234883072,1718378798,1869570911,1281714539,134248289,1630410240,1852139884,1768841587,1702125933,1802465123,1852401001,335546368,1768710446,1668509285,1768648559,1633824101,1919250030,251660288,1819042094,762606181,1802465123,7562601,773062664,1869376609,1868770679,1701407599,1851875885,7497070,773259272,1869376609,1868770679,1701407599,1852793645,1852399988,134247013,1630411264,2003790956,1869570861,761620843,1769238382,1633904998,1852795252,318769152,1819042094,1663924079,1768648559,1634741605,7103854,773062664,1869376609,1868770679,1701407599,1920234285,6647913,773128200,1869376609,1868770679,1701407599,1634891565,1919250544,352323584,1819042094,1663924079,1768648559,1680700261,1869373801,524391,1818308115,762802028,1802465123,762537321,1868983913,402655232,1819042094,1667200879,1768648559,1667199845,1635020399,1919250025,268437504,1819042094,1684371311,1869570861,1936025963,251660288,1819042094,1684104562,1869570937,6646123,773128200,1953262689,1801677170,1849896307,1767009385,1852793442,301991936,1936482606,1869570861,761620843,1953789282,134245999,1630408960,1818195052,1600417895,1802465123,7562601,773652488,1635019873,1634888045,1885628205,1868770674,1701407599,1852793645,1953391987,603981824,1953259822,1634628197,1702259060,1869570911,1600481643,1702453612,1633836914,1919380323,1684960623,536872960,1953259822,1634628197,1702259060,1869570911,1600481643,1702453612,1869111154,1919247468,369100800,1953259822,1701737061,1869562740,1298491755,1634956133,134243687,1630409472,1969845356,1919954285,1667331689,1633824121,524402,1818308134,1668117876,761619567,1802465123,1848468841,1718187119,1952539497,762212201,1885434487,7497072,772866056,1769368673,1868785006,1701407599,1868983913,285214720,762143022,1802465123,1848468841,1667855471,524389,1835085325,1869570861,1650813291,134247009,1630406912,1731015277,7499876,772800520,1650683233,1869570861,761620843,7233890,772931592,1650748769,1885826093,1868770660,1852142446,524404,1835085326,1919968359,1869570861,6646123,773455880,1684499809,1868788336,1701407599,1918984749,1835365421,1952541808,524389,1835085333,762129779,1802465123,1999463785,1768845921,134244206,1630409472,1663924845,1768648559,1848472421,1667855471,524389,1851862546,1954114657,762536809,1936617315,7630437,772997128,1818324577,1667855481,1667194739,1702063727,134247534,1630407168,1868784750,1701407599,385878016,1768841518,1702125933,1869570861,761620843,1936942445,6645601,773193736,1835626081,761623649,1802465123,1848468841,1667855471,524389,1851862544,1952542057,1868770661,1701407599,524403,1851862552,1952542057,1731093605,762474596,1953394531,1701734753,524402,1851862548,1853189998,1701668195,1663923310,1768648559,524389,1851862556,1853189998,1701668195,1663923310,1768648559,1920413029,1701867617,524402,1851862551,1853189998,1701668195,1697477742,1868770677,1701407599,385878016,1852727598,1650553977,1869570861,761620843,1936617315,7630437,773390344,1852796513,1970236793,1868770675,1852142446,1633824116,1919250030,419432448,1869504814,1869445486,1867805557,1852785491,1953391987,1935764831,524395,1851862541,762605173,1802465123,134243689,1630409728,1868770671,1701407599,1852793645,1852399988,134247013,1630409472,1663919215,1768648559,1868770661,1852142446,524404,1885416988,1869570861,761620843,1936617315,762605157,1953394531,1701734753,524402,1885416986,1869570861,1936025963,1919249505,1868770676,1767994478,7497070,772997128,761360481,1936617315,762605157,1852727650,134247013,1630409216,1663918448,1702063727,1915581550,1952805733,335546368,1634754862,1852793645,1953391987,1634891565,1919250544,184551424,1886413102,1869570861,6646123,773128200,762343521,1802465123,1630365033,1701147239,1953391981,301991936,1886413102,1869570861,761620843,1852727650,134247013,1630408704,1663922288,1768648559,1633889637,134243442,1630409472,1663922288,1768648559,1868770661,1852142446,524404,1885416981,1868770672,1701407599,1852793645,1852399988,134247013,1630408704,1663922288,1768648559,1768697189,134243694,1630410240,1663922288,1768648559,1768697189,1764582766,1919250030,301991936,1886413102,1869570861,761620843,1769238382,134243683,1630408448,1663922288,1768648559,1869753701,524407,1885416989,1868770672,1701407599,1734421875,1835361650,762605157,1852727650,134247013,1630409728,1680699504,1818456937,1701669217,1735535986,134243440,1630408704,1731031152,762474596,1769238382,134243683,1630409728,1915580528,544501615,1663967294,1768648559,134247269,1630409728,1999466608,1886413170,1663922789,1768648559,134247269,1630407936,1600090224,1802465123,7562601,773455880,1601204321,1936289119,1868770659,1701407599,1868783455,1852142446,524404,1885416977,1868783472,1701407599,1701601631,134247538,1630407680,1734307952,762474596,134230573,1630408704,1869770864,1663919478,1768648559,134247269,1630410496,1869770864,1663919478,1768648559,1747809125,1701077349,524402,1885416978,1987015280,1869562725,1936025963,7496002,773062664,1953525857,1919249257,1869570861,761620843,7496034,773193736,2020634721,1869570861,761620843,1852727650,1697477221,524405,1885417e3,1869639538,1684633389,1937007975,1869575213,1918984812,1869570861,761620843,1953394531,1701734753,524402,1918971408,1868783455,1701407599,1718511967,524399,1918971407,1953391975,1869570911,1936025963,218105856,1869766958,1130655349,1768648559,524389,1918971413,1936879475,1802465091,2002740585,1886413170,134247013,1630407424,1663923314,1768648559,524389,1918971413,1868770678,1701407599,2002739059,1886413170,134247013,1630411776,1768893811,1633966956,1898799476,1864514913,1278045289,1919252833,134241570,1630409216,1667194739,1768648559,1633824101,1919250030,402655232,1634951470,1869570861,761620843,1769238382,1633904998,1852795252,385878016,1936941358,1650422885,1315007585,1718187119,1952539497,7237481,773062664,1769173857,1701670503,757953646,1802465123,7562601,772866056,1719300961,1702453580,1852785522,1953391988,352323584,1819566382,1937010273,1869570911,1920425835,1701867617,524402,1952525847,1868770669,1701407599,1768172915,1634493299,1919249769,268437504,1987338542,1633824105,1919250030,1886217005,385878016,1987338542,1868770665,1701407599,1936286765,1767992419,7497069,773521416,1769370721,1769107501,2036556150,1819242541,762930025,1969516397,134243692,1630408448,1919906421,1634610529,1633841006,524402,1969303057,1853188979,1663923302,1768648559,134247269,1630409472,1920234357,1667195241,1768648559,1634492261,524407,1969303052,1663920244,1768648559,524389,1969303061,1634561908,1663923314,1768648559,1701601637,134247538,1630409216,1868770678,1701407599,1634891565,1919250544,201328640,1131831598,1768648559,2002865253,301991936,1635148078,1668178284,1831691624,1634956133,134243687,1630410240,1953654134,1702065001,1953391981,1869570861,1936025963,335546368,1702256942,1936290930,1701668211,1866691694,1701407599,452986880,1702256942,1936290930,1701668211,1866691694,1701407599,1953394499,7695973,773128200,1919252065,1936943476,1852140901,1869562740,1936025963,301991936,1735811374,1869570861,761620843,1769238382,134243683,1630408192,1663919990,1768648559,1918984805,335546368,1735811374,1869570861,1936025963,1869897567,1701603175,285214720,1752588590,1802465123,1868785001,1852142446,524404,1986080276,1663918441,1768648559,1868770661,1852142446,524404,1986080281,1663918441,1768648559,1868770661,1852142446,1920413044,134246497,1630411264,761358710,1802465123,1701668201,1734439795,1868705125,1836020852,234883072,1769365806,1663922035,1768648559,134247269,1630409728,1869834614,1869570861,1936025963,2036427821,134247013,1630408960,1869834614,761619501,1802465123,7562601,773193736,1936291425,1701260655,1869182067,1868770670,1701407599,524403,1986080267,762278761,1685088108,385878016,1769365806,1882025843,1953066095,761357161,1802465123,7562601,772538376,1936291425,1869562735,6646123,772603912,1936291425,1869562735,1936025963,335546368,1769365806,1866690419,1701407599,1852785523,1953391988,285214720,1769365806,1866690419,1701407599,2020165235,524399,1986080272,1131377513,1768648559,2018800485,524404,1986080266,1282372457,4476999,773128200,1936291425,1819234415,1667855465,1869570913,1936025963,251660288,1769365806,1600089971,1802465123,7562601,772603912,1936291425,1868783471,1701407599,234883072,1769365806,1667198835,1768648559,134247269,1630408704,1869834614,1885826143,1868717924,134248804,1630407680,1869834614,1802465123,134243689,1630407936,1869834614,1802465123,7562601,772669448,1936291425,1885826159,1633824100,524402,1986080275,1868770675,1701407599,1936026925,1701273971,218105856,1987469614,1131377513,1768648559,524389,1986080270,1869834614,1869570911,6646123,772800520,1663924065,1768648559,1818307941,7631461,773324808,1663924065,1768648559,1633824101,1919250030,1702260525,7957618,772669448,1663924065,1768648559,1634479461,524407,2002857483,1869570861,1936025963,318769152,846684462,1986096685,1886352429,1869570861,6646123,773652488,1986099041,1868783461,1852142446,1869438836,1600938340,1801675106,1886351972,419432448,1635213614,1667196278,1702063727,1834972270,1818322031,1701867359,524398,2002857492,1869622629,1701407600,1868770675,1852142702,524404,2002857495,1869622629,1701407600,1634479475,1601332601,1802658148,184551424,1702322478,1869570911,6646123,773062664,1600485217,1802465123,1935631721,1769239653,7563118,772997128,1936029537,761621871,1663923557,1768648559,134247269,1630410240,1663921783,1768648559,1868770661,1768714349,1701015137,318769152,1937203502,1869570861,761620843,1936617315,7630437,772538376,761362529,1802465123,7562601,772407304,1130461281,1768648559,524389,2019634715,1868770665,1701407599,1852793645,1953391987,1634891565,1919250544,452986880,1836605742,1802465123,1848468841,1667855471,1868770661,1767994478,7497070,772669448,762542177,1663919213,1768648559,524389,761409035,1869570861,1936025963,268437504,1630364206,1885692771,1868770676,1701407599,184551424,1663918638,1936617315,7630437,773586952,1868770658,1852142702,1935748468,1601463667,1802465123,1751082345,7630441,772800520,1868770658,1701407599,1851875885,7497070,773259272,1868770658,1701407599,1851875885,762471790,2020173357,134243429,1647187712,1869570861,761620843,1852727650,1600090725,1701736041,524402,761409041,1802465123,1663919465,1702063727,134247534,1647185408,1869570861,761620843,1953393e3,385878016,1663918638,1768648559,1869491557,1701013876,1851875885,7497070,773193736,1868770658,1701407599,1953459757,1667851881,1869182049,524398,761409041,1802465123,1865246057,1819436406,134248801,1647185920,1869570861,761620843,1768714096,134248803,1647185664,1869570861,761620843,1970302832,524400,761409038,1802465123,1949132137,7632997,772866056,1868770658,1701407599,1918990125,1735289198,251660288,1663918638,1768648559,1851867749,7497070,772538376,1868770658,1701407599,7892802,772800520,1868770658,1701407599,1936617283,7630437,772734984,1868770658,1701407599,1818323268,134244207,1647185664,1869570861,1600481643,1685021279,524409,761409044,1802465123,1600087401,1953394531,1701734753,524402,761409038,1802465123,1751082345,7630441,772407304,1868770658,1701407599,524403,761409040,1802465123,762537321,1919249505,524404,761409038,1802465123,762537321,7496034,772997128,1868770658,1701407599,1852386675,1836216166,134247013,1647186432,1869570861,1936025963,1936026925,1701273971,452986880,1663918638,1768648559,1650422629,1701736033,1868783474,1767994478,7497070,772997128,1868770658,1701407599,1852399475,1836216166,134247013,1647187712,1869570861,1936025963,1953459807,1667851881,1869182049,524398,761409039,1986491236,1633824111,1919250030,268437504,1714250286,1702129519,1868770674,1701407599,268437504,1747804718,1701077349,1868770674,1701407599,234883072,1882022446,1667853423,1852386681,134246246,1647186944,1886351405,1663922293,1768648559,1920425829,134246497,1647186176,1769107501,2036556150,1819242541,7955305,772472840,1667194722,1768648559,134247269,1647185664,1869570911,1113942379,1701736033,524402,1600269839,1802465123,1869505897,1701013876,352323584,761356846,1852727650,1680700005,1818456937,1701669217,524402,1633824267,1869570861,1936025963,234883072,1600217646,1802465123,1650419049,134247009,1647185920,1869635425,1601205616,1802465123,134243689,1647187712,1684759393,762343282,1802465123,1882023273,1667853423,524409,1633824273,1919183715,1663922287,1768648559,134247269,1647187712,1735091041,1853190002,1818320740,1668575845,1768648559,524389,1633824281,1919380323,1684960623,1869570911,1600481643,1852727650,134247013,1647185408,1701274721,1769107551,2036556150,301991936,1801544238,1663919205,1768648559,1647145829,134247009,1647184896,1663921761,1768648559,134247269,1647184640,761556577,1885628205,524402,1633824269,761357422,1802465123,134243689,1647185920,1633971809,1885692737,1768120692,134245999,1647185152,1633971809,1802465123,7562601,773193736,1684955490,762667365,1701012321,1663923312,1768648559,524389,1633824269,1634034798,1851993461,134245481,1647185664,1701080673,1663923553,1768648559,524389,1633824278,1634034798,1868770677,1701407599,1953456685,7171956,773259272,1684955490,762667365,1802465123,1999463785,1886413170,134247013,1647185920,1701080673,1663923553,1768648559,134247269,1647188992,1701080673,1764586849,1919903342,1769234797,1663921775,1768648559,134247269,1647186688,1701080673,1932359009,1936485477,1920295781,524389,1633824272,1634034798,1920413045,1701867617,524402,1633824270,1634034798,1869562741,6646123,772734984,1684955490,1131766117,1768648559,134247269,1647186176,1701080673,1600091489,1802465123,7562601,772603912,1684955490,1601528165,1818848867,268437504,1851875886,1969317220,1852793695,1953391987,251660288,1851875886,1969317220,1869570911,6646123,772800520,1684955490,1601528165,1802465123,7562601,772538376,1684955490,1668637029,7104878,772997128,1684955490,1668637029,1668049262,1768648559,134247269,1647185152,1919250017,1869570861,6646123,772669448,1802396002,1663919209,1768648559,524389,1633824268,1663921774,1768648559,524389,1633824271,1919250030,1868770605,1701407599,369100800,1851875886,762471790,1869570861,761620843,1768714096,134248803,1647186688,1701736033,1663905138,1768648559,1697477477,524405,1633824279,1919250030,1868770605,1701407599,1869622643,2036558188,218105856,1851875886,762471790,1885628205,524402,1633824269,1919250030,1735142701,134243440,1647188480,1701736033,1667313010,1635020901,1852795235,1869570861,1936025963,318769152,1851875886,762471790,1936617315,762605157,7105633,772669448,1852727650,1663922789,1768648559,524389,1633824281,1919250030,1869570861,761620843,1801675106,1970238055,134243438,1647187456,1701736033,1868770674,1701407599,1852793645,1953391987,402655232,1851875886,762471790,1802465123,1663919465,1635020399,1919250025,352323584,1851875886,762471790,1802465123,1882023273,1667853423,524409,1633824278,1919250030,1869570861,761620843,1885434487,7497072,772734984,1852727650,1663922789,1768648559,134247269,1647186176,1701736033,1868770674,1701407599,3288435,773128200,1852727650,1663922789,1768648559,1630368613,1953654124,335546368,1851875886,762471790,1802465123,762537321,2003789939,385878016,1851875886,762471790,1802465123,762537321,1885434487,7497072,773324808,1852727650,1663922789,1768648559,1600090981,1885434487,7497072,773062664,1852727650,1697477221,761360499,1885434487,7497072,772866056,1852727650,1697477221,1868770677,1701407599,201328640,1851875886,762471790,1919968359,201328640,1851875886,762471790,1685088108,335546368,1851875886,762471790,1685088108,1852793645,1953391987,503318528,1851875886,762471790,1685088108,1852793645,1953391987,1852793645,1852399988,134247013,1647187456,1701736033,1735142770,1663919216,1635020399,1919250025,385878016,1851875886,762471790,1685088108,1868783455,1767994478,7497070,773193736,1852727650,1831694949,1634956133,1663919463,1970302832,524400,1633824275,1919250030,1819242541,762930025,1885434487,218105856,1851875886,1131570542,1768648559,524389,1633824270,1919250030,1802465091,7562601,773062664,1852727650,1850307173,1836216166,1986622561,5588321,772472840,1852727650,1196192357,134235216,1647187968,1701736033,1769099378,2036556150,1701012289,1851880560,134243683,1647189504,1701736033,1633966962,1647141236,1701736033,1663188338,1768648559,1562538853,268437504,1851875886,1601332590,1869570911,1936025963,402655232,1851875886,1601332590,1702260575,2036427890,1868770605,1701407599,369100800,1851875886,1601332590,1701012321,1667200112,1768648559,134247269,1647185152,1701736033,1868783474,6646123,773259272,1852727650,1667199589,1702063727,1601139566,1802465123,134243689,1647185408,1701736033,1868783474,1701407599,251660288,1851875886,1601332590,1802465123,7562601,772538376,1852727650,1818194533,6582375,772669448,1852727650,1885303397,1667853423,524409,1633824269,1919250030,1802465123,134243689,1647185920,1768844897,1130721893,1768648559,134247269,1647185920,1768844897,1600483941,1802465123,134243689,1647185664,1768844897,1667592805,1768648559,524389,1633824272,1663905138,1768648559,1633824101,524402,1633824272,1663905138,1768648559,1953459813,524389,1633824269,1663905138,1768648559,134247269,1647184640,1663922785,1768648559,524389,1633824268,1868770674,1701407599,524403,1633824272,1868770674,1701407599,1952918899,524397,1633824271,1868770674,1701407599,1752182131,251660288,1918984750,762668333,1802465123,7562601,772472840,779247970,1802465123,134243689,1647186688,1965978209,1647141732,1747808865,1701080175,524402,1633824266,1869562738,6646123,772538376,1601331554,1986622064,7955297,773259272,1920098658,1986080097,762278761,1986622064,1684628321,134243425,1647185152,1634890337,1869570861,6646123,772669448,1920098658,1868770657,1701407599,524403,1633824276,761361010,1802465123,762537321,1633972077,524396,1633824269,1600221810,1802465123,134243689,1647185408,1634890337,1869570911,1936025963,218105856,1918984750,1663919474,1768648559,524389,1633824275,761623154,1868983913,1869570861,1936025963,301991936,1918984750,1850303858,1866690406,1701407599,134230643,1647185408,1701999201,1868783455,1701407599,218105856,1918984750,1667196274,1768648559,524389,1633824270,1600483954,1802465123,7562601,772603912,1702060386,1869570861,1936025963,553650176,1935761966,1919967077,1667331689,1869635449,2036558188,1953459807,1667851881,1869182049,524398,1633824276,762078579,1802465123,762537321,1970302832,524400,1633824273,1600939379,1802465123,1650419049,134247009,1647191552,1667855201,1919167789,1831696225,1634956133,1647142247,1663922785,1768648559,1869491557,1701013876,486541312,1935761966,1717527401,1970561381,762537330,1802465123,1701668201,1734439795,524389,1633824274,808464757,1869570911,761620843,7496034,772931592,1601528162,1869570911,1650813291,1701736033,524402,1633824280,762471801,1802465123,1680696681,1818456937,1701669217,524402,1650601490,1667457325,762605669,1802465123,7562601,772866056,1663918690,1702063727,1633842286,1919250030,285214720,761422382,1802465123,1848468841,1667855471,524389,1650601483,1869570861,1936025963,436209664,761422382,1802465123,762537321,1818323300,1999464303,1886413170,134247013,1647188480,1701326178,1919247457,1667325791,1953523043,1869570861,1936025963,301991936,1633837614,1886351405,1663922293,1768648559,134247269,1647186688,1663921250,1768648559,1868770661,1852142446,524404,1667378705,1869570861,761620843,1852727650,134247013,1647187200,1868770659,1701407599,1936286765,1767992419,7497069,773193736,1884250978,1332627828,1970238576,1953451636,1701406313,524402,1667378701,1663919461,1768648559,134247269,1647187200,1835754851,1600480101,1802465123,1601398121,7760228,772341768,1869570914,2053466475,318769152,1885561390,1769238350,1633904998,1852795252,7496002,772997128,1967285346,1866693242,1701407599,1768714064,134248803,1647184384,1869570916,1936025963,318769152,1701077550,1667194743,1768648559,1851875941,7497070,773324808,761685090,1802465123,1882023273,1667853423,1869622649,7370096,773259272,1601397858,1768843629,1869570911,1600481643,1768714096,134248803,1647187712,1663923556,1768648559,1868770661,1852142446,1633824116,524402,1700933146,1885628205,1868770674,1701407599,1953459757,761619305,7496034,774242312,1851876706,1868770675,1701407599,1869491571,1768319348,1769234787,1600089711,1953394531,1701734753,524402,1700933131,1868770668,1701407599,301991936,1818583598,1869570861,761620843,1852727650,134247013,1647185664,1869049445,1868770674,1701407599,524403,1700933143,1919251572,1663922295,1768648559,1869491557,1701013876,201328640,1969578542,1868770659,1701407599,301991936,2053464622,1663922042,1768648559,1647145829,134247009,1647186944,1868770662,1701407599,1852793645,1852399988,134247013,1647186432,1868770662,1701407599,1634891565,1919250544,201328640,1600545326,1919968359,2020565599,167774208,1600610862,1802465123,134243689,1647184640,1868783463,1701407599,524403,1734487566,1885628255,1869635442,7370096,772407304,1868785506,1701407599,524403,1751264796,1869570861,1936025963,1886351405,1647145077,1735091041,1853190002,524388,1751264787,1869570861,1936025963,1918990125,1735289198,301991936,761815598,1702453612,1869562738,1281714539,134248289,1647186688,1869562728,1113942379,1918335087,1701867617,524402,1768041996,1764581731,1852402798,524389,1768042007,1769366883,1717526884,1684371561,1869570861,1936025963,251660288,1885954606,1702060368,1869562731,6646123,772997128,1668508002,1869902959,761492270,1953787746,134245743,1647185920,1969451881,1831695465,1634956133,134243687,1647185408,1969451881,1965913193,1701273971,318769152,1936286254,1953068387,762867554,1885434487,7497072,772734984,1668508002,1937009013,1634956589,134243687,1647188224,1868770667,1701407599,1701601581,1932358770,1801675118,7496034,773062664,1663920994,1768648559,1868770661,1767994478,7497070,772931592,1663920994,1768648559,1701653861,1734439795,524389,1801596429,1869570861,1113942379,134247009,1647184640,1868770667,1701407599,524403,1801596436,1869570861,1936025963,1920425823,1701867617,524402,1801596427,1868783463,1701407599,268437504,1634492974,1647143779,1868770663,1701407599,335546368,1768710702,1869898862,1868721263,1868770680,1701407599,184551424,1802265134,1869562669,6646123,772734984,762014818,1668507972,1835622764,134247013,1647187456,1663921004,1768648559,1768172901,1634493299,1919249769,218105856,1802265134,1869570911,1701407587,524403,1818373651,1663918959,1768648559,1633824101,1919250030,234883072,1869373998,1868770659,1701407599,134243373,1647185152,761491308,1802465123,7562601,772472840,1668246626,1802465091,134243689,1647184896,1130590060,1768648559,134247269,1647184384,1600352108,1818848867,201328640,1869373998,1868783459,1701407599,352323584,1869373998,1868783459,1701407599,1634890847,1852402531,524391,1818373645,1667195759,1768648559,134247269,1647184640,1667460972,1768648559,524389,1818373659,762012527,1634034221,1868770670,1701407599,1852793645,1953391987,520095744,1869373998,757951331,1668246626,2003643755,1869570861,761620843,1936617315,7630437,772669448,1668246626,1663905131,1768648559,524389,1818373654,762012527,1869570861,761620843,1936617315,7630437,773521416,1668246626,1663905131,1768648559,1869491557,1768319348,1769234787,134245999,1647187200,1801678700,1868770605,1701407599,1936617315,7630437,773390344,1668246626,1831677291,1868770679,1701407599,1852793645,1953391987,301991936,1869373998,1127050083,1768648559,1869365861,134245219,1647187200,1801678700,1667457325,762605669,1802465123,7562601,773062664,1668246626,1918971243,1701345140,1731028338,7499876,773062664,1668246626,2002857323,761624161,1936617315,7630437,773128200,1668246626,878849387,1868770670,1701407599,1918984749,301991936,1869373998,1647143779,1663919726,1768648559,134247269,1647188480,1801678700,1885954861,1663924329,1768648559,1852793701,1819243124,419432448,1869373998,1663920995,1663918956,1768648559,1882026853,1667853423,524409,1818373659,762012527,1802465123,1630365033,1885692771,1869491572,2036754804,369100800,1869373998,1663920995,1768648559,1885416805,1987015280,134245473,1647186944,1801678700,1869570861,761620843,1852727650,134247013,1647188480,1801678700,1869570861,761620843,1769238382,1633904998,1852795252,318769152,1869373998,1663920995,1768648559,1869622629,7370096,772997128,1668246626,1868770667,1701407599,1634956589,134243687,1647187712,1801678700,1869570861,1684367723,1818456937,1701669217,524402,1818373650,762012527,1802465123,1869636969,7370096,773128200,1668246626,1868770667,1701407599,1818307955,1702130277,452986880,1869373998,1663920995,1768648559,1680700261,1869373801,1818373479,7037807,773455880,1668246626,1868770667,1701407599,1852386675,1836216166,1869182049,524398,1818373652,762012527,1802465123,762537321,1970302832,524400,1818373651,762012527,1802465123,762537321,1685088114,419432448,1869373998,1663920995,1768648559,1915581285,761557095,1668246626,524395,1818373654,762012527,1802465123,762537321,1852989815,6778473,773062664,1668246626,1868770667,1701407599,1952670067,6649449,773062664,1668246626,1969565035,1802465123,1818387817,7037807,773390344,1668246626,1684483435,1663922800,1768648559,1633824101,1919250030,301991936,1869373998,1764584291,762275438,1802465123,134243689,1647188736,1801678700,1936223021,1868770676,1701407599,1886413101,1635151730,524396,1818373649,762012527,762803052,1802465123,134243689,1647188992,1801678700,1953459757,1667851881,1869182049,1663905134,1768648559,134247269,1647186432,1801678700,1919905837,1869570861,1936025963,184551424,1869373998,1915579235,6582375,773324808,1668246626,1769352555,1663922036,1768648559,1869622629,7370096,773324808,1668246626,1635200363,1868770680,1701407599,1852793645,7234931,773390344,1668246626,1635200363,1868770680,1701407599,1852793645,1953391987,234883072,1869373998,1663986531,1768648559,134247269,1647188992,1801678700,1802465091,1732339049,1835361650,1467248229,1886413170,134247013,1647186432,1801678700,1802465091,1631741289,1919250030,301991936,1869373998,1866689379,1701407599,1769238350,134243683,1647187968,1801678700,1802465091,1867408745,1768319348,1769234787,134245999,1647185152,1801678700,1802465091,7562601,773259272,1668246626,1667194731,1702129263,1663923310,1768648559,134247269,1647186944,1801678700,1769430879,2003788910,1684483373,134247024,1647185408,1801678700,1852793695,1953391987,218105856,1869373998,1667197795,1768648559,524389,1818373651,1600873327,1802465123,757949801,2003789939,318769152,1869373998,1667197795,1768648559,1869635429,7370096,772997128,1668246626,1701666667,1667199859,1768648559,134247269,1647185152,1801678700,1802465123,7562601,773390344,1668246626,1986096747,1936025389,1852795252,1869570861,1936025963,268437504,1869373998,1869562727,1130719595,1919252079,218105856,1869373998,1667194727,1768648559,524389,1818373647,1702195567,1869570861,1936025963,318769152,1869373998,1281717617,1818322789,1802465091,7562601,773193736,1903127650,1985963381,1635020389,1866686830,1701407599,524403,1818373646,1702195567,1802465123,7562601,772931592,762539106,1802465123,1882023273,1667853423,524409,1818373651,1634493813,1731031906,1601335396,1918984799,335546368,1970037294,1868770674,1701407599,1852793645,1953391987,150996992,1668112942,1768648559,524389,1835150877,1868770666,1701407599,1953459757,1650811753,1663922785,1702129263,134247534,1647184896,1663922285,1768648559,134247269,1647187200,1663923053,1768648559,1868770661,1767994478,7497070,773193736,762670434,1802465123,1680696681,1818456937,1701669217,524402,1835150879,1868770679,1701407599,1953459757,1667851881,1869182049,1869098350,1919247468,268437504,762208814,1802465123,1882023273,1818586721,469764096,762208814,1802465123,1882023273,1886220146,1667194740,1635020399,1919250025,184551424,762208814,1802465123,7562601,772669448,1663921762,1768648559,1999467365,524402,1851928078,1868783476,1701407599,7496002,772538376,761491298,1802465123,7562601,772800520,2036625250,1918990125,1869562734,6646123,773128200,1684828002,1802465123,1631741289,1702252402,2036427890,268437504,1852793390,1131176297,1631744109,1919250030,318769152,1869570606,762146676,1802465123,1999463785,7364978,773062664,1685221218,1663922789,1768648559,1919894117,7497060,772931592,1819438946,1131635297,1768648559,1869108069,524407,1868705300,1663921778,1768648559,1920413029,1701867617,524402,1868705293,1663921778,1768648559,134247269,1647186688,1869902959,1663905133,1768648559,1633824101,524402,1868705307,1836020852,1868770605,1701407599,1918984749,1702260525,2036427890,285214720,1953456686,762146676,1868770864,1701407599,524403,1868705298,1836020852,1918984749,1869570861,6646123,772997128,1953787746,1647144303,1663922785,1768648559,134247269,1647186944,1869902959,1868770669,1701407599,1869373997,134245219,1647187456,1869902959,1868770669,1701407599,1852793645,1953391987,318769152,1953456686,762146676,1802465123,1764582761,7300718,772997128,1953787746,1663921519,1768648559,1920413029,134246497,1647187456,1869902959,1868770669,1701407599,1634891565,1919250544,402655232,1953456686,762146676,1802465123,1999463785,1886413170,841839205,436209664,1953456686,762146676,1802465123,762537321,1801675106,1970238055,134243438,1647187456,1869902959,1868770669,1701407599,1919888755,1919247461,469764096,1953456686,762146676,1701736314,1919967071,1667331689,1869622649,2036558188,385878016,1953456686,778923892,1802465123,1600087401,1952671091,7237481,772538376,1953787746,1816227183,7631461,772669448,1953787746,1866689903,1701407599,524403,1868705297,1836020852,1986622032,1098474337,134245484,1647187200,1869902959,1667194733,1768648559,1818373477,7037807,772669448,1953787746,1667198319,1768648559,524389,1868705300,1836020852,1869570911,1600481643,1668246626,524395,1868705303,1836020852,1953525599,1601467759,1869508193,1701015157,201328640,2020565550,1868770605,1701407599,218105856,2020565550,1868770605,1701407599,524403,1868705299,1667313016,1953523043,1869570861,1936025963,251660288,2020565550,1919377709,1731028325,7499876,773324808,762867554,1919249505,1868770676,1701407599,1936615725,6644841,772931592,762867554,1936291425,1868770671,1701407599,524403,1868705291,1868770680,1701407599,318769152,2020565550,1869570861,761620843,1936617315,7630437,773128200,762867554,1802465123,1663919465,1635020399,1919250025,318769152,2020565550,1869570861,761620843,1953394531,7630437,773128200,762867554,1802465123,1680696681,1818456937,1919249761,301991936,2020565550,1869570861,761620843,1814918501,134248289,1647188224,1663924335,1768648559,1852386661,757952358,1919252079,7954796,772931592,762867554,1802465123,1848468841,1667855471,524389,1868705292,1868770680,1701407599,524403,1868705296,1852386680,1663922022,1768648559,524389,1868705312,1869622648,1769236844,1882022243,1635150194,1633970531,1714251108,1702129519,524402,1868705296,2020879736,1868770676,1701407599,524403,1868705296,1987461496,1131377513,1768648559,524389,1868705293,1801995128,1802465091,134243689,1647186176,1749252207,1869562731,1466263915,7364978,772866056,1131966306,1702129263,1866691694,1701407599,184551424,2020565550,1869562719,6646123,772472840,1601728354,1802465123,134243689,1647184896,1667201135,1768648559,134247269,1647187712,1769633903,761359468,1802465123,762537321,1970302832,524400,1885482513,1869570861,761620843,1852727650,134247013,1647188224,1868770672,1701407599,1953459757,761619305,1885434487,7497072,772931592,761360482,1802465123,1647142249,1701736033,524402,1885482524,1735535992,1663919216,1768648559,1868705125,1836020852,1701732688,524396,1902259732,1651469415,1735552097,1647142e3,1701736033,524402,1919036941,1869570861,1650813291,134247009,1647187712,1868718450,1869570861,761620843,1953394531,1701734753,524402,1919036961,1953724261,1663922789,1768648559,1633824101,1869491570,1768319348,1769234787,134245999,1647187712,1735289202,1869570861,761620843,1953394531,1701734753,524402,1919036946,1969577835,1869570911,1600481643,6779757,773718024,2003792482,1718773107,1970561381,762537330,1802465123,1853056361,1701078373,524388,1919036941,762606965,1802465123,134243689,1647186176,1868770675,1701407599,1953459757,6644585,772538376,1731031906,762474596,7823724,772800520,1882026850,1886744687,1869570861,6646123,772800520,1932358498,762343285,1802465123,7562601,772866056,1999467362,762339698,1919968359,2002873389,301991936,1953718830,1663922785,1768648559,1852386661,134246246,1647187712,1835234419,1663924070,1768648559,1920413029,1701867617,524402,1952591385,1868770679,1701407599,1819242541,762930025,1734633847,134247525,1647187968,1663924340,1768648559,1869491557,1768319348,1769234787,134245999,1647187712,1663924852,1768648559,1869622629,1601205616,1918985055,524388,1969368595,1663918440,1768648559,1633824101,1919250030,167774208,1953849902,1114793332,134247009,1647186688,1702130805,1918976626,1919954221,1667331689,524409,1986145805,1802465091,1114858857,134247009,1647184384,1868770679,1701407599,268437504,1131897390,1768648559,1936018789,1701273971,251660288,1886872110,1869570861,761620843,7496034,773521416,762869602,1802465123,1663919465,1702063727,1999467630,1886413170,134247013,1647185664,1852386680,1663922022,1768648559,524389,2019700257,1851878445,1735289188,1869570861,1936025963,1886351405,1999466613,1768845921,134244206,1647187456,1634545016,1663921769,1768648559,1869622629,2036558188,402655232,1937269294,1634545012,1663921769,1768648559,1869622629,2036558188,285214720,1601790510,1802465123,1885300073,1667853423,524409,2036477460,1802465123,762537321,1953394531,1701734753,524402,2053254666,1869570861,6646123,772734984,1866673507,1701407599,1852727618,134247013,1663963904,1869562669,1147496811,1818456937,1701669217,524402,761474575,1802465091,1867408745,1701013876,268437504,1630364462,1885692771,1868770676,1701407599,268437504,1630364462,1953654124,1868770605,1701407599,251660288,1630364462,1953654124,1869570861,6646123,773259272,1851862371,1853189998,1701668195,757953646,1802465123,134243689,1663962624,1886413101,1869570861,1936025963,369100800,1630364462,1663922288,1768648559,757953381,1953787746,134245743,1663964672,1886413101,1869570861,1936025963,1769090349,1852793442,201328640,1630364462,1631744112,1919250030,251660288,1647141678,1701080673,1915581793,6582375,772800520,1633824099,1919250030,1869570861,6646123,772800520,1633824099,1919250030,1802465123,7562601,773324808,1633824099,1919250030,1802465123,762537321,1701867309,6579566,772997128,1633824099,1919250030,2002739059,1886413170,134247013,1663963136,1918984749,1667195250,1768648559,134247269,1663966464,761750061,1868785011,1918985326,1667444345,1953456685,762146676,7496034,772734984,1851993443,1999465577,1886413170,134247013,1663962880,1852793645,1953391987,1919903277,524397,761474578,1936617315,762605157,1919252079,7954796,773390344,1868770659,1852142446,2036419700,1600090725,1701736041,2020557426,301991936,1663918894,1702063727,1918137454,1768645473,134244206,1663962880,1852793645,1953391987,1633836895,524402,761474576,1936617315,1668574821,1768648559,524389,761474584,1936617315,1668574821,1768648559,1630350693,1986622563,524389,761474581,1802465123,757949801,1668508004,1835622764,134247013,1663965440,1869570861,761620843,1852727650,757953125,1634100580,7629941,773455880,1868770659,1701407599,1851875885,762471790,1953394531,1701734753,524402,761474587,1802465123,1647142249,1701736033,1633836914,1919380323,1684960623,369100800,1663918894,1768648559,1633824101,1919250030,1685024095,134245473,1663962880,1869570861,761620843,1668246626,524395,761474573,1802465123,1647142249,134248559,1663964672,1869570861,761620843,1718513507,1920296809,1919906913,285214720,1663918894,1768648559,1868770661,1852142446,524404,761474586,1802465123,1663919465,1702063727,757953646,1634100580,7629941,773324808,1868770659,1701407599,1852793645,1953391987,1851875885,7497070,773259272,1868770659,1701407599,1852793645,1953391987,1685024045,134245473,1663964160,1869570861,761620843,1668508004,1835622764,134247013,1663962624,1869570861,761620843,1868983913,352323584,1663918894,1768648559,1852386661,1836216166,1869182049,524398,761474573,1802465123,1814914409,134248289,1663963392,1869570861,761620843,1936942445,6645601,773062664,1868770659,1701407599,1735617837,1819240493,7497060,772669448,1868770659,1701407599,1953459757,524389,761474576,1802465123,1848468841,1667855471,524389,761474583,1802465123,1848468841,1667855471,1885298533,1886744687,369100800,1663918894,1768648559,1869491557,1768319348,1769234787,134245999,1663965696,1869570861,761620843,1769238382,1633904998,1852795252,1918984749,301991936,1663918894,1768648559,1869491557,1768319348,134247013,1663962880,1869570861,761620843,1701732720,524396,761474576,1802465123,1882023273,1667853423,524409,761474578,1802465123,1882023273,1853190255,7497060,772866056,1868770659,1701407599,1918990125,1735289198,385878016,1663918894,1768648559,1635200357,1852403314,1634741607,7103854,772866056,1868770659,1701407599,1634891565,1919250544,251660288,1663918894,1768648559,1667449189,7630949,772734984,1868770659,1701407599,1852727618,134247013,1663965184,1869570861,1113942379,1701736033,1865231730,1819436406,134248801,1663962112,1869570861,1113942379,134247009,1663963648,1869570861,1130719595,1635020399,1919250025,251660288,1663918894,1768648559,1819234405,7955305,772997128,1868770659,1701407599,1768714064,1647147363,134248559,1663963392,1869570861,1600481643,1851875935,7497070,773062664,1868770659,1701407599,1868783455,1767994478,7497070,773455880,1868770659,1701407599,1701666655,1734439795,1831677285,1818518633,524389,761474575,1802465123,1633838441,1919250030,201328640,1663918894,1768648559,1918984805,218105856,1663918894,1768648559,1852401765,524404,761474574,1802465123,1869636969,7370096,773390344,1868770659,1701407599,1667313011,1953523043,1701015137,1735617837,268437504,1663918894,1768648559,1630368613,1953654124,234883072,1663918894,1768648559,1647145829,134247009,1663963136,1869570861,1936025963,1869373997,134245219,1663963648,1869570861,1936025963,1852793645,1953391987,452986880,1663918894,1768648559,1680700261,1818456937,1701669217,1869426034,7102820,772734984,1868770659,1701407599,1852386675,134246246,1663963392,1869570861,1936025963,1953459757,6644585,773718024,1868770659,1701407599,1869491571,1768319348,1769234787,1647144559,1701736033,524402,761474580,1802465123,1148413289,1818456937,1701669217,524402,761474575,1802465123,1349739881,1818586721,285214720,1663918894,1768648559,1600090981,1919249505,524404,761474575,1802465123,1601398121,1918984799,352323584,1663918894,1768648559,1600090981,1953394531,1701734753,524402,761474579,1802465123,1601398121,1852793695,1953391988,285214720,1663918894,1768648559,1600090981,1835102822,524389,761474577,1802465123,1601398121,1886351455,134246517,1663963904,1869570861,1936025963,1920425823,1701867617,524402,761474576,1802465123,1635214697,1852403314,524391,761474577,1818323300,757950319,1802465123,134243689,1663961088,1735615533,134246262,1663964160,1869375021,1852404833,761474663,1684957559,134248303,1663965184,1684956717,1869570861,761620843,1701012321,1851880560,134243683,1663964160,1869571629,762471796,1802465123,1647142249,134244201,1663963648,1869571629,1601332596,1869570911,1936025963,251660288,1731027758,1868770659,1701407599,7496034,772603912,1684483427,1630368368,1953654124,234883072,1731027758,762474596,1852727650,134247013,1663962112,1885628205,1886343282,134246517,1663961600,1885628205,1918984818,218105856,1731027758,1668444260,1768648559,524389,761474579,1684104552,1684955490,1869570861,1936025963,251660288,1764582190,762275438,1869570861,6646123,772734984,1936338275,1869570861,1650813291,134248559,1663962624,1734700077,1631743073,1919250030,402655232,1831691054,1634956133,757949799,1802465123,1630365033,1953654124,335546368,1848468270,1667855471,761474661,1634692198,1735289204,469764096,1848468270,1718187119,1952539497,762212201,1601331554,1702260575,2036427890,268437504,1848468270,1718187119,1868770681,1701407599,301991936,1865245486,1920230766,762606453,1801675106,134246517,1663963136,1886351405,1663921769,1768648559,134247269,1663964672,1886351405,1663922293,1768648559,1769155941,1701605485,402655232,1882022702,1635150194,1663924579,1702063727,1831695470,1818322031,285214720,1882022702,1635150194,1831696739,1819632751,524389,761474583,1986622064,762930017,1769238382,1633904998,1852795252,469764096,1882022702,1635150194,1882028387,1702129522,1869182051,1633824110,1919250030,301991936,1915577134,1868770669,1701407599,1852727650,134247013,1663961856,1685025325,1633824111,524402,761474584,1886218611,1663919468,1768648559,1868770661,1852142446,524404,761474574,1935765364,1731014004,7499876,773455880,1853173091,1702195561,1869570911,761620843,1702130785,1869182062,524398,811806220,1663905081,1768648559,524389,845360676,1868783410,1701407599,1852793695,1953391987,1851875935,1601332590,1953394531,1701734753,524402,845360651,1868770612,1701407599,285214720,1664246574,1768648559,1851875941,1936876910,524397,845360674,1633967975,1701604713,1868783474,1701407599,1634296927,1600614252,1919252079,7954796,772866056,1663906659,1768648559,1869491557,1701013876,201328640,1882415918,1633824111,1919250030,268437504,842425134,1869570861,1936025963,1918984749,184551424,1665229614,1953523043,7496002,772669448,1869562723,1348823403,1667853423,524409,1197682182,5394500,773259272,1346652003,1867407186,1701013876,1836008287,1768846701,134248820,1663961600,1868770643,1701407599,150996992,1667195694,1768648559,524389,1600335375,1802465123,1647142249,1701274721,268437504,1667195694,1768648559,1869491557,1701013876,268437504,1667195694,1768648559,1869622629,2036558188,251660288,1667195694,1768648559,1819234405,7955305,772407304,1868783459,1701407599,524403,1600335373,1802465123,1635214697,134245484,1663965952,1868770657,1852142446,1868770676,1701407599,1918984749,1634891565,524400,1633889810,1869570861,761620843,1936617315,7630437,772734984,1700946275,1634887011,1802465091,134243689,1663962880,1936679521,1684104563,1869374067,524387,1633889810,1130721892,1768648559,1869563493,7497076,772931592,2020172131,1768775521,1634560366,1953720684,524385,1633889805,1667195242,1768648559,134247269,1663965696,1651076193,1663907954,1768648559,1868770661,1768714349,1701015137,369100800,1851876142,1885628255,1768316786,1600415096,1852727650,134247013,1663962112,761360481,1802465123,134243689,1663962368,761360481,1802465123,7562601,772866056,1634754915,1936291393,1869562735,1936025963,184551424,1885430574,1869562721,6646123,772538376,1634754915,1802465091,7562601,772734984,1634754915,1802465091,1316185449,134248293,1663963392,1180790881,1868852847,1802465091,7562601,772407304,1634754915,1970302800,524400,1633889804,1667195248,1768648559,524389,1633889805,1667195248,1768648559,134247269,1663962112,1667330145,1768648559,134247269,1663962880,1769238625,1764587878,1835102822,524389,1633889807,1718187120,1769418105,1952802660,251660288,1885430574,1852795252,1869570861,6646123,772407304,1685217635,1885826093,524388,1633889810,1814914162,761557095,1919252079,7954796,772538376,1685217635,1869570862,6646123,772997128,1685217635,1769430879,2003788910,1684483373,134247024,1663962112,1601466977,1802465123,134243689,1663964928,2004120161,1600483937,1802465123,1868785001,1852142446,524404,1633889810,1663919475,1768648559,1818307941,7631461,772407304,1647141475,1701736033,524402,1650667022,1869570861,761620843,7496034,772800520,1663918691,1768648559,1869622629,7370096,773259272,1663918691,1768648559,1852785509,1953391987,1852727618,134247013,1663962368,1936547682,1869562727,6646123,772603912,1918984803,1634891565,1919250544,201328640,1633837870,1633836914,1919250030,301991936,1667392302,1869570861,761620843,1769238382,134243683,1663965952,1663918946,1768648559,1869491557,1701013876,1920425823,1701867617,524402,1667444234,1851875885,7497070,772997128,1647141731,1701736033,1919364466,1819635297,134247009,1663964416,1633824099,1919250030,1886351405,1999466613,7364978,772931592,1647141731,1701736033,1920413042,1701867617,524402,1667444242,1869373997,1852402531,1919112039,7234917,773390344,1647141731,1869902959,1701588333,1663988838,1769418083,2003788910,335546368,761488174,1953787746,1663987055,1633824099,1919250030,536872960,761488174,1953787746,1663987055,1818635619,1769234799,1663985518,1769418083,2003788910,285214720,761488174,1802465123,1647142249,1701736033,524402,1667444255,1869570861,761620843,1936617315,762605157,1852727650,1831694949,1818322031,318769152,761488174,1802465123,1868785001,1767994478,7497070,773128200,1663918947,1768648559,1663923045,1635020399,1919250025,318769152,761488174,1802465123,762537321,1919252079,7954796,772800520,1663918947,1768648559,1882026853,6645601,772800520,1663918947,1869902709,1634296941,6778732,772997128,1680696163,1869373801,1633824103,1919183715,134246511,1663962880,1768172899,1735355489,1851879469,524389,1667444242,1634296877,761753452,1885434487,7497072,774307848,1680696163,1869373801,1918983015,1814913385,1818583649,1868767805,1701407599,1852793645,1953391987,134241570,1663963136,1768303971,761554296,1953787746,134245743,1663963392,1969630563,1668508780,1852138866,6775341,772931592,1831691107,1634956133,1647142247,1869902959,524397,1667444245,761425453,1852399981,1852793645,1852399988,134247013,1663963136,1869491555,1768319348,1769234787,134245999,1663964928,1852779875,1936617315,762605157,1818324577,1667855481,524403,1667444244,1668181805,1702063727,1932358766,1634296687,524396,1667444252,1769107501,2036556150,1953456685,762146676,1953394531,1701734753,524402,1667444241,1852405549,762802020,1852727650,134247013,1663963392,1769418083,2003788910,1869570862,6646123,773259272,1999463267,1868852841,1868770935,1701407599,1685024045,134245477,1663964928,1920413027,1701867617,540942450,761488174,1701736041,524402,1667444250,1952539739,1869491553,1701013876,1868767805,1701407599,6103667,772210696,1600086883,134244194,1663962112,2002739043,1886413170,134247013,1663963392,1633836899,762471790,1885434487,7497072,772407304,1650418531,1701736033,524402,1667444242,1851875935,762471790,1885434487,7497072,772472840,1667195747,1702063727,134247534,1663962880,1868783459,1701407599,1919249473,524404,1667444242,1869570911,1600481643,1936942445,6645601,772931592,1683972963,1818456937,1701669217,1868717938,524408,1667444241,1601331554,1601400688,1953787746,134245743,1663961856,1999463267,1701274729,524404,1667444238,1802465123,1630365033,6382962,773455880,761750371,1802465123,1663919465,1702063727,1647146094,1701736033,524402,1667444240,1868770667,1852142446,1633824116,524402,1667444239,1851867755,1232233838,1919250030,150996992,1801675566,1702453612,524402,1667444238,1702453612,1953448562,7171956,772472840,1634755427,1701601581,134247538,1663962112,761360483,1852727650,134247013,1663964672,761360483,1852727650,1663922789,1635020399,1919250025,285214720,1885561646,1633824097,1919250030,1869574701,524404,1667444241,1663918448,1702063727,1647146094,134247009,1663962880,761360483,1953394531,1701734753,524402,1667444249,1663918448,1768648559,1869491557,1768319348,1769234787,134245999,1663964160,761360483,1936942445,761620321,1852727650,134247013,1663964160,761360483,1769238382,1999463779,1886413170,134247013,1663963648,761360483,1769238382,1633904998,1852795252,419432448,1885561646,1869491553,1768319348,1769234787,1647144559,1701736033,524402,1667444237,1865245040,1819436406,134248801,1663961856,761360483,1970302832,524400,1667444237,1932353904,1701079404,134246517,1663963648,761360483,1684630643,762344805,2003792429,184551424,1885561646,1851867745,7497070,773128200,1634755427,1852793695,1852399988,1667199589,1936941420,335546368,1885561646,1886347105,1970233204,1633836916,1919250030,318769152,1885561646,1886347105,1970233204,1701994356,7628147,772276232,1634755427,7496034,772931592,1634755427,1802465123,1647142249,1701736033,524402,1684221459,1868770672,1701407599,1818307955,1635021413,251660288,761619246,1852727650,1747808869,7105908,772866056,1663919459,1768648559,1633824101,1919250030,285214720,761619246,1802465123,1868785001,1852142446,524404,1700998679,1668510303,1635016549,1768316783,1600415096,1702129518,436209664,1600480046,1701016434,1936291423,1601073001,1702390118,1869504356,134243700,1663962112,1702129253,1684483442,134247024,1663962880,1702129253,1868783474,1701407599,524403,1700998671,762996082,1684826466,1835627113,218105856,1919247150,1831696997,1784771429,524393,1700998683,762996082,1768714096,1634429300,1663920499,1635020399,1919250025,268437504,1919247150,1882028645,1886744687,2020565549,268437504,1919247150,1867545189,1433433456,1769103737,218105856,1919247150,1768061541,1936287596,524393,1700998669,1937401202,1969713775,134242668,1663966720,1851862374,1769566062,1697474414,1868770677,1701407599,1936026925,1701273971,469764096,761750318,1802465123,1882023273,1667853423,1768172921,1634493299,1919249769,301991936,761750318,1802465123,1999463785,1768845921,134244206,1663963648,1868770663,1701407599,1633824115,1919250030,301991936,761815854,1802465123,1663919465,1702063727,134247534,1663964928,1735287144,1868770661,1701407599,1952805677,1735289204,524403,1751330334,762012517,1701012321,1731032176,1818718063,1851862373,1954114657,7562089,773324808,1835624547,1752460917,1735142773,1647142e3,1831694945,7235937,772931592,762472547,1802465123,1647142249,1701736033,524402,1751330319,1952870259,1869570861,1936025963,268437504,761881390,1986622064,762930017,1953393e3,251660288,761881390,1868853106,1869571629,7497076,772210696,1667328355,134246248,1663964928,1751343465,1999450735,762339698,1953394531,1701734753,524402,1768107531,1702130529,1634433635,268437504,1634296622,1667593331,761359226,1868983913,268437504,1634296622,1667593331,1600220026,1868983913,268437504,1634296622,1667593331,762276730,1868983913,134219776,1634296622,1634432115,335546368,1634296622,1634432115,1953722207,2053470834,1701408357,318769152,1734959918,1868770665,1701407599,1851875885,7497070,772603912,1768712547,1869570861,1936025963,402655232,1852400430,1869570911,1600481643,1769238382,1633904998,1852795252,251660288,1852400430,1868770676,1701407599,7630690,773128200,1114663267,1735091041,1853190002,1702252388,2036427890,285214720,1885954862,1802465091,1984914793,1634497125,524409,1768107543,1937073010,1885628205,1868770674,1701407599,1918984749,369100800,2036949806,1869116257,1868770672,1701407599,1852386675,134246246,1663964160,1919954282,1667331689,1702047097,1852404852,134247271,1663961600,1631726955,1919250030,167774208,762012462,1852727650,134247013,1663962112,1868770667,1701407599,134248237,1663961344,1869491563,8022388,772407304,1633119075,1852403314,524391,1801661962,1851875935,7497070,772669448,1767861091,1668245102,1768648559,524389,1801661967,1853173097,1701012321,1684370544,150996992,1768645422,1634891565,524400,1801661970,1886875500,1866690671,1767994478,7497070,772669448,762211171,1953394531,1701734753,524402,1818439179,1852793645,1953391987,318769152,762077998,1953654132,2037539177,1869570862,6646123,772210696,1650420835,134247009,1663965184,1868783468,1701407599,1769107551,2036556150,2036427871,134247013,1663962880,1684496236,1650422384,1701736033,524402,1818439188,762540897,1802465123,1868785001,1852142446,524404,1818439179,1601401697,1685088114,553650176,1651270446,1869570861,761620843,1769238382,1814914403,761557095,1953394531,1701734753,524402,1818439188,1718772069,1042315369,1868768032,1701407599,524403,1818439184,1718772069,1663989865,1768648559,524389,1818439183,1718772069,1868770681,1701407599,385878016,1701602094,2036757089,1869570861,761620843,1953456685,7171956,772866056,1986358371,1663922789,1768648559,2002873445,369100800,1768710958,762605157,1802465123,762537321,1769238382,134243683,1663963648,1663921516,1768648559,1633824101,1919250030,318769152,1869374254,1663919470,1768648559,1818307941,7631461,773914632,1936682083,1700998501,1919251566,1663919205,1768648559,1701653861,1734439795,1902914917,335546368,1869374254,1831691635,1818845807,1868770661,1701407599,301991936,1869374254,1866687859,1701407599,1701994832,134247534,1663963648,1702063980,1802465091,1867539817,2036558188,184551424,1936483118,1869570861,6646123,772669448,1663921507,1768648559,1701260645,524399,1835216401,1869570861,761620843,1768714096,134248803,1663962624,1868770669,1701407599,1886351405,301991936,762143534,1802465123,1600087401,1836020336,134247536,1663961856,1868770669,1701407599,524403,1835216395,1936026925,1701273971,436209664,762143534,1769238382,1633904998,1852795252,1852793645,1852399988,134247013,1663963136,1937059181,1831694949,1634956133,134243687,1663965440,1920413037,1701867617,1920413042,1701867617,1852386930,7497070,772866056,1936616803,1630368372,1986622563,1684370529,218105856,1886217006,1886413101,1885628255,524402,1835216401,1633824112,1869491566,1802465123,134243689,1663961856,1663922285,1768648559,524389,1835216403,1868770672,1701407599,1936026925,1701273971,402655232,1886217006,1869570861,761620843,1769238382,1633904998,1852795252,301991936,1886217006,1869570861,761620843,1768714096,134248803,1663963136,1663922285,1768648559,1953705317,134247533,1663963904,1663922285,1768648559,1920413029,1701867617,524402,1835216402,1869622640,762344816,1802465123,7562601,773259272,762342755,1935762804,1600090725,1667396979,1702129263,134247534,1663963904,1866625133,1818580856,1701670755,1232367695,524398,1835216405,1868783472,1701407599,1937071987,1600481121,134247031,1663963648,2053927021,1869116205,1633824119,1919250030,402655232,1886217006,1949137516,1647142499,1701736033,1768435058,1852138596,285214720,1936548654,1869570861,761620843,1702453612,524402,1835216398,1868770675,1701407599,7823724,773193736,1131638115,1768648559,1953451621,1667851881,1869182049,524398,1835216403,1868783475,1701407599,1634891615,1919250544,285214720,1936548654,1601201247,1601331554,1702390118,524388,1851993610,1851875885,7497070,772407304,1663921763,1768648559,524389,1851993624,1735615533,1882025846,1635150194,1848473955,1667855471,524389,1851993619,1919510061,1949135987,761621865,1852138867,318769152,762209070,1769172848,1852795252,1953456685,7171956,772669448,1952673379,1885826143,1868717924,524408,1851993611,1630366825,1953654124,285214720,1768842030,1818307948,762606181,1701736041,524402,1851993612,1647144041,1701736033,524402,1851993615,1647144041,1701736033,846605682,184551424,1768842030,1818373484,7037807,772538376,1818848867,1869570861,6646123,772931592,1818848867,1869570861,761620843,1919249505,524404,1851993613,1663921257,1768648559,134247269,1663962368,762079598,1936942445,6645601,772472840,1818848867,1851879469,134245477,1663964672,762079598,1701732720,1680682348,1819308905,1684371809,218105856,1768842030,1635200364,1852403314,524391,1851993614,1866689641,1767994478,7497070,772538376,1818848867,1802465091,7562601,772866056,1818848867,1769238350,1633904998,1852795252,218105856,1768842030,1868783468,1852142446,524404,1851993612,1667198057,1768648559,524389,1851993613,2002742377,1768845921,134244206,1663961344,1768712558,7300718,772538376,762080867,1802465123,7562601,772734984,1953721955,1852793645,1852399988,134247013,1663963136,1663923310,1936614251,1852666990,134247015,1663962112,1663923310,1768648559,134247269,1663964416,1949135982,762607717,1868983913,1869570861,6646123,772866056,2020896355,1869570861,761620843,1868983913,436209664,1953391406,1868770680,1701407599,1685024045,1747807329,1818521185,134247013,1663964160,1868770671,1867410287,1768319348,1769234787,134245999,1663965184,1868770671,1701407599,1819242541,762930025,1852727650,134247013,1663964160,1868770671,1701407599,1768172915,1647141747,134247009,1663966464,1868783471,1852142446,1701666676,1734439795,1868783461,1767994478,7497070,772603912,1801678691,1882023273,1886744687,301991936,1668244270,761620843,1970302832,1920413040,134246497,1663964416,1663919215,1768648559,1868770661,1767994478,7497070,772997128,761884515,1936617315,762605157,1852727650,134247013,1663961088,1918331759,134246497,1663961600,1701407599,2020565549,184551424,1802461998,1816225129,7631461,772407304,1768648547,1882092389,524390,1868770838,1701407595,1852793645,1953391987,1634296877,6778732,772472840,1802202979,1814914409,134247033,1663963136,959278191,589315616,1802465123,134243689,1663963136,1932356719,775433581,1802465123,134243689,1663963392,2016242799,808529267,1869570862,6646123,772866056,778858339,1633972077,1868770668,1701407599,335546368,1819239214,1949135471,1869903973,1869570861,1936025963,184551424,1836016430,1869570861,6646123,772931592,762146659,1802465123,1882023273,1667853423,524409,1868770839,1852400237,1866687589,1852142446,1868717940,1836020852,452986880,1836016430,1701734754,1868783460,1852142446,1936351092,1768843615,6579572,772669448,1835888483,1663921775,1768648559,524389,1868770836,1852796269,1869570861,1315268971,1667855471,524389,1868770831,1852796269,1869570861,1936025963,268437504,1836016430,762212205,1919968359,2020565549,318769152,1836016430,762212205,1684104552,1731031653,7499876,772997128,1835888483,1917873775,1667331689,1650417529,134247009,1663962880,1869442415,1667194734,1768648559,524389,1868770840,1852796269,1869770847,762605677,1802465123,1647142249,524391,1868770834,1853189485,1952541545,1869570911,6646123,773455880,1886220131,1869570861,761620843,1768714096,1647147363,1701736033,524402,1868770835,1663922285,1768648559,1633836901,1919250030,301991936,1836016430,1935945072,762279527,1852727650,134247013,1663963648,762342767,1633972077,1868770668,1701407599,268437504,1836016430,1667194736,1768648559,1918976613,469764096,1836016430,1634298992,761619310,1663923557,1768648559,1633824101,1919250030,301991936,1836016430,1634298992,1868915566,1819436406,134248801,1663966208,1869639023,1953391982,1701653805,1734439795,1667194725,1768648559,134247269,1663966464,1869639023,1953391982,1886930221,1937011311,1869562669,1936025963,7496002,773324808,1886220131,1852141167,1633824116,1919250030,1869570861,6646123,774373384,1886220131,1852141167,1868770676,1852142446,1633824116,1919250030,1852793645,1953391987,1851875885,7497070,772866056,1886220131,1852141167,1868770676,1701407599,385878016,1836016430,1701736304,1663923310,1768648559,1818307941,7631461,773324808,1886220131,1852141167,1868770676,1701407599,1851875885,7497070,773128200,1886220131,1852141167,1868770676,1701407599,1918984749,436209664,1836016430,1701736304,1663923310,1768648559,1852386661,1647144806,134247009,1663966720,1869639023,1953391982,1869570861,761620843,1769238382,1633904998,1852795252,553650176,1836016430,1701736304,1663923310,1768648559,1986997605,1634497125,1920413049,1701867617,524402,1868770840,1852797037,762605157,1802465123,1882023273,1667853423,524409,1868770839,1852797037,762605157,1802465123,1882023273,1886744687,369100800,1836016430,1701736304,1663923310,1768648559,1701601637,134247538,1663963648,1869639023,1953391982,1869570861,1936025963,436209664,1836016430,1701736304,1663923310,1768648559,1831695205,1634956133,134243687,1663964672,1869639023,1953391982,1869570861,1936025963,1735617837,402655232,1836016430,1701736304,1663923310,1768648559,1882026853,1886744687,486541312,1836016430,1701736304,1700754542,1885691765,1635150194,1868527971,1869182064,524398,1868770849,1852797037,1601465957,1919968359,1936942413,1600481121,1852793695,1852399988,134247013,1663965440,1869639023,1953391982,1986080101,762278761,1802465123,7562601,773849096,1886220131,1852141167,1630365044,1869834614,1869570861,1936025963,1953456685,7562607,773586952,1886220131,1852141167,1663923060,1768648559,1634479461,1633824119,6515059,773062664,2020437859,1869570861,1936025963,1851875885,7497070,773849096,762212195,762603883,1886220131,1852141167,1868770676,1701407599,1851875885,7497070,773521416,762212195,762603883,1919968359,1869570861,761620843,762343280,134246517,1663963904,1600417391,1818850421,1667199849,1768648559,524389,1868770839,1684629102,1769238117,1953066081,1701338981,1919247457,637536256,1852793646,1298622822,1634956133,1601398119,1869571679,779249012,1718513507,1699571561,1734439795,134247269,1663965440,1768320623,1663921522,1768648559,1868770661,1767994478,7497070,773324808,1718513507,762147433,1802465123,1600087401,1885434487,7497072,773455880,1718513507,762147433,1802465123,762537321,1953394531,1701734753,524402,1868770836,1919510126,1868783469,1701407599,1868717939,524408,1868770835,1667591790,1868770676,1701407599,1918984749,301991936,1852793646,1953391987,1768841517,1769234797,134245999,1663963648,1702063727,1630368878,1868705140,1836020852,452986880,1852793646,1953391987,1667326509,1869768555,761556597,1919252079,7954796,772538376,1936617315,762605157,7496034,772800520,1936617315,762605157,1680697186,7041633,773586952,1936617315,762605157,1718513507,1634562665,1852795252,1851875885,7497070,773455880,1936617315,762605157,1953394531,1701734753,1647127922,1701736033,524402,1868770838,1852142446,1868770676,1701407599,1851875885,7497070,773652488,1936617315,762605157,1802465123,1647142249,757954671,1751607660,2020565620,385878016,1852793646,1953391987,1869570861,761620843,1885434487,7497072,772800520,1936617315,762605157,1802465123,7562601,773259272,1936617315,762605157,1802465123,762537321,1818323300,134244207,1663962112,1702063727,1663923310,134242676,1663962880,1702063727,1747809390,1701080175,524402,1868770830,1852142446,1634479476,7497081,772866056,1936617315,762605157,1702453612,846605682,419432448,1852793646,1953391987,1851878701,1835362145,762605157,1919249505,524404,1868770842,1852142446,1634545012,1701273966,1953391981,1835627309,6646896,773193736,1936617315,762605157,1634623853,762471783,1702453612,524402,1868770840,1852142446,1634545012,1701273966,1986997618,1634497125,524409,1868770839,1852142446,1634545012,1701273966,1633824370,1919250030,268437504,1852793646,1953391987,1936026925,1701273971,335546368,1852793646,1953391987,1685024045,1714252897,1953722985,385878016,1852793646,1953391987,1685024045,1600089185,1919252079,7954796,773390344,1936617315,762605157,1969516397,1915577708,1650745711,1801678700,234883072,1852793646,1953391987,1851879469,134245477,1663962880,1702063727,1882027118,1965912175,524400,1868770832,1852142446,1869622644,1702260592,524402,1868770830,1852142446,1869622644,7370096,772669448,1936617315,762605157,1935765364,524404,1868770832,1852142446,1869884788,1633840239,524402,1868770835,1852142446,1769287028,1633824045,1919250030,352323584,1852793646,1953391987,1818326829,1986997612,1634497125,524409,1868770842,1852142446,1635200372,1852403314,1868770663,1767994478,7497070,772997128,1936617315,762605157,1885434487,1953853229,134247013,1663964928,1702063727,1999467630,1886413170,1630368357,1986622563,524389,1868770830,1852142446,1851867764,7497070,772931592,1936617315,1114926693,1918333537,1701867617,524402,1868770833,1852142446,1852785524,1852399988,134247013,1663962880,1702063727,1632400494,1702260601,524402,1868770838,1852142446,1702252404,2036427890,1953394499,7630437,772603912,1936617315,1349807717,1886744687,251660288,1852793646,1953391987,1885434455,7497072,774569992,1936617315,1534357093,1663919982,1920233071,1701604463,1663188338,1768648559,1852785509,1953391987,1819440195,134241570,1663962880,1702063727,1600091246,1919249505,524404,1868770832,1852142446,1650417524,1701736033,524402,1868770833,1852142446,1667194740,1768648559,134247269,1663964160,1702063727,1650422894,1684104562,1836413539,134247266,1663963136,1702063727,1667200110,1768648559,134247269,1663965952,1702063727,1834972270,1734438497,1647145573,1735091041,1853190002,524388,1868770841,1852142446,1701994356,1919513969,1868522597,1819436406,134248801,1663964160,1702063727,1633842286,1852793714,1852399988,134247013,1663964160,1702063727,1835365486,1601465957,1802465123,134243689,1663964416,1702063727,1835365486,1601465957,1802465123,7562601,773062664,1936617315,1769238117,1953391981,1869562735,6646123,772669448,1936617315,1819569765,1633824121,524402,1868770835,1852142446,1663922804,1635020399,1919250025,369100800,1852793646,1953391987,1869491570,1768319348,1769234787,134245999,1663962368,1702063727,762541166,7496034,773128200,1936617315,761621615,1684104552,1869570861,1936025963,352323584,1852793646,1600091251,1802465123,1647142249,1701736033,524402,1868770840,1836413806,1882026597,1635150194,1647147363,1701736033,524402,1868770828,1663923310,1768648559,524389,1868770827,1866691694,1701407599,301991936,1852793646,1986092916,1734308713,1952803937,134247269,1663964928,1635020399,1919250025,1769365805,1868787571,1701407599,524403,1868770840,1767994478,762471790,1852727650,1663922789,1768648559,524389,1868770833,1767994478,762471790,1802465123,134243689,1663965184,1635020399,1919250025,1869570861,761620843,1769366625,134243699,1663964416,1635020399,1919250025,1869570861,761620843,7496034,773390344,1953394531,1701734753,1868770674,1701407599,1852793645,1953391987,419432448,1852793646,1852399988,1663922789,1768648559,1701653861,1852400748,524391,1868770840,1767994478,762471790,1802465123,1848468841,1667855471,524389,1868770840,1767994478,762471790,1802465123,1882023273,1667853423,524409,1868770839,1767994478,762471790,1802465123,1882023273,1886744687,452986880,1852793646,1852399988,1663922789,1768648559,1886858597,1818325037,7561581,772931592,1953394531,1701734753,1868770674,1701407599,524403,1868770837,1767994478,762471790,1802465123,1114858857,134247009,1663966464,1635020399,1919250025,1970038317,1663984745,1768648559,1869426021,7102820,773652488,1953394531,1701734753,1684483442,1663922800,1768648559,1633824101,1919250030,251660288,1852793646,1852399988,1814917733,6582375,773521416,1953394531,1701734753,1869491570,1768319348,1633902947,1735142767,134243440,1663964416,1635020399,1919250025,1869570862,1768253803,7300718,773128200,1953394531,1701734753,2020557426,1869570861,1936025963,268437504,1852793646,1852399988,1866691173,1701407599,436209664,1852793646,1852399988,1866691173,1701407599,1668507972,1835622764,134247013,1663962624,1635020399,1919250025,1380992071,352323584,1852793646,1852399988,1968140901,1131570548,1768648559,524389,1868770841,1767994478,1601332590,1869570911,1936025963,1768714064,134248803,1663965440,1635020399,1919250025,1852793695,1953391988,1869570911,6646123,772931592,1953394531,1701734753,1868783474,1701407599,524403,1868770840,1767994478,1601332590,1802465123,1601398121,1919249505,524404,1868770840,1767994478,1601332590,1633972077,1868783468,1701407599,524403,1868770828,1868788846,1701407599,524403,1868770835,1852142702,1919902821,1869570861,1936025963,385878016,1852793646,1701733748,762474340,762930540,1802465123,7562601,773259272,1953394531,1684368997,1984000623,1131377513,1768648559,134247269,1663963904,1702129263,1868850542,1868783474,1701407599,524403,1868770835,1852142702,1663905140,1768648559,1936338277,369100800,1852793646,1953391988,1701601581,1647146098,1937207154,134247013,1663964416,1702129263,1630368878,1953654124,1869570861,6646123,772997128,1953394531,762605157,762212195,1802465123,134243689,1663962880,1702129263,1663923310,1768648559,524389,1868770838,1852142702,1701588340,1701601639,1869570861,6646123,772669448,1953394531,1131703909,1768648559,524389,1868770833,1852142702,1869562740,1113942379,134248559,1663971328,1702129263,1699902574,1919247470,1835101791,1819303781,1852401525,1868783475,1852796269,1869570911,1600481643,1852727650,134247013,1663970816,1702129263,1699902574,1919247470,1835101791,1819303781,1852401525,1868783475,1852796269,1885628255,1633836914,1919250030,268437504,1852793646,1953391988,1869570911,1936025963,419432448,1852793646,1685415284,1868770671,1701407599,1667457325,1702129765,524388,1868770832,1969583214,1866690404,1701407599,524403,1868770832,1701409902,1663919470,1768648559,524389,1868770832,1701409902,1866687854,1701407599,524403,1868770827,1633824111,1919250030,301991936,1869570862,1851875935,762471790,1769238382,134243683,1663962368,1701015407,2002739059,7364978,772276232,1668247395,6646123,772538376,1668247395,761620843,7496034,772669448,1668247395,761620843,1668246626,524395,1868770829,1768645487,1768697189,134243694,1663963136,1801678703,1831691625,1634956133,134243687,1663962624,1801678703,1882023273,1886744687,268437504,1869570862,1701407587,1918990125,1735289198,184551424,1869570862,1701407587,7496002,772472840,1668247395,1281714539,134248289,1663962624,1801678703,1867539817,2036558188,234883072,1869570862,1701407587,1684957527,134248303,1663962880,1801678703,1650419049,1701736033,524402,1868770830,1768645487,1869635429,7370096,772538376,1668247395,1600481643,7633012,772472840,1668247395,1650813291,134247009,1663961856,1801678703,1768187241,524406,1868770831,1768645487,1852401765,1936287095,150996992,1869570862,1701407587,524403,1868770831,1768645487,1647145829,1801678700,285214720,1869570862,1701407587,1701653875,1734439795,524389,1868770831,1768645487,1882026853,1886744687,385878016,1869570862,1701407587,1685015923,1866689633,1767994478,7497070,772734984,1668247395,1936025963,1768714064,134248803,1663962880,1801678703,1601398121,1919249505,524404,1868770830,1768645487,1768321893,6579576,772866056,1768910691,1633641835,1953654124,2020565599,201328640,1869570862,1667313003,1953523043,184551424,1869570862,1869622635,7370096,772538376,1802465123,1852405549,7827300,772341768,1802465123,1802398028,150996992,1869570862,1936547691,524391,1868770826,1885301615,7955308,772800520,1802465123,1769174367,1885300590,7172709,772603912,1802465123,1701012321,1919906928,117442560,1869570862,7889515,772669448,1802465123,1953394531,1701734753,524402,1868770829,1164274543,1818386798,134247013,1663961600,1701539695,1953392968,268437504,1869570862,1663920491,1635020399,1919250025,268437504,1869570862,1650420075,1919250017,1886549855,234883072,1869570862,543517035,1647190078,134248559,1663962880,1768648559,540942437,1885827630,524388,1868770831,1701407599,1667312941,1702259060,251660288,1869570862,761620843,1851875885,7497070,773193736,1802465123,757949801,762470754,1953394531,1701734753,524402,1868770838,1701407599,1868770605,1852142446,1915563380,7630703,772800520,1802465123,757949801,1802724708,7368564,772669448,1802465123,757949801,1702453612,524402,1868770837,1701407599,1869491501,1768319348,1769234787,134245999,1663963136,1768648559,1865231717,1819436406,134248801,1663963904,1768648559,1882008933,1768780389,1869181811,524398,1868770833,1701407599,1869622573,2037672300,134242667,1663963136,1768648559,1932340581,1769235301,134245999,1663962112,1768648559,1949117797,134246511,1663962624,1768648559,1965895013,1952805742,268437504,1869570862,761620843,1936291373,1701601897,218105856,1869570862,761620843,1634891565,524400,1868770833,1701407599,1920412973,1600090209,134245999,1663961600,1768648559,858795365,150996992,1869570862,761620843,524337,1868770830,1701407599,1851867693,7497070,772603912,1802465123,1630365033,1702260578,318769152,1869570862,761620843,1701012321,1630368880,6382962,773128200,1802465123,1630365033,1885692771,1633824116,1919250030,301991936,1869570862,761620843,1701012321,1647146096,134247009,1663964160,1768648559,1667312997,1953523043,1869373997,134245219,1663963648,1768648559,1667312997,1953523043,2020565549,369100800,1869570862,761620843,1701012321,1680700528,1969317477,134247532,1663964416,1768648559,1667312997,1953523043,1953459757,6644585,773193736,1802465123,1630365033,1885692771,1986997620,1634497125,524409,1868770836,1701407599,1667457325,762605669,1970302832,524400,1868770836,1701407599,1667457325,762605669,1819898995,524389,1868770834,1701407599,1667457325,1635020901,6644590,773390344,1802465123,1630365033,1885692771,1668178292,1633824101,1919250030,469764096,1869570862,761620843,1701012321,1851880560,1663919459,1635020399,1919250025,419432448,1869570862,761620843,1701012321,1851880560,1680696675,1869373801,524391,1868770842,1701407599,1667457325,1635020901,761619310,1936942445,6645601,773324808,1802465123,1630365033,1885692771,1668178292,1869426021,7102820,773128200,1802465123,1630365033,1885692771,1668178292,2020565605,436209664,1869570862,761620843,1701012321,1952543856,762212201,1969516397,134243692,1663963392,1768648559,1667312997,1953523043,7237481,772800520,1802465123,1630365033,1885692771,7499636,773259272,1802465123,1630365033,1869507427,1684368503,1701668199,134247534,1663961856,1768648559,1684090213,524406,1868770830,1701407599,1986289965,7631461,773128200,1802465123,1630365033,1919252068,1702062452,1953391981,335546368,1869570862,761620843,1702257761,1936290930,1953391981,234883072,1869570862,761620843,1769366625,134243683,1663962624,1768648559,1684090213,1702062454,251660288,1869570862,761620843,1769366625,7499635,772472840,1802465123,1630365033,134243687,1663967488,1768648559,1734421861,1835364967,762605157,1668246626,1868770667,1767994478,7497070,772997128,1802465123,1630365033,1701147239,1886351405,134246517,1663964672,1768648559,1734421861,761619826,1752459639,1702065453,352323584,1869570862,761620843,1701996385,1920413029,1701867617,524402,1868770830,1701407599,1919377709,6579557,772866056,1802465123,1630365033,1701147239,1953391981,452986880,1869570862,761620843,1701996385,1852140901,1868770676,1767994478,7497070,773390344,1802465123,1630365033,1701147239,1953391981,1634891565,1919250544,301991936,1869570862,761620843,1919249505,1949117812,134246511,1663962880,1768648559,1818307941,762606181,524337,1868770831,1701407599,1701601581,841839730,335546368,1869570862,761620843,1919249505,808594804,1663907889,285214720,1869570862,761620843,1919249505,1868705140,524408,1868770841,1701407599,1701601581,1647146098,1999468655,1886413170,134247013,1663964928,1768648559,1818307941,762606181,1953394531,1701734753,524402,1868770836,1701407599,1701601581,1747809394,1701080175,524402,1868770833,1701407599,1701601581,1831695474,134245235,1663963904,1768648559,1818307941,762606181,1702131055,524402,1868770835,1701407599,1701601581,1882027122,1818586721,486541312,1869570862,761620843,1919249505,1953705332,762341746,1953394531,1701734753,524402,1868770834,1701407599,1701601581,1999467634,7364978,773128200,1802465123,1630365033,1953654124,1634891565,1919250544,184551424,1869570862,761620843,7105633,772931592,1802465123,1630365033,1868786796,1852142702,524404,1868770835,1701407599,1819042093,1647146863,1801678700,352323584,1869570862,761620843,1869376609,1868770679,1919510126,524397,1868770845,1701407599,1684955437,1769107501,2036556150,1852793645,1852399988,134247013,1663963136,1768648559,1851862373,1853189998,134243683,1663964160,1768648559,1851862373,1853189998,1701668195,134247534,1663965440,1768648559,1885416805,1987015280,1600089185,1885434487,7497072,772997128,1802465123,1630365033,1869770864,1701668214,134247534,1663963392,1768648559,1918971237,1734964075,7497070,772866056,1802465123,1630365033,1936290675,1953390964,419432448,1869570862,761620843,1769173857,1851880563,1920413044,1701867617,524402,1868770833,1701407599,1953784109,1769238117,134245999,1663962112,1768648559,1633824101,134245219,1663963136,1768648559,1633824101,1919183715,134246511,1663961856,1768648559,1633824101,524398,1868770828,1701407599,1851875885,524388,1868770829,1701407599,1851875885,134247013,1663966976,1768648559,1633824101,1919250030,1768172845,1818386803,1986997605,1634497125,524409,1868770838,1701407599,1851875885,762471790,1835627309,6646896,773259272,1802465123,1647142249,1701736033,1999449458,1886413170,134247013,1663965696,1768648559,1633824101,1919250030,1920412973,1701867617,1936338290,385878016,1869570862,761620843,1852727650,1647145573,1684759393,7368562,773390344,1802465123,1647142249,1701736033,1633824114,1919380323,1684960623,520095744,1869570862,761620843,1852727650,1647145573,1936417633,761619561,1818322292,7173481,772866056,1802465123,1647142249,1701736033,1734487410,335546368,1869570862,761620843,1852727650,1647145573,1801678700,452986880,1869570862,761620843,1852727650,1647145573,1801678700,761753193,7760228,773521416,1802465123,1647142249,1701736033,1868705138,1865251172,1819436406,134248801,1663964416,1768648559,1633824101,1919250030,1953456685,7171956,772931592,1802465123,1647142249,1701736033,1868705138,524408,1868770837,1701407599,1851875885,762471790,1953789282,134245999,1663967744,1768648559,1633824101,1919250030,1836016429,1701736304,1663923310,1635020399,1919250025,318769152,1869570862,761620843,1852727650,1663922789,7630447,773324808,1802465123,1647142249,1701736033,1868770674,1767994478,7497070,773193736,1802465123,1647142249,1701736033,1701064050,1869900659,524400,1868770837,1701407599,1851875885,762471790,1953460070,134247013,1663963904,1768648559,1633824101,1919250030,1718511917,524399,1868770849,1701407599,1851875885,762471790,1868983913,1918984749,1852793645,1852399988,134247013,1663964160,1768648559,1633824101,1919250030,1852729645,134247013,1663963392,1768648559,1633824101,1919250030,7563821,773062664,1802465123,1647142249,1701736033,1634479474,7497081,772997128,1802465123,1647142249,1701736033,1735142770,134243440,1663966464,1768648559,1633824101,1919250030,1885826093,1868770660,1767994478,7497070,773586952,1802465123,1647142249,1701736033,1735142770,1952408688,762607717,7892834,773652488,1802465123,1647142249,1701736033,1869426034,762077540,1801675106,1886351972,301991936,1869570862,761620843,1852727650,1831694949,134244211,1663963648,1768648559,1633824101,1919250030,1684827949,335546368,1869570862,761620843,1852727650,1865249381,1919251573,503318528,1869570862,761620843,1852727650,1865249381,1919251573,1852793645,1852399988,134247013,1663964672,1768648559,1633824101,1919250030,1702260525,2036427890,369100800,1869570862,761620843,1852727650,1932358245,1769235301,134245999,1663964416,1768648559,1633824101,1919250030,1634235181,7827300,773128200,1802465123,1647142249,1701736033,1752378738,1685417842,318769152,1869570862,761620843,1852727650,1932358245,7502196,772866056,1802465123,1647142249,1701736033,1836330354,436209664,1869570862,761620843,1852727650,1949135461,1868521325,1819436406,134248801,1663963904,1768648559,1633824101,1919250030,1701410349,524407,1868770836,1701407599,1851875885,762471790,1953065079,524389,1868770837,1701407599,1851875885,762471790,1684957559,134248303,1663967744,1768648559,1633824101,1919250030,1986096686,762470754,1702390118,1868705124,1836020852,335546368,1869570862,761620843,1852727650,1949200997,1953718639,369100800,1869570862,761620843,1852727650,1600090725,1953787746,134245743,1663966208,1768648559,1633824101,1919250030,1868717919,1836020852,1851879469,134245477,1663963904,1768648559,1633824101,1919250030,1852006239,524404,1868770841,1701407599,1851875885,1601332590,1852793695,1852399988,134247013,1663964928,1768648559,1633824101,1919250030,1987010399,1634497125,524409,1868770839,1701407599,1851875885,1601332590,1667593055,1852795252,318769152,1869570862,761620843,762470754,1952669997,6649449,772997128,1802465123,1647142249,757953121,1953787746,134245743,1663965184,1768648559,1633824101,1949117810,761622649,1634623853,134243687,1663965696,1768648559,1633824101,1667313010,1702259060,1869373997,1919249251,285214720,1869570862,761620843,762470754,1919249505,524404,1868770836,1701407599,1918984749,1667326509,1869767787,524400,1868770831,1701407599,1918984749,1852793645,285214720,1869570862,761620843,762470754,1701736041,524402,1868770832,1701407599,1918984749,1935764781,524395,1868770835,1701407599,1918984749,1936026925,1701273971,251660288,1869570862,761620843,762470754,7824750,773324808,1802465123,1647142249,1848472161,1718187119,1952539497,7237481,773390344,1802465123,1647142249,1848472161,1718187119,1952539497,1936617321,285214720,1869570862,761620843,762470754,1702131055,524402,1868770835,1701407599,1918984749,1886351405,1919252079,318769152,1869570862,761620843,762470754,1952671091,7237481,772866056,1802465123,1647142249,1965912673,1634822510,234883072,1869570862,761620843,762470754,134246519,1663963136,1768648559,1633824101,1920413042,134246497,1663963904,1768648559,1633824101,1920413042,1701867617,524402,1868770828,1701407599,1918984749,524338,1868770834,1701407599,1918984749,1852399455,7497070,773062664,1802465123,1647142249,1600090721,1885434487,7497072,773128200,1802465123,1647142249,1667199585,1869639023,1953391982,352323584,1869570862,761620843,1601331554,1953394531,1701734753,524402,1868770833,1701407599,1918984749,1852729695,134247013,1663963392,1768648559,1633824101,1970233202,7497076,772603912,1802465123,1647142249,1701999201,167774208,1869570862,761620843,134244194,1663962880,1768648559,1734487397,1634891565,524400,1868770834,1701407599,761750061,1885434487,7497072,772603912,1802465123,1647142249,1801678700,352323584,1869570862,761620843,1668246626,1769352555,1818388851,524389,1868770836,1701407599,1685021229,1986997625,1634497125,524409,1868770828,1701407599,1869570605,524395,1868770827,1701407599,1953456685,234883072,1869570862,761620843,1953787746,134245743,1663964160,1768648559,1868705125,1836020852,2036427821,134247013,1663963904,1768648559,1868705125,1836020852,1767992621,524398,1868770836,1701407599,1953456685,762146676,1667329136,524389,1868770830,1701407599,2020565549,7234861,772997128,1802465123,1647142249,1999468655,1886413170,134247013,1663964160,1768648559,1868705125,1868521336,1819436406,134248801,1663963392,1768648559,1868705125,2002739064,7364978,772669448,1802465123,1647142249,1818387061,524389,1868770838,1701407599,1953849901,762212212,1936617315,7630437,772734984,1802465123,1663919465,1869376609,134247541,1663965184,1768648559,1633889637,1885299826,1886744687,2020173407,134243429,1663962112,1768648559,1700998501,134245484,1663962624,1768648559,1751330149,1701013871,352323584,1869570862,761620843,1768908899,762537315,1718511917,524399,1868770836,1701407599,1869112109,1936024425,1718511917,524399,1868770829,1701407599,1634493229,134247283,1663963136,1768648559,1818439013,1634427753,134245484,1663963648,1768648559,1851993445,1633824102,1919250030,503318528,1869570862,761620843,761687651,1852727650,757953125,1801675106,1970238055,134243438,1663962112,1768648559,1851993445,134245481,1663961856,1768648559,1851993445,524404,1868770835,1701407599,1819239213,1936744812,1701601897,419432448,1869570862,761620843,1886220131,1851877740,1647142243,1701736033,524402,1868770849,1701407599,1836016429,1634298992,761619310,1852727650,1999467109,1886413170,134247013,1663966208,1768648559,1868770661,1768714349,1701015137,1852793645,1852399988,134247013,1663964928,1768648559,1868770661,1768714349,1701015137,1936024621,524395,1868770842,1701407599,1836016429,1634298992,761619310,1936942445,6645601,773324808,1802465123,1663919465,1819307375,1668178281,1869622629,7370096,773390344,1802465123,1663919465,1819307375,1668179305,1633824101,1919250030,335546368,1869570862,761620843,1718513507,1634562665,1852795252,452986880,1869570862,761620843,1718513507,1634562665,1852795252,1953459757,6644585,773390344,1802465123,1663919465,1768320623,1952542066,1601073001,2020565599,335546368,1869570862,761620843,1936617315,762605157,2020565549,385878016,1869570862,761620843,1936617315,762605157,1919905325,7102829,773128200,1802465123,1663919465,1702063727,757953646,2003789939,402655232,1869570862,761620843,1936617315,762605157,1634891565,1919250544,352323584,1869570862,761620843,1936617315,762605157,1919249505,524404,1868770835,1701407599,1852793645,1953391987,1886413101,335546368,1869570862,761620843,1936617315,762605157,1634038369,402655232,1869570862,761620843,1936617315,762605157,1801675106,1886351972,436209664,1869570862,761620843,1936617315,762605157,1801675106,1970238055,134243438,1663964416,1768648559,1868770661,1852142446,1633824116,6645604,773849096,1802465123,1663919465,1702063727,1647146094,1701736033,1868770674,1767994478,7497070,773718024,1802465123,1663919465,1702063727,1647146094,1701736033,1886334322,1970220404,524404,1868770846,1701407599,1852793645,1953391987,1851875885,762471790,1919252079,7954796,773783560,1802465123,1663919465,1702063727,1647146094,1701736033,2002739058,1886413170,134247013,1663965952,1768648559,1868770661,1852142446,1633824116,1986997618,1634497125,524409,1868770840,1701407599,1852793645,1953391987,1918984749,1634891565,524400,1868770838,1701407599,1852793645,1953391987,1953456685,7171956,773062664,1802465123,1663919465,1702063727,1663923310,7368047,773390344,1802465123,1663919465,1702063727,1663923310,1869639023,1953391982,469764096,1869570862,761620843,1936617315,762605157,1953394531,1701734753,846605682,318769152,1869570862,761620843,1936617315,762605157,7500899,773324808,1802465123,1663919465,1702063727,1680700526,1701540449,7497070,773193736,1802465123,1663919465,1702063727,1680700526,1869373801,524391,1868770835,1701407599,1852793645,1953391987,1986618413,486541312,1869570862,761620843,1936617315,762605157,1700949349,1986997604,1634497125,524409,1868770838,1701407599,1852793645,1953391987,2037147181,7632239,773193736,1802465123,1663919465,1702063727,1714254958,1702129519,524402,1868770846,1701407599,1852793645,1953391987,1634035757,762471780,1885434487,7497072,773193736,1802465123,1663919465,1702063727,1747809390,1701080175,524402,1868770836,1701407599,1852793645,1953391987,1819241005,524404,1868770837,1701407599,1852793645,1953391987,2036427821,134247013,1663964416,1768648559,1868770661,1852142446,1869360500,7102819,773259272,1802465123,1663919465,1702063727,1831695470,1734438497,134247013,1663964928,1768648559,1868770661,1852142446,1701653876,1734439795,524389,1868770838,1701407599,1852793645,1953391987,1953459757,6644585,773193736,1802465123,1663919465,1702063727,1848472686,1718187119,524409,1868770850,1701407599,1852793645,1953391987,1702260525,2036427890,1667326509,1869768555,6581877,773128200,1802465123,1663919465,1702063727,1882027118,1818586721,486541312,1869570862,761620843,1936617315,762605157,1701732720,1701653868,1734439795,524389,1868770835,1701407599,1852793645,1953391987,1819177005,486541312,1869570862,761620843,1936617315,762605157,1970302832,1986997616,1634497125,524409,1868770842,1701407599,1852793645,1953391987,1886351405,1999466613,7364978,773193736,1802465123,1663919465,1702063727,1882027118,1886220146,524404,1868770848,1701407599,1852793645,1953391987,1869770797,762605677,1953394531,1701734753,524402,1868770849,1701407599,1852793645,1953391987,1667592749,1735287156,1999463788,1886413170,134247013,1663964928,1768648559,1868770661,1852142446,1701981556,1936029041,524404,1868770838,1701407599,1852793645,1953391987,1986359853,6646639,773390344,1802465123,1663919465,1702063727,1932358766,1868849512,1734487415,469764096,1869570862,761620843,1936617315,762605157,1684105331,1814919023,1919252833,369100800,1869570862,761620843,1936617315,762605157,1634496627,134244467,1663966208,1768648559,1868770661,1852142446,1635200372,1865247852,1819436406,134248801,1663964672,1768648559,1868770661,1852142446,1769418100,1952802660,385878016,1869570862,761620843,1936617315,762605157,1885434487,7497072,773193736,1802465123,1663919465,1702063727,1647211630,1869902959,524397,1868770846,1701407599,1852793645,1953391987,1952539739,1818439009,1650553711,6120812,773849096,1802465123,1663919465,1702063727,1683715182,761361505,1953394531,1819045746,6124133,773062664,1802465123,1663919465,1702063727,1600091246,7496034,773718024,1802465123,1663919465,1702063727,1600091246,762470754,1953394531,1701734753,524402,1868770839,1701407599,1852793645,1953391987,1702260575,2036427890,301991936,1869570862,761620843,1936617315,1647146085,134247009,1663962112,1768648559,1868770661,134247534,1663962880,1768648559,1868770661,1767994478,524398,1868770838,1701407599,1852793645,1852399988,1831694949,7235937,773390344,1802465123,1663919465,1635020399,1919250025,1702260525,2036427890,385878016,1869570862,761620843,1953394531,762605157,1919252079,7954796,773193736,1802465123,1663919465,1920233071,1647144047,1701736033,524402,1868770835,1701407599,1852793645,1819243124,1918984749,385878016,1869570862,761620843,1953394531,1600941938,1851875935,7497070,772538376,1802465123,1663919465,7958639,772538376,1802465123,1663919465,6648431,772603912,1802465123,1663919465,1919252079,201328640,1869570862,761620843,1700951395,251660288,1869570862,761620843,1953658211,7235937,772997128,1802465123,1680696681,762016353,1953261926,134247013,1663964160,1768648559,1633955173,1999462772,1768845921,134244206,1663962880,1768648559,1701064037,1869900659,524400,1868770830,1701407599,1634296877,6778732,773128200,1802465123,1680696681,1869373801,1700998503,1919251566,402655232,1869570862,761620843,1818323300,1663919983,1635020399,1919250025,369100800,1869570862,761620843,1818323300,1999464303,1886413170,134247013,1663963136,1768648559,1768172901,1735355489,134243701,1663964928,1768648559,1768172901,1952671090,761624169,1919249505,524404,1868770843,1701407599,1919509549,1769235301,1663919478,1635020399,1919250025,419432448,1869570862,761620843,1701996900,1986622563,1986997605,1634497125,524409,1868770843,1701407599,1936286765,1767992419,762471789,1717920813,1953264993,452986880,1869570862,761620843,1668508004,1835622764,757953125,1919252079,7954796,773521416,1802465123,1680696681,1818456937,1701669217,1633824114,1919183715,134246511,1663966464,1768648559,1768172901,1634493299,1919249769,1667326509,1869768555,6581877,773390344,1802465123,1680696681,1818456937,1701669217,1633824114,1919250030,369100800,1869570862,761620843,1668508004,1835622764,1647145573,134248559,1663966208,1768648559,1768172901,1634493299,1919249769,1836016429,1701736304,134247534,1663966208,1768648559,1768172901,1634493299,1919249769,1852793645,1852399988,134247013,1663965440,1768648559,1768172901,1634493299,1919249769,1819240493,7497060,773259272,1802465123,1680696681,1818456937,1701669217,1634545010,134245235,1663965696,1768648559,1768172901,1634493299,1919249769,1936026925,1701273971,419432448,1869570862,761620843,1668508004,1835622764,1848472165,1667855471,524389,1868770852,1701407599,1936286765,1767992419,762471789,1919252079,762929516,1953394531,1701734753,524402,1868770842,1701407599,1936286765,1767992419,762471789,1885434487,7497072,773455880,1802465123,1680696681,1818456937,1920299887,1701653861,1734439795,524389,1868770833,1701407599,1869767725,1868836208,134246007,1663963136,1768648559,1919167845,1868853359,134246007,1663963648,1768648559,1852124517,762471796,1701736292,234883072,1869570862,761620843,1831695717,134244211,1663963904,1768648559,1986342245,762605157,1668246626,524395,1868770828,1701407599,1684104749,524389,1868770832,1701407599,761423405,1819568500,524389,1868770830,1701407599,761423405,7368564,772472840,1802465123,1714251113,134248553,1663962368,1768648559,1768303973,6579576,773062664,1802465123,1714251113,1684371561,1869571629,7497076,772931592,1802465123,1714251113,1684371561,1852401709,524404,1868770829,1701407599,1634493997,134244467,1663962368,1768648559,1818635621,7627119,772407304,1802465123,1714251113,524398,1868770830,1701407599,1869571629,7497076,773259272,1802465123,1714251113,1702129519,1999449458,1886413170,134247013,1663964416,1768648559,1868967269,1919251567,1851875885,7497070,773324808,1802465123,1714251113,1702129519,1868770674,1767994478,7497070,773128200,1802465123,1714251113,1702129519,1768172914,1735355489,301991936,1869570862,761620843,1953460070,1831694949,134244211,1663963648,1768648559,1969630565,1647144044,1684366700,335546368,1869570862,761620843,1663924070,1635020399,1919250025,452986880,1869570862,761620843,1919968359,1886351405,1865248885,1634493814,7497081,773062664,1802465123,1731028329,1601335396,1851875935,7497070,773128200,1802465123,1731028329,1601335396,1684104799,1852386661,218105856,1869570862,761620843,1685023079,524399,1868770826,1701407599,7300909,772538376,1802465123,1731028329,7827314,772866056,1802465123,1731028329,1685217653,1735617837,285214720,1869570862,761620843,1684632935,1852402789,524389,1868770836,1701407599,1851877421,1852402788,1701719399,524407,1868770838,1701407599,1852401709,1868770676,1767994478,7497070,773062664,1802465123,1747805545,762605161,1885434487,7497072,772669448,1802465123,1747805545,1701080175,524402,1868770830,1701407599,1886349357,7497072,773062664,1802465123,1747805545,1868770677,1767994478,7497070,773259272,1802465123,1764582761,762275438,1801675106,1970238055,134243438,1663963904,1768648559,1852386661,1647144806,1701736033,524402,1868770832,1701407599,1718511917,1633824111,524402,1868770834,1701407599,1718511917,1818373487,7037807,773455880,1802465123,1764582761,762275438,1668246626,1702047083,1869182051,524398,1868770832,1701407599,1718511917,1868705135,524408,1868770838,1701407599,1718511917,1868705135,1734421880,6645106,773324808,1802465123,1764582761,762275438,762867554,1919252079,7954796,773455880,1802465123,1764582761,762275438,1936682083,1920413029,1701867617,524402,1868770833,1701407599,1718511917,1868770671,134247534,1663964672,1768648559,1852386661,1663922022,1635020399,1919250025,335546368,1869570862,761620843,1868983913,1852793645,1953391988,352323584,1869570862,761620843,1868983913,1869767725,2003788912,524398,1868770835,1701407599,1718511917,1701326191,1919247457,301991936,1869570862,761620843,1868983913,2036427821,134247013,1663963648,1768648559,1852386661,1831694182,1818322031,335546368,1869570862,761620843,1868983913,1702260525,2036427890,318769152,1869570862,761620843,1868983913,1768715053,7497060,772931592,1802465123,1764582761,762275438,1769108595,524400,1868770836,1701407599,1718511917,1920413039,1701867617,524402,1868770835,1701407599,1718511917,1885298543,1818586721,419432448,1869570862,761620843,1868983913,1634754399,762078574,1869116205,524407,1868770831,1701407599,1718511917,1918984815,318769152,1869570862,761620843,1868983913,762867554,7369335,772669448,1802465123,1764582761,1919903342,524397,1868770839,1701407599,1718511917,1634562671,1852795252,1918984749,402655232,1869570862,761620843,1868983913,1952542066,762212201,1953394531,486541312,1869570862,761620843,1868983913,1952542066,762212201,1953394531,1701734753,524402,1868770841,1701407599,1718511917,1634562671,1852795252,1851879469,134245477,1663965952,1768648559,1852386661,1836216166,1869182049,1920413038,1701867617,524402,1868770843,1701407599,1718511917,1634562671,1702259060,1936026925,1701273971,268437504,1869570862,761620843,1868983913,1919249778,385878016,1869570862,761620843,1868983913,1919249778,1819240493,7497060,773390344,1802465123,1764582761,1769304430,757954930,1953785203,1936158313,184551424,1869570862,761620843,7496042,772538376,1802465123,1798137193,7697525,773193736,1802465123,1814914409,1818583649,1634891565,1701998704,524402,1868770831,1701407599,1851878445,1735289188,285214720,1869570862,761620843,762798444,1919249505,524404,1868770834,1701407599,2002873389,1851875885,7497070,772734984,1802465123,1814914409,1647146849,134247009,1663963392,1768648559,1634479461,1818373495,7037807,773390344,1802465123,1814914409,1647146849,1801678700,1634891565,1919250544,251660288,1869570862,761620843,762798444,7892834,772800520,1802465123,1814914409,1663924065,7630447,773128200,1802465123,1814914409,1663924065,1635020399,1919250025,268437504,1869570862,761620843,762798444,1868983913,335546368,1869570862,761620843,762798444,1868983913,1918984749,318769152,1869570862,761620843,762798444,1936942445,6645601,772931592,1802465123,1814914409,1848473441,1667855471,524389,1868770844,1701407599,2002873389,1953459757,761619305,1953394531,1701734753,524402,1868770835,1701407599,2002873389,1702260525,2036427890,301991936,1869570862,761620843,762798444,1768714096,134248803,1663963136,1768648559,1634479461,1702112631,134247544,1663963904,1768648559,1634479461,1920413047,1701867617,524402,1868770838,1701407599,2002873389,1868783455,1767994478,7497070,773193736,1802465123,1814914409,1919252833,1986289965,1701015137,524388,1868770840,1701407599,2036427821,1647145573,1735091041,1853190002,524388,1868770836,1701407599,2036427821,1647145573,1869902959,524397,1868770839,1701407599,2036427821,1663922789,1635020399,1919250025,285214720,1869570862,761620843,1702453612,1701719410,524407,1868770837,1701407599,2036427821,1982689893,1651077993,134243692,1663964416,1768648559,1634479461,762471801,1885434487,7497072,773193736,1802465123,1814914409,1919252833,1987010399,1634497125,524409,1868770838,1701407599,2036427821,1600090725,1885434487,7497072,772866056,1802465123,1814914409,1919252833,2036625250,234883072,1869570862,761620843,1702453612,134247282,1663963392,1768648559,1651256677,1953456685,7171956,772603912,1802465123,1814914409,1818322789,335546368,1869570862,761620843,1634166124,1633824108,1919250030,285214720,1869570862,761620843,1634166124,1868705132,524408,1868770837,1701407599,1734700077,1663921249,1702129263,134247534,1663963648,1768648559,1701588325,762077543,1868983913,335546368,1869570862,761620843,1634166124,1869491564,1701013876,352323584,1869570862,761620843,1634166124,1986997612,1634497125,524409,1868770828,1701407599,1885826093,524388,1868770834,1701407599,1885826093,1869622628,7370096,773849096,1802465123,1831691625,1734438497,1882026597,1886744687,1868783455,1767994478,7497070,772538376,1802465123,1831691625,7041633,772538376,1802465123,1831691625,7041889,772997128,1802465123,1831691625,1999467617,1886413170,134247013,1663962880,1768648559,1701653861,1852400748,524391,1868770836,1701407599,1818586413,1735289188,1852794413,524388,1868770839,1701407599,1818586413,1735289188,1634891565,1919250544,335546368,1869570862,761620843,1936942445,761620321,808595506,369100800,1869570862,761620843,1936942445,761620321,1852727650,134247013,1663963904,1768648559,1701653861,1734439795,1633824101,524402,1868770837,1701407599,1936026925,1701273971,1869373997,134245219,1663968e3,1768648559,1701653861,1734439795,1818373477,1768645487,1647142766,1735091041,1853190002,524388,1868770835,1701407599,1936026925,1701273971,2020565549,385878016,1869570862,761620843,1936942445,761620321,1919252079,7954796,773259272,1802465123,1831691625,1634956133,1999463783,1886413170,134247013,1663964416,1768648559,1701653861,1734439795,2002739045,7364978,773324808,1802465123,1831691625,1634956133,1600087399,1885434487,7497072,772800520,1802465123,1831691625,1634956133,7562599,772866056,1802465123,1831691625,1634956133,1735289191,452986880,1869570862,761620843,1936942445,1852401505,1868770663,1852797037,7630437,772866056,1802465123,1831691625,1882025577,1818586721,369100800,1869570862,761620843,1633972077,1633824108,1919183715,134246511,1663963136,1768648559,1869426021,762077540,134244194,1663964416,1768648559,1869426021,762077540,1936942445,6645601,773193736,1802465123,1831691625,1818322031,1987010399,1634497125,524409,1868770830,1701407599,1685024045,6646901,773193736,1802465123,1831691625,1819632751,1920413029,1701867617,524402,1868770831,1701407599,1735617837,1918984749,251660288,1869570862,761620843,761754477,7892834,772800520,1802465123,1831691625,1764583283,7300718,773455880,1802465123,1831691625,1764583283,762275438,1953394531,1701734753,524402,1868770832,1701407599,1735617837,1634891565,524400,1868770836,1701407599,1735617837,1868783455,1852142702,524404,1868770827,1701407599,1734438445,234883072,1869570862,761620843,1650942318,134247009,1663961856,1768648559,1634610533,524406,1868770830,1701407599,1986096685,7496034,772538376,1802465123,1848468841,6647407,773455880,1802465123,1848468841,1663923311,1768320623,1647144306,1701736033,524402,1868770828,1701407599,1953459757,524389,1868770834,1701407599,1953459757,1999449445,7364978,773193736,1802465123,1848468841,761623663,1953394531,1701734753,524402,1868770834,1701407599,1953459757,1869622629,7370096,773062664,1802465123,1848468841,761623663,1885434487,7497072,773128200,1802465123,1848468841,1600484463,1634891615,1919250544,201328640,1869570862,761620843,1718906734,419432448,1869570862,761620843,1769238382,757949795,1767273321,1818388851,524389,1868770839,1701407599,1953459757,761619305,1936291373,1701601897,385878016,1869570862,761620843,1769238382,757949795,1885434487,7497072,772800520,1802465123,1848468841,1667855471,3288421,773062664,1802465123,1848468841,1667855471,1818307941,7631461,773128200,1802465123,1848468841,1667855471,1633824101,1919250030,301991936,1869570862,761620843,1769238382,1647142243,134247009,1663964416,1768648559,1869491557,1701013876,1953456685,7171956,773193736,1802465123,1848468841,1667855471,1868770661,1852142702,524404,1868770837,1701407599,1953459757,761619305,1818323300,134244207,1663964160,1768648559,1869491557,1701013876,1987273773,134246247,1663964160,1768648559,1869491557,1701013876,2020173357,134243429,1663964416,1768648559,1869491557,1701013876,1869571629,7497076,773652488,1802465123,1848468841,1667855471,1969630565,1663921260,1635020399,1919250025,352323584,1869570862,761620843,1769238382,1747805539,1701080175,524402,1868770836,1701407599,1953459757,761619305,1701736041,524402,1868770838,1701407599,1953459757,761619305,1919252079,7954796,773062664,1802465123,1848468841,1667855471,1869622629,7370096,772997128,1802465123,1848468841,1667855471,1869753701,134247535,1663963648,1768648559,1869491557,1701013876,1886352429,285214720,1869570862,761620843,1769238382,1965909347,524393,1868770835,1701407599,1953459757,761619305,1885434487,335546368,1869570862,761620843,1769238382,1630430563,1953654124,503318528,1869570862,761620843,1769238382,1630430563,1953654124,1667593005,1633971823,134248818,1663964416,1768648559,1869491557,1701013876,1953456686,7171956,772931592,1802465123,1848468841,1667855471,1869885029,524400,1868770842,1701407599,1953459757,1600480105,1667326559,1869768555,6581877,773259272,1802465123,1848468841,1667855471,1868521317,1819436406,134248801,1663963392,1768648559,1869491557,1701013876,7496034,772603912,1802465123,1848468841,1718187119,335546368,1869570862,761620843,1769238382,1633824102,1919250030,503318528,1869570862,761620843,1769238382,1633904998,1852795252,2019896621,1852990836,134245473,1663965696,1768648559,1869491557,1768319348,1769234787,1630367343,1953654124,486541312,1869570862,761620843,1769238382,1633904998,1852795252,1667326509,1869767787,524400,1868770847,1701407599,1953459757,1667851881,1869182049,1633824110,1919380323,1684960623,452986880,1869570862,761620843,1769238382,1633904998,1852795252,1851875885,7497070,773324808,1802465123,1848468841,1718187119,1952539497,762212201,7496034,773455880,1802465123,1848468841,1718187119,1952539497,762212201,1668246626,524395,1868770840,1701407599,1953459757,1667851881,1869182049,1868705134,524408,1868770843,1701407599,1953459757,1667851881,1869182049,1969368430,1701601890,503318528,1869570862,761620843,1769238382,1633904998,1852795252,1852793645,1852399988,134247013,1663964928,1768648559,1869491557,1768319348,1769234787,1697476207,524403,1868770843,1701407599,1953459757,1667851881,1869182049,1701326190,1919247457,452986880,1869570862,761620843,1769238382,1633904998,1852795252,1819240493,7497060,773586952,1802465123,1848468841,1718187119,1952539497,762212201,1936942445,6645601,773455880,1802465123,1848468841,1718187119,1952539497,762212201,1633972077,524396,1868770840,1701407599,1953459757,1667851881,1869182049,1936534894,524391,1868770841,1701407599,1953459757,1667851881,1869182049,1920413038,134246497,1663965440,1768648559,1869491557,1768319348,1769234787,1600089711,7496034,773455880,1802465123,1848468841,1718187119,1952539497,1601073001,1634891615,524400,1868770845,1701407599,1953459757,1667851881,1869182049,2002739054,1886413170,134247013,1663964928,1768648559,1869491557,1768319348,1769234787,2002742895,524402,1868770837,1701407599,1953459757,1667851881,1869182049,134247278,1663963136,1768648559,1869491557,1768319348,134247013,1663965184,1768648559,1869491557,1768319348,1663922789,1702129263,134247534,1663964160,1768648559,1869491557,1768319348,1785946475,134245999,1663962624,1768648559,1869491557,2036754804,335546368,1869570862,761620843,1769238382,1647147366,1801678700,402655232,1869570862,761620843,1769238382,1663924582,1635020399,1919250025,335546368,1869570862,761620843,1769238382,1882028390,1886744687,385878016,1869570862,761620843,1769238382,1600092518,1885434487,7497072,773390344,1802465123,1865246057,1634887024,1852795252,1936026925,1701273971,234883072,1869570862,761620843,762605679,134245993,1663964672,1768648559,1886334309,1852386676,1702260525,2036427890,251660288,1869570862,761620843,762605679,7632239,772603912,1802465123,1865246057,1852404848,318769152,1869570862,761620843,1769238639,1869426030,7102820,773062664,1802465123,1865246057,1869182064,1747809134,7040879,772603912,1802465123,1865246057,1919251573,385878016,1869570862,761620843,1702131055,1868770674,1767994478,7497070,773586952,1802465123,1865246057,1919251573,1852793645,1852399988,1999467109,7364978,773128200,1802465123,1865246057,1919251573,1634891565,1919250544,234883072,1869570862,761620843,1953789295,134247013,1663963904,1768648559,1986997605,1999466085,1701274729,524404,1868770828,1701407599,1702260525,524402,1868770831,1701407599,1702260525,2036419698,318769152,1869570862,761620843,1919252079,762929516,7892834,773390344,1802465123,1865246057,1819436406,1831696737,1818322031,2020565549,385878016,1869570862,761620843,1919252079,762929516,1885434487,7497072,772538376,1802465123,1882023273,6647393,772997128,1802465123,1882023273,761622113,1869116205,134246007,1663964416,1768648559,1634741605,762078574,1953394531,7630437,773128200,1802465123,1882023273,1818586721,1702260525,2036427890,469764096,1869570862,761620843,1836213616,1769173865,757952111,1801675106,1886351972,385878016,1869570862,761620843,1836213616,1769173865,757952111,7170404,773390344,1802465123,1882023273,1768780389,1869181811,1633824110,1919250030,536872960,1869570862,761620843,1836213616,1769173865,1663921775,1635020399,1919250025,1734959661,603981824,1869570862,761620843,1836213616,1769173865,1663921775,1635020399,1919250025,1702260525,2036427890,419432448,1869570862,761620843,1836213616,1769173865,1714253423,1702129519,524402,1868770841,1701407599,1919250477,1936943469,762212201,1836020336,134247536,1663962624,1768648559,1819290981,1852401525,234883072,1869570862,761620843,1768714096,134243683,1663963136,1768648559,1869622629,1768122732,134247269,1663964416,1768648559,1869622629,2036558188,1818373421,7037807,773390344,1802465123,1882023273,1667853423,1663905145,1635020399,1919250025,352323584,1869570862,761620843,1768714096,1630370147,1885692771,524404,1868770847,1701407599,1819242541,762930025,1919379297,1769173861,1882023286,1886744687,335546368,1869570862,761620843,1768714096,1630370147,1701147239,402655232,1869570862,761620843,1768714096,1630370147,1701147239,1953391981,335546368,1869570862,761620843,1768714096,1630370147,1953654124,318769152,1869570862,761620843,1768714096,1630370147,6382962,773390344,1802465123,1882023273,1667853423,1633824121,1919250030,1918984749,301991936,1869570862,761620843,1768714096,1647147363,134247009,1663964928,1768648559,1869622629,2036558188,1918984749,1935761965,524389,1868770841,1701407599,1819242541,762930025,762470754,1953787746,134245743,1663963904,1768648559,1869622629,2036558188,1818583597,524404,1868770836,1701407599,1819242541,762930025,1668246626,524395,1868770837,1701407599,1819242541,762930025,1953787746,134245743,1663963648,1768648559,1869622629,2036558188,2020565549,335546368,1869570862,761620843,1768714096,1663924579,1936941420,369100800,1869570862,761620843,1768714096,1663924579,1702063727,134247534,1663963904,1768648559,1869622629,2036558188,1852793645,524404,1868770840,1701407599,1819242541,762930025,1953394531,1701734753,524402,1868770838,1701407599,1819242541,762930025,1953394531,7630437,772997128,1802465123,1882023273,1667853423,1868770681,134248046,1663964416,1768648559,1869622629,2036558188,1634296877,6778732,773390344,1802465123,1882023273,1667853423,1768172921,1634493299,1919249769,301991936,1869570862,761620843,1768714096,1680701795,134248041,1663964160,1768648559,1869622629,2036558188,1920295981,134248549,1663964672,1768648559,1869622629,2036558188,1701602605,1953391981,352323584,1869570862,761620843,1768714096,1714256227,1702129519,524402,1868770835,1701407599,1819242541,762930025,1836216166,318769152,1869570862,761620843,1768714096,1731033443,7499876,773128200,1802465123,1882023273,1667853423,1852386681,1836216166,520095744,1869570862,761620843,1768714096,1781365091,761622133,959524914,1953459757,6644585,773062664,1802465123,1882023273,1667853423,1634479481,7497081,773193736,1802465123,1882023273,1667853423,1701653881,1734439795,524389,1868770836,1701407599,1819242541,762930025,1633972077,524396,1868770834,1701407599,1819242541,762930025,6779757,772997128,1802465123,1882023273,1667853423,1869491577,134243700,1663964416,1768648559,1869622629,2036558188,1953459757,6644585,773783560,1802465123,1882023273,1667853423,1869491577,1701013876,1852793645,1852399988,134247013,1663965952,1768648559,1869622629,2036558188,1953459757,1667851881,1869182049,524398,1868770838,1701407599,1819242541,762930025,762605679,7632239,773193736,1802465123,1882023273,1667853423,1986997625,1634497125,524409,1868770836,1701407599,1819242541,762930025,1701732720,524396,1868770836,1701407599,1819242541,762930025,1768976240,524398,1868770836,1701407599,1819242541,762930025,1970302832,524400,1868770837,1701407599,1819242541,762930025,1836020336,134247536,1663964672,1768648559,1869622629,2036558188,1667593005,1852795252,385878016,1869570862,761620843,1768714096,1932360035,1801675118,7496034,773324808,1802465123,1882023273,1667853423,1953705337,1835365473,7630437,773193736,1802465123,1882023273,1667853423,1970482553,1918987629,524409,1868770835,1701407599,1819242541,762930025,1936746868,452986880,1869570862,761620843,1768714096,1949137251,762540137,1885434487,7497072,773193736,1802465123,1882023273,1667853423,1635200377,1852403314,524391,1868770848,1701407599,1819242541,762930025,1852989815,761753193,1953394531,1701734753,524402,1868770837,1701407599,1819242541,762930025,1684957559,134248303,1663963904,1768648559,1869622629,2036558188,1634891565,524400,1868770836,1701407599,1819242541,1601790825,1918985055,524388,1868770841,1701407599,1819242541,1601790825,1852793695,1852399988,134247013,1663963392,1768648559,1869622629,2036558188,6779757,772800520,1802465123,1882023273,1953066095,7562089,772472840,1802465123,1882023273,134246511,1663963136,1768648559,1869622629,1634545008,134245993,1663965184,1768648559,1869622629,1886727536,1836016429,1701736304,134247534,1663965184,1768648559,1869622629,1886727536,1852793645,1852399988,134247013,1663964672,1768648559,1869622629,1886727536,1702260525,2036427890,268437504,1869570862,761620843,762343280,1885434487,218105856,1869570862,761620843,1433431920,524400,1868770829,1701407599,1886351405,134245993,1663962880,1768648559,1869622629,1702260592,524402,1868770839,1701407599,1886351405,1919252079,1667312941,1702259060,285214720,1869570862,761620843,1970302832,1633824112,524402,1868770833,1701407599,1886351405,1647145077,134248559,1663964928,1768648559,1869622629,762344816,1953394531,1701734753,524402,1868770835,1701407599,1886351405,1714253941,1953722985,469764096,1869570862,761620843,1970302832,1869426032,1701603682,1634891565,1919250544,352323584,1869570862,761620843,1970302832,1986997616,1634497125,524409,1868770833,1701407599,1886351405,1999466613,134245993,1663964416,1768648559,1869622629,762344816,1885434487,7497072,773193736,1802465123,1882023273,1886744687,1701338975,1852400737,524391,1868770838,1701407599,1886351405,1600090229,1885434487,7497072,773193736,1802465123,1882023273,1635150194,1647147363,1701736033,524402,1868770841,1701407599,1769107501,2036556150,1852793645,1852399988,134247013,1663964928,1768648559,1919954277,1667331689,1701653881,1734439795,524389,1868770838,1701407599,1769107501,2036556150,1953459757,6644585,773586952,1802465123,1882023273,1635150194,1882028387,1667853423,1869622649,7370096,773128200,1802465123,1882023273,1635150194,1882028387,1886744687,402655232,1869570862,761620843,1836020336,1663923312,1635020399,1919250025,318769152,1869570862,761620843,1836020336,1999467632,7364978,773193736,1802465123,1882023273,1886220146,1920413044,1701867617,524402,1868770831,1701407599,1902473773,1953719669,318769152,1869570862,761620843,1970365810,762606437,7238755,773128200,1802465123,1915577705,1802466917,1768435045,1852138596,234883072,1869570862,761620843,1650616690,134245999,1663965184,1768648559,1769090405,1852793442,1836016429,1701736304,134247534,1663963648,1768648559,1769090405,1819568227,1701408361,201328640,1869570862,761620843,1868853106,335546368,1869570862,761620843,1868853106,1700998445,1919251566,318769152,1869570862,761620843,1868853106,1634296877,6778732,772669448,1802465123,1915577705,1635217013,524409,1868770838,1701407599,1919120173,762605673,1953394531,7630437,772931592,1802465123,1932354921,1882027109,1965912175,524400,1868770842,1701407599,1952805677,1735289204,1953456685,762146676,7496034,773259272,1802465123,1932354921,1769239653,1831692142,1634956133,134243687,1663965184,1768648559,1702047077,1852404852,757953383,1886218611,134243692,1663964672,1768648559,1702047077,1852404852,1630368615,1953654124,352323584,1869570862,761620843,1953785203,1936158313,1851875885,524388,1868770840,1701407599,1952805677,1735289204,1701653875,1734439795,524389,1868770845,1701407599,1952805677,1735289204,1768304243,761554296,1953787746,134245743,1663965952,1768648559,1702047077,1852404852,1764651879,1769352563,1818388851,524389,1868770841,1701407599,1952805677,1735289204,1868521331,1819436406,134248801,1663963136,1768648559,1752378725,1647146863,134247009,1663964928,1768648559,1752378725,1647146863,1647145569,1869902959,524397,1868770828,1701407599,1734964013,524398,1868770832,1701407599,1734964013,1685021294,524409,1868770840,1701407599,1953067821,1634956645,1848468839,1667855471,524389,1868770839,1701407599,1768715053,1663919460,1635020399,1919250025,301991936,1869570862,761620843,1684630643,1868836197,134246007,1663962368,1768648559,1853042021,7037793,772734984,1802465123,1932354921,1886415214,134247525,1663962624,1768648559,1886596453,1752392044,218105856,1869570862,761620843,1734440051,524389,1868770839,1701407599,1635021613,1701668212,1882027118,1886744687,234883072,1869570862,761620843,1952543859,134247285,1663962624,1768648559,1953705317,2037080937,318769152,1869570862,761620843,1667855475,1714256235,7890284,773128200,1802465123,1932354921,1801677172,1869098361,1919247468,318769152,1869570862,761620843,1667855475,1999468907,7364978,772931592,1802465123,1932354921,1701538164,1634610553,524406,1868770829,1701407599,1920234285,134246505,1663962624,1768648559,1953705317,1701865842,285214720,1869570862,761620843,1935832435,1952543348,524389,1868770827,1701407599,1650553901,218105856,1869570862,761620843,1818386804,524389,1868770829,1701407599,1634038829,134243684,1663962624,1768648559,1702112613,1919251297,218105856,1869570862,761620843,1936418164,524404,1868770829,1701407599,1919251501,134247277,1663962368,1768648559,1752444261,6778473,772669448,1802465123,1949132137,1735749480,524392,1868770828,1701407599,1835627565,524389,1868770827,1701407599,1885959213,234883072,1869570862,761620843,762341748,134244194,1663964416,1768648559,1769221477,1868770672,1767994478,7497070,772800520,1802465123,1949132137,1999466601,7364978,772669448,1802465123,1949132137,1869884783,524400,1868770829,1701407599,1634694189,134247539,1663963648,1768648559,1869884773,762606433,1885434487,251660288,1869570862,761620843,1935765364,7497076,772538376,1802465123,1949132137,7106415,773193736,1802465123,1949132137,762081135,1953394531,1701734753,524402,1868770831,1701407599,1869575213,1918984812,251660288,1869570862,761620843,1819242356,7367028,773259272,1802465123,1949132137,1953263471,1663922281,1702129263,134247534,1663964416,1768648559,1869884773,1769237615,1869635440,7370096,772472840,1802465123,1949132137,134246511,1663963648,1768648559,1869884773,1633824112,1919250030,436209664,1869570862,761620843,1651535732,1701736033,1852793714,1852399988,134247013,1663963648,1768648559,1869884773,1868967283,1919251567,184551424,1869570862,761620843,7633012,772866056,1802465123,1965909353,1768172905,1735355489,218105856,1869570862,761620843,1768189557,524410,1868770829,1701407599,1634956589,134243687,1663963648,1768648559,1937059173,761620321,1868983913,402655232,1869570862,761620843,1734439797,1852386661,1647144806,1801678700,285214720,1869570862,761620843,1734439797,1936534885,524391,1868770842,1701407599,1634956589,1848468839,1718187119,1952539497,7237481,773062664,1802465123,1965909353,1701273971,1953459757,7956073,772997128,1802465123,1965909353,1701273971,1886351405,134246517,1663964160,1768648559,1937059173,761620321,1734633847,134247525,1663964416,1768648559,1937059173,761620321,1885434487,7497072,772472840,1802465123,1965909353,134243699,1663963392,1768648559,1937059173,1869622629,7370096,772866056,1802465123,1965909353,761554291,1702129518,218105856,1869570862,761620843,1634169717,524389,1868770830,1701407599,1819505965,6911599,772669448,1802465123,1965909353,1701733754,524404,1868770841,1701407599,1919252013,1667853424,1831695464,1768189029,134244206,1663963392,1768648559,1635200357,1714252908,7172719,773062664,1802465123,1999463785,762080353,1885434487,7497072,772931592,1802465123,1999463785,762212961,1633972077,524396,1868770832,1701407599,1918990125,1936534894,524391,1868770843,1701407599,1918990125,1735289198,1851875885,762471790,2003134838,318769152,1869570862,761620843,1852989815,761753193,7496034,773390344,1802465123,1999463785,1768845921,1663919982,1635020399,1919250025,385878016,1869570862,761620843,1852989815,761753193,1953394531,7630437,773259272,1802465123,1999463785,1768845921,1831692142,1634956133,134243687,1663966464,1768648559,1635200357,1852403314,1869426023,762077540,1651077677,7237474,773128200,1802465123,1999463785,1768845921,1882023790,1818586721,352323584,1869570862,761620843,1852989815,761753193,1970302832,524400,1868770839,1701407599,1918990125,1735289198,1634891565,1919250544,402655232,1869570862,761620843,1852989815,1600613993,1702260575,2036427890,402655232,1869570862,761620843,1852989815,1600613993,1634891615,1919250544,335546368,1869570862,761620843,1852989815,1600613993,2003789939,301991936,1869570862,761620843,1852989815,1650945641,134247009,1663962880,1768648559,1635200357,1853189746,524391,1868770830,1701407599,1684633389,7628135,773062664,1802465123,1999463785,1701274729,1865231732,7234928,773128200,1802465123,1999463785,1701274729,1869098356,1919247468,285214720,1869570862,761620843,1734633847,1982690405,524338,1868770836,1701407599,1852405549,762802020,1668246626,524395,1868770850,1701407599,1852405549,762802020,1919252079,762929516,1932357486,1769239653,7563118,773128200,1802465123,1999463785,1868852841,1702047095,1952671084,167774208,1869570862,761620843,134247031,1663962112,1768648559,1920413029,134246497,1663964160,1768648559,1920413029,1663922273,1702129263,134247534,1663963136,1768648559,1920413029,1949134945,134246505,1663962368,1768648559,1920413029,7368801,773128200,1802465123,1999463785,1886413170,1882026597,1886744687,318769152,1869570862,761620843,762212983,1885434487,7497072,772734984,1802465123,2049795433,1684957485,134248549,1663962368,1768648559,1818308197,7631461,772669448,1802465123,1630430569,1953654124,524389,1868770838,1701407599,1668178222,1701998440,1869884772,7631713,772669448,1802465123,1647207785,1701736033,524402,1868770832,1701407599,761750062,1953065079,524389,1868770848,1701407599,1634231086,761620334,1936942445,761620321,762212141,1667853411,524395,1868770839,1701407599,1852793646,1852399988,1714254437,1684632940,268437504,1869570862,778398059,1953394531,1868854629,234883072,1869570862,778398059,1953723747,134245743,1663962368,1768648559,1768304229,6579576,773062664,1802465123,1714316649,1684371561,1953456685,7171956,772734984,1802465123,1764648297,1752378739,134248303,1663963648,1768648559,1936272997,1936291373,1701601897,285214720,1869570862,778398059,1767273321,1818388851,524389,1868770841,1701407599,1970367022,762933861,1769238382,1647147366,134247009,1663963392,1768648559,1936338533,1851875885,7497070,773193736,1802465123,1798202729,1885698671,1767859570,1769628007,524404,1868770828,1701407599,761425198,524336,1868770832,1701407599,1936026926,1701273971,524403,1868770843,1701407599,1986096686,762470754,1702390118,1868705124,1836020852,234883072,1869570862,778398059,762605679,134245993,1663963136,1768648559,762326629,1769235297,134243702,1663962368,1768648559,1869622885,7370096,772669448,1802465123,1915643241,1802467173,524389,1868770827,1701407599,2003792430,268437504,1869570862,778398059,762343284,1868983913,251660288,1869570862,778398059,1818307958,7631461,772734984,1802465123,1982752105,1651077993,134243692,1663962624,1768648559,1769418341,1952802660,318769152,1869570862,778398059,1734633847,1952412773,7632997,773324808,1802465123,875717993,1851875935,762471790,1885434487,7497072,772276232,1802465123,3499369,772407304,1802465123,1665230185,524387,1868770829,1701407599,1701012289,134247536,1663963136,1768648559,1667449189,1114927205,134248559,1663963648,1768648559,1667449189,1349808229,1818586721,301991936,1869570862,1097165163,1885692771,1886343284,134246517,1663963904,1768648559,1667449189,1467248741,1868852841,524407,1868770836,1701407599,1701012289,1918334064,1701867617,524402,1868770833,1701407599,1701012289,1851880560,134243683,1663964160,1768648559,1667449189,1635020901,1113940846,134248559,1663965184,1768648559,1667449189,1635020901,1332044654,1819436406,134248801,1663965184,1768648559,1667449189,1635020901,1852795252,1969516365,134243692,1663962880,1768648559,1667449189,1702129765,524388,1868770839,1701407599,1701012289,1919251568,2036429383,2036625218,335546368,1869570862,1097165163,1885692771,1349674356,1886744687,352323584,1869570862,1097165163,1885692771,1400006004,1701079404,524402,1868770829,1701407599,1769235265,134243702,1663961344,1768648559,6570341,772603912,1802465123,1682007401,1701013878,218105856,1869570862,1097165163,1936291428,524389,1868770832,1701407599,1701996353,1852140901,524404,1868770828,1701407599,1919249473,524404,1868770840,1701407599,1919249473,1918976628,1953394499,1701734753,524402,1868770838,1701407599,1919249473,1918976628,1936942413,6645601,772931592,1802465123,1816225129,1114927717,1867802473,524400,1868770831,1701407599,1919249473,2020557428,352323584,1869570862,1097165163,1953654124,1953394499,1701734753,524402,1868770835,1701407599,1919249473,1936016500,1886352491,285214720,1869570862,1097165163,1953654124,1702453580,524402,1868770835,1701407599,1919249473,1634883444,1919250544,218105856,1869570862,1097165163,1919249516,524404,1868770830,1701407599,1869508161,7497081,772669448,1802465123,1883333993,1987015280,524389,1868770828,1701407599,1701540673,524402,1868770833,1701407599,1801675074,1970238055,134243438,1663961600,1768648559,1851867749,234883072,1869570862,1113942379,1701080673,134247777,1663964160,1768648559,1851867749,762471790,2036427821,134247013,1663963904,1768648559,1851867749,1098016110,1986622563,524389,1868770838,1701407599,1852727618,1866691173,1767994478,7497070,773521416,1802465123,1631741289,1919250030,1668507972,1835622764,1918333541,134246497,1663964160,1768648559,1851867749,1332897134,1819436406,134248801,1663963392,1768648559,1851867749,1416783214,7632997,773062664,1802465123,1631741289,1919250030,1885434455,7497072,773128200,1802465123,1631741289,1919250030,1633836895,1919250030,369100800,1869570862,1113942379,1701736033,2002739058,1886413170,134247013,1663963392,1768648559,1918976613,1818846765,7497068,773062664,1802465123,1631741289,1701719410,1953705335,6646905,772734984,1802465123,1631741289,1768833394,134245961,1663963904,1768648559,1918976613,1953394499,1701734753,524402,1868770831,1701407599,1232232770,1919250030,285214720,1869570862,1113942379,1984918113,1634497125,524409,1868770839,1701407599,1383227714,1701410405,1936016503,1886352491,218105856,1869570862,1113942379,1867805281,524400,1868770833,1701407599,1467113794,1886413170,134247013,1663961856,1768648559,1918976613,524376,1868770837,1701407599,1601331522,1852793695,1852399988,134247013,1663961600,1768648559,1802256997,201328640,1869570862,1113942379,1801678700,184551424,1869570862,1113942379,6778732,772407304,1802465123,1849845097,524402,1868770829,1701407599,1467117122,134246514,1663962368,1768648559,1953448549,7171956,773062664,1802465123,1866622313,1667318392,1869768555,6581877,772603912,1802465123,1967285609,1701601890,234883072,1869570862,1130719595,1869376609,134247541,1663962112,1768648559,1701331813,134245219,1663963392,1768648559,1869103973,1231381353,7300718,772538376,1802465123,1816356201,7566177,772538376,1802465123,1816356201,6648687,772866056,1802465123,1849910633,1967352937,1836020851,285214720,1869570862,1130719595,1819307375,1668178281,524389,1868770826,1701407599,7237443,773128200,1802465123,1866687849,1919510126,1702252397,2036427890,318769152,1869570862,1130719595,1768320623,1952542066,7237481,773455880,1802465123,1866687849,1919510126,1769234797,1699573359,1734439795,524389,1868770835,1701407599,1936617283,1098149477,1953654124,335546368,1869570862,1130719595,1702063727,1631745134,1919250030,285214720,1869570862,1130719595,1702063727,1631745134,524402,1868770842,1701407599,1936617283,1114926693,1866691169,1767994478,7497070,772997128,1802465123,1866687849,1852142446,1918976628,134246487,1663964928,1768648559,1852785509,1953391987,1953394499,1701734753,524402,1868770837,1701407599,1936617283,1131703909,1702129263,134247534,1663966720,1768648559,1852785509,1953391987,1953723715,2053729647,1768172901,1735355489,335546368,1869570862,1130719595,1702063727,1866888302,1919251567,352323584,1869570862,1130719595,1702063727,1766356078,1768257390,524403,1868770844,1701407599,1936617283,1215589989,1702325865,1984918377,1634497125,524409,1868770835,1701407599,1936617283,1282698853,1919252833,352323584,1869570862,1130719595,1702063727,1699574894,1734439795,524389,1868770835,1701407599,1936617283,1349807717,1818586721,318769152,1869570862,1130719595,1702063727,1867543662,7370096,772997128,1802465123,1866687849,1852142446,1869108084,134247538,1663964416,1768648559,1852785509,1953391987,1885434455,7497072,773324808,1802465123,1866687849,1852142446,1634883444,1919250544,7237443,772931592,1802465123,1866687849,1767994478,1450337646,524338,1868770830,1701407599,1953394499,7106418,772997128,1802465123,1866687849,1869771886,1113546604,134247009,1663966208,1768648559,1852785509,1819243124,1631739743,1852785522,1852399988,134247013,1663963136,1768648559,1919894373,1952671090,134247023,1663962112,1768648559,1987003237,134247013,1663963648,1768648559,1952793701,1936484705,1885434455,218105856,1869570862,1147496811,1869373801,524391,1868770832,1701407599,1818323268,1867802479,524400,1868770831,1701407599,1818323268,1702193007,234883072,1869570862,1147496811,1918333545,134246497,1663963136,1768648559,1919501413,1769235301,134243702,1663962112,1768648559,1936278629,134245475,1663964160,1768648559,1936278629,1767992419,1114793325,134248559,1663965696,1768648559,1936278629,1767992419,1131570541,1635020399,1919250025,553650176,1869570862,1147496811,1818456937,1701669217,1852785522,1852399988,1918333541,1701867617,524402,1868770835,1701407599,1668507972,1835622764,844526181,402655232,1869570862,1147496811,1818456937,1701669217,1634883442,1919250544,167774208,1869570862,1147496811,134248041,1663962368,1768648559,1634878565,7497079,772341768,1802465123,1313170793,150996992,1869570862,1164274027,524373,1868770830,1701407599,1835363397,7630437,772407304,1802465123,1850041705,524391,1868770831,1701407599,1668178246,2020565625,234883072,1869570862,1181051243,1952542572,134247013,1663962112,1768648559,2037139045,134247013,1663962368,1768648559,2037139045,7632239,772603912,1802465123,1866884457,1919251567,268437504,1869570862,1181051243,1702129519,1986610290,251660288,1869570862,1181051243,1702129519,6775410,772669448,1802465123,1866884457,1918990194,524388,1868770827,1701407599,1702125895,167774208,1869570862,1197828459,134246243,1663962624,1768648559,1851869285,1919249508,218105856,1869570862,1214605675,1701077349,524402,1868770835,1701407599,1684104520,1698919013,1919251566,369100800,1869570862,1214605675,1701077349,1852785522,1852399988,134247013,1663964160,1768648559,1634027621,1467114852,1886413170,134247013,1663961856,1768648559,1852393573,524404,1868770836,1701407599,1953392968,1953394499,1701734753,524402,1868770835,1701407599,1953392968,1702131781,1684366446,234883072,1869570862,1214605675,1702325865,134247273,1663962624,1768648559,1718503781,1918976623,234883072,1869570862,1231382891,1114596974,134248559,1663963392,1768648559,1718503781,1852397423,7827300,772931592,1802465123,1850303849,1918332774,1701867617,524402,1868770837,1701407599,1868983881,1852793695,1852399988,134247013,1663963648,1768648559,1718503781,1634562671,1852795252,352323584,1869570862,1231382891,1919903342,1769234797,1631743599,524402,1868770843,1701407599,1868983881,1952542066,1131310953,1635020399,1919250025,218105856,1869570862,1231382891,1684632430,524389,1868770825,1701407599,134247242,1663961088,1768648559,134237029,1663962880,1768648559,1852787557,1701733748,524402,1868770830,1701407599,762798412,7892834,773718024,1802465123,1632396649,1869494903,1868703860,975796580,678719342,1819112552,524329,1868770829,1701407599,1115119948,134247009,1663962368,1768648559,2002865253,7302978,772603912,1802465123,1632396649,2020557431,251660288,1869570862,1281714539,1867544417,7370096,773324808,1802465123,1632396649,1886343287,1866690677,1767994478,7497070,772603912,1802465123,1632396649,1869762679,201328640,1869570862,1281714539,1919252833,352323584,1869570862,1281714539,1919252833,1868783455,1852142702,524404,1868770828,1701407599,1634166092,524396,1868770832,1701407599,1634166092,1836008300,524400,1868770837,1701407599,1634166092,1852785516,1852399988,134247013,1663963392,1768648559,1734691941,1667198049,7368047,772538376,1802465123,1766614377,7628903,772407304,1802465123,1397581161,524359,1868770827,1701407599,1852399949,268437504,1869570862,1298491755,1349413217,1818586721,218105856,1869570862,1298491755,1702130529,524402,1868770830,1701407599,1684825421,6778473,772669448,1802465123,1699571049,1853187180,524391,1868770827,1701407599,1936942413,285214720,1869570862,1298491755,1634956133,1631741287,524402,1868770833,1701407599,1936942413,1113941857,134248559,1663964928,1768648559,1936018789,1701273971,1953394499,1701734753,524402,1868770833,1701407599,1936942413,1147496289,134248041,1663963904,1768648559,1936018789,1701273971,1701732688,524396,1868770837,1701407599,1936942413,1466263393,1886413170,134247013,1663962880,1768648559,1685015909,1866624097,524408,1868770840,1701407599,1633972045,1650417516,1735091041,1853190002,524388,1868770838,1701407599,1969516365,1866687852,1767994478,7497070,772669448,1802465123,1867343209,1702130542,524402,1868770835,1701407599,1936617293,762471796,1868983913,318769152,1869570862,1298491755,1866688371,1767994478,7497070,772669448,1802465123,1934452073,1634883431,524400,1868770834,1701407599,1098149710,1885692771,6579572,772472840,1802465123,1867408745,134243700,1663962112,1768648559,1953451621,134247269,1663961856,1768648559,1953451621,524393,1868770829,1701407599,1769238350,134243683,1663965184,1768648559,1953451621,761619305,1450404141,1651077993,134243692,1663962624,1768648559,1953451621,845505385,234883072,1869570862,1315268971,1667855471,134234469,1663964160,1768648559,1953451621,1113940841,1869376609,134245999,1663963136,1768648559,1953451621,1113940841,134247009,1663963136,1768648559,1953451621,1113940841,134248559,1663964672,1768648559,1953451621,1130718057,1635020399,1919250025,335546368,1869570862,1315268971,1667855471,1852785509,1953391988,301991936,1869570862,1315268971,1667855471,1886343269,134246485,1663965696,1768648559,1953451621,1415930729,1131706469,1635020399,1919250025,301991936,1869570862,1315268971,1667855471,1886999653,134230373,1663964160,1768648559,1953451621,1466262377,1886413170,134247013,1663965184,1768648559,1953451621,1600480105,1852793695,1852399988,134247013,1663962112,1768648559,1953451621,134243945,1663963904,1768648559,1953451621,1667851881,1869182049,524398,1868770841,1701407599,1769238350,1633904998,1852795252,1852727618,134247013,1663964672,1768648559,1953451621,1667851881,1869182049,1918976622,469764096,1869570862,1315268971,1718187119,1952539497,1131310953,1635020399,1919250025,402655232,1869570862,1315268971,1718187119,1952539497,1349414761,1886744687,419432448,1869570862,1315268971,1718187119,1952539497,1466855273,1701274729,524404,1868770845,1701407599,1769238350,1633904998,1852795252,1852793695,1852399988,134247013,1663964672,1768648559,1953451621,1701406313,1634883442,1919250544,218105856,1869570862,1315268971,1718187119,524409,1868770832,1701407599,1769238350,1631746406,524402,1868770828,1701407599,1232367695,524398,1868770839,1701407599,1333030991,1866626165,1634883448,1919250544,201328640,1869570862,1332046187,1919251573,234883072,1869570862,1332046187,1819436406,134248801,1663963392,1768648559,1702252389,2036427890,7892802,772276232,1802465123,5268841,772472840,1802465123,1632658793,134245219,1663962112,1768648559,1851871333,134245477,1663964160,1768648559,1919242341,1769171309,1850306159,134246246,1663963392,1768648559,1919242341,1936943469,7237481,773062664,1802465123,1699767657,1953066354,1885434455,7497072,772931592,1802465123,1867539817,1701013868,1668246594,524395,1868770836,1701407599,1768714064,1647147363,1701736033,524402,1868770835,1701407599,1768714064,1882028387,1886744687,234883072,1869570862,1348823403,1667853423,134234489,1663964672,1768648559,1819234405,1098474345,1701147239,1953391981,234883072,1869570862,1348823403,1667853423,134234745,1663965184,1768648559,1819234405,1115251561,1701736033,1953845106,134247013,1663963136,1768648559,1819234405,1115251561,134247022,1663963136,1768648559,1819234405,1115251561,134248559,1663964672,1768648559,1819234405,1132028777,1635020399,1919250025,318769152,1869570862,1348823403,1667853423,1937064825,7171956,772931592,1802465123,1867539817,2036558188,1634561863,524391,1868770837,1701407599,1768714064,1766619491,1114925159,134248559,1663966976,1768648559,1819234405,1283023721,1952999273,1333292866,1718773110,1115123564,524391,1868770836,1701407599,1768714064,1699576163,1734439795,524389,1868770835,1701407599,1768714064,1867413859,1701013876,452986880,1869570862,1348823403,1667853423,1953451641,762930793,1885434487,7497072,773062664,1802465123,1867539817,2036558188,1919252047,7954796,772931592,1802465123,1867539817,2036558188,1970302800,524400,1868770836,1701407599,1768714064,1850964323,1701867625,524404,1868770833,1701407599,1768714064,1700034915,134247544,1663964160,1768648559,1819234405,1467573097,1886413170,134247013,1663964928,1768648559,1819234405,1601790825,2020173407,1668246594,524395,1868770843,1701407599,1768714064,1935894900,1769238350,1633904998,1852795252,369100800,1869570862,1348823403,1953066095,1467179881,1886413170,134247013,1663962368,1768648559,1886343269,7370064,772538376,1802465123,1867539817,7361904,773062664,1802465123,1867539817,1332761968,1919251573,7760196,772800520,1802465123,1867539817,1466979696,7364978,772538376,1802465123,1867539817,7235952,773128200,1802465123,1867539817,1601071472,1702260575,2036427890,369100800,1869570862,1348823403,1886744687,1953459770,1685021224,134228345,1663964416,1768648559,1886343269,1866690677,1767994478,7497070,772800520,1802465123,1867539817,1349547376,7631457,772866056,1802465123,1867539817,1399879024,1819042157,234883072,1869570862,1348823403,1635150194,134248803,1663964416,1768648559,1769099365,2036556150,1868983881,7760196,773455880,1802465123,1917871465,1953525103,1953853279,1918333541,1701867617,524402,1868770827,1701407599,1752397136,201328640,1869570862,1365600619,2037540213,251660288,1869570862,1382377835,1852403045,7497060,773193736,1802465123,1699898729,1684957549,1918333541,1701867617,524402,1868770834,1701407599,1953719634,1952672114,7237481,773455880,1802465123,1767007593,1819568227,1600482921,1953394531,1701734753,524402,1868770826,1701407599,7827282,772603912,1802465123,1666409833,1953524082,234883072,1869570862,1399155051,1769235301,134245999,1663963136,1768648559,1818579813,1148478309,134248041,1663962112,1768648559,1701335909,134245484,1663963136,1768648559,1869108069,1634485111,134247283,1663964672,1768648559,1635013477,1701668212,1647146094,1801678700,318769152,1869570862,1415932267,1936552549,1953394499,7630437,772669448,1802465123,1767138665,1634883440,524400,1868770826,1701407599,6581076,772538376,1802465123,1867801961,7368532,772538376,1802465123,1867801961,7631713,772472840,1802465123,1867801961,134245487,1663962624,1768648559,1869567077,1918984812,402655232,1869570862,1415932267,1953263471,1849323625,1747481711,694971764,369100800,1869570862,1415932267,1953263471,1867214953,1852142702,134247013,1663961600,1768648559,1886344293,251660288,1869570862,1415932267,1851877746,6646887,773718024,1802465123,1934976361,1097164641,1953654124,1852399949,1953394499,1701734753,524402,1868770833,1701407599,1466266453,1768845921,134244206,1663964160,1768648559,1702057317,1919369586,1701668197,134247534,1663962880,1768648559,1869174373,1869898092,524402,1868770837,1701407599,1819240790,1919906913,2020173357,134243429,1663964160,1768648559,1869174373,1869898092,2020165234,134243429,1663965184,1768648559,1936283237,1701601897,1953459770,1685021224,134228345,1663962624,1768648559,1818318693,1986610273,301991936,1869570862,1466263915,1466723425,1886413170,134247013,1663961856,1768648559,1918981989,524398,1868770830,1701407599,1852989783,6778473,773324808,1802465123,1633117545,1852403314,1667318375,1869768555,6581877,772866056,1802465123,1633117545,1852403314,2020557415,385878016,1869570862,1466263915,1768845921,1866688366,1767994478,7497070,773128200,1802465123,1633117545,1852403314,1667584871,1852795252,268437504,1869570862,1466263915,1701278821,1735289206,352323584,1869570862,1466263915,1701278821,1735289206,1633972045,524396,1868770829,1701407599,1734633815,134247525,1663962368,1768648559,1852397413,7827300,772472840,1802465123,1918330217,134246497,1663962112,1768648559,1634883429,134246512,1663962624,1768648559,1634883429,1919250544,167774208,1869570862,1466263915,134246514,1663965440,1768648559,1633966949,1663918452,1768648559,1852386661,6123366,773521416,1802465123,1683711337,761361505,1802465123,1848468841,1667855471,134241637,1663964160,1768648559,1633966949,1663918452,1768648559,134241637,1663966208,1768648559,1633966949,1882022260,1635150194,1882028387,1667853423,134241657,1663968256,1768648559,1633966949,1932353908,1667591269,1030909812,1869570850,1936025963,1918984749,134241570,1663967744,1768648559,1735285605,1684629549,1663188325,1768648559,1665233765,1953523043,1562535013,234883072,1869570862,1600481643,1852727618,134247013,1663962880,1768648559,1633640293,1885692771,524404,1868770838,1701407599,1818320735,762606181,1952669997,6649449,772603912,1802465123,1600087401,1634038369,318769152,1869570862,1600481643,1667326559,1869768555,6581877,772734984,1802465123,1600087401,1852727650,134247013,1663962112,1768648559,1650417509,134247009,1663962624,1768648559,1650417509,1801678700,201328640,1869570862,1600481643,2020565599,268437504,1869570862,1600481643,1818321759,1953853292,251660288,1869570862,1600481643,1819239263,7236981,772800520,1802465123,1600087401,1936617315,7630437,772931592,1802465123,1600087401,1953394531,1701734753,524402,1868770832,1701407599,1868783455,1852142702,524404,1868770828,1701407599,1768185695,524406,1868770829,1701407599,1818648415,134248549,1663965440,1768648559,1717526373,1952542572,1868770605,1767994478,7497070,772866056,1802465123,1600087401,1634692198,1735289204,419432448,1869570862,1600481643,1869375071,1852404833,1647127911,1869902959,524397,1868770831,1701407599,1868980063,1919251567,268437504,1869570862,1600481643,1851878751,1919248225,268437504,1869570862,1600481643,1936026975,1701273971,436209664,1869570862,1600481643,1936026975,1701273971,1852793645,1852399988,134247013,1663962624,1768648559,1834966885,1818322031,352323584,1869570862,1600481643,1953459807,1667851881,1869182049,524398,1868770832,1701407599,1987010399,1634497125,524409,1868770830,1701407599,1634754399,7103854,772734984,1802465123,1600087401,1768714096,134248803,1663964672,1768648559,1885298533,1667853423,1869491577,1701013876,251660288,1869570862,1600481643,1869770847,7630957,772734984,1802465123,1600087401,1702258034,134245473,1663962368,1768648559,1935630181,7827304,772538376,1802465123,1600087401,7368564,772603912,1802465123,1600087401,1819042167,318769152,1869570862,1600481643,1918990175,2002739054,7364978,773455880,1802465123,1600087401,1852989815,761753193,1936942445,1852401505,524391,1868770831,1701407599,1769430879,2003788910,218105856,1869570862,1600481643,1634891615,524400,1868770840,1701407599,1920425823,1701867617,1869504370,1970627950,524395,1868770830,1701407599,1667457375,7630949,773324808,1802465123,1633641833,1885692771,1868783476,1767994478,7497070,773193736,1802465123,1633641833,1885692771,1869504372,1868719476,524408,1868770834,1701407599,1667457375,1635020901,6644590,772800520,1802465123,1633641833,1885692771,7497076,772603912,1802465123,1633641833,1953523043,184551424,1869570862,1600481643,7037793,772538376,1802465123,1633641833,3307108,772669448,1802465123,1633641833,1667855972,524389,1868770833,1701407599,1919377759,1701668197,134247534,1663962368,1768648559,1818320741,7631461,772931592,1802465123,1633641833,1953654124,1852793695,524404,1868770837,1701407599,1701601631,1834972274,1634956133,134243687,1663962880,1768648559,1885429605,1987015280,524389,1868770836,1701407599,1886413151,1702260594,1633836900,524402,1868770828,1701407599,1701994847,524385,1868770834,1701407599,1667326559,1869768555,6581877,772800520,1802465123,1650419049,2003526497,7364978,772472840,1802465123,1650419049,134245985,1663962624,1768648559,1633836901,1919250030,335546368,1869570862,1600481643,1852727650,757953125,1953460082,369100800,1869570862,1600481643,1852727650,1747808869,1818521185,134243429,1663965440,1768648559,1633836901,1919250030,1667326559,1869768555,6581877,773324808,1802465123,1650419049,1701736033,1868783474,1767994478,7497070,773128200,1802465123,1650419049,1701736033,1868980082,1919251567,369100800,1869570862,1600481643,1852727650,1868526181,1819436406,134248801,1663964672,1768648559,1633836901,1919250030,1667593055,1852795252,268437504,1869570862,1600481643,1852727650,1701995881,184551424,1869570862,1600481643,7496034,772800520,1802465123,1650419049,1650422369,6648673,772800520,1802465123,1650419049,1952412257,7632997,772669448,1802465123,1650419049,1985966689,524338,1868770835,1701407599,1918984799,1634891615,1919250544,218105856,1869570862,1600481643,1920098658,524385,1868770826,1701407599,6775391,772603912,1802465123,1650419049,1801678700,251660288,1869570862,1600481643,1668246626,7497067,772603912,1802465123,1650419049,1801677935,184551424,1869570862,1600481643,7630690,772472840,1802465123,1650419049,134248559,1663963648,1768648559,1868717925,1752391544,2003788897,234883072,1869570862,1600481643,1768908899,134243683,1663963136,1768648559,1852006245,1601334900,134247539,1663962880,1768648559,1868783461,1919510126,524397,1868770851,1701407599,1852793695,1953391987,1953459770,1685021224,1849305465,1747481711,694971764,369100800,1869570862,1600481643,1936617315,1601465957,1701601631,134247538,1663964672,1768648559,1868783461,1852142446,1633836916,1919250030,536872960,1869570862,1600481643,1936617315,1601465957,1852727650,1667199589,1635020399,1919250025,369100800,1869570862,1600481643,1936617315,1601465957,1818323300,134244207,1663964672,1768648559,1868783461,1852142446,1869111156,1919247468,385878016,1869570862,1600481643,1936617315,1601465957,1919252079,7954796,773128200,1802465123,1667196265,1702063727,1885303918,1886744687,352323584,1869570862,1600481643,1936617315,1601465957,1819568500,524389,1868770828,1701407599,1852793695,524404,1868770841,1701407599,1852793695,1852399988,2002743909,1886413170,134247013,1663962880,1768648559,1868783461,1852142702,524404,1868770827,1701407599,1953719135,436209664,1869570862,1600481643,1668508004,1835625569,1700754021,1768712046,134244467,1663963648,1768648559,1768185701,1634493299,1919249769,301991936,1869570862,1600481643,1668508004,1970499436,134243698,1663962880,1768648559,1768185701,1634496627,524409,1868770827,1701407599,1986618463,335546368,1869570862,1600481643,1650552421,1885300076,1886744687,234883072,1869570862,1600481643,1650423141,134247009,1663964160,1768648559,1969577829,1852793695,1852399988,134247013,1663963392,1768648559,1986355045,1868524649,7497078,772603912,1802465123,1717527913,1952542572,234883072,1869570862,1600481643,1870228582,134247541,1663964160,1768648559,1868980069,1919251567,2020173407,134243429,1663965184,1768648559,1919311717,1600482657,1801675106,1970238055,134243438,1663962112,1768648559,1684496229,134247024,1663962368,1768648559,1919377253,5011809,772669448,1802465123,1751082345,1701866597,524402,1868770830,1701407599,1684629599,7234916,772538376,1802465123,1751082345,7630441,772734984,1802465123,1751082345,1702325865,134247273,1663961856,1768648559,1852399461,524390,1868770833,1701407599,1718511967,1868717935,134230392,1663964672,1768648559,1852399461,1667198822,1635020399,1919250025,335546368,1869570862,1600481643,1868983913,1852793695,1953391988,285214720,1869570862,1600481643,1868983913,1634891615,524400,1868770836,1701407599,1718511967,1920425839,1701867617,524402,1868770830,1701407599,1718511967,7172719,772931592,1802465123,1767859561,1919903342,1769234797,524389,1868770843,1701407599,1718511967,1634562671,1852795252,1667312941,1702259060,402655232,1869570862,1600481643,1868983913,1952542066,762212201,1918984749,469764096,1869570862,1600481643,1868983913,1952542066,762212201,1702260525,2036427890,402655232,1869570862,1600481643,1868983913,1952542066,762212201,1886352429,218105856,1869570862,1600481643,1701736041,524402,1868770827,1701407599,2002873439,352323584,1869570862,1600481643,1601659244,1953394531,1701734753,524402,1868770834,1701407599,2002873439,1634296927,6778732,773390344,1802465123,1818191209,1918859105,1634039397,1768185708,1735355489,436209664,1869570862,1600481643,1601659244,1702258034,1868524641,1819436406,134248801,1663962368,1768648559,1634492261,7497081,772538376,1802465123,1818191209,7892834,772734984,1802465123,1818191209,1852138345,134243683,1663962880,1768648559,1869373285,1852400737,524391,1868770828,1701407599,1735355487,524399,1868770825,1701407599,134245727,1663963648,1768648559,1634557797,1650421353,1801678700,251660288,1869570862,1600481643,1684825453,6778473,772734984,1802465123,1834968425,1969515621,134244206,1663962112,1768648559,1701666661,134247283,1663962880,1768648559,1701666661,1734439795,524389,1868770835,1701407599,1936026975,1701273971,2020565599,419432448,1869570862,1600481643,1936942445,1600481121,1953394531,1701734753,524402,1868770841,1701407599,1936026975,1701273971,1936286815,2036427888,134243429,1663964160,1768648559,1701666661,1734439795,1920425829,134246497,1663961856,1768648559,1869438821,524386,1868770839,1701407599,1685024095,1650420833,1869902965,896950126,318769152,1869570862,1600481643,1633972077,1970233196,7497076,772669448,1802465123,1834968425,1819632751,524389,1868770831,1701407599,1852796255,1919251571,318769152,1869570862,1600481643,1936617325,1601332596,7892834,772734984,1802465123,1834968425,1650419571,134245228,1663963648,1768648559,1701732197,1701606263,1919251572,201328640,1869570862,1600481643,1702129518,268437504,1869570862,1600481643,1702129518,1735090783,234883072,1869570862,1600481643,1769238382,134243683,1663964160,1768648559,1869504357,1701013876,1869374047,134245219,1663963904,1768648559,1869504357,1701013876,1970037343,524389,1868770838,1701407599,1953459807,1600480105,1919252079,7954796,772997128,1802465123,1851745641,1667855471,1920425829,134246497,1663964672,1768648559,1869504357,1701013876,1634891615,1919250544,218105856,1869570862,1600481643,1769238382,524390,1868770830,1701407599,1953459807,6645353,773062664,1802465123,1851745641,1718187119,1952539497,7237481,773455880,1802465123,1851745641,1718187119,1952539497,1601073001,1668246626,524395,1868770846,1701407599,1953459807,1667851881,1869182049,1868783470,1767994478,7497070,773586952,1802465123,1851745641,1718187119,1952539497,1601073001,1885434487,7497072,772669448,1802465123,1851745641,1718187119,524409,1868770829,1701407599,1919971167,134249077,1663962368,1768648559,1886347109,7235956,772866056,1802465123,1868522857,1852404848,2020565599,251660288,1869570862,1600481643,1919252079,7954796,773390344,1802465123,1868522857,1819436406,1667201377,1635020399,1919250025,318769152,1869570862,1600481643,1919252079,1937334636,7827304,772603912,1802465123,1885300073,1818586721,285214720,1869570862,1600481643,1701732720,1701732204,524407,1868770837,1701407599,1667854431,1735289195,1869374047,134245219,1663962624,1768648559,1819303781,1852401525,234883072,1869570862,1600481643,1768714096,134248803,1663964416,1768648559,1869635429,2036558188,1851875935,7497070,772931592,1802465123,1885300073,1667853423,1633836921,524402,1868770834,1701407599,1819242591,1601790825,7892834,773324808,1802465123,1885300073,1667853423,1868783481,1852797037,7630437,772997128,1802465123,1885300073,1667853423,1868783481,134247534,1663965184,1768648559,1869635429,2036558188,1852793695,1852399988,134247013,1663964672,1768648559,1869635429,2036558188,1936026975,1701273971,335546368,1869570862,1600481643,1768714096,1868527971,1919251573,301991936,1869570862,1600481643,1768714096,1885305187,134246511,1663963136,1768648559,1869635429,1769236844,134247267,1663964928,1768648559,1869635429,1601205616,1734962273,1852140910,524404,1868770837,1701407599,1886351455,2002743413,1886413170,134247013,1663964928,1768648559,1869635429,1769236851,1650421359,1869902959,524397,1868770842,1701407599,1701998687,1701995878,1936024430,1851875935,7497070,772734984,1802465123,1885300073,1635150194,134248803,1663964416,1768648559,1919967077,1667331689,1818320761,7631461,773128200,1802465123,1885300073,1635150194,1650424163,1801678700,402655232,1869570862,1600481643,1986622064,1601790817,1868983913,1918984799,385878016,1869570862,1600481643,1986622064,1601790817,1601659244,7496034,773062664,1802465123,1885300073,1635150194,1818196323,6647401,773193736,1802465123,1885300073,1635150194,1885305187,1667853423,524409,1868770829,1701407599,1835102815,134242667,1663964416,1768648559,1718771557,1887007839,1634754405,7103854,773193736,1802465123,1918854505,2037669734,2002740592,1868852841,524407,1868770829,1701407599,1651077727,134245999,1663963904,1768648559,1769103205,1819568227,1701408361,524398,1868770832,1701407599,1819243103,2003788908,524398,1868770827,1701407599,2003792479,218105856,1869570862,1600481643,1701606770,524403,1868770827,1701407599,1986098015,318769152,1869570862,1600481643,1701340019,1683972461,7041633,773062664,1802465123,1935631721,1852793701,1818386276,7037807,772734984,1802465123,1935631721,1769239653,134244206,1663964928,1768648559,1702059877,1852404852,1650422631,1869902959,524397,1868770842,1701407599,1952805727,1735289204,1868783475,1767994478,7497070,773259272,1802465123,1935631721,1769239653,1601398638,1734831988,134243692,1663963392,1768648559,1953718117,1835365473,7630437,773324808,1802465123,1935631721,1702125940,1953391981,1634759519,7497059,772734984,1802465123,1935631721,1801677172,134247013,1663964928,1768648559,1953718117,1701536617,1920425842,1701867617,524402,1868770829,1701407599,1920234335,134246505,1663961856,1768648559,1635016549,524386,1868770827,1701407599,1734440031,318769152,1869570862,1600481643,1701470580,1954180971,7304289,772800520,1802465123,1952408937,1868917601,7497078,772472840,1802465123,1952408937,134246505,1663962624,1768648559,1769234277,2020565616,201328640,1869570862,1600481643,1936746868,251660288,1869570862,1600481643,1819242356,7496034,772603912,1802465123,1952408937,1801675122,218105856,1869570862,1600481643,1734439797,524389,1868770836,1701407599,1634956639,1650419047,1701736033,524402,1868770838,1701407599,1634956639,1851745639,1718187119,7497065,773259272,1802465123,1969186153,1701273971,1953459807,1701406313,134230642,1663964160,1768648559,1937071973,1600481121,1769238382,134248806,1663962368,1768648559,1702256485,6711666,772538376,1802465123,2002740585,7238241,772800520,1802465123,2002740585,1601073761,7892834,772734984,1802465123,2002740585,1768845921,134244206,1663963904,1768648559,1635213157,1852403314,1868717927,524408,1868770841,1701407599,1918990175,1735289198,1852793695,1852399988,134247013,1663963904,1768648559,1635213157,1852403314,1701732199,524407,1868770836,1701407599,1918990175,1735289198,1634891615,524400,1868770835,1701407599,1634891615,1868717936,1836020852,251660288,1869570862,1600481643,1885434487,7497072,773193736,1802465123,2002740585,1886413170,1647145573,1869902959,524397,1868770836,1701407599,1634891615,1919250544,1869575263,524396,1868770827,1701407599,1886549855,234883072,1869570862,1634036075,1634887266,134243687,1663961856,1768648559,1818386789,524389,1868770829,1701407599,1701012321,134247536,1663964416,1768648559,1667457381,1601466469,1885434487,7497072,772866056,1802465123,1667327337,1953523043,1701015137,167774208,1869570862,1634036075,134248036,1663962368,1768648559,1986290021,6648681,772538376,1802465123,1818322281,7172705,772538376,1802465123,1818322281,7631461,772538376,1802465123,1952540009,6386785,772538376,1802465123,1633838441,6645604,772472840,1802465123,1633838441,134245228,1663965184,1768648559,1851875941,762471790,1852793645,1852399988,134247013,1663963392,1768648559,1851875941,762471790,7563821,772997128,1802465123,1633838441,1919250030,1852729645,134247013,1663964160,1768648559,1851875941,762471790,1634166124,134248803,1663964416,1768648559,1851875941,762471790,1919252079,7954796,773128200,1802465123,1633838441,1919250030,1918990125,1735289198,402655232,1869570862,1650813291,1701736033,1667194738,1635020399,1919250025,301991936,1869570862,1650813291,1701736033,1952407410,134246511,1663965184,1768648559,1851875941,1601332590,1801675106,1970238055,134243438,1663963648,1768648559,1851875941,1886545262,1886744687,251660288,1869570862,1650813291,1701736033,3307122,773062664,1802465123,1633838441,1982672242,1634300513,3241070,772669448,1802465123,1633838441,1684090226,524397,1868770832,1701407599,762470754,1668246626,524395,1868770836,1701407599,762470754,1953394531,1701734753,524402,1868770834,1701407599,762470754,1936942445,6645601,772800520,1802465123,1633838441,1634741618,7103854,772669448,1802465123,1633838441,1886662002,524396,1868770834,1701407599,762470754,1885434487,7497072,772997128,1802465123,1633838441,1868521330,1819436406,134248801,1663964160,1768648559,1918984805,1852793695,1852399988,134247013,1663963648,1768648559,1918984805,1634891615,1919250544,318769152,1869570862,1650813291,1868788321,1767994478,7497070,772800520,1802465123,1633838441,1819240562,7497060,772734984,1802465123,1633838441,1852729714,134247013,1663966464,1768648559,979853925,678719342,2036625250,1869494825,1952983156,2714733,772538376,1802465123,1818387817,7037807,772472840,1802465123,1868719465,134247275,1663962368,1768648559,1953456741,7171956,772931592,1802465123,1868719465,1920413048,1701867617,524402,1868770827,1701407599,1299738466,251660288,1869570862,1650813291,1951627375,7631457,772472840,1802465123,1633903977,134245484,1663962112,1768648559,1701340005,134245219,1663965952,1768648559,1701340005,1650420579,1701736033,1920413042,1701867617,524402,1868770828,1701407599,1936682083,524389,1868770827,1701407599,1818848867,385878016,1869570862,1667590507,1702063727,1647146094,1684759393,7368562,773128200,1802465123,1868785001,1852142446,1633824116,1919250030,402655232,1869570862,1667590507,1702063727,1663923310,1635020399,1919250025,352323584,1869570862,1667590507,1702063727,1680700526,1869373801,524391,1868770838,1701407599,1936617315,762605157,1919252079,7954796,773586952,1802465123,1868785001,1852142446,1986997620,1634497125,1768697209,7628903,773062664,1802465123,1868785001,1852142446,1869622644,7370096,773783560,1802465123,1868785001,1852142446,1869622644,762344816,1801675106,1970238055,134243438,1663963392,1768648559,1852793701,1953391987,7696941,773062664,1802465123,1868785001,1852142446,1752378740,6644833,773128200,1802465123,1868785001,1852142446,1769155956,1701605485,318769152,1869570862,1667590507,1702063727,1999467630,7364978,773193736,1802465123,1868785001,1852142446,1920413044,1701867617,524402,1868770836,1701407599,1936617315,1601465957,1634891615,524400,1868770836,1701407599,1936617315,1651797605,1701736033,524402,1868770833,1701407599,1936617315,1651797605,134247009,1663964928,1768648559,1852793701,1953391987,1886220131,1852141167,524404,1868770839,1701407599,1936617315,1668574821,1635020399,1919250025,268437504,1869570862,1667590507,1635020399,1919250025,234883072,1869570862,1667590507,1702129263,134247534,1663962624,1768648559,1852793701,1819243124,536872960,1869570862,1667590507,1920233071,1630366831,1953654124,2020565549,1634891565,1919250544,184551424,1869570862,1667590507,7364978,772603912,1802465123,1969448297,1919251572,268437504,1869570862,1684367723,1852793645,1953391988,218105856,1869570862,1684367723,1702131023,524402,1868770830,1701407599,1635018084,7564393,772603912,1802465123,1768187241,1735355489,234883072,1869570862,1684367723,1919249769,134242660,1663963392,1768648559,1936286821,1767992419,7497069,773193736,1802465123,1768187241,1634493299,1919249769,1668246626,524395,1868770826,1701407599,7760228,772931592,1802465123,1868850537,1885303407,1701078113,524388,1868770829,1701407599,1668505958,134242665,1663962624,1768648559,1869375077,1919251553,218105856,1869570862,1717922155,1702129519,524402,1868770828,1701407599,1835102822,524389,1868770829,1701407599,1684104552,134247013,1663962368,1768648559,1768253541,7628903,772472840,1802465123,1768449385,134247534,1663962624,1768648559,1852401765,1936287095,234883072,1869570862,1768253803,762275438,134244194,1663963904,1768648559,1718511973,1868770671,1852142702,524404,1868770837,1701407599,1868983913,1953459770,1685021224,134228345,1663964672,1768648559,1718511973,1667194735,1635020399,1919250025,402655232,1869570862,1768253803,1651467886,1701736033,1634883442,1919250544,234883072,1869570862,1768253803,1651467886,134247009,1663963136,1768648559,1718511973,1869374063,134245219,1663963392,1768648559,1718511973,1819240559,7497060,772931592,1802465123,1852401001,1836216166,1869182049,524398,1868770838,1701407599,1868983913,1952542066,1634627433,6382962,772538376,1802465123,1852401001,7565158,772866056,1802465123,1634362729,1868705138,1836020852,301991936,1869570862,1785031019,1663922785,1702129263,134247534,1663961600,1768648559,1952541541,167774208,1869570862,1801808235,134242914,1663962112,1768648559,1650551909,134245477,1663963136,1768648559,2002873445,1701601581,134247538,1663963392,1768648559,2002873445,1851875885,7497070,772669448,1802465123,1634493801,1633824119,524402,1868770833,1701407599,762798444,1953787746,134245743,1663964160,1768648559,2002873445,1852793645,1852399988,134247013,1663962880,1768648559,2002873445,1718511917,524399,1868770830,1701407599,762798444,6779757,772800520,1802465123,1634493801,1634741623,7103854,772931592,1802465123,1634493801,1920413047,1701867617,524402,1868770846,1701407599,980902252,678719342,2036625250,1869494825,1952983156,2714733,772866056,1802465123,1634493801,1852393591,1886352500,301991936,1869570862,1818585451,1868527457,1819436406,134248801,1663963648,1768648559,2002873445,1634891615,1919250544,218105856,1869570862,1818585451,1633843041,524402,1868770833,1701407599,1769431404,1651467886,134247009,1663965440,1768648559,2002873445,1970302832,1868770672,1767994478,7497070,772538376,1802465123,1634493801,7497081,772997128,1802465123,1634493801,1601332601,2036427871,134247013,1663962112,1768648559,1734700133,134245473,1663962368,1768648559,1768254565,6648947,772866056,1802465123,1701602665,1600939382,1918984799,184551424,1869570862,1818585451,6647401,772472840,1802465123,1869374825,134246511,1663961856,1768648559,1886350437,524388,1868770830,1701407599,1852072301,7566181,772669448,1802465123,1634559337,1768189545,524406,1868770831,1701407599,762208621,2003789939,234883072,1869570862,1835362667,1734438497,134247013,1663967232,1768648559,1851878757,1919248225,1851875935,762471790,1852793645,1852399988,134247013,1663965696,1768648559,1851878757,1919248225,1869116255,1769168759,1701605485,402655232,1869570862,1835362667,1768189029,1663919982,1635020399,1919250025,570427392,1869570862,1835362667,1768189029,1849321326,1747481711,694971764,1953459770,1685021224,134228345,1663962624,1768648559,1818586469,1735292260,352323584,1869570862,1835362667,1634956133,1747805543,1701080175,524402,1868770839,1701407599,1936942445,1600481121,1702260575,2036427890,318769152,1869570862,1835362667,1634956133,1818387815,7037807,773390344,1802465123,1701668201,1734439795,1634496613,1869112675,1919247468,167774208,1869570862,1835362667,134245999,1663965184,1768648559,1852796261,1919251571,1852793645,1852399988,134247013,1663961600,1768648559,1735617893,167774208,1869570862,1852139883,134248033,1663961856,1768648559,1953459813,524389,1868770836,1701407599,1702129518,1987010399,1634497125,524409,1868770833,1701407599,1769238382,1647142243,134247009,1663963392,1768648559,1953459813,761619305,7892834,773259272,1802465123,1869505897,1701013876,1852793645,1852399988,134247013,1663964416,1768648559,1953459813,761619305,1953394531,7630437,772997128,1802465123,1869505897,1701013876,1852729645,134247013,1663963648,1768648559,1953459813,761619305,1885434487,318769152,1869570862,1852139883,1718187119,1952539497,7237481,772603912,1802465123,1869505897,2036754804,285214720,1869570862,1868917099,1747809392,1701080175,524402,1868770828,1701407599,1769238639,524398,1868770830,1701407599,1769238639,7564911,772669448,1802465123,1987011945,1634497125,524409,1868770832,1701407599,1919252079,762929516,524408,1868770828,1701407599,1701732720,524396,1868770836,1701407599,1701732720,1987010412,1634497125,524409,1868770839,1701407599,1836213616,1769173865,1919970927,1953525103,184551424,1869570862,1885694315,7566700,773455880,1802465123,1819305321,1663923061,1768648559,1868770661,1852142446,524404,1868770836,1701407599,1937075312,1954047277,1701080677,524388,1868770834,1701407599,1937075312,1685024045,7238245,772407304,1802465123,1869636969,524396,1868770834,1701407599,1768714096,1869636963,7370096,772603912,1802465123,1869636969,2036558188,352323584,1869570862,1885694315,1667853423,1630350713,1986622563,524389,1868770835,1701407599,1768714096,1647147363,1801678700,369100800,1869570862,1885694315,1667853423,1919167865,1868853359,134246007,1663963392,1768648559,1819242597,762930025,7633012,772931592,1802465123,1869636969,2036558188,1634891565,524400,1868770837,1701407599,1768714096,1999468899,1886413170,134247013,1663963904,1768648559,1819242597,1115251561,1701736033,524402,1868770840,1701407599,1768714096,1600092515,1953394531,1701734753,524402,1868770832,1701407599,1768714096,1633843555,524402,1868770834,1701407599,1768714096,1818458467,7566177,772997128,1802465123,1869636969,2036558188,1953460070,134247013,1663964160,1768648559,1819242597,1870226281,1819436406,134248801,1663963392,1768648559,1819242597,1954112361,7632997,772669448,1802465123,1869636969,1769236844,524395,1868770827,1701407599,1819045744,201328640,1869570862,1885694315,1852403823,285214720,1869570862,1885694315,1886744687,1852793645,524404,1868770838,1701407599,1970302832,1868770672,1767994478,7497070,772734984,1802465123,1869636969,1651537264,134248559,1663964416,1768648559,1886351461,1868787829,1767994478,7497070,772997128,1802465123,1869636969,2003858800,1886413170,134247013,1663965184,1768648559,1701998693,1701995878,1936024430,1886351455,134246517,1663962624,1768648559,1769107557,2036556150,150996992,1869570862,1885694315,524405,1868770831,1701407599,1936029041,1852795252,184551424,1869570862,1919248747,7496034,772603912,1802465123,1769104745,1919903342,167774208,1869570862,1919248747,134248303,1663963136,1768648559,757953381,1769235297,134243702,1663962880,1768648559,757953381,1701996385,524389,1868770829,1701407599,1647127923,134247009,1663963904,1768648559,757953381,1953394531,1701734753,524402,1868770834,1701407599,1697459571,1768714360,7629155,772931592,1802465123,762537321,1886218541,1768122732,524404,1868770830,1701407599,1764568435,7300718,773193736,1802465123,762537321,1953459757,1667457325,1702129765,524388,1868770838,1701407599,1848454515,1718187119,1952539497,7237481,772603912,1802465123,762537321,1886351405,251660288,1869570862,1936025963,1769090349,7628903,772669448,1802465123,762537321,1869116205,524407,1868770826,1701407599,3222899,773193736,1802465123,762537321,1701012321,757953648,1668246626,524395,1868770837,1701407599,1667313011,1953523043,1869373997,134245219,1663965440,1768648559,1630368613,1885692771,1868770676,1767994478,7497070,773062664,1802465123,762537321,1701012321,1714254960,7172719,773062664,1802465123,762537321,1701012321,1764586608,7300718,773259272,1802465123,762537321,1701012321,1831695472,1634956133,134243687,1663963904,1768648559,1630368613,1885692771,1668178292,524389,1868770843,1701407599,1667313011,1953523043,1701015137,1702260525,2036427890,419432448,1869570862,1936025963,1667457325,1635020901,761619310,1701732720,524396,1868770850,1701407599,1667313011,1953523043,1701015137,1634891565,1919250544,1836016429,7237485,773521416,1802465123,762537321,1701012321,1952543856,762212201,1852727650,134247013,1663968768,1768648559,1630368613,1885692771,979658100,678719342,2036625250,1869494825,1882073204,694511457,201328640,1869570862,1936025963,1986289965,251660288,1869570862,1936025963,1986289965,7631461,772734984,1802465123,762537321,1769366625,134243683,1663963136,1768648559,1630368613,1936291428,134247023,1663963904,1768648559,1630368613,1701996391,1852140901,524404,1868770830,1701407599,1734421875,6645106,772931592,1802465123,762537321,1701996385,1852140901,524404,1868770840,1701407599,1734421875,1835361650,762605157,1668246626,524395,1868770840,1701407599,1734421875,1835361650,762605157,1935764579,524403,1868770842,1701407599,1734421875,1835361650,762605157,1802724708,7368564,773652488,1802465123,762537321,1701996385,1852140901,1852124532,762471796,1701736292,436209664,1869570862,1936025963,1919377709,1701668197,1999467630,1886413170,134247013,1663962624,1768648559,1630368613,1953654124,352323584,1869570862,1936025963,1701601581,1630368882,1953654124,524385,1868770834,1701407599,1818307955,762606181,7496034,773062664,1802465123,762537321,1919249505,1818373492,7037807,773455880,1802465123,762537321,1919249505,1868705140,1920413048,1701867617,524402,1868770840,1701407599,1818307955,762606181,1953394531,1701734753,524402,1868770841,1701407599,1818307955,762606181,1701079415,1920413042,134246497,1663964672,1768648559,1630368613,1953654124,1634891565,1919250544,385878016,1869570862,1936025963,1701601581,1600091250,1885434487,7497072,772734984,1802465123,762537321,1919249505,134242676,1663962624,1768648559,1630368613,2003790956,301991936,1869570862,1936025963,1819042093,1851881327,134243683,1663966976,1768648559,1630368613,2003790956,1918592101,1030057071,1634296866,577204076,524381,1868770839,1701407599,1851862387,1954114657,762536809,1868983913,452986880,1869570862,1936025963,1684955437,1769107501,2036556150,1919902253,7497060,773914632,1802465123,762537321,761556577,1986622064,762930017,1769238382,1633904998,1852795252,352323584,1869570862,1936025963,1684955437,1634890797,1852402531,524391,1868770834,1701407599,1851862387,1836020324,6382693,772603912,1802465123,762537321,1634038369,301991936,1869570862,1936025963,1667326509,1868705131,134248804,1663963392,1768648559,1647145829,1684759393,7368562,772603912,1802465123,762537321,1684955490,352323584,1869570862,1936025963,1851875885,1986997604,1634497125,524409,1868770832,1701407599,1633824115,1634034798,524405,1868770848,1701407599,1633824115,1919250030,1667326509,1869767787,1920413040,1701867617,524402,1868770841,1701407599,1633824115,1919250030,1836016429,1701736304,134247534,1663965440,1768648559,1647145829,1701736033,1868770674,1767994478,7497070,773259272,1802465123,762537321,1852727650,1697477221,1818386798,134243429,1663964416,1768648559,1647145829,1701736033,1752378738,7239535,773062664,1802465123,762537321,1852727650,1999467109,7364978,772931592,1802465123,762537321,1852727650,1600090725,524387,1868770842,1701407599,1633824115,1919250030,1868783455,1767994478,7497070,773324808,1802465123,762537321,1852727650,1600090725,1919252079,7954796,772538376,1802465123,762537321,7496034,772997128,1802465123,762537321,762470754,1870225772,134247541,1663963136,1768648559,1647145829,1848472161,134248293,1663962368,1768648559,1647145829,6516588,772669448,1802465123,762537321,1668246626,524395,1868770829,1701407599,1818373491,134245231,1663962880,1768648559,1647145829,1869902959,524397,1868770838,1701407599,1868705139,1836020852,1851875885,7497070,773390344,1802465123,762537321,1953787746,1663921519,1635020399,1919250025,201328640,1869570862,1936025963,2020565549,285214720,1869570862,1936025963,2020565549,1718511917,524399,1868770835,1701407599,1868705139,1869426040,1701606756,251660288,1869570862,1936025963,1651860013,6646882,772866056,1802465123,762537321,1819047266,1953065075,318769152,1869570862,1936025963,1784767277,1702112609,7304312,773324808,1802465123,762537321,1819042147,762606959,1885434487,7497072,772734984,1802465123,762537321,1702256995,134247521,1663962624,1768648559,1663923045,1835622764,201328640,1869570862,1936025963,1953391405,335546368,1869570862,1936025963,1836016429,1768846701,1702125923,419432448,1869570862,1936025963,1836016429,1634298992,761619310,1668246626,524395,1868770839,1701407599,1868770675,1852797037,762605157,1685088108,385878016,1869570862,1936025963,1852793645,1953391971,1634296877,6778732,773128200,1802465123,762537321,1718513507,1630365545,1869834614,268437504,1869570862,1936025963,1852793645,1836214630,369100800,1869570862,1936025963,1852793645,1836214630,1869373997,134245219,1663966208,1768648559,1663923045,1768320623,1952542066,762212201,1818323300,134244207,1663966464,1768648559,1663923045,1768320623,1952542066,762212201,1885434487,7497072,773914632,1802465123,762537321,1936617315,762605157,1852727650,1663922789,1869639023,1953391982,436209664,1869570862,1936025963,1852793645,1953391987,1852793645,1852399988,134247013,1663964672,1768648559,1663923045,1702063727,1882027118,1818586721,369100800,1869570862,1936025963,1852793645,1953391987,1886351405,134246517,1663965184,1768648559,1663923045,1702063727,1999467630,1886413170,134247013,1663964416,1768648559,1663923045,1635020399,1919250025,7042349,773455880,1802465123,762537321,1953394531,1701734753,1852399474,1936876918,524389,1868770833,1701407599,1868770675,1969583214,134246244,1663963136,1768648559,1663923045,1920233071,134245487,1663965696,1768648559,1663923045,1920233071,1663921263,1635020399,1919250025,201328640,1869570862,1936025963,1853121325,335546368,1869570862,1936025963,1918985261,1768303979,1919251564,318769152,1869570862,1936025963,1634296877,761753452,7892834,773324808,1802465123,762537321,1818323300,1600087919,1885434487,7497072,772931592,1802465123,762537321,1701996900,1986622563,524389,1868770835,1701407599,1768172915,1634493299,1919249769,385878016,1869570862,1936025963,1936286765,1767992419,762471789,7496034,773521416,1802465123,762537321,1668508004,1835622764,1999467109,1886413170,134247013,1663965952,1768648559,1680700261,1818456937,1920299887,1986997605,1634497125,524409,1868770828,1701407599,1768172915,524406,1868770835,1701407599,1768172915,1868967286,1919251567,335546368,1869570862,1936025963,1768711469,1734701688,1751344500,352323584,1869570862,1936025963,762537261,1953394531,1701734753,524402,1868770827,1701407599,1969565043,234883072,1869570862,1936025963,762668333,134244194,1663962624,1768648559,1714254693,1684825449,285214720,1869570862,1936025963,1869375021,1852404833,524391,1868770831,1701407599,1868967283,1919251567,318769152,1869570862,1936025963,1869571629,762471796,7496034,773128200,1802465123,762537321,1953460070,1647145573,1801678700,285214720,1869570862,1936025963,1869571629,762471796,524393,1868770829,1701407599,1684483443,134247024,1663964928,1768648559,1731031909,1685024617,1701981551,1919513969,524389,1868770831,1701407599,1818701171,1818321519,285214720,1869570862,1936025963,1634887469,1852139876,524404,1868770842,1701407599,1634217331,1752392814,761621345,1885434487,7497072,772734984,1802465123,762537321,1684104552,134247013,1663962368,1768648559,1747809125,7630441,773259272,1802465123,762537321,1953393e3,1852793645,1852399988,134247013,1663963136,1768648559,1747809125,1702325865,134247273,1663962880,1768648559,1747809125,1701080175,524402,1868770831,1701407599,1718168947,1701667186,335546368,1869570862,1936025963,1433299245,1630365043,1953654124,385878016,1869570862,1936025963,1718511917,1633824111,1919380323,6581871,773062664,1802465123,762537321,1868983913,1851875885,7497070,772866056,1802465123,762537321,1868983913,2020565549,385878016,1869570862,1936025963,1718511917,1868770671,1767994478,7497070,773062664,1802465123,762537321,1868983913,1635021613,6515060,773062664,1802465123,762537321,1868983913,1851875935,7497070,772800520,1802465123,762537321,1868983913,7496034,773062664,1802465123,762537321,1868983913,1952542066,7237481,773390344,1802465123,762537321,1868983913,1952542066,762212201,1634038369,285214720,1869570862,1936025963,1718511917,1701671535,524402,1868770841,1701407599,1852386675,1836216166,1932358245,1769235301,134245999,1663962624,1768648559,1764586341,1936680558,234883072,1869570862,1936025963,1852729645,134247013,1663962624,1768648559,1814917989,1818583649,201328640,1869570862,1936025963,2002873389,268437504,1869570862,1936025963,2002873389,1918984749,285214720,1869570862,1936025963,2002873389,1718511917,524399,1868770836,1701407599,1634479475,1920413047,1701867617,524402,1868770830,1701407599,1634479475,7497081,773193736,1802465123,762537321,1870225772,1831695477,1819632751,524389,1868770838,1701407599,1634479475,1953853305,1734438957,6385257,772603912,1802465123,762537321,1952867692,335546368,1869570862,1936025963,1734700077,1634497385,1852795252,285214720,1869570862,1936025963,1734962221,1868723304,524408,1868770840,1701407599,1768697203,1651796071,1630369903,1885692771,524404,1868770829,1701407599,1768697203,134243694,1663962624,1768648559,1814917989,1635021673,218105856,1869570862,1936025963,1767992621,524398,1868770836,1701407599,1634545011,1647144553,1701736033,524402,1868770837,1701407599,1634545011,1865248361,1819436406,134248801,1663964928,1768648559,1831695205,1734438497,1852140901,1633824116,524402,1868770842,1701407599,1634545011,1701273966,1953391981,1953849901,7237492,773259272,1802465123,762537321,1634623853,762471783,1852727650,134247013,1663962368,1768648559,1831695205,7566177,773455880,1802465123,762537321,1936942445,761620321,1953394531,1701734753,524402,1868770838,1701407599,1701653875,1734439795,1634741605,7103854,773193736,1802465123,762537321,1936942445,761620321,1970302832,524400,1868770839,1701407599,1701653875,1734439795,1769418085,2003788910,369100800,1869570862,1936025963,1936026925,1701273971,1634891565,134246512,1663962112,1768648559,1831695205,134243439,1663963136,1768648559,1831695205,1647141999,134247009,1663964928,1768648559,1831695205,1818322031,1667326509,1869767787,524400,1868770842,1701407599,1869426035,1600938340,1667326559,1869768555,6581877,773259272,1802465123,762537321,1633972077,1868521324,1819436406,134248801,1663962880,1768648559,1831695205,1819632751,524389,1868770828,1701407599,1936534899,524391,1868770832,1701407599,1936534899,1868705127,524408,1868770835,1701407599,1936534899,1769418087,1952802660,335546368,1869570862,1936025963,1735617837,1634891565,1919250544,201328640,1869570862,1936025963,1986096685,268437504,1869570862,1936025963,1986096685,1918984749,318769152,1869570862,1936025963,1718578733,1952539497,7237481,773652488,1802465123,762537321,1836216174,1986622561,1667194725,1635020399,1919250025,218105856,1869570862,1936025963,1953459757,524389,1868770837,1701407599,1869491571,1701013876,1701601581,134247538,1663963904,1768648559,1848472421,1667855471,1936534885,524391,1868770842,1701407599,1869491571,1701013876,1868770675,1767994478,7497070,773521416,1802465123,762537321,1769238382,1633904998,1852795252,1920412973,134246497,1663965440,1768648559,1848472421,1718187119,1952539497,762212201,7496034,773652488,1802465123,762537321,1769238382,1633904998,1852795252,1919905837,1952803956,486541312,1869570862,1936025963,1953459757,1667851881,1869182049,1920413038,1701867617,524402,1868770838,1701407599,1869491571,1768319348,1769234787,7564911,773062664,1802465123,762537321,1769238382,1633904998,7499636,772734984,1802465123,762537321,1769238382,134248806,1663964416,1768648559,1848472421,1718187119,1869426041,7102820,772669448,1802465123,762537321,1769238382,524403,1868770842,1701407599,1651453299,1634167148,1852795252,1634493229,6648693,773259272,1802465123,762537321,1852141679,1953459770,1685021224,134228345,1663963136,1768648559,1865249637,1819436406,134248801,1663965696,1768648559,1865249637,1819436406,1663924577,1635020399,1919250025,385878016,1869570862,1936025963,1702260525,2036427890,1684633389,7628135,773521416,1802465123,762537321,1919252079,1601790316,1852793695,1852399988,134247013,1663964160,1768648559,1882026853,761620321,1953261926,134247013,1663962624,1768648559,1882026853,1818586721,318769152,1869570862,1936025963,1851879469,1731030117,7499876,772603912,1802465123,762537321,1634755696,385878016,1869570862,1936025963,1819242541,762930025,1952669997,6649449,773128200,1802465123,762537321,1768714096,1630370147,1953654124,369100800,1869570862,1936025963,1819242541,762930025,1852727650,134247013,1663963904,1768648559,1882026853,1667853423,1633824121,524402,1868770837,1701407599,1869622643,2036558188,1869373997,134245219,1663964160,1768648559,1882026853,1667853423,1633889657,134243442,1663965440,1768648559,1882026853,1667853423,1868770681,1767994478,7497070,773259272,1802465123,762537321,1768714096,1663924579,1702129263,134247534,1663965696,1768648559,1882026853,1667853423,1768172921,1634493299,1919249769,385878016,1869570862,1936025963,1819242541,762930025,1936942445,6645601,773914632,1802465123,762537321,1768714096,1882028387,1987014767,1663922789,1635020399,1919250025,352323584,1869570862,1936025963,1819242541,762930025,1970302832,524400,1868770835,1701407599,1869622643,2036558188,1667593005,385878016,1869570862,1936025963,1819242541,762930025,1734963828,7497063,772800520,1802465123,762537321,1768714096,6515060,772931592,1802465123,762537321,762343280,1919249505,524404,1868770831,1701407599,1869622643,1886727536,234883072,1869570862,1936025963,1886351405,134246497,1663962624,1768648559,1882026853,1852403823,234883072,1869570862,1936025963,1886351405,134246517,1663965184,1768648559,1882026853,1886744687,1852793645,1852399988,134247013,1663964672,1768648559,1882026853,1886744687,1634891565,1919250544,285214720,1869570862,1936025963,1886351405,1868722293,524408,1868770832,1701407599,1869622643,1701606514,524404,1868770832,1701407599,1919954291,1667331689,524409,1868770839,1701407599,1919954291,1667331689,1953705337,2037080937,251660288,1869570862,1936025963,1869770797,7630957,772669448,1802465123,762537321,1634891632,524400,1868770833,1701407599,1970351475,1769239397,134245999,1663962112,1768648559,1915581285,134248289,1663962880,1768648559,1915581285,1869178725,524398,1868770833,1701407599,1701981555,1684957549,134247013,1663964160,1768648559,1915581285,1852403045,762471780,134230646,1663963136,1768648559,1915581285,1702195557,134247539,1663962880,1768648559,1915581285,1868718697,524398,1868770829,1701407599,1869753715,134246244,1663962112,1768648559,1915581285,134248303,1663962624,1768648559,1915581285,1936026741,218105856,1869570862,1936025963,1986097965,524389,1868770834,1701407599,1668492659,1819045746,7496034,772538376,1802465123,762537321,6514035,772734984,1802465123,762537321,1868785011,134243438,1663963136,1768648559,1932358501,1769235301,134245999,1663963392,1768648559,1932358501,1769239653,7563118,773128200,1802465123,762537321,1953785203,1936158313,2020565549,234883072,1869570862,1936025963,1768715053,134243684,1663963648,1768648559,1932358501,1702125940,1953391981,268437504,1869570862,1936025963,1769239341,1919249251,251660288,1869570862,1936025963,1769239341,7957347,772538376,1802465123,762537321,7238771,772669448,1802465123,762537321,1769108595,524400,1868770831,1701407599,1953705331,1701865842,234883072,1869570862,1936025963,2037674797,134243692,1663964160,1768648559,1949135717,761359717,1851878498,134246243,1663962112,1768648559,1949135717,134246505,1663963136,1768648559,1949135717,1953263471,134246505,1663962112,1768648559,1949135717,134246511,1663963904,1768648559,1949135717,1848471663,1667855471,524389,1868770841,1701407599,1920216435,1768645473,757950318,1953787746,134245743,1663962368,1768648559,1949135717,6647929,772472840,1802465123,762537321,134243701,1663962624,1768648559,1965912933,1701273971,402655232,1869570862,1936025963,1634956589,1663919463,1635020399,1919250025,369100800,1869570862,1936025963,1634956589,1663919463,1702129263,134247534,1663963904,1768648559,1965912933,1701273971,1718511917,524399,1868770836,1701407599,1937059187,1848468581,1667855471,524389,1868770827,1701407599,846605683,218105856,1869570862,1936025963,1701410349,524407,1868770829,1701407599,1635200371,134246002,1663963136,1768648559,1999467365,1768845921,134244206,1663965696,1768648559,1999467365,1768845921,1663919982,1635020399,1919250025,385878016,1869570862,1936025963,1918990125,1735289198,1869571629,7497076,773128200,1802465123,762537321,1852989815,761753193,1885434487,335546368,1869570862,1936025963,1684633389,762602855,2036625250,251660288,1869570862,1936025963,1852405549,7827300,772472840,1802465123,762537321,134247031,1663962368,1768648559,1999467365,7364978,772800520,1802465123,762537321,1885434487,7497072,772538376,1802465123,762537321,7369335,773128200,1802465123,762537321,1601204855,1869570911,1936025963,251660288,1869570862,1936025963,1952669998,6649449,772669448,1802465123,779314537,1919249505,524404,1868770842,1701407599,1818308211,762606181,1836280164,1769173865,6646882,772734984,1802465123,779314537,1852727650,134247013,1663962880,1768648559,1647211365,1869902959,524397,1868770832,1701407599,1633889907,1970236524,524404,1868770829,1701407599,1633955443,134245234,1663962880,1768648559,1680765797,1869373801,524391,1868770829,1701407599,1852386931,134246246,1663963136,1768648559,1764651877,1886334323,134245989,1663963392,1768648559,1764651877,1752378739,7239535,772603912,1802465123,779314537,808280688,352323584,1869570862,1936025963,1769107502,1747809390,1701078121,524398,1868770835,1701407599,1919954547,1667331689,2002865273,201328640,1869570862,1936025963,2003792430,553650176,1869570862,1936025963,1869116206,1869494903,1952983156,975793261,678719342,2036625250,524329,1868770833,1701407599,1769156211,1831691636,134244211,1663963648,1768648559,1932424037,1701079404,1884646985,301991936,1869570862,1936025963,762737454,1870225772,134247541,1663964160,1768648559,1932424037,1702243702,1667855474,134245473,1663964160,1768648559,1949201253,762607717,1953391971,134247013,1663961344,1768648559,3240805,772407304,1802465123,846423401,524338,1868770835,1701407599,1667449203,1635020901,1852795252,218105856,1869570862,1936025963,1701996353,524389,1868770833,1701407599,1919369587,1701668197,134247534,1663962368,1768648559,1816228709,7631461,772800520,1802465123,1098081641,1953654124,7892802,773062664,1802465123,1098081641,1953654124,1885434455,7497072,772603912,1802465123,1098081641,1869834614,301991936,1869570862,1936025963,1801675074,1970238055,134243438,1663963904,1768648559,1631744869,1919250030,1668246594,524395,1868770837,1701407599,1851867763,1332897134,1819436406,134248801,1663963904,1768648559,1631744869,1919250030,2003789907,524398,1868770834,1701407599,1918976627,1819240493,7497060,773128200,1802465123,1114858857,1849324129,1646818415,695821423,218105856,1869570862,1936025963,1816356674,524403,1868770828,1701407599,1869365875,524387,1868770830,1701407599,1953448563,7171956,772866056,1802465123,1114858857,1869902959,1918976621,184551424,1869570862,1936025963,7892802,772341768,1802465123,1131636073,218105856,1869570862,1936025963,1935764547,524403,1868770831,1701407599,1852785523,1836214630,335546368,1869570862,1936025963,1718513475,1634562665,1852795252,335546368,1869570862,1936025963,1936617283,1349807717,1884647535,352323584,1869570862,1936025963,1936617283,1601465957,1702131055,524402,1868770833,1701407599,1852785523,1852399988,134247013,1663962880,1768648559,1866691429,1852142702,524404,1868770832,1701407599,1919894387,1869178226,524403,1868770838,1701407599,1936278643,1701601889,1851867748,7497070,772931592,1802465123,1148413289,1818456937,1701669217,524402,1868770830,1701407599,1869563507,7497076,772669448,1802465123,1215522153,1701077349,524402,1868770828,1701407599,1684621427,524389,1868770828,1701407599,1718503795,524399,1868770833,1701407599,1718503795,1869365871,134245219,1663962880,1768648559,1850307429,1866624870,524408,1868770834,1701407599,1718503795,1819232367,7497060,772931592,1802465123,1232299369,1601136238,1633972077,524396,1868770835,1701407599,1718503795,1634562671,1852795252,268437504,1869570862,1936025963,1868983881,1919249778,369100800,1869570862,1936025963,1098342732,1885692771,1769234804,134245999,1663962368,1768648559,1632400229,7497081,772931592,1802465123,1282631017,1818322789,1701606738,524403,1868770854,1701407599,1851870579,1835362145,980708965,678719342,2036625250,1869494825,1952983156,2714733,772734984,1802465123,1299408233,1634956133,134243687,1663964416,1768648559,1699574629,1734439795,1851867749,7497070,773062664,1802465123,1299408233,1634956133,1632396647,7497081,772997128,1802465123,1299408233,1634956133,1918330215,134246497,1663961856,1768648559,1934455653,524391,1868770832,1701407599,1735609715,1634891615,524400,1868770834,1701407599,1986088563,1936942413,6645601,772472840,1802465123,1316185449,134248293,1663962112,1768648559,1867412325,134243700,1663962624,1768648559,1867412325,1701013876,385878016,1869570862,1936025963,1769238350,1866687843,1767994478,7497070,773062664,1802465123,1316185449,1718187119,1952539497,7237481,773390344,1802465123,1316185449,1718187119,1952539497,1332637545,1919251573,486541312,1869570862,1936025963,1769238350,1633904998,1852795252,1920425823,1701867617,524402,1868770839,1701407599,1953451635,1667851881,1869182049,829841262,218105856,1869570862,1936025963,1769238607,524398,1868770831,1701407599,1702252403,2036427890,268437504,1869570862,1936025963,1919252047,846815596,318769152,1869570862,1936025963,1919252047,846815596,7892802,772603912,1802465123,1349739881,1818586721,385878016,1869570862,1936025963,1701732688,1667318380,1869768555,6581877,772472840,1802465123,1349739881,134243689,1663962624,1768648559,1766880101,1953459059,184551424,1869570862,1936025963,7106384,772669448,1802465123,1349739881,1667853423,524409,1868770839,1701407599,1819234419,1132028777,1635020399,1919250025,218105856,1869570862,1936025963,1433431888,524400,1868770829,1701407599,1886343283,134246517,1663964160,1768648559,1917875045,1667331689,2036419705,134247013,1663961856,1768648559,1917875045,524399,1868770828,1701407599,1869108083,524407,1868770835,1701407599,1953059699,1936018789,1701273971,218105856,1869570862,1936025963,1769108563,524400,1868770827,1701407599,1885951091,285214720,1869570862,1936025963,1232103764,1835102822,524389,1868770831,1701407599,1886344307,1986618463,251660288,1869570862,1936025963,1852989783,6778473,773390344,1802465123,1467180393,1768845921,1663919982,1635020399,1919250025,402655232,1869570862,1936025963,1852989783,1130851945,1635020399,1919250025,167774208,1869570862,1936025963,134246999,1663962112,1768648559,1918333797,134246497,1663962880,1768648559,1918333797,1701867617,524402,1868770827,1701407599,1886541683,335546368,1869570862,1936025963,1633836895,1919380323,1684960623,268437504,1869570862,1936025963,1633836895,1919250030,218105856,1869570862,1936025963,1633836895,524402,1868770831,1701407599,1650417523,1801678700,436209664,1869570862,1936025963,1768185695,1680682358,1865250409,1819436406,134248801,1663964160,1768648559,1600090981,1868983913,1869374047,134245219,1663963392,1768648559,1600090981,1870225772,7497078,772866056,1802465123,1601398121,1936026975,1701273971,268437504,1869570862,1936025963,1869504351,1701013876,369100800,1869570862,1936025963,1869504351,1768319348,1769234787,134245999,1663963392,1768648559,1600090981,1919252079,7954796,772734984,1802465123,1601398121,1851879519,134245477,1663962880,1768648559,1600090981,1970302832,524400,1868770828,1701407599,2002739059,524402,1868770830,1701407599,2002739059,7364978,772800520,1802465123,1601398121,1634891615,7497072,772734984,1802465123,1601398121,1701012321,134247536,1663965696,1768648559,1633645413,1885692771,1868783476,1767994478,1919251566,318769152,1869570862,1936025963,1667457375,1635020901,6644590,772538376,1802465123,1601398121,6710881,772669448,1802465123,1601398121,1919249505,524404,1868770838,1701407599,1818320755,1601466981,1885434487,7497072,772603912,1802465123,1601398121,1936291425,167774208,1869570862,1936025963,134242911,1663963904,1768648559,1650422629,1735091041,1853190002,524388,1868770832,1701407599,1633836915,1634034798,524405,1868770840,1701407599,1633836915,1919250030,1667326559,1869767787,524400,1868770839,1701407599,1633836915,1919250030,1634891615,1919250544,201328640,1869570862,1936025963,1918984799,218105856,1869570862,1936025963,1869374047,524387,1868770830,1701407599,1818386291,7037807,772734984,1802465123,1601398121,1953787746,134245743,1663962112,1768648559,1650422629,134248559,1663963136,1768648559,1667199845,1768320623,134245746,1663964416,1768648559,1667199845,1768320623,1952542066,7237481,772800520,1802465123,1601398121,1936617315,7630437,773128200,1802465123,1601398121,1936617315,762605157,2003789939,385878016,1869570862,1936025963,1852793695,1953391987,1851875935,7497070,772603912,1802465123,1601398121,1953394531,301991936,1869570862,1936025963,1852793695,1852399988,134247013,1663963136,1768648559,1667199845,1702129263,134247534,1663962880,1768648559,1667199845,1886545269,524399,1868770836,1701407599,1701076851,1918987363,1869182049,524398,1868770835,1701407599,1768185715,1634493299,1919249769,486541312,1869570862,1936025963,1936286815,1767992419,1601332589,1953394531,1701734753,524402,1868770827,1701407599,1969577843,251660288,1869570862,1936025963,1869571679,7497076,772603912,1802465123,1601398121,1819047270,251660288,1869570862,1936025963,1634035807,7497060,772603912,1802465123,1601398121,1868983913,285214720,1869570862,1936025963,1852795743,1701733748,524402,1868770830,1701407599,1634492275,7497081,773521416,1802465123,1601398121,1634623853,1701668199,1865249902,1819436406,134248801,1663965696,1768648559,1834972005,1734438497,1852140901,1869884788,1918984816,268437504,1869570862,1936025963,1936026975,1701273971,335546368,1869570862,1936025963,1936026975,1701273971,1918984799,436209664,1869570862,1936025963,1936026975,1701273971,1852793695,1852399988,134247013,1663962880,1768648559,1851749221,1667855471,524389,1868770831,1701407599,1869504371,1936025972,352323584,1869570862,1936025963,1953459807,1667851881,1869182049,524398,1868770833,1701407599,1869504371,1768319348,134247013,1663963136,1768648559,1868526437,1819436406,134248801,1663965184,1768648559,1868526437,1819436406,1999468897,1886413170,134247013,1663965184,1768648559,1868526437,1819436406,2002745697,1886413170,134247013,1663963904,1768648559,1885303653,1818586721,842019423,524338,1868770837,1701407599,1869635443,2036558188,1701601631,134247538,1663963904,1768648559,1885303653,1667853423,1868717945,524408,1868770841,1701407599,1869635443,2036558188,1852793695,1852399988,134247013,1663962624,1768648559,1885303653,1852403823,234883072,1869570862,1936025963,1886351455,134246517,1663966976,1768648559,1885303653,1886744687,1953456735,1601007476,1953394531,1701734753,524402,1868770840,1701407599,1919967091,1667331689,1920425849,1701867617,524402,1868770846,1701407599,1701994355,1634497895,1852795252,1868783455,1767994478,7497070,772734984,1802465123,1601398121,1667855475,134248811,1663962368,1768648559,2002744165,7238241,772800520,1802465123,1601398121,1852989815,6778473,773062664,1802465123,1601398121,1852989815,1600613993,7496034,772603912,1802465123,1601398121,1885434487,218105856,1869570862,1936025963,1919249505,524404,1868770830,1701407599,1936613747,7497079,772669448,1802465123,1651729769,1701736033,524402,1868770827,1701407599,1918984819,184551424,1869570862,1936025963,7040098,772669448,1802465123,1651729769,1869902959,524397,1868770827,1701407599,2020565619,301991936,1869570862,1936025963,762867554,1650619746,134243692,1663963392,1768648559,2036495205,1650813044,7040879,772341768,1802465123,1668506985,419432448,1869570862,1936025963,1701996900,1986622563,1920413029,1701867617,524402,1868770827,1701407599,1986618483,385878016,1869570862,1936025963,762077541,1852727650,1647145573,7955567,772407304,1802465123,1702061417,524387,1868770826,1701407599,7628147,772603912,1802465123,1718838633,1701667186,201328640,1869570862,1936025963,1701077352,234883072,1869570862,1936025963,1684104552,134247013,1663962368,1768648559,1869116261,7497081,772538376,1802465123,1769170281,7300718,772734984,1802465123,1769170281,1651467886,134248559,1663963904,1768648559,1852404581,1836216166,1869182049,524398,1868770837,1701407599,1702127987,1767992671,1886351470,134246517,1663961856,1768648559,1634497381,524407,1868770830,1701407599,1634692211,6579556,772734984,1802465123,1836279145,1734438497,134247013,1663962880,1768648559,1701671781,1734439795,524389,1868770826,1701407599,7564659,772669448,1802465123,1853056361,1667855471,524389,1868770836,1701407599,1953459827,1667851881,1869182049,524398,1868770828,1701407599,1851879539,524389,1868770829,1701407599,1851879539,134245477,1663962368,1768648559,1819308901,6845281,773259272,1802465123,1886610793,761623916,761422689,1852727650,134247013,1663963904,1768648559,1819308901,1663923061,1702129253,524402,1868770830,1701407599,1819242611,7955305,773062664,1802465123,1886610793,1663922287,1767992943,7497070,772603912,1802465123,1886610793,1886744687,150996992,1869570862,1936025963,524401,1868770825,1701407599,134247283,1663962112,1768648559,1920234341,134246505,1663963136,1768648559,1920234341,1920430185,134246497,1663962368,1768648559,1937077093,6645601,772472840,1802465123,1987274089,134247273,1663962880,1768648559,1920430949,1701867617,524402,1868770830,1701407599,1935765364,7497076,772407304,1802465123,1869899113,524400,1868770832,1701407599,1651535732,1701736033,524402,1868770827,1701407599,1852989815,301991936,1869570862,2003134827,1768845921,1647142766,134247009,1663965184,1768648559,1918990181,1735289198,1852793645,1852399988,134247013,1663964160,1768648559,1918990181,1735289198,1852729645,134247013,1663964672,1768648559,1918990181,1735289198,1634891565,1919250544,570427392,1869570862,2003134827,1768845921,1849321326,1646818415,695821423,1953459770,1836345384,134228332,1663963392,1768648559,1918990181,1735289198,6775391,772866056,1802465123,1635214697,1852403314,1734762343,369100800,1869570862,2003134827,1768845921,2002741102,1886413170,134247013,1663963392,1768648559,1918990181,1735289198,7892834,772407304,1802465123,1702323561,524404,1868770829,1701407599,1734633847,134247525,1663961856,1768648559,1634891621,524400,1868770830,1701407599,1885434487,7497072,772276232,1802465123,8021353,772276232,1802465123,7956073,772866056,1802465123,1768713321,1630367329,1953654124,167774208,1869570862,1886351467,134246517,1663961856,1936420719,1768187241,524406,1868770828,1635216239,1852403314,524391,1868770831,1868919410,1869562739,1936025963,285214720,762340142,1919249505,1701653876,1734439795,524389,1885548042,1851875885,7497070,772603912,1647145059,1630369903,1953654124,318769152,762340142,762867554,1919249505,1869622644,7370096,772866056,1663922275,1768648559,1633824101,1919250030,234883072,762340142,1802465123,1647142249,134247009,1663962624,1868770672,1701407599,1885959213,251660288,762340142,1802465123,1999463785,7364978,772472840,1663922275,1768648559,134247269,1663964416,1969433968,1767994482,1868770670,1767994478,7497070,773193736,1764585571,762275438,762470754,1953394531,1701734753,524402,1885548051,1685024045,761621621,1868983913,1918984799,285214720,762340142,1970302832,1986997616,1634497125,524409,1885548048,1768715053,762471780,1970302832,524400,1885548048,1869562673,1113942379,1701736033,524402,1885548043,1633972045,1852397420,285214720,1601200942,1802465123,1680696681,1869373801,524391,1885548058,1919954274,1667331689,1869622649,2036558188,1684633389,7628135,772538376,1801678947,1851875885,7497070,772866056,1600614499,1936942445,1600481121,1868983913,268437504,1752195886,1885561645,1633836897,1919250030,201328640,1836081966,1869570861,1936025963,184551424,1852859182,1852386658,7497070,773390344,1651404899,1685024045,1932356705,762802024,1701077350,1953853229,184551424,1852859182,1970220386,7497076,772341768,1651404899,1886352429,268437504,1869636398,2036558188,1918990125,1735289198,218105856,1886413614,1702047329,1869182051,524398,1885548043,1633824115,1919250030,301991936,1953522478,1869570861,761620843,1852727650,134247013,1663964672,1952540018,1663921513,1768648559,1869491557,1701013876,587204608,1701995310,1634039393,1851875885,762471790,1936617315,1702129253,1953391981,1869570861,6646123,773914632,1634038371,761357686,1953394531,1701734753,1868770674,1701407599,1852793645,1953391987,301991936,1970430766,1869570861,761620843,1768714096,134248803,1663961600,1868770675,1701407599,402655232,762536750,1802465123,1647142249,1663922785,1635020399,1919250025,301991936,762536750,1802465123,1865246057,1819436406,134248801,1663963136,1852386675,1999466342,1886413170,134247013,1663963904,1869753715,1667194743,1768648559,1633824101,524402,1935879708,1868770665,1701407599,1851875885,762471790,1953394531,1701734753,524402,1935879696,762343536,1953394531,1701734753,524402,1935879697,1663924336,1768648559,1647145829,134247009,1663963648,1663923059,1768648559,1633824101,1919250030,369100800,762602286,1802465123,1663919465,1702063727,1882027118,134246511,1663969792,1819618676,1634560372,1731028340,762474596,1802465123,1714251113,1349282933,1818586721,1702260525,2036427890,234883072,1131701038,1768648559,1919243365,134247277,1663961856,1663918452,1768648559,524389,1952656914,1866686316,1701407599,1852989783,6778473,772538376,762213475,1802465123,7562601,772538376,1601074275,1802465123,7562601,772669448,1819440227,1802465091,1631741289,524402,1969434125,1663986027,1885956981,134243698,1663961600,762606453,1634759525,402655232,1937072942,762146676,1663920227,1768648559,1869491557,1701013876,369100800,1937072942,762146676,1953394531,1701734753,1735142770,134243440,1663964416,1869902709,1868770669,1701407599,1851875885,7497070,773586952,1953723747,1663921519,1768648559,1868967269,1919251567,1851875885,7497070,772931592,1953723747,1663921519,1768648559,1936534885,524391,1969434127,1836020851,1869570861,1936025963,218105856,1937072942,1131245428,1768648559,524389,1969434133,1836020851,1802465091,1631741289,1919183715,134246511,1663964416,1869902709,1868783469,1701407599,1819242541,7955305,773652488,1953723747,1919249775,1718511917,1818373487,1600873327,1869570911,1701407587,385878016,1937072942,1768779636,1663919475,1768648559,1831695205,7235937,772866056,1663923811,1768648559,1633824101,1919250030,201328640,846619438,1634891565,1919250544,419432448,1668768558,1869570861,761620843,1852727650,1965912677,1685269865,524395,2002988556,1802465123,1634493801,524407,2002988558,1802465123,1634493801,6775415,773390344,762541923,1802465123,762537321,1769238382,1633904998,1852795252,402655232,1953981230,1869570861,761620843,1718513507,1634562665,1852795252,268437504,1601725230,1802465123,1867408745,1701013876,402655232,1635279662,1869570861,761620843,1769238382,1633904998,1852795252,268437504,762929966,1768976240,1868770670,1701407599,469764096,1652122414,1663923311,1768648559,1953456741,1634496557,1869112675,1919247468,234883072,762995502,1802465123,1647142249,134247009,1663963392,1868770682,1701407599,1953459757,6644585,772603912,1663924835,1768648559,1918984805,352323584,1663919150,1831677283,1818322031,1667326509,1869767787,524400,761540109,1802465123,1647142249,134247009,1680741120,1869570861,1113942379,1701736033,1701402226,524407,761540106,1802465123,7562601,772669448,1869562724,1936025963,1919249473,524404,1600400905,1650421603,134248559,1680741376,761487713,1802724708,762343284,1769238382,134243683,1680741376,1866688353,1701407599,1668507972,1835622764,134247013,1680743424,1663920225,1702063727,1831695470,1734438497,1865249381,1819436406,134248801,1680741120,778793569,1919968359,1952805677,1735289204,524403,1633955339,1868770675,1701407599,301991936,1935762478,1869570861,761620843,1852727650,134247013,1680743424,1651012449,761753452,1802465123,1647142249,1701736033,1920413042,134246497,1680741376,761361505,1986622064,762930017,1852727650,134247013,1680742144,761361505,1953460848,1769235301,1848471151,1667855471,524389,1633955347,1917870452,1667331689,1702252409,2036427890,503318528,1952539694,1869762657,1952671092,1399746409,1769239653,1467180910,1886413170,134247013,1680742656,1885434977,1635150194,1663924579,1768648559,1848472421,6648943,772866056,1702125924,1802465122,1869570861,1936025963,301991936,1952539694,1668509285,2054452584,1852727650,134247013,1680740864,1852142689,1969775475,1868790388,1701407599,318769152,1952539694,1668509285,2054452584,2003724648,7563621,772866056,1663918692,1768648559,1701981541,1802658157,285214720,1633838126,1869562745,1399155051,1667591269,524404,1650732563,1868770661,1852142702,1868783476,1701407599,369100800,1751278638,1869570861,761620843,1668508004,1835622764,134247013,1680740864,1600088418,1802465123,1633838441,1919250030,234883072,1801610286,1869570861,1650813291,134247009,1680740608,2036757602,1869570861,1600481643,7892834,773455880,1663918948,1768648559,1868770661,1869771886,1869884780,1701603175,524402,1667509781,1869570861,761620843,1668508004,1835622764,134247013,1680739328,1869562723,1113942379,134247009,1680741888,1869562723,1113942379,1631744609,1919380323,1684960623,201328640,1701012526,1769107501,2036556150,436209664,1768121390,1869570861,761620843,1936617315,762605157,1852727650,134247013,1680739328,1663921507,1768648559,134247269,1680742912,1882025571,1635150194,1882028387,1667853423,1868770681,1701407599,335546368,2019779630,1869570861,761620843,1936617315,1702063717,436209664,2019779630,1869491553,1768319348,1769234787,1663921775,1768648559,134247269,1680740352,1868770661,1701407599,1886351405,134246517,1680742144,1868770661,1701407599,1918990125,1735289198,1634891565,524400,1701064210,1869571629,1601332596,1869570911,6646123,772538376,1667327332,1768648559,7627877,772538376,1818322276,1869570861,6646123,772669448,1633838436,1868770676,1701407599,524403,1701064206,1819631974,1869562740,6646123,772472840,1919640932,1684483425,134247024,1680741632,1835625573,1415672937,1869443685,1869562739,6646123,773062664,1953260900,1868848993,1852399981,1869570911,6646123,772669448,1953391972,1663922034,1768648559,524389,1701064205,1663922032,1768648559,134247269,1680741120,1986622053,1868770661,1701407599,1869767725,524400,1701064213,1869900659,1868783472,1701407599,1869374047,134245219,1680741120,1919972197,1868770661,1701407599,1718511917,524399,1701064209,1668248182,762602859,1802465123,134243689,1680744192,1769174629,1848468852,1718187119,1952539497,762212201,1663923557,1768648559,524389,1717841438,1868770659,1701407599,1718511917,1633824111,1868770674,1767994478,7497070,773324808,762865252,1802465123,1316185449,1718187119,1952539497,7237481,772472840,1663919972,1768648559,134247269,1680741376,1868770663,1701407599,2002739059,1886413170,134247013,1680739584,762082407,1936617315,7630437,773062664,1667197028,1768648559,1634557797,1701273966,3235698,773193736,1663920484,1768648559,1868770661,1852142446,1869622644,524400,1768173079,1735355489,1869570861,761620843,1953785203,1936158313,335546368,1634296878,1130852204,1768648559,1918981989,1735289198,268437504,1634296878,1969713004,1868770661,1701407599,352323584,1684628526,761884015,1769238382,1647142243,1701736033,524402,1768173076,1634560359,1663920484,1920413027,1701867617,524402,1768173074,1663918446,1768648559,1851875941,7497070,772603912,1668508004,1869570861,1936025963,301991936,1936286766,1767992419,762471789,1802465123,134243689,1680743168,1818456937,1701669217,1868770674,1701407599,1701653875,1734439795,524389,1768173095,1634493299,1919249769,1869570861,1936025963,1953459770,1685021224,1849305465,1747481711,694971764,335546368,1936286766,1767992419,1131570541,1635020399,1919250025,285214720,1936286766,1767992419,1131570541,1768648559,524389,1768173074,1634493299,1919249769,1802465091,7562601,772931592,1668508004,1835622764,1917874789,1667331689,524409,1768173075,1634493299,1919249769,1869570911,1936025963,285214720,1936286766,1767992419,1651664237,1701736033,524402,1768173074,1634493299,1919249769,1936942445,6645601,772866056,1668508004,1835622764,762540645,1685088108,251660288,1936286766,1835101283,1818386277,7037807,772866056,1668508004,1701667180,1868783474,1701407599,402655232,1936286766,1936682083,761623157,1769238382,1633904998,1852795252,268437504,1936286766,1952805475,1868770661,1701407599,251660288,1936286766,1936943469,1869570861,6646123,772800520,1836280164,1601401705,1802465123,7562601,773455880,1836280164,1634956137,761621602,1802465123,1882023273,1667853423,524409,1768173073,1818652531,1663924325,1768648559,134247269,1680740096,1819308905,1663924577,1768648559,524389,1768173072,1634496627,1868770681,1701407599,524403,1768173075,1634496627,1868783481,1701407599,1853121119,268437504,1936286766,2036427888,1869570911,1936025963,452986880,1986618414,1851875885,762471790,1802465123,1663919465,1920233061,6646881,772472840,762734948,1802465123,134243689,1680740352,1816229481,1131900780,1768648559,134247269,1680741888,1866692201,1852142702,1919906921,1869562725,1936025963,167774208,1986618414,1802465091,134243689,1680740352,1866692201,1701407599,1852727618,134247013,1680739584,1866692201,1701407599,7496002,773062664,1131833700,1768648559,1936278629,1767992419,7497069,773521416,1131833700,1768648559,1819234405,1350132585,1970237551,1953845108,134247013,1680740096,1866692201,1701407599,1433431888,524400,1768173080,1869562742,1348823403,1884647535,1953394499,1701734753,524402,1768173073,1869562742,1466263915,1768845921,134244206,1680740352,1866692201,1701407599,1416916834,134242913,1680739072,1866692201,1701407599,524403,1768173074,1869562742,1936025963,1852989783,6778473,772800520,1182165348,1702129519,1869562738,6646123,772669448,1282828644,1866692965,1701407599,524403,1768173070,1866686326,1701407599,7823692,773455880,1601595748,1802465091,1867408745,1701013876,1953394499,1701734753,524402,1768173073,1818320758,779383397,1802465123,134243689,1680739840,1667200617,1768648559,1734500197,268437504,1986618414,1869570911,1600481643,1953393e3,251660288,1986618414,1869570911,1600481643,7368564,772538376,1601595748,1802465123,7562601,772603912,1635150180,1869570931,1936025963,167774208,1986618414,1802465123,134243689,1680741120,1868770666,1701407599,1769352493,1818388851,524389,1801727503,1869570861,1936025963,1918984749,436209664,1600939054,1802465123,1631741289,1919250030,1852793695,1852399988,134247013,1680741888,1868783468,1701407599,1852727618,1868526181,1919251573,436209664,1600939054,1802465123,1717527913,1702129519,1982672242,1651077993,134243692,1680742656,1868783468,1701407599,1869635443,2036558188,1986290015,7631461,773455880,757951844,1802465123,1663919465,1702063727,1647146094,1701736033,524402,1835281937,1869570861,761620843,1852727650,134247013,1680740352,1663919981,1768648559,1852386661,134246246,1680741632,1868770670,1701407599,1667457325,1635020901,6644590,773062664,1663921764,1768648559,1868770661,1767994478,7497070,774242312,761884260,1769238382,1633904998,1852795252,1868783475,1701407599,1953459757,1667851881,1869182049,524398,1852059154,1937059188,761753193,1802465123,7562601,772997128,1601465956,1852727650,1999467109,1886413170,134247013,1680742144,1818719854,1869570861,761620843,1953394531,1701734753,524402,1868836375,1868770669,1852142702,1697459572,1633824117,1919250030,402655232,1836016686,1667851105,1868770657,1701407599,1869622643,2036558188,385878016,1852793902,1684483429,1630368368,1953654124,2020565549,6775341,773455880,1701736292,1885628205,1818307954,762606181,762867554,1633972077,524396,1868836380,1731028334,762474596,1919249505,1868705140,1920413048,1701867617,524402,1868836367,1667444084,1634891565,1919250544,301991936,1953457198,1869570861,761620843,1836020336,134247536,1680739328,1667200111,1768648559,134247269,1680740608,1970239855,1701538156,1802465123,7562601,772800520,1663922276,1768648559,1701588325,7102823,772603912,1885630564,1882008929,1886744687,301991936,1819305006,1869570861,761620843,1852727650,134247013,1680741120,1868770674,1701407599,1718511917,1868705135,524408,1919168018,1936026925,1701273971,1869570861,6646123,773324808,1667199588,1768648559,1985966949,1868783410,1767994478,7497070,772734984,2002874980,1663922789,1768648559,134247269,1680740864,1663918962,1768648559,1869622629,2036558188,318769152,1769104430,1868787245,1701407599,1818307955,7631461,772603912,1663923044,1768648559,1918984805,318769152,762537006,1802465123,762537321,1885434487,7497072,773193736,758281060,1802465123,1680696681,1818456937,1701669217,524402,1935945236,762279524,1802465123,1848468841,1667855471,524389,1935945233,1868770663,1701407599,1701601581,134247538,1680739584,1870030707,1851875885,7497070,772997128,1986491236,1868770671,1919510126,1769234797,134245999,1680741632,1870030707,1852793645,1953391987,1869622573,7370096,772800520,1986491236,1868770671,1767994478,7497070,773128200,1986491236,1868770671,1701407599,1852793695,1953391987,318769152,1735615534,1663922038,1768648559,1851875941,7497070,772603912,1986491236,1868967279,1919251567,201328640,1735615534,1831694198,1818322031,335546368,1735615534,1831694198,1818322031,1702260525,2036427890,234883072,1735615534,1865248630,1819436406,134248801,1680741376,1870030707,1684633389,1601463655,1886351455,134246517,1680742144,1870030707,1684633389,1601463655,1886351455,1647145077,524391,1935945230,762279527,1885434487,7497072,772669448,1986491236,1886404975,1635151730,524396,1935945227,1282373223,1919252833,218105856,1735615534,1717530486,1702129519,524402,1935945230,1601140327,1919252079,7954796,773128200,1735816036,1868770671,1701407599,1702260525,2036427890,301991936,762602542,1802465123,1663919465,1702063727,134247534,1680740608,1868770676,1701407599,1634296877,6778732,772866056,1868788836,1701407599,1702260525,2036427890,251660288,1668572206,1768648559,2002739045,7364978,772931592,762147940,1802465123,1647142249,1701736033,524402,1952722443,1868770680,1701407599,352323584,2037670958,1663919218,1768648559,1868770661,1852142446,524404,1969499659,1852793695,1953391987,402655232,1668637742,1935761965,1868783461,1701407599,1852793645,1953391987,419432448,1702192174,1663905140,757948788,1802465123,1647142249,1701736033,524402,1986276881,1869570861,761620843,1852727650,134247013,1680739072,1868770678,1701407599,524403,1986276874,1802465091,7562601,773521416,1868789348,1701407599,1633824115,1919250030,1852793645,1852399988,134247013,1680743936,1701998454,1667457325,762605669,1802465123,1663919465,1635020399,1919250025,570427392,1870029870,1885300082,1633642354,1885692771,1868783476,1701407599,1852793695,1852399988,134247013,1680742656,1868788598,1701407599,1633824115,1919250030,1852793645,6906228,773586952,1668511332,1768648559,1647145829,1701736033,1868770674,1767994478,7497070,772472840,1667200868,1768648559,134247269,1680745216,1697472887,1684365933,1869570861,761620843,1936617315,762605157,1953394531,1701734753,524402,2003054099,1663918947,1768648559,1852793701,1953391987,486541312,1836606510,1868770668,1701407599,1685024045,1647144033,1735091041,1853190002,524388,761605649,1936617315,1937010277,1701601581,134247538,1697515776,1869570861,6646123,772669448,1868770661,1701407599,1718511917,524399,761605649,1802465123,1831691625,1634956133,134243687,1697517824,1869570861,761620843,1885434487,7497072,772538376,1868770661,1701407599,7496002,772538376,1868770661,1701407599,7496034,772407304,1868770661,1701407599,524403,761605650,1802465123,762537321,1852989815,6778473,772800520,1869491557,1600087412,1802465123,7562601,773193736,1920216421,1663921775,1768648559,1848472421,1667855471,524389,862268939,1869570911,1936025963,285214720,1848861998,1869570911,1650813291,1701736033,524402,1130704399,1768648559,1631744869,1919250030,318769152,1145529646,1869562707,1936025963,1919252047,7954796,773128200,1769099365,2036556150,1702131023,1634883442,1919250544,352323584,761357614,1802465123,1680696681,1818456937,1701669217,524402,1634020879,1869570861,1936025963,1918984749,268437504,1986094382,1869570861,1818585451,1919252833,167774208,761423150,1802465123,134243689,1697520896,1663918946,1768648559,1868770661,1768714349,1701015137,1851875885,7497070,772669448,2020565605,1802465091,1631741289,524402,1650798094,1866692719,1701407599,7823692,773390344,762667621,1802465123,762537321,1702453612,1834966898,1818322031,234883072,761488686,1802465123,1647142249,134247009,1697517824,1868770659,1701407599,1819242541,7955305,772997128,1848468325,1667855471,1999449445,1768845921,134244206,1697517824,1869491555,1701013876,2002739059,7364978,772669448,1969316709,1663922032,1768648559,524389,1667575314,1868770658,1701407599,1936617283,7630437,772866056,1667523429,1802465091,1867539817,2036558188,436209664,1835230510,1869491572,1768319348,1769234787,1663921775,1768648559,134247269,1697517568,762146659,1802465123,1650419049,134248559,1697517312,762146659,1802465123,1633838441,524402,1667575317,1868787055,1701407599,762798444,1684828008,134247013,1697517312,1868770660,1701407599,1633824115,524402,1684352528,1663918947,1768648559,1633824101,524402,1684352533,1869491571,1768319348,1769234787,1647144559,134247009,1697520128,1663924324,1768648559,1633824101,1919250030,1634891565,1919250544,419432448,761619758,1920233065,1633824111,1919250030,1868783455,1852142446,524404,1717906965,1768713321,2036427821,762606959,1634166124,134248803,1697516800,1667444071,1851875885,7497070,772931592,762144613,1802465123,1714251113,1970239852,524404,1734684180,1953394541,1869570861,761620843,1919249505,524404,1734684175,1953394541,1869570861,1936025963,352323584,761816366,1802465123,1680696681,1818456937,1701669217,524402,1751461390,1869570861,1768253803,7300718,772407304,1667197285,1768648559,524389,1768238623,2004117607,1936421487,1869570861,761620843,1936617315,762605157,1937075312,654313472,1734960430,1870099560,762538866,1802465123,1663919465,1702063727,1882027118,762541420,1734831988,7497068,772800520,761882981,1634755427,1869570861,6646123,772407304,1663920997,1768648559,524389,1801793043,1869562739,1130719595,1635020399,1919250025,301991936,762078510,1802465123,1663919465,1702063727,134247534,1697519360,1868770668,1701407599,1852793645,1953391987,1701994797,524385,1818570265,842296929,1936286765,1767992419,762471789,1852727650,134247013,1697516032,761357164,1919968359,369100800,1701602606,1953391981,1869570861,761620843,1852727650,134247013,1697521408,1769170540,762603623,1734633847,1663923301,1768648559,1868770661,1852142446,524404,1835347470,1885547874,1634296877,6778732,772734984,761425253,1999466595,1886413170,134247013,1697520384,1684365933,1130653028,1768648559,1852785509,1953391987,1970302800,524400,1835347471,1869836901,1868770670,1701407599,251660288,1735222574,1869570861,761620843,7496034,772407304,1667722597,1768648559,524389,1835347482,1663918443,1768648559,1647145829,1869902959,1634479469,7497081,772800520,762146149,1802465123,1764582761,7300718,772997128,762342757,1802465123,762537321,1768714096,134248803,1697517312,1663923053,1768648559,1851927909,524402,1852124680,1885628255,524402,1852124697,1701601889,1918987615,1769235819,1667196782,1768648559,134247269,1697517056,1918985070,1868783476,1701407599,620759040,1701733678,1936288370,1700998497,762996082,1768714096,1634429300,1663920499,1768648559,1633824101,524402,1852124689,1868783463,1701407599,1852729695,134247013,1697521408,1851877486,761554275,1986622064,762930017,1802465123,1882023273,1667853423,524409,1852124685,1701999987,1802465091,134243689,1697518080,1831695982,1818322031,1869570861,1936025963,150996992,1668244782,1768648559,524389,1868901908,757949806,1802465123,1647142249,1701736033,524402,1868901908,1868770675,1701407599,1635200371,1852403314,524391,1885679122,1869570861,761620843,1936617315,7630437,772603912,1663922277,1768648559,1918984805,251660288,762340654,1802465123,762537321,7496034,773324808,1663922277,1768648559,1764586341,762275438,1885434487,7497072,772472840,1667199077,1768648559,134247269,1697516288,1663922288,1768648559,524389,1885679117,1651256688,1852729645,134247013,1697520384,1986622064,762930017,1852727650,757953125,1886611812,1702453612,524388,1885679130,1635150194,1647147363,1701736033,1868770674,1767994478,7497070,773521416,1769107557,2036556150,1851875885,1601332590,1852793695,1852399988,134247013,1697517568,1986622064,762930017,1802465123,134243689,1697517568,1986622064,762930017,1735748720,134245993,1697517568,1986622064,1601790817,1802465123,134243689,1697516288,1667920496,1768648559,524389,1885679123,1601073011,1802465123,1869505897,1701013876,318769152,762537262,1802465123,1932354921,1953852527,7237481,774045704,1818850149,1869375277,762077538,1952671091,1601073001,1869570911,761620843,1852727650,134247013,1697518080,761360499,1852727650,1714254437,1684371561,285214720,1886610734,1869098337,762471798,1734438249,524389,1936010763,1764581744,1701273965,369100800,1886610734,1869360481,1601400679,1852793695,1852399988,134247013,1697516288,1650552947,1701736033,524402,1936010762,1869570928,6646123,772538376,1769108325,1869570861,6646123,773259272,1920234341,1734702177,1868770681,1701407599,1886351405,134246517,1697521152,1634890867,2036819316,1869570861,761620843,1970302832,1869426032,1701603682,167774208,762602798,1802465123,134243689,1697518080,1868783476,1701407599,1852793695,1953391987,268437504,1769235758,1802465091,1631741289,1919250030,402655232,1937007918,1869570911,1600481643,1651401058,1650422373,1801678700,167774208,762668334,1852727650,134247013,1697517056,1868770677,1768714349,1701015137,369100800,762668334,1886220131,1851877740,1831691619,1634956133,134243687,1697517824,1868770677,1701407599,1851875885,7497070,773521416,1663923557,1768648559,1633824101,1869491570,1768319348,1769234787,134245999,1697519104,1868770677,1701407599,1986618413,1768843565,1818323316,251660288,762668334,1802465123,1764582761,7300718,772669448,1663923557,1768648559,1634479461,524407,1969565206,1869570861,761620843,762798444,1885434487,7497072,772931592,1663923557,1768648559,1701653861,1734439795,524389,1969565198,1869570861,761620843,6775150,772866056,1663923557,1768648559,1869491557,1701013876,385878016,762668334,1802465123,1848468841,1718187119,1952539497,7237481,772800520,1663923557,1768648559,1634741605,7103854,772866056,1663923557,1768648559,1869622629,2036558188,536872960,762668334,1802465123,1882023273,1667853423,1633824121,1919250030,1634891565,1919250544,419432448,762668334,1802465123,1882023273,1667853423,1868770681,1852142702,524404,1969565206,1869570861,761620843,1768714096,1848473955,6648943,773390344,1663923557,1768648559,1869622629,2036558188,1634891565,1919250544,268437504,762668334,1802465123,1882023273,1886744687,285214720,762668334,1802465123,1882023273,1886220146,524404,1969565199,1869570861,761620843,2003789939,301991936,762668334,1802465123,1999463785,1768845921,134244206,1697517312,1868770677,1701407599,1634891565,524400,1969565202,1869570861,761620843,1885434487,7497072,772472840,1663923557,1768648559,134247269,1697517824,1868770677,1701407599,1818307955,7631461,773521416,1663923557,1768648559,1647145829,1663922785,1768648559,1647145829,134247009,1697522688,1868770677,1701407599,1633824115,1868770674,1701407599,1633824115,1702047090,1852404852,134247271,1697521664,1868770677,1701407599,1633824115,1868770674,1701407599,1633824115,1920413042,134246497,1697519872,1868770677,1701407599,1633824115,1869494898,1868703860,2718052,772997128,1663923557,1768648559,1831695205,1634956133,134243687,1697517312,1868770677,1701407599,1936534899,524391,1969565202,1869570861,1936025963,1819242541,7955305,772800520,1663923557,1768648559,1932358501,7827304,772997128,1663923557,1768648559,1999467365,1886413170,134247013,1697517824,1634479477,1868770679,1767994478,7497070,772866056,1882027365,1633973618,1869570861,1936025963,301991936,762668334,1801680243,762932525,1802465123,134243689,1697515776,1869562741,6646123,772734984,1866691941,1701407599,1953853229,134247013,1697518080,1869562741,1130719595,1635020399,1919250025,385878016,1131767086,1768648559,1718503781,1918984815,1885434455,7497072,772538376,1866691941,1701407599,7823692,772669448,1866691941,1701407599,1702453580,524402,1969565198,1802465091,1867343209,7102820,772734984,1866691941,1701407599,1769238350,134243683,1697517056,1869562741,1348823403,1818586721,251660288,1131767086,1768648559,1819234405,7955305,773259272,1866691941,1701407599,1970302800,1852785520,1852399988,134247013,1697518592,1869562741,1348823403,1886744687,1667330131,134247013,1697517312,1869562741,1399155051,1885958772,524389,1969565197,1802465091,1633117545,134246002,1697516032,1869562741,1936025963,268437504,1131767086,1768648559,1867543397,2036558188,150996992,1349870894,1667853423,524409,1969565205,1986622032,1601790817,1802465123,1299408233,134244211,1697519104,1667194741,1768648559,1663905125,1635020399,1919250025,167774208,1601529134,1818190691,134248289,1697518080,1868783477,1701407599,1852793695,1953391987,402655232,1601529134,1802465123,2002740585,1768845921,1885300590,1886744687,335546368,1601529134,1802465123,2002740585,1886413170,845116005,184551424,1601529134,1802465123,7562601,772866056,1667200357,1768648559,1633645413,1953654124,318769152,1601529134,1869573987,1600481643,1819242356,7496034,772341768,1868789093,1701407599,268437504,1668637998,1768648559,1869622629,1886727536,251660288,1668637998,1768648559,1818386277,7037807,773062664,1868789093,1701407599,1936286815,1767992419,7497069,773062664,1868789093,1701407599,1953459807,1952539497,7237481,772866056,1868789093,1701407599,1634891615,1919250544,201328640,1668637998,1768648559,1918984805,201328640,1668637998,1768648559,2002873445,318769152,1668637998,1768648559,2002873445,1851875885,7497070,772800520,1868789093,1701407599,1634623853,7497063,772407304,1868789093,1701407599,524403,1969565202,1802465123,762537321,1885434487,7497072,772276232,1935963493,7304807,772603912,1684501861,1647145584,1801678700,318769152,1819632942,1868770657,1701407599,1851875885,7497070,772341768,1634497893,2020565623,318769152,1886741806,1886744687,1667326509,1869768555,6581877,773718024,1869641061,762344816,1953394531,1701734753,1868705138,1836020852,1751607666,524404,1969565204,1970302832,1868770672,1767994478,1701995886,524405,1969565195,1868787570,1701407599,335546368,1953850670,1769107501,2036556150,1634891565,1919250544,285214720,762733870,1802465123,1647142249,1701736033,524402,1986342417,1702130529,1852793645,1852399988,134247013,1697517056,1953718646,1818588005,1702130543,234883072,1769366830,762212196,1852727650,134247013,1697517568,762079606,1802465123,1647142249,134247009,1697516800,1731030902,762474596,7892834,772997128,762607205,1802465123,1697473897,1701668204,134247534,1697516544,1663922296,1768648559,134247269,1697517056,1851879544,778331492,1919968359,436209664,1886938414,1768122732,1868770676,1701407599,1852793645,1852399988,134247013,1697522176,1768714360,762603875,1802465123,1663919465,1635020399,1919250025,1634891565,1919250544,251660288,1886938414,1634037359,1851875885,7497070,773259272,1869641829,761357678,1852727650,757953125,1802465123,134243689,1697517312,1852797048,1663918437,1768648559,524389,2019896856,1701736304,1868770657,1701407599,1667326509,1869767787,524400,2019896852,1936028272,1852793715,1953391987,1919249473,524404,2019896843,1868770676,1701407599,335546368,1954047278,1663918450,1768648559,1882026853,1886744687,251660288,1954047278,1701668210,1869570861,6646123,772472840,1870297189,1802465123,134243689,1697519104,1663919993,1768648559,1869622629,2036558188,1735617837,285214720,762996014,1802465123,1647142249,1701736033,524402,2053451286,761489775,1634692198,1735289204,1953456685,7171956,772800520,1868770662,1701407599,1851875885,7497070,772866056,1868770662,1701407599,1852793645,1953391987,402655232,1663919662,1768648559,1868770661,1852142446,1868705140,1836020852,234883072,1680696878,761361505,1768714096,134248803,1714294016,762668333,1802465123,7562601,772341768,1868783462,1701407599,117442560,1734305326,7499876,772669448,1684824422,1866690159,1701407599,524403,1634086413,1634296691,1802465091,134243689,1714294272,1868770658,1701407599,2002873389,251660288,761423406,1802465123,762537321,7496034,772603912,1632658022,1631741287,1919250030,318769152,1633838638,1868770674,1701407599,1819242541,7955305,772472840,1663918950,1768648559,134247269,1714296064,1663923043,1768648559,1868770661,1852797037,7630437,773259272,1952540006,761623157,1936617315,762605157,1818323300,134244207,1714296832,1650746725,762012513,1936942445,778397537,1802465123,134243689,1714295296,761556069,1802465123,1869505897,1701013876,369100800,1868916270,1634235231,1667196274,1768648559,1650422629,134247009,1714294784,1769239397,762077558,1802465123,134243689,1714295296,1919252069,1869570861,1600481643,1918984799,251660288,1130784302,1768648559,1869426021,7102820,773062664,1663919974,1768648559,1768190821,1952671090,6649449,772538376,1866688614,1701407599,7823692,772866056,1663920486,1768648559,1633824101,1919250030,301991936,1818846766,1869570861,761620843,1768714096,134248803,1714294528,1866689641,1701407599,1768833907,524396,1768304144,762865006,1802465123,1633838441,524402,1768304151,1868770676,1701407599,1819042135,1702260525,2036427890,301991936,1969841710,1869570861,761620843,1852727650,134247013,1714295552,1663924329,1768648559,1936534885,1633824103,524402,1768304138,1869570936,6646123,773586952,1702390118,1868705124,1836020852,1869570862,761620843,1936617315,7630437,773128200,1702390118,1868705124,1836020852,1869570862,1936025963,419432448,2020173358,1647141989,1869902959,1752378989,1917876079,1667331689,524409,1768304141,761554296,1802465123,134243689,1714295296,1684371561,1869570861,761620843,1634300513,352323584,2020173358,1663919205,1768648559,1868770661,1852142702,524404,1768304145,761554296,1802465123,1882023273,134245490,1714295552,1684371561,1735617837,1868770605,1701407599,524403,1768304146,761554296,779120500,1802465123,7562601,772931592,1702390118,1868770916,1701407599,1634492275,524407,1768304147,1130653048,1768648559,1702252389,2036427890,301991936,2020173358,1866687589,1701407599,1768714064,134248803,1714296320,1684371561,1952539739,1868770657,1701407599,1567777122,201328640,2020173358,1667196005,2053468773,318769152,2020173358,1667196005,1768648559,1819234405,7955305,772669448,1702390118,1868783460,1701407599,524403,1818635793,1869570861,761620843,1769238382,134243683,1714297856,1868770668,1701407599,1953459757,761619305,1852793645,1852399988,134247013,1714294272,1752392044,1868770605,1701407599,352323584,1634493998,757950579,1802465123,1647142249,1701736033,524402,1818635787,761820001,1685088114,520095744,1634493998,1683712115,761361505,1802465123,574449001,1667200357,1768648559,6103653,773128200,1935764582,1936026984,1701273971,1869570861,1936025963,251660288,1634493998,1835216244,1869570861,6646123,772866056,1952541798,1701670771,1869570861,1936025963,419432448,1634493998,1836020596,1868770661,1701407599,1630350707,1986622563,524389,1818635790,1869183585,1869570861,6646123,772931592,761490534,1802465123,1848468841,1667855471,524389,1818635799,1663924325,1768648559,1932358501,1702125940,1953391981,201328640,1701602862,1868770936,1701407599,419432448,1701602862,1868783480,1701407599,1886351455,1650421877,1869902959,524397,1818635789,761886821,1802465123,134243689,1714294272,1769497964,1868783476,1701407599,788531200,1869375022,1852404833,1633824103,1633966962,1663918452,1768648559,1634610533,574449005,1802465123,1851745641,1667855471,6103653,773128200,1634692198,1735289204,1869570861,761620843,1868983913,385878016,1869375022,1852404833,1868770663,1701407599,1819242541,7955305,772472840,2003790950,1802465091,134243689,1714297088,762738028,1663923557,1801678703,762537321,1885434487,7497072,772997128,2020961382,1866687589,1852142446,1886343284,134246517,1714294784,1868770669,1701407599,1852727618,134247013,1714295552,1868770670,1701407599,1869116205,1633824119,524402,1852190221,1869570861,1650813291,134247009,1714295552,1868770670,1701407599,762470754,1819898995,524389,1868967434,1869570861,6646123,772931592,1663922022,1768648559,1882026853,1667853423,524409,1868967438,762541411,1802465123,7562601,772931592,761884518,1802465123,1647142249,1701736033,524402,1868967446,1650418798,1701080673,1667200353,1801678703,7562601,772603912,1684959078,1802465123,846423401,335546368,1852794414,1630367588,1869834614,1869570861,1936025963,251660288,1869571630,1918984749,1869570861,6646123,772669448,1651470182,1663922785,1768648559,524389,1868967441,1952410735,1601468517,1802465123,134243689,1714296576,1953460079,1882026597,1635150194,1882028387,1667853423,524409,1868967449,1919251567,1953456685,544042868,1663246398,1768648559,134247269,1714293760,1702129519,1851993458,134245481,1714294528,1702129519,1851993458,1999465577,524402,1868967438,1919251567,1869570861,6646123,773128200,1953460070,1663922789,1768648559,1633824101,1919250030,369100800,1869571630,762471796,1802465123,1663919465,1702063727,134247534,1714296832,1702129519,1868770674,1701407599,1852793645,1852399988,134247013,1714296064,1702129519,1868770674,1701407599,1953459757,6644585,773521416,1953460070,1663922789,1768648559,1869491557,1768319348,1769234787,134245999,1714296576,1702129519,1868770674,1701407599,1953459757,1701406313,524402,1868967445,1919251567,1869570861,761620843,1768714096,134248803,1714295808,1702129519,1868770674,1701407599,1886351405,134246517,1714296320,1702129519,1868770674,1701407599,1918990125,1735289198,369100800,1869571630,762471796,1802465123,1999463785,1886413170,134247013,1714294528,1702129519,1868770674,1701407599,524403,1868967445,1919251567,1869570861,1936025963,1701601581,134247538,1714295552,1702129519,1868770674,1701407599,1633824115,524402,1868967446,1919251567,1869570861,1936025963,1819242541,7955305,773259272,1953460070,1663922789,1768648559,1999467365,1886413170,134247013,1714293760,1702129519,1684483442,134247024,1714295296,1702129519,1684483442,1831694960,1818322031,201328640,1869571630,762471796,1802204779,436209664,1869571630,762471796,1601660270,1869570911,761620843,1769238382,134243683,1714299648,1702129519,1869491570,1768319348,1769234787,757952111,1802465123,1882023273,1667853423,524409,1868967446,1919251567,1769107501,2036556150,1851875885,7497070,773128200,1953460070,1882026597,1635150194,1882028387,1886744687,369100800,1869571630,762471796,1986622064,761623649,1768714096,134248803,1714296320,1702129519,1702047090,1869182051,1868770670,1701407599,486541312,1869571630,762471796,1667855475,1600092523,1802465123,1882023273,1667853423,524409,1868967450,1919251567,1919251501,1848472429,1718187119,1952539497,7237481,772997128,1953460070,1982689893,1885298482,1635150194,134248803,1714294272,1702129519,1869562738,1936025963,385878016,1869571630,1601332596,1667457375,762605669,1802465123,7562601,772866056,1953460070,1600090725,1668247395,1936025963,251660288,1869571630,1601332596,1869570911,6646123,773718024,1953460070,1600090725,1802465123,1630365033,1953654124,1920412973,1701867617,524402,1868967446,1919251567,1868783455,1701407599,1851875885,7497070,773062664,1953460070,1600090725,1802465123,1764582761,7300718,772931592,1953460070,1600090725,1802465123,1633838441,524402,1868967440,1919251567,1868783455,1701407599,524403,1868967442,1919251567,1969577823,1869570861,6646123,772603912,1953460070,1600090725,1886544999,385878016,1869571630,1601332596,1769107551,2036556150,1869570861,6646123,773259272,1953460070,1667199589,2053468773,1768714096,1634429300,134244723,1714293760,1702129519,1852006258,134245481,1714294272,1702129519,1868783474,1701407599,369100800,1869571630,1601332596,1802465123,1699898729,1684957549,134247013,1714295808,1702129519,1868783474,1701407599,1701601631,134247538,1714295296,1702129519,1868783474,1701407599,1918984799,352323584,1869571630,1601332596,1802465123,1885300073,1667853423,524409,1868967439,1919251567,1869570911,1936025963,285214720,1869571630,1601332596,1667200357,1768648559,524389,1868967449,1919251567,1769107551,2036556150,1852793645,1852399988,134247013,1714292992,1702129519,7037810,772866056,1953460070,1852404336,1868783476,1701407599,285214720,1919903278,1697473891,1868770677,1701407599,524403,1868967441,757951858,1802465123,1647142249,134247009,1714296576,762147439,762867554,1802465123,1701668201,1734439795,524389,1868967439,1633840498,1852785522,1953391987,234883072,1919903278,1633970541,1802465091,134243689,1714296064,1836413551,1869570861,761620843,1769238382,7562595,772669448,1663922278,1768648559,1633824101,524402,1885744658,1869570861,761620843,1936617315,7630437,772407304,1667199078,1768648559,524389,1885744651,1869570911,1936025963,301991936,762471982,1701653859,1734439795,1920413029,134246497,1714295296,1868770674,1852142446,1633824116,1919250030,234883072,762471982,1802465123,1647142249,134247009,1714296064,1868770674,1701407599,1936286765,1767992419,7497069,773259272,1935635046,1131900776,1768648559,1734691941,1850305633,134246246,1714295808,1701667186,1634562861,1663986796,1768648559,134247269,1714295296,1701667186,1802661751,1869570911,1936025963,452986880,1701996078,1769107557,2036556150,1768714096,1663924579,757951855,6450733,773980168,1701147238,1986622064,1887003489,1667853423,1868770681,757935469,1932354158,1819307369,524389,1919299102,761751401,1802465123,1635214697,1852403314,1868770663,1767994478,7497070,773783560,1852797542,1684956532,1986622032,1601790817,1852793695,1953391987,1852727618,134247013,1714296832,1667444083,1851875885,846357870,1836016479,1701736304,134247534,1714296832,1667444083,1851875885,863135086,1836016479,1701736304,134247534,1714297344,1667444083,1851875885,863135086,1836016479,1701736304,841839726,402655232,762537518,1647141731,1701736033,1667183730,1869639023,1953391982,385878016,762537518,1647141731,1701736033,1868783474,1852797037,7630437,772800520,1663923046,1868770659,1852797037,7630437,772603912,1663923046,1868770659,1701407599,335546368,762537518,1663918947,1768648559,2037591397,1819239021,234883072,762537518,1802465123,1647142249,134247009,1714296064,1868770676,1701407599,1936286765,1767992419,7497069,772538376,1600091238,1802465123,7562601,772931592,761492582,1802465123,762537321,1970302832,524400,1952853522,1868770665,1701407599,1851875885,7497070,772997128,1801680230,761753193,1663923557,1768648559,134247269,1714295040,2003594357,1752458345,1869570862,6646123,772538376,1668183398,1869570861,6646123,772997128,1769174374,1882025583,1635150194,1647147363,134247009,1714295296,1920300149,1868770661,1701407599,1918984749,167774208,1601660462,1802465123,134243689,1714295552,1802661751,1868783475,1852142446,1633836916,524402,2003185176,1936421487,1852793695,1953391987,1918984799,1768843615,524404,2003185173,1868770675,1701407599,1852793645,1852399988,134247013,1714295040,1633645432,1953654124,1802465091,7562601,773193736,1819834470,1869570861,761620843,1852399981,1633972077,524396,2053516815,1702065453,1869570861,1936025963,251660288,1630365486,1953654124,1869570861,6646123,773390344,1868770663,1852142446,1634545012,1701273966,1633824114,1919250030,150996992,1663919918,1768648559,524389,761736717,1802465123,1647142249,134247009,1731071744,1869570861,1315268971,1667855471,524389,761736716,1802465123,1633838441,524402,761736714,1802465123,7562601,773783560,1731027303,1818718063,1851862373,1954114657,762536809,762278512,1869901935,134247541,1731072e3,1769287009,1869570861,1650813291,134247009,1731072e3,1869562721,1130719595,1702063727,134247534,1731071232,1868786017,1936942413,6645601,773128200,1869570407,1633966960,1731027316,1886351201,1566668127,301991936,761423662,1802465123,1663919465,1702063727,134247534,1731070720,1868770658,1701407599,524403,1650929171,1651402541,1869504351,1701013876,1918984749,234883072,1768056622,1869570861,1650813291,134247009,1731071744,1663922274,1768648559,1718511973,524399,1667706390,1936026975,1701273971,1918984799,1953456735,7171956,772538376,761488231,1802465123,7562601,772734984,1919968103,1667331689,1768435065,134247534,1731074816,1702065507,1869570931,1936025963,1851875935,1601332590,1668246626,524395,1684483598,1869570861,761620843,7496034,772538376,1919050855,1851875935,7497070,773062664,1919050855,1851875935,1601332590,1885434487,7497072,772931592,762078311,1802465123,1680696681,1869373801,524391,1684483611,1663922796,761623151,1986622064,762930017,762867554,1885434487,150996992,1852073774,1634891565,524400,1684483601,1920413038,1680699489,1953198949,134246511,1731072e3,1999466084,762339698,1768058733,134243692,1731072512,1667199076,1768648559,1769430885,1952802660,201328640,1885628206,1882008946,1886744687,184551424,1885628206,1867525490,7370096,773062664,1919968359,1986289965,761619305,1802724708,7368564,772472840,1919968359,1919377709,134243685,1731072768,762474596,1701996385,1852140901,1868705140,524408,1684483595,1630368368,1953654124,251660288,1885628206,1818307954,762606181,7496034,772931592,1919968359,1701601581,1647146098,1869902959,524397,1684483607,1630368368,1953654124,2020565549,1634891565,1919250544,167774208,1885628206,1918971250,134242661,1731071744,762474596,762016609,1633972077,524396,1684483596,1647145584,1701736033,524402,1684483605,1647145584,1701736033,1932340594,1701079404,134246517,1731073536,762474596,1852727650,1663922789,1635020399,1919250025,469764096,1885628206,1633824114,1919250030,1852793645,1953391988,1634891565,1919250544,369100800,1885628206,1633824114,1919250030,1869770797,1936942435,134243429,1731073024,762474596,1852727650,1999467109,1886413170,134247013,1731070208,762474596,7496034,772866056,1919968359,1918984749,1634891565,1919250544,134219776,1885628206,1734487410,150996992,1885628206,1818373490,524395,1684483595,1647145584,1801678700,318769152,1885628206,1818373490,762012527,1986622064,7955297,772800520,1919968359,1869373997,1999465315,7364978,772997128,1919968359,1953456685,762146676,1852727650,134247013,1731070208,762474596,7892834,772931592,1919968359,1918985005,1920413028,1701867617,524402,1684483608,1663922800,1819307375,1668178281,1920413029,1701867617,524402,1684483606,1663922800,1869639023,1953391982,1819240493,7497060,772931592,1919968359,1852793645,1836214630,1869182049,524398,1684483597,1663922800,1702063727,134247534,1731073280,762474596,1936617315,762605157,1684629549,7234916,773062664,1919968359,1852793645,1953391987,1851875885,7497070,772866056,1919968359,1852793645,1953391987,1918984749,352323584,1885628206,1868770674,1852142446,1633824116,1868705138,524408,1684483607,1663922800,1702063727,1663923310,1635020399,1919250025,486541312,1885628206,1868770674,1852142446,1818570100,1852140901,1920413044,1701867617,524402,1684483617,1663922800,1702063727,1731032174,1685217653,1869570861,761620843,1769238382,134243683,1731072768,762474596,1936617315,762605157,1701732720,524396,1684483609,1663922800,1702129263,1650422894,1764584300,1885693038,134244468,1731073792,762474596,1802465123,1630365033,1953654124,1634891565,524400,1684483603,1663922800,1768648559,1633824101,1919250030,452986880,1885628206,1868770674,1701407599,1851875885,762471790,1885434487,7497072,772800520,1919968359,1869570861,761620843,7496034,773259272,1919968359,1869570861,761620843,762470754,1953787746,134245743,1731072e3,762474596,1802465123,1647142249,134248559,1731073024,762474596,1802465123,1663919465,1702063727,134247534,1731074816,762474596,1802465123,1663919465,1702063727,1647146094,1701736033,524402,1684483607,1663922800,1768648559,1768172901,1634493299,1919249769,385878016,1885628206,1868770674,1701407599,1852401197,1701148531,3222900,772931592,1919968359,1869570861,761620843,1702453612,524402,1684483610,1663922800,1768648559,1634479461,762471801,1952669997,6649449,773062664,1919968359,1869570861,761620843,1936942445,6645601,772931592,1919968359,1869570861,761620843,1633972077,524396,1684483603,1663922800,1768648559,1869491557,1701013876,436209664,1885628206,1868770674,1701407599,1953459757,761619305,1953261926,134247013,1731074304,762474596,1802465123,1848468841,1667855471,1869426021,7102820,772997128,1919968359,1869570861,761620843,1768714096,134248803,1731072512,762474596,1802465123,1882023273,1886744687,285214720,1885628206,1868770674,1701407599,1634891565,524400,1684483604,1663922800,1768648559,1920413029,1701867617,524402,1684483602,1663922800,1768648559,1953451621,6644585,773062664,1919968359,1869570861,1600481643,1936942445,6645601,772931592,1919968359,1869570861,1650813291,1701736033,524402,1684483597,1663922800,1768648559,134247269,1731072512,762474596,1802465123,762537321,1953393e3,301991936,1885628206,1868770674,1701407599,1768697203,134243694,1731074304,762474596,1802465123,762537321,1668048247,761621871,7892834,772538376,1919968359,1634296877,6778732,773062664,1919968359,1634296877,761753452,1885434487,7497072,772800520,1919968359,1936286765,1767992419,7497069,773390344,1919968359,1936286765,1767992419,1601332589,1702260575,2036427890,134219776,1885628206,1969565042,301991936,1885628206,1818635634,762601839,1852727650,134247013,1731070976,762474596,1953460070,134247013,1731075584,762474596,1953460070,1630368357,1953654124,2020565549,1634891565,1919250544,385878016,1885628206,1969630578,1882025068,761620321,1885434487,7497072,772669448,1919968359,1634035757,1851875940,524388,1684483596,1747808880,1701077349,524402,1684483603,1747808880,1701077349,1634883442,1919250544,234883072,1885628206,1701326194,1651469420,134247009,1731070464,762474596,1868983913,234883072,1885628206,1852386674,1647144806,134247009,1731070464,762474596,1802723693,218105856,1885628206,1701653874,1734439795,524389,1684483604,1831694960,1634956133,1647142247,1701736033,524402,1684483605,1831694960,1702064997,1919248238,1685024045,134245473,1731072256,762474596,1633972077,1818373484,7037807,772931592,1919968359,1685024045,1680698465,1869373801,524391,1684483602,1831694960,1818322031,1953459757,7956073,772997128,1919968359,1685024045,1865247841,1819436406,134248801,1731072768,762474596,1633972077,1920413036,1701867617,524402,1684483593,1831694960,134244211,1731070976,762474596,1769238382,134243683,1731073536,762474596,1769238382,1663919459,1635020399,1919250025,486541312,1885628206,1869491570,1701013876,1819242541,762930025,1953394531,1701734753,524402,1684483602,1848472176,1718187119,1952539497,7237481,773390344,1919968359,1953459757,1667851881,1869182049,1633824110,1919250030,436209664,1885628206,1852779890,1918988130,1735289188,1852793645,1852399988,134247013,1731072768,762474596,762605679,1999466089,1701274729,524404,1684483600,1865249392,1852404848,1701410349,524407,1684483595,1865249392,1919251573,218105856,1885628206,1986997618,1634497125,524409,1684483606,1865249392,1819436406,757954913,1953066601,7102825,773062664,1919968359,1702260525,2036427890,1769352493,7300452,773259272,1919968359,1702260525,2036427890,1852793645,1852399988,134247013,1731070720,762474596,1701732720,524396,1684483602,1882026608,1868770670,1767994478,7497070,772800520,1919968359,1819242541,762930025,7496034,773062664,1919968359,1819242541,779707241,1935765364,7497076,772669448,1919968359,1886351405,1702260525,524402,1684483595,1882026608,1886744687,385878016,1885628206,1869622642,762344816,1633972077,1818439020,7566177,773062664,1919968359,1769107501,2036556150,1851875885,7497070,772866056,1919968359,1769107501,2036556150,1918984749,335546368,1885628206,1919954290,1667331689,1869491577,1701013876,419432448,1885628206,1919954290,1667331689,1919954297,1919247973,1701015141,524403,1684483596,1882026608,1886220146,524404,1684483596,1915581040,1634039397,524396,1684483593,1915581040,134248303,1731071232,762474596,1952671091,7237481,772866056,1919968359,1952805677,1735289204,1836264819,285214720,1885628206,1953705330,1937077345,1819240493,524388,1684483606,1932358256,1801677172,1868770681,1767994478,7497070,772997128,1919968359,1769239341,762932067,1953460070,134247013,1731073024,762474596,1667855475,1834973547,1634956133,134243687,1731071744,762474596,1667855475,1633843563,524402,1684483597,1932358256,1869639797,134247538,1731070208,762474596,6447476,772931592,1919968359,1919251501,1647145837,1701736033,524402,1684483601,1949135472,1936552549,1886351405,134246517,1731072e3,762474596,1954047348,1768710445,134245991,1731071232,762474596,1852989815,6778473,773193736,1919968359,1918990125,1735289198,1768715053,1965909348,524400,1684483594,1999467120,7364978,772538376,1919968359,1634891565,7497072,772603912,1919968359,1852793646,1953391987,285214720,1885628206,1634741874,1999463783,1868852841,524407,1684483598,1631744624,1869048675,6581877,772341768,1919968359,1802264898,184551424,1885628206,1851867762,7497070,772931592,1919968359,1852727618,1918333541,1701867617,524402,1684483604,1631744624,1919250030,1987010399,1634497125,524409,1684483594,1816294e3,7037807,772341768,1919968359,1919839810,285214720,1885628206,2020557426,1953394499,1701734753,524402,1684483598,1866691184,1767994478,7497070,773128200,1919968359,1953394499,1701734753,1634883442,1919250544,352323584,1885628206,1869562738,1097165163,1953654124,1970302800,524400,1684483611,1866691184,1701407599,1852727618,1667199589,1635020399,1919250025,234883072,1885628206,1869562738,1281714539,134248289,1731072512,1131573348,1768648559,1634883429,1919250544,150996992,1885628206,1919895154,524397,1684483603,1632465520,1701273966,1936018802,1701273971,201328640,1885628206,1936018802,1701273971,184551424,1885628206,1953451634,6644585,772407304,1919968359,1970302800,524400,1684483606,1683714672,761361505,1919968359,1886351405,6123637,772276232,1919968359,4284255,772603912,1919968359,1633836895,1919250030,268437504,1885628206,1667194738,1635020399,1919250025,218105856,1885628206,1667194738,1768648559,524389,1684483605,1600090736,1802465123,1667196265,1702063727,134247534,1731071488,1601335396,1702260575,2036427890,201328640,1885628206,1885298546,1886744687,234883072,1885628206,2002739058,1886413170,134247013,1731072768,1601335396,1701012321,1667200112,1768648559,524389,1684483597,1633645168,1869770864,134243702,1731070976,1601335396,1852727650,134247013,1731072e3,1601335396,1852727650,1952412261,134246511,1731070208,1601335396,7496034,772407304,1919968359,1935762015,524389,1684483599,1667199600,1868705134,1836020852,268437504,1885628206,1868783474,1768714349,1701015137,335546368,1885628206,1868783474,1852142446,1768185716,1735355489,318769152,1885628206,1868783474,1852142446,1869635444,7370096,772538376,1919968359,1869570911,6646123,773193736,1919968359,1869570911,1600481643,1919249505,1868717940,524408,1684483603,1667199600,1768648559,1633836901,1919250030,268437504,1885628206,1868783474,1701407599,1918984799,352323584,1885628206,1868783474,1701407599,1918984799,1852793695,524404,1684483603,1667199600,1768648559,1869504357,1701013876,251660288,1885628206,1868783474,1701407599,7496034,773586952,1919968359,1869570911,1936025963,1851875935,1601332590,1885434487,7497072,772866056,1919968359,1936286815,1634496611,1919249769,150996992,1885628206,1768185714,524406,1684483618,1734308464,762474596,1886220131,1919251311,1851879469,1600089189,1819242356,7496034,772341768,1919968359,1919182943,167774208,1885628206,1869111154,134245231,1731069952,1601335396,134246505,1731070464,1601335396,1852399981,150996992,1885628206,1936547698,524391,1684483596,1834971760,1868719987,524408,1684483594,1851748976,6648943,773193736,1919968359,1953459807,1600480105,1953394531,1701734753,524402,1684483597,1868526192,1819436406,134248801,1731070720,1601335396,1970302832,524400,1684483600,1885303408,1886744687,1634891615,524400,1684483598,1918857840,1936024677,7235433,773128200,1919968359,1701344351,1633641837,2037280622,1937076077,134219776,1885628206,846618482,218105856,1885628206,1920425842,1701867617,524402,1684483592,1633841776,524402,1684483592,1868722800,524408,1684483609,1868722800,2002739064,1886413170,757953125,1886218611,134243692,1731071232,1651667044,1868789871,7499628,772472840,1919968359,1802465123,134243689,1731072256,1668444260,1768648559,1634479461,7497081,772800520,1919968359,1802465123,1831691625,7041889,772997128,1919968359,1802465123,1999463785,1886413170,134247013,1731072768,1668444260,1768648559,1818386277,1701536623,524402,1684483610,1868788336,1701407599,1869426035,762077540,1952671091,7237481,773455880,1919968359,1802465123,762537321,1633972077,1920413036,1701867617,524402,1684483603,1885565552,1869570861,1936025963,1918984749,150996992,1885628206,1684104818,524389,1684483595,1868984944,1919251567,167774208,1885628206,1685024114,134245473,1731072768,1836216420,1818322031,1667326509,1869767787,524400,1684483594,1869640304,7370096,772276232,1919968359,7563378,773652488,1919968359,1953068403,1868770661,1701407599,1918984749,1936286765,2036427888,335546368,1919182638,1633824112,1919250030,1852793645,1953391988,452986880,1919182638,1868770672,1701407599,1851875885,762471790,1885434487,7497072,772997128,1886544999,1886351405,1663922293,1702129263,134247534,1731073024,762344036,1885434487,1919182638,1752378736,134248303,1731071488,1601204836,1702260575,2036427890,184551424,1935959854,1869570861,6646123,772734984,1633838439,762012517,1769238382,134243683,1731073024,1869308773,1869570861,1936025963,1886351405,134246517,1731075328,1953720677,1751345516,875717988,1868770680,1701407599,1953525549,7235885,773062664,762144103,1868770659,1701407599,1851875885,7497070,773128200,1701733735,762077554,1668246626,1868770667,1701407599,469764096,1852139310,1818325605,1869570861,761620843,1769238382,1633904998,1852795252,587204608,1852139310,1818325605,1952539743,1919967073,1667593327,1852795252,1734701663,1952541813,7237481,773586952,1701733735,761489778,1802465123,1848468841,1718187119,1952539497,7237481,773455880,1953785191,1802465123,1647142249,1701736033,1920413042,1701867617,524402,1718038027,1869570861,1936025963,352323584,1818650414,1684633389,762602855,1919968359,1634891565,524400,1751592464,762606447,1802465123,1633838441,524402,1751592480,1702130543,1764587890,1768714349,1663919205,1702063727,1848472686,1667855471,524389,1768369681,1869570861,761620843,1852727650,134247013,1731070976,1635346281,1769238350,134248806,1731073536,1701277289,1633836914,1919250030,1634891565,1919250544,285214720,2053728046,1768712556,1868770667,1701407599,524403,1785146897,1869570861,761620843,1836020336,134247536,1731072256,1868770667,1701407599,1819242541,7955305,773390344,1663921255,1768648559,1633824101,1919250030,1634891565,1919250544,268437504,1131177774,1768648559,1936018789,1701273971,234883072,1634494254,1869562740,1113942379,134247009,1731072768,1601069932,1701012321,1667200112,1768648559,524389,1818701340,1818321519,1701601581,757953650,1802465123,1848468841,1667855471,524389,1818701326,1818321519,1869570861,6646123,773128200,1651469415,1663921249,1768648559,1633824101,1919250030,301991936,1869375278,762077538,1802465123,1647142249,134247009,1731073536,1633841004,1868770668,1701407599,1920295725,1852399988,369100800,1869375278,762077538,1802465123,1831691625,1634956133,134243687,1731072512,1633841004,1868770668,1701407599,1735617837,352323584,1869375278,762077538,1802465123,1848468841,1667855471,524389,1818701330,1818321519,1869570861,761620843,7367028,772997128,1651469415,1663921249,1768648559,1886351461,134246517,1731071744,1633841004,1868770668,1701407599,524403,1818701334,1818321519,1885628205,1868770674,1767994478,7497070,772931592,1651469415,1731030113,762474596,1970302832,524400,1818701331,1818321519,1986358317,1630366821,1953654124,369100800,1869375278,762077538,1936942445,1600481121,1802465123,134243689,1731072256,1633841004,1769099372,2036556150,7496002,773586952,1651469415,1868786785,1701407599,1768714096,1868790115,1767994478,7497070,773062664,2003790951,1802465091,1601398121,1851875935,7497070,772931592,2003790951,1802465091,1601398121,1869116255,524407,1818701341,1663919477,1768648559,1869491557,1768319348,1769234787,1647144559,134247009,1731072512,1667200109,1702063727,1885303918,1886744687,150996992,1953326894,1885628255,524402,1835478551,1684496244,1650422384,1869902965,1868783470,1734960750,268437504,762210094,1802465123,1630365033,1953654124,318769152,762210094,1802465123,762537321,1852989815,6778473,772931592,762277479,1802465123,762537321,1701732720,524396,1869032988,1818520877,1869570861,1936025963,1668441133,1635200372,1852403314,524391,1869032986,1701603183,1936286765,1767992419,762471789,1885434487,7497072,773128200,1735356263,1818191212,1600482921,1667330676,1735289195,335546368,1987012398,1663921013,1768648559,1633824101,1919250030,285214720,762341166,1802465123,1647142249,1701736033,524402,1885810197,1869570861,1936025963,1852793645,1852399988,134247013,1731071488,1684483440,1600090736,1953260898,301991936,762341166,1633972077,1667194732,1768648559,134247269,1731074304,1819290992,1852401525,1869570861,761620843,1936617315,7630437,772734984,1919184999,1919377709,1701668197,134247534,1731071232,762471536,1885434487,7497072,773062664,1919184999,1852727618,1866691173,1767994478,7497070,773062664,762146919,1802465123,1630365033,1885692771,6579572,773718024,762146919,1802465123,1630365033,1885692771,761554292,1953394531,1701734753,524402,1885810195,1684483438,1663922800,1635020399,1919250025,184551424,762472238,1936617315,7630437,772931592,1663922791,1768648559,1986997605,1634497125,524409,1919364638,1953068641,1347240815,1667326509,1869768555,761556597,1919252079,7954796,773390344,2036429415,1953068845,1734487400,1735223597,1869570861,1936025963,251660288,1685219118,1868770672,1767994478,7497070,772472840,1885631079,1886351405,134246517,1731072256,1952540018,762668333,1802465123,7562601,772866056,1667592807,1668575329,1647141224,1701274721,536872960,1869768494,1747808373,1701077349,1819290994,1751475041,1701080175,1868770674,1701407599,486541312,1886545710,1634035757,1601332580,1869570911,1684367723,1818456937,1701669217,524402,1919364621,1953451635,1115252329,134247009,1731070720,1663923314,1768648559,524389,1919364626,1868770676,1701407599,1952669997,6649449,773128200,1702261351,1769107501,2036556150,1634891565,1919250544,318769152,1131636526,1768648559,1936278629,1767992419,7497069,773324808,762016615,1802465123,1868785001,1852142446,1970220404,7497076,772669448,1663923303,1768648559,1633824101,524402,1952919059,1869570861,1936025963,1918990125,1735289198,285214720,762603310,1663920501,1768648559,1633824101,524402,1952919063,1882022757,1886744687,1952539693,1668509285,2054452584,234883072,1685415726,1869570911,1600481643,134245488,1731073280,1953719669,1868770681,1701407599,1953459757,6644585,772210696,761951591,134242915,1731072512,1868770679,1701407599,1852793645,1953391987,167774208,1663920174,1768648559,134247269,1747849984,1130522956,1768648559,1886930277,1701080673,524388,1634217489,1868770668,1701407599,1769238382,134243683,1747851520,1818521185,1868770661,1701407599,1868770675,1767994478,7497070,773652488,762536296,1802465123,1831691625,1634956133,1849320807,1646818415,695821423,301991936,1667393582,1663921519,1768648559,1851879525,134245477,1747850752,1868770659,1701407599,1852793645,1953391987,1918984749,352323584,761489454,1986622064,1685676897,1818456937,1701669217,524402,1684549139,1868770661,1701407599,1852793645,1953391987,402655232,1818519598,762605161,1802465123,1663919465,1635020399,1919250025,369100800,1634035758,1868770660,1701407599,1852793645,1852399988,134247013,1747848448,761553253,1802465123,7562601,772669448,1684104552,1802465091,1631741289,524402,1701326352,1633838177,1663919214,1768648559,524389,1701326352,1919247457,1868770605,1701407599,524403,1701326363,1919247457,1870081325,2003070066,1600480361,1869570911,1936025963,318769152,1634035758,762471780,762470754,1802465123,7562601,772538376,1684104552,1663922789,7104878,772800520,1684104552,1663922789,762079598,7496034,772669448,1684104552,1663922789,1768648559,524389,1701326357,1919247457,1869570861,761620843,1852727650,134247013,1747849728,1701077349,1868770674,1701407599,1918984749,369100800,1634035758,762471780,1802465123,1663919465,1702129263,134247534,1747850496,1701077349,1868770674,1701407599,1953459757,6644585,773128200,1684104552,1663922789,1768648559,1869622629,2036558188,301991936,1634035758,762471780,1802465123,1999463785,134247525,1747848960,1701077349,1868770674,1701407599,524403,1701326357,1919247457,1869570861,1936025963,1701601581,134247538,1747851520,1701077349,1868770674,1701407599,1868770675,1852797037,7630437,773128200,1684104552,1663922789,1768648559,1882026853,1886744687,822085632,1634035758,762471780,1818453348,1952543329,1533964137,1635017060,1937072941,1701670772,1869622642,1030780272,1869570850,577071467,524381,1701326348,1919247457,1885628205,524402,1701326357,1919247457,1885628205,1982672242,1651077993,134243692,1747851008,1701077349,1684483442,1600090736,1953394531,1701734753,524402,1701326359,1919247457,1936026925,1701273971,1868770605,1701407599,570427392,1634035758,762471780,1936942445,761620321,1869570861,1600481643,1852793695,1852399988,134247013,1747850752,1701077349,1869491570,1701013876,1869570861,1936025963,369100800,1634035758,762471780,1986622064,762930017,1768714096,134248803,1747851008,1701077349,1920413042,1701867617,1667194738,1768648559,524389,1701326349,1919247457,1802465091,134243689,1747848704,1701077349,1869562738,1936025963,452986880,1634035758,1601332580,1667457375,762605669,1802465123,762537321,7496034,772734984,1684104552,1600090725,1802465123,134243689,1747849216,1701077349,1667194738,1768648559,134247269,1747853312,1701077349,1667194738,1768648559,1848472421,1667855471,2002739045,1886413170,134247013,1747850752,1701077349,1667194738,1768648559,1869640549,2036558188,503318528,1634035758,1601332580,1667527263,1869570861,761620843,1668508004,1835622764,134247013,1747848704,1701077349,1868783474,1701407599,301991936,1634035758,1651664228,1667199585,1768648559,134247269,1747846912,2037539173,524389,1701326347,762276972,1868853106,285214720,1818585134,1915580268,762274927,1869116205,524407,1701326355,1132028530,1768648559,1852785509,1953391987,318769152,1936091182,1734439007,1869562725,1214605675,7630441,772800520,1663920488,1768648559,1818373477,7037807,773062664,1684302184,2016243301,1969565299,1819242541,7955305,773521416,1701079400,1869570861,761620843,1953785203,761753193,1953789282,134245999,1747853056,1181049961,1953722985,1684107084,1433431888,1869562736,1348823403,1667853423,524409,1768435226,1868770663,1701407599,1918984749,1868783455,1767994478,7497070,772669448,1836214632,1868770657,1701407599,524403,1818766866,1869570861,1936025963,1634035757,7497060,773193736,761556072,1802465123,1680696681,1818456937,1701669217,524402,1869098507,1869570861,1936025963,234883072,1718577198,1869562669,1113942379,134247009,1747850496,761621871,1953460070,1600090725,1802465123,7562601,773193736,1701670760,1769107501,2036556150,1869570861,1701407599,524403,1869098515,1667196269,1768648559,1869491557,1701013876,268437504,1836017710,1868783461,1701407599,2020565599,369100800,1836017710,1734439013,1868770661,1701407599,1869373997,134245219,1747851264,1885695343,1868770663,1701407599,1852793645,1852399988,134247013,1747852288,1869049455,1869570861,761620843,1768714096,1999468899,1886413170,134247013,1747848448,762015599,1869570861,6646123,773455880,1802465128,1868770605,1701407599,1819290925,1751475041,1701080175,524402,1869098513,1663921007,1768648559,1831695205,134244211,1747849472,1868770672,1701407599,1953459757,6644585,772603912,1663922280,1768648559,1918984805,184551424,762341422,1802465123,7562601,772931592,762146920,1919249505,1868770676,1701407599,524403,1936207378,1868770664,1701407599,1851875885,7497070,772538376,762344296,1802465123,7562601,773455880,1848472680,1663923809,1768648559,1953459813,1667851881,1869182049,524398,1952984585,1735535987,134243440,1747852800,1869622645,1769236851,1647144559,1869902959,1969761901,1634891565,1919250544,503318528,762669102,1769172848,1852795252,1852138285,779249012,1999467880,1886413170,134247013,1747848704,1702322549,1868770665,1701407599,654313472,1769302062,762669171,1802465123,1831691625,1953721967,1647145573,1701736033,1868770674,1767994478,7497070,772931592,1885304424,1635150194,1885305187,1886220146,524404,2003316240,1869570861,761620843,1970302832,524400,2003316240,1667195747,1768648559,1633836901,524402,2003316239,1802465123,1633838441,1919250030,285214720,1601726510,1802465123,1647142249,1701736033,524402,2020093462,1869570911,761620843,1852727650,1831694949,7235937,773718024,1919056232,1663919209,1768648559,1869426021,762077540,1953394531,1701734753,524402,2053647891,1852793645,1953391987,1633824115,1919250030,335546368,762996782,1769171318,762474356,1936617315,1937010277,352323584,1630365998,1802448237,1953068845,1868770664,1701407599,524403,761867799,1802465123,1882023273,1667853423,1869491577,1701013876,251660288,1663920430,1768648559,1634288741,6778732,773718024,1634479465,1953853305,1868783455,1701407599,1953459757,1667851881,1869182049,524398,1130966536,1768648559,524389,1130966539,1768648559,1918976613,318769152,761358638,1868770669,1701407599,2037147181,7632239,772669448,1663918697,1768648559,1633824101,524402,1651060249,1869570861,761620843,1868983913,1852793645,1852399988,134247013,1764628480,1818701154,1818321519,1869570861,761620843,1769238382,134243683,1764627200,762129762,1802465123,1647142249,1701736033,524402,1651060240,1869562725,1113942379,1701736033,524402,1651060242,1868770680,1768645487,1734421861,6645106,772866056,1663918953,1768648559,1633824101,1919250030,369100800,761489710,1802465123,762537321,1919249505,1702112628,134247544,1764625920,1684483427,1882026608,1886744687,335546368,1633904942,1663921249,1768648559,1869491557,1701013876,385878016,1818454318,1734691885,1866689633,1852142446,1851867764,7497070,772866056,1936548713,1869570861,1634036075,1953654124,318769152,1868785966,1869570861,761620843,1885434487,7497072,772866056,1127048297,1768648559,1852785509,1953391987,318769152,1667524910,1769107501,2036556150,1953459757,6644585,772997128,1852138601,2037672308,1953459757,1650811753,134247009,1764629248,1953391972,762934377,1769238382,1633838435,1868770674,1852142702,524404,1684614671,1601200999,1667593055,1852795252,318769152,1835297070,1869570861,761620843,1919252079,7954796,772931592,762143849,1802465123,1882023273,1667853423,524409,1718169103,1701667186,1869570911,1936025963,234883072,1919379758,762083183,1802465123,134243689,1764625664,1701538156,1802465123,7562601,772603912,1987013737,1869570917,1936025963,251660288,1953261870,1869639013,1802465123,7562601,773193736,1867541865,2036558188,1802465123,1701668201,1734439795,524389,1835609611,1868770659,1701407599,436209664,1886218542,1635021423,1647146094,1701736033,1663905138,1768648559,134247269,1764629760,1819635821,1868770675,1701407599,1852796205,1919251571,1851875885,7497070,774307848,1970302313,1663923052,1768648559,1869426021,1702130542,1633824114,1919250030,1852793645,1852399988,134247013,1764625920,1852138094,1866686836,1701407599,234883072,1668180270,1702063727,1647146094,134247009,1764627712,2037539694,1684370544,1869570861,761620843,7496034,773062664,1701080681,1667194744,1768648559,1650417509,7955567,773849096,1701080681,1868783480,1701407599,1769238350,1633904998,1852795252,758210399,5131350,772669448,1701080681,1868783480,1701407599,524403,1852386827,1866691173,1701407599,452986880,1718511918,1633824111,1919250030,1868783455,1701407599,1819242541,7955305,772997128,1868983913,1869373997,1663986531,1768648559,134247269,1764627712,762275438,1953394531,762605157,1802465123,7562601,772538376,1868983913,1869570861,6646123,772603912,1868983913,1869570861,1936025963,520095744,1718511918,1701653871,1734439795,1663905125,1768648559,1734421861,1835361650,7630437,772407304,1868983913,1801678659,524389,1852386827,1866690406,1701407599,201328640,1718511918,1869562735,1936025963,201328640,1718511918,1868783471,1701407599,301991936,1718511918,1868783471,1701407599,1886351455,134246517,1764625664,1601136238,1802465123,7562601,773062664,1868983913,1869570911,1936025963,1851875935,7497070,772472840,1868983913,1802465123,134243689,1764625408,1668245102,1768648559,134247269,1764626944,1919903342,1769234797,1647141238,1702258034,318769152,1718511918,1634562671,1635150196,1869570861,6646123,773062664,1868983913,1952542066,761362025,1802465123,7562601,772997128,1868983913,1952542066,1600222825,1802465123,134243689,1764626688,1919903342,1769234797,1814916982,6582375,772603912,1868983913,1868770675,1701407599,369100800,1718511918,1731031919,1769239397,1663921775,1768648559,134247269,1764625664,1936680558,1802465123,7562601,773390344,761753193,1802465091,1632462185,1701273966,1953391981,1954047310,503318528,1768843566,1818323316,1886217005,1852793645,1852399988,1865249381,1819436406,134248801,1764626688,1752460142,761621861,1802465123,7562601,773128200,1768713833,1663919470,1768648559,1882026853,1818586721,184551424,1852729646,1667199589,7104878,772538376,1869508201,1986622032,7955297,773062664,762539625,1663921253,1768648559,1818307941,7631461,772997128,762539625,1868770678,1701407599,1701601581,134247538,1764629504,1868788590,1701407599,1633824115,1919250030,1852793645,1852399988,134247013,1764625920,1684632430,1868770661,1701407599,301991936,1953392942,1701016165,1663923312,1768648559,134247269,1764627712,1919382638,1663921780,1768648559,1869622629,7370096,772866056,1663922281,1768648559,1633824101,1919250030,285214720,1634756910,1869562738,1315268971,1667855471,524389,1885941264,2037609057,1868770931,1701407599,524403,1885941267,1868783480,1701407599,1702260575,2036427890,234883072,1601333550,1802465123,1768449385,134247534,1764626688,1667313011,1702259060,1869570862,6646123,772931592,1630368617,1986622563,1868770917,1701407599,524403,1936272923,1869570861,761620843,1852727650,1849324133,1646818415,695821423,301991936,762538286,1802465123,1831691625,1634956133,134243687,1764627200,1769352563,1818388851,1868770917,1701407599,524403,1953050133,1919968557,1667331689,1633824121,1919183715,134246511,1764626944,1919967092,1667331689,1869504377,1701013876,385878016,1651796270,761474412,1802465123,762537321,1936617315,7630437,772341768,1835365481,1685088108,268437504,1651861806,1633971813,762536749,1952867692,251660288,1651861806,1633971813,1633839405,6645604,773849096,1965913705,1702309225,1953067874,1868770661,1701407599,1836016429,1634298992,6644590,772603912,1663924073,1633824099,1919250030,301991936,762800430,1802465123,1865246057,1819436406,134248801,1764626688,1868770679,1701407599,1852405549,7827300,772800520,1667463017,1667326509,1869768555,6581877,772800520,1650816873,1869570861,761620843,7496034,772997128,1600747625,1701012321,1667200112,1768648559,134247269,1764626944,761619834,1802465123,1630365033,1953654124,150996992,1663920686,1768648559,524389,761933332,1802465123,1680696681,1818456937,1701669217,524402,761933329,1802465123,1831691625,1634956133,134243687,1781403136,1869570861,1097165163,1953654124,352323584,1663920686,1768648559,1852785509,1953391987,1701732688,524396,761933330,1802465123,1866687849,1767994478,7497070,772997128,1868770666,1701407599,1668507972,1835622764,134247013,1781402624,1869570861,1281714539,134248289,1781403136,1869570861,1298491755,1818322031,167774208,1663920686,1768648559,134247269,1781403392,1885628205,1701653874,1734439795,524389,761933330,1668048247,761621871,1986622064,7955297,772276232,1869562730,6646123,772931592,1663918442,1768648559,1868770661,1852142446,524404,1634348552,1885628255,524402,1651125770,1869570861,6646123,772407304,1663984234,1768648559,524389,1651125778,1868770674,1701407599,1851875885,7497070,772866056,1663918954,1768648559,1851878757,1919248225,369100800,1650682414,1869570861,761620843,1668508004,1835622764,134247013,1781403392,1802465123,1848468841,1633842785,524402,1684680200,1685025325,524399,1684680202,1685025325,3288431,773390344,1663919978,1836020328,1868770661,1701407599,1852793645,1953391987,369100800,2020174382,1667457375,1668575333,1768648559,1650422629,134248559,1781404928,1999463276,1868770669,1701407599,1819242541,7955305,773455880,762342506,1802465123,1764582761,762275438,1953394531,1701734753,524402,1852452363,1868770659,1701407599,402655232,1701734958,1663923063,1768648559,1634479461,1869622647,2036558188,385878016,1752132142,1937337966,1869570861,761620843,1852989815,6778473,773324808,1868787818,1701407599,1970302832,1868770672,1767994478,7497070,773324808,1866690922,1701407599,1701012289,1866691696,1767994478,7497070,772800520,1667199338,1768648559,1953705317,7367026,772800520,1667199338,1768648559,1819234405,7955305,772734984,1667199338,1768648559,1834972005,134244211,1781403392,1816227185,1467249253,1868852841,524407,1902784011,1702252397,2036427890,318769152,762538542,1869570861,761620843,1936617315,7630437,772866056,757953386,1802465123,1868522857,1919251573,301991936,762538542,1869570861,1667590507,1920233071,134245487,1781404672,1663905139,1768648559,1663923045,1702063727,134247534,1781404416,1814900083,761557095,1953394531,1701734753,524402,1936338442,1869562669,6646123,772800520,1127052138,1768648559,1851867749,7497070,773062664,1127052138,1768648559,1836008293,1634298992,6644590,772866056,1127052138,1768648559,1852785509,1953391987,318769152,762538542,1802465091,1866687849,1852142446,3298932,772472840,1127052138,1768648559,134247269,1781402880,1430596979,1869570861,6646123,772866056,1630368618,1885692771,1868770676,1701407599,352323584,762538542,1701012321,1663923312,1768648559,1868705125,524408,1936338459,1667457325,762605669,1802465123,1663919465,1635020399,1919250025,419432448,762538542,1701012321,1663923312,1768648559,1647145829,1701736033,524402,1936338455,1667457325,762605669,1836213620,1869098355,1919247468,318769152,762538542,1701012321,1866691696,1701407599,7760196,772997128,1630368618,1885692771,1702057332,1802465091,134243689,1781403648,1818307955,762606181,1802465123,134243689,1781405440,1818307955,762802028,1802465123,1647142249,1701736033,524402,1936338449,1819042093,1663924079,1768648559,134247269,1781406720,1952525683,1953391988,762212201,1965909367,1663919475,1768648559,134247269,1781404672,1633824115,761620324,1802465123,1831691625,134244211,1781403904,1633824115,1919250030,1869570861,6646123,772669448,1647145834,1701736033,1346849906,524356,1936338464,1935761965,1717527401,1970561381,762537330,1802465123,1701668201,1734439795,524389,1936338453,1868784173,1701407599,1868705069,1852386680,134246246,1781404160,1700932979,1919903598,1869570861,1936025963,452986880,762538542,1953787746,1848470895,1718187119,1735617837,1869570861,6646123,773586952,1647145834,1869902959,1869491565,761686388,761754477,1986622064,7955297,772931592,1647145834,1949137007,1869443685,1885826093,524388,1936338465,1663918893,1768648559,1848472421,1718187119,1952539497,762212201,1852727650,134247013,1781404928,1650666867,1868770659,1701407599,1953459757,6644585,772997128,1663923050,1851862371,1853189998,1701668195,134247534,1781404160,1835216243,1868770672,1701407599,1918976627,301991936,762538542,1936617315,762605157,1852727650,134247013,1781403392,1868770675,1852142446,1633824116,524402,1936338450,1852793645,1953391987,1953459757,6644585,772866056,1663923050,1702063727,1882027118,1818586721,285214720,762538542,1936617315,762605157,1970302832,524400,1936338454,1852793645,1953391987,1634038317,1915581539,7630703,772472840,1663923050,1801678703,134243689,1781404160,1868770675,1882090351,761620321,1802465123,167774208,762538542,1802465123,134243689,1781403904,1868770675,1701407599,1869425965,7102820,773521416,1663923050,1768648559,1684090213,1953654134,1852793645,1852399988,134247013,1781403648,1868770675,1701407599,1919377709,134243685,1781404672,1868770675,1701407599,1919377709,1701668197,134247534,1781403648,1868770675,1701407599,1701601581,134247538,1781403904,1868770675,1701407599,1701601581,3241074,772866056,1663923050,1768648559,1633824101,1919250030,369100800,762538542,1802465123,1647142249,1701736033,1818373490,134247029,1781406464,1868770675,1701407599,1851875885,762471790,1953394531,1701734753,524402,1936338458,1869570861,761620843,1852727650,1949135461,1768780389,7102830,772669448,1663923050,1768648559,1633824101,524402,1936338448,1869570861,761620843,1936682083,524389,1936338473,1869570861,761620843,1886220131,1851877740,1849320803,1747481711,694971764,1953459770,1685021224,134228345,1781405440,1868770675,1701407599,1852793645,1969711462,1869898098,524402,1936338450,1869570861,761620843,1718513507,7172713,773259272,1663923050,1768648559,1868770661,1919510126,1769234797,134245999,1781404160,1868770675,1701407599,1852793645,1953391987,419432448,762538542,1802465123,1663919465,1702063727,1647146094,1701736033,524402,1936338454,1869570861,761620843,1936617315,762605157,7496034,773324808,1663923050,1768648559,1868770661,1852142446,1818373492,7037807,773586952,1663923050,1768648559,1868770661,1852142446,1868770676,1767994478,7497070,773324808,1663923050,1768648559,1868770661,1852142446,1634479476,7497081,773455880,1663923050,1768648559,1868770661,1852142446,1701653876,1734439795,524389,1936338457,1869570861,761620843,1936617315,762605157,1969516397,134243692,1781405440,1868770675,1701407599,1852793645,1953391987,1634891565,524400,1936338447,1869570861,761620843,2037411683,385878016,762538542,1802465123,1680696681,761361505,1852989815,6778473,772866056,1663923050,1768648559,1768172901,1735355489,335546368,762538542,1802465123,1680696681,1667592809,1702259060,352323584,762538542,1802465123,1680696681,1818456937,1701669217,524402,1936338460,1869570861,761620843,1668508004,1970499436,1647142258,1701736033,524402,1936338449,1869570861,761620843,1953460070,134247013,1781404416,1868770675,1701407599,1634035757,1851875940,524388,1936338447,1869570861,761620843,1953393e3,285214720,762538542,1802465123,1747805545,1701080175,524402,1936338449,1869570861,761620843,1634887273,134243693,1781403392,1868770675,1701407599,1718511917,524399,1936338454,1869570861,761620843,1868983913,1634754399,7103854,773128200,1663923050,1768648559,1852386661,1634561894,1852795252,469764096,762538542,1802465123,1764582761,1919903342,1769234797,1882025583,1886744687,234883072,762538542,1802465123,1814914409,134248289,1781403392,1868770675,1701407599,1852402733,524389,1936338447,1869570861,761620843,1802723693,301991936,762538542,1802465123,1831691625,1634956133,134243687,1781407232,1868770675,1701407599,1936026925,1701273971,1634496557,1869112675,1919247468,268437504,762538542,1802465123,1831691625,1818322031,436209664,762538542,1802465123,1831691625,1818322031,1852793645,1852399988,134247013,1781406208,1868770675,1701407599,1852796205,1919251571,1702260525,2036427890,234883072,762538542,1802465123,1831691625,134244211,1781404416,1868770675,1701407599,1953459757,1869182049,524398,1936338449,1869570861,761620843,1769238382,134243683,1781407744,1868770675,1701407599,1953459757,761619305,1819047270,1852793645,1852399988,134247013,1781405440,1868770675,1701407599,1953459757,1667851881,1869182049,524398,1936338462,1869570861,761620843,1769238382,1633904998,1852795252,1851875885,7497070,772866056,1663923050,1768648559,1869491557,2036754804,268437504,762538542,1802465123,1865246057,1919247974,301991936,762538542,1802465123,1865246057,1819436406,134248801,1781403648,1868770675,1701407599,1851879469,134245477,1781403904,1868770675,1701407599,1819242541,7955305,773324808,1663923050,1768648559,1869622629,2036558188,1851875885,7497070,773128200,1663923050,1768648559,1869622629,2036558188,2020565549,402655232,762538542,1802465123,1882023273,1667853423,1701326201,1919247457,402655232,762538542,1802465123,1882023273,1852403823,1702260525,2036427890,301991936,762538542,1802465123,1882023273,1987014767,134247013,1781404672,1868770675,1701407599,1886351405,1630367861,134246512,1781406208,1868770675,1701407599,1886351405,1663922293,1635020399,1919250025,301991936,762538542,1802465123,1882023273,1635150194,134248803,1781403904,1868770675,1701407599,1869770797,7630957,772734984,1663923050,1768648559,1735535973,134243440,1781404160,1868770675,1701407599,1918990125,1735289198,469764096,762538542,1802465123,1999463785,1768845921,1663919982,1635020399,1919250025,285214720,762538542,1802465123,1999463785,1701274729,524404,1936338463,1869570861,1097165163,1885692771,1668178292,1718503781,1634562671,1852795252,268437504,762538542,1802465123,1631741289,1919250030,268437504,762538542,1802465123,1866687849,2037149805,285214720,762538542,1802465123,1866687849,1852142446,524404,1936338448,1869570861,1214605675,1701077349,524402,1936338446,1869570861,1231382891,7300718,772866056,1663923050,1768648559,1936018789,1701273971,234883072,762538542,1802465123,1867408745,134243700,1781403904,1868770675,1701407599,1919252047,7954796,772800520,1663923050,1768648559,1769231205,7957347,772669448,1663923050,1768648559,1633836901,524402,1936338447,1869570861,1600481643,1953393e3,285214720,762538542,1802465123,1885300073,1667853423,524409,1936338448,1869570861,1650813291,1701736033,524402,1936338453,1869570861,1650813291,1701736033,1920413042,134246497,1781402880,1868770675,1701407599,7496034,772669448,1663923050,1768648559,1852401765,524404,1936338451,1869570861,1768253803,1819240046,1919252833,251660288,762538542,1802465123,1634493801,7497081,772669448,1663923050,1768648559,1869573221,524400,1936338447,1869570861,1835362667,1818322031,184551424,762538542,1802465123,7562601,773521416,1663923050,1768648559,1630368613,1701147239,1852793645,1852399988,134247013,1781404928,1868770675,1701407599,1734421875,1835361650,7630437,773980168,1663923050,1768648559,1630368613,1701147239,1953391981,1953459757,1667851881,1869182049,524398,1936338449,1869570861,1936025963,1701601581,134247538,1781404672,1868770675,1701407599,1633824115,1919183715,134246511,1781404160,1868770675,1701407599,1633824115,1919250030,251660288,762538542,1802465123,762537321,7496034,772866056,1663923050,1768648559,1647145829,1801678700,318769152,762538542,1802465123,762537321,1668246626,7626603,772734984,1663923050,1768648559,1647145829,134248559,1781404416,1868770675,1701407599,1868770675,1852142446,524404,1936338446,1869570861,1936025963,7693613,772997128,1663923050,1768648559,1831695205,1634956133,134243687,1781405696,1868770675,1701407599,1869491571,1667313012,1953523043,134243429,1781404160,1868770675,1701407599,1869491571,1701013876,385878016,762538542,1802465123,762537321,1701273968,1818846765,7497076,772866056,1663923050,1768648559,1882026853,1818586721,285214720,762538542,1802465123,762537321,1970302832,524400,1936338450,1869570861,1936025963,1886351405,7565429,772931592,1663923050,1768648559,1949135717,1701278305,524404,1936338446,1869570861,1936025963,7758913,773193736,1663923050,1768648559,1600090981,1668508004,1701667180,524402,1936338452,1869570861,1936025963,1718511967,1701671535,524402,1936338450,1869570861,1936025963,1953459807,6644585,773783560,1663923050,1953456761,1869570861,1650813291,1882027119,1701011820,1684828008,134247013,1781405952,1633955187,1882022260,1702129522,1869182051,1869622638,7370096,773193736,1680700266,1818456937,1701669217,1768172914,1936289139,524403,1936338446,762668333,1798336355,7562545,772866056,1697477482,1868770677,1701407599,2002873389,335546368,762538542,1663923557,1768648559,1869491557,1701013876,318769152,762538542,1868770662,1701407599,1851875885,7497070,772866056,1714254698,1919252069,1869570861,1936025963,402655232,762538542,1953460070,1663922789,1768648559,1633824101,1919250030,234883072,762538542,1663923302,1768648559,134247269,1781402624,761736563,1802465123,134243689,1781401600,1684483443,134247024,1781403392,1684483443,1647145584,1701736033,524402,1936338458,1885628205,1868770674,1852142446,1868770676,1767994478,7497070,773193736,1731031914,762474596,1802465123,1647142249,1701736033,524402,1936338451,1885628205,1868770674,1701407599,2020565549,251660288,762538542,1919968359,1634035757,7497060,772603912,1731031914,762474596,1868983913,251660288,762538542,1919968359,1953459757,6644585,773718024,1731031914,762474596,1769238382,1680696675,1869373801,1986997607,1634497125,524409,1936338446,1885628205,1869622642,7370096,772800520,1731031914,762474596,1819242356,7367028,772603912,1731031914,1098018916,1953654124,419432448,762538542,1651469415,1663921249,1768648559,1701653861,1734439795,524389,1936338450,1869375277,762077538,1802465123,7562601,772931592,1731031914,1633841004,1919954284,1667331689,524409,1936338459,1869375277,762077538,1986622064,762930017,1936942445,1936025441,402655232,762538542,1651469415,1932356705,762344043,1936942445,1936025441,503318528,762538542,1651469415,1949133921,1831694447,1634956133,1663919463,1768648559,134247269,1781404928,1684614515,1868770605,1701407599,1936617315,7630437,772931592,1764586346,1114596974,1866691169,1701407599,524403,1936338449,2036427821,1663922789,1768648559,134247269,1781401600,1735142771,134243440,1781403648,2003578227,1735287664,1769238350,134243683,1781405184,1634545011,1663921769,1768648559,1633824101,1919250030,318769152,762538542,1936942445,761620321,1802465123,7562601,772800520,1831695210,1818322031,1869570861,6646123,773193736,1831695210,1818322031,1919510061,1663923315,1768648559,524389,1936338445,762932525,1802465123,134243689,1781405440,1634610547,1633841006,1768303986,762606450,1768386412,524398,1936338445,762211885,1802465123,134243689,1781407232,1869491571,1768319348,1769234787,1663921775,1768648559,1633824101,1919250030,285214720,762538542,1769238382,1663924582,1768648559,524389,1936338452,762342957,1802465123,1848468841,1667855471,524389,1936338460,1667460909,762540908,1919249505,1868770676,1701407599,1970302832,524400,1936338448,1734438957,1868770661,1701407599,524403,1936338445,1734438957,1986735461,134245227,1781403136,1634741619,1600087399,1919968359,268437504,762538542,1701732720,1868770668,1701407599,486541312,762538542,1936876912,1818324591,1868983881,1952542066,1315860329,1667855471,524389,1936338448,1819242541,762930025,1970302832,524400,1936338449,1819242541,1601790825,1852727650,134247013,1781403392,1869622643,2036558188,1970302832,524400,1936338455,1886351405,1663922293,1768648559,1769155941,1701605485,318769152,762538542,1986622064,762930017,1936617315,7630437,773324808,1882026858,1635150194,1848473955,1718187119,1952539497,7237481,773324808,1882026858,1635150194,1882028387,1667853423,1818307961,7631461,773193736,1882026858,1635150194,1882028387,1667853423,1633824121,524402,1936338462,1769107501,2036556150,1819242541,762930025,1936942445,761620321,7892834,774242312,1915581290,1952670053,1836016429,1701736304,1127052398,1768648559,1953451621,1667851881,1869182049,524398,1936338444,1953722925,1885628205,524402,1936338453,1869116205,1868770935,1701407599,1685024045,134245473,1781404160,1769155955,1953391980,1852793645,1953391987,352323584,762538542,1702127987,1869570861,1600481643,1718511967,524399,1936338450,1769239341,762932067,1802465123,7562601,773324808,1932358506,1801677172,1868967289,1919251567,1869570861,6646123,773324808,1932358506,1768189557,1868770671,1701407599,1634296877,6778732,773521416,1949135722,1936552549,761687853,761623413,1668508004,1835622764,134247013,1781405440,1836330355,1869570861,761620843,1953394531,1701734753,524402,1936338449,1634694189,1663923315,1768648559,134247269,1781404160,1920216435,1768645473,1882023790,1886744687,318769152,762538542,1630365557,1953654124,1869570861,6646123,772866056,1982690154,1953067881,1867412079,1701013876,402655232,762538542,1852989815,761753193,762343284,1869570861,1936025963,520095744,762538542,1935828343,761623657,1802465123,1848468841,1718187119,1952539497,7237481,772603912,1949201258,1633824099,1919250030,301991936,1131637294,1768648559,1852785509,1852399988,134247013,1781402880,1869562739,1147496811,6775145,772800520,1866691434,1701407599,1852989783,6778473,772407304,1866691434,1701407599,524403,1936338447,1802465091,1098081641,1953654124,285214720,1131637294,1768648559,1699574629,1734439795,524389,1936338447,1802465091,1349739881,1884647535,335546368,1131637294,1869902709,1869366125,1866687859,1701407599,318769152,1131637294,1869902709,1869562733,1466263915,7364978,773390344,1430614890,1802465091,1850303849,1633840998,1936278642,2036427888,167774208,1198746158,1114796132,134247009,1781404416,1885620083,1953451634,1214604137,1701080175,524402,1936338444,1633972045,1685017196,524399,1936338448,1633836895,1919250030,1885628205,524402,1936338443,1868783455,1701407599,385878016,1601399342,1869570911,761620843,1868983913,1952542066,7237481,773718024,1600090986,1802465123,1764582761,1919903342,1769234797,1650421359,1701736033,524402,1936338449,1868783455,1701407599,1685024045,134245473,1781403904,1667194739,1768648559,1869635429,7370096,772866056,1633645418,1885692771,1868783476,1701407599,486541312,1601399342,1919249505,1869562740,1130719595,1598835022,1953394531,1701734753,524402,1936338448,1600873311,1953394531,1701734753,524402,1936338450,1869570911,761620843,1634623853,7497063,772669448,1667199850,1768648559,1634492261,524407,1936338460,1869570911,1600481643,1936942445,1600481121,1953394531,1701734753,524402,1936338453,1869570911,1936025963,1852793695,1852399988,134247013,1781406208,1868783475,1701407599,1768185715,1818386803,1818190949,1919252833,318769152,1601399342,1802465123,1601398121,1885434487,7497072,773193736,1734308714,1601335396,1802465123,1650419049,1701736033,524402,1936338453,1634035807,762471780,1802465123,1647142249,134247009,1781402624,761553523,1802465091,134243689,1781402624,1866687093,1633119087,134246002,1781405696,1848470901,1718187119,1952539497,762212201,1802465123,134243689,1781405440,1868721525,1852797556,1868770605,1701407599,1702453612,524402,1969892880,808609134,1868773425,1701407599,524403,1969892882,1752459630,1869570861,1852139883,6648943,773718024,1999468394,1701274729,1752378740,1663924079,1768648559,1882026853,1667853423,524409,879439370,1869570861,6646123,772997128,1868783979,1701407599,762143533,1684957559,134248303,1798183424,1852138593,1663919459,1702260335,1869181810,1633824110,1919250030,167774208,1801546542,1647145583,134247009,1798180864,761883745,1647141731,1701080673,134247777,1798182656,1801661794,1918984749,1953459757,762930793,1668246626,524395,1651191313,1869570861,761620843,1852727650,134247013,1798179584,1667195746,1768648559,524389,1651191312,1868783459,1701407599,1634891615,524400,1701522956,1702062947,1718511917,524399,1701522952,1633842027,524402,1701522960,1868723051,1986997624,1634497125,524409,1701522966,1868723051,1986997624,1634497125,1634479481,7497081,772603912,1936418155,1633824105,1919250030,402655232,1801808686,2037082483,2037146995,1633972045,1701594476,1953391981,268437504,1852140334,1868770676,1701407599,1918984749,268437504,1835494190,1633972045,1868770668,1701407599,184551424,1634298670,1869570861,6646123,772603912,1869048171,1869570861,1936025963,285214720,1802070830,1869570861,1650813291,1701736033,524402,1768631828,1663923316,1768648559,1635200357,1852403314,524391,1768631833,1663923316,1768648559,1635200357,1852403314,1752391527,134248303,1798181120,1866688106,1701407599,1868983881,7892802,772276232,1731029867,7499876,772669448,1663921259,1768648559,1953459813,524389,1818963473,1349481057,1701011820,1684828008,134247013,1798182656,1801677164,1882023013,1635150194,1647147363,1701736033,524402,1835740693,1869570861,1936025963,1836016429,1701736304,134247534,1798180352,1768645999,1818586469,1735289188,318769152,1701800750,1600481899,1601331554,1953394531,7630437,773062664,1802202987,1868770677,1701407599,1851875885,7497070,773390344,1601007467,1768714096,1634433396,2037543007,1853120887,1768125295,402655232,1836018478,1802071669,1882027105,1818586721,1869570861,1936025963,301991936,1836018478,1802071669,1667200097,1768648559,134247269,1798182400,1852403311,1868770663,1701407599,1852793645,1819243124,268437504,1852795694,1701733748,1868783474,1701407599,201328640,1869572910,1667590507,1801676136,301991936,762342190,1802465123,1601398121,1869374303,134245217,1798182400,1701536114,1868770670,1701407599,1918990125,1735289198,268437504,1752329006,1802465091,1631741289,1919250030,184551424,762538798,1802465123,7562601,773390344,1634562923,1869373997,1663920995,1768648559,1869491557,1701013876,251660288,762604334,1802465123,762537321,7496034,772866056,1663923307,1768648559,1882026853,1886744687,167774208,1601465134,1802465123,134243689,1798181376,1949132916,1953718639,1868705069,1836020852,402655232,1702193966,1869570861,761620843,1769238382,1633904998,1852795252,134219776,1802857262,1936338281,167774208,1802857262,1634891625,134248560,1798181376,1701129590,1885628205,1633824114,1919250030,184551424,1802922798,1869570861,6646123,772800520,762017387,1953460070,1647145573,7955567,772997128,762017387,1953460070,1999467109,1768845921,134244206,1798179072,1865247606,7954798,772538376,1802204779,1953456685,7171956,772472840,1802204779,1634887213,134243693,1798178816,1886088054,134246511,1798179840,762017398,1802465123,134243689,1798183168,1819487607,1919247465,1868783455,1768645487,1634479461,7497081,773062664,1668314987,1868770659,1701407599,1851875885,7497070,772866056,1868770668,1852142446,1633836916,1919250030,150996992,1663921198,1768648559,524389,762064399,1802465123,1630365033,1953654124,268437504,1663921198,1768648559,1633824101,1919250030,285214720,1663921198,1768648559,1868770661,1919510126,524397,762064407,1802465123,1663919465,1702063727,1882027118,1886744687,218105856,1663921198,1768648559,1634479461,524407,762064410,1802465123,1848468841,1667855471,1868770661,1767994478,7497070,772800520,1868770668,1701407599,1819242541,7955305,772603912,1868770668,1701407599,1886351405,251660288,1663921198,1768648559,1869622629,7370096,773128200,1868770668,1701407599,1769238350,1633904998,1852795252,234883072,1663921198,1768648559,1886343269,134246517,1814958080,1869570861,1466263915,1886413170,134247013,1814956544,1869570861,1936025963,301991936,1663921198,1768648559,1600090981,1852727650,134247013,1814957312,1936286765,1767992419,7497069,773324808,1868967276,1919251567,1869570911,1097165163,1953654124,7892802,772669448,1684483436,1647145584,1701736033,524402,762064408,1651469415,1714252897,1702129519,1667194738,1768648559,524389,762064419,1684104552,1663922789,1635020399,1919250025,1919967071,1667331689,1919954297,1953525103,251660288,1831693358,1818322031,1869570861,6646123,772800520,1634741612,1600087399,1802465123,7562601,773062664,1953705324,2037080937,1600546605,1667457375,7630949,772800520,762786924,1802465123,762537321,7496034,773455880,761749868,1802465123,1882023273,1667853423,1920413049,1701867617,524402,1634479637,1868770669,1701407599,1852793645,1852399988,134247013,1814959616,1969843553,1868770669,1701407599,1852793645,1953391987,352323584,1851878446,1684956516,1718511917,1918984815,1918985261,524395,1634479632,1852400750,1868770663,1701407599,524403,1634479638,1852400750,1868770663,1701407599,1851875955,7497070,772538376,1735287148,1869570861,6646123,772931592,1852727660,762274405,1802465123,1868719465,524404,1634479627,1868783479,1701407599,201328640,2002873390,1869570911,1936025963,352323584,2002873390,1869570911,1936025963,1936028767,1128357748,524365,1634479629,1663923063,1768648559,134247269,1814961920,1919252833,1768303917,761554296,1953787746,1666936175,1768648559,1918984805,524381,1634479629,762471801,1802465123,134243689,1814964736,1919252833,1869570861,1936025963,1634891565,1919250544,1953459770,1836345384,1849305452,1646818415,695821423,201328640,2036427822,1866691173,1701407599,218105856,2036427822,1667199589,1768648559,524389,1634479637,1953853305,1869570861,761620843,1852727650,134247013,1814962688,1970239841,1869366900,1852404833,1936284519,1633821245,762538355,1802465123,1562535273,603981824,2036427822,1601467759,1869570911,1936025963,1819242541,762930025,1769238382,1633904998,1852795252,318769152,2036427822,1601467759,1936286815,1767992419,7497069,773783560,1870225772,1600091253,1919252079,1937334636,1868783455,1701407599,1769238350,134243683,1814958848,1835629153,1869570861,761620843,1919249505,524404,1651256857,1869570861,761620843,1852727650,1999467109,1886413170,134247013,1814957312,757954658,1802465123,7562601,772276232,1731027820,7499876,772866056,1663919212,1768648559,1869491557,1701013876,318769152,1935961134,1869570861,761620843,1936617315,7630437,773062664,1601397868,1769107551,2036556150,1819242541,7955305,772800520,1952867692,1667527982,1819240493,7497060,774504456,1634166124,1667313004,2003791467,1734632812,1852140901,1869494900,1868703860,975796580,678719342,1819112552,524329,1701588498,762077543,1919249505,1869622644,7370096,773062664,1634166124,1633824108,1919250030,1734701613,7237481,772603912,1634166124,1868770668,1701407599,352323584,1734700078,1663921249,1768648559,1969565029,1852401709,524404,1701588501,762077543,1802465123,1999463785,1886413170,134247013,1814958080,1818322789,1869570861,1650813291,134247009,1814960384,1818322789,1718511917,1633640303,1953654124,1869570861,6646123,773193736,1634166124,1701653868,1734439795,1920413029,1701867617,524402,1701588492,1131176295,1768648559,524389,1701588488,1433166183,524357,1701588499,1600938343,1802465123,1650419049,1801678700,201328640,1734700078,1684106337,1701013878,218105856,1734700078,1635216481,1852403314,524391,1701588514,1601073005,1802465123,2002740585,1868852841,1970233207,1601332596,1885434487,7497072,772931592,1970562412,1937059187,1868770661,1701407599,524403,1701588491,1869562745,1936025963,369100800,761687086,1802465123,1814914409,1680701281,1969317477,134247532,1814956544,1868770663,1701407599,335546368,1667722286,1768648559,1634497381,1633824119,1919250030,352323584,1667722286,1768648559,1634497381,1986997623,1634497125,524409,1735142933,1802465123,1819501929,1868527457,1819436406,134248801,1814961664,1647143271,1852793703,1852399988,1882026597,1635150194,1633843555,1919250030,301991936,1768385582,1769107551,2036556150,1852727650,134247013,1814959616,761557095,1768252257,1663919476,1635020399,1919250025,150996992,1885826094,1818307940,524396,1735142924,1647142e3,1701736033,524402,1735142921,1647142e3,134247009,1814960384,761557095,762470754,1634692198,1868770676,1767994478,7497070,772866056,1685088108,1918984749,1634891565,1919250544,150996992,1885826094,1868705124,524408,1735142925,1663919216,1702129263,134247534,1814956288,761557095,7760228,772472840,1685088108,2036427821,134247013,1814957312,761557095,1936942445,6645601,772472840,1685088108,1685024045,134245473,1814958848,761557095,1633972077,1868770668,1852142702,524404,1735142924,1848468592,1667855471,524389,1735142929,1848468592,1667855471,1920413029,134246497,1814959872,761557095,1769238382,1600087395,1953394531,1701734753,524402,1735142940,1882023024,1667853423,1868770681,1768714349,1701015137,1767992621,524398,1735142925,1932354672,1769235301,134245999,1814957312,761557095,1885434487,7497072,772341768,1685088108,1918984799,335546368,1885826094,1868783460,1701407599,1702260525,2036427890,201328640,1885826094,1685544804,2020565599,201328640,1130982446,1768648559,1819234405,402655232,1634298926,1869570861,761620843,1852727650,1630368357,1953654124,469764096,1651076142,1769107501,2036556150,1869570861,761620843,1768383858,2037544051,553650176,1734962222,1868723304,1633824120,1919183715,1663922287,1768648559,1868770661,1852142446,524404,1768697370,1870225772,1747809397,1701077349,1868770674,1701407599,7496034,772669448,1953720684,1868770657,1701407599,524403,1768697364,1663919476,1768648559,1868770661,1852142446,524404,1768697372,762275956,1802465123,1882023273,1667853423,1920413049,1701867617,524402,1819029012,1869570911,1650813291,1650422369,1869902959,524397,1819029011,1869570911,1650813291,1818194529,1952999273,402655232,1684827182,1869570861,1667590507,1702063727,1633842286,1919250030,318769152,1936550958,1953459757,761619305,1885434487,7497072,773062664,761556588,1802465091,1601398121,1885434455,7497072,773586952,1684107116,1600613993,1802465123,1834968425,1802398049,1735287157,6383978,773128200,1768386412,1868770670,1701407599,1936026925,1701273971,335546368,1768909870,1869570911,1600481643,1634891615,1919250544,167774208,1768909870,1835100255,134245999,1814958592,1852405359,1969565031,1869570861,1936025963,335546368,2003790894,1663922789,1768648559,1633824101,1919250030,301991936,762342446,1701080931,589315616,1802465123,134243689,1814958848,1868770672,1701407599,1886413101,1635151730,524396,1886137873,1869570861,761620843,1852727650,134247013,1814958592,1868770672,1701407599,1852793645,1953391987,301991936,762342446,1802465123,1999463785,1768845921,134244206,1814960128,1769418096,1952802660,1869570861,761620843,1852727650,134247013,1814958848,1667194736,1768648559,1869897573,1769237615,524400,1886137870,1869562739,1231382891,7300718,772407304,1866691436,1852142446,524404,1970023963,761359969,1969516397,1663919468,1768648559,1869622629,2036558188,402655232,1668639790,1663919209,1768648559,1868770661,1768714349,1701015137,436209664,1836411950,1932358505,1769370213,1882023267,1635150194,1702132067,134245746,1814959360,1868787829,1868783469,1701407599,1769435999,6841204,772472840,762541420,1802465123,134243689,1814957824,1663923061,1768648559,1919954277,524389,1970023963,1601331576,1668508004,1835622764,1667199589,1635020399,1919250025,486541312,1836477486,1836016429,1634298992,761619310,1718513507,762147433,1919249505,524404,2003578381,1735287664,1769238350,134243683,1814957824,1667195512,1701653869,1734439795,524389,762129938,1869570861,761620843,1936617315,7630437,773980168,875572589,1868770616,1701407599,1953459757,1667851881,1869182049,1920413038,1701867617,524402,762129929,1802465091,134243689,1831737088,1701601581,1647146098,1701736033,1663905138,1768648559,524389,762129934,762470754,1869570861,6646123,772734984,1633824109,761489779,1802465123,134243689,1831737088,1935761965,1663918953,1768648559,1701981541,1936028262,524392,762129929,1802465123,134243689,1831735040,1869570861,761620843,1919249505,524404,762129937,1802465123,1630365033,1953654124,134230317,1831735296,1869570861,761620843,1852727650,134247013,1831734528,1869570861,761620843,7496034,772866056,1868770669,1701407599,1852793645,1836214630,335546368,1663921454,1768648559,1768172901,1634493299,1919249769,234883072,1663921454,1768648559,1852386661,134246246,1831735040,1869570861,761620843,1920233065,524399,762129936,1802465123,1848468841,1667855471,524389,762129942,1802465123,1848468841,1718187119,1952539497,7237481,772734984,1868770669,1701407599,1886351405,134246517,1831734272,1869570861,1113942379,134247009,1831734528,1869570861,1231382891,7300718,772734984,1868770669,1701407599,1768714064,134248803,1831735296,1869570861,1600481643,1852727650,134247013,1831734528,1869570861,1751476587,7630441,772669448,1868770669,1701407599,1702453612,524402,762129935,1802465123,1869636969,2036558188,167774208,1663921454,1768648559,134247269,1831735296,1869570861,1936025963,1701601581,134247538,1831734784,1869570861,1936025963,1918984749,318769152,1663921454,1768648559,1600090981,1885434487,7497072,773062664,1684483437,1630368368,1953654124,1851875885,7497070,773390344,1818701165,1818321519,1936026925,1701273971,1868770605,1701407599,385878016,1747807534,1701077349,1868770674,1701407599,1953459757,6644585,772931592,1701326189,762537057,1647145077,1701736033,524402,762129937,1936942445,761620321,1852727650,134247013,1831737088,1953459757,1600480105,1986622032,1350132577,1667853423,524409,762129941,1769238382,1633904998,1852795252,2036427821,134247013,1831735552,1886351405,1600090229,1802465123,7562601,772407304,1919954285,1667331689,524409,762129938,1986622064,762930017,1936617315,7630437,772997128,1919954285,1667331689,1768697209,1651796071,134248559,1831735808,1769107501,2036556150,1953525549,1936617321,352323584,1882025262,1635150194,1882028387,1667853423,1869622649,524400,762129948,1667327346,1667444084,1935630189,1769239653,762537838,1702453612,524402,762129937,1769108595,757949808,1802465123,134243689,1831735808,1634890797,1852402531,1633824103,1919250030,218105856,892431662,1868770617,1701407599,524403,896347658,1869570861,6646123,772931592,1866675821,1701407599,1987010419,1634497125,524409,1131228685,757941827,1953787746,134245743,1831735552,1953068371,1869562725,1181051243,6644833,772341768,1868783469,1701407599,335546368,1667198254,1768648559,1768172901,1634493299,1919249769,268437504,1667198254,1768648559,1869504357,1701013876,167774208,1667198254,1768648559,134247269,1831736320,1769107551,2036556150,1635021663,1701668212,134247534,1831738880,1866673505,1701407599,1919501427,1769235301,1130325366,1635020399,1919250025,301991936,1600220462,1802465123,1885300073,1987014767,134247013,1831739648,1747805025,1701077349,1868770674,1701407599,1851875885,762471790,1952671091,7237481,772931592,1600414061,1802465123,1650419049,1701736033,524402,1634545172,1768842599,1818320751,1668575845,1768648559,524389,1634545166,1937075815,1869570861,6646123,772931592,1852399981,1869570861,761620843,1919249505,524404,1634545170,1663921769,1768648559,1769221477,6646900,773062664,1852399981,1869570861,761620843,1852989815,6778473,772603912,1852399981,1869570861,1936025963,352323584,1767992622,1868770670,1701407599,1635200371,1852403314,524391,1634545176,1714253417,1702129519,1868770674,1701407599,1718511917,524399,1634545171,1882025577,1635150194,1882028387,1886744687,285214720,1767992622,1869562734,1097165163,1953654124,524385,1634545168,1866690153,1701407599,1970302800,524400,1634545169,1866690153,1701407599,1886343283,134246485,1831735040,1349413217,1635150194,1631746403,524402,1634545167,1917873769,1667331689,1986610297,285214720,1767992622,1769099374,2036556150,1633972045,524396,1634545165,1701273966,1802465123,134243689,1831735040,1734438497,1866691173,1701407599,524403,1634545175,1852404846,1663918439,1768648559,1869491557,1701013876,318769152,1918987566,1663922019,1818850921,1851875885,7497070,773652488,1802658157,1663919205,1768648559,1868770661,1852142446,1834966900,1818322031,268437504,1935764782,1952543333,1868770665,1701407599,150996992,1935764782,1685017195,524399,1634545171,1702195571,1869570911,1600481643,1819042167,369100800,1935764782,761474420,1852727650,762540645,1802465123,134243689,1831734784,1836020833,1633836911,1919250030,738199552,1952541998,846883186,1869570861,761620843,1769238382,1633904998,1852795252,1936683053,1869182057,1868705134,1836020852,452986880,2019650862,1601206111,1802465123,1851745641,1718187119,1952539497,7237481,772931592,1663918701,1702129263,1663923310,1768648559,524389,1651322393,762081069,1986622064,762930017,762867554,1953460070,134247013,1831733760,1868783458,1701407599,385878016,1600285998,1868983913,1952542066,1600222825,1802465123,7562601,772997128,762602093,1802465123,1600087401,1769238382,134243683,1831736320,1868770659,1852142446,1999467380,1886413170,134247013,1831734784,1768964451,1869570911,1936025963,419432448,1684237614,1869570861,761620843,1634623853,762471783,1702453612,524402,1668099599,1868770668,1701407599,1918984749,301991936,1902341422,1869570861,761620843,1852727650,134247013,1831734016,1868770660,1852142446,524404,1684876810,1869570861,6646123,772931592,1663919213,1768648559,1818373477,1701536623,524402,1684876818,1869570861,761620843,1634100580,7629941,772931592,1663919213,1768648559,1635200357,1852403314,524391,1684876818,1869570861,1936025963,1986289965,6644585,773062664,1953719405,1869562738,1281714539,1952539503,7237481,773128200,762864749,761558131,1802465123,1882023273,1886744687,201328640,1684368686,1869570861,1936025963,285214720,1818586414,1919184489,1647145829,1701736033,524402,1701654044,762538348,1919968359,1851875885,762471790,1953394531,1701734753,524402,1701654031,1784771438,1868770661,1701407599,234883072,1852140846,1852795252,1802465091,134243689,1831735552,762670693,762212195,1802465123,7562601,772472840,1970169197,1802465091,134243689,1831734784,1634956133,757949799,1818848867,268437504,1936026926,1701273971,1868770605,1701407599,402655232,1936026926,1701273971,1868770605,1701407599,1918990125,1735289198,285214720,1936026926,1701273971,1868770605,1701407599,524403,1701654032,1734439795,1868770661,1701407587,524403,1701654038,1734439795,1868770661,1701407599,1851875885,7497070,772800520,1936942445,761620321,1802465123,7562601,773324808,1936942445,761620321,1634559332,761619566,1802465123,7562601,773849096,1936942445,761620321,1634559332,761619566,1802465123,762537321,1885434487,7497072,772931592,1936942445,761620321,1635218789,1852403314,524391,1701654037,1734439795,1869426021,762077540,1802465123,134243689,1831737344,1634956133,1848468839,1718187119,1952539497,1601073001,134247523,1831737344,1634956133,1865246055,1819436406,757954913,1802465123,134243689,1831742720,1634956133,1882023271,1818586721,1952539739,1869491553,1701013876,1029990701,1869570850,1315268971,1667855471,6103653,773259272,1936942445,761620321,1965909367,1663919475,1768648559,134247269,1831737088,1634956133,1683711335,761361505,1831691107,1818322031,524381,1701654031,1734439795,1868783461,1701407599,285214720,1936026926,1701273971,1663905139,1768648559,524389,1701654033,1734439795,1667199845,1768648559,134247269,1831735552,1634956133,1869178727,1869570911,6646123,772931592,1936942445,1768384353,1868783471,1701407599,524403,1718431249,1869570861,761620843,1852727650,134247013,1831735296,1868770662,1701407599,1685024045,134245477,1831733760,1868770663,1701407599,201328640,1684499758,1882026608,1886744687,318769152,1986489646,1869570861,1936025963,1851875885,7497070,772866056,1131964269,1768648559,1852785509,1953391987,285214720,896036142,1869562719,1315268971,1667855471,524389,1768762897,1869570861,761620843,1852727650,134247013,1831733248,1684483433,134247024,1831734272,1663919209,1768648559,134247269,1831736064,2037344361,1868770671,1701407599,1885959213,524403,1768762902,1601464683,1684955490,1601528165,1802465123,7562601,772669448,1768712557,1131376482,1768648559,524389,1768762901,1868770670,1701407599,1852793645,1852399988,134247013,1831735552,1663921769,1768648559,1851875941,7497070,772866056,1349413229,1918333040,1868783472,1701407599,234883072,1852402990,1601204304,1802465123,134243689,1831734272,1130983017,1702063727,134247534,1831735808,1600745065,1802465123,1935631721,1801675124,335546368,1885957422,1663922034,1768648559,1869491557,1701013876,301991936,1936289070,1869622627,762344816,1802465123,134243689,1831736320,1868705130,1868770680,1701407599,1701601581,134247538,1831736064,1868770666,1852142446,1650417524,1701736033,524402,1785540119,1885628205,1868770674,1852142446,1633824116,1919250030,486541312,761949486,1663923050,1635020399,1919250025,1869570861,761620843,1919249505,524404,1785540111,1885628255,1633836914,1919250030,301991936,1936354606,1869570861,761620843,1769238382,134243683,1831737088,1868770667,1701407599,1953459757,1667851881,1869182049,524398,1802317325,1869570861,1113942379,134248559,1831735040,1869562731,1113942379,1701736033,524402,1802317329,1869570911,1600481643,1768714096,134248803,1831734016,1868787563,1701407599,524403,1802317340,1868783476,1852142446,1634557812,1701273966,1920425842,1701867617,524402,1819094543,1869570861,761620843,1885434487,251660288,1634495790,1885628205,1768697202,7628903,772866056,1663921517,1768648559,1633824101,1919250030,184551424,762146094,1802465123,7562601,773324808,1831693677,1818322031,1667457325,762605669,1802465123,7562601,772931592,1882025325,543516513,1663246398,1768648559,524389,1835871769,1734438957,540942437,1869570851,1751476587,1702325865,134247273,1831738112,1634741613,1042310503,1868770848,1701407599,1952805677,1735289204,524403,1835871763,1734438957,540942437,1869570862,1936025963,335546368,1131244846,1768648559,1718503781,2020557423,1919251285,167774208,1131244846,1768648559,134247269,1831735296,1868783469,1701407599,2036427871,134247013,1831736320,1869570925,1885694315,761685362,1735748720,134245993,1831735296,1663923053,1768648559,2036427877,134247013,1831736064,1869575277,1663923052,1768648559,1633824101,524402,1835871767,1663920501,1768648559,1768172901,1634493299,1919249769,251660288,1684958510,1869570861,761620843,7496034,772538376,761556589,1802465123,7562601,772734984,1663922029,1663921519,1768648559,134247269,1831734272,1769155951,1917871476,134248041,1831740160,1869767279,829828455,762143533,1802465123,1663919465,1702063727,1647146094,1701736033,524402,1869426197,1868770659,1701407599,1852793645,1852399988,134247013,1831735808,1127048303,1768648559,1936018789,1701273971,352323584,1685024046,1601659181,1802465123,1650550121,1734439526,524389,1869426187,1868770660,1701407599,285214720,1685024046,1869570861,761620843,1919249505,524404,1869426191,1868770660,1701407599,1918984749,318769152,1685024046,1869570861,761620843,1936617315,7630437,773521416,761556845,1802465123,1663919465,1702063727,1600091246,1818323300,134244207,1831736832,1663919215,1768648559,1768172901,1634493299,1919249769,385878016,1685024046,1869570861,761620843,762798444,1936617315,7630437,772866056,761556845,1802465123,1814914409,1919252833,301991936,1685024046,1869570861,761620843,1769238382,134243683,1831736064,1663919215,1768648559,1635200357,1852403314,524391,1869426190,1868770660,1701407599,7496034,772800520,761556845,1802465123,1634493801,7497081,772866056,761556845,1802465123,1869636969,2036558188,536872960,1685024046,1869570861,1936025963,1953459770,1685021224,1849305465,1747481711,694971764,301991936,1685024046,1869570861,2003134827,1768845921,134244206,1831735040,1680696431,1818456937,1701669217,524402,1869426185,1735142756,134243440,1831736064,1814914159,761557095,1700946275,1751933283,524399,1869426210,1986997604,1634497125,1633966969,1949131124,1667854447,1868767805,1852142446,6103668,772931592,761556845,1986622064,1887003489,1667853423,524409,1869426196,1702309220,1953067874,1868770661,1701407599,524403,1869426189,1869562724,1113942379,134247009,1831735808,1866687599,1701407599,1852785523,1953391987,335546368,1685024046,1634625862,1634296686,1869562732,1936025963,385878016,1685024046,1667200085,1768648559,1919967077,1667331689,3235705,772997128,1600417645,1601400163,1802465123,1650419049,134247009,1831735040,1667196015,1768648559,1633824101,524402,1869426191,1868783460,1701407599,1918984799,402655232,1685024046,1869570911,1600481643,1769238382,1633904998,1852795252,301991936,1685024046,1869570911,1600481643,1768714096,134248803,1831736320,1667196015,1768648559,1918984805,1953525599,134245993,1831737600,1667196015,1768648559,1918984805,1953525599,1935634025,7170412,773259272,1600417645,1802465123,1868785001,1919510126,1769234797,134245999,1831737088,1667196015,1768648559,1953459813,1667851881,1869182049,524398,1869426200,2020171620,1600286307,1802465123,1851745641,1667855471,524389,1869426205,1634426724,1852793695,1601134964,1802465123,1601398121,1852727650,134247013,1831735808,1885299823,1635150194,1868527971,1852404848,419432448,1685024046,1769107551,2036556150,1953525599,1834970729,1969841253,524397,1869426199,1919967076,1667331689,1886347129,1601071476,1835625587,402655232,1685024046,757951585,1802465123,762537321,1801675106,1886351972,352323584,1685024046,1630366817,1885692771,1868770676,1701407599,524403,1869426195,762077540,1936291425,1868770671,1701407599,335546368,1685024046,1647144033,1701736033,1869570930,1936025963,285214720,1685024046,1663921249,1868770659,1701407599,524403,1869426205,762077540,1953394531,762605157,1802465123,1831691625,1634956133,134243687,1831734784,1818322031,1869570861,1701407587,369100800,1685024046,1663921249,1768648559,1633824101,1919183715,134246511,1831735296,1818322031,1869570861,761620843,134244194,1831735808,1818322031,1869570861,761620843,2036625250,318769152,1685024046,1663921249,1768648559,1818386277,7037807,773062664,1633972077,1868770668,1701407599,1868770675,7499628,773128200,1633972077,1868770668,1701407599,1769418099,2003788910,335546368,1685024046,1680698465,1869373801,1869562727,1936025963,184551424,1685024046,1814916193,6582375,773128200,1633972077,1919954284,1667331689,1667325817,1702259060,352323584,1685024046,1999465569,1868852841,1868770679,1701407599,524403,1869426197,778854756,761488501,762470754,1684828008,134247013,1831737344,1818322031,1868783455,1852142702,1663905140,1768648559,134247269,1831737088,1818322031,1868783455,1701407599,1701653805,1734439795,524389,1869426187,1600938340,1685088108,234883072,1685024046,1130720353,1768648559,134247269,1831735296,761619567,1802465123,1949132137,134246505,1831734784,1818584175,1869570861,1936025963,251660288,1685024046,761621621,1869570861,6646123,773062664,1969516397,1630365036,1953654124,1869570861,6646123,772669448,1969516397,1663919468,1768648559,524389,1869426197,1701606756,1869570861,761620843,1852727650,134247013,1831735808,1819632751,1868770661,1701407599,1918984749,318769152,1685024046,761621621,1802465123,1764582761,7300718,773062664,1969516397,1663919468,1768648559,1634479461,7497081,772997128,1969516397,1663919468,1768648559,1869491557,134243700,1831735808,1819632751,1868770661,1701407599,1868983913,251660288,1685024046,761621621,1802465123,7562601,773193736,1969516397,1663919468,1768648559,1630368613,1667855972,524389,1869426204,1701606756,1869570861,1936025963,1953459757,1667851881,1869182049,524398,1869426199,1701606756,1869570861,1936025963,1634891565,1919250544,385878016,1685024046,761621621,1919968359,1667457325,1635020901,6644590,773652488,1969516397,1848468844,1718187119,1952539497,762212201,1869570861,1936025963,486541312,1685024046,761621621,1667592307,762077545,1802465123,1647142249,1701736033,524402,1869426193,1701606756,1802465091,1114858857,134248559,1831736576,1819632751,1667194725,1768648559,1851875941,7497070,773128200,1969516397,1667196268,1702063727,1600091246,1852399981,352323584,1685024046,1600482421,1802465123,1848468841,1667855471,524389,1869426198,1701606756,1869570911,1600481643,1936617315,7630437,773324808,1969516397,1834968428,1634956133,1601398119,1802465123,7562601,772997128,1969516397,762537324,1869570861,1650813291,134247009,1831737088,1819632751,1701081957,1868770670,1701407599,1633824115,524402,1869426202,1701606756,1818386804,1919954277,1667331689,1869622649,7370096,773586952,1969516397,1630367596,1952801635,1769628020,761622127,1802465123,7562601,772931592,1969516397,1866690412,1701407599,1919249473,524404,1869426199,1969448300,1663919468,1768648559,1936026981,1701273971,218105856,1852796206,1868770667,1701407599,524403,1869426199,758279791,1952543859,1769239401,1884255075,2020557428,419432448,1953459502,1868770671,1701407599,1953459757,1667851881,1869182049,524398,1886203409,1869570861,761620843,1852727650,134247013,1831736832,1868770672,1701407599,1634496557,1869112675,1919247468,184551424,762342702,1802465123,7562601,773193736,1663922285,1768648559,1764586341,1919903342,1633824109,524402,1886203408,1869116205,1868770679,1701407599,524403,1886203409,1814917235,761557095,1852727650,134247013,1831735808,1663923312,1768648559,1633824101,1919250030,352323584,762539310,1802465123,1663919465,1819307375,1668178281,524389,1936535053,1869570861,761620843,134245231,1831735040,1869562739,1113942379,1701736033,524402,1936535051,1868770663,1701407599,201328640,1735617838,1869570861,1936025963,285214720,1735617838,1634890797,1663905145,1768648559,524389,1936535056,1769357671,1866690419,1701407599,524403,1936535051,1868783463,1701407599,201328640,1735617838,1869570911,1936025963,167774208,1735617838,1802465123,134243689,1831734272,1663921779,1768648559,134247269,1831734016,1667444084,1852727853,524402,1953312278,1869570861,761620843,1936617315,762605157,7496034,772931592,1868788845,1701407599,1769352493,1818388851,524389,1953312273,1915577700,761557095,1684957559,134248303,1831734784,1868770677,1701407599,2020565549,167774208,1601531182,1802465123,134243689,1831736576,1868783477,1701407599,1667326559,1869768555,6581877,772931592,761886061,1802465123,1647142249,1701736033,524402,1970089493,1936338281,1869570861,761620843,1852727650,134247013,1831735296,2003398261,1663918693,1768648559,134247269,1831734016,1663922293,1768648559,524389,1986866699,1869570861,1936025963,318769152,762735918,1802465123,762537321,1885434487,7497072,772800520,761820781,1919968359,1851875885,7497070,773521416,1663924077,1768648559,1918990181,1735289198,1852793645,1852399988,134247013,1831740672,1935945079,762279527,1802465123,1932354921,1701079404,762470754,1702390118,1734487396,3223647,773586952,1680701293,1870030707,1869570861,761620843,1684630643,1918984805,3223647,772866056,1680701293,1870030707,1702260525,2036427890,469764096,762801454,1986491236,1986997615,1634497125,1633824121,1919380323,1684960623,234883072,1601662254,1802465123,1650419049,134247009,1831736064,1868783479,1701407599,1718511967,1633836911,524402,2020421135,1868770660,1701407599,1918984749,318769152,1685613870,2003136045,1869570861,761620843,7496034,772866056,762148973,1802465123,1630365033,1953654124,318769152,1970826542,1869570861,761620843,1936617315,7630437,772997128,1663924589,1768648559,2002739045,1886413170,134247013,1831734016,1868770681,1701407599,524403,2037198348,1802465091,1631741289,524402,2037198359,1869570911,1818585451,1919252833,1702260575,2036427890,167774208,1668902190,1768648559,134247269,1831736832,1885893497,1869570911,1936025963,1918990175,1735289198,369100800,762998062,1802465123,762537321,1768714096,1647147363,134247009,1831735552,1868783482,1701407599,1936617283,7630437,772800520,1868770670,1701407599,1953459757,6644585,773062664,1868770670,1701407599,1868770675,1767994478,7497070,772734984,1868770670,1701407599,1852386675,134246246,1848512e3,1936549729,1868783463,1701407599,318769152,1851878958,1918984815,1869570861,761620843,6778723,773652488,1634951534,1869570861,761620843,1769238382,1663919459,1635020399,1919250025,234883072,1952542254,1802465091,1850303849,134246246,1848514048,1663923809,1768648559,1768172901,1634493299,1919249769,436209664,1986096686,2003136045,1869570861,761620843,1668508004,1835622764,134247013,1848511744,1600091745,1802465123,7562601,772538376,1601593710,1802465123,7562601,772669448,1651925358,1663922785,1768648559,524389,1634610703,1918984822,1869570861,1936025963,469764096,1986096686,762470754,1702390118,1868705124,1836020852,1869570862,1936025963,201328640,1986096686,762470754,1919968359,251660288,1986096686,762470754,1986622064,7955297,773390344,1769365870,1769234791,1663921775,1768648559,1633837669,1919250030,335546368,1986096686,1952540521,1601073001,1869570911,1936025963,369100800,2036428334,762474348,1986622064,762930017,1852727650,134247013,1848512512,1663905122,1768648559,1886351461,134246517,1848510976,1868770658,1701407599,318769152,1684172334,1869570861,761620843,1885434487,7497072,772800520,762208878,1802465123,1764582761,7300718,773259272,761357166,1802465123,1634952553,1885692771,1768697204,134243694,1848512e3,761884515,1700932909,1684957544,218105856,761556526,1802465123,1631741289,524402,1701719569,1802465091,1299408233,1634956133,134243687,1848513792,1953456741,1701668200,1869570861,761620843,7496034,773324808,761554286,1633972077,1868770668,1701407599,1851875885,7497070,774242312,1717855598,1953066601,1868770681,1701407599,1852793645,1953391987,1953459757,1667851881,1869182049,524398,1701719574,1868967279,1919251567,1868783455,1701407599,7496002,772472840,762799470,1802465123,134243689,1848513024,1663924069,1768648559,1633824101,1919250030,285214720,2003136046,1869570861,761620843,1701606770,524403,1701719571,1868770679,1701407599,1634891565,1919250544,285214720,2003136046,1869570861,1936025963,1718511917,524399,1701719567,1969565047,1869570861,1936025963,234883072,2003136046,1818848835,1852727618,134247013,1848512512,1667200869,1768648559,1852399461,134246246,1848513280,762607717,1802465123,1647142249,1701736033,524402,1701719580,1663923320,1768648559,1633824101,1919250030,1920425823,1701867617,524402,1701719570,1663923320,1768648559,1819240549,7497060,773062664,1970824558,1868770675,1701407599,1851875885,7497070,772472840,1663919726,1768648559,134247269,1848512512,1936338278,1869570861,1650813291,134248559,1848514560,1919954278,1869570927,761620843,1953787746,1647144303,134247009,1848513792,1919954278,1869570927,761620843,1885434487,7497072,772866056,1663919982,1768648559,1868967269,1919251567,251660288,1936158254,1869570861,761620843,7496034,772407304,1663920238,1768648559,524389,1768828433,1869570861,1130719595,1702063727,134247534,1848510720,1731032170,7499876,773062664,762604142,1919968359,1819633197,1769430892,6845540,772734984,762604142,1919968359,1886351405,134246517,1848512512,1868770667,1701407599,1701601581,134247538,1848512768,1868770667,1701407599,1851875885,7497070,772734984,1668115310,1768648559,1701601637,134247538,1848512e3,1868770668,1701407599,1918984749,268437504,762080814,1802465123,1869636969,2036558188,184551424,1600941614,1802465123,7562601,772800520,1663921518,1768648559,1819242597,7955305,772866056,1866689902,1701407599,1769238350,1919248742,335546368,1886285358,1886413101,1869570861,761620843,1868983913,184551424,762277422,1869570861,6646123,773455880,1663922030,1768648559,1868770661,1852142446,1635200372,1852403314,524391,1869491730,1869570861,761620843,1885434487,7497072,773193736,1697476462,761359209,1802465123,1868785001,1852142446,524404,1869491730,1952542066,761362025,1802465123,7562601,772669448,1769238382,1663919459,1768648559,524389,1869491738,1701013876,1869570861,1936025963,1919903789,1852799593,7102836,772538376,1769238382,1731028323,7499876,772472840,1769238382,1949132131,134247791,1848513792,1667855471,1869562725,1936025963,1953394499,7630437,772866056,1769238382,1866687843,1701407599,1702057331,251660288,1953459758,1600480105,1802465123,7562601,773193736,1769238382,1851745635,1667855471,1868783461,1701407599,524403,1869491722,761686388,7496034,773193736,1769238382,1868770662,1701407599,1920425823,1701867617,524402,1869491724,1130785140,1768648559,524389,1869491731,1600547188,1802465123,1885300073,1818586721,318769152,1953459758,1667851881,1868783457,1701407599,7496034,773128200,1769238382,1633904998,762274147,1635021669,1633905012,352323584,1953459758,1667851881,1869177697,1868770670,1701407599,524403,1869491731,1768319348,1769234787,757952111,1279872579,318769152,1953459758,1667851881,1869182049,1194143086,5394500,773128200,1769238382,1633904998,1852795252,1868770605,1701407599,452986880,1953459758,1667851881,1869182049,1663905134,1768648559,1818307941,7631461,773193736,1769238382,1633904998,1852795252,1868770605,1701407599,524403,1869491740,1768319348,1769234787,1647144559,1701736033,1663905138,1768648559,524389,1869491737,1768319348,1769234787,1647144559,757953121,1802465123,134243689,1848513536,1718187119,1952539497,762212201,1802465123,134243689,1848515328,1718187119,1952539497,762212201,1802465123,1882023273,1667853423,524409,1869491741,1768319348,1769234787,1663921775,1768648559,2002739045,1886413170,134247013,1848514560,1718187119,1952539497,762212201,1802465123,1768449385,134247534,1848513792,1718187119,1952539497,762212201,1802465123,7562601,772931592,1769238382,1633904998,1852795252,1885628205,524402,1869491755,1768319348,1769234787,1814916719,1970239841,1735285620,1634493229,574452595,1802465123,1647142249,1562538593,452986880,1953459758,1667851881,1869182049,1769418094,1952802660,1869570862,6646123,773586952,1769238382,1633904998,1852795252,1634891565,1919250544,1953456685,7171956,773062664,1769238382,1633904998,1852795252,1869570862,6646123,773586952,1769238382,1633904998,1852795252,1869570862,761620843,1936617315,7630437,774438920,1769238382,1633904998,1852795252,1869570862,1936025963,1953459770,1685021224,1849305465,1747481711,694971764,419432448,1953459758,1667851881,1869182049,1752378990,1663924079,1768648559,524389,1869491760,1768319348,1769234787,1631743599,1633966962,1848467828,1718187119,1952539497,762212201,1802465123,1869636969,2036558188,524381,1869491741,1768319348,1769234787,1632661103,762078574,1869570861,1113942379,134247009,1848520960,1718187119,1952539497,1533964137,1635017060,1953459757,1667851881,1869182049,1629633902,1885692771,1868770676,1701407599,6103667,774963208,1769238382,1633904998,1852795252,1952539739,1869491553,1768319348,1769234787,574451311,1668247395,1130719595,1702063727,1562539118,603981824,1953459758,1667851881,1869182049,1650417518,757954671,1936876912,1702130537,1868788846,1701407599,486541312,1953459758,1667851881,1869182049,1667194734,1702129263,1663923310,1768648559,524389,1869491734,1768319348,1769234787,1600089711,1802465123,7562601,773521416,1769238382,1633904998,1852795252,1953062751,757951845,1802465123,134243689,1848516096,1718187119,1952539497,1601073001,1936026975,1701273971,1869570862,1936025963,687867904,1953459758,1667851881,1869182049,2002739054,1886413170,1683714661,761361505,574448745,1802465123,577987945,524381,1869491736,1768319348,1769234787,1650421359,1663989871,1768648559,524389,1869491732,1768319348,1769234787,1667198575,1768648559,524389,1869491756,1768319348,1769234787,2002742895,1534091634,1635017060,1869570861,761620843,1769238382,1633904998,1852795252,524381,1869491752,1768319348,1769234787,762539631,1601331554,1718511967,1701653871,1734439795,1663905125,1768648559,524389,1869491727,2036754804,1868770605,1701407599,419432448,1953459758,762930793,1852727650,1767600741,1869491570,2036754804,524381,1869491726,2036754804,1869570861,6646123,772734984,1769238382,1663924582,1768648559,134247269,1848516608,1718187119,1868770681,1701407599,1869622643,2036558188,1852793645,1852399988,134247013,1848511744,1718187119,1869562745,6646123,772931592,1769238382,1866692966,1701407599,1701736009,524402,1869491731,2036754804,1802465091,1349739881,1818586721,369100800,1953459758,1601791593,1802465123,1999463785,1886413170,134247013,1848515840,1718187119,1868783481,1701407599,1634891565,1919250544,1953456685,7171956,773324808,1769238382,1936357734,1869570861,1650813291,1647145569,6648673,773652488,1769238382,1936357734,1953459757,762930793,1802465123,762537321,1868983913,201328640,1953459758,1868783481,1701407599,369100800,1970236974,1868770670,1701407599,1852793645,1852399988,134247013,1848512768,1868770672,1701407599,1953459757,6644585,772669448,1731031150,762474596,1633972077,524396,1886268945,1634288735,1130852204,1702063727,134247534,1848511232,1663921776,1768648559,524389,1886268943,1667456879,1734701663,1918987381,251660288,762408494,1866673507,1701407599,7496002,772603912,1663922542,1885819437,1918976612,218105856,762408494,1735535971,1631741040,524402,1919823377,1869570861,761620843,1701012321,134247536,1848514304,1868770674,1701407599,1953459757,1667851881,1869182049,524398,1919823393,1869570861,761620843,1769238382,1633904998,1852795252,1836016429,1701736304,134247534,1848515840,1868770674,1701407599,1953459757,1667851881,1869182049,2002739054,7105633,773849096,1663922798,1768648559,1869491557,1768319348,1769234787,1600089711,1885434487,7497072,773324808,1882026606,1635150194,1831696739,1818322031,2020565549,3307053,772341768,1868788334,1701407599,251660288,1718775342,1936286765,1767992419,7497069,772866056,761754222,1802465123,1882023273,1886744687,301991936,762539566,1802465123,1663919465,1702063727,134247534,1848515072,1868770675,1701407599,1769107501,2036556150,1634891565,1919250544,184551424,762539566,1802465123,7562601,772931592,1663923054,1768648559,1630368613,1885692771,524404,1936600592,1887007789,1868770661,1701407599,524403,1936600607,1663905127,1768648559,1848537957,757950323,1769238382,1633904998,1852795252,285214720,1802726958,1869570861,761620843,1970302832,524400,1953377819,1869571629,762471796,1802465123,1932354921,1702125940,1953391981,167774208,1718906414,1802465091,134243689,1848514560,1848472436,1718187119,1952539497,762212201,1802465123,134243689,1848515328,1868770677,1701407599,1818307955,762606181,1953394531,1701734753,524402,1970155041,1769155960,1886744167,1869570861,761620843,1769238382,1663919459,1702129263,134247534,1848514304,1868770678,1701407599,1953459757,1667851881,1869182049,524398,1986932234,1802465123,7562601,772800520,1868789358,1701407599,1970220403,7497076,772866056,1601468014,1802465123,1869505897,1701013876,201328640,2021027374,1869570861,1936025963,352323584,2021027374,1869570861,1936025963,1920425823,1701867617,524402,2003709460,1667199850,1768648559,1868783461,1852142446,524404,2020486679,1869570861,761620843,1768714096,1882028387,1886744687,234883072,1836609070,1869562674,1113942379,134247009,1848516608,761492601,1868770605,1701407599,1852727650,757953125,1852793645,1852399988,134247013,1865292288,1869562669,1936025963,1852727618,1663922789,1635020399,1919250025,150996992,1663921966,1768648559,524389,762261008,1802465123,1647142249,1701736033,524402,762261005,1802465123,1647142249,134247009,1865289472,1869570861,761620843,1702453612,524402,762261009,1802465123,1831691625,1634956133,134243687,1865289984,1869570861,761620843,1919252079,7954796,772472840,1868770671,1701407599,134245199,1865289216,1869570861,1818585451,1919252833,167774208,1663921966,1768648559,134247269,1865290240,1869570861,1936025963,1936026925,1701273971,587204608,1663921966,1768648559,1848472421,1667855471,1769418085,1952802660,1868783455,1767994478,7497070,773586952,1868770671,1701407599,1869491571,1701013876,1868783455,1767994478,7497070,772734984,1868770671,1701407599,1918852979,134248303,1865292544,1919902509,1868770661,1701407599,1953459757,1667851881,1869182049,524398,762261008,1986491236,1920413039,1701867617,524402,846147094,1868770680,1701407599,762470754,1885434487,7497072,773455880,1868773231,1701407599,1718511917,1919954287,1953525103,1634891565,524400,1131359752,1768648559,524389,1601121811,1802465123,1601398121,1668508004,1702126962,318769152,1986096942,1868783973,1701407599,1936617315,7630437,772734984,762863983,1802465123,1831691625,134244211,1865288448,1868770658,1701407599,524403,1651453459,1869570861,1936025963,1852793645,1953391988,352323584,761425710,1663923557,1768648559,1868770661,1852142446,524404,1651453465,1651863597,761489772,1734633847,1663923301,1768648559,134247269,1865292288,762865250,1802465123,1647142249,1663922785,1635020399,1919250025,150996992,1935830830,1768842079,524396,1668230677,1936286765,1767992419,1299342701,1634956133,134243687,1865289216,1650679651,1634891615,1919250544,436209664,1667460910,762540908,1919249505,1663905140,1768648559,1886351461,134246517,1865291264,1663921507,1635020399,1919250025,1633824045,1919250030,335546368,1952673582,1868770671,1701407599,1852793645,1953391987,335546368,1633972014,1868770678,1701407599,1852793645,1953391987,167774208,1684303662,1802465123,134243689,1865289472,1868770661,1701407599,1634479475,524407,1752116761,1869570911,1600481643,1769238382,2002740579,1886413170,134247013,1865289472,1667444073,1848467824,1667855471,524389,1768893967,1885561645,1869884769,1701603175,201328640,1667919662,1852793695,1953391987,234883072,1131114286,1768648559,1851871333,134245477,1865287680,1802465131,134243689,1865288448,1663919212,1768648559,524389,1819225611,1868770679,1701407599,469764096,2037149486,1650816813,1600746797,1802465123,1663919465,1635020399,1919250025,167774208,762146606,1802465123,134243689,1865290752,1868770669,1701407599,1919377709,1701668197,134247534,1865293824,1663918957,1768648559,1868770661,1852142446,1633824116,1919250030,1886351405,134246517,1865293056,1969843821,1868783469,1701407599,1869635443,1601205616,1885434487,7497072,772407304,1663987311,1768648559,524389,1852780040,1885827630,524388,1852780053,1965909347,762212208,1663918439,1702063727,134247534,1865290240,1630365038,1953654124,1868770605,1701407599,301991936,1701736238,1869570861,761620843,1852727650,134247013,1865289216,1918133614,1282700149,1919252833,486541312,1701736238,1768189545,1868770657,1701407599,1953459757,1667851881,1869182049,524398,1852780062,1734439013,1734308453,1919250021,1667198049,1768648559,1819242597,7955305,773324808,1952804463,1953723762,761491501,1802658148,1818846765,7497076,773193736,1768713839,1663919470,1768648559,1868770661,1852142446,524404,1852780061,1868770672,1701407599,1852793645,1953391987,1852793645,1852399988,134247013,1865288448,1663923054,1768648559,524389,1852780044,1868770676,1701407599,524403,1852780052,1868770676,1701407599,1920413043,1701867617,524402,1869557265,1869570861,761620843,1769238382,134243683,1865289216,1680698991,1633824115,1919250030,369100800,1634758446,2037672291,2036427871,1667199589,1702063727,134247534,1865290496,1663918960,1768648559,1701653861,1734439795,524389,1886334483,1634544995,1701273966,1868770674,1701407599,218105856,1701867310,1868770926,1701407599,524403,1886334474,1915645541,6582375,772997128,762081391,1802465123,1663919465,1920233071,134245487,1865289472,1630368880,1869182051,1633824110,524402,1886334490,1869504884,1818307950,762606181,762867554,1885434487,7497072,773193736,1635020911,762212206,2003789939,1952805677,1735289204,524403,1886334500,1869504884,1752378734,1932359535,1769239653,762537838,1970302832,1920413040,1701867617,524402,1886334487,1869504884,1869884782,1701603175,1936286765,2036427888,201328640,1953525550,1932357225,1937006964,201328640,1953525550,1866690153,1701407599,285214720,1953525550,1130458479,1768648559,1634883429,524400,1919888914,1869570861,1600481643,1851875935,7497070,772603912,1801548399,1682009189,1701013878,419432448,1651666734,1663923049,1768648559,1869491557,1701013876,1919903277,524397,1919888912,1868770663,1701407599,1852402989,524393,1919888914,1868770676,1701407599,1851875885,7497070,772800520,1851880303,1835216239,1852405549,7827300,772407304,1868788591,1701407599,524403,1936666124,1919954295,1667331689,524409,1953443346,1869570861,761620843,1936617315,7630437,773128200,1932358767,1932356452,762802024,1953785203,1936158313,385878016,1601466158,1802465123,1935631721,1769239653,1601398638,7238754,772734984,1663923567,1768648559,1647145829,134247009,1865293824,1919251573,1769107501,2036556150,1886352429,1986096685,1952540521,1114533737,134247009,1865289472,1919251573,1802465091,1631741289,524402,1986997769,1802465123,134243689,1865289728,1819436406,757954913,1802465123,134243689,1865289472,1819436406,1663924577,1768648559,524389,1986997781,1634497125,1868770681,1701407599,1869373997,134245219,1865289728,1819436406,1663924577,1768648559,134247269,1865292032,1819436406,1831696737,1634956133,757949799,1802465123,7562601,772669448,1919252079,1132028268,1768648559,524389,1986997775,1634497125,1869562745,1936025963,268437504,1702260526,2036427890,1868783455,1701407599,536872960,1702260526,2036427890,1752391519,2003788897,1868770605,1701407599,1852793645,1953391987,352323584,1702260526,2036427890,1869570911,1650813291,1701736033,524402,1986997782,1634497125,1868783481,1701407599,1969577843,6386527,772538376,1919252079,1601790316,6910576,772997128,1919252079,1652121964,1801675116,1802465091,134243689,1865289216,1819436406,1868790113,1701407599,352323584,1702260526,2036427890,1802465123,1868785001,1852142446,524404,2003774992,1869570861,761620843,1885434487,524400,2003774986,1869570911,6646123,773455880,1600943983,1802465123,1767859561,1919903342,1769234797,1784639087,524403,762326538,1668247395,6646123,772866056,1868770672,1701407599,1852793645,1953391987,251660288,1663922222,1768648559,1634479461,7497081,772800520,1868770672,1701407599,1869770797,7630957,772538376,1868770672,1701407599,7892802,772538376,1868770672,1701407599,7496034,772407304,1868770672,1701407599,524403,762326541,1702390118,1735536228,134243440,1882064640,1885628205,524402,762326541,1919968359,1685024045,134245473,1882067712,2019650861,1684633389,1667197044,1768648559,524389,762326561,1769238382,1633904998,1852795252,1918984749,1869570861,1667590507,1702063727,134247534,1882068736,1886352429,1869570911,761620843,1701996385,1852140901,524404,1601187337,1802465123,134243689,1882065920,1600873057,1802465123,134243689,1882066944,1768186977,1663985518,1768648559,134247269,1882066176,1768186977,1734305646,7499876,772734984,1701273968,773864992,1802465123,134243689,1882066944,543516513,1663967294,1768648559,134247269,1882066176,761620321,1869570861,6646123,773062664,1701273968,1851875885,1601332590,1869570911,6646123,772538376,1701273968,1869570861,6646123,772997128,1701273968,1869570861,761620843,1852727650,134247013,1882067200,761620321,1802465123,1999463785,7238241,772603912,1701273968,1869570861,1936025963,301991936,1734438958,1868770661,1701407599,1852386675,134246246,1882068224,761620321,1802465123,762537321,1919252079,7954796,772931592,1701273968,1634296877,761753452,1986491236,524399,1634741780,1747805543,1701077349,1667194738,1768648559,524389,1634741789,1747805543,1701077349,1667194738,1768648559,1869491557,2036754804,134247013,1882070016,761620321,1986622064,1601790817,1634296927,1600614252,1852727650,134247013,1882068224,761620321,1852989815,1600613993,1802465123,7562601,772538376,1701273968,1802465091,7562601,773390344,1701273968,1953460038,1630368357,1885692771,1869562740,1936025963,201328640,1734438958,1866680421,1701407599,218105856,1734438958,1667194725,1768648559,524389,1634741784,1600087399,1802465123,1680696681,1818456937,1701669217,524402,1634741774,1600087399,1802465123,7562601,773455880,1701273968,1768185695,1634493299,1919249769,1868770605,1701407599,524403,1634741771,1600087399,1919968359,419432448,1734438958,1935630181,1702261365,1868770681,1701407599,1718511917,524399,1634741776,1852400999,1663922022,1768648559,524389,1634741785,1663919470,1768648559,1868770661,1852142702,2037656948,134243696,1882068736,761622113,1802465123,1680696681,1818456937,1701669217,524402,1634741773,762078574,1802465123,134243689,1882066176,1818586721,1869570911,6646123,773783560,1953390960,1936338273,1869570861,1315268971,1718187119,1952539497,1114533737,134247009,1882070784,1919250529,1768710957,762605157,1986622064,762930017,1701996385,1852140901,524404,1634741784,1919954290,1667331689,1869622649,2036558188,1718511917,524399,1634741779,1953391986,2020565549,1869570861,1936025963,352323584,1918988334,1663923049,1768648559,1647145829,1701736033,524402,1634741775,1663921010,1768648559,1918984805,369100800,1918988334,1853042027,1651204961,1663922785,1768648559,134247269,1882066176,762606177,1802465123,7562601,772734984,1953653104,762077545,1802465123,134243689,1882066176,1801810785,1869570911,6646123,773521416,2004050288,892416050,1802465123,762537321,1802465123,1882023273,134246511,1882065920,1130722913,1768648559,134247269,1882067456,1866673506,1701407599,1852785523,1953391987,486541312,761425966,1601204321,1667457375,762605669,1802465123,1647142249,1701736033,524402,1651518993,1869570861,761620843,1852727650,134247013,1882067968,1868770658,1701407599,1852793645,1852399988,134247013,1882065664,1868770658,1701407599,524403,1668296209,1869570861,761620843,1701012321,134247536,1882066432,1868770659,1701407599,1918984749,301991936,761491502,1802465123,1663919465,1702063727,134247534,1882065664,1663919715,1768648559,524389,1668296211,1818701161,1818321519,1869570861,1936025963,134219776,1868787758,1701407599,150996992,1868787758,1701407599,524403,1668296210,1868783481,1701407599,1953459807,6644585,772538376,1634755696,1869570861,6646123,773128200,1600218480,1802465123,1953456735,1919774580,1952999273,452986880,1634037806,1869570911,1869438827,1767859570,1601136238,1869639536,7497078,772734984,1668179312,1885810025,1814914162,134248289,1882067968,1768124005,1634891565,1885810032,1814914162,134248289,1882068480,1663922789,1768648559,1630368613,1949131886,1936552549,234883072,1919250478,1634627443,1802465091,134243689,1882070272,1869836901,762077550,1635017060,1869770797,1952671092,762212201,7496034,773521416,1936876912,1818324591,1635017028,1718513475,1466790505,1886413170,134247013,1882070528,1869836901,1768710510,1769234810,1699573359,1734439795,1634883429,1919250544,184551424,1936027694,1802465123,7562601,773586952,1920230768,1868770657,1701407599,1718511917,1868770671,1767994478,7497070,773062664,1663919728,1768648559,1768172901,1952671090,6649449,772800520,762537584,1802465123,762537321,7496034,772997128,762865264,1802465123,1663919465,1702063727,134247534,1882065408,1868770663,1701407599,352323584,761819182,1802465123,1663919465,1819307375,1668178281,524389,1752182287,1869570861,761620843,1868983913,553650176,761819182,1802465123,1882023273,1886744687,758281773,2003134838,1701063986,1819631974,524404,1752182283,1869570861,1936025963,452986880,1768452142,1701077356,1768452204,1886334305,762210676,1769171318,6646882,773390344,1818847344,1601139311,1802465123,762537321,1886351405,1919252079,335546368,1885892654,1663922034,1768648559,1869491557,1701013876,369100800,1936224302,1869570861,761620843,1970302832,1918971248,134242661,1882068224,1802401128,1869570861,761620843,1885434487,7497072,772931592,1663920496,1768648559,1701653861,1734439795,524389,1768959505,1869570861,761620843,1769238382,134243683,1882065664,1667196265,1768648559,524389,1768959498,1667196005,7104878,772931592,1668573552,1702063727,1647146094,1701736033,524402,1768959511,762014071,1769238382,1663919459,1635020399,1919250025,301991936,2020175918,1869570861,761620843,1852727650,134247013,1882067968,1769287018,1869570861,761620843,1852727650,134247013,1882066944,1663922027,1768648559,1869753701,134246244,1882068992,1663922027,1768648559,1869753701,1865248612,1819436406,134248801,1882066944,1868770668,1701407599,1886351405,134246517,1882065664,1868770668,1701407599,524403,1819291151,1869570861,1936025963,1635017517,385878016,762081326,1802465123,762537321,761361507,1953394531,7235937,772669448,1952541808,1868770661,1701407599,524403,1819291165,1868985441,757951858,1802465123,762537321,1852793645,1852399988,134247013,1882067456,1836736876,1868770657,1701407599,1918984749,436209664,1634496558,761359738,1802465123,1647142249,757953121,1769235297,134243702,1882069760,1935632236,1702130553,1885691757,1635150194,1834973539,1819632751,524389,1819291155,1868783474,1701407599,1918990175,1735289198,352323584,1970040878,762210663,1802465123,1868785001,1852142446,524404,1819291150,1852401525,1869570911,6646123,772407304,1663921520,1768648559,524389,1836068360,1885628205,524402,1836068377,1868770659,1701407599,1852793645,1953391987,1869373997,134245219,1882069760,757954413,1802465123,762537321,1802465123,1647142249,1869902965,524398,1852845586,1869570861,1936025963,1851875885,7497070,772866056,1667198576,1768648559,1852793701,1953391987,184551424,1819177006,1869570861,6646123,772866056,1131179632,1768648559,1818586469,1735289188,268437504,1869508654,2036754804,1869570861,1936025963,318769152,2037280814,1869570861,761620843,1936617315,7630437,773521416,1868984176,1869570861,761620843,1768714096,1999468899,1886413170,134247013,1882065664,1868786799,1701407599,524403,1869622802,2036558188,1667457325,762605669,7496034,772603912,1768714096,1630370147,1953654124,234883072,1819242542,762930025,1852727650,134247013,1882065664,1667853423,1633824121,524402,1869622798,2036558188,1953456685,7171956,772669448,1768714096,1663924579,1768648559,524389,1869622799,2036558188,1869570861,1936025963,369100800,1819242542,762930025,1936942445,778397537,1802465123,134243689,1882072064,1667853423,1869491577,1768319348,1769234787,757952111,1986622064,762930017,1768714096,134248803,1882068480,1667853423,1635200377,1852403314,1633824103,1919250030,234883072,1819242542,762930025,1684957559,134248303,1882066432,1667853423,1868770937,1701407599,167774208,1819242542,1132028777,134245224,1882066432,1667853423,1936018809,1701273971,234883072,1819242542,1601790825,1953460070,134247013,1882067968,1667853423,1869504377,1768319348,1769234787,134245999,1882066944,1953066095,1600086889,1802465123,134243689,1882067200,1953066095,761357161,1802465123,7562601,773128200,1768714096,1633905012,1869570861,1936025963,1918984749,352323584,1819242542,1667855465,1868770657,1701407599,1868705139,524408,1869622806,1769236844,1663918435,1768648559,1663923045,7630447,773521416,1768714096,1633905012,1869570861,1936025963,1852793645,1852399988,134247013,1882067968,1953066095,761357161,1663919460,1768648559,134247269,1882068224,1953066095,761357161,1986622064,1684628321,6644833,773455880,1768714096,1633905012,1769107501,1768120694,1701077348,1885826093,524388,1869622800,1769236844,1866686819,1701407599,524403,1869622800,1769236844,1699897699,1685217655,524403,1869622801,1769236844,1667195235,1768648559,134247269,1882066944,1953066095,1667326825,1768648559,134247269,1882066944,1953066095,1601397609,1802465123,134243689,1882067200,1953066095,1702195561,1869570911,6646123,772800520,1768714096,1634433396,1869570861,6646123,772866056,1768714096,1634433396,1634296671,1801811059,352323584,1819242542,1803121769,1919967073,1952544633,1668509550,524393,1869622812,2037672300,1885299051,1635219826,1936682612,1918331235,1701867617,524402,1869622793,1851993456,134245481,1882065664,1663922287,1768648559,524389,1869622798,1868770672,1701407599,7892834,772866056,762343280,1802465123,1869636969,2036558188,201328640,1886351406,1869570861,1936025963,234883072,1886351406,762344749,1802465123,134243689,1882069504,1965912175,1868770672,1701407599,1701601581,1647146098,1801678700,251660288,1886351406,762344749,1802465123,7562601,772538376,1601204080,1802465123,7562601,772669448,1601204080,1667199093,1768648559,524389,1869622792,1885628272,524402,1869622795,762210672,1818848867,234883072,1886351406,1663921769,1768648559,134247269,1882067968,1852403823,1869570861,1936025963,1685024045,134245473,1882065920,1852403823,1802465091,134243689,1882066176,1852403823,1802465091,7562601,772734984,1869639536,762471798,1802465123,134243689,1882067456,1987014767,1831694949,1868770916,1701407599,234883072,1886351406,757952629,1802465123,134243689,1882068736,1886744687,1868770605,1701407599,1851877421,1852402788,524391,1869622808,762344816,1869570861,1936025963,1920425823,1701867617,524402,1869622809,762344816,1819242541,762930025,1869832801,1702131052,134248812,1882067712,1886744687,1701601581,1848472690,1667855471,524389,1869622804,762344816,1869376609,1868770679,1701407599,524403,1869622803,762344816,1936291425,1868770671,1701407599,335546368,1886351406,1630367861,1869834614,1869570861,1936025963,352323584,1886351406,1663922293,1936682856,1868770661,1701407599,524403,1869622801,762344816,1802465123,757949801,134245999,1882067456,1886744687,1869570861,761620843,942747698,402655232,1886351406,1663922293,1768648559,1633824101,1919380323,1684960623,335546368,1886351406,1663922293,1768648559,1633824101,1919250030,419432448,1886351406,1663922293,1768648559,1869491557,1701013876,1634891565,524400,1869622804,762344816,1802465123,1882023273,1667853423,524409,1869622802,762344816,1802465123,1932354921,7827304,773128200,1970302832,1868770672,1701407599,1918990125,1735289198,385878016,1886351406,1663922293,1768648559,1869494885,1868703860,2718052,772931592,1970302832,1868770672,1701407599,1868717919,524408,1869622805,762344816,1802465123,1600087401,1684105331,134248303,1882069248,1886744687,1869570861,1667590507,1702063727,1680700526,7239535,772669448,1970302832,1868770672,1701407599,524403,1869622806,762344816,1802465123,762537321,1952671091,7237481,772472840,1970302832,1684483440,134247024,1882068480,1886744687,1936026925,1701273971,1869570861,1936025963,553650176,1886351406,1831694453,1634956133,1663919463,1768648559,1764586341,1769352563,1818388851,524389,1869622805,762344816,1936942445,778397537,1802465123,134243689,1882068480,1886744687,1702260525,2036427890,1869570861,1936025963,251660288,1886351406,1882026101,1953066095,6382441,772472840,1970302832,1869753712,134246244,1882067456,1886744687,1919120173,762209637,1868853106,352323584,1886351406,1663987829,1768648559,1868770661,1852142446,524404,1869622803,1114666352,1701736033,1634883442,1919250544,201328640,1886351406,1866690677,1701407599,301991936,1886351406,1866690677,1701407599,1701012289,134247536,1882066176,1886744687,1802465091,7562601,773914632,1970302832,1633966960,1882022260,1886744687,1869619773,762344816,1802465123,1562535273,234883072,1886351406,1600090229,1802465123,134243689,1882066688,1886744687,1868783455,1701407599,524403,1869622804,1601205616,1668246626,1866686315,1701407599,524403,1869622803,1601205616,1668246626,1868783467,1701407599,218105856,1886351406,1667199093,1768648559,524389,1869622805,1601205616,1802465123,1633641833,1852142436,134243699,1882069760,1886744687,1869570911,1600481643,1769172848,1852795252,1717922911,524404,1869622798,1601205616,1802465123,7562601,772997128,1970302832,1868783472,1701407599,1920425843,134246497,1882066688,1886744687,1819242591,1701405545,524403,1869622797,1668314480,1801678703,134243689,1882065920,1886744687,1802465123,134243689,1882067456,1886744687,1836216166,1869570861,1936025963,503318528,1919905838,762077556,1098215289,1699243378,1663919474,1768648559,1920413029,134246497,1882068480,1819570799,1667200101,1768648559,1869635429,2036558188,251660288,1936683054,762078580,1802465123,7562601,772669448,2004053872,1633955184,1633837428,524402,1869622800,1701605238,1866688878,1701407599,524403,1886400024,1667457325,762605669,1802465123,762537321,1668246626,524395,1886400010,1869570861,6646123,772866056,1663922288,1768648559,1633824101,1919250030,301991936,762343470,1802465123,1999463785,1768845921,134244206,1882067712,1868770672,1701407599,1868783455,1852142702,524404,1886400018,1869570861,1936025963,1953459757,6644585,772472840,761360496,1769238382,134243683,1882065920,1663919984,1768648559,134247269,1882067968,1601400176,1667198307,1702063727,1650422894,134247009,1882071040,1885303408,1601595762,1969450852,1953391981,1869570911,1600481643,1852727650,134247013,1882069248,1882026864,1635150194,1882028387,1667853423,1953705337,7367026,772866056,1663922800,1768648559,1869491557,1701013876,301991936,762474542,1802465123,1865246057,1819436406,134248801,1882067200,1868770674,1701407599,1819242541,7955305,773193736,761623152,1684104552,1868783455,1701407599,1718511917,524399,1919954457,1701326181,1919247457,1869570861,761620843,1769238382,134243683,1882066688,1867343218,1131176292,1768648559,524389,1919954446,1802462053,1852401001,7497070,772931592,1986359920,1098149477,1885692771,1668178292,524389,1919954468,762277225,1802465123,1663919465,1819307375,1668178281,1819290981,1751475041,1701080175,524402,1919954446,1667331689,1818307961,7631461,773062664,1986622064,762930017,761556577,1802465123,7562601,772734984,1986622064,762930017,1852727650,134247013,1882068736,1635150194,1647147363,1701736033,1920413042,1701867617,524402,1919954444,1667331689,1633824121,524402,1919954454,1667331689,1633824121,1868770674,1767994478,7497070,773259272,1986622064,762930017,1601331554,1852793695,1852399988,134247013,1882069248,1635150194,1647147363,1801678700,761753193,1919252079,7954796,772997128,1986622064,762930017,1953391971,1663922789,134242676,1882067200,1635150194,1663924579,1701015151,7564914,773849096,1986622064,762930017,1936617315,762605157,1852727650,1600090725,1919252079,7954796,773390344,1986622064,762930017,1936617315,762605157,1868983913,1635017517,369100800,1769107502,2036556150,1852793645,1819243124,1684103725,134243687,1882068992,1635150194,1663924579,1920233071,762539119,1852727650,134247013,1882066688,1635150194,1663924579,1768648559,524389,1919954453,1667331689,1868770681,1701407599,1701601581,134247538,1882068480,1635150194,1663924579,1768648559,1633824101,1919250030,318769152,1769107502,2036556150,1869570861,761620843,7496034,772800520,1986622064,762930017,1802465123,7562601,772997128,1986622064,762930017,1668508004,1835622764,134247013,1882069504,1635150194,1680701795,1818456937,1701669217,1633824114,1919250030,352323584,1769107502,2036556150,1869571629,762471796,1668246626,524395,1919954445,1667331689,1768435065,134247534,1882068736,1635150194,1764587875,762275438,1953394531,1701734753,524402,1919954446,1667331689,1852386681,7565158,772931592,1986622064,762930017,1953066601,1818326829,524396,1919954456,1667331689,1634545017,1701273966,1650417522,1701736033,524402,1919954457,1667331689,1634545017,1701273966,1868521330,1819436406,134248801,1882068992,1635150194,1831696739,1634956133,1865246055,1819436406,134248801,1882068736,1635150194,1848473955,1667855471,1932340581,1819307369,524389,1919954458,1667331689,1869491577,1701013876,1667326509,1869768555,6581877,773128200,1986622064,762930017,1769238382,1764582755,1919250030,520095744,1769107502,2036556150,1953459757,1667851881,1869182049,1868770670,1767994478,7497070,773324808,1986622064,762930017,1768714096,1936025955,1851875885,7497070,773193736,1986622064,762930017,1768714096,1647147363,1701736033,524402,1919954451,1667331689,1869622649,2036558188,1918984749,385878016,1769107502,2036556150,1819242541,762930025,1936617315,7630437,773193736,1986622064,762930017,1768714096,1663924579,1768648559,524389,1919954455,1667331689,1869622649,2036558188,1869570861,1936025963,536872960,1769107502,2036556150,1819242541,762930025,1802465123,762537321,1868983913,1919249778,385878016,1769107502,2036556150,1819242541,762930025,1936942445,6645601,773128200,1986622064,762930017,1768714096,1831696739,1818322031,369100800,1769107502,2036556150,1819242541,762930025,1769238382,134243683,1882069504,1635150194,1882028387,1667853423,1869491577,1701013876,1918984749,352323584,1769107502,2036556150,1819242541,762930025,1970302832,524400,1919954461,1667331689,1869622649,2036558188,1869770797,762605677,1685024045,134245473,1882068224,1635150194,1882028387,1667853423,1869884793,7631713,773324808,1986622064,762930017,1768714096,1936292195,1769239341,7957347,772669448,1986622064,762930017,1970302832,524400,1919954454,1667331689,1869622649,762344816,1919252079,7954796,773193736,1986622064,762930017,1970302832,1920413040,1701867617,524402,1919954455,1667331689,1919954297,1953525103,1634891565,1919250544,369100800,1769107502,2036556150,1768452909,761556069,1852727650,134247013,1882068480,1635150194,1949137251,1936552549,1869570861,1936025963,234883072,1769107502,2036556150,1634694189,134247539,1882066688,1635150194,1965914467,1952539760,524389,1919954448,1667331689,1635200377,1852403314,524391,1919954448,1667331689,1701593465,1866626162,524408,1919954446,1667331689,1851867769,7497070,772472840,1986622064,1115251553,134247009,1882066432,1635150194,1866692963,1701407599,285214720,1769107502,2036556150,1802465091,1866622313,524408,1919954448,1667331689,2002865273,1919249473,524404,1919954447,1667331689,1818578297,1735289188,234883072,1769107502,2036556150,1769238350,134243683,1882067968,1635150194,1867413859,1768319348,1769234787,134245999,1882067968,1635150194,1867544931,2036558188,1852727618,134247013,1882067200,1635150194,1867544931,2036558188,7496002,772866056,1986622064,1350132577,1667853423,1802257017,318769152,1769107502,2036556150,1768714064,1867544931,7370096,772931592,1986622064,1350132577,1667853423,1918982009,524398,1919954453,1667331689,1952797561,1735289204,1886343283,134246517,1882065664,1635150194,1867807075,524400,1919954447,1667331689,1885298553,1886744687,251660288,1769107502,2036556150,1851875935,7497070,772800520,1986622064,1601790817,1936617315,7630437,773259272,1986622064,1601790817,1802465123,1601398121,1768714096,134248803,1882065920,1635150194,1683978595,134248041,1882066688,1635150194,1818196323,1650423649,524391,1919954447,1667331689,1869504377,1701013876,352323584,1769107502,2036556150,1953459807,1667851881,1869182049,524398,1919954452,1667331689,1869635449,2036558188,1718511917,524399,1919954453,1667331689,1869635449,2036558188,1701601582,134247538,1882071296,1635150194,1885305187,1667853423,1818308217,762606181,1836280164,1769173865,6646882,773652488,1986622064,1601790817,1768714096,1630435683,1953654124,1918990125,1735289198,436209664,1769107502,2036556150,1819242591,1601790825,1852793695,1852399988,134247013,1882068480,1635150194,1885305187,1667853423,1633836921,1919250030,301991936,1769107502,2036556150,1819242591,1601790825,134244194,1882067968,1635150194,1885305187,1667853423,1868717945,134245748,1882067968,1635150194,1885305187,1667853423,1852399481,134246246,1882069760,1635150194,1885305187,1667853423,1701666681,1734439795,1868717925,524408,1919954451,1667331689,1869635449,2036558188,1886351455,369100800,1769107502,2036556150,1869770847,1601466477,1953787746,134245743,1882071296,1635150194,1885305187,1702129522,1869182051,1868783470,1701407599,1851875935,7497070,773914632,1986622064,1601790817,1953785203,1936158313,1953392991,1634103909,1882088803,1886744687,268437504,1769107502,2036556150,1918990175,1735289198,234883072,1769107502,2036556150,1852727650,134247013,1882068224,1635150194,1633843555,1919250030,1953459807,6644585,772669448,1986622064,1668899681,1768648559,524389,1919954452,1667331689,1869570937,1650813291,1701736033,524402,1919954444,1667331689,1852401785,524404,1919954444,1667331689,1718511993,524399,1919954452,1667331689,1953853305,1920430693,1701867617,524402,1919954457,1667331689,1819242617,1701405545,1868770675,757935469,134242926,1882074624,1635150194,1869642083,1768122732,1663923045,757951855,761425453,1702129257,1769239410,1818323316,1702260525,2036427890,352323584,1769107502,2036556150,1768714096,1630370147,1885692771,524404,1919954463,1667331689,1819242617,1836671849,1634956133,1868719463,1701339e3,1919247457,335546368,1769107502,2036556150,1768714096,1953724771,1701865842,402655232,1769107502,2036556150,1953785203,1936158313,1633836895,1919250030,603981824,1769107502,2036556150,1819042167,1851875885,1534223726,1635017060,762538285,1769171318,1566927970,335546368,1769107502,2036556150,1701996919,1634891565,1919250544,318769152,1769107502,2037604726,1768714096,1764587875,7300718,773193736,1986622064,761623649,1802465123,762537321,1633972077,524396,1919954446,1952544361,1819234405,7955305,773062664,1601139312,1802465123,1814914409,1919252833,6778413,773128200,1802465904,1868770671,1701407599,1852793645,1953391987,369100800,1869770798,1816227693,762606181,1802465123,1869636969,134247280,1882067200,1886220146,1868770676,1701407599,7823724,772734984,1836020336,1667200112,1768648559,134247269,1882068992,1701867378,1919249516,1869570861,1667590507,1702063727,134247534,1882067968,1702129522,1866691683,1701407599,1852727618,134247013,1882065664,1866673523,1701407599,524403,1936731659,1869570861,1936025963,184551424,1735618606,1869570861,6646123,772669448,1663923312,1768648559,1633824101,524402,1970286101,1667853410,1734700127,1667198049,1768648559,134247269,1882068224,1701867637,1868770676,1701407599,1851875885,7497070,773718024,1701999984,1869570861,1936025963,1953459757,761619305,1953394531,1701734753,524402,1970286108,1663919474,1768648559,1848472421,1667855471,1920413029,1701867617,524402,1970286099,1701605490,1869570861,761620843,1868983913,167774208,1937076270,1851993448,134245481,1882069248,1701344117,1851879538,1663921253,1768648559,1953459813,6644585,772472840,762672496,1802465123,134243689,1882065664,1868770678,1701407599,524403,2003840530,1869570861,761620843,1936617315,7630437,773128200,1663924080,1768648559,1868770661,1852142446,846605684,503318528,762802222,1802465123,1663919465,1702063727,1982690414,1633824050,1919183715,134246511,1882067200,1868770679,1701407599,1852405549,7827300,773193736,1667200880,1702063727,1834972270,1634956133,1768187239,524406,2003840523,1869570911,1936025963,486541312,1702326318,2020565602,1970040877,762210663,1802465123,1885300073,1667853423,524409,2003840527,1868783475,1701407599,1918984799,251660288,1819832366,1869570911,1600481643,7496034,772538376,825063792,1869570862,6646123,772407304,858618224,1885827630,524388,2037394956,1663972397,1768648559,524389,2054172182,1936286765,1767992419,762471789,1869570861,6646123,773128200,1701588337,762077543,1769238382,1633904998,1852795252,503318528,1848471854,1718187119,1952539497,1533964137,1935764579,574433907,1919968359,134241570,1898844416,1818850093,762605157,1936617315,7630437,772407304,1868783473,1701407599,524403,1634807314,1701601581,757953650,1802465123,7562601,772866056,1663918449,1768648559,1869491557,1701013876,285214720,761360686,1667329651,1918984811,1885561645,524385,1651584529,1869570861,1818585451,1647146849,134247009,1898843904,1835216227,1752378736,1852405615,524391,1668361748,1886217005,761885997,1953394531,1701734753,524402,1685138960,1869570861,761620843,1970302832,524400,1735470603,1852793645,1953391987,201328640,1768845614,1869570861,1735617899,285214720,762343726,1802465123,762537321,1919249505,524404,1953574430,1869570861,761620843,1936617315,762605157,762867554,1885434487,7497072,772866056,1667855729,1868770667,1701407599,1918984749,150996992,1663922734,1768648559,524389,762457613,1802465123,1647142249,134247009,1915621376,1869570861,761620843,1953460070,134247013,1915619840,1869570861,1936025963,251660288,1731031598,762474596,1802465123,7562601,772603912,1684483442,1882026608,1886744687,285214720,1684107822,1819307881,1919252833,1852727597,524399,1634872859,1886349668,1702453612,1868770674,1701407599,1852793645,1953391987,301991936,1684107822,761820009,1802465123,1647142249,134247009,1915621120,1936286817,1668427112,1633824099,524402,1634872851,1868770664,1701407599,1852793645,1953391987,268437504,1851879982,1868770667,1701407599,1918984749,285214720,1935766062,1650550900,1663922789,1768648559,524389,1651650066,1667457325,762605669,1802465123,7562601,772407304,1663918706,1768648559,524389,1651650067,1869570861,761620843,1801675106,1886351972,352323584,761426478,1802465123,1680696681,1818456937,1701669217,524402,1651650064,1869570861,1735289195,1919249505,524404,1668427281,1869570861,761620843,1852727650,134247013,1915623168,1663924067,1869570861,1684367723,1818456937,1701669217,524402,1685204495,1868783455,1701407599,1918984749,385878016,1734636078,1634889828,1868770671,1701407599,1851875885,7497070,773390344,762143858,1667326308,1953459757,761619305,1886217588,1702125932,385878016,1634038318,757953635,1969516397,1600087404,1802465123,7562601,773062664,1667327346,1868770676,1701407599,1851875885,7497070,773455880,1667327346,1868770676,1701407599,1885628205,1818373490,1701536623,524402,1701981721,762602337,1802465123,1731028329,762474596,1818323300,134244207,1915623424,1952670053,1869570861,761620843,762798444,1818323300,134244207,1915625472,1952670053,1986096685,1634020713,1869570861,761620843,1668508004,1835622764,134247013,1915626752,1952670053,1986359853,1533829477,1935764579,574433907,1802465123,1647142249,1701736033,6103666,772472840,1684104562,1802465123,134243689,1915621632,1635017573,1701603182,1802465091,7562601,772603912,1969448306,762932338,1919968359,352323584,1684369966,762601832,1802465123,1647142249,1701736033,524402,1701981714,1852795239,1869570861,761620843,7233890,773128200,1768383858,1663921775,1768648559,1818586469,1735289188,469764096,1734701614,762212201,1668508004,1835622764,1663922789,1869639023,1953391982,201328640,1734701614,762212201,1919968359,285214720,1734701614,762212201,1868853106,1718511917,524399,1701981720,1852795239,1663921249,1768648559,1635200357,1852403314,524391,1701981711,1936029041,1869562740,1936025963,352323584,1936028206,1802465091,1868785001,1920413038,1701867617,524402,1701981718,1918986355,1868783461,1701407599,1852989815,6778473,773324808,1886610802,1769172591,1630365046,1600090224,1802465123,7562601,773521416,1886610802,1769172591,1866884470,1919251567,1131569474,1702129263,134247534,1915620608,1819636581,1869562740,6646123,773062664,1635018098,1663921257,1768648559,1634479461,7497081,773259272,1702258034,1831693409,1818322031,761750061,1802465123,134243689,1915622400,1634039397,1869426028,762077540,1802465123,134243689,1915624192,1634039397,1869426028,1533829476,1026188393,1869570850,577071467,524381,1701981713,1868770681,1701407599,1769238350,134243683,1915620096,761557095,1919249505,524404,1735536140,1647142e3,1701736033,524402,1735536137,1647142e3,134247009,1915620096,761557095,1668246626,524395,1735536142,1647142e3,1801678700,6645601,772603912,1685088114,1852793645,1953391987,251660288,1885827630,1868770660,1767994478,7497070,772538376,1685088114,1869570861,6646123,772734984,1685088114,1869570861,1650813291,134247009,1915620608,761557095,1802465123,7562601,773062664,1685088114,1869570861,1936025963,1851875885,7497070,773128200,1685088114,1869570861,1936025963,1869575213,2020565612,419432448,1885827630,1633955172,1663918452,1920233071,1647144047,1701736033,524402,1735536140,1697473648,1918985070,524404,1735536143,1714250864,1684371561,1918984749,201328640,1885827630,1868967268,1919251567,285214720,1885827630,1701260644,1634887022,1868705132,524408,1735536142,1764582512,1601136238,7496034,772472840,1685088114,1852729645,134247013,1915620096,761557095,1702453612,524402,1735536140,1848468592,1633842785,524402,1735536140,1848468592,1667855471,524389,1735536146,1848468592,1718187119,1952539497,7237481,772472840,1685088114,1886351405,134245993,1915620096,761557095,1970302832,524400,1735536141,1999463536,1886413170,134247013,1915619840,778334311,2003134838,134219776,1885827630,1851867748,184551424,1885827630,1869562724,6646123,772669448,1685088114,1667326559,1869767787,524400,1735536140,1650418800,1701736033,524402,1735536146,1650418800,1701736033,1818320754,7631461,772341768,1685088114,2020565599,218105856,1885827630,1701666660,1734439795,524389,1752313362,1869570861,761620843,1936617315,7630437,773586952,1702324338,1986997602,1634497125,1868770681,1701407599,1634231085,6645614,772734984,1650616690,1596812911,1802465123,134243689,1915620864,1868718697,1868770670,1701407599,369100800,1734963758,1714254952,1952542572,761753193,1802465123,134243689,1915622912,1635086697,1097822820,1936291446,1769099375,2036556150,335546368,1936290350,1601400163,1802465123,1701602665,1702130537,369100800,2003464750,1868770672,1701407599,2002873389,1886351405,134246517,1915623680,1885566060,1718511967,1634562671,1852795252,1869570911,6646123,772472840,762866802,1802465123,134243689,1915621120,1663924332,1768648559,1633824101,524402,1836199434,1869570861,6646123,772866056,1663921522,1768648559,1630368613,1953654124,268437504,762147374,1802465123,762537321,1953260898,234883072,762147374,1802465123,762537321,134245487,1915621120,1866688365,1701407599,1919249473,524404,1852976658,1866673515,1701407599,1819234419,7955305,772472840,1601465970,1802465123,134243689,1915621888,762012527,1802465123,1882023273,1886744687,201328640,1685025326,1667313007,1953523043,184551424,1685025326,1818307951,7631461,773455880,1868853106,1869570861,1936025963,1851879469,1831693413,1819632751,524389,1869753868,1747808100,1751607653,524404,1869753866,1764585316,7300718,772669448,1868853106,1718511917,1868705135,524408,1869753878,1764585316,762275438,762867554,1919252079,7954796,772997128,1868853106,1718511917,1667194735,1702129263,134247534,1915622144,762274927,1868983913,1987010399,1634497125,524409,1869753867,1831694180,1818322031,352323584,1685025326,1869491567,1836264820,762080353,1633972077,524396,1869753871,1865248612,1819436406,1919252833,184551424,1685025326,1869622639,7370096,772866056,1868853106,1886351405,1885302901,1886744687,218105856,1685025326,1920413039,1701867617,524402,1869753871,1999466340,1886413170,825061989,167774208,1685025326,1701593455,134247538,1915619840,1349477487,1886744687,218105856,1685025326,1633640303,1885692771,524404,1869753872,1600089956,1953394531,1701734753,524402,1869753875,1667198820,1768648559,1885303653,1886744687,167774208,1685025326,1852399471,134246246,1915620096,1634690159,1885692771,524404,1869753868,1868770664,1701407599,524403,1869753879,1663905143,1768648559,1868770661,1768714349,1701015137,234883072,2003792430,1869570861,1650813291,134247009,1915620352,1663924079,1768648559,134247269,1915627776,1683715951,761361505,1953719668,1818587949,1869898597,574433906,1802465123,1647142249,1701736033,6103666,772931592,1127051378,1768648559,1866691429,1852142446,524404,1936862736,1701601581,1663923314,1768648559,524389,1936862738,1869570861,761620843,1936617315,7630437,772800520,1651798898,1866692719,1701407599,7496002,772538376,762671986,1802465123,7562601,773259272,1663923314,1768648559,1819242597,762930025,1769238382,134243683,1915622144,1663923060,1768648559,1635200357,1852403314,524391,1953639963,1868770675,1701407599,1635200371,1852403314,1634741607,1818586734,452986880,1937011246,1685024045,761621621,1802465123,762537321,1936942445,6645601,773324808,762082930,1852727618,1663922789,1768648559,1851867749,7497070,772931592,1663924082,1768648559,1868770661,1852142446,524404,2003971607,1869570861,761620843,1769238382,1633904998,1852795252,520095744,1954050606,1802465123,1768187241,1634493299,1919249769,1868783455,1767994478,7497070,773128200,1663924594,1768648559,1701850469,1936289138,1852795251,587204608,757953326,1936942445,1533372257,1935764579,574433907,1802465123,1848468841,1667855471,6103653,773062664,808529267,1869570861,761620843,1936617315,7630437,772669448,1885416819,1868770672,1701407599,524403,762523145,1802465123,134243689,1932399616,1869570861,761620843,1668508004,1835622764,134247013,1932398080,1869570861,761620843,1953393e3,436209664,1663922990,1768648559,1869491557,1768319348,1769234787,1647144559,134247009,1932398336,1869570861,761620843,1970302832,524400,762523153,1802465123,1600087401,1633972077,134231404,1932397568,1869570861,1650813291,134247009,1932397056,1869570861,1936025963,251660288,1663922990,1768648559,1764586341,7300718,773128200,1868770675,1701407599,1852386675,1764585318,1919250030,301991936,1663922990,1768648559,1999467365,1768845921,134244206,1932399872,1869570861,1936025963,1868783455,1767994478,7497070,772997128,1868770675,1701407599,2002739059,1886413170,134247013,1932396288,1885628205,524402,762523171,1769365870,1769234791,1949134447,762081135,1701732720,1768172908,1634493299,1919249769,285214720,758215470,1802465123,1647142249,1701736033,524402,846409245,1868770608,1701407599,1851875885,1601332590,1852793695,1852399988,134247013,1932400384,842149938,1869570861,761620843,1601331554,1768257119,524396,846409238,1869562733,1936025963,1769238607,1634288750,6778732,773259272,1663906675,1768648559,1701653861,1734439795,1920413029,134246497,1932400896,758134323,1802465123,1747805545,762605161,1885434487,7497072,772800520,1868783475,1701407599,1851875885,7497070,772603912,1701273971,1869570861,1936025963,301991936,1835103022,1868770675,1701407599,1685024045,134245473,1932398336,761359969,1802465123,1633838441,524402,1634938385,1634561902,1953525549,1647144553,134247009,1932397824,761624161,1802465123,7562601,772866056,1702257011,1869570861,1936025963,1702130221,318769152,761426734,1852727650,762540645,1869570861,6646123,772997128,1663918707,1768648559,1852386661,1647144806,134248559,1932398848,1868770658,1701407599,1818307955,7631461,772931592,1848468083,1802465123,762537321,1919249505,524404,1668492810,1869570861,6646123,772866056,1663918963,1768648559,1633824101,1919250030,184551424,761492270,1802465123,7562601,772276232,1731027827,7499876,772734984,1731027827,762474596,1852727650,134247013,1932401408,762129763,1802465123,1663919465,1702063727,1647146094,1701736033,524402,1668492818,1769107501,2036556150,1851875885,7497070,772931592,761750387,1802465123,1647142249,1701736033,524402,1668492819,1633955176,1868783988,1869771886,1919249516,335546368,1751348014,1667194721,1768648559,1633824101,1919250030,184551424,1835234094,1869622640,7235952,772997128,762274675,1802465123,1663919465,1768320623,134245746,1932401664,1835888483,1701016165,1885628205,1868770674,1701407599,1769238382,134243683,1932402176,1701998435,1869570861,761620843,1668508004,1835622764,1630368357,1953654124,503318528,1885565742,1869570861,761620843,1936617315,762605157,1702131055,1920413042,134246497,1932398592,1630368355,1663923812,1768648559,134247269,1932400128,1701147235,1986997614,1634497125,1868770681,1701407599,234883072,1919120174,778986853,1802465123,134243689,1932401664,1885958755,1919954292,1667331689,1819234425,762930025,1802465123,134243689,1932399872,1885958755,1868783476,1701407599,1851875935,7497070,772997128,1869767539,1714252908,1663989865,1768648559,134247269,1932399360,1819243107,544367980,1663967294,1768648559,524389,1668492811,1868770679,1701407599,285214720,761557806,1802465123,1647142249,1701736033,524402,1685270039,1869570861,761620843,1769238382,1633904998,1852795252,285214720,1600418606,1802465123,1886610793,1667853423,524409,1685270039,1769155939,1663919476,1768648559,1869491557,1701013876,469764096,1818522414,1953459757,1667851881,1869182049,1868770670,1701407599,1918984749,318769152,1818522414,1650816813,1869570861,761620843,7496034,772800520,1952540019,1869570911,1600481643,7496034,773193736,1952671091,762212201,1851875885,1131570542,1768648559,524389,1702047256,1869182051,1663905134,1768648559,1868770661,1852142446,524404,1702047255,1869182051,1663905134,1768648559,1869622629,2036558188,318769152,1667593006,1852795252,1868770605,1701407599,7496002,772866056,1952671091,762212201,1869570861,1936025963,251660288,1667593006,1852795252,1869570861,6646123,773259272,1952671091,762212201,1802465123,1831691625,1634956133,134243687,1932401408,1769235301,1663921775,1768648559,1953451621,1667851881,1869182049,524398,1702047248,1869182051,1868770670,1701407599,524403,1702047261,1869182051,1869491566,1768319348,1769234787,1663921775,1768648559,134247269,1932399360,1769235301,1882025583,1886744687,1885628205,524402,1702047257,1869182051,1667194734,1768648559,1831677285,1634956133,134243687,1932400384,1769235301,1600089711,1802465123,1949132137,1818716015,524389,1702047249,1869182051,1667194734,1768648559,134247269,1932399872,1936876901,1886217005,1851875885,762471790,7496034,773455880,1919247731,1835216243,1868770672,1701407599,1952539693,1869098337,524396,1702047254,1663918695,1768648559,1836016485,1634298992,6644590,772538376,1667851635,1869570861,6646123,773390344,1701602675,1919906915,1802465091,1632396649,1936018807,1701273971,335546368,1818587950,1868770662,1767994478,1868770670,1701407599,301991936,1835365166,1869570861,761620843,1769238382,134243683,1932401664,1702129253,761619310,1869570861,761620843,1852793645,1852399988,134247013,1932400128,1919971173,762540901,1919251317,1852793645,1953391987,520095744,1868919598,1936028272,1937059187,1663922789,1702063727,1647146094,1684759393,7368562,772866056,1920230771,1701867617,1869570924,1936025963,201328640,1952805678,1868770675,1701407599,184551424,761688878,1936617315,7630437,772866056,1663919731,1768648559,1633824101,1919250030,402655232,761688878,1802465123,1663919465,1702063727,1865249902,1919251573,335546368,761688878,1802465123,1768187241,1634493299,1919249769,301991936,761688878,1802465123,762537321,1852727650,134247013,1932399872,1769430886,1952802660,1919250527,1936943469,7237481,773128200,762537587,1802465123,1663919465,1635020399,1919250025,301991936,761754414,1802465123,1663919465,1702063727,134247534,1932399616,1868770663,1701407599,1852793645,1852399988,134247013,1932398848,1868770663,1701407599,1953459757,6644585,772866056,1663919987,1768648559,1869622629,2036558188,385878016,761754414,1802465123,1882023273,1667853423,1869622649,7370096,772603912,1663919987,1868770679,1701407599,218105856,1667724078,1868770659,1701407599,524403,1735601674,762474596,7892834,773062664,762537843,1802465123,762537321,1936617315,7630437,772472840,1131636595,1768648559,134247269,1932397056,1868770664,1701407599,268437504,761819950,1802465123,1630365033,1953654124,285214720,761819950,1802465123,1647142249,1701736033,524402,1752378903,1869570861,761620843,1718513507,1634562665,1852795252,285214720,761819950,1802465123,1680696681,1869373801,524391,1752378897,1869570861,1936025963,1634890797,134245219,1932400128,1752378728,1663924079,1768648559,1949135717,1801675122,234883072,1634235182,762802020,1802465123,134243689,1932399872,1868849512,1868770679,1701407599,1851875885,7497070,773062664,1684105331,1663924079,1768648559,1851867749,7497070,773521416,1918986355,1869111653,761489772,1802465123,1663919465,1702063727,134247534,1932399872,1701994856,1818307940,1601466981,1869570911,6646123,773455880,1918986355,1663919205,1869639023,1953391982,1868770675,1701407599,524403,1752378902,1684370017,1869570861,761620843,1936617315,7630437,772734984,1918986355,1663919205,1768648559,134247269,1932400128,1701994856,1667194724,1768648559,1633824101,1919250030,218105856,1634235182,1663921010,1768648559,524389,1752378903,1667312994,1953523043,1869570861,1936025963,2020565549,352323584,1768452910,762475622,1802465123,1848468841,1667855471,524389,1752378901,1769304175,762668333,1802465123,1647142249,134247009,1932399616,762802024,1852727650,1663922789,1768648559,134247269,1932399616,762802024,1668181859,761557615,1852727650,134247013,1932400128,762802024,1802465123,1663919465,1635020399,1919250025,352323584,1869116206,1868770679,1701407599,1953459757,1702454889,524402,1752378918,1663924079,1768648559,1869622629,980448624,678719342,2036625250,1869494825,1952983156,2714733,772734984,2003789939,762668333,1802465123,134243689,1932399616,762802024,1919968359,1953459770,1685021224,134228345,1932399360,762802024,1769238382,1663919459,1768648559,524389,1752378900,1965979503,1647141732,1747808865,1701080175,524402,1752378893,1965979503,1865245540,134247030,1932396800,1199009640,5394500,772931592,2003789939,1986622032,1132028769,1768648559,524389,1752378893,1667200879,1768648559,134247269,1932399872,1702326120,1868770660,1701407599,1953459757,6644585,772734984,2003789939,1663984741,1768648559,134247269,1932397056,762147432,1919968359,486541312,1734964014,1869570861,761620843,1852727650,1600090725,1953394531,1701734753,524402,1769156112,1952542311,1868770677,1852142446,524404,1769156119,1663922027,1768648559,1768172901,1634493299,1919249769,301991936,1835627310,761621616,1802465123,1647142249,134247009,1932400384,1819307369,1868770661,1701407599,1920413043,1701867617,524402,1769156108,1663923571,1768648559,524389,1769156113,1194157428,760369220,1852727650,134247013,1932399616,761623657,1667327330,1663921775,1768648559,134247269,1932399104,761623657,1802465123,1630365033,1953654124,318769152,1953067822,1868770661,1701407599,1851875885,7497070,773193736,1702127987,1869570861,761620843,1953394531,1701734753,524402,1769156116,1663919476,1768648559,1868770661,1852142702,524404,1769156119,1663919476,1768648559,1768172901,1634493299,1919249769,285214720,1953067822,1868770661,1701407599,1718511917,524399,1769156114,1663919476,1768648559,1634741605,7103854,772931592,1702127987,1869570861,761620843,1970302832,524400,1769156116,1663919476,1768648559,1635200357,1852403314,524391,1769156114,1663919476,1768648559,1851867749,7497070,772603912,1702127987,1869570861,1936025963,335546368,1953067822,1868770661,1701407599,1633824115,1919250030,301991936,1953067822,1868770661,1701407599,1852386675,134246246,1932399872,761623657,1802465123,762537321,1885434487,7497072,773455880,1702127987,1869571629,762471796,1802465123,1647142249,1701736033,524402,1769156121,1714251124,1702129519,1868770674,1701407599,1852727650,134247013,1932398848,761623657,1919968359,1851875885,7497070,772931592,1702127987,1885628205,1701653874,1734439795,524389,1769156116,1747805556,1701077349,1868770674,1701407599,524403,1769156118,1831691636,1634956133,757949799,1802465123,7562601,773062664,1702127987,1936026925,1701273971,1869570862,6646123,773390344,1702127987,1685024045,761621621,1953067821,1868770661,1701407599,268437504,1953067822,1936534885,1868770663,1701407599,318769152,1953067822,1701719397,762537061,1802465123,7562601,773062664,1702127987,1953459757,761619305,1885434487,7497072,773914632,1702127987,1819242541,762930025,1936617315,762605157,1769238382,1633904998,1852795252,318769152,1953067822,1869622629,779122032,1936617315,7630437,772997128,1702127987,1769107501,2036556150,1768714096,134248803,1932401152,761623657,761623413,1802465123,1663919465,1635020399,1919250025,402655232,1953067822,1937059173,1663923045,1768648559,1647145829,1801678700,385878016,1953067822,1769418085,1848468836,1667855471,1731013989,7499876,772472840,1702127987,1802465091,134243689,1932399616,1130722409,1768648559,757953381,1953787746,134245743,1932400384,1600484457,1668246626,1920425835,1667199073,1768648559,524389,1769156119,1667196276,1768648559,1667199845,1635020399,1919250025,469764096,1953067822,1868783461,1701407599,1868783475,1767994478,1601332590,1852141679,352323584,1953067822,1868783461,1701407599,1701666675,1734439795,524389,1769156114,1667196276,1768648559,1819308901,6845281,772997128,1702127987,1634035807,1601332580,1802465123,134243689,1932401920,1600484457,1986622064,1668899681,1768648559,1600090981,1953394531,7630437,774438920,1702127987,1851878512,762471790,1969516397,762537324,1802465123,1882023273,1667853423,1869491577,1701013876,335546368,1953067822,1663923045,1768648559,1869491557,1701013876,402655232,1953067822,1663923045,1768648559,1869491557,1701013876,1953064493,301991936,1953067822,1634562917,1663923314,1768648559,134247269,1932402688,2003137641,761619561,1852727650,757953125,1802465123,1663919465,1702063727,134247534,1932398080,1697477482,1868770677,1701407599,486541312,762016558,1886220131,1852141167,1663905140,1768648559,1701653861,1734439795,524389,1802710546,1869570861,761620843,1936942445,6645601,772538376,761359219,1802465123,7562601,772669448,762473331,1802465123,1866622313,524408,1802710556,1868770681,1852797037,762605157,1802465123,1848468841,1667855471,524389,1819487761,1869570861,761620843,1852727650,134247013,1932399104,1868770668,1701407599,1852793645,1953391987,234883072,1768715054,1130325347,1768648559,134247269,1932398336,1701079404,1663987273,1768648559,524389,1819487761,1868915817,1663923317,1768648559,134247269,1932400384,1768188268,1663919982,1768648559,1647145829,1869902959,524397,1819487766,1852400745,1919954279,1667331689,1869622649,7370096,773062664,1663921523,1768648559,1734421861,1835361650,7630437,772931592,1663921523,1768648559,1868770661,1852142446,524404,1836264979,1868770657,1701407599,1634891565,1919250544,352323584,1634562862,1663986796,1768648559,1868770661,1852142446,524404,1836264984,1600941153,1919968359,1886351455,1751085173,1701080175,524402,1836264977,762606177,1663923557,1768648559,134247269,1932403456,1600349037,1953787746,1667198319,1768648559,1667457381,1601466469,1953394531,1701734753,524402,1836264996,761621609,1802465123,1848468841,1718187119,1952539497,762212201,1953394531,1701734753,524402,1836264977,1868783468,1701407599,1768714096,134248803,1932398848,1953460077,761620840,1936617315,7630437,773062664,1953656179,1868787245,1701407599,1818307955,7631461,772800520,762604915,1802465123,1848468841,6648943,772800520,1667329651,1918984811,1869570861,6646123,773455880,1667329651,1918984811,1869570861,761620843,1953394531,1701734753,524402,1853042191,762342755,1601204321,1919968359,385878016,1701737262,1668901729,1768648559,1868770661,1767994478,7497070,773128200,1734962803,1663921253,1714253933,1701667186,1802661751,301991936,762278702,1802465123,1999463785,1886413170,134247013,1932401920,1684483439,1600090736,1802465123,1848468841,1718187119,1952539497,7237481,772931592,761622387,1802465123,1882023273,1667853423,524409,1869819415,1868770667,1852142446,1868705140,1836020852,1918984749,352323584,1819243310,1869570861,761620843,1953394531,1701734753,524402,1869819409,1868770668,1701407599,1987011373,134247013,1932399360,1663921263,1768648559,1701653861,1734439795,524389,1869819403,1868770675,1701407599,234883072,1953461038,1663918953,1768648559,134247269,1932398592,1818785135,1663923041,1768648559,134247269,1932397312,1852995183,1885628205,524402,1886596625,1869570861,761620843,1852727650,134247013,1932399104,1868770672,1701407599,1918990125,1735289198,503318528,762344238,1919968359,1869570861,761620843,1769238382,1999463779,1886413170,134247013,1932400384,762129776,1802465123,762537321,1953394531,1701734753,524402,1886596623,1802465091,1867408745,1701013876,234883072,1601205038,2002740321,1886413170,134247013,1932399616,1701011824,1869570861,761620843,1769238382,134243683,1932397312,1663919216,1768648559,524389,1886596626,1663918949,1768648559,1886334309,7235956,773718024,1667592307,1836413556,1869570861,761620843,1768714096,1647147363,1701736033,524402,1886596627,1663924325,1768648559,1852785509,1953391987,369100800,1768977198,1663924579,1702063727,1999467630,1886413170,134247013,1932400384,1663921008,1768648559,1633824101,1919250030,1634891565,524400,1886596618,1869570923,6646123,772603912,1685221491,1852793645,1953391987,318769152,1919972142,1868770660,1701407599,1851875885,7497070,772407304,1668444531,1768648559,524389,1920151060,1630369889,1885692771,1868770676,1701407599,524403,1920151082,1868770659,1852797037,1937010277,1869562669,1348823403,1667853423,1600073081,1819898995,1918852965,7630703,772931592,761688691,1802465123,1848468841,1667855471,524389,1936928273,1685024045,1663921249,1768648559,134247269,1932399104,1663919731,1768648559,1633824101,1919250030,301991936,762606382,1936617315,762605157,1852727650,134247013,1932398848,1868770676,1701407599,1953459757,6644585,773128200,1851749491,1718187119,1952539497,1601073001,1885434487,385878016,1635021614,1852141677,1802465091,1866687849,1767994478,7497070,773324808,1885434995,1869901670,1869570861,761620843,1684825453,6778473,772669448,1952543859,1936272741,1885561645,524385,1953705489,1936290913,1935894900,1114927183,134248559,1932398336,1970561396,1868770675,1701407599,524403,1953705485,1701536617,1684483442,134247024,1932399360,1801677172,1633824121,1663905138,1768648559,524389,1953705486,2037080937,1869570861,6646123,774635528,1667855475,1663924587,1768648559,1868770661,1767994478,980575598,678719342,1819112552,1869494825,1868703860,2718052,773128200,1667855475,1663924587,1768648559,1868967269,1919251567,436209664,1769239342,762932067,1802465123,1764582761,1919903342,1769234797,134245999,1932400128,1801677172,1868770681,1701407599,1918990125,1735289198,385878016,1769239342,762932067,1802465123,1634493801,1851875959,7497070,772734984,1667855475,1663924587,1768648559,134247269,1932399872,1801677172,1868770681,1701407599,1869622643,7370096,773455880,1667855475,1714256235,1702129519,1868770674,1701407599,1718511917,524399,1953705491,2037080937,1802465091,1867539817,2036558188,234883072,1769239342,1601792867,1802465123,134243689,1932400128,1801677172,1868783481,1701407599,1918990175,1735289198,218105856,1769239342,1668901731,1768648559,524389,1953705510,2037080937,1953460070,1663922789,1768648559,1818307941,762606181,762867554,1885434487,7497072,772734984,1131181171,1768648559,1634686053,134247539,1932397568,1663921780,1768648559,134247269,1932398592,1667198580,1768648559,1953525605,134245993,1932397824,1836216180,1869570861,6646123,773849096,1919906931,1734960237,1818326121,1869570861,1466263915,762080353,1919252079,7954796,773062664,1769108595,1663919472,1835622764,1869570861,6646123,772734984,1769108595,1667196272,1768648559,134247269,1932398848,1936290420,761358691,1802465123,7562601,772472840,762606707,1802465123,134243689,1932399616,1768977780,1869562724,1130719595,1702063727,134247534,1932400640,1667201396,1768648559,1869438821,1702130542,1868783474,134247534,1932397824,1701607796,1802465091,7562601,772603912,1663923571,1768648559,1918984805,285214720,1651864366,1769104243,1663919458,1768648559,524389,1970482716,1852139619,1869570861,761620843,1986622064,762930017,1935765364,524404,1970482708,1869491559,1701013876,1919954221,1667331689,524409,1970482702,1833119081,1851867760,7497070,772866056,761886067,1802465091,1631741289,1919250030,318769152,1769304878,1869570861,761620843,1852989815,6778473,772669448,1668052339,1868770671,1701407599,524403,1970482710,2036425838,1869570861,761620843,1936617315,7630437,773259272,1701868915,1635217522,1769239341,762932067,1852727650,134247013,1932400128,1869639797,1647146098,1869901679,1868770669,1701407599,352323584,1920299822,1868770675,1701407599,1920413043,1701867617,524402,1970482700,1635215732,1852403314,524391,1987259920,1869562669,1466263915,1868852841,524407,1987259929,1869570861,761620843,1936617315,762605157,1852727650,134247013,1932400384,1868770678,1701407599,1953459757,1667851881,1869182049,524398,1987259921,1869570861,1130719595,1702063727,134247534,1932401920,1702047094,1819243309,1768712549,1866673524,1701407599,1936942413,6645601,773259272,1949136499,762607717,1953656688,779380076,1802465123,134243689,1932399616,1868770679,1701407599,1852793645,1852399988,134247013,1932400896,1868770679,1701407599,1852727618,1600090725,1919252079,7954796,772931592,1663924083,1768648559,1647145829,1701736033,524402,2004037140,761411889,1802465123,1647142249,1701736033,524402,2004037129,1802465091,134243689,1932400128,1869562743,1113942379,1701736033,1918982002,1919250544,318769152,1735881518,1702260525,2036427890,1869570861,6646123,773914632,1667856243,1869570861,761620843,1836213616,1769173865,1663921775,1635020399,1919250025,352323584,1769435950,1699509350,1131176295,1819307375,1668178281,524389,2004037133,1600223854,1852727650,134247013,1932400640,1663923063,1768648559,1869491557,1768319348,1769234787,134245999,1932399104,1868770680,1701407599,1852793645,1953391987,285214720,762868526,1802465123,1848468841,1667855471,524389,2020814347,1869570861,1936025963,150996992,1668838190,1768648559,524389,2037591571,1953390957,1663918949,1633824112,1919250030,385878016,1836675886,1769172848,1868770657,1701407599,1667457325,7630949,773062664,1869511027,1869570911,1600481643,1835363429,7630437,772734984,1601403251,1663918947,1768648559,134247269,1932402432,1751085945,1701077349,1869897586,1633840239,1868783474,1701407599,2019914847,524404,2037591573,1835365491,1953459757,778396521,1802465123,134243689,1932398848,1701653882,1600086388,1802465123,7562601,772538376,1600354931,1701079415,7892834,772341768,1868770676,1701407599,469764096,1714254894,1702129519,1667194738,1768648559,1768172901,1634493299,1919249769,285214720,758346798,1802465123,1848468841,1667855471,524389,1131687430,7040879,772931592,1869562740,1936025963,1868983881,1668246626,524395,1635003916,1868770658,1701407599,524403,1635003918,1915564642,762274927,7496034,772341768,1668178292,1919836781,268437504,1868657710,1869570861,761620843,1953393e3,251660288,1918989358,1869570911,1936025963,7496002,773586952,1953653108,1668637029,1869771881,1701593454,1765962866,1953448551,7171956,773521416,1953653108,1668637029,1869771881,1717912174,1449489007,1651077993,134243692,1949180672,1868789857,1851876708,1769107556,2036556150,1869570861,1852139883,1667855471,1633824101,524402,1651781129,1802465123,134243689,1949176064,1868770659,1701407599,1851875885,7497070,773128200,1663918964,1768648559,1868770661,1768714349,1701015137,301991936,761492526,1802465123,762537321,1919249505,134242676,1949176320,1919954275,1667331689,1633824121,1919250030,318769152,761492526,1986622064,762930017,1919252079,7954796,773259272,1866687348,1701407599,1634288755,1466396524,1886413170,134247013,1949177856,1663923555,1768648559,1680700261,762472304,1852727650,134247013,1949173760,1684483428,134247024,1949177600,1684483428,1600090736,1802465123,1701668201,1734439795,524389,1685335574,1634623327,1667194742,1768648559,1953451621,6644585,772997128,1918854260,1869438833,762077540,1802465123,134243689,1949177344,1768710501,1663921525,1768648559,1633824101,1919250030,402655232,1835365422,1952541808,1868770661,1701407599,1852793645,1953391987,419432448,1835365422,1952541808,1868967269,1919251567,1868783455,1701407599,524403,1702112789,1747805038,1701077349,1667194738,1768648559,134247269,1949175552,1768189541,1663918446,1768648559,524389,1702112777,1196191090,134235216,1949175552,1819112037,1868770681,1852142446,524404,1702112786,762277234,1768252257,1814914420,6582375,772538376,1836213620,1869562735,6646123,772800520,1836213620,1882026863,1953066095,6382441,773455880,1836213620,1667199855,1768648559,1919967077,1667331689,1684104297,524389,1702112797,762539378,1684959075,1869182057,1647145838,1869902959,1768697197,134243694,1949175296,1936552549,1869570861,1936025963,671090688,1919251502,1701213037,1663919205,757951855,761425453,1702129257,1769239410,1818323316,1702260525,2036427890,369100800,1919251502,1701213037,1663919205,757951855,1936028205,134247525,1949175040,1868788581,1869570861,6646123,773390344,1953719668,1869570861,761620843,1769238382,1633904998,1852795252,318769152,2019914798,1700998516,1919251566,1869570862,6646123,773521416,1954047348,1852138285,779249012,1802465123,1663919465,1702063727,134247534,1949174784,762607717,1802465123,134243689,1949178368,762607717,1802465123,762537321,1769238382,1633904998,1852795252,301991936,2019914798,1816225140,1702130277,1802465091,134243689,1949175296,1869903973,1869570911,1936025963,352323584,761689134,1802465123,1867539817,2036558188,1633972045,524396,1718889999,808283252,1868770616,1701407599,251660288,761754670,1868983913,1869570861,6646123,773455880,1885628276,1663918962,1768648559,1633824101,1768172914,1634496627,524409,1752444433,1869570861,761620843,1852727650,134247013,1949175808,1868770664,1701407599,1886351405,134246517,1949175552,1663918696,1768648559,1633824101,524402,1752444433,1802465123,1865246057,1819436406,134248801,1949176320,1663919464,1768648559,1633824101,1919250030,234883072,1701344302,1869570861,1785031019,134247009,1949174016,1731028328,7499876,772407304,1130719348,1768648559,524389,1752444441,1769096805,1818521189,1869562745,1298491755,1953721967,134247013,1949174272,1667589480,2020565612,385878016,1768453166,1769168755,1969186164,1601398131,1802465123,7562601,773783560,1836017780,762211937,1802465123,1663919465,1702063727,1865249902,1819436406,134248801,1949174528,1868788584,1701407599,524403,1769221663,762475106,1802465123,1663919465,1702063727,1663923310,1635020399,1919250025,234883072,1667855406,1601332587,1802465123,134243689,1949175296,1869899113,1785689459,2020565601,218105856,762016814,1953460038,1663922789,524387,1802776084,1869570861,761620843,1953394531,1701734753,524402,1802776088,1868770670,1701407599,1667457325,1601466469,1701994847,524385,1836330513,1869570861,761620843,1852727650,134247013,1949176832,1868770669,1701407599,1852793645,1852399988,134247013,1949177344,1868770669,1701407599,1634296877,761753452,1953460082,184551424,762147886,1802465123,7562601,772997128,1663921524,1768648559,1663923045,1702063727,134247534,1949174784,1869562733,1113942379,134248559,1949176320,1663918701,1768648559,1751330149,1701013871,251660288,1668117550,1768648559,1953459813,6644585,772997128,762277236,1802465123,1831691625,1768189029,134244206,1949176576,1868770670,1701407599,1868983881,1701994797,524385,1853107730,1868770657,1701407599,1851875885,7497070,772472840,761687668,1802465123,134243689,1949176320,1667200878,1768648559,1852793701,1953391987,335546368,2054059054,1802465123,1667196265,1635020399,1919250025,251660288,1634694190,757953651,1802465123,7562601,773259272,1935765364,1831677300,1663919215,1768648559,1701064037,134243187,1949176832,1953718639,1869373997,1663920995,1768648559,134247269,1949175040,1953718639,1869570861,6646123,773062664,1935765364,1868770676,1701407599,1952669997,6649449,773259272,1935765364,1868770676,1701407599,1852793645,1852399988,134247013,1949175296,1953718639,1869570861,1936025963,335546368,1634694190,1882027123,1634560370,1949202802,1953718639,352323584,1634694190,1949135987,761622649,1131898222,1768648559,524389,1869884946,1131705185,1768648559,1819234405,7955305,774373384,1935765364,1633966964,1680695668,1768780649,1650553715,1764582764,1663188324,1768648559,1718511973,6103663,773259272,1935765364,762471796,1869570861,761620843,1768714096,134248803,1949174784,1663919727,1768648559,134247269,1949175808,1651273583,1663922785,1768648559,134247269,1949178368,1630367855,1953654124,1868770605,1701407599,1936026925,1701273971,184551424,1886352430,1869570861,6646123,772931592,762343284,1802465123,1647142249,1701736033,524402,1869884944,1868770672,1701407599,1718511917,524399,1869884952,1868770672,1701407599,1953459757,1667851881,1869182049,524398,1869884947,1868770672,1701407599,1634891565,1919250544,201328640,1886352430,1869570861,1936025963,369100800,1886352430,1869570861,1936025963,1852793645,1852399988,134247013,1949175808,1747808367,1701077349,1684483442,134247024,1949175808,1764585583,762275438,1802465123,134243689,1949176064,1764585583,762275438,1802465123,7562601,773914632,762343284,1936942445,1533372257,1635017060,1986229805,1886352429,1851875885,1567778158,402655232,1886352430,1886351405,1936026925,1701273971,1868770605,1701407599,603981824,1886352430,2003792429,1952539739,1868770657,1767994478,1030907246,1869570850,1650813291,1562540143,385878016,1886352430,1634891565,1919250544,1869570861,1768253803,7300718,773521416,1131442036,1869639023,1953391982,1868783455,1701407599,1852727618,134247013,1949175296,1866690671,1701407599,1735609715,285214720,1886352430,1851875935,762471790,1885628205,524402,1869884939,1868783472,1701407599,301991936,1886352430,1869570911,1600481643,1852727664,134245477,1949178880,1834971247,1634956133,1667196263,1768648559,1834972005,1634956133,134243687,1949174528,1868787823,1701407599,524403,1869884946,1936026992,1701273971,1869570861,6646123,772997128,1936748404,1701079404,1663987305,1768648559,134247269,1949177600,1110274927,1701736033,1768172914,1936289139,1818386803,524389,1869884939,1868967283,1919251567,301991936,1936684078,1685091629,761623649,1852727650,134247013,1949178624,1751348591,1769170276,1663921767,1768648559,1919954277,1667331689,524409,1886662158,1869570861,761620843,7823724,772407304,1667199092,1768648559,524389,1886662159,1663918435,1635020399,1919250025,201328640,1819309102,1869570861,1936025963,234883072,1819309102,1663919917,1768648559,134247269,1949176064,1936288880,762077997,1802465123,7562601,773128200,1143829108,1768780649,1651078003,1631741292,1919250030,301991936,762475566,1802465123,762537321,1852727650,134247013,1949176320,1919954290,1667331689,1633824121,1919250030,419432448,762475566,1986622064,762930017,1768714096,1647147363,1701736033,524402,1920216592,1768645473,1647142766,1701736033,524402,1920216600,1768645473,1647142766,1701736033,1920413042,1701867617,524402,1920216593,1768645473,1663919982,1702063727,134247534,1949177856,1801675122,761753193,1936617315,762605157,1852727650,134247013,1949177088,1801675122,761753193,1936617315,762605157,6386787,773324808,1667330676,1735289195,1852793645,1953391987,1634296877,6778732,773324808,1667330676,1735289195,1852793645,1953391987,1953459757,6644585,773390344,1667330676,1735289195,1852793645,1953391987,1702260525,2036427890,385878016,1634890798,1852402531,1868770663,1852142446,1869622644,7370096,772997128,1667330676,1735289195,1852793645,1634624884,134247534,1949176832,1801675122,761753193,1668508004,1835622764,134247013,1949181440,1801675122,761753193,1734633847,1683715173,761361505,1667330676,1735289195,1684633389,1567909223,436209664,1634890798,1852402531,1869562727,1936025963,1668507972,1835622764,134247013,1949177344,1801675122,1315401321,1667855471,1702252389,2036427890,385878016,1634890798,1852402531,1868783463,1701407599,1634035807,7497060,773062664,761557620,1802465123,1647142249,1684759393,7368562,773128200,2020569716,1852793645,1953391987,1851878701,1919248225,285214720,1970435118,761623667,1647142515,1701736033,524402,1920216595,1702130549,2020565599,1702260575,2036427890,654313472,1970435118,1600484467,1868524899,1919251573,980838756,678719342,2036625250,1869494825,1952983156,2714733,774045704,1937076852,1868522868,1819436406,1849325921,1646818415,695821423,1953459770,1836345384,134228332,1949176320,1868770675,1701407599,1852793645,1953391987,285214720,863204398,1869570861,761620843,1970302832,524400,1936993807,1769107551,2036556150,1986290015,301991936,1685287982,1869570861,761620843,1769238382,134243683,1949176320,1663919219,1768648559,1868521317,1919251573,285214720,1819505710,1869570861,1650813291,1701736033,524402,1936993803,1868770672,1701407599,318769152,762606638,1802465123,1647142249,1684759393,7368562,772669448,1663923316,1768648559,1633824101,524402,1953771029,1869570861,761620843,762470754,1969516397,134243692,1949176064,1868783476,1701407599,1851875935,7497070,772800520,1667331188,1600090986,1919252079,7954796,772407304,1868788852,1852142446,524404,1970548233,1684483433,134247024,1949176832,1781346934,1868770675,1701407599,1701601581,134247538,1949176832,1936548726,1802465123,762537321,1769238382,134243683,1949174272,1868770679,1701407599,452986880,1769436206,1734960238,1818326121,1869570861,761620843,1936617315,7630437,772997128,762607476,1802465123,762537321,1852727650,134247013,1949177600,1868770680,1663921774,1768648559,1868770661,1852142446,524404,2020879888,1869570861,1650813291,1701736033,524402,2020879887,1869570861,1868917099,1852404848,234883072,762868782,1663921508,1768648559,134247269,1949176320,1734815096,1802465123,1633838441,1919250030,486541312,762868782,1633972077,1869570924,1650813291,1701736033,1986997618,1634497125,524409,2020879888,1851879469,1663918436,1768648559,524389,2020879898,1935765549,761622371,1936617315,762605157,1634623853,7497063,772472840,1882028148,1852008046,134245481,1949175552,1635003768,1668179054,1768648559,524389,2020879899,2053666605,1802465123,1868785001,1852142446,1633824116,1919250030,671090688,1601729582,1802465123,1869440361,1702130542,1633967986,1919967604,1667593327,1852795252,1702260575,2036427890,234883072,1601729582,1667196262,1768648559,134247269,1949176576,1667195768,1768648559,1852399461,1868722022,524408,2020879884,1869570932,1701407587,524403,2037657105,1949132903,1663922287,1768648559,134247269,1949175552,761622649,1802465123,1632396649,524407,2037657110,1663919472,1768648559,1667457381,1886679141,6645601,773062664,1768978804,1663924582,1768648559,1869622629,7370096,772866056,1633824117,1919250030,1869570861,1936025963,150996992,1663923502,1768648559,524389,762654224,1802465123,1647142249,1701736033,524402,762654226,1802465123,762537321,1936617315,7630437,772407304,1634479477,1633824098,524402,762654225,761422188,1802465123,1814914409,134248289,1965953280,1835347298,1633824098,1919298930,6647137,772997128,761750133,1802465123,762537321,1852727650,134247013,1965951488,1868770659,1701407599,268437504,761492782,1802465123,1647142249,1801678700,184551424,761492782,1802465123,7562601,772603912,1130849141,1768648559,1918976613,150996992,1868789038,1701407599,524355,1685401116,1919968359,1869570861,761620843,1768714096,1848473955,1667855471,524389,1735732751,1868770659,1701407599,1918984749,301991936,761885998,1802465123,1831691625,1634956133,134243687,1965953280,1868770665,1701407599,1953459757,6644585,772866056,1663920501,1768648559,1869622629,2036558188,301991936,761885998,1802465123,1949132137,1953263471,134246505,1965953536,1868770665,1701407599,1918990125,1735289198,184551424,761885998,1802465123,3302761,772734984,1663920501,1768648559,1919369573,134243685,1965951744,1868770665,1701407599,524403,1769287186,1869570861,1936025963,1851875885,7497070,773455880,1663920501,1768648559,1848472421,1667855471,1986997605,1634497125,524409,1769287186,1634296877,761753452,1802465123,7562601,772407304,1663921013,1768648559,524389,1802841617,1869570861,761620843,1852727650,134247013,1965951744,1868770667,1701407599,524403,1802841625,1919510061,1663923315,1836412015,1802841710,1701601581,134247538,1965956608,1869491563,1768319348,1769234787,1647144559,1869902959,1700998509,1919251566,469764096,762017070,1769238382,1633904998,1852795252,1953456685,762146676,1952867692,385878016,762017070,1769238382,1831696742,1634956133,1764582759,7300718,773455880,1882024821,1953067887,762212201,1702390118,1868770916,1701407599,524403,1802841615,1802465091,1867539817,2036558188,201328640,1131181358,1768648559,1819234405,654313472,1953264942,2053729641,1868783461,1701407599,1953459807,1667851881,1869182049,1868783470,1767994478,7497070,772669448,1131769205,1768648559,1767984485,524398,1853173265,1869570911,1130719595,1768320623,134245746,1965953280,1868783470,1701407599,1819242591,7955305,772931592,761884277,1802465123,1882023273,1667853423,524409,1853173276,1986096745,1869570861,761620843,762798444,1953394531,1701734753,524402,1853173265,1868788841,1701407599,1634758255,134243687,1965955584,1702259054,1818325874,1802465123,1768187241,1634493299,1919249769,184551424,1903064366,1869570861,6646123,772800520,1714253685,1953722985,1869570861,6646123,772734984,1714253941,762147439,1802465123,134243689,1965952768,1663906416,1768648559,1768172901,524406,1886727699,1600087155,1685088108,1701994335,1919247470,486541312,1936749870,762080357,1919968359,1851875885,762471790,1953394531,1701734753,524402,1903504915,1663906422,1702063727,1882027118,1886744687,184551424,1702065454,1869570861,6646123,772866056,761623413,1802465123,1647142249,1801678700,251660288,1702065454,1869570861,761620843,7892834,773128200,761623413,1802465123,1663919465,1869639023,1953391982,352323584,1702065454,1869570861,761620843,1953394531,1701734753,524402,1937059352,1868770661,1701407599,1818373491,762012527,1702390118,524388,1937059345,1868770661,1701407599,1634557811,134245993,1965952256,1866687859,1701407599,7892802,772734984,1130722165,1768648559,1850307429,134246246,1965951744,1667196275,1768648559,524389,1937059340,1868783461,1701407599,524403,1937059348,1869570917,761620843,1953394531,1701734753,524402,1937059339,1869570917,1936025963,285214720,1702065454,1868785263,1701407599,1769221491,524400,1937059349,1630368357,1953654124,1667194739,1768648559,134247269,1965954816,762471795,1936617315,779382373,1680697717,1869373801,524391,1937059356,1663922789,1768648559,1868770661,1852142446,1702047092,1869182051,524398,1937059347,1663922789,1768648559,1869491557,1701013876,520095744,1702065454,1885951090,1852727618,757953125,1701996385,1952408677,1702125423,7564658,773128200,1919251317,1802465123,1634559337,1701273966,1953391981,251660288,1702065454,1869570930,1936025963,7827304,772669448,1919251317,1130853229,1768648559,524389,1937059359,1869509221,1768319348,1769234787,757952111,1802465123,1965909353,1701273971,218105856,1769174318,1663919982,1768648559,524389,1937059347,761753193,1802465123,1647142249,1801678700,184551424,1869837614,1869570861,6646123,773128200,1667200117,1768648559,1919967077,1667331689,828596089,301991936,2004120878,1702129253,1869570861,1650813291,134247009,1965956352,1647129973,1801677170,1868770675,1701407599,1918984749,1953456685,7171956,773062664,1868789109,1701407599,1868770675,1767994478,7497070,772931592,762345333,1802465123,1647142249,1701736033,524402,2020945426,1667457325,762605669,1802465123,7562601,772800520,1663924341,1768648559,1634479461,7497081,773128200,1598106998,1869570861,1600481643,1852796255,1919251571,402655232,1630369326,1345155184,1819570799,1866691685,1701407599,2002865267,285214720,1663923758,1702063727,1647146094,1701736033,524402,762719757,1802465123,1647142249,134247009,1982730240,1869570861,1667590507,1702063727,134247534,1982732032,1769107501,2036556150,1819242541,762930025,1970302832,524400,762719765,1702127987,1869570861,761620843,1852727650,134247013,1982733312,1852405549,762802020,1802465123,1766090089,1735355489,1684957527,134248303,1982731520,1868770610,1701407599,1936286765,1767992419,7497069,773128200,1667183222,1768648559,1667199845,1635020399,1919250025,167774208,1818326574,1735550057,134243440,1982731008,762670177,1802465123,1848468841,1667855471,524389,1651912206,1647144547,1684759393,7368562,772931592,1663918966,1768648559,1868770661,1852142446,524404,1668689425,1869570861,1667590507,1702063727,134247534,1982730240,1635020389,1663918446,1768648559,134247269,1982728960,1097429605,1631745132,524402,1719021069,1869562669,1113942379,134247009,1982730496,1818307942,762606181,1802465123,7562601,772407304,1647142518,1701736033,524402,1719021080,1769107501,2036556150,1819242541,762930025,1970302832,524400,1719021070,1600086883,1919252079,7954796,773652488,1663919990,1768648559,1869491557,1768319348,1769234787,1882025583,1886744687,167774208,1667724846,1768648559,134247269,1982730240,1868783977,1869570925,1650813291,134247009,1982732544,1868783977,1869570925,1650813291,1697477217,1852142712,6579556,772866056,1919052150,762605153,1601204321,1919968359,201328640,1768519214,1868770657,1701407599,587204608,1919514158,1818326388,1970238055,1868770672,1701407599,1953459757,761619305,1885434487,7497072,773455880,1769171318,761621602,1802465123,980641129,678719342,2036625250,524329,1769352720,1818388851,1868770917,1701407599,524403,1769352718,1869900147,1869570930,6646123,772669448,1836280182,1868770671,1701407599,524403,1769352717,757952372,1802465123,134243689,1982732032,1868770667,1701407599,1953459757,1667851881,1869182049,524398,1802907157,1869570911,1600481643,1886220131,1851877740,134243683,1982729216,1663918700,1768648559,134247269,1982729728,1869570924,1936025963,2020565599,134219776,762148398,1919968359,335546368,1601009198,1802465123,1631741289,1634883442,1919250544,436209664,1634563630,1764583792,1668245102,1768648559,1999467365,1886413170,134247013,1982731008,1650421357,1701736033,1920413042,1701867617,524402,1853238801,1869570861,761620843,1769238382,134243683,1982731008,1869570926,761620843,1953394531,1701734753,524402,1870016019,1868770659,1701407599,1936026925,1701273971,301991936,762345006,1802465123,1663919465,1702063727,134247534,1982732288,1869491571,1768319348,1769234787,757952111,1802465123,134243689,1982729472,762865012,1802465123,7562601,772997128,762082422,1831690851,762210657,1734633847,134247525,1982730496,1663921524,1768648559,1851875941,7497070,772800520,1663924086,1768648559,1818307941,7631461,773455880,1747810166,1701077349,1630350706,1885692771,1868770676,1701407599,524403,2004233751,1601399391,1802465123,1700750697,1869635445,2036558188,503318528,1601664558,1953724787,1851747685,1718187119,1952539497,1601073001,1601466479,134245993,1982731008,1597269111,1802465123,1885300073,1667853423,524409,762785290,1869570861,6646123,772603912,808529271,1868770864,1701407599,268437504,1663924014,1768648559,1633824101,1919250030,218105856,1663924014,1768648559,1633824101,524402,762785296,1802465123,1848468841,1667855471,524389,762785302,1802465123,1848468841,1718187119,1952539497,7237481,772669448,1852386679,1663922022,1768648559,524389,762785311,1633972077,1818450796,712209249,1919951421,1667331689,1701601657,1562539122,486541312,1848473390,1718187119,1952539497,1936617321,1869504351,1667201396,1768648559,524389,829894178,1918987320,1735679841,1735748720,1667198569,1702063727,1650422894,1652122735,7037793,772472840,762589815,1852727650,134247013,1999505408,1852006195,134245481,1999508736,1346652001,1868783442,1852142446,1953841780,7237492,773586952,1145528695,1834963536,1818322031,1835102790,1667318373,1869768555,6581877,773193736,1868783991,1869570926,1835362667,1734438497,1852140901,524404,1635200544,1668181859,1768648559,1851878757,1835362145,762605157,1802465123,1633838441,524402,1635200530,1633824100,1919250030,1869570861,6646123,772800520,1768776055,1869570911,1600481643,7760228,772669448,1684955511,1663922789,1768648559,524389,1635200524,1663921778,1768648559,524389,1635200528,1852403314,1882008935,1667853423,524409,1635200527,1852403314,1868770663,1701407599,318769152,1918990126,1735289198,1869570861,761620843,7823724,772800520,1852989815,761753193,1802465123,7562601,773259272,1852989815,761753193,1936942445,778397537,1802465123,134243689,1999507200,1768845921,1882023790,1667853423,524409,1635200533,1852403314,1869884775,1663905136,1768648559,134247269,1999507200,1768845921,1663985518,1768648559,524389,1635200526,1852403314,1869562727,6646123,772931592,1852989815,1130851945,1768648559,1885819493,524388,1635200530,1852403314,1869562727,1466263915,7364978,773586952,1852989815,1298624105,1634956133,1632658791,778855790,1802465123,7562601,773128200,1852989815,1600613993,1667192133,1768648559,1735617893,352323584,1918990126,1735289198,1869570911,1600481643,1668246626,524395,1635200540,1667199090,1768648559,1635213157,1852403314,1633836903,1701409394,524402,1635200525,1667195251,1768648559,134247269,1999506432,1129010530,1768648559,134247269,1999507712,1868783458,1701407599,1819242591,7955305,772997128,1601528439,1802465123,1999463785,1886413170,134247013,1999507712,1701064035,1819631974,1731031924,7499876,772866056,1731027831,762474596,1886217588,1702125932,385878016,761493294,1919968359,1835365421,1952541808,1634479461,6645618,772931592,1885299575,1635150194,1851750755,1667855471,524389,1668754962,1868770659,1701407599,1819242541,7955305,772341768,1869570935,1936025963,167774208,761558830,1802465123,134243689,1999506176,1868770660,1701407599,524403,1685532177,1869570861,1936025963,1886351405,134246517,1999508992,1633955172,1965908340,1701273971,1852793645,1836214630,167774208,1600419630,1802465123,134243689,1999507712,1868770661,1701407599,1851875885,7497070,772800520,1747805559,761624161,1802465123,7562601,772669448,1965909367,1663919475,1768648559,524389,1702309391,1702065453,1869570861,1936025963,268437504,761624366,1852404597,1868770663,1701407599,150996992,1130723118,1768648559,524389,1702309388,1802465091,1631741289,524402,1702309389,1130722133,1768648559,134247269,1999508736,1684824421,1885628205,1868770674,1767994478,7497070,772538376,761423223,1802465123,7562601,772997128,761423223,1802465123,762537321,1768713833,134243694,1999508992,1634165349,761358452,1802465123,762537321,1868983913,385878016,1650816814,1886349427,1869570861,761620843,1852989815,6778473,773193736,1935828343,761623657,1802465123,1647142249,1701736033,524402,1702309404,1953067874,1868770661,1701407599,1953459757,1667851881,1869182049,524398,1702309392,1953067874,1868770661,1701407599,524403,1702309398,1802465123,1869636969,1868770672,1767994478,7497070,772472840,761619831,1802465123,134243689,1999507456,1868786789,1663919469,1768648559,134247269,1999507456,1868786789,1882023277,1635150194,134248803,1999506688,1702065509,1802465123,7562601,772931592,1663919735,1768648559,1868770661,1852142446,524404,1735863818,1869570911,6646123,772538376,762603383,1802465123,7562601,772866056,1663920503,1768648559,1633824101,1919250030,369100800,1684633390,762602855,1869570861,1130719595,1702063727,134247534,1999507456,1701274729,1663905140,1768648559,134247269,1999510272,1701274729,1697459572,1818386798,1868770661,1701407599,1868705139,524408,1769418264,1952802660,1885620013,1869562738,1113942379,1701736033,524402,1769418255,1952802660,1852793645,1953391987,369100800,1684633390,762602855,1936617315,762605157,1818323300,134244207,1999506944,1701274729,1868770676,1701407599,352323584,1684633390,762602855,1802465123,1647142249,1701736033,524402,1769418267,1952802660,1869570861,761620843,1769238382,1633904998,1852795252,318769152,1684633390,762602855,1802465123,1884251497,7227764,772997128,1734633847,1731032165,762474596,1852727650,134247013,1999510016,1701274729,1684483444,1663922800,1768648559,1633824101,1919250030,738199552,1684633390,762602855,1701869940,1937339231,1601004916,1734633847,1985967205,1869438772,1600938340,1802465123,828335465,251660288,1684633390,779380071,1802465123,7562601,772997128,1734633847,1633645669,1953654124,1802465123,134243689,1999512064,1701274729,1868783476,761359457,1734633847,1663923301,1768648559,1633836901,1919250030,452986880,1684633390,1601463655,1802465123,1868785001,1852142446,1684633460,7628135,773586952,1734633847,1700754533,1868783477,1701407599,2002873439,1684633439,7628135,772472840,762342263,1802465123,134243689,1999505920,1868783468,1701407599,452986880,1684895534,1868770667,1701407599,1953459757,761619305,1885434487,7497072,772997128,1952804471,1869570911,1936025963,1768714096,134248803,1999509760,1868787567,1919249773,1932354915,1701998452,1953459757,6644585,773259272,1685024631,1953653101,1869570861,1936025963,1886351405,134246517,1999508992,2036625263,1869570861,1936025963,1869575213,2020565612,587204608,1919907630,1701998692,1663923059,1702063727,1831695470,1734438497,1600090725,1885434487,7497072,774569992,1685221239,1936028272,1684483443,1865249392,762209648,1986622064,762930017,1953785203,1936158313,1685024045,134245473,1999508736,1885631087,1936942450,1885628205,1869622642,7370096,774897672,1685221239,1936028272,1684483443,1882026608,1635150194,1932360035,1769239653,762537838,1970302832,1868770672,1767994478,7497070,773849096,1647145079,1801678700,1952803373,1801675120,1869570861,761620843,1936617315,7630437,772866056,1663922295,1768648559,1919954277,1953525103,184551424,762345262,1802465123,7562601,773521416,1731031159,762474596,1802465123,1848468841,1667855471,1920413029,134246497,1999506944,1684483440,1882026608,1886744687,486541312,762345262,1986622064,762930017,1836020336,1680700528,1869373801,1868705127,524408,1886858773,762605613,1802465123,1663919465,1702063727,134247534,1999508992,1953705328,1936290913,1935894900,1953525549,1953853229,201328640,1668314926,1868705123,1836020852,251660288,1668314926,1868770659,1767994478,7497070,772276232,1734570103,7496237,773062664,1852010615,1851875935,762471790,1885434487,7497072,772669448,1868787831,1701407599,1701147437,524398,1886858774,761886051,1802465123,1647142249,1647145569,7955567,773390344,1969451127,1868770665,1701407599,1918984749,1936286765,2036427888,335546368,1718646574,1752393074,1868770612,1701407599,1886351405,335546368,1718646574,1752393074,1868770613,1701407599,1886351405,352323584,1735423790,762474596,1633972077,1768172908,1735355489,524391,1886858760,1919968359,524387,1886858772,1919968359,1868770659,1852142446,1633824116,524402,1886858774,1801675112,1869570861,761620843,1885434487,7497072,773324808,1634562167,1919251571,1869570861,761620843,1953394531,7630437,773324808,1634562167,1919251571,1869570861,761620843,1885434487,7497072,772734984,762474615,1802465123,1633838441,134245228,1999507712,1650684528,1869570861,761620843,7496034,772997128,1885434487,1869570861,761620843,1852727650,134247013,1999507712,762339698,1802465123,1764582761,7300718,773128200,1885434487,1869570861,761620843,1868983913,1954047277,402655232,1634891566,1868770672,1701407599,1634496557,1869112675,1919247468,452986880,1634891566,1868770672,1701407599,1819242541,762930025,1936942445,6645601,772866056,1885434487,1869570861,761620843,1702127987,218105856,1634891566,1868770672,1701407599,524403,1920413205,1663922273,1768648559,1680700261,1953198949,134246511,1999508224,762339698,1802465123,762537321,1868983913,524403,1920413194,1731031137,7499876,772538376,1885434487,1869570911,6646123,772997128,1885434487,1869570911,1600481643,1768714096,134248803,1999507712,1601200498,1802465123,1935631721,6648937,772603912,1885434487,1869570911,1936025963,218105856,1634891566,1663922288,1768648559,524389,1920413201,1701867617,1663905138,1768648559,134247269,1999510528,1886413170,757953125,1802465123,762537321,1668508004,1835622764,134247013,1999508992,1886413170,1647145573,1701736033,1868770674,1701407599,335546368,1634891566,1919250544,1851875885,762471790,1685088114,251660288,1634891566,1919250544,1869570861,6646123,772997128,1885434487,762471792,1802465123,1647142249,134247009,1999507456,1886413170,1663922789,1768648559,134247269,1999506688,1886413170,1731031653,7499876,773259272,1885434487,762471792,1769238382,1663924582,1768648559,134247269,1999506944,1886413170,1866691173,1701407599,251660288,1634891566,1919250544,1802465091,7562601,772734984,1885434487,1601332592,1802465123,134243689,1999507456,1886413170,1667199589,1768648559,134247269,1999506944,1886413170,1868788325,1701407599,301991936,1634891566,1663923056,1768648559,1852386661,134246246,1999507968,1868770675,1701407599,1852793645,1953391988,285214720,762541870,1802465123,1848468841,1667855471,524389,1937190419,1869570861,1600481643,1634891615,1919250544,352323584,762541870,1802465123,1633838441,1920413042,1701867617,524402,1937190414,1868770657,1701407599,7823724,772800520,761492343,1802465123,762537321,7496034,773128200,762475383,1952539693,1919954273,1667593327,1852795252,285214720,762607406,1718513507,762147433,1702453612,524402,1953967638,1869570861,761620843,762867554,1885434487,7497072,772931592,1663923319,1768648559,1868770661,1852142446,524404,1953967633,1953459757,761619305,1802465123,134243689,1999508224,1663918452,1768648559,1882026853,1667853423,524409,1970744847,1802465091,1631741289,1919250030,369100800,1853191982,2037540196,1869570861,761620843,1852727650,134247013,1999510784,1701080693,1663924594,1768648559,1633824101,1919250030,1953456685,7171956,772669448,1663924087,1768648559,1818326885,524396,2004299277,1684483440,1650422384,134247009,1999508992,1668511607,2054452584,1886217055,1869116255,1735289207,234883072,762869550,1802465123,1882023273,134246512,1999507712,1868783480,1852142446,1851875956,7497070,772800520,1663924855,1868770659,1767994478,7497070,773062664,1868770680,1701407599,1667457325,1635020901,6644590,772866056,1868770680,1701407599,1852793645,1953391987,335546368,1663924270,1768648559,1768172901,1634493299,1919249769,234883072,1663924270,1768648559,1886334309,134245989,2016283136,1869570861,1936025963,285214720,1680701486,1852796513,1868770661,1701407599,524403,762850829,1685088108,1886351405,134246517,2016282624,1802465123,134243689,2016285184,1718578789,1663923305,1768648559,1918984805,251660288,761690158,1802465123,1747805545,7630441,772407304,1834970488,1836020833,524399,1870147096,1882022252,1663920489,1702063727,1647146094,1701736033,524402,1886924304,1868770674,1701407599,1633972045,524396,1937255954,1819042100,1869570861,1466263915,7105633,773455880,1630827384,1663921260,1768648559,1818318693,1986997612,1634497125,524409,1937255952,1802465091,1866687849,1852142446,524404,2021142036,1868770680,1701407599,1869884787,1769237615,524400,2037919243,1852793645,1953391987,268437504,761362734,1869376609,1868770679,1701407599,184551424,762214702,1802465123,7562601,772931592,1819243385,1802465091,1850303849,1866624870,524408,1954098706,1852793645,1953391987,1851875885,7497070,772800520,1633824122,1919250030,1869570861,6646123,772341768,1868770682,1701407599,251660288,1663924782,1768648559,1818307941,7631461,772800520,1868770682,1701407599,1851875885,7497070,772538376,1868770682,1701407599,7496002,772866056,1868770682,1701407599,1601331522,1954047348,335546368,1663924782,1768648559,1918976613,1634891615,1919250544,251660288,1663924782,1768648559,1819242597,7955305,772407304,1868770682,1701407599,524403,762981915,1769365870,762601827,1684104552,1663922789,1768648559,1918976613,452986880,909212206,1869570911,1936025963,1851875935,762471790,1885434487,7497072,773128200,1919705466,1668951412,1768648559,1630368613,1953654124,335546368,1885436462,1868770672,1701407599,1852793645,1953391987,419432448,1885436462,1868770672,1701407599,1852793645,1953391987,1634891565,524400,1635397146,1663922288,1768648559,1936026981,1701273971,1953456685,7171956,773455880,1919051130,1868770657,1701407599,1851875885,762471790,1970302832,524400,1702506007,1919954286,1667331689,1819242617,1887003497,1886744687,385878016,1852144174,1869181537,1869570911,1600481643,1936617315,7630437,772866056,1668179322,1702063727,1882027118,1886744687,268437504,1869052462,1851744612,1868783457,1701407599,201328640,1869052462,1882028388,1886744687,218105856,761821742,1802465123,1866622313,524408,1769614869,761815916,1802465123,1831691625,1634956133,134243687,2049840384,1868770667,1701407599,1868770675,1767994478,7497070,773324808,1663921530,1768648559,1848472421,1718187119,1952539497,7237481,772472840,1663921786,1768648559,134247269,2049838336,761622127,1802465123,7562601,772866056,1767338106,1701336174,1866687853,1701407599,234883072,1668315694,1702063727,1852404846,134246246,2049837824,1663921520,1768648559,524389,2038050317,1663922034,1768648559,134247269,1663964416,1768648559,1633645413,1869834614,1668506975,7300213,772669448,1701981556,540942435,892761134,524343,762588686,543384946,1949179966,3553336,772669448,1701981556,540942435,943223854,524343,762588686,543384946,1949179966,3290937,774373384,762932067,1852727650,1647145573,1869902959,1801662061,1868770681,1852142446,1868770676,1767994478,7497070,774504456,762932067,762867554,1953787746,1814916463,779380325,762932067,1936617315,762605157,1953394531,1701734753,524402,1801661995,1868705145,1868705144,1836020852,1734963757,1663988840,1663924587,1702063727,1663923310,1635020399,1919250025,687867904,2037080878,1634493229,1667855219,1953456685,778923892,762932067,1936617315,762605157,1953394531,1701734753,524402,1885744656,1869570861,761620843,1633972077,524396,1936338457,1953459757,778396521,1769238382,757949795,1802465123,134243689,1848514304,1667855471,1663905125,1768648559,1986281829,1701015137,524388,1868770841,1701407599,1869570911,761620843,1601331554,862138975,134246730,1680741888,1986753121,1651469411,778265134,1986947437,1651469411,268437504,1784767278,1734692449,1816224114,1635021413,335546368,1685024046,1968073825,1920234341,1869562721,1936025963,218105856,1835229998,1869116255,1667444343,524397,1667313164,1702259060,1346651950,524370,1667313170,1702259060,1936286766,1767992419,7497069,773849096,1835362420,1596862821,1752198961,775513657,1835545439,1596877427,929200177,7168359,773914632,1953394531,1701734753,540942450,1869570851,761620843,762798444,1868983913,1918984749,503318528,1869571630,544367988,1663246398,1768648559,1634479461,1852386679,1647144806,134247009,1932403712,761623657,1953394531,544501349,1663246398,1768648559,1634479461,1852386679,1647144806,134247009,1831739904,1663922288,1635020399,1919250025,1936683053,1869182057,1868705134,1836020852,1918984749,620759040,1886416174,1852793645,1852399988,1882026597,1953067887,762212201,1684302189,1663919468,1702129253,524402,1886203423,1868770672,1767994478,762471790,1769172848,1852795252,1886352429,1918984749,402655232,2020175918,1634561125,1647142260,1701736033,1868705138,1836020852,553650176,2020175918,1634561125,1731028340,1919250021,1647144033,1701736033,1920413042,1701867617,524402,1835216408,1982672240,1697477217,1886217006,1920425823,1701867617,524402,1970875921,1999450985,1701274729,1634545012,134245235,2033063936,758344053,1734633847,1663988837,1701539695,1886351405,134246517,1596854016,1719167079,1596876907,1936549939,524394,1684483591,1195537008,603981824,1769107502,2036556150,1953785171,1936158313,1953459770,1836345384,1849305452,1646818415,695821423,620759040,1767992622,1868783470,1767994478,544367982,1663967294,1702063727,1935635566,1600484457,1702260579,524402,1634545185,1667198569,1635020399,1919250025,773864992,1936617315,1601465957,1684957559,134248303,1932403712,1801677172,1868967289,1919251567,1679834656,1042314857,1986618400,773864992,1700998499,134245484,1932404224,1127049589,1767207021,773864992,761886067,1701605197,1701606755,1769238350,1633904998,1852795252,654313472,762017070,1769172848,1852795252,1764588077,2019910766,762017070,1769172848,1852795252,1953456685,7171956,773128200,758478710,1952543859,1769239401,1884255075,2020557428,385878016,1668244526,761554283,1953787746,1764650351,762275438,7496034,772407304,1647143015,1701736033,524402,1751592465,1851875885,762471790,1769235297,134243702,1932400640,1633972075,1953705269,1936290913,1935894900,1114927183,134248559,1630410496,1768893811,1868770668,1852142702,1986997620,1634497125,524409,1935814154,1634741620,7103854,772669448,1600741219,1953394531,1701734753,524402,1835216406,762997872,1952870259,1869570861,2003134827,7105633,774438920,1936288869,1634610529,1663920502,1768648559,1851862373,1868770660,1852142446,1768172916,1634493299,1919249769,167774208,1667461678,1851879469,134245477,1915619840,1668244325,846621036,218105856,1869116206,1885548151,1634891565,524400,1920413207,1042313313,1868770848,1852142446,1769418100,1952802660,318769152,762538542,1936617315,779382373,1936617315,7630437,8192,16392960,2152335872,2993881600,0,2,2,2,2,2,2,8,10,12,12,12,12,12,12,12,12,12,12,16,16,18,18,18,18,18,18,18,18,20,24,26,28,28,28,28,30,30,32,32,32,34,34,46,46,46,46,46,48,48,48,48,50,52,52,52,52,62,64,64,66,70,72,72,72,72,72,74,76,82,84,84,84,84,84,94,96,98,104,104,104,104,104,104,104,104,104,104,104,110,110,118,120,122,124,130,130,132,134,134,134,134,134,138,138,138,138,138,140,142,142,142,142,144,144,144,144,144,150,150,150,152,152,152,152,156,156,156,156,156,158,158,160,160,160,160,160,166,166,166,166,168,168,170,174,174,174,176,176,176,180,180,180,182,182,192,194,194,196,196,196,196,198,198,200,202,204,206,206,206,206,210,210,214,214,222,222,222,224,224,224,224,224,224,224,224,224,226,226,226,226,228,228,232,232,232,232,232,234,234,238,240,240,240,242,242,242,248,248,248,252,252,254,258,258,264,264,264,264,264,264,266,266,266,266,266,266,266,266,266,268,272,272,278,278,282,282,286,288,288,288,288,292,292,294,298,298,298,298,298,298,298,298,302,302,302,302,302,302,304,304,306,306,306,308,308,308,308,308,308,310,312,312,316,316,316,316,316,316,318,326,326,330,330,330,330,330,330,330,332,334,338,338,338,338,338,338,340,340,340,340,340,344,344,346,348,348,352,360,360,360,366,368,370,372,372,372,374,374,374,376,376,376,378,378,378,378,378,384,386,386,386,386,388,390,390,390,390,390,390,390,392,396,396,396,396,396,396,402,402,404,406,406,406,406,406,406,406,406,406,406,406,406,408,408,412,412,412,412,412,412,414,414,414,418,422,422,422,424,424,424,430,430,430,430,430,438,438,446,446,446,446,446,446,446,446,446,448,448,452,452,456,456,456,460,460,460,460,460,462,462,462,468,468,468,468,468,468,470,472,472,472,472,472,472,474,476,478,480,480,482,482,484,484,484,484,484,484,486,488,490,490,490,490,492,492,494,494,496,498,500,500,500,500,506,508,508,508,508,508,510,512,514,514,514,514,514,514,514,514,516,516,516,516,516,516,522,522,522,522,522,524,524,524,524,524,528,530,530,530,534,534,534,536,536,536,538,542,542,544,544,548,548,550,550,550,552,558,558,560,562,570,574,574,576,578,578,578,580,580,582,582,582,582,582,582,582,582,582,584,590,590,592,594,594,596,598,598,598,598,598,598,598,598,600,604,604,604,606,606,606,606,606,606,606,606,606,606,606,608,608,608,622,624,626,626,626,626,628,628,630,630,632,634,634,634,634,638,638,638,638,638,642,642,642,642,642,642,642,644,646,646,648,648,648,648,650,650,652,652,654,654,656,656,658,658,658,658,658,662,664,666,666,666,666,666,666,668,674,674,674,678,680,680,680,680,680,680,682,682,684,684,684,684,684,684,684,688,690,694,696,696,696,696,696,698,700,702,704,704,704,704,704,704,704,704,708,708,708,710,710,710,716,716,718,718,718,718,722,726,734,734,738,742,742,742,744,744,744,746,748,748,748,750,750,750,752,752,752,756,756,758,760,760,760,766,766,766,766,766,766,766,766,766,766,768,768,782,786,786,786,788,788,788,788,792,792,792,792,792,792,792,798,802,802,802,804,804,804,804,806,806,808,808,808,812,812,812,812,812,812,816,816,820,822,822,824,824,824,826,826,826,826,826,826,826,826,826,828,828,830,832,832,836,842,842,844,846,846,850,852,852,852,852,852,854,854,856,864,864,864,864,866,868,868,868,868,868,868,870,870,870,870,870,870,872,872,872,876,880,884,888,888,890,890,890,890,890,890,890,896,896,896,896,896,896,896,896,898,898,898,898,898,898,904,904,908,908,908,908,910,912,912,912,914,914,914,914,916,920,922,922,922,924,924,924,924,924,924,924,926,926,926,926,926,930,930,932,932,932,932,932,932,936,936,936,936,938,938,938,938,942,942,942,942,942,942,944,944,944,946,946,946,952,952,952,952,952,954,954,956,956,956,958,962,962,962,962,962,962,962,968,970,972,972,972,972,976,976,980,984,990,990,990,992,992,994,996,1002,1002,1006,1008,1012,1012,1012,1012,1014,1018,1020,1020,1022,1022,1022,1022,1024,1030,1030,1030,1030,1034,1034,1034,1034,1034,1034,1034,1036,1036,1036,1044,1046,1046,1046,1048,1048,1048,1048,1048,1048,1050,1050,1050,1052,1052,1054,1054,1054,1054,1054,1060,1060,1060,1060,1064,1066,1066,1066,1066,1066,1066,1066,1066,1070,1070,1070,1076,1076,1078,1078,1078,1078,1078,1080,1080,1080,1080,1080,1082,1082,1088,1090,1090,1090,1090,1090,1092,1092,1094,1094,1094,1096,1098,1100,1100,1102,1104,1104,1104,1104,1104,1104,1104,1106,1106,1108,1108,1108,1108,1108,1108,1114,1114,1114,1114,1114,1118,1118,1118,1118,1118,1122,1124,1124,1126,1126,1128,1130,1130,1132,1136,1138,1138,1138,1138,1138,1140,1140,1140,1144,1146,1152,1152,1152,1152,1152,1156,1156,1162,1162,1166,1170,1170,1170,1172,1174,1174,1174,1174,1174,1176,1176,1186,1188,1188,1194,1198,1202,1202,1202,1204,1204,1204,1204,1206,1206,1206,1206,1206,1208,1220,1220,1222,1224,1224,1228,1228,1228,1228,1228,1230,1230,1230,1230,1234,1234,1234,1234,1234,1234,1234,1236,1238,1238,1238,1238,1238,1238,1238,1238,1240,1240,1244,1244,1246,1248,1248,1248,1248,1250,1254,1254,1254,1256,1258,1262,1264,1268,1268,1268,1268,1268,1268,1272,1272,1272,1272,1272,1282,1282,1282,1282,1282,1284,1284,1284,1284,1286,1290,1292,1298,1298,1298,1300,1304,1304,1306,1312,1312,1312,1314,1314,1320,1322,1322,1324,1326,1326,1326,1326,1326,1326,1326,1326,1330,1330,1330,1330,1332,1334,1334,1338,1338,1338,1338,1340,1342,1348,1348,1350,1358,1358,1358,1358,1360,1360,1360,1360,1360,1362,1362,1362,1362,1368,1370,1370,1370,1370,1372,1372,1372,1372,1378,1378,1380,1380,1380,1380,1380,1380,1380,1380,1380,1380,1382,1388,1390,1390,1390,1392,1392,1392,1396,1396,1398,1398,1398,1398,1398,1398,1400,1400,1402,1406,1406,1410,1410,1410,1412,1412,1412,1414,1414,1416,1424,1424,1430,1430,1432,1432,1432,1436,1440,1442,1444,1444,1444,1444,1444,1444,1444,1446,1446,1446,1446,1448,1448,1450,1450,1450,1450,1450,1454,1454,1454,1454,1454,1454,1454,1454,1454,1454,1460,1460,1460,1462,1464,1468,1468,1468,1468,1468,1468,1472,1472,1472,1474,1474,1476,1478,1478,1478,1480,1480,1480,1480,1480,1482,1482,1482,1482,1482,1486,1488,1488,1494,1494,1494,1494,1494,1494,1494,1494,1494,1494,1494,1496,1498,1498,1502,1504,1506,1506,1506,1506,1516,1516,1516,1516,1520,1520,1520,1520,1520,1520,1520,1520,1520,1520,1522,1524,1524,1524,1524,1524,1524,1526,1528,1528,1530,1530,1530,1530,1530,1530,1530,1530,1534,1536,1536,1536,1536,1536,1536,1536,1536,1538,1540,1540,1540,1540,1548,1548,1550,1550,1550,1550,1550,1550,1550,1550,1550,1552,1556,1556,1556,1556,1556,1556,1556,1558,1564,1564,1564,1564,1570,1570,1572,1572,1572,1572,1572,1572,1574,1574,1576,1578,1584,1584,1586,1588,1592,1600,1600,1600,1602,1602,1604,1608,1608,1608,1610,1612,1614,1614,1614,1614,1614,1614,1618,1618,1618,1622,1626,1626,1626,1630,1636,1636,1636,1638,1638,1638,1638,1638,1640,1640,1640,1640,1640,1640,1640,1640,1640,1640,1640,1640,1640,1640,1644,1646,1646,1646,1646,1646,1656,1662,1664,1666,1666,1666,1666,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1670,1672,1672,1674,1694,1694,1696,1696,1696,1696,1700,1700,1700,1704,1704,1704,1706,1706,1706,1708,1708,1708,1708,1708,1708,1714,1714,1716,1716,1718,1722,1722,1722,1724,1724,1724,1724,1724,1724,1724,1724,1724,1726,1726,1726,1726,1726,1726,1726,1728,1728,1728,1728,1728,1730,1730,1730,1730,1736,1736,1736,1736,1736,1738,1740,1744,1744,1744,1744,1744,1744,1744,1748,1748,1748,1748,1752,1754,1754,1754,1754,1754,1756,1756,1756,1758,1758,1758,1762,1770,1770,1770,1770,1774,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1778,1784,1784,1784,1784,1786,1786,1788,1788,1790,1790,1792,1792,1792,1796,1796,1798,1798,1798,1798,1798,1798,1804,1804,1808,1808,1814,1814,1814,1816,1816,1818,1820,1822,1822,1822,1824,1824,1824,1828,1830,1830,1832,1832,1832,1832,1832,1834,1834,1838,1842,1842,1842,1842,1844,1844,1848,1850,1852,1852,1854,1856,1856,1856,1858,1858,1858,1860,1860,1862,1862,1862,1862,1862,1864,1872,1876,1876,1880,1880,1880,1880,1880,1884,1884,1884,1884,1884,1886,1886,1886,1886,1888,1888,1888,1890,1894,1894,1894,1894,1902,1902,1902,1902,1902,1902,1904,1904,1904,1904,1904,1908,1912,1912,1912,1912,1912,1914,1914,1914,1914,1914,1914,1914,1918,1920,1922,1930,1930,1932,1932,1932,1932,1932,1938,1940,1940,1940,1948,1950,1952,1952,1952,1952,1952,1954,1954,1954,1954,1954,1956,1958,1958,1960,1964,1964,1964,1964,1964,1968,1972,1972,1974,1974,1974,1974,1974,1974,1974,1976,1976,1978,1978,1978,1980,1980,1980,1982,1982,1986,1986,1990,1992,1992,1992,1994,1994,1996,1996,1998,1998,1998,2e3,2e3,2004,2004,2004,2008,2008,2008,2010,2010,2010,2010,2010,2010,2012,2012,2012,2016,2016,2016,2016,2018,2020,2020,2020,2022,2022,2024,2032,2032,2034,2034,2038,2038,2038,2038,2038,2038,2044,2044,2044,2044,2046,2048,2054,2054,2054,2060,2060,2060,2064,2064,2064,2064,2064,2066,2068,2070,2074,2078,2080,2082,2082,2084,2086,2088,2090,2094,2094,2094,2100,2102,2102,2110,2112,2112,2112,2114,2116,2120,2120,2124,2124,2124,2126,2126,2126,2128,2128,2128,2132,2132,2134,2134,2136,2136,2136,2136,2136,2136,2136,2136,2138,2138,2138,2138,2138,2138,2138,2138,2138,2140,2146,2148,2148,2148,2148,2150,2152,2152,2152,2154,2154,2154,2158,2162,2164,2164,2164,2166,2166,2168,2168,2170,2172,2172,2176,2176,2180,2182,2182,2182,2182,2182,2182,2184,2190,2190,2190,2190,2190,2196,2196,2196,2200,2200,2200,2200,2204,2204,2206,2212,2212,2212,2212,2212,2214,2214,2214,2214,2216,2216,2216,2216,2220,2220,2220,2220,2220,2220,2220,2220,2220,2220,2220,2220,2220,2222,2226,2228,2228,2228,2228,2230,2230,2230,2230,2230,2230,2230,2230,2230,2230,2230,2230,2230,2232,2232,2232,2232,2232,2234,2234,2236,2236,2236,2236,2236,2238,2240,2240,2244,2246,2246,2246,2252,2256,2260,2260,2260,2260,2260,2268,2270,2272,2272,2272,2272,2272,2272,2272,2272,2272,2274,2274,2276,2276,2276,2276,2276,2276,2278,2278,2278,2282,2282,2282,2282,2282,2288,2288,2288,2288,2288,2290,2294,2294,2296,2298,2298,2298,2302,2302,2302,2304,2304,2304,2304,2304,2304,2306,2306,2306,2308,2308,2308,2308,2310,2310,2310,2310,2312,2314,2318,2320,2320,2322,2322,2322,2324,2324,2326,2326,2328,2328,2328,2328,2330,2334,2334,2336,2336,2336,2336,2336,2336,2336,2336,2336,2342,2346,2346,2346,2348,2350,2352,2362,2364,2364,2364,2364,2372,2372,2372,2372,2374,2374,2376,2378,2380,2380,2380,2380,2380,2382,2388,2388,2388,2392,2394,2396,2396,2396,2398,2398,2400,2400,2400,2404,2410,2410,2412,2412,2414,2414,2414,2420,2420,2420,2420,2420,2420,2420,2420,2420,2420,2420,2428,2428,2428,2428,2428,2430,2430,2430,2430,2432,2432,2432,2434,2438,2440,2442,2444,2444,2444,2444,2444,2446,2448,2450,2450,2450,2452,2452,2452,2454,2460,2460,2462,2464,2464,2464,2466,2470,2472,2474,2474,2478,2478,2482,2486,2486,2488,2488,2490,2492,2494,2494,2494,2494,2496,2496,2496,2496,2496,2496,2496,2498,2510,2510,2510,2514,2514,2514,2514,2514,2514,2516,2516,2516,2520,2520,2520,2520,2520,2520,2520,2520,2522,2524,2524,2528,2528,2528,2528,2530,2530,2532,2534,2534,2536,2538,2538,2538,2538,2538,2538,2538,2542,2544,2546,2546,2546,2548,2548,2550,2550,2554,2554,2554,2556,2556,2556,2558,2560,2562,2562,2562,2562,2564,2566,2568,2568,2570,2570,2570,2570,2570,2574,2574,2574,2574,2578,2578,2578,2578,2578,2578,2582,2582,2586,2590,2592,2596,2598,2598,2600,2600,2600,2600,2602,2606,2608,2608,2612,2614,2614,2614,2614,2616,2616,2616,2616,2616,2618,2620,2620,2620,2624,2624,2624,2624,2624,2624,2628,2628,2628,2628,2634,2634,2634,2636,2638,2638,2638,2642,2642,2644,2644,2646,2648,2648,2656,2656,2656,2656,2668,2672,2672,2672,2672,2674,2674,2676,2680,2680,2680,2680,2680,2686,2686,2688,2688,2688,2688,2690,2690,2690,2690,2690,2690,2692,2692,2692,2694,2696,2698,2698,2698,2698,2700,2700,2702,2702,2702,2702,2704,2704,2706,2706,2706,2708,2710,2712,2712,2714,2714,2714,2714,2714,2714,2714,2714,2714,2714,2718,2718,2718,2718,2722,2722,2724,2724,2726,2726,2726,2726,2726,2726,2726,2726,2726,2726,2726,2726,2726,2726,2726,2726,2726,2726,2726,2726,2730,2732,2736,2740,2742,2742,2742,2742,2742,2744,2744,2744,2744,2744,2754,2754,2754,2754,2756,2756,2756,2756,2756,2756,2756,2756,2764,2764,2764,2764,2766,2766,2768,2774,2780,2782,2782,2784,2786,2786,2788,2792,2796,2798,2798,2798,2800,2800,2802,2804,2804,2804,2806,2808,2808,2810,2810,2810,2814,2818,2824,2824,2824,2826,2826,2826,2826,2828,2828,2838,2844,2844,2844,2844,2844,2850,2850,2854,2858,2858,2862,2866,2866,2866,2866,2866,2866,2866,2866,2872,2878,2878,2878,2882,2884,2884,2886,2886,2886,2890,2890,2890,2890,2890,2890,2892,2892,2892,2892,2894,2898,2904,2904,2906,2906,2908,2912,2912,2912,2916,2916,2916,2916,2918,2920,2922,2926,2926,2926,2926,2928,2928,2928,2928,2928,2928,2928,2928,2928,2928,2928,2928,2928,2928,2930,2930,2930,2930,2930,2932,2932,2934,2934,2934,2934,2936,2936,2936,2936,2938,2940,2942,2942,2946,2946,2948,2948,2950,2950,2952,2952,2952,2954,2954,2958,2958,2958,2958,2962,2962,2962,2962,2962,2964,2964,2964,2964,2964,2964,2968,2970,2974,2974,2974,2974,2980,2982,2982,2982,2982,2984,2986,2996,3e3,3002,3002,3008,3008,3010,3012,3012,3018,3018,3020,3020,3020,3020,3022,3022,3022,3022,3022,3022,3022,3022,3022,3024,3024,3024,3024,3024,3024,3026,3026,3026,3026,3028,3032,3034,3034,3034,3034,3034,3034,3034,3034,3036,3040,3040,3042,3044,3044,3044,3044,3044,3046,3046,3048,3052,3052,3052,3052,3052,3052,3056,3056,3058,3058,3058,3058,3060,3060,3060,3060,3060,3066,3068,3068,3068,3068,3068,3068,3068,3068,3068,3068,3070,3070,3070,3070,3070,3072,3074,3074,3076,3076,3078,3078,3078,3078,3078,3078,3078,3078,3084,3084,3084,3086,3090,3092,3094,3096,3102,3102,3104,3104,3104,3104,3104,3104,3104,3104,3110,3110,3112,3114,3116,3116,3116,3118,3120,3122,3122,3122,3122,3124,3124,3126,3126,3126,3128,3130,3132,3134,3134,3134,3136,3140,3142,3142,3142,3146,3146,3148,3150,3150,3150,3150,3150,3158,3158,3158,3158,3162,3162,3170,3170,3172,3172,3172,3172,3174,3174,3174,3174,3174,3174,3174,3176,3176,3176,3176,3180,3180,3182,3182,3184,3184,3188,3188,3188,3188,3188,3188,3188,3192,3192,3198,3198,3202,3202,3204,3204,3204,3208,3210,3210,3210,3210,3210,3210,3214,3216,3216,3216,3216,3222,3222,3222,3222,3222,3222,3228,3228,3228,3228,3230,3230,3230,3238,3240,3240,3244,3246,3246,3246,3246,3246,3246,3248,3248,3248,3248,3256,3256,3256,3258,3258,3258,3258,3262,3262,3262,3264,3266,3266,3268,3268,3268,3270,3272,3272,3274,3284,3288,3292,3296,3296,3298,3300,3300,3304,3304,3304,3304,3304,3304,3304,3304,3306,3308,3312,3312,3314,3314,3314,3320,3320,3320,3320,3322,3322,3322,3322,3324,3324,3324,3330,3330,3330,3330,3332,3332,3332,3338,3338,3338,3338,3338,3342,3342,3342,3342,3342,3342,3342,3342,3342,3348,3348,3348,3350,3350,3350,3350,3354,3354,3354,3356,3364,3366,3366,3378,3378,3378,3378,3384,3386,3390,3390,3390,3390,3390,3394,3396,3398,3398,3402,3402,3402,3402,3404,3406,3408,3412,3412,3412,3412,3420,3420,3420,3420,3420,3422,3422,3422,3424,3430,3430,3430,3430,3432,3434,3436,3436,3436,3436,3440,3444,3444,3448,3450,3452,3454,3458,3460,3460,3460,3460,3460,3466,3466,3466,3466,3472,3472,3472,3472,3472,3472,3472,3478,3484,3484,3484,3486,3486,3492,3492,3492,3492,3492,3492,3492,3492,3492,3496,3496,3496,3496,3496,3500,3500,3500,3500,3500,3502,3504,3504,3504,3504,3506,3506,3506,3508,3514,3514,3514,3514,3514,3514,3514,3514,3514,3514,3514,3518,3520,3526,3528,3528,3532,3532,3532,3532,3532,3536,3536,3536,3536,3536,3538,3540,3540,3542,3542,3542,3542,3548,3548,3548,3548,3548,3548,3548,3548,3548,3548,3548,3550,3550,3552,3554,3554,3554,3554,3556,3560,3560,3568,3568,3568,3568,3568,3568,3568,3570,3570,3570,3570,3574,3574,3578,3578,3580,3580,3580,3580,3580,3580,3580,3580,3590,3590,3590,3590,3592,3596,3596,3596,3600,3602,3602,3608,3608,3608,3608,3608,3608,3612,3614,3614,3614,3616,3616,3618,3624,3624,3624,3624,3624,3626,3626,3626,3626,3626,3626,3628,3632,3632,3636,3636,3638,3638,3638,3642,3642,3648,3650,3650,3656,3656,3658,3664,3664,3666,3672,3674,3674,3676,3676,3676,3676,3676,3676,3680,3680,3680,3684,3686,3686,3686,3686,3686,3686,3686,3690,3692,3692,3692,3692,3696,3696,3696,3700,3702,3706,3706,3706,3706,3706,3706,3706,3706,3708,3710,3710,3710,3710,3712,3712,3714,3714,3714,3720,3726,3728,3728,3728,3728,3728,3728,3730,3734,3734,3740,3740,3740,3740,3740,3740,3740,3740,3742,3748,3756,3756,3758,3758,3760,3760,3760,3760,3760,3760,3762,3764,3764,3764,3768,3772,3778,3778,3778,3778,3778,3778,3778,3780,3780,3784,3784,3784,3786,3786,3786,3790,3790,3792,3792,3792,3792,3792,3794,3794,3794,3794,3794,3794,3794,3798,3798,3798,3800,3800,3800,3802,3802,3802,3802,3802,3804,3808,3814,3814,3820,3824,3824,3830,3830,3830,3830,3830,3830,3832,3832,3832,3832,3832,3832,3834,3836,3836,3836,3838,3838,3840,3840,3842,3842,3844,3846,3848,3848,3848,3848,3852,3852,3852,3852,3852,3854,3854,3860,3866,3868,3870,3870,3870,3870,3870,3870,3870,3872,3878,3878,3878,3878,3878,3878,3878,3880,3882,3882,3884,3888,3888,3890,3890,3892,3896,3896,3896,3896,3900,3900,3900,3900,3900,3900,3900,3906,3912,3912,3916,3918,3918,3920,3920,3926,3926,3928,3930,3938,3938,3940,3946,3948,3950,3950,3954,3958,3958,3958,3958,3958,3960,3962,3964,3964,3966,3968,3970,3970,3974,3976,3976,3982,3982,3984,3984,3984,3990,3990,3992,3998,4e3,4e3,4e3,4e3,4002,4002,4002,4006,4006,4006,4006,4006,4008,4008,4010,4010,4012,4012,4012,4014,4014,4018,4020,4020,4020,4020,4020,4020,4020,4020,4022,4024,4024,4024,4024,4024,4026,4028,4028,4030,4032,4034,4034,4034,4034,4034,4034,4036,4036,4036,4040,4044,4044,4044,4044,4044,4048,4050,4050,4054,4054,4056,4058,4058,4064,4064,4064,4066,4066,4066,4066,4066,4066,4066,4066,4068,4068,4068,4068,4068,4068,4068,4070,4074,4076,4078,4078,4078,4086,4086,4086,4086,4086,4088,4088,4090,4090,4092,4092,4092,4092,4092,4094,4096,4096,4098,4100,4100,4104,4104,4110,4112,4112,4112,4114,4114,4114,4114,4114,4116,4118,4126,4126,4130,4134,4134,4134,4134,4134,4134,4140,4140,4140,4142,4144,4146,4146,4146,4146,4146,4146,4146,4148,4148,4150,4150,4150,4152,4154,4154,4154,4154,4158,4160,4162,4162,4164,4164,4166,4168,4168,4168,4168,4170,4170,4170,4172,4174,4174,4174,4174,4174,4174,4174,4176,4176,4176,4176,4176,4176,4176,4176,4176,4178,4178,4178,4180,4182,4182,4186,4186,4186,4186,4188,4188,4188,4188,4188,4190,4190,4190,4190,4190,4190,4190,4190,4192,4196,4196,4196,4196,4198,4200,4200,4204,4204,4204,4204,4204,4206,4206,4210,4212,4212,4212,4214,4214,4214,4214,4214,4216,4216,4216,4216,4216,4218,4220,4222,4222,4222,4230,4230,4232,4236,4236,4238,4238,4238,4238,4238,4238,4238,4238,4238,4242,4244,4246,4246,4250,4252,4252,4252,4252,4254,4258,4258,4258,4258,4258,4258,4258,4258,4260,4272,4272,4272,4274,4274,4274,4278,4286,4286,4286,4286,4288,4288,4288,4288,4288,4288,4292,4292,4292,4292,4292,4292,4294,4296,4300,4300,4306,4308,4310,4310,4310,4312,4312,4312,4314,4314,4316,4316,4316,4316,4316,4318,4322,4322,4326,4326,4326,4326,4330,4330,4332,4332,4334,4334,4334,4334,4334,4336,4340,4340,4340,4340,4340,4340,4340,4340,4342,4344,4346,4346,4360,4360,4364,4364,4364,4364,4364,4366,4366,4370,4370,4370,4370,4370,4370,4372,4372,4374,4374,4376,4378,4384,4384,4388,4388,4388,4388,4392,4398,4402,4402,4402,4402,4402,4402,4402,4402,4404,4404,4406,4414,4418,4418,4420,4420,4422,4422,4426,4426,4426,4430,4430,4430,4432,4434,4434,4434,4434,4438,4438,4438,4440,4444,4444,4446,4446,4446,4446,4450,4452,4452,4456,4462,4462,4466,4466,4466,4472,4472,4472,4472,4474,4474,4474,4476,4476,4476,4476,4476,4476,4476,4476,4476,4478,4478,4486,4486,4486,4488,4490,4492,4498,4498,4502,4502,4502,4502,4502,4502,4502,4502,4502,4502,4502,4506,4506,4506,4508,4508,4510,4510,4510,4510,4514,4518,4518,4518,4520,4520,4522,4522,4524,4524,4524,4524,4524,4524,4524,4524,4524,4526,4526,4530,4530,4536,4536,4536,4536,4536,4538,4538,4538,4538,4538,4538,4540,4540,4540,4540,4540,4542,4542,4548,4550,4552,4558,4560,4562,4562,4562,4562,4562,4564,4566,4566,4568,4568,4568,4568,4568,4574,4576,4576,4576,4578,4578,4578,4584,4586,4586,4588,4588,4594,4594,4594,4594,4594,4594,4596,4598,4600,4600,4600,4606,4606,4608,4610,4614,4614,4614,4614,4614,4614,4614,4614,4614,4614,4614,4614,4616,4618,4622,4626,4626,4626,4628,4628,4628,4630,4632,4634,4634,4634,4634,4634,4634,4634,4634,4640,4640,4640,4640,4640,4640,4640,4640,4642,4642,4644,4644,4644,4644,4646,4646,4646,4646,4646,4646,4648,4648,4648,4648,4652,4656,4656,4658,4664,4666,4668,4668,4668,4668,4668,4668,4676,4676,4676,4682,4682,4682,4682,4682,4682,4682,4682,4682,4682,4688,4692,4694,4694,4698,4698,4698,4698,4698,4698,4700,4700,4700,4704,4704,4708,4708,4710,4710,4710,4712,4712,4712,4712,4712,4712,4712,4718,4718,4718,4718,4718,4726,4728,4728,4728,4728,4730,4730,4732,4732,4732,4734,4734,4734,4736,4736,4736,4736,4736,4736,4736,4736,4738,4738,4738,4742,4742,4742,4742,4742,4742,4744,4744,4744,4744,4744,4746,4746,4746,4746,4746,4748,4748,4748,4748,4754,4754,4756,4762,4762,4762,4762,4768,4768,4768,4770,4772,4774,4774,4774,4774,4774,4778,4778,4778,4778,4778,4780,4780,4780,4780,4780,4780,4780,4780,4780,4780,4782,4782,4782,4786,4788,4790,4790,4790,4790,4790,4790,4790,4792,4796,4796,4796,4796,4796,4796,4802,4802,4802,4804,4806,4806,4806,4808,4808,4808,4810,4812,4812,4812,4812,4812,4812,4812,4814,4820,4820,4820,4820,4820,4822,4822,4822,4824,4826,4826,4826,4828,4832,4832,4834,4834,4834,4834,4834,4838,4840,4840,4840,4844,4854,4854,4860,4860,4860,4860,4860,4860,4870,4874,4876,4876,4876,4878,4880,4880,4880,4880,4880,4882,4884,4884,4884,4884,4884,4884,4884,4884,4884,4884,4884,4884,4884,4886,4886,4886,4886,4890,4890,4890,4890,4890,4890,4890,4890,4890,4890,4892,4892,4894,4894,4894,4896,4900,4902,4904,4904,4908,4910,4910,4910,4916,4916,4916,4916,4918,4918,4920,4920,4920,4920,4920,4920,4920,4920,4920,4920,4920,4920,4920,4922,4928,4930,4930,4930,4930,4930,4932,4932,4932,4936,4936,4936,4936,4936,4938,4938,4940,4940,4944,4948,4948,4950,4950,4950,4950,4950,4950,4950,4950,4950,4954,4956,4960,4960,4960,4960,4962,4962,4962,4966,4966,4966,4966,4966,4966,4968,4968,4974,4974,4974,4976,4976,4980,4980,4980,4982,4982,4986,4988,4992,4996,4996,4996,4996,4998,4998,4998,5e3,5e3,5e3,5e3,5006,5006,5010,5012,5012,5012,5012,5012,5012,5012,5012,5012,5012,5012,5014,5014,5014,5014,5014,5016,5016,5016,5020,5020,5020,5022,5022,5022,5022,5022,5024,5024,5024,5024,5024,5024,5024,5024,5026,5026,5028,5028,5028,5028,5028,5028,5028,5028,5030,5040,5042,5044,5044,5046,5046,5046,5048,5052,5052,5052,5052,5052,5054,5058,5058,5068,5068,5070,5070,5070,5070,5072,5074,5074,5074,5074,5074,5074,5074,5074,5074,5074,5076,5076,5076,5076,5080,5080,5080,5080,5084,5086,5086,5086,5086,5092,5092,5092,5092,5098,5106,5108,5108,5108,5110,5110,5114,5114,5118,5122,5124,5126,5128,5128,5130,5136,5138,5138,5138,5138,5138,5138,5138,5138,5138,5140,5140,5140,5140,5140,5142,5146,5148,5148,5148,5148,5150,5150,5154,5154,5154,5154,5154,5156,5156,5158,5158,5160,5160,5164,5164,5166,5166,5166,5168,5168,5170,5174,5174,5174,5174,5174,5174,5182,5182,5182,5184,5186,5186,5186,5186,5186,5186,5186,5186,5186,5186,5188,5188,5192,5192,5192,5192,5194,5194,5196,5198,5204,5204,5204,5206,5206,5206,5208,5208,5216,5216,5220,5222,5222,5222,5222,5224,5224,5224,5224,5224,5226,5232,5232,5238,5238,5238,5238,5238,5240,5240,5242,5242,5242,5242,5242,5242,5242,5242,5244,5244,5244,5244,5244,5244,5244,5248,5252,5252,5254,5254,5254,5254,5254,5254,5254,5256,5260,5260,5264,5264,5266,5266,5266,5266,5266,5266,5266,5266,5270,5270,5270,5270,5270,5270,5270,5270,5272,5274,5274,5274,5274,5274,5278,5278,5278,5278,5278,5278,5282,5282,5282,5284,5286,5286,5286,5286,5286,5286,5286,5286,5286,5286,5288,5288,5290,5290,5290,5292,5294,5294,5294,5294,5294,5294,5296,5298,5298,5300,5300,5302,5302,5302,5302,5302,5302,5302,5306,5306,5308,5310,5310,5310,5310,5310,5310,5312,5312,5312,5312,5312,5312,5312,5312,5314,5316,5318,5320,5322,5322,5326,5328,5328,5328,5328,5328,5328,5330,5330,5330,5330,5330,5330,5332,5336,5336,5338,5338,5338,5338,5338,5342,5342,5342,5342,5346,5346,5346,5346,5346,5348,5348,5350,5352,5352,5352,5352,5354,5354,5354,5354,5356,5356,5356,5358,5360,5360,5360,5360,5360,5360,5360,5362,5362,5364,5364,5368,5370,5372,5372,5374,5378,5384,5386,5386,5390,5390,5400,5402,5404,5404,5404,5404,5404,5406,5406,5412,5412,5412,5412,5412,5418,5422,5422,5422,5422,5422,5422,5422,5422,5428,5428,5428,5428,5430,5430,5430,5430,5432,5434,5436,5436,5436,5436,5436,5436,5438,5438,5440,5440,5442,5444,5446,5446,5448,5450,5452,5454,5456,5456,5456,5458,5458,5458,5458,5464,5468,5468,5468,5470,5470,5474,5474,5476,5480,5480,5480,5482,5482,5482,5486,5486,5486,5494,5494,5494,5494,5494,5494,5496,5500,5502,5502,5504,5504,5506,5506,5512,5512,5512,5512,5514,5514,5514,5514,5514,5514,5514,5514,5520,5520,5520,5522,5522,5522,5526,5526,5530,5534,5536,5536,5536,5538,5540,5540,5540,5540,5546,5546,5546,5546,5548,5548,5548,5548,5548,5552,5552,5554,5554,5554,5554,5556,5556,5560,5560,5568,5574,5574,5574,5574,5574,5576,5576,5576,5576,5576,5576,5578,5578,5578,5578,5580,5584,5586,5590,5590,5594,5594,5594,5594,5594,5594,5594,5594,5596,5596,5596,5596,5596,5596,5596,5596,5596,5598,5600,5600,5600,5600,5600,5604,5604,5604,5606,5608,5608,5612,5612,5612,5614,5614,5616,5618,5622,5622,5624,5624,5624,5624,5624,5624,5624,5624,5624,5624,5624,5624,5624,5624,5624,5624,5624,5630,5632,5634,5634,5636,5636,5636,5636,5638,5640,5640,5640,5640,5640,5640,5642,5644,5644,5646,5650,5650,5656,5666,5666,5668,5668,5668,5668,5668,5668,5672,5672,5672,5676,5676,5678,5680,5680,5680,5688,5688,5688,5690,5690,5690,5692,5696,5696,5696,5696,5696,5702,5702,5706,5708,5708,5708,5708,5710,5710,5710,5710,5712,5716,5718,5718,5722,5722,5722,5722,5722,5726,5732,5732,5734,5736,5736,5736,5736,5736,5736,5736,5738,5744,5746,5746,5746,5746,5746,5748,5750,5750,5750,5750,5750,5752,5752,5752,5752,5752,5752,5752,5752,5756,5756,5758,5758,5760,5764,5764,5764,5764,5766,5770,5774,5776,5776,5776,5778,5784,5784,5784,5786,5796,5796,5796,5796,5798,5798,5798,5798,5802,5802,5802,5804,5804,5804,5810,5814,5814,5816,5816,5818,5820,5822,5822,5822,5822,5824,5824,5826,5826,5826,5826,5830,5832,5832,5836,5838,5840,5842,5844,5844,5844,5846,5846,5846,5854,5854,5862,5862,5862,5862,5862,5864,5864,5866,5868,5868,5868,5868,5868,5870,5872,5872,5876,5876,5880,5880,5880,5880,5880,5880,5880,5880,5882,5882,5882,5884,5886,5886,5886,5886,5886,5888,5890,5896,5896,5896,5896,5900,5906,5906,5908,5910,5912,5912,5912,5912,5912,5912,5912,5914,5914,5914,5914,5914,5914,5914,5914,5914,5914,5914,5914,5916,5916,5922,5922,5922,5924,5924,5924,5924,5924,5930,5930,5932,5932,5932,5932,5932,5936,5936,5936,5938,5938,5940,5944,5948,5950,5950,5952,5952,5952,5952,5952,5952,5952,5952,5954,5954,5954,5954,5966,5966,5966,5966,5968,5968,5968,5968,5968,5970,5974,5974,5974,5978,5978,5978,5978,5980,5980,5980,5982,5982,5982,5982,5982,5986,5986,5988,5990,5996,5996,5996,5996,5996,6e3,6002,6006,6008,6008,6014,6018,6024,6026,6026,6030,6034,6036,6038,6042,6042,6044,6044,6046,6046,6048,6048,6048,6048,6048,6050,6052,6054,6054,6054,6054,6056,6056,6056,6056,6056,6056,6056,6058,6062,6062,6062,6062,6062,6062,6064,6064,6064,6064,6064,6064,6064,6072,6074,6074,6076,6076,6078,6078,6078,6080,6080,6080,6080,6082,6082,6082,6082,6082,6082,6082,6082,6082,6088,6088,6088,6088,6090,6092,6094,6094,6096,6096,6096,6096,6098,6098,6100,6100,6100,6100,6102,6102,6102,6104,6104,6104,6110,6112,6118,6118,6118,6118,6118,6122,6126,6126,6126,6126,6128,6128,6128,6128,6132,6134,6134,6138,6142,6144,6144,6144,6144,6146,6146,6146,6146,6146,6146,6148,6150,6150,6150,6150,6154,6154,6154,6154,6156,6156,6156,6156,6158,6158,6158,6158,6158,6158,6158,6160,6160,6164,6164,6166,6170,6178,6178,6178,6178,6178,6178,6180,6182,6182,6182,6182,6182,6182,6186,6188,6192,6192,6192,6192,6192,6192,6192,6192,6192,6192,6192,6192,6202,6204,6204,6204,6208,6210,6210,6210,6210,6212,6218,6218,6218,6218,6218,6218,6220,6220,6220,6220,6222,6226,6226,6230,6230,6232,6232,6234,6234,6234,6236,6236,6236,6236,6236,6238,6238,6238,6242,6242,6242,6244,6248,6248,6250,6250,6250,6250,6250,6250,6250,6252,6252,6254,6254,6254,6254,6254,6254,6258,6258,6258,6258,6264,6266,6266,6268,6270,6274,6276,6276,6276,6276,6276,6276,6276,6276,6276,6276,6276,6276,6276,6276,6278,6278,6278,6278,6278,6278,6278,6278,6278,6278,6280,6280,6280,6282,6282,6282,6282,6282,6282,6282,6282,6282,6282,6284,6286,6286,6286,6286,6286,6288,6288,6288,6288,6292,6292,6292,6292,6292,6292,6292,6292,6292,6292,6292,6292,6294,6294,6296,6296,6298,6298,6298,6298,6300,6300,6300,6300,6304,6310,6312,6314,6314,6314,6314,6318,6318,6318,6320,6324,6326,6326,6326,6332,6334,6342,6342,6342,6342,6342,6344,6346,6350,6350,6350,6354,6356,6358,6358,6358,6358,6360,6360,6360,6360,6360,6360,6360,6360,6360,6362,6366,6368,6374,6376,6384,6384,6384,6384,6384,6384,6384,6386,6386,6386,6386,6386,6390,6394,6394,6394,6396,6396,6396,6396,6396,6400,6400,6400,6402,6402,6402,6404,6404,6404,6404,6404,6404,6404,6404,6404,6406,6414,6414,6416,6418,6420,6422,6422,6422,6422,6422,6422,6422,6422,6422,6422,6424,6424,6426,6426,6428,6428,6432,6432,6440,6440,6440,6440,6440,6440,6440,6444,6444,6444,6444,6444,6444,6444,6444,6446,6446,6446,6448,6448,6450,6450,6452,6452,6452,6452,6462,6462,6462,6464,6464,6464,6468,6468,6468,6468,6468,6468,6468,6468,6468,6468,6472,6472,6472,6472,6472,6474,6476,6476,6476,6476,6478,6478,6482,6484,6484,6484,6490,6490,6490,6490,6490,6490,6490,6490,6490,6490,6490,6490,6492,6494,6494,6494,6494,6504,6504,6504,6506,6506,6506,6506,6506,6506,6506,6508,6508,6508,6508,6510,6510,6510,6510,6512,6512,6512,6516,6518,6520,6520,6522,6522,6526,6528,6528,6528,6528,6528,6528,6530,6532,6532,6532,6536,6536,6536,6536,6538,6538,6540,6540,6540,6540,6540,6540,6540,6540,6544,6544,6548,6550,6550,6552,6552,6556,6556,6556,6560,6560,6560,6560,6560,6560,6560,6562,6562,6562,6566,6566,6572,6572,6572,6572,6572,6572,6572,6574,6574,6574,6574,6576,6578,6578,6578,6578,6578,6578,6582,6582,6582,6586,6592,6596,6598,6598,6598,6598,6598,6598,6598,6598,6602,6604,6606,6606,6610,6610,6610,6610,6610,6616,6616,6616,6618,6620,6622,6622,6624,6624,6624,6624,6624,6626,6630,6630,6638,6640,6640,6646,6648,6648,6650,6650,6650,6650,6650,6650,6650,6654,6656,6656,6656,6658,6658,6658,6658,6658,6658,6658,6658,6658,6658,6660,6660,6660,6662,6666,6668,6670,6670,6674,6674,6676,6680,6682,6682,6682,6684,6684,6684,6684,6684,6684,6684,6684,6684,6686,6686,6686,6686,6686,6686,6688,6688,6688,6688,6688,6688,6688,6692,6692,6692,6698,6700,6702,6702,6702,6702,6702,6702,6702,6702,6704,6706,6706,6708,6712,6712,6712,6712,6712,6714,6716,6718,6720,6722,6722,6722,6722,6724,6726,6726,6726,6726,6726,6728,6728,6728,6730,6730,6730,6734,6738,6744,6748,6748,6748,6750,6752,6752,6756,6756,6756,6756,6758,6758,6758,6758,6758,6758,6758,6758,6758,6758,6758,6758,6758,6758,6762,6768,6770,6774,6774,6776,6776,6782,6782,6782,6788,6788,6788,6788,6790,6790,6792,6792,6796,6798,6804,6804,6804,6804,6810,6810,6810,6816,6818,6818,6818,6824,6824,6828,6828,6830,6830,6830,6832,6836,6842,6842,6842,6842,6846,6846,6850,6852,6854,6856,6858,6860,6862,6862,6864,6864,6866,6866,6866,6866,6868,6868,6868,6868,6872,6874,6878,6878,6878,6878,6878,6878,6882,6882,6884,6884,6886,6886,6886,6886,6886,6886,6886,6888,6888,6888,6890,6890,6890,6890,6894,6894,6894,6900,6900,6900,6900,6900,6900,6900,6904,6904,6904,6904,6906,6910,6914,6914,6914,6914,6914,6916,6916,6916,6916,6916,6918,6918,6922,6922,6926,6930,6930,6930,6930,6930,6930,6932,6934,6936,6936,6938,6938,6938,6938,6940,6940,6946,6946,6946,6946,6952,6956,6956,6958,6958,6960,6962,6962,6962,6962,6962,6964,6964,6968,6968,6970,6970,6970,6970,6970,6970,6970,6970,6970,6982,6982,6984,6984,6984,6984,6984,6984,6984,6984,6986,6986,6986,6988,6990,6990,6990,6992,6996,6996,6998,7004,7004,7004,7006,7008,7010,7012,7014,7018,7018,7024,7024,7024,7024,7024,7024,7024,7024,7024,7026,7026,7026,7026,7026,7026,7026,7026,7030,7030,7032,7032,7032,7038,7038,7038,7038,7038,7038,7038,7038,7038,7038,7040,7042,7044,7044,7044,7044,7044,7044,7044,7044,7050,7054,7058,7058,7060,7060,7060,7070,7070,7070,7070,7070,7070,7070,7070,7070,7074,7076,7076,7076,7076,7076,7076,7076,7076,7076,7078,7078,7078,7086,7086,7086,7092,7094,7094,7094,7094,7094,7094,7094,7094,7098,7098,7098,7098,7100,7100,7100,7100,7100,7104,7106,7106,7106,7108,7108,7108,7108,7108,7112,7112,7112,7112,7112,7112,7112,7112,7112,7112,7114,7114,7118,7120,7120,7120,7120,7144,7146,7148,7150,7154,7154,7154,7154,7154,7154,7156,7156,7158,7160,7160,7162,7162,7162,7164,7164,7166,7166,7166,7166,7166,7168,7176,7176,7176,7182,7184,7184,7184,7184,7184,7184,7184,7186,7198,7200,7204,7204,7206,7206,7212,7212,7212,7212,7212,7214,7216,7216,7218,7222,7224,7224,7224,7226,7230,7232,7232,7234,7234,7238,7240,7240,7240,7240,7240,7240,7240,7240,7240,7242,7246,7246,7246,7246,7248,7250,7250,7250,7250,7254,7254,7254,7254,7254,7254,7254,7254,7254,7254,7254,7254,7254,7254,7256,7258,7258,7258,7258,7258,7258,7258,7258,7262,7264,7264,7264,7264,7264,7264,7264,7264,7264,7264,7274,7276,7278,7280,7284,7284,7288,7290,7290,7292,7292,7292,7292,7292,7294,7294,7294,7294,7294,7296,7296,7296,7296,7296,7296,7296,7296,7302,7302,7308,7308,7310,7310,7310,7310,7310,7310,7312,7312,7312,7316,7316,7316,7316,7318,7324,7324,7324,7324,7324,7326,7326,7328,7328,7330,7332,7334,7334,7336,7336,7338,7338,7340,7342,7342,7346,7346,7346,7346,7348,7348,7352,7352,7352,7352,7352,7354,7356,7356,7356,7356,7360,7364,7368,7372,7372,7372,7382,7382,7384,7384,7384,7384,7384,7386,7386,7388,7390,7390,7390,7390,7390,7392,7394,7394,7394,7394,7394,7396,7398,7400,7402,7402,7410,7410,7410,7410,7410,7410,7410,7410,7414,7418,7418,7418,7418,7418,7418,7418,7418,7418,7420,7428,7430,7432,7436,7440,7440,7440,7440,7440,7440,7440,7440,7440,7440,7444,7446,7446,7450,7450,7454,7454,7454,7456,7456,7456,7456,7456,7458,7458,7458,7458,7458,7458,7458,7460,7462,7468,7468,7468,7468,7468,7468,7468,7474,7474,7480,7480,7480,7482,7488,7488,7490,7494,7496,7500,7502,7502,7504,7504,7504,7514,7514,7520,7524,7524,7526,7532,7538,7538,7538,7538,7538,7544,7544,7544,7550,7550,7550,7550,7550,7550,7552,7552,7554,7558,7558,7558,7558,7558,7558,7560,7560,7560,7562,7562,7564,7566,7572,7572,7572,7572,7574,7574,7574,7574,7574,7576,7580,7580,7580,7580,7580,7580,7580,7582,7590,7590,7590,7590,7590,7592,7592,7592,7594,7596,7596,7596,7596,7596,7596,7598,7600,7600,7602,7604,7604,7604,7606,7606,7606,7610,7610,7612,7618,7618,7620,7622,7626,7626,7626,7630,7630,7632,7632,7636,7636,7636,7636,7636,7636,7640,7640,7642,7642,7642,7642,7642,7658,7662,7670,7674,7674,7674,7678,7678,7678,7680,7682,7682,7682,7682,7682,7684,7684,7684,7684,7684,7684,7686,7688,7688,7688,7688,7688,7690,7694,7694,7694,7700,7700,7700,7702,7704,7710,7714,7716,7716,7716,7718,7720,7720,7720,7720,7720,7720,7720,7720,7720,7724,7724,7726,7726,7726,7726,7730,7730,7732,7734,7734,7734,7734,7736,7736,7736,7736,7736,7738,7738,7738,7742,7750,7752,7752,7752,7752,7754,7756,7756,7756,7760,7760,7766,7766,7766,7768,7768,7770,7770,7770,7770,7774,7774,7774,7774,7774,7774,7774,7776,7778,7778,7780,7782,7782,7782,7786,7786,7786,7786,7786,7786,7786,7786,7786,7786,7788,7788,7788,7788,7788,7788,7790,7790,7790,7790,7790,7798,7798,7798,7798,7798,7800,7800,7800,7800,7800,7800,7800,7800,7800,7800,7802,7804,7804,7804,7804,7808,7808,7808,7808,7808,7810,7810,7812,7818,7818,7820,7826,7826,7828,7832,7832,7832,7834,7834,7836,7836,7836,7836,7838,7838,7838,7838,7840,7842,7842,7842,7842,7844,7844,7844,7846,7846,7846,7846,7846,7846,7846,7846,7848,7848,7850,7850,7852,7852,7854,7854,7854,7854,7854,7856,7860,7864,7864,7864,7868,7870,7870,7876,7880,7882,7884,7884,7884,7886,7888,7888,7892,7896,7896,7896,7896,7896,7896,7896,7896,7898,7900,7902,7902,7902,7904,7908,7908,7908,7908,7908,7910,7910,7912,7912,7916,7918,7922,7922,7922,7922,7922,7924,7926,7930,7932,7932,7932,7932,7934,7934,7934,7936,7936,7936,7936,7936,7938,7942,7944,7944,7944,7944,7944,7944,7944,7946,7946,7950,7950,7950,7950,7950,7950,7950,7952,7954,7954,7954,7954,7954,7958,7958,7960,7960,7964,7964,7964,7964,7970,7972,7972,7976,7978,7980,7980,7980,7984,7984,7988,7988,7990,7990,7990,7990,7996,7998,8e3,8002,8004,8004,8006,8008,8008,8008,8012,8012,8014,8014,8016,8016,8016,8016,8018,8018,8018,8018,8020,8022,8022,8024,8026,8026,8028,8030,8030,8032,8048,8050,8050,8050,8050,8050,8050,8050,8056,8058,8058,8058,8058,8058,8060,8062,8062,8062,8066,8066,8066,8066,8068,8072,8072,8076,8076,8076,8076,8076,8080,8080,8080,8082,8082,8082,8082,8082,8082,8084,8086,8088,8088,8090,8090,8092,8094,8098,8098,8098,8100,8102,8102,8102,8102,8102,8104,8106,8110,8110,8110,8112,8112,8112,8112,8114,8114,8114,8114,8120,8120,8122,8122,8124,8124,8124,8124,8124,8124,8124,8126,8128,8130,8130,8132,8132,8132,8132,8134,8134,8138,8140,8140,8144,8144,8144,8144,8144,8148,8148,8148,8148,8148,8148,8148,8150,8150,8152,8152,8152,8152,8152,8152,8156,8160,8160,8164,8166,8172,8172,8172,8172,8176,8176,8182,8184,8186,8186,8186,8186,8186,8192,8192,8192,8192,8192,8192,8192,8194,8204,8204,8208,8216,8216,8216,8216,8216,8216,8216,8218,8218,8218,8222,8224,8224,8224,8224,8226,8226,8226,8230,8230,8230,8232,8232,8232,8234,8234,8236,8238,8238,8240,8240,8242,8242,8244,8244,8246,8250,8250,8252,8252,8252,8252,8252,8252,8252,8252,8252,8252,8254,8256,8258,8260,8260,8262,8262,8262,8262,8262,8264,8270,8274,8274,8274,8274,8276,8276,8278,8278,8280,8280,8280,8280,8282,8290,8290,8290,8290,8296,8296,8298,8302,8302,8302,8302,8302,8302,8304,8304,8304,8304,8304,8304,8308,8308,8308,8310,8310,8312,8312,8316,8322,8324,8324,8324,8326,8326,8330,8330,8330,8330,8334,8334,8334,8336,8338,8342,8342,8342,8342,8346,8348,8348,8348,8348,8348,8348,8348,8348,8350,8350,8354,8354,8354,8358,8358,8360,8362,8364,8364,8364,8364,8364,8364,8364,8368,8372,8372,8378,8378,8378,8378,8384,8384,8386,8388,8388,8388,8388,8388,8388,8388,8388,8388,8388,8388,8388,8388,8388,8388,8388,8388,8388,8388,8388,8388,8394,8398,8402,8404,8406,8406,8408,8408,8408,8408,8408,8408,8408,8408,8412,8412,8412,8416,8416,8416,8416,8416,8416,8416,8416,8416,8418,8418,8418,8418,8418,8418,8418,8420,8424,8426,8428,8428,8434,8436,8442,8446,8446,8448,8448,8450,8450,8450,8450,8452,8454,8458,8458,8458,8458,8460,8460,8460,8460,8460,8462,8464,8466,8470,8472,8472,8472,8480,8480,8480,8480,8480,8484,8484,8484,8488,8492,8504,8506,8508,8510,8510,8510,8510,8512,8512,8512,8512,8512,8516,8516,8516,8516,8520,8520,8526,8528,8530,8532,8532,8532,8532,8534,8538,8538,8538,8538,8538,8538,8538,8540,8540,8540,8542,8546,8546,8550,8550,8550,8550,8550,8550,8552,8562,8562,8562,8562,8566,8566,8566,8566,8566,8566,8568,8570,8570,8570,8572,8576,8578,8580,8582,8582,8582,8582,8586,8586,8586,8586,8590,8590,8590,8590,8592,8592,8592,8592,8602,8604,8604,8604,8604,8606,8608,8608,8608,8610,8610,8610,8610,8612,8612,8612,8612,8614,8614,8614,8620,8620,8622,8622,8622,8622,8624,8626,8628,8628,8628,8628,8628,8628,8628,8628,8628,8628,8628,8636,8636,8636,8636,8638,8638,8638,8640,8640,8640,8646,8646,8648,8648,8648,8650,8650,8654,8654,8654,8654,8664,8666,8666,8668,8670,8672,8678,8678,8678,8680,8680,8680,8682,8684,8694,8694,8694,8694,8694,8694,8698,8698,8698,8698,8702,8710,8710,8710,8710,8710,8710,8712,8714,8714,8714,8714,8716,8718,8722,8722,8722,8722,8726,8726,8726,8726,8726,8734,8738,8740,8740,8746,8746,8746,8746,8746,8746,8746,8748,8750,8750,8750,8754,8754,8754,8754,8754,8756,8758,8758,8768,8772,8772,8772,8774,8774,8774,8774,8774,8774,8774,8774,8774,8774,8780,8782,8782,8782,8786,8790,8792,8792,8794,8794,8800,8800,8800,8800,8800,8800,8800,8800,8800,8800,8802,8808,8810,8814,8814,8814,8814,8814,8814,8814,8814,8814,8814,8818,8818,8818,8818,8818,8818,8818,8818,8822,8822,8822,8826,8826,8828,8828,8832,8832,8834,8838,8838,8838,8838,8840,8840,8842,8842,8850,8854,8858,8860,8860,8860,8870,8870,8876,8876,8878,8884,8884,8884,8886,8890,8890,8890,8890,8890,8890,8890,8890,8890,8890,8890,8890,8892,8892,8894,8896,8896,8896,8896,8896,8896,8898,8898,8898,8900,8900,8902,8902,8902,8908,8908,8908,8908,8908,8908,8908,8910,8910,8910,8914,8914,8916,8924,8924,8928,8932,8936,8938,8940,8940,8942,8946,8946,8946,8946,8946,8946,8946,8946,8946,8948,8948,8948,8954,8954,8954,8954,8954,8954,8954,8954,8954,8954,8954,8954,8954,8954,8964,8964,8964,8964,8964,8966,8966,8972,8972,8972,8974,8976,8976,8976,8976,8976,8982,8982,8982,8984,8988,8990,8994,8994,8994,8994,8996,8998,8998,9e3,9004,9008,9012,9012,9016,9016,9016,9016,9020,9022,9022,9022,9026,9028,9028,9028,9030,9030,9032,9036,9036,9036,9036,9048,9050,9052,9058,9060,9060,9060,9062,9064,9066,9066,9066,9070,9070,9074,9074,9074,9074,9076,9084,9084,9086,9086,9086,9086,9090,9090,9090,9090,9090,9092,9092,9092,9092,9092,9092,9092,9092,9094,9094,9096,9096,9098,9100,9100,9100,9100,9100,9100,9100,9100,9102,9106,9106,9106,9106,9106,9110,9114,9114,9114,9114,9114,9116,9116,9116,9118,9122,9122,9126,9128,9128,9128,9130,9132,9134,9134,9136,9136,9136,9136,9136,9136,9140,9142,9142,9142,9146,9146,9146,9146,9148,9150,9150,9156,9156,9156,9158,9160,9164,9166,9168,9172,9172,9172,9172,9172,9172,9178,9178,9178,9178,9178,9178,9178,9178,9178,9178,9178,9182,9182,9182,9182,9182,9184,9184,9184,9188,9188,9188,9188,9190,9192,9192,9198,9202,9202,9202,9202,9202,9202,9202,9202,9202,9202,9204,9204,9208,9210,9210,9210,9210,9210,3332915200,144466,1832591366,111739,1406582790,115557,1406582790,115629,3209453575,97659,3265978376,78976,2049769490,80414,1626529810,132443,2978447380,71429,1049133084,158243,194813981,114304,1495449629,144074,2908143646,113398,1812553759,160147,3190153251,78839,214622245,113398,1173880872,117050,1535017002,85568,1110351914,87774,1110351914,87814,1110351914,87834,1110351914,87869,1110351914,115734,41648175,124291,3804610611,117693,559906868,106802,1090928696,80331,4068106296,84265,4068106296,84320,38715448,140199,38715448,140231,4075266105,142748,736763963,132443,2023252028,113720,3374694460,148788,1603412029,97082,450838594,78244,3393527875,158416,3144917060,114816,3144917060,115223,3144917060,133571,3379953733,110290,808837194,77544,1566556234,91559,1566556234,91576,2261901386,138974,2261901386,138996,1087987787,155790,2115067980,156855,2567684173,114340,2567684173,114404,3734216781,147853,2946392152,107633,2946392152,111674,2946392152,111712,276693082,84554,971063386,115557,971063386,117804,971063386,132443,2140061787,80880,832012380,92080,447217757,79509,3433046110,119790,3433046110,133178,3433046110,133662,1409155168,133178,1001128033,117228,1524547686,133178,2839093350,158554,582991979,120366,1948319852,112084,4100128880,116198,171499637,92979,183435381,104584,183435381,132443,2088222840,133887,3638386812,118422,3638386812,118603,2659688577,151578,4112425091,94479,555425928,94753,555425928,94791,1125220488,114404,2292965516,99847,150159502,91709,4070170767,94546,1619427471,148922,2404622482,99847,1059217557,76891,1059217557,77176,859619480,112795,478609562,73244,3062145178,106250,3062145178,132357,3801972890,134258,3801972890,159605,2406867099,132443,3308437661,112084,2478956705,116319,3097706659,111739,3329982628,111059,2695102629,96925,1572987046,107053,2979209386,114816,2979209386,115223,2712903852,158500,2712903852,158529,179773614,111805,2628526254,114816,2628526254,115223,2628526254,133571,1917026481,145272,502849722,133178,792707262,158469,4128350400,101113,4085424320,107076,4016668869,72053,147251399,98161,1508843719,147320,829481160,81472,3394773195,116054,3906977998,76891,3906977998,77176,1850769614,104642,3099910353,108486,3022684369,132443,1168351443,84064,2885861588,114116,1587609812,133046,2960769238,81937,3247243478,91502,3247243478,108521,524935388,118212,1399783653,110004,3423830246,76891,3423830246,77176,3824132328,120757,2425815272,125510,2425815272,125539,835870954,97629,647831786,106984,1703895276,118422,1703895276,118603,3189555437,89776,1659814129,82151,471097585,155132,3591848179,148265,69804276,125703,69804276,125757,3393978620,142508,3393978620,142534,4283752706,148244,3754934532,77619,3921953031,132443,3995418893,117050,3728433422,72027,2270560528,113331,2270560528,143763,3933724950,150431,598253847,86565,598253847,86604,3640172823,136907,3640172823,136945,449429785,114816,449429785,115223,2119368992,73581,2143633697,89027,816914722,71111,640885026,157671,2149335336,112513,2801697069,148026,2801697069,148059,3479232815,111739,1153081648,108439,2157773106,92266,3760251186,110112,2176966963,129212,2176966963,129230,2176966963,129248,2939437363,149674,2494906678,90445,2494906678,90464,2494906678,90490,3565084983,110920,2134401336,95503,1426661689,132443,4030603580,146290,642785599,133178,1949425986,96452,2049745223,154125,2049745223,154141,2049745223,154158,472580424,90332,2134933836,74391,4065419597,110346,1530446164,84721,3378176341,138128,3378176341,138162,2744017243,111132,2058027355,133178,3421626715,151257,2339750237,158844,69861726,100872,3992764778,109015,1283277164,88135,1283277164,115794,2955018610,159674,3145843061,136218,3145843061,136342,2114232694,126363,2114232694,126399,852435321,155177,3314164092,72597,1376510332,99428,1376510332,112612,3672187265,138128,3672187265,138162,2854150529,143216,2854150529,143233,971579779,72629,1074233731,141991,1074233731,142053,3913318787,147256,122610060,113720,2673369486,113720,1785495950,152150,3261612432,114816,3261612432,115223,960029075,124879,960029075,124902,859013528,155114,2153922971,115947,4174971291,125703,4174971291,125757,2583798177,112859,814203298,155932,2805244328,72530,199246249,111059,1830961578,117275,61120939,143960,687088045,77914,1327268271,132443,1597194677,132443,3783631286,143789,3657916855,91194,3908231611,149114,4148994493,78069,3913318847,114080,3235365312,93028,3608592833,108288,2670141893,73244,2670141893,93763,2670141893,93796,1060954566,117320,2318164427,113117,3420013004,120453,2547155405,104219,244507093,89861,1580909019,131903,1580909019,131925,1580909019,131958,2596626912,133178,2042823141,133178,2042823141,133662,2951119334,115629,2609365481,134079,2609365481,134095,2494906860,145713,2627379695,91725,647840240,140116,647840240,140129,3539845618,109138,2494972404,121746,2494972404,121778,1683112438,93825,1286595065,113398,2044011002,136803,2044011002,136836,3058024954,160631,2115346940,149855,2705736189,152002,3683287550,108919,110854654,109765,3801588222,117050,2677531134,145015,1349886463,83367,1554743807,111237,1895031297,132443,2589254146,114816,946004485,114816,2528002567,84483,2014208528,108570,3428327953,108711,3428327953,115629,2674778641,132443,21922323,112795,48890388,113027,37167638,106948,3028419095,111805,2969952799,109190,3193012768,138128,3193012768,138162,595198499,111989,2928820782,113720,1225318961,72383,1755882033,94753,1755882033,94791,1755882033,106558,1225318961,114816,1225318961,115223,3217007153,133046,1092919858,135367,2194293299,92533,1810801207,117050,1728168505,156977,883450427,153924,55026236,113720,1312490048,106781,457851456,148888,2416001605,94303,602546757,111132,607388236,111805,2027389517,112919,2860802639,88566,4267844179,91364,3338453589,130950,2494825047,132443,240829017,154688,391242331,80366,4075225696,118143,579707488,146290,2169053793,158779,4075266658,115794,1832985192,112859,48890473,70360,2021950057,100287,48890473,109015,1450099308,136218,1450099308,136342,2907325037,160582,2495349363,113398,1546019445,85152,1819976316,114816,1819976316,115223,222962301,146321,3834880638,92215,2179416702,111805,2092589695,72655,360424068,113398,1030242949,82780,761135750,101851,3197297287,104321,2898936463,126992,2898936463,127074,2146435730,143375,634413717,101851,634413717,114816,634413717,115223,2409489047,133178,3266462363,80679,3266462363,109558,2495373980,95104,2988106396,146997,2901205661,70177,2901205661,70248,2901205661,70278,2901205661,70299,100745887,93594,100745887,93619,455778976,86038,455778976,113398,2628502179,83985,1485349542,132443,1532068519,75758,2495251114,73009,2339177133,146772,933593776,71555,2495251120,78016,847970994,117228,4273676979,78512,1458848438,76891,1458848438,77176,1510523574,110996,1223115456,149733,2383307458,80897,2383307458,80931,2383307458,80967,2383307458,80999,2383307458,81047,2383307458,81079,2383307458,103893,2545951427,98312,2545951427,98340,3138577094,133178,605217482,116226,3995624138,132443,3116319441,73100,3116319441,83339,4089643729,112795,856867538,73854,856867538,73889,1158906581,147876,3119211225,113178,3270181595,84236,4086776542,72261,196248286,83260,1707811556,76253,1707811556,104584,459703014,119847,459703014,132911,2495611623,116525,3599885033,110542,846291692,114340,3598140149,146605,4137575159,109394,748438264,158863,2407998202,87083,1844396794,132443,1084539643,74553,1084539643,115557,1084539643,115629,244269821,103804,971244286,110112,4072465152,93983,273048320,159674,2166612737,97679,1530921734,132443,1979368200,111805,858964745,116498,858964745,116880,2119607049,136510,2119607049,136524,3588481805,117804,2796733198,113398,2133295892,114693,2146042650,71768,2734908189,114404,2175968029,118212,4220199710,115557,4220199710,115629,2495365919,112513,1417847583,118212,861373216,151162,861373216,160102,1759503138,114404,473768745,114404,910205737,114404,910205737,118143,132760369,82317,3763553079,111059,4068016951,114671,3153462071,152568,483427129,75978,1409278777,153399,3788735293,150798,957743934,160078,3044434753,70839,4148986693,86930,1160618822,109394,2175968070,120366,3988366151,107324,3237061450,102654,2495685457,77856,3872465750,133887,1758659414,155947,2733851480,106584,4211147614,141991,4211147614,142053,2246533986,90278,2495218534,78790,3298493286,88853,160637804,94575,4167017327,100832,2158388082,81170,2158388082,81186,1429783410,88592,647832439,148509,2272428921,116525,1531356028,107391,4171473789,93397,3584369533,133887,3158631300,79936,3158631300,79970,590724,101851,2355676037,153159,524919686,113720,1816691594,102019,1816691594,144598,4260529036,114816,4260529036,115223,1431462797,69830,3834209165,90535,3355198350,78147,3355198350,78179,3143492494,96303,1107436433,114404,922960787,115976,178176916,97844,1460716437,107076,2956526485,135515,2956526485,135545,3401270167,111413,3401270167,111451,2036130712,109394,322364313,107939,322364313,112795,1433723805,109190,3459113886,126773,3459113886,126794,1016505247,92516,3343410081,73662,3417072549,114816,934544294,93162,200623014,140568,200623014,140601,3756868522,79852,1988305834,91542,921445297,145783,866018228,73009,1690035124,86208,2711298996,110639,1332208564,159202,4107854773,150598,3302532024,118212,3067290558,143250,699515841,146543,2677720003,133178,2105951176,114816,2105951176,118768,3596878792,160279,3235783628,76891,3235783628,77176,3686343629,116198,507651029,113398,1640678357,120424,612729816,130532,612729816,130558,612729816,130583,2240332762,99847,4245644255,71095,1029882852,95582,3529688038,135697,3529688038,135751,3529688038,135793,431416295,159440,1326842860,132443,93094894,112120,3545654257,95790,986538994,98847,2143282163,98058,1660863477,144838,329942006,159282,4078666749,94907,2130920447,103378,2816017413,111876,819225605,122316,819225605,122331,2790622218,74658,2790622218,74673,1062200335,85527,336888847,117050,3556025360,100783,472179730,110564,1191674900,109223,3719644181,111477,2119336983,111876,3325592600,88464,3325592600,145676,2548794393,134258,3954238494,144645,1983095841,142233,1983095841,142257,391234594,100696,1002308643,116525,3731825699,124978,3731825699,124997,718128168,69810,829326376,149070,2001265706,98002,2584126506,117693,2001265706,132443,3137397804,95719,3137397804,95745,2871043117,75008,1817207853,146572,2495710256,97554,1098376241,90198,1350452278,110387,3675530296,97709,3675530296,106396,3675530296,132443,2846409784,136218,2846409784,136342,1642308665,110877,2928878651,76891,2928878651,77176,4079125563,112482,1106945084,90139,1193509948,111805,3491259453,76891,3491259453,77176,4054762560,117492,286270532,118212,3821372489,89412,2308064330,88511,2308064330,88536,3735888970,122832,3735888970,122859,3735888970,122884,3735888970,122899,2495620172,71164,3130877005,120619,4281885775,99385,4281885775,111739,2916394068,72762,37069912,137939,37069912,137972,2131690591,69768,1764238432,117050,256001128,149131,1732084842,153810,1329144938,156624,2166522988,88761,3730564205,116525,3185910897,98203,1179960434,100389,506848370,107076,1654482037,112513,3630236790,116076,962962551,93330,1351623799,94212,2173174904,91685,268051577,76891,268051577,77176,4097049727,133178,4097049727,142725,3045172356,141397,3045172356,141421,3045172356,141446,3045172356,144295,3045172356,144327,241689737,87129,1900618893,147941,2281317518,91981,3906569358,155073,2145248399,115856,289023120,79246,2433893520,137457,2433893520,137500,2055259283,157307,1110205588,97927,1110205588,97943,1932797078,92232,3231761559,87516,3231761559,119465,3231761559,132443,315139226,95622,111584412,76891,111584412,77176,2355455132,88793,2124383389,106500,1629160607,112795,2904966304,105995,2495210664,99847,4019651752,159440,2495210668,83917,3350611117,84805,186524847,129440,186524847,129465,1445397683,114693,537806004,110070,3899090101,116319,1503536309,117050,3899090101,148114,2789000375,132443,113665208,76891,113665208,77176,2063156408,114816,2063156408,115223,2357126332,113720,3230713025,160368,2157438149,109272,466724037,136218,466724037,136342,862553286,155638,3675661514,158029,782968014,75687,3430221006,134911,3430221006,134952,2425783504,86321,2723546330,117228,2877957339,108238,2495374555,130337,2495374555,130364,22635740,114404,933610719,118212,1758250210,74506,298280162,114404,1883923684,108055,1956398314,143519,3603530988,91807,3680404717,113398,3680404717,153546,4059981039,71955,1328162031,84161,3186230514,113720,2177352949,149510,1566958839,71357,1239115e3,115887,475325688,123924,475325688,123950,475325688,123985,2156365050,104557,1072743674,150892,3514008826,157330,2108073212,99093,1129735423,95125,2854798591,111632,1749812480,83110,2489599232,85636,3730433281,160433,1436321026,99485,923026697,100947,157639949,148085,3556803855,132443,232219924,117050,2438522132,117492,876086558,80502,2495227166,128564,2495227166,128589,4041712929,77938,1228784930,95700,2210735395,117604,2448327971,118212,1035191593,85670,694961449,135621,1794876716,114693,2315003182,116525,2914280751,159752,2664834354,87153,1666065719,84755,3482019132,109138,1841620284,114693,1301546301,111315,2730599743,119538,2730599743,119565,2730599743,132911,2495620426,80414,2706982219,149425,490513741,76891,490513741,77176,1998300494,152133,333833551,85380,1685718355,73747,1552868691,110787,1552868691,139076,1552868691,139104,1552868691,139141,2116232535,95254,3511838039,133046,513516897,135213,919233890,107801,1263519080,135367,1254458729,111059,632669547,160519,733750643,135367,1861035379,145736,2271135092,146180,2145314172,107152,2145314173,75412,766305665,71376,2215347585,116810,3876152705,128907,3876152705,128931,188286339,108439,964011404,90514,4064290189,141991,4064290189,142053,3690808724,156910,1604117909,71732,1604117909,106427,2419344789,116246,3308987801,99614,1055778201,99663,62686617,111500,713319835,78529,293438881,81967,2259240355,73009,1717839268,84649,2664678821,104219,2798347685,106148,2798347685,110112,59057575,145696,555599272,117779,2540504489,99468,4066846121,114404,1631765930,113720,1631765930,133178,1631765930,133662,1631765930,146668,2677499309,145205,1957062063,143499,2488288688,83934,2056881584,113027,1881916851,116764,2487772596,155716,2631714229,114404,1172202939,86884,1939744187,115976,3094660542,133178,2822907326,144765,3905209791,116525,353830335,117525,3137652162,106641,2494981570,155767,2426389955,100917,2426389955,133178,2426389955,141151,2119361990,102201,3297625547,133178,4085425625,127593,4085425625,127621,442418650,70775,1315554783,80128,1315554783,80149,1315554783,114816,1315554783,115223,3727336927,133887,1852040672,140681,1852040672,140708,1852040672,140745,606127585,112612,4095591906,88291,1309591014,99592,2226996710,160036,685983217,133887,2798364147,111500,3918964212,104932,3918964212,104978,3918964212,105035,3918964212,105165,3918964212,105266,3918964212,105366,3918964212,105466,3918964212,105565,3918964212,105625,3918964212,105666,2857731574,118212,3496330746,118422,3496330746,118603,4038854141,78567,3920668157,160061,351553024,154649,3340092931,132443,2058044937,88223,3730990601,107835,2916066825,115734,1524000267,113398,106669581,116319,2734163470,85701,2734163470,113117,850568721,159105,2342839834,83284,2588427809,72413,85943846,117693,2569938474,82804,2569938474,82835,2569938474,82886,2065294895,114404,2119370288,112513,2495710769,73009,4075243057,133178,3656902200,91777,991381048,109394,1531332156,109394,657688124,140307,3553150525,86058,2111219266,104494,2447361605,109558,2738513480,77661,3925739080,99847,657835593,95475,4156221001,127463,4156221001,127492,4156221001,127517,678635085,104814,1477649997,149466,1444079182,110824,3064718926,116525,3075032665,76891,3075032665,77176,3311158873,160249,4137125469,132443,2303632991,89793,728376929,111059,3852715619,133178,3023758950,114816,3023758950,115223,2527708776,118212,1508517486,114219,1196779118,114816,1196779118,115223,1007199856,136218,1007199856,136342,3669190258,121295,3669190258,121315,3669190258,121352,4161930869,110639,1244554871,111805,2893334136,111132,2665866873,116525,647857788,107473,2418386559,113398,120620671,114816,2916288128,72944,2537195138,158438,4278765191,88481,2219533961,94633,2227807881,99847,4226213514,75323,4226213514,75356,653772430,149425,996001424,76891,996001424,77176,3964085905,82973,114329234,85201,450053780,152589,3980748437,82052,1050478232,88989,565765787,71634,2495358621,116525,2166990498,97480,2014783139,76115,3504809635,76891,3504809635,77176,2182801059,111739,1726752420,117604,3192981156,132443,1251706534,144278,4272162470,144545,943474347,76891,943474347,77176,1111541424,118212,1467655860,74446,2761197239,147900,2166990520,114016,3024955064,115734,1275987644,113398,2634786492,138440,2634786492,138475,2634786492,138593,3298469570,79909,1491642055,77544,238741191,159674,3081774792,134623,3081774792,134673,628475597,95079,1681434324,136218,1681434324,136342,267757269,113300,1809221334,114404,2329986775,132911,2329986775,133642,2878023383,136218,2878023383,136342,4291552985,112859,3144017630,117371,3144017630,117399,4201891550,120565,647857887,112612,3206178530,130751,3206178530,130783,2713175778,136595,2713175778,136614,300713699,91051,681879268,150516,527541993,86742,3853641454,143041,1492805359,118005,1890322161,95670,2494940914,89313,2033215218,110564,1048610551,88710,3893348087,157151,3820914424,93727,3019261688,135367,3062040314,114816,524936961,110112,131294979,104784,4272899846,94144,1768630025,150690,1808377611,95818,1808377611,98161,460834573,143353,1780492045,152648,3878176526,104710,2421540625,144219,3781535507,155603,3381700373,92761,2106640152,102853,3382626074,128142,3382626074,128181,3428984605,110958,3363186461,117604,1507264288,78582,3836348198,93491,650151721,73551,2207057705,102383,2110498605,118109,3062064942,132443,885131057,117050,2047567667,71210,2114021172,92570,2114021172,92593,2114021172,92622,2114021172,92646,2836735798,114404,270632760,71036,3033933624,132911,2983675710,135697,2983675710,135751,2983675710,135793,1770751810,79804,311625539,86449,4126132036,119904,4126132036,119944,4126132036,133178,3216885575,70696,1610303303,149619,1610303303,149636,2847360842,114816,2847360842,115223,3538544463,97434,1416865616,83313,3021784913,112051,765658962,126475,765658962,126500,1045522259,89075,1045522259,133178,2332321620,144031,2630600533,73616,334686039,112749,449439576,143264,292267865,107178,2666825562,113398,859842395,153845,859842395,153889,2118969182,114816,2118969182,115223,2105927518,147812,3989727071,107855,61810529,137686,61810529,137740,61810529,137787,61810529,137843,2012440418,146139,1164683109,94271,524937062,96513,3779471207,142614,3779471207,142645,2338211689,133178,2338211689,146215,3760236396,114816,884754287,144582,1367074674,120651,1367074674,133662,1107289972,86909,1817921398,146111,243664766,104074,2986461063,113720,2130356104,78431,569018248,104074,3650234248,116525,2302740361,133178,1809139597,146961,3910854542,158612,4100114321,157781,2780931988,71132,1583228820,119981,647849877,87334,647849877,113398,3905210262,113398,2311915417,107819,3239364507,132443,3380512669,132357,1627465630,120366,1362503584,128796,1362503584,128831,1817061282,87182,549291938,113720,2494908323,133887,395790249,157593,2291369898,107704,2291369898,114816,2291369898,115223,1325696943,112859,1420126127,139517,1420126127,139548,3061802930,106948,1608730546,107525,3218425782,113985,2618435510,133178,731899832,88100,954353593,73269,313083833,113398,1151387577,118212,2437482430,111477,4148987842,117525,2146387910,90386,2146387910,90425,647841747,110639,804808660,117693,804808660,132443,219203541,110996,1851287513,93908,1679894502,113398,1314818027,97215,3839363053,82367,3431671794,159153,1304217587,149425,342640629,112749,647841781,113720,4035258358,78666,1373743097,129942,1373743097,129965,1373743097,129990,2177370106,150114,2177370106,150131,1062291451,76891,1062291451,77176,112846848,127158,112846848,127185,1948018688,129849,1948018688,129866,1471899649,116278,922781698,70744,204875787,107119,3380512781,84828,4057745427,153507,1369204758,133124,2368170006,133178,3509372955,76891,3509372955,77176,1121372187,117050,514730016,74062,3907282977,113398,3907282977,152116,2338768931,117050,1850337316,76089,2571741223,130165,2571741223,130186,2955069482,77566,1308960816,75099,381134899,116013,3229550647,149168,2098325563,111942,258009148,75786,1458825277,136595,1458825277,136614,3519195198,97510,647776320,160386,859080771,153630,2380769349,77482,278145095,117050,2119354443,90635,647841868,99509,4065429580,104584,2241873998,87251,1445185623,114816,1445185623,135367,796051543,155308,524937304,107492,3882682456,159388,3984615515,89531,3370272860,144623,2554570845,108368,3640731742,118143,3640731742,149951,3640731742,149969,3640731742,149995,3640731742,150021,4100114527,158077,1740843107,96476,1740843107,118969,1740843107,119009,1740843107,119041,311027815,117525,3691817065,150089,1085270122,95340,3806464107,75134,647850096,112513,2809161841,124056,2809161841,124082,2809161841,124106,2022353012,90966,3129059444,113398,3992635509,108960,1001171062,118143,934774905,108055,2911234171,79039,3232409726,114169,2495621246,141516,1592395903,77451,1592395903,116319,3072542847,150202,3383027841,117982,2115668099,133046,4226984070,114169,1821083782,117922,2375682182,155969,3869649041,134763,3869649041,134792,3869649041,134823,1737418897,153606,3093792918,85169,1356482714,115734,3401369757,148334,4065437854,113720,843843742,114404,4141942943,116246,1105938592,94165,1570252961,114116,2495162534,148592,630253735,91294,1079249064,148287,2589157547,125067,462112942,110465,2166597807,119673,2166597807,119700,2166597807,133178,2930018481,76548,519571634,156760,2495293621,90298,2495162550,113117,4270352566,116226,1873643703,116745,1192749240,99281,4195092666,132443,31148218,155674,2495162556,85943,3196872892,96582,3536578749,91896,3721447613,114340,39938239,104864,3736357057,75134,2423654594,122547,2695104707,114816,1177610439,114404,3977062606,74333,647850191,82524,647850191,82559,647850191,82580,647850191,82614,647850191,82634,647850191,133178,718817490,145177,2147690706,150575,1532610776,134258,859121883,155484,859121883,155519,114403555,120366,3082651876,97056,1883891942,115629,1883891942,156876,1504749802,98291,165791980,117050,1661528301,150864,3410823407,116525,3314125040,133178,3707447543,124182,3707447543,124215,2624194808,115734,2293967097,82072,481052924,118212,1181950,113027,1919568128,106210,1719929088,111059,3402606851,110860,933873926,147636,1545922823,85896,1173154056,159903,436209932,148132,1158686989,101168,872007950,152238,3207923984,103499,1444096277,114816,1444096277,115223,2495211801,114816,2495211801,115223,3050924319,121854,3050924319,121879,2385135905,113720,919169313,159520,1923131682,134911,1923131682,134952,465004835,151862,647842084,112701,647842084,145825,2480490789,89335,1352411431,85484,1312049451,112307,2222844204,99847,2796882220,160166,2811693357,118790,1810680111,76891,1810680111,77176,709167408,111132,2039834932,121134,1016744249,113178,647866682,113398,534939965,133178,534939965,133662,3205400899,76891,3205400899,77176,2495293767,114816,2495293767,115223,2084989255,133887,2838063434,157985,3491957067,90614,3162196302,114816,3162196302,115223,2153867600,100358,2047723858,98798,2134042963,88257,719046997,110112,2495359317,138669,2495359317,138697,1381075285,157966,1586022745,83284,591374681,91438,566675801,106668,1186105689,114816,566675801,149242,566675801,159801,2894342490,114816,2894342490,115223,2634918238,113178,3528804704,86634,350841185,141719,350841185,141742,2986281318,114816,2986281318,115223,2986281318,133571,2355013992,110346,1218693484,111413,1759488370,114404,1851631989,86012,371394934,96899,1501866359,148460,1783966075,152058,758663549,91520,1550780801,133887,3155822979,79e3,360409478,113720,3265726855,158761,2603854216,86772,2455882122,135367,3683002772,113117,3522939284,143657,1643342232,114304,1643342232,116525,1992034714,81750,1772620188,114046,2002610608,126046,2002610608,126069,1274538417,116525,3941460402,118143,3941460402,140387,1007233459,150314,1007233459,150362,369215924,104864,859802041,155734,4149004734,74267,4149004734,74288,4149004734,111413,3461777854,115557,3461777854,115629,647866818,69972,2373724618,96650,2373724618,96681,4206438858,104321,3930261962,134258,1590135246,82909,2496252368,114340,4029753809,81967,4182452689,117050,3499715025,148312,2495351250,98114,2495351250,114816,2495351250,115223,2098866643,108137,484354517,113398,3581520342,154763,3692767704,151983,678955481,113398,2154408409,117050,1321503194,111739,1321503194,118212,2571569627,116525,1100597726,113027,2242046432,112513,3201599969,149425,2581228004,112307,912894437,114404,2043750887,89650,1188473322,108853,776718826,157174,3529812459,71232,2399005163,75618,835299820,114816,835299820,115223,803162604,159036,2130364911,75259,3064941043,113720,313780725,111355,313780725,137686,313780725,137740,313780725,137787,313780725,137843,4288793078,95440,4288793078,116125,873859574,133178,955550203,69680,3241798139,149765,3241798139,149793,1549019645,130222,1549019645,130261,3153701374,124432,3153701374,124456,1817487872,133758,1817487872,133820,2194491905,111876,524921345,117525,2682513929,92121,2682513929,92141,2682513929,92170,749292042,125930,749292042,125963,1108527626,149674,322693645,92104,322693645,111413,923249166,81293,2939963920,106610,527862291,70334,2998635027,71711,628107801,95605,873409053,150843,1845365278,114816,1845365278,115223,3190688287,124634,3190688287,124672,3190688287,124705,1795631649,156273,1488710179,85527,2414135844,136907,2414135844,136945,2656545319,118143,559770151,148839,2536917547,98251,3798616620,118143,30935597,114404,1422305838,76891,1422305838,77176,927885874,76283,2494917184,95865,137464389,99847,1107405383,112267,2433346123,76408,3197356623,114046,2426964560,69634,2534591057,69916,4258269779,91628,3096234579,106396,1371023957,117050,2314390103,83858,2852137561,133178,2495244892,116525,1656220254,100244,2801617502,148008,1283467874,96053,647866978,114816,1204619879,111876,2036525677,108799,1689340525,145497,3339160174,101803,169798255,146624,169798255,146641,2134469235,89728,3940788851,139321,3940788851,139348,2704255604,92778,1338854008,160468,1761659513,112513,2292632186,107272,2485045882,124634,2485045882,124672,2485045882,124705,459541114,156580,1528351355,76186,1528351355,107005,3327601276,90079,1827687038,136218,1827687038,136342,284174974,145054,1692363392,147558,4011969153,152264,3319253635,114816,3319253635,115223,3319253635,133124,4073867909,112433,4114057865,145847,1431218834,110492,2167720600,92040,807905948,96159,293620381,153333,858671773,158299,938863262,114404,2540964518,109911,3672214183,114816,3672214183,115223,1772939945,108114,3941460650,158153,554085039,150459,859802289,160211,904997554,101042,1723214514,155459,1480231608,81434,685157048,90758,3917908666,117643,3865283262,112165,3973360323,115629,3973360323,131517,3973360323,131593,3941460676,157906,2169342670,116319,3563932371,148615,1726442196,101752,723135190,147130,2443201240,152791,2173504224,116319,2173504224,116525,2125253344,117399,2546698979,116860,3401263844,106668,3401263844,159801,4289997541,96841,922839782,150991,3601091303,85737,2000382696,88918,2000382696,88939,351226600,113720,3674696426,116198,2457135858,83830,2387331826,142813,2387331826,142841,2357046004,118212,2825161461,116076,1214802678,89238,676907769,118005,204294906,118143,160049915,84978,3774237439,159132,1812491009,152568,1278962436,93028,3638307589,118212,1839237894,151810,794381063,109394,551930634,118212,1299417867,134402,1299417867,134440,779692812,132443,2143103759,72685,382397199,113398,707504913,100426,2213038866,113720,4210158359,111237,4210158359,147031,4210158359,147058,1843563287,152512,3937192731,114816,3937192731,115223,4115163933,106878,238095133,113398,4115163933,114816,4115163933,115223,3578882847,150914,2474969891,86854,1241246506,73712,2495720238,92024,921504558,149930,3176680240,147290,1799301938,132443,3031935796,118422,3031935796,118603,3446418235,114816,3446418235,115223,1236871997,91953,955099965,112749,1236871997,132443,972262207,112203,4135914303,114404,3064941377,117643,408865604,97311,408865604,97334,1244810053,106948,2492828491,109514,2492828491,112985,2547321676,74115,1816898384,116154,3410250576,116246,321456976,147704,2549934934,102239,2366622550,151051,2366622550,151079,611732314,102149,923724637,115734,923724637,118969,923724637,119009,923724637,119041,1367108446,152320,2855250784,92849,995486560,111201,4125961057,159486,2166598503,72199,4287236971,114404,2453064555,135697,2453064555,135751,2453064555,135793,2695105390,107031,3941460850,131615,3941460850,131637,2110827381,112795,1959570294,147577,1806486392,103472,1838123899,114245,3493964668,112339,526928766,109394,2481810303,129535,2481810303,129555,2481810303,129574,2481810303,133178,2481810303,141151,866216832,72451,2809252736,113720,1106070401,114404,1924246401,146757,1358973826,78627,169683842,116154,599149444,91262,2684529541,99401,533564295,91483,2704919431,109765,922889103,86419,2869275536,104864,4223208337,83576,1955662737,113398,626363283,134258,1559456662,98460,3720801174,105802,3197365142,146935,4130605978,111059,3402115998,110070,3747113889,117050,1875102625,133178,1875102625,133662,2153868197,90139,2198670248,114046,198962088,150161,2198670248,151909,1486105517,87899,2554006445,133178,4056484790,80279,1025100726,98086,1794616246,151235,647850937,112701,3852905405,117604,3941460925,157843,2458053568,157703,883837889,88655,883837889,117447,196848577,122221,196848577,122245,3173305282,101081,2169637828,75463,2853850052,106668,1169787844,122607,1169787844,122633,2853850052,149204,2853850052,149221,647867336,70857,647867336,70879,647867336,111674,647867337,112953,4026371018,88735,4026371018,113117,2786667471,127158,2786667471,127185,2441268176,112612,3086199761,110112,3489197011,87649,3489197011,87671,2495663063,120366,2494778328,87225,3927706585,114404,342117338,96188,1042263002,111059,1380871134,113720,647867358,114816,647867358,115223,2727939038,147689,3188468707,93295,3573304294,135367,1752706023,136218,1752706023,136342,3465653223,157859,1745644523,113720,2695105516,111876,1293757421,94825,2078141425,128264,2078141425,128287,640658418,136218,640658418,136342,448416756,81510,448416756,81527,2729331701,117228,2105977846,114404,630246391,87710,2258177016,121051,2258177016,121064,787549177,89134,1026083838,75664,1468517374,113398,1468517374,116525,460958722,134763,460958722,134792,460958722,134823,2420526089,133887,1948019721,145884,1948019721,145913,2145405962,92346,3297168394,117525,2286849034,155015,1517325325,138052,86666255,130993,86666255,131010,86666255,131040,2723564568,114816,2723564568,115223,720514077,80055,3603049501,106099,249023522,117050,333728803,112513,2247142439,84924,2651483178,133887,1733413931,141021,1733413931,141059,2948779051,155204,4131343414,95179,204524598,117228,4081912887,93130,647842872,84845,647842872,84862,647842872,84879,647851065,74238,1718422587,114816,1718422587,115223,1722289216,153316,4100140096,158108,1572801605,116764,3436792902,90943,3940289608,92249,2129849420,75518,2831436876,141991,2831436876,142053,1296141399,133178,2199538777,150760,3742698586,70531,3235433566,160102,2900028511,126268,2900028511,126292,647842913,74615,647842913,74633,647842913,114816,647842913,115223,1941769320,110996,412871788,133178,412871788,141151,3715402862,83076,3715402862,83093,4067626096,70952,1849240696,78926,2495908984,84773,1849240696,93430,1849240696,93447,1849240696,112267,4206357628,96348,1831644285,85324,4014091389,109272,459893888,139758,459893888,139787,1507404929,101672,1791544451,114816,1791544451,115223,1791544451,133571,2695097481,82402,2695097481,82431,2384235658,80180,1042975885,73047,3631697039,114404,3967380624,120781,3967380624,133758,3967380624,133820,2315095189,77679,1932905627,113398,1106070684,116464,1106070684,134258,76942494,133887,684600478,134258,360418464,114404,2877901987,114816,2877901987,115223,2656210085,76891,2656210085,77176,2886339749,109765,3094113446,96791,905874600,101984,905874600,112701,905874600,113027,3685887146,113720,4053863595,76891,4053863595,77176,2807458987,153974,2050632877,111739,3021802670,154561,3021802670,154578,3021802670,154594,2627914927,115557,2922400945,118212,1885793463,113398,1885793463,145083,1393986746,141612,1393986746,141643,647859387,74170,3061206210,132443,2809138370,156082,1996483779,155373,2144881863,78300,2144881863,104584,2054843594,143722,4269780170,159547,3358870731,113277,2176019660,100031,2176019660,100054,4075252948,116036,1442442453,83717,217255129,95280,354675931,115629,648088798,117371,648088798,117399,2128514270,156116,1530146015,100726,1530146015,114816,1530146015,115223,2547936480,146433,2114235622,73422,3006287079,112120,2494835943,116525,955346153,86657,955346153,86689,2926849257,104494,1933225201,77636,1321061618,70066,3436858610,128463,3436858610,128488,1038535923,69608,4055747827,93763,734727411,116787,325651699,134258,3303918837,95193,2146594039,98869,1329908989,142916,1720552702,111579,2042998017,89095,2015513857,94677,2099825922,133178,2099825922,141151,2875395331,135697,2875395331,135751,2875395331,135793,3448728842,95932,4271549708,99938,4271549708,99986,3397455119,85036,2929790226,116810,2929790226,151964,1140534548,101851,859311385,155148,1362988320,85225,2677517600,113720,599772451,155437,230559014,104584,199699755,112953,2495106348,129718,2495106348,129773,910732589,128659,910732589,128700,910732589,128725,172657967,139624,172657967,139662,172657967,139687,2809163056,153695,861482288,160102,209186098,114340,3907882290,115557,3907882290,115629,117247288,132328,2445503806,110112,1457351999,112120,2165681474,99233,2062699844,80414,2536729926,116841,2367999304,149404,971443529,86803,1866321226,116319,2140155214,93653,1507118414,97111,1144302931,132443,114797909,92283,2525293909,134516,2525293909,134547,647834966,72480,647834966,72506,647834966,106396,887721303,78976,335474008,113720,547794271,132443,2003889504,84905,1948339552,138128,1948339552,138162,2036084071,88345,610397544,79368,2316586346,82943,2495638891,98925,2495638891,109015,1780616557,114693,1950190959,118143,1334300016,72313,730090864,132911,1842212212,95556,779554164,160631,1938484603,96962,1772604795,114046,979881339,152019,3652545916,116525,3652545916,133178,647867772,156819,2495262078,89835,2495262078,108238,3188690303,106984,2242719105,76863,2309328259,87e3,2309328259,87030,3162287491,113398,1254141317,111805,2167303558,96246,1614130567,102761,3295923591,107653,1614130567,130066,1614130567,130089,1778871689,154669,847834506,139863,847834506,139882,847834506,139899,972713355,113720,611061132,140307,3608604046,123078,3608604046,123113,715771279,83682,3187740047,132357,2809163156,153664,2157825429,72286,3642576278,111989,968568216,74532,190795161,72710,1027190170,112405,1431661980,76891,1431661980,77176,551751069,103325,2115472799,123331,2115472799,123352,259517855,146908,1453149601,108269,2026581412,81357,2026581412,81387,2026581412,81404,2117275046,91116,165113255,128142,165113255,128181,1889045927,134258,360418728,83962,166702508,143863,2166582703,117371,2166582703,117399,3383233972,113398,349867446,74144,3335359928,75950,3891678651,145863,1747414461,71406,564473277,84041,559984062,113398,2824342982,104259,996036039,153207,3566144972,132443,2664893901,99847,1258204623,111059,120630736,92727,2117676497,70093,65957335,104584,2184351194,76891,2184351194,77176,2079174107,142163,2079174107,146693,4235808224,70039,3497381344,104664,650333665,83536,798674403,94732,798674403,116525,3268259301,115557,3951594982,105703,339021288,114404,2168679912,114816,2168679912,115223,1025347051,157011,3961941491,114016,2273127930,110920,538545659,79179,3224219131,113720,2502462972,116525,392416765,77699,2153467392,111413,4183641600,119327,4183641600,133178,4183641600,133662,2853137925,111739,2096262663,160147,1018080777,111388,1390546446,108544,934170127,115976,3820482065,132443,792284690,118212,69840404,114816,69840404,115223,970714646,75371,970714646,75396,970714646,104864,1412107799,146350,2857741850,147593,617270815,110761,3562589728,132443,2154319393,75201,2154319393,84773,2154319393,114816,2154319393,115223,409595427,81718,409595427,81731,2314137124,112433,2314137124,156361,962915882,76300,3547721258,76891,3547721258,77176,2132528685,103752,1742089774,116319,3601436207,102065,1097084470,114693,2319707704,132443,320302651,86157,228019772,104365,2727218752,136218,2727218752,136342,3526749761,113720,4204654146,109943,3569045060,153052,1626099270,144715,2285203015,156245,2803060299,76455,3525111374,110996,69119567,116319,2130366038,149030,2154810975,111315,3525570146,114404,360427107,91753,287641189,114816,287641189,115223,2356129385,144740,58715758,133178,326815350,87949,3857919607,119221,3857919607,132443,1234423419,90800,3042455164,96006,189992574,146369,189992574,146408,120557187,143574,86658693,121522,86658693,121557,3659648646,109073,3952168585,81575,1848954510,114693,3532902035,144679,750808724,158647,1252421269,90774,597733016,88955,597733016,88972,3850415768,132979,3850415768,133178,653110938,91392,3088256667,109138,1694158491,121973,2839416477,160314,1650970278,110996,3906571942,160348,2168942247,108941,56807080,143693,668659370,94999,668659370,95046,3518869163,76161,238071471,79211,2494901936,81881,2494901936,81904,2127744696,148863,2130816697,101851,4272631481,113398,2130816697,114816,2130816697,115223,4272631481,134623,4272631481,134673,1430171324,112084,2306412223,80414,2096066239,117525,2789011136,110958,2789011136,137139,2789011136,137164,2789011136,137190,3503738564,70806,2338524874,138669,2338524874,138697,882724560,89154,2911497937,106454,3603074770,154092,3603074770,154108,2657144532,114304,2657144532,116525,2699071188,155254,2926005973,108664,2323820246,100166,1023545049,118033,1874382556,145304,1161473758,117228,2260545251,85603,2631995108,136218,2631995108,136342,37187302,72173,1606594278,133046,4214640362,125930,4214640362,125963,1801293548,83411,4197093102,116246,849825523,97734,822996724,114816,822996724,115223,207376124,113398,3274616573,145119,2571341566,110346,1963552512,76891,1963552512,77176,2133987072,83439,917589760,105970,2948386560,114046,3129495296,115734,1109651200,116423,2167869186,113253,1320546050,113720,1113689863,133178,2315013897,132212,2315013897,132243,370798351,153359,1179504401,104864,4145770259,118212,3521752852,97870,3641265941,112513,2473070357,141991,2473070357,142053,2459258647,133178,2459258647,133662,2369138459,94753,2369138459,94791,3503427356,114816,3503427356,115223,3503427356,133571,3530084125,89431,2915364637,141516,4075261733,111273,718761767,111876,955100968,137686,955100968,137740,955100968,137787,955100968,137843,2855440169,85416,2797547305,108322,3067178795,113398,2147553069,117693,66162479,117804,66162479,117845,1857253170,76891,1857253170,77176,4229967669,111132,349032246,85527,2168532794,101851,3162050362,157559,4132024125,117447,1237307198,118817,1237307198,118862,778309440,88380,2496286532,83174,2496286532,83199,3720400709,150256,1438879559,117525,1438879559,132443,2134314824,78327,2134314824,78366,2134314824,78414,289492810,74189,289492810,74212,1378291533,75601,3143520077,100470,767782733,111500,2441867089,112859,1703923540,77833,858763101,154344,2675740511,75304,741764959,80699,741764959,80723,860680031,153094,3911495522,101353,1688498019,110112,2952695652,148183,2833305445,131395,2833305445,131423,2833305445,131447,1303179111,114816,1303179111,115223,96440178,86251,1449652082,105842,3204255605,87580,1350217591,108664,4095479675,116525,4095479675,142867,550121340,75812,550121340,75842,33156991,116525,1709657985,100660,689401731,103414,4003467148,116246,1583673230,114816,1583673230,115223,4167946128,131708,4167946128,131731,3659517840,143836,2508844949,70932,1033097115,105923,274952096,99323,4229943202,89580,3366211490,111290,791416738,111500,2324696995,117050,885985188,157221,1230794661,74984,3934072741,114404,1230794661,115887,1038495654,156793,3563147175,84695,853110700,135367,2139066285,117050,3675623343,94144,2282753972,110112,1090351028,114816,1090351028,115223,2784800693,97531,1662316472,117922,2662535099,104294,601731003,107681,2662535099,110112,257830844,107507,4027469758,109394,2022911936,86090,2786684864,95981,1143558080,115557,2281156550,112016,846598087,72231,1815703496,114080,3397619659,131213,3397619659,131272,3397619659,131325,2440466381,104710,3062058958,159547,1085009871,104519,1068666831,149259,3062058971,113720,3337646044,160560,3050188765,121422,3050188765,121452,907726814,106119,421785566,113720,3694317537,151551,1591496676,152959,3091845093,109394,346902502,150760,2215047150,76610,2215047150,76638,2464763886,111132,1446178806,108649,2855514104,83519,2898595836,118143,4214788098,143190,2276167686,97820,2276167686,133887,1380331527,140387,3138424839,149092,1135742985,71529,1939755018,135367,3430248458,150707,3430248458,150734,4103942155,110877,2384154636,109394,4021473298,84594,4021473298,84611,1431867410,90032,1278488594,93940,2781933589,132443,1475588117,133887,2781933589,153228,3538178079,76891,3538178079,77176,2766139423,83026,183300128,138871,183300128,138894,2458439713,73100,1843925027,78462,3165925411,118212,647868457,72971,244805676,114816,244805676,115223,4052963374,132443,653291566,141516,3291238448,93222,3938644019,112513,2698252346,76891,2698252346,77176,2925981754,143416,1077088319,111059,371740735,113398,1709412415,135367,2735640639,159407,2613702720,150230,1380929604,158046,1744719942,113720,3667488841,92300,2146291788,114693,816050260,82257,2504642647,110996,576770135,152679,1941721181,132443,3818164322,112307,3993268327,142899,3663573099,134623,3663573099,134673,3663573099,144818,4075253869,143155,2145103982,118109,2145103982,119487,2145103982,133178,3664277618,120476,3664277618,120507,3664277618,132443,2399785077,93518,2695098486,107203,96809079,132443,2657333372,142982,2809163900,154309,2751385729,96270,2070999179,113398,1564946574,107728,4100116622,157800,2450485391,118212,1006481552,147963,3153105047,85527,4161695896,76377,3431280792,114404,1704366238,154494,1704366238,154510,1704366238,154527,1365799073,75201,541733026,71800,1530032293,160608,1444851880,106729,1534357673,116525,1454108848,113398,2906476721,80529,3760279729,119877,3760279729,132911,1507250358,95556,2916864185,112985,934940858,91320,1447252157,115629,3958345918,113117,2535614,144696,906154176,113398,545673413,113398,2758799557,132443,3737669830,101501,3145552073,85815,3145552073,113117,1575686346,70913,2724901066,83619,2724901066,83665,2724901066,116319,3543134410,132443,64852172,133758,64852172,133820,64852172,135367,2114515154,76694,2114515154,76723,2114515154,76785,1566945490,96088,2495647954,104664,1314820307,114693,533745875,157122,484315348,108960,2808271063,74919,3197898968,90057,2330030301,110252,423047390,156066,2093904107,111059,2495664367,114816,2519888111,116525,1069953273,157449,3263754491,149812,2681336062,116076,3454144767,114404,3916943615,149712,3917213952,114116,3045363969,159565,1145245955,95142,2168279299,97789,3929673988,104174,2585112839,78260,2585112839,78277,2807312647,98699,981102859,108368,337465613,87058,4156608794,156603,1737863451,69892,262902043,76891,262902043,77176,40677660,73806,1049227553,112307,563613988,104074,3237024036,111645,2101293353,109138,75788587,85846,703459629,116525,2426261805,122709,1859957038,70724,434983214,97600,650727728,117525,410939705,76891,410939705,77176,2271973690,111315,2494918971,88681,2494918971,116880,647835967,109893,1979339074,73293,215249218,111965,2161463624,102111,190755146,94857,190755146,113720,633237834,132443,2637836621,94516,3142906191,158932,3142906191,158956,1636979026,93359,3926020436,109893,3706696020,110958,2290078037,117050,172921174,133178,172921174,141151,2563387735,133178,2563387735,141151,3854872923,73949,231412062,114693,1001247074,107076,1928073570,128363,1928073570,128392,619008356,76891,619008356,77176,3502960997,150821,3614396784,120185,1862127989,114816,1121948024,132979,1121948024,133178,799617403,99847,3253571968,133887,2702750088,108960,258322826,132443,3145994642,115833,230289811,76891,230289811,77176,2494828947,111132,1657704851,114816,1657704851,115223,2051928468,113398,1735659925,148438,1110897047,158284,1368904090,83045,1791791515,117525,1791791515,132443,4230320544,144519,2005832097,83390,681382305,104814,2126983587,111500,3995709859,126145,3995709859,126172,3995709859,126197,861327779,152201,90870181,118033,2495672745,98367,2495885738,99117,2524959156,84510,3502412216,133178,3502412216,153252,1732268476,143540,1732268476,143557,3581571517,104864,460648897,134763,460648897,134792,460648897,134823,2241278405,87602,2241278405,87624,663138757,112405,2933936582,112482,545509830,116319,1356984774,145433,1356984774,145467,1358246343,155342,3310285258,113027,614855116,85348,2462265804,143396,549614030,73683,549614030,157749,2557104591,113720,1509970383,152495,2936705488,114404,280596945,146460,2494853586,85449,3535344084,113398,3095015893,136218,3095015893,136342,1742655957,145654,1106055638,75488,2158957023,132443,3455767012,118212,3308327397,141021,3308327397,141059,530289126,99369,3256807914,132443,3080270316,94888,2169074156,157522,1712943601,70005,1014051315,106760,3395310069,146090,96260599,92435,699724279,111500,134017529,150068,1539330556,84183,1444835838,70385,2242359807,73973,3934605823,132443,4147966469,154380,4147966469,154392,4147966469,154405,4147966469,154453,2128392712,153143,2174087689,108521,2659054099,100630,2495123989,89481,2495123989,89509,3234550297,113398,1546310171,115557,2344874524,160102,1754124829,92934,2909245981,106148,2909245981,110112,2496115232,106478,2143646243,148904,3315388965,114816,3315388965,115223,3315388965,133571,579850789,133887,3070906919,90563,3782832679,91026,4058305064,106370,1585803820,95958,3344175665,97197,3268620850,116936,3268620850,130853,3268620850,130880,621269556,111132,3249123892,123750,3249123892,123766,3153941049,84940,647852603,70821,3766080067,110996,3434033738,89552,909193802,109092,4109406795,90906,1822880331,97170,2025968205,141516,661844564,110564,350597717,95364,350597717,95400,2596098647,86124,3683643991,159313,3325817433,133887,3391271521,90253,3866415713,113398,1538364009,115629,2693706346,134258,1647899247,115887,943903343,116726,3357291125,125300,3357291125,125335,2130375288,108417,4059689593,117922,2877772419,74007,386585221,109558,240849544,152862,2970948233,155039,421008015,132443,3110433424,133178,1976914578,159882,2179404436,85789,1450373787,76891,1450373787,77176,237736605,98229,859599518,155870,2784793252,147476,2996482732,83557,264778413,133046,35705518,102421,3262984879,79278,1040143024,150625,2870629042,113985,2870629042,133178,2140435123,132443,2000663225,145366,1363530431,159440,4030698176,94048,4030698176,94073,2108551874,143e3,2114122439,74477,2114122439,112701,3457241803,126576,3457241803,133178,2339754704,120366,2637230802,109319,272511699,112267,729518807,102897,865809115,99847,3055801054,87920,4204516063,109357,1245090534,156319,577336040,84349,1759359722,107005,1361007338,143815,2437247723,113398,2652885740,152621,2643956462,109394,3655512815,92320,3064345327,147476,4033843952,83733,3865293552,112035,3865293552,132443,1195315953,101940,584438515,103893,734049011,113117,118395637,117922,3926782709,118212,2148815605,125703,2148815605,125757,1748923125,132357,647852790,100538,356160247,79227,2883072764,113398,909374206,132127,909374206,132157,909374206,133178,2635739907,104124,2635739907,125615,2635739907,125633,65557252,142401,65557252,142434,1472271116,73009,1472271116,91078,1472271116,91098,94180112,114404,1083880212,104440,2071761685,98183,395948822,152041,2978427676,107152,2330366750,116880,1231008544,155556,1049056033,96221,1829761826,118212,2720813860,144239,945713957,148482,2600088358,110030,123605799,113985,3815682856,112120,4286894891,76234,3678901039,109138,1393701679,158796,1393701679,158816,2074915632,74937,2074915632,74968,732189491,114404,471012149,76891,471012149,77176,391476023,111989,2506838840,141991,2506838840,142053,907694907,157641,17969982,116054,1837110078,160166,2495345473,70600,2495345473,70631,2246087489,76891,2246087489,77176,2091373383,89681,3643831112,112120,3095507784,160504,971101001,115976,2996187979,104864,947098445,111739,12637007,115557,12637007,115629,12637007,143630,859157331,109943,3955667803,135697,3955667803,135751,3955667803,135793,1957679966,83313,1498657633,126992,1498657633,127074,1805308771,81799,1805308771,81821,971109220,75173,2809131876,113398,292598629,113398,4075254632,132357,147141481,120594,2955039597,132979,2955039597,133178,2955039597,133619,2132816753,142964,284873590,104321,1453101942,118212,636744568,113398,4108481404,71183,2088760190,80220,2088760190,112513,3621163904,83794,2477724544,137261,2477724544,137283,513897344,158903,3411047297,73141,3411047297,73165,3411047297,73194,2494829446,99551,428962700,101269,3192992656,113720,1973793681,115629,1973793681,132443,759944082,108180,647869331,106300,1627181971,111674,2812236693,90824,2812236693,90864,1442714525,91593,563032998,93103,277935015,92906,2147513260,118065,2147513260,118090,3045520303,87731,2927915952,109765,3631985586,154789,3631985586,154814,2319004597,118212,2273842103,107582,4065858488,156721,3791328185,77520,524932025,114340,3490313147,93573,3407942604,92200,2495206348,101851,3407942604,111739,1653593037,113398,3864048590,116154,520303568,113398,501396436,116525,3004134357,74039,1609110491,157671,2175701980,148354,2694132702,72133,3695358943,108180,3695358943,117922,2495108065,117399,2495108065,141295,2495108065,141321,3835565026,90997,888427490,112646,888427490,119592,888427490,119610,888427490,133178,660640740,157191,3911250922,86965,2893861866,104584,938669037,74309,938669037,111876,2609452015,103963,4115174384,108082,2534634483,82755,814453747,101245,2534634483,110564,2495673331,111645,4114437110,71468,1905816569,98944,1589974010,137359,1589974010,137381,4007318527,93878,4007318527,114016,4174181375,118212,2673038337,110639,974394369,117202,3694679042,70675,453686278,111805,2495353866,92406,787657739,76891,787657739,77176,2370589708,112373,2058335246,96399,2923271182,110564,928035859,117693,1097028627,132443,3306353684,134763,3306353684,134792,3306353684,134823,3513291798,132443,2030523415,114693,1878651934,73973,1458484255,98771,1458484255,156992,504083487,159005,3817288736,134258,2495247397,78118,3254146086,112373,2495902763,155373,3192992819,137575,3192992819,137611,2724344885,111413,1791808567,117050,3401274424,119725,3401274424,133178,3245429820,103728,3217888317,81639,2884039741,85111,1589220414,76891,1589220414,77176,2074129471,107973,50394178,157494,1076024387,109853,2473186371,123806,2473186371,123845,1873769542,110112,3225736263,116525,2573333575,119282,2573333575,119300,2573333575,133178,3386397767,152542,3245429835,80082,57062479,98626,3401266255,149295,2805822546,112859,2632488021,106178,647836757,114340,647836757,133178,3722245206,136218,3722245206,136342,3591042136,152178,3660887130,159336,2242802779,141516,2129884252,73009,1911018592,135367,1200747618,116525,922334310,78627,922334310,89918,2734912615,132443,2112853097,82200,2112853097,82225,2022610026,132443,2161898603,70655,3241841772,73765,4134990957,110958,880268400,157466,2124551283,80545,1007940723,114816,459822195,120366,3494859891,144785,1356010613,148641,1356010613,148674,3267753077,151605,3267753077,151720,3624367226,148693,2490995836,97032,4234966141,85969,3031872642,113398,2312819843,91409,3654562949,82096,3654562949,82119,4131878023,116525,4131878023,116810,1089287311,117693,4270970002,132443,2168272019,79070,1386157208,104027,333829273,72112,2935215258,126620,2935215258,126655,2935215258,126697,1338676382,123806,1338676382,123845,2079839391,107754,2079839391,110198,2079839391,112513,3201471649,73492,657331362,153568,2153247907,132443,2809148586,154198,4001961142,151936,3609949368,91932,2098001080,114816,2098001080,115223,3483858107,113398,2917004480,71580,4129158336,116198,963179712,132443,1355994306,148815,3450754247,71494,3450754247,111201,1459066058,107553,2966582476,117693,2315220173,119655,2315220173,133178,3250713806,110227,683979982,147918,419124431,133887,2911778001,145997,3593336025,112203,526333149,76891,4221310173,76891,526333149,77176,4221310173,77176,3203618013,141991,3203618013,142053,65680609,98821,807089382,118212,4075230439,138346,4075230439,138369,3922883818,89204,3922883818,89221,1553192174,143887,2048406769,106922,2527950070,133178,1532900598,149839,2406577400,118212,1066063097,69859,2573243642,93028,3513152762,159928,3513152762,159968,3063821567,94330,631723263,107301,2666870016,86344,227882241,111290,227882241,111805,3079558402,109394,1993372932,128142,1993372932,128181,3473356036,141516,3600463109,122975,3600463109,123002,992359686,113117,1529263366,136694,1529263366,136723,151295239,144409,3391288585,81106,3391288585,81137,3821212938,129324,3821212938,129346,1733195019,112084,3679712524,85128,647861517,72328,647861517,72350,3528127759,120846,2502980881,117447,4100134163,111739,458470680,91999,3666015513,92371,4075263258,132443,3448706334,114816,66811173,109272,216364326,113398,408442150,113720,474977580,88064,3759617331,79554,3759617331,79580,3759617331,79690,3528774963,151788,927593780,78744,1879078198,109974,3007010104,113720,2176546107,111237,1630451007,114404,923645256,123212,923645256,123238,923645256,123255,3532272972,152710,20247885,149653,3787806030,114816,1705039184,89894,3922572628,106668,859600214,156039,2385556826,117922,3124778333,154615,1750005088,77750,1750005088,77781,2124330336,114785,2135299425,107031,2531161442,69659,2895050082,81848,314185058,149425,3497629031,114816,3497629031,115223,1637594472,75576,1870812520,109394,2035135852,145562,321377648,76208,2401285488,134258,1204417905,114404,379958643,141991,379958643,142053,2453288308,115629,2453288308,128071,1443755381,109765,647837049,80582,442717567,111273,2956457344,113398,2138396036,76581,231937412,101224,1335489928,132443,2126460300,95902,515331475,112676,969627029,139424,969627029,139441,2734560663,147779,242644376,141991,242644376,142053,2534299033,113398,2534299033,117399,2534299033,134258,3923088793,156516,2916160927,97450,1665643936,149001,1908512166,90139,4240577958,159440,2487170471,133887,3959395752,125703,3959395752,125757,3275462068,111355,3275462068,137686,3275462068,137740,3275462068,137787,3275462068,137843,1701270965,78045,1338881464,71074,2857743800,147618,1759671737,113398,821704125,157616,2730669502,132034,2730669502,132056,1960940990,133887,1326142916,85918,4113577416,73077,3371505097,130653,3371505097,130675,808900043,135893,808900043,135937,2087720397,102554,52827599,81543,840365522,72918,2758858199,151096,2147440090,106901,3285390810,110996,2120857053,107917,2738664926,117050,2472089054,158393,851170784,132443,1685747175,113088,2044499433,89817,2870998511,73348,3850474991,130950,647837171,95637,647837171,107855,1927640563,135367,3857634804,114404,3364697590,69709,738260471,111315,114013688,139975,114013688,139990,1924593145,133178,3970954759,132443,2809157137,156008,1039603220,98656,1541010974,133178,723473951,113398,3487012388,90670,1483748904,134623,1483748904,134673,934311476,109558,1719514678,154965,3741505080,83597,1687803452,100512,836531776,112513,1721226816,112795,3350779457,114816,3350779457,115223,1864373825,117050,3125057090,115926,3641136707,134258,2974692935,132443,2974692935,149525,2168256074,98387,93230667,111739,93230667,111876,4178204236,117050,120608335,117693,32732751,141888,32732751,141920,1340380752,92484,3160995409,101708,2129180241,108664,2129180241,114816,2129180241,115223,998536790,99133,524916311,113720,1302492760,96270,137336408,117050,4088682075,71832,885659227,106984,120583772,86366,933607005,133887,2639066721,108711,2339165802,140816,1660343915,133758,1660343915,133820,647861868,111805,1603671661,81202,1913968237,107599,593049197,113369,645240430,140387,3343119983,85056,3343119983,85081,4071577199,88034,325039727,158265,1433523830,112513,1181832827,71732,3617379963,112612,2262636156,113398,334231164,147163,4214019711,109394,2630375044,125703,2630375044,125757,1774589575,104404,369604234,95770,407238291,109394,1868371604,114816,1868371604,115223,811325076,116525,3528840852,132443,3802027670,118005,859076247,156146,4108564120,116076,684570265,160535,762525347,113220,226989733,89255,1628239527,157247,998921897,121651,998921897,121676,2058147499,105923,272144043,117320,272144043,137457,272144043,137500,2388317874,99808,2388317874,116525,159790778,94657,800462525,98140,1876719295,113720,1934366401,157726,3464705733,111132,2905863877,115557,2905863877,115629,3464705733,132979,1783592645,152099,2809157320,153507,1021916875,136218,1021916875,136342,1982592725,133887,1641838293,147986,1453438682,103004,3121788635,104864,202610399,117804,2114574049,114816,2114574049,115223,3663976162,80863,3880597221,96536,3880597221,96554,935950053,147444,13956849,114404,3012548338,112339,2933839606,91868,4224538358,118212,2933839606,132979,1932965622,156639,1932965622,156667,2916767481,112051,2045761280,80414,1981339396,110290,2549733128,117447,3411048203,110112,69293835,133046,1268184844,109138,3296474893,118212,243414799,106849,936621841,76891,936621841,77176,1137137426,79e3,4109473560,117013,1710364441,89861,2495158044,124332,2495158044,124356,1277318944,90727,132921122,133178,1672468266,120042,1672468266,133178,474085164,120366,2656950060,132443,4019238701,114194,3443734319,115887,2115073841,101636,2115073841,116319,1204918068,129007,1204918068,129024,3817322299,118212,2096068414,140471,2096068414,140492,2272417600,108690,1981683520,147212,4075263808,159440,3370899271,117050,4202936139,70154,606173004,113720,1510078290,88274,2473588562,113985,1214732117,76891,1214732117,77176,665433942,116076,1040717654,125703,1040717654,125757,3217962839,109663,3816068951,110346,1966962520,76012,2793543520,104738,4075231072,132443,3814643553,145963,1100601186,112749,1259517796,100199,2854385508,109190,937801577,114340,1503418217,125703,1503418217,125757,2381920108,160004,731314029,113720,1990621038,114404,981006192,142939,3855341429,81325,1728206710,115557,1728206710,115629,3798644600,127977,3798644600,128014,3798644600,128046,3798644600,133178,1825470329,99043,3598800763,76891,3598800763,77176,1614534523,116319,991950716,148951,1845909374,145389,311809925,116525,1579186053,145622,628594566,76666,3509778313,133178,2106349459,89115,2726524822,118033,1115641751,114816,1115641751,115223,4008695704,154838,3267762073,76431,2067953563,96876,2067953563,112646,2923206557,91896,3411048350,114816,3411048350,117643,647837599,94108,2434111394,109612,2577823659,108397,1140021169,94601,2894084024,151284,2894084024,151311,1087289275,76891,1087289275,77176,3956873147,109272,1832400828,93069,178485181,111739,2809132997,160229,3235706822,113398,2242516936,148158,1046992841,76891,1046992841,77176,2168289230,108960,887764943,159674,1160820688,82025,2146498513,96436,2431293394,87920,3014752214,111132,1414322135,150961,1678702556,101555,3179870175,132443,4112332770,107005,4112332770,118212,752850915,136218,752850915,136342,431847396,112953,2657335268,141021,2657335268,141059,2769852389,90228,805058533,113720,1170757608,96419,3405707241,133178,2450036715,89282,2129893355,135367,2780911599,143024,3197368317,133124,592451581,151020,2495256574,78100,2495256574,113720,2495256574,132443,2389669887,113300,1440569344,113720,657840128,114404,3582760962,133178,3802896388,99158,3802896388,99187,3802896388,113398,1220294663,80395,2535716871,110920,1854158855,132443,2695108619,88894,50313229,90102,881293327,76891,881293327,77176,233355280,158672,2114222097,114282,2114222097,130440,2114222097,130462,188053525,119418,188053525,133178,188053525,133662,2971219992,104259,2971219992,113720,1326921752,143918,35887129,91161,3525720092,76891,3525720092,77176,79673372,133178,1139750942,136218,1139750942,136342,733698080,154920,979933219,142762,2130163748,103667,2130163748,103696,3879950373,85304,1529493541,111315,1202239525,114404,1444042793,76891,1444042793,77176,2165184555,77636,2047301675,104584,2153887788,88240,849639469,158125,2585974830,76518,268556335,113398,2338117680,114693,1333246001,160036,2768533555,78883,2329679925,110700,896489529,114404,3354728509,83486,310237245,112795,207124542,77598,3987789887,124779,3987789887,124803,1268340805,87920,2338527301,146522,1856034887,84463,3682318409,118212,940963920,86286,934377555,150945,2543679575,97283,2072565847,112051,3014785114,122128,3014785114,122150,2647824474,152915,2618923105,134911,2618923105,134952,2179717221,144100,818108518,140568,818108518,140601,2461603943,71111,1634596967,91337,451532908,103777,2496239729,117643,279271539,153711,279271539,153763,1387485301,106148,1387485301,113720,1800976502,118212,3878606966,152291,1368905852,83160,1062598781,113398,1106049150,112120,728340608,115887,2803415172,106815,2589563014,109826,794482822,141991,794482822,142053,93001866,117982,3791526026,134911,3791526026,134952,55105675,76891,55105675,77176,2491816077,110733,2375825551,116525,3626457232,93028,3069851797,101851,1641207959,128142,1641207959,128181,2422577305,112373,4145264802,111355,3026557090,112165,4145264802,137686,4145264802,137740,4145264802,137787,4145264802,137843,425261220,70489,4253366444,96624,4002109615,132443,2811926704,112859,3086719155,97571,1424742580,118422,1424742580,118603,2741852342,111805,2695108791,70571,1407998135,109394,105732279,145584,2695108794,93130,2763667643,97170,2695108796,76486,2285861053,147758,2070345918,91830,618805439,73100,270293183,143085,3667622081,98984,795433153,119221,795433153,132443,236419274,111500,2129828050,101851,204323026,159859,326965460,70996,2495117527,82676,2495117527,82714,2495117527,82736,3769817313,155848,3270916322,75437,1840527587,107889,2495355115,133758,2495355115,133820,3132201195,149331,920271084,131807,920271084,131827,2882173165,138128,2882173165,138162,3594574063,159186,3812514034,93466,1108449522,112051,3812514034,114816,3812514034,115223,3812514034,120290,458316027,135893,458316027,135937,2734913788,156946,2064627973,109015,137705736,72007,1345452296,138871,1345452296,138894,1724709128,155410,1458788619,93548,1458788619,125703,1458788619,125757,1192999180,81250,1858738452,147338,1858738452,147384,647829784,118143,2177554717,90593,2177554717,115887,4215847198,118212,2373884193,73465,3027966246,133758,3027966246,133820,945518896,117525,1889155378,138777,1889155378,138795,3474233651,73505,647829815,74731,647829815,74755,647829815,74784,647829815,74820,647829815,74840,647829815,74865,647829815,74892,647829815,98798,647829815,114816,647829815,115223,647829815,133758,647829815,133820,2429491512,107076,360397113,85871,1127889210,86531,3312269627,118422,3312269627,118603,3640260929,75201,2494953795,108888,1696782660,133178,2494953798,116525,3187595593,117643,2762381643,81223,2494822736,100323,2086345041,112513,3607722321,125434,3607722321,125468,2086345041,152994,2495355220,93244,2495355220,114816,2495355220,115223,581228885,133178,3938105692,145406,2983639389,81595,2983639389,81617,1213970781,94434,1213970781,111059,1585928541,114816,1585928541,115223,2955016542,102330,1158297951,110996,544495967,146045,1806924129,112795,716314979,97894,3097770339,133887,1695005027,154878,1675721064,111550,861018473,112433,2064415083,83233,3239655788,76891,3239655788,77176,1902606701,89380,1815304560,87536,70007153,108082,3336247665,143439,3451025778,111132,3370088820,152759,2718505334,117492,2115377526,158582,1292179831,133887,2967230848,117050,3624196481,147507,3624196481,147530,1989089669,110030,2857449862,73324,2145048970,70465,3391936906,111237,2494863768,87378,84695449,104864,1007589793,71898,1007589793,71920,1504500130,102804,3993508268,72597,1356233132,97410,2168658348,108082,759650732,113720,1190255020,117525,976058797,113398,3267754414,70412,3193010607,149491,2660252080,122425,2660252080,122453,1279801778,129100,1279801778,129142,1293162931,93677,2592430517,113398,3435952570,114116,3458988479,142762,4073019847,75709,4073019847,75737,2898655687,146725,1879955913,126870,1879955913,126893,1879955913,145231,3278707147,117693,1274321361,112953,992909780,97387,1647737300,108288,644307416,89354,3333945817,85281,2572073433,150779,1110899161,158369,2923002334,116423,2820233696,117050,2134333922,74420,3729193443,92533,1043790308,89950,393034214,73641,2280438248,146856,4199700970,147727,756611563,112165,3267754477,114816,3267754477,115223,2479069681,111290,4113062387,132979,4113062387,133178,228317688,79139,611867129,109765,3267754493,133887,1758943741,155285,3855727102,110321,18004478,159227,80099839,73244,933583359,114304,805911040,97765,1885248e3,159650,584292867,114116,88300035,137686,88300035,137740,88300035,137787,88300035,137843,960338437,97365,3310557706,96752,2541443596,99307,1408776717,118143,3663755794,86476,189266451,113720,3216407064,96603,2791905817,135367,66681370,144435,618797595,148374,1706711581,115629,1706711581,121175,1706711581,121200,1706711581,121225,934631973,114693,1841879589,154060,4243782182,126576,4243782182,133178,2707806767,118212,1713084976,76891,1713084976,77176,3861518896,99720,3861518896,99773,3141851697,81667,1455446578,113720,1733696051,85527,3550214707,134258,3417012788,126576,3417012788,133178,1445616190,79414,1445616190,79465,211720767,117922,2241985089,70438,2241985089,133178,345651779,151202,345651779,151218,1951480390,112016,55302731,117447,1888426578,120594,4162566739,98578,3372538452,120701,3372538452,120725,3372538452,133178,2168289883,116787,1555602011,119822,1555602011,133178,2495847005,80599,2495847005,80619,2495847005,80639,3276831328,117693,751573601,114816,751573601,115223,2252937825,133887,2165807715,116278,2550209124,76891,2550209124,77176,1521097317,89463,2442492518,76891,2442492518,77176,460651111,106279,1489042025,144383,2563070572,84377,2563070572,84402,2563070572,84439,2563070572,109394,2563070572,132443,647830126,85014,3883801198,114194,1970125422,159634,1521613423,132443,2127592047,148974,1040931441,155569,3846871666,76891,3846871666,77176,2241657458,120366,202521203,76891,202521203,77176,1926232691,117050,1449654904,72778,1449654904,72798,1449654904,73009,1678776955,76891,1678776955,77176,2272918139,114194,1935219329,98025,3197385347,146797,3193010820,134171,3193010820,134187,3339844234,113720,4257610381,159674,3508525711,110112,3981580944,110435,177748625,90670,802724497,114404,815110801,154233,2491423381,111942,188521114,104864,3267754651,127375,3267754651,127392,3941341858,80082,2042460835,80414,1711413923,116278,491092643,125930,491092643,125963,2921470632,132443,976558763,132443,2153872044,91655,2145057458,112919,2916645555,74092,2495380149,70019,2495224502,116319,2492783289,90167,3940874940,114404,568081084,146484,3787643582,109394,2832161471,120945,2832161471,133178,3250911935,141818,484735681,113398,2114222786,113398,3606166211,136119,3606166211,136142,4238965446,71980,3830471366,107872,647830216,95902,1858190026,142508,1858190026,142534,3349215952,120009,3349215952,147113,257481426,156190,2826058455,70513,2826058455,116319,2751961815,132443,4129479383,135697,4129479383,135751,4129479383,135793,2751961815,144485,2751961815,144502,1473116888,76891,1473116888,77176,227064537,127697,227064537,127732,227064537,127763,3267754713,132443,3035134682,107999,3035134682,112513,1050147549,88152,1778768605,93187,591919840,113720,3512359649,132443,1507801830,114404,3475765996,106026,934959853,114404,2036644594,101597,2035432179,88170,2035432179,88192,1413315318,80795,2169076470,135893,2169076470,135937,2149448441,82653,2106956538,115794,1911577339,135697,1911577339,135751,1911577339,135793,617265916,88013,1221057276,116319,1714002685,94840,911866624,114647,1214585601,113720,896285450,101851,3401251594,115947,4192500492,75437,947501840,86396,3197360912,146821,1340168978,111612,3502553875,159585,3951860503,77963,1537637148,110004,3251772191,77724,1835834143,117887,3401898784,94212,3267754784,101197,404904736,123428,404904736,123468,585734945,114404,430988069,109394,3944389414,118143,760617769,143107,3552738089,153286,1525570347,119389,1525570347,132979,3991722795,142791,1392966446,98897,4103691056,155692,2603572020,133178,2603572020,133723,224926523,73447,1477368636,150482,2923109182,112859,3269483327,112795,2493619010,125206,2493619010,125229,3182164812,152343,2935962450,153472,2652937047,73791,3738655575,111059,217873239,114404,2313231191,118212,3522173788,114693,237329254,82172,1209908071,90694,3919215467,107344,3381230443,114693,3394026352,133178,1568938866,74577,1682635635,96371,2421463923,111500,350854003,154632,3064929141,113398,2695076726,81994,1617189750,98410,2126355318,113720,2150955896,108216,4021517177,92813,4215061369,96326,2495658876,108853,2302352254,82448,2306964354,104404,3739908998,104052,291863431,158348,860380043,152974,552180622,80829,1808882582,111876,2396257176,106230,351222682,114404,3185458076,133887,4087896993,111132,2327059362,113720,4046281634,132443,2494610339,76137,1457601443,110673,4182145958,119754,4182145958,133178,2334571431,104864,3239975849,132443,3239975849,149556,3239975849,149597,484047786,71862,3071622058,99349,3055795115,74598,2168650668,80460,2146991023,104584,3483704240,75031,1044544434,116076,2159270834,132443,2036833203,113398,934214579,114116,2495110075,102282,647838652,156741,2896264125,118748,256392128,109394,18340801,98486,3064961985,116525,3822427078,117050,986233800,79869,3950173130,119636,3950173130,133178,3889191883,144922,1891097548,108776,3878542284,111989,1452686289,135367,2407054290,154705,2354699219,93960,1719884755,116905,991747028,111876,938998744,134258,1297456091,101851,2126470112,115629,4288453601,120807,4288453601,132911,3032964066,96772,1653660649,152734,3184696299,136218,3184696299,136342,1993210866,86716,3378199539,143070,3267755e3,108593,2406341624,120366,3662478330,116810,974199804,94929,3006790652,113720,93002752,114404,3238280192,138254,3238280192,138270,3347741697,87284,647863299,113398,2162916355,144900,921123844,148569,641760261,102505,3047136264,100589,3047136264,116319,3536206858,115557,3536206858,115629,993745932,148412,4198661136,95535,4198661136,99847,483654672,117693,918805521,116525,2036194322,87311,2218261523,115734,917306388,100994,3787406358,92878,1518795799,88319,2835618842,94240,2301107226,120878,2788834332,95308,2104761374,87992,2869992482,160402,2360114214,113720,1144355879,82482,3013770281,78709,3358284842,84113,1660918828,96029,1496923181,102600,3277044783,113720,647830576,71253,647830576,71281,647830576,71297,647830576,71334,647830576,114816,647830576,115223,1056676912,138974,1056676912,138996,3862740017,72825,1663196216,75065,372956216,89976,372956216,90012,206511161,158886,1038621758,113398,2397133887,110519,2551045186,76891,2551045186,77176,3554516038,95840,1628183623,113398,3762674759,114116,1606941769,136218,1606941769,136342,492502094,112244,1916279886,115629,562592849,94012,4078679,140089,746331224,113117,4159790169,80659,1500257371,100132,2495265885,98713,3024297054,116525,2716703839,127265,2716703839,127299,4058881122,111876,160767075,112919,1144446056,152880,188472425,107999,1052499050,126992,1052499050,127074,600177773,96270,1873550449,116905,4174978165,90353,1016413301,91461,4023196789,135367,1961868407,112513,859069561,156443,1835121792,113720,1890647169,132443,2608503938,158212,934771844,107203,2273156232,75230,1531272330,111876,2064563338,132443,916601995,132443,2309594253,87358,2152529037,108830,1512627346,79305,1512627346,79337,1461124249,118143,2618924187,109826,1527930017,114816,1527930017,115223,2397166754,142614,2397166754,142645,1948408996,141021,1948408996,141059,2912640165,72080,2090441894,108989,2090441894,117525,859110566,155898,3973930154,88413,3973930154,108439,686406828,87558,3641670828,141021,3641670828,141059,221854893,108853,4172422318,93007,348298419,73662,2129779891,114816,2129779891,115223,3688627386,108030,2338405563,122011,2338405563,122034,2338405563,122052,976215227,136218,976215227,136342,1880521917,106318,938384573,148765,3267755198,93851,3267755198,111500,2896862398,114404,3267755198,120538,3734199493,98274,3410042056,110409,2950569160,144954,2134334665,143462,2809060557,114340,2888080592,76891,2888080592,77176,2532285651,84349,3481713878,156409,1959795928,99254,922516697,110601,2718268635,110198,2476211421,112203,1361812703,148539,625548513,113398,4168662242,142233,4168662242,142257,1701534948,115887,1539693806,102466,1135131887,160433,3756170480,143137,2049367281,113398,974101747,75283,3056893176,74352,2134514937,98997,2496240889,104219,1895341305,104864,1437408506,111674,1437408506,111712,1516289278,97983,2095701248,150671,166051074,84137,2153938182,83758,647863559,87407,647863559,87427,647863559,87460,647863559,87484,4202044683,138440,4202044683,138475,4202044683,138522,2004573453,116525,3754794254,111059,735632654,145537,3040099604,71659,2592341274,136218,2592341274,136342,3367140637,94189,2577104159,109045,3829161249,93266,885620001,116905,3267755298,114816,3267755298,115223,3267755298,135367,3267755299,113720,537648422,159842,3348348200,111132,919387432,134258,3267755308,79490,1143717164,106526,4189117743,154736,879377712,109943,3267755313,110112,698236209,111805,1955233077,145330,1955233077,145348,2245819702,113720,3109371198,89710,2992184640,134623,2992184640,134673,4133829955,101411,1283087683,107447,2411953477,154263,2080292166,110112,1157545287,133887,697843022,119148,697843022,119203,2492980559,80414,3043810639,113398,1369521489,75918,671989073,119444,671989073,133178,2539429205,117982,2471419221,136043,2471419221,159364,4201676119,83002,1059429720,92056,1661533549,118212,3336273261,136218,3336273261,136342,218832238,113398,1215724910,114116,2529394031,103991,2529394031,117604,3150060912,116125,2229427569,98537,1016470899,117228,3787406715,93704,1508318587,106815,647773566,129605,647773566,129642,1121844615,149372,932232590,113398,1184906639,125930,1184906639,125963,1456684432,82342,2373795217,147424,3703086483,81266,2780896659,146242,2780896659,146266,4147977620,153441,71982485,119904,71982485,119944,71982485,133178,408370582,120990,408370582,121011,1179516312,106342,288447898,89185,3116498334,84523,128073119,132443,44735904,104764,2509192608,132979,1775689124,112433,2100739497,110996,1986346410,110030,1452129707,115947,1641610668,112267,2054405548,157280,4140826029,117013,647822768,114816,1376066992,114816,647822768,115223,1376066992,115223,741129653,137575,741129653,137611,1598217656,103515,3374210488,153184,2630401465,115734,2984902073,158716,3803495866,108739,2452340154,109514,3071008186,111876,3267755450,125703,3267755450,125757,3267755450,156692,4083367355,147084,252583356,159727,3267755453,113720,933592513,111132,1791884742,133758,1791884742,133820,2878299594,85247,2878299594,85264,2546056652,116964,2546056652,117804,2546056652,132443,4212260301,109724,2076376526,84675,234143183,70130,2133786067,71183,2076368340,137025,2076368340,137063,1074232795,99065,1401216478,108345,1738399199,123806,1738399199,123845,2695101921,72860,2695101921,72887,207527399,91227,2049924584,76891,2049924584,77176,2866970088,95220,1869626856,157370,1869626856,157405,401047020,94404,1235508716,133887,1117519346,117492,3610197491,84211,3267755510,101851,3900308983,117779,3085057527,144862,3267755512,112339,2634636793,108151,2327436794,117525,3368525310,83875,3368525310,83895,337706498,110030,3033693698,113720,459750918,106279,647831050,72554,647831050,72578,2130509322,117693,1786052106,152428,1786052106,152456,1116691979,132443,1106345487,98441,2061327888,111059,1766309395,69892,999726615,75134,1353211419,152405,647839262,110996,3727023646,122728,3727023646,122756,4082572832,99444,1566301732,153269,1778105893,100094,1810046502,103865,3039247921,116964,3039247921,133178,3039247921,133662,1625611825,135367,2813074997,116525,2596798008,94367,439885371,115557,6823483,116525,3939352123,132443,2493316669,110465,1513422400,113720,4124581442,131110,4124581442,131143,647822918,78216,647822918,133820,213958214,136218,213958214,136342,1797848646,154986,1480998471,115734,265649737,112165,647831114,98736,2149842507,114693,647822924,88446,647822924,114816,647822924,115223,18832975,132443,859070034,155397,2110135891,94330,1212980820,76062,2967158356,114816,2967158356,115223,2193825364,118212,2967158356,120911,2360213082,69734,3307249242,111805,2025471582,94957,332013150,117050,4128546399,112513,3369410143,117604,3768983135,120143,3768983135,133124,2496118373,103251,3605528166,73827,683728490,104864,2114141803,98595,1111850604,110290,1111850604,134258,1647509104,76891,1647509104,77176,2273132149,94978,4178624117,142401,4178624117,142434,3652075125,143331,1251589750,114340,462216822,160535,2553642615,96998,3539222137,76891,3539222137,77176,1188093561,84997,3506372224,118212,1124245121,112513,750411396,108619,647839364,113985,1876500105,110877,374480522,118212,2163457676,72741,46751372,130950,46751372,142326,46751372,142352,2217016972,147661,1190444685,132979,1190444685,133178,2130402960,94699,1674444442,73398,1326825114,117447,1674444442,151879,1301946011,116990,3382541982,135040,3382541982,135065,3940327071,101442,2737921695,154020,1633140384,110824,970309282,133046,4017077924,75552,1550409380,96712,4254072484,132443,147037870,109911,2058182319,140892,2058182319,140920,2058182319,140945,1718238896,112795,3087163057,90514,4173913777,154946,2064785083,114816,2064785083,115223,897826499,81777,897826499,112307,1462943430,151128,1462943430,151145,1528143560,71694,3735420618,107525,3735420618,107779,2496257740,85766,3006062285,136694,3006062285,136723,2133778129,159057,2130968275,112859,1059438293,101375,1059438293,118422,1059438293,118603,2803801813,154544,647823062,141192,647823062,141225,3518349015,83127,3518349015,83143,2315017944,89621,715341531,106849,169533147,130950,169533147,142326,169533147,142352,1996078811,146162,2662989533,88629,683663069,144121,683663069,144151,1318870751,143693,897244896,69791,293150432,114816,293150432,115223,3787407075,114340,151256804,123544,151256804,123581,3275742960,150914,283148018,145038,966754035,107232,4071423737,79988,627719932,110030,893427454,116525,4111195905,92957,2509922049,106062,3217252097,117447,2504376072,80414,3058966283,135893,3058966283,135937,350838541,110842,2325470990,106948,2133778190,133178,942448398,137939,942448398,137972,2791317264,112953,3553697552,117050,4155457297,118212,1787289361,118725,3835707154,76350,2242707218,104219,1178361619,113398,1975312148,99022,2131828502,80303,3907731223,134623,3907731223,134673,220159776,152832,2115485475,104584,2115485475,120110,2115485475,133178,2115485489,111674,2115485489,111712,1581842225,114693,187170609,136218,187170609,136342,3402989366,104557,2176696120,88824,2176696120,114816,2176696120,115223,375832379,133046,1937489724,118212,2039594817,119353,2039594817,132911,3912834881,133178,3496009540,73914,3760586565,114816,3760586565,115223,1335549766,73373,1263443783,78926,1105903431,143605,3486670667,112859,77913932,144178,975503182,112267,3432243023,77999,4272561999,157352,1058414416,109114,489144144,112513,58965841,133758,58965841,133820,1291534163,141991,1291534163,142053,1715846999,114816,1715846999,115223,462659416,97139,3515662171,76038,106331995,133887,3033808732,113027,1144405855,135280,3700989793,157940,3527171938,123652,3527171938,123679,408158054,107375,408158054,127839,408158054,127883,3605225318,156465,3605225318,156482,3605225318,156499,340746087,114404,1019633512,106702,771145577,133887,1215405929,139235,1215405929,139251,563461994,114816,1785986925,105950,3997007726,82284,658579311,116525,3237666674,135130,3237666674,135143,77717364,110346,3688980340,116154,1059995512,158325,2695102329,79722,2695102329,79747,2695102329,79773,535633785,118212,4204232571,114404,324173695,103839,2495668095,117643,1423548292,102710,2547359628,156933,3331932046,151756,3059646352,159674,1455439761,148718,1470365593,145758,1316298650,118212,2167218074,145520,1665458079,76834,1665458079,116319,2153881504,97239,2197782432,99847,494174117,114080,2177474472,118212,3470573481,104465,1660182441,116936,701505451,75892,701505451,144351,649846700,113720,2915966895,133178,3980492720,103445,2130911153,118212,2778988467,112267,442482617,76891,442482617,77176,3322453946,107152,653565885,114816,3216564157,143997,2133688257,116076,3896844226,104864,809476036,124532,809476036,124558,699678660,159674,2850275271,85527,3197362120,159674,2133696457,80021,2133696457,80038,3178717130,77809,1526013899,69942,1777115084,117922,3883802572,149901,3516170194,157040,3516170194,157069,3516170194,157097,1547468765,125107,1547468765,125130,3801997282,114219,604798949,76891,604798949,77176,3812786153,109394,3493330922,118212,2006106092,109612,1657520108,132443,382689260,144196,1661550573,143281,1661550573,143305,508116983,97255,1187823609,114693,2214133753,145148,2115403770,116525,268505088,1869562659,1936025963,1634891565,1919250544,3862757634,268497868,1126371073,1768648559,1866691429,1852142446,2415985268,5278376,587923728,1868513863,1819436406,16939361,1651891862,318836736,1297368867,1869570861,761620843,1936617315,41184869,2314483713,17826043,1296966415,1802465091,1631741289,1919250030,2378694914,268498485,1344477185,1329808964,1162167878,1598902083,1802465123,1650419049,16939119,1526640012,218173440,1819234339,1316578153,1667855471,2130772581,6226959,587792656,1130849618,1180123732,2050294018,268493022,1411582465,1934447951,1852785511,3442082050,268445892,1461916417,1818635586,1769234799,1848469358,1667855471,1426129509,9266002,588710160,1128683351,1768648559,1769099365,2036556150,1769238350,16934243,4191455807,167841792,1667194659,1702063727,33715310,464622951,331237225,268505088,1834966819,859189620,1868783455,1701407599,311886082,268456394,1596134401,1953526367,1868770668,1701407599,1852727650,16937573,3407869274,385945600,1952407331,1768710501,1833528693,1667853424,1869444201,40657252,2845648385,17825986,1885283076,1711342179,15823129,587858192,761820255,1937076852,2483094132,11893436,588316944,1601331809,1802465123,1834968425,1818322031,2046558466,268492877,1629688065,1953264996,1852989815,1835495017,40596321,3434958337,17826034,1700864795,1131245411,1768648559,1953451621,1667851881,1869182049,1918976622,964559106,268489005,1629687297,1701147239,1953391981,1701732688,4094492930,268488637,1629687041,1953654124,1851875885,41051502,3078879745,17825867,1818305341,762606181,1852727650,1042313829,1954098720,1919036772,1702066031,773864992,1630368889,1953654124,1953068845,1667313e3,1852795252,1701981555,1919247470,16937573,2648894636,335613952,1953459747,1667851881,1869182049,1868967278,1919251567,3970695426,134258146,2033060609,1868770676,1852142446,2885747316,10347244,1679360256,1666938473,1936941420,2032287070,1663919220,1702063727,1562539118,3970695426,268475874,1629687809,1953654124,1852793645,1852399988,16937573,327841311,251725824,1769107502,2036556150,1953459757,40199017,48890369,17825897,1851859729,1954114657,762536809,1836020336,16938096,4268826198,268505088,1299144995,1634956133,1867015527,1919247468,3317825794,268480249,1646465281,762012513,1865248628,1932354668,40203369,4204889345,17825857,1633821454,1919250030,1634759469,41051491,3654975233,17825930,1633821454,1919250030,1919252047,41509228,4166523137,17825956,1633821448,1919250030,2818638451,14105202,589168912,1852727650,1701995881,1852793645,1953391987,1852140901,1702112628,1852403565,3741385331,5901333,588448016,1668246626,1868770667,1701407599,1768714096,16939363,3071845536,352391168,1869373987,1949133667,1936552549,1702061679,1667855986,2483094117,4322235,772669704,762539892,1953394531,1701734753,2483094130,4322235,587858192,1668246626,1919112043,2147549806,7075035,587923728,1953787746,1647144303,16937569,39074012,302059520,1953456675,762146676,1952867692,1685024045,16936033,1204272575,167841792,1953456675,1651339124,16937569,783408238,352391168,1853121059,1769107501,2036556150,1952805677,1735289204,922813043,165888,588579088,1663924066,1768648559,2037591397,1667313011,1702259060,1578762498,268491461,1663239425,40329550,3470184449,17825988,1315119880,1667855471,637600357,3895965,587727120,1851875939,41051502,1668723969,17825857,1650664204,1866692719,1852142702,637600372,13151133,773325064,1986622064,1937335137,1769239653,1601398638,1851875935,41051502,2879202817,17825992,1667441417,1701601581,16938098,3390106461,167841792,761488163,1684957559,16938863,2515503509,570494976,1634231075,761361003,1935765364,1634545012,1701273966,1868705138,1836020852,1734963757,16938088,1879864306,503386112,1734959907,1868770665,1701407599,1852793645,1953391987,1852793645,1852399988,16937573,3558374675,469831680,1936286499,762212201,1802465123,1882023273,1667853423,1633824121,1919250030,554696962,268449927,1663240961,1868770667,1852142446,1325466228,12105165,587596048,1919380323,4244701797,14639887,587661584,1684958051,33715817,572633392,1729673618,369168384,1701667619,1836213584,1769173865,1968270959,1769239397,16936559,2494022053,151064576,1651401507,1885628259,2483094130,4990144,588054800,1663922019,1635020399,1919250025,780075522,3807695869,268467315,1663241217,761488239,1852727650,16937573,862391162,184619008,1836016419,1634298992,40199022,2841956865,17826027,1868768018,1953064046,1634627433,1851875948,41051502,480060929,17301552,1885744646,40723523,480060929,17301552,1852780059,1869563493,762471796,1160598340,2037544046,1852403536,825045364,2636513538,134230044,1663962369,1768648559,1851867749,41051502,480060929,17825840,1868768009,1882026862,16937071,4158940509,335613952,1852793635,1953391987,1851875885,762471790,1819042167,2888630530,268468709,1663241473,1702063727,1714254958,40727151,1831299073,17825981,1868768029,1852142446,1819290996,1751475041,1701080175,1852779890,1970435173,16938099,343967665,268505088,1852793635,1953391987,1902473773,1953719669,1039466754,268498515,1663244545,1702063727,1999467630,1701274729,1868770676,1767994478,41051502,1420741889,17825991,1868768016,1852142446,1634882676,1852402531,1124139623,594098,588185872,1936617315,1601465957,1769238382,16934243,2961351991,738267136,1852793635,1953391988,1931492896,544104816,1093541950,1042313328,1986618400,1634493275,1026192243,1635013410,1562539122,3719102722,268484852,1663241985,1702129263,1882027118,1667853423,553714297,10217144,588841232,1986948963,1920234085,1668492649,1953524082,1852793645,1953391987,884277506,268440637,1663239937,1332440943,1526792779,13147669,587923728,1802465123,1647142249,16939119,327859122,369168384,1869570851,761620843,1936617315,762605157,1852727650,33714789,2069262662,2514852959,369168384,1869570851,761620843,1936617315,762605157,1818323300,16934767,436464255,369168384,1869570851,761620843,1936617315,1601465957,1685024095,16936033,2721073696,335613952,1869570851,761620843,1769238382,1633904998,1852795252,3035824386,268458838,1663244801,1768648559,1853042021,1651204961,1663922785,1635020399,1919250025,3642491138,268479227,1663241217,1768648559,1635200357,16936044,2711162428,419497984,1868783406,1701407599,1936028240,1702129253,1936285554,1600940906,1006699057,10590478,588185872,1802465123,1999463785,1886413170,16937573,4016373489,285282304,1869570851,1113942379,1918333537,1701867617,4227924594,13007529,587858192,1802465123,1866622313,134283892,538933,588251408,1802465123,1866884457,1919251567,40334157,1631313409,17825806,1868768017,1701407599,1768714064,1918335331,16937057,3313527279,369168384,1869570851,1600481643,1886220131,1852141167,1835360116,16933221,2774309805,184619008,1869570851,1600481643,40071020,3571782401,17825945,1868768030,1701407599,1936617315,2004119141,1768845921,1868785518,1767994478,41051502,865443841,17826014,1868768016,1701407599,1868770675,1852142446,33620596,15101495,588644624,1802465123,762537321,1769238382,1647142243,1701736033,2164327026,6794019,588513552,1802465123,762537321,1918989427,1869426036,40657252,259404289,17825991,1868768015,1701407599,1886347123,1852399476,2549285122,268492354,1663242497,1768648559,1818326885,1869426028,40657252,3449651201,17825941,1885545221,16937071,1892517711,201396224,1919968035,1969381217,1852798068,2636513538,268438933,1847793409,1683978085,1869504367,1702059892,1650420844,1869902965,637600366,890269,588513552,762540131,1835100275,1848471137,1718187119,41051497,3792193793,17825841,1919099676,1953853305,1869570861,1936025963,1953459757,1667851881,1869182049,2583757422,2180680,588448016,1953723747,1663921519,1702063727,1932358766,16935780,2154537267,268505088,762864419,1769238382,1633904998,1852795252,2636513538,268457517,1663241729,1668558200,1634891565,1919250544,2636513538,268457517,1680018945,1600222305,1986622064,1918984799,883360002,268478625,1680018945,762143842,1936026925,1701273971,2636513538,134220318,1764624641,1932356962,41381736,513615361,17825802,1701061394,1852793645,1953391987,1851875885,41051502,562742530,420015740,17825964,1701061392,1852270963,1769435949,1701340020,956367474,8593897,588513552,1818323300,1851746159,1718187119,1952539497,40791913,1656388609,17825919,1768170255,1634493299,1919249769,1918984749,3179217154,268439339,1680020737,1818456937,1701669217,1868770674,1767994478,41051502,1298074369,17825945,1768170251,2036690547,1970238509,4085252354,268471486,1680016897,1296266857,3568107778,268457124,1680017921,1380873833,1852399949,1733689602,134248698,1714295041,1650746725,762012513,1769171318,40201314,4201076225,17825912,1919165209,1818325109,761754223,1936683619,1953067891,1684483429,16937584,834419942,285282304,1651074339,1886351405,1882026101,1667853423,2684420729,14810531,773128456,1802465123,762537321,1701670760,1702260575,2036427890,2745172226,268493309,1696796673,1869562733,1466263915,1886413170,16937573,3539277362,285282304,1785619747,1867741551,1866687853,1701407599,2902524531,8390355,589037840,1920233061,1868770681,1852142702,1717526388,1702129519,1869622642,40924528,2963088897,17825833,1885676292,856097378,1454662558,1467546215,2114720705,2254206195,2493728169,2494202554,3245761,588513552,1869772133,1667196272,1768648559,1935635301,41183337,2351578625,17825933,1701192461,1633838181,1647143779,16937569,3358929141,385945600,1684629027,1647145829,1701736033,1868770674,1767994478,41051502,954344451,3498611391,1119861025,17826001,1768301326,762537316,1919252079,41509228,1934674689,17301633,2054172179,1684629549,1701719397,1701999479,1919247457,1355481346,33139,1768171521,1818450806,1584624481,1481450045,1297040223,1599687760,1380992071,1297040223,1095322704,1598374734,16932130,2171818187,117510144,1869571619,41051508,969278467,8854783,556244890,17825989,1868964622,1919251567,1851875885,41051502,1206007809,17825977,1868964629,1919251567,1869570861,761620843,1852727650,16937573,1112668789,234950656,1869571619,762471796,1818845549,16937573,2251903402,251727872,1869571619,762471796,1936942445,40200033,4112493313,17826031,1868964623,1919251567,1702260525,2036427890,2588868866,268453599,1713573377,1702129519,1684625266,1937007975,3445817602,268475134,1713573633,1702129519,1987010418,1634497125,2113995385,15117316,587727120,1953460070,41054821,459803905,17825851,1919296273,1868783461,1701407599,1685024095,16936033,563707533,50401280,41182755,2496839169,17825953,1650926372,1679834656,1935373929,1701607796,1646411050,1735091041,1853190002,1868770660,577924972,3472949853,3381524,588513552,1919968359,1869570861,761620843,1936942445,40200033,2277516801,17825833,1684480793,1663922800,1768648559,1869491557,1768319348,1769234787,16936559,536957822,251727872,1885628195,1851867762,1383228782,41185135,3352009729,17825877,1684480779,1851748976,1936028783,1830224130,268494393,1730348801,1651667044,335676024,3350437058,10576712,588448016,1651469415,1869507681,1768319348,1769234787,16936559,3463561760,419500032,1869571875,1600482407,1802465123,1650419049,1650423919,1869902959,1224802925,2812923,587727120,2036691559,41186671,91907073,17825875,2003313424,1869570861,761620843,1919249505,3238068852,7115834,587530512,2020565609,547225858,268457883,1763904257,762275438,1633972077,33620588,1880428,588316944,1868983913,1802465123,1834968425,1818322031,3889561858,268461822,1780685057,1230187891,827545413,761424236,1684104552,1110274661,40203105,3255972609,17826002,1919951631,1667331689,1701326201,1919247457,305332482,268489410,1780685057,1919954291,1667331689,1869622649,2036558188,1851875885,41051502,3747663873,17825860,1936335630,1769239341,1752787811,40132965,2982470913,17825883,1969890068,1663922030,1768648559,1868770661,1852142446,1862402676,2233398521,16757159,588644624,1668572523,1868770664,1852142446,1986997620,1634497125,2868970105,8606343,588054800,2037277036,1600418401,1953460082,263389442,268490099,1814238209,1851877218,1954114657,1131635561,1768648559,16937829,539536926,218173440,1734700067,1848470625,1667855471,2902524517,11762392,588448016,1634166124,1869491564,1768319348,1769234787,16936559,1275843991,268505088,1734700067,1766616161,1114925159,1801678700,3658744066,268482189,1814235393,1818322789,41050466,2359109121,17825979,1768694541,1647146099,1684826485,16937573,1246707985,268505088,1886351395,1647145077,1949137007,1936552549,1091633410,268454479,1831015169,762606433,1769238382,1633904998,1852795252,637600371,3763357,587923728,761487981,1768714096,16939363,3200863479,184616960,1667394862,1819242541,41509737,3377264385,17825982,1701651214,1663923570,1831677283,40790369,4092737281,17826029,1701651209,1734439795,16937829,3458731501,486608896,1936289059,2036689779,761358125,1802465123,1630365033,1885692771,1633824116,3053519474,16284724,588448016,1633972077,1983065452,1701340789,813316145,16933995,1283539071,268505088,1685024035,1630366817,1701147239,1953391981,931070210,268493401,1831015681,1818322031,1852793645,1953391987,1851875885,41051502,2793035521,17825972,1869423379,762077540,1936617315,762605157,1953066601,41812226,268486642,1831014401,1818322031,1852793645,1852399988,16937573,3804548200,184619008,1685024035,1915579489,41185135,767244545,17825944,1869423374,762077540,1919252079,41509228,3265544193,17826043,1936532235,1634891623,1919250544,2220687618,268464667,1847789313,1633842785,3053519474,11254563,587727120,1600217710,41119604,1285367297,17825889,1869619983,2036558188,1634891615,1919250544,2636513538,268460364,1847788801,41121637,2220205569,17301514,1868770864,1701407599,1953459757,1600480105,1869562719,1315268971,1667855471,1634883429,1919250544,761492269,1882601521,758461751,2785083952,689237,588120336,1769238382,1650419043,1701736033,637600370,3611037,588448016,1769238382,1633904998,1852795252,1734700077,16936033,924425510,436275200,1919243310,1716482925,1987208531,1600480105,1836016479,1701736304,16938094,924425510,167839744,1681022766,811874147,16920626,924425510,251725824,1852728110,1634694189,757953651,41119604,429729281,17301559,1869622801,1601205616,1165193076,1769236836,16936559,924425510,285280256,1919251502,1865249645,1702047078,1667855986,637600357,3611037,587727120,1769238382,41117027,3496126209,17826007,1869488917,1768319348,1769234787,1999466095,1886413170,16937573,817081467,100730880,1600611886,16921454,817081467,234950656,1953459747,1667851881,1869182049,16937838,2775538761,218173440,1601465891,1953394531,1701734753,2868970098,2991136,588775696,1600681838,1953460070,1650422373,1701736033,1701601138,40657255,463851265,17825968,1718559512,1851876198,1131635062,1768648559,1866691429,1852142446,1661010548,3693602,588841232,1635020911,762212206,1768843629,1702521197,1634891565,1919250544,88998146,268447784,1864570113,1869504883,1953723715,1766092143,1735355489,41314628,2660645635,1219812887,149086913,17825899,1953440530,1869570861,1600481643,1851875935,41051502,4091623681,17825892,1953440523,1801745197,1853121069,1750139650,1753260400,4191691086,268452345,1864569601,1634887030,1683978604,1701666681,1734439795,2264990309,8952957,588120336,1768847215,1868770660,1852142446,2113995380,15714810,587923728,1701273968,1852727650,16937573,4087091002,151064576,1717858339,1835229029,2667643504,6262652,588710160,1852139888,1866686835,1701407599,1701012289,1851880560,16934243,2330388219,83953664,1869767726,4211147376,9103078,588185872,1852075120,1701143597,1768697200,16935790,384752441,100730880,762277166,16937079,384752441,251727872,1970040867,762210663,1936617315,41184869,3856563969,17825917,1869619980,2036558188,1718511917,3254911599,4192352502,818148,588185872,1768714096,1831696739,1634956133,16934247,3289076353,335613952,1819242531,762930025,1769238382,1633904998,1852795252,3980460290,268490257,1881348097,1667853423,1701981561,1634497895,1852795252,1886351405,16937077,1290596990,234950656,1886351395,762344749,1953460070,16937573,2763943919,251727872,1886351395,1701536109,943141677,37303345,3046859009,17825896,1869619975,829453680,659685634,268455183,1881351169,1818701168,1818321519,1768453165,1882023026,2037674593,1869570861,761620843,1852727650,16937573,3957980558,218173440,1953525795,1932359023,1801677172,1023476345,16698152,587989264,1784771184,1920300137,40201317,615198209,17825998,1919951634,1769239397,1818323316,1851877421,40201316,1506144769,17301703,2019962379,1868980083,1919251567,3320971522,268486489,1881346561,1635150194,1630370147,1701147239,1953391981,1364918530,268478338,1881346049,1635150194,1663924579,1667854184,16937829,1021861903,335613952,1769107491,2036556150,1952539693,1869491553,1701013876,3391095042,134249519,1345202177,1635150194,1699117411,1631806565,757949554,1986622032,1182360417,1130653029,761557601,1180644141,16921963,2083506720,268505088,1769107491,2036556150,1851878701,1919248225,3492348162,268479263,1881347585,1635150194,1882028387,1667853423,1953705337,2037080937,2706440450,268456253,1881346561,1635150194,1882028387,1886744687,1735617837,3452305666,268482701,1881348097,1635150194,1932360035,1769239653,762537838,1836020336,16938096,964939804,268505088,1769107491,2036556150,1918990125,1735289198,1031078146,268458103,1881345537,1635150194,1867413859,1701013876,2362507522,268458943,1881346305,1635150194,1667201379,1634495599,40203120,2655799297,17825876,1919951632,1667331689,1868783481,1852142702,1845559924,2418761,587989264,1986622064,1601790817,40334189,639072257,17825955,1919951630,1667331689,1685024121,40201333,3148911617,17825955,1919951631,1667331689,1702260601,2036427890,3184591106,268479406,1881345025,1836476786,1634956133,16934247,2076842075,268505088,1600287267,1802465123,1885300073,1886744687,655556866,268464341,1914898689,1634878563,41051511,3548708609,17825835,1735533332,762541357,1802465123,1647142249,1701736033,1694564978,14951115,587661584,1650616690,16936559,845827639,671158272,1869574691,540942452,980838756,1936877926,1751330164,979659881,678719342,1819176762,1751330169,694447209,1681457410,268446446,1931677953,1868770659,1701407599,1851875885,41051502,1067508737,17825810,1702044437,1885620069,1869562738,1130719595,1702063727,16938094,2557480696,218173440,1701344035,1768777582,1767139182,2432762480,4975113,588120336,761555315,1953394531,1701734753,3254846066,10033094,588579088,1701079411,1769238350,1633904998,1852795252,1701736282,329711874,268454734,1931679233,1819307369,1685024101,1663921249,1635020399,1919250025,2761949442,268483608,1931678721,1819307369,1685024101,1865247841,1819436406,16939361,785916570,385945600,1667986211,1868770669,1701407599,1936286765,1767992419,41051501,2292493825,17825969,1819484947,761619561,1663922293,1635020399,1919250025,1971257602,268469333,1931678209,1299474031,1634956133,762537319,1953720684,109314306,134278895,1932399105,1299474031,1634956133,762537319,1835365481,109314306,268496623,1931678209,1769234804,1868770659,1701407599,1918984749,1998913794,268469911,1931678465,1801677172,1633824121,1920413042,1701867617,2113995378,13824008,775160072,1852727618,1866691173,1767994478,1601332590,1852785503,1852399988,1831694949,1747805542,1701077349,1935630194,1630612835,2033398903,36711799,4027088385,17301714,1684287015,1650816883,1869570861,1936025963,1953459757,1667851881,1869182049,1667194734,1635020399,1919250025,142475522,268489456,1931678465,1986097780,1869562721,1113942379,1701736033,1661010546,10477380,588382480,1953653108,1668637029,1869771881,1869566574,2231435892,8465837,588710160,544694644,1768169534,540942454,1952539739,1702243681,1073896804,2346207235,2628036102,3093612038,1933185548,2482092301,462531343,2032466447,963739160,3116326682,890442524,1302674461,3711196959,3850308644,1683088676,196407854,259557172,297259831,2873506872,2428919099,3386337086,2506105407,4215755071,3149385280,1431791432,782943828,2624410965,693637718,2616357462,3057841238,3640315223,1049934174,1895707234,2065305700,815405926,801762411,846181230,7276917,3898421114,3666686594,1100210309,1719309713,1679425944,1121717656,2777436830,974181536,3499893932,992252846,1497778615,1133055679,3424902848,1815681473,3867153356,1029970128,2737235920,466103505,473442002,525395154,2034169042,720270803,2069332438,1922714341,3468746728,2869731825,3709115643,218173440,1852793635,1953391987,1836409389,54526576,109828168,110929062,213411014,225655314,261353913,253465003,410592506,439972222,481935199,490017555,525182268,618476639,619020044,778326501,873182450,923760775,940685267,1001080380,1049675357,1070192487,1066754082,1090209617,1220261838,1414879079,1429121734,1453092181,1445550098,1453060722,1471562484,1591278285,1648268473,1685126706,1719343632,1798347291,1848625644,1966239667,2046848777,2196266287,2245692722,2436994016,2556852885,2556697089,2655181837,2695203922,2889486548,2932907044,3074106515,3210298953,3225651470,3251381214,3429644569,3504766995,3493684248,3517130471,3525036076,3525064742,3525267684,3547938548,3593137781,3850065793,3899824714,4056858847,4222291105,14488732,588579088,1836213620,1851862387,1868770660,1953064046,1936617321,3932029186,268467976,1948457985,1936552549,1684366694,828600365,1953459757,761619305,1852727650,16937573,1168697229,234950656,1886221347,1668246623,1650420833,16937569,3105094625,134287360,1869575203,1918984812,892338690,3898100448,268486566,1948456449,1647145071,1701736033,1852386674,1852793645,1953391988,581959938,268446408,1948453633,1848471663,1667855471,201392741,4094040,587661584,1651535732,16937569,79810527,184619008,1936684067,1851875885,41051502,2889511682,403603953,17825835,1869882120,1633824115,2734752370,4744762,587858192,1663922292,1768648559,2298544741,9800957,588185872,1667330676,1735289195,1886351405,16937077,4258095895,268505088,1634890787,1852402531,1936026983,1701273971,3535864066,268443419,1965233409,1042309485,1986618400,773864992,1936942445,40200033,4115556353,17825888,1868768018,1701407599,1936286765,1936682083,40202869,4115556353,17825888,1937056526,761620321,1920230765,41116521,1601682689,17825994,1937056525,1600481121,1769238382,16934243,1422888805,805376e3,1702065443,1868770674,1852142446,1634545012,1701273966,1953391981,1634887469,1634497902,1633824114,1919250030,1702260525,2036427890,3247702274,268456227,1965231617,1735289203,1869570861,1936025963,4096262402,268479777,1982009089,1949136483,1647145071,1701736033,4026598002,2205159,588906768,1936876918,1768845161,761554298,1802465123,1647142249,1701736033,3942711922,1547148,587661584,1882023542,16937071,1340052428,318836736,1986623011,1868770661,1701407599,1953459757,40199017,2193265665,17825968,1886855950,1701339764,1768711265,36791662,1432839425,17825973,1886855957,1868770680,1701407599,1919377709,1701668197,16938094,3181464823,134287360,1634891555,1919250544,3130261762,268500631,1998787329,761625209,1802465123,1647142249,1701736033,2483094130,2454714,588644624,1919968378,1667331689,1868770681,1852142702,1701719412,3338732151,9323516,773521672,761886067,1702127987,1936026925,1701273971,1852793645,1852399988,16937573,2386820295,302057472,1701588270,1848538214,1663921256,1634694189,16938099,1191091238,100730880,1701593390,16938098,1111547674,117508096,1851867694,41051502,2970982913,17301511,1866608141,1836020852,1852727618,16937573,129045914,285280256,1851867694,762471790,1764582259,1785688175,2130772594,13061336,773652744,1852727618,1600090725,2037666655,1180984684,762865004,1731815027,808281139,931070210,134236175,1278092801,1768186223,1866753902,1600090996,2037666655,1180984684,762865004,825058163,2037856114,825059447,931070210,134236175,1764624129,1632912740,2130772558,4722487,773128456,1852727618,1650422373,1701736033,1147101042,962222134,4202561794,134252711,1110321153,1701736033,1868783474,1701407599,1851867763,1299342702,1818322031,1919252047,1601790316,1966373215,16922691,588310637,117508096,1970094638,41563698,582745601,17301683,1866608156,1836020852,1702390086,1851867748,762471790,1953394531,1701734753,704709234,10184068,772079880,1095779139,3169845506,134282501,1127097089,1702063727,1631745134,1919250030,1852793695,1953391987,1852727618,1600090725,2019904610,1493238358,2099159,773390600,1936617283,1467248229,1701274729,1667194740,1635020399,1919250025,4181066242,5334708,134251083,1127096577,1768648559,1919369573,1767269733,1667200869,1635020399,1919250025,1500602207,36916065,663089153,17301750,1866673689,1701407599,1936617283,1601465957,1852793695,1852399988,16937573,696033971,604047360,1869562670,1130719595,1702063727,1667200110,1768648559,1868770661,1852142446,1851744116,1232424053,1228341506,134231285,1127098113,1768648559,1953451621,1667851881,1869182049,1869504366,1768319348,1769234787,1600089711,1919634992,2483094123,6685626,773980424,1802465091,1767335273,2003788910,1918328671,1701867617,1668492658,1684567341,762015852,3187737136,2351141,773914888,1802465091,1098081641,1953654124,1869570911,1936025963,1919249473,861888372,829182833,77922562,134230904,1127097345,1768648559,1867412325,1768319348,1769234787,1950510703,1702252397,2036427890,1667855443,33716587,1201622603,2016164206,167839744,1652114222,1682273391,33711463,1468918068,148941506,419497984,1936278574,1936682083,1348825717,1886744687,1953394499,1701734753,1124205170,3155318727,8587546,773128456,1431661125,1868123215,1917023283,929707619,1987076429,2242707714,134249448,1177434881,1970561381,1631741298,1869766514,1600091247,1769036135,1920216625,1718840929,778924655,1851880052,1952541811,762916197,1886334512,1953063777,808529273,2164326960,9647165,773718280,1953460038,1831694949,1819632751,1663905125,1702063727,757953646,1697658209,218169906,16308635,773193992,1953460038,1667199589,1768648559,1600090981,1164402483,536937064,16485657,772145416,1700163910,234947137,11513392,772342024,762475590,1702129486,974455042,134281106,1194202625,1347571780,1818586721,1869574751,1298095988,1114268520,974192898,134254628,1194201345,1599230020,1852399981,2019975007,40257133,847102465,17301679,1682386454,1716482672,1601332582,1668246626,1917411179,38431540,3693632001,17301650,1682386453,1716482672,1601332582,1953460082,1967353951,16928591,2463901786,604047360,1885620014,1197432690,1349677156,1852142177,1634883444,1919250544,761492269,1831875450,808283235,1629749506,134244589,1227761921,1635021678,1917873260,1953459567,1601073001,1802465123,1882023273,1869442930,1852795252,1382834015,37040745,1512723969,17301566,1919168015,1919252321,1634891565,1919250544,710279426,134233690,1261308161,1851867735,41051502,4257595905,17301548,1699491363,2036556135,1852727618,1667199589,1869570861,1466263915,1768845921,861890414,1315728723,2820276482,134241536,1294864385,1917086069,1919252321,1685024045,16936033,859117536,1677789184,1769295150,1701863760,1869753714,1935373423,1701607796,1920213565,1718840929,980251247,1852796448,1948269413,1936613746,1869182057,1948269166,1936613746,1836216166,892482080,1663071085,1667850869,2053464621,678585705,807414832,774905900,824192050,1831870505,1562524531,400556290,134230837,1848514049,1920216423,1701275497,1667313266,1852795252,1918984749,400556290,134230837,1294864129,1917086069,1919252321,1869574701,2684420724,7995299,772800776,1802465123,762537321,1936942445,40200033,4288913409,17301625,1935879701,1798385011,1668707194,895823464,829516661,16920625,2046796704,637601792,1769295150,1667329619,1918984811,1953394499,762605157,1953460082,1819243099,1629633893,1953654124,16932130,1116179305,117508096,1953451566,40199017,1139662593,17301674,1867394590,1768319348,1769234787,1631743599,1919250030,1869116255,1851867767,41051502,3150461441,17301704,1867394577,1768319348,1769234787,1766616687,16934254,3265698500,402720768,1886343214,1802465091,1633641833,1986622563,1432313701,1161259351,1153171714,134251747,1697515521,1882022245,16937071,2229486780,385943552,1886343214,1919252079,1634891615,1919250544,1701207903,41187395,4272747009,17301753,810692103,1867866933,763298050,134269343,2016282369,1969770569,2130772559,13213485,772866312,1667327314,1685015924,1867541601,1818326130,4062839042,134225196,1378754561,1952670053,1633972045,1331650412,1819436406,757954913,1702127201,1886334322,33713765,1263825345,2719673578,184616960,1634030126,1819234404,41509737,3312012801,17301727,1969761813,1768257377,1869570605,762146676,1802465123,16934249,3754256718,503384064,1885819438,1634878564,1601332599,1685088114,1634886751,1601332599,1129722463,16920661,2324438158,822151168,1869173294,1634883444,1919250544,1936291373,1630368367,1953654124,1869173293,1634883444,1919250544,1936291373,1630368367,1953654124,2080440885,8319871,772669704,1145515347,1110266448,1701736033,4043375218,11930569,772931848,1464813651,1831687241,1935632243,1702326120,2130772580,1449745,773390600,1886418259,1400140399,761623657,1802465091,1631741289,1919250030,104923394,268449856,1831015169,1702309241,1836016492,1701653861,1734439795,385942117,6021713,772342024,1935765332,2036754804,3158835458,134219576,1412302849,1953263471,134377577,2742730105,14151545,302001530,1145959034,3205396873,1339922324,1243988116,146752917,536938496,1702057262,1802465091,1969186153,1866687859,1701407599,1818521421,912220005,2053846116,1115750658,134262011,1445859585,1866683203,1701407599,1953394499,40660850,87569409,17301534,1817718278,40990319,1346219265,16777393,559689243,1953787746,808283503,1550281774,1634758458,2037672291,808464685,2726166786,134247188,1596851969,1131366449,637600356,7943581,772407560,1683304799,1853314370,2483094121,6134467,772407560,761541215,762410552,2483094103,6134467,772407560,2020225887,846559286,2483094073,6134467,772407560,1785344351,1748448375,4144038451,5856497,772407560,2054631775,1886026032,3254846e3,10175154,772669704,1647391327,858863929,875837489,738263604,23031606,775815552,1701080693,1701734758,1634220644,1683695731,761361505,1953719668,1818587949,1869898597,1663188338,1801677164,1701344301,1869570861,761620843,1852727650,1562538597,738263593,6254390,773325064,1731801695,2052417105,1601856045,1750563150,1785746e3,40194895,2050839553,17301750,845098520,1229088336,1245137718,1347906935,1430548585,2017013873,536937013,9346025,772210952,844510047,16926578,3805701082,117508096,1714642734,38226019,3230564097,17301595,861875736,1398287729,1870017098,1917928555,910648438,1600082541,2382430827,12739086,773456136,1868983913,762470754,1935765364,762471796,1953394531,1701734753,2382430834,12739086,1528168704,1684301170,1663923305,1768648559,1633824101,1919250030,2382430813,12739086,1680212224,1935373929,1701607796,757218602,1634685997,1919251571,1684957485,1952539497,1866691183,577924972,2382430813,12739086,1930821888,1684370024,762603876,1802465123,1647142249,1701736033,2382430834,12739086,588316944,1663923557,1768648559,1869622629,2036558188,244187394,134267490,1596855553,1802465091,1631741289,1919250030,912994655,37320545,4112697857,17301513,1600073239,1802465123,1647142249,1701736033,845111154,1647392865,583663874,134220277,1596851713,1781753156,2793406722,134247011,1647183361,1784038768,2793406722,134247011,1596852993,1598243679,1970302832,1593901680,7149206,772866312,1684496223,1663922800,1635020399,1919250025,2795766018,134237081,1596851713,1652121441,457638146,134220985,1596854529,1953394531,1601071457,1832018481,36790123,2646137857,17301651,1667182102,1768648559,1851867749,1601332590,1714499956,36790065,2852599553,17301518,1667182102,1768648559,1886343269,1751085173,828729459,36778335,3620463873,17301621,1734290964,762474596,1769238382,1747810662,1701077349,2013332082,10759627,772210952,1232497259,16935025,2754464632,335611904,1919251502,1865249645,1937059174,1701326181,1919247457,3413639426,134259757,1596857345,1919968359,1953459757,762930793,1684104552,1918857829,1634496613,16934243,3096066648,469829632,1701273390,1869374068,1969187683,1868783465,1701407599,896348511,828323897,1882259714,134269152,1596851969,808740200,436273714,16010170,772145416,1129336684,436273720,16010170,773193992,1953459807,1667851881,1869182049,1886478190,1601843554,50397745,13571366,772407560,1885302879,1667853423,3942711929,8998545,772538632,1399289439,2019766380,40853812,3117854977,17301597,1919954444,1667331689,1868705145,2969633400,6142422,772931848,1634891615,1919250544,880095583,828334643,3204514359,4003021,774439176,1868783457,1701407599,1684955437,1852793645,1936876918,762212201,1852727650,1667199589,1869639023,1953391982,1153106178,134230490,1630405377,402719331,2354793,772342024,1898867569,1769025130,1763180802,134226926,1630408961,1885692771,1668178292,1869622629,40924528,163345921,17301658,1667313164,1702259060,1935764782,889258603,12828291,772538632,1701996385,1702112613,41119090,3550112513,17301603,1634741777,1600087399,1634166124,1768697196,16935790,1674812011,385943552,1919377710,1701668197,1949135982,1634479471,1949135987,40727141,4119768065,17301602,1818308109,762606181,2020173357,16933989,2955851156,385943552,1869770798,1647144813,1701736033,1868770674,1767994478,41051502,783651841,17301680,1818308116,762606181,1920234285,778399849,1919249505,2952856180,14073977,772604168,1919249505,1633824116,1919250030,2098266626,837853573,134271273,1630409985,1953654124,1851875885,1601332590,1869570911,40200555,2611191809,17301622,1818308113,762606181,762470754,1953460070,16937573,3501666373,167839744,1701601582,1882027122,16933985,2506507757,234948608,1701601582,1999467634,1886413170,16937573,4180196232,218171392,1701601582,1747874930,1667331187,3640722027,8729812,773193992,1668508004,1835622764,762540645,1953394531,1701734753,3640722034,8729812,772473096,1919249505,1949135732,16937071,4055952994,302057472,1768710446,1919973477,762540901,1769238382,16934243,1717249294,251725824,1953259822,1953525549,1667593005,40202869,2498723073,17301609,1701981718,1818322294,1685024045,1647144033,1752640871,40203369,2498723073,17301609,1851862545,1919903843,1953787746,1699507567,16938086,1425056560,385943552,1768841518,1633824109,1919250030,1953391917,1680700005,40201839,2134765057,17301614,1851862543,1869426036,762077540,1953460082,3909550338,134230467,1630408449,1915581550,1663924079,1702129253,1442906738,9453011,773390600,762343521,1802465123,762537321,1769238382,1633904998,1852795252,3638821122,134278407,1630409473,1714253936,1702129519,1868770674,1852142702,2684420724,9039011,772210952,1865249633,16936041,2313986976,402720768,1886413102,1986358317,1848470629,1718187119,1952539497,1936617321,998834434,134250011,1630412801,1814917232,1952999273,1679834656,1935373929,1701607796,1713519914,1684371561,16932130,662451524,419497984,1886413102,1868848991,1953719661,1680696169,1818456937,1701669217,637600370,13592733,772473096,761487970,1836608866,16933426,3479739686,402720768,1836016686,1769239397,1701326179,1919247457,1634891565,1919250544,2636513538,134270824,1697516033,1935830577,812398953,2636513538,134270824,1697515777,1936208744,37052720,1755129345,17301711,1885416973,1834966896,1634956133,16934247,4193918336,469829632,1886413102,762470757,1702129253,1868836210,1697539438,1853258033,811808122,3096707330,134272888,1663962113,825062259,1819177845,16934521,3615013012,151062528,862741806,1647470136,2483094064,14121144,772735240,1848472161,762541925,1953460070,16937573,4084405143,234948608,1735549230,762143073,1768714096,16939363,2235721789,352389120,1953653038,1868784996,1869375277,762077538,1919249505,2566980212,2762286,774439176,1663919970,1919904879,1667326509,1869768555,761556597,1953394531,1701734753,1769221490,1949201518,841838703,781779202,134228518,1731071233,1633841004,1818307948,41185893,640588033,17301546,1935748632,1937007987,1852793695,1852399988,1600090725,1883587891,1577124403,13535687,773062920,1647146081,1701736033,1868770674,1767994478,41051502,1293191681,17301610,1952525843,1868783472,1701407599,1936026925,1701273971,1206649090,134254886,1630408193,1953523064,1834970985,1953396079,1895432450,134240125,1647184129,1920169517,39270482,4041188353,16777247,1986618389,1634493275,1029600115,1869570850,761620843,16932130,2597427025,117508096,1465213486,39480403,2356468993,17301614,1718169095,1145193075,1960640770,134246028,1647183617,1768182873,1744896577,1356,772145416,1114790498,3506504314,14139061,772210952,1182090342,16938565,3619599825,67176448,1734304302,2538668290,134249688,1647185665,1701736033,1647127922,1869902959,2483094125,4476874,1528299776,1635017060,1935761965,1650816869,1869881917,1702130529,39658098,1338676225,17301572,1633824273,1919250030,1852793645,1852399988,16937573,1803095163,234948608,1851875886,762471790,1769238382,16934243,3733107211,251725824,1851875886,762471790,1919252079,41509228,3381157378,3869543257,17301530,1633824268,1919250030,1634891565,1409417840,1951442803,6214575,772931848,1852727650,1600090725,1953394531,1701734753,3103851122,13714111,772604168,1852727650,1633645157,1953654124,1968177410,134283169,1647184641,1701736033,1868717938,1996554872,10588558,772931848,1702060386,1953459757,1667851881,1869182049,1795228270,15502941,774177032,1702060386,1869570911,1600481643,1852727650,757953125,1953394531,1701734753,1848454514,1816546133,847184130,134217743,1647187713,1751348321,762275175,1802465123,1848468841,1667855471,3338732133,4004085,772210952,809002082,16933729,4172231594,184616960,761684526,1935765364,41051508,1304634881,17301729,1734487561,1701601581,16938098,2897386162,184616960,761750062,1702194274,36794925,196737793,17301649,1734487564,1918985261,1634879339,3741385337,3724802,774111496,1819044194,1918988130,1113546596,1651272809,1685217647,1819898963,1882023013,828666744,36711778,2959778305,17301706,1667968519,1732343636,1789001986,134269616,1647188225,1969451881,1630368873,761820277,1819045731,1769173089,40201314,3450415617,17301647,1801596422,40988467,3975763201,17301717,1818373647,1766075755,1634493299,1919249769,1877999874,134279314,1647188481,1801678700,1953459757,1667851881,1869182049,1647145838,1801678700,1652556034,134219389,1647188481,761623660,1919249505,1851875956,1601332590,1634891615,1919250544,3604414722,134250643,1647186433,1920103788,1633824121,1919380323,1684960623,1955725570,134279914,1647183617,1347835757,2298544738,5753586,772407560,1683975522,1869373801,3355509351,16686535,772538632,1683975522,1869373801,40321639,2647115777,17301758,1851928071,1450005098,3113484546,134261988,1647186433,1667199086,1768648559,1633836901,1919250030,1351876866,134262853,1647185153,762930287,1919252079,41509228,2373653761,17301672,1868705326,1919247474,1769107501,2037539181,1734962221,827356264,1919902254,762471780,1818635892,1663924325,1714318447,41444716,3266026497,17301667,1868705293,774909300,1952867692,16920621,3173885217,654379008,1953456686,762146676,1752182320,1684548915,1848537195,1663923809,1801677164,1701601889,1684107309,40133988,2695054593,17301715,1868705294,1836020852,1851875885,41051502,1546373121,17301546,1868705294,1836020852,1953459757,40199017,3185903873,17301506,1868705292,1836020852,1852799533,1325466213,15672362,772931848,1953787746,1699507567,1600091238,1296576591,1526792820,16536e3,772735240,1953787746,1699573103,1734439795,16937829,4080873431,318834688,1953456686,1382903668,1952999273,1163353951,39407434,49005057,17301723,1868705325,1836020852,1952671059,1148088169,1819308905,1600092513,1953394499,1701734753,1668492658,2020290861,1835546989,16920621,945847026,318832640,1769238382,1633904998,1852795252,1869571629,41051508,1618670081,17301560,1868705294,1836020852,1984913247,37837168,1919492610,2632947432,17301715,1868705295,1836020852,1936026975,1701273971,3315073282,134245466,1831738113,1818845807,875834725,778451e3,1885434487,762471792,943207476,2550202982,7101125,772669704,1885434487,762471792,1630943288,2550202978,7101125,772407560,1953787746,1768189295,1845559926,4708512,772866312,1601728354,1751607666,1868717940,1836020852,2929066242,134219586,1647182593,2516648560,11850111,773128456,2003792482,762471795,1769238382,1633904998,1852795252,3250127106,134258429,1647189505,1634545016,1663921769,1768648559,1869622629,2036558188,1684632365,1918984805,2114978050,134240768,1647183617,1212761978,4009820790,1233074,1528561920,1634300513,1650551853,574450789,1802465123,1646290281,1701736033,39658098,3501387521,17301522,761474576,1885628205,1701653874,1734439795,1711342181,10757476,772407560,1868770659,1701407599,2063663731,13565378,772800776,1768172899,1735355489,1869570861,40200555,1331811329,17301671,761474584,1769238382,1633904998,1852795252,1920413043,1701867617,1526792818,5554488,772276488,1869426018,40657252,625894145,17301559,761474578,1702127987,1836213588,1851867763,41051502,1315471362,2361693217,17301624,761474573,762343284,1852727650,16937573,2906961607,117508096,825254702,36976945,2290010369,17301517,1147350535,1785418828,2636513538,134232140,1731069697,1884252281,637600363,3689629,772800776,929849975,808281394,1869571629,41051508,1285367297,17301560,1650667017,1685024095,16936033,1626173559,100730880,1633837870,16936558,665645189,469829632,1633837870,1919250030,1987012397,1663921013,1768648559,1633824101,1919250030,4256891138,134232402,1663961345,1818307939,41185893,713689345,17301755,1667444231,1886351405,3494248706,134248926,1663962113,1663921763,1702063727,16938094,1847237926,167839744,1885561646,1868770657,16938094,252543434,251725824,1885561646,1936534881,1684090215,40133988,4131636993,17301615,1953705492,2037080937,1869378349,1818570100,1852140901,3338732148,7337539,772210952,1249338211,16936019,1039460011,234948608,1667523374,1852793645,1852399988,16937573,217404379,117508096,1969513262,38695009,1646681089,17301621,1717775894,1667326509,1869768555,761556597,1919252079,41509228,2288498689,17301654,1734553102,1868770677,1767994478,41051502,2261779969,17301650,1751330316,1701670770,1667854431,1359020651,2133309,772210952,2000841315,16938571,3395129259,117508096,1249338158,40201559,1569696513,17301706,1801661965,1852793645,1852399988,16937573,3657021382,167839744,1701536558,842149938,16937574,626541543,234948608,1886217006,1718906413,1852727650,16937573,2108435565,369166336,1936614190,761750317,1633972077,1868521324,1819436406,16939361,3438388516,436275200,1701798702,1869570861,1936025963,1852793645,1953391987,1886351405,16937077,1340466451,385943552,1836016430,1953391981,1819242541,762930025,1919313266,40399717,2402462209,17301545,1868770841,1852796269,1869770847,762605677,1986622064,762930017,16934754,3530667156,553715712,1836016430,1868770672,1701407599,1851875885,1601332590,1802465123,1600087401,1853058643,1342243418,2566556,772473096,1886220131,1851877740,100820323,919588116,266620735,602585944,857364071,3351241641,2542858427,419497984,1836016430,1701736304,1663923310,1768648559,1647145829,1701736033,1526792818,2785406,773259528,1886220131,1852141167,1869491572,1768319348,1769234787,16936559,3811491206,402720768,1836016430,1701736304,1932358766,1801677172,1768172921,1735355489,1687421186,134217797,1663964417,1969516143,1919906915,762536749,1953394531,41184869,3316858113,17301545,1868770842,1852142446,1633824116,1919250030,1667326509,1869768555,40136309,116957697,17301518,1868770835,1852142446,1868770676,1701407599,2020565549,2765488386,134276938,1663962369,1702063727,1663923310,41053812,3737752577,17301708,1868770832,1852142446,1701653876,1734439795,2164327013,9704167,773128456,1936617315,762605157,1769238382,1633904998,1852795252,2109407490,134269264,1663962881,1702063727,1882027118,1965912175,67175024,2847108,772735240,1936617315,762605157,1953068915,16935011,960068373,201394176,1852793646,1953391987,1685217603,610009346,134219753,1663962881,1702063727,1600091246,1970302832,1325466224,12866827,772800776,1936617315,1601465957,1885434487,41051504,683250689,17301692,1868770849,1767994478,762471790,1634692198,1735289204,1953459757,1667851881,1869182049,16937838,2104782076,268503040,1852793646,1852399988,1751085669,1214854736,1567490306,134247849,1663961601,1399549807,1937011813,706412802,134258850,1663964673,1768648559,1633824101,1919250030,1768185695,1919249773,3369271554,134233542,1663965185,1768648559,1633824101,1919250030,1836016479,1701736304,16938094,3224343416,385943552,1869570862,761620843,1668181859,762212965,1885434487,41051504,1388157441,17301591,1868770857,1701407599,1852793645,1953391987,1801675053,1819766638,1701274725,1953391981,1852793645,1852404833,16937573,997070611,553715712,1869570862,761620843,1936617315,762605157,1852727650,757953125,1953394531,1701734753,1677787762,11854779,773390600,1802465123,1663919465,1702063727,1663923310,1635020399,1919250025,3204776194,134247055,1663965441,1768648559,1768172901,1735355489,1868783455,1767994478,41051502,4162140161,17301584,1868770829,1701407599,1668245037,16937845,3498350224,201394176,1869570862,761620843,1852399981,4120772866,134217781,1663964161,1768648559,1701653861,1734439795,1634741605,16934247,1559637767,218171392,1869570862,761620843,1701736302,939590261,1096569,773062920,1802465123,1848468841,1667855471,1970220389,41051508,721565441,17301647,1868770833,1701407599,1953459757,761619305,16921206,1124569874,755042304,1869570862,761620843,1919252079,1601790316,1802465123,1984914793,1634497125,1852785529,1852399988,1600090725,1816606550,3657499258,1210976,773325064,1802465123,1882023273,1768780389,1869181811,1869622638,40924528,960119553,17301562,1868770845,1701407599,1701998637,1701995878,1936024430,1852793645,1852399988,16937573,396470307,335611904,1953067822,1818373477,1663922805,1635020399,1919250025,2820866306,134223777,1663962369,1768648559,1919954277,41184623,1230361089,17301600,1868770838,1701407599,1835364909,761556585,1886544247,41051504,1827747841,17301737,1769156113,1816225140,1299477093,1634956133,16934247,3916230968,268503040,1869570862,761620843,1953785203,1936158313,3447062786,134279931,1663964161,1768648559,1937059173,761620321,1852727650,16937573,3919999263,352389120,1869570862,1130719595,1768320623,1632660850,1852400740,2600534631,8956211,774439176,1802465123,1917871465,1919247973,1701015141,1851867763,1601332590,1953394531,1701734753,878665586,1162622281,3879272706,134236429,1663964161,1768648559,1919112037,1332634981,1819436406,16939361,587957651,251725824,1869570862,1415932267,1098152037,39937394,1709065473,17301691,1868770827,1701407599,1936746836,4282450178,134247655,1663965441,1768648559,1768185701,1936289139,1868783475,1767994478,41051502,2202859265,17301573,1868770841,1701407599,1936026975,1701273971,1936286815,2036427888,16933989,3941802217,335611904,1869570862,1600481643,1970302832,1768172912,1735355489,2777219330,134251405,1965953537,1769418089,1952802660,1702260525,2036427890,2777219330,134251405,1663962881,1768648559,1647145829,1701736033,335610482,872733,774111496,1802465123,762537321,1936617315,762605157,1953064037,1852402733,1868770667,1767994478,41051502,579309313,17301754,1868770830,1701407599,1869622643,40924528,3831959041,17301641,1868770835,1701407599,1953517427,1631743561,1919250030,3600679170,134230565,1663967489,1768648559,1867543397,2036558188,1869570911,1600481643,1886544247,909598559,38762326,659450881,17301666,1868770832,1701407599,1650417523,1701736033,2483094130,14175155,773259528,1886351203,762213235,1868770659,1701407599,1769238382,16934243,1313382533,285280256,1886348078,1734963833,1647146088,1701736033,3338732146,97418,772604168,1886547811,1851875885,1936876910,1568211202,134222556,1663962625,1953396079,1882028402,1886744687,2636513538,134255975,1663961601,1919252079,2003789907,2844328194,134253980,1663963905,1868770672,1701407599,1885959213,1920296237,2483094127,10000820,772407560,1683976291,1869373801,637600359,499101,773259528,762737769,1651469415,1869571629,1667194740,1768648559,16937829,127769894,234948608,762538542,1702127987,1701601581,16938098,127769894,369166336,762538542,1702127987,1701601581,1663923314,1702129263,16938094,127769894,167839744,1601397550,1852727650,16937573,2546245824,201394176,1936941870,2020028717,1781690167,862716162,134246489,1663962113,825062259,1853519980,16937069,2898061608,201394176,1936941870,929902893,1932879222,4257087746,134247695,1663962113,825062259,1949394804,16933996,3308361605,251725824,761623342,1663923044,1296983341,40194906,832013569,17301701,1935879692,1999711603,1697724472,3472949869,13888504,1528627456,1635017060,1936028717,1029990772,1869570850,1936025963,1769238350,1562535267,4174315778,134271979,1663961857,875393907,1936941622,620823093,16239504,773914888,762540899,859125817,1865233016,1819436406,1328380257,1819436406,1666414945,1852138866,2260009218,134262771,1663966721,1647145843,1752643701,1766075768,1851867766,1131570542,1635020399,1919250025,776077570,134228640,1697516033,1752070449,828990065,776077570,134228640,1949178113,1869900649,1685269867,1868770667,1701407599,1851875885,41051502,2687386113,16777258,1802073108,762015604,1802465123,1647142249,1701736033,1107362418,2793518,772473096,762540899,929655396,16938866,2905314392,184616960,1936941870,842360877,37249906,1486441219,2548731973,3525555922,17301726,1935879713,1970089331,1919842936,1869570861,761620843,1936617315,762605157,1851871277,16936037,1993243155,184616960,1936941870,1869379117,40266869,477396225,17301534,1935879691,2054630771,1852926326,3391357186,134282426,1663964161,1600872309,1633972077,1634557804,1650421353,16939119,1867952114,436275200,1937072942,1701670772,1868770674,1701407599,1852793645,1852399988,16937573,747982620,419497984,762798894,1802465123,762537321,1768714096,1647147363,1701736033,721486450,12117919,772210952,1650555491,16933490,1816231244,134285312,1970955054,1786343526,2537423106,134274554,1680739329,761488173,1685024045,16936033,4080685689,352389120,1663919150,1831677283,1818322031,1667326509,1869767787,2030109296,15940178,772210952,1833518436,16931146,155626362,117508096,1129079854,38565740,3093397505,17301548,1399074311,2037401668,847184130,134239209,1680738049,1683506264,1510015554,5437185,772931848,1635017060,1852793645,1953391987,1734632749,4093706853,14861597,772800776,1127047780,1768648559,1851867749,41051502,4236663297,17301527,1667509785,1869570861,761620843,1852727650,1999467109,1886413170,16937573,1731026041,385943552,1986356270,1702127987,1869571629,762471796,1818850421,41514089,258223617,17301568,1701064215,1953067894,1853042021,1651204961,1764586081,1919250030,3723231490,134261340,1680738305,1663921256,16935783,1291754534,117508096,1634296878,40333164,2218313217,17301528,1768173076,1735355489,1886413101,1818386271,1701536623,4278256242,8898056,772735240,1818323300,1831692143,1734438497,16937573,1246007945,335611904,1634890798,1634759534,1953391986,1702260525,2036427890,2458452226,134236740,1680740353,1869373801,1852785511,1852399988,16937573,1331856554,453052416,1734960174,1634620205,1633839971,1869765490,574449004,1919249505,39658100,3275248897,17301618,1768173072,1634493299,1919249769,1953459757,2650866277,14548665,772800776,1668508004,1835622764,1949135461,41187429,1269707777,17301697,1768173075,1634493299,1919249769,2053070687,1246512178,3046375682,134232945,1680740097,1818456937,1701669217,1702322034,1040253538,16221824,772800776,1668508004,1970499436,1663919474,40137313,2348674817,17301706,1768173078,1869374323,1701999987,2020173357,1932354661,40001900,2216853761,17301612,1768173077,1869374323,1701999987,1685024045,1680698465,16938601,2623825292,318834688,1936286766,1936943469,1701601897,1851875885,41051502,3216867585,17301560,1835281951,1869491554,1768319348,1769234787,762539631,2019650145,1634891565,1919250544,2613313794,134243843,1680739841,1952542319,1633824101,1919250030,2761949442,134220568,1680739073,1718515567,1702129519,1996554866,15231547,772145416,1701998704,1996554861,15231547,772210952,1869050212,16936537,2561581091,117508096,1230071598,38757188,2929730305,17301656,2003054108,1395469667,1866686825,1701407599,1867538271,1131443568,1768648559,1040253541,9963165,774242568,1717533028,1600941173,1952737655,1869504360,1768319348,1769234787,1601400431,1953394531,1701734753,2130772594,2179525,772407560,1899180389,1848654133,1040253489,5465937,772407560,1651781989,1802137464,2030109232,110021,772342024,1702244709,846345014,2357002498,134255447,1697516033,1684174641,813315447,4046323970,134281483,1697518849,862204724,1681471842,1717974067,808990566,37304419,1318925313,17301712,879046153,1953260152,16920627,2589798673,117508096,1346921774,38172244,1959979265,17301738,1097346567,1095715920,3538485506,134277748,1697515265,1298420816,1208025689,16149096,772866312,1986614117,1932419688,1097543011,1147492452,2265776386,134260118,1697518849,1819044198,1634479465,1953853305,1734700077,41509729,2533921281,17301739,1734684172,1882025337,1886220146,2483094132,15910581,772342024,1919249253,863268455,3650289922,134227273,1697517569,1869562732,1130719595,1702063727,16938094,3629737766,369166336,1634493742,1667855475,1869570861,761620843,1769238382,16934243,1836672881,151062528,929981742,1701211513,3808494128,4818117,773193992,1634168421,1633838439,1684483449,1680700016,1869373801,3523281511,1953640,772276488,846294629,36727909,447371777,17301605,1852124690,1769099379,2036556150,1634623821,41051495,2461570049,17301525,1650929164,1986997616,1634497125,2483094137,1413816,772473096,1831695717,1634956133,16934247,1533575405,302057472,1819829550,1869570861,761620843,1852727650,16937573,1244835788,520161280,1886938414,1768122732,1868770676,1701407599,1851875885,762471790,1885434487,41051504,3474979841,17301666,2019896851,1919904880,1848472165,1769107501,2036556150,4236837122,134273118,1714296065,1886217005,2037147181,762606959,1885434487,41051504,701593857,17301735,761671187,1802465123,1663985001,1635020399,1919250025,2809921794,134236115,1714292737,1987079220,16934007,1044207033,637601792,1330013742,777079913,845966149,1378763078,1229866574,962539073,1497509241,828321361,1199143491,16933480,1936341375,117508096,1230399022,38556525,3223109121,17301741,1634086414,1868770659,1701407599,41185122,2790164737,17301599,1634086408,1764582756,2030109294,15308252,772800776,1668178278,2020565625,1701867309,40133998,2914685953,17301630,1768304147,762606450,1701669236,1936291373,1919906921,2450391554,4066760161,134224151,1714294273,1684371561,1702260525,2036427890,2690973954,134238421,1714296321,1684371561,761750062,2036691559,1918985261,1953719659,4181065986,134244020,1714294785,1684371561,1953456686,762146676,16921650,3841537598,436275200,2020173358,1915642981,1684960623,1814914149,1868705383,1836020852,16920621,953956886,167839744,762933294,2020617778,16921133,953956886,251725824,2020173358,1867539557,2036558188,41447234,2421708033,17301522,1768304140,1382311288,1869178725,3187737198,14160028,772604168,1935764582,1868705128,1836020852,1472594178,134249514,1714297601,1752392044,1936026925,1701273971,1852727597,1668183407,1852140901,33620596,899327,772407560,1634692198,1633824116,1090716274,1899799802,2158400961,10840929,773128456,1634692198,1702243700,1667855474,1882025057,1818586721,2492727554,134265306,1714295809,1702129519,1851862386,1853189998,1701668195,16938094,837056321,251725824,1869571630,762471796,1885434487,41051504,2534974721,17301733,1868967439,1919251567,1633836895,1919250030,583663874,134242738,1714293249,1702129519,1735617906,3884253442,134242915,1714296833,1701667186,2050043250,926051937,1852793645,1852399988,16937573,3039345556,184616960,762537518,1936617315,41184869,19602433,17301576,1936076311,761488223,1852727650,1667199589,1869639023,1953391982,3656909058,134247708,1714298113,1630365560,1953654124,1684430687,1868783480,1701407599,1953459807,40199017,1206877953,16777414,1684366858,1731033189,41054308,1206877953,17301702,761736713,1818323300,16934767,910275988,268503040,762538542,1819242356,1768172915,1735355489,3046375682,134231617,1882066433,1667853423,1768172921,1735355489,3046375682,134231617,1731069697,1987531077,956432975,3096225141,11623938,772931848,761487975,1769238382,1633904998,1852795252,3825271411,9266057,773062920,1919968359,1869570861,761620843,1885434487,41051504,1376433921,17301543,1684483595,1764586096,1919250030,3397452034,134225369,1731070721,762474596,1633972077,3489727084,4917539,773390600,1919968359,1685024045,761621621,1885628205,959262066,828520496,1383989506,134237128,1731070465,1416786020,1701668200,2550792706,3620704570,134227094,1731073793,1936027237,1663923049,1768648559,1868770661,1852142446,1208025716,6798109,773128456,762668647,1634692198,1735289204,1936026925,1701273971,575406338,134226007,1731069441,1768309100,3592945922,134265002,1731072001,1633841004,1701653868,1734439795,16937829,2507056714,234948608,1869375278,762077538,1769238382,16934243,2077135689,503384064,1869375278,762077538,1769238382,1633904998,1852795252,1852793645,1852399988,16937573,2505285543,536969217,1918990126,1735289198,1935763514,1633966888,1663918452,1768648559,2037656933,693986672,2678522114,134255955,1731074817,1633841004,1869884780,762606433,1869570861,761620843,1935765364,4093706868,4952816,772604168,808611687,808727095,825570616,3654025474,134235724,1731073281,1953853295,1869570861,761620843,1919252079,41509228,2827646977,17301620,1936141843,1868770659,1701407599,1667593005,1852795252,2665742594,134275603,1731071745,1701275509,1868770670,1852142446,3774939764,2585209,772866312,1868770664,1701407599,1852793645,1953391987,3960537346,134275974,1747847681,1348755813,1886744687,3243704578,134220819,1831733249,1701601581,16938098,202621271,587270144,1634035758,762471780,1886220131,1852141167,1834966900,1634956133,762537319,1919252079,41509228,221478401,17301670,1701326359,1919247457,1635021613,1684368227,1936026925,1701273971,587333890,134224280,1663964929,1768648559,1869622629,1601205616,1886220131,1852141167,3657499252,12017927,773390600,2002875752,1663920485,1702260335,1852139378,1868770676,1701407599,1577844994,134277021,1747850753,761555319,1852727650,1866625637,1869622648,1818326130,3055747330,134251595,1747849217,1970089337,1999465331,1886413170,16937573,2817036325,117508096,1667393838,41108292,280639233,17301690,1651060241,1933788259,761492270,1682663524,16925283,1744334177,302057472,1852008750,1769239341,762932067,1953460070,16937573,1394762494,117508096,1684826414,41043305,2934777345,17301658,1852386835,1647144806,1869902959,1769418093,2003788910,3666411778,134251476,1764625665,762275438,1936942445,40200033,2839487233,17301593,1852386828,1650421606,1701736033,1006699122,7683221,772342024,1868983913,2020565599,3441361154,134252427,1764624385,1651467886,16937569,3590360513,201394176,1936615726,1953459757,1936024425,942473474,134249801,1764624129,2020833649,1979777651,11150211,772210952,1887007337,16926584,1254121309,117508096,1933798190,38620745,3227475201,17301578,1953050137,762539365,1918989427,1818635892,1915648101,1684960623,16933989,2635333205,285280256,1769629998,1935765332,1920413044,1701867617,4244701810,5442256,773062920,1869884778,1886727539,1702125924,1851875885,41051502,2053210113,17301676,1835675150,1869570861,761620843,41050466,76054785,17301624,1852452358,40203375,1089669121,17301646,1902784018,2037540213,1953459757,762930793,41050466,2711264257,17301743,1936338446,1952669997,762212201,41050466,2927301889,17301603,1936338452,1701601581,762541170,1953394531,1701734753,3640722034,3729143,772604168,1663923050,1869622626,2036558188,3386245378,134278276,1781406721,1868770675,1701407599,1852793645,1953391987,1886351405,1600090229,16934754,3203950203,302057472,762538542,1818323300,757950319,1802465123,16934249,4141276846,369166336,762538542,1936877926,1769352564,762603891,1852727650,33714789,2643934382,3186150354,184616960,762538542,1769238382,41117027,1949030145,17301688,1936338450,1869570911,761620843,1936617315,41184869,733563137,17301565,1936338440,959459699,2264990263,9315578,772735240,1147761997,1869373801,1869753703,16938095,414536475,100730880,1936943662,16922164,783008148,100730880,1936943662,16922422,2563388545,234948608,2020829742,842347309,859257137,16921650,1486693695,234948608,2020829742,959657261,809054264,16920632,1551931185,117508096,1198811694,41446766,3929740033,17301517,2003447306,1886351405,41119861,3940785921,17301513,2003447315,1886351405,762540149,1801675106,1886351972,3818848514,134220266,1781404673,1869622647,1936749936,1852793645,1852399988,16937573,166388639,83953664,1999924014,3405840950,13374241,772210952,1232622955,16925299,2124583908,117508096,1315007278,38031699,607417089,17301654,1802186247,1967876467,3706323202,134236172,1798178561,1165379948,2147549813,3277213,772210952,1195930219,16930167,1437456134,167839744,1752460078,1634694189,16938099,1232116186,268503040,1714252846,1684371561,1868705069,1836020852,3805872386,134279090,1814957825,1953459757,1667851881,1869182049,2130772590,675040,773390600,1684955500,1600613993,1836020336,1633836911,1919250030,1886352479,2195325186,134224373,1814958849,1919252833,1685024045,1714252897,1702129519,2483094130,660668,774308104,1870225772,1699247221,1919247457,1718511917,1634562671,1852795252,1936942413,1466263393,1886413170,16937573,4157717509,369166336,1634036782,1651664228,1685217647,1852793695,1852399988,16937573,1352066127,117508096,1717922862,36908404,2744531969,17301663,1701588503,762077543,1852727650,1663922789,1869639023,1953391982,3397517826,1188967234,134276089,1814957313,1818322789,1869571629,41051508,1728151041,17301556,1685335571,1630351990,1701605488,1634610548,1918984807,25035010,134231143,2033061377,762536821,1769107557,2036556150,25035010,13415,1768179457,1936338550,1886413101,762602860,2003134838,1852793645,1852399988,1831694949,544106849,1768169534,1768304246,761554296,1533962615,1819898995,574447205,1801675106,1970238055,574252142,2113995357,3434241,773325064,1634166124,1701653868,1734439795,1868770661,1767994478,41051502,2905605889,17301712,1701588487,1280265065,2429092098,134223271,1814960385,1952999273,1970037293,1868705125,1919247474,1663919205,40137313,2855248129,17301620,1768697370,1818651502,1952656761,1869491576,1768319348,1769234787,41119343,2075389697,17301625,1768697363,762538862,761623137,1702258034,1684370290,799670530,134242475,1814958593,1714250606,1953722985,1349416274,1886744687,3219194114,134223420,1814958593,1852401519,1869570861,761620843,1936746868,2416967938,134260723,1814957313,1667462515,1919252079,41509228,3532482561,17301533,762129932,1769238382,1631741283,4110484082,122635,772931848,1919954285,1667331689,1886334329,1852795252,167838323,7725112,772473096,1953705325,1835099506,16937573,2921116408,318834688,758213934,1953460070,1831694949,1634956133,41117031,1799048196,2489358596,3252142330,1479006400,17301648,1634545176,1869638761,1882027109,1635150194,1647147363,1701736033,1828782706,12334904,772866312,1852399981,1869570861,1936025963,760033581,2401304834,134260275,1831735809,1953392993,1851879013,1882023267,1886744687,2761949698,1307818520,134231820,1831735041,1769238113,925721966,2033594935,922813043,10879924,773390600,1802658157,1852404837,1886334311,1852386676,1634624813,1684368482,90833154,134274522,1831734273,762341475,1802465123,16934249,810560708,201394176,1818520878,1702260525,2036427890,3163816194,134239257,1831736065,1969451621,762542451,1802465123,1697473897,3825271413,2186556,773390600,1936942445,761620321,1701012321,1663923312,1635020399,1919250025,213778690,134275883,1831736065,1634956133,1600087399,1953394531,1701734753,956367474,7840869,773587208,1936942445,1936025441,1868770605,1767994478,762471790,1953456685,40726388,1368547585,17301586,1701654039,762278516,1802465123,1633838441,1650417522,1801678700,2750939394,134249891,1831732993,1647145062,1845559911,7875641,772342024,762340973,1885434487,963510530,134248492,1831735041,1701653864,1734439795,1633824101,3808494194,15882302,772866312,1663920493,1702063727,1814918254,1919252833,2867069186,134227463,1831736321,1869767529,1869570861,761620843,1818323300,16934767,1976568207,251725824,1953066286,761621605,1936617315,41184869,1509119489,17301515,1802317323,1831691053,1818322031,164626690,134265843,1831735041,1818322031,1868770605,1701407599,100729459,10437121,773325064,1633972077,1663905132,1768648559,1647145829,1684759393,40922994,1107363329,17301663,1869426190,762077540,1953394531,41184869,764444417,17301582,1869426193,762077540,1702129253,1868836210,16934254,3004765261,218171392,1685024046,1714252897,1702129519,3774939762,8076735,773456136,1752461165,1701605989,1663923059,1768648559,1920413029,1701867617,3808494194,16287422,772997384,1714254701,1702129519,1701653874,1734439795,33715045,3307284383,4090281457,318834688,762539310,1684104552,1831694949,1634956133,41117031,556244737,17301701,2037198352,1769369447,1986997604,1634497125,1677787769,16138578,772866312,1701653870,1734439795,761753193,1953459315,3317825794,134266620,1848513537,1633842785,1869491570,1768319348,1769234787,16936559,4292074222,369166336,1986096686,1702112617,762539378,1932355183,1769370213,16934243,3647428718,167839744,761425454,1701994864,16938094,305149004,218171392,1885564462,1701653809,1734439795,2348876389,13884249,772997384,762799470,1936617315,762605157,1852727650,16937573,14925042,436275200,2003136046,1852793645,1953391987,1886351405,1999466613,1886413170,16937573,1367115809,251725824,761753134,1718513507,762147433,41447266,2453663745,17301696,1735274009,1852793645,1836214630,1869570861,761620843,1768714096,16939363,3230810096,436275200,761753134,1886348147,1717513829,1952542572,761753193,1852727650,16937573,2671222054,117508096,762080814,40005731,2400574210,1202716335,17301510,1869491726,1802465091,1867343209,40657252,1223377153,17301664,1869491725,1701013876,1685024045,16936033,494777032,234948608,1953459758,761619305,1684957559,33716079,1998884944,551273674,352389120,1953459758,1600480105,1769238350,1601398115,1383348530,2835415633,1711108,773193992,1769238382,1633904998,1852795252,1868770605,1852142702,1157694068,6661995,772866312,1769238382,1633904998,1852795252,2020565549,26214658,134235458,1848514305,1718187119,1952539497,762212201,1953394531,1701734753,2097283698,3058900678,16725150,773521672,1769238382,1633904998,1852795252,1886351405,1865248885,1819436406,16939361,956221338,335611904,1953459758,1667851881,1869182049,1919889006,1701277281,3877044482,134278269,1848517377,1718187119,1952539497,1114533737,1701736033,1650417522,1701736033,1600085874,2020030515,1208025656,6142299,773521672,1769238382,1633904998,1852795252,1885434455,762471792,2037133869,16930646,2208308981,335611904,1953459758,1667851881,1869182049,1633836910,1919250030,983367938,134237489,1848513281,1718187119,1952539497,1601073001,1769108595,4060152432,9429145,772800776,1769238382,1633904998,1852795252,41050466,596838657,17301612,1869491734,1768319348,1769234787,762539631,1885434487,41051504,1475560193,17301681,1869491726,2036754804,1802465091,41117033,1716225025,17301641,1869491722,2036754804,41050466,914753793,17301690,1936600588,1718511917,1633824111,2013332082,85282,773259528,1848473198,1718187119,1952539497,762212201,1684104552,16937573,2422143870,184616960,762867246,1664443697,40056630,3449433857,17301731,2037263892,1769155952,1769432436,1848468836,1667855471,553845349,1753751579,2368840360,1781558,772800776,1702127987,1701079415,1953459757,40199017,538648835,2728945800,792104241,17301531,930033157,16921957,3979025741,117508096,1834643246,40186487,2586404353,17301757,1668230677,762344035,1802465123,1865246057,1819436406,16939361,1253137931,151062528,1701736238,1937076852,3070296692,15479193,772538632,1667330159,762934377,36712497,2199646977,17301757,1919888914,1852401513,1953067821,1920234341,40202345,454113793,17301756,1953443339,1869570861,1936025963,3128426754,134241854,1865288449,1634086260,1764582756,2264990318,7683709,774177032,1919252079,762929516,1869570861,1600481643,1852727650,2002743909,1869116521,1767863413,1936617315,3659989250,134261486,1865291521,1819436406,1831696737,1818322031,1920413043,1701867617,654377586,11202266,772735240,1919252079,762929516,1852727650,16937573,3452335397,184616960,1702260526,2036427890,40922960,1656525825,17301660,2003774983,1680695666,1447231746,134283108,1882069761,1865297965,1718773110,762802028,1869903201,1701602862,1868770680,1140916844,201027,772014344,37040496,1279260161,17301558,1601187345,2002874980,2002743909,1886413170,16937573,4123848132,402720768,1734438958,1868705125,1836020852,1936026925,1701273971,2020565549,3802792194,134277245,1882066945,761620321,1802465123,1647142249,16937569,1462051710,302057472,1734438958,1869491557,1768319348,1769234787,16936559,3641504524,369166336,1751347246,1869570861,761620843,1768714096,1647147363,16937569,473709222,234948608,1919250478,1634627443,1633955180,16933236,1793634112,436275200,761688110,1684104552,1663922789,1768648559,1635021669,1701668212,16938094,1437787412,503382016,1534486884,1935764579,574447219,1802465123,1932354921,1702125940,1953391981,16932130,1437787412,419497984,761688110,1986622064,762930017,1768714096,1848473955,1667855471,4278256229,16173473,772931848,1831692144,1818322031,1634492973,1970236259,654377588,4834869,773193992,1886939504,1868770657,1701407599,1920413043,1701867617,2130772594,3694904,772473096,1768714096,1647147363,16937569,276579066,201394176,1819242542,762930025,1868983913,3596157442,3446519504,134247661,1882066177,1667853423,1634479481,40658274,3277995265,17301732,1869622791,1701407599,1881473282,268441898,1881343233,40001392,2764575233,17301658,1886400023,761474407,1802465123,1663919465,1635020399,1919250025,2636513538,134279989,1882067969,1818587760,1701077359,1768709988,1651796071,16939119,4043746416,151062528,1685221422,1634891565,1224802928,2278717,772800776,1717924464,1852142181,762537315,41050466,3825253121,17301548,1836396047,1852793645,1953391987,1918984749,12255490,134229220,1882065409,762734962,1936746868,118882562,134253238,1882067457,1635150194,1630370147,1701147239,1953391981,1456668930,134279523,1882065921,1635150194,1647147363,16937569,195545451,251725824,1769107502,2036556150,1953849901,40791924,2631783169,17301574,1919954459,1667331689,1868770681,1852142446,1852124532,762471796,1701736292,3046375682,134234218,1882066945,1635150194,1663924579,1702129263,33715310,3357187366,2352332670,268503040,1769107502,2036556150,1852793645,1819243124,2412577026,134220397,1882066177,1635150194,1680701795,39941217,1921342977,17301548,1919954447,1667331689,1768172921,1735355489,430309634,134266991,1882066177,1635150194,1814919523,40595049,777565441,17301628,1919954446,1667331689,1634741625,40658286,2633982465,17301548,1919954457,1667331689,1869622649,2036558188,1852793645,1852399988,16937573,1646952524,1023477760,1769107502,2036556150,1819242541,762930025,1769238382,1633904998,1852795252,1819242591,762930025,1769238382,1633904998,1852795252,1685024045,1600089185,2037604727,1560347215,13807717,772997384,1986622064,762930017,1768714096,1882028387,16937071,2628396848,385943552,1769107502,2036556150,1819242541,762930025,1684630643,40924517,1264849921,17301722,1919954447,1667331689,1769418105,1952802660,2268987650,134226259,1882066433,1635150194,1917876579,1953525103,780206338,134252141,1882066689,1635150194,1885305187,1886220146,587399796,1299053765,2740483746,8507646,772604168,1986622064,1601790817,1936746868,1572536578,134254307,1882065921,1635150194,1920432483,16937057,2042313979,218171392,1769107502,2037539190,1935764547,4194370163,8187063,772931848,1785688688,1937007461,1801548845,1702260581,1677787762,7600970,772407560,1836020336,1869182063,2046886510,963759,772210952,1836020336,16938096,3898067013,100730880,762605614,16920625,3522687103,234948608,1651863598,761489772,1802465123,16934249,1122054516,453052416,1651863598,761489772,1987208563,761619305,1970237025,1835361134,41184869,683894529,17301603,1970286093,761623404,1852727650,16937573,1726433567,134285312,1937076270,1701653864,1306984706,134276406,1949176321,1936552549,1701601581,1714254962,1684371561,1306984706,134276406,1882065665,1882022263,1886220146,3187737204,12347532,772473096,825063536,2037394994,16921389,410695359,268503040,762933294,1634545203,762785144,1819047270,2247950594,134261816,1882068225,1850174329,1230067798,810694500,944990559,38940761,696028417,17301706,1501179413,1246055539,1718450808,1244807490,1986487906,16930360,3391716493,503384064,1848471854,1718187119,1952539497,1936617321,1768709983,757953651,1953787746,16936303,2757650780,167839744,825061934,1952723056,16935265,169497541,151062528,1831694894,1701208950,3019965034,14834631,774373640,947203442,778318195,1915825522,963130423,762457652,2003594801,778922288,762540899,1784833073,40776803,1819064321,17301670,1685204505,1633955181,1848468321,1667855471,1702112613,1634496621,16934260,3844781311,218171392,1986359854,762077541,1633972077,2063663724,10188610,772800776,1831695218,1634956133,1764582759,40855150,153294337,17301622,1936862747,1852779875,1970435173,1663923315,1768648559,1868967269,1919251567,2761949442,134259968,1915623937,1747805303,1701077349,1868770674,1701407599,1667593005,1852795252,2322792706,134249453,1932400641,846815071,1766746727,1865438025,1598116401,1851934005,16938859,2004759960,234948608,761492270,1802465123,1882023273,16937071,2090105236,268503040,761492270,1802465123,1882023273,1886744687,3182887170,134276232,1932399361,1701147235,1869365870,1984916323,1634497125,1593901689,4006034,772931848,762537075,1633972077,1986997612,1634497125,1493238393,5164500,773128456,1701602675,1932358755,1869572195,1868967276,1919251567,2468020482,134240415,1932397825,1768303974,761554296,41050466,4070992898,951755851,17301691,1735601672,1885628205,3338732146,3215956,772669704,2003789939,1865511775,2019768697,1308688997,15435614,772145416,2003789939,2147549806,10526561,772931848,1852270963,1663922293,1600086388,1702390118,503382628,16203593,772931848,762145139,1802465123,762537321,1970302832,2533425776,5732509,772604168,1886218611,1831691628,1818322031,1578631426,134235339,1932399873,1819307369,1869426021,762077540,1919252079,41509228,3411941377,17301572,1769156108,1647142260,1701736033,956367474,367165,772604168,1702127987,1936026925,1701273971,775618818,134272153,1932398081,1768188268,1882023790,1886744687,3595567362,134261881,1932396033,1801675118,3922854146,134238183,1932399617,1801675118,762470754,1702129253,1868836210,16934254,2669007277,335611904,1852797742,1868788591,1852142702,1633824116,1919250030,696320258,134259366,1932397313,1768121712,1934453857,3506504295,4106434,772604168,1685221491,1852793645,1953391987,4238672130,134264239,1932396289,1768126576,2483094114,3179713,772997384,1667855475,1868967275,1919251567,1851879469,16936037,3013147575,318834688,1769239342,762932067,1769238382,1999463779,40919410,1374492929,17301550,1953705492,1819304306,761622121,1953394531,1701734753,822149746,15360210,772407560,762803315,1919249505,3204514420,483404,773062920,1819898995,1868783461,1701407599,1244815199,41039737,3810754817,17301505,1970482703,1936024419,1936018803,1701273971,349896962,134232100,1932399873,1868770678,1701407599,1851878701,1835362145,41184869,1319580161,17301747,1987259918,1702128741,1986946605,36861281,973680641,17301504,2004037141,1919250537,1768715053,1764582756,1949132653,16938104,55655809,234948608,1769435950,761815924,1836020336,16938096,110144391,268503040,1663923246,1702063727,1917875310,1953525103,2651455746,134255811,1949175297,1667526241,1634891565,1919250544,3922788610,134223023,1949177601,1667194723,1768648559,1920413029,757952609,1702131055,704709234,6494642,772145416,1818583924,1107362412,9724972,1679687936,1935373929,1701607796,1881292126,1953067887,980316009,2020173344,574317669,1107362397,9724972,772342024,761357684,1937204590,1616511234,134282940,1949175041,1936552549,761687853,40203125,3829954305,17301546,1702112791,1848472691,1718187119,1952539497,1349414761,1886744687,1500709122,134250778,1949176321,1634741609,2037544051,1633824045,1919250030,3212771586,134280163,1949176321,1953718639,1953456685,762146676,1952867692,423428354,134264523,1949175809,1953718639,1852793645,1852399988,16937573,3523853460,184616960,1634694190,1764586611,40855150,381038337,17301693,1869884936,1633824112,134349426,1808261318,763849,772407560,762343284,1836020336,2063663727,1414012,772800776,762343284,1885434487,762471792,41447266,619035905,17301617,1869884940,1885691760,1634891615,234947184,10326571,772604168,1601204084,1601202548,1885434487,915865858,134228810,1949173505,1768190063,3724608118,12934291,772473096,762539892,1852727650,16937573,3936923737,302057472,1936684078,1685024045,1999465569,1886413170,16937573,3273834647,285280256,1932359214,1801675118,1868783455,1852142702,2533425780,12788416,772407560,762539892,1970302832,2483094128,11137472,772604168,762539892,1702519154,1936338290,1015087362,134236918,1949177089,1766075762,1936289139,1818388851,1851867749,41051502,1533304833,17301622,1920216585,1768645473,16934766,259977537,268503040,1634890798,1852402531,1869491559,1701013876,4082893058,134256235,1949182209,1801675122,1600613993,1852727650,757953125,1634890797,1852402531,1851867751,762471790,1731407149,39018347,3675717889,17301697,1920216607,1769172577,1852795252,1819042093,1970237998,1684366446,1714320429,1684371561,3800301826,134246749,1949173505,1936534899,4160815719,5487131,773128456,1885303924,1987014767,1667199589,1635020399,1919250025,58589442,134245182,1949176833,1814914422,1935958373,1769108525,1919248231,16933989,1337222659,553715712,842102062,1952539693,1919954273,1667593327,1852795252,1953459757,1600480105,1702127967,1023476333,1316599,772014344,40002421,827631361,17301511,1769287181,1936028205,1650555497,16934252,1572649620,419497984,1768846638,1936876918,1714252897,1702129519,1918852978,1868718697,637600366,4857501,772866312,1936487029,761422188,1885956979,1819042093,3998613762,134225844,1965951233,762471795,40334189,429729282,3373103671,17301586,1937059344,1949135461,1936552549,1852401709,50397812,14759146,772538632,1919251317,1953459807,40199017,1674394113,17301746,1953836562,1953066089,1868770681,1767994478,41051502,1827831553,17301751,2020945426,1852793645,1953391987,1851875885,41051502,4211495681,17301550,762719753,1953460070,16937573,1802354836,503384064,758609454,1882026869,1635150194,1697479011,1768714360,762603875,1769238382,16934243,4185102449,50399232,40072750,2023479809,17301697,1668689423,1885628205,1633824114,1919250030,981401858,134281500,1982728961,1097429605,1631745132,1963000434,1367996,772538632,1836280182,1869570917,40200555,2010016769,17301625,1853238802,1718187119,1868770681,1767994478,41051502,2097627137,17301723,1886793230,1684483448,1867346544,40657252,2762374401,17301756,897003014,40912761,834966529,17301674,1702309391,1836016492,1633824101,1919250030,2218459394,134239862,1999508225,1918990953,1869562724,1113942379,1701736033,3791716978,301227,1529086208,1635017060,1952802349,1798137955,574454117,1130719316,1768648559,1869762661,980709485,39658032,2561401345,17301508,1870081547,1852793645,1953391987,360775938,134234797,1999507713,1701080687,1970040946,762210663,41447266,483423233,17301720,1920413200,1701867617,1920413042,1701867617,1191248498,12118039,772145416,1663923319,2533425762,809595,772800776,1818701176,1818321519,1634296877,40333164,1868763137,17301664,762850826,1936942445,40200033,991278849,17301674,1132015110,39085680,2442862337,17301734,1752772102,38695021,1681456897,17301583,1970875921,779385134,1731097465,779431529,16933999,2242577056,100730880,908950062,16920624,2095123282,234948608,1663924782,1768648559,1886343269,16937077,538859507,117508096,1731033646,41054308,91068161,17301673,1148857870,1349739375,1886744687,41447234,2241615105,17301506,1635397152,1650602804,945959473,862008374,1600403558,1986622064,1115251553,1701736033,637600370,4999325,773783816,1953456762,762146676,1802465123,1663919465,1635020399,1919250025,1953853229,16937573,2249438356,201392128,1414414675,1330523457,1162037588,239993090,59077,1633363713,761358706,1668506980,1700948338,1031365220,1851875874,762471790,1668506980,1953524082,577662825,3305177693,10036539,1529807104,1634300513,1936024621,1651077731,2036491365,1868767805,1701407599,1852793645,1953391987,1936024621,1885958755,1852795252,16932130,2581982526,721485824,1769103707,1701064033,1769104243,1650746722,1830960505,1818845807,1651461477,1415933033,1699566927,1734439795,39658085,439019009,16777264,1633966873,1647141236,574448740,1836213620,1718562163,1702065453,16932130,807021286,486604800,1769103707,1634479457,1030514018,1869562658,543517035,1936617283,578055781,2382430813,11720282,1528889600,1634300513,1650551853,574450789,1986622032,544826209,1668507972,1970499436,1562535282,822611202,2838447498,2603842353,4286765874,2105843839,3380882665,2290452902,2877872835,1401916640,3113521824,3617499364,4276735245,1123698694,4220,1633363457,761358706,1700946284,1684368492,574454114,1769238382,1633904998,1852795252,1650551903,1562537061,2600337666,3245,1666917121,1936941420,1931623722,1701607796,1113546611,1701736033,1852785522,1852399988,573403749,4261479005,830874,1527578880,1634755427,1920213565,1562535285,3011576066,52332,1768168961,1818450806,1584624481,1699488317,1147953511,1818456937,1701669217,1562533746,3011576066,52332,1666915329,1936941420,1126317354,1768648559,1836008293,1634298992,1600480110,16932130,633273193,402718720,1634493275,1026192243,1869562658,1936025963,1701012289,1562539120,1817772290,23324,1666914049,1936941420,1193426270,760369220,1969516397,576677228,2315321949,14069378,1529020672,1935764579,574447219,1919252047,1601790316,1702252383,2036427890,1702060354,761492269,16932130,1689719371,553713664,1634493275,1029600115,1668239906,1635021675,1869562738,1936025963,1852727618,576680549,1644233309,6220471,1528430848,1935764579,574447219,1701344095,1885302377,1635150194,576682339,2013332061,6914692,1528365312,1935764579,574447219,762343521,1953394531,1701734753,1562520946,3012821250,20729,1666913537,1936941420,1931623774,1701607796,1885628255,39658098,1767997441,16777296,1818450715,1584624481,1920213565,1635021685,1667195762,1702063727,1562539118,1413873922,29380,1683694081,761361505,1869903201,1769234797,1764585071,1814183268,1818322789,1769238350,1562535267,724173058,4523,1683693569,761361505,1869903201,1769234797,574451311,1853186412,1631742051,1919250030,16932130,1297047227,268500992,1952539739,1667444065,1851875885,1567778158,2573467906,15574,1683695873,761361505,1886220131,1887007789,1663188325,1768648559,1633824101,1919250030,1869574701,1769418100,39658104,1922901505,16777462,1633966879,1663918452,1869639023,1953391982,1866670653,1701407599,1852727618,1562538597,2679439618,2204,1683690497,761361505,1802465123,1848468841,1700949365,16932210,334658974,436273152,1952539739,2036542817,1868767805,1701407599,1852793645,1953391987,16932130,2169497445,335609856,1952539739,1768172897,1735355489,1920213565,1562535285,1360462082,8900,1683697409,761361505,1986096743,1734701613,1030647657,1869367074,1349280098,1635150194,1866692963,1869771886,1851867756,577922414,1526792797,14625844,1529282816,1635017060,1634038317,1663923299,1936941420,1850286653,1836216166,1802465091,1349739881,1886744687,16932130,279246035,503382016,1952539739,1702112609,1764586611,1663188324,1768648559,1869491557,1701013876,16932130,1872977912,587268096,1952539739,1702112609,1848472691,1030057313,1702125346,1332964722,1919243110,1701013878,39658099,19530753,16777310,1633966868,1949131124,1031041893,1851875874,577922414,2415985245,12830111,1529151744,1635017060,1936028717,1029990772,1869570850,761620843,1852727650,1999467109,1886413170,1562538597,70713602,2373,1683695105,761361505,1953719668,574448745,1802465123,762537321,1936617315,762605157,1852727650,1562538597,2889220354,5372,1683692801,761361505,1734831988,1882023276,1701867378,1031369842,1885628194,39658098,720450817,16777394,1869765398,574449004,1886220131,1701668204,1918989422,39658105,3408182529,16777410,1953717037,1583705209,762978877,1701080681,809056888,808464432,540749872,1769172848,1852795252,1768300602,996435320,16932130,3231715830,318832640,1701995361,1869570861,761620843,1936617315,41184869,688932097,16777229,1667522833,1869570861,761620843,1852727650,16937573,553371074,184614912,762343521,1852727650,41120357,366152961,16777348,1851875854,762471790,1953394531,41184869,2475372545,16777459,1685021258,1869494905,1935353972,1701607796,1830960478,1768387169,1868705134,1836020852,539581730,1534486884,1635017060,1936028717,1029990772,1869570850,761620843,1768714096,1647147363,1701736033,39658098,1938888961,16777356,1680696076,1663924323,1768648559,3909157477,6467364,1679425792,1042314857,1919036960,1751346785,1970235949,2036690546,1869884787,1057030768,14007845,1679098112,1042314857,1868770848,1701407599,1769107501,2036556150,1710620930,17213,1768173825,1918983030,1814913385,1818583649,1866670653,1701407599,1937055859,543516513,1668508004,1835622764,1646293605,1701736033,39658098,2665277953,16777375,1986618412,1634493275,1026192243,1852785442,1836214630,1936942413,761620321,1969516397,1600087404,1802465123,573400425,3724608093,12996808,1679819008,1666938473,1936941420,1818305085,1131704933,1635020399,1919250025,809001823,39658085,4144915457,16777436,1986618397,1634493275,1029600115,1936278050,1953068401,1851867763,1601332590,16932130,4072301689,436273152,1534486884,1935764579,574447219,1802465091,1816225129,762606181,16932130,829886846,436273152,1534486884,1935764579,574447219,1802465091,1967285609,1919250541,16932130,2167200089,570490880,1534486884,1935764579,574447219,1802465091,1866687849,1852142446,1851867764,1601332590,16932130,1375103164,687931392,1534486884,1935764579,574447219,1802465091,1867408745,1768319348,1769234787,2002742895,1886413170,576680549,1711342173,13920999,1680212224,1666938473,1936941420,1176649054,1702129519,1868783474,1701407599,1181172339,1651272801,577463137,3338732125,7244295,1680015616,1666938473,1936941420,1294089566,1634956133,1631741287,1919250030,1885434455,762471792,201481506,2214791424,2506280997,2248302125,171666485,338557763,3684390221,3533238910,3115188607,976175489,3436427668,2503539382,4143826370,570490880,1534486884,1935764579,574447219,1986622032,1316578145,1718187119,1952539497,1601073001,16932130,4044504903,419495936,1534486884,1935764579,574447219,1818324307,1869562732,577071467,889258589,11046142,1680081152,1666938473,1936941420,1394752862,1701607796,1734691940,1766091873,1634493299,1919249769,39658029,2202561537,16777354,1986618404,1634493275,1029600115,1634685986,1831695475,1819632751,1999449445,1886413170,573403749,3590390365,3116713,1679556864,1666938473,1936941420,1663188318,1768648559,1633824101,1919250030,39658029,1372946433,16777288,1986618410,1634493275,1029600115,1869570850,761620843,1852727650,1831694949,1819632751,1920425829,1701867617,39658098,1266033665,16777306,1986618396,1634493275,1029600115,1684957474,1667201125,1768648559,573404005,2113995357,13034834,1679884544,1666938473,1936941420,1847737694,1718187119,1952539497,1181642601,1702129519,1562533746,4237754626,22251,1768171009,1818450806,1584624481,1919885885,762471780,1666932002,1936941420,1881292074,1667853423,1562520953,3096707330,47963,1768172289,1818450806,1584624481,1953702461,1600482425,1769231199,1098476387,1953654124,1885434455,762471792,573399923,2952856157,6224161,1679556864,1666938473,1936941420,1931623774,1701607796,1633836915,1919250030,39658079,126714625,16777257,1986618403,1634493275,1029600115,2037674786,1601398124,1802465123,1114858857,1701736033,1562533746,537002242,44754,1768168705,1633966966,1630364020,2037145966,1935894900,1663188266,1768648559,39658085,3703921409,16777454,1986618407,1952539739,1868770657,1869771886,1919249516,1663188266,1768648559,1663923045,1702063727,1562539118,1076232450,1404,1768170497,1633966966,1747804532,1030451055,1935893282,1633824117,1919250030,1634891565,1919250544,16932130,3440734332,738263040,1534486884,1635017060,762538541,574448745,1802465091,1699964265,1852404852,1867412327,1768319348,1769234787,1562537583,962134274,11580,1768173057,1633966966,1915576692,930248558,825045040,845705069,1697477683,1764911921,1668558190,2054449509,1920213565,1562535285,4055892226,19107,1768171777,1633966966,1932353908,1634889588,1764582759,1584227700,947135037,1868773176,1701407599,1701667182,39658079,2681820161,16777348,1986618401,1952539739,1635003745,1663188327,1768648559,1768172901,1869374323,1701999987,16932130,2276275552,654376960,1534486884,1635017060,1936028717,1684614516,1866670653,1701407599,1819234349,1115251561,1701736033,39658098,3651950849,16777378,1986618402,1952539739,1702112609,1684632691,1818501693,1869570861,1113942379,1701736033,39658098,3348135169,16777240,1986618465,2037674843,574449004,1801675106,1970238055,591029358,996435301,1684300144,979857001,2020618289,1918987579,980314471,1702116144,1630368888,1852270956,1852138298,997352820,1685221218,1647145573,1869902959,1882274413,1869815928,543451500,909390883,16932130,3616701227,2147549184,3909091328,1534486884,1819898995,1763851621,1952805742,1882202170,1998601080,1752458345,808525882,540747056,1734960488,540701800,623915057,1868701755,1769155960,1735289210,1868701754,1919247474,2020565549,1869619259,1769236851,540700271,1702390118,1948269412,1751348591,1952669997,980316009,1852796448,1881160549,1768186977,540698478,2020618290,762978363,1701080681,824195704,1679833904,1819308905,540703073,2019912806,1818632251,1680701541,1667592809,1852795252,1869750330,1730165623,540700769,2020618290,1969889339,1718187123,1868770681,1852142702,1663056500,1702129253,1881160562,1953393007,1697477221,1953391990,1629502067,574319724,1442906717,14333601,1681916160,1935373929,1701607796,1629633886,1852270956,1702127917,540701549,1702060386,1701734764,1633820731,1919380323,1684960623,1735532602,859121762,859119660,859119660,39658025,3200750593,16777317,1986618411,2037674843,1029596524,1936683042,1869182057,1768307310,996435320,1886611812,981033324,1668246626,1562524523,3810525442,40205,1768167937,1953717110,1583705209,762978877,1701080681,958413432,1562523961,58654978,65347,1868829953,1882024803,1635150194,1932360035,1769239653,41117550,1863788801,16777347,1668244497,1868770675,1701407599,1886351405,16937077,2961129965,285278208,1663920486,1768648559,1868770661,1852142446,1795228276,7916460,1711669504,1702129519,3204514418,1050933,8388864,172032e4,1702129519,539697266,1534486884,1819898995,1881292133,1953067887,980316009,2020173344,540763237,1952867692,1882202170,1948269432,540700783,997748784,1684633376,540698740,623915057,1701322811,1952999273,808525882,540747056,1852386682,980968804,960051488,1633820731,1919380323,1684960623,1819239213,540701295,1633838962,539766824,807414832,774905900,574302515,1593901661,12115266,1729298688,1701998435,1869570861,761620843,1852727650,16937573,616101758,369164288,1919902567,1868770661,1701407599,1702047091,1852404852,16937831,616101758,234946560,1684104552,1042313829,1684483616,16937584,1012167105,251723776,2003267177,1868770658,1701407599,41050466,3457908481,16777261,1869180177,1869570861,761620843,1769238382,16934243,1826154778,419495936,1932357741,1801675118,762470754,1868983913,1936026925,1701273971,234947187,16597647,1829765376,1868770678,1701407599,1851875885,41051502,2136085249,16777343,1953459730,1667851881,1869182049,1818373486,40592239,518220545,16777254,1919447864,1768186981,1935748468,761491065,1684107116,1650160229,1818521205,1835101797,1914846565,1768186981,1868783476,1701407599,1851875935,577922414,570557021,2398343893,12739086,1930559744,1663922285,1768648559,1647145829,1701736033,2600534642,15668105,1931084032,544104816,1831739454,1999468641,778333485,1684105331,1814919023,2516648551,7306691,1963917568,1868770680,1701407599,2036427821,16937573,2551488338,201392128,761423223,1667329651,1918984811,3940417794,34427,1768169473,1633966966,1663918452,1768648559,1868770661,1852142446,1986997620,1634497125,50486649,2114422286,605132833,2290608673,671154176,1534486884,1635017060,1029796141,1634887458,1634497902,1919954290,1667331689,1702047097,1852404852,1562538855,446497026,819,1768170241,1633966966,1898799476,1780628833,1882027109,1635150194,1932360035,1769239653,577988462,3925934685,266554,772931848,1802465123,1680696681,1818456937,1701669217,2231632498,2484273068,2549718217,2664268242,10864083,588579088,1702125407,1969843297,1346652013,1349542738,1936090482,1487405570,431080973,268441656,1696796929,1866691438,1852142446,1684625268,41182567,263429633,16777403,1818450714,1584624481,1868767805,1852142446,1634545012,1701273966,39658098,3556380675,3801267830,700054151,17301706,1936535069,1684483444,1600090736,1802465123,1647142249,1865249377,1819436406,16939361,1011783437,369168384,1869570851,1600481643,1936617315,1601465957,1818323300,33711983,2266416745,2189132169,251725824,1869570862,761620843,1885434487,41051504,3013230593,17301524,1936338451,1953456685,1181577076,1632925801,1952802674,3704488194,268478911,1663240961,1920413027,1701867617,2097283698,2923603670,15281268,773587208,1663923557,1768648559,1868770661,1768714349,1701015137,1851875885,41051502,4020977665,17301711,1684483597,1999467120,1886413170,33714789,4202989440,914347466,201396224,1684628515,761884015,1953722216,3993176578,4010465133,3188552960,3412403725,125494306,394144600,3632210879,4169123660,2091691899,1374874323,134237320,1663962113,1768648559,1685015909,16936033,3464515694,536936448,1534486884,1029596265,1601205026,1936942445,1600481121,1953394531,1701734753,1562533746,3230925314,1976619664,268493005,1663241729,1865247588,1819436406,808286561,1989214722,686280079,134221383,1647185921,1869902959,774909293,1952867692,16920621,1612153510,167839744,1953456686,762146676,16921649,2694687234,335611904,1684103982,1633641842,1953654124,1869570911,1936025963,3540451586,134218599,1764631553,2019910766,1685024045,761621621,1869562669,1097165163,1399354485,762802024,913271085,33699654,1294365480,2702286120,100732928,762344227,235037539,3211288834,2572749829,2593799179,3033071894,1792983080,384752441,298798406,4187814e3,2814060171,2427127211,1261672114,3686142650,3178330837,3256829416,604049408,1634038307,1915581539,544501615,1768169534,540942454,544631140,1915625534,1986473326,1752133232,2531852546,62629,1683697409,761361505,1667327346,1869574772,1042308468,1818450720,1567847265,1528834848,1935764579,1815764339,762606433,1818847331,3909157476,16033174,779616520,762540899,1784833073,778974307,842083698,1801873014,540942454,825061934,1717990962,1042314859,1935879712,1680944499,878930530,1633966958,1949131124,1769239397,1109540196,1869902959,1918976621,1042308386,1935879712,1680944499,878930530,762457710,1870094641,779712378,1932602738,1731212151,762457706,1701000497,40203828,2778130689,17301748,762457691,2054239025,779449649,1714498930,1735029553,762457717,1953787257,1915630967,929313069,1784968806,825061934,926119224,1915648617,1664430381,1702245477,825061934,808679283,1915644519,2002858285,2037873263,1936941870,1650733357,1848927082,2531852546,134280357,1915640321,1899180333,1970614650,825061934,1785934182,1915647335,1953331501,775255924,1680944498,1685481015,762457706,863320113,779774263,1748577650,859402870,825061934,2020225901,1915644520,2002858285,2037873263,1936941870,1650733357,1848927082,2531852546,134280357,1915640321,1899180333,1970614650,1949135406,942700150,762457656,1684420964,1915631206,929313069,1784968806,825061934,926119224,1915648617,1886728493,812544630,825061934,2020225901,1915644520,2002858285,2037873263,1936941870,1650733357,1848927082,2531852546,134280357,1915640065,1899180333,1970614650,1949135406,942700150,762457656,1684420964,1915631206,929313069,1784968806,825061934,926119224,1915648617,812609837,775452466,1831939442,1752721971,762457706,1870094641,779712378,762540899,1784833073,40776803,2778130689,17301748,762457650,1785424693,1915642936,859124013,1986933879,825061934,1634546789,1915631928,879849773,778271075,762540899,1865758513,41038441,2778130689,17301748,1852976671,1886807853,778596206,1697476210,1849062256,1852976753,1899180333,1970614650,2531852546,134280357,1965955841,1680683569,761361505,1953460848,1769235301,1848471151,1667855471,3909157477,32810390,777585024,1700222532,1685016162,1868770661,1953064046,1634627433,1769155948,1999463796,761619561,1885434487,980575600,678650216,1952539739,1702112609,1684632691,1868767805,1852142446,1701981556,1952671082,1819042093,1684956461,1852403568,693969524,2297102594,2147608205,1868242433,1567516016,1935763514,1750819112,1030120818,1868771106,1701407599,693969523,3336372482,2147587819,1768179457,1818450806,1584624481,1818567229,1852140901,1600090996,1852727618,573403749,1634220637,540944499,544631140,1533091902,1717924456,757218596,1986622064,762930017,1768714096,1562540387,1442906665,7532391,588054800,1919249505,1868783476,1701407599,2470248962,2893716431,268479446,1663240705,1631744109,1919250030,1936326914,268463615,1663241985,1702063727,1647146094,1701736033,906035826,20401,588579088,1802465123,1882023273,1667853423,1633824121,1919250030,648872194,268476484,1663244801,1768648559,1936278629,1767992419,1131570541,1635020399,1919250025,734986498,268496122,1663245057,1768648559,1768185701,1952671090,1600484969,1953394531,1701734753,2499871346,90010,587858192,1802465123,1633838441,3590390386,1912002,588448016,1802465123,1601398121,1953460070,1935635045,16933733,3738114614,201396224,1936614691,1852727618,1195536997,3008496386,3416683864,1739433317,268443026,1696798209,1868783477,1701407599,1768185715,1634493299,1919249769,3902537986,268457364,1730349569,762474596,1819042167,1785856258,268435529,1730349569,1886548068,1886744687,3549298946,268474619,1948455681,1919954275,1667331689,1920413049,1701867617,3053519474,10133636,772210952,1865249633,33713257,104752923,1744466971,134285312,1600217902,1885434487,2636513538,134255539,1663962625,1702063727,1882027118,1886744687,376439042,134266236,1663963649,1768648559,1869622629,2036558188,2020565549,1296433410,134256893,1663963137,1768648559,1667449189,1114927205,16939119,684909809,218171392,1885628206,1701653874,1734439795,637731429,3092655517,3679701644,3679252,772866312,1667201128,1768648559,1633824101,1919250030,2623471874,134256101,1814957569,1936029551,1702112628,1919251297,2309816578,134271470,1831734273,1919377709,1701668197,16938094,548587412,268503040,762080814,1802465123,1869636969,2036558188,2675835138,134258052,1882068481,762016353,1667329651,1918984811,1869570861,1936025963,725876994,134229181,2049839105,1919447141,1836016429,1701736304,16938094,832743528,268500992,762343521,1802465123,1882023273,1886744687,4087480578,22595,1768166657,1835213686,1885416816,1868770672,1767994478,41051502,1245490945,17825808,1734419217,1835361650,1299476069,1634956133,16934247,3267691707,201396224,762143011,1851880034,1735289188,3324052482,447371721,3150627915,3454657578,268457141,1629688065,1127052143,1768648559,1819234405,41509737,1606827009,17825896,1818370837,762012527,1969448307,2037672306,1869373997,16935779,2830114390,184619008,761422627,1885434487,41051504,829504513,17826035,1667441419,1702260525,2036427890,994967810,268451842,1663238913,553714276,3440735,588513552,1936617315,762605157,1852727650,1831694949,40790369,501700866,3088623483,17825924,1868768015,1852142446,1768172916,1735355489,2181956098,2737442615,268491582,1663241473,1702063727,1816294510,40592239,1799943425,17825821,1868768011,1852142446,1986618484,4286513410,268491349,1663242241,1768648559,1702047077,1852404852,16937831,4046723194,234950656,1869570851,1130719595,1702063727,67269742,371341058,1162555978,249535370,2993127350,50401280,40919843,547169795,382350570,2366619227,17825919,1701651208,1734439795,1526923877,1752943128,4125799133,14825245,587727120,1867348333,40657252,356941570,195338337,17825902,1869488909,1768319348,1769234787,16936559,2799747421,285282304,1953459747,762930793,1953394531,1701734753,503644786,997385269,1466093997,2425733904,4080540111,12624002,588710160,1952409968,1801675122,1600613993,1601466479,1683975785,16938601,187184652,134287360,1769107491,2036556150,3732865794,2276556005,147201075,134265503,1915621121,1634039397,1986997612,1634497125,285278841,5875563,588185872,1986622064,762930017,1769238382,33711459,2222765879,1995482016,503386112,1869116195,2036754800,1667593005,1852795252,1869570861,761620843,1852727650,16937573,4085161785,318836736,1634628387,1633839971,1868770674,1767994478,41051502,3399911425,17825914,1953702669,2037080937,1886351405,16937077,4283737893,167841792,1919251491,1647145837,16937569,1201912301,352391168,1919251491,1831695213,1634956133,1915577703,1869178725,3909157486,7043994,587596048,1935765364,402719348,6750035,590217488,1919251317,1852793645,1953391987,1851878701,1835362145,762605157,1634625890,1647147378,1701736033,1986997618,1634497125,1526792825,8168262,772800776,1869571629,1601332596,1953459807,40199017,1568295937,17301571,1866673673,1968060762,16931384,2089196838,83953664,1346651950,520159826,5826633,772276488,1769238350,41117027,794693377,17301692,1917857294,1667331689,1953451641,40199017,1206083330,4272283314,17301706,1917857299,1953459567,1634627433,1868770668,1919250034,4149608706,134269588,1596851969,1114599473,2264990298,11998088,773325064,1786262111,913264981,962162228,1634234696,1514303301,41505146,3591664129,17301613,1818308106,762606181,41447266,1621012225,17301592,1818308114,762606181,1836280164,1769173865,40201314,3446916097,17301639,1851862541,1853189998,1701668195,16938094,3148864803,234948608,1852727598,1668183407,1852140901,16937844,2861011848,268503040,1851875886,1131570542,1635020399,1919250025,1197277442,134254128,1647185665,1633955175,1919249266,1634887469,2063663737,10474743,772538632,1953787746,1869639023,40924528,4272283137,17301706,761474568,1919249505,906035828,6448586,772145416,762260835,2298544685,10029005,772407560,1647142243,1701736033,3724608114,616034,771948808,33713507,4080377126,1600638701,117508096,1886217006,41447266,1515250689,17301702,1868770834,1768714349,1701015137,1851875885,41051502,951348481,17301731,1868770828,1852142446,1768172916,2113995382,14529897,773325064,1953394531,1701734753,1869491570,1768319348,1769234787,41119343,3811971841,17301657,1868770832,1768645487,1635213157,1852403314,2063663719,4175008,772866312,1802465123,1663919465,1635020399,1919250025,990577154,3904137692,134273658,1663962881,1768648559,1634544997,1701273966,3674276466,12254427,772604168,1802465123,1882023273,1886744687,3073835522,1248885128,134276196,1663962625,1768648559,1852785509,1836214630,738460418,1132556601,1224059929,134279315,1663962369,1768648559,1851875941,41051502,3937167617,17301673,1868770820,2097218160,13838618,772997384,762147683,1802465123,1663919465,1702063727,16938094,4183624093,369166336,1634296878,761753452,1734633847,1663923301,1702129263,33715310,2463320877,3753067228,201394176,1936286766,1936026975,1701273971,880804098,134248699,1714295041,2036559457,762867554,1919252079,41509228,2914685954,613067646,17301723,1768304137,1650746744,16938095,2706218326,335611904,1869375022,1831695457,1634956133,1600087399,1885434487,912392706,383243385,134267329,1714294017,1952542572,761753193,41050466,801089025,17301545,1868967437,1919251567,1886351405,16937077,3739059283,251725824,1869571630,1601332596,1953459807,40199017,1903835650,2823002123,17301597,1667706378,892559202,37106997,2007406849,17301675,1684483596,1999467120,1868852841,2113995383,7926522,773652744,1702194279,1869570861,761620843,1769238382,1633904998,1852795252,1918984749,957022978,3125052165,3723243681,134261340,1731074305,1768841586,1999468902,1701274729,1868770676,1767994478,41051502,3770988545,17301713,1852386825,1831694182,33711987,166892929,3590360513,268503040,1600088878,1802465123,1882023273,1886744687,3797025026,134221326,1814957313,1818322789,1953459757,40199017,1645115393,17301520,762129936,1852989815,761753193,1919249505,3254846068,16317381,773062920,1953390957,761622121,1818323268,1915578223,41185135,1589259265,17301636,1634545157,16935795,4142871126,134285312,1936026926,1701273971,2052064002,3900602287,1739477430,134272334,1831734017,1663923047,1768648559,2264990309,4216690,772669704,1633972077,1986997612,1634497125,2634154617,3428972108,1122904,773521672,1663924077,1768648559,1918990181,1735289198,1852793645,1852399988,16937573,3132994786,218171392,1986096686,762470754,1685217649,1879114355,13425591,773128456,1769238382,1633904998,1852795252,1634891565,1919250544,1652097282,134245866,1865288961,1764586608,1869426030,40657252,4232871937,17301645,1986997777,1634497125,1633824121,1919183715,50491503,2906405133,3936998982,2092679316,352389120,1734438958,1986997605,1634497125,1920425849,1701867617,2483094130,4454837,772538632,1600283504,1851875935,41051502,2173360897,17301758,1869622793,1768122732,16937829,2809022337,117508096,1819242542,41509737,282991620,2000519636,2971181518,3371888008,17301621,1869622800,1769236844,1699897699,1685217655,2080440947,10919065,772276488,1986622064,41509729,48890372,3104799593,1841337349,3254578539,17301610,1919954450,1667331689,1868770681,1767994478,41051502,2107349249,17301535,762457609,1681076588,16939376,2261656026,201394176,1953067822,1868967269,1919251567,825622786,134236722,1932398081,1801677172,1868967289,1919251567,373227778,134238239,1949177345,1714250599,1702129519,1768185714,1634493299,1919249769,2521499138,1065159927,330836273,2345638670,4258413669,1205596865,134229907,1965952769,1852990835,1667855471,1869635429,1426260592,2862474100,2976151330,2089477,1529282816,1635017060,1953849645,1952542063,1030647657,1769107490,2036556150,1768714064,1631746403,1919250030,16932130,344196935,419495936,779512164,2016488818,1634361699,1935879789,925969779,845770549,50594418,2149938683,3955614871,4022015961,8203330,1679556864,1666938473,1936941420,1663188318,1768648559,1868770661,1852142446,39658100,4063272193,16777426,1986618395,1634493275,1029600115,1869570850,1113942379,1701736033,1562533746,2616852738,57298,1768168961,1818450806,1584624481,1868767805,1701407599,1852719475,1668183407,1562520933,1208947970,1159249979,2954466294,1746871643,1496284747,389744459,759511110,3964880547,1180415832,2188328006,1551460437,462330083,3315076176,2543676506,2394418834,1236795989,3269584335,1122221786,250669439,2666970703,754710370,32726,1768168961,1633966966,1848467828,1030057313,1869562658,1130719595,1702063727,1562539118,730989058,2509552317,19339,1768169473,1633966966,1949131124,1769239397,1663188324,1768648559,1633824101,1919250030,67263778,2245134871,880193591,1170661265,2604839618,620822528,1534486884,1819898995,574447205,1769172848,1852795252,1768300602,996435320,1953456672,577597300,1996620381,2448211858,10655509,1681064192,1935373929,1701607796,1881292126,1953067887,980316009,2020173344,540763237,1952867692,1882202170,1948269432,540700783,997748784,16932130,1463275199,520159232,761491300,1870225772,1663923317,1768648559,1869622629,2036558188,1851875885,41051502,4245814017,16777421,1986618399,1952539739,1634807137,1919951421,1667331689,1702047097,1852404852,1562538855,2600863234,2015690369,223803737,966882805,179079115,2226038028,134262899,1177423105,1702129519,1886343282,41119861,2556008962,2618924166,17301659,1835216414,1869491568,1768319348,1769234787,1630367343,1869182051,1634741614,40658286,3559014401,17825859,1667441412,637665891,3930010013,5525762,588382480,1700951401,761357422,1647145827,1701736033,134349426,2544803523,10881652,772604168,1802465123,1630365033,1953654124,892535554,1781814195,2650419261,134234862,1663964161,1768648559,1869491557,1768319348,1769234787,16936559,913637488,201394176,1852072238,1936026925,1701273971,1867710978,2791040256,268442747,1663241729,1768648559,1869622629,2036558188,538182914,1780810494,1702296638,2406918717,4204430617,134227507,1663966209,1768648559,1701850469,1936289138,1852795251,1852793645,1852399988,33714789,3024358944,2653669578,268505088,1936614691,1769238350,1631746406,1919250030,1226772482,3676963303,3828962761,2758082050,2943312751,4269491828,277366461,3281105935,3013492333,3416701711,1739433317,4088864146,3317879211,1355493885,533793655,551587802,134230753,1663962881,1768648559,1701653861,1734439795,2063729253,2728383735,14384133,588185872,1936617315,1299476069,1734438497,16937573,3472146881,469827584,1769103707,1634479457,1030514018,1869570850,1667590507,1702063727,1562539118,3783917826,268492144,1663241473,1768648559,1869426021,40657252,2118468099,3608704620,7784708,17301573,1886858767,1663918691,1635020399,1919250025,3521446146,134282937,1865289473,1768580466,1311597933,1667855471,67437157,2356469665,2573773150,3825110595,4065826676,5071185,772538632,1764586339,762275438,41050466,1149128705,17301558,2004037136,758279265,1953394531,1701734753,3405841010,13114433,773062920,1769235297,1633838454,1868770674,1767994478,41051502,441642241,17825936,1868768013,1701407599,1768714064,33716579,2923989787,1040096404,285280256,1685024046,1647144033,1735091041,1853190002,1426129508,9611854,588054800,1668508002,1299474805,1818322031,3784179970,134233948,1680739329,1834972009,1634956133,16934247,3923939798,184619008,1869570851,761620843,41050466,3827571717,4067567378,1714452820,1930663922,2487070451,16777230,1818450716,1584624481,1953702461,1600482425,1953394531,1701734753,576675698,906035805,14253308,772538632,762279798,1919252079,41509228,1201481220,1414766547,597401857,101906612,17301621,762719761,1667329651,2002739051,1886413170,16937573,2738610518,385943552,1634027054,1701999988,1601331522,1953460082,1230987103,37246286,417106433,16777269,1818450706,1584624481,1866670653,1701407599,39658079,411472897,17301645,1868770832,1701407599,758329905,1970302832,604045936,2084554,588972304,1919968359,1869373997,1852402531,1634741607,1865246055,1819436406,16939361,1407553116,67176448,845701934,307626498,1465994982,134258878,1999505409,1886413170,16937573,224389396,117510144,1953459747,40199017,2848967169,16777219,1818450713,1584624481,1868767805,1701407599,1633824115,1919250030,50486562,967107425,2300500335,187735540,335611904,1953459758,1667851881,1869182049,1633824110,1919250030,2106000130,597162541,2127824888,268449761,1663242241,1768648559,1851878757,1685024045,67267681,3236838566,489120460,1420947420,1844737782,218171392,2020173358,1647141989,1869902959,218825325,651544336,1159610013,1516189962,1656144392,1940311655,2103971005,2510929206,3277312073,3537507795,3763269148,4444793,772210952,1852727650,251818597,2839666699,1629907499,3668647742,1058026304,1572428616,1770374474,3484286538,623718,274652538,3950038652,2759883718,1465636830,245222879,927159264,2584425718,117508096,1953459758,40199017,585769742,3523683653,155527732,2107979568,1340707521,297047278,1636737939,3329535067,2008134520,3180578774,2041761064,914607730,1537799109,790690977,16777269,1818450710,1584624481,1145512509,1866682960,1852142446,39658100,3948231426,1420741984,17301703,1869426190,762077540,1919252079,41509228,2175491076,1975222783,3643591227,3958504074,17301527,1667444227,1662648834,3891429205,268445071,1663239937,1768185699,218301046,2466330005,3371276739,10637220,772669704,1868705141,1836020852,1702390086,738525810,1308095744,1530725780,2149922858,2271202927,3838315,772735240,1633972077,1868770668,1852142446,50492276,4125733650,3029679043,2729972727,251725824,1869570862,761620843,1953785203,40332905,2930654209,17301513,1868770824,1852142446,319160948,1208871483,2154613155,2717929051,3392484450,4153885627,12503372,772800776,1936617315,762605157,1919252079,41509228,1136380417,17301655,1868770825,1852142446,33715060,3188148625,356824541,134287360,1852793635,1953391987,3154315522,386832773,3022637688,3274569713,741297519,3346965007,1418765105,3416683419,3317887909,134266620,1663963905,1831692652,1818322031,1667326509,1869767787,1661010544,6846945,1528234240,1935764579,574447219,1802465091,1299408233,1818322031,16932130,4270624102,167839744,1600348974,1818323300,16934767,308011343,50399232,40002350,3290999297,17301759,1936338447,1702390086,1936018788,1701273971,3230925314,4055954419,268444689,1663241217,1333292898,1819436406,84048225,3366690086,4196183381,2480143456,834606974,1482727087,151064576,1819239203,1868722799,1426260600,2130320557,2939272983,5791902,587727120,1831691107,40790369,2525889805,2007173707,2473801917,2311343693,540765658,742029830,3860497069,1846520483,1084471301,320981923,3781218252,358872111,1681456915,17825871,1667441417,1634544941,235040361,2921379594,20288781,112462363,1275212836,1821809958,826121769,1015292743,2003185226,2242756682,147061365,2118313857,3059248547,386040500,1520312517,134285312,757949230,1835626081,2382695682,3609873302,4063700847,473689587,3444036827,1163618058,3513485916,1384027739,3447854980,2761949514,3651660811,196543748,3992042205,134242972,1663961345,1630350691,40724846,3893460226,444634171,17825941,1835082510,1869570861,761620843,41050466,1909722113,17301570,1684483589,67269232,930305303,587364899,2521636313,3436916199,83955712,1346651939,1946288722,2269526609,13021175,772145416,808529274,3858825776,15774307,772473096,1802465123,1647142249,67269217,4070052162,1473808507,4183218861,1372003508,234948608,1734700078,1663921249,1702063727,67269742,3165535829,192237159,1811947892,2646618821,251727872,1869570851,761620843,1936617315,41184869,2206991622,4176232942,1843222142,1278260031,1932581351,3010388808,17825832,1684087568,1769236836,1818324591,1868983881,251920997,759791317,3035363608,3869415525,12487267,1679229184,1666938473,1936941420,1126317406,1768648559,1918976613,50486562,1066136377,3724318611,3656658390,218171392,1869570862,761620843,1667590243,486605419,5176410,772407560,1999463267,1868852841,268829303,986919486,1112473380,1632086529,1856830936,2776116281,11796387,772145416,1970302832,889520752,1053015683,1310847369,2569750836,3823397338,6459540,772800776,1970302832,1868770672,1767994478,41051502,3599741699,4257596146,2873217272,17301628,1869622798,762344816,1885434487,41051504,1414302979,2556792844,1425457561,17301542,1869622798,762344816,1919252079,41509228,2978359042,2906209733,16777370,1986618395,1634493275,1029600115,1769099298,2036556150,1768714064,1562540387,1379075074,3597232409,4001998045,3539084526,134251850,1848512769,1718187119,1952539497,1114533737,41120353,1373679106,2216883142,17301563,1869491725,1768319348,1769234787,335703663,592241683,1354704669,1885904166,1081531441,2174616131,1993765205,1969528162,2043281513,2008870772,2681534331,1360616316,2129887100,805720958,675355776,3773407877,524532884,3665488052,357501401,871416554,1604195574,134287360,1702260515,2036427890,539231490,2636571077,189980550,2190572769,2631389387,134249430,1915621377,1634039397,1869426028,762077540,33711970,3797152820,2608284283,251727872,1885826083,1868770660,1767994478,41051502,1438064129,16777363,1986618394,1634493275,1029600115,1869562658,1348823403,1667853423,39658105,1235035652,1805461028,2365470137,4060249768,16777415,1986618392,1634493275,1029600115,1869562658,1315268971,577336431,319029853,341305330,955598700,1094560749,6477721,772669704,1802465123,1848468841,1667855471,17498725,303268430,322820221,865723190,1637400636,1721697307,1722826346,1799411351,2103540147,3262491600,4081015776,13697731,588120336,1802465123,1848468841,1667855471,1326056037,1840219908,2137530945,2446589443,2589061003,2812387585,2807198781,2930808986,3476953915,4283129810,14280395,588251408,1935765364,1868770676,1767994478,41051502,479529219,2195159139,4208623437,17301682,1869884934,41186145,770116357,2008881451,2879203044,2582924233,526427857,16777232,1986618396,1634493275,1029600115,1869562658,1936025963,1936617283,578055781,2483159645,2907409301,12177627,1679491328,1666938473,1936941420,1126317354,1768648559,1852785509,1953391987,117595426,4261941760,335735298,2827812405,3737753921,2961545594,1547687092,3404811973,318834688,1936286766,1767992419,762471789,1919252079,41509228,1970955265,17301735,1868770831,1852142446,1633824116,1919250030,3224046082,2083320754,641423388,747243061,3113536353,4171413032,2109410822,2262550864,4025193513,4260347536,134269579,1680742401,1869373801,1768697191,1651796071,1831696495,1634956133,50488679,961124924,1588137373,3647138745,385943552,1634296878,761753452,1751607660,2020565620,1684633389,41182567,913517825,17301667,1869426190,762077540,1802465123,41117033,255295745,17825794,1684480781,1663922800,1702063727,16938094,3410769096,285282304,1701344291,1866686829,1701407599,1633972045,251789932,2396366581,16742255,1679556864,1666938473,1936941420,1663188318,1768648559,1868770661,1852142446,39658100,22447873,16777232,1818450707,1584624481,1868767805,1701407599,1562533747,1495466242,134245686,1663961089,1768648559,1292006245,4232993804,635488780,645260556,1847397133,487272718,802685200,1706258449,3108481298,2225240853,1062217750,267110934,2694982171,3584679452,3246056476,3575857694,3493004063,3310388768,3199033377,3776727333,2029253413,2506595622,60595494,984194342,3641276456,525737771,3234857526,2394787895,2910399802,1042081853,2113426751,325008454,3154513484,4192317260,2968562518,4274751319,191288922,1193020513,3453194082,3861324132,3111510632,3085723248,2613851507,2433454452,3013306233,4057736826,2498841978,2347790459,3262776446,2081873286,2141595024,3950134673,1929559188,2572488343,3042543002,1518859422,247706278,1693675431,4231190699,515921581,2163554224,2192881332,1339911349,1964748726,728748470,1957200314,2209184956,424856512,3338132672,3020794057,3144984527,3557931474,3984875227,77114338,1641182438,2529674472,560522472,3106843646,117508096,1869570862,40200555,2722562879,3779987260,4198960012,2975730451,3992851274,1257182296,1769674216,1431836806,4012054822,2521374686,2739478359,2277318790,4198966178,1998660832,1201481292,3753584373,4153813932,1497836909,939274156,1845115365,459622539,4021636609,1800294914,1488147166,1490900341,1522554368,4264843826,3309461824,1358849962,1795975238,3160501739,1994157952,1620605119,2612887100,1273529206,2111603986,464816694,3833498786,2091683004,1227525670,2545587233,1365940478,1633198031,2912395150,3413223200,1116909184,941207854,3338777112,4214731655,1429976060,2127737912,1334031874,1236252379,82492915,860995314,2905456784,4257596155,4257595939,3159606205,4195469103,3996504714,749919041,2823942826,17301662,1702243845,84044905,655580679,2218695974,1391947667,2991725227,3058161087,201394176,762803246,1953787746,808283503,696320770,653047974,3673092973,134283219,1865287681,1819436406,84048225,2077075305,2617878633,2819296643,13614255,1338676158,302057472,761491758,846228835,1852793645,1852399988,50492005,2776593437,3362732396,3212919017,251725824,1869570862,761620843,1936617315,41184869,2597528072,4222498563,2104903859,681074030,3221400737,2043464916,3695567034,4051429703,17825792,1886593803,1886744687,1953394499,2864710146,4076568232,134252200,1932396289,1647146352,2265121383,3883661945,4016970366,2996112,587989264,1970365810,1684370025,40067885,652892418,3751666286,16777442,1986618395,1634493275,1026192243,1869570850,1113942379,1701736033,1562533746,2406285570,134249355,1949174785,808284271,2020173358,16933989,293078142,234948608,1869570862,761620843,1768714096,67271011,497064971,4284065079,2557080417,3570294942,234950656,1768715043,1735289188,1886351405,184709237,854423308,3117631775,1429511462,3965874482,1773659447,1992202570,3502885268,1304431513,3453775527,3184054493,3812540385,352389120,1768715054,1735289188,1886351405,1647145077,1869902959,3539565,32634580,31220825,86837976,83893387,202380189,290946044,350381255,350752053,342318927,362429423,480283771,573121341,656514025,721475637,791892900,848403160,899549260,909727855,908698432,937797993,938302138,1100933877,1115769837,1133585154,1183350801,1204283440,1193654440,1500640713,1642478303,1749005614,1752345055,1797448671,1993770710,2070837158,2100291097,2583079814,2622341131,2746598876,2837275395,2889230101,2948504746,3436220682,3449303173,3539931362,3630362147,3851373687,3941914094,3940092700,3936694141,4072471268,4138280295,4198435717,4286283671,7015306,772669704,1633972077,1663905132,1768648559,906035813,64345,772538632,1802465123,1999463785,40660065,58323457,17301559,1866673678,1701407599,1936617283,41184869,298519826,1521825630,778322213,3217835574,2422099705,69686995,4282932915,220359217,2784717421,3854855468,3459542588,1409776014,2200403735,3505225492,4263739468,3629943627,2072627504,468767083,17301596,762129941,1918987635,1918984820,1852793645,1852399988,16937573,1622515326,352391168,1701736227,1937076852,1868770676,1852142446,1685269876,73335403,118795817,243238448,288125079,291835429,450895481,555336137,627752853,647324368,649133468,642580124,641145245,640687261,643910813,644000413,652127133,750624756,828447436,838135309,955034057,1007018594,1081340947,1119121405,1184323455,1197050290,1231971925,1295114760,1315434412,1390396777,1454382341,1444227347,1532479523,1537301522,1591684148,1586425700,1650284935,1720947150,1717026629,1782254701,1820576968,1836884602,1847462654,1869992445,2056525405,2075673849,2109414930,2109273100,2127053702,2128729609,2120148812,2119284456,2142493937,2159652353,2166443624,2179493187,2285420477,2494203795,2484726201,2487691707,2496793020,2488539580,2599407808,2617434708,2695766188,2730690724,2836941910,2873771959,2896383113,2958698884,2975088347,2980716691,3026586111,3060196922,3153725059,3158614131,3259910523,3264233832,3270375877,3307404741,3307590300,3347303127,3410089656,3416160080,3450168236,3443207020,3491632527,3496449401,3659272146,3769076449,3765217056,3779460901,3813561797,3941750846,4112239532,4246563656,9208818,773325064,1952804463,1953723762,761491501,1802658148,1818846765,41051508,2921923660,1888947732,237310252,511250789,3251182304,1657808153,4254869141,4271646384,429729356,480060983,1285367344,2879202913,449588446,3993842017,2848535028,1878868204,1467957940,1716864919,3792193902,4021046577,3312012903,486888159,689133232,1544706837,741628833,4016332511,1502043790,2446221917,3208996499,208496215,3435686459,2725932163,184446332,375222046,1157200532,504527800,4094459323,3590946488,3880550113,3068690014,3706814033,2919333811,1315471545,1833140513,3216867816,2274592824,3921253546,700159001,163353671,431789266,548183124,1280746158,1203218712,1284090698,696560803,1054584922,546550100,167752106,3862606950,2691939174,1232845892,1097384526,4190487184,4257596141,3533489442,3403138341,3602433923,728550721,2507788347,265474151,2330057244,4280672423,1480516421,3417107186,1799943451,2213739805,17301644,1869426182,40657252,3552575503,506993231,1088502075,3265544282,1328104699,3235271616,3525991430,1459775259,3433208950,4130581935,2915943109,2304167653,1019663038,2381178890,596376370,17301534,1869426191,762077540,1801675106,1886351972,3221230850,588599251,2755714028,3595828162,1129711296,2975579472,3127208338,40312154,1232107095,947054312,2775928348,3212743091,982704219,867005493,3870279158,1489823361,1456345378,3335700105,3991407164,3572249229,2348532650,134225443,1663962625,1768648559,1633824101,1919250030,238488066,776101355,3662686880,1180211784,931415870,1788613628,3365730312,3484268989,1303644582,2293938214,268435535,1126372609,1953456761,1802465091,1868719465,1634288756,40333164,1098730499,2593488236,2733110010,17825890,1869423373,762077540,1802465123,16934249,2450621627,352389120,1936286766,1767992419,762471789,1953394531,1701734753,2130772594,9430237,587530512,1919968359,1764427522,1548320920,3679036783,946010212,1801809906,3397510236,1137515993,268447543,1730349825,762474596,1633972077,3120628332,4363844,772473096,1919968359,1685024045,50490465,2881326422,2604753536,184269514,251725824,1885628206,1868770674,1767994478,41051502,1124284164,1320040339,3554752783,631141193,17301691,1868770829,1852142446,1685024116,16936033,866694934,134287360,1769107491,2036556150,3891396866,134272108,1882064897,1635150194,33716579,1043534337,3407894730,251725824,1769107502,2036556150,1819242541,41509737,3081316103,2067938902,2133688242,4040269761,2321852670,73521397,3068392566,17825944,1919951631,1667331689,1869622649,2036558188,3267035650,2717872157,134280905,1663964673,1865247588,1819436406,1663924577,1635020399,1919250025,487195650,1265402411,3789246635,1357280351,268488371,1797457409,1869767020,131793922,3118197354,1676987683,502689792,134267124,1798178305,1869767020,304349698,2298399458,134264424,1630406145,1953654124,881853698,1154192709,2699972683,3791031311,721067784,61070,1666914049,1936941420,1663188318,1768648559,1851867749,577922414,1459815005,1711368379,2174949890,6527511,1679425792,1666938473,1936941420,1126317354,1768648559,1851867749,577922414,68289117,105885214,537765467,1220989315,1593629383,1618938090,1669060411,1738530628,1865297622,2118831421,2167502609,2177796685,2480933517,2493636801,2729843386,2831855722,3050781298,3892878495,11887719,1679491328,1666938473,1936941420,1126317406,1768648559,1851867749,1601332590,33709346,15672130,3732486574,402720768,1953456686,762146676,1869622832,1769236851,1714253423,1684371561,3980460290,134257740,1647186177,1869902959,774909293,1751607666,36711796,3274846977,17301513,1868705295,1836020852,1714303021,1684371561,1744841986,4177607454,2501017583,3793585623,1093129395,3978915615,2586783217,1529930701,1077253334,3275161246,3191542236,2437358340,4148912884,2270671337,1952186059,4083263856,2071435369,377359709,2374105727,1921507338,4236867971,2626498085,1519292216,3029643990,3046434604,3130279673,3163839594,3230965030,680912642,848755853,1201270640,1621023497,3852391630,2896656870,1135883550,2880855580,2947960550,1153483163,1305167828,2463756040,3050932263,1541307501,3303566820,485801925,1207335695,134252404,1647184129,1869902959,36842861,3527555073,17301615,1868705289,1836020852,16922157,3079187823,151062528,1953456686,762146676,1560412725,1883573439,11781419,772342024,1953787746,942501231,3408593410,1031926540,134241146,1647184129,1869902959,36973933,2232124420,228699777,4216117778,1950873338,17301639,1868705289,1836020852,16921389,1181561751,167839744,1953456686,762146676,16922161,3817524119,117508096,1953456686,40726388,3274846979,2481359369,1907725342,17301563,1869426189,762077540,1802465123,50488681,561891636,3545989990,1897704559,234948608,1685024046,1663921249,1768648559,33715045,2841637986,842191810,201396224,1869570851,1298491755,1818322031,3247899138,666225853,268448062,1663241473,1768648559,1867346789,40657252,513428737,16777371,1986618391,1634493275,1029600115,1869570850,1315268971,1562539119,4059300354,3489011863,134262269,1865289217,1634488436,1869112675,1919247468,789061890,3775486102,3608014024,3608024165,2484085452,3390261032,336879134,3258191748,3594662151,4165278664,3092326400,2656654634,678016292,3429523492,4000004052,544159650,3480371478,2139059194,1770040719,2139675049,2424985041,1720427279,1017324488,430497461,3702579289,3955785817,3520284631,1491013663,2548212075,3588488865,636405403,184094017,1274629206,134271273,1781403649,1868770675,1701407599,1886351405,16937077,18093114,218171392,1869570862,761620843,1633972077,201785964,842452016,1001521803,1012990124,1165172118,2732502586,2732196950,16075694,774045960,1399420237,1801675118,762470754,1751346785,1917809263,1852401513,1953787714,1699507567,16938086,2856395373,620824576,1769295150,1667329619,1918984811,1668178221,1332899688,1768384882,1953448558,1131245428,1702129253,268567154,1068209720,13033788,772407560,1680697717,1869373801,637731431,2178813089,3148836131,14607973,772931848,1999464821,1701274729,1986997620,1634497125,637928057,2128481441,2178992812,2494524707,2548126648,3147388174,14607973,772473096,1668508004,1835622764,117600869,1272597251,3242962484,2596148559,292892821,148371863,23053247,1034897910,184619008,1936286755,1767992419,41051501,4254810628,3847786994,420061716,3299799414,17825856,1600070421,1818322292,1198355817,1699893316,1685015907,218262625,1743292690,3204781845,27937055,810666278,813259576,2899964230,1200603989,2610023530,2795280764,3211718524,4208834954,181176004,3263646967,151062528,1953456686,762146676,1711669808,2208573164,2518885829,3362749891,3357353846,3848216277,12430246,588513552,1802465123,1814914409,1764587361,762275438,41050466,3753939974,2563347583,1269806705,3657350465,2001783625,2324097438,17301690,1953967644,1768710957,1869570861,761620843,762470754,1953394531,1701734753,84738674,119957023,474961456,789642451,936667128,1075033168,2123314413,2148204284,2586644225,2955584518,3284956370,3277879888,3804961133,3391685,772473096,1865245539,1819436406,33716577,2831490337,4160584168,251725824,1685024046,1647144033,1684759393,40922994,2414936837,2517830703,1088502239,3183581018,3823359436,17825805,1684480800,1866691184,1701407599,1936617283,1299476069,1734438497,1968399461,1918987629,50397817,3117041,773390600,1835363429,1869901413,1869360498,1769234787,1882025583,1886744687,1819083010,134225819,1697519105,1701668204,1919906926,1886351405,1831694453,1818322031,235341826,2651649426,342048666,3966351599,2339163295,814646920,1121737397,4193378227,134248946,2049836289,36713773,411763971,2640091018,3903113557,17825921,1886593802,1768715375,41183335,3394775043,1727682809,1453253359,17825942,1633821454,1919250030,1919252047,41509228,2439644419,235027877,2005115609,17301654,1768173071,1634493299,1919249769,2020565599,8388866,134261875,1949174017,1936613746,41447266,1929412609,17301676,1699884564,1299473249,1818322031,1984913247,1634497125,2097283705,2133698507,7254235,587661584,1802465123,235038057,4199165196,404331814,698564662,1990765627,221968467,2583434839,1871527284,665474974,4228892076,1579680217,743074530,3001675242,647699179,1610803186,134287360,1869570851,1936025963,269562114,1377190948,2887551518,1226832968,3978288352,3844110623,959384267,456135246,2771904052,1078124484,2688856262,1968093639,3293485599,2186599049,2622889891,140736147,1483435517,258832056,2071143155,58670271,2994843935,3380682147,3280119967,3783873566,965367579,2106373427,1905259690,4002543732,261235589,2845216624,1705076934,1437216730,816772741,3032265036,2093228848,3636727095,4207786147,936436945,4275104511,3705176318,2077951275,2279819704,233454519,502658546,469230135,2952205167,3438809407,1224474611,3455786681,2147612246,32769,1868730112,1042315620,1986618400,1953459770,1818450728,1567847265,1869494825,1767581812,539581796,1768169534,1818450806,712209249,572531261,1634220637,540944499,544631140,1768169534,540942454,1534486884,1935764579,1042308467,1750819104,1583768946,1952981565,980643956,1869623087,2036558188,1684368686,778925417,795701091,1768187245,1882025333,1635150194,1882028387,1667853423,1562520953,1057423913,1423293989,1706350827,3035390095,3308563383,3493542253,3640313189,24928477,1683489152,1748661865,1680372577,1918596713,1030057071,1701601575,1562866802,1629503008,1701996635,574447206,1886680168,791624307,1768714096,1831762275,1969841253,1868770925,1701654381,1836411236,1769107501,2036556150,1819242541,762930025,36265250,3190112007,3639301333,1620010420,2880943340,963495220,3311783995,1625151738,17825916,1868768013,1701407599,1886351455,16937077,299861866,167839744,1600348974,1852727650,16937573,3178996140,201394176,1869570862,761620843,1868983913,2256339202,134268995,1731072257,2003136098,1869570861,761620843,41050466,160933633,84934701,1852777237,1970435173,1663923315,1702063727,1932358766,16935780,1053802313,1936286733,2036427888,1869488186,2147575150,1663977221,1635020399,1919250025,1935763514,1868770856,1852142446,1818373492,1768645487,1697474414,1684365933,1936026925,1701273971,545136681,1701736227,1937076852,1868770676,1852142446,1685269876,1224802923,423546815,1886611812,981033324,1869373984,555772771,1869639017,1851880562,17301620,1868770842,1701407599,1634296877,778530668,1634166125,1634296877,40333164,3943577346,683894621,17301603,1835413010,1634296877,761753452,1919252079,41509228,3943577346,683894621,84410467,1986997796,1634497125,543450489,1953456686,762146676,1701273968,1919120174,762080367,1668246626,922878571,1734208270,946022595,1953261926,540701285,1701736302,1835606304,1953656688,997486177,1702309152,1953065826,1818846765,980575604,1852796448,1763778661,1919905901,1953390964,335872e3,2036625250,1852793646,1953391987,1702260525,2036427890,2552824066,1863863869,1718773110,980905836,1869903201,1835606304,1953656688,7630433,772276488,1936617315,41184869,1033382145,17825870,1600070447,1818322292,1198355817,1699893316,1685015907,1042312289,1919951648,1667331689,1634479481,1601332601,1634891615,1919250544,1764688386,4091920728,268465966,1663240193,1702063727,16938094,1207198105,285282304,1852793635,1953391987,1987010399,1634497125,2566980217,4715617,588251408,1802465123,1935631721,1769239653,41117550,1314781441,17825792,1868768026,1818586738,762209651,1936617315,762605157,1634623853,41051495,3213981953,17301569,762981907,1647194165,1886334311,1953063777,808791417,3998875906,268446555,1680019457,1818456937,1701669217,1685015922,16936033,360199435,184619008,1919251491,1867543405,40924528,3171756033,17825873,1668621068,1920413037,1701867617,3221291634,9946272,1680408832,1666938473,1936941420,1377975594,1952670053,1633972045,1331650412,1819436406,757954913,1802465123,1562535273,3682533634,134246064,1630408961,1701147239,1953391981,1936942413,40200033,2780930561,17301567,1734422033,1835361650,1333030501,1819436406,16939361,1067827618,134285312,1831690798,1818322031,4097048834,134275667,1647185921,1685024045,1868524641,1819436406,16939361,3797152820,151062528,1667326510,1869767787,3942711920,13294450,772276488,1668246626,41051499,1962903809,17301709,761474577,757950323,1668508004,1835622764,16937573,2947031937,251725824,1932354350,761623657,1919252079,41509228,2820899073,17301679,1868770835,1852142446,1869426036,762077540,1852399981,3150577922,134232148,1663965697,1768648559,1869491557,1701013876,1685024045,1814916193,1919252833,1190723842,134260347,1663964673,1768648559,1882026853,1886744687,1634891565,1919250544,2697724162,134241824,1680740097,1869373801,1986997607,1634497125,1543570041,6003384,773062920,1734962279,1868723304,1868770680,1767994478,41051502,2187729665,17301734,1869426193,762077540,1801675106,1970238055,16933998,2974818784,436275200,1769107502,2036556150,1852793645,1953391987,1633824045,1919183715,33714287,2505918980,1153953781,385943552,1769107502,2036556150,1852793645,1953391987,1869425965,40657252,1565131778,3354391957,17301572,1668361746,1886217005,1868770610,1767994478,41051502,660495873,17301652,1802907159,1869570861,761620843,1769238382,1633904998,1852795252,2697396482,53498,1768176129,1818450806,712209249,1632117309,1835103596,1632658797,1818588780,1767072108,1348564334,1835364961,1601071469,1852785503,1953391987,1818323268,1562535791,2942501122,10967,1768167169,1818450806,1584624481,1986994749,1634497125,573386105,2113995357,2342679,1679819008,1767601769,574447204,1701733735,762077554,1802465123,762537321,1633972077,39658092,514252801,25166175,1667593055,1852795252,1566861659,1634493275,979202931,678650216,1868788538,1042310512,1986618400,1634493275,542995315,1969365054,1852798068,1634493275,1532851059,1818455663,1584096105,1852777021,1667853379,1869562731,1936025963,1852727618,1700229733,693969506,1876361474,28753,1768178177,540942454,1534486884,1634300513,1986620461,1881292133,1953066095,979182181,678719342,1952539739,1702112609,1684632691,1869881917,1701981552,1953265011,1918985005,693969508,1055064322,268497496,1730350081,762474596,1852727650,167932517,3819491590,1934911515,754401564,1807793954,2653356385,1185133185,1929026693,3503453579,4175129999,3620454548,318836736,1869570851,1348823403,1667853423,1634479481,41051513,3284820225,17826005,1868768013,1701407599,1768714096,16939363,3426867659,352389120,1702260526,2036427890,1802465123,1868785001,1852142446,3657499252,7499880,588579088,1702125407,1969843297,1346652013,1298359634,1818322031,1759117570,134247024,1865289985,1869570861,761620843,1936942445,40200033,4240818689,17301694,761409043,1802465123,762537321,1868983913,1919249778,1945764098,268492486,1663240961,1768648559,1633824101,134349426,1885942725,5380751,588644624,1802465123,1663919465,1702063727,1647146094,1701736033,3120628338,5072029,1645151488,779707503,1633972077,1886334316,16936549,1927773009,1702260504,1869375090,1969306231,555773812,1869639017,1851880562,17825908,1868768014,1701407599,1819242541,41509737,3657746689,17825876,1868768022,1701407599,1819242541,762930025,1919252079,41509228,3657746689,17301588,1868770830,1701407599,1936942413,40200033,2700075777,17301736,1868770832,1701407599,1701653875,1734439795,3959489125,9464953,773652744,1533900144,1635017060,1886351405,1701536109,1663188266,1768648559,1562538853,2633957634,134275483,1932400129,761623657,1936942445,761620321,1869570861,1936025963,1255276802,4085,1666914049,1936941420,1126317406,1768648559,1851867749,577922414,2298544733,1711144,1528299776,1935764579,574447219,1802465091,1699571049,1734439795,39658085,1054584833,16777300,1818450723,1584624481,1769415229,1145530484,1631736400,1919250030,1918328671,1701867617,1562520946,3483894018,268484442,1663240961,1764585581,1835102822,402719333,9846103,1644430592,41509999,1029117953,1986992534,1818653285,540702575,1869903201,1835606304,1953656688,7630433,771948808,16933731,4161509766,151322624,2036625250,1836345388,2248213100,855116697,1734960488,540701800,1869903201,1835606304,1953656688,997486177,1702260512,1869375090,1629502071,544175221,1886218529,1635021423,29806,1868694533,16939364,879334777,1702260506,1869375090,1629502071,544175221,1886218529,1635021423,3896430,772735240,1882026858,1886744687,1685024045,16936033,492485221,251725824,1685024046,1647144033,1684759393,40922994,1522164993,83886109,1685021193,1952984185,16936045,492485221,1768253490,980707431,1953849632,1763778671,1919905901,1953390964,1986994235,1818653285,540702575,1869903201,1835606304,1953656688,7630433,772407560,1647141731,1701736033,3657499250,7497395,588972304,1919968359,1869373997,1852402531,1634741607,1865246055,1819436406,16939361,1919333338,151322624,2036625250,1836345388,3657499244,846358195,1734960488,540701800,1869903201,1835606304,1953656688,997486177,1702260512,1869375090,1629502071,544175221,1886218529,1635021423,134247534,1714295809,1868852853,1769365805,1663922035,1768648559,16937829,3710897845,151322624,2036625250,1836345388,3036742252,853356494,1734960488,540701800,1869903201,1835606304,1953656688,997486177,1702260512,1869375090,1629502071,544175221,1886218529,1635021423,134247534,1663965441,1768648559,1919954277,1919247973,1701015141,1868967283,41119090,1311376641,83886213,1685021188,83952249,1334136362,1769172848,1852795252,1953701946,1667855457,1835606304,1953656688,997486177,1702260512,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1952737655,1629502056,544175221,1886218529,1635021423,3896430,772735240,762605153,1633972077,1869753708,16938095,2841020987,151322624,2036625250,1836345388,989921900,849958538,1734960488,540701800,1869903201,1835606304,1953656688,997486177,1702260512,1869375090,1629502071,544175221,1886218529,1635021423,134247534,1630410241,1885628269,762538610,762470754,1886217588,1702125932,3063152898,62529,1868695813,1747745124,40660340,1102484481,1987000564,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,268450676,1663241985,1768648559,1868770661,1852142446,3036742260,2058713,1745093888,40660340,1775875329,1869631263,1769236851,540700271,1952543859,555770729,1869639017,1851880562,1864383348,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1769414715,979924068,1953849632,1763778671,1919905901,1953390964,16777275,1986618396,1634493275,1029600115,1869570850,761620843,1936617315,578055781,1677787741,10211066,772604168,1802465123,1831691625,1818322031,1636499714,134265660,1865287681,1819436406,16939361,3141296523,151322624,2036625250,1836345388,2332099180,951794785,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,201396224,762538531,1831691107,1818322031,2981298434,23288,1868694533,16939364,1526247859,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,1967992334,1701593449,1915581554,41185135,2881161985,83886273,1836345348,184615532,952216507,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,83953664,1768257070,805372524,353492,1644430592,41509999,1691627521,1869631237,1769236851,540700271,1952543859,555770729,1869639017,1851880562,1864383348,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1769414715,979924068,1953849632,1763778671,1919905901,1953390964,17825851,1600070418,761359970,762342755,1886611812,41509228,965778945,83886256,1685021188,2650866297,1336949136,1769172848,1852795252,1953701946,1667855457,1835606304,1953656688,997486177,1702260512,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1952737655,1629502056,544175221,1886218529,1635021423,3896430,772932872,1802465123,1866687849,1852142446,1869566580,2415985268,532809846,1851880052,1919903347,1931491949,1701601635,539570216,1886218529,1635021423,3896430,588251408,1349742181,1635150194,1816295779,40592239,2344174849,83886276,1685021193,1952984185,16936045,3297491269,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,1633955337,1768448372,16938094,768712080,302057472,761488174,1684957559,1647146863,1801678700,16937573,517875166,151322624,2036625250,1836345388,3724608108,941547045,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,285282304,1852793635,1953391987,1634890797,1852402531,3724608103,4859053,772735240,1633972077,1633824108,1919183715,16937071,1243917790,83953664,1768257070,3724608108,4859053,1644758272,746153071,1819112552,2917007618,1865959972,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,588316944,1663918691,1768648559,1702260581,2036427890,2597716226,1461,1868695813,1747745124,40660340,3046823425,1987000325,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1663965441,1768648559,1633824101,1919250030,1819633197,1919120236,40789349,3977697025,83886222,1836345353,1868704876,16939364,2397902551,1936683087,1869182057,1931491950,1769234804,1763778659,1919905901,1953390964,1986994235,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1684633376,540698740,1869903201,1835606304,1953656688,997486177,268503040,1869570862,1600481643,1702260575,2036427890,221708546,134236341,1663960833,1768648559,922813029,4764941,1644758272,746153071,1819112552,221708546,1865959605,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772473096,1999463267,1886413170,16937573,2676823934,151322624,2036625250,1836345388,2113995372,949980439,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,503382016,1534486884,1935764579,574447219,1819898995,1600090981,1919252047,762929516,16932130,542843416,151322624,2036625250,1836345388,402719340,941644578,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,453052416,875717422,1869570861,761620843,1936617315,762605157,1885434487,41051504,4261611777,83886308,1685021188,151061113,954531331,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,285282304,1869570851,761620843,762470754,1633972077,3523281516,6446908,1644430592,41509999,1597821441,1987000418,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,15220,1868760577,1701407599,2847998210,13490,1868694533,16939364,884124097,1702260505,1869375090,1629502071,544175221,1886218529,1635021423,268465262,1864570113,1920230766,762606453,1936617315,762605157,40592499,2496286467,3718080414,3563688927,83886147,1836345348,1325597292,1738446026,2480922013,943969385,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,268503040,1663918894,1768648559,1633824101,1919250030,1411121410,134281444,1663965441,1869570861,761620843,1852727650,1600090725,1885434487,41051504,3830717441,83886328,1836345348,469828204,955835476,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,268503040,1852793646,1953391987,1869504351,1701013876,1889992962,134246760,1647185409,762930287,1667329122,1953853291,1889992962,29032,1868695813,1747745124,40660340,1752213249,1987000433,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1882068737,1635150194,1647147363,1701736033,1868770674,1767994478,3691053678,16197883,1644758272,746153071,1819112552,4225499394,1866004264,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,1644430592,41509999,2155545089,1986992687,1818653285,540702575,1869903201,1835606304,1953656688,997486177,234948608,1935763502,1835623469,761554285,16934754,471316884,151322624,2036625250,1836345388,2483094124,941365177,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,234948608,1835627310,1663922041,1768648559,16937829,4272552379,151322624,2036625250,1836345388,3137405548,956213753,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,268505088,762538531,1802465123,1831691625,1818322031,1060110594,50335,1868695813,1747745124,40660340,2671718401,1987000516,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1865291777,1634689646,1882023026,1886744687,1852793645,1852399988,33714789,2060066452,520761022,318834688,1651404590,1685217647,1667326509,1869768555,40136309,3391001602,170835578,83886111,1685021193,1952984185,33713261,2060066452,520761022,1768253490,980707431,1953849632,1763778671,1919905901,1953390964,1986994235,1818653285,540702575,1869903201,1835606304,1953656688,7630433,772669704,1986622064,762930017,1702453612,3976266354,4184240,1644758272,746153071,1819112552,2968322306,1865957336,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772604168,1768976240,1868770670,1701407599,943259906,37857,1868695813,1747745124,40660340,3778558209,1987000467,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1882065153,1735619948,40203361,611311105,83886115,1685021193,1952984185,16936045,589590494,1768253490,980707431,1953849632,1763778671,1919905901,1953390964,1986994235,1818653285,540702575,1869903201,1835606304,1953656688,7630433,587990288,1684104552,1751085669,40132965,1750309377,1869877675,807418480,1835606304,1953656688,7630433,772604168,1802465091,1349739881,1886744687,1012662530,56703,1952975109,1647078509,41509999,2134662145,1987000541,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1882066177,761620321,1919252079,41509228,2611057665,83886146,1685021188,2483094137,943889313,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,419497984,1853518638,1886217005,1634296877,761753452,1953394531,1701734753,3355509362,7680540,1745421568,745303412,2036625250,482869506,1884255538,1953067887,980316009,1635021600,543385972,1886218529,1635021423,540767342,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1998601076,1752458345,1969299514,555773812,1869639017,1851880562,134232948,1596856321,1381192543,1313817439,1414415699,1312902495,1380271937,16932703,1366886871,67436544,1819112552,165085442,1880838521,1953067887,980316009,1635021600,543385972,1886218529,1635021423,134247534,1663963905,1768648559,1633824101,1986997618,1634497125,2415985273,15204503,1644758272,746153071,1819112552,2542797058,1866000384,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772276488,1382363487,41366387,857382145,83886083,1685021193,1952984185,16936045,53680797,1768253490,980707431,1953849632,1763778671,1919905901,1953390964,1986994235,1818653285,540702575,1869903201,1835606304,1953656688,7630433,587989264,1868851556,1747806573,41186159,539558921,386416372,1509119574,1469864203,1377075305,1455987957,4257596036,2516577210,31062184,83886235,1685021193,1952984185,151153773,4095748356,1444350014,190444374,1767349337,4115797120,2220279964,3137193410,2828402667,2600589816,1702260601,1869375090,1981823607,1651077993,555771244,1869639017,1851880562,1881160564,1768186977,1915578222,1952999273,540024890,1886218529,1635021423,540767342,1919252079,2003790950,540703021,1769171318,543517794,1886218529,1635021423,540767342,1919252079,2003790950,540702765,1769171318,543517794,1886218529,1635021423,268465262,1831013121,1818322031,1936681005,486802036,748911173,1175079593,4220468640,15355446,1644430592,41509999,2051349764,1252600995,1033913866,1312226191,1987000554,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,268450676,1646464257,762930287,1919252079,41509228,1767732993,83886256,1685021193,1952984185,16936045,2959695223,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17825851,1868768017,1701407599,1685024045,1647144033,16939119,2746296814,251725824,1685024046,1647144033,1684759393,40922994,2972315137,83886243,1685021188,3993043577,950251817,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,234948608,1702260526,2036427890,1211445805,16936815,1609357996,67436544,1819112552,3668705538,1865965548,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,773456136,1802465123,1882023273,1667853423,1868705145,1986997624,1634497125,2113995385,7774468,1644758272,746153071,1819112552,75366658,1865971361,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772735240,1866691660,1701407599,1685015923,16936033,1376232237,151322624,2036625250,1836345388,755040876,944900003,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,436277248,1651535651,1731033199,762474596,1936617315,1937010277,1685024045,50490465,880454603,3411153358,653980412,419497984,1852394798,1851871337,1868524645,1819436406,1600092513,844708167,2919301731,10147059,773849352,1802465091,1867408745,1701013876,1834963797,1349086825,1818586721,1295146847,38810984,3572739585,83886234,1685021193,1952984185,16936045,2597647278,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,961687051,1702252333,2036427890,768475394,40675,1868695813,1747745124,40660340,3811429889,1987000478,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,268450676,1831013633,1818322031,1869570861,40200555,3641536513,83886281,1685021193,1952984185,16936045,3386445168,1936683087,1869182057,1931491950,1769234804,1763778659,1919905901,1953390964,1986994235,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1684633376,540698740,1869903201,1835606304,1953656688,997486177,1073809408,1685024046,1647144033,757954671,1768187245,1831759221,1818322031,2020565549,1769103707,1634479457,1819043170,2036491365,1869423165,762077540,762867554,1684104552,1562538597,3141403394,1398368988,3400294835,36674,1868695813,1747745124,40660340,3703258627,3008584042,1120578657,1987000463,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1663962369,1768648559,1818307941,41185893,3904439810,723101184,83886287,1685021193,1952984185,33713261,15251718,3475708326,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,1701654040,1734439795,1986997605,1634497125,1663905145,1768648559,2701197925,6266093,1644758272,746153071,1819112552,3986751746,1865965468,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772210952,1835886948,16933989,2616903106,67436544,2036625250,3317825794,1865980922,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,588448016,1802465123,1831691625,1818322031,858927405,16921908,1239857911,251725824,1685024046,1647144033,1684759393,40922994,3871012609,83886153,1685021193,1952984185,16936045,1239857911,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,1668361746,1886217005,1868770610,1767994478,41051502,2776822529,83886297,1685021193,1952984185,16936045,3651502835,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,1868770841,1701407599,1852793645,1953391987,1852793645,1852399988,16937573,3652880397,352389120,1869570862,761620843,1936617315,762605157,1702260579,218169970,14269064,1644758272,746153071,1819112552,2282553602,1865996730,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,773980424,1714254698,1702129519,1684090226,1668178294,1663919205,1768648559,1882026853,1667853423,402719353,6750035,1644430592,41509999,4283635713,1869631334,1769236851,540700271,1952543859,555770729,1869639017,1851880562,1864383348,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1769414715,979924068,1953849632,1763778671,1919905901,1953390964,16777275,1751212571,1868770662,1701407599,1936286765,1767992419,762471789,862744676,1793196290,30903,1633818113,1663919720,1768648559,1768172901,1634493299,1919249769,1793196290,134248631,1831735041,1818322031,1667326509,1869767787,3791716976,7911274,1644430592,41509999,893030913,1987000436,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1663963393,1869426039,762077540,1919252079,41509228,1842809092,3637666215,1976596119,3349072132,83886106,1685021188,151257721,1638362583,1989662930,3372512720,941279134,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,218171392,1680695854,1818456937,1701669217,2063663730,15854557,1644758272,746153071,1819112552,3715825922,1866002923,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,588448016,1131833700,1768648559,1935756645,2036419691,16937573,1645341810,67436544,2036625250,3966894338,1865966097,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,588185872,1802465123,1663919465,1702063727,16938094,4065123020,151322624,2036625250,1836345388,3422618220,955403482,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,251727872,1970037283,1667318386,1869768555,40136309,632984577,83886110,1685021193,1952984185,16936045,505789076,1768253490,980707431,1953849632,1763778671,1919905901,1953390964,1986994235,1818653285,540702575,1869903201,1835606304,1953656688,7630433,589234448,1868983913,1852400479,1600217957,1633972077,1868783468,1701407599,1886351455,16937077,766330934,251725824,1685024046,1647144033,1684759393,40922994,2907190785,83886125,1836345348,906035820,942517576,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,419497984,1952804142,1848471410,1819506533,1702130789,1986997618,1634497125,1359020665,10495798,1644758272,746153071,1819112552,911278338,1865981991,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772669704,1802465123,1848468841,1667855471,3875603045,8480009,1644758272,746153071,1819112552,166134018,1865974117,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772210952,1802658148,16936549,882364743,151322624,2036625250,1836345388,1191248492,942970833,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,536938496,1869570862,761620843,1936617315,762605157,1818323300,1663919983,1635020399,1919250025,1212940546,45625,1868695813,1747745124,40660340,961039361,1701327538,1952999273,1969299514,555773812,1869639017,1851880562,1864383348,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,134285312,1465993518,1748066642,3246457090,134231009,1110312961,1884309569,16939313,870433153,151322624,2036625250,1836345388,2164327020,942924225,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,201394176,1869570862,1936025963,1918984749,3286434050,2581,1868694533,16939364,169198563,1936683087,1869182057,1931491950,1769234804,1763778659,1919905901,1953390964,1986994235,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1684633376,540698740,1869903201,1835606304,1953656688,997486177,251725824,762798894,1802465123,762537321,41050466,605948673,83886255,1685021193,1952984185,16936045,2938379787,1768253490,980707431,1953849632,1763778671,1919905901,1953390964,1986994235,1818653285,540702575,1869903201,1835606304,1953656688,7630433,772407560,1095643999,1920103285,2466316914,8350701,772342024,1953787746,808283503,3985834242,32619,1768166657,1970679414,1869622629,1818326130,1918989357,41182567,1810731777,17825919,1768170267,1735355489,1869574701,540942452,1885628195,1869491570,1701013876,2619736322,32317,1868695813,1747745124,40660340,1033643521,1987000446,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1814965505,1952999273,1702391650,1631739763,1281583475,1952999273,1601728354,1769169250,1734954083,1868723304,1412521848,40663144,1303942145,83886124,1685021193,1952984185,16936045,743291028,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17825851,1952654087,1835216245,477364482,104,1868695813,1747745124,40660340,1746695169,1987000320,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,268450676,1881345281,1667853423,1869426041,40657252,2816561409,17301753,1869426191,762077540,1801675106,1886351972,3780182274,63911,1868695813,1747745124,40660340,2816561409,1987000569,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,268450676,1814236417,1635348065,1918854258,41185135,2905956353,83886215,1685021193,1952984185,16936045,2276275552,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,1667444235,1936863533,846818663,1234764034,268445608,1092815109,1886344299,41312590,2823395585,1869877287,540031600,1886218529,1635021423,134247534,1848515841,1920216423,1701275497,1919954290,1852142437,1849779555,1952542057,40791913,693394433,83886333,1685021193,1952984185,16936045,4247344220,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,1868770833,1701407599,1702059871,1852404852,16937831,3680812180,151322624,2036625250,1836345388,2483094124,953902268,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,201394176,762934318,1953785203,1936158313,75366658,4472,1868695813,1747745124,40660340,2013560321,1701327377,1952999273,1969299514,555773812,1869639017,1851880562,1864383348,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,268503040,1685024046,1663921249,1635020399,1919250025,2233729282,134273155,1831735041,1818322031,1667326509,1869767787,604045936,14189445,1644758272,746153071,1819112552,2233729282,1748162691,1751607653,1629502068,544175221,1886218529,1635021423,540767342,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,17301620,1935748620,1986997607,1634497125,3355509369,13178357,1644758272,746153071,1819112552,4123525378,1865992469,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,588644624,1802465123,1647142249,1701736033,1986997618,1634497125,3204514425,14837274,1644758272,746153071,1819112552,448725250,1748165222,1751607653,1629502068,544175221,1886218529,1635021423,540767342,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,17825908,1768694545,1651796071,1663924335,1768648559,16937829,842191810,151322624,2036625250,1836345388,3254846060,842150611,1734960488,540701800,1869903201,1835606304,1953656688,997486177,1702260512,1869375090,1629502071,544175221,1886218529,1635021423,134247534,1680741633,1836016745,1668492649,1852138866,1634498605,40200050,1590231556,3726248588,3271345883,2508318037,17301743,1264725511,1131115621,704971010,134221676,1647186945,1381394502,1668492887,963064109,1798403937,16920877,258746885,151322624,2036625250,1836345388,83952236,839871530,1734960488,540701800,1869903201,1835606304,1953656688,997486177,1702260512,1869375090,1629502071,544175221,1886218529,1635021423,29806,1767577345,574447204,1802465123,1663919465,1702063727,573404270,4110484061,4333272,1644758272,746153071,1819112552,3639935234,1748124190,1751607653,1629502068,544175221,1886218529,1635021423,540767342,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,17301620,1768762929,761555316,1918986355,757949541,1802465123,1999463785,1768845921,1882023790,1886744687,1685024045,1999465569,1886413170,16937573,3415180234,721487872,1953066286,1932354665,1701994856,1663905124,1768648559,1635200357,1852403314,1869622631,762344816,1919252079,41509228,2407778817,83886283,1685021193,1952984185,16936045,3415180234,1768253490,980707431,1953849632,1763778671,1919905901,1953390964,1986994235,1818653285,540702575,1869903201,1835606304,1953656688,7630433,772931848,1919968359,1684892717,1635021613,1918985326,2818638436,6672352,772669704,1919968359,1684892717,1818326829,2818638444,6672352,1644758272,746153071,1819112552,3769106690,1748133327,1751607653,1629502068,544175221,1886218529,1635021423,540767342,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,83886196,1685021193,1952984185,16936045,3282752748,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,1752378892,1866692463,1852142446,3959489140,12823252,772538632,762540899,1869969713,41234529,3958237697,83886194,1685021188,3925934713,947055597,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,218173440,1869570851,1650813291,1701736033,4160815730,9490285,1644758272,746153071,1819112552,1844969730,1865978063,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772407560,762536302,1633972077,906035820,15481050,1644758272,746153071,1819112552,3660972290,1866001464,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,587989264,1868851556,1747806573,41186159,3241827841,17826011,1752048407,1683976294,1836016745,1818386281,1600873327,1701273968,979239170,56257,1868695813,1747745124,40660340,3241827841,1987000539,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1882065921,1818897781,1953001833,16938348,3199582882,67436544,2036625250,3265396994,1865989813,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,773062920,1684104552,1663922789,1768648559,1731031909,41054308,4063442433,16777470,1836345389,1818450796,712209249,1868767805,1701407599,1769352563,1818388851,542974565,1868701758,976910692,1868981602,16934258,4277285686,352391168,1936548643,1650816813,1852793645,1953391987,1869574701,2298544756,610300,772736264,762541923,1633972077,1886334316,16936549,156236937,1702260539,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1852403568,762471796,1852143205,540701556,1869903201,1835606304,1953656688,997486177,318834688,1869570862,1936025963,1919252047,846815596,41447234,234685953,83886136,1685021193,1952984185,84044909,4117905e3,2594210998,2399994302,2642902729,1752426482,1768253490,980707431,1953849632,1763778671,1919905901,1953390964,1986994235,1818653285,540702575,1869903201,1835606304,1953656688,7630433,1644758272,746153071,1819112552,520184578,3305459550,2718398256,4010450749,1695511808,404327089,2787151634,3190120365,3928705649,2033072928,1764690987,4163879256,3140670567,2721505493,1748601660,3778658548,893016640,1665248026,2403472212,876874590,3108590509,374291755,474999811,2572136321,156600565,3277142305,2287486863,2975508130,1079734266,861865475,4066424129,3412202208,3429559487,1064016785,4016910891,2221865538,2960131896,4084236796,3161653730,2775932240,1215795635,2390239972,242969236,2491386556,1468052338,2944443380,3011567377,1133163227,1972320494,3029638112,3130283778,3247963799,3315125437,1570663514,1839148247,61018594,128214900,1873074074,3500525040,1017517552,581875652,1320265754,716457782,1991692672,2209792588,2294099559,1371463671,2696979462,348231620,516004807,516073755,3317885681,365419002,1523647430,1758585178,1439831700,802395350,13945584,1490292613,2413043918,1759169549,349926e3,3085121572,4091875822,1676048174,3303665842,2246707009,3454730065,2951494590,686688246,2347682402,770813784,2482086491,3891408464,3891421207,2549488277,217734534,2415770120,2449384702,1865978580,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,1745093888,40660340,2187729672,1300507622,3213982064,3336604225,2780930775,668382271,1344397368,2610757553,1986992609,1818653285,540702575,1869903201,1835606304,1953656688,7630433,704709888,3745646850,4098259089,3998911934,2408917851,3735986237,582022870,2211343699,2162541878,687184046,1712845657,1702128745,1847605874,543518319,1886218529,1635021423,29806,1868695813,1747745124,40660340,1461781513,851971851,3211138733,3201644859,10575522,2931974100,2283437798,2730475395,1699926321,1869617751,1769236851,540700271,1702063733,1763778676,1919905901,1953390964,67436544,2036625250,2622555138,2478708328,3620077047,2799731658,1864064798,1718773110,980905836,1919120160,543976559,1886218529,1635021423,29806,1868694533,1493334372,1861123843,2505918980,481869572,574090247,1452363274,360199435,1827445528,3135305757,1032446495,1440326690,1059147814,1429511462,3479739686,1371344168,4127790644,3797152820,4277285686,1399279934,126837058,2022825794,2378101830,1468809549,1610677843,1723915866,519493979,1536866396,2865054305,718778211,1155080805,2714485615,4193629810,3842098041,1526836090,46999677,599725950,249507455,1857084287,2947031937,1106944389,2298954121,3446996873,1766284939,375924621,2548211087,3284508560,391091602,2137779603,4134841750,2903194520,1462880920,1207198105,3764503962,878391195,3056013980,3284376223,3210399656,1495924906,2991725227,2938097325,1834164912,826156981,3200611512,2423416249,3336704699,3418721732,4035480005,1423574217,1891323082,945077194,3925343946,880454603,1579196620,3411153358,3096560336,2314678993,43551957,2087564761,2025286370,2561573093,1673962469,1092565481,3403379435,826730482,2130982132,4082706677,1153953781,2793096953,5135865,653980412,1702260506,1869375090,1629502071,544175221,1886218529,1635021423,3896430,772931848,1663923050,1702063727,1647146094,1701736033,1778778738,2625883336,2980978860,3144026623,3309609075,3492139676,1839058,772604168,1970169197,1634891565,1919250544,581959938,134245715,1831733761,1915580518,2036621669,3767140610,134272966,1831735041,1818322031,1667326509,1869767787,185205360,521500725,1362987490,1634920315,1873462594,2040646595,2464481731,3038203797,3425779239,4183695520,20061,773390600,1601724783,1802465123,1667196265,1702063727,1834972270,1818322031,798687490,268448859,1864569857,1920230766,762606453,1852727650,1932358245,151153508,1371505411,3432045827,924425510,1809249890,3338521962,11162732,3944266900,639204276,2423028204,352391168,1701736227,1937076852,1868770676,1852142446,1685269876,50987627,55689091,650940637,642186908,1647778205,1785452278,1824980429,2483071572,3035306172,3961919867,9464953,1644758272,746153071,1819112552,2516852226,1443274252,4212677503,2401423188,3811059154,4130206021,2771872191,4265893302,2756265917,88992861,4082595609,1868305840,3782508809,729202325,1182586358,2004633449,1233549504,2877776154,1183843984,1066666316,3046418229,178168647,2763532908,3736953657,3988888635,3317858449,1002896889,2782222834,719224099,3521568677,1865963043,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772145416,1633972077,2600534636,15319431,1644758272,746153071,1819112552,2275082498,1866000833,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772145416,1633972077,3187737196,8682065,1644430592,41509999,2052177409,1987000452,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,15220,1868695813,1747745124,40660340,208212754,2337613299,751708307,3184277150,4227282728,1290617304,2118468252,3361299308,2375577816,3038810023,1427019632,2230032281,2995691545,4204516202,1443354931,2157830723,881320858,155445792,1987000522,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1999510529,1818439028,1868770665,1701407599,1918984749,1852793645,1852399988,16937573,193688397,151322624,2036625250,1836345388,1291911788,940280691,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,352389120,1635148078,1714250084,1702129519,1668492658,1953524082,2516648563,5631364,1644758272,746153071,1819112552,2224423170,1865962989,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,773062920,1667327314,1685015924,1600089185,1919252047,41509228,913332230,492417576,649115456,2958940872,1072425067,783023639,83886265,1685021193,1952984185,100822125,674656344,1075665330,3357978807,1806720474,390065128,3106843646,1768253490,980707431,1953849632,1763778671,1919905901,1953390964,1986994235,1818653285,540702575,1869903201,1835606304,1953656688,7630433,772210952,762340973,67266402,3253826587,44857627,351539909,2435360486,151062528,1885760814,1634891565,453247600,465695092,3305286777,3860132882,9513126,1644758272,746153071,1819112552,1947927554,2031862257,314901164,2800096500,1865978152,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772997384,1668178278,2020565625,1852793645,1852399988,67269221,581542002,1637357980,3456398796,2316893921,151322624,2036625250,1836345388,1912865388,2619517344,3428947993,3788375157,948574462,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,251725824,1685024046,762539105,1919252079,41509228,2124269825,83886238,1836345348,3372286572,849247901,1734960488,540701800,1869903201,1835606304,1953656688,997486177,1702260512,1869375090,1629502071,544175221,1886218529,1635021423,268465262,1663238913,3221291619,7528442,1644758272,746153071,1819112552,4206887170,1748136671,1751607653,1629502068,544175221,1886218529,1635021423,540767342,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,83886196,16919041,1638243102,1768910903,1919251566,1702257965,980644974,1869903201,1835606304,1953656688,997486177,1818846752,980575604,1852796448,1763778661,1919905901,1953390964,17104896,1140916778,1264533302,1953261926,540701285,1701736302,1835606304,1953656688,997486177,1667330159,981038185,1763778609,1919905901,1953390964,1768910907,1919251566,1702257965,980644974,1869903201,1835606304,1953656688,7630433,1644758272,746153071,1819112552,3707966210,3156987024,3643962149,608283759,1330328226,592865477,2522240968,3831550267,3815059934,3882958736,3849478356,2658399093,4085123664,1637018519,1772522185,4138932506,3317889094,4241761021,3455051339,1865970972,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,773062920,1919968359,1869570861,761620843,1919252079,41509228,54112257,83886229,1685021193,1952984185,16936045,2500016560,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,83886139,1685021193,1952984185,16936045,692415529,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,1869622804,762344816,1953459757,1667851881,1869182049,1896284782,2465946352,2875968310,2969767267,3527296983,3957769058,4133204934,14146082,772276488,1919252079,41509228,1525707015,3409351419,224635755,1205317891,3278033470,3016158182,3659724379,83886295,1685021193,1952984185,117599341,4217041009,1808479890,51209131,1044895665,3871564498,1538508523,3621397238,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,1684221462,1986997611,1634497125,1868770681,1767994478,41051502,1481710340,3577098491,2051637707,525645558,83886091,1836345348,453247596,821778513,2177619254,3069606473,1326128980,1769172848,1852795252,1953701946,1667855457,1835606304,1953656688,997486177,1702260512,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1952737655,1629502056,544175221,1886218529,1635021423,3896430,1644758272,746153071,1819112552,1318256898,1865962973,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772604168,1597400681,1769107557,2036556150,4057334018,50106,1868695813,1747745124,40660340,3136411137,1987000515,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1663964673,1768648559,1633824101,1919250030,1634891565,1919250544,655038466,3222024703,3508225726,791070116,3744264875,792388503,138197980,3913052326,4014197558,1851137592,3344919746,946096636,2020136102,4033668907,2207940170,3785104125,2393039886,2829664270,2343254212,2058934054,2176570673,3535631809,3687246747,3705499005,22260,1868695813,1747745124,40660340,4280748824,3200257073,2765167430,2871994053,2547985650,3694082787,2785557691,921255024,955204555,3262010910,4240924524,2788713545,729311444,1257270503,4253260414,249666586,244228836,3299387712,646687544,830126295,3246504917,2614279541,2111555307,4108115309,1987000406,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1663960065,16921192,161699454,67436544,2036625250,1451098370,1865943459,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772079880,1868853106,4082500098,3080797672,58054,1868695813,1747745124,40660340,3908261378,3333923133,1987000546,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1915621121,1634039397,1986997612,1634497125,1526858361,3003561254,13491756,1644758272,746153071,1819112552,643498498,749930165,1865993694,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,1679229184,1666938473,1936941420,1126317406,1768648559,1851867749,16932130,4196521337,67436544,2036625250,3581477122,1866005025,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,1679294720,1767601769,574433892,1685024095,1868524641,1919251573,39658079,3403976450,2717440036,83886103,1685021193,1952984185,33713261,617276559,396490968,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17825851,1868768028,1701407599,1851875885,779249006,1802465123,1647142249,1701736033,2063663730,13950402,1644758272,746153071,1819112552,3262841090,1865995485,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772735240,1633972077,1633824108,1919183715,16937071,3236838566,268505088,1869570851,1835362667,1831693921,1818322031,1017512194,49390,1868694533,16939364,3236838566,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,1970286092,1986997613,1634497125,2466316921,8393647,1644758272,746153071,1819112552,2945646850,1865973779,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772538632,757953386,1919252079,41509228,331701761,83886330,1685021193,1952984185,16936045,4195599710,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,1967992349,1634288745,761753452,1953460082,1769295150,1633972045,1869753708,33715311,2878748688,2420380305,67436544,1819112552,940573186,311536534,1865977924,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,1679163648,1949202025,1663922294,1768648559,1986997605,1634497125,738329209,3199581484,3355729,1745093888,40660340,3173788674,877772469,1987000371,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1999509505,761820265,1920298082,761554290,1801675106,1970238055,100820078,1629990659,56247045,4125733650,682618168,3029679043,2729972727,285280256,1932354862,1701147235,1986997614,1634497125,50725497,90253231,302209603,955640243,3274223597,4155807035,10663955,773456136,1868770661,1852142446,1630368628,1953654124,1920425823,1701867617,50725490,90253231,302209603,955640243,3274223597,4155807035,10663955,1644758272,746153071,1819112552,2936210946,1124426023,3004302170,3979933161,1002645679,335000725,1865982648,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772997384,1802465123,762537321,1634623853,1701668199,33715310,1487156482,245312568,151322624,2036625250,1836345388,33686124,945333301,940482348,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,151322624,2036625250,1836345388,1510015596,940412016,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,134285312,757949230,1835626081,561251586,3400228941,1371467128,1523130498,3789182433,33057,1868695813,1747745124,40660340,1294038021,2026548064,2186395373,3780823328,568449621,1987000449,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,268450676,1797457409,1869767020,79757570,60,1868695813,1747745124,40660340,1006944513,1987000320,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,268450676,1680018689,1869373801,1634492263,41051513,350745089,83886311,1685021188,4060152441,954668263,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,352391168,1652114211,1866691695,1701407599,1148481378,1869373801,2634154599,4206667275,728438,589365520,1868724547,1869562740,1650813291,1766093935,1735355489,2036625218,1701080661,2036427890,194839042,1996143782,2845,1868694533,16939364,186480378,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,83886139,1685021193,1952984185,16936045,3164998557,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,1869426190,762077540,1919252079,41509228,241404674,700224714,83886165,1685021193,1952984185,33713261,3389940619,1428798612,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,1868770824,1701407599,1879114355,3291546,1644758272,746153071,1819112552,2591031554,1865953849,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,587792656,757949283,1852399981,3960078850,827334896,2297,1868695813,1747745124,40660340,4042000898,4180758560,1987000328,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,268450676,1663240193,1634544995,33713769,815594302,1256247686,151322624,2036625250,1836345388,1040319084,2251332859,944431313,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,302057472,761488174,1684957559,1999468399,1886413170,16937573,1407553116,453054464,1885628195,1818373490,1768645487,1882023790,761620321,1919252079,41509228,3851312129,83886163,1685021188,1543570041,1330898318,1769172848,1852795252,1953701946,1667855457,1835606304,1953656688,997486177,1702260512,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1952737655,1629502056,544175221,1886218529,1635021423,3896430,772145416,1633972077,1208025708,6922097,1644758272,746153071,1819112552,1900544258,1748134303,1751607653,1629502068,544175221,1886218529,1635021423,540767342,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,17301620,761736721,1936617315,1836346981,1734438497,16937573,1940579306,151322624,2036625250,1836345388,3925934700,947104483,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,117508096,1835623470,41051501,1439381761,83886229,1685021193,1952984185,16936045,2505427769,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,1819487765,1852400745,1869622631,762344816,1953787746,16936303,2942805332,151322624,2036625250,1836345388,1409352300,951019429,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,469829632,1869570862,761620843,1852727650,1831694949,1818322031,1702260525,2036427890,1242169602,134229901,1831735041,1818322031,1667326509,1869767787,167838320,3116362,1745093888,40660340,2370439681,1987000367,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1663963905,1702063727,1647146094,1735091041,1853190002,453050980,8416361,1644758272,746153071,1819112552,1763377410,1865973868,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772342024,1651535203,1195538543,2284978434,134253293,1663960833,1868722285,838926968,9104776,1644758272,746153071,1819112552,2284978434,1865976557,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,587530512,1768977779,3406168322,63669,1868695813,1747745124,40660340,3049981441,1869631480,1769236851,540700271,1952543859,555770729,1869639017,1851880562,1864383348,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1769414715,979924068,1953849632,1763778671,1919905901,1953390964,17301563,1868770833,1852142446,2002739060,1886413170,16937573,1463565824,50399232,40002350,1100817921,83886320,1685021193,1952984185,16936045,4030831910,1768253490,980707431,1953849632,1763778671,1919905901,1953390964,1986994235,1818653285,540702575,1869903201,1835606304,1953656688,7630433,588644624,1953525091,1937072991,1701670772,1663905138,1768648559,33620581,3719246,1644758272,746153071,1819112552,1308754178,1865955520,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,1644758272,746153071,1819112552,1814299138,858229773,1865956486,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,1644758272,746153071,1819112552,1965425410,1179807382,3991537456,1865986793,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772473096,1919968359,1685024045,16936033,1048047484,151322624,2036625250,1836345388,2080440940,943618031,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,318834688,1651861806,1633971813,762536749,1769171318,40201314,1140132610,1489186982,83886182,1685021193,1952984185,33713261,2789471499,1717093168,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,1852124689,1869426038,762077540,1818323300,16934767,3773129582,453052416,1986946350,1685024045,1680698465,1869373801,1650417511,1684759393,40922994,3848498689,83886304,1685021188,1845559929,954262883,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,151322624,2036625250,1836345388,2332099180,946525804,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,302059520,1869570851,1600481643,1668508004,1835622764,16937573,2942217594,251725824,1685024046,1647144033,1684759393,40922994,1588427265,83886255,1685021193,1952984185,16936045,2942217594,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17825851,1868768012,1701407599,1818326829,1728381548,1949027409,2661571618,3320100707,3655668017,11303951,1644758272,746153071,1819112552,1365705986,578038732,1671341148,835052727,265938193,1865985148,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772473096,1702390118,762981988,100806709,1452363274,1827445528,46999677,3284508560,2137779603,1462880920,385943552,1936614702,1769238350,1631746406,1919250030,1885434455,41051504,4271646209,83886294,1685021193,1952984185,16936045,3607010342,1768253490,980707431,1953849632,1763778671,1919905901,1953390964,1986994235,1818653285,540702575,1869903201,1835606304,1953656688,7630433,772800776,1919252079,762929516,1885434487,41051504,1404605441,83886305,1685021193,1952984185,16936045,3780360340,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,1869426190,762077540,1885434487,41051504,2759963905,17301636,1869426191,762077540,1801675106,1886351972,2176123138,33956,1868695813,1747745124,40660340,2759963905,1701327492,1952999273,1969299514,555773812,1869639017,1851880562,1864383348,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,151322624,2036625250,1836345388,637928044,2016309488,2236469953,2489021614,2910726336,3474845636,939799815,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,352391168,1952407331,1768710501,1145531765,1667584592,1633972045,1392575084,12225558,1644758272,746153071,1819112552,374538498,1865988748,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772604168,1818323300,757950319,1852141679,3910402306,24937,1868695813,1747745124,40660340,1776882689,1987000417,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,15220,1868695813,1747745124,40660340,4207198465,1701327551,1952999273,1969299514,555773812,1869639017,1851880562,1864383348,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,369166336,1663918894,1768648559,1851875941,1601332590,1685024095,16936033,1333195521,67436544,2036625250,4076929282,1865961334,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772538632,762276976,1919252079,41509228,1970671115,3047495320,3629789043,2164736134,1073433731,258511699,1399559445,1287956536,1425260108,625013469,50461581,83886174,1685021193,1952984185,184708205,2557834766,1941284118,2262325807,2206271296,1396702028,353331347,944991125,1280099496,3713332158,2368028914,1577255419,1768253490,980707431,1953849632,1763778671,1919905901,1953390964,1986994235,1818653285,540702575,1869903201,1835606304,1953656688,7630433,1644758272,746153071,1819112552,3984261378,1748163501,1751607653,1629502068,544175221,1886218529,1635021423,540767342,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,17301620,1718431242,1701981552,41509985,2754835970,3162044449,83886306,1836345348,1979843180,4162954291,853720184,1734960488,540701800,1869903201,1835606304,1953656688,997486177,1702260512,1869375090,1629502071,544175221,1886218529,1635021423,268465262,1680018433,1836016745,1869098345,33715315,2355022082,3688765962,587268096,1534486884,1935764579,574447219,1868851556,1663920493,1702063727,1882027118,1886744687,39658079,1590231554,3726248588,17301723,1868770835,1852142446,1768172916,1634493299,1919249769,3892511234,284755027,30142,1868695813,1747745124,40660340,1407714050,3188783364,1701327477,1952999273,1969299514,555773812,1869639017,1851880562,1864383348,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,201392128,1583638875,1684480573,1562538608,3245212162,1288358586,64512,1868695813,1747745124,40660340,3133238786,5032650,1987000572,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1663963393,1768648559,1647145829,1684759393,40922994,3705769474,658956706,83886183,1685021193,1952984185,33713261,2732384654,1730627297,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,1835216397,1852793712,1852399988,16937573,2130982132,67178496,1163084835,3891396866,268450208,1629687553,758395507,762342755,1970302832,973210224,3458439272,12581163,587989264,761475682,1936617315,41184869,3689737473,17825835,1650664210,1701736033,1868783474,1767994478,41051502,3393949185,17826034,1650664208,1701736033,1987010418,1634497125,2382430841,15911499,588644624,1802465123,1663919465,1702063727,1647146094,1701736033,4093706866,8064796,587661584,1953460070,16937573,1735394542,218173440,762079011,1651535732,1647145569,1325466215,16632900,588185872,1869898093,1999466349,1886413170,16937573,1895266362,134287360,1953525539,1682533961,545194242,268464435,1914898433,761820279,16933475,2091934622,234950656,1634890787,1852402531,1852386663,16936806,3270684029,117510144,1769305123,40067885,1472308481,17826031,1685529363,1868770679,1701407599,1852793645,1953391987,2984575234,268496614,1998783745,40723304,995870977,17301747,1866673676,1852142446,1852393588,268501620,12539932,773062920,1735748688,1465871977,1702057317,1802465091,41117033,458632449,17301545,1600073224,876110178,3741385267,15768802,773390600,761422178,1969516397,1868770668,1701407599,1852793645,1953391987,3891396866,134245744,1647185921,1684759393,762343282,1953261926,16937573,43006203,117508096,1131307566,38823793,3776883201,17301633,1231498759,1312974418,514457858,134250977,1663960065,16933475,3190018998,117508096,1332568878,38684538,3888716289,17301592,1835216398,1868770672,1767994478,41051502,1057579777,17301741,1937059344,1701016165,1769108590,1647145827,1661010535,15548169,772538632,1936617315,1601465957,41050466,1051646209,17301621,1868770828,1701407599,1718511917,453050991,903031,772473096,1601005156,1802465123,16934249,2449666175,167839744,1600349742,1852727650,16937573,3425813394,218171392,1869571630,762471796,1634166124,2919301740,3862630,772604168,1663922790,1936026925,1701273971,3687186690,134246681,1731074817,1751412591,761556847,1886220131,1852141167,1600090996,1112424814,2130772565,13196343,772407560,1630368617,1986622563,1946223205,11494822,772473096,1882026858,1634544996,16936553,3930365044,117508096,1936943662,37107505,1363175169,17301692,1936338439,943141235,1080492290,134265937,1848513793,1718187119,1952539497,762212201,1885434487,41051504,2385446657,17301635,1886334479,1131301236,1635020399,1919250025,3930128642,134236095,1882067201,1818584929,1768186223,1831692142,40596321,3552575489,17301583,1869622810,1915643507,1952670053,1668181805,1801677164,1937012079,40199273,3388723457,17301652,1701981711,1818322294,1702260525,2036427890,1644364290,2622400718,134274910,1932402433,1868770663,1701407599,1953525549,1647144553,1701736033,1920413042,1701867617,2046886514,13266042,772800776,1818635637,761820001,1936942445,40200033,22447873,17301520,1769287184,1953459757,1667851881,1869182049,3774939758,11968901,772473096,1600221301,1802465123,16934249,3931250513,285280256,762737966,1802465123,1647142249,1701736033,3657499250,9490207,772669704,1852989815,761753193,1970302832,151061104,11316719,773128456,1937006967,1663921775,1768648559,1868967269,1919251567,2472280322,61140,1683693569,761361505,1953719668,574448745,1630364533,1663922288,1635020399,1919250025,16932130,406329167,453050368,1534486884,1935764579,574447219,1802465123,1631741289,1919250030,39658079,2711880449,16777387,1986618392,711223643,1834951229,1818322031,1953853279,576680549,3204514397,12443576,1679884544,1767601769,574447204,1936552048,1601004383,1936617315,1601465957,1970302832,1562533744,76218626,21607,1853034497,1869570861,761620843,1852727650,16937573,499130969,184614912,1734962805,762995058,40922467,3639312641,17825893,1633821460,1634034798,1852785525,1953391987,1852140901,671154804,14540479,588316944,1701273968,1936617283,1702129253,1953391981,3207069954,268492254,1663240193,1768322145,16935027,1289724932,218173440,1886216995,1953394499,1701734753,369164914,15491023,587858192,1601595748,1667195747,2415985251,1165141,589103376,1867539561,1466987888,1667584577,1818846581,1936617283,1702129253,1953391981,748814594,268444755,1831012097,1802462054,1241580081,10913435,588644624,1633972077,1868770668,1701407599,1920413043,1701867617,3036742258,8692865,772669704,1633972077,1920413036,1701867617,3036742258,8692865,588644624,1986622064,762930017,1634623853,762471783,1768976240,687932014,11214800,588251408,1986622064,762930017,1919252079,41509228,4206909441,17825897,1886593808,1852793645,1953391987,1633972045,151061100,496900,773128456,875915864,1129732467,944861298,1467246904,1348560717,4177723650,134224506,1630406913,762541166,37236786,1084802561,17301504,1499672071,1164399436,128188674,134272922,1747846913,1131832935,2751529559,14129671,772800776,1802465123,762470754,1919252079,41509228,2435185665,17301664,1768173083,1148479850,1869373801,1684952423,1634497125,1634883449,1919250544,2768109826,134260230,1697515009,1231580754,3157524738,134246215,1731071745,1701601581,1663923314,1768648559,1812005477,9077576,772538632,1684104552,1850307173,41119590,1222821889,17301596,1768435224,1852138596,778924845,1684302184,1831693925,1869753956,3942711927,2024624,772210952,1717913449,16936312,2479789010,151062528,1718511918,1633824111,66158,12496934,772735240,1868983913,1851880237,1767994473,16934258,1179577440,251725824,762538542,1651469383,1867541601,40790384,2926545921,17301609,762129930,1919252079,41509228,625125377,17301694,1768762903,1836020323,1818322031,1768715053,1831757156,1818322031,1339031810,134247252,1882065409,1298559589,1818322031,1574568194,134245296,1932398081,1801677172,1868967289,1919251567,4267835650,62915,1768168449,1818450806,1584624481,1866670653,1852142446,1851867764,1601332590,16932130,4148028087,201396224,1718511907,1869570927,1936025963,3951034626,134218620,1127093761,1768648559,1868783461,1852142446,1197432692,1181694024,3504800002,134269787,1345204993,1635150194,1867544931,1936749936,1701607796,1348427620,1635150194,1867544931,1131443568,1635020399,1919250025,812348717,762409527,2936078896,13114590,588054800,1701012321,1952412784,1936552549,2543780098,134282977,1210975745,810759224,3759145218,134279806,1345196801,1600481121,1869562719,1936025963,1970302800,268501616,8268528,773456136,1701012321,1663923312,1768648559,1633645413,1600089196,1849979955,1879114351,12053606,772997384,762343521,1802465123,1601398121,1886351455,16937077,4256050883,318834688,1663921454,1768648559,1764586341,1919903342,41051501,4294476545,17301753,1869491730,1701013876,762012461,1885434487,41051504,1222126081,17301714,1869622800,1702260592,1920413042,1701867617,2667643506,11363735,773783816,1819898995,1633645413,1701147239,1953391981,1885434455,1601332592,1448489823,16934516,3386445168,369166336,2037674798,1601398124,1885434487,1601332592,876697951,16929347,2977973106,268503040,1852793646,1953391987,1634891615,1919250544,3094282498,268491982,1881344001,1635150194,16939363,897419892,134285312,1702260526,2036427890,2322858242,134231421,1764625665,762275438,1936942445,40200033,2990503681,17825977,1866670855,1701407599,107872514,268467799,1629688065,1885692771,1936278644,1767992419,41051501,3116034561,17825884,1936335640,1953459757,1667851881,1869182049,1920413038,1701867617,1342243442,13038049,773062920,1651469415,1630366817,1953654124,1851875885,41051502,4058075137,17825990,1752376077,1835495013,1416064617,16937065,1833611620,117508096,1194417966,38554691,523075841,17301658,1868770831,1701407599,1852793645,1953391971,3626696962,134221533,1663962113,1768648559,1818635621,16939109,1823821177,469829632,1869570862,1936025963,1919250477,1936943469,1601073001,2034592562,1648842324,1292239106,134264664,1663964673,1768648559,1732342629,1130718578,1635020399,1919250025,543031554,134251895,1714293761,1684371561,1953787746,16936303,3587300967,167839744,762538542,1818323300,16934767,411318470,117508096,896952878,38887756,629474049,17301671,1919954445,1667331689,1918971257,16933221,3963729300,201394176,1769107502,2036556150,1668506948,3983409410,134247205,1882066689,1635150194,1868986723,1953067890,1459683941,10092451,773849352,1819898995,876031333,909665334,1663906915,1768648559,1868770661,1767994478,41051502,602682881,17301681,1987325452,1868770658,1701407599,637600371,2378141,587596048,1663919982,4110484067,9013815,587923728,1865560675,1819436406,16939361,3142448871,318836736,1869570851,1936025963,1918984749,1953456685,40726388,1813804033,17301513,1769287208,1684633439,1937007975,1768846687,1868770676,1701407599,1919967091,808609381,1717514802,1702129519,1946223218,617500,588775696,1852141679,1701998687,1701995878,1936024430,1852138335,41051508,3613319937,17825889,1853039398,1701867625,1868770676,1701407599,1852785523,1953391987,1869570861,1936025963,1936617315,41184869,881765633,17301713,1866673699,1852142446,2037674868,1600415084,1851867743,762471790,825058163,1835365219,825061684,1948254466,134242137,1663961857,1920216419,1701275497,3389063794,16077152,772931848,1802465123,1601398121,1701732720,1920425836,1812005488,7751515,772604168,1868787305,1852142446,1667444084,4084662530,134242919,1781401601,1852400429,16936806,3686726006,419497984,1853518638,1886217005,1634296877,761753452,1953394531,1701734753,2264990322,7652702,588316944,1329812052,1886413101,1633905004,1852795252,1586168066,134244679,1596853761,962736434,825438521,875836472,3248816386,134255389,1596853761,1684103779,1717658169,925971556,3248816386,134255389,1630408961,1751344487,762012517,1885434487,41051504,2727158274,557772896,17301564,1851928083,1869491570,1701013876,1920295725,1852399988,1242366210,134249762,1663961345,1953459757,40199017,237720577,17301527,1868770845,762474348,1702260329,1714320498,762605167,1702521203,1634562861,16936044,2114867979,251725824,1936683054,1869182057,1768303982,40134008,240323329,17301630,1868770833,1852142446,1633824116,1919183715,16937071,3765231255,234948608,1869570862,761620843,1651529773,16928070,3515988240,469829632,1869570862,2003134827,762080353,1852727650,1663922789,1635020399,1919250025,3693150466,134265914,1663961857,1798140787,896169074,2332099187,4528227,772997384,1920234341,1734702177,1667444089,1886351405,16937077,3250827561,385943552,1836017710,540942437,544631140,1747853374,1634886777,40134004,1682992129,17301549,1852386825,1650666852,16937569,4114773974,117508096,1481796398,41580879,3927837185,17301615,1668492817,1835886381,778518872,1665427042,16926071,1877614090,251725824,1701800750,761621099,1953394531,41184869,3309461761,17301674,1869491734,1768319348,1769234787,1866690159,1767994478,41051502,2918021889,17301723,1869491734,1768319348,1769234787,762539631,1634623853,41051495,4190481409,17301703,1919888901,16936805,2175512946,251725824,1886351406,1647145077,1684759393,40922994,40733441,17301677,1701981710,2003134838,1851875885,41051502,982826497,17301635,1937059353,1663922789,1768320623,1952542066,762212201,1701995379,16936549,282825662,704708608,1769103707,1701064033,1769104243,1650746722,1663188345,1768648559,1633824101,1919250030,1936026925,1701273971,16932130,3904498823,285278208,1663922273,1768648559,1868770661,1852142446,251724404,10481015,1661993216,1848470883,1718187119,1952539497,40791913,3952328193,16777366,1852793626,1953391987,1768715053,1764582756,1868770670,1852797037,41184869,1205168897,16777357,1986618392,1634493275,1029600115,1869562658,1113942379,576680545,2986410589,10281498,772866312,1868770627,1701407599,1852793645,1953391987,4059693314,134223851,1127092225,1685024045,1865247841,1819436406,16939361,401338874,318834688,1936286766,1767992419,762471789,1885434487,41051504,1029960449,17301691,1147612679,1282692934,2697396482,134271226,1747851009,1868770659,1701407599,1953459757,1667851881,1869182049,721486446,14035482,1680277760,1666938473,1936941420,1126317406,1768648559,1852785509,1953391987,1852793695,1852399988,1600090725,16932130,2096556819,570490880,1534486884,1935764579,574447219,1802465091,1416848745,1953263471,1951625321,1600482425,16932130,1075256950,402722816,1869562659,1197828459,1131573348,1702063727,1631745134,1919250030,1089011970,268469121,1696797697,1936607596,1768844655,1869562721,1113942379,16937569,810244285,134287360,1299803427,1818322031,4015587586,134268704,1127097345,1768648559,1819234405,1232692073,1601136238,1852793695,1852399988,1600090725,1684288095,16919913,337234542,503382016,1534486884,1635017060,1936028717,1663188340,1768648559,1869622629,2036558188,16932130,337234542,167839744,1953456686,1651339124,16937569,2436726157,369164288,1534486884,1935764579,574447219,1802465123,1601398121,16932130,3849767223,285282304,1667457315,762605669,1953394531,1701734753,2768372338,3064238844,15676070,588054800,1835102822,1869426021,1936482660,81264898,134250969,1932399105,808609146,1663905842,1635020399,1919250025,81264898,268468697,1931675905,1818323316,41185893,1793025025,17301632,1717644806,40857443,2882302977,17301622,1868770831,1701407599,2003136045,1953391405,1437204738,134224558,1680738305,761492329,16937059,3098891690,251725824,1936683054,1869182057,1768303982,40134008,3383310081,17301510,1868705298,1836020852,1936286765,1767992419,41051501,4263805953,17301644,761802245,16920628,3725302178,218171392,1869562670,1936025963,1701080909,318833260,5245737,773128456,1684104552,1949135461,762607717,1953394531,1919250021,1392115970,134277721,1898842881,1801677173,1684630643,2281767525,12417087,773259528,1702127987,1936026925,1701273971,1852793645,1852399988,16937573,2534801058,520161280,2037674798,762537324,1667194733,1768648559,1852785509,1953391987,1764974431,36926584,3884285185,17825886,1667179277,762604912,1634887273,16934253,1302369246,234950656,1851875875,1131570542,1702129263,16938094,3582071621,134287360,1970037283,1734487410,2493776130,268482438,1663241473,1866690669,1767994478,41051502,3032754177,17825998,1868768012,1701407599,1818326829,1895891564,9249865,588054800,1802465123,1967285609,1852798068,4248502530,268472496,1713572865,1953722985,1936291373,16938089,3581336673,134287360,1953853475,1701995880,4255514882,268459594,1914902273,1663923044,1768648559,1919954277,1919247973,1701015141,2785084019,2982398,772800776,762537074,1633972077,1869622636,40924528,2180949505,17825837,1853170451,761753705,1802465123,1751344489,1701013871,1695088898,134221157,1596852225,894989619,16937796,3043256296,268503040,1701601582,1932358770,1852793701,2037539172,1704194,134220809,1663962881,1633824108,1919250030,1685021229,2231435897,13113258,775094536,1802465123,762537321,1936617315,762605157,1852727650,1667199589,1768648559,1866691429,1852142446,1851867764,1601332590,2004052575,16926791,1687158447,184616960,1936941870,1635346989,39942763,3780443905,17301506,1768304140,762606450,1769171318,3590390388,15941655,772735240,1697477479,1869570933,1818585451,16938849,2819118144,201394176,1718511918,1633824111,1919250030,2580545794,134271337,1781402113,1869622647,1936749936,3167355138,134258120,1932397057,1970037343,2020565605,2927689986,134274195,1949178881,1701014629,1633824108,1919250030,1769365805,1663922035,1768648559,16937829,454746660,268505088,1852793635,1953391987,1634891565,1919250544,993722626,268438620,1713572865,761491061,1802465123,16934249,2500949095,201396224,1885628195,1633824114,1919250030,2220425474,268466089,1814237441,1919252833,1634689631,1633641586,39937394,1935554561,17825829,1852777236,1970435173,1647146099,1701736033,1685269874,637600363,7807901,588513552,1882024304,1818307939,1869622636,1819309424,41182821,2620084481,17826015,1869619981,2036558188,1685024095,16936033,71100214,218173440,1885893667,1953459807,1768185702,2483094134,10889401,772800776,1869508193,1769234804,1630367343,39937394,1248711681,17301715,1868705303,1836020852,1953525599,1601467759,1869508193,1701015157,3545235714,134247700,1848510721,1869426039,40657252,349392897,17301621,1868770831,1701407599,1903061293,2037541237,131596546,134249076,1663968513,1768648559,1869622629,2036558188,1919377709,1701668197,1848472686,1718187119,1952539497,40791913,1069569537,17301649,1868967437,1919251567,1667855475,16939371,3181178423,285280256,1718511918,1852785519,1953391987,1633972045,3372286572,3981349,772669704,1633972077,1868783468,1852142702,1342243444,12768466,772669704,1702129518,1701732720,1634883436,553714288,2583133,772735240,1769238382,1935636838,1801677172,16934249,3100562046,100730880,1953525550,16936521,1078086171,134285312,1953525550,1868983913,3313434882,134226802,1882067713,1869836901,1231839598,1601136238,1701994847,1610678881,9404550,772604168,1970302832,1633836912,1919250030,523960578,134249719,1932398849,1700015476,1601400178,1885434455,41051504,2060484097,17301615,1869884947,762606433,1953787746,1915579759,1952999273,1197670658,41141,1768168961,1818450806,1584624481,1145512509,1600082512,1953394499,1701734753,1562520946,4202561794,268457678,1663241217,1702063727,1647146094,16939119,679767601,201396224,1936026915,1701273971,1918984749,280690946,134219664,1596851969,1698781491,3892380238,12313074,773521672,1802465123,1647142249,1701736033,1702047090,1869182051,1869753710,16938095,1749303823,436277248,1869375267,762077538,1919252079,762929516,1801675106,1970238055,16933998,923303872,117508096,2001298222,40390228,1260038657,17301700,1935879691,1886399859,2020565549,447348994,134267979,1663960833,1951234146,553714246,5884358,773456136,1651469415,1865247841,1819436406,1647147361,1735091041,1853190002,1057030756,13602738,773456136,762016366,1953718637,1684104552,1852399455,1647144806,1701736033,3389063794,5190843,1679753472,1683715689,761361505,1953719668,1868767805,1701407599,1634694189,1919251571,16932130,3952652730,369164288,1534486884,1029596265,1601205026,1936942445,1600481121,16932130,2281561410,184619008,1346454307,1634288720,40333164,3441724673,17825864,1347887887,1869570861,761620843,1868983913,3121743106,4146487829,3159199430,1503785927,3569240901,268493193,1629687553,2037145966,1935894900,1633972045,1476461164,5056019,587792656,1601728354,1868983913,1371406594,268480377,1663239425,40068710,3301409025,17826037,1868768021,1852142446,1867543412,2036558188,1818323268,16934767,1194741425,520163328,1634495267,1819638389,1852399457,1836216166,1786340193,1851744622,1634495329,39938916,455000321,17301673,1868770828,1701407599,1818326829,3238068844,11082526,587661584,1886351469,16938852,1195899743,117510144,1869638947,40924528,1207656193,17825863,1869619979,762344816,1634428272,872481026,268455413,1914902529,1701868389,1882027107,1635150194,1999468899,1886413170,33714789,181015106,859911343,184619008,1685025315,1869622639,40924528,3497519361,17826047,1769153302,1848468852,1734964833,1869182049,545136750,41314660,1122453505,17825984,1869816594,1699574886,1734439795,1814917989,41186153,3912876289,17301755,1701654025,1734439795,16937829,4226365889,285280256,1685017134,1818386287,1600090741,1682665059,3254846030,16511112,772145416,1113674323,1526792781,16135262,774111496,1836213588,1432768371,1867343219,1600938340,1633972077,1634883436,1919250544,1647533919,39342167,2702540289,17301756,1633824275,1919380323,1684960623,1702260525,2036427890,2129068290,134269983,1647184641,1919954285,1667331689,906035833,3017709,772276488,1819635043,41564017,671209729,17301598,1868770832,1701407599,1986223987,2019652985,3640722024,6170625,772800776,1802465123,1601398121,2054713700,40332345,671209729,16777310,1633966885,1949131124,1031041893,1685024034,1663921249,1768648559,1868705125,1836020852,1918984749,16932130,1579680217,184616960,1936941870,1868790061,40330546,4059825921,17301753,1768173071,1685015926,1766091873,1735355489,215744770,134244776,1697515265,1685747812,2164326987,16385992,773062920,825058163,1785359225,808269933,1718578222,38893643,130580737,17301754,1818963487,1970959713,1647141228,1735091041,1853190002,2037853540,1918990963,2037280634,3674931458,134260971,1814958593,1970239841,540942452,1634891566,1919250544,599195906,134250312,1915621377,762015329,1802465123,1647142249,16937569,1089522075,805371904,2037674843,1029596524,1936683042,1869182057,1713388142,1684371561,1701584955,540701798,997748784,1886352416,1882202170,1562524536,3235709186,134235599,1965958657,1768172905,1735355489,1769103707,1701064033,1769104243,1650746722,1663188345,1768648559,1562538853,154927362,134263593,1965964033,1768172905,1735355489,1769103707,1701064033,1769104243,1650746722,1663188345,1768648559,1562538853,773881376,1999464821,1701274729,1986997620,1634497125,1006699129,11741449,1628569856,1630367856,1885692771,1868770676,1701407599,3925934707,1499511,1661796608,1768648559,1869622629,2036558188,102826242,44970,1768167425,1684626294,1126317406,1768648559,1867543397,1601205616,16932130,1020989016,822149120,1534486884,1819898995,574447205,1769172848,1852795252,1650532410,1970040691,540763508,1852386682,980968804,808596256,574304304,671154781,14984868,588054800,1685217635,1869570861,1936025963,58720514,268489256,1663242497,1702063727,1647146094,1814919279,40136807,3822646273,17825973,1952654116,1596993644,1768714064,1633905012,1802465091,1601398121,1131833700,1768648559,1934455653,1023476327,11555583,587792656,762734438,1685088108,3917218050,268435677,1763903233,1701402227,1761673847,599915,588316944,1918987371,1701850479,1702260525,2036427890,1976303874,268438128,1797459969,1869767020,761622573,1684957559,16938863,175142348,83955712,1885826083,335676004,2212908973,5852186,587792656,1685088108,2020565549,1318650114,268491193,1814236417,761557095,1885434487,41051504,2211700993,17825853,1735140108,1650418800,1701736033,3489727090,6681034,587923728,1685088108,1852727650,16937573,489295668,302059520,1630367011,1680696163,1919120229,1769238633,16936559,3991406691,201396224,1685024035,1866689633,1701407599,4030660866,268499652,1831014657,1919906927,761359471,1802465123,41117033,3728720642,1800525296,17825823,1735271174,40067885,2024879873,17825875,1869619988,1769236844,1917870435,1667331689,1684104297,1409352293,14145356,588448016,1986622064,762930017,1768714096,1680701795,16938601,3865706807,352391168,1769107491,2036556150,1869575213,1647145836,1701736033,587268722,16586576,588382480,1953460082,773864992,1647141747,1247893092,2365653601,5688079,772210952,1297246818,16937569,1456148365,369168384,1886679587,1634887015,1869570924,1667590507,1702129263,16938094,3621089444,117508096,1598243374,37310038,3190970113,17301702,1937387015,1631155809,844562690,134268606,1127095809,1768648559,1819232357,1601332580,1953394531,1701734753,845111154,1932551987,1462960386,134226051,1177421313,1768711507,2585002242,134234938,1798178561,1163093845,335610488,4405914,772538632,1146111820,1953459757,40199017,2885118465,17301686,1667313169,1953523043,1701015137,1919251501,16937837,1541534155,285280256,1667326510,1869767787,1818373488,1932358261,2885747309,12072832,8388872,786563072,2019912806,1701602862,1868770680,1684876908,1818638940,1915582565,1781430127,1769239413,1663924582,1702129253,1684876914,1969896028,1718187123,1953705337,779383393,1835365481,1700998515,1919251566,1885431598,828070957,1551396912,1684876893,1634155100,1532767600,2020619313,1831755100,1999468641,928734253,2020618294,1882086748,775236985,875395184,1714255662,778857589,979133549,892172400,1550085422,762933306,875649884,1566341232,761425198,808541020,1551396912,1734487645,1768453933,1915643252,1684960623,2016240741,1868705388,1919247474,875389485,1869570606,1919247474,1549491245,1161905443,1546667587,2885747293,12072832,772866312,1852727650,1663922789,1635020399,1919250025,853278978,134275535,1647186177,1701736033,1768303986,761554296,41447266,2693242369,17301633,1633824361,1714251123,762865004,778858339,979134316,1702060386,1701602861,1869753720,1633824375,1714251123,779642220,1702060386,1714255661,778857589,1702060386,1702127917,1663923053,1702129253,1633824370,1781359987,1769239413,1647147366,1702327397,1647210085,761623393,2021141872,16937848,1978975682,436275200,1869575214,1953065836,1769107501,2036556150,2020565549,1868717919,16939364,1978975682,369166336,1882022702,1886744687,1852793645,1953391987,1852140905,16936820,2386532806,201394176,1918985006,1868705124,1836020852,1423048962,134230997,1663969793,1700885345,1701079414,2003136111,1932357481,1701998452,1701344301,942499181,1663924269,1635020399,1919250025,2691498242,134219403,1663960833,1178950242,453050986,2320823,773062920,1936617315,762605157,762470754,1885434487,41051504,4274873089,17301658,1868770833,1767994478,762471790,1768714096,16939363,2819296643,302057472,1869570862,1936025963,762668333,1852727650,16937573,3054799342,151062528,892888366,1700883297,2919301680,1183137,772342024,1702390118,1918976612,467403010,134273065,1714292481,1885556847,2701197913,16597318,772538632,1953460070,1814917733,40136807,3446094337,17301627,1718038023,1349537365,2568421634,134223539,1731075841,1868770678,1701407599,1885826093,1818307940,762606181,1953394531,1701734753,1778451058,8071509,772210952,1499814504,16933970,3312865130,117508096,2003986478,40526711,1759832065,17301537,1416179207,1649370952,460783874,134237861,1764626945,762275438,1769238382,1633904998,1852795252,1818886402,134254209,1764625665,1651467886,1999468655,40919410,4094350849,17301592,1953050139,1663923553,1768648559,1868770661,1852142446,1633824116,1919250030,1446183170,134259665,1781403649,1735142755,1663919216,1702063727,16938094,248117555,285280256,762538542,2003789939,1835364909,1701080681,4009820786,8505889,772997384,1953723754,761357161,1802465123,1650419049,16937569,1993879271,218171392,1885826094,1869884772,1769237615,1359020656,6187900,775160072,1634365292,1634886255,762863981,1919906931,1868770661,1852797037,1937010277,2016227373,1869570861,1936025963,1936286765,1767992419,41051501,4222336257,17301580,1684876813,1853042019,1651204961,16937569,459188304,302057472,1986096686,762470754,1668508004,1835622764,16937573,184448106,486606848,1986096686,762470754,1969516397,762537324,1769238382,1633904998,1852795252,1778451059,720500,772210952,1769238382,16935270,3478192218,335611904,1953459758,1667851881,1869182049,1868967278,1919251567,3798794498,134223755,1848512513,1718187119,1952539497,1114533737,16937569,1196742857,117508096,1953525550,40790317,1795714050,66501377,17301559,1685073430,761474419,1447840336,1852729645,760563056,41120611,1188239873,17301652,1869622801,2036558188,1852793645,1852399988,16937573,3973193630,352389120,761492270,942957368,808478050,1781411885,1380415347,1778451057,861984,773128456,1647141747,962881079,758342244,2003381808,1433094987,1612841218,134240208,1932398081,1634086243,878797921,808280630,2329018626,134237237,1932398337,1769235301,757952111,1651464499,1644233324,15326096,773193992,762214771,1953394531,1701734753,1633824114,1919250030,3355509297,7633375,773783816,1886217588,1702125932,1918988333,1868770676,1852797037,762605157,1836213620,16937839,3628769425,335611904,1835693102,1869562740,1936025963,1633836895,1919250030,520945922,134226015,2049837057,1651335991,16937582,2282904334,419495936,1634493275,1029600115,1769099298,2036556150,1953460038,576680549,1140916829,6872118,1528955136,1635017060,1031365421,1852793634,1852399988,1831694949,1818322031,1869570861,577071467,2634089053,5937362,1627717888,1953654124,3697148162,58447,1885407745,1886334320,1852386676,1211302146,35675,1768173569,1818450806,1584624481,1699881533,1182032737,1702129519,1986610034,1632463977,1851747186,1718187119,1952539497,1601073001,16932130,1360616316,536936448,1534486884,1935764579,574447219,1919249505,1868770676,1701407599,1819898995,1562538853,3151233282,17486,1768171265,1633966966,1949131124,1769239397,1646411108,1701736033,1868770674,1701407599,1702112627,577990002,855704157,6287180,587596048,1919252065,2113995380,570076,588185872,1919252065,1818320756,1634754412,16934247,2244176012,218173440,1768645411,1818588005,1601463141,3372286569,12082462,587923728,1932358767,1647143780,16936564,3343736379,234948608,1851875886,1467114862,1886413170,16937573,368103589,117508096,1634692142,41051492,2445463553,17301688,762981895,808792113,1532821762,268444894,1646466049,1866691433,1701407599,1886220099,1851877740,16934243,695976659,117508096,1901356590,40585812,212362753,17825856,1868768016,1701407599,1701996385,1852140901,285278836,10308224,589168912,1802465123,1668506985,1953524082,1785620831,1702126437,1920425828,1701867617,369164914,1044249,589299984,1701080681,762538360,1802465123,762537321,1936617315,762605157,1885434487,41051504,3825160961,17825849,1701651221,1734439795,1818373477,762012527,1802465123,16934249,2484944375,419500032,1919250467,1634627443,1633955180,1882022260,1701015410,1852404595,2919301735,5389311,588841232,1768714096,1816295779,1181442927,1766224495,1450472306,1953067881,1889993218,3706832982,268440392,1881345025,1970303087,1868967280,16933999,3984875227,469831680,1886351395,1663922293,1635020399,1919250025,1953456685,762146676,1952867692,774308098,268476948,1881345537,1635150194,1867544931,2036558188,2389115138,268472808,1914902529,1836016485,1684956525,1667593261,1853042024,1651204961,16937569,1132999731,352391168,1936159267,1767992621,1868770670,2019914862,1633824116,2801861234,9727344,772145416,1600676419,2801861219,3173744,774504712,1802465091,1665230185,1953523043,1970302800,1869426032,1701606756,1868783455,1767994478,1601332590,1348759125,268501574,7559333,1680146688,1683715689,761361505,1953719668,1029990701,1869570850,1097165163,1885692771,1886343284,1562538101,2769289474,134247256,1127094529,1768648559,1667449189,1601466469,1953460082,1261920095,40919351,2218616577,17301610,1866673698,1701407599,1701012289,1851880560,1667196259,1635020399,1919250025,1648648031,39006540,658518785,17301595,1866673689,1701407599,1868783475,1767994478,1601332590,1345348703,16929862,1529298995,671156224,1869562670,1097165163,2003790956,1701015137,1869570911,1936025963,1869376577,1668178295,928997221,1329686584,2821980418,134232930,1127097345,1768648559,1851867749,1601332590,1869570911,761620843,1852727650,1600090725,1884701535,16921183,2876004007,503384064,1869562670,1231382891,1919903342,1601332589,1885434487,1601332592,1918190687,16922998,2673750435,369166336,1346651950,1851871314,1831693413,1819632751,1869753701,16938095,635095149,100730880,2004174638,16926574,3532571350,117508096,1915903790,40252973,2395133441,17301714,1699360262,40253493,2704046593,17301575,828321287,1852601705,746193154,18337,1768168961,1818450806,1584624481,1866670653,1701407599,1718503795,1701671535,1562533746,746193154,134236065,1294866689,1816226165,762606181,1851880563,1685217636,1667462483,41120613,879798017,17301674,1699753492,1852797810,1631874145,1866686836,1919510126,805372525,9542293,774111496,1918987603,1885422452,1634231156,1768444717,1600416869,1769172848,1852795252,1953456735,40726388,2109968129,17301573,1867787801,1383363425,1601466223,1885434487,1601332592,1279676511,16936263,2087743655,436275200,1634685998,1718187123,1952407417,1953718639,1852793645,1852399988,16937573,1571761971,33622016,16930862,99761399,50399232,40788526,4064081665,16777221,1633966886,1949131124,1769239397,1663188324,1768648559,1953451621,1667851881,1869182049,2019906670,39658100,4064081665,16777221,1986618399,1952539739,1702112609,1684632691,1869488701,1768319348,1769234787,1562537583,1022820610,134219250,1512965633,1097164149,2523201794,134258320,1663960833,1298747459,1694564934,10391702,772210952,1918065003,16931441,2660275813,117508096,808607534,39989848,2652808961,17301717,845098503,2051629895,498336002,134262284,1630406145,1481201510,498336002,134262284,1848511233,1718187119,1633824121,3019965042,11406365,772210952,1431384671,16922933,1565868218,117508096,825450286,40256307,2615743489,17301619,861875722,1902786933,39211368,1190401025,17301504,1734290953,1278765396,16935736,2305623914,117508096,1667457326,41185381,3260681729,17301593,1667313173,1953523043,1869570861,1936025963,1886351405,16937077,3535501455,285280256,1701601582,1663923314,1819307375,1668178281,4177592933,3136944,772800776,1869508193,1701015157,1869570861,40200555,2843333889,17301718,1868705295,1836020852,1936026925,1701273971,2077753602,134263475,1882066433,1702125932,1348427615,1735350324,2077753602,134263475,1647189505,1634545016,1663921769,1768648559,1869622629,2036558188,1684632365,1918984805,4025352450,134256855,1663967233,1953459757,1936024425,773864992,1114857832,1869902965,761474670,1769238382,16934243,1673070437,268503040,1868784430,1701407599,1852793645,1953391987,3140157698,134226008,1663961345,1600990573,41364835,3737712641,17301681,1868770827,1281321839,1265520710,2103836930,134231734,1663963905,1768648559,1869753701,757953647,758132019,1795228211,4652584,772669704,1802465123,1866687849,1919510126,2281767533,691278,773325064,1802465123,762537321,1701996385,1852140901,1818307956,41185893,303411457,17301641,1868770847,1701407599,1734421875,1835361650,762605157,1769238382,1633904998,1852795252,3655860482,134254212,1663961089,1936420719,16935775,2558604083,100730880,1114727214,16928370,4049605660,318834688,1936286766,1767992419,1601332589,947347295,39143256,221786881,17301529,1852059153,1851408721,761492270,1095583337,16927087,2032258866,671156224,762668334,1802465123,1882023273,1886744687,1685024045,1600482421,1601529183,1802465123,1885300073,1886744687,3266248962,134228940,1714296065,1684371561,1869373997,1600088931,1802465123,41117033,2397085697,17301716,1868967437,1919251567,773881376,16933731,4250523496,402720768,1869571630,762471796,1802465123,1630365033,1701147239,1953391981,1915683074,134240200,1714296065,1702129519,1701850482,1852797810,1680698465,39941217,838160385,17301703,1684483594,1915581040,41185135,3976164866,1959040195,17301547,929574403,875757826,134238814,1764626689,762275438,1802465123,1965909353,41117043,4190922241,17301512,1852386828,1836216166,1869182049,587268718,2346431,772735240,1112753005,1852793695,1852399988,16937573,2989143654,419497984,1685024046,1866689633,1701407599,1869766515,1600091247,1362507059,855704109,14362677,1679491328,1666938473,1936941420,1830960478,1818322031,1802465091,1601398121,16932130,3676845363,50399232,38497838,3009366273,17301536,1869491736,1768319348,1769234787,762539631,1953394531,1701734753,1040253554,7428619,773390600,1768713839,1651533166,1667194744,1768648559,1834966885,1818322031,1709244674,134222759,1882069505,761620321,1953460070,1600090725,1970302832,1868770672,1701407599,1764950274,134268548,1882064897,1949135719,16937071,3125336833,234948608,1769107502,2036556150,1869373997,16935779,811309556,134285312,761360686,1919968359,1217659138,134263909,1932400385,1920166242,1866673525,1701407599,1701996353,1852140901,855704180,12159295,772604168,825058163,1936486200,808268655,3063152898,134267493,1932406785,1701994856,1868770660,1852797037,1937010277,1869562669,1936025963,1701996353,1852140901,1915563380,762605423,1313419821,16928106,1264638272,201394176,1869116206,1868770679,1701407599,3001024770,134275544,1932399105,1701607796,1768185695,1634493299,1919249769,1009975554,134258290,1932400641,1701607796,1868783475,1767994478,1601332590,1651454303,16921933,2801546291,83953664,943223854,805372470,10666375,772538632,1836213620,1869622643,40924528,64186369,17301590,1937059357,1680700005,761361505,1668248176,1769173861,1999464302,1886413170,16937573,2248710797,352389120,761624366,761623413,1802465123,762537321,1668246626,2801861227,1136240,772866312,761423223,1802465123,1882023273,1886744687,1009975554,134239861,1999504897,1650666868,924385538,56880,1666914305,1936941420,1092762974,1885692771,1869562740,1600481643,16932130,3255595175,335609856,1634493275,1029600115,2003002914,1634891565,1562520944,3732799746,56972,1683694081,761361505,1701667182,1126317406,1768648559,1867412325,1768319348,1769234787,1562537583,875757826,38774,1935355137,1701607796,1948400990,762607717,1734962273,1814051438,997484133,1936683040,1869182057,1713388142,1684371561,39658043,3663204097,16777426,1886413074,1869570861,1936025963,1667457325,41185381,1849001985,16777287,1986618404,1634493275,1026192243,2037674786,1600415084,1869562719,1466263915,1886413170,573403749,1795228253,2173447,1679819008,1666938473,1936941420,1344421214,1769369458,1601332580,1953394531,1701734753,39658098,2453031425,16777446,1986618406,1634493275,1029600115,1869501218,1769099383,2036556150,1768714064,1631746403,1919250030,39658079,4008610049,16777252,1769368856,1868770660,1701407599,1953459757,1667851881,1869182049,3472949870,14072966,1963720960,1702309225,1818307938,41185893,1546924801,17301625,1331899911,1987070797,3822452994,134243935,1764624129,1229150273,3590390342,6709219,772210952,1482974315,16927331,1717560278,906035200,1534486884,1819898995,574447205,1684300144,761753193,980447092,1882206496,1881160568,1768186977,1647142766,1869902959,824195693,997748784,16932130,2576733673,218173440,1869570851,1600481643,1970302832,453050992,7998052,772473096,1999463267,1886413170,16937573,449954039,83953664,1918985262,1325466219,6956089,588382480,1869376577,1869562743,1936025963,1633972045,1929445996,16168502,772735240,1633972077,1633824108,1919183715,16937071,4139136627,318836736,1667457315,1635020901,1852795252,1464880451,40660065,4257595905,17825978,761471754,1936942445,40200033,324596225,17825976,1633886985,1685015910,16936033,3158023462,385945600,1852793635,1852399988,1665233509,1852795252,1936942413,40200033,150478337,17825970,1868768016,1701407599,762470754,1702131055,1023476338,10891238,588906768,1802465123,1131636073,1768320623,1634891111,1852795252,1633972045,637600364,8170909,587923728,1131833700,1702063727,16938094,1281364350,402722816,1852794403,1920233316,1886613089,1852142177,761358691,1936290407,1232077058,268494568,1814236417,1818322789,1802465091,41117033,1174264577,17825940,1886397187,3583443202,268471455,1965233409,1885299043,1886744687,1667326559,1869768555,40136309,2013504257,17301756,1128476165,16921904,969015655,151062528,1819233070,1802068833,1442906745,2077934,772997384,760042573,1852727650,1663922789,1768648559,16937829,3951893821,318834688,1868783406,1767994478,1601332590,812478513,36790130,2140459265,17301714,1868770834,1701407599,1969302899,1919903860,40204905,2140459265,17301714,1987259919,1702128741,896872749,1631139185,2496725250,134271615,1630409473,1953654124,1936547679,1918315879,1701867617,520159858,13848784,772604168,1920298082,1869570861,1936025963,266862850,134281158,1663960833,1749178196,771818064,15386955,773062920,1769236835,1986096685,762470754,1936942445,40200033,2472552193,17301732,1868770832,1701407599,1986997619,1634497125,872481401,10751951,773259528,1802465123,1299408233,1634956133,1999463783,1886413170,16937573,2817920097,285280256,1920295726,1852399988,1734962271,1868723304,2046886520,11320691,772604168,1635017060,1769107501,2036556150,2155479298,134255556,1714293761,1332505717,1768120688,16939380,4202984401,134285312,761816878,1868983913,2868773122,134237983,1764628737,1663921505,1768648559,1868770661,1869771886,1869426028,40657252,1030778625,17301736,1634283042,1868770669,1701407599,1852793645,1819243124,1685024045,1647144033,1684759393,40922994,1030778625,17301736,1936338439,943075955,3326017794,134281520,1831735809,1818322031,1852793645,1768122724,1936027247,1999896834,134246612,1848513025,1718187119,1952539497,762212201,1935832435,196866,134234868,1882069761,1819570799,1663923301,1768648559,1814917989,1970239841,1702047092,2164327028,15495497,773325064,1869562737,1097165163,1634560366,1852795235,1920233029,39937121,259636225,17301562,1701981709,1634226989,1130653042,16937069,2840041239,251725824,1986359854,762077541,1919252079,41509228,905588737,17301693,1953705492,2037080937,1953459757,1667851881,1869182049,906035822,3887898,772931848,761886067,1181115220,1953722985,1702453580,637665906,1596072243,14357481,772604168,1935765364,1868705140,1836020852,2190606594,134267115,1949175041,762540917,1802465123,41117033,374108929,16777409,762799126,1651469415,1848470625,1718187119,1952539497,40791913,1908547585,17825998,1634411273,1953854059,16936545,2445763316,553717760,1751348003,1953718889,1680696421,761361505,1953394531,1819045746,1932358245,1801677172,4093706873,9359458,772145416,1448297286,3925934691,12446701,774177032,1768448851,1702130530,1851867748,1601332590,1634883423,1919250544,761492269,929852517,808282472,2446196994,134277035,1596856321,913328434,1665808742,1700750704,1701790564,846418993,16928109,3303730666,268503040,1663918894,1768648559,1633824101,1919250030,2564555010,134242719,1663961345,1970497585,37120361,2303808001,17301589,1936338466,1651012397,1936615725,1869360499,1601071463,1869570911,761620843,1936617315,41184869,1764337921,17301578,1516973575,1480869734,383451394,134269476,1882068225,1886350447,1316580463,1718187119,1952539497,40791913,1347375617,17301572,2003840533,1869570861,761620843,1936617315,762605157,16921206,1606968052,117508096,1634235182,41381732,744748033,17301568,1869819410,1801661811,1936614189,1831695470,41053799,2024026625,16777261,1986618417,2037674843,1029596524,1936286754,2036427888,1818632250,540768357,1734962273,1953049966,980643173,1852138272,997352820,16932130,2867523050,352391168,1667457315,762605669,1802465123,1714251113,1702129519,2600534642,8559738,587989264,1634755696,1819242541,41509737,2156412417,17825820,1869619977,762344816,16937843,1874222867,83953664,1885622318,1107362401,9957686,772800776,1936617315,1601465957,1952671091,40791913,1244541697,17301661,1868770829,1701407599,1685073267,16933232,2017406527,184616960,1953391918,1680700005,40201839,2070221057,17301639,1868967438,1919251567,1819242541,41509737,4181082625,17301721,1685073421,1999462768,1886413170,16937573,3725941139,201394176,1886351406,1600090229,1634755696,1170866434,134234912,1882068225,1853042036,1651204961,1600090721,1718777203,40199009,2251986689,17301634,1752444437,1685073253,1663918448,1702063727,1647146094,16937569,3200270127,318836736,762538531,1970302832,1868770672,1767994478,41051502,2696126721,17301676,1869622799,1131443568,1635020399,1919250025,3013673218,268479648,1797460481,1600875382,1769238382,1633904998,1852795252,967377154,268461600,1914901505,1701077349,1868783460,1634890862,1918858339,16938863,1981355646,419497984,1769295150,1819045699,1702064225,1634891565,1919250544,1701736009,3909157490,9365274,772735240,1953394531,1952670066,1886351405,16937077,2490286124,570492928,1869570862,761620843,1768714096,1667201379,1768648559,1819234405,1601790825,1652046175,16939617,280553485,587270144,1869570862,1600481643,1802465123,1866687849,1852142446,1634883444,1919250544,1147821919,38691916,4259950849,17301689,1633955336,1631740276,3254846066,8849831,772210952,2035245414,16934760,1629636993,167839744,1835559214,1886351405,16937077,791876179,302057472,1835559214,1886351405,1865248885,1819436406,16939361,791876179,151062528,1819242542,1701405545,2332099187,6144373,772604168,1852404597,1868770663,1701407599,2620129538,134281282,1882064641,1667853423,201392761,3742799,588448016,1634692198,1735289204,1919377759,1701668197,16938094,2155061534,234950656,1819242531,762930025,1701012321,16938096,1341215931,654379008,1818517806,1886217055,1852793695,1953391987,1634296877,761753452,1969516397,1650419052,1684759393,40922994,4048861953,17825871,1937056533,761620321,1769238382,1831691619,1634956133,16934247,531893022,184616960,1936278574,1767992419,41051501,1239363329,16777452,1734422054,1130718578,1768648559,1663982693,1869639023,1953391982,1868783455,1701407599,1885434455,41051504,3727589121,17301713,1633824273,1919380323,1684960623,1886351405,16937077,296137266,184616960,1601069614,1802465123,41117033,1257693185,17301759,1868770839,1701407599,1869622643,762344816,1886614899,1701735529,2345402626,134279719,1663960577,1802465135,1087766786,134279128,1848512257,762934383,1953394531,1701734753,1325466226,11854695,1680670976,1683715689,761361505,1953719668,574448745,1802465123,762537321,1919252079,1601790316,1852793695,1852399988,1562538597,302055682,134282937,1714296065,1702129519,1851744114,1718187119,1952539497,40791913,2208961281,17826038,1868768013,1852142446,2036419700,16937573,1475514331,302059520,1718580003,1936018804,1701273971,1768697203,16938099,1521759450,234948608,761750062,1667330159,762934377,16920629,1440566931,151062528,1835229998,1869574701,3875603060,5769325,773259528,1936617315,1182035557,1601008239,1852793695,1852399988,16937573,1066405539,335611904,846096686,1685024045,1600089185,1667329122,2020565611,3055092994,1162995683,2549071826,3891439620,3271311511,134260245,1965955073,762471795,1702129518,1869491571,1768319348,1769234787,16936559,1630268917,285278208,761493363,1802465123,1647142249,1701736033,906035826,2189769,587464976,37972803,1334031874,2894069454,16777418,761622538,1802465123,41117033,2441393409,17825793,1869619978,2036558188,41314628,3150237697,17301523,1868705299,1836020852,1701996077,1684372069,1918984749,2648834306,268475008,1092814337,2003790956,1836384514,134246074,1680739841,1869373801,1769418087,1952802660,1584398594,268435610,1663241985,1702063727,1882027118,1768387948,235405934,281536058,687891270,885276596,2966370282,3060924706,3197140830,4257800083,9304773,772735240,1769238382,757949795,1802465123,16934249,3156020751,654376960,1952671091,1533964137,1935764579,574447219,1986622032,1132028769,1702063727,1631745134,1919250030,39658079,1706339585,17825839,1600070427,1954047342,1679834656,1666938473,1936941420,1663188318,1562538867,3324051970,3150600649,268493866,1864566529,1764586608,536937070,2546955,588054800,1936683619,1768172915,1735355489,755761410,268489400,1763904257,1601136238,1868717923,1963000440,9589461,588185872,1868983913,1852793695,1852399988,16937573,149548101,503384064,1869570862,1936025963,1668246594,1935889259,1633824115,1919183715,825061487,16939622,4201932497,436275200,1869570862,1936025963,1668246594,1935889259,1869753715,825062511,16934739,4201932497,369166336,1851878446,1684956516,1718511917,1918984815,1734962221,16938088,1815607693,184619008,1936286755,1767992419,41051501,3094826754,1170048049,17301734,1818308103,1635021413,2968060162,134282661,1630408193,1953654124,1869562721,1936025963,372834562,134233603,1747851009,1764582005,762275438,762470754,1886220131,1852141167,855900788,857768791,2335190361,3223122627,6212824,772079880,1685088108,158073346,4068220768,1902,1768169217,1818450806,1584624481,1735139901,1831691376,1634956133,1647142247,576682095,1828848221,2789086080,2886069,772276488,1852599903,41249129,2319397633,17301681,1768173066,1634493299,41051501,4151289601,17301701,762129940,1885434487,762471792,757950306,1935764583,3305177715,5850716,773390600,1701273968,1528839712,1935764579,574433907,1734633847,1562539109,1691746562,134268931,1932400641,846815071,1766746727,1865438025,1598116401,1851934005,16938859,2634956457,167839744,1764586542,1919377709,16934245,2794379752,134285312,1769099310,2036556150,2428502274,134267332,1647183361,1634890337,2619736322,16456,1868698881,1042315620,1986618400,1566861659,1634493275,39678835,2618338049,17301538,1852780053,1701734764,1953459757,1667851881,1869182049,33715054,4022118467,31807966,436275200,1667588654,1768648559,1865249637,1919251573,1852793645,1852399988,16937573,2018168143,83955712,1802922787,3087073899,4764545,772145416,1701995875,620823162,7062965,772473096,1769104758,1114926145,33714785,1994296347,2578894120,201394176,1919251502,1885303661,1886744687,4039508226,134274159,1663963137,1768648559,1953448549,1114468212,16937569,1833061037,218171392,1869570862,1936025963,2019914797,1526792820,10842162,590151952,1986622064,762930017,1953719668,1734438957,1835216229,1702112624,1647146099,1701736033,1768303986,1919251564,1953720684,1999503874,1169585165,64193,0,0,0,2097152,1883045888,3088973824,67371136,159,0,2,2,2,4,8,8,12,14,14,18,22,24,24,26,28,30,32,34,36,38,42,46,46,46,48,48,48,48,48,50,52,52,52,52,52,52,54,56,58,62,62,64,66,66,68,68,74,76,76,78,82,84,84,86,86,86,86,86,88,92,92,92,94,96,100,108,110,110,112,112,112,112,118,118,120,124,126,128,128,128,128,132,134,136,136,138,140,142,144,144,148,154,154,156,156,158,158,162,162,162,162,162,162,166,168,172,174,174,176,178,184,186,188,188,188,188,194,196,202,204,210,212,212,212,216,218,220,222,226,228,230,232,234,236,238,240,240,244,244,244,244,248,248,252,254,256,256,256,256,256,258,260,260,260,262,268,268,272,276,276,276,280,280,280,282,284,286,286,286,288,290,292,294,298,300,300,302,304,308,310,312,312,312,316,316,320,322,326,326,328,328,330,332,334,336,338,338,338,342,344,350,350,350,354,358,366,368,372,376,378,378,380,384,386,386,388,392,396,400,400,400,400,404,406,408,410,412,414,418,418,420,420,424,428,430,432,434,434,434,436,440,444,446,446,446,446,448,450,458,460,462,464,466,468,470,470,472,476,478,478,480,480,480,484,484,488,488,488,490,490,490,492,492,494,494,496,498,500,500,500,500,502,504,506,506,510,510,514,516,516,518,522,522,522,524,524,526,526,530,532,532,532,532,536,536,536,538,538,540,542,546,546,550,552,554,554,554,554,560,564,568,574,576,580,582,582,582,586,586,590,594,598,600,600,602,602,604,604,604,604,606,608,612,612,612,612,612,614,616,618,620,622,622,622,624,626,632,632,634,642,642,642,642,642,644,648,648,652,654,656,658,658,662,664,664,664,668,672,674,674,678,680,682,682,684,686,690,692,692,694,696,698,700,704,704,704,706,712,714,714,716,718,724,724,726,728,728,730,730,732,732,736,736,738,740,740,742,746,748,748,748,748,750,752,752,754,754,758,758,758,758,758,760,760,764,766,770,774,774,774,776,778,778,782,782,784,784,784,786,788,788,790,794,798,798,798,802,806,806,806,806,810,814,816,816,816,818,818,820,822,822,826,830,832,834,838,842,846,846,848,850,852,856,862,862,862,866,866,868,870,870,872,876,876,876,876,878,878,884,884,888,888,892,894,896,896,896,900,900,900,902,906,912,912,914,916,918,920,922,924,926,930,930,932,932,932,932,932,936,936,936,936,938,942,946,946,946,952,954,960,962,964,966,968,970,970,970,970,972,972,972,976,976,976,976,976,986,986,990,992,992,994,996,996,996,996,1e3,1002,1002,1002,1004,1006,1008,1012,1014,1014,1014,1014,1018,1018,1018,1018,1018,1018,1018,1022,1024,1026,1028,1030,1030,1032,1034,1036,1036,1036,1038,1040,1040,1040,1042,1042,1046,1048,1050,1052,1054,1056,1056,1058,1058,1058,1062,1064,1074,1074,1076,1078,1080,1080,1080,1082,1086,1090,1092,1096,1096,1098,1100,1102,1102,1104,1104,1104,1104,1106,1106,1108,1108,1114,1114,1118,1118,1118,1118,1118,1120,1124,1124,1124,1124,1124,1128,1130,1130,1134,1136,1136,1138,1140,1142,1144,1146,1146,1148,1150,1152,1152,1154,1156,1156,1156,1156,1160,1162,1168,1170,1170,1170,1172,1172,1176,1180,1180,1186,1188,1192,1194,1196,1196,1196,1198,1200,1200,1200,1202,1204,1204,1204,1204,1206,1208,1208,1208,1210,1212,1214,1220,1226,1230,1232,1238,1244,1246,1248,1248,1252,1258,1260,1262,1264,1266,1268,1270,1272,1276,1276,1276,1276,1278,1280,1284,1288,1290,1292,1292,1294,1298,1300,1302,1304,1304,1310,1312,1316,1318,1318,1318,1320,1324,1328,1328,1330,1330,1330,1334,1338,1342,1344,1346,1346,1348,1348,1352,1352,1354,1356,1360,1362,1362,1364,1364,1364,1366,1368,1368,1370,1374,1376,1378,1378,1380,1382,1384,1386,1386,1390,1390,1394,1396,1400,1404,1408,1408,1408,1410,1414,1418,1420,1422,1422,1422,1424,1424,1430,1430,1434,1438,1440,1442,1442,1444,1450,1454,1458,1460,1462,1462,1464,1464,1464,1464,1468,1468,1470,1474,1480,1484,1484,1484,1486,1486,1490,1490,1490,1492,1492,1492,1494,1496,1498,1502,1502,1502,1502,1508,1510,1510,1512,1514,1516,1516,1520,1522,1522,1522,1522,1524,1526,1528,1528,1532,1532,1532,1532,1534,1534,1534,1536,1538,1538,1540,1544,1544,1546,1550,1550,1560,1560,1560,1562,1564,1564,1566,1570,1572,1572,1572,1580,1580,1582,1584,1592,1592,1592,1592,1596,1598,1602,1604,1608,1610,1610,1612,1612,1614,1616,1618,1620,1620,1620,1624,1626,1630,1636,1636,1640,1642,1644,1646,1648,1656,1656,1656,1656,1658,1658,1658,1662,1664,1666,1666,1666,1668,1672,1672,1674,1674,1676,1678,1680,1682,1682,1686,1690,1690,1690,1692,1692,1692,1692,1692,1694,1698,1700,1708,1710,1714,1714,1716,1716,1724,1724,1726,1726,1730,1732,1736,1738,1742,1746,1752,1752,1752,1756,1756,1758,1758,1760,1764,1768,1770,1772,1776,1780,1786,1786,1790,1796,1796,1798,1802,1804,1808,1814,1816,1818,1818,1820,1822,1826,1834,1836,1836,1838,1840,1842,1850,1850,1852,1858,1862,1864,1868,1868,1868,1868,1872,1872,1876,1876,1876,1878,1880,1882,1886,1890,1894,1896,1896,1898,1902,1902,1902,1904,1904,1906,1906,1908,1910,1910,1912,1912,1914,1918,1922,1924,1926,1926,1930,1932,1932,1932,1940,1946,1948,1948,1952,1960,1962,1964,1968,1972,1976,1978,1984,1986,1988,1990,1992,1992,1992,1992,1992,1994,1994,1996,1996,1998,2002,2004,2006,2010,2014,2020,2020,2026,2028,2028,2030,2032,2032,2036,2038,2038,2040,2054,2056,2060,2060,2060,2062,2070,2072,2076,2076,2080,2082,2084,2090,2092,2094,2096,2100,2102,2104,2106,2106,2106,2106,2106,2106,2108,2108,2108,2110,2112,2112,2112,2122,2124,2126,2126,2126,2130,2130,2130,2132,2138,2140,2142,2142,2146,2148,2150,2152,2154,2156,2158,2160,2162,2162,2162,2170,2170,2172,2174,2174,2178,2180,2180,2182,2182,2182,2184,2192,2192,2194,2194,2194,2196,2198,2200,2200,2200,2200,2200,2200,2200,2206,2206,2208,2210,2212,2212,2216,2218,2218,2218,2218,2218,2218,2222,2224,2224,2228,2232,2232,2236,2240,2244,2246,2250,2252,2254,2258,2258,2258,2258,2258,2262,2262,2268,2270,2272,2272,2272,2274,2274,2274,2276,2276,2278,2278,2278,2280,2284,2284,2284,2292,2294,2294,2294,2302,2302,2304,2304,2304,2304,2308,2310,2314,2314,2320,2322,2322,2324,2324,2328,2330,2332,2332,2334,2338,2338,2342,2344,2354,2354,2356,2360,2364,2366,2368,2370,2372,2374,2374,2376,2376,2378,2380,2384,2388,2394,2396,2396,2396,2398,2400,2400,2402,2406,2406,2410,2410,2414,2416,2416,2416,2416,2420,2420,2424,2428,2430,2432,2432,2440,2440,2440,2442,2444,2444,2446,2450,2450,2456,2456,2460,2462,2464,2466,2466,2468,2468,2468,2472,2472,2472,2472,2474,2478,2482,2484,2486,2488,2490,2492,2494,2494,2494,2496,2500,2500,2502,2504,2506,2510,2512,2512,2520,2526,2528,2530,2530,2532,2536,2540,2544,2548,2548,2548,2552,2556,2556,2558,2560,2562,2566,2574,2576,2578,2578,2578,2578,2584,2586,2588,2590,2596,2600,2602,2604,2608,2610,2610,2612,2616,2622,2624,2626,2628,2628,2628,2630,2632,2634,2636,2636,2640,2644,2644,2644,2644,2646,2646,2648,2650,2656,2658,2662,2662,2662,2664,2668,2668,2668,2668,2670,2674,2674,2678,2682,2682,2686,2688,2688,2690,2692,2694,2696,2698,2702,2706,2708,2710,2710,2716,2716,2718,2720,2724,2730,2730,2734,2740,2740,2742,2742,2746,2748,2750,2754,2756,2760,2764,2770,2772,2776,2776,2778,2780,2780,2780,2780,2782,2782,2782,2782,2786,2786,2786,2788,2788,2790,2792,2792,2796,2800,2800,2800,2804,2806,2808,2808,2810,2810,2816,2818,2820,2820,2822,2824,2828,2830,2830,2832,2836,2836,2838,2838,2838,2840,2846,2848,2850,2850,2852,2852,2854,2854,2854,2856,2856,2860,2860,2864,2866,2866,2866,2870,2870,2872,2876,2876,2878,2882,2884,2884,2886,2888,2890,2890,2896,2896,2896,2898,2898,2900,2904,2912,2914,2914,2914,2916,2916,2920,2926,2926,2926,2928,2930,2930,2930,2930,2932,2932,2936,2938,2938,2938,2940,2942,2942,2942,2942,2942,2944,2950,2950,2950,2950,2950,2950,2952,2952,2952,2954,2954,2954,2958,2958,2964,2964,2966,2966,2966,2966,2966,2966,2968,2968,2970,2970,2972,2972,2972,2974,2976,2980,2980,2982,2984,2988,2990,2996,2998,3004,3006,3008,3012,3016,3016,3018,3022,3022,3022,3030,3030,3032,3032,3038,3038,3040,3040,3040,3042,3048,3048,3050,3052,3052,3060,3062,3064,3064,3066,3066,3070,3078,3078,3078,3084,3088,3090,3092,3094,3096,3098,3100,3104,3106,3110,3112,3116,3120,3120,3122,3128,3130,3130,3136,3138,3138,3138,3140,3142,3146,3152,3154,3156,3156,3156,3164,3168,3170,3172,3174,3174,3176,3178,3178,3180,3182,3184,3184,3186,3188,3188,3190,3194,3194,3196,3202,3202,3204,3204,3204,3208,3210,3212,3214,3214,3214,3214,3214,3216,3216,3218,3218,3218,3220,3222,3224,3226,3226,3228,3232,3236,3240,3242,3242,3242,3246,3248,3252,3256,3258,3258,3260,3262,3266,3266,3266,3268,3270,3270,3270,3278,3280,3286,3292,3292,3294,3294,3296,3300,3302,3304,3308,3310,3310,3314,3314,3314,3316,3318,3324,3328,3330,3330,3332,3338,3342,3342,3344,3346,3352,3352,3354,3356,3358,3358,3360,3362,3366,3370,3374,3376,3380,3382,3382,3384,3388,3390,3394,3394,3394,3396,3396,3398,3398,3398,3400,3402,3406,3410,3412,3416,3416,3418,3418,3420,3420,3420,3420,3422,3426,3426,3432,3432,3434,3436,3444,3444,3444,3444,3444,3446,3448,3452,3454,3456,3458,3458,3460,3460,3460,3464,3464,3470,3474,3474,3478,3478,3482,3484,3486,3486,3486,3494,3496,3496,3498,3504,3504,3504,3504,3504,3504,3504,3504,3506,3508,3508,3508,3510,3514,3514,3516,3520,3522,3524,3524,3528,3530,3530,3532,3534,3534,3534,3538,3538,3538,3538,3540,3542,3542,3542,3544,3544,3546,3550,3550,3550,3558,3558,3558,3558,3558,3560,3562,3562,3562,3566,3566,3568,3570,3574,3578,3578,3580,3582,3582,3584,3586,3588,3590,3590,3590,3592,3596,3596,3600,3600,3600,3604,3604,3604,3608,3608,3610,3616,3618,3620,3622,3624,3626,3626,3626,3630,3632,3634,3634,3636,3636,3638,3640,3640,3644,3646,3650,3650,3650,3652,3656,3660,3660,3660,3664,3666,3666,3668,3668,3668,3672,3672,3680,3680,3684,3690,3692,3692,3696,3702,3704,3706,3708,3710,3712,3712,3712,3714,3718,3722,3722,3722,3724,3730,3732,3734,3738,3738,3740,3744,3746,3748,3748,3750,3752,3752,3752,3756,3756,3758,3760,3762,3766,3772,3776,3778,3780,3780,3782,3782,3784,3786,3788,3790,3790,3796,3796,3796,3798,3798,3802,3806,3806,3808,3812,3816,3818,3820,3820,3820,3820,3820,3822,3822,3822,3824,3824,3826,3826,3834,3834,3834,3836,3836,3838,3840,3842,3846,3846,3848,3850,3856,3856,3856,3856,3860,3862,3862,3864,3866,3866,3868,3872,3872,3874,3876,3876,3878,3878,3878,3880,3884,3886,3890,3892,3894,3896,3902,3904,3906,3910,3916,3916,3916,3918,3924,3928,3932,3934,3936,3938,3938,3938,3938,3940,3940,3944,3944,3948,3948,3948,3948,3952,3952,3954,3956,3960,3960,3960,3960,3964,3968,3970,3976,3978,3982,3982,3982,3984,3986,3990,3994,3994,3996,3996,4e3,4002,4004,4006,4006,4008,4008,4008,4008,4008,4010,4012,4012,4016,4018,4020,4020,4024,4030,4032,4036,4038,4042,4046,4046,4046,4046,4052,4052,4054,4054,4054,4056,4056,4060,4060,4060,4066,4068,4072,4074,4076,4076,4076,4076,4076,4078,4078,4078,4084,4086,4088,4092,4094,4094,4096,4096,4098,4100,4100,4102,4108,4108,4114,4114,4122,4126,4126,4126,4126,4126,4130,4134,4134,4136,4138,4142,4146,4148,4148,4150,4150,4150,4152,4154,4156,4158,4160,4160,4160,4162,4162,4164,4166,4168,4170,4176,4176,4184,4186,4186,4190,4192,4192,4192,4192,4196,4198,4200,4200,4202,4204,4208,4208,4210,4210,4214,4214,4214,4216,4216,4222,4226,4226,4228,4228,4230,4230,4232,4232,4234,4234,4234,4236,4238,4238,4238,4238,4238,4238,4238,4240,4246,4248,4252,4252,4256,4258,4262,4270,4274,4276,4276,4276,4276,4276,4280,4282,4284,4284,4284,4286,4288,4288,4288,4288,4288,4288,4290,4290,4290,4290,4294,4296,4302,4302,4302,4304,4304,4304,4306,4312,4312,4312,4312,4316,4320,4320,4322,4324,4326,4328,4328,4330,4330,4332,4334,4338,4338,4340,4342,4348,4352,4352,4352,4354,4356,4356,4358,4360,4360,4366,4366,4366,4366,4366,4372,4374,4376,4380,4382,4382,4384,4384,4384,4384,4384,4386,4386,4388,4390,4398,4400,4400,4402,4402,4402,4402,4404,4406,4408,4414,4416,4416,4418,4420,4424,4426,4428,4428,4428,4430,4434,4434,4434,4434,4434,4436,4440,4440,4444,4446,4450,4454,4454,4456,4460,4460,4464,4464,4464,4464,4466,4470,4474,4476,4476,4478,4480,4484,4488,4488,4488,4488,4488,4488,4490,4492,4496,4498,4502,4502,4502,4504,4506,4506,4506,4508,4510,4514,4516,4516,4520,4526,4526,4526,4526,4530,4530,4538,4540,4544,4544,4548,4552,4552,4554,4554,4556,4558,4562,4564,4564,4568,4570,4574,4576,4578,4580,4580,4582,4584,4584,4586,4590,4590,4592,4594,4596,4596,4596,4598,4598,4598,4598,4598,4602,4604,4604,4608,4610,4612,4614,4616,4620,4622,4624,4624,4628,4636,4638,4640,4642,4642,4646,4646,4646,4646,4646,4648,4648,4650,4650,4650,4652,4654,4656,4656,4656,4656,4656,4658,4660,4662,4662,4662,4668,4668,4676,4678,4680,4680,4680,4680,4684,4684,4686,4688,4692,4692,4692,4702,4702,4704,4704,4710,4716,4722,4722,4722,4724,4730,4730,4730,4730,4734,4736,4736,4736,4738,4742,4744,4746,4750,4750,4752,4756,4760,4762,4762,4766,4766,4766,4766,4766,4768,4774,4778,4782,4786,4794,4798,4798,4798,4798,4798,4798,4800,4800,4804,4804,4810,4812,4812,4812,4812,4818,4822,4824,4828,4828,4832,4842,4844,4846,4848,4848,4850,4850,4852,4852,4852,4852,4854,4856,4856,4862,4864,4866,4870,4874,4874,4874,4874,4874,4874,4874,4874,4878,4880,4886,4888,4892,4892,4892,4900,4904,4906,4912,4914,4922,4922,4926,4926,4926,4930,4930,4930,4932,4934,4934,4938,4940,4940,4942,4944,4948,4950,4952,4954,4954,4956,4958,4958,4958,4958,4960,4962,4966,4966,4968,4970,4972,4974,4974,4976,4980,4982,4984,4986,4986,4990,4992,5e3,5004,5004,5004,5004,5006,5010,5010,5012,5014,5016,5018,5018,5024,5024,5024,5026,5026,5028,5030,5032,5032,5034,5038,5046,5048,5048,5052,5054,5056,5058,5062,5064,5068,5072,5076,5076,5078,5082,5088,5096,5096,5096,5098,5098,5100,5102,5102,5102,5104,5106,5106,5106,5110,5112,5112,5118,5122,5124,5126,5126,5132,5132,5134,5134,5134,5134,5136,5146,5146,5150,5152,5154,5154,5154,5154,5154,5156,5158,5158,5162,5162,5162,5162,5164,5168,5170,5170,5170,5174,5176,5176,5180,5180,5180,5180,5182,5184,5188,5190,5194,5198,5198,5198,5200,5200,5200,5200,5200,5202,5208,5208,5208,5210,5216,5216,5216,5218,5218,5222,5226,5226,5228,5230,5230,5230,5232,5234,5236,5250,5252,5258,5262,5266,5266,5270,5274,5276,5278,5278,5278,5280,5280,5282,5284,5288,5290,5290,5290,5290,5292,5294,5296,5296,5296,5300,5304,5304,5304,5306,5306,5316,5316,5316,5318,5318,5318,5322,5324,5326,5326,5332,5332,5332,5334,5338,5338,5340,5342,5348,5350,5352,5354,5356,5356,5360,5362,5364,5366,5366,5368,5374,5374,5376,5376,5378,5378,5378,5378,5378,5380,5380,5380,5380,5380,5380,5380,5382,5384,5388,5388,5390,5392,5394,5396,5396,5400,5402,5406,5408,5410,5412,5416,5418,5420,5422,5424,5424,5426,5430,5436,5438,5438,5442,5444,5444,5446,5448,5450,5450,5450,5456,5456,5458,5460,5460,5466,5468,5468,5468,5472,5472,5472,5478,5482,5484,5488,5488,5490,5492,5494,5494,5494,5498,5504,5504,5510,5510,5510,5510,5514,5516,5518,5518,5522,5526,5528,5530,5536,5540,5540,5544,5550,5556,5556,5558,5558,5562,5564,5564,5568,5570,5570,5570,5570,5570,5574,5576,5576,5578,5580,5580,5582,5582,5582,5582,5586,5586,5586,5590,5590,5596,5602,5604,5606,5606,5608,5612,5620,5624,5626,5626,5630,5630,5634,5636,5640,5640,5640,5640,5640,5644,5648,5650,5652,5654,5658,5658,5664,5670,5678,5678,5682,5682,5684,5684,5686,5686,5688,5690,5690,5694,5696,5698,5700,5706,5708,5710,5712,5712,5712,5714,5716,5720,5720,5724,5724,5724,5726,5726,5726,5726,5728,5730,5732,5732,5734,5736,5736,5736,5736,5738,5738,5738,5740,5740,5740,5744,5744,5746,5746,5752,5756,5760,5764,5768,5772,5772,5772,5776,5778,5778,5780,5784,5788,5788,5788,5790,5792,5792,5798,5798,5800,5802,5804,5804,5804,5808,5810,5810,5810,5812,5814,5816,5818,5820,5820,5820,5822,5822,5828,5828,5830,5830,5834,5836,5842,5842,5844,5848,5850,5852,5852,5852,5854,5854,5854,5854,5858,5864,5866,5866,5870,5876,5876,5884,5884,5886,5888,5892,5898,5900,5902,5904,5904,5908,5908,5912,5916,5918,5918,5924,5924,5924,5924,5928,5928,5932,5936,5936,5940,5940,5942,5944,5948,5950,5952,5952,5954,5960,5960,5964,5964,5968,5968,5970,5974,5978,5980,5984,5984,5984,5986,5990,5992,5998,6e3,6e3,6e3,6002,6002,6006,6010,6014,6014,6018,6020,6020,6022,6022,6026,6028,6030,6034,6034,6034,6038,6042,6042,6044,6044,6044,6044,6046,6050,6050,6056,6058,6058,6058,6058,6060,6062,6064,6068,6072,6072,6074,6078,6082,6082,6082,6082,6086,6090,6090,6092,6094,6158,6160,6164,6168,6168,6172,6172,6174,6176,6182,6182,6182,6182,6186,6186,6186,6188,6188,6190,6190,6192,6192,6196,6198,6198,6198,6200,6200,6204,6206,6208,6208,6210,6212,6216,6218,6218,6224,6226,6226,6230,6230,6230,6230,6234,6236,6238,6242,6244,6248,6252,6254,6256,6258,6262,6262,6264,6264,6264,6266,6270,6272,6276,6276,6278,6282,6286,6286,6288,6288,6290,6294,6306,6308,6308,6314,6316,6316,6320,6322,6326,6330,6332,6332,6334,6336,6338,6342,6344,6344,6346,6348,6348,6348,6350,6352,6352,6352,6354,6356,6358,6362,6362,6368,6368,6368,6370,6376,6376,6382,6384,6384,6386,6388,6390,6390,6390,6392,6392,6392,6396,6398,6404,6404,6408,6410,6412,6414,6416,6418,6418,6424,6424,6424,6426,6428,6432,6432,6432,6440,6442,6444,6446,6450,6452,6452,6454,6454,6454,6456,6462,6464,6468,6470,6472,6474,6474,6476,6476,6478,6478,6478,6478,6478,6482,6482,6484,6486,6488,6492,6494,6498,6500,6500,6504,6508,6510,6512,6512,6514,6516,6516,6518,6518,6522,6522,6526,6526,6528,6530,6530,6532,6534,6536,6542,6542,6546,6548,6550,6584,6584,6586,6586,6588,6590,6592,6596,6596,6598,6598,6602,6602,6604,6606,6612,6614,6616,6616,6616,6616,6618,6618,6618,6618,6618,6620,6622,6622,6622,6622,6626,6626,6630,6630,6632,6632,6634,6634,6636,6642,6642,6644,6646,6652,6652,6652,6652,6656,6656,6656,6658,6664,6668,6670,6676,6678,6680,6680,6680,6684,6688,6690,6694,6696,6704,6706,6706,6706,6706,6706,6710,6712,6712,6712,6714,6714,6714,6716,6716,6722,6722,6724,6724,6724,6726,6726,6728,6728,6728,6728,6728,6730,6730,6734,6736,6736,6736,6738,6738,6738,6742,6742,6744,6746,6746,6748,6752,6756,6762,6766,6770,6770,6770,6772,6772,6772,6774,6778,6778,6778,6780,6782,6782,6786,6788,6790,6790,6790,6790,6796,6800,6800,6804,6804,6808,6810,6812,6812,6812,6814,6814,6818,6824,6826,6828,6830,6830,6834,6834,6836,6838,6846,6850,6852,6852,6852,6854,6856,6858,6864,6870,6870,6870,6870,6870,6872,6878,6878,6878,6882,6884,6884,6886,6888,6890,6892,6892,6892,6892,6892,6892,6896,6900,6902,6904,6906,6906,6908,6910,6912,6912,6914,6916,6922,6922,6922,6928,6928,6932,6938,6940,6940,6942,6942,6942,6944,6944,6946,6950,6950,6952,6952,6956,6956,6958,6960,6966,6966,6966,6970,6972,6972,6972,6974,6976,6978,6978,6980,6980,6984,6988,6990,6992,6994,6994,6996,6998,6998,7e3,7006,7010,7010,7014,7014,7014,7016,7018,7018,7018,7020,7024,7024,7024,7028,7030,7034,7034,7036,7038,7044,7048,7052,7052,7056,7058,7060,7062,7064,7066,7068,7070,7072,7078,7078,7078,7086,7090,7090,7096,7096,7098,7102,7102,7102,7106,7108,7108,7112,7114,7116,7118,7118,7122,7124,7124,7130,7130,7130,7134,7136,7136,7138,7138,7138,7140,7144,7146,7146,7146,7146,7146,7148,7148,7152,7152,7152,7152,7156,7158,7160,7160,7164,7166,7168,7170,7172,7172,7172,7172,7174,7178,7178,7182,7188,7190,7192,7196,7200,7200,7200,7200,7200,7202,7202,7204,7206,7208,7210,7216,7218,7222,7224,7226,7226,7232,7234,7236,7240,7244,7248,7250,7252,7254,7254,7256,7258,7258,7260,7260,7260,7260,7264,7264,7264,7266,7268,7268,7270,7274,7274,7278,7280,7282,7284,7288,7294,7294,7298,7298,7300,7302,7304,7304,7310,7310,7310,7314,7318,7318,7318,7318,7320,7320,7322,7324,7326,7326,7326,7326,7326,7326,7330,7334,7334,7338,7340,7346,7346,7348,7348,7348,7348,7350,7352,7352,7352,7354,7356,7358,7360,7364,7366,7366,7372,7376,7376,7378,7380,7380,7380,7382,7382,7382,7386,7392,7392,7392,7392,7398,7398,7404,7406,7412,7418,7422,7426,7426,7434,7436,7438,7440,7440,7440,7444,7446,7446,7446,7448,7448,7452,7454,7458,7460,7460,7460,7460,7462,7466,7470,7470,7472,7474,7476,7476,7478,7480,7482,7482,7482,7484,7486,7486,7490,7490,7494,7494,7496,7496,7498,7500,7502,7506,7508,7508,7510,7510,7510,7512,7516,7518,7518,7518,7518,7520,7524,7526,7530,7536,7544,7544,7544,7548,7552,7554,7554,7558,7558,7560,7562,7566,7568,7570,7570,7572,7574,7578,7578,7578,7580,7582,7584,7588,7588,7588,7588,7588,7592,7594,7596,7598,7598,7600,7602,7608,7608,7612,7616,7618,7618,7622,7624,7626,7634,7640,7640,7640,7640,7640,7642,7646,7650,7652,7652,7654,7654,7654,7654,7656,7656,7656,7658,7662,7664,7666,7666,7668,7668,7668,7672,7674,7674,7676,7682,7684,7688,7690,7692,7694,7694,7696,7702,7702,7708,7712,7716,7718,7718,7720,7720,7720,7724,7726,7730,7730,7732,7734,7738,7738,7740,7744,7750,7756,7756,7760,7760,7764,7768,7768,7770,7770,7772,7774,7778,7780,7780,7782,7782,7784,7784,7788,7788,7788,7792,7794,7794,7796,7796,7796,7796,7798,7802,7806,7806,7808,7808,7810,7812,7814,7814,7816,7818,7820,7822,7824,7824,7826,7828,7832,7832,7832,7834,7834,7834,7834,7842,7842,7844,7846,7846,7850,7852,7852,7852,7854,7858,7858,7862,7862,7866,7866,7866,7866,7870,7870,7872,7876,7878,7878,7878,7890,7890,7890,7894,7894,7900,7906,7910,7914,7916,7916,7916,7916,7916,7916,7916,7916,7920,7924,7926,7930,7930,7932,7936,7938,7938,7940,7942,7942,7942,7942,7944,7944,7946,7948,7948,7948,7948,7950,7952,7954,7956,7956,7956,7958,7960,7962,7964,7964,7964,7966,7968,7974,7976,7980,7986,7988,7992,7994,7996,7998,7998,7998,8006,8010,8010,8012,8014,8016,8016,8016,8022,8022,8022,8024,8024,8026,8026,8030,8032,8038,8040,8040,8042,8044,8046,8046,8050,8054,8056,8058,8062,8064,8066,8068,8068,8072,8074,8078,8080,8082,8088,8090,8090,8090,8092,8092,8094,8096,8098,8098,8100,8100,8102,8104,8104,8104,8106,8108,8110,8110,8110,8116,8116,8122,8124,8124,8126,8128,8128,8128,8132,8132,8132,8134,8134,8136,8136,8146,8146,8146,8146,8148,8152,8154,8154,8160,8164,8166,8166,8166,8166,8166,8168,8168,8170,8172,8176,8178,8182,8184,8184,8186,8188,8188,8192,8192,8198,8200,8200,8202,8202,8204,8206,8206,8206,8206,8206,8208,8210,8212,8214,8214,8218,8218,8222,8224,8226,8228,8230,8230,8234,8236,8238,8238,8238,8244,8244,8244,8246,8248,8248,8250,8252,8256,8260,8260,8260,8260,8264,8264,8268,8268,8268,8270,8272,8274,8276,8276,8276,8278,8280,8286,8290,8294,8296,8296,8298,8300,8304,8306,8306,8306,8310,8312,8312,8312,8314,8316,8322,8324,8330,8332,8332,8334,8336,8340,8340,8342,8346,8346,8348,8350,8350,8350,8350,8350,8350,8352,8352,8352,8360,8364,8368,8370,8370,8372,8374,8378,8380,8382,8382,8382,8386,8386,8386,8388,8390,8390,8390,8394,8396,8398,8400,8406,8412,8414,8416,8420,8420,8420,8424,8426,8430,8430,8434,8434,8442,8442,8442,8442,8446,8450,8450,8450,8452,8454,8456,8456,8460,8464,8472,8476,8480,8480,8482,8484,8484,8484,8494,8500,8500,8500,8500,8500,8502,8502,8506,8508,8512,8512,8514,8520,8520,8526,8534,8538,8540,8544,8546,8548,8550,8550,8550,8552,8554,8562,8564,8564,8568,8574,8574,8574,8578,8578,8580,8580,8580,8580,8582,8584,8584,8584,8586,8586,8588,8590,8594,8594,8596,8596,8598,8602,8606,8608,8608,8610,8610,8614,8614,8616,8618,8620,8626,8630,8636,8642,8642,8644,8644,8646,8652,8654,8660,8660,8662,8668,8670,8672,8672,8674,8676,8678,8678,8680,8680,8680,8680,8682,8686,8686,8688,8694,8696,8698,8698,8698,8698,8704,8706,8706,8708,8708,8708,8712,8714,8716,8716,8718,8722,8724,8724,8724,8728,8728,8732,8736,8736,8738,8742,8744,8750,8752,8754,8754,8758,8762,8768,8770,8770,8770,8774,8774,8774,8776,8776,8776,8782,8782,8782,8788,8790,8790,8790,8790,8794,8798,8806,8808,8808,8808,8808,8810,8810,8812,8814,8814,8814,8816,8818,8818,8818,8822,8824,8826,8830,8830,8832,8836,8840,8840,8842,8844,8848,8848,8852,8852,8852,8852,8852,8854,8858,8860,8862,8866,8866,8868,8868,8868,8874,8876,8878,8878,8884,8884,8884,8884,8884,8886,8890,8894,8900,8900,8902,8902,8904,8904,8904,8904,8906,8906,8908,8910,8910,8910,8910,8910,8914,8916,8920,8922,8924,8924,8924,8924,8926,8932,8932,8936,8938,8938,8940,8942,8944,8946,8952,8952,8952,8956,8956,8956,8958,8962,8964,8966,8966,8968,8970,8970,8970,8974,8976,8976,8976,8978,8980,8984,8984,8988,8990,8990,8990,8990,8992,8992,8996,9e3,9002,9008,9010,9010,9010,9012,9014,9014,9016,9018,9022,9026,9026,9028,9030,9032,9032,9032,9034,9036,9036,9038,9040,9042,9042,9048,9050,9052,9054,9064,9068,9072,9080,9082,9084,9084,9092,9092,9098,9102,9104,9106,9106,9110,9110,9112,9116,9116,9118,9118,9118,9118,9124,9126,9126,9128,9130,9134,9134,9138,9142,9150,9156,9160,9160,9162,9162,9162,9166,9168,9168,9172,9172,9172,9174,9180,9180,9182,9182,9184,9184,9186,9190,9190,9190,9194,9196,9196,9196,9198,9202,9208,9216,9216,9216,9216,9218,9218,9218,9220,9222,9226,9230,9230,9236,9238,9238,9244,9246,9248,9250,9252,9252,9252,9256,9262,9262,9264,9268,9268,9270,9270,9272,9272,9276,9276,9280,9280,9280,9284,9288,9294,9294,9294,9294,9294,9298,9298,9300,9304,9304,9306,9310,9312,9316,9318,9320,9322,9324,9326,9328,9330,9332,9336,9340,9344,9346,9346,9346,9350,9354,9354,9356,9362,9364,9366,9366,9368,9368,9370,9372,9374,9374,9374,9374,9374,9374,9374,9374,9376,9382,9384,9384,9386,9390,9394,9394,9394,9396,9404,9408,9410,9410,9414,9422,9422,9424,9426,9430,9430,9434,9436,9436,9438,9440,9442,9442,9446,9448,9448,9452,9454,9460,9460,9462,9464,9466,9466,9466,9466,9466,9466,9466,9466,9466,9466,9468,9472,9472,9474,9482,9482,9490,9492,9492,9494,9496,9498,9498,9498,9498,9502,9504,9506,9506,9510,9510,9510,9510,9512,9514,9516,9516,9518,9520,9522,9522,9526,9528,9532,9532,9534,9534,9540,9542,9542,9542,9542,9544,9546,9546,9550,9550,9552,9554,9558,9564,9564,9564,9564,9568,9570,9570,9570,9570,9576,9576,9576,9576,9576,9580,9580,9580,9590,9594,9596,9596,9596,9598,9604,9606,9610,9612,9616,9622,9622,9622,9626,9630,9630,9632,9632,9632,9632,9634,9636,9638,9638,9640,9644,9646,9646,9648,9650,9650,9652,9652,9654,9658,9666,9666,9666,9666,9670,9670,9678,9684,9686,9686,9686,9688,9692,9694,9696,9698,9698,9706,9706,9706,9710,9712,9714,9716,9722,9724,9724,9730,9730,9734,9734,9734,9736,9738,9740,9742,9746,9750,9752,9752,9756,9762,9762,9762,9764,9766,9770,9774,9776,9776,9778,9780,9780,9780,9784,9786,9788,9788,9790,9792,9796,9800,9804,9804,9806,9806,9810,9812,9816,9818,9818,9820,9820,9820,9822,9822,9828,9834,9838,9838,9840,9840,9842,9842,9844,9846,9846,9846,9850,9854,9856,9858,9862,9864,9866,9868,9870,9874,9876,9878,9878,9878,9882,9884,9884,9884,9884,9892,9894,9896,9896,9898,9898,9898,9898,9898,9898,9900,9902,9906,9910,9912,9912,9914,9916,9918,9920,9926,9928,9932,9934,9938,9938,9940,9942,9944,9946,9948,9950,9952,9956,9956,9958,9958,9958,9958,9962,9964,9966,9970,9970,9974,9978,9978,9980,9982,9984,9988,9988,9988,9988,9988,9990,9990,9992,9992,9992,9994,9994,9996,9998,9998,1e4,10002,10004,10004,10008,10010,10012,10014,10014,10014,10016,10018,10018,10018,10022,10022,10022,10026,10030,10030,10032,10036,10040,10048,10050,10050,10052,10052,10052,10052,10052,10052,10056,10056,10056,10058,10060,10062,10064,10066,10066,10066,10068,10068,10070,10078,10080,10082,10088,10094,10096,10098,10098,10100,10104,10108,10110,10114,10114,10116,10118,10118,10120,10124,10124,10132,10134,10134,10138,10140,10140,10142,10144,10148,10148,10156,10158,10166,10170,10172,10176,10180,10182,10188,10188,10192,10194,10194,10194,10196,10200,10202,10202,10202,10202,10202,10204,10208,10212,10214,10216,10216,10216,10220,10226,10228,10228,10230,10232,10232,10234,10244,10246,10250,10254,10262,10266,10268,10270,10270,10272,10274,10276,10276,10280,10280,10282,10284,10286,10288,10288,10288,10290,10292,10294,10294,10294,10298,10298,10298,10298,10300,10306,10306,10308,10308,10308,10316,10318,10318,10318,10324,10324,10324,10324,10328,10328,10330,10334,10334,10334,10338,10340,10342,10342,10342,10344,10346,10346,10348,10348,10348,10348,10350,10356,10356,10358,10360,10362,10366,10368,10368,10368,10372,10374,10376,10376,10376,10376,10376,10378,10378,10378,10380,10384,10384,10388,10392,10394,10394,10394,10394,10394,10396,10402,10402,10406,10406,10406,10408,10410,10410,10410,10410,10410,10412,10414,10414,10414,10414,10416,10416,10418,10420,10424,10426,10432,10432,10432,10436,10436,10438,10440,10440,10440,10442,10444,10448,10452,10456,10458,10458,10458,10460,10462,10464,10468,10470,10472,10476,10476,10482,10482,10486,10486,10488,10490,10492,10494,10494,10498,10500,10502,10502,10504,10506,10508,10508,10508,10510,10510,10514,10516,10516,10518,10520,10524,10524,10526,10528,10532,10532,10532,10534,10534,10538,10540,10544,10548,10550,10552,10552,10554,10554,10554,10554,10554,10554,10554,10554,10554,10558,10560,10560,10560,10564,10564,10564,10568,10568,10570,10572,10572,10572,10574,10574,10576,10580,10584,10590,10592,10596,10598,10598,10604,10606,10610,10614,10616,10616,10618,10620,10622,10624,10624,10628,10632,10632,10638,10644,10644,10644,10646,10650,10652,10652,10658,10658,10660,10662,10664,10666,10666,10670,10672,10672,10672,10674,10676,10676,10680,10682,10684,10686,10688,10690,10690,10690,10692,10698,10700,10700,10704,10704,10706,10708,10710,10712,10714,10714,10716,10718,10720,10722,10722,10722,10724,10724,10726,10726,10728,10732,10734,10738,10738,10740,10748,10750,10750,10754,10756,10756,10762,10766,10768,10770,10770,10774,10778,10778,10778,10778,10780,10788,10790,10792,10792,10792,10794,10794,10794,10796,10796,10796,10796,10798,10798,10798,10802,10806,10808,10814,10816,10818,10818,10822,10828,10830,10832,10834,10834,10836,10838,10840,10842,10842,10842,10842,10844,10846,10846,10846,10850,10852,10854,10856,10858,10860,10866,10870,10874,10874,10874,10876,10876,10876,10876,10878,10882,10882,10886,10890,10894,10896,10896,10900,10900,10902,10908,10908,10910,10910,10912,10912,10912,10918,10918,10920,10922,10924,10924,10924,10924,10926,10932,10932,10934,10934,10936,10936,10938,10938,10940,10940,10940,10944,10946,10950,10950,10950,10950,10956,10958,10958,10962,10964,10964,10964,10964,10966,10966,10968,10968,10972,10974,10976,10982,10986,10990,10994,10996,10998,10998,11002,11008,11008,11014,11014,11016,11020,11022,11022,11022,11024,11026,11028,11030,11034,11034,11036,11036,11036,11040,11040,11040,11042,11044,11044,11050,11052,11056,11056,11056,11058,11060,11060,11062,11062,11066,11066,11068,11070,11072,11076,11076,11076,11078,11078,11084,11086,11090,11094,11096,11096,11100,11102,11110,11114,11116,11116,11120,11126,11132,11134,11138,11140,11142,11142,11146,11150,11152,11152,11156,11160,11162,11162,11162,11164,11168,11172,11172,11178,11182,11184,11184,11184,11192,11192,11194,11196,11204,11210,11220,11222,11228,11230,11234,11234,11238,11240,11248,11250,11252,11254,11254,11254,11254,11254,11256,11256,11256,11258,11262,11264,11266,11268,11272,11272,11272,11274,11276,11276,11276,11276,11276,11282,11284,11288,11290,11296,11298,11300,11306,11314,11314,11314,11318,11320,11322,11324,11324,11324,11328,11328,11332,11334,11336,11338,11342,11346,11346,11346,11348,11350,11352,11352,11356,11356,11356,11360,11360,11364,11366,11366,11368,11372,11376,11376,11376,11378,11380,11380,11384,11384,11388,11388,11392,11398,11400,11402,11402,11404,11406,11406,11408,11410,11410,11410,11414,11414,11416,11418,11422,11426,11428,11434,11438,11438,11438,11440,11442,11446,11448,11452,11454,11456,11460,11460,11466,11468,11468,11472,11474,11478,11480,11480,11480,11480,11482,11482,11482,11488,11492,11492,11494,11498,11498,11500,11500,11504,11510,11512,11512,11512,11514,11518,11518,11524,11526,11528,11528,11528,11532,11534,11536,11536,11546,11550,11550,11554,11560,11568,11570,11570,11572,11576,11580,11582,11582,11582,11584,11586,11586,11592,11592,11592,11594,11596,11598,11598,11602,11604,11606,11606,11606,11606,11606,11610,11610,11616,11618,11618,11618,11620,11620,11622,11622,11624,11624,11626,11628,11630,11636,11638,11640,11644,11648,11648,11654,11654,11654,11658,11664,11668,11670,11670,11672,11676,11678,11680,11682,11688,11688,11690,11690,11696,11702,11706,11708,11708,11710,11714,11720,11724,11724,11728,11730,11730,11730,11730,11732,11734,11736,11738,11744,11748,11750,11750,11750,11752,11758,11762,11762,11762,11764,11764,11764,11764,11766,11766,11768,11768,11770,11770,11772,11776,11778,11778,11780,11782,11784,11788,11790,11790,11796,11802,11802,11806,11806,11808,11808,11812,11814,11818,11820,11822,11824,11824,11826,11826,11826,11826,11826,11826,11828,11832,11834,11838,11838,11838,11840,11844,11844,11844,11844,11846,11852,11854,11858,11858,11858,11858,11858,11862,11864,11864,11864,11866,11866,11870,11874,11874,11878,11882,11882,11882,11882,11882,11886,11888,11890,11892,11892,11894,11898,11900,11902,11914,11916,11920,11922,11922,11924,11928,11930,11932,11934,11936,11942,11944,11944,11948,11950,11952,11952,11952,11956,11958,11960,11960,11964,11964,11968,11968,11972,11972,11976,11976,11978,11980,11982,11984,11984,11986,11986,11986,11986,11986,11986,11988,11988,11988,11988,11988,11988,11988,11988,11992,11992,12e3,12e3,12004,12004,12004,12004,12004,12004,12014,12018,12018,12018,12022,12024,12024,12026,12028,12028,12030,12030,12030,12030,12030,12030,12030,12032,12036,12038,12038,12040,12044,12046,12048,12048,12052,12052,12052,12052,12052,12054,12060,12060,12060,12060,12062,12064,12066,12066,12068,12074,12080,12082,12084,12084,12086,12090,12092,12094,12100,12108,12110,12112,12112,12112,12114,12114,12122,12126,12134,12134,12138,12138,12140,12142,12146,12148,12150,12152,12154,12154,12158,12158,12162,12164,12164,12168,12172,12172,12176,12176,12176,12176,12178,12180,12180,12180,12184,12184,12186,12188,12188,12192,12194,12194,12196,12198,12198,12198,12198,12202,12204,12210,12212,12214,12216,12218,12224,12224,12226,12234,12234,12234,12236,12238,12242,12246,12246,12246,12248,12248,12248,12252,12254,12254,12254,12256,12260,12260,12260,12264,12270,12272,12272,12272,12272,12278,12278,12278,12280,12282,12286,12288,12292,12292,12292,12294,12298,12298,12298,12300,12302,12304,12306,12308,12308,12310,12312,12312,12314,12316,12318,12320,12320,12320,12324,12324,12328,12332,12334,12334,12334,12336,12336,12340,12340,12342,12344,12348,12348,12350,12352,12352,12356,12360,12364,12364,12364,12368,12370,12372,12376,12378,12378,12384,12384,12384,12390,12390,12390,12392,12392,12392,12392,12396,12396,12396,12396,12400,12400,12400,12402,12404,12404,12404,12404,12404,12406,12406,12408,12408,12408,12416,12416,12418,12420,12420,12422,12422,12424,12424,12430,12432,12434,12434,12438,12446,12448,12450,12450,12456,12458,12460,12460,12460,12466,12466,12470,12470,12472,12474,12476,12478,12482,12484,12484,12484,12484,12486,12486,12486,12488,12488,12488,12492,12496,12496,12500,12500,12502,12504,12506,12506,12510,12510,12512,12512,12514,12518,12518,12518,12522,12522,12524,12526,12528,12528,12532,12534,12538,12540,12542,12542,12542,12542,12542,12542,12544,12544,12544,12546,12546,12550,12550,12554,12556,12556,12564,12564,12566,12566,12568,12572,12576,12576,12578,12582,12584,12584,12584,12588,12590,12590,12590,12594,12594,12596,12596,12596,12596,12598,12602,12602,12604,12604,12606,12606,12606,12608,12610,12612,12616,12616,12618,12620,12622,12626,12628,12634,12636,12638,12638,12638,12642,12644,12644,12648,12648,12648,12652,12654,12654,12654,12654,12656,12658,12658,12662,12666,12666,12668,12670,12672,12672,12676,12680,12680,12686,12688,12692,12696,12698,12698,12700,12704,12708,12710,12720,12720,12720,12722,12724,12724,12726,12728,12730,12730,12732,12736,12738,12738,12740,12742,12744,12746,12746,12750,12752,12752,12754,12754,12758,12760,12760,12762,12762,12762,12764,12766,12766,12766,12766,12768,12774,12778,12782,12782,12784,12786,12788,12788,12792,12796,12800,12802,12804,12804,12804,12804,12808,12808,12808,12808,12808,12812,12816,12816,12818,12820,12824,12826,12826,12826,12830,12830,12830,12834,12836,12838,12840,12840,12840,12842,12844,12844,12854,12860,12862,12866,12870,12872,12872,12872,12872,12872,12874,12874,12878,12882,12882,12884,12886,12886,12886,12886,12888,12892,12892,12892,12894,12894,12898,12900,12902,12906,12912,12914,12920,12922,12928,12928,12928,12930,12934,12938,12942,12946,12948,12952,12956,12960,12960,12964,12968,12968,12970,12970,12970,12970,12970,12974,12974,12978,12980,12980,12980,12982,12986,12986,12986,12986,12992,12994,12996,12998,13e3,13002,13006,13008,13010,13012,13014,13016,13020,13024,13026,13028,13030,13034,13036,13036,13040,13042,13046,13046,13046,13048,13048,13048,13048,13050,13052,13056,13056,13060,13062,13064,13064,13064,13068,13068,13068,13070,13070,13070,13076,13078,13078,13080,13084,13086,13092,13094,13096,13096,13096,13098,13098,13098,13102,13104,13108,13112,13116,13118,13118,13122,13124,13126,13128,13134,13136,13138,13138,13138,13140,13142,13142,13142,13142,13144,13148,13148,13148,13150,13152,13154,13156,13164,13164,13164,13164,13168,13168,13168,13168,13170,13172,13174,13174,13178,13178,13180,13180,13182,13182,13184,13184,13186,13186,13190,13192,13196,13200,13204,13208,13210,13214,13216,13218,13220,13220,13228,13228,13234,13236,13246,13252,13254,13258,13260,13260,13260,13264,13264,13264,13268,13270,13270,13274,13274,13274,13274,13274,13274,13280,13280,13280,13282,13282,13282,13284,13286,13288,13292,13292,13300,13304,13304,13304,13308,13312,13314,13318,13318,13324,13328,13330,13330,13330,13332,13336,13342,13342,13344,13344,13346,13346,13348,13348,13352,13354,13358,13358,13358,13358,13362,13364,13366,13368,13368,13368,13368,13372,13372,13376,13376,13378,13378,13380,13384,13384,13386,13388,13390,13392,13396,13400,13400,13406,13406,13410,13410,13410,13410,13410,13410,13414,13414,13416,13418,13420,13422,13424,13426,13426,13428,13430,13430,13434,13440,13442,13444,13444,13444,13446,13448,13450,13450,13452,13452,13454,13454,13456,13456,13456,13456,13456,13456,13462,13464,13464,13468,13468,13470,13472,13476,13478,13480,13484,13484,13486,13488,13488,13490,13490,13490,13494,13494,13494,13504,13504,13504,13504,13504,13506,13508,13508,13512,13516,13516,13520,13524,13524,13526,13526,13528,13528,13530,13534,13534,13536,13540,13546,13546,13546,13546,13546,13546,13550,13552,13558,13558,13560,13560,13560,13562,13566,13566,13566,13568,13568,13572,13574,13578,13578,13578,13584,13584,13584,13586,13590,13592,13596,13598,13600,13602,13602,13604,13606,13606,13606,13608,13610,13612,13616,13616,13616,13616,13616,13616,13618,13618,13618,13622,13626,13626,13628,13630,13630,13630,13632,13634,13634,13636,13644,13646,13648,13650,13650,13652,13654,13654,13656,13656,13658,13658,13658,13658,13662,13666,13666,13666,13666,13670,13672,13672,13676,13680,13684,13686,13686,13686,13690,13696,13698,13700,13702,13706,13706,13712,13712,13714,13714,13716,13720,13720,13720,13720,13724,13724,13724,13730,13734,13736,13740,13742,13748,13748,13752,13758,13758,13758,13762,13764,13766,13766,13766,13768,13770,13770,13774,13778,13778,13780,13782,13782,13784,13784,13784,13784,13788,13790,13792,13796,13796,13796,13800,13800,13802,13802,13802,13802,13802,13804,13804,13804,13806,13806,13806,13810,13810,13816,13816,13816,13820,13820,13820,13824,13824,13826,13826,13826,13828,13830,13830,13830,13832,13834,13836,13836,13838,13838,13840,13840,13842,13844,13844,13846,13848,13848,13848,13850,13850,13850,13854,13854,13856,13862,13862,13864,13870,13870,13870,13872,13872,13874,13874,13874,13878,13880,13880,13880,13882,13882,13886,13888,13888,13894,13898,13898,13900,13902,13902,13906,13910,13912,13914,13916,13916,13920,13922,13924,13924,13926,13926,13932,13936,13938,13940,13942,13944,13950,13954,13954,13954,13954,13954,13956,13956,13956,13962,13964,13966,13966,13968,13970,13972,13976,13980,13980,13982,13982,13982,13982,13984,13986,13990,13996,13998,14e3,14e3,14002,14006,14006,14006,14008,14008,14012,14012,14014,14016,14020,14022,14022,14022,14024,14026,14028,14028,14028,14028,14028,14034,14034,14038,14038,14040,14042,14044,14050,14050,14050,14050,14052,14052,14054,14056,14056,14056,14058,14058,14062,14064,14064,14070,14072,14072,14072,14074,14074,14074,14074,14076,14076,14078,14080,14082,14088,14090,14096,14096,14096,14098,14098,14100,14102,14108,14110,14110,14110,14110,14114,14116,14116,14118,14122,14122,14124,14124,14124,14124,14124,14124,14124,14124,14130,14132,14134,14134,14138,14140,14142,14146,14150,14150,14150,14150,14154,14156,14156,14158,14158,14158,14158,14158,14160,14164,14166,14168,14172,14178,14180,14182,14182,14182,14184,14188,14188,14190,14190,14190,14196,14202,14202,14202,14202,14204,14204,14204,14208,14208,14208,14210,14210,14212,14212,14216,14222,14224,14226,14226,14228,14228,14228,14230,14230,14232,14234,14240,14242,14242,14244,14244,14244,14248,14256,14256,14258,14266,14268,14270,14270,14272,14272,14272,14272,14276,14276,14280,14280,14282,14282,14284,14286,14286,14286,14290,14292,14296,14300,14302,14304,14306,14308,14308,14308,14314,14318,14318,14322,14324,14328,14328,14328,14330,14330,14334,14334,14334,14334,14336,14338,14342,14342,14342,14344,14346,14346,14346,14346,14356,14358,14364,14368,14370,14372,14374,14378,14382,14388,14390,14392,14396,14398,14402,14404,14408,14408,14410,14410,14410,14412,14412,14414,14416,14418,14420,14422,14422,14424,14428,14428,14432,14432,14432,14436,14440,14442,14444,14444,14444,14446,14446,14446,14446,14458,14462,14462,14462,14464,14464,14466,14472,14472,14474,14474,14476,14478,14478,14484,14486,14490,14490,14490,14494,14494,14496,14502,14504,14504,14506,14508,14512,14514,14516,14518,14520,14522,14530,14534,14536,14540,14542,14542,14544,14546,14548,14550,14552,14554,14556,14556,14560,14560,14562,14566,14566,14568,14576,14580,14582,14586,14586,14586,14586,14592,14592,14596,14598,14598,14604,14604,14606,14608,14612,14612,14616,14616,14620,14622,14622,14622,14622,14622,14624,14630,14636,14640,14646,14646,14648,14648,14648,14650,14652,14654,14654,14654,14658,14658,14660,14660,14662,14662,14664,14668,14668,14670,14674,14676,14676,14678,14680,14684,14686,14688,14688,14690,14702,14702,14708,14708,14710,14712,14716,14716,14716,14722,14722,14722,14724,14724,14726,14730,14730,14732,14734,14736,14738,14738,14738,14740,14742,14742,14744,14746,14746,14746,14748,14750,14752,14752,14752,14752,14758,14760,14760,14760,14762,14766,14772,14776,14778,14780,14782,14782,14784,14786,14788,14792,14792,14794,14796,14798,14800,14804,14804,14808,14810,14812,14814,14818,14818,14820,14822,14824,14824,14826,14828,14830,14836,14840,14842,14842,14846,14848,14848,14848,14852,14856,14860,14864,14868,14868,14872,14878,14878,14882,14884,14886,14886,14892,14896,14900,14902,14904,14906,14912,14912,14912,14916,14916,14920,14922,14922,14928,14930,14934,14936,14936,14938,14940,14942,14946,14950,14954,14954,14956,14958,14958,14960,14960,14960,14960,14960,14960,14962,14966,14968,14970,14978,14980,14982,14984,14986,14990,14990,14994,14996,15e3,15004,15006,15008,15008,15008,15008,15008,15008,15010,15016,15016,15020,15022,15024,15024,15024,15024,15028,15028,15028,15028,15028,15036,15036,15040,15046,15048,15050,15052,15052,15052,15054,15054,15054,15054,15056,15060,15066,15066,15068,15070,15070,15070,15076,15078,15078,15080,15082,15082,15084,15084,15086,15086,15088,15090,15092,15100,15100,15102,15102,15102,15102,15104,15104,15110,15110,15110,15114,15116,15120,15120,15124,15126,15130,15130,15130,15130,15132,15132,15132,15134,15136,15136,15140,15142,15148,15154,15156,15156,15162,15162,15166,15168,15170,15172,15176,15176,15180,15184,15184,15186,15186,15186,15186,15186,15186,15186,15188,15194,15198,15202,15204,15208,15208,15208,15210,15210,15210,15210,15210,15210,15212,15212,15214,15218,15222,15222,15226,15226,15228,15228,15228,15230,15232,15232,15232,15232,15234,15236,15240,15240,15244,15248,15248,15254,15260,15264,15266,15272,15272,15272,15274,15274,15274,15278,15280,15284,15284,15286,15290,15292,15294,15294,15298,15304,15306,15314,15314,15316,15320,15324,15326,15326,15326,15326,15328,15330,15330,15332,15332,15332,15332,15338,15338,15340,15340,15342,15342,15344,15346,15352,15352,15354,15360,15362,15364,15370,15374,15376,15376,15378,15378,15380,15380,15380,15380,15382,15386,15390,15394,15398,15400,15404,15406,15406,15412,15412,15412,15414,15420,15422,15426,15426,15426,15426,15428,15436,15436,15440,15440,15440,15442,15444,15444,15446,15448,15448,15450,15450,15452,15456,15458,15458,15458,15462,15466,15466,15468,15468,15468,15470,15470,15480,15480,15484,15484,15484,15488,15490,15490,15494,15494,15494,15494,15498,15500,15500,15500,15502,15508,15510,15512,15512,15514,15520,15522,15522,15524,15526,15528,15530,15536,15536,15538,15542,15544,15544,15546,15546,15552,15554,15554,15554,15560,15560,15560,15562,15564,15568,15572,15574,15576,15576,15576,15580,15580,15584,15588,15588,15590,15596,15598,15598,15600,15600,15602,15606,15608,15608,15612,15614,15614,15618,15628,15634,15634,15634,15636,15636,15638,15638,15640,15642,15642,15646,15650,15650,15652,15652,15652,15652,15656,15660,15664,15668,15670,15672,15672,15674,15676,15678,15680,15682,15686,15692,15696,15696,15698,15698,15702,15706,15706,15708,15710,15714,15716,15718,15720,15720,15720,15724,15728,15728,2315632640,105458,249266179,195669,3058106372,219343,1171152900,262290,3982696454,174129,1828921350,248911,2474311687,236464,617095177,112782,258351113,125235,1508327434,131208,2317262858,258835,3334561803,118567,4135313421,246942,2682339342,151602,1362534415,152201,3235110928,195146,1619329041,101074,2879553554,136145,379060243,191940,1557831700,185837,3261267988,223226,1580646421,172488,2182201365,222293,3486244888,134723,2164703261,214748,983130142,146801,3344515108,203686,73981989,187246,2860343334,140174,2053447719,95680,4229554215,102396,2063212585,227084,4235124778,160062,3933315116,262979,1625686062,111184,2118975534,125102,3539279918,230504,3569926191,215060,429686833,232165,2446876722,95708,1886609458,119950,901578803,174216,1832001589,196634,2651873338,100316,472907835,135172,654270523,200222,1360551998,186159,3243909183,145198,1017626688,120166,171950144,165061,923156545,95766,3607789633,114760,2467979329,115673,3453706305,131058,2971328578,143821,3351896132,184940,2275344456,130282,3156287560,155446,473522248,176221,1131380810,170329,1426915403,194413,1160814667,251585,2452111436,194515,916602957,134899,3460751441,243025,1746370641,261130,3153027154,157694,1104371795,122830,2734284885,159233,3796787286,198927,2795905111,166890,1170661464,209556,3760423002,182021,2204590170,244914,1517543515,145472,3590889563,230641,3782320219,245361,3513180253,230710,3672506463,209335,1831149665,97174,1563721825,211704,1471348839,180244,329957479,204002,2671657064,222357,1845493865,152849,2530058345,210710,31522922,145254,571105388,120804,2484977773,138485,383475822,167047,2990571630,200113,2500681838,206214,238624879,214985,4291051632,151199,2474369140,133508,2252873844,163121,269353076,244348,1055449205,259387,3095969910,179034,3750633590,186952,4109230198,202750,4236738679,104451,4182163576,100752,208896120,125823,2602901624,206435,312393849,109630,803692668,176710,588718204,256894,243351677,193646,1298694270,126897,3585433727,252163,3383386240,198040,1256849536,206466,806076545,107012,3090882690,175833,2766635139,251426,1057349764,148676,3563626629,122433,3510599814,107421,4215373959,215339,1966416009,156405,705716361,210124,3328237709,160494,3645898893,207431,775970959,162635,379691151,233394,3275292816,118880,3726491793,125992,1399890070,160207,2943803543,108699,2987327642,217458,793313435,183377,2822389915,185423,2961146011,215589,3290251421,122232,2415345821,215126,1925046430,225137,1986396318,234004,97042593,172958,1840029857,175975,3399426212,220906,1523392677,127295,4262633638,237025,1011073193,120608,805707946,148149,1989148843,143643,1330880684,174150,3955605677,110357,3751338157,179020,2635923630,239821,1829306544,151242,248070321,210145,2649686194,172540,4246438066,214530,3409731763,218764,3725541556,238422,1068564663,195398,2098503863,256767,3045851321,98760,3640418489,219857,1376534714,124279,4172284091,155334,3125182651,166541,1412071613,238568,1865007295,220669,3645890752,162939,2754552001,165742,436027586,215812,4057718979,244500,527188166,192826,3202498758,254651,18473159,107219,4171268296,110637,4131446984,127689,3273531592,241081,3551633611,110753,1130913995,260452,776790220,172704,3666387148,211226,2164662477,109329,1509589197,145985,1549385933,245840,3380961485,257048,1470988494,140530,2724520143,156232,900612303,196108,546087120,110251,205308112,206114,937689297,227932,1361846483,158771,3751338196,179706,418726100,197344,4280418517,190664,3373424855,252626,2620842200,197755,2878447832,259165,1044512985,132265,3231244505,217680,1819246810,129564,2462179546,202656,1552138462,240599,3693101278,252051,1098113247,129446,1688871136,207089,1130750177,245318,85156066,114692,2889736419,186272,2528510180,212566,3276390628,246985,2731155686,214420,875864296,130236,1869496552,261268,987439337,107117,3430654185,112998,2552094954,116726,4181917931,102293,854802668,247763,2763784431,187072,221495536,156056,2122219760,231428,2450317553,183578,4244783345,212200,605896946,113886,1783791862,212725,3362889975,221837,2067865848,125390,2425676024,135287,2126594296,195815,963617016,207764,919109881,187455,802185466,263283,190423291,185475,438894844,199004,330227965,176182,1783152894,144655,975331584,115925,2127200513,101331,3906314497,165407,3933176066,171177,4182163716,100773,1286799623,142081,1949819143,206252,452133129,130427,1469784329,150297,3554844940,166289,123715855,101550,3874210065,102692,3059663123,164142,4146348308,159385,472736021,135149,3060056345,253606,3955335450,246526,2412921115,144326,1201504541,106050,3241591069,145779,1521058079,151548,1216799007,235540,3923034400,181633,2270765346,228063,3690823971,137103,1468457251,218732,4273111334,243204,3751338280,186241,1362559274,152186,1751736618,198905,1944035627,130063,277782831,102595,1411932463,229380,3341230386,120257,1048092980,199099,3654394165,204332,3986481462,205848,3148964150,248186,1639547192,99423,2850857272,182662,1360552249,186144,966877498,98471,2193875262,161334,898892094,170610,2993840446,213350,2031599935,208130,2457084223,243070,21815616,130521,1640816960,158786,598163777,186505,3045728577,218678,2939699521,260508,718307650,232876,3096551747,186192,3505971523,228602,4099268932,164773,2392531271,145749,2836308295,260663,3745849673,171774,3306316105,247902,2334490954,176163,424534346,218598,2018427211,169769,3577717067,207532,260235596,155741,512401742,200863,344670544,187048,3544506708,190357,3812737365,190508,4161773910,139480,897630550,257221,4045291867,99854,2983616860,219658,387613021,222371,3436626270,139794,735314271,229580,448946530,247345,1370030435,149755,1761124708,184987,3252240740,203305,1595064676,238521,488849766,259013,2565366119,144188,4117692775,170969,3317522791,198733,1741447527,248405,1667285356,233325,1004487021,157904,2819293549,186547,3328409967,181926,1330299247,206127,1897554288,156427,761823601,217354,4005257586,232086,3095814516,179569,997933428,238904,3539845493,174692,443998584,234221,312320376,257828,4164206969,186854,2129903993,202167,114459002,128471,689258876,160948,3426713980,209498,2083692925,235879,3772047742,97783,3711689088,125788,1485193601,191246,1298096514,133746,797401474,255632,3526132099,181255,2116452741,137700,384729478,149777,3480396167,243039,4167565704,124371,1848312201,135370,3138634121,145643,3314188684,104325,1882669453,97845,1566564749,209125,906297741,233118,3350823310,155794,257778064,197230,328589713,165591,2610151826,99930,1848451474,104345,1667719570,258266,282378644,119179,3751240085,242240,509100439,134296,984088985,256154,3243016603,106840,1362960795,149585,103711133,210314,4178887070,239802,3493986720,103291,756965793,103076,2809872801,186022,1743274402,234320,305717670,146368,1361568167,165828,4032225705,243004,2288509355,187122,2251882923,194245,1518698928,210541,2490212786,113424,3593544114,174043,3684262323,179086,1362862516,148694,2239652276,239136,3576693173,128074,3114484149,208700,578093496,126675,1608556985,250887,225763771,105389,986497467,141766,2621669821,133193,4020658624,156923,147325377,109696,2057265603,211688,4039328196,148938,1649066436,159421,2127200709,101369,1361699269,158905,852296136,169888,1521697224,174792,2871386569,132246,394150345,198986,389390797,115015,1215750605,214857,1362231758,157e3,4047339982,167776,3382780367,249348,749773266,216765,2832048596,169017,2970018261,114166,1441833431,164901,4085375447,172029,2129150424,129158,1987617240,201756,814637529,225728,1142809050,241410,3320406491,109430,2937102811,173180,1991000540,96792,2212987356,173754,2365145565,173833,2693669341,229743,3126755807,167392,2160361952,255940,107348449,236862,2030584290,122772,3818799586,168708,3476996579,123622,1816584675,148858,451772899,222390,3222430182,139073,2028437990,162304,1578000872,172627,3289956841,186174,216482283,100816,792199660,210758,1522008556,222521,1139859952,190316,1363984882,135731,2344026610,144698,1909178866,182184,16450036,97724,3068215796,110450,646636022,113798,3741622774,262773,2164646391,109306,902152696,134743,3662193147,95803,826032635,180419,2096505342,132159,522871295,147741,1197072895,226136,3866411520,96730,905822720,162216,4250534400,163924,4091445762,249720,92348931,233337,2967396868,211793,1315037701,234061,787972614,252209,1447805447,125753,1742668296,225952,92529161,176884,1343857161,234682,1291797003,110200,622002704,100121,3751404048,151864,3478176276,216209,2886550037,179814,1186300437,212778,877675030,210350,466649622,213508,3450782233,103678,130900505,106350,835314201,114656,3749036570,98496,879084059,157205,3121791515,169184,1877967387,239656,683500060,117995,188408349,116332,2202763806,235581,1901969951,175676,3937722912,128216,3605643812,228285,2972303911,151987,3914138151,180078,2861138476,97162,314974764,100144,1013080620,132736,1420501548,191758,1351156268,195071,1363010094,151909,587260462,247411,1011253807,230900,2025513521,174406,2222391858,250738,4059046454,181592,466387510,195534,1839530551,105212,3048587834,151024,620864059,139191,171795004,174492,654664253,166697,1065493053,190530,559104574,147887,2127127106,98945,2827551298,122808,1037894217,101023,4210410057,187823,364585546,136302,1083417163,147519,2386887244,213091,57451085,199929,1175446095,245795,281928272,114275,3366617681,191785,2339840596,246017,175489621,113908,2014814808,114672,151626330,101220,4002529882,150766,795886171,208622,905822812,162196,2720957021,228309,3263038046,166103,1238942303,252844,109240929,193099,1244512868,101313,2437513828,253801,3167740517,155005,802914918,126515,802914918,126534,802914918,126548,1786856038,144062,3659760230,256575,4289987176,195953,735298153,242036,1471308394,169846,74334829,260890,803750510,98065,1846223470,152770,512254575,119319,3229762159,209273,1375036016,145118,313598577,162713,760341105,205356,1008624243,101709,4223427188,159457,541655669,193261,129114743,176007,4208853627,106296,666862205,210674,1639555711,107507,3637928575,225110,3697345151,233529,213058177,164258,2102674049,200248,3000418950,114585,452723335,183667,1402593927,256054,3545154188,154296,3026829964,242083,2191966861,255122,836715151,140951,1362854543,148729,3751404176,151766,1625588370,180876,3792683667,241177,3855213204,169134,4267500181,219200,2223039126,207911,1300873880,193881,666935961,150471,2555634330,221703,2931786396,197709,2609693341,247177,1133388449,150153,2166244001,213304,462987938,128899,1688486563,159835,2650964643,163853,1212424867,231408,258400932,241570,4224180903,208911,1412915881,101384,4256899753,165513,3152609962,157619,3314524842,192075,3280700076,113323,2611503788,206705,1702953644,218865,2457961133,207637,2580349614,104903,2598396590,245059,2075165359,222128,3340894896,151701,3193610931,154270,3243803316,151120,3289825975,133228,4231070392,159599,672826044,242511,2634662589,222654,3750298304,227471,969360065,119874,3251970754,258170,3915399875,117820,2015167171,202218,1212719811,231499,1449820868,192537,448602820,211574,3231474372,241045,3563291333,124056,134128325,148049,764633798,241684,4033880775,113301,3440239303,228268,3804168903,251517,3841131208,95917,23274184,147858,1091928776,188067,3314139849,244392,1942373066,122397,2893603532,205207,228459212,232731,1362109133,157679,3361579725,170952,3825754829,262160,814736078,185953,2470732495,232485,2422727376,193382,2692342481,235747,2824118994,144265,3130942163,199381,3548078804,155696,2184397525,239170,3841655509,244110,2992784089,190162,2079720154,160307,4030587611,144554,3136873179,211021,1554203356,97229,3734086364,226303,1111040733,154048,2742076126,249280,868147936,176775,3751346913,170090,2305442529,237947,978871010,211282,122307299,129733,3167740644,154695,1113506534,225002,1328046822,231755,1310057190,258222,2397340391,252415,232497896,200782,3339641576,215185,595272425,150642,3876807404,257102,702808813,137375,651805421,143585,2958066414,115623,1953121006,252484,2083267312,236526,1438122739,189601,610902771,222926,1011163892,179316,1045750516,235317,136995573,101870,2490876661,188441,1056539382,245341,2893480695,190297,1901323001,129649,3117966075,135663,95937275,232586,780477181,236626,1396482814,246878,148742911,115955,801997567,117321,326836992,163963,2299978498,233919,2123719429,173647,807183110,220148,415433480,222615,1895932681,226619,1477141257,227808,3623781130,238683,536953611,110493,2693301005,177396,2682086158,227659,325493519,227419,1616462608,215992,1922761490,135393,2551448338,245484,1925735188,109558,505381652,115842,3743884053,146202,372802326,107628,2832098070,125802,2594980631,237057,352707351,239479,1761592088,109836,301368088,160133,1189724955,230836,1668825884,122117,1228210972,134108,3411084061,125551,444343069,143199,355967774,147015,1551541023,163140,3095462690,180768,1038041892,118630,3564217124,195847,956793636,243590,3655402278,150495,217244454,204397,3844703015,118204,1361543975,161636,3782427432,220823,2119402281,218555,1996243755,97105,2611200812,100924,710796076,104431,4163724076,139905,168452909,113149,462832429,231774,2914509614,169826,336839470,256957,1860141871,191069,2295382832,240772,2900443954,197622,3668149046,103897,1263133494,239302,733324088,252721,3269641017,140607,1360495417,185938,1610392378,173625,2355585850,203384,4001743674,244407,2531730235,109793,1295975227,157132,3989644094,137902,1755554624,111687,4104536896,174940,1285677891,109993,1763279686,191004,3225928519,197516,879199048,217628,451527497,122963,4256899913,165551,3674374989,97953,4067484493,128505,3980116813,187089,2793694030,127199,3132490576,160747,1774330705,124108,3491480402,173380,852296532,169906,3751330644,186397,1376559957,216340,2463302489,190858,281723738,96927,2640118619,213468,1949819741,206237,984916829,247822,2279138145,232536,3645891428,162735,2563818341,203594,1936802663,111587,1438114664,130923,1658504040,252143,794100586,217328,2251121515,140904,3534168939,181719,3742507885,191189,3244458861,237831,860611437,246789,1447773037,257488,666461037,260266,3407987568,172677,4175176561,257762,2174468979,161197,4222591860,209685,806052724,251052,132219765,106203,3211346808,96520,959333240,135412,1948918648,159284,3678339960,258495,912548730,99489,2611225467,99316,1363985276,135566,2688697212,138341,1687315324,201609,3434865532,238594,3283739520,138735,668189568,185369,3636396929,223149,3976995714,125483,3557106562,160643,2953110403,116439,3516916612,109578,2854011780,226033,2637996933,249062,3511264135,239151,2969052041,114869,824656778,141593,2610611083,126030,1672610700,227494,2430591887,186349,3515286415,222556,2602886032,147761,243549073,133904,270566289,143155,3222774674,135771,881566610,222031,3416744850,245165,2482144148,150274,1649066900,159439,1361855381,158304,2001044374,236571,3343016855,179507,1972274072,103479,2019402649,156188,4253934489,173724,871908249,208682,227148697,232897,336356253,237269,4293198752,204164,143156128,240467,1065223073,133458,2718753698,234414,2421375909,114630,1073603494,112371,3370099622,200271,6955944,242677,2742928298,221288,4258022315,257858,529949612,222084,1277920173,127793,1744520111,133788,4126172079,255274,410026928,103424,539067312,232123,1298113459,234951,2558116792,130782,701375417,170026,3085034425,225907,382190522,239188,1109377979,100697,3108807611,127018,3196494779,205387,1398129595,230668,2950857660,155157,621757373,116805,4152583101,231163,1466426303,122312,1966269377,113650,3122176961,155575,1530414017,205571,4112040897,254263,765117379,241001,766583749,137029,3127518149,167848,1361552326,162654,2052694983,134633,2715239367,163080,1138664392,152353,3669550025,133394,2448253897,262137,3152626634,157603,410485706,248440,961463243,118679,2917254091,162075,1486390219,199512,409756622,153913,2507989966,208642,1868293072,204776,3532440530,152581,3865093075,125504,3063350227,220439,3246359508,112691,2239693780,240434,1845978069,132694,4015170518,106032,1011975127,98191,2405180375,200496,4082090968,223621,3342222296,241746,3972654041,129311,2764940249,204743,2081235929,255656,1809941467,200089,3799000027,239704,1167786972,156276,2457912284,156767,3103122396,255260,3565110238,135859,3083248607,171543,1535017951,190641,3844137952,118046,2611225569,99160,556778465,241060,469124066,164687,4256900066,165474,647586786,253197,2694357987,173888,1501004772,235339,2150122470,224947,4252877799,223339,2622792680,98857,2928575464,205763,62120937,138752,3536503785,160895,278373353,197051,2219287529,231793,3407512554,224131,1995006956,156519,290333677,262889,1107067886,196907,918201327,151780,46031855,195166,3862569967,211745,3629769711,241658,95462385,221871,2352980978,117146,3485836274,131798,1654309874,141032,1021944819,148131,466887667,153110,1554580468,205894,718922741,114184,469156853,217224,3554165753,165170,1360511993,185550,1187480571,211720,3855475707,240626,2707096574,195744,979477503,245183,4084409344,195994,3628467201,148897,3751388161,153341,1187742722,131961,345162754,199059,398410755,191441,702899203,212488,3808338948,113440,142197766,124314,3010880519,108165,999531527,223903,1499325450,157955,3368600588,191591,3298067470,255875,196248591,103400,2547794961,201007,1754088467,219480,3751388180,153327,1204257812,257547,1036108821,192091,4120667157,196287,246113302,107312,3979838487,114375,2505991193,112058,3511780377,145589,115090458,221149,3363562525,101192,2690294813,114230,4136944669,234631,3877504029,247664,2679211038,96682,2920424478,100554,1933976606,255577,3354207263,199347,154338337,144351,28107809,146566,3281134626,102251,1757381666,134e3,2285061154,169449,2504139810,187624,4210050083,225215,3733603364,158397,2596488229,123685,3989185573,182949,1590076454,136588,3851813926,255142,1712866343,122482,3741017127,227451,3975029800,120713,2508612649,157481,326452265,165448,186827817,234428,901874730,222309,1628324907,230483,1618289708,197678,1169179693,154403,1558299698,158337,2750694452,185516,2827215926,248050,2905170999,207136,3201492023,225458,1361568824,165881,3090908217,175510,3944809530,130208,2465539130,167737,3531629627,97867,2236007483,141499,160416828,178041,204637244,204528,1722295356,220117,2151162942,172167,2311423038,210192,361448510,259186,1421567039,103109,2831983681,221229,4249797698,131249,3222529092,140731,3541009476,242717,2168611909,221988,2041283655,232814,2126185544,98809,1067893832,109007,4130391112,122524,2301871176,123073,2065458248,179761,653837384,239610,4089103432,247943,2444764233,127720,2757608522,168476,3751347274,171011,2004780109,155869,3958957134,163986,3895919694,164175,1347462222,176332,798434382,247279,3015967823,210869,739705936,220421,1241179216,242465,3826525266,103239,4280583250,201779,684164179,117854,1459299412,188324,4234847317,151845,3880035413,228977,3710985301,251756,2026906710,105613,2034754647,234335,3607290968,170632,670024793,111336,3268453465,188010,2353874010,139523,541664347,252180,3703891036,191655,3012936802,255399,624698469,233857,3751380070,157665,3055813737,106177,3938018409,125961,2915394665,189692,1976116329,221309,41108585,249408,3090875498,177148,3320022123,254063,3287704686,183213,3590530158,194751,918504561,240570,3963913330,127966,679838834,140480,389612658,196384,471344243,259648,3941352564,234738,1703871606,233448,3166545014,253379,169264247,202627,3026437240,232046,1909351545,182050,3381650554,161884,897991803,185036,2517607548,244624,2256061565,153239,3634635902,124201,1347470465,100003,1371030657,164616,167707777,174626,3160474753,211393,1965253763,253095,840172676,201278,1494099078,258543,4140885126,259130,2377614471,232144,3963110537,122793,47629452,110068,2382619789,104100,3953468557,143351,3805553805,191681,1025516685,237488,747906191,156876,2435081362,175174,2792916115,190139,965485716,168688,4030751899,112393,815957147,132789,3558270107,202366,881108125,193513,3588400286,253708,1588741279,249082,3929998497,218125,749978785,254907,437675170,204198,3153560744,135801,39470248,143450,4007216297,263114,903455915,174327,2851218603,181465,3295634604,205408,1432757420,261970,2640618670,125971,1090413742,129423,273843375,172086,2449941679,183923,4079273136,124128,2130158768,137479,2841511089,155986,396428466,254979,1063527602,258349,2277500083,107243,5760180,214096,1502028981,185092,1796293813,232958,974259386,185874,1221895354,248207,3042321596,124536,2202961084,205787,4097418428,238255,2518975677,143871,352224446,171362,2671445185,105575,1220920516,124078,1502504134,123090,121144521,100794,3020293322,189624,698000586,230575,3331171533,125455,1225753805,138991,880444621,167019,3830088909,211055,2529748174,232646,2674050257,159338,3200148689,191022,2246657233,245426,1974936785,262848,1074775251,194083,2842658007,114148,2705245399,220010,3518211288,108147,1770849497,201894,2994463961,211120,2130429147,120290,1493066971,138586,993936603,237556,3125396700,166557,2101347550,155496,1078453472,108349,3751380192,157997,3706373345,104542,3091621090,128276,3222529252,140747,3207972069,111350,3104548069,113511,1209074919,116026,1381434599,164976,334849256,250043,2468365545,120125,993953001,125350,1814635753,198974,2515027177,208224,212968681,216416,2385282283,170523,1889682668,103257,1966654700,229934,2887034093,179720,4279911661,219815,2699003118,155043,1556604143,222043,2135000304,247260,2974942449,232232,2862818546,202737,2179982580,139850,3230049526,218977,2580841719,220033,472810744,135027,3127174392,257703,2442175737,186674,1961944313,244004,110626042,142175,1467426042,211905,2990540026,213420,4182181115,100839,3216180478,253483,801834239,259986,3012166913,106495,938624258,141005,1810302210,162328,1930290436,149540,3315041540,260220,3098264838,191849,3267077382,262175,12797191,196433,3836208395,204963,1736172811,241607,2469307661,157015,2519319821,198809,3302040846,205605,4107830542,249827,3155166479,155480,3029361936,165268,2128200978,113973,1448281362,192245,464184594,194287,3007882514,250377,2543224085,210230,1397744918,187919,2452776216,229674,2455160089,153258,1360553241,179531,2792056091,175545,183248155,179409,1242645787,230358,1914807581,156605,1133233437,161315,3612075294,140779,3642393887,149825,3524216096,209413,2993235234,222700,3937977637,171387,2449941797,183941,271181097,123509,2294547754,121245,54560042,219682,2541970731,199540,3029206315,211841,2002396460,175622,1528096045,226853,307889454,202601,3095856431,179340,1497310512,136722,1152042289,181369,2540356916,112838,2839422261,105806,4243498293,226984,3593454903,259681,64275768,185294,97076537,124958,1635108154,167444,1666295098,230695,1127646523,110411,95831357,96465,613721405,120464,1995572541,209536,2716960061,234149,105973054,115805,977397054,129137,3285329214,133729,2348950847,127252,760358208,223507,804431170,101966,804472131,96941,567690563,131894,2784011588,208853,1553802564,218513,501187909,123226,2851792197,184324,58639686,239348,3252258118,251687,2394768713,195725,839591241,203166,3528426826,223212,4228179274,236702,4176045388,222204,1211401549,214225,3565159758,108130,2667431247,197889,2200782159,226685,1133135184,158111,3751339344,171057,757335376,213868,1045357904,243053,2086774097,104492,2282677586,152397,1130423638,115117,2978030934,222909,3870623062,243374,320357719,171407,1708164440,255094,3410961753,200719,749004122,118782,1987183962,131913,3727148378,138283,622118235,170744,3001509211,201041,3443705180,99558,247170397,187031,1003423070,134029,4039599454,235850,2236007775,141518,1427375457,126871,3009422690,189162,2673173858,220548,2992121187,102308,2713142627,142272,2085463395,217437,2844452196,201109,3956360549,225271,2452850022,201565,3093693801,185990,3314468202,224985,2780874091,97054,468378988,247806,3205662062,168009,2195834222,208795,3461367151,222447,874980719,251069,2373330291,105822,326821237,135901,638264694,152079,2788730231,148840,87197047,192729,4130424183,236499,4007339384,256624,2117453177,97564,617842041,144162,2055259516,250694,1669801341,178650,1317356925,211637,4259079553,143927,3820963202,142906,2896864642,249042,543704452,144500,2397545860,182931,1947821445,131370,3675268485,208168,1045996935,119232,252921223,160824,3453904264,229651,3931047306,176382,2789123467,148988,766698892,187844,1376953741,211454,343131534,116784,1811924367,117185,2376541583,191906,2695521680,236790,638133648,242780,3372500369,210157,1284425106,170544,1831757204,114550,212428180,124875,2143520148,162005,3119211926,171893,377791895,117169,1949795736,152644,2484135320,227545,1344415129,128340,3304826265,191557,13403545,257682,3338610075,170161,2352244123,255413,4091315612,119515,1464346012,140798,4210156956,187773,1885865374,206099,2838250912,196089,3067454880,212065,1343088033,252275,1362109858,157650,1161487779,133678,52807075,224044,2609694116,194875,1703282085,201975,814220709,234509,2801976742,156474,2356438438,186730,2453554599,154002,1671824807,191699,1022895527,213956,371975592,159256,244147625,193684,2949572009,210695,1360610731,171071,766592428,136820,2483758512,235489,4007290292,106987,2988688820,234878,4264953271,183596,2191377849,132099,1340425658,210073,3543115196,161949,285017532,224509,2958951869,163871,3181192637,219707,2705040832,134435,483861952,244458,151373249,217088,3855246786,237285,2626512324,241141,3630089670,105975,3920627142,204652,1772357062,236816,1190987207,154726,3926001096,100401,2680563146,201625,1024542155,215463,1368868300,98744,1223689676,206486,3548759501,178059,4113384911,203927,1815864784,201456,2447230416,235227,1428866514,133088,2930075093,240985,2508246,150615,184870358,157525,3500934614,228636,2478712279,138418,677324248,221353,3840370138,168352,2841241052,153754,3166479839,123125,3855468001,121332,490677729,213399,1680598499,107186,1539909091,240643,2328085988,99967,434898407,144138,3150530023,157547,1966417385,156383,749430250,194392,3354625514,258643,464324076,195105,798885357,202843,3299673581,213188,3933193710,171157,2951210480,232858,513148401,253848,1076774386,256402,467994100,119672,3953624564,216969,3629893108,237460,784025079,96118,421553657,131765,470164986,128975,3473966586,207514,3231802875,135925,2593768955,136869,320595451,157786,3904816635,251393,3278226940,226241,875652607,176241,83346945,127e3,2064729601,132763,1383679490,99126,4259366402,150666,962577922,204692,2319836677,250577,754615814,208953,586819082,217649,2450515468,107353,3942983180,121449,2008737293,212511,2116453904,137628,3444172305,130181,497493526,131013,2517501463,95782,2855093783,116544,1311262231,157062,621151773,188217,1373726240,255434,1905223203,207064,1011607075,233476,1322542629,131316,275940901,202261,3656295973,257747,2198013479,195939,1380632109,198831,3836208687,205008,1396958769,101427,976897588,111629,1768834613,148430,1360373302,186785,3916998198,213220,3872687672,146958,3929302585,255238,2907162170,178341,479536698,224230,2038638139,123973,1363977788,140016,481330748,203512,3802236476,250073,2460460605,120481,152167998,102466,2696619582,200800,2244814398,258759,3156854335,156733,4283729472,148105,2849064513,181009,2065573441,212164,3253241410,193367,3237332546,212300,3473786436,216303,2268751429,221727,271517253,234163,275621448,118487,1157686856,171725,3095438920,180974,2847336008,206632,1137632842,175224,2174781004,170205,172795468,223924,3957032524,260833,4276643406,164022,4029687377,113818,4091258450,148559,2340513362,220264,1576756818,251035,945874516,111477,3870189141,155250,2386585175,97582,402073175,151217,579397207,218799,1218578007,261466,1487095384,179257,3886933593,212363,4087309915,162445,2959353437,118133,143017565,216860,802801246,204806,802801246,204824,802801246,205521,365700702,259036,1589536353,126734,590988897,158357,2850997857,182125,3646514786,187163,3786917474,208830,2542495331,161709,593880676,182773,1361561189,165612,978028134,140246,2436294247,139968,2914223720,187142,3029255785,108660,785368681,133125,3751388778,154477,2524087915,244544,1480476267,246698,1131824748,116624,304072301,204669,4203406957,211419,86460014,165001,2135557742,257063,1360709232,226510,1943348849,118799,3296085617,126848,2850997873,181909,818120306,193144,344016500,132961,4260284020,145325,475539060,251713,1446143605,208473,845719160,160023,3599378041,196964,2414052986,201238,2842666618,246201,4127188603,108581,604636795,157508,3847841403,181124,1466115708,105232,2531141245,154096,338716288,103153,1715873408,129354,2565416576,143697,1168582272,259144,3852510849,105749,349275777,139715,140650114,222673,469526147,217043,382125700,137255,4015441542,142960,2854184583,140582,1593443977,245241,2808735370,121954,2054588043,121706,1624532621,243232,503703182,136488,2270439056,104785,4158498449,174669,2570913425,213171,549635731,119727,1172039316,131745,3956041364,133408,2907252372,193581,3994093206,257020,1669187225,96136,3520439961,246906,4256425626,165644,2788419227,124296,2332763804,125664,1261504161,238044,3626157731,226438,1299891878,134147,1402144423,247610,166291112,146755,2836244137,115380,694978219,179624,3792971436,104017,2696701612,246965,2338834093,166994,125298349,191102,3619686062,106919,365037230,253289,2879030959,179299,3252864690,113999,649471666,167490,629827251,168376,2667628212,97037,314435252,242137,2233935541,194896,4166944437,225643,1210599094,149671,3488089784,203665,3110594233,260071,4223772346,95728,4067051194,154380,3021907645,171456,1815692990,173905,1378592449,115189,131516097,116041,844728001,200885,3137169089,240004,3222759106,135965,598066883,144974,2432026307,182441,1916085955,221818,2966668996,165331,2988582596,182643,2653791940,198851,1351837382,160971,4208264904,124399,2916476617,235297,1318004425,238999,1276520138,141982,2244708043,192791,1879082700,108046,1088743116,117261,2873403085,129942,132171471,197318,1129613007,256728,1751107282,218175,713238227,240728,3165169364,182230,3738666708,187276,3224708820,225764,3096282837,186115,965502677,252905,361252566,206383,925681368,129800,716695257,187352,138323673,190384,3898648281,200372,4149192410,141366,3769698010,256559,3064522460,218112,1989478109,153153,1430726366,113938,4224337630,159950,1088202462,228213,1898620640,256285,1931405025,201910,3936601826,195240,3965347556,104802,3735201509,198791,4259391206,196675,2919565030,202151,4219512551,187307,2586945255,195631,600434408,230269,2814199528,230469,2634335977,123638,1289783018,125081,49243882,235826,3107874539,108682,465856237,104756,453461742,120852,2448287470,217397,3551774447,137537,739215088,183640,2294720240,213730,1253181171,194981,1095534325,156331,2614626040,194173,1114588921,248560,150365946,105420,272066298,213256,2501682939,104062,758712059,220805,4293535484,137281,1319937789,99042,3589891837,186523,2671388415,132624,3046262529,225972,579536645,99604,1740465926,107293,3239118598,214041,608446216,106862,2944796424,259270,980477704,261737,2489575178,118838,3376170763,247924,1857382156,146853,3833653004,151497,2321721100,161224,1600644876,246809,4022265617,145945,3682789138,171913,1573799699,207677,1719224083,220870,404342548,141932,1347045141,100258,3411773206,212219,1121412888,243567,3728303899,153793,3276130075,238232,2802255645,151726,2967488285,194941,76384029,223277,1615054622,195306,1402152734,200737,3309954848,118239,4034168608,211997,1146742562,153650,19253026,253922,3751348003,170889,589195044,118541,2534246183,147077,3332671271,227904,285632295,252306,846563111,253027,1150928680,258466,868542250,116870,2387527467,161477,3836249899,206398,558589739,249148,3221718835,98589,3449014068,149712,753518391,178791,1499326264,157976,3266963256,179943,1145055034,191470,3142616891,105001,3967805243,166400,2573575996,119129,537544509,119853,2453497663,100667,472794943,135050,1891911488,229807,3068340034,225578,4158719811,221856,2453063494,108985,1671284550,238316,74344266,175055,3674842955,237423,1560774478,141385,1664345936,202383,2656028497,228866,313173841,250167,3759007572,112758,4149192532,141347,3751339860,171490,2465933140,200652,2342750041,233374,4022265690,145927,2207287133,199836,677635933,221425,722773855,102207,4243302240,97671,2065401697,170903,3090876257,177328,3751429986,147106,4168714082,172986,2332911460,182162,4242179941,181413,1264207719,213983,1746339688,186767,2147903337,103614,1601906538,116368,13584237,149432,671795054,191632,2667251566,258810,1242351472,154641,4080125808,196076,1755686771,124160,4249020275,214584,326346614,205813,793610102,252102,3358713720,260351,3411765113,194449,3975915385,195599,2438719353,212829,1841522554,166270,1527465851,238951,593004412,97479,1221977981,219019,175384446,116989,4196771713,119970,4219135873,147453,2239489922,206989,1362945923,150199,4125435781,102644,2380228487,102134,3764864904,234493,3235473290,130676,4290512778,147677,2611210123,100877,1995761548,126241,1465182092,234721,1614989199,108496,457844624,168293,95643536,178559,1362945937,151105,1361012625,169728,3002820500,201304,3467134868,228379,2389084053,218297,3967813527,245451,2988607386,123465,3311536026,176089,292497308,165787,2544125852,173678,1392134044,194800,2800904092,253960,3629434782,116315,3225479070,116667,313526175,158631,1353828255,217920,24176543,228705,2888763296,130969,2158831522,180173,1118922658,225630,2353924003,103091,2595211171,137180,107349923,201260,1152026532,206742,522094501,183959,3094939558,232684,3751389095,154420,91187112,215518,999761835,118646,131606444,118962,205170604,138257,652691373,120874,1662347181,259900,2490869680,136244,3305981873,148316,1409623985,152666,2138957745,245987,3718883250,119637,2980448179,107896,628705204,158958,1687250868,207210,611452854,157428,1278379959,117540,253028279,256173,4259350456,150791,95471545,220100,1709377467,122754,1799276476,221110,3891529663,124353,1922779071,205677,960006081,226673,2395383746,180803,4172433347,198365,298485700,146329,305448900,223355,3408783301,111714,4251969477,155820,2126587845,195831,2184357830,112613,1264396230,148582,4283115463,252762,1089791944,136693,298862538,115648,3323733964,127650,3055044557,155189,2457438158,246641,4294756303,221097,2149271505,101346,797616081,143131,3614353361,244698,4200990676,240703,4015540182,174387,1491281878,226494,3869870039,160475,3956549591,219724,2613209049,117613,2163935194,147785,1256400858,208999,2921703387,154600,3301631963,229348,1988855772,248001,4218529757,107337,3601491938,210014,1083877349,126602,1205651431,241876,356591593,131674,356591593,131692,356591593,131713,2322221033,143246,1138272236,222429,3125798894,162780,2878892015,179240,1049397232,145511,717891569,245680,2280294385,251244,165259251,97267,2399873012,146248,99903477,162691,187344885,164642,984270837,216815,882739193,121380,3817187321,212429,2631124986,204852,1642170364,262248,489744381,171520,3824683007,212316,3454052352,140827,3022637056,208538,3724249090,127183,1675921411,229395,2439161861,199216,1471244296,136950,2506827785,231693,1921796105,253552,571336714,104191,3222022155,146584,3586426891,253585,3633137676,182100,3688933389,185717,433997838,181773,3476645903,102354,1251444751,160261,117049359,172839,2236942352,107749,4077152273,194310,1909319698,161691,3095144466,181201,255510547,96634,3757721619,127614,2677278739,163791,3923658774,191366,3875514391,127094,1516570647,136517,10381335,259411,1650305048,102414,3825412120,187692,1960364057,203125,913991705,214122,198494234,159649,3050309659,145874,2429642780,186411,3751921696,172449,2779441186,110103,2786699298,126288,3954264100,127403,586975268,133857,3092047912,229275,1735305256,242185,4171851818,124617,2536745003,136350,1338968108,100622,622266412,136274,2915207216,141108,445802544,227152,706267185,157108,3734947889,249013,3084740658,187469,4143433779,178219,1175865395,192112,2796718131,236047,166291508,146778,1672407093,129966,2260437045,131076,2344511544,255287,3848103993,98329,814999610,137425,3201075258,232405,1190545467,125287,1206863931,132408,1721681981,135307,358819903,121001,4242417727,255846,3226478656,113682,2907179073,178381,3058640962,131100,2328913988,219768,2999887945,145433,1294706762,256674,2030192716,152113,2075666508,224474,4265052237,165917,2779310158,174744,4262070352,195690,2461534288,213653,4161292369,133481,1101326417,207799,1439656017,221021,3132491858,161299,1361537107,159406,1163036755,217013,991905876,134548,2633238613,112888,3486697557,180691,1311025238,115140,3879659606,124505,1768941658,137002,3952347226,142815,1494370394,166362,2688026716,126202,3487533151,243244,2611226721,99146,3266889825,112712,2585741412,122143,2439735396,127667,647891044,178398,846211173,223194,289122406,123571,2394540134,213239,498428007,212883,409864296,225928,2061248621,261422,3668076656,168130,2578598e3,240230,1205184624,242806,3843565681,118264,1073735794,112419,2078427251,160420,3963750515,240844,1770211444,164408,341141622,193763,1682851960,238758,1790863481,128840,3516418171,114316,249063548,193118,1547643004,217950,1236494460,261704,3906996350,118722,992266366,167090,3781986430,256639,4031547520,130219,1363970176,147e3,1778239616,148605,2458888320,210836,3908708481,98353,1449511041,165721,1361545350,160405,2182695046,260852,3561293959,121735,3634243719,175585,3248965769,96715,4237871242,180056,3466160267,165661,1485047947,259499,3751364748,161677,3049121932,239721,1363986573,138518,3329312911,246545,3734890642,96614,3734890643,96594,1384532116,249846,1885530261,220887,1363986582,137968,2571880601,162023,2532968603,222248,4053100700,130165,3943106717,226016,3178326174,152097,3751389343,154324,2939676831,168524,3408570527,214926,1062029473,106958,766494881,136565,3097225377,190835,2540791969,194344,2473134242,130118,1712720036,159066,2811807908,219184,2103748773,192646,3016566953,206506,3882928297,259667,3810920618,262191,3751372971,158757,1127737517,138533,3751430318,146386,3222898863,138948,2653882543,187183,1144088753,218056,1292191923,110175,3508201651,181573,522848438,147562,2484390072,117496,3617720504,133380,2239277240,166132,2094188729,195521,1685776569,219496,4020881595,167537,1270401213,111795,3645860031,108003,2352367809,120384,2007476420,98449,315197637,260240,942999756,137720,256878797,96209,2219157709,149279,1457416397,202114,2230864078,105504,250366159,134796,3279751375,135549,1149774033,212343,355444945,262444,2669676754,203238,2170603731,130135,2893236435,190088,4063963348,107959,2412972244,120898,3286083796,134693,695650516,231085,3751332053,186641,3251685589,220723,3641288918,208323,4093012187,99765,3871713499,246267,3137071324,198470,1565329629,188172,758368480,188546,1925875937,199279,4142967015,183808,3236497643,183356,2357520619,192514,900204780,128592,3751364845,160358,2843199725,170125,1551370477,214772,2263312624,259814,1360546035,180753,692947188,141329,1361389812,166819,1916102900,258132,896297208,196838,3851725048,245631,3339315449,219399,3686123769,243795,21907707,141081,723519740,143668,3083790589,186366,2051098878,167111,1587464448,163771,1877756162,165311,3614271747,211974,1070344452,208814,1216014596,244299,3830688006,130942,861989127,258697,768338184,160105,2071890184,235560,607275272,246511,313788681,210851,2592188681,255564,1371515148,98824,4236495117,225400,197699855,257992,1179175184,232269,3744114962,129865,1295173906,144473,114813202,207548,1499179287,136795,2877073687,156711,820111639,236215,805923096,230743,2165147929,230620,1349650714,131618,1278888218,217903,1918880027,235130,4270098717,150709,4161210658,107814,2903697700,161140,16820517,124519,2836932902,106761,206055718,132362,921766182,155066,3134343462,259879,1008019751,126722,4011854121,188767,2806860077,118062,1220364590,146619,2196908335,178517,3667896624,122189,1871218992,126316,2698438960,197407,2861443377,145367,3095128371,182679,2357160244,95867,397470005,127870,4273637685,240449,3095128374,182695,3130861879,259936,4267764026,211652,629983547,103038,3873737019,135822,2432387392,201585,2685069633,114990,964815169,183735,3500083523,115737,3974752579,145796,867772740,122673,385345861,214904,1342310725,236343,2677279046,163552,4261456198,164005,225192264,192211,4143851849,102012,3568994633,123151,2768701771,129032,1795762507,160921,2524399951,252603,3344050512,97192,2971494736,233660,1132054865,241948,3637029201,243088,540264786,251967,4169075028,97629,283339093,113610,3742533974,215083,989227350,223431,3842582871,110811,556460375,262868,2699626845,170868,3095144798,181397,1035716959,223602,3068905823,224797,2439162208,199237,1361545569,160460,536365409,184022,3428043108,241371,127002981,124634,254675304,97371,4198664553,175330,522848618,147542,4291905898,241390,1392585067,200322,3438127469,99822,3189254509,165988,2736490862,161052,3756878190,184764,456690030,199438,154438002,144680,93890930,188647,3132983668,163536,4122741108,176939,2850515316,183515,3275016564,219134,886835573,183757,1299892598,134165,4263045494,166006,3132983672,163479,3719563640,246306,3311716729,119154,1769294201,201331,1594534267,103626,1600956797,210052,1765763454,148495,2108017023,100860,3257911679,146089,4129704320,110050,3222505858,140869,739232130,168976,3755911555,213440,1396337028,227635,1319020932,254702,1361545605,160192,3243297158,224319,1361389959,166855,1259465097,254168,4166642058,135981,1433962892,119394,2607557005,235055,3437996429,248713,52234639,150834,670607760,196611,1082395025,162422,4161677716,119921,1777822105,201355,2627717529,248975,2014185882,224019,3654986140,136446,4031408540,145307,139168157,101496,3692718494,210784,1076226463,255822,1965091232,131467,2636949921,171564,2934385057,254455,1360513442,185354,2040523171,231360,1772677541,158978,3331574181,208150,3902982566,107668,2898848166,245111,2684021158,248677,2171128230,250397,3277957543,113727,2598562216,231972,4210764201,184305,355264939,158219,3675236779,199987,1897073072,126074,3793390002,235278,3858770357,237880,3574213046,138776,3025488311,236327,2817468860,105359,768928189,166242,1432439230,245709,3182225857,148335,1374669249,153067,1847257537,206609,204925379,102954,3503090115,187222,485042627,204471,1501833667,208422,3431213508,245575,2155424197,108941,3662399945,139545,61721033,201730,1018128843,224450,2473216460,207816,3751381453,155520,2495433165,257246,335243728,168102,589334992,189788,3082660304,206964,113281488,216380,1158728144,245379,2098309586,248274,3050383828,98792,3334384084,166800,712731092,223397,161163733,104838,2455734741,183237,1980369365,244719,2397112790,166925,1091307990,193990,3150072278,194920,510036441,110428,3822397914,101602,2652899802,130040,3698928090,249438,3877456350,112800,2339637726,121827,729631199,155943,3634244066,175707,1450559971,103746,4194617827,256333,3027839460,98046,189344229,241437,3037235686,217376,770214374,239050,3980118504,232919,3751365097,162041,2462755305,226097,3794782698,131188,1133062634,154771,3222759915,137742,1009363437,224859,4163979757,228786,1901464050,236283,1411680755,150417,4263479795,197282,803015155,199620,4037503476,133043,2159806964,197498,610183669,171634,875653621,176203,3379046902,119793,3323800054,127108,1988798967,170819,4017662455,193740,3367709175,232209,2180876791,236265,3458599416,148373,3656690168,181821,3198364158,206585,3751365120,163809,4232178176,202403,2892425730,97250,2389518850,104977,3331041794,191397,3465579011,220327,1047185927,166323,874080775,176673,1374513671,249600,4035455496,220135,2998045192,247087,3017665033,171473,3956410890,134481,1269877258,160001,2749237772,103763,2431027724,200344,3931228685,138396,980609549,168155,346679821,237700,823061005,252527,460220941,258093,2569931278,186488,3812813327,177302,2455734800,183408,1244301842,190710,2333215252,244428,2575264280,164507,3956230681,130553,1280535067,98901,290466331,253365,970353179,256244,2826365468,224727,4278602269,252289,301828638,158466,1738746398,197569,1689225759,134975,1643145759,219454,842344999,105087,2070964775,114249,4269189672,248956,4163619369,133541,3914869289,142201,3451669033,149189,343321130,96093,3524749867,104575,3642214955,260371,1093863982,118979,3542944302,119035,2103749166,192610,3882895918,216063,1301252655,117054,2135271983,213042,4061669936,133580,1510500913,152936,1122150961,153850,1281952305,160516,2970298930,173861,3657894451,168844,3412494899,181969,929786419,218822,1531177523,234814,148605493,180555,3188050485,189181,1111460408,122416,1782385208,211615,2878089787,197007,4249266748,142989,3109145150,99174,2583102,119415,4031466047,134226,4292504129,206720,889211458,200750,1360521795,185077,2311481923,204419,3751356996,169218,3896846917,207737,516893254,247969,1294461512,218704,2010237513,202322,3326700109,195414,2762320462,201431,1859299919,145234,1360546383,180624,4074408529,197384,3751365202,163360,3383839315,207364,1483729492,137078,660712022,200901,2788969047,106114,2270505559,238494,1616734808,102886,3462105689,186816,1713629786,132989,2542627420,118319,1898736220,243770,4239370845,179603,3751430750,135787,841869918,209080,3907766878,216109,641944158,217887,3285682783,134616,3150711391,157412,2015201891,150102,122514020,188979,2158668388,226872,3115534950,210525,3823110759,144451,4212312680,218369,2843200105,170143,4264553067,107270,546163307,190109,271215211,195017,2975976046,184234,2807089776,216359,1532553841,185005,3429542514,125305,191187572,230681,3830131317,126373,927410805,254203,456518262,151627,1669843574,158059,423619190,187979,2401200758,189540,3859933815,96368,3948096121,111651,3834669689,127414,801647226,263274,566127227,132117,2685053564,221054,218081917,97067,966929021,135746,1369614974,224116,3751430783,135496,2377067135,179382,1448299136,106647,1550133888,197803,1352551041,124764,713575041,146729,4111460995,137348,3458599556,148411,1549707908,227178,387000965,128925,1092397701,149854,1488325253,230145,2438441606,111201,3937749638,127852,629803654,152494,389540486,226835,976947849,172007,1447103115,228561,3824290444,159967,909609615,250324,1272294032,186906,1936001683,179737,2580720275,208114,73288340,159874,1568615062,197303,1797491350,197539,2714528406,261909,2533542551,122552,1360923287,170712,2873756312,232973,2983135897,182420,1337346715,139217,1717938843,154192,3161713307,196660,2528234141,211333,4157401761,147945,1727384226,105527,1015974562,151290,3095145122,181482,1923123874,186055,1108241058,231381,694880932,179668,2397686436,182913,2335099557,161809,4169960102,237510,2125793963,99664,4203154092,209030,220785326,102628,2194131630,232836,4235094706,160325,266709683,233905,1811704499,238932,836061876,250200,3222833847,138551,1360882359,170278,1264544440,248535,1749068474,176646,3763366586,180360,2258561726,98654,3899247295,129107,183691968,131519,2560944832,194372,812812993,168744,3157240514,155661,3039029954,199871,2178656963,129272,3023399619,187898,3789081286,199948,614337227,200064,4107897548,105189,2592525004,110972,3222383308,139353,2529348303,111313,299092688,216086,1247668944,253876,1631619792,258203,1130810067,250149,3458599637,148392,2353810133,189969,2513963734,126696,4160121558,193901,11553496,205168,3126758105,167577,1360923356,170786,2657233629,236197,716417758,169166,3393178335,223416,3677588191,262490,3677588191,262536,3677588191,262591,3677588191,262646,3677588191,262688,3677588191,262731,1363626720,147490,1099557601,135597,1604160225,147806,3556477665,255487,1096968930,134861,1096968930,135221,303573731,157084,457599715,201710,683191013,106405,1136347877,214304,4001311462,111377,802982630,196050,1617472231,118664,515099368,122001,845253355,210178,1996688109,172224,3573189358,157461,235023087,101828,3271109359,213686,2729773808,171932,3222252276,146643,1031064309,160848,2118511350,108899,2993793785,124689,195922681,168448,995494650,101907,1337821946,152710,2056563453,106144,4117424895,105851,3258288895,146185,3636341503,157246,2035452671,163298,2761820927,194535,4148226818,217288,777652997,118441,2505550597,242856,1876503302,167920,812813063,261557,3304532745,165809,2578393865,197367,313182985,210406,1684269836,185205,1791134477,106685,1227123469,193807,2966391567,231289,3625077520,197867,418900753,106605,1641810705,193009,2358717201,244521,1601800978,111882,4244294419,163063,2273315604,184962,2977434389,150687,63277847,99908,2882997015,156355,3772730136,176283,1917201177,205590,4009790234,166870,1462717212,159853,3921341213,121096,3926960925,128260,697649949,182485,858737439,118025,521775905,153602,4243049254,146106,975514413,204541,3028454190,140149,496372527,99468,2365811503,165958,2781326129,167425,2491591474,216788,1886120755,102271,263097140,151476,708168502,103198,2670963510,183837,180546359,203460,3272682296,142255,156961592,258950,3317041977,120270,2353630010,115699,3795815227,155131,4115065660,166039,2435345212,201843,873638717,176737,205802302,204975,2935130943,224909,1191758656,258587,3495111490,164340,3466595139,163896,3094317891,185459,3420064580,169326,1360907076,171042,454585156,185318,1361537861,159820,2902272839,130751,1911565127,159715,3244141384,119436,978021194,140203,131058507,220627,921799500,174774,2308672335,98989,3765930831,128184,3686771535,203261,2557946705,256876,3181767506,141182,2735983444,114835,816581460,115942,2576362324,235866,575507285,139109,2594188120,184361,1398205272,204636,618556251,179985,3906284379,217270,1708739419,262807,1213221724,229834,2913250140,254384,611994461,161783,3764202334,178750,442575710,215289,4017015648,223759,1946618721,130578,3699231586,184059,1251634021,116266,3358673765,125412,1495976806,96561,4262325094,154982,214059878,202507,3306023784,120076,3751431016,138636,4073630568,175647,4259367788,150594,3419450220,252342,3751349101,169297,3751431022,138650,3222760304,137521,1042566e3,156645,1641950065,178104,4057901937,260741,4271942514,97654,898378611,173162,1342032756,125607,1409108852,166947,914099060,251303,233507701,122334,2052328309,154579,3663874935,203060,3079736183,224828,3111209848,149047,3150506872,157445,639650680,191123,2424785785,205630,691587961,243673,1737108345,258030,3265956731,246031,1718881149,202096,1697082237,230860,2594212734,200472,1259154304,146495,4259367808,150528,3100461953,171618,657509254,166589,1507453830,254034,2220026759,213829,1914981257,219749,2125998986,124744,3925896076,217991,3926748048,214450,297331600,218026,1649085331,100957,251210643,206649,553921429,103791,1765411733,136893,3504991125,244016,4191013782,144999,1582656406,155966,242838422,172425,3401862039,124015,1342974872,205422,1423010714,192172,1260948379,115247,3668691867,256259,1458768796,98272,2000571292,127342,3445214108,149068,704498588,186074,1723689885,194015,3958819741,259556,2938284958,165349,280742816,105696,1526705056,208350,1166781346,120925,933219234,203951,3132582819,161970,1342376868,99087,2604936100,208606,1457982377,113284,3198749609,114026,1321667498,173971,204614570,202993,3517418411,113663,1977011116,126013,706767789,173056,2421795758,213205,1396353966,248420,2041064368,122878,1723214768,205960,1338608560,248136,1688562609,121162,2247314353,205437,3824831409,253218,3091983282,159211,4164815794,179188,3011890098,210278,3937389490,261758,3095169972,183907,2610965428,207154,3178302390,223803,1688030136,102805,1474939834,96774,2855365563,108877,429296573,133927,2969734077,192663,344665022,133419,580168639,154169,1168444352,137983,2105543617,182796,2609630145,192151,2650770369,263262,1360554946,179225,1333619651,191285,480472004,111563,1418849223,144411,3309333448,185494,782830537,105723,1757809609,200077,1643031499,241903,2103307211,255200,2293001166,108923,1953606610,180822,1339018195,100606,3382004692,227722,999558102,105247,366218199,162980,1235291099,123913,3642166238,230989,3480685537,109946,1687751649,214656,2619427811,133175,4204243941,135099,2816461797,145619,404384741,214328,2874215398,180290,3565956070,244582,533588967,131418,1248398311,256979,592341992,112339,198495208,159530,229927913,225346,2761092073,250455,3719539690,153772,1332120554,223875,1735715821,138001,1379593197,225296,916474862,174965,1572023280,207418,2975001585,183552,163900401,223578,527191026,192970,2890443762,256105,1331317749,125470,204614646,203093,947506168,126062,1580624888,197243,248458232,254854,128601082,240679,1589054459,215149,1574022140,250421,878734335,185271,744844287,256460,467102720,191149,634317827,243151,2024664068,136465,406735877,243396,365997062,229424,720505863,207993,2747436042,204221,691375116,167970,2415455244,181315,1695558668,185151,1379445774,122101,3055807504,123933,411307024,181862,1362390033,153898,1955744786,139028,3751373842,158891,3095145490,181617,4282100756,120341,863128597,102780,2164640789,109258,3739118614,226375,1247857687,204760,1808428058,257790,2409909278,192322,1785646110,225317,419933215,125266,2801773599,213905,1589054495,215167,752012320,112192,207096866,130453,1847454754,174515,542354467,100938,4035554339,228618,49826851,238396,2079067173,106629,1765682213,114106,4085992485,155550,2199497765,257814,3635751975,237743,4161768488,139460,565283881,98311,1235495977,242840,1923705898,114360,1876503594,167945,2208476202,193081,1264208939,239901,980544556,168569,1909730349,203037,982993967,112035,3272633391,134088,858483761,123664,3563498545,233024,3096210482,186225,1462856754,230228,2404363315,247988,125971509,165286,226569269,177049,4179151925,256087,411544633,130507,1762782265,247198,2483457083,101443,1712663611,237139,452504636,214636,1819913276,226908,1877519422,149600,2165533758,200524,1142656064,106008,2266229825,111233,1362947138,151310,3108006978,170293,3273550915,182249,2874215492,180307,3376688198,101690,3851562055,106475,71568455,224624,2547616839,231125,1560079433,138699,4153191497,178915,600861771,212668,2889395275,229518,71117901,182749,1369853006,175486,699395150,206310,1185868879,166654,1894665295,214371,1735756880,231262,2416176209,106711,2728881233,112575,182455380,239840,3917679701,218932,1719364693,221685,2402749526,175786,391752791,158612,948014167,178873,2000342103,188470,2855791704,131389,4169256027,171326,546376797,124722,3343535197,261154,2723630174,159572,2910309470,257387,2067582047,187264,551365727,253317,1362996321,151878,914140257,198409,2647878754,220296,1462643812,201379,118680678,101656,3973041254,233234,1248005223,142881,3521031272,226156,802483305,152248,2460986473,157288,251571308,100452,1103015020,197429,3625143405,175526,215231597,180484,2732035183,223847,59378803,110617,603974772,107692,3596307572,116421,1993575542,156014,391752822,158701,807980150,248581,1999506551,229330,1792044155,171582,2680892540,235112,525446269,205085,3411201150,134322,3827158142,229366,2896563327,143322,3757329535,180503,3222408321,139155,2679049346,222107,1174793346,259081,4056149123,133068,2760060035,227053,2144373895,161909,3030215815,194820,3850013832,115269,95612040,116895,344706186,186289,178621579,174172,344706188,177413,344706188,177432,344706188,177451,344706188,177469,344706188,177491,344706188,177521,344706188,177542,344706188,177564,344706188,177592,344706188,177612,344706188,177637,344706188,177656,344706188,177681,344706188,177703,344706188,177725,344706188,177748,344706188,177763,344706188,177786,344706188,177805,344706188,177827,344706188,177842,344706188,177859,344706188,177882,344706188,177900,344706188,177917,344706188,177933,344706188,177950,344706188,177969,344706188,177990,344706188,178006,344706188,262907,344706188,263297,1918758029,244679,947653774,196456,1598467214,217749,344706191,171606,591858831,230553,2126195857,98842,1821404305,129784,1568459923,260029,2126138516,246443,3815730325,96539,259959957,162917,2193697941,237110,2609687705,176500,3496094873,219970,4216761500,154145,2289298590,102838,344706208,158920,3450809506,162175,471788706,242425,1362947235,149960,2997308582,143042,2333207720,246626,954797224,251441,1969712297,96315,1716653226,241714,2550353068,235711,2970610861,247877,4238257326,130301,1950534830,177164,1436511407,134183,2848910513,103918,1121053873,144883,66309297,199970,2003135666,178690,212978868,102975,582798516,236091,1121496248,153416,1116179640,160783,3309087929,138104,1582656698,156036,3069013179,196343,4135922875,255162,344706236,149528,1678888125,212618,3471314109,229695,3808341182,239862,928124094,254223,3725749439,238299,1733643456,262072,1133710529,195783,235482306,112550,533236930,127367,4277398724,206944,2401053895,168501,2032463048,117932,3017952456,214683,3095579849,180639,4110929098,232565,4048391370,249120,3121859788,169264,3500551373,143505,344706253,147428,344706254,147399,1411411150,249870,290458832,121582,2971487442,243440,2797849811,150373,914001107,216744,1570303188,111268,339700948,159106,3486559444,169371,2469866708,192709,483011796,220928,1002212564,233940,2458496213,231199,200420567,116404,2071702743,164307,4272639191,224093,3078458584,215926,2323279066,108070,1917816026,248376,481873115,218041,1709296860,156811,3525258460,180593,2826636509,185238,1593560285,215696,1901096158,237629,973884640,140376,3778538721,212603,1018686690,209713,1224879331,207342,2957389027,254728,464694500,234122,2283572454,205274,4140207335,155396,1664797930,141280,2385538283,143403,3329944814,164730,1579617519,233721,2343406832,129375,2222738673,111285,1998990577,256441,3445173491,124480,715926771,239565,2298416371,245933,2362993910,108308,831737079,102935,3535162615,129499,4287884535,180004,3750735097,186923,1850928377,196790,1859431673,225592,4004916474,120671,3776285948,122650,1865714941,184625,2787339518,102819,763563265,221969,1624632580,154506,848768260,214269,3943951621,107367,363392262,108624,2974289158,143896,4122086662,254433,536194312,108382,1362496776,154711,3487788297,203644,2428644618,102064,4013624587,123761,3467816204,242990,1309920525,237765,2042334479,150214,4178226447,212018,1971326223,253522,1569410322,205333,2553572627,97818,3990187284,249979,1085902100,259513,2074545431,103655,3222744343,137776,2158652695,180150,2531454231,198243,3512454424,232190,3042446617,223828,748277018,162258,3670961435,151578,1710845211,261440,452979996,211592,3329068318,244812,918474017,256188,3013618978,201024,1483230498,212806,3652037922,234448,1780952355,258923,2782440740,121269,878152996,177071,1082592549,261195,118353190,148919,2363116839,168665,2683505961,186883,2604272939,253259,3108007216,170074,362614064,257721,638029106,156564,874343731,261787,101518644,217733,4160654645,109281,3717778741,138926,2849582390,206670,3136064823,189413,4245343543,210801,497069368,257409,2442628410,184200,3739233594,236896,1653050683,113110,3086388539,261054,208858428,108408,3403058493,117591,4060572991,218348,980544832,168548,3956043074,186966,77688132,138664,1171647812,232286,3351383366,217693,303893830,243297,812051784,236438,4219940169,175875,2175847755,193601,1910852940,161359,1844948301,124551,3091983694,159189,3495112014,164362,2853285198,240920,749907280,113582,3798969680,253146,2250034513,141057,988130642,220857,3956043091,147136,3956043091,147154,3956043091,147171,3956043091,147196,3956043091,147220,3956043091,147238,3956043091,147255,3956043091,147279,3956043091,147299,3956043091,147317,3956043091,147332,3956043091,147348,3956043091,147366,3956043091,147382,2603969875,208929,2945789267,231071,3095154003,231562,3117264213,100974,2678295895,196362,1112567128,190688,2060234073,97546,3873795418,195376,1156656474,197733,1857129820,149695,1319562590,152980,2397998430,218912,1362431328,154491,1594912097,113176,2567023970,108781,3184004450,149353,3703549282,198945,15404387,259764,3222539620,165863,2573102440,239498,3105369453,167221,3692989806,123059,273886578,207239,2605108594,223167,1042640244,95973,198495604,159551,3442404726,228229,2624384376,138567,487370106,206032,1679420795,152958,1805651323,153004,1548242299,213631,2190790013,149497,1520643454,133296,4231654783,117368,3096022399,178933,1601179007,190033,611700099,115221,3279859075,211502,3821079942,118355,1582091655,172914,2614021511,176590,1501212039,193631,1264102792,174869,2344381832,226599,2723319177,156498,2543807882,198559,2868997514,232941,2052238730,261659,405482891,163250,1428073868,217978,2510679439,128536,2927766927,193035,3059174800,256357,1599851920,259101,1501212049,193866,767405458,106973,2707901842,223049,2562780563,257873,673779092,98544,613232020,108740,1447136660,213887,744099220,214604,3367046549,191084,2645110170,115718,4035415450,200639,724389275,259215,3714395550,183331,3293916577,133009,1006775715,137792,3222850979,137886,4178734499,216285,3645033893,115784,1362537896,152233,366628266,110894,482299311,137578,536481201,112855,3468422577,123556,2806877618,134879,2679721397,172369,2878557624,120519,3274919352,149314,3044920762,259738,2736623035,229312,1681829309,222153,4088196542,118607,1857514942,258975,2144791999,190734,780389823,260590,1045654976,120061,95989184,252227,233131456,262228,1644645825,97605,3314552257,189335,428584386,130479,408382914,171425,2124754373,219279,504778184,110025,457461193,193703,1835789769,210489,4051750348,148273,841149901,153933,96308687,153131,2797399503,231920,1111043536,227278,665095633,118817,1275448789,118739,942525909,120976,2622696917,251329,150621654,116197,1514499542,256836,2394492376,111758,2616692184,117226,4233383386,160626,3121769946,225674,3338956251,245131,1656851932,192863,3839102431,252866,529411553,246827,1138888161,251827,2014121442,133879,486338018,225714,1664142818,235167,3478842851,141956,2435673572,221543,1804111333,184814,4033637863,174088,1496272359,225174,636227049,167554,826609130,188860,64343531,110468,558198251,117028,2798366187,217309,2308214251,222227,3692293612,146659,1336790508,152461,401026541,224814,1989307888,126951,3540332017,260426,1363979762,141611,2193862131,236120,4123602419,240098,1331244531,256787,2147782132,111967,1669934580,219513,4205448692,249502,228896249,231873,3858574842,135882,3182235130,148622,3664309754,255036,433278461,228126,889548285,259718,3951644158,133025,881675776,241501,1819094529,188576,2481401346,175726,3918360067,107877,1955442185,128705,205680137,193169,3234754058,191207,2868932106,250644,317681163,158589,4262858252,200299,3650498061,255756,264998415,164062,790924816,195582,2756554257,249332,2399882771,146229,1879641620,119534,4219817493,128246,3100036629,172109,1124118037,211542,4072435224,133655,4289277464,149924,121884184,198288,4104572442,166159,302009882,220701,3626864155,115575,2325532187,229556,402083355,247447,2240704028,222778,3095146014,181757,1346539041,100509,3626880547,164282,3038301732,118758,4161768996,139418,3155291686,155534,1451830824,160546,2098892328,260188,426323498,205227,3708718635,133278,1822887468,104688,802754092,152318,145509932,234656,3150933551,102566,2998627887,239777,561598e3,243465,527265331,187553,3133017652,163105,3832122933,206554,4262219319,197262,351718969,114604,1452944953,241820,932621882,189994,944246330,203006,3990154811,154561,3080539708,164195,3422686781,211044,2318913087,239959,1363988032,138823,2831314498,185169,3706023491,229101,3893235267,235185,3357462083,242888,1121496644,153469,3751382596,156663,109170246,115763,167120454,125870,4224233033,246065,2975944266,199301,1026068045,229990,1860308558,139654,2881113678,204869,3471830609,232508,1960955473,261801,4101475922,132059,786517587,140503,1121496659,153452,3358412373,225160,1106562646,183053,828452439,184604,3491327575,217611,1343172183,236067,3751382616,155780,2420141656,162828,901975641,216618,1857105497,256594,140586587,127738,2307141211,209953,4264832604,255056,1720438365,230056,1720438366,230032,4289850975,132862,3602804320,218265,174673505,172242,1745628770,148516,1599696483,112278,2881121892,180576,3945926244,180730,2496941668,190070,2083966567,132387,722914919,140442,3104968295,164458,2540007015,225559,3953323624,112081,280137320,131872,3975868010,138904,1142402666,216236,2514841194,227533,1100770924,98627,2977992301,151083,228068973,228671,1416048240,175194,3824684656,202779,1546505841,252437,1737952883,176816,1589063283,215425,1654795892,243616,4292169333,226969,4199951990,235087,1664470648,117970,1555345016,247863,1905749625,206017,2149076603,101094,1977429627,203187,4067683963,254099,1363979902,141560,2495835774,252678,1194839679,219152,345149057,199171,541019780,236018,4191014533,142152,2565099141,244197,3630304902,242607,3931557515,140118,3853921933,174305,2921574029,218212,451022481,133611,867225233,228493,3052768914,101767,636833427,238651,2944437909,188237,3685682837,216882,3728526998,105992,696962711,112941,571403928,120782,1492512409,249916,2191199901,197928,2364198558,141907,2641227422,182818,3312127648,118464,208400032,203795,1372417697,98030,1219808929,123039,1743556257,125372,1959063202,235690,2869202595,221622,2044563108,200204,1879535268,228652,2761117349,128105,1167421093,151421,4151234218,259457,2508869292,231654,2096737965,246370,601214638,160079,610258607,242621,1485942448,133244,1137839792,151441,2953760432,219622,964914865,117677,2001981106,178709,1665216178,219551,4026683059,161275,3127168692,167624,355577526,147059,856133302,154868,1125461686,196576,4138675895,133313,3715010232,241930,2688339641,124854,1475620537,215968,924438202,109114,1671974586,128404,3408572091,103827,1440951995,166781,2372300476,97884,1100164797,259317,2143956670,103534,2258693824,254552,3742142145,249894,1888816835,199629,2866589383,256939,716959431,259972,1143090890,235363,689172171,109968,2036174541,205139,1885523662,149975,1589915342,249183,3641437904,99696,147476176,204181,323251921,173517,1885523666,150132,3192794835,228045,628838100,98606,4032286420,154914,181522133,135637,3372953301,220359,739602133,220403,1107676887,153969,4005588695,158861,2904944345,186208,1225010906,115986,292138715,97317,3966529245,186599,732679901,204355,1143033565,243105,3556880096,126651,1927442144,221664,2523623137,214145,3290353377,254081,1977126629,136404,865431271,130593,2094935784,142353,172789481,243217,799665903,142942,550145775,236968,2149396208,120043,2757324528,223309,3984527090,105902,3841724146,139054,1270099699,246412,3724439284,216537,3724439284,216577,2573102836,239519,406867702,126397,2587168506,236399,2533404411,141228,626863870,157155,789647103,232107,34664192,192948,590049025,154222,1933651714,134842,2316971778,158513,1582092035,172888,3047231237,115204,647753477,129610,3113864965,132286,1596632838,100333,125619974,125035,440979208,258305,3866144521,139171,3108687628,209643,3197964047,140355,4071591695,183282,3580669712,100075,291565328,108515,1733865232,123006,3222228756,146151,4210822932,220056,1321463572,227509,1545498390,166079,2392395542,202799,3338088214,232794,3554012951,108761,1844047640,149369,321924888,210922,4055314200,250958,1529884441,184728,3583897369,190810,2982137625,223003,2115522330,117522,2442989338,158139,1705193243,105889,2443595547,190992,3925774109,119052,1827958557,140460,3125440285,162153,3926519581,217244,221089566,129763,1506070303,188342,3782102816,110956,2694532899,188746,679808803,232309,3878031140,176864,457772839,142009,3314609961,138200,46100265,229052,92270378,220744,4209110827,150443,2051346219,153671,1494871852,218315,2804059952,150549,2350444337,110874,2366492465,261333,3705958194,115875,3665456946,123809,3222916916,138838,3726659381,229785,1874972470,239239,3837022008,252887,148000569,165196,3928461114,200994,2049331005,236992,2227556158,252741,1956220736,172336,3010858816,198453,2696949570,103694,3203403586,120408,356912964,112005,2226474822,237902,1260777287,116559,3512307528,180847,4165062473,131819,1098313545,261595,2676059978,253350,619376460,193292,364941135,105864,3495104336,164436,2970464080,245506,1422028625,257294,2281099093,116958,232820566,122712,1912016726,244131,1054519127,152872,597651288,163570,2047438680,170104,2223599449,169084,2619010905,215314,390483801,218960,4293799770,116231,1680027482,140980,3242872666,146031,3000962906,190777,1784393565,100375,872763229,104853,1210429278,104130,3615608670,253238,1107005279,223450,383856481,125433,3484888929,131932,472338275,135004,228978532,172300,2670202725,128643,1337831269,152809,566095718,127814,2932109159,237373,3486609257,248348,1910853482,238439,3660173163,124662,3386576747,196717,3395161966,246079,3124129647,169116,2499817328,218942,251481969,107067,1434849137,134390,3653300086,116120,2112991094,198130,4192530295,105476,3575017336,121305,2410114937,193966,3873124219,243948,2627129212,167468,2486628221,105324,2370088829,219258,2736099197,253993,1597869951,150323,992644991,230255,1053486976,163941,1400156032,220210,3944509313,223659,802893699,129523,1346842499,204604,3084316548,188833,565350277,250866,2568818566,141842,2278928262,167899,2559168390,254882,671059846,262121,839102343,221904,1845006215,234241,480022407,254839,186609548,187371,2636779405,115400,1329581965,226820,3956092814,182975,1867141006,222576,2338082703,112505,3301519249,206068,3709775765,141208,1083543448,207493,1362087833,157635,862302105,231633,3460820890,96950,4020924315,167408,3728027549,200769,2096574368,131783,4032532384,239372,198995873,256700,1374728099,195870,3458592676,148451,3076018084,176755,2312523684,184478,3920228261,192017,1939345318,106889,713248678,144731,3642150823,257083,641191848,141408,3181367209,118706,1547882411,151653,2689519532,164084,467496876,175281,3004567468,232464,3648049070,140555,3620540334,148638,2664648622,168326,2301595567,139588,166432687,219945,657493936,170056,578228144,200958,1680994225,205915,3172888499,261953,2802511798,120424,3863621558,194602,199102391,111424,4206718904,196816,759214008,217415,2012778426,150253,3635818427,233582,3886829500,109151,1678888892,212651,921489342,245727,3765170111,226931,397258687,238540,1322135488,116063,3814723520,208055,706170816,251942,2726416321,121976,131174337,222466,1934831553,259795,580644803,126272,4072558531,256915,286134213,159670,1397092293,161651,51023814,192477,842469318,231614,2191200200,197972,269045706,143071,2058112971,197583,3693998028,105924,3383054284,232253,2337779661,253451,2688135119,189435,1002860497,161729,1363980243,142800,2830274515,150883,1396723670,101480,1379577814,203841,969002967,110831,344690649,133529,492531677,257590,131977182,131119,829845470,138964,351432671,158740,907497439,173583,3484643297,117341,4112707555,240660,2835787748,234183,3887550437,160438,1916055527,226259,3768537064,163224,2616111081,249533,2066206698,127937,4283887595,154069,941821933,228749,29863918,95740,796323823,197069,3941322735,262989,3158650866,135687,328658934,105064,4292030454,111129,3153817590,173037,2473390070,200392,3324940280,203142,2694377465,173546,3026530299,186977,3774664699,205020,3614846972,209739,4073803775,255185,541724672,158244,1121161216,255681,3421564930,231019,3107229698,258113,3081736196,215861,2271350788,250101,1499385864,96440,3937783816,200941,694685706,191967,170438667,201082,801533963,232624,194064396,168824,3885559823,164878,2821492751,206767,3600560143,212272,4184109071,223976,54595599,243876,2297761807,248488,1857417234,130698,1784393746,199590,3223482388,109408,3119222804,171958,1043632148,251484,2106912789,104232,3471429653,180672,1004056597,231939,845893654,201638,2981744662,237040,2769817623,184707,3604525079,211944,3508531224,96348,1547702304,110085,279359520,236231,3815428129,120147,149508129,192928,3442143266,162534,329117731,117869,2726629411,236680,958124069,161417,508080166,167515,204206118,223030,1646768167,195122,3836203049,205289,1659179050,237202,4076679214,227948,741543984,236598,3907842097,261522,240267317,145345,525078582,155221,3396358199,239935,598175800,170801,1423814715,125621,2386030652,183132,3271249981,122055,46256190,240514,80408641,199018,4238889026,176309,1754132547,162846,1360515139,185339,703729731,210210,2743201860,238025,2595074117,137401,17338437,242660,1324281926,124568,4005908550,149942,2874216518,180324,2318020679,179107,166940744,178258,529297480,194260,1466101833,172057,72003658,197843,3144847435,158827,3791867982,104368,1316409422,136424,802771022,207444,1408061518,214788,299569231,146167,4164194383,185892,2451165265,146310,2131980370,202823,1826680915,212081,406933590,109352,111267926,162353,3532099670,224705,204615769,204151,1673228379,177200,3622588509,124601,1741049949,194774,2250068062,239985,3635032159,117724,4164194399,184542,711815263,211525,2833993824,104516,2113802338,193425,1551847523,139306,3649106020,232023,1733636198,125123,1821904998,197653,3812642919,187413,3864580199,228523,4164194408,180611,1819840617,103567,2249986154,125011,1026601066,137758,3042160747,207038,1270427756,188087,3108819053,159694,269791343,96816,2161709167,196131,2295345264,143795,643494001,111942,3485094001,242440,3034763378,112674,1225609331,187583,166285428,146678,3095162996,184043,4164194420,186131,4164194421,179007,2722386040,13e4,3090894970,174072,169095291,203341,2204848252,215547,3435376766,247374,787230848,245147,2283761793,166834,1398919300,149237,242299013,106549,2545414278,260812,1310961801,134598,164401289,192806,2620305545,231051,2161545355,101975,2078691467,215667,63541387,254350,4048842892,223640,1268199566,171213,906072207,192988,3528110226,120538,433557650,170350,2795982997,254637,2484490391,179792,1057321113,175306,3358118041,246585,41152665,248996,3854962841,257369,1765011609,261932,3600642205,193921,1685647518,144773,1705709726,229076,928198815,99251,2215211169,177363,1523912865,224154,3593334945,233767,2991345826,140420,2450133154,178081,1285697699,116832,1629589672,248812,1678323882,244276,286978219,189933,745148588,178464,914067628,244772,1700925613,139997,3942559918,183256,3912626350,248879,4095758511,96998,675950769,255323,2996711602,163618,3811684532,174345,1916342452,214884,2748829878,163323,1432309942,215023,232222902,246338,2798948535,196018,2681655481,228008,4164194491,171443,3267391676,209480,2704519361,212908,2102948034,155305,1672835267,206161,1356001476,162055,4183789766,157351,3133608134,166023,789606600,106275,3533426888,108805,4030091465,118525,3096506570,252374,2175758539,179428,1984925900,96405,766611662,137232,2641129678,202277,2171187407,178728,3676287184,179481,1734103251,111924,4156584147,145491,3626217683,229972,2915725526,170987,3655708887,137559,3053637849,141719,6861018,262999,929321179,98158,1242222811,258563,4051939548,124892,1218080988,211819,3470946528,225498,149483744,258418,2100080866,101730,926888162,115177,374960357,249166,89936102,107167,3574550759,204371,433959144,111545,1792954603,176567,1334210796,227435,3712217325,108638,1191325933,135615,3639292141,151824,3327971566,130848,3538112750,260992,3419001071,161574,3717083375,226720,2404331760,192627,3971633394,125715,3286495475,226536,2441056500,114210,1704292596,132429,3545673973,205045,829460728,127233,564637944,217063,647123193,113557,4049539324,167882,1365668093,223735,3049058558,221746,2991329534,234259,56045822,242164,3239555327,209220,562966784,107402,2962444544,173399,3502256384,233497,1910092033,181949,1137193219,97210,120123652,178499,1584132357,173011,266940677,224928,3051712775,217487,588230920,154024,3529781512,237302,1038356746,189773,3723628811,135946,3489911057,184341,1612378388,144430,3165909268,154934,3257700628,187106,1623945492,249750,2589978901,128326,3434172693,250758,3094434070,185255,2751025430,211103,3867750679,139239,3222810905,135480,4172419354,250002,1151144219,127592,917901595,159624,4220924188,246769,1784549661,136329,3690090784,96009,42987808,103306,2887029027,259296,390893860,195552,4194431271,213756,809111847,255700,1909698856,219844,653594921,123732,1125011754,173563,1380929835,122610,1881534763,133105,1792553259,258718,1637765420,134950,3221827884,145402,3432075564,202946,2055115053,101811,1418350894,213326,6861103,125590,23736623,185759,1750143282,202695,1011863858,222541,2577723699,158489,775778612,184840,3894473012,225023,119468342,208744,1164153142,217534,4046754104,111527,1291694392,118089,2917830968,198871,3183579448,210296,3141570876,145538,2881737020,179050,2474651965,196196,802410813,229717,1635987776,216020,2121068865,123402,3979317570,240298,1035309380,139500,3316003140,239318,3097956677,171197,3101118789,172208,287961414,134926,2127581510,194692,335245638,206858,2879566150,212405,1338265927,128311,1611706695,132451,3551957320,130869,2977706312,132901,3406836042,124383,1852969291,228724,4002804046,145454,4291490126,150355,1661464910,167830,2903224654,178633,505499982,208384,3561566543,103002,421794127,230953,2189283663,263142,72552788,110225,3091624278,126088,3101897046,163515,591163735,162958,1707798872,190476,354005336,227377,2185589082,239018,2849698139,96229,3255365979,239739,3158749531,257514,2729529693,103641,4164194653,170581,4141011293,199362,3643027806,182619,320803166,204018,2574373214,213846,2101555550,236355,1268978015,110330,1097126239,148658,448491872,258241,2439975265,200453,107458913,236423,3322966370,118591,2213900643,212693,1289326948,126921,3311325543,254327,3207680360,144113,652587369,144915,2316431721,176481,2415858025,181524,1336398185,260791,1877651818,208891,766595436,136747,1576694124,176063,356651373,127217,1802252653,144833,3006558573,155278,3549344112,144211,1549611376,253118,2481107314,205871,36434294,234902,4030157175,107538,872640890,241263,1889472892,166457,2881737085,179208,159142270,226200,3970503038,247558,766595456,136670,3879768450,204988,2033537411,190755,1142419843,226555,4051300740,117886,1870754180,212859,3471536517,145138,912068999,227969,1440190857,95846,2796712329,252919,2411344267,182402,2704978316,221460,668840333,135264,1717973390,185114,3586683278,210429,2841915790,219784,697102735,243706,4265415055,253945,1078514064,103731,3291091344,133364,3506958736,151049,3814789521,114563,3751350673,169714,4097118609,230379,128299411,196858,2134888853,239118,2625581462,236180,1264669078,240498,3907473814,247705,2693280151,177183,1583346072,117643,363778456,129909,2025755032,153433,4263334298,242291,3843543451,98923,3630723483,104664,3432354203,173805,1297772956,101174,321458589,135125,2125746591,100652,1809781152,178832,2987553185,201928,3393704355,209353,4258607527,197452,3896627624,106746,1160221096,189387,2836353450,184446,1468322219,97520,1361408427,167815,3610259883,262004,1169101228,252781,1310552493,180530,3722178993,110518,1380233649,122038,2011394481,260720,3751358898,166751,3103035828,209106,1531974071,135530,2693722551,176609,3043889592,237249,3124302265,243859,3493851579,128203,17936828,197197,3138711996,227852,2788807101,214020,3956421056,134527,2181411264,253160,3890565570,101790,1491546562,113469,977826243,130080,2318021059,179067,3925397957,202676,1471197638,136925,2073530822,137924,3093713351,186006,572740040,153394,4051890632,168176,3879031240,221128,1013961161,116142,4164194762,169693,1344311756,105774,2975961548,231584,1698402765,102084,814674381,255899,849801678,110730,1174712782,127443,3199963598,213571,3903697359,250498,1428042194,117203,1962136018,154360,1264603605,238109,2215170520,155891,3326800344,194732,4050973144,207948,3222811099,134826,1360974299,169678,618090971,206843,1735913948,256014,4243214816,244157,4087788e3,260645,2575749601,117090,3807277537,130727,3072332258,98428,155849186,143284,3553669602,200129,1986269666,212098,3619271139,262926,3789140455,191994,1376596457,119603,1235505642,181063,280465901,140222,1883042286,175150,2266657265,174914,2852524529,221799,623137266,132581,1343181299,255524,4138381812,192451,2018136564,213806,2337919478,165934,2945200631,147923,810734071,202030,184177144,101749,3841176056,115492,2101490170,173076,2551296507,220071,3302068732,118280,2825081340,208030,3947958782,110985,2139992574,217592,2421699075,227837,3836195332,206056,392802820,245654,3118862853,152266,3209630214,220313,1719464455,114719,1947267591,132141,2687488521,119492,1111978508,194102,205328908,205692,2193453580,208247,3562000909,258325,730640910,198544,2330366480,99350,1264398864,168615,2836754960,205372,2444522005,199673,2450649622,224273,729485846,247214,3517665815,176442,1749873175,210906,1382568472,108467,166941208,178240,653537816,217934,1735914010,123452,2938843676,198529,1876750880,198695,1448825378,251783,2742342179,103777,3486798376,203884,679989800,217962,3801502249,213610,3495088682,164569,1098494506,187869,2414850603,181275,1118827052,230427,1961988656,243832,4290343473,150235,1361556017,163823,3082547761,234763,748892723,156834,2179895859,212584,3943821876,219055,2196132406,208663,415568439,245912,227734072,126573,3555455545,98239,119222842,101621,3884692026,111160,104673850,249650,3310973501,130102,1047294525,218842,3151802944,166609,1639535169,100734,83456577,261111,1598919234,162894,3833623107,102229,2978632261,151002,2297819718,251118,3289829961,133212,982479433,249362,3963949642,263183,3945189965,185905,3811127886,213018,3112211023,149114,2201498191,178150,3378713169,183532,3757478481,224001,219419218,148964,2634076758,192430,3366294104,188399,408908376,192261,2896761433,142544,942576217,202889,2171474522,244479,3660943963,139633,1747055195,200415,1437028955,241547,194663004,189899,2077053535,176905,1450185312,187658,1195741794,125693,3013464675,199038,3703001700,210725,220230244,251799,3562574437,222321,3341447781,228542,864096871,99586,3818246760,204437,1587081833,257465,3863671404,162754,3251204717,104621,1028100719,139127,3818246768,204709,730493553,255469,1949151859,206178,3662115443,238815,2955268723,243637,1058443892,223712,519934581,231141,2948461174,202052,3447984759,116602,2377306743,168784,446091895,189672,2507543159,204556,2474013303,236726,3258716792,164929,713847416,217123,1353282169,104406,239465081,108958,1430671994,122247,1549603450,159145,3765539450,166417,3039531642,171691,3533566587,210267,1124643452,208769,3156824702,116158,70406782,223376,2719896190,245084,2797335166,254764,2795745920,129926,3990213248,209203,3923956352,231305,1641894529,139881,3171881601,169586,1351799426,170762,3586126467,98141,3974189701,204720,2722288261,231031,404648583,139764,2818462344,99194,1684984456,212530,2081747594,203740,932737678,243496,114995854,246157,2702881422,250544,2822214287,185389,2953998993,173097,1109594770,201129,3661812371,140688,2236101267,217808,1763750549,104643,547885717,124215,4220899990,141814,468267670,149798,1000026775,114464,401355415,230814,1856254615,245043,2473063063,251095,96375448,101638,3728323224,134271,1933144728,135245,1409061529,105676,487723673,254568,441725595,116855,4270502558,149653,1900630686,165681,4234121887,172866,1413165729,121422,3471143585,173328,1440395940,131278,1612468901,115859,2676216485,233682,2647298725,241627,3969544871,110307,345887401,157033,572240555,165568,1167397548,198320,1050702508,232711,2694361775,173347,3714790063,256656,1851978416,146906,2840687283,235248,3725365940,209977,940036788,250781,4040700597,116705,2719167157,220343,2754835125,260305,2471023286,98377,580768438,113703,1937683126,190054,3889713846,218613,1573851834,222271,2178962109,215443,3030143678,214836,2172392127,142575,1360351935,186752,1242256064,167262,3341447872,229257,2872226498,189483,262525634,241199,3272667842,261377,470069955,253638,3627193029,102428,252973765,119001,2825024197,185132,3033535174,169038,2129269447,106728,1337832136,152563,2802979529,227326,195572428,189317,3277411020,241102,2531742413,109745,1113895629,110149,2694116045,173145,1975947983,178669,3054506704,199700,64156368,228442,759435986,151177,4046795476,253729,4164195030,167611,2630677206,239540,652964568,225367,448344792,251644,1104630491,142420,2019570395,153355,205320924,205705,3829453532,260540,2442629853,117482,3486511837,226341,270684893,226639,275108578,132213,1118417634,251267,766595812,97764,3039908581,116175,1131401957,233171,2355524327,215948,4050981608,111781,3974910696,160043,52040425,157710,3141087978,160167,289772266,233630,3719508715,157267,4083905260,103592,1588122349,211295,2231808750,112255,3819451119,143972,3090903792,175470,104035057,119216,4065424114,155593,228610803,199460,2477298419,235729,2334659316,139438,195326708,164483,921719541,106568,3096605429,178483,3945870070,230301,428561145,133951,704697081,192275,3090879226,177033,424301306,237984,964227836,113081,3914330877,132079,1470206717,132923,2611573501,167313,1799271166,102608,3905958655,171103,48435969,225778,1362989827,149557,378876676,112819,3908162309,153625,598201101,186623,3689141006,115892,2639164174,131168,1964839694,160666,1961964303,243904,4164195089,158932,4164195090,158945,2851746578,184288,1560802067,141461,2097402643,160589,3655709462,137609,2837377815,121205,3132560151,160342,2595083031,194710,3732157207,253429,978031384,140031,2152821528,203536,3353588505,216947,1796109083,135510,2873398043,181800,3222917916,138872,2904150812,143302,2763887388,167370,692269852,227874,4165358366,114080,2790871839,235767,3534312224,181738,205329184,205646,1156985634,129238,2219758370,170399,3381146403,121863,258224933,131300,1253536550,257435,669922087,204287,2125861673,99988,3281998633,157180,1849791274,199602,2134618924,127913,3407983404,172650,2215719725,189361,4272042798,191265,571945774,214174,2777609006,259430,1909117744,194122,91173681,166342,2367075122,114294,414610236,199407,2266362685,140928,2155533117,259064,449385279,195088,2093994816,136643,84104e3,149006,2906379072,233099,2064487232,260603,2111722306,113636,135516994,134502,4164195138,159988,2194600770,259703,3657806659,154844,1952641861,233055,1927385926,213131,3113022279,113244,3486380875,243121,980398923,247320,1360417612,178026,7115597,151681,3715568463,121785,3640824655,195907,1195414355,123182,1361326932,166736,2609476437,108552,3557536599,112630,1571328856,240754,1210946393,214818,2333365083,214063,3704959835,230885,333804380,203286,1233294173,201825,2950370141,237160,715043679,224884,1072345953,126257,4099674977,127950,702059361,250508,585306978,150906,3536851814,109070,2897589095,206285,2147644265,215792,3868799849,243660,931935083,198437,725111660,142033,1156141933,116281,4276097901,248828,3480458094,109880,1163432814,186572,789402478,258054,800224114,97015,71447410,220954,871486323,218480,4006638455,214248,3451589495,222493,1461457783,233351,3285676924,134351,2081993596,137674,4079358847,144859,3514807167,187532,1700197247,210364,1168364415,219916,1518023551,234857,3293934464,132973,4005745536,198214,408023937,142602,3133592452,166307,1244099461,168897,142521221,190008,1811272581,209248,3037680518,219225,344699783,187005,2932700039,201177,2443400072,184254,2565469065,143745,344699785,186993,3536851850,109092,740856714,139741,2486416266,234839,3097817997,210632,2960954253,215366,1083413390,236374,832443278,254606,4263162768,107380,4194734996,127556,4044805013,226056,3526079382,250225,1782559640,128993,935228313,128614,2001859481,205832,2035921818,141160,4125184924,239917,913027997,103460,3514389407,191487,218993569,239423,953381794,212936,2810803106,237008,414421923,115558,1140093859,162379,126505891,229500,34050979,261639,2621830055,111404,3087037351,128361,2088080297,156854,2694460329,175568,1360278441,186382,2430899113,235469,1957204906,119276,3839472554,121891,3642512298,198342,4089205675,261615,2595820462,255301,396030895,238354,2970596271,246173,1394447280,244996,2168738737,149090,1338151858,113491,1578996660,191826,2226213812,193942,626193332,199146,3483481012,237336,4226864055,138047,3021157303,257612,240120760,169200,515535801,198961,1221120954,195965,3069088699,142392,3363730363,222988,950195131,230726,1116607420,210104,2312139710,168642,2428269502,192553,1823347646,216695,4005073856,161e3,3562058688,189138,1859154883,175809,344667076,187060,1362400197,153883,1965945798,243688,1683043271,99791,1263162311,105267,4105663432,132881,3918328776,183455,1331409865,199077,4069487563,146465,3979867083,248155,2392961996,113959,3751359436,166493,221459404,215207,1033089999,208585,2284811216,135434,599954385,195796,3334550481,225816,1600598994,105020,1788449746,248520,1749259219,213490,3849163733,118503,2292388822,120023,563434457,97743,1852658649,230340,126415834,128788,3352220635,181437,2850771933,182511,3751359454,166479,2196378591,120236,1749922783,210963,3403805664,122208,2732143584,207260,3913733089,148790,2977338337,150812,2838229987,133975,4246557669,121676,2524959717,237350,1690399718,138313,1362916327,148811,739578855,204316,2219381736,128813,1013887978,205490,1948488685,195033,1890407407,139089,1919923183,165491,2075767791,253898,907006960,173953,3809457136,178297,2168173552,215106,2373530609,121352,3554661361,139610,843305971,234280,1543918581,197117,1113273335,220240,79066104,245614,866317307,200599,2258949115,246472,2167378940,95820,3089871868,130367,4287214589,155916,1591956478,252261,580187135,180901,2119816191,252504,2079446016,129403,2995319809,152689,399864834,116455,3941561347,187492,1849775108,205937,1116607492,206789,2529367045,202969,820638726,165843,1028936713,130403,4241921033,161827,3771438090,132647,1675957262,96830,2733397006,168861,3656946702,240533,3486028814,243168,740660239,227111,3756831760,135329,3206116370,168030,2445571096,199915,1247613977,137833,3985224730,205186,2492634138,236034,3756684315,219419,2755007515,245883,3344479260,203864,4159878174,96331,673330207,239681,1499829280,246609,2561340449,119349,1092670498,126155,158790690,180710,2693887010,250902,3376952355,206421,23475236,125920,1847514148,212706,3634402341,117776,4059190310,112142,147133478,195484,4170994728,179961,2956252201,127489,3703182378,256478,2156672043,117412,2760061996,165124,3941004333,118375,190944302,198622,4167767087,106521,1682297903,199742,1627001905,250185,4012250165,128726,2916791349,198576,895743030,107563,801854519,257911,2628891704,196533,3345200184,234098,4200289338,96185,2940548154,112906,3079705659,116942,3376780347,170695,1249375293,197029,2749281342,106801,1150727231,223126,422163520,125057,3043439680,234532,1886991429,180930,709801031,204912,3095073866,184511,3173078092,202342,3111515213,142478,163509327,198638,870880336,176989,3969496145,231544,4281160787,220381,2263987283,254365,1337832532,152602,3956249685,130542,798774358,188903,2013680729,187207,859264090,96161,3828773981,118337,309564509,129123,2535191648,181694,1332581472,210939,239875169,104384,1663136865,262342,2336306275,237227,3956421732,134414,3248444516,180401,209728613,128556,1517556837,133326,172717158,117740,2577011814,188290,1435972710,215735,1253340262,232443,1129403495,132174,4247729257,188195,4215346287,163195,3818247279,205619,1839371378,108022,2198140019,242019,541897844,201065,1856558197,229859,553194614,139335,3174388857,157884,440292475,221412,1428460668,107708,3324793980,109206,391492732,154452,704951420,158654,1050555517,257962,3839202430,178276,4151972991,130338,1360524415,184381,2417341567,226746,4158600320,112125,2827515008,131980,492459136,139400,205182081,138148,1229755522,185565,3685348484,115294,1360532613,184527,3927291013,184911,4086117510,129748,3508982918,200844,3170153607,215490,3384022152,144814,1422103688,261874,1904186506,106375,931910795,231108,472290445,151969,4223333518,141138,3170653326,221952,1240814736,137944,4046845072,167700,3880055952,214283,2448389264,242491,2983793809,198158,457487507,122941,3842544787,225878,2364798100,108098,4223751318,159495,2037453975,199258,2164831384,113852,396522648,221489,56022170,157768,2045465754,185186,3617592474,198390,536564890,257121,129242267,104040,3176469660,160566,4178130076,187671,1617622172,223521,696849564,250836,2693739677,125947,2296296605,198194,308688030,232997,1620112543,190552,625317023,191312,654529696,111666,901878944,233603,2850600097,182711,1137800354,168590,4135679138,192299,3886470306,212384,978031780,140050,2268484772,202069,2893010085,215839,3726218408,250469,635081897,240141,1784951977,245595,98628778,196943,1922192559,168426,1161098416,194623,374199472,230925,3469325489,117071,3392410801,177244,2488816818,202532,2897974451,259573,3399382198,98727,3837244598,243916,906163383,98564,1772721335,105595,443741367,144014,1605465272,193195,561247418,191927,1509684411,103058,3316044989,177274,1742714046,96852,804336830,103872,1681814718,126977,56038590,157750,2035692734,192770,1829721279,222063,612553920,182268,1253078208,261487,1360532673,184496,1783600321,226283,2206201026,168401,3093927106,186039,3053335746,223682,2188514498,238002,2252428483,111984,1389835459,194958,3232609476,122161,2823640261,237731,2544784583,186713,4248270024,226951,2531742921,109724,3427849419,192689,189535435,203966,1976005837,228468,1973449934,228765,2031006927,96882,2760062160,165147,345855187,234384,3218126036,201522,3234223317,167717,1507398872,172818,684610776,185741,3357504732,157824,2094847197,106590,1360532701,184463,1650767069,255718,3069088991,142450,889967842,110537,3464246498,154622,53277922,217868,3567678690,245780,3478082787,194554,1193956582,130806,1391449318,214502,1975874790,217769,218125546,197604,1727878378,259362,3197711596,247237,1807897837,150978,3733591277,188723,3222369520,139384,4005238e3,193724,495195377,262419,3057235186,239216,1041192181,139678,4074124534,216646,2170836216,210386,4047082748,229536,1104327933,123600,829248765,134765,1762907389,173307,1279939839,157927,4164195584,155617,3012367617,241985,3751400706,148744,1513477378,174581,3523876099,210607,3136394502,173462,3049207046,212469,3344495879,203440,400233736,123422,1416926477,242583,4261393680,157222,3818083601,168051,426669329,251370,1927877907,114130,79361299,167286,3314128148,184123,2685015316,235916,4023063829,211776,2837378330,184413,4164195611,155433,29209883,172564,3301381403,205246,1345598749,99068,47199517,107202,508785952,142634,3926881569,218694,4082611494,225195,2359571751,127066,1450276139,233542,2574587181,254688,3202340142,105643,1229755695,185583,287864111,252663,2868589872,231519,570963249,146065,3420452145,190184,225326385,242748,1293808948,152216,3246781748,216927,651179318,142236,1629844791,219536,2258048314,232663,4164195643,155420,357815612,126134,1074664764,217202,2494723389,150733,2027509053,203905,2099852606,152620,3266024766,234399,3065075007,143720,2300261698,199644,2909238595,99626,1363973444,139369,2194257221,117008,205182277,138174,1137644870,103215,3683218759,249796,2849609032,181046,81909064,205063,3570226506,193494,843846986,226e3,316028234,256419,1197110604,128014,3758216524,176966,907588942,162615,1691219279,199687,2937132368,163341,3775567185,214698,3108730195,131571,1177793875,208091,1121899860,257569,1672828245,129816,1358689623,159047,2011952472,210507,3444929881,179281,2880107868,157311,1302115678,116972,3694523742,252195,2927809887,108426,3471856993,173201,3604149602,195887,1361450339,168769,2013680995,177220,2621756773,254477,3654964582,153540,1524192615,137155,2275521895,218749,529167722,192572,4079162732,131854,3727332716,204581,2889717101,186255,3275208046,103377,1054356846,205982,2868581743,156968,1291105647,182571,2866451824,211922,2343605617,261317,359544179,105556,3587421564,117952,981546364,189222,1361253757,169232,1754674560,139821,2073736576,237397,4022302083,166908,4084168067,246046,1140209029,115909,4164195718,153314,1491391881,101990,2293650827,238206,1775228300,107450,1562973580,108212,1106744717,213069,1960654221,215265,140072334,99742,3396187534,124705,4277024142,242821,1733629327,183427,2861610384,180956,1629222288,253502,3558405521,126635,1553397139,145669,1361556883,163838,68892051,229451,1846670740,143843,3344922005,113536,2323051925,247072,1088157078,117395,287454614,225090,1617155479,154525,4519321,224373,1152611738,243282,528299419,260326,1168111004,135195,3912078750,177007,3980744094,234613,1319597471,211183,4030674335,222839,3125409185,166573,802788769,184877,2553099681,247642,4070684066,108824,1524274594,126340,1590015394,158538,883709349,204135,436762022,118861,1159402918,233736,2317202855,212256,1847186857,131654,4164195753,133642,2192168361,222167,2983359915,114449,350148012,101112,2725606829,241241,681899438,261041,3768317360,120096,2864412080,235606,1216320945,238156,1722037684,227617,377599413,251876,683611575,157586,600102327,216190,544052664,190580,3010999737,197472,914527674,255800,562976187,252542,2739082684,249566,472806847,216172,3425351104,95885,3609294272,178967,111154624,194574,2590651841,195764,1363989955,134678,3669128643,202862,1844237765,247848,1148319174,250124,3500389831,169661,689305032,96867,2866877897,180655,3438753227,220770,4101559756,240329,3569784269,250275,2091783630,153517,2797360593,158080,3053721043,237606,1750775253,119754,152114646,116354,661730774,119984,2184713687,212753,2249905624,218331,1264219608,240166,2807313882,221261,4105164251,97402,1120245211,123104,1935013339,236744,2174784987,237543,352318940,109512,3561035230,103020,830141918,184079,2733667807,120953,3048207841,126767,3512817121,152542,2829276641,255778,467113442,170482,3471144418,173288,2668443107,162669,384480740,149883,2026550758,124146,267072998,204050,2907157991,178324,3868816871,243757,2979608043,240347,1471337964,122628,3751400940,148035,913511916,235020,2534987244,248768,4166178285,193326,1687762414,201549,2223699441,205555,607294964,234697,3811554808,132015,2125370875,146701,2892715515,201655,3196368380,226179,4228412924,232343,393770493,133764,3705763326,209836,4140955134,255546,769046014,262952,4014118399,255995,1504679424,254964,911947266,140265,2286712322,224601,2653951491,128743,2262128131,205453,859059715,230009,137459204,211884,3076797957,207928,4205254150,257143,3859052040,199722,2787702281,262319,4164195850,152371,897799691,172940,1466177039,212122,2453001744,235930,3094730259,184430,3399104019,229132,1582667284,156105,1221842453,114804,4039489046,234595,1603827223,136066,3062199832,248753,2059351577,127760,3805255193,149386,4164195865,152384,696014362,169743,2874758682,179880,1176368667,120440,1440937499,250297,3859314206,211311,3518117410,174649,2855876131,110849,3345372707,171025,476804645,176143,4204074533,198305,136058406,225417,934139430,245398,3439318567,230080,4037047847,244944,1344550440,255217,2386228778,100537,1665013290,215233,2119317036,173124,692581933,131142,1937946157,175450,3913758253,209603,2864723503,249773,1125733937,180465,79959604,157728,2196084276,219880,951498292,235408,428815926,123026,984020535,191170,3746608696,109177,1335334460,250666,3198023229,184002,489608765,205999,4043445821,216319,3093894719,185635,3499333185,219986,607581763,140095,818771525,213673,4059207240,108292,1790309960,222966,2809697865,224346,2329794122,116383,845215306,158011,253867598,114393,253867598,114412,253867598,114430,3098351183,171504,3318240849,215004,106280529,248796,3328251474,204884,1200887382,173993,3999987288,110125,1332147802,208448,2720503386,230201,1663489627,99405,3842496092,197158,980555357,122920,1046885981,188679,3189569117,230100,1194587742,98521,147338846,127428,1909184095,182142,3204363871,198019,3858880096,209810,1325520480,214198,1399715425,220194,3751401058,147909,2900850276,110704,1162237540,222345,3742652005,152915,3142981221,172755,1301100133,206879,1846785639,248640,192493159,263042,192493159,263064,2557351529,179644,3125188202,115826,3751401066,147505,896030315,141690,3652859502,156896,1216927343,163277,3281737328,124935,1157699185,168806,3681433202,110684,4210685554,140624,1337874036,153092,2681968247,110793,88708727,236105,2016155258,160608,1760450171,235998,722146941,173701,1422530173,190901,686241405,260054,2862757502,158262,2059122303,161399,4158387839,218233,4060534402,145180,2127189635,101465,4235024005,160388,295335559,154434,3769161351,237656,3296654985,98404,2709984906,191228,3456767627,181082,375395980,149258,433510028,206918,3332322959,179688,2811344529,143220,822974097,149735,3095131793,182897,1530525330,184669,1638487699,96385,1363965587,145078,3557873300,137648,803624596,188930,3091150485,163708,1768822423,148071,4164195991,152013,3107387032,170651,1175295641,115358,2646554265,129677,2842588825,132001,1836447385,156253,1793406618,119254,2953016986,155462,131987099,223953,3096671901,124989,4142749341,256226,581654174,125145,823039646,149904,536114846,232381,3523393183,151269,654079647,187389,1441167007,194041,1371182752,209429,4164196001,151943,2197272225,155843,1361811106,158189,2902775459,165389,678360741,172406,1360574117,178586,3989501606,156148,3096557222,178775,1258706599,255614,2349602473,142698,4173772457,259478,4029879978,223485,3333240490,233260,1361565355,164758,4241118894,158418,2126182063,98777,1709405871,169946,995071664,156749,3132937904,194161,4271699634,101923,1613674162,104557,900576946,202546,2604963507,189813,2687063731,248325,2625746612,157332,1155339959,131837,4164196023,151956,1361565367,164160,1704335031,213282,1305376441,200050,4230526650,174452,3549132475,125201,552834747,219117,2562897595,233215,2738968251,241837,3630323388,102376,3504207548,180032,4068005564,230759,1524192957,137130,1423390397,172386,1528116925,217174,2410706621,258186,1998812861,258680,400373438,201686,2845923007,170381,910784191,175604,318224063,211072,674690752,234025,1094883009,117437,3812382401,209147,3515274947,104149,2042083011,118302,2153338564,143768,3174209221,153284,2559825605,164591,3095123653,183017,2897704645,210892,3956070086,139925,642086599,217148,1982363336,102496,1132664525,100215,1140373200,243135,136312529,152148,2937894609,258380,944903890,215752,2537559763,124492,3164305108,153867,2448340693,197178,2673293013,246495,2277775064,183862,713684697,103708,3425449694,110577,2450650846,224252,1342117598,241962,1522669279,172592,2439608032,170461,2332399328,226577,1360574177,178544,2127181538,101513,3078403810,106160,3332323042,179585,1988966115,103999,2969663204,161172,2787841765,114892,546838245,242327,1610774245,257316,296441574,129829,3766286054,206539,953038566,211960,2530465510,217550,411981545,202446,1541879529,230445,2723477226,156453,645830379,234997,713340652,247785,878679791,184099,3618453231,251624,1362548465,152479,2974365425,232327,3112695538,112661,3239155443,237088,1652446964,132517,3941775093,200040,3410679541,224399,1334032118,97282,98342646,115337,363493113,252560,3751352058,170012,875902715,175768,612505341,164113,36673277,199816,2905511680,174280,4240946944,221921,1664366338,209370,2311567106,235955,1818605315,100292,935835397,128388,2458048262,153564,391345926,238886,297621255,101157,1475360519,153830,1656862474,205316,3109246731,189874,3923097357,138126,267720461,196396,656340751,139263,3867309839,173440,3167565585,147411,1911035665,153374,4164196114,148022,3950606098,152827,689248018,161029,159266579,98707,1355036436,99235,4164196118,148758,2964739863,161250,715740953,204080,432404250,207187,3205273373,106080,3165009693,136843,1896453919,191876,3818919712,222760,4132468513,127474,3934869281,199658,4164196130,149515,1595463458,220606,995596067,240552,2956613412,127150,2825565988,127528,1036465956,156587,3494369061,106940,2899343141,120636,962516776,128161,3778148137,189648,2675267370,130252,1156921130,171823,889190187,123994,4077459244,140069,89184044,171664,3457218349,256999,3061880622,162592,1976743727,102555,4132468527,127577,3989018417,96038,2403096369,122287,1338423089,183712,3766695730,256128,820844340,224559,474453812,254940,3999512373,189751,481924918,107145,3114497846,208722,3525056311,97979,724498235,119304,4040251198,123585,905828158,162284,1030666046,237810,3628865343,148875,3606296383,255981,166393665,169343,4074256194,235665,1915754306,261682,640120644,191715,713094982,185058,1739470662,220977,2531759943,109925,333936455,196211,958535495,221173,1027094344,142856,689264459,225695,4283602764,124785,3268851532,261988,717633358,140670,2874865486,206193,1696806734,259607,1360500559,185805,4027103056,145856,3563689811,111503,1696405331,251204,2230982484,174234,1360516949,185223,1793718103,129844,180868951,153212,1782093655,199123,3512203095,217032,791074647,225607,2106619736,189032,1837487960,240182,2528499546,156302,4152178522,254994,2770261851,102452,2903177051,144291,3262920539,251285,3132249948,159934,3095164764,184184,685389660,209518,3550713692,261225,3516135261,134058,2970482527,154245,1605146464,160709,3844110176,233416,1756149601,150047,1612150625,150954,4082194274,235897,3347191653,96699,3951376230,146347,2127837032,112978,2022643560,173490,3481343848,200162,1775712107,101945,2062858092,97126,275076973,163644,2524477295,96502,3083982703,221383,300750704,228327,4151400305,97383,337237878,193785,4140971894,252460,4164196216,149572,3116955512,168881,2416596856,258624,1817302905,218499,168580988,107596,3602569086,229630,3065223040,221217,2162358146,140312,4220721027,238182,3523393412,226357,2141640581,137204,4265432965,165704,2727352197,195213,3843004294,214957,2518071175,95950,4291549064,137452,1738823560,158843,1581242249,132602,1252235145,210031,1230583691,163040,1041438603,207852,850057099,262403,1497134990,136770,1132926862,196415,1381095311,108718,3242112911,137052,2528950159,233816,1921070992,147653,326743952,188138,649951121,187440,3139041171,235635,2651240340,137810,1057347476,175257,203200405,224066,3292583830,195925,4016109463,197779,2541221784,96246,3837884312,146600,1034418072,229914,920967066,121120,2435831708,105144,1923028892,132811,3640260508,216260,4124628893,173220,78657437,202491,3565860765,219305,813119390,217508,1933350814,220170,1624553375,243258,331372449,124264,1188403106,242765,308180898,258447,3303331747,158282,702764963,158375,859346851,191510,1858598820,151325,830117796,252396,2804209574,194475,493688742,202418,1412577191,218008,2054657963,116684,3164387244,244840,1222358957,250486,1562998702,219001,1794996143,98967,1483872175,108594,63535023,188505,3135895472,144941,175585200,195431,2032424881,117912,2521905076,136377,2390677429,104933,933574581,186693,2448971701,231472,3835557814,169247,603486134,261540,1768912825,147717,3867064253,190976,2125535167,100891,4246345665,166628,2464028611,169640,3135756228,167161,3112826820,169794,2825123781,154955,3112826823,169810,4110653384,192131,3202848713,144088,39147466,143015,1717819338,239757,2516473803,227308,443742157,144038,1320040397,154748,2771736525,195347,2766378958,125906,2047293390,200701,1506277326,227357,442734544,114969,3780294608,245254,1338070994,100475,801986516,250363,973445076,257532,1361557461,163446,383481814,121925,2308462550,239882,2314155991,220456,3086718936,166438,2237994969,211468,1624553435,243270,445954017,168917,1415837666,191534,604829666,245218,1767831523,105308,81475556,134203,3216152548,176626,285161447,224425,3093903336,186099,2441795560,186655,2713614316,118396,3555899373,111089,1521743853,123286,3187275757,225229,947681262,250975,1121515503,153690,3874609135,180444,1561090036,109654,2330122228,260562,1338423285,183785,2609526776,117463,3479959546,109814,3243005946,145839,2907174907,100491,2760980475,159735,2285279229,136182,2005604349,209888,673200126,114776,2712025086,207707,799750147,142838,614750211,182547,3791075332,183617,3095164933,184218,4061755398,189248,4045830152,144577,3057653769,99643,1715361801,262048,3416348682,233646,1957255179,189714,330143756,169418,330143756,169475,330143756,169499,330143756,169533,330143756,169560,1132550156,194861,3132635149,161844,908040206,210559,1162360846,229159,625006607,216904,373356561,112169,2417162258,181676,4260296722,228584,3771447315,182728,662050836,227693,3697211413,110557,2008152086,227010,122386455,101567,244152343,193665,3930585111,198603,3975927832,125579,3751393306,153300,3144710170,240895,2885089307,235148,3088668700,231177,3051337759,115054,1836242975,212446,3061880864,162482,3947165729,245860,1539938339,100237,3531200547,242357,1003567141,129580,3690018853,188883,3273627687,125174,3662632999,238790,1047009321,118929,3307690025,182070,3345332267,228896,2120611884,132837,1926289453,130607,860043310,200977,3380918320,231903,685627446,129389,2725738558,116764,1602418750,244327,1269020736,105104,33175616,119999,3763877952,149455,3331897408,203482,641529922,101584,186226754,217847,1263081544,96982,2805397576,122574,3090905160,173272,343177288,244057,4180547656,251851,1941100617,118107,2159704137,242531,2306447436,170418,918124620,225837,330954829,224963,2760980559,159800,1728673872,218644,4120082514,229890,130537561,257890,3853088858,225658,2370074714,229027,3540416603,136001,2159409245,119822,3093895262,185651,815896670,258605,2201237599,195506,1898739808,178985,3751360610,167207,2709870690,254406,4049328231,206358,2787711080,100906,3421337704,199852,403863656,254506,4035893356,151356,1233655917,259848,1399339118,194495,233158768,185440,4251768945,116248,1407129713,126834,1073715313,253046,1692874866,231674,628365426,236144,1545050226,243740,169236595,255961,3926235252,218190,3804207222,183166,2360186999,161765,1630156919,234082,3892648056,166182,1009162361,181498,2427132026,103956,3271858298,142925,3095124090,183150,606460027,200682,2083780731,239453,3345856635,252988,919320699,261014,3378296956,144795,1466161277,212143,3855431808,99330,3522599042,120217,802248834,242930,802248834,242944,802248834,242965,3217578115,165224,3692492931,214719,1258027140,131438,3956414596,134460,1592858756,163495,802248836,242569,3935983750,124337,3222616198,141674,1873139848,105541,3222616201,141658,3222616202,141642,1039685770,252127,673839243,209052,2120210572,170259,2724272269,156167,568490126,252947,368081040,110385,4232116368,220843,1529370770,184688,69859474,201153,1178679443,187946,1032927381,135841,3895941269,164213,1196234902,115159,2829826198,191341,459995288,257164,2023069848,257655,2724477084,104083,3297261725,234300,2965641376,230654,94943392,248111,3870390434,164949,3236575395,230175,202209445,164384,1242388645,171130,4223670438,194060,3152353448,96272,1717098665,258072,1887574189,251162,896342189,253072,223099054,146400,2846169263,184747,3793426607,198590,1490991279,236650,1593252016,253336,2409658545,194663,247584946,130988,3416422579,218141,2955442356,105735,211556532,190201,1111586996,236482,2154084534,119903,2597148855,100058,4007155895,161500,2506594487,209761,3581835447,253670,110205114,165026,1759852731,118900,2736281788,233079,3157309628,238137,1370486973,145963,3414653117,148539,2145990848,105287,1745377475,129884,3561486531,172511,1343191236,236079,1397061831,217718,2427590856,135711,3577739464,261182,2787653835,113043,525744331,247469,1547106508,122372,3081812172,186800,3352451276,206525,4150368461,151140,1014044881,148351,768538833,218391,3016030417,246140,3656612052,146010,2239920341,119084,3132545238,160372,563755222,205118,2016745687,160691,2714409176,205474,1461647576,236877,1413478619,216398,479434972,219371,1865619676,224765,592435423,261074,1242282208,155379,2809297121,107911,993237218,262273,1244977379,185615,640874725,148207,220780774,102729,2568771816,257840,4018682089,97335,1972680938,124237,2325838059,192844,1644607726,195566,3873847534,234577,2869852400,110277,3464108272,112354,3989149937,125837,1106737393,261852,2506316018,255359,1668323573,255507,2399860983,146291,3122739447,161521,3816200441,205505,2314533114,113354,1644919035,104707,4186274043,230968,147183869,195462,2093005054,175380,2438199552,126048,1062672640,230322,2882074881,249257,1443019009,258148,829856002,178123,2684696834,240945,1682045189,112591,2508871941,115447,2229876998,256073,825276679,166382,2832431368,102670,260626696,233144,781539593,255919,2979920139,190615,586275083,202904,1395792139,261399,2805897486,147472,2424690958,148470,1664850190,227247,555030801,118173,2391931157,104962,264616213,228196,2951960857,202467,1244215577,263194,3658201372,123487,4037548317,223541,2607110434,235791,1949636900,224489,1768823079,148088,1303796007,158996,3980835111,175351,2009995559,218162,1111669033,113263,2822404394,185406,1650604332,196230,1689844014,96747,2033916208,190881,3183221040,196154,509892912,254538,3983415601,129979,2056755506,244604,3164494132,153814,4203657524,220085,6175029,108846,3429415221,208287,2409142581,215714,146987317,256518,1361410358,168069,3924572471,251898,1953454393,174716,4058536249,235038,1119975737,249933,1362458938,153987,3963631931,127884,3395426622,161078,3650476350,246680,2476677438,263209,1303656768,167187,1403377984,205718,3127187778,167640,3927505219,122075,104528196,182329,2399361349,171795,1145051462,120571,3222501702,140763,4270192967,113025,2876995915,163592,1133377870,160876,298424657,212179,688093521,231243,1562261842,174983,3527743826,232364,3222616404,141626,993663316,238617,252754262,237916,2691119447,234200,3860707672,208204,3153566042,157846,625260890,171978,1918237020,97910,2025437534,96298,3418315103,175431,2489833823,227033,2611239266,98211,2189187426,100573,3236297060,256536,1637890405,102762,2433825126,236920,2003925352,161381,4264147304,214478,399939945,224649,2607192426,159474,3507820906,241590,927152491,225743,3641178476,233707,3369245042,241117,2548152693,162464,2977790327,150572,319084919,260093,3844020601,115426,1690573177,218279,3666524538,109045,3818273148,120315,2562521468,199490,1969174908,235442,2140117372,247149,4074412414,114923,1363966336,143269,3174979969,121613,3723917697,133566,3751401858,149159,1417935234,192226,568768900,228395,3508337029,99215,717871493,245964,3884874118,156945,563206537,222009,22501769,237439,1264236938,201499,1702230413,107579,2926188941,129191,358898063,117696,3406453139,133156,3350354324,114524,1369528724,128947,2971326870,143537,4164196760,147440,1740798363,244079,1659976092,159512,2512845213,104296,427473310,127129,3751401886,148826,2609863072,261246,1787492769,242406,18856354,116578,3554441635,152167,1844025763,191415,2224052644,127977,2437380517,136116,34142629,193407,751065509,210590,2756155814,147836,3873970599,102745,3289094570,202192,158308778,240116,3308181931,116008,2188941741,110665,1733802413,239396,3363019184,155353,3090913712,174853,1420868017,160728,82909621,213556,584972726,225251,4158855608,220653,3342776760,233794,3959871929,126785,1673984441,246096,3326409147,178852,598178236,186470,1196775869,249962,2431441343,175898,3712129471,199189,682310080,97801,746527168,244095,4134664642,101846,4018411970,129057,4196653506,169865,3240843715,126812,1848285636,241214,1943394756,263086,1225144773,146267,328186309,160236,1299896774,134129,3252713928,144756,3173562825,119017,3309582793,175112,406493642,123710,2143853002,183186,1852627403,196734,2848971212,125679,1589828044,125726,680942028,144625,4259363276,150396,2176039372,196695,1111038415,154124,463075792,114055,3612080594,140850,3794590163,218096,3090905556,173424,1932974550,104272,4176755159,154676,3272825303,252700,3090905560,173364,3747617242,147608,2020710875,198885,1239742940,138717,1956813277,117565,2218498527,163176,301193695,260929,3095140832,182313,4162525666,229953,694761956,209169,3879606756,251918,3621386725,101528,2517916135,196059,2211617258,171263,982653419,155021,2816825839,242307,2626836976,106668,1221794288,146418,4187199984,238462,231422449,136214,4087478769,252579,1485683186,133261,2520324594,217568,3853752820,218891,277944821,127638,3579247094,238060,2398059e3,166972,1398200824,231729,546986489,100168,1033959929,204488,1774090746,130622,1930828282,169615,3151862267,166678,2203040252,209455,24672768,126185,3159931392,216144,3186661893,122354,4053039621,257940,4025965062,198501,508566022,254184,3357317640,190445,715979273,239634,2857286154,161113,1844222474,233196,1317788171,174560,3164731918,111859,714152462,239587,3598219793,172281,4075330065,172774,2279701010,200829,2322962963,218659,140483092,200433,1858075159,119197,4108376600,198490,3419462170,119704,3116079642,159312,3823131162,174891,3421288986,209927,806705690,254149,2211265051,124838,1645378075,126429,143628827,171292,2192063004,215385,180468253,208517,2199116317,218459,964418078,131334,3555891742,181180,2555501087,225039,1089550884,240275,2804423206,185820,4262124070,189503,1362090535,157809,3183581735,185780,3116177961,116299,1925732906,109492,3512187438,180126,3003775535,203621,2951535151,252027,2402433586,186449,1749056052,114743,755423796,236248,1360329269,186434,824310326,106452,1080629815,124037,3961231927,166507,4164196920,134710,609131064,155677,2153339448,173601,1846204985,140711,3127188026,167656,1036925498,171236,518847034,223557,4134214203,194208,1450744380,111461,3818248764,206410,1428560444,247116,457054783,241346,2021055040,156210,3346422336,233879,3152214593,199896,1434606145,244443,1179212354,214973,1248533058,240373,3884603971,129214,2884270659,202301,459921988,220564,2182036037,176259,2288540229,224677,750959174,114502,3597253190,170922,4104395335,176362,3776125511,198269,3751361097,167672,551549513,209794,2582182474,120185,2971327050,143428,3021150796,203214,3751402065,149300,3544906321,250252,621288019,126357,3805026899,131038,1800247892,243419,3288218199,226703,426949208,201863,4027947608,222744,384940636,130016,3221527132,147120,2954353244,167593,2065717853,176519,3460667998,102104,3797596767,161552,2813065824,195290,1363966561,144311,418200162,97706,3751361122,167686,2102778467,182204,2679429732,247522,1360419429,176924,1564793446,96076,492460647,139697,4164196968,133716,2365364840,244563,3369736809,205301,1576082025,258285,2694888042,157862,4164196971,133703,1355946604,99532,2535783021,238708,211343981,247537,3751361134,167762,3849542256,123780,3546471024,243335,293050993,117792,4162386546,179126,3521919602,251544,474929781,200182,399497849,123893,4262132346,164861,1319557755,191804,4030921339,258520,3973519997,188118,2877643389,254284,3098606206,157563,3791075967,206339,2611280514,101009,3831200386,133343,628406917,224780,3016981128,183033,2837035656,184396,422402696,259631,384367241,238981,2381068939,229478,3751336588,185860,421837452,196252,1403329165,194428,521820814,97444,3180272270,107053,3232733838,248465,1037466255,101041,3901069968,212961,1534941843,241329,1841543830,166060,3604920982,232069,4233879,193618,2017049240,103444,54950552,233962,384604825,103362,459299481,253822,3561355930,156786,1117485722,250994,4020468379,147971,2766256797,171747,1111964317,241488,1888533150,227594,1614437023,199577,2849184416,130317,3678321313,99949,3411983009,112441,3862059681,258661,3122428578,208185,3642718883,187794,2448243366,179356,1053014695,216447,1135475371,97423,927079084,101274,2696567468,128431,3095165615,184272,219060912,104598,1905490609,192890,813619890,240817,171055795,174603,3032709811,178179,1323784883,223777,3321576115,228843,3748715191,102515,396024503,112223,2894699195,242374,1036745404,107790,2042436285,213536,2745072319,123259,1273477823,182837,897383105,172800,3617954499,112487,1225382597,229292,1038146247,111028,2130287305,107841,2224216777,155717,3733592778,158445,1066031819,122595,1360534219,183500,2155707084,106332,3767212748,198772,1454127821,162561,2254879437,213154,2050964174,112529,1980365518,122725,1317788367,174539,253860560,128232,3650509520,246726,2318023377,179146,802249426,242555,2214845139,189291,3759463125,145026,4123073237,157372,1361541845,161750,2967902933,227756,3487840983,131592,3930880727,151402,3461626583,181236,2364594904,139566,1589082841,132229,1632328409,178812,3810605785,225387,4173470425,251013,4284570329,251498,412474074,143481,846781146,155763,1253702362,186301,1548081883,229612,1028569820,233517,1597930204,247684,2897427165,122021,253860576,127862,3991993056,181026,1165785827,154892,2186042083,180103,2900859620,237580,2669935334,112871,3375012582,197130,2098567916,143179,697555692,175849,972102380,248250,703404783,114950,3885284082,100351,2237389555,184572,2109324020,255339,4237105909,240392,3132889845,255378,3264232183,99374,1241848567,138854,766384887,142666,3504315127,258786,126597880,109600,344693496,133554,1085422331,170185,163896059,175748,2706602748,175027,3971947260,201480,3484023549,145050,2026527486,116089,1033976574,236945,2611215104,100638,1363958528,145165,1941338880,211355,914201345,107863,2295806721,217830,308534018,132191,837647109,196881,9509638,129084,1025620742,230399,2630245127,196308,167721735,240028,1258707719,255596,2941278985,234362,2813532939,142777,1011620621,250809,2051136271,153707,2554411791,244743,1542699792,249580,1449818897,192912,1595579153,257205,1109555989,100191,2395159317,159165,1642797846,152062,1538808599,165367,3751336728,185924,3253910300,143114,2314091292,147582,1912142622,121049,1360968478,169311,759446304,116925,4244994850,153045,1629444899,150858,3363666723,211865,2519071525,99679,1692367654,162100,3133799207,128090,2393021224,251411,2419153705,108321,3818879785,168084,3678378794,165530,2780257066,195054,2351749932,237527,1237220140,251669,4103322412,260977,395959086,192055,3140041518,254589,2827557684,100101,1213160244,216042,2392988470,182861,1416583991,225800,3747814200,230286,1855363897,125646,377666362,117245,940710715,122985,2125855549,100043,1545943870,97505,849222464,116743,597826368,195001,1441889089,120826,3302824769,193350,3767212865,198753,1386568514,204505,1191394115,180990,774093638,201802,4010490695,190949,1616296776,131351,1468046154,216504,3742571340,187017,506739534,187707,1363958612,145418,3292379988,174261,3027491668,206685,699030357,202565,3173866327,101406,3683728215,204448,602340185,147033,693820250,202009,167033691,132715,4150066011,146129,1072470876,163012,1915050845,141437,3751549790,133628,1833139038,227203,3328785248,204898,1757838177,128664,1130879843,243546,1083906918,141255,3921075046,226451,2125511529,100719,4156357481,127271,3820149609,168269,3994590057,249102,2670009193,249695,2611239790,98225,3858619247,230123,2723380081,156543,2874153841,211483,2649693042,121073,2020105074,121758,2551905140,102709,2222152564,182596,281123701,197090,2294889333,243961,2718767991,144600,303422329,211204,1066883963,205746,4042120060,96579,3504061308,102908,3784915838,167864,1437170559,115470,3299744639,189096,1275706240,124914,257899392,138450,2491087744,225543,897407878,108270,2828991366,122856,1398193031,204620,1925725064,109538,2351758216,203407,1436539784,253408,4002036618,99716,3751336845,185601,829422478,141575,3751402382,149418,257629073,177100,2406235027,142110,3232897939,246852,1077558164,229182,2076523413,126491,1211874197,240965,1079638936,128141,521100184,175405,1708120984,258995,2457942939,207657,2415459228,181333,2218310556,238840,2013764509,220475,2795125662,125336,2046557086,258903,118176671,252799,17816480,112959,2611239841,98297,903084963,174369,1081990052,129476,1594956711,238867,1997437864,161459,1726823337,191574,2255117226,152790,1436023722,215650,2083912624,249381,504085427,112295,1057627059,171871,3107838900,170594,2736364468,221639,1057201078,103856,3033324471,171708,1996856250,242694,2611477435,167351,3222109117,143098,1671986110,122898,2561121214,161860,1368038334,227231,68287422,247038,242203583,150023,3585702848,134250,31046593,226805,1424931779,117297,912194500,112104,3751336902,185536,2498509768,179546,2778405836,187336,4170415052,203817,3668564941,196171,3269270477,228945,548748241,167066,501636049,168236,1491262418,226478,50666452,119590,3333340116,152728,2553797589,128297,980966357,209396,1727069142,129532,109165526,243932,527940567,128002,25967578,96761,2716974042,151800,1505762267,105952,3222862811,138469,3604331483,178893,4263156700,228153,2152340445,164801,1662630878,261167,1677892575,125890,1139383263,255734,1208310753,106251,3340696545,196757,3106036705,209588,2841156579,153584,1717672933,154821,457694182,128863,4108245990,197553,3097099242,131495,3222813674,135581,3038059501,100274,3407641581,195445,1702837229,211164,2959350766,136615,3729906670,195616,4084980719,174814,2213534704,105660,4122442736,209186,2127731697,101059,834452466,158676,3166854130,228032,761674738,242108,46562292,138078,1464286196,226077,3253369845,122455,2387975157,183313,899152885,221566,2348825592,127317,512203768,218076,3632610297,165426,204626938,204793,3696942077,230535,4059610110,145895,2207128576,110598,32750592,207473,1868618753,97089,3935206401,160288,2635561987,116211,534019076,107522,3838737414,222409,369302538,108252,3131358218,142059,3672177675,115540,688913420,200921,2092669965,225520,3626744845,237178,864713744,148250,522460176,172149,420805650,165105,491478039,139950,2000624666,240053,2681887773,165085,2833308701,260755,1361878047,158812,2887777311,208974,4104158239,261830,3790814242,224294,518102050,241527,1925708837,109860,3658071077,115510,4220443687,129716,1809390634,162866,399391787,224663,3068296238,119378,2542058543,174195,1693154352,131230,2960931890,134573,3096558644,178617,1149295670,221199,205790263,204935,4021820473,226221,1921317946,205659,4138327101,240212,1857395776,152026,523476032,229232,803732546,106443,3147709507,105044,2064989251,126108,1737677891,251461,3139042373,236765,2783845446,104170,24648774,126168,1895832646,149996,998562889,129460,580074571,99441,2195315790,128758,4289813582,169968,386022479,121484,4048002130,188798,2406235220,142131,503176276,170309,2407947349,181844,2714123351,132670,1337826391,152524,3621715031,166717,4155661400,102153,1771224152,116908,1806122074,137863,2864995419,161606,864107613,149633,190946397,198717,2252938334,194146,386497630,246233,326728799,246744,2271059040,210331,1359862881,99110,3057294435,111446,2201517155,142512,4021009508,111739,1151065189,213928,1360534631,182470,3751402601,149404,2606873705,235071,1860279401,242266,3327171690,170506,1514404970,200023,1442012267,106221,864713836,148227,3730906221,243844,1935940718,221771,3216235631,140399,891206767,203564,2026847343,208270,2796878960,126458,3751353456,169102,1311947893,123532,1480555640,207835,2063359096,220786,3954834552,244963,3222944889,138888,2966387834,101237,4154719356,251740,3999227005,120357,1519139966,175951,2619915391,238082,3610008703,257184,1360419968,172724,246717568,173779,4701314,248933,4075166854,173245,3119971463,162236,3258006664,146048,2440199304,213592,2930474121,116501,1362214025,155630,2247023753,190928,1361124490,169002,2094210187,195363,1436408973,262019,2539682958,127704,2295323790,258399,827849873,253464,3688406163,236841,2315279507,263221,2611305621,167332,4057267350,136542,2768968855,154338,906083479,262099,2942860440,221889,1965948059,247296,137755804,117278,2684681373,126226,3135462562,159031,3561290914,193278,3144498338,253748,2737593508,172319,2604424356,242213,636812454,128028,2209627303,191736,2397404328,182999,2974416041,96666,2666863785,197993,786259113,256309,3670973613,151524,91339951,242062,1129422e3,145564,1165565107,204111,1360256181,186320,2579987637,214347,385703094,178358,1523555512,107094,1968716984,196506,864861368,234979,3287071929,237790,3226098876,123866,200645824,211142,2261302466,176691,1777048771,121525,3093306564,211259,1374526661,98256,329456837,218252,1077550277,251344,3039444166,115033,3961232583,166524,2117680327,176542,1602198727,243818,4277796042,254801,3168419020,210979,2876103885,192590,1866702030,97360,3938016462,125860,1685085390,199778,4040096975,123836,4201839827,119621,1082842323,251989,1575525588,222636,439270614,258012,510131415,96486,3935591639,245543,3511499993,109447,1851202785,115074,386571489,143559,1459281121,244644,3311598818,125768,1772281059,163680,1147919589,112320,3184344293,149617,1360534758,181661,1429937383,219077,882097384,223470,1265851624,245750,2712239337,202920,2726198505,236549,3113032941,113225,3676708077,225443,2878012654,194332,2516688112,196597,1185848565,138607,3031842038,123368,2366979318,212635,86899959,125524,3982032120,145705,1827634425,140335,3607543033,257339,3643653370,133494,4045929722,206082,2739617018,248070,3096558843,178601,190954748,198679,1208360191,130650,1427504384,233837,772111616,256210,215497986,220502,2725240069,132487,2278137093,179897,2639510789,229874,686292230,103804,277568774,161440,3162766598,224178,885357834,190253,3482983693,163406,3821190413,217782,1163246864,152293,876559634,160763,3380878612,183686,4176510228,242637,2422717717,135350,662871317,192191,2176351509,215405,722533654,140646,737017111,246569,2196397337,200619,2488933660,221520,10943774,170667,2293775647,109673,3624090912,109232,2902449440,114338,1485274400,121551,4266687777,96054,1643535651,250629,909712678,162133,4244184358,180341,692239655,162805,1803615527,195183,618757415,218540,3481820455,260138,300105001,110771,481680682,148168,3090906410,175096,3386711338,188958,4231691562,192032,2980060459,233559,1397570860,227133,2846407982,184555,3936918834,124445,3936918834,124462,867040564,198657,2747055412,249630,3534814518,98090,3344825656,245820,1970191673,196329,3383139644,170727,80936252,188363,1803287869,256861,390380862,176038,2465545534,218578,1132191039,109766,2044665151,158163,2655894848,146441,1813273921,243349,2173164866,215900,3046374723,207895,2984607046,102048,1923374406,222720,3336486214,234046,2232245575,116479,2525093191,120505,1815715145,181101,311827785,252008,3251084618,226791,3524377931,213785,1288453451,248091,1791507790,201222,3482746192,237322,940473680,248226,3207626068,107937,589684053,199330,1258790230,124584,1829182806,210815,905854297,162402,2564619610,175075,952647006,98877,1686715742,111003,3531849054,122271,3151920478,187729,2745048414,233285,3818511711,240872,993328480,138799,590962016,158319,1770380640,193560,875027809,217104,3018849633,260623,1173470562,174833,2858999139,136024,1588264292,248306,70573413,100684,3094273381,119564,3186376038,151893,2407259494,170842,3461627239,181217,532471143,203706,2131639655,249237,2269617512,159905,1101340009,95990,3505790314,113378,447053162,250937,548052331,118154,984284524,239084,2896559468,261356,1773018477,189728,2301738350,244370,2630409582,253007,2611232112,98680,3652926835,148709,3652066677,140885,758685046,127838,2298740087,207224,1228832120,250555,4141538681,250611,1107705211,153951,2420120956,145093,400088444,224531,3813113214,126587,2416065918,164666,80551297,98120,3718790529,124177,2618703234,142757,676789634,185667,2274475395,107033,2460491140,258043,1884863879,102185,582425995,99276,1147174283,109469,1363983755,136051,3433667979,250348,2107153803,250717,2265947531,252086,1157995916,111903,503840140,223180,3884006799,103549,3302759825,132942,2063596946,196923,2207284626,199800,2117483922,216675,3222257044,146984,1547992470,254018,94125463,263238,3152321945,191610,218135961,197825,2833309081,260773,2006859162,127508,70573467,99895,825875867,151744,84639134,118945,2388729246,149334,1685863840,119686,3233250721,177122,1765768609,206143,4084374945,219595,4251245986,163663,2289597860,243976,3758103973,176409,586964390,133813,1301044646,188617,647626151,216988,802905512,127993,2516540841,235972,2570599850,165896,789216683,245524,2434317740,132549,1640734124,146518,1947016620,200144,1284316588,204034,2856091053,206900,2276990381,209294,3610009006,210465,1325153711,152444,2167930287,180196,3154124208,183077,1882996146,214394,3896966579,164710,1361558964,163431,2567175605,99512,3420650934,257269,1357249975,131636,1388191160,184787,118545850,101673,381959610,179831,3415834044,203772,1361558973,163374,340860349,230597,2283732415,180219,332414400,167793,166952384,178201,3751329216,186335,1092099520,209626,1416199617,206267,1513160129,258740,2505874882,230784,1150664131,202711,1520180675,262383,2476178887,108449,1176419783,218412,1172446663,248028,737893833,149476,2437856713,196483,465550794,190417,3927211468,169924,1597767116,208368,3536190924,233306,3648994766,109025,2470542799,102922,3751337424,184590,2225151440,227398,2664922578,245274,3624967634,257633,1101315540,159125,914169300,259336,3156852181,156677,650370522,148003,4224171483,111843,3967221211,228088,3509755355,241771,1372405212,98014,1263328732,135073,4252130780,182350,420806109,165249,1626832349,245018,3844832734,182372,1504296414,184144,4100087262,193053,3587620320,260006,4137024995,193241,993533412,156693,1648139749,240078,2431196648,193308,3207839208,241796,1172848106,219323,765017580,221242,1519246830,175927,2160729583,103940,859708911,159361,2415468017,181351,1021566450,113396,1888746994,129548,684121587,117839,2957254133,168952,3614522870,103511,278543863,176793,1624554999,243323,2180185592,119334,3297746425,228360,3416890875,145814,829365756,143615,3182222844,148300,2133949948,212039,912752124,214004,247012860,227983,2767502844,235384,1530691070,189056,2567618046,202133,2495258110,205103,16973312,158034,4230848001,149212,1061166594,126301,4291059202,151159,917323269,123341,2987286021,240249,1473592837,240410,3606871560,192341,2025233930,209858,630889995,145277,4014292491,227786,2191638029,221600,2883190286,133431,2396225039,159755,2069478928,171845,2916965907,249305,3108027924,170565,2178784790,194187,369647127,100425,3951787546,209668,821796379,97466,3558596124,170439,2264677920,97996,2053602848,150075,2187337248,164533,1854864929,247493,2585878052,216718,2955247141,171086,2007301669,177344,899644966,208492,2976079398,236165,3564944934,237849,47824423,118915,1307639335,152336,660536872,97688,2818268713,261295,1876319786,237676,3131342380,141792,3751337517,181542,3413638702,257976,3041459759,234934,2576408111,260692,674504241,260108,2052529714,231214,445021747,129701,4253392436,163389,1152581173,154544,1261420085,228810,4277673527,190214,1345158711,215567,4029554232,223097,3742293561,148771,1069514298,123315,370884155,174108,461028923,226406,1337835069,152897,3135462974,159015,783695423,103881,239246913,231713,4086668866,224202,1361411651,167994,3391741508,96966,3053968964,164044,3518209604,228920,543899205,181993,3579559493,247015,3361832518,254124,3988438600,156626,3336420936,200554,2267848265,262467,804200012,104992,922025548,144386,2392997453,182879,1958813261,244795,2270813774,123953,1615347278,130827,3624623695,215630,1680514639,216464,3818782288,168726,1264754256,194358,3533758034,107986,904175186,201404,82222675,144525,2472345171,193220,2723348051,232765,867622485,208407,4013465173,256609,494591574,225063,1903664727,228343,3321478745,96899,542981721,104873,2058116697,137316,3095125594,183484,1923407450,246661,459349595,212235,3178372699,213712,1074208348,220589,3791257181,204837,113720926,193831,1408507487,193471,632905311,207012,950214239,243721,2851233378,181556,4164435554,207970,3238518372,109378,2841165412,169063,2497592933,225862,2668207719,106313,1280343655,156082,2095201895,228253,4140047976,151924,335928937,206813,1153900137,235811,175865450,119102,2471886444,123201,841031277,146877,380870254,261576,1360551535,180275,1686191727,198517,3766353520,241464,923328112,259538,2405023345,231332,463396465,245199,3096616563,178448,3872906868,189455,2554003062,204948,1348796028,203106,4043603581,168201,1435991677,215775,1362845310,152133,3872120447,243991,2955247232,171345,1796292224,196983,3699416704,202579,4175928960,254671,55336577,119457,1470447234,120736,2315067011,130150,2898288260,212995,1319468677,192361,1092279941,223244,2259975815,241293,1697889927,241310,3303595656,259923,2481643145,238280,929144457,254243,3037494922,121649,1874607754,259240,949010059,159086,44277388,144237,3731603090,186867,282263187,111604,3050389139,128450,2694758035,174475,3743973013,128051,4286111381,221083,3121487510,115318,3095076503,202240,1489116827,166215,1443782299,251229,754343584,115089,238427808,132041,2666618528,150179,4121755296,208014,4236607138,104824,229179042,250023,3651796643,126620,3857006243,134654,1025523363,256039,2664775332,233982,2048261797,153024,641760934,204262,2660884137,253774,1338244781,186937,8101550,246117,211328686,252971,1869233839,99873,2618703535,142302,2938871471,244891,777002673,207293,3184221874,260285,4037852853,174433,2605350581,243524,4185177781,251565,996687542,251144,345202360,149135,1024908985,222802,3071844027,172264,602111677,244865,3533840063,200575,4256431808,165627,1275322049,172125,4235345602,109902,1150262978,163742,1086070466,221326,3633307330,236306,771333828,105128,3650404040,219634,4025212618,113751,586964682,133835,1359994570,214559,1369906893,157392,2288672461,183107,774110926,189841,25607887,112925,1399414479,207318,3264560849,219094,1226587857,255010,2312994514,239280,1601879763,116522,4024917715,244232,2442084055,184166,166280922,146830,1153367771,238732,2686222045,192385,2046172893,260479,534052574,107491,1580498655,184647,555515615,194645,3530792671,222945,1361264352,169151,903921376,189556,3897491168,203357,3387604705,135457,501505763,96425,1380409059,100992,2235088611,244256,2278940389,111015,997031653,249469,2857443046,181153,2187427559,238372,1986772712,108233,3684310761,115601,2166071017,147632,3183222507,149173,3095781099,179864,1793752812,97301,1469153004,169993,2634612462,192409,2463989493,252244,3090898678,172739,2151431926,198076,2742509302,201956,3087900407,167136,2395438839,180784,901971704,115969,3279077112,206569,410803961,143379,2214305530,102859,3961036538,234785,3916291837,201195,1865924355,197949,319119109,208560,2854330118,182528,757030662,215608,1330601735,223075,637345543,226424,3537600265,130897,3178790665,152046,1284579083,250921,4244815630,137499,3498917647,260405,2355076883,215880,2151431956,198103,1473953557,160802,1329684245,181293,70573847,98694,999382807,261506,1860017944,103333,1715289880,194229,3211140890,235204,1791549210,253180,3316055834,256495,3105324827,193450,1243406107,193535,1533533979,254306,3196051228,140291,4074299164,203982,1876696861,225473,2844811038,108194,2468519710,188267,3631087390,244657,3762036513,128685,788471588,122696,3939016484,124421,1000029989,114483,2172288806,142730,1038901030,256814,2011406120,220999,2011021097,141537,2502188841,141882,385580842,127391,540548907,262364,1593761581,101124,1851006765,210654,4287242030,132320,1124286254,195330,2207285038,199762,2453880623,108368,344629040,133446,3978338096,187510,1501675312,189273,4180852528,243182,3126755122,167246,1813684019,178425,4149968691,211241,3931578164,127899,2306416436,219440,4078812981,152749,1719951161,111247,2930196282,213366,3492085564,173927,3131342656,141744,1563459392,189951,3154173760,237474,2392702786,192751,216399684,179165,751378246,241023,2283560775,226891,124354376,131547,1361002312,169388,589848392,203021,1072332618,112465,1361002315,169403,2048573259,176116,3645398859,218437,1252794188,190336,642121549,148187,3289120590,133140,916356942,175009,2357346126,189011,852934479,211374,1493819215,226776,3133022032,163160,1303797586,183886,3462995796,108859,1815175e3,128375,2920013657,123386,1117159257,191049,2347556698,119771,1309179738,185685,4283760475,146933,1063673691,244034,672030556,204243,1781432156,216834,1545781085,235519,2650308446,181886,302858078,206451,3202735967,260678,2671124321,138022,3134799713,155095,2976046945,260955,3984621412,260169,6692709,126413,917241701,139009,2325380965,207393,205152102,138370,2830942055,150931,3687964519,222180,1360535403,183987,2756271980,120686,3482550124,170233,1696128876,196555,802160492,231997,715087726,162505,3833519982,207274,639606641,222858,285245298,165765,2441092980,130387,1469914997,227262,1259716471,251184,2744024953,124814,1562328954,97932,3222036346,230158,2764373883,111045,3937566590,133601,2136612734,256751,1733263231,110932,2404261759,128118,2230787969,132472,984964996,132342,241000326,111820,3014918022,154658,2684854150,232426,2098864006,248857,1202839430,249216,3106062216,222889,2803326856,237965,646061963,136088,753770379,208870,2602483596,226323,670736270,104731,2439544718,229001,2227249042,107470,63610770,231825,1932312467,151385,2507030422,209314,1694105495,138229,4115750807,228413,2185600919,245303,12083096,231844,3006545817,139287,1473191835,153486,2680160156,163461,618135452,179453,2442330012,234464,1415331741,210745,1189363615,258867,3126009760,102332,3157278625,155645,4099481506,247732,3238051747,112735,1445642147,161986,1210466211,242873,3616907173,178949,2207637414,142322,290258854,158566,3742490535,127164,2797510569,185973,2760613803,113201,4042424235,179921,1921564587,247582,3823501228,159774,4229160879,145215,142131119,200005,3333717935,227565,3237183410,174016,3399729075,126749,1043693492,117120,868376500,127042,259080117,122739,863821749,234916,545021878,141303,1673568183,129664,1528225722,136975,3810615226,169280,203931580,152416,3751067580,242913,2591727549,252827,3335815101,259951,1167294399,220281,1035222976,102535,1236803520,156125,2077966272,231958,3111387073,149026,2244796355,161927,838287301,207584,1091526598,100019,358531014,134368,2824503239,207612,2226225097,105162,1361854409,158204,3435216842,249676,4172619724,101294,3751337932,179850,2181373901,164832,2399379405,195267,2525167565,219573,2162155469,224581,1831329741,261818,3899015118,119471,1938071502,128577,3415621582,259835,2171068369,228175,164315091,234478,3692027861,158720,2972958678,207873,2220318680,97144,2067136472,189572,3751403481,151342,3124273113,166765,3572383707,164233,903143391,145723,378609631,248617,860487648,130564,3090898912,172472,2138816481,106094,2983313377,218785,1543618530,118220,218136546,197910,2271789027,176840,2908651492,182290,1751965670,254621,1363976167,141484,115458024,153726,39313385,207116,1363001322,151461,252370923,146548,2471370731,231447,3532947436,96915,295739372,154797,910319596,208306,1347690477,188032,1645912045,210246,2038956015,113774,2887622641,129632,327983089,153185,3254419442,144369,3212173298,172186,4024262644,234560,364740597,222595,70574070,98107,645480438,116648,3114614775,256381,3689144312,186835,4254777337,240798,1776861180,99017,683540476,118010,623181821,122500,338206717,220520,402657280,1866673443,1701407599,1936617283,1131703909,1635020399,1919250025,268439552,1128481059,1096045637,1330594655,1397049675,134221824,1598439715,1380992071,369102848,1163149603,1598966084,1802465123,2002740585,1768845921,268461934,1092815872,1831683926,1634956133,268461415,1092817152,1868777302,1701407599,1684825453,6778473,588054544,1701012289,1866691696,1701407599,369102848,1667449123,1131704421,1768648559,1852785509,1852399988,268464741,1092817152,1885692771,1869562740,1231382891,7300718,588120080,1701012289,1866691696,1701407599,1048691,1665213212,1953523043,1802465091,1114858857,1701736033,1835357298,1952541808,1048677,1665213213,1953523043,1986622032,1148805985,1818456937,1114466657,1918335087,268464225,1092817664,1987338596,1818584165,1850304877,1634955110,1048694,1732322061,1130718578,1768648559,268464997,1092816640,1197568617,1148350564,1869373801,1048679,1799430937,1835361377,1866686313,1701407599,1768714064,1650424163,268464737,1092815872,1953654124,1802465091,268461417,1092817408,1953654124,1802465091,1631741289,1919250030,218107904,1701593379,1866691698,1701407599,1048691,1816208149,1148482149,1869373801,1852785511,1852404833,268464741,1092816384,1953654124,1869562721,1936025963,352325632,1819033891,1866692463,1701407599,1953394499,1701734753,1048690,1816208148,1131900780,1768648559,1699574629,1734439795,1048677,1816208148,1131900780,1768648559,1918333797,1701867617,1048690,1849762576,1954114657,1349739369,1886220146,1048692,1883317005,1869562736,1113942379,268464737,1092818432,1937339250,1802465091,1665230185,1953523043,1701015137,369102848,1886601507,1182033230,544043631,1663246398,1768648559,268464997,1092816128,1869834614,1263488835,5457225,587989008,1936291393,1869562735,6646123,588054544,1936291393,1869562735,1936025963,268439552,1769357603,1866690419,1701407599,2002873459,218107904,1987461411,1131377513,1768648559,1048677,2000757520,1802465091,1866687849,1852142446,1048692,1111630608,1802465091,1867801961,1766091887,1048694,1229071115,1869562704,1936025963,352325632,1330463267,1869562692,1130719595,1702063727,1631745134,1048690,1329734417,1866686296,1701407599,1768714064,268466531,1109593088,1701080673,1313043809,268454985,1109593600,1701080673,1866691937,1701407599,251662336,1851867683,1969317220,1802465091,7562601,588382224,1684955458,1232429413,1131374190,1768648559,1048677,1631724302,1232233838,1869570894,6646123,587923472,1852727618,1196192357,268452944,1109594112,1701736033,1868783474,1701407599,268447839,1109594112,1701736033,1868783474,1701407599,268448095,1109597184,1632924257,1768185698,1718503798,1634562671,1635150196,1802465091,268461417,1109593088,1634890337,1802465091,268461417,1109593344,1634890337,1802465091,7562601,587989008,1769169218,1869562723,6646123,587923472,1131113538,1768648559,268464997,1109593344,1869902447,1869562739,6646123,587857936,1131966274,1768648559,1048677,1933714185,1802465091,268461417,1109593600,1869902965,1866686318,1701407599,335548416,1128481571,1869562719,1936025963,1634891615,1919250544,167776256,1296253731,1886351455,268464245,1126371840,759255107,1769238382,1633904998,1852795252,184553472,1346585379,1851867713,7497070,587923472,1095779139,1769238350,268461411,1126370560,1598115907,1601466479,7632239,587989008,1836008259,1634298992,6644590,587726864,1869562691,6646123,587857936,1129662275,1768648559,1048677,1313022725,268454985,1126370304,759974222,1802465123,268461417,1126370304,759974222,1769238382,268461411,1126370304,1296845134,1634956133,268461415,1126370560,1598835022,1936942445,6645601,588382224,757944131,1802465123,1882023273,1667853423,1048697,1329799949,760108365,1802465091,268461417,1126369536,759910223,7233890,588382224,1263488835,1127040329,1163087439,1160598606,1048661,1329799948,1162431311,1380273217,1048660,1329799953,1162431311,1162893381,1313428562,268455750,1126370816,1229672271,1313425477,1397310807,234885120,1330594595,1296386379,1095979845,268453191,1126369280,1229672271,268456773,1126370816,1229672271,1380013893,1196312910,234885120,1330594595,1598376267,1313751362,268456517,1126371072,1229672271,1229479749,1229281102,1048659,1329799953,1162431311,1145589087,1162625375,268457042,1126370560,1229672271,1330536261,4606292,587923472,1263488835,1331643721,268457040,1126371072,1229672271,1096245061,1313427026,1048647,1329799948,1162431311,1633972077,1048684,1329799950,1297107791,1312899629,5391694,588578832,1230458691,1802465123,1685284201,1667592809,1702259060,117444608,1599095587,7892834,587726864,1819234371,7955305,588185616,1769099331,2036556150,1851871277,268463205,1126371584,1598837842,1919249473,1869562740,6646123,588316688,1280594499,1869562719,1097165163,1953654124,301993984,1196639011,1869570861,761620843,1769238382,268461411,1126369536,1869562711,6646123,588644368,1953391939,1634300533,1802465091,1867343209,1702130542,1048690,1698898699,1434084722,1769103737,369102848,1852392227,1096904037,1885692771,1869562740,1113942379,268464737,1126370816,1702063727,1631745134,1919250030,234885120,1852785443,1953391987,1802465091,268461417,1126372096,1702063727,1866691694,1701407599,1970302800,1048688,1866670868,1852142446,2036419700,1918333541,1701867617,1048690,1866670869,1852142446,1701668212,1663923310,1768648559,268464997,1126370560,1801678703,1816225129,7631461,588054544,1668247363,1936025963,1701273936,234885120,1869562659,761620843,1701867585,268461166,1126370816,1768648559,1631726949,1919250030,251662336,1869562659,761620843,1936617283,7630437,588316688,1802465091,1127048553,1635020399,1919250025,251662336,1869562659,761620843,1919252047,7954796,588120080,1802465091,1345152361,1667853423,1048697,1866670861,1701407599,1886343213,268464245,1126373120,1768648559,1868770661,1767994478,1601332590,1702131055,1048690,1866670866,1701407599,1919120173,1684827247,7239535,588054544,1802465091,1665230185,1953523043,369102848,1869562659,1097165163,1885692771,1852785524,1852399988,268464741,1126371840,1768648559,1667449189,1282699365,1919252833,285216768,1869562659,1097165163,1885692771,1668178292,1048677,1866670870,1701407599,1852531521,1701607279,1231382372,7300718,588054544,1802465091,1682007401,1701013878,234885120,1869562659,1097165163,1869572971,268461170,1126370304,1768648559,1634484581,268463474,1126370304,1768648559,1701593445,268465266,1126371072,1768648559,1701593445,1866626162,1048696,1866670869,1701407599,1919249473,1852785524,1852399988,268464741,1126370560,1768648559,1701593445,7566450,587792400,1802465091,1195533673,285216768,1869562659,1113942379,1735091041,1853190002,1048676,1866670861,1701407599,1852727618,268464741,1126374656,1768648559,1851867749,1299342702,1634956133,1866687847,1767994478,7497070,588251152,1802465091,1631741289,1919250030,7824718,587857936,1802465091,1631741289,1048690,1866670858,1701407599,7892802,588054544,1802465091,1967285609,1852798068,201330688,1869562659,1130719595,1801676136,352325632,1869562659,1130719595,1801676136,1785620831,1702126437,1048676,1866670858,1701407599,7237443,588120080,1802465091,1866687849,1852142446,1048692,1866670868,1701407599,1936617283,1114926693,1701736033,1048690,1866670868,1701407599,1936617283,1131703909,1801676136,1048626,1866670871,1701407599,1936617283,1131703909,1635020399,1919250025,335548416,1869562659,1130719595,1702063727,1766093934,1735355489,285216768,1869562659,1130719595,1702063727,1766093934,1048694,1866670866,1701407599,1936617283,1198812773,7499876,588578832,1802465091,1866687849,1852142446,1936018804,1701273971,352325632,1869562659,1130719595,1702063727,1918334062,1701867617,1048690,1866670867,1701407599,1936617283,1702129253,1953391981,268439552,1869562659,1130719595,1635020399,1919250025,352325632,1869562659,1130719595,1920233071,1918332015,1701867617,1048690,1866670861,1701407599,1818323268,268461935,1126371584,1768648559,1936278629,1767992419,7497069,588709904,1802465091,1766090089,1634493299,1919249769,1852727618,268464741,1126372864,1768648559,1936278629,1767992419,1349674349,1886744687,167776256,1869562659,1147496811,268465769,1126369536,1768648559,5588325,588251152,1802465091,1850041705,1701601889,7892802,588054544,1802465091,1866884457,1919251567,201330688,1869562659,1181051243,1701273970,218107904,1869562659,1214605675,1818521185,1048677,1866670859,1701407599,1684104520,218107904,1869562659,1214605675,1701077349,1048690,1866670859,1701407599,1953392968,234885120,1869562659,1214605675,1702325865,268465001,1126370048,1768648559,1718503781,1048687,1866670864,1701407599,1868983881,1668246594,1048683,1866670868,1701407599,1868983881,1953394499,1701734753,1048690,1866670866,1701407599,1868983881,1802724676,7368564,588382224,1802465091,1850303849,1984917350,1634497125,1048697,1866670866,1701407599,1868983881,1885434455,7497072,588382224,1802465091,1850303849,1836216166,1869182049,1048686,1866670872,1701407599,1868983881,1952542066,1148088169,1869373801,1048679,1866670869,1701407599,1868983881,1952542066,1148088169,268465769,1126372864,1768648559,1718503781,1634562671,1852795252,1953460050,251662336,1869562659,1231382891,1919903342,7497069,588447760,1802465091,1850303849,1836216166,1767273061,268466021,1126370304,1768648559,1953384805,268463986,1126371328,1768648559,1836010341,1802071669,268465249,1126369792,1768648559,1463897189,167776256,1869562659,1281714539,268466017,1126371328,1768648559,2002865253,1768908867,268461411,1126371584,1768648559,2002865253,1953394499,7630437,588251152,1802465091,1632396649,1819232375,7497060,587989008,1802465091,1632396649,7497081,588578832,1802465091,1699505513,1131176295,1635020399,1919250025,603983872,1869562659,1281714539,1936287589,1769234796,1130327663,1768648559,1667449189,1349808229,1818586721,167776256,1869562659,1281714539,268466533,1126371328,1768648559,1851870565,1701407811,268465262,1126372352,1768648559,1851870565,1919248225,1818323268,268461935,1126374144,1768648559,1851870565,1919248225,1818323268,1918330735,1701867617,1048690,1866670862,1701407599,1684825421,6778473,588120080,1802465091,1699571049,1734439795,1048677,1866670871,1701407599,1936942413,1130719073,1635020399,1919250025,285216768,1869562659,1298491755,1634956133,1766090087,1048694,1866670867,1701407599,1936942413,1231382369,1919250030,268439552,1869562659,1298491755,1634956133,1735289191,369102848,1869562659,1298491755,1818322031,762538286,1769235297,268461430,1126373376,1768648559,1685015909,1667198049,1768648559,1685024101,268463201,1126370816,1768648559,1852788069,1919251571,301993984,1869562659,1298491755,1953721967,1095660133,268453961,1126370560,1768648559,1735609701,7892802,588316688,1802465091,1632527721,1634167158,1852795252,184553472,1869562659,1315268971,6648943,588054544,1802465091,1867408745,1701013876,268439552,1869562659,1315268971,1667855471,2020557413,369102848,1869562659,1315268971,1667855471,1852785509,1852399988,268464741,1126372096,1768648559,1953451621,1667851881,1869182049,1048686,1866670870,1701407599,1769238350,1633904998,1852795252,7496002,588972048,1802465091,1867408745,1768319348,1769234787,1631743599,1634751346,268461411,1126374400,1768648559,1953451621,1667851881,1869182049,1852785518,1852399988,268464741,1126371072,1768648559,1953451621,1701406313,1048690,1866670866,1701407599,1769238350,1919248742,6778473,587792400,1802465091,1263494505,301993984,1869562659,1332046187,1850307696,1852727618,268464741,1126371072,1768648559,1953517413,1866624585,1048696,1866670862,1701407599,1919252047,7954796,588316688,1802465091,1984914793,1634497125,2020557433,184553472,1869562659,1348823403,6647393,587989008,1802465091,1632658793,7103854,588513296,1802465091,1632658793,1315726702,1952540517,6649449,587923472,1802465091,1817208169,268465013,1126370560,1768648559,1819234405,7955305,588644368,1802465091,1867539817,2036558188,1953394499,1701734753,1048690,1866670864,1701407599,1768714064,1766095203,1048694,1866670867,1701407599,1768714064,1699248483,1919247457,335548416,1869562659,1348823403,1667853423,1936018809,1701273971,318771200,1869562659,1348823403,1667853423,1953451641,6644585,588513296,1802465091,1867539817,2036558188,1919252047,7954796,588382224,1802465091,1867539817,2036558188,1701732688,1048684,1866670865,1701407599,1768714064,1683978595,268465769,1126370304,1768648559,1886343269,268464245,1126370816,1768648559,1769099365,2036556150,335548416,1869562659,1348823403,1635150194,1867413859,1701013876,218107904,1869562659,1348823403,1699963509,1048692,1866670862,1701407599,1851867729,7497070,588513296,1802465091,1699898729,1953656688,1851867763,7497070,588644368,1802465091,1699898729,1953656688,1851867763,1098016110,1048666,1866670868,1701407599,1869636946,1114862706,1869902965,1048686,1866670871,1701407599,1869636946,1299412082,1349086825,1818586721,318771200,1869562659,1382377835,1919905893,1632662388,7103854,587989008,1802465091,1968334185,7562604,588120080,1802465091,1632855401,1934452086,1048679,1866670872,1701407599,1953785171,1936158313,1953394499,1701734753,1048690,1866670861,1701407599,1684630611,268464741,1126371072,1768648559,1634620261,1633839971,1048690,1866670877,1701407599,1667855443,1885305195,1866689646,1701407599,1667855443,268466539,1126370304,1768648559,1110529125,268464737,1126370304,1768648559,1110594661,268464737,1126369792,1768648559,1129337957,184553472,1869562659,1415932267,7106415,588054544,1802465091,1867801961,1986610288,150999040,1869562659,1415932267,1048690,1866670866,1701407599,1097167701,1869770864,7102838,587923472,1802465091,1633117545,268463212,1126370816,1768648559,1918981989,1735289198,285216768,1869562659,1466263915,1768845921,1631741806,1048690,1866670865,1701407599,1852989783,1114074729,268466287,1126371840,1768648559,1918981989,1735289198,1802398028,318771200,1869562659,1466263915,1768845921,1632659310,7103854,588316688,1802465091,1633117545,1852403314,2003784295,218107904,1869562659,1466263915,1701274729,1048692,1866670858,1701407599,7235927,587923472,1802465091,1918330217,268464225,1126370816,1768648559,1634883429,1919250544,167776256,1869562659,1600481643,268457285,1126371072,1768648559,1766350693,1768257390,1048691,1866670861,1701407599,2036419679,268464741,1126370816,1768648559,1852399461,1836216166,218107904,1869562659,1650813291,1701736033,1048690,1866670858,1701407599,7496034,588120080,1802465091,1868785001,1852142446,1048692,1866670862,1701407599,1953394531,7235937,587923472,1802465091,1852401001,268463974,1126371328,1768648559,2002873445,1852727618,268464741,1126370816,1768648559,1818586469,1735289188,134221824,1869562659,1936025963,486543360,1869562659,1936025963,1852858161,1869562732,1097165163,1885692771,1668178292,1048677,1866670861,1701407599,1969172851,268464228,1126370816,1768648559,1665233765,1953523043,402657280,1869562659,1936025963,1701996353,1852140901,1866620788,1819033976,218107904,1869562659,1936025963,1919249473,1048692,1866670881,1701407599,1701593459,1866691698,1767994478,1467114862,909398352,1129268319,268448081,1126371328,1768648559,1816228709,1383363173,268466031,1126371072,1768648559,1916892005,1818454388,1048677,1866670862,1701407599,1851867763,7497070,587923472,1802465091,1114858857,268464737,1126372096,1768648559,1698853733,1700885619,1701276020,1048686,1866670859,1701407599,2020557427,301993984,1869562659,1936025963,1886220099,1851877740,268461411,1126371584,1768648559,1866691429,1767994478,7497070,587989008,1802465091,1131636073,7107188,588382224,1802465091,1148413289,1818456937,1701669217,1048690,1866670859,1701407599,1986610291,201330688,1869562659,1936025963,1868983881,218107904,1869562659,1936025963,1868983881,1048691,1866670859,1701407599,2002865267,301993984,1869562659,1936025963,1299669324,1634956133,268461415,1126370560,1768648559,1632400229,7497081,588054544,1802465091,1299408233,1818322031,234885120,1869562659,1936025963,1769238350,268461411,1126371072,1768648559,1984918373,1634497125,1048697,1866670861,1701407599,1851871347,268463205,1126370816,1768648559,1867543397,2036558188,218107904,1869562659,1936025963,1970302800,1048688,1866670861,1701407599,1769099379,268460910,1126371072,1768648559,1917875045,1667331689,1048697,1866670865,1701407599,1634948467,1866687847,268465262,1126371072,1768648559,1633121125,1852403314,1048679,1866670862,1701407599,1852397427,7827300,588447760,1802465091,1601398121,1131179632,1768648559,268464997,1126371584,1768648559,1937078885,1835886964,6778485,588054544,1802465091,1631744873,1919250030,234885120,1869562659,1467181419,1768845921,268461934,1126372352,1297369200,1869562700,1113942379,1650422369,268464737,1126375680,1953456761,1802465091,1868719465,1634288756,1114074988,1434018927,1919247470,7954796,587989008,1866679108,1701407599,7823692,588382224,1313424196,1130319686,1229672271,1195466565,1048642,1178870545,1869562700,1130719595,1702063727,268465262,1143145728,5394503,587923472,1666599236,1768648559,268464997,1143149056,1868781129,1701407599,1818589043,1701670755,536875008,1347175459,1601529183,1802465123,1683973481,1818456937,1920299887,1702252389,2036427890,201330688,1599030307,1348420419,1279610433,268439552,1196639267,1667190614,1635020399,1919250025,268439552,1196639267,1768181590,1634493299,1919249769,436211712,1734951971,1818326121,1852404304,1868770676,1701407599,1701601581,268465266,1143148288,1818456937,1131243873,1768648559,1048677,1766073116,1634493299,1917873513,1667331689,1953448569,1114468212,1869902965,1048686,1766073106,1634493299,1919249769,1802465091,7562601,588382224,1886611780,1132028268,1768648559,1718503781,1048687,1766073106,1701003638,1918989424,1802465091,7562601,588251152,1098279236,2003790956,1802465091,7562601,588382224,1115056452,1701080673,1866691937,1701407599,1048691,1766073099,1869562742,1936025963,335548416,1986610211,1802465091,1232299369,1349477998,1818586721,301993984,1986610211,1802465091,1299408233,1634956133,268461415,1143149056,1682536041,1131176293,1282109295,1952999273,268439552,1986610211,1768714064,1866692963,1701407599,234885120,1986610211,1869562719,1315268971,268461921,1143147008,1868789353,1701407599,335548416,1466909731,1866687077,1701407599,1852785523,1953391987,167776256,1128416547,1768648559,268464997,1159928320,1866673475,1701407599,762798412,1769238350,1633904998,1852795252,251662336,1396917539,1802465123,1634755945,7103854,588251152,1766084677,1952671090,1231386217,7300718,588251152,1667190853,1768648559,1867543397,7370096,587661328,1329812805,268454735,1159928064,1836008277,1634298992,1315267438,1718187119,1952539497,7237481,587792400,1866683717,1701407599,268439552,1129661731,1768648559,1631726949,1919250030,201330688,1129661731,1768648559,1918976613,369102848,1129661731,1768648559,1852785509,1953391987,1852727618,268464741,1159926272,1869562709,1130719595,1635020399,1919250025,218107904,1129661731,1768648559,1684096613,1048677,1430594320,1802465091,1699571049,1734439795,1048677,1430594316,1802465091,1934452073,1048679,1430594317,1802465091,1867408745,268461428,1159925248,1869562709,1348823403,1818586721,352325632,1129661731,1768648559,1819234405,1316578153,1667855471,1048677,1430594314,1802465091,7562601,588185616,1866683717,1701407599,1701593459,268465266,1159926016,1869562709,1936025963,1852989783,6778473,588709904,1766085957,1952671090,1130722921,1768648559,1851871333,268463205,1159926272,1866686293,1701407599,1936018783,1701273971,167776256,1599423779,1802465123,268461417,1159923968,1869570901,6646123,588185616,1868780869,1701407599,1852727618,268464741,1159926016,1869570901,1399155051,1836343668,7630437,588709904,1969450565,1198483826,1400008804,1920295781,1115255913,268464737,1159925248,1869562741,1113942379,942502497,234885120,1131758883,1768648559,1869365861,268462947,1159925760,1869562741,1281714539,1866889057,268463474,1159925248,1953718646,1868717925,1836020852,184553472,1599358499,1802465091,7562601,588120080,1953460038,1127051877,1768648559,1048677,1866867496,1919251567,1866686257,1701407599,1970302800,1885286768,1766091886,1634493299,1919249769,1970302800,1048688,1866867497,1919251567,1130585905,1768648559,1886343269,1597075541,1147956848,1818456937,1701669217,1886343282,268464245,1176702208,1702129519,1869562738,6646123,588513296,1953460038,1667199589,1768648559,2002865253,7892802,588120080,1651666758,1866691695,1701407599,1048691,1866867486,1632398706,1953853305,1869562719,1466263915,1768845921,1632659310,7103854,587923472,1953722950,1148414787,268465769,1193481984,1866683715,1701407599,1768714064,1633122659,1852403314,1048679,1145512729,1630360144,1885692771,1634288756,1466396524,1886413170,268464741,1193478912,760369220,1919249505,1048692,1145512723,1663914576,1702063727,1630368878,1953654124,335548416,1346651939,1868770642,1701407599,1869491571,1701013876,268439552,1346651939,1701593426,1631745138,1919250030,201330688,1346651939,1852785490,1953391987,251662336,1346651939,1852785490,1953391987,7496002,589037584,1380992071,1936617283,1299476069,1734438497,1866691173,1767994478,7497070,588447760,1380992071,1936617283,1333030501,1819436406,268466529,1193478912,1129467972,1768648559,1048677,1145512718,1866682960,1701407599,7892802,588578832,1380992071,1802465091,1766090089,1634493299,1919249769,301993984,1346651939,1869562706,1147496811,1819308905,268466529,1193478144,1146245188,268465769,1193478912,1179799620,1702129519,1048690,1145512714,1867338320,7102820,588447760,1380992071,1970302800,1852785520,1852399988,268464741,1193479168,1599230020,1263488835,268453193,1193478656,1599230020,1953392968,318771200,1346651939,1632460626,1866690153,1767994478,7497070,587923472,1380992071,1869374047,268462947,1193479424,1599230020,1852989815,6778473,587857936,1380992071,1970302832,1048688,1145512714,1869894224,7631713,587792400,1951614535,2037080937,318771200,1229801251,1769099359,2036556150,1819234399,7955305,588840976,760566343,1802465123,762537321,1919249505,1718168948,1701667186,201330688,1130579747,1768648559,2020557413,83890176,1885620003,1048690,1682383628,1882026608,1667853423,1048697,1682383633,1866691184,1701407599,1852727618,268464741,1193480704,1131573348,1768648559,1936018789,1701273971,201330688,1885620003,1702446450,2003792482,654315520,1852131107,1667854949,1836085108,829779557,1919243103,1701013878,1970169165,1850761009,1869562732,6646123,588120080,1935829319,1917873775,1667331689,1048697,1816601363,1818321519,1802465091,1631741289,1919250030,301993984,1685014307,1936026690,1129661811,1768648559,268464997,1193480448,1953786226,1866691173,1767994478,7497070,588054544,1433760327,1634883433,1919250544,436211712,1162037283,1802465091,1632462185,1701273966,1852785522,1852399988,268464741,1210257152,1130320710,1768648559,1852393573,1048692,1179132689,1866686291,1701407599,1953392968,268461890,1210257664,1866681415,1701407599,1852989783,6778473,589627408,1684104520,1130328677,1768648559,1699509093,2036556135,1131311199,1768648559,1699509093,2036556135,603983872,1634027555,1601332580,1684104520,1667199589,808479860,1869570911,1147496811,1818456937,1919249761,335548416,1819232291,1181902180,1866691183,1701407599,1868983881,419434496,1852786723,1702328677,1430613100,1802465091,1110271337,1701736033,1048690,1112089360,1869562708,1348823403,1667853423,1048697,1128866579,1919251285,1802465091,1650419049,1801678700,201330688,1380206883,1349477487,1884647535,301993984,1598310691,1599490372,1380992071,1162625375,268457042,1227035904,1633832524,1868770674,1701407599,1819242541,7955305,588251152,1666075721,1768648559,1851867749,7497070,589627408,1667190089,1702063980,1869570911,1600481643,1769238382,1633904998,1852795252,1634891615,1919250544,335548416,1598966051,1802465123,1633838441,1634891634,1919250544,369102848,1113868579,1701736033,1667449202,1349808229,1635150194,268466531,1227033344,1131374190,1768648559,1048677,1850286862,1866690406,1701407599,7302228,588447760,1868983881,1667329394,1129275754,1768648559,268464997,1227035392,1919903342,1769234797,1866690159,1701407599,1048691,1850286866,1836216166,1986622561,1869562721,6646123,588316688,1866679370,1701407599,1769238350,1919248742,335548416,1598900771,1802465091,1130325353,1635020399,1919250025,251662336,1598900771,1802465123,1634493801,7497081,588513296,1397313354,926431560,1918984799,1819240543,7497060,588578832,1464161098,1869570861,1147496811,1667593317,1852795252,419434496,1599293987,1802465123,1282631017,1665234785,1953523043,1869182049,1048686,1397367565,1802465123,1850303849,268463974,1260589568,1866678850,1701407599,1769238350,1919248742,167776256,1313884963,1802465091,268461417,1260587776,1667190352,1768648559,1048677,1397433104,1802465091,1866687849,1852142446,1048692,1699423002,1766092660,2052027493,1869770797,1869570861,761620843,7956073,588906512,1769171275,1449944435,1818849893,1852404325,1970433867,1935764846,1048681,1816863513,762012521,1802465123,1663919465,1702063727,1680700526,268465769,1277364992,1868783426,1701407599,1048691,1129063179,1768648559,1918976613,83890176,1346849827,1048644,1196172047,1768178768,1634493299,1919249769,335548416,1129532451,1768648559,1819234405,1350132585,1886744687,268439552,1650543651,1869570864,1600481643,1936028272,318771200,1650543651,1849781349,1734960506,1869562725,6646123,588054544,1634166092,1869562732,1936025963,335548416,1734691875,1131637857,1768648559,1852393573,1936287095,201330688,1701596195,1869562729,1936025963,234885120,1735347235,1735289191,1802465091,268461417,1294145280,1095321153,1128484676,1667190095,1768648559,1868717925,1048696,1129128723,1802465123,1749247337,1701013871,1868983881,268439552,1128549667,1866683213,1701407599,1702129486,184553472,1146047779,1818184769,6582375,588251152,1718571853,1869562740,1466263915,7238241,588251152,1868783437,1701407599,1852989783,6778473,588316688,1852399949,1802465091,1631741289,1919250030,201330688,1767984419,1869562734,1936025963,520097792,1851870499,1650812769,1600484193,1802465091,1631741289,1866686322,1767994478,7497070,588906512,1869440333,1734631751,1866691685,1701407599,1148481378,1869373801,1048679,1699554075,1784771438,1836008293,1702195824,1866686818,1701407599,1702127955,570429440,1852132643,1701470579,1886220099,1650816370,1869562721,1399155051,1415935081,1768710501,268463477,1294142976,1634956133,1866687847,1701407599,402657280,1936018723,1701273971,1868983881,1851879519,1866689637,1701407599,318771200,1685015843,1663921249,1768648559,1818307941,7631461,587857936,1130853197,1768648559,1048677,1934435083,1869562730,1936025963,251662336,1229606435,1701659949,1869562721,6646123,588251152,1598245966,1902211183,1632396661,7497081,588120080,1598245966,1954047348,1702453580,1048690,1481515802,1869567055,1969315692,1919903860,1600485993,1802465123,7562601,588054544,1937007950,1866682190,1701407599,201330688,1953451555,1869562721,1936025963,268439552,1953451555,1667851881,1868783457,1701407599,385880064,1953451555,1667851881,1869182049,1918976622,1869570911,6646123,587726864,1131635279,7104878,587857936,1866689359,1701407599,1048691,1800348437,1767337838,1836016737,1768125295,1802465091,268461417,1344478208,1869570881,1936025963,1852793695,1953391987,1852793695,1852399988,268464741,1344474112,1869570883,1113942379,268464737,1344477440,1936617283,1769238117,1953391981,1866673519,1767994478,7497070,587792400,1866681424,1701407599,352325632,1598836771,1953394531,1701734753,1868783474,1701407599,1048691,1347429129,1802465123,268461417,1344475648,1130719073,1768648559,1918981989,1735289198,402657280,1851871267,1866689637,1701407599,1769238350,1633904998,1852795252,318771200,1851871267,1866689637,1701407599,1919252047,7954796,588054544,1701732688,1869562732,1936025963,201330688,1986088995,1869562725,1936025963,335548416,1919242275,1634627443,1952531564,1718503777,1918976623,234885120,1885949987,1127051877,1702063727,268465262,1344477696,1132028268,1768648559,1718503781,1634562671,1852795252,1953460050,167776256,1819168803,1802465091,268461417,1344475136,1917873262,1667331689,1701593465,268465266,1344477696,1953066095,1348561785,1635219826,1936682612,1866688867,1701407599,201330688,1886343203,1866690645,1701407599,218107904,1886343203,1866690645,1701407599,1048691,1867522838,1131443568,1768648559,1866691429,1767994478,7497070,588120080,1986622032,1115251553,1701736033,1048690,1917854490,1667331689,1718503801,1634562671,1852795252,1936617283,7630437,588513296,1986622032,1350132577,1667853423,1851867769,7497070,588316688,1986622032,1350132577,1667853423,1918976633,218107904,1769099299,2036556150,1970302800,1048688,1917854479,1667331689,1918982009,1735289198,234885120,1769099299,2036556150,1886343263,268464245,1344476416,1969516402,1667200099,1768648559,1999467365,7364978,588906512,1381324113,1802465123,1766090089,1869374323,1701999987,1702131023,1048690,1112679202,1634030175,1130329187,1869639023,1953391982,1869562719,1113942379,1701736033,3432306,587530256,1146111826,318771200,1162433059,1667312981,1953523043,1802465091,7562601,588251152,1163547218,1634166092,1851867756,7497070,588644368,1701142866,1869563762,1130720359,1768648559,1866625893,1048696,1867653912,1867411300,1768319348,1769234787,1918332527,1701867617,1048690,1867653903,1866691695,1701407599,1819242324,301993984,1396855587,1869570861,761620843,1734633847,268465253,1394805504,1868770627,1701407599,1048691,1129521940,1632460619,1768778104,1113875834,1701736033,1048690,1213408014,758461233,1263488835,5457225,588316688,1599099475,1802465091,1113548137,1701999201,218107904,1146508067,1667183478,1768648559,1048677,1465066262,1597195075,1802465091,1632396649,1851867767,7497070,588054544,1868783443,1701407599,2020565599,234885120,1130844963,1768648559,1953517413,268463721,1394805504,1131900776,1768648559,1048677,1767056164,1850303860,1631743846,1919250030,1952539739,1868770657,1701407599,1701339949,1919249251,1048669,1767056163,1632462196,1919251571,1701273936,1685091679,1802465091,1766090089,1634493299,1919249769,301993984,1131696931,1768648559,2037666661,1647142252,268464737,1394808576,1684955508,1131705679,1768648559,1866686309,1852142446,1048692,1951605530,2037080937,1802465091,1663919465,1768648559,1769231205,7957347,588316688,1984919379,1634497125,1869562745,1936025963,234885120,1128485923,1868983881,1802465091,268461417,1411582720,1347441519,1919249473,1048692,1867784970,1818648405,7627119,588578832,1866679125,1701407599,1852858227,1868783468,1701407599,285216768,1179211043,1702129519,1868770674,1852142446,1048692,1263870736,1802465091,1633117545,1852403314,1048679,1347822346,1869570911,6646123,588709904,1181966934,1702129519,1866686322,1701407599,1701732688,268448108,1445139200,1869898089,1802465091,1866687849,1852142446,1048692,1767252760,1866687854,1701407599,1936617283,1349807717,1852142177,1048692,1129784082,1869570896,1113942379,1701736033,6572402,588185616,1663914071,1768648559,1852386661,268463974,1461914624,1869562708,1147496811,268465769,1461914880,1702057317,1802465091,7562601,588513296,1934976343,1869562725,1936025963,1802724676,7368564,588709904,1130459223,1768648559,1769099365,2036556150,1768714064,268466531,1495470848,1131574639,1768648559,1952797541,1735289204,1048691,1130308367,1768648559,1852785509,1953391987,352325632,1866686243,1701407599,1936617283,1098149477,1885692771,1048692,1130308364,1768648559,2019906661,1048692,1147085578,1130321481,4935503,587792400,1346454879,1129590349,301993984,1130323747,1768648559,1852785509,1852399988,268464741,1596133120,1919377759,1701668197,1631745134,1048690,1600070425,1802465123,1663919465,1702063727,1999467630,1886413170,268464741,1596133376,1869570911,1298491755,1634956133,268461415,1596133632,1869570911,1600481643,1936617315,7630437,587989008,1868783455,1701407599,6779757,587923472,1868783455,1701407599,268459891,1596132352,1869570911,1936025963,268459871,1596134656,1601332831,1802465123,1851745641,1718187119,7497065,587989008,1667850079,1953459757,6644585,588054544,1869373279,1866687585,1701407599,469766144,1851744035,1600349028,1802465123,1833526633,1701407856,1852785508,1953391987,603983872,1851744035,1600349028,1802465123,1833526633,1701407856,1852785508,1953391987,1801675074,1886351972,335548416,1851744035,1650420596,1701736033,1868783474,1701407599,201330688,1885298467,1868770658,1701407599,620761088,1935630115,2003857256,1684370025,1852793695,1953391987,1869570911,1600481643,1953394531,1701734753,1048690,1600070437,1886349427,1701996919,1868783460,1701407599,1852793695,1953391987,1852793695,1852399988,268464741,1596134400,1634038879,1836411244,1599295044,1852727650,268464741,1596135168,1634038879,1836411244,1819307337,1953063785,1633972077,1048684,1600070418,1667330676,1936880997,1684633439,7628135,587857936,1937071967,1668051058,1048697,1633624847,1936291446,1868783471,1701407599,184553472,1667456803,1851875935,7497070,588644368,1869570911,1130719595,1702063727,1918334062,1701867617,1048690,1667179282,1768648559,1936018789,1701273971,7760196,588709904,1869570911,1315268971,1718187119,1952539497,1114533737,268464737,1596132608,1802465123,1867539817,7370096,588185616,1869570911,1600481643,1852727650,268464741,1596134400,1802465123,1834968425,1634956133,1650419047,268464737,1596134400,1802465123,1935631721,1885958755,1634230132,268461170,1596135424,1802465123,1935631721,1885958755,1702059892,1852404852,268464999,1596136448,1802465123,1935631721,1885958755,1836277620,1600941153,1852141679,268464741,1596132608,1802465123,1818322281,7631461,588120080,1869570911,1650813291,1701736033,1048690,1667179289,1768648559,1851875941,762471790,762605679,1865248361,268465269,1596132864,1802465123,1869505897,1701013876,285216768,1868783395,1701407599,1986997619,1634497125,1048697,1667179279,1768648559,1882026853,1886744687,234885120,1868783395,1701407599,1852399475,268463974,1596133888,812414051,1886351455,1601205599,1818848867,201330688,1986354979,1969368424,1852798068,150999040,1986354979,1769090408,1048675,1700733720,1868851574,1633824110,1701409394,1920413042,1701867617,1048690,1700733711,1868851574,1633836910,1919250030,167776256,1684496163,1650422384,268466287,1596134912,1936681063,2037540212,1936026925,1701273971,2003792429,234885120,1885953827,1885560680,1886351455,268464245,1596134144,1936548716,1851875935,1866691173,1701407599,1048691,1851728654,1684107084,1802465091,7562601,588840976,1802661727,1663918444,1768648559,1768172901,1634493299,1919249769,251662336,1919967011,1767864675,1601136238,7496034,589365264,1663923039,1768648559,1869491557,1768319348,1769234787,1663921775,1635020399,1919250025,419434496,1651859235,1970564725,1601464621,1802465123,1885300073,1667853423,1048697,761340681,1802465123,268461417,1629690368,1127036210,1129272660,1869570861,1936025963,1918990125,1735289198,167776256,1597202723,1802465123,268461417,1629688320,1663922227,1768648559,1633824101,1919250030,301993984,1664639267,1869570861,761620843,1852727650,268464741,1629687040,1868770657,1701407599,7496034,588185616,1866686817,1701407599,1852727618,268464741,1629688320,1919967073,1667331689,1869438841,1701606756,285216768,761422115,1802465123,1630365033,1667855972,1048677,1650533136,1869570861,1835362667,1819632751,1048677,1650533140,1869570861,1835362667,1819632751,1886334309,1048675,1650533135,1868783409,1701407599,1918984799,301993984,1650614563,1869570861,761620843,1852727650,268464741,1629686016,1731028322,7499876,588120080,1970233953,1868770676,1701407599,1048691,1650533138,1131705711,1768648559,1869563493,7497076,588513296,1970233953,1869562740,1432709483,1701273971,7892802,588120080,1970233953,1868783476,1701407599,1048691,1650533133,1668576623,1768648559,268464997,1629689600,1819243362,761623669,1802465123,762537321,1701732720,1048684,1650533138,1868783479,1852142446,1851875956,7497070,588120080,1667195745,1768648559,1633836901,1048690,1667310352,1869570911,1650813291,1701736033,1048690,1667310357,1869570911,1936025963,1768710518,1769234788,268463727,1629688320,1885692771,1868770676,1701407599,1918984749,301993984,1667457315,762605669,1802465123,1647142249,268466287,1629692160,1885692771,1868770676,1701407599,1836016429,1634298992,761619310,1952671091,7237481,588644368,1701012321,1663923312,1768648559,1701653861,1734439795,1048677,1667310361,1953523043,1869570861,761620843,1836213616,1769173865,268463727,1629689344,1885692771,1868770676,1701407599,1634891565,1919250544,369102848,1667457315,762605669,1802465123,762537321,1852727650,268464741,1629688576,1885692771,1868770676,1701407599,1633824115,1048690,1667310357,1953523043,1869570861,1936025963,1869373997,268462947,1629688576,1885692771,1868770676,1701407599,1768172915,1048694,1667310355,1953523043,1869570861,1936025963,1735617837,369102848,1667457315,762605669,1802465123,762537321,1769238382,268461411,1629690368,1885692771,1868770676,1701407599,1701981555,1634497895,1852795252,301993984,1667457315,762605669,761623413,1802465123,268461417,1629687040,1885692771,1869562740,6646123,588382224,1701012321,1866691696,1701407599,1919249473,1048692,1667310355,1953523043,1802465091,1631741289,1919250030,268439552,1667457315,1131704421,1768648559,1918976613,369102848,1667457315,1131704421,1768648559,1852785509,1852399988,268464741,1629687808,1885692771,1869562740,1147496811,268465769,1629687808,1885692771,1869562740,1298491755,268461925,1629688320,1885692771,1869562740,1298491755,1818322031,436211712,1667457315,1131704421,1768648559,1685015909,1700031585,1634496621,268461428,1629688832,1885692771,1869562740,1332046187,1819436406,268466529,1629687552,1885692771,1869562740,1348823403,1048647,1667310355,1953523043,1802465091,1867539817,2036558188,402657280,1667457315,1131704421,1768648559,1819234405,1350132585,1886744687,285216768,1667457315,1131704421,1768648559,1631744869,1048690,1667310353,1953523043,1802465091,1114858857,268466287,1629689600,1885692771,1869562740,1936025963,1953394499,1701734753,1048690,1667310353,1953523043,1802465091,1148413289,268465769,1629688320,1885692771,1869562740,1936025963,1836216134,335548416,1667457315,1131704421,1768648559,1867019109,1919247468,268439552,1667457315,1131704421,1768648559,1682535269,301993984,1667457315,1131704421,1768648559,1850307429,268463974,1629688576,1885692771,1869562740,1936025963,1701732688,1048684,1667310353,1953523043,1802465091,1349739881,268464239,1629688320,1885692771,1869562740,1936025963,1954047316,352325632,1667457315,1131704421,1768648559,1918333797,1701867617,1048690,1667310364,1953523043,1667330644,1735289195,1802465091,1918330217,1701867617,1048690,1667310357,1953523043,1919251285,1701869637,1852139890,268461411,1629687296,1885692771,1866686324,1701407599,218107904,1667457315,1601466469,1701996385,1048677,1667310350,1953523043,1869570911,6646123,588382224,1701012321,1667200112,1768648559,1868717925,1048696,1667310356,1953523043,1869570911,1600481643,1633972077,1048684,1667310358,1953523043,1869570911,1600481643,1919252079,7954796,588578832,1701012321,1667200112,1768648559,1769430885,1952802660,352325632,1667457315,1601466469,1802465123,2002740585,1868852841,1048695,1667310358,1953523043,1869570911,1600481643,1885434487,7497072,588644368,1701012321,1667200112,1768648559,1650422629,1701736033,1048690,1667310362,1953523043,1869570911,1936025963,1852793695,1970233204,7497076,588447760,1701012321,1667200112,1768648559,1683977061,268465769,1629689600,1885692771,1868783476,1701407599,1701666675,1734439795,1048677,1667310360,1953523043,1701015137,1869570861,761620843,1633972077,1048684,1667310358,1953523043,1701015137,1600548703,1802465123,7562601,588054544,1701012321,1868788848,1701407599,301993984,1667457315,1668575333,1768648559,1701601637,268465266,1629687296,1885692771,1869570932,1936025963,352325632,1667457315,1668575333,1768648559,1918333797,1701867617,1048690,1667310357,1953523043,1802465123,2004051305,1886413170,268464741,1629687552,1885692771,1866687860,1701407599,1048691,1667310352,1953523043,1868783461,1701407599,1048691,1667310352,1953523043,1866687589,1701407599,1048691,1667310353,1953523043,1667196005,1768648559,268464997,1629687552,1885692771,1131570548,1768648559,1048677,1667310352,1953523043,1866691173,1701407599,1048691,1667310360,1936942435,1663923305,1768648559,1868770661,1852142446,1048692,1667310351,1953785187,1868783457,1701407599,268439552,1667457315,1635021925,1869570911,1936025963,369102848,1667457315,1635021925,1852795258,1869562725,1130719595,268465262,1629688576,762209123,1802465123,1848468841,1667855471,1048677,1667310350,1635019109,1802465091,7562601,588382224,1885692769,1768120692,1868787311,1701407599,1048691,1667310350,1635020901,1869562738,6646123,588251152,1885692769,1601331572,1802465123,7562601,588120080,1885692769,1668440436,1768648559,1048677,1667310357,1635020901,1869570930,1936025963,1852794463,268463972,1629687808,1868786531,1701407599,1886351405,268464245,1629692416,1869507427,1684368503,1866687847,1701407599,1684947315,1986622032,1299800929,1818322031,335548416,1801675043,1819766638,1701274725,1869570911,1936025963,201330688,1835229475,1886334320,1852386676,150999040,1852006691,1869570911,1048683,1667310350,778792815,1986622064,7955297,587726864,1869570913,6646123,587792400,1869570913,1936025963,218107904,1868783907,1701407599,1869566579,1048692,1667310376,762538354,1869570861,761620843,1836213616,1769173865,757952111,1633972077,1986997612,1634497125,1048697,1667310372,762538354,1734438957,1920413029,757952609,1802465123,1882023273,1768780389,1869181811,1048686,1667310363,1601399154,1802465123,1885300073,1635150194,1885305187,1886744687,335548416,1969447203,1818587745,1868770657,1701407599,1918984749,218107904,761553187,1802465123,1631741289,1048690,1684087580,1986092899,1601139561,1802465123,1601398121,1601331554,1819898995,1048677,1684087562,1802465123,7562601,588316688,1130652769,1768648559,1918976613,1868983881,218107904,1768186147,1663922029,1768648559,1048677,1684087576,1920102253,1663923049,1768648559,1920413029,1701867617,1048690,1684087571,1868770675,1701407599,1852793645,1953391987,167776256,1935958307,1802465123,268461417,1629689600,1852142436,1663919475,1953721967,762605157,1633972077,1048684,1684087575,1886218611,1663919468,1768648559,1869491557,1701013876,268439552,1952735523,1902734959,1735617837,1918984749,301993984,1969512739,1630368876,1663919214,1768648559,268464997,1629686528,1667200612,1768648559,1048677,1684087564,1868783478,1701407599,1048691,1684087574,1953654134,1835365225,762605157,1802465123,7562601,588513296,1735812193,1886548068,1852403823,1869375277,7102818,588120080,1769366625,1866687843,1701407599,1048691,1684087566,1702062454,1802465091,7562601,588513296,1836475489,1868770659,1701407599,1953459757,6644585,588054544,1663919457,1768648559,1918984805,352325632,761618723,1882027378,1635150194,1647147363,1701736033,1048690,1700864786,1868770663,1701407599,1851875885,7497070,587923472,1668638049,1752378988,268466031,1629688064,1868770662,1701407599,1819242541,7955305,588709904,1866688097,1701407599,1953394499,762081138,1769238382,268461411,1629689088,1869562726,1130719595,1920233071,1932356719,7827304,588185616,1667196513,1768648559,1647145829,268464737,1629688576,1667851878,1631741288,1634034798,1885819509,1048676,1734419210,1734307425,7499876,588578832,1701996385,1869884773,1702065453,1869570861,1936025963,318771200,1919377699,1999463781,761820265,1802465123,7562601,587989008,1701996385,1869562725,6646123,588447760,1701996385,1953451621,1466262377,1886413170,268464741,1629688064,1701147239,1752459607,1802465091,7562601,588316688,1701996385,1868783461,1701407599,1986618463,234885120,1919377699,1667196261,1768648559,268464997,1629689088,1701147239,1769107551,2036556150,1819242591,7955305,588054544,1701996385,1869570917,1936025963,285216768,1919377699,1701668197,1917875310,1667331689,1048697,1734419226,1601137010,1802465123,1851745641,1718187119,1952539497,7237481,588447760,1734895713,1869570861,761620843,1953789282,268463727,1629688576,761751656,1802465123,1999463785,1868852841,1048695,1767973651,1868770657,1701407599,1852793645,1953391987,285216768,1684627747,1868770657,1701407599,1633824115,1048690,1767973645,1936027239,1802465123,268461417,1629689600,1731030889,762474596,1802465123,1848468841,1667855471,1048677,1784750867,1866692705,1701407599,1936018803,1701273971,452988928,1634361635,2037666680,1632265580,1869562733,1936025963,1936942413,6645601,589037584,2019650145,1869570911,1936025963,1634956639,1633641831,1869770864,7102838,588447760,1701014369,1667331184,1667195242,1768648559,268464997,1629687040,1885692779,1869570932,6646123,588578832,1768189025,1919905325,1868770660,1701407599,1953393e3,251662336,1701601571,1647146098,1868788585,6911092,587923472,1919249505,1851993460,268463209,1629687040,1953654124,1869570861,6646123,588382224,1919249505,1868770676,1701407599,1852401709,1048692,1818305302,762606181,1802465123,1764582761,762275438,7496034,588382224,1919249505,1868770676,1701407599,1885826093,1048676,1818305300,762606181,1802465123,1882023273,1667853423,1048697,1818305298,762606181,1802465123,1882023273,6713202,588120080,1919249505,1868770676,1701407599,1048691,1818305300,762606181,1802465123,762537321,1935765364,1048692,1818305297,762606181,1663923557,1768648559,268464997,1629689088,1953654124,1769107501,2036556150,1685091629,6648929,587989008,1919249505,1869562740,6646123,588382224,1919249505,1869562740,1348823403,1667853423,1048697,1818305293,1131704933,1768648559,268464997,1629690624,1953654124,1953391949,1131310953,1768648559,1699574629,1734439795,1048677,1818305289,1416917605,268464239,1629687040,1953654124,1869570911,6646123,588316688,1919249505,1868783476,1701407599,1735617887,318771200,1701601571,1667200114,1768648559,1886347109,7235956,588447760,1919249505,1868783476,1701407599,1886351455,268464245,1629688832,1953654124,1869570911,1667590507,1702063727,268465262,1629687296,1953654124,1869570911,1936025963,251662336,1701601571,761361522,1802465123,7562601,588185616,1919249505,1667195252,1768648559,268464997,1629687040,1953654124,1869570913,6646123,587989008,1919249505,1869570932,6646123,588054544,1919249505,1869570932,1936025963,234885120,1701601571,761623666,1802465123,268461417,1629687552,1953654124,1868770661,1701407599,1048691,1818305292,1702130277,1768842079,1048684,1818305294,1702130277,1869570911,6646123,588185616,1919249505,1667196276,1768648559,268464997,1629687808,1953654124,1920229221,1768645473,268461934,1629689600,1953654124,762343280,1986622064,1887003489,1667853423,1048697,1818305294,1937011301,1819242541,7955305,589430800,879520865,1663921767,1768648559,1869622629,2036558188,1953459757,1667851881,1869182049,1048686,1818305305,1634612332,1868770678,1701407599,1836016429,1701736304,268465262,1629692672,1848929388,1663923809,1768648559,1869622629,2036558188,1953459757,1667851881,1869182049,1048686,1818305303,762802028,1802465123,1663919465,1635020399,1919250025,352325632,1819042083,1663924079,1768648559,1701653861,1734439795,1048677,1818305300,762802028,1802465123,762537321,1970302832,1048688,1818305295,1131900780,1768648559,1986610277,251662336,1819042083,1866692463,1701407599,6779725,588316688,1869376609,1869562743,1415932267,1936027769,218107904,1819042083,1866692463,1701407599,1048691,1818305298,1131900780,1768648559,1867543397,7370096,588972048,1869376609,1918979447,1769235819,1866688366,1701407599,1868783475,268465262,1629688832,2003790956,1869570911,1600481643,1684828008,268464741,1629687296,2003790956,1869570911,1936025963,402657280,1819042083,1667200879,1768648559,1667199845,1635020399,1919250025,201330688,1819042083,1868789615,1701407599,419434496,1819042083,1868789615,1701407599,1952738913,1685219688,1953653104,1048697,1818305298,1668771692,1768648559,1851875941,7497070,588251152,1869376609,1702065527,1802465123,7562601,588578832,762342497,1802465123,1663919465,1635020399,1919250025,285216768,1936482595,1313038178,1851739209,1667855471,1048677,1818305301,1869562740,1348823403,1667853423,1734691961,268463201,1629689856,1634038892,1869570861,1650813291,1999468655,1886413170,268464741,1629689344,1919251564,1131701614,1768648559,1936018789,1701273971,167776256,762143011,1802465123,268461417,1629686016,1731015277,7499876,588185616,1667460449,1768648559,1647145829,268464737,1629688064,1869570925,1634036075,1869770864,7102838,588513296,1935961441,1869570861,761620843,1870225772,7497078,588513296,1935961441,1869570861,761620843,1936942445,6645601,588447760,761752929,1986622064,762930017,1852727650,268464741,1629688832,1885628269,1868770674,1701407599,1869373997,268462947,1629687808,1965912173,762471795,1802465123,268461417,1629691392,1965912173,762471795,1769238382,1633904998,1852795252,1869570861,1936025963,503320576,1886216483,1702065453,1869491570,1768319348,1769234787,1882025583,1635150194,268466531,1629688320,2037145966,1935894900,1852793645,1953391987,436211712,1634623779,1769240940,1663923043,1702063727,1865249902,1819436406,268466529,1629688064,2037145966,1935894900,1869570911,6646123,587857936,1667526241,1768648559,1048677,1851859734,1769240932,1601398125,1986622064,1601790817,7760228,588709904,1869508193,1701015157,1953391981,762668333,1802465123,268461417,1629690112,1970237038,1835361134,762605157,1868789093,1701407599,7823724,588578832,1869508193,1701015157,1953391981,1869562725,1936025963,369102848,1852727587,1852406127,1868783463,1701407599,1701601631,268465266,1629688832,2037345902,1701277289,1869570933,1835362667,268461939,1629687296,1818850414,762537324,1919968359,234885120,1970168099,1667200110,1768648559,268464997,1629687296,1663924590,1768648559,1918976613,369102848,2054054179,1701276005,1768238446,1818851182,1969711468,268461934,1629687808,1866673519,1701407599,1768714064,268466531,1629687552,1869562735,1348823403,1667853423,1048697,1868636950,1869570926,1667590507,1702063727,1869640814,7370096,588185616,1663922273,1768648559,1635200357,268463212,1629688320,1868770672,1701407599,1852785523,1836214630,301993984,1601200419,1802465123,1952408937,1651273583,268464737,1629688320,1751343472,1868770661,1701407599,1918984749,184553472,1668309283,1802465123,7562601,588120080,2019913825,1869570911,1600481643,1048624,1885414159,540942448,1869570851,1936025963,234885120,1886413091,773864992,1802465123,268461417,1629687552,1042313328,1868770848,1701407599,1048691,1885414155,1868770672,1701407599,251662336,1886413091,1869570861,761620843,7496034,588185616,762343521,1802465123,1680696681,268465769,1629688320,1663922288,1768648559,1869622629,2036558188,369102848,1886413091,1734438957,1769155941,1663919476,1768648559,268464997,1629686016,1734307952,7499876,588382224,1768976481,1663924582,1768648559,1633824101,1048690,1885414159,1132031088,1768648559,2020557413,369102848,1886413091,1868783480,1701407599,1851875935,1601332590,268465509,1629689344,1768448882,1769418085,1952802660,1769107501,2036556150,201330688,1701994787,1868770657,1701407599,268439552,1701994787,1868770657,1701407599,825372722,385880064,1701994787,1868770657,1701407599,825372722,1868985133,7300206,588513296,1634038369,1869570911,1600481643,1953394531,7106418,588054544,1634038369,1869570911,1936025963,201330688,1769103651,1869622625,2036558188,402657280,1802658083,1802465091,1349739881,1635150194,1867544931,2036558188,452988928,1802658083,1768833903,1634882668,1852402531,1868770663,1852142702,7501157,589168656,1601008225,1919251317,1869570911,1600481643,1936617315,1601465957,1970302832,1048688,1918968595,1663919476,1768648559,1633824101,1919250030,452988928,1970430243,1667195234,1768648559,1919967077,1667331689,1869635449,7370096,588709904,762999393,1802465123,762537321,1668508004,1835622764,268464741,1629687552,1885416819,1868770672,1701407599,1048691,1935745809,1869570861,761620843,1953789283,268464741,1629689088,1868770675,1701407599,1819242541,762930025,7496034,588120080,1600353121,1667197027,1768648559,1048677,1935745809,1600480361,1802465123,1885300073,268463215,1629687808,1731029875,762474596,1802465123,268461417,1629686528,1866689395,1701407599,1048691,1935745816,1919895147,1802465091,1114858857,1735091041,1853190002,1048676,1935745811,1097815147,1885692771,1869562740,1936025963,251662336,1802723619,1869570911,1600481643,7827308,588120080,1600877409,1802465123,1868522857,1048683,1935745800,1869570923,1048683,1935745803,1869570923,1936025963,218107904,1802723619,1668444006,1768648559,1048677,1935745814,1769104756,1868783480,1701407599,1684633439,7628135,588382224,1600484449,1802465123,1683973481,1869373801,1048679,1952523029,1869570919,1936025963,1852793645,1852399988,268464741,1629688832,1935764596,1869570861,761620843,1852727650,268464741,1629687552,1767994484,1868770670,1701407599,1048691,1952523025,1953391988,1131310953,1768648559,268464997,1629688320,1852142708,1852795252,1869570911,1936025963,268439552,1601528099,1802465123,1634952553,1953654124,369102848,1953849635,1886343272,1867542645,2036558188,1852727618,268464741,1629688064,1701803125,1885430643,1869570917,6646123,588447760,1869903201,1634953586,1852795252,1802465091,268461417,1629688320,1601069942,1769238382,1633904998,1852795252,234885120,1668702499,1999467374,1886413170,268464741,1629690368,1668179318,1701719417,1663923055,1768648559,1634624869,1919249506,234885120,1702256931,1667200114,1768648559,268464997,1629687040,1953654134,1802465123,7563618,588644368,1919252065,1936943476,1852140901,1868770676,1701407599,1048691,1986077458,1769239141,1835365235,1131703909,4999502,588578832,1919252065,1936943476,1852140901,1869562740,1936025963,352325632,1702256931,1936290930,1701668211,1667200110,1768648559,1048677,1986077462,1769239141,1835365235,1601465957,1802465123,7562601,588185616,1919252065,1663922036,1768648559,268464997,1629687552,1663919990,1768648559,1633824101,1048690,1986077462,1868770663,1701407599,1918984749,1819240493,7497060,588316688,761755233,1802465123,1633838441,1919250030,285216768,1735811363,1232367695,1920413038,1701867617,1048690,1986077457,1869570920,1667590507,1702063727,268465262,1629686784,1851877750,1802465091,268461417,1629687040,762538358,1802465123,7562601,587989008,1936291425,1802465091,7562601,588054544,1936291425,1668244319,1936025963,218107904,1769365795,1868783475,1701407599,1048691,1986077452,1868788585,1701407599,1048691,1986077453,762278761,1852727650,268464741,1629686016,1869834614,7037741,587857936,1936291425,1868770671,1048687,1986077453,762278761,1802465123,268461417,1629688320,1869834614,1869570861,761620843,1685088108,234885120,1769365795,1663922035,1768648559,268464997,1629686528,1869834614,1885826093,1048676,1986077458,762278761,1702257006,1868849511,7562610,588644368,1936291425,1869622639,1769236844,1663918435,1768648559,1048677,1986077467,762278761,1768714096,1633905012,1769107501,1768120694,1701077348,301993984,1769365795,1882025843,1635150194,1633970531,268461412,1629686784,1869834614,1802465091,268461417,1629687040,1869834614,1802465091,7562601,588382224,1936291425,1869562735,1936025963,1702453580,1048690,1986077450,1282372457,4476999,588251152,1936291425,1869829487,1802465091,7562601,588054544,1936291425,1868783471,1701407599,234885120,1769365795,1667198835,1768648559,268464997,1629686528,1869834614,1885826143,1048676,1986077454,1668248425,1801678703,7562601,587989008,1936291425,1869570927,6646123,588054544,1936291425,1869570927,1936025963,301993984,1769365795,1701605235,1668047207,1768648559,268464997,1629686272,1869834614,1685088108,184553472,1937137955,1869570861,6646123,588316688,762607201,1802465123,1882023273,1886744687,218107904,1987469603,1131377513,1768648559,1048677,1986077454,1869834614,1869570911,6646123,587989008,1769371233,1969450867,6908003,588513296,1663924065,1768648559,1868770661,1767994478,7497070,588382224,1663924065,1768648559,1986997605,1634497125,1048697,2002854673,1869570911,1600481643,1768714096,268466531,1629688320,1882023287,1852403823,1869570861,1936025963,184553472,1702322467,1869570911,6646123,588185616,1668511585,1932354403,2020945250,268460845,1629688832,1630364024,1885692771,761554292,1802465123,268461417,1629688320,1667199864,1768648559,1869897573,1701603175,335548416,1663918627,1768648559,1633824357,761623154,1684104552,251662336,875651619,1869570861,1835362667,7695973,588054544,1869562722,1399155051,1701079404,285216768,1397383715,1869570911,1113942379,1701736033,1048690,1633821457,1601529183,1802465123,1818191209,268466017,1646464256,1868653153,762148210,7496034,588316688,1801675106,1667329090,1869562731,1936025963,268439552,1667326499,1886343275,1866690677,1701407599,285216768,1667326499,1819239275,1868788335,1701407599,1048691,1633821463,1919183715,1663922287,1768648559,1633824101,1919250030,318771200,1667326499,1869768555,761556597,1802465123,7562601,587923472,762208610,1802465123,268461417,1646466304,1831693921,1769238117,762539631,1634166124,7562604,587792400,1601069410,1685088114,218107904,1851875875,1868770660,1701407599,1048691,1633821453,1600218222,1802465123,268461417,1646464e3,1633971809,1802465123,268461417,1646463488,1701080673,1663923553,218107904,1851875875,1969317220,1768842029,1048684,1633821455,1634034798,1868770677,1701407599,268439552,1851875875,1969317220,1869570861,1936025963,369102848,1851875875,1969317220,1819829293,762536545,1802465123,268461417,1646464256,1701080673,1915581793,6582375,588185616,1684955490,846553445,1802465123,268461417,1646467584,1701080673,1665234273,1953523043,1869182049,1869562734,1936025963,369102848,1851875875,1969317220,1701012289,1919251568,1802465091,268461417,1646465792,1701080673,1749251425,1131964783,1768648559,1048677,1633821452,1634034798,1768833909,1048684,1633821454,1634034798,1869562741,6646123,588447760,1684955490,1131766117,1768648559,2003061093,268460645,1646464768,1701080673,1866691937,1701407599,1048691,1633821452,1634034798,1734565749,1048694,1633821453,1634034798,1852006261,268463209,1646464768,1701080673,1667200353,1768648559,1048677,1633821460,1634034798,1868783477,1701407599,1768842079,1048684,1633821456,1634034798,1868783477,1701407599,1048691,1633821463,1634034798,1868783477,1701407599,1868980083,1919251567,385880064,1851875875,1969317220,1869570911,1936025963,1819176799,6647401,588054544,1684955490,1601528165,1868983913,352325632,1851875875,1969317220,1886351455,1667198569,1768648559,1048677,1633821462,1634034798,1869570933,761620843,1885434487,7497072,588185616,1684955490,1668637029,1768648559,268464997,1646463488,762211937,1802465123,369102848,1851875875,762471790,1701012321,1663923312,1768648559,268464997,1646464512,1701736033,1868770674,1701407599,352325632,1851875875,762471790,1802465123,1647142249,1701736033,1048690,1633821462,1919250030,1869570861,761620843,1936617315,7630437,588382224,1852727650,1663922789,1768648559,1634479461,1048695,1633821466,1919250030,1869570861,761620843,1986622064,762930017,7892834,589168656,1852727650,1663922789,1768648559,1851875941,762471790,1953394531,1701734753,1048690,1633821455,1919250030,1869570861,1936025963,402657280,1851875875,762471790,1953459302,1702129249,1869570861,1936025963,201330688,1851875875,762471790,1919968359,536875008,1851875875,762471790,1919968359,1818325037,1769634401,1663918446,1635020399,1919250025,201330688,1851875875,762471790,1685088108,402657280,1851875875,762471790,1768714096,1633905012,1869570861,1936025963,251662336,1851875875,779249006,1802465123,7562601,587923472,1852727650,1313043045,268454985,1646463744,1701736033,1768833906,1048684,1633821453,1919250030,1802465091,268461417,1646466560,1701736033,1869562738,1130719595,1635020399,1919250025,268439552,1851875875,1131570542,1768648559,2002865253,268439552,1851875875,1131570542,1768648559,1819234405,234885120,1851875875,1131570542,1768648559,268464997,1646466304,1701736033,1869562738,1936025963,1953722189,7496050,587923472,1852727650,1196192357,268452944,1646463744,1701736033,1885817970,1048676,1633821457,1919250030,1600873311,1768714096,268466531,1646464e3,1701736033,1852006258,268463209,1646466816,1701736033,1868783474,1852142446,1667198835,1768648559,1048677,1633821454,1919250030,1869570911,6646123,588644368,1852727650,1667199589,1768648559,1919967077,1667331689,1048697,1633821457,1919250030,1869570911,1650813291,268464737,1646464768,1701736033,1868783474,1701407599,1048691,1633821467,1919250030,1869570911,1936025963,1634890847,1918988403,1702129253,201330688,1851875875,1601332590,1685088108,251662336,1851875875,1601332590,1986622064,7955297,588578832,1852727650,1885303397,1635150194,1650424163,2054449516,201330688,1851875875,1601332590,1685088114,301993984,1851875875,1601332590,1601204084,1802465123,268461417,1646464256,1701736033,1869570930,6646123,588120080,1852727650,1868788325,1701407599,1048691,1633821454,1919250030,1986622064,7955297,588251152,1852727650,1701995881,1869570861,6646123,588316688,1852727650,1701995881,1869570861,1936025963,687869952,1851875875,1919248750,1852399461,1836216166,1869182049,1953849198,1936288873,1869182049,1868783470,1701407599,1048691,1633821459,1601598062,1802465123,1868785001,1701407599,318771200,1918984739,1869570861,761620843,1936617315,7630437,587989008,762470754,1802465123,7562601,588382224,762470754,1684104552,1663922789,1768648559,1048677,1633821452,1919954290,1667331689,1048697,1633821462,1870278002,1663919470,1768648559,1937059173,6645601,588513296,1098015074,1701147239,1752459607,1802465091,7562601,587989008,1601331554,1802465123,7562601,588447760,1634885986,1936026975,1600481889,1802465123,268461417,1646464e3,1667330657,1768648559,268464997,1646464512,1634890337,1869570861,1936025963,184553472,1918984739,1814913394,6582375,588709904,1920098658,1701003617,1667331184,1131310953,1768648559,268464997,1646464e3,1634890337,1263488835,268453193,1646464256,1634890337,1802465091,7562601,588185616,1920098658,1667325793,1953523043,268464737,1646466048,1634890337,1769365855,1667198835,1768648559,268464997,1646464256,1634890337,1869570911,6646123,588120080,1920098658,1868783457,1701407599,1048691,1633821457,1600221810,1600742756,1802465123,268461417,1646465792,1634890337,1734700127,1667198049,1768648559,1048677,1633821455,1633776242,1953523043,1869177697,268439552,1918984739,1667326322,1635020901,1852795235,184553472,1918984739,1986093426,7304041,587857936,1920098658,1802462049,1048681,1633821452,1667330674,1768648559,1048677,1633821453,1667330674,1768648559,268464997,1646464256,1701999201,1869570861,6646123,588382224,1920098658,1701593445,1130722418,1768648559,1048677,1633821452,1130721906,1768648559,1048677,1633821454,1600483954,1869570911,6646123,588054544,1920098658,1868783461,1701407599,469766144,1918984739,1667196274,1768648559,1868783461,1852142702,1701011317,1701999726,234885120,1918984739,1667196274,1768648559,268464997,1646466816,1701999201,1869375071,1851880564,1667196276,1768648559,1048677,1633821461,1600483954,1634166124,1667196268,1768648559,268464997,1646466304,1701999201,1886352479,1667593055,1633971823,6648425,588120080,1920098658,1667331177,1768648559,1048677,1633821455,1953067634,1869570913,1936025963,201330688,1918984739,1635019122,1633906540,301993984,1935761955,1866689633,1701407599,1953460038,268464741,1646465536,1919251809,1802465091,1867539817,2036558188,402657280,1969316387,1866691173,1701407599,1768714064,1631746403,1919250030,184553472,1600283171,1802465123,7562601,587923472,1667457634,1768648559,268464997,1646463744,1113875298,1701736033,1048690,1650598681,1684496232,1667199600,1768648559,1852399461,1650421606,268464737,1646464e3,1866691682,1701407599,268453698,1646465280,1834973282,1818322031,1869570911,6646123,588316688,1663918946,1768648559,1633824101,1919250030,285216768,761487907,1802465123,1848468841,1667855471,1048677,1667375882,1802465091,7562601,588316688,1667195746,1768648559,1852793701,1819243124,318771200,1650680355,1869570861,1936025963,1953459757,6644585,588185616,761488226,1802465123,1647142249,268464737,1646467584,1131638115,1768648559,1718503781,2019906671,1634883444,1919250544,369102848,1835229731,1869562739,1231382891,1466918510,1886413170,268464741,1646463232,1663921763,7501667,588120080,1869570914,2003134827,1701274729,1048692,1667375884,1714253168,1702129519,1048690,1667375903,1848470896,1718187119,1952539497,762212201,1702131055,1868705138,1919247474,167776256,761553443,1802465123,268461417,1646464512,1869570917,1650813291,1684632161,318771200,1667588643,1768648559,1918984805,1701732720,6580588,588709904,762078562,1802465123,1764582761,762275438,1852727650,268464741,1646464256,1634430053,1802465091,7562601,588382224,1953785186,1663922789,1768648559,1633824101,1048690,1700930329,1919251572,1919968359,1869570911,1600481643,1852727650,268464741,1646467840,1702130789,1885628274,1937071986,1834971749,1601531493,1970302832,1048688,1717707537,1869570861,761620843,1769238382,268461411,1646467328,1663919974,1768648559,1869622629,2036558188,1851875885,7497070,588120080,762472034,1802465123,1634493801,1048695,1734484761,1869571629,762471796,1986622064,761619297,1768714096,268466531,1646465024,1869622631,1131443568,1768648559,268464997,1646463488,1868783463,1701407599,184553472,1600610851,1802465123,7562601,588513296,1701144418,1769107551,2036556150,1851875935,7497070,588251152,1852794722,1869570861,761620843,7496034,588120080,1600285026,1802465091,1866622313,1048696,1768039179,1869570919,1936025963,268439552,1734959651,1868770662,1701407599,1918984749,419434496,1835622947,1970565933,762276196,1802465123,1747805545,1701080175,1048690,1768039186,1633644400,1869834614,1802465123,7562601,588185616,1668508002,1182034293,1148023407,268465769,1646464768,1633842281,1868770681,1701407599,1048691,1801593628,1869570861,761620843,1936617315,762605157,1953394531,1701734753,1048690,1801593615,1802465091,1631741289,1919250030,285216768,1600872995,1802465123,1601398121,1919249505,1048692,1801593609,1802465123,268461417,1646465024,1801675116,1601467759,1802465123,268461417,1646466304,1701536108,1869570911,1936025963,1953459807,6644585,588644368,1935764578,1936027252,1869562739,1113942379,1701736033,1048690,1818370828,1663918959,1768648559,1048677,1818370839,1663918959,1768648559,1663923045,1635020399,1919250025,335548416,1869373987,1868770659,1701407599,1869491571,1818324338,201330688,1869373987,1869562723,1936025963,201330688,1869373987,1868783459,1701407599,335548416,1869373987,1868783459,1701407599,1852727647,1701015151,218107904,1869373987,1868783459,1701407599,1048691,1818370836,1751081839,1701077349,1701666674,1734439795,1048677,1818370826,1918853999,6582375,588185616,1668246626,1952805727,1802465123,268461417,1646468352,1801678700,1701273901,761619310,1868770669,1701407599,1818373491,7037807,589365264,1668246626,1935748459,1919954286,1667331689,1868770681,1701407599,1769107501,2036556150,402657280,1869373987,1647143779,762208613,1802465123,1882023273,1886744687,520097792,1869373987,1647143779,1650421108,1801678700,1868770675,1701407599,1953459807,6644585,587923472,1668246626,1667444075,268460400,1646466816,1801678700,1869570861,761620843,1701996385,1852140901,1048692,1818370835,762012527,1802465123,1630365033,1953654124,704647168,1869373987,1663920995,1768648559,1868770661,1768714349,1701015137,1869570861,761620843,1886220131,1851877740,268461411,1646465536,1801678700,1869570861,761620843,1836216166,301993984,1869373987,1663920995,1768648559,1852386661,268463974,1646466560,1801678700,1869570861,1600481643,1768714096,808286563,301993984,1869373987,1663920995,1768648559,1869374053,268462947,1646466048,1801678700,1869570861,1667590507,1702063727,268465262,1646466816,1801678700,1869570861,1667590507,1702063727,1633842286,1048690,1818370840,762012527,1802465123,1869636969,2036558188,1668246626,1048683,1818370835,762012527,1802465123,762537321,1868983913,352325632,1869373987,1663920995,1768648559,1882026853,1667853423,1048677,1818370860,762012527,1802465123,1634952553,1986622563,1868770661,1701407599,1952670067,761624169,1668246626,1685021547,1048677,1818370836,762012527,1802465123,1853056361,1667855471,1048677,1818370835,762012527,1802465123,1886610793,1886744687,335548416,1869373987,1663920995,1768648559,1918990181,1735289198,637538304,1869373987,1663920995,1965911411,762471795,1802465123,1663919465,1702063727,1831695470,1634956133,268461415,1646470912,1801678700,1937072941,1601007476,1802465123,762537321,1953723747,1667198319,1768648559,1700754277,1048693,1818370852,762012527,1701996900,1663923299,1920233071,1663921263,1768648559,1630368613,1885692771,1048692,1818370836,762012527,1868789093,1701407599,1668246626,1048683,1818370848,762012527,1868789093,1701407599,1668246626,1868770667,1701407599,1718511917,1048687,1818370839,762012527,1919968359,1802465123,1651729769,1801678700,268439552,1869373987,1731029859,1836216420,1818322031,402657280,1869373987,1747807075,1868770672,1701407599,1852793645,1953391987,637538304,1869373987,1764584291,1697474158,1868770677,1701407599,1869570861,761620843,1668508004,1835622764,268464741,1646466816,1801678700,1734896685,1869570861,761620843,1734439797,1048677,1818370847,762012527,1970169197,762604899,1752397168,1768909919,1869570911,1936025963,620761088,1869373987,1831693155,1663918958,762079598,761491053,1818848867,1718511917,1868770671,1701407599,1048691,1818370838,762012527,1868789613,1701407599,1936617315,7630437,588972048,1668246626,1701719403,1663923316,1768648559,1831695205,1634956133,268461415,1646467840,1801678700,1953459757,1667851881,1869182049,1663923054,1768648559,1048677,1818370848,762012527,1953724783,1731031653,762474596,1802465123,1882023273,1667853423,1048697,1818370839,762012527,1768714096,1633905012,1869570931,1936025963,436211712,1869373987,1882024803,1635150194,1869642083,2036558188,1852727650,268464741,1646467328,1801678700,1769107501,2036556150,1768714096,1869642083,7370096,588447760,1668246626,1735535979,1647142e3,1701080673,268465505,1646466816,1801678700,1885827629,1735535972,1714250864,1702129519,1048690,1818370854,762012527,761752946,1802465123,1882023273,1667853423,1868770681,1701407599,1819242541,7955305,589299728,1668246626,1769155947,1630365044,1701147239,1667457325,762540901,1802465123,7562601,588775440,1668246626,1651780971,1868770660,1701407599,1953459757,6644585,589168656,1668246626,1651977579,1818373492,762012527,1634561892,1663921769,1768648559,1048677,1818370841,762012527,1768189818,1932354401,761623657,1802465123,268461417,1646465536,1801678700,1701012289,1866691696,1701407599,352325632,1869373987,1866689379,1701407599,1953394499,1701734753,1048690,1818370832,1131111279,1768648559,1718503781,1048687,1818370829,1600873327,1802465123,268461417,1646464256,1801678700,1802465123,7562601,588251152,1668246626,1936286827,1767992419,7497069,588644368,1735355490,1601332583,1802465123,1851745641,1667855471,1048677,1818370828,1667197807,1768648559,1048677,1818370838,1702195567,1852143199,1634623860,1802465091,7562601,588120080,1903127650,1868785013,1701407599,1048691,1818370840,1937339253,1919905375,1769234797,1667195254,1768648559,1048677,1818370831,1868770682,1701407599,1868983913,335548416,2003657251,1919968557,1667331689,1633824121,1919250030,184553472,762208803,1802465123,7562601,588513296,1953066850,1768185701,1735355489,1869570911,6646123,587989008,1634627426,1802465091,7562601,588578832,1768845154,1663921249,1663922285,1635020399,1919250025,301993984,1869570595,1869570932,762471787,1852727650,268464741,1646465024,1852798063,1667199845,1768648559,268464997,1646464512,1869902959,1868770669,1701407599,352325632,1953456675,762146676,1802465123,1647142249,1701736033,1048690,1868702479,1836020852,1869570861,1936025963,218107904,1953456675,1131245428,1768648559,1048677,1868702482,1836020852,1802465091,1934976361,6645601,588709904,1953787746,1951624559,2037080937,1802465091,1114858857,268466287,1646464512,1869902959,1868783469,1701407599,335548416,1953456675,1601007476,1868983913,1869570911,1936025963,402657280,2020565539,1667457325,1635021925,1852795258,1868770661,1701407599,301993984,2020565539,1919377709,1731028325,762474596,268461161,1646465280,1630369903,1953654124,1869570861,6646123,587923472,762867554,1802465123,268461417,1646464512,1663924335,1768648559,825240933,301993984,2020565539,1869570861,761620843,1769238382,268461411,1646465792,1663924335,1768648559,1986997605,1634497125,1048697,1868702483,1868770680,1701407599,1918990125,1735289198,201330688,2020565539,1869570861,1936025963,150999040,2020565539,1885628205,1048690,1868702474,1869562744,6646123,587923472,1131966306,1768648559,268464997,1646464512,1700034671,1866691704,1701407599,285216768,2020565539,1685022554,1130450529,1768648559,1048677,1868702475,1868783480,1701407599,301993984,2020565539,1869570911,1600481643,1701012321,268465264,1646466560,1667201135,1768648559,1667325797,1953523043,1701015137,301993984,2020565539,1869570911,1600481643,1702257761,268465266,1646465024,1667201135,1768648559,1852399461,268463974,1646465536,1667201135,1768648559,1869635429,2036558188,285216768,2020565539,1869570911,1885694315,1667853423,1048697,1868702482,1868783480,1701407599,1818320755,7631461,588382224,1601728354,1802465123,1601398121,1869771365,1048690,1868702481,1868783480,1701407599,1852399475,268463974,1646465024,1767864431,1601136238,1802465123,268461417,1646463232,1818196079,6582375,588251152,1601728354,1685088108,1869570911,6646123,587857936,1668837218,1768648559,1048677,1868702477,1869570936,1818585451,268466017,1646463488,1869570928,1936025963,285216768,1919967779,1869570911,761620843,1919249505,1048692,1885479702,1735535992,1663919216,1768648559,1869622629,7370096,588972048,1999467106,1885631087,1936942450,1869570861,761620843,1769238382,268461411,1646464768,1869562738,1113942379,1701736033,1048690,1919034133,1868783457,1701407599,1768908867,1850303843,268463974,1646468352,1852399986,1869570861,761620843,1769238639,1868770670,1701407599,7892834,588709904,1851880034,1970234980,1868770674,1701407599,1869373997,268462947,1646467328,1802398066,1885628205,1868770674,1701407599,1953459757,6644585,588644368,2003792482,762471795,1802465123,1999463785,1768845921,1048686,1919034135,1702066031,1868770674,1701407599,1918990125,1735289198,234885120,1970430499,1668048238,1768648559,268464997,1646464e3,1663924594,1702063727,268465262,1646465024,1869562739,1936025963,1852727618,268464741,1646467584,1868783475,1701407599,1701601631,1667200114,1635020399,1919250025,150999040,1668506147,1768648559,1048677,1935811346,1868770676,1701407599,1851875885,7497070,588382224,1882027106,1635150194,1747810659,1701077349,1048690,1952588563,1769107501,2036556150,1702260525,2036427890,335548416,1131700771,1768648559,1852785509,1953391987,1953460050,184553472,1601462819,1869570911,6646123,587857936,1667200098,1768648559,1048677,1952588555,1868770670,1701407599,301993984,1853121059,1869570861,761620843,1769238382,268461411,1646464e3,1850699380,1970426981,268465267,1646466560,1663923060,1768648559,1768172901,1634493299,1919249769,285216768,2054447651,1869570861,761620843,1970302832,1048688,1969365781,1731030891,762474596,1802465123,1647142249,268464737,1646465536,1818521205,1868783461,1701407599,1918984799,419434496,1937072675,1936027241,1868770675,1701407599,1920413043,1701867617,1048690,1969365775,1852798068,1869570861,1936025963,419434496,1953849891,1601073012,1802465123,1601398121,1768710518,1702125924,1048676,1969365783,1818393210,1663919983,1768648559,1633824101,1919250030,436211712,2054513187,1869374074,1869770855,1869570861,761620843,1852727650,268464741,1646466816,1868783478,1701407599,2002873389,1718511917,1633824111,1048690,1986142992,1663921769,1768648559,1868705125,1048696,2002920208,1885628205,1869897586,1702130529,1048690,2002920208,1802465091,1866687849,1852142446,1048692,2002920208,1869570911,1667590507,1667854184,1048677,2002920209,1869570911,1868917099,1819436406,268466529,1646465280,1663922295,1768648559,1764586341,7300718,588382224,762541922,1802465123,1848468841,1667855471,1048677,2019697423,1869570911,1600481643,1868983913,301993984,1937334819,1869570861,1835362667,1634956133,268461415,1646467584,1936028793,1600485993,1802465123,1700750697,1634496632,1919250025,268439552,1132093987,1768648559,1852785509,1953391987,234885120,1663918883,1768648559,1869491557,268461428,1663240704,1869570861,1936025963,218107904,1680696099,1663924323,1768648559,1048677,761471764,1852989815,761753193,1953394531,1701734753,1048690,811803402,1701407536,6779725,588382224,1600598627,1802465123,1683973481,1869373801,1048679,878912279,1869562739,1332046187,1816356206,1298883433,1818322031,184553472,1665229603,1953523043,7496002,588054544,1869562723,1097165163,1953654124,234885120,1866687267,1701407599,1684104520,268464741,1663243008,1701998403,1869570911,1315268971,1667855471,1048677,1231233804,779052654,1718503779,1048687,1281565454,1919252833,1953459758,6644585,587726864,1819234403,7955305,587989008,1869762659,1601466477,7496034,588382224,1869762659,1601466477,1400004962,1701011824,1048690,1399005972,1701011824,1869570862,1399155051,1701011824,1048690,1466114829,778990177,1802465123,268461417,1663241728,1852989783,1869570862,1936025963,134221824,1633641251,1835364967,150999040,1667195683,1768648559,1048677,1633886986,1851875935,7497070,588054544,1767858531,1601136238,1937075312,184553472,1650549539,1802465123,7562601,588054544,1919181155,1868783461,1701407599,201330688,1684103971,1702062454,1918984799,218107904,1784767267,1868783457,1701407599,1048691,1633886988,1868783978,1701407599,1048691,1633886989,1866689644,1869771886,268463212,1663244288,1937075553,1869570861,761620843,1668508004,1835622764,268464741,1663244032,1348431969,1953066095,1130455913,1768648559,1766093669,1048694,1633886988,1663918448,1768648559,1048677,1633886989,1663918448,1768648559,268464997,1663242752,1096904801,1953523043,1869562721,1936025963,268439552,1885430563,1769357665,1866690419,1701407599,285216768,1885430563,1769357665,1866690419,1701407599,1048691,1633887001,1983996272,1349481321,1953066095,1130455913,1768648559,268464997,1663243264,1600221281,1885692769,1667195252,1768648559,268464997,1663241216,1600221281,1802465123,268461417,1663242496,1600221281,1802465123,1918854505,6582375,588054544,1634754915,1869570911,1936025963,301993984,1885430563,1869373281,1667196016,1768648559,268464997,1663242496,1600221281,1600941936,1802465123,7562601,588447760,1634754915,1667589733,762539892,1802465123,268461417,1663245056,1869771361,1919298932,761621857,1886221666,1866691173,1701407599,1048691,1633886994,1818588274,1802465123,1701602665,7102823,588513296,1702060387,1663923065,1768648559,1869426021,7102820,588382224,1886609763,1601069417,1802465123,1633838441,1048690,1633886996,1970299252,1663923308,1768648559,1633824101,1048690,1650664209,1869570861,761620843,1852727650,268464741,1663242496,1868770658,1701407599,1819240493,7497060,588382224,1663918691,1768648559,1868783461,1852142446,1048692,1650664217,1869570911,1600481643,1768714096,1683978595,1969317477,268465260,1663244032,1868783458,1701407599,1819242591,1601790825,1970302832,1048688,1650664222,1869570911,1600481643,1768714096,1885305187,1886744687,1919447903,6583663,588972048,1935630947,1769239653,1601398638,1919249505,2019909492,1684956532,268461157,1663242496,1869570914,1936025963,1953456685,7171956,588120080,1868784227,1701407599,1869884787,1048688,1650664219,1868770676,1852142446,1633824116,1919250030,1634891565,1919250544,167776256,761488163,1852727650,268464741,1663242752,1868770659,1701407599,1852793645,1953391987,234885120,761488163,1802465123,1814914409,268466017,1663242752,1868770659,1701407599,1936026925,1701273971,285216768,761488163,1802465123,1848468841,1667855471,1048677,1667441426,1869570861,761620843,1919252079,7954796,587923472,1663918947,1768648559,268464997,1663240448,1869426019,7102820,588316688,1831691107,1818322031,1702260525,2036427890,268439552,761488163,1769238382,1633904998,1852795252,385880064,761488163,1769238382,1633904998,1852795252,1953851181,7497076,588775440,1848468323,1718187119,1952539497,762212201,1885434487,7497072,587661328,1949131619,268461921,1663241472,1667444323,1634296927,6778732,587857936,1699570531,1734439795,1048677,1667441429,1869438815,1600938340,1852793695,1852399988,268464741,1663241728,1885298531,1113941857,1801678700,184553472,1600348963,1684955490,7692645,587857936,1650418531,1701736033,1048690,1667441426,1851875935,762471790,1885434487,7497072,587661328,1667195747,268463727,1663244032,1868783459,1701407599,1936617315,1853124197,1667855471,1048677,1667441419,1869570911,1936025963,268439552,1600348963,1986491236,1633836911,1919250030,167776256,1600348963,1768714096,268466531,1663242496,1919967075,1667331689,1634492281,7497081,587857936,2053071715,1701406561,1048684,1667441427,1868770657,1701407599,1869098355,1919247468,100667392,1650680611,268464737,1663242240,1918984803,1852793695,1852399988,268464741,1663241216,1865245539,1819436406,268466529,1663240704,1932354403,1702125940,385880064,1667457827,1702129253,1986997618,1634497125,1768303993,6579576,587857936,1868784483,1852142446,1048692,1667441414,7501667,588316688,1684431715,1668637997,1768648559,2002873445,285216768,1717789475,1634741623,1647142247,1701736033,1048690,1667441421,762147943,1852727650,268464741,1663241728,1836345187,1634891565,1919250544,167776256,1751343907,1702325865,268465001,1663240192,1647143779,268466287,1663240704,1631742819,1919250030,268439552,1835229987,1851875885,762471790,1885434487,369102848,1835229987,1869570861,1936025963,1668507972,1970499436,268461426,1663242496,1851747683,1718187119,1952539497,7237481,587792400,1852793699,1953391987,218107904,1868784419,1852142446,1633824116,1048690,1667441421,1702063727,1882027118,268464239,1663243264,1802465123,1650419049,1600484193,1818850419,268448357,1663240960,1647145059,1663922798,1048683,1667441420,1986997616,1634497125,1048697,1667441419,1630364016,1953654124,201330688,1885561635,1633824097,1919250030,150999040,1885561635,1633824097,1048690,1667441419,1647141232,1801678700,335548416,1885561635,1868770657,1852142446,1633824116,1919250030,218107904,1885561635,1868770657,1852142702,1048692,1667441420,1663918448,1768648559,1048677,1667441428,1663918448,1768648559,1701653861,1734439795,1048677,1667441420,1714250096,1702129519,1048690,1667441420,1848467824,1667855471,1048677,1667441433,1848467824,1718187119,1952539497,762212201,1852727650,268464741,1663245568,761360483,1769238382,1633904998,1852795252,1851875885,1601332590,3157297,588513296,1634755427,1869770797,762605677,1885434487,7497072,588185616,1634755427,1852793646,1852399988,268464741,1663240704,778137699,2003789939,352325632,1885561635,1769418337,1970235508,1986997620,1634497125,1048697,1667441418,1816224112,7631461,587923472,1634755427,1852727618,268464741,1663241728,1130459235,1635020399,1919250025,184553472,1885561635,1869563489,7497076,587989008,1634755427,1851875935,7497070,588513296,1634755427,1852793695,1953391987,1851875935,7497070,588316688,762536803,1769238382,1633904998,1852795252,369102848,1935893283,1769370213,1663919459,1768648559,1852404581,268463974,1663240192,1647146083,268466287,1663240960,1869575267,1869566572,1048692,1667441422,1781363316,1869426035,7102820,588120080,1663919203,1768648559,1633824101,1048690,1684218647,1869570861,761620843,762470754,1953785203,1936158313,301993984,1717855011,1852727647,1701015151,1802465091,268461417,1663240704,1818192228,1919252833,318771200,1852072739,1851875885,762471790,1802465123,7562601,588644368,1702323299,1868770658,1701407599,2002873389,1718511917,1048687,1700995860,1768172897,1869562742,1348823403,1667853423,1048697,1700995866,1970169196,1868770675,1701407599,1868770675,1767994478,7497070,588644368,1953391971,1650422373,1701080673,1667200353,1768648559,1048677,1700995859,1265329522,1634495605,1433233774,1769103737,234885120,1919247139,2036431461,1634497121,268462450,1663243264,1600222821,1819242356,1601331554,1802465123,268461417,1663243264,761624421,1701012321,1663923312,1768648559,268464997,1663244288,761624421,1836213616,1852141153,1852386676,1647144806,268464737,1663240704,1868770662,1701407599,285216768,761684771,1802465123,1647142249,1701736033,1048690,1734550289,1918984749,1663918450,1768648559,268464997,1663240704,1869562727,1936025963,251662336,1382507299,1114596463,1684759393,7368562,587989008,1867671395,1867345764,7102820,588120080,1667196771,1768648559,1633836901,1048690,1751327500,1131111269,1768648559,1048677,1751327503,1131111269,1768648559,2020557413,251662336,1701339939,1347775331,1802465123,7562601,588513296,1667590243,1131113835,1768648559,1953451621,6644585,588382224,1818585187,1868787564,1701407599,1633824115,1048690,1751327509,2037543525,1869570861,761620843,1852727650,268464741,1663243520,1819044200,1868770681,1701407599,1667457325,7630949,588513296,1869768803,1919313261,761621857,1802465123,7562601,587726864,1915578723,7300207,587661328,1667328355,268463976,1663240704,1751343465,1918976623,184553472,1634296611,1768908899,7300718,588972048,1918986595,1869570911,761620843,1701012321,1663923312,1768648559,268464997,1663240960,1953718633,1803182949,1048673,1768104719,1702130529,1634433635,2020565549,268439552,1634296611,1667593331,761359226,1868983913,402657280,1634296611,1667593331,1231121274,1131374190,1635020399,1919250025,285216768,1634296611,1667593331,1600220026,1919249505,1048692,1768104715,1702130529,1869314659,301993984,1634296611,1667593331,2003790714,1802461029,268463982,1663243264,1953718633,1803182949,1601795951,2004119408,268464751,1663240192,1953718633,268460395,1663241472,1953718633,1633640811,7889258,588382224,1935763811,1600220020,1684105591,1936682351,1048675,1768104715,1802793825,1986618479,201330688,1634296611,1869313139,1719036260,234885120,1634296611,1466922099,1953722977,268460407,1663242752,1919247209,1868783471,1701407599,1735617887,486543360,1734959907,1868770665,1701407599,1851875885,762471790,1953394531,1701734753,1048690,1768104721,1818850414,1663987564,1768648559,268464997,1663243264,1868770667,1701407599,1635021613,1701668212,268465262,1663240704,1768172907,1735355489,100667392,1114333987,268464737,1663239168,268452715,1663240704,1918981995,1735289198,184553472,1466655523,779116914,5729123,587857936,1650420579,1701736033,1048690,1801659156,1852793695,1852399988,1667199589,1768648559,1048677,1801659145,1668506719,268464748,1663241216,1935957867,1601334371,268448374,1663239936,1634492267,1048695,1801659148,1650422370,1701736033,1048690,1801659141,268462179,1663240192,1936614251,268465262,1663240704,1936614251,1886549876,318771200,1701536547,1701981559,762148211,1802465123,7562601,588447760,1701407587,1953522529,1852793695,1852399988,268464741,1663241216,1667590507,1702063727,268465262,1663240960,1885694315,1886220146,1048692,1801659145,1953718635,268463717,1663243008,1935764331,762209652,1953394531,1701734753,1048690,1801659152,1868770669,1701407599,1852793645,1048692,1801659155,1868770669,1701407599,1952805677,1735289204,251662336,1835754275,1802465123,1668506985,7630447,587792400,1869638499,2036558188,201330688,1886085923,1865314415,1919251573,167776256,1936417571,1936417582,268465709,1663240704,1918990187,1735289198,201330688,2037080867,1852793645,1953391987,285216768,2037080867,1953459757,1667851881,1869182049,1048686,1818436362,1851875885,7497070,587923472,1663921251,1702063727,268465262,1663240704,1868770668,1701407599,285216768,1600938787,1869570911,1600481643,1919249505,1048692,1818436362,1851875935,7497070,587792400,1834970211,1818322031,201330688,1634493219,1866691443,1701407599,385880064,1651270435,1869570861,761620843,1769238382,1814914403,6582375,588185616,1634036835,762930802,1802465123,268461417,1663242496,1702258028,1868770674,1701407599,7823724,589168656,1667853411,1701540715,1882026859,1886744687,1953853229,1747808869,1701080175,1048690,1818436379,1601073001,1802465123,1631741289,1667194738,1635020399,1919250025,268439552,1869374243,1866687859,1768254319,1868983881,285216768,1869374243,1682400627,1866691184,1852142702,1048692,1818436363,1600484207,1818848867,301993984,1869374243,1701667957,1802465091,1850303849,268463974,1663244544,1663922796,1768648559,1633824101,1868770674,1767994478,7497070,588316688,1663921507,1768648559,1667312997,1953523043,285216768,762143523,1802465123,1882023273,1667853423,1048697,1835213584,1869570861,761620843,1768976240,1048686,1835213585,1869570861,761620843,1684957559,268466031,1663241472,1868770669,1701407599,7496034,587923472,1663921507,1768648559,268464997,1663244800,1818309741,1868770668,1701407599,1819242541,762930025,1701273968,352325632,1181573923,1299740012,1634956133,1866687847,1701407599,1048691,1835213591,1869570911,1600481643,1769238382,1633904998,1852795252,318771200,1634558755,1701273966,1868770674,1767994478,7497070,589299728,761490787,1667330676,1735289195,1852793645,1953391987,1919903277,1953705325,3240037,588644368,1650683235,1718511917,1634562671,1852795252,1702453580,1048690,1835213586,1936617315,762605157,1936942445,6645601,588775440,762342755,1802465123,1848468841,1718187119,1952539497,7237481,588120080,762342755,1953194342,1764586095,1048687,1835213603,1634086256,1919906923,762276141,1851880034,1868770660,1852142446,1869491572,1701013876,352325632,1886216995,1801545261,762474356,1882025833,1852142177,1048692,1835213591,1986997616,1634497125,1835216505,1702260592,2036427890,318771200,1886216995,1684633389,762602855,1885434487,7497072,587989008,1114664291,1684759393,7368562,587857936,1114664291,1701736033,1048690,1835213585,1852394864,1818324329,1836020304,268465264,1663245568,2053927021,1869570861,1650813291,1701736033,1868770674,1767994478,7497070,588447760,762539363,1802465123,1999463785,1886413170,268464741,1663243264,1663923053,1768648559,1663923045,1702063727,268465262,1663245824,1831695213,1819632751,1701588325,762077543,1986622064,762930017,1953393e3,587206656,1936548643,1685024045,761621621,1667330676,1735289195,1685021485,1647145829,1684759393,7368562,589758480,762539363,1969516397,1949132140,1801675122,761753193,1701080931,1868770675,1852142446,1768435060,268465262,1663242496,1866691437,1701407599,1852989783,6778473,587857936,1232301411,1131374190,1048683,1835213578,1869570931,6646123,588251152,1886612835,1601402220,1802465123,7562601,588447760,762604899,1885434487,762471792,1852727650,268464741,1663240704,1868770670,1701407599,201330688,1131307811,1635020399,1919250025,318771200,1684955939,1885628205,1868770674,1767994478,7497070,588513296,1684368995,1701601631,1600484466,1802465123,7562601,587530256,1818848867,201330688,1768842019,1684090220,1953654134,201330688,1768842019,1633824108,1919250030,201330688,1768842019,1868770668,1701407599,436211712,1768842019,1868770668,1701407599,1702256941,1936290930,1701668211,268465262,1663242752,762079598,1802465123,1882023273,1818586721,218107904,1768842019,1868770668,1701407599,1048691,1851990795,1814916201,1919252833,150999040,1768842019,1936534892,1048679,1851990804,1882025065,1635150194,1882028387,1667853423,1048697,1851990795,1631743081,1919250030,218107904,1768842019,1869562732,1701407587,1048691,1851990795,1866689641,1701407599,184553472,1768842019,1869563500,7497076,588316688,1818848867,1769238350,1633904998,1852795252,201330688,1768842019,1918981996,1735289198,201330688,1768842019,1634883436,1919250544,150999040,1768842019,1852791404,1048677,1851990795,1633643625,1953654124,285216768,1768842019,1818320748,1601466981,1701736041,1048690,1851990799,1633643625,1953654124,1886352479,352325632,1768842019,1818320748,1601466981,1601204084,1701736041,1048690,1851990797,1650420841,1701080673,268465505,1663241216,1600940398,1852727650,268464741,1663243264,1600940398,1852727650,1667199589,1702063727,268465262,1663240448,1600940398,7496034,588316688,1818848867,1918984799,1634891615,1919250544,201330688,1768842019,1868783468,1701407599,335548416,1768842019,1868783468,1701407599,1936026975,1701273971,318771200,1768842019,1868783468,1701407599,1953525599,7632239,588054544,1818848867,1869570911,1936025963,301993984,1768842019,1852399468,1836216166,1869182049,268465006,1663241216,1600940398,1869901935,268465269,1663241472,1600940398,1986622064,7955297,587923472,1818848867,1852727650,268464741,1663240960,1668049262,1768648559,1048677,1851990796,1868786793,1701407599,1048691,1851990807,1768189033,1634493299,1919249769,1633906508,1852795252,117444608,1768842019,6580588,588054544,1818848867,1633836908,1919250030,201330688,1768842019,1936026988,1701273971,436211712,1869505315,1701013876,1869571629,762471796,1953394531,762605157,268461161,1663241984,1816228974,1131704933,1768648559,1048677,1851990796,1868783476,1701407599,1048691,1868768017,1851875935,1969317220,1802465091,268461417,1663244544,1868783471,1701407599,1768714064,1866692963,1767994478,7497070,588251152,1868722019,1869570911,1600481643,7823724,587989008,1801678691,1817404777,6644841,588513296,1701080931,1953718637,1601401445,1802465123,7562601,588644368,761622371,1802465123,1680696681,1818456937,1701669217,1048690,1868768022,1868783461,1701407599,1868783475,1767994478,7497070,588775440,1600483171,1802465123,1601398121,1667329136,1819240549,7497060,587857936,1667657571,1768648559,1048677,1868768017,1852785513,1953391987,1852727618,268464741,1663239936,2035313519,1048692,1868768007,1918984811,167776256,1802461987,1647142249,268464737,1663240960,1701407599,1702260547,1048690,1868768010,1298491755,7235937,587923472,1768648547,1852404581,268463974,1663244288,1919904879,762930793,762278512,1802465123,1764582761,268466534,1663243776,1664380271,1768648559,1663923045,1635020399,1919250025,301993984,1836016419,1869570911,1600481643,1768714096,268466531,1663244544,1986096495,1731030895,1868770657,1701407599,1851875885,7497070,588513296,1835888483,1127050863,1768648559,1953451621,6644585,588972048,1835888483,1663921775,1768648559,2002873445,1852793645,1852399988,268464741,1663243264,1819307375,1667449193,1131704421,1768648559,268464997,1663242496,1819307375,1668178281,1851867749,7497070,588316688,1886220131,1851877740,1866687843,1701407599,285216768,1836016419,1634298992,1667588974,1768648559,1048677,1868768024,1852797037,762605157,1802465123,1647142249,1701736033,1048690,1868768022,1634759533,1965909347,1668441459,1920233061,7562089,588185616,1718513507,1634562661,1802465091,268461417,1663244032,1768320623,1953391972,1768710505,1667196276,1768648559,1048677,1868768015,1919510126,1868770669,1701407599,352325632,1852793635,1836214630,1869570861,761620843,1633972077,1048684,1868768021,1919510126,1868770669,1701407599,1702129263,268465262,1663242240,1768320623,1663921522,1768648559,268464997,1663241728,1768320623,1866689906,1701407599,335548416,1852793635,1836214630,1802465091,1867539817,2036558188,251662336,1852793635,1836214630,1869570911,6646123,588447760,1718513507,1601008233,1802465123,1969186153,268461427,1663243776,1768320623,1684368754,1802465091,1867408745,1682531700,268439552,1852793635,1936614771,1869562735,1936025963,268439552,1852793635,1936614771,1868783471,1701407599,301993984,1852793635,1953391987,1919377709,1701668197,268465262,1663241984,1702063727,1647146094,1701736033,1048690,1868768025,1852142446,1633824116,1919250030,1852793645,1852399988,268464741,1663242752,1702063727,1647146094,1701736033,2003185010,201330688,1852793635,1953391987,1918984749,234885120,1852793635,1953391987,1869373997,268462947,1663241472,1702063727,1647146094,7368053,588185616,1936617315,762605157,1802465123,268461417,1663241984,1702063727,1714254958,1702129519,1048690,1868768025,1852142446,1634545012,1701273966,1953391981,1701601581,268465266,1663242240,1702063727,1831695470,1734438497,268464741,1663244544,1702063727,1831695470,1734438497,1647145573,1684759393,7368562,588775440,1936617315,762605157,1634623853,762471783,1919252079,7954796,588513296,1936617315,762605157,1953326957,1851875885,7497070,588775440,1936617315,762605157,1633972077,1868705132,1836020852,7496034,588513296,1936617315,762605157,1633972077,1768303980,7631730,588316688,1936617315,762605157,1633972077,2003185004,369102848,1852793635,1953391987,1953853229,1999467109,1886413170,268464741,1663241728,1702063727,1882027118,1886744687,234885120,1852793635,1953391987,1768715053,268461412,1663242240,1702063727,1949135982,1651273583,268464737,1663241728,1702063727,1630434414,1953654124,285216768,1852793635,1953391987,1667326510,1869767787,1048688,1868768028,1852142446,1634610804,1918984822,2020173357,1647141989,1869902959,1048685,1868768016,1852142446,1667449204,1702129765,1048676,1868768014,1852142446,1851867764,7497070,587923472,1936617315,1114926693,268464737,1663242496,1702063727,1866691694,1701407599,7760196,588120080,1936617315,1148481125,1869373801,1048679,1868768013,1852142446,1919501940,268465267,1663241728,1702063727,1866888302,1919251567,301993984,1852793635,1953391987,1953460038,1918333541,268464225,1663241984,1702063727,1984918638,1634497125,1048697,1868768015,1852142446,1634883444,1919250544,419434496,1852793635,1953391987,1936941407,1601467241,1953394531,1701734753,1048690,1868768015,1852142446,1633836916,1919250030,285216768,1852793635,1953391987,1634493023,1633839971,1048690,1868768010,1852142446,6512500,588644368,1936617315,1601465957,1802465123,1601398121,1970302832,1048688,1868768014,1852142446,1869635444,7370096,588251152,1936617315,1601465957,1769171318,7499636,588251152,1936617315,1601465957,1885434487,7497072,588120080,1936617315,1668574821,1768648559,1048677,1868768020,1852142446,1919903348,1920425837,1701867617,1048690,1868768014,1852142446,1769105012,6581861,587923472,1936617315,1819569765,268464761,1663241472,1702063727,1869640814,7370096,588382224,1953394531,1769366593,1866687859,1701407599,1048691,1868768012,1667200110,1768648559,1048677,1868768013,1667200110,1768648559,268464997,1663241984,1635020399,1919250025,1768842029,1048684,1868768017,1767994478,762471790,1802465123,268461417,1663245824,1635020399,1919250025,1869570861,761620843,1769238382,1633904998,1852795252,301993984,1852793635,1852399988,1663922789,1768648559,268464997,1663242240,1635020399,1919250025,1802465091,268461417,1663243520,1635020399,1919250025,1802465091,1867408745,6711668,588316688,1953394531,1701734753,1869562738,1936025963,285216768,1852793635,1852399988,1667199589,1768648559,1048677,1868768018,1767994478,1601332590,1802465123,7562601,588316688,1953394531,1701734753,1869570930,1936025963,184553472,1852793635,1869570932,6646123,588906512,1953394531,1684368997,1647145583,1701736033,1868770674,1701407599,1048691,1868768028,1852142702,1919902821,1819242541,1667855465,1868770657,1701407599,1048691,1868768028,1852142702,1919902821,1885692737,1768120692,1866690159,1701407599,1048691,1868768017,1852142702,1919902821,1802465091,268461417,1663242752,1702129263,1868850542,1869562738,1936025963,318771200,1852793635,1701733748,1131573092,1768648559,3306341,588447760,1953394531,1684368997,1667199599,1768648559,268464997,1663243264,1702129263,1098016110,1953654124,1802465091,268461417,1663242496,1702129263,1920296302,1869570861,6646123,588316688,1953394531,1969581669,1869562738,1936025963,385880064,1852793635,1768842612,1667198820,1600221281,1802465123,7562601,588644368,1953394531,1684631141,1769365871,1868787571,1701407599,1048691,1868768018,1852142702,1919906921,1869562725,6646123,588644368,1953394531,1953066597,1684370031,1818456937,1701669217,1048690,1868768021,1852142702,1818307956,762606181,1802465123,268461417,1663241984,1702129263,1663923310,1768648559,1048677,1868768016,1852142702,1868770676,1701407599,1048691,1868768018,1852142702,1718503796,1869562735,6646123,588185616,1953394531,1601465957,1802465123,268461417,1663241984,1702129263,1868788846,1701407599,1048691,1868768008,1768645487,1048677,1868768012,1768645487,1633824101,1048690,1868768016,1768645487,1701653861,1734439795,1048677,1868768012,1768645487,1701653861,1048696,1868768014,1768645487,1869426021,7102820,588578832,1668247395,761620843,1769238382,1633904998,1852795252,268439552,1869570851,1701407587,1918990125,1735289198,218107904,1869570851,1701407587,1919249473,1048692,1868768016,1768645487,1701593445,1866626162,1048696,1868768011,1768645487,1918976613,201330688,1869570851,1701407587,1868983881,251662336,1869570851,1701407587,1936942413,6645601,588120080,1668247395,1600481643,1701996385,1048677,1868768015,1768645487,1869504357,1701013876,201330688,1869570851,1701407587,1935765599,201330688,1869570851,1701407587,1954051167,218107904,1869570851,1701407587,1701996385,1048677,1868768013,1768645487,1701601637,268465266,1663241728,1801678703,1751344489,1701013871,218107904,1869570851,1701407587,1970302832,1048688,1868768009,1768645487,268464997,1663241472,1801678703,1601398121,7892834,588316688,1668247395,1936025963,1918990175,1735289198,201330688,1869570851,1701407587,1885434487,167776256,1869570851,1868770667,268465262,1663240704,1097559919,1953654124,117444608,1869570851,5129579,587726864,1802465123,6712905,587923472,1802465123,1634882638,268462947,1663240192,1349218159,268463215,1663243008,1349218159,1667853423,1920413049,1701867617,1048690,1868768009,1633643375,268461670,1663240704,1600876399,1868983913,285216768,1869570851,1701601643,1747809394,1701080175,1048690,1868768008,1868786543,1048686,1868768009,1868786543,268465262,1663240192,1684762479,268465769,1663240704,1701539695,1953392968,285216768,1869570851,1601332587,1953394531,1701734753,1048690,1868768006,6908783,588054544,1802465123,1667325801,1953523043,167776256,1869570851,1852008811,268463209,1663240448,1768648559,7760228,588447760,1802465123,757949801,1668508004,1835622764,268464741,1663243520,1768648559,1764568421,762275438,1885434487,7497072,587792400,1802465123,825058665,150999040,1869570851,761620843,1048626,1868768013,1701407599,1667457325,268464229,1663241728,1768648559,1667312997,1953523043,335548416,1869570851,761620843,1701012321,1630368880,1953654124,352325632,1869570851,761620843,1701012321,1647146096,1701736033,1048690,1868768018,1701407599,1667457325,762605669,7496034,588382224,1802465123,1630365033,1885692771,1868705140,1048696,1868768018,1701407599,1667457325,762605669,7760228,588578832,1802465123,1630365033,1885692771,1868967284,1919251567,318771200,1869570851,761620843,1701012321,1814918256,6647401,588513296,1802465123,1630365033,1885692771,1634741620,7103854,588513296,1802465123,1630365033,1885692771,1869622644,7370096,588578832,1802465123,1630365033,1885692771,1769418100,2003788910,419434496,1869570851,761620843,1701012321,1851880560,1647142243,1701736033,1048690,1868768025,1701407599,1667457325,1635020901,761619310,1734633847,268465253,1663244800,1768648559,1667312997,1953523043,1701015137,1634891565,1919250544,268439552,1869570851,761620843,1701012321,1684370544,285216768,1869570851,761620843,1885692769,1668178292,1048677,1868768014,1701407599,1986289965,7631461,588120080,1802465123,1630365033,1667855972,1048677,1868768014,1701407599,1986289965,6648681,588251152,1802465123,1630365033,1936291428,7959151,588447760,1802465123,1630365033,1701147239,1685024045,268463201,1663243264,1768648559,1734421861,761619826,1768714096,268466531,1663242496,1768648559,1734421861,1835361650,7630437,588578832,1802465123,1630365033,1701147239,1953391981,2020565549,369102848,1869570851,761620843,1701996385,1852140901,1852386676,268463974,1663244544,1768648559,1734421861,1835361650,762605157,1885434487,7497072,588054544,1802465123,1630365033,1953654124,301993984,1869570851,761620843,1919249505,1918971252,268460389,1663243264,1768648559,1818307941,762606181,1852727650,268464741,1663242496,1768648559,1818307941,762606181,7892834,588578832,1802465123,1630365033,1953654124,1869046573,1918984819,285216768,1869570851,761620843,1919249505,1851993460,1048692,1868768017,1701407599,1701601581,1680700530,268465769,1663243520,1768648559,1818307941,762606181,1936942445,6645601,588316688,1802465123,1630365033,1953654124,1735617837,352325632,1869570851,761620843,1919249505,1702047092,1869182051,1048686,1868768021,1701407599,1701601581,1999467634,1886413170,268464741,1663241728,1768648559,1818307941,1702130277,218107904,1869570851,761620843,1869376609,1048695,1868768017,1701407599,1819042093,1647146863,268466287,1663243264,1768648559,1851862373,1853189998,1701668195,268465262,1663240960,1768648559,1885416805,1048688,1868768013,1701407599,1769365805,268463987,1663240448,1768648559,6434149,588251152,1802465123,1647142249,1684759393,7368562,588382224,1802465123,1647142249,1735091041,1853190002,1048676,1868768027,1701407599,1667326509,1869768555,761556597,1634953572,1684368482,436211712,1869570851,761620843,1801675106,1970238055,1865245806,1819436406,268466529,1663241216,1768648559,1633824101,268461166,1663241984,1768648559,1633824101,1634034798,1048693,1868768014,1701407599,1851875885,7497070,588251152,1802465123,1647142249,1701736033,3222898,588709904,1802465123,1647142249,1701736033,1633824114,1919183715,268464239,1663243264,1768648559,1633824101,1919250030,1869373997,268462947,1663243520,1768648559,1633824101,1919250030,1852138285,7497076,588840976,1802465123,1647142249,1701736033,1768303986,762606450,1701273968,318771200,1869570851,761620843,1852727650,1747808869,7631727,588447760,1802465123,1647142249,1701736033,1735142770,268461168,1663243008,1768648559,1633824101,1919250030,1852402733,1048683,1868768022,1701407599,1851875885,762471790,1936942445,6645601,588644368,1802465123,1647142249,1701736033,1986997618,1634497125,1048697,1868768020,1701407599,1851875885,762471790,1701732720,1048684,1868768019,1701407599,1851875885,762471790,1953460082,318771200,1869570851,761620843,1852727650,1999467109,7364978,588644368,1802465123,1647142249,1701736033,1920413042,1701867617,1048690,1868768020,1701407599,1851875885,779249006,1702390118,1048676,1868768015,1701407599,1851875885,846357870,318771200,1869570851,761620843,1852727650,1717531237,6775148,588251152,1802465123,1647142249,841839201,3748144,588382224,1802465123,1647142249,1647145569,1869902959,1048685,1868768017,1701407599,1918984749,2020173357,268461157,1663242240,1768648559,1633824101,1634545010,268463721,1663243008,1768648559,1633824101,1701653874,1734439795,1048677,1868768015,1701407599,1918984749,1651469613,301993984,1869570851,761620843,762470754,1969516397,268461420,1663243008,1768648559,1633824101,1635200370,1852403314,1048679,1868768019,1701407599,1918984749,1634891565,1919250544,201330688,1869570851,761620843,846356834,167776256,1869570851,761620843,268461922,1663242240,1768648559,1734487397,1987011373,268464741,1663241984,1768648559,1768041829,1852400750,1048679,1868768013,1701407599,1869373997,268462947,1663240960,1768648559,1851927909,1048690,1868768012,1701407599,1685021229,1048697,1868768014,1701407599,1953456685,7171956,588382224,1802465123,1647142249,1869902959,1633824109,1048690,1868768022,1701407599,1953456685,762146676,1953394531,7630437,588513296,1802465123,1647142249,1869902959,1634479469,7497081,588513296,1802465123,1647142249,1869902959,1869622637,7370096,588251152,1802465123,1647142249,1764587631,7300718,587923472,1802465123,1647142249,268463732,1663243520,1768648559,1969368421,1852798068,1851875885,7497070,587989008,1802465123,1663919465,6582881,587857936,1802465123,1663919465,1048675,1868768017,1701407599,1701339949,1647143779,268466287,1663241984,1768648559,1751330149,1701536613,1048690,1868768014,1701407599,1869112109,6644585,588447760,1802465123,1663919465,1667854184,1852386661,268463974,1663241984,1768648559,1751330149,1701013871,1048691,1868768020,1701407599,1869112109,1936024425,1718511917,1048687,1868768017,1701407599,1701602093,1647145569,268464737,1663241984,1768648559,1818439013,1701536617,1048690,1868768012,1701407599,1768842029,1048684,1868768016,1701407599,1768842029,1868705132,1048696,1868768019,1701407599,1768842029,1869426028,1701603682,385880064,1869570851,761620843,1818848867,1651469613,761621609,7892834,587923472,1802465123,1663919465,268465262,1663242752,1768648559,1868770661,1768714349,1701015137,402657280,1869570851,761620843,1886220131,1851877740,1647142243,1801678700,419434496,1869570851,761620843,1886220131,1851877740,1647142243,1869902959,1048685,1868768033,1701407599,1836016429,1634298992,761619310,1953787746,1865248111,1819436406,268466529,1663245312,1768648559,1868770661,1768714349,1701015137,1852793645,1852399988,268464741,1663244800,1768648559,1868770661,1768714349,1701015137,1936026925,1701273971,436211712,1869570851,761620843,1886220131,1851877740,1865246051,1819436406,268466529,1663244288,1768648559,1868770661,1768714349,1701015137,1886351405,268464245,1663244032,1768648559,1868770661,1768714349,1701015137,1634891565,1048688,1868768017,1701407599,1836016429,1634298992,268465262,1663244032,1768648559,1868770661,1768714349,762605153,1953394531,1048677,1868768023,1701407599,1836016429,1634298992,1714254958,1868852847,268439552,1869570851,761620843,762212195,1684104552,301993984,1869570851,761620843,1684959075,1869182057,268465006,1663241984,1768648559,1868770661,1919510126,1048685,1868768019,1701407599,1852793645,1836214630,2020565549,419434496,1869570851,761620843,1718513507,762147433,1953394531,1701734753,1048690,1868768021,1701407599,1852793645,1836214630,1852729645,268464741,1663243008,1768648559,1868770661,1647145838,1701736033,1048690,1868768019,1701407599,1852793645,1953391987,1936338221,385880064,1869570851,761620843,1936617315,762605157,1953459757,6644585,588775440,1802465123,1663919465,1702063727,757953646,1919252079,7954796,588709904,1802465123,1663919465,1702063727,1630368878,1869182051,268465006,1663243008,1768648559,1868770661,1852142446,1633824116,1048690,1868768025,1701407599,1852793645,1953391987,1918984749,1953853229,268464741,1663243520,1768648559,1868770661,1852142446,1818373492,7037807,588447760,1802465123,1663919465,1702063727,1647146094,268466287,1663243520,1768648559,1868770661,1852142446,1868705140,7562616,588578832,1802465123,1663919465,1702063727,1663923310,1801676136,318771200,1869570851,761620843,1936617315,762605157,6447462,588644368,1802465123,1663919465,1702063727,1747809390,1701080175,1048690,1868768020,1701407599,1852793645,1953391987,1718511917,1048687,1868768028,1701407599,1852793645,1953391987,1718511917,1920413039,1701867617,1048690,1868768021,1701407599,1852793645,1953391987,2036427821,268464741,1663243520,1768648559,1868770661,1852142446,1869360500,7102819,588709904,1802465123,1663919465,1702063727,1831695470,1734438497,268464741,1663244032,1768648559,1868770661,1852142446,1701653876,1734439795,1048677,1868768019,1701407599,1852793645,1953391987,2003136045,369102848,1869570851,761620843,1936617315,762605157,1769238382,268461411,1663243520,1768648559,1868770661,1852142446,1970220404,7497076,588709904,1802465123,1663919465,1702063727,1865249902,1819436406,268466529,1663243520,1768648559,1868770661,1852142446,1869622644,7235952,588578832,1802465123,1663919465,1702063727,1882027118,1886744687,335548416,1869570851,761620843,1936617315,762605157,1953460082,402657280,1869570851,761620843,1936617315,762605157,1701079411,1953853229,318771200,1869570851,761620843,1936617315,762605157,6447476,588644368,1802465123,1663919465,1702063727,1949135982,1701278305,1048692,1868768031,1701407599,1852793645,1953391987,1887007789,1633836857,1919380323,1684960623,469766144,1869570851,761620843,1936617315,762605157,963672436,1634891615,1919250544,385880064,1869570851,761620843,1936617315,762605157,1852989815,6778473,588644368,1802465123,1663919465,1702063727,1999467630,1868852841,1048695,1868768020,1701407599,1852793645,1953391987,1634891565,1048688,1868768023,1701407599,1852793645,1953391987,1634891565,1919250544,385880064,1869570851,761620843,1936617315,1601465957,1851875935,7497070,588251152,1802465123,1663919465,1702063727,7631982,588382224,1802465123,1663919465,1702063727,1633824116,1048690,1868768012,1701407599,1852793645,1048692,1868768018,1701407599,1852793645,1852399988,3306085,588185616,1802465123,1663919465,1702129263,268465262,1663245056,1768648559,1868770661,1852142702,1819303796,1751475041,1701080175,1048690,1868768015,1701407599,1852793645,1953719668,268439552,1869570851,761620843,1953394531,1952670066,369102848,1869570851,761620843,1953394531,762081138,1953718637,268464741,1663243776,1768648559,1868770661,1869771886,1919954284,1953525103,268439552,1869570851,761620843,1953394531,1819045746,301993984,1869570851,761620843,1802465123,1680696681,268465769,1663241216,1768648559,1868770661,268466544,1663241728,1768648559,1868770661,1953391987,201330688,1869570851,761620843,1700951395,234885120,1869570851,761620843,1953789283,268464741,1663243008,1768648559,1701064037,1647144033,1869902959,1048685,1868768026,1701407599,1634034733,1868705132,1836020852,1869570861,6646123,588447760,1802465123,1680696681,1634493285,1769234802,268463727,1663241216,1768648559,1701064037,268465268,1663242752,1768648559,1768172901,1735355489,1918984749,268439552,1869570851,761620843,1818323300,1702193007,335548416,1869570851,761620843,1818323300,1702193007,1986618413,184553472,1869570851,761620843,7170404,588120080,1802465123,1680696681,1701670249,1048690,1868768017,1701407599,1919509549,1769235301,268461430,1663243520,1768648559,1768172901,1952671090,761624169,7496034,588972048,1802465123,1680696681,1667592809,1702259060,1852793645,1852399988,268464741,1663243776,1768648559,1768172901,1952671090,761624169,1702129518,301993984,1869570851,761620843,1668508004,1835625569,268464741,1663242752,1768648559,1768172901,1634493299,1919249769,369102848,1869570851,761620843,1668508004,1835622764,1647145573,268464737,1663243776,1768648559,1768172901,1634493299,1919249769,2020565549,419434496,1869570851,761620843,1668508004,1835622764,1714254437,1702129519,1048690,1868768024,1701407599,1936286765,1767992419,762471789,1633972077,1048684,1868768022,1701407599,1936286765,1767992419,762471789,7824750,588906512,1802465123,1680696681,1818456937,1701669217,1986997618,1634497125,1048697,1868768024,1701407599,1936286765,1767992419,762471789,1970302832,1048688,1868768025,1701407599,1936286765,1767992419,762471789,1768383858,268463727,1663243776,1768648559,1768172901,1634493299,1919249769,1702196781,301993984,1869570851,761620843,1668508004,1970499436,268461426,1663245312,1768648559,1768172901,1869374323,1701999987,1852793645,1852399988,268464741,1663241984,1768648559,1768172901,1634496627,1048697,1868768012,1701407599,1936286765,1048691,1868768029,1701407599,1936286765,1651668340,1932358245,1869771381,1768189557,268461934,1663240960,1768648559,1768172901,1048694,1868768014,1701407599,1634886701,7497079,587989008,1802465123,1680696681,7368562,588185616,1802465123,1697473897,1701668204,268465262,1663242496,1768648559,1919233381,1651859820,7563630,588840976,1802465123,1697473897,1969319026,1936289378,1634891565,1919250544,167776256,1869570851,761620843,268464997,1663240704,1768648559,1969565029,520097792,1869570851,761620843,1663923557,1819307375,1668178281,1868770661,1767994478,7497070,588120080,1802465123,1697473897,1634479477,1048695,1868768014,1701407599,1852401197,7497060,588054544,1802465123,1714251113,1953722985,335548416,1869570851,761620843,1702390118,1633824100,1919250030,318771200,1869570851,761620843,1702390118,1634479460,7497081,588513296,1802465123,1714251113,1952542572,1999467109,7364978,587923472,1802465123,1714251113,268463983,1663241216,1768648559,1868967269,268465263,1663241728,1768648559,1868967269,1919251567,201330688,1869570851,761620843,1836216166,201330688,1869570851,761620843,1819047270,301993984,1869570851,761620843,1819047270,1684633389,268462196,1663242752,1768648559,1969630565,1668508780,1852138866,201330688,1869570851,761620843,1919968359,385880064,1869570851,761620843,1651469415,1697475681,1818588782,6647919,588120080,1802465123,1731028329,1701719405,1048695,1868768015,1701407599,1701996333,1936290913,369102848,1869570851,761620843,1701147239,1735289204,1920234285,268464233,1663241984,1768648559,1634217317,1701602414,1048690,1868768012,1701407599,1634035757,1048676,1868768016,1701407599,1634035757,1851875940,1048676,1868768014,1701407599,1634035757,7497060,588775440,1802465123,1747805545,1701077349,1868770674,1767994478,7497070,587989008,1802465123,1747805545,7630441,588251152,1802465123,1747805545,762605161,7892834,588644368,1802465123,1747805545,762605161,1953394531,1701734753,1048690,1868768018,1701407599,1852401709,1634479476,7497081,588513296,1802465123,1747805545,762605161,1936942445,6645601,588513296,1802465123,1747805545,762605161,1885434487,7497072,588185616,1802465123,1747805545,1702325865,268465001,1663244544,1768648559,1768435045,1768257390,1868770675,1767994478,7497070,588120080,1802465123,1747805545,1701080175,1048690,1868768012,1701407599,1852074285,1048673,1868768011,1701407599,2036754733,201330688,1869570851,761620843,1868983913,234885120,1869570851,761620843,1868983913,268448045,1663242240,1768648559,1852386661,1647144806,268464737,1663242752,1768648559,1852386661,1647144806,1801678700,268439552,1869570851,761620843,1868983913,2020565549,268439552,1869570851,761620843,1868983913,1986618413,318771200,1869570851,761620843,1868983913,1919248429,7497069,588382224,1802465123,1764582761,762275438,1702453612,1048690,1868768017,1701407599,1718511917,1886334319,268463717,1663242752,1768648559,1852386661,1865248614,1919251573,301993984,1869570851,761620843,1868983913,1851879469,268463205,1663243008,1768648559,1852386661,1882025830,1701736033,1048684,1868768017,1701407599,1718511917,1869753711,268463972,1663243264,1768648559,1852386661,1999466342,1886413170,268464741,1663241984,1768648559,1852386661,1633840998,1048690,1868768014,1701407599,1718511917,7172719,588644368,1802465123,1764582761,1919903342,1701653869,1734439795,1048677,1868768019,1701407599,1718511917,1634562671,1852795252,436211712,1869570851,761620843,1868983913,1952542066,762212201,1852727650,268464741,1663244032,1768648559,1852386661,1836216166,1869182049,1633824110,1048690,1868768025,1701407599,1718511917,1634562671,1852795252,2036427821,268464741,1663245056,1768648559,1852386661,1836216166,1869182049,1920413038,1701867617,1048690,1868768020,1701407599,1718511917,1634562671,1852795252,1048691,1868768016,1701407599,1718511917,1701671535,1048690,1868768021,1701407599,1852729645,1999467109,1886413170,268464741,1663241728,1768648559,1852386661,1702127990,419434496,1869570851,761620843,762470762,1768714096,1647147363,1701736033,1048690,1868768015,1701407599,1852795693,1819243124,184553472,1869570851,761620843,7823724,588185616,1802465123,1814914409,1647146849,268464737,1663241984,1768648559,1634479461,1868705143,1048696,1868768022,1701407599,2002873389,1836016429,1634298992,6644590,588447760,1802465123,1814914409,1663924065,1702063727,268465262,1663245056,1768648559,1634479461,1868770679,1852142446,1702047092,1869182051,1048686,1868768021,1701407599,2002873389,1852793645,1852399988,268464741,1663244544,1768648559,1634479461,1868770679,1767994478,762471790,7892834,588185616,1802465123,1814914409,1680701281,268465769,1663243264,1768648559,1634479461,1852124535,1668444006,268464741,1663241984,1768648559,1634479461,1768303991,1048696,1868768022,1701407599,2002873389,1718511917,1734421871,7235937,588316688,1802465123,1814914409,1764587361,1936680558,318771200,1869570851,761620843,762798444,1936942445,6645601,588251152,1802465123,1814914409,1848473441,6648943,588316688,1802465123,1814914409,1848473441,1718187119,318771200,1869570851,761620843,762798444,1684300144,6778473,588316688,1802465123,1814914409,1882027873,1886744687,301993984,1869570851,761620843,762798444,1769104243,268465264,1663241728,1768648559,1634479461,2004168055,268439552,1869570851,761620843,762798444,1885434487,318771200,1869570851,761620843,762798444,1885434487,7497072,588709904,1802465123,1814914409,1919252833,1852793645,1852399988,268464741,1663243520,1768648559,1634479461,762471801,1919252079,7954796,588709904,1802465123,1814914409,1919252833,1869770797,1952671092,268464751,1663243520,1768648559,1634479461,762471801,1885434487,7497072,588054544,1802465123,1814914409,1818322789,301993984,1869570851,761620843,1634166124,1852386668,268463974,1663243264,1768648559,1701588325,762077543,1769238382,268461411,1663241728,1768648559,1701588325,1936482663,318771200,1869570851,761620843,1768383852,1952541811,7237481,588251152,1802465123,1814914409,1952999273,7892834,587989008,1802465123,1814914409,6647401,587989008,1802465123,1814914409,7631721,587989008,1802465123,1831691625,7041889,588185616,1802465123,1831691625,1768189029,268461934,1663244544,1768648559,1701653861,1852400748,1868770663,1767994478,7497070,588447760,1802465123,1831691625,1768189029,1949132654,268464239,1663241984,1768648559,1701653861,1853187180,1048679,1868768012,1701407599,1936026925,1048691,1868768015,1701407599,1936026925,1701273971,335548416,1869570851,761620843,1936942445,761620321,1634038369,318771200,1869570851,761620843,1936942445,761620321,7892834,588840976,1802465123,1831691625,1634956133,1663919463,1635020399,1919250025,352325632,1869570851,761620843,1936942445,761620321,1702390118,1048676,1868768023,1701407599,1936026925,1701273971,1702260525,2036427890,352325632,1869570851,761620843,1936942445,761620321,1701732720,1048684,1868768020,1701407599,1936026925,1701273971,2019914797,1048692,1868768023,1701407599,1936026925,1701273971,1634891565,1919250544,436211712,1869570851,761620843,1936942445,1701273971,1852793645,1852399988,268464741,1663242752,1768648559,1768762725,1882024302,1886744687,301993984,1869570851,761620843,1633972077,808594796,268448306,1663243776,1768648559,1869426021,762077540,1801675106,1886351972,268439552,1869570851,761620843,1633972077,1734487404,385880064,1869570851,761620843,1633972077,1868770668,1767994478,7497070,588578832,1802465123,1831691625,1818322031,1702260525,2036427890,318771200,1869570851,761620843,1701080941,1764585074,7300718,588644368,1802465123,1831691625,1919247471,1986997614,1634497125,1048697,1868768014,1701407599,1685024045,6646901,588185616,1802465123,1831691625,1953721967,268462177,1663241984,1768648559,1869426021,1702130542,1048690,1868768019,1701407599,1852796205,1919251571,1918984749,419434496,1869570851,761620843,1936617325,762471796,1953394531,1701734753,1048690,1868768020,1701407599,1852796205,1919251571,1869574701,1048692,1868768019,1701407599,1852796205,1919251571,1851880237,184553472,1869570851,761620843,6779757,588185616,1802465123,1831691625,1647142771,268464737,1663241984,1768648559,1936534885,1868705127,1048696,1868768019,1701407599,1735617837,1634891565,1919250544,184553472,1869570851,761620843,6775150,588120080,1802465123,1848468841,1633842785,1048690,1868768014,1701407599,761425453,6779757,587923472,1802465123,1848468841,268466021,1663241216,1768648559,1869491557,268463474,1663241216,1768648559,1869491557,268461428,1663241216,1768648559,1869491557,268461684,1663241216,1768648559,1869491557,268462452,1663244544,1768648559,1869491557,1701013876,1667326509,1869768555,6581877,588578832,1802465123,1848468841,1667855471,1633824101,1919250030,301993984,1869570851,761620843,1769238382,1647142243,268464737,1663243776,1768648559,1869491557,1701013876,1869373997,1919249251,301993984,1869570851,761620843,1769238382,1647142243,268466287,1663244288,1768648559,1869491557,1701013876,1852793645,1852399988,268464741,1663247360,1768648559,1869491557,1701013876,1952539693,1919954273,1667331689,1702047097,1952671084,268464751,1663243520,1768648559,1869491557,1701013876,1634296877,6778732,588578832,1802465123,1848468841,1667855471,1701326181,1919247457,335548416,1869570851,761620843,1769238382,1865246051,1919251573,369102848,1869570851,761620843,1769238382,1865246051,1819436406,268466529,1663244032,1768648559,1869491557,1701013876,1634496557,1919903348,1048685,1868768020,1701407599,1953459757,761619305,1970302832,1048688,1868768022,1701407599,1953459757,761619305,1952671091,7237481,588382224,1802465123,1848468841,1667855471,1869884773,1048688,1868768025,1701407599,1953459757,761619305,762343284,1852727650,268464741,1663242496,1768648559,1869491557,1701013876,7042349,588316688,1802465123,1848468841,1667855471,863382885,318771200,1869570851,761620843,1769238382,1999463779,7364978,588644368,1802465123,1848468841,1667855471,1920413029,1701867617,1048690,1868768031,1701407599,1953459757,761619305,1885434487,762471792,1635148897,1684366190,251662336,1869570851,761620843,1769238382,3302755,588054544,1802465123,1848468841,1718187119,436211712,1869570851,761620843,1769238382,1952539494,762212201,1852727650,268464741,1663242240,1768648559,1869491557,1768319348,268460387,1663245056,1768648559,1869491557,1768319348,1769234787,1647144559,1701736033,1048690,1868768035,1701407599,1953459757,1667851881,1869182049,1633824110,1919250030,1634891565,1919250544,402657280,1869570851,761620843,1769238382,1633904998,1852795252,1918984749,436211712,1869570851,761620843,1769238382,1633904998,1852795252,1869373997,268462947,1663244288,1768648559,1869491557,1768319348,1769234787,1647144559,268466287,1663245824,1768648559,1869491557,1768319348,1769234787,1663921775,1635020399,1919250025,469766144,1869570851,761620843,1769238382,1633904998,1852795252,1852793645,1953391988,452988928,1869570851,761620843,1769238382,1633904998,1852795252,1634035757,7497060,588709904,1802465123,1848468841,1718187119,1952539497,762212201,268460906,1663245312,1768648559,1869491557,1768319348,1769234787,1831693935,1634956133,268461415,1663245312,1768648559,1869491557,1768319348,1769234787,1865248367,1819436406,268466529,1663245312,1768648559,1869491557,1768319348,1769234787,1932357231,1769235301,268463727,1663245312,1768648559,1869491557,1768319348,1769234787,1999466095,1886413170,268464741,1663244032,1768648559,1869491557,1768319348,1769234787,1633840751,1048690,1868768016,1701407599,1953459757,1701406313,1048690,1868768019,1701407599,1953459757,1350133353,1818586721,184553472,1869570851,761620843,6517870,588447760,1802465123,1848468841,1634494841,2054122356,268465249,1663241728,1768648559,1886334309,1852386676,352325632,1869570851,761620843,762605679,1647144553,1869902965,1048686,1868768021,1701407599,1953525549,762210605,1953460070,268464741,1663241984,1768648559,1886334309,1970220404,1048692,1868768013,1701407599,1953525549,268463721,1663241728,1768648559,1886334309,1953853300,419434496,1869570851,761620843,1919252079,762929516,1953394531,1701734753,1048690,1868768022,1701407599,1702260525,2036427890,1869571629,7497076,588709904,1802465123,1865246057,1819436406,1831696737,1634956133,268461415,1663244544,1768648559,1986997605,1634497125,1869426041,762077540,7892834,588709904,1802465123,1865246057,1819436406,1999468897,1886413170,268464741,1663241216,1768648559,1634741605,268461415,1663241472,1768648559,1634741605,7103854,588513296,1802465123,1882023273,1818586721,1851875885,7497070,588513296,1802465123,1882023273,1818586721,1634296877,6778732,588251152,1802465123,1882023273,762147429,7496034,588316688,1802465123,1882023273,1768780389,1701409651,369102848,1869570851,761620843,1836213616,1769173865,1647144559,268464737,1663243008,1768648559,1819290981,1751475041,1701080175,1048690,1868768011,1701407599,1819177005,234885120,1869570851,761620843,1768714096,268461411,1663242240,1768648559,1869622629,1768122732,268464997,1663244544,1768648559,1869622629,2036558188,1667457325,762605669,7496034,588775440,1802465123,1882023273,1667853423,1734421881,1835361650,7630437,588513296,1802465123,1882023273,1667853423,1818307961,7631461,588578832,1802465123,1882023273,1667853423,1633824121,1919250030,301993984,1869570851,761620843,1768714096,1647147363,268464737,1663245056,1768648559,1869622629,2036558188,1935761965,1747805033,1701080175,1048690,1868768020,1701407599,1819242541,762930025,1668246626,1048683,1868768028,1701407599,1819242541,762930025,1953787746,1647144303,1701736033,1048690,1868768018,1701407599,1819242541,762930025,7892834,588644368,1802465123,1882023273,1667853423,1868770681,1852142446,1048692,1868768026,1701407599,1819242541,762930025,1936617315,762605157,7496034,588775440,1802465123,1882023273,1667853423,1868770681,1767994478,7497070,588578832,1802465123,1882023273,1667853423,1768172921,1735355489,419434496,1869570851,761620843,1768714096,1680701795,1818456937,1701669217,1048690,1868768019,1701407599,1819242541,762930025,1953393e3,352325632,1869570851,761620843,1768714096,1747810659,1701080175,1048690,1868768019,1701407599,1819242541,762930025,1868983913,385880064,1869570851,761620843,1768714096,1814919523,1919252833,6775341,588644368,1802465123,1882023273,1667853423,1701653881,1734439795,1048677,1868768018,1701407599,1819242541,762930025,6779757,588775440,1802465123,1882023273,1667853423,1869491577,1919252079,7954796,588578832,1802465123,1882023273,1667853423,1869491577,1701013876,452988928,1869570851,761620843,1768714096,1848473955,1718187119,1952539497,7237481,589889552,1802465123,1882023273,1667853423,1869491577,1768319348,1769234787,1600089711,1919117677,1919251311,1701013878,637538304,1869570851,761620843,1768714096,1865251171,1819436406,1647147361,1801678700,1852793645,1852399988,268464741,1663243264,1768648559,1869622629,2036558188,1886351405,268463721,1663243264,1768648559,1869622629,2036558188,1886351405,268464245,1663243776,1768648559,1869622629,2036558188,1667593005,1852795252,352325632,1869570851,761620843,1768714096,1932360035,1868849512,1048695,1868768021,1701407599,1819242541,762930025,1667855475,268466539,1663243264,1768648559,1869622629,2036558188,1920234285,268464225,1663243776,1768648559,1869622629,2036558188,1918990125,1735289198,318771200,1869570851,761620843,1768714096,1999468899,7364978,588644368,1802465123,1882023273,1667853423,1920413049,1701867617,1048690,1868768024,1701407599,1819242541,1667855465,1630434145,1986622563,1048677,1868768022,1701407599,1819242541,1667855465,1869622643,7370096,588251152,1802465123,1882023273,1953066095,6384505,587923472,1802465123,1882023273,268464239,1663243520,1768648559,1869622629,1868770672,1767994478,7497070,588120080,1802465123,1882023273,1965912175,1048688,1868768013,1701407599,1886351405,268463721,1663243520,1768648559,1869622629,762210672,1885434487,7497072,588185616,1802465123,1882023273,1987014767,268464741,1663242496,1768648559,1869622629,762344816,7496034,588382224,1802465123,1882023273,1886744687,1852793645,1048692,1868768023,1701407599,1886351405,1663922293,1635020399,1919250025,352325632,1869570851,761620843,1970302832,1868770672,1852142702,1048692,1868768025,1701407599,1886351405,1747808373,1702129257,1970431858,268461166,1663243008,1768648559,1869622629,762344816,1701736041,1048690,1868768019,1701407599,1886351405,1865248885,1919251573,352325632,1869570851,761620843,1970302832,1986997616,1634497125,1048697,1868768026,1701407599,1886351405,1999466613,761820265,1919252079,7954796,588578832,1802465123,1882023273,1886744687,1634891565,1919250544,234885120,1869570851,761620843,1970302832,268448368,1663245568,1768648559,1869622629,846230896,1769239341,762932067,1885434487,7497072,588578832,1802465123,1882023273,1634301807,1768779620,1701408357,218107904,1869570851,761620843,1717924464,1048691,1868768018,1701407599,1701998637,1764586342,7237475,588185616,1802465123,1882023273,1702258034,268465262,1663241984,1768648559,1919954277,1667331689,1048697,1868768022,1701407599,1769107501,2036556150,1851875885,7497070,588513296,1802465123,1882023273,1635150194,1764587875,7300718,589037584,1802465123,1882023273,1635150194,1764587875,762275438,1885434487,7497072,588644368,1802465123,1882023273,1635150194,1882028387,1667853423,1048697,1868768029,1701407599,1769107501,2036556150,1819242541,762930025,1852727650,268464741,1663243520,1768648559,1919954277,1667331689,1869622649,7370096,588709904,1802465123,1882023273,1635150194,1999468899,1886413170,268464741,1663243264,1768648559,1919954277,1953525103,2020173357,268461157,1663244288,1768648559,1919954277,1953525103,1869770797,1952671092,268464751,1663240960,1768648559,1970285925,1048688,1868768021,1701407599,1886744621,1999466613,1886413170,268464741,1663242240,1768648559,1970351461,1769239397,268463727,1663244032,1768648559,1970351461,1769239397,1647144559,1701736033,1048690,1868768011,1701407599,1835102765,234885120,1869570851,761620843,1768383858,268463727,1663241472,1768648559,1701981541,6646887,588185616,1802465123,1915577705,1702195557,268465267,1663242240,1768648559,1701981541,1919513969,268461157,1663243008,1768648559,1701981541,1769108595,1869182051,1048686,1868768026,1701407599,1952805421,1701278305,1735289204,1685024045,6646901,588120080,1802465123,1915577705,1868718697,1048686,1868768016,1701407599,1651077677,762212194,1048625,1868768018,1701407599,1667854893,1768715368,6646126,589234192,1802465123,1915577705,1952998249,1768843628,1869491557,1768319348,1769234787,268463727,1663241216,1768648559,1869753701,268463972,1663240960,1768648559,1869753701,1048695,1868768017,1701407599,1819636269,1949135717,268464239,1663241728,1768648559,1668492645,1852138866,251662336,1869570851,761620843,1952671091,7237481,588251152,1802465123,1932354921,1667591269,7499636,588709904,1802465123,1932354921,1769239653,1932355438,1769235301,268463727,1663243776,1768648559,1702047077,1852404852,1630368615,1953654124,352325632,1869570851,761620843,1953785203,1936158313,1852793645,1048692,1868768026,1701407599,1952805677,1735289204,1868770675,1767994478,7497070,588513296,1802465123,1932354921,1769239653,762537838,6777956,588644368,1802465123,1932354921,1769239653,762537838,1702453612,1048690,1868768032,1701407599,1952805677,1735289204,1868770931,1701407599,1952805677,1735289204,1048691,1868768014,1701407599,1634235181,7827300,588644368,1802465123,1932354921,761623657,1953394531,1701734753,1048690,1868768026,1701407599,1953067821,1868770661,1767994478,762471790,7892834,588054544,1802465123,1932354921,1701079404,234885120,1869570851,761620843,1684630643,268464741,1663243520,1768648559,1819487589,1852400745,1869622631,7370096,588054544,1802465123,1932354921,1701011824,234885120,1869570851,761620843,1667330163,268464741,1663242496,1768648559,1953705317,1835365473,7630437,589037584,1802465123,1932354921,1970561396,1769418099,1952802660,1819240493,7497060,588120080,1802465123,1932354921,1801677172,1048626,1868768014,1701407599,1769239341,7957347,588382224,1802465123,1932354921,1801677172,1633824121,1048690,1868768021,1701407599,1869902637,1932354930,1769235301,268463727,1663242496,1768648559,1953705317,1819304306,6647401,588054544,1802465123,1932354921,1885958772,218107904,1869570851,761620843,1818386804,1048677,1868768020,1701407599,1784771629,2054122341,1635017076,1048691,1868768013,1701407599,1919251501,268465005,1663243008,1768648559,1702112613,1647146104,1701736033,1048690,1868768018,1701407599,1835627565,762082676,7630690,587989008,1802465123,1949132137,7565417,588120080,1802465123,1949132137,1970500457,1048677,1868768013,1701407599,1634694189,268465267,1663244032,1768648559,1869884773,762606433,1953394531,1701734753,1048690,1868768015,1701407599,1869575213,1918984812,251662336,1869570851,761620843,1819242356,7629163,588513296,1802465123,1949132137,1802268527,1999467625,7364978,588185616,1802465123,1949132137,1953263471,268464233,1663241984,1768648559,1869884773,1633824112,1048690,1868768014,1701407599,1886352429,7496034,588316688,1802465123,1949132137,1953722479,2037080937,234885120,1869570851,761620843,1852732788,268463205,1663240704,1768648559,1702178149,234885120,1869570851,761620843,761884277,268463211,1663243008,1768648559,1937059173,761620321,1919249505,1048692,1868768020,1701407599,1634956589,1848468839,1667855471,1048677,1868768026,1701407599,1634956589,1848468839,1718187119,1952539497,7237481,588447760,1802465123,1965909353,1701273971,1851879469,268463205,1663244800,1768648559,1937059173,1869491557,1701013876,1634891565,1919250544,234885120,1869570851,761620843,1852144245,268465253,1663241728,1768648559,1635134821,1818588018,201330688,1869570851,761620843,2003134838,251662336,1869570851,761620843,761623926,7368801,588513296,1802465123,1999463785,762080353,1885434487,7497072,587989008,1802465123,1999463785,7238241,588185616,1802465123,1999463785,1768845921,268461934,1663243008,1768648559,1635200357,1852403314,1885416807,1048688,1868768024,1701407599,1918990125,1735289198,1667326509,1869767787,1048688,1868768022,1701407599,1918990125,1735289198,1851875885,7497070,588447760,1802465123,1999463785,1768845921,1647142766,268464737,1663243008,1768648559,1635200357,1852403314,1868705127,1048696,1868768025,1701407599,1918990125,1735289198,1852793645,1852399988,268464741,1663243008,1768648559,1635200357,1852403314,1768172903,1048694,1868768020,1701407599,1918990125,1735289198,1885628205,1048690,1868768025,1701407599,1918990125,1735289198,762538285,1886745715,268461161,1663244032,1768648559,1635200357,1852403314,1634741607,1852400740,1048679,1868768021,1701407599,1918990125,1735289198,1851879469,268463205,1663243776,1768648559,1635200357,1852403314,1819290983,1852401525,201330688,1869570851,761620843,1819043191,184553472,1869570851,761620843,7628151,588120080,1802465123,1999463785,1701274729,1048692,1868768022,1701407599,1684633389,762602855,1718513507,7172713,588120080,1802465123,1999463785,1868852841,1048695,1868768025,1701407599,1634891565,1919250544,1852793645,1852399988,268464741,1663240704,1768648559,1836658021,201330688,1869570851,761620843,1701736314,234885120,1869570851,778398059,1769235297,268461430,1663241472,1768648559,1818308197,7631461,588578832,1802465123,1630430569,1953654124,1918990125,1735289198,335548416,1869570851,778398059,1734962273,1700998510,1919251566,234885120,1869570851,778398059,762081123,268448305,1663241472,1768648559,1768304229,6579576,588513296,1802465123,1714316649,1684371561,1953456685,7171956,588251152,1802465123,1848534377,1668492647,6647919,588120080,1802465123,1848534377,1667855471,1048677,1868768011,1701407599,875393070,201330688,1869570851,778398059,1685088114,234885120,1869570851,778398059,2003789939,268461421,1663241216,1768648559,1769352805,268466021,1663241472,1768648559,762785381,3158065,587726864,1802465123,3237225,588054544,1802465123,942761321,1918985593,134221824,1869570851,845506923,150999040,1869570851,845506923,1048633,1868768015,1701407599,1818578226,1735292260,234885120,1869570851,862284139,1298690657,268461939,1663240960,1768648559,926430821,1048630,1868768010,1701407599,6513473,588447760,1802465123,1665230185,1953523043,1852727618,268464741,1663242240,1768648559,1667449189,1114927205,268464737,1663242240,1768648559,1667449189,1114927205,268466287,1663243776,1768648559,1667449189,1131704421,1635020399,1919250025,335548416,1869570851,1097165163,1885692771,1852785524,1953391988,285216768,1869570851,1097165163,1885692771,1718503796,1048687,1868768020,1701407599,1701012289,1699574896,1734439795,1048677,1868768036,1701407599,1701012289,1867347056,1600938340,1447190367,1685024095,1868524641,1919251573,1048671,1868768020,1701407599,1701012289,1984918640,1634497125,1048697,1868768016,1701407599,1701012289,1867543664,1048691,1868768020,1701407599,1701012289,1918334064,1701867617,1048690,1868768017,1701407599,1701012289,1851880560,268461411,1663244800,1768648559,1667449189,1635020901,1130718062,1635020399,1919250025,301993984,1869570851,1097165163,1885692771,1769234804,268463727,1663244544,1768648559,1667449189,1769238629,1866688366,1767994478,7497070,588382224,1802465123,1665230185,1936942435,1835102790,1048677,1868768010,1701407599,7037761,588382224,1802465123,1665230185,2003791467,1734632812,1048677,1868768022,1701407599,1852531521,1701607279,1835362148,7630437,589037584,1802465123,1665230185,2003791467,1734632812,1852140901,1634751348,7497059,588185616,1802465123,1665230185,1702259060,268461129,1663240448,1768648559,6570341,587857936,1802465123,1682007401,1048694,1868768018,1701407599,1702257729,1936290930,6778473,588054544,1802465123,1682007401,1701013878,218107904,1869570851,1097165163,1936291428,1048677,1868768022,1701407599,1769366593,1866687859,1767994478,7497070,588120080,1802465123,1682007401,1869834614,1048690,1868768015,1701407599,1130719041,1801676136,251662336,1869570851,1097165163,1701147239,7496002,588251152,1802465123,1732339049,1181050226,7172719,588251152,1802465123,1732339049,1835361650,7630437,588447760,1802465123,1732339049,1835361650,1114926693,268464737,1663243008,1768648559,1919369573,1701668197,1866626158,1048696,1868768023,1701407599,1701996353,1852140901,1852785524,1953391988,201330688,1869570851,1097165163,1836212588,251662336,1869570851,1097165163,1836212588,7496002,587989008,1802465123,1816225129,7631461,588382224,1802465123,1816225129,1114927717,1701736033,1048690,1868768015,1701407599,1919249473,1918976628,251662336,1869570851,1097165163,1953654124,6777154,588185616,1802465123,1816225129,1114927717,268466287,1663242496,1768648559,1701593445,1866626162,4475256,588185616,1802465123,1816225129,1131704933,268465262,1663243520,1768648559,1701593445,1866691698,1767994478,7497070,588316688,1802465123,1816225129,1282699877,1919252833,318771200,1869570851,1097165163,1953654124,1936942413,6645601,588251152,1802465123,1816225129,1467249253,7364978,588447760,1802465123,1816225129,1467249253,1886413170,268464741,1663243008,1768648559,1701593445,1885303922,1701867631,1048690,1868768013,1701407599,1919249473,268461428,1663241216,1768648559,1819033957,268466031,1663242240,1768648559,1819033957,1918334831,268464225,1663241728,1768648559,1852719461,1919252847,234885120,1869570851,1097165163,1768258158,268461415,1663240960,1768648559,1701986661,1048673,1868768016,1701407599,1769173825,1851880563,1048692,1868768011,1701407599,1752462657,167776256,1869570851,1113942379,268456513,1663240448,1768648559,4670053,588185616,1802465123,1631741289,1919183715,268464239,1663242496,1768648559,1667318373,1869768555,6581877,587923472,1802465123,1631741289,268462956,1663240704,1768648559,1851867749,234885120,1869570851,1113942379,1701080673,268465505,1663241472,1768648559,1851867749,7497070,588382224,1802465123,1631741289,1919250030,1885628205,1048690,1868768018,1701407599,1852727618,1831694949,7235937,588185616,1802465123,1631741289,1919250030,268453698,1663243776,1768648559,1851867749,1131570542,1635020399,1919250025,335548416,1869570851,1113942379,1701736033,1852785522,1953391988,234885120,1869570851,1113942379,1701736033,268452978,1663242240,1768648559,1851867749,1148347758,268465769,1663242496,1768648559,1851867749,1232233838,7300718,588316688,1802465123,1631741289,1919250030,1852399949,301993984,1869570851,1113942379,1701736033,1685015922,268463201,1663243264,1768648559,1851867749,1332897134,1819436406,268466529,1663242496,1768648559,1851867749,1467114862,7364978,588513296,1802465123,1631741289,1919250030,1885434455,7497072,587857936,1802465123,1631741289,1048690,1868768012,1701407599,1114792258,1048643,1868768019,1701407599,1131569474,1635020399,1919250025,352325632,1869570851,1113942379,1196585569,1984906320,1634497125,1048697,1868768017,1701407599,1383227714,1346654279,268464239,1663242496,1768648559,1918976613,1769171286,6646882,588316688,1802465123,1631741289,1634883442,1919250544,167776256,1869570851,1113942379,268462947,1663242240,1768648559,1332167269,1819436406,268466529,1663241984,1768648559,1634484837,1970236259,1048692,1868768012,1701407599,1668246594,1048683,1868768013,1701407599,1668246594,268448363,1663241728,1768648559,1869365861,1919249251,167776256,1869570851,1113942379,268464750,1663240704,1768648559,2020557413,318771200,1869570851,1113942379,1866692719,1767994478,7497070,588316688,1802465123,1866622313,1702252408,2036427890,285216768,1869570851,1113942379,1918335087,1701867617,1048690,1868768014,1701407599,2003792450,6646126,587792400,1802465123,1933731177,134221824,1869570851,1130719595,218107904,1869570851,1130719595,2036689732,1048691,1868768011,1701407599,1279872579,150999040,1869570851,1130719595,1048660,1868768011,1701407599,1685217603,218107904,1869570851,1130719595,1113879137,1048679,1868768012,1701407599,1667590211,1048683,1868768016,1701407599,1667590211,1885416811,1048688,1868768014,1701407599,1667590211,7497067,588513296,1802465123,1749247337,1701536613,1851867762,7497070,588054544,1802465123,1749247337,1701013871,318771200,1869570851,1130719595,1667854184,1851867749,7497070,588251152,1802465123,1749247337,1701013871,7496002,588382224,1802465123,1749247337,1701013871,1869767746,1048688,1868768017,1701407599,1768908867,1850303843,268463974,1663244032,1768648559,1869103973,1231381353,1097819758,1885692771,1048692,1868768025,1701407599,1768908867,1850303843,1734307686,1919250021,268463201,1663244544,1768648559,1869103973,1298490217,1818322031,1919252047,7954796,588316688,1802465123,1749247337,1701013871,1702129486,268439552,1869570851,1130719595,1667854184,1145664357,234885120,1869570851,1130719595,1936682856,268464741,1663241728,1768648559,1768702821,1919249251,184553472,1869570851,1130719595,7104878,588316688,1802465123,1866687849,1768714349,1701015137,385880064,1869570851,1130719595,1819307375,1668178281,1851867749,7497070,588513296,1802465123,1866687849,1768714349,1701015137,7892802,588775440,1802465123,1866687849,1768714349,1701015137,1936942413,6645601,588709904,1802465123,1866687849,1768714349,1701015137,1769238350,268461411,1663244800,1768648559,1836008293,1634298992,1348821870,1667853423,2020557433,285216768,1869570851,1130719595,1819307375,1668178281,1048697,1868768022,1701407599,1886220099,1851877740,1867348323,7102820,588251152,1802465123,1866687849,1769234798,7497070,587923472,1802465123,1866687849,268461678,1663242496,1768648559,1852785509,1181182310,7172719,588120080,1802465123,1866687849,1919510126,1048685,1868768017,1701407599,1718513475,1148023401,268465769,1663243008,1768648559,1852785509,1836214630,1869182049,1048686,1868768022,1701407599,1718513475,1634562665,1852795252,7496002,589037584,1802465123,1866687849,1919510126,1769234797,1866690159,1767994478,7497070,588120080,1802465123,1866687849,1852142446,1048691,1868768019,1701407599,1936617283,1098149477,1953654124,285216768,1869570851,1130719595,1702063727,1883337838,1048688,1868768022,1701407599,1936617283,1114926693,1684759393,7368562,588775440,1802465123,1866687849,1852142446,1667318388,1869768555,6581877,588513296,1802465123,1866687849,1852142446,1851867764,7497070,589103120,1802465123,1866687849,1852142446,1851867764,1131570542,1635020399,1919250025,285216768,1869570851,1130719595,1702063727,1631745134,1048690,1868768019,1701407599,1936617283,1114926693,1801678700,301993984,1869570851,1130719595,1702063727,1816294510,268462959,1663242496,1768648559,1852785509,1953391987,7892802,588709904,1802465123,1866687849,1852142446,1852785524,1852399988,268464741,1663243264,1768648559,1852785509,1953391987,1818323268,268461935,1663242496,1768648559,1852785509,1953391987,7760196,588382224,1802465123,1866687849,1852142446,1231832436,1048676,1868768020,1701407599,1936617283,1215589989,1701080175,1048690,1868768029,1701407599,1936617283,1232367205,1769236846,1631743073,1919183715,268464239,1663243520,1768648559,1852785509,1953391987,1936942413,6645601,588316688,1802465123,1866687849,1852142446,1735609716,301993984,1869570851,1130719595,1702063727,1867412590,268461428,1663243264,1768648559,1852785509,1953391987,1769238350,268461411,1663243520,1768648559,1852785509,1953391987,1919252047,7954796,588447760,1802465123,1866687849,1852142446,1851871348,268463205,1663243520,1768648559,1852785509,1953391987,1701732688,7361900,588447760,1802465123,1866687849,1852142446,1886343284,268464245,1663243264,1768648559,1852785509,1953391987,1836020304,268465264,1663243264,1768648559,1852785509,1953391987,1684957527,268466031,1663242752,1768648559,1852785509,1953391987,1885434455,352325632,1869570851,1130719595,1702063727,1918334062,1701867617,1048690,1868768030,1701407599,1936617283,1467248229,1886413170,1866691173,1819232366,7497060,588382224,1802465123,1866687849,1852142446,1766088564,1048694,1868768011,1701407599,1953394499,268439552,1869570851,1130719595,1635020399,1919250025,251662336,1869570851,1130719595,1702129263,7497070,588120080,1802465123,1866687849,1852142702,1048692,1868768018,1701407599,1953394499,1953522034,7237481,588120080,1802465123,1866687849,1869771886,1048684,1868768021,1701407599,1953394499,1466724210,1886413170,268464741,1663244032,1768648559,1852785509,1819243124,1851879519,1667853413,1048687,1868768017,1701407599,1953394499,1819045746,268464741,1663242240,1768648559,1869562725,1113942379,268464737,1663240960,1768648559,1886339941,1048697,1868768013,1701407599,1852993347,268464741,1663240704,1768648559,1635009381,419434496,1869570851,1147496811,1634493285,1769234802,1918332527,1701867617,1048690,1868768013,1701407599,1818323268,268461935,1663241984,1768648559,1634288741,1969713004,1048677,1868768016,1701407599,1735289156,1836409459,1048691,1868768016,1701407599,1701996868,1986622563,1048677,1868768011,1701407599,1668507972,285216768,1869570851,1147496811,1818456937,1701669217,1048690,1868768023,1701407599,1668507972,1835622764,1631744613,1919250030,335548416,1869570851,1147496811,1818456937,1701669217,2020557426,436211712,1869570851,1147496811,1818456937,1701669217,1852785522,1852399988,268464741,1663243264,1768648559,1936278629,1767992419,1148347757,268465769,1663243520,1768648559,1936278629,1767992419,1232233837,7300718,588644368,1802465123,1766090089,1634493299,1919249769,1769238350,1048678,1868768024,1701407599,1668507972,1835622764,1918333541,1701867617,1048690,1868768016,1701407599,1668507972,1701667180,1048690,1868768021,1701407599,1836280132,1131639657,1702129263,268465262,1663241728,1768648559,1936278629,2036427888,301993984,1869570851,1147496811,1819308905,1866889569,268463474,1663240704,1768648559,1986610277,268439552,1869570851,1147496811,1093498473,1953654124,335548416,1869570851,1147496811,1631745641,1919380323,1684960623,285216768,1869570851,1147496811,1866692201,1852142702,1048692,1868768015,1701407599,1131833668,1919252079,167776256,1869570851,1147496811,268461932,1663240960,1768648559,1735148645,1048625,1868768012,1701407599,1735749444,1048680,1868768011,1701407599,1886351940,251662336,1869570851,1147496811,1148219250,7239535,587792400,1802465123,1128621417,150999040,1869570851,1164274027,1048661,1868768014,1701407599,1835363397,7630437,588644368,1802465123,1917150569,1299345266,1634956133,1766090087,1048694,1868768009,1701407599,268465477,1663242240,1768648559,1383417189,1113943157,268464737,1663241216,1768648559,2020165221,268461157,1663241472,1768648559,1869563493,7497076,588120080,1802465123,1866884457,1919184501,1048697,1868768012,1701407599,1835102790,1048677,1868768016,1701407599,1380992071,1970302832,1048688,1868768011,1701407599,1919968327,251662336,1869570851,1197828459,1768186226,7630437,588185616,1802465123,1967613289,1298428513,268461939,1663240960,1768648559,1297369189,1048652,1868768011,1701407599,1684104520,218107904,1869570851,1214605675,1701077349,1048690,1868768011,1701407599,1953392968,234885120,1869570851,1214605675,1165258345,268465272,1663244032,1768648559,1852393573,1685015924,1699179617,1634887022,1048684,1868768021,1701407599,1953392968,1852793695,1852399988,268464741,1663241728,1768648559,1852393573,1936287095,218107904,1869570851,1214605675,1701080175,1048690,1868768014,1701407599,1936486216,7497076,587792400,1802465123,1145660777,150999040,1869570851,1231382891,1048663,1868768015,1701407599,1869177929,2002865268,402657280,1869570851,1231382891,1953458532,1867539305,2036558188,1868983881,218107904,1869570851,1231382891,1835102822,1048677,1868768014,1701407599,1130786377,7630447,587923472,1802465123,1850303849,268463974,1663244800,1768648559,1718503781,1667449199,1131704421,1635020399,1919250025,234885120,1869570851,1231382891,1097819758,268466546,1663242496,1768648559,1718503781,1851867759,7497070,588120080,1802465123,1850303849,1631743846,1048690,1868768017,1701407599,1868983881,1953787714,268463471,1663241728,1768648559,1718503781,2020557423,335548416,1869570851,1231382891,1131374190,1635020399,1919250025,301993984,1869570851,1231382891,1131374190,1702129263,268465262,1663243008,1768648559,1718503781,1936016495,1601070953,1048625,1868768017,1701407599,1868983881,1818323268,268461935,1663241728,1768648559,1718503781,1986610287,285216768,1869570851,1231382891,1181705838,1702129519,1048690,1868768017,1701407599,1868983881,1684827976,268464741,1663242240,1768648559,1718503781,2036419695,268464741,1663241984,1768648559,1718503781,1767984495,1048686,1868768014,1701407599,1868983881,7889229,588382224,1802465123,1850303849,1699573606,1734439795,1048677,1868768019,1701407599,1868983881,1332179789,1919251573,352325632,1869570851,1231382891,1299146350,1918330739,1701867617,1048690,1868768014,1701407599,1868983881,7824718,588316688,1802465123,1850303849,1917808486,1701277281,301993984,1869570851,1231382891,1332700782,1768715381,268461422,1663242752,1768648559,1718503781,1702252399,2036427890,335548416,1869570851,1231382891,1332700782,1819436406,1732409697,268439552,1869570851,1231382891,1349477998,1818586721,285216768,1869570851,1231382891,1466918510,1868852841,1048695,1868768018,1701407599,1868983881,1885434455,7497072,588578832,1802465123,1850303849,1717530470,1953722985,1701669204,234885120,1869570851,1231382891,1651467886,268466287,1663242496,1768648559,1718503781,1634562671,6384227,588382224,1802465123,1850303849,1836216166,1869182049,1048686,1868768028,1701407599,1868983881,1952542066,1114533737,1918335087,1701867617,1048690,1868768023,1701407599,1868983881,1952542066,1349414761,1886744687,385880064,1869570851,1231382891,1919903342,1769234797,1916952950,6649445,588185616,1802465123,1850303849,1836216166,268464741,1663243776,1768648559,1718503781,1701671535,1869562482,1952803947,201330688,1869570851,1248160107,1986618451,167776256,1869570851,1248160107,268464737,1663240448,1768648559,5852261,587857936,1802465123,1632396649,1048674,1868768010,1701407599,7823692,588185616,1802465123,1632396649,1701593463,268465266,1663242240,1768648559,2002865253,1852727618,268464741,1663242752,1768648559,2002865253,1852727618,1682535013,218107904,1869570851,1281714539,1631745889,1048690,1868768015,1701407599,1115119948,1801678700,218107904,1869570851,1281714539,1866626913,1048687,1868768013,1701407599,1115119948,268466287,1663245056,1768648559,2002865253,1886220099,1851877740,1699571043,1734439795,1048677,1868768019,1701407599,1131897164,1635020399,1919250025,335548416,1869570851,1281714539,1766094689,1634493299,1919249769,268439552,1869570851,1281714539,1699247969,1919247457,234885120,1869570851,1281714539,1850308449,268463974,1663243008,1768648559,2002865253,1868983881,1986359874,1048677,1868768021,1701407599,1232560460,1919903342,1769234797,268463727,1663242496,1768648559,2002865253,1936942413,6645601,588185616,1802465123,1632396649,1851871351,268463205,1663241472,1768648559,2002865253,7106128,588185616,1802465123,1632396649,1886343287,268464245,1663244288,1768648559,2002865253,1970302800,1852785520,1852399988,268464741,1663241728,1768648559,2002865253,1954047316,285216768,1869570851,1281714539,1650423649,1701736033,1048690,1868768017,1701407599,1601659212,1701593443,268465266,1663241216,1768648559,2036419685,268464741,1663242240,1768648559,2036419685,1632465509,268463721,1663241472,1768648559,2036419685,7632239,587989008,1802465123,1699505513,7102823,587923472,1802465123,1766614377,268461422,1663240960,1768648559,1634684005,1048676,1868768016,1701407599,1852399949,1701732688,1048684,1868768014,1701407599,1684955469,6648929,588120080,1802465123,1699571049,1852400748,1048679,1868768014,1701407599,1684825421,6778485,587923472,1802465123,1699571049,268465006,1663242752,1768648559,1936018789,1701273971,1634038337,335548416,1869570851,1298491755,1634956133,1631741287,1919250030,285216768,1869570851,1298491755,1634956133,1631741287,1048690,1868768023,1701407599,1936942413,1130719073,1635020399,1919250025,402657280,1869570851,1298491755,1634956133,1766090087,1634496627,1447642233,285216768,1869570851,1298491755,1634956133,1766090087,1048694,1868768020,1701407599,1936942413,1214605153,1701080175,1048690,1868768019,1701407599,1936942413,1298491233,1819632751,436211712,1869570851,1298491755,1634956133,1867408743,2036754804,1852727618,268464741,1663243008,1768648559,1936018789,1701273971,1702131023,1048690,1868768021,1701407599,1936942413,1466263393,1886413170,268464741,1663243776,1768648559,1936018789,1701273971,1751607660,2020565620,402657280,1869570851,1298491755,1634956133,1131636071,1635020399,1919250025,167776256,1869570851,1298491755,268463719,1663242752,1768648559,1685015909,1866624097,1836020852,268439552,1869570851,1298491755,1818322031,1702259020,318771200,1869570851,1298491755,1818322031,1919252047,7954796,588054544,1802465123,1867343209,1701606756,167776256,1869570851,1298491755,268463727,1663241728,1768648559,1852788069,1919251571,352325632,1869570851,1298491755,1953721967,1918333541,1701867617,1048690,1868768010,1701407599,6779725,587923472,1802465123,1934452073,268448359,1663241984,1768648559,1735609701,1919249473,1048692,1868768015,1701407599,1114075981,1801678700,218107904,1869570851,1298491755,1766090611,1048694,1868768014,1701407599,1432843085,7497075,588316688,1802465123,1934452073,1634883431,1919250544,301993984,1869570851,1298491755,1918330739,1701867617,268448370,1663241984,1768648559,1852788325,1936614771,1048677,1868768013,1701407599,1400139598,268465253,1663241728,1768648559,1953451621,2020557413,251662336,1869570851,1315268971,1466266735,7364978,587989008,1802465123,1867408745,7562612,587923472,1802465123,1867408745,268461684,1663242752,1768648559,1953451621,1097163625,1953654124,318771200,1869570851,1315268971,1667855471,1851867749,7497070,588644368,1802465123,1867408745,1701013876,1953394499,1701734753,1048690,1868768020,1701407599,1769238350,1866687843,1852142702,1048692,1868768019,1701407599,1769238350,1766090083,1735355489,335548416,1869570851,1315268971,1667855471,1701594469,1953391981,335548416,1869570851,1315268971,1667855471,1936018789,1701273971,301993984,1869570851,1315268971,1667855471,1886343269,268464245,1663242240,1768648559,1953451621,1348821865,268463986,1663242496,1768648559,1953451621,1432707945,7497075,588709904,1802465123,1867408745,1701013876,1852793695,1852399988,268464741,1663243008,1768648559,1953451621,1600480105,1701344367,1048690,1868768012,1701407599,1769238350,1048678,1868768018,1701407599,1769238350,1952670054,7237481,588447760,1802465123,1867408745,1768319348,1769234787,268463727,1663244544,1768648559,1953451621,1667851881,1869182049,1851867758,7497070,589299728,1802465123,1867408745,1768319348,1769234787,1631743599,1919250030,1885434455,7497072,588644368,1802465123,1867408745,1768319348,1769234787,1631743599,1048690,1868768028,1701407599,1769238350,1633904998,1852795252,1953460034,1634890867,1048688,1868768028,1701407599,1769238350,1633904998,1852795252,1953394499,1701734753,1048690,1868768025,1701407599,1769238350,1633904998,1852795252,1818323268,268461935,1663244288,1768648559,1953451621,1667851881,1869182049,2036419694,268464741,1663244032,1768648559,1953451621,1667851881,1869182049,1767984494,1048686,1868768025,1701407599,1769238350,1633904998,1852795252,1701995347,268463717,1663241984,1768648559,1953451621,1701406313,1048690,1868768022,1701407599,1769238350,1919248742,1885434455,7497072,588054544,1802465123,1867408745,2036754804,335548416,1869570851,1315268971,1718187119,1634883449,1919250544,150999040,1869570851,1332046187,1048651,1868768009,1701407599,268462927,1663241216,1768648559,1147883365,268465769,1663241728,1768648559,1634750309,2037672291,201330688,1869570851,1332046187,1850307696,335548416,1869570851,1332046187,1869182064,1866888046,1919251567,167776256,1869570851,1332046187,268465269,1663241216,1768648559,1953845093,268464741,1663243520,1768648559,1953845093,1866691173,1767994478,7497070,588120080,1802465123,1984914793,1634497125,1048697,1868768020,1701407599,1919252047,1316577644,1718187119,1048697,1868768009,1701407599,268454736,1663240960,1768648559,1851871333,1048677,1868768012,1701407599,1701732688,1048684,1868768012,1701407599,1634885968,1048679,1868768015,1701407599,1769103696,1852139891,285216768,1869570851,1348823403,1768780389,1869181811,1048686,1868768020,1701407599,1836213584,1769173865,1631743599,1048690,1868768018,1701407599,1667329104,1819240549,7497060,588054544,1802465123,1817208169,1852401525,167776256,1869570851,1348823403,268463215,1663243776,1768648559,1819234405,1701405545,1936018803,1701273971,318771200,1869570851,1348823403,1667853423,1634479481,7497081,588644368,1802465123,1867539817,2036558188,1701996353,1852140901,1048692,1868768018,1701407599,1768714064,1816230243,7631461,588578832,1802465123,1867539817,2036558188,1919249473,2020557428,385880064,1869570851,1348823403,1667853423,1667318393,1869768555,6581877,588447760,1802465123,1867539817,2036558188,1852727618,268464741,1663242240,1768648559,1819234405,1115251561,268464737,1663244288,1768648559,1819234405,1115251561,1865249377,1819436406,268466529,1663242752,1768648559,1819234405,1115251561,1801678700,268439552,1869570851,1348823403,1667853423,2020557433,369102848,1869570851,1348823403,1667853423,1852785529,1852399988,268464741,1663243008,1768648559,1819234405,1148805993,1869373801,1048679,1868768016,1701407599,1768714064,1766095203,1048694,1868768019,1701407599,1768714064,1917090147,1919252321,251662336,1869570851,1348823403,1667853423,6572409,588316688,1802465123,1867539817,2036558188,1868983881,301993984,1869570851,1348823403,1667853423,1650543737,268461420,1663242752,1768648559,1819234405,1299800937,1818322031,285216768,1869570851,1348823403,1667853423,1953451641,1048677,1868768019,1701407599,1768714064,1867413859,1701013876,369102848,1869570851,1348823403,1667853423,1953451641,1113940841,268466287,1663244544,1768648559,1819234405,1316578153,1718187119,1952539497,7237481,588513296,1802465123,1867539817,2036558188,1919252047,7954796,588775440,1802465123,1867539817,2036558188,1919252047,1383686508,7630703,588382224,1802465123,1867539817,2036558188,1433431888,1048688,1868768018,1701407599,1768714064,1867544931,7370096,588644368,1802465123,1867539817,2036558188,1970302800,1297369200,1048652,1868768017,1701407599,1768714064,1700034915,268465272,1663243264,1768648559,1819234405,1417241449,1953263471,268464233,1663242496,1768648559,1819234405,1467573097,7238241,588513296,1802465123,1867539817,2036558188,1885434455,7497072,588316688,1802465123,1867539817,2036558188,1701736282,318771200,1869570851,1348823403,1667853423,1633836921,6386290,588120080,1802465123,1867539817,2036558188,1048695,1868768017,1701407599,1768714064,1850308979,268463974,1663241984,1768648559,1819234405,1667855465,1048691,1868768014,1701407599,1819242320,7955305,587857936,1802465123,1867539817,1048688,1868768012,1701407599,1433431888,1048688,1868768014,1701407599,1433431888,6572400,588382224,1802465123,1867539817,1601197424,1836213620,1048687,1868768012,1701407599,1768976208,1048686,1868768014,1701407599,1970302800,4670064,588185616,1802465123,1867539817,1114666352,268464737,1663243520,1768648559,1886343269,1866690677,1767994478,7497070,588447760,1802465123,1867539817,1131443568,1702129263,268465262,1663242240,1768648559,1886343269,1866887285,268463474,1663242752,1768648559,1886343269,1867018357,1919247468,268439552,1869570851,1348823403,1886744687,1868983881,385880064,1869570851,1348823403,1886744687,1701732688,1768702828,7630437,588382224,1802465123,1867539817,1416656240,1701278305,1048692,1868768019,1701407599,1970302800,1634883440,1919250544,469766144,1869570851,1348823403,1701209458,1668179314,1717531493,1953394546,1684956461,184553472,1869570851,1348823403,7759218,588120080,1802465123,1917871465,1667331689,1048697,1868768025,1701407599,1986622032,1148805985,1634493285,1769234802,268463727,1663242752,1768648559,1769099365,2036556150,1868983881,335548416,1869570851,1348823403,1635150194,1867413859,1701013876,335548416,1869570851,1348823403,1635150194,1867544931,2036558188,318771200,1869570851,1348823403,1635150194,1867544931,7370096,588578832,1802465123,1917871465,1667331689,1634883449,1919250544,352325632,1869570851,1348823403,1635150194,1751087459,1701077349,1048690,1868768013,1701407599,1836020304,268465264,1663243264,1768648559,1869762661,1467248749,1886413170,268464741,1663242496,1768648559,1734693477,1952541813,7237481,588316688,1802465123,1699898729,1936029041,2020557428,318771200,1869570851,1382377835,1702195557,1632400499,7497081,588316688,1802465123,1767007593,1819568227,1701408361,251662336,1869570851,1399155051,1886283625,7631727,588316688,1802465123,1767073129,1701605485,1953392968,268439552,1869570851,1399155051,1701079404,1986610290,268439552,1869570851,1399155051,1333028463,1850307696,201330688,1869570851,1399155051,1701011824,218107904,1869570851,1399155051,1935764592,1048680,1868768012,1701407599,1952543827,1048677,1868768016,1701407599,1952543827,1852140901,1048692,1868768023,1701407599,1952543827,1852140901,1634883444,1919250544,218107904,1869570851,1399155051,1970561396,1048691,1868768018,1701407599,1667855443,1632663915,7103854,587989008,1802465123,1951622505,7367026,588447760,1802465123,1968399721,1935764584,1953460038,268464741,1663241472,1768648559,1634030693,7497075,587989008,1802465123,1700029801,7631723,587989008,1802465123,1700029801,7564658,587923472,1802465123,1700029801,268465267,1663240960,1768648559,1835619429,1048677,1868768010,1701407599,7366996,587923472,1802465123,1767138665,268465008,1663241216,1768648559,1634686053,268465267,1663241728,1768648559,1634686053,1919251571,301993984,1869570851,1415932267,1466724207,1886413170,268464741,1663241728,1768648559,1869567077,1918984812,234885120,1869570851,1415932267,1953263471,268464233,1663243008,1768648559,1886344293,1953386307,1701734753,1048690,1868768011,1701407599,1918976597,301993984,1869570851,1432709483,1852785481,1852399988,268464741,1663241216,1768648559,1634948453,268461415,1663242752,1768648559,1634948453,1631741287,1919250030,268439552,1869570851,1432709483,1701273971,1953392968,318771200,1869570851,1432709483,1701273971,1936942413,6645601,588775440,1802465123,1934976361,1315268449,1718187119,1952539497,7237481,588316688,1802465123,1934976361,1348822881,1850306671,285216768,1869570851,1432709483,1701273971,1970302800,1048688,1868768010,1701407599,6648661,588447760,1802465123,1934976361,1919369573,1701668197,268465262,1663243520,1768648559,1702057317,1868983881,1952542066,7237481,588316688,1802465123,1934976361,1918981989,1735289198,452988928,1869570851,1432709483,1098016115,1869116533,1634953586,1852795252,7496002,588775440,1802465123,1934976361,1315401321,1718187119,1952539497,7237481,588513296,1802465123,1633052009,1633970540,1299345268,7235937,588644368,1802465123,1700160873,1768319346,1769234787,1631743599,1048690,1868768011,1701407599,2003134806,184553472,1869570851,1466263915,7105633,588578832,1802465123,1633117545,1631743084,1919380323,1684960623,234885120,1869570851,1466263915,1114401889,268464737,1663242240,1768648559,1818318693,1685015916,268463201,1663242752,1768648559,1818318693,1702252396,2036427890,184553472,1869570851,1466263915,7238241,588120080,1802465123,1633117545,1866624626,1048696,1868768016,1701407599,1852989783,1702453580,1048690,1868768014,1701407599,1852989783,6778473,588382224,1802465123,1633117545,1852403314,1867525479,1048688,1868768017,1701407599,1852989783,1114074729,268466287,1663244032,1768648559,1918981989,1735289198,1953394499,1701734753,1048690,1868768017,1701407599,1852989783,1147629161,268465769,1663243008,1768648559,1918981989,1735289198,1702453580,1048690,1868768020,1701407599,1852989783,1281846889,1970239841,1048692,1868768021,1701407599,1852989783,1298624105,1634956133,268461415,1663244288,1768648559,1918981989,1735289198,1936942413,1315268449,268466021,1663243008,1768648559,1918981989,1735289198,1633972045,1048684,1868768019,1701407599,1852989783,1348955753,1818586721,251662336,1869570851,1466263915,1768845921,5400430,588447760,1802465123,1633117545,1852403314,1650545767,268461420,1663242752,1768648559,1918981989,1735289198,1954047316,352325632,1869570851,1466263915,1768845921,1918330734,1701867617,1048690,1868768015,1701407599,1852989783,1936158313,268439552,1869570851,1466263915,1701278821,1735289206,218107904,1869570851,1466263915,1701274729,1048692,1868768010,1701407599,7235927,587923472,1802465123,1767335273,268461166,1663243776,1768648559,1852397413,1131900772,1635020399,1919250025,184553472,1869570851,1466263915,7364978,587989008,1802465123,1918330217,3174497,588120080,1802465123,1918330217,1701867617,1048690,1868768026,1701407599,1885434455,1467114864,1399354473,1769239653,7563118,587857936,1802465123,1918330217,1048688,1868768011,1701407599,1701736282,134221824,1869570851,1600481643,150999040,1869570851,1600481643,1048625,1868768009,1701407599,268448351,1663242240,1768648559,1465868133,1886413170,268464741,1663241728,1768648559,1633640293,1953654124,251662336,1869570851,1600481643,1851875935,7497070,587989008,1802465123,1600087401,7496034,587989008,1802465123,1600087401,7892834,588185616,1802465123,1600087401,1802465123,268461417,1663242240,1768648559,1834966885,1634956133,268461415,1663242240,1768648559,1834966885,1953721967,268464741,1663241984,1768648559,1885298533,1886744687,1048625,1868768016,1701407599,1920425823,1701867617,1048690,1868768016,1701407599,1667457375,1634891615,1048688,1868768020,1701407599,1667457375,1601466469,1919249505,1048692,1868768018,1701407599,1667457375,1601466469,7496034,588382224,1802465123,1633641833,1885692771,1868717940,1048696,1868768019,1701407599,1667457375,1601466469,1953394531,402657280,1869570851,1600481643,1701012321,1667200112,1635020399,1919250025,402657280,1869570851,1600481643,1701012321,1834972272,1650419571,1801678700,369102848,1869570851,1600481643,1701012321,1935635568,1769235301,268463727,1663243008,1768648559,1667325797,1953523043,1869182049,1048686,1868768020,1701407599,1667457375,1702129765,1768185714,1048694,1868768017,1701407599,1667457375,1769238629,268463727,1663240960,1768648559,1684103013,1048694,1868768014,1701407599,1986290015,6644585,588120080,1802465123,1633641833,1936291428,1048677,1868768013,1701407599,1919377759,268461413,1663242496,1768648559,1734434661,1835361650,7630437,588054544,1802465123,1633641833,1953654124,234885120,1869570851,1600481643,1919249505,268448372,1663242496,1768648559,1818320741,1601466981,7496034,588316688,1802465123,1633641833,1953654124,2020565599,385880064,1869570851,1600481643,1919249505,1868783476,1767994478,7497070,588578832,1802465123,1633641833,1953654124,1852793695,1953391988,352325632,1869570851,1600481643,1919249505,1701076852,1869900659,1048688,1868768017,1701407599,1701601631,1683977330,268465769,1663243264,1768648559,1818320741,1601466981,1768058733,268461420,1663242496,1768648559,1818320741,1601662828,7891302,588251152,1802465123,1633641833,1970237038,6644590,588251152,1802465123,1633641833,1869770864,7102838,588185616,1802465123,1633641833,1869770864,268461430,1663243776,1768648559,1885429605,1987015280,1633836901,1919250030,268439552,1869570851,1600481643,1919971425,1684371055,184553472,1869570851,1600481643,7041889,588120080,1802465123,1633641833,1952805747,1048691,1868768017,1701407599,1936941407,1635021673,268465262,1663245056,1768648559,1935761253,1953720691,1601465953,1953394531,1701734753,1048690,1868768025,1701407599,1936941407,1635021673,2002744430,1886413170,268464741,1663241216,1768648559,1969315685,268462196,1663241472,1768648559,1986092901,7304041,588316688,1802465123,1633641833,1869834614,2020565599,150999040,1869570851,1600481643,1048674,1868768018,1701407599,1667326559,1869768555,6581877,588251152,1802465123,1650419049,1600875617,7368564,588185616,1802465123,1650419049,1701080673,268465505,1663241472,1768648559,1633836901,7497070,588644368,1802465123,1650419049,1701736033,1920413042,1701867617,1048690,1868768024,1701407599,1851875935,1601332590,1953394531,1701734753,1048690,1868768030,1701407599,1851875935,1601332590,1802465123,1767859561,1601136238,7496034,588578832,1802465123,1650419049,1701736033,1868980082,1919251567,184553472,1869570851,1600481643,7496034,588840976,1802465123,1650419049,1650422369,1667196777,1635020399,1919250025,352325632,1869570851,1600481643,1601331554,1953394531,1701734753,1048690,1868768023,1701407599,1918984799,1768187231,1969381236,1852798068,251662336,1869570851,1600481643,1601331554,7368564,588120080,1802465123,1650419049,1985966689,1048626,1868768013,1701407599,1918984799,268461426,1663241216,1768648559,1700945765,268465260,1663240704,1768648559,1734500197,201330688,1869570851,1600481643,1668246626,218107904,1869570851,1600481643,1668246626,1048683,1868768011,1701407599,1919836767,234885120,1869570851,1600481643,1953787746,268463471,1663242752,1768648559,1868717925,1836020852,1918984799,184553472,1869570851,1600481643,7892834,588185616,1802465123,1650419049,1650423919,268464737,1663242752,1768648559,1868717925,1701339e3,1919247457,436211712,1869570851,1600481643,1601728354,1684104552,1834971749,1634956133,268461415,1663242240,1768648559,1868717925,1852399480,268463974,1663243008,1768648559,1868717925,1987010424,1634497125,1048697,1868768015,1701407599,1969316703,1852795252,234885120,1869570851,1600481643,1851877475,268461415,1663241472,1768648559,1751342949,7037797,588447760,1802465123,1667196265,1801676136,1685024095,268463201,1663243520,1768648559,1751342949,1600873317,1885434487,7497072,588120080,1802465123,1667196265,1667854184,1048677,1868768015,1701407599,1869112159,1936024425,251662336,1869570851,1600481643,1667853411,7497067,587989008,1802465123,1667196265,7104878,588251152,1802465123,1667196265,1600940398,7892834,588185616,1802465123,1667196265,1953393007,268464741,1663242752,1768648559,1868783461,1768714349,1701015137,335548416,1869570851,1600481643,1718513507,1634562665,1852795252,402657280,1869570851,1600481643,1718513507,1634562665,1852795252,2020565599,251662336,1869570851,1600481643,1936617315,7630437,588644368,1802465123,1667196265,1702063727,1650422894,1701736033,1048690,1868768023,1701407599,1852793695,1953391987,1869374047,1919249251,318771200,1869570851,1600481643,1936617315,1601465957,7892834,588840976,1802465123,1667196265,1702063727,1667200110,1635020399,1919250025,419434496,1869570851,1600481643,1936617315,1601465957,1802465123,1633838441,1048690,1868768019,1701407599,1852793695,1953391987,1986618463,369102848,1869570851,1600481643,1936617315,1601465957,1684104552,268464741,1663246080,1768648559,1868783461,1852142446,1634557812,1701273966,1920425842,1701867617,1048690,1868768023,1701407599,1852793695,1953391987,1936026975,1701273971,469766144,1869570851,1600481643,1936617315,1601465957,1769238382,1633904998,1852795252,352325632,1869570851,1600481643,1936617315,1601465957,1702131055,1048690,1868768023,1701407599,1852793695,1953391987,1702260575,2036427890,369102848,1869570851,1600481643,1936617315,1601465957,2036427888,268463994,1663243520,1768648559,1868783461,1852142446,1869635444,7370096,588513296,1802465123,1667196265,1702063727,2002744430,7105633,587989008,1802465123,1667196265,7630447,588185616,1802465123,1667196265,1702129263,268465262,1663243520,1768648559,1868783461,1869771886,1869635436,7370096,588382224,1802465123,1667196265,1920233071,1701604463,1048690,1868768014,1701407599,1869570911,6646123,588120080,1802465123,1667196265,1869902709,1048685,1868768019,1701407599,1952539743,1668509285,2054452584,251662336,1869570851,1600481643,1802724708,7368564,588120080,1802465123,1683973481,1869373801,1048679,1868768019,1701407599,1634296927,1600614252,1885434487,285216768,1869570851,1600481643,1701996900,1986622563,1048677,1868768027,1701407599,1919509599,1769235301,1667196278,1635020399,1919250025,301993984,1869570851,1600481643,1668508004,1835622764,268464741,1663245312,1768648559,1768185701,1634493299,1919249769,1852793695,1852399988,268464741,1663244800,1768648559,1768185701,1634493299,1919249769,1634891615,1919250544,184553472,1869570851,1600481643,7760228,588644368,1802465123,1683973481,1601204082,1953394531,1701734753,1048690,1868768010,1701407599,7693663,588120080,1802465123,1700750697,1633836917,1048690,1868768016,1701407599,1601529183,1751344498,1048692,1868768017,1701407599,1769497951,1868980084,268463474,1663240960,1768648559,2019909477,1048688,1868768014,1701407599,1935763039,6383971,588644368,1802465123,1717527913,1702455145,2053467500,1702126964,1048691,1868768014,1701407599,1869571679,7497076,588054544,1802465123,1717527913,1701667186,201330688,1869570851,1600481643,1919968359,335548416,1869570851,1600481643,1684632935,1919251297,1769630070,352325632,1869570851,1600481643,1601332328,2003789939,1767991137,1048686,1868768014,1701407599,1634035807,7497060,588382224,1802465123,1751082345,1701077349,1869897586,1048688,1868768017,1701407599,1634035807,1953654116,268464239,1663241216,1768648559,1768447845,268465262,1663241984,1768648559,1768447845,1768257390,1048691,1868768014,1701407599,1819240543,7497060,588120080,1802465123,1767859561,1701996385,1048677,1868768010,1701407599,6580575,588251152,1802465123,1767859561,1768910188,7566708,588578832,1802465123,1767859561,1768910188,1601402228,808595506,486543360,1869570851,1600481643,1869442153,1937077353,842019423,1987010352,1634497125,1048697,1868768016,1701407599,1718511967,1633824111,1048690,1868768018,1701407599,1718511967,1734434671,6645106,588316688,1802465123,1767859561,1601136238,1634038369,268439552,1869570851,1600481643,1868983913,1918984799,268439552,1869570851,1600481643,1868983913,2020565599,301993984,1869570851,1600481643,1868983913,1701995103,268461430,1663243776,1768648559,1852399461,1667198822,1635020399,1919250025,268439552,1869570851,1600481643,1868983913,1986618463,335548416,1869570851,1600481643,1868983913,1936026975,1701273971,352325632,1869570851,1600481643,1868983913,1936028255,1936617328,1048677,1868768022,1701407599,1718511967,1953718127,1886679649,6645601,588447760,1802465123,1767859561,1601136238,1315991412,268465761,1663242240,1768648559,1852399461,1952411494,268465272,1663243008,1768648559,1852399461,2002743142,1868852841,1048695,1868768015,1701407599,1718511967,2020565615,234885120,1869570851,1600481643,1868983913,268463474,1663243008,1768648559,1852399461,1836216166,1869182049,1048686,1868768025,1701407599,1718511967,1634562671,1852795252,1869374047,268462947,1663244032,1768648559,1852399461,1836216166,1869182049,1868717934,1048696,1868768027,1701407599,1718511967,1634562671,1852795252,1702260575,2036427890,318771200,1869570851,1600481643,1868983913,1952542066,6649449,588251152,1802465123,1767859561,1919903342,7497069,588185616,1802465123,1801413993,1818589797,268464997,1663240960,1768648559,1634492261,1048695,1868768018,1701407599,2002873439,1851875885,7497070,588382224,1802465123,1818191209,1633646433,1667855972,1048677,1868768018,1701407599,2002873439,1851875935,7497070,588185616,1802465123,1818191209,1650423649,268466287,1663243776,1768648559,1634492261,1868783479,1768714349,1701015137,352325632,1869570851,1600481643,1601659244,1953394531,1701734753,1048690,1868768019,1701407599,2002873439,1634296927,845639532,234885120,1869570851,1600481643,1601659244,268461161,1663242240,1768648559,1634492261,1852399479,268463974,1663244288,1768648559,1634492261,1852399479,1836216166,1869182049,268465006,1663243008,1768648559,1634492261,1701666679,1734439795,1048677,1868768018,1701407599,2002873439,1651469663,6646889,588185616,1802465123,1818191209,1834973025,268461939,1663242752,1768648559,1634492261,1869504375,1701013876,469766144,1869570851,1600481643,1601659244,1769238382,1667196259,1635020399,1919250025,402657280,1869570851,1600481643,1601659244,1769238382,1633904998,1852795252,318771200,1869570851,1600481643,1601659244,1852989815,6778473,588054544,1802465123,1818191209,1919252833,352325632,1869570851,1600481643,1702453612,1920425842,1701867617,1048690,1868768012,1701407599,1935764831,1048683,1868768015,1701407599,1818586463,1735289188,268439552,1869570851,1600481643,1936614765,1835362145,201330688,1869570851,1600481643,1936942445,251662336,1869570851,1600481643,1936942445,6645601,588840976,1802465123,1834968425,1634956133,1667196263,1635020399,1919250025,369102848,1869570851,1600481643,1936942445,1600481121,1684828008,268464741,1663244032,1768648559,1869438821,1600938340,1953394531,1701734753,1048690,1868768017,1701407599,1685024095,1683975265,268465769,1663243520,1768648559,1869438821,1600938340,1885434487,7497072,588120080,1802465123,1834968425,1819632751,1048677,1868768015,1701407599,1852796255,1919251571,167776256,1869570851,1600481643,268465005,1663240960,1768648559,1936547685,1048679,1868768013,1701407599,1735617887,268448351,1663243520,1768648559,1936547685,1868783463,1767994478,7497070,587923472,1802465123,1834968425,268463731,1663240960,1768648559,1634623333,1048694,1868768014,1701407599,1986096735,7496034,587989008,1802465123,1851745641,6648943,588251152,1802465123,1851745641,1600484463,7760228,588316688,1802465123,1851745641,1600484463,1819045750,201330688,1869570851,1600481643,1769238382,234885120,1869570851,1600481643,1769238382,268461411,1663242752,1768648559,1869504357,1701013876,1918984799,369102848,1869570851,1600481643,1769238382,1683973475,1953198949,268464239,1663243776,1768648559,1869504357,1701013876,1634891615,1919250544,251662336,1869570851,1600481643,1769238382,7562595,588054544,1802465123,1851745641,1718187119,402657280,1869570851,1600481643,1769238382,1633904998,1852795252,1918984799,503320576,1869570851,1600481643,1769238382,1633904998,1852795252,1852793695,1852399988,268464741,1663244544,1768648559,1869504357,1768319348,1769234787,2002742895,7364978,588251152,1802465123,1851745641,1718187119,7497065,588120080,1802465123,1851745641,1718187119,1048697,1868768010,1701407599,7040863,587923472,1802465123,1868522857,268448107,1663240960,1768648559,1886347109,1048692,1868768014,1701407599,1953525599,7235935,588578832,1802465123,1868522857,1767863408,1851875182,1919903843,402657280,1869570851,1600481643,1601466479,1667198569,1635020399,1919250025,218107904,1869570851,1600481643,1769238639,1048686,1868768018,1701407599,1953525599,1650421353,7037793,588447760,1802465123,1868522857,1852404848,2036427871,268464741,1663241984,1768648559,1987010405,1634497125,1048697,1868768013,1701407599,1851879519,268463205,1663242752,1768648559,1634754405,1600939374,942747698,234885120,1869570851,1600481643,1701994864,268465262,1663242752,1768648559,1701863269,1936289138,1852795251,419434496,1869570851,1600481643,1836213616,1769173865,1650421359,1701736033,1048690,1868768025,1701407599,1919250527,1936943469,1936617321,1701601631,268465266,1663241728,1768648559,1701863269,1953066354,184553472,1869570851,1600481643,7106416,588251152,1802465123,1885300073,1667853423,7562601,588120080,1802465123,1885300073,1667853423,1048697,1868768016,1701407599,1819242591,762930025,1048624,1868768021,1701407599,1819242591,1601790825,1701012321,268465264,1663243264,1768648559,1869635429,2036558188,1701601631,268465266,1663243520,1768648559,1869635429,2036558188,1851875935,7497070,589103120,1802465123,1885300073,1667853423,1633836921,1919250030,1634891615,1919250544,301993984,1869570851,1600481643,1768714096,1650424163,268464737,1663242752,1768648559,1869635429,2036558188,2020565599,335548416,1869570851,1600481643,1768714096,1667201379,1801676136,402657280,1869570851,1600481643,1768714096,1667201379,1635020399,1919250025,301993984,1869570851,1600481643,1768714096,1683978595,268465769,1663243520,1768648559,1869635429,2036558188,1819240543,7497060,588513296,1802465123,1885300073,1667853423,1634492281,7497081,588644368,1802465123,1885300073,1667853423,1701666681,1734439795,1048677,1868768032,1701407599,1819242591,1601790825,1936942445,1600481121,1953394531,1701734753,1048690,1868768018,1701407599,1819242591,1601790825,6779757,588578832,1802465123,1885300073,1667853423,1869504377,1701013876,369102848,1869570851,1600481643,1768714096,1868527971,1819436406,268466529,1663243264,1768648559,1869635429,2036558188,1886351455,268464245,1663242496,1768648559,1869635429,2036558188,7696479,588447760,1802465123,1885300073,1667853423,1735548793,268461168,1663242240,1768648559,1869635429,1769236844,268464995,1663244288,1768648559,1869635429,1769236844,1868526435,1819436406,268466529,1663240960,1768648559,1869635429,1048688,1868768024,1701407599,1886351455,1767861865,1885434740,1836017759,1048677,1868768027,1701407599,1886351455,1767861865,1885434740,1702260575,2036427890,419434496,1869570851,1600481643,1869639536,1601332598,1953394531,1701734753,1048690,1868768013,1701407599,1886351455,268464245,1663243008,1768648559,1869635429,1601205616,1919249505,1048692,1868768024,1701407599,1886351455,1650421877,1735091041,1853190002,1048676,1868768016,1701407599,1886351455,1650421877,1048679,1868768023,1701407599,1886351455,1667199093,1635020399,1919250025,352325632,1869570851,1600481643,1970302832,1987010416,1634497125,1048697,1868768021,1701407599,1886351455,2002743413,1886413170,268464741,1663246080,1768648559,1919967077,1919247973,1701015141,1633836915,1919250030,1869574751,1048692,1868768020,1701407599,1701998687,1650422630,1701866869,1048690,1868768016,1701407599,1769107551,1768185718,1048694,1868768015,1701407599,1769107551,2036556150,318771200,1869570851,1600481643,1986622064,1601790817,7496034,588447760,1802465123,1885300073,1635150194,1650424163,268466287,1663243776,1768648559,1919967077,1667331689,1869111161,1919247468,402657280,1869570851,1600481643,1986622064,1601790817,1868983913,1918984799,352325632,1869570851,1600481643,1986622064,1601790817,1970302832,1048688,1868768015,1701407599,1769107551,1702125942,234885120,1869570851,1600481643,1836020336,268465264,1663243520,1768648559,1970298725,1601205616,1718513507,7172713,588251152,1802465123,1902077289,1953719669,7237481,588120080,1802465123,1918854505,1802466917,1048677,1868768014,1701407599,1651077727,7237474,588382224,1802465123,1918854505,1952998249,1768843628,1048677,1868768014,1701407599,1919120223,7630953,588185616,1802465123,1935631721,1769235301,268463727,1663242752,1768648559,1702059877,1667325812,1953523043,369102848,1869570851,1600481643,1953785203,1936158313,1685024095,268463201,1663241472,1768648559,1752391525,7631471,588382224,1802465123,1935631721,1953656680,1718511967,1048687,1868768013,1701407599,1869116255,268465269,1663242496,1768648559,1752391525,1767864175,7300718,588054544,1802465123,1935631721,1853321064,318771200,1869570851,1600481643,1752526707,1601397100,7760228,588316688,1802465123,1935631721,1702125940,1953391981,184553472,1869570851,1600481643,7500915,588054544,1802465123,1935631721,1885958772,218107904,1869570851,1600481643,1718973555,1048678,1868768016,1701407599,1650553951,1767992671,1048686,1868768019,1701407599,1784771679,2054122341,1869898100,218107904,1869570851,1600481643,1836213620,1048691,1868768017,1701407599,1919251551,1683977069,268465769,1663243008,1768648559,1702125413,1751086200,1701077349,1048690,1868768018,1701407599,1869575263,1634492268,6645618,588382224,1802465123,1952408937,1600941935,1818324339,1048684,1868768015,1701407599,1869575263,1918984812,184553472,1869570851,1600481643,7368564,588251152,1802465123,1952408937,1767862383,7300718,588120080,1802465123,1952408937,1768190063,1048694,1868768011,1701407599,1954051167,285216768,1869570851,1600481643,1701867637,1768185714,1048694,1868768013,1701407599,1634956639,268461415,1663243264,1768648559,1937071973,1600481121,1852727650,268464741,1663244800,1768648559,1937071973,1600481121,1953394531,1701734753,1684627314,234885120,1869570851,1600481643,1635021685,268460407,1663241472,1768648559,1635147621,6580588,587989008,1802465123,2002740585,7238241,588316688,1802465123,2002740585,1601073761,1954047348,251662336,1869570851,1600481643,1852989815,6778473,588513296,1802465123,2002740585,1768845921,1633642350,6382962,588840976,1802465123,2002740585,1768845921,1667196782,1635020399,1919250025,385880064,1869570851,1600481643,1852989815,1600613993,1953394531,7630437,588447760,1802465123,2002740585,1768845921,1683973998,268465769,1663245568,1768648559,1635213157,1852403314,1970233191,1601332596,1885434487,7497072,588709904,1802465123,2002740585,1768845921,1868523374,1819436406,268466529,1663244288,1768648559,1635213157,1852403314,1853185895,1819436388,268466529,1663241984,1768648559,1635213157,1853189746,1048679,1868768014,1701407599,1684633439,7628135,587989008,1802465123,2002740585,7364978,588185616,1802465123,2002740585,1886413170,268464741,1663242240,1768648559,1920425829,1701867617,268448370,1663242240,1768648559,1702453093,1852399475,268463974,1663241728,1768648559,1717723493,1701273970,218107904,1869570851,1634036075,1885692771,1048692,1868768017,1701407599,1701012321,1851880560,268461411,1663241984,1768648559,1667457381,1702129765,1048690,1868768018,1701407599,1701012321,1634497648,7497081,587857936,1802465123,1684104553,1048676,1868768010,1701407599,7758945,588054544,1802465123,1684104553,1701013878,218107904,1869570851,1634036075,1936291428,1048677,1868768012,1701407599,1701996385,1048677,1868768012,1701407599,1918987361,1048685,1868768012,1701407599,1919249505,1048692,1868768016,1701407599,1919249505,1651060084,1048677,1868768015,1701407599,1919249505,1735609716,369102848,1869570851,1634036075,1953654124,1852793695,1852399988,268464741,1663243264,1768648559,1701601637,1667200114,1702129263,268465262,1663241984,1768648559,1701601637,1869771890,1048695,1868768016,1701407599,1919249505,1634891636,1048688,1868768015,1701407599,1869376609,1918984823,184553472,1869570851,1634036075,6382962,587857936,1802465123,1935762793,1048683,1868768012,1701407599,1936291425,1048687,1868768015,1701407599,1936291425,1768843631,251662336,1869570851,1650813291,1851875885,7497070,587923472,1802465123,1633838441,268462947,1663242496,1768648559,1667326565,1869768555,6581877,587923472,1802465123,1633838441,268462956,1663242240,1768648559,1818321509,1920413035,268464225,1663241728,1768648559,1851875941,1969317220,218107904,1869570851,1650813291,1701736033,1048690,1868768018,1701407599,1852727650,1831694949,7041889,588578832,1802465123,1633838441,1919250030,1702260525,2036427890,301993984,1869570851,1650813291,1701736033,1869753714,268465263,1663243520,1768648559,1851875941,762471790,1885434487,7497072,588775440,1802465123,1633838441,1919250030,1634891565,1919250544,6580525,588185616,1802465123,1633838441,1919250030,268453953,1663243264,1768648559,1851875941,1332897134,1819436406,268466529,1663242496,1768648559,1851875941,1601332590,7237475,588578832,1802465123,1633838441,1919250030,1702260575,2036427890,352325632,1869570851,1650813291,1701736033,1920425842,1701867617,1048690,1868768022,1701407599,1852727650,1868788325,1767994478,7497070,588251152,1802465123,1633838441,1919250030,7760228,587857936,1802465123,1633838441,1048690,1868768021,1701407599,762470754,1852793645,1852399988,268464741,1663241216,1768648559,1918984805,268448045,1663243264,1768648559,1918984805,1852793645,1852399988,268464741,1663244032,1768648559,1918984805,1869570861,1885694315,1667853423,1048697,1868768015,1701407599,762470754,1836213616,251662336,1869570851,1650813291,1915581025,7630703,588185616,1802465123,1633838441,1920413042,268464225,1663242752,1768648559,1918984805,1634891565,1919250544,201330688,1869570851,1650813291,942764641,218107904,1869570851,1650813291,1866625633,1048696,1868768015,1701407599,1299341666,1818322031,335548416,1869570851,1650813291,1667199585,1635020399,1919250025,301993984,1869570851,1650813291,1667199585,1702129263,268465262,1663243520,1768648559,1918984805,1634496607,1952542329,7237481,588382224,1802465123,1633838441,1920425842,1701867617,1048690,1868768013,1701407599,1668440418,268465262,1663243008,1768648559,1918984805,1953394531,1701734753,1048690,1868768012,1701407599,1920098658,1048673,1868768014,1701407599,1769104738,7628899,587792400,1802465123,1734501737,201330688,1869570851,1650813291,1801675116,201330688,1869570851,1650813291,1801678700,201330688,1869570851,1650813291,1802202988,167776256,1869570851,1650813291,268464750,1663240704,1768648559,1953456741,218107904,1869570851,1650813291,1869902959,1048685,1868768016,1701407599,1953787746,1633840495,1048690,1868768021,1701407599,1953787746,1919380847,1701405793,268465262,1663240704,1768648559,2020565605,218107904,1869570851,1650813291,1647147119,1048679,1868768018,1701407599,762867554,1885434487,7497072,587923472,1802465123,1868719465,268455288,1663241728,1768648559,1953849957,1936617332,201330688,1869570851,1667590507,1801676136,234885120,1869570851,1667590507,1801676136,268464741,1663241472,1768648559,1869112165,6644585,588316688,1802465123,1751344489,1701013871,1868983913,352325632,1869570851,1667590507,1835622764,1718511967,1633836911,1048690,1868768021,1701407599,1767992419,1852399469,1650421606,268466287,1663243264,1768648559,1634493285,1868524905,1819436406,268466529,1663240960,1768648559,1768842085,1048684,1868768017,1701407599,1886220131,1851877740,268461411,1663242496,1768648559,1836016485,1701407856,6644590,588120080,1802465123,1868785001,1919510126,1048685,1868768011,1701407599,1936617315,234885120,1869570851,1667590507,1702063727,268465262,1663244288,1768648559,1852793701,1953391987,1667326509,2036427883,268464741,1663243520,1768648559,1852793701,1953391987,1851875885,7497070,588316688,1802465123,1868785001,1852142446,1734487412,352325632,1869570851,1667590507,1702063727,1680700526,1869373801,1048679,1868768031,1701407599,1936617315,762605157,1819310181,1953063785,1702260525,2036427890,486543360,1869570851,1667590507,1702063727,1697477742,1768714360,762603875,1970302832,1048688,1868768020,1701407599,1936617315,762605157,1835102822,1048677,1868768029,1701407599,1936617315,762605157,1819307369,1953063785,1886351405,268464245,1663243776,1768648559,1852793701,1953391987,1702260525,2036427890,335548416,1869570851,1667590507,1702063727,1882027118,1886744687,352325632,1869570851,1667590507,1702063727,1932358766,1801677172,1048697,1868768021,1701407599,1936617315,1601465957,1852727650,268464741,1663242752,1768648559,1852793701,1953391987,1918984799,402657280,1869570851,1667590507,1702063727,1667200110,1635020399,1919250025,352325632,1869570851,1667590507,1702063727,1683977326,1869373801,1048679,1868768019,1701407599,1936617315,1601465957,1954047348,335548416,1869570851,1667590507,1702063727,1952412782,1953718639,285216768,1869570851,1667590507,1702063727,1633842286,1048690,1868768017,1701407599,1936617315,1651797605,268466287,1663243520,1768648559,1852793701,1953391987,1836216166,7892834,588709904,1802465123,1868785001,1852142446,1701996404,1634759545,268461411,1663243008,1768648559,1852793701,1953391987,1633972077,1048684,1868768019,1701407599,1936617315,1886678629,1886744687,268439552,1869570851,1667590507,1635020399,1919250025,234885120,1869570851,1667590507,1702129263,268465262,1663241728,1768648559,1852793701,1819243124,352325632,1869570851,1667590507,1920233071,1851747439,1667855471,1048677,1868768011,1701407599,1885434467,301993984,1869570851,1684367723,1634493285,1769234802,268463727,1663241728,1768648559,1936024677,1886352491,268439552,1869570851,1684367723,1667593317,1852795252,218107904,1869570851,1684367723,1869373801,1048679,1868768016,1701407599,1818323300,1868719983,1048696,1868768012,1701407599,1735289188,1048691,1868768016,1701407599,1735289188,1836409459,1048691,1868768031,1701407599,1701996900,1986622563,1953841765,1131310964,1635020399,1919250025,335548416,1869570851,1684367723,1818325865,762802028,1885434487,369102848,1869570851,1684367723,1818325865,1870098284,1819436406,268466529,1663240960,1768648559,1936286821,1048675,1868768017,1701407599,1668508004,1835622764,268464741,1663243520,1768648559,1936286821,1767992419,846357869,3289648,588316688,1802465123,1768187241,1869374323,1701999987,234885120,1869570851,1684367723,1768780649,268465011,1663240704,1768648559,1986618469,234885120,1869570851,1701144939,1701601631,268465266,1663241472,1768648559,1935763045,6383971,587923472,1802465123,1701209449,268461164,1663241728,1768648559,1852139109,1919251571,201330688,1869570851,1717922155,1952542572,234885120,1869570851,1717922155,1952542572,268464741,1663240704,1768648559,1953326693,184553472,1869570851,1717922155,7630703,588054544,1802465123,1868981609,1919251567,201330688,1869570851,1717922155,1701273970,218107904,1869570851,1717922155,1633836921,1048690,1868768010,1701407599,7364967,587923472,1802465123,1684497769,268464752,1663241472,1768648559,1869375333,7102818,588775440,1802465123,1969710441,1818584169,761622121,1885434487,7497072,588054544,1802465123,1701340521,1919247457,184553472,1869570851,1751476587,7630441,587923472,1802465123,1768449385,268466030,1663245056,1768648559,1852401765,1936287095,773864992,1953391994,1919248754,1048692,1868768022,1701407599,2003724648,762538341,1885434487,7497072,588513296,1802465123,1768449385,1768257390,1818308211,7631461,589168656,1802465123,1768449385,1768257390,1868770931,1767994478,762471790,1769303142,1048676,1868768023,1701407599,2003724648,779315557,1630368618,1986622571,369102848,1869570851,1751476587,1702325865,2033087337,1919364461,268461161,1663244544,1768648559,1852401765,1936287095,1601728354,1885434487,7497072,588578832,1802465123,1768449385,1768257390,2020565619,1801675106,285216768,1869570851,1751476587,1702325865,1768190825,1048694,1868768013,1701407599,1684828008,268464741,1663240960,1768648559,1752524901,1048693,1868768017,1701407599,1663984745,1768648559,268464997,1663240704,1768648559,2036754789,184553472,1869570851,1768253803,7300718,588644368,1802465123,1852401001,757952358,1953394531,1701734753,1048690,1868768021,1701407599,1868983913,1852793645,1852399988,268464741,1663241216,1768648559,1718511973,268448111,1663241216,1768648559,1718511973,268448367,1663242240,1768648559,1718511973,1634484847,268462947,1663241984,1768648559,1718511973,2020892527,1048692,1868768019,1701407599,1868983913,1868789855,1701407599,234885120,1869570851,1768253803,1651467886,268464737,1663241728,1768648559,1718511973,2020565615,301993984,1869570851,1768253803,1651467886,1647147119,268466287,1663242752,1768648559,1718511973,1634562671,1852795252,352325632,1869570851,1768253803,1919903342,1769234797,1633840751,1048690,1868768015,1701407599,1868983913,1954047348,167776256,1869570851,1785031019,268464737,1663244800,1768648559,1918986853,1936617315,1718906469,2003594357,1752458345,234885120,1869570851,1801808235,1818589797,268464997,1663241216,1768648559,1969319013,268460402,1663240704,1768648559,2002873445,285216768,1869570851,1818585451,1647146849,1701736033,1048690,1868768014,1701407599,762798444,7496034,588120080,1802465123,1634493801,1868705143,1048696,1868768020,1701407599,762798444,1953394531,1701734753,1048690,1868768016,1701407599,762798444,1702453612,1048690,1868768024,1701407599,762798444,1970302832,1920413040,1701867617,1048690,1868768022,1701407599,762798444,2003134838,1819240493,7497060,588185616,1802465123,1634493801,1920413047,268464225,1663240960,1768648559,2002873445,1048626,1868768012,1701407599,846684524,1048625,1868768016,1701407599,1601659244,1919249505,1048692,1868768017,1701407599,1601659244,1852727650,268464741,1663245056,1768648559,2002873445,1851875935,1601332590,1953394531,1701734753,1048690,1868768014,1701407599,1601659244,6779757,588185616,1802465123,1634493801,1869504375,268461412,1663242496,1768648559,2002873445,1953459807,6644585,588382224,1802465123,1634493801,1987010423,1634497125,1048697,1868768017,1701407599,1601659244,1684105331,268466031,1663243264,1768648559,2002873445,1668508004,1835625569,268464741,1663241472,1768648559,2002873445,7760228,588316688,1802465123,1634493801,1918990199,1735289198,285216768,1869570851,1818585451,1920431969,1701867617,1048690,1868768012,1701407599,1702453612,1048690,1868768009,1701407599,268460652,1663241216,1768648559,1734700133,268463201,1663242752,1768648559,1734700133,1634497385,1852795252,251662336,1869570851,1818585451,1952999273,7892834,587989008,1802465123,1768711529,6386803,588775440,1802465123,1634559337,1701273966,1868783474,1701407599,7496034,588054544,1802465123,1634559337,1919251571,184553472,1869570851,1835362667,6581349,588054544,1802465123,1701668201,1919247468,234885120,1869570851,1835362667,1768189029,268461934,1663243264,1768648559,1818586469,1735289188,1886351455,268464245,1663240960,1768648559,1852140901,1048693,1868768014,1701407599,1936942445,6645601,588447760,1802465123,1701668201,1734439795,1869753701,268465263,1663243776,1768648559,1936026981,1701273971,1634891565,1919250544,285216768,1869570851,1835362667,1634956133,1633838439,1048690,1868768010,1701407599,7890285,588185616,1802465123,1869440361,1651269988,268464737,1663244800,1768648559,1685024101,1633840225,1634496626,1869112675,1919247468,218107904,1869570851,1835362667,1819632751,1048677,1868768014,1701407599,1936617325,7497076,588513296,1802465123,1869440361,1702130542,1869635442,7370096,587857936,1802465123,1936549225,1048679,1868768013,1701407599,1650946925,268466287,1663240960,1768648559,1970629989,1048690,1868768010,1701407599,7300718,587923472,1802465123,1869505897,268461428,1663241472,1768648559,1953459813,6644585,588709904,1802465123,1869505897,1701013876,1852793645,1852399988,268464741,1663244032,1768648559,1953459813,1600480105,1953394531,1701734753,1048690,1868768016,1701407599,1769238382,1768187235,1048694,1868768016,1701407599,1769238382,1635018083,1048674,1868768012,1701407599,1769238382,1048678,1868768019,1701407599,1769238382,1633904998,1852795252,385880064,1869570851,1852139883,1718187119,1952539497,762212201,7496034,588840976,1802465123,1869505897,1768319348,1769234787,1647144559,1801678700,503320576,1869570851,1852139883,1718187119,1952539497,1601073001,1801675106,1970238055,268461166,1663241984,1768648559,1953459813,1701406313,1048690,1868768013,1701407599,1769238382,268466534,1663243520,1768648559,1953459813,762930793,1885434487,7497072,588251152,1802465123,1869505897,2036754804,7496034,588120080,1802465123,1953391977,1768185702,1048694,1868768014,1701407599,2054452590,6778485,587792400,1802465123,1802462569,218107904,1869570851,1868917099,1633836907,1048690,1868768013,1701407599,1634758255,268461415,1663240704,1768648559,1953525605,201330688,1869570851,1868917099,1852404848,318771200,1869570851,1868917099,1852404848,1919252079,7954796,588316688,1802465123,1970234729,1718773108,1701667186,234885120,1869570851,1868917099,1819436406,268466529,1663243264,1768648559,1702260581,2036427890,1953853279,268464741,1663240192,1768648559,268464229,1663241216,1768648559,1851879525,268463205,1663244800,1768648559,1919250533,1936943469,1148088169,1869373801,2020557415,385880064,1869570851,1885694315,1768780389,1869181811,1869770862,7630957,588054544,1802465123,1819305321,1852401525,218107904,1869570851,1885694315,1667853423,1048697,1868768018,1701407599,1768714096,1647147363,7040876,588709904,1802465123,1869636969,2036558188,1852793645,1852399988,268464741,1663242496,1768648559,1819242597,762930025,7760228,588775440,1802465123,1869636969,2036558188,1767992621,1970220398,7497076,588382224,1802465123,1869636969,2036558188,1634891565,1048688,1868768022,1701407599,1768714096,1866692963,1767994478,7497070,588382224,1802465123,1869636969,2036558188,1701994847,1048673,1868768016,1701407599,1768714096,1633843555,1048690,1868768015,1701407599,1768714096,1734506851,369102848,1869570851,1885694315,1667853423,1852793721,1852399988,268464741,1663242240,1768648559,1819242597,1685676905,268465769,1663244544,1768648559,1819242597,1853449065,1718187119,1952539497,7237481,588382224,1802465123,1869636969,2036558188,1970302832,1048688,1868768024,1701407599,1768714096,1920432483,1701867617,1869116274,1048695,1868768025,1701407599,762343280,1970042220,1869570911,1885694315,268464239,1663243008,1768648559,1886351461,1953394531,1701734753,1048690,1868768012,1701407599,1970302832,1048688,1868768020,1701407599,1970302832,1868770672,1852142702,1048692,1868768014,1701407599,1970302832,6775408,588185616,1802465123,1869636969,1685091696,268465769,1663242752,1768648559,1886351461,1701343349,1919247457,201330688,1869570851,1885694315,1936090482,234885120,1869570851,1885694315,1635150194,268466531,1663242752,1768648559,1769107557,2036556150,1918984749,218107904,1869570851,1885694315,1886220146,1048692,1868768015,1701407599,1936029041,1852795252,251662336,1869570851,1919248747,1851875885,7497070,588054544,1802465123,1114793321,1919252833,486543360,1869570851,1919248747,1768316769,1818589543,1954178413,1601139813,1868722020,1048698,1868768013,1701407599,1701274994,268465004,1663242240,1768648559,1734701669,1867670640,268465263,1663241984,1768648559,1835364965,1701080681,1048690,1868768020,1701407599,1869636978,762541170,1734631778,1048677,1868768019,1701407599,808594803,1882010162,1886744687,201330688,1869570851,1936025963,1667457325,318771200,1869570851,1936025963,1667457325,762605669,7496034,588840976,1802465123,762537321,1701012321,1663923312,1635020399,1919250025,335548416,1869570851,1936025963,1667457325,762605669,1868983913,402657280,1869570851,1936025963,1667457325,762605669,1751607660,2020565620,520097792,1869570851,1936025963,1667457325,762605669,1952671091,762212201,1885434487,7497072,588447760,1802465123,762537321,1701012321,1851880560,268461411,1663244032,1768648559,1630368613,1885692771,1668178292,1667312997,1048683,1868768023,1701407599,1667313011,1953523043,1701015137,2020565549,268439552,1869570851,1936025963,1801675053,1918984749,184553472,1869570851,1936025963,6578477,587989008,1802465123,762537321,7758945,588185616,1802465123,762537321,1769366625,268461411,1663243776,1768648559,1630368613,1667855972,1868967269,1919251567,234885120,1869570851,1936025963,1919377709,268461413,1663242496,1768648559,1630368613,1701147239,7496034,588709904,1802465123,762537321,1701996385,1999463525,1886413170,268464741,1663242752,1768648559,1630368613,1701147239,1953391981,369102848,1869570851,1936025963,1919377709,1701668197,1647146094,268464737,1663243776,1768648559,1630368613,1701147239,1953391981,2020565549,234885120,1869570851,1936025963,1701601581,268465266,1663244288,1768648559,1630368613,1953654124,1852793645,1852399988,268464741,1663243520,1768648559,1630368613,1953654124,1634296877,6778732,588644368,1802465123,762537321,1919249505,1920413044,1701867617,1048690,1868768015,1701407599,1818307955,1635021413,268439552,1869570851,1936025963,1819042093,1684371311,285216768,1869570851,1936025963,1886413101,1635151730,1048684,1868768023,1701407599,1885416819,1987015280,1882025057,1886744687,285216768,1869570851,1936025963,1701994797,1769366829,1048684,1868768013,1701407599,1969302899,268462196,1663241728,1768648559,1630368613,1869834614,285216768,1869570851,1936025963,1667326509,1869767787,1048688,1868768015,1701407599,1633824115,1919250030,352325632,1869570851,1936025963,1851875885,762471790,1668246626,1048683,1868768023,1701407599,1633824115,1919250030,1702260525,2036427890,201330688,1869570851,1936025963,1918984749,251662336,1869570851,1936025963,1918984749,7234861,588316688,1802465123,762537321,762470754,1869771877,251662336,1869570851,1936025963,1918984749,7106605,588054544,1802465123,762537321,1802464354,201330688,1869570851,1936025963,1953456685,251662336,1869570851,1936025963,1953456685,7171956,588578832,1802465123,762537321,1953787746,1831693679,1818322031,201330688,1869570851,1936025963,2020565549,301993984,1869570851,1936025963,2020565549,1852729645,268464741,1663244288,1768648559,1647145829,1865250927,1919251573,2036427821,268464741,1663244032,1768648559,1647145829,1937207154,1965912677,1885416809,1048688,1868768025,1701407599,1969368435,1852798068,1852793645,1852399988,268464741,1663241472,1768648559,1663923045,6582881,588251152,1802465123,762537321,1918986339,7497076,588120080,1802465123,762537321,1667590243,1048683,1868768020,1701407599,1851993459,1647144041,1701736033,1048690,1868768018,1701407599,1851993459,1764584553,7300718,588972048,1802465123,762537321,1818848867,1718511917,1663923055,1702129263,268465262,1663243008,1768648559,1663923045,1819307375,1668178281,1048677,1868768019,1701407599,1868770675,1953064046,1936617321,436211712,1869570851,1936025963,1852793645,1953391987,1852793645,1852399988,268464741,1663243520,1768648559,1663923045,1702063727,1714254958,7172719,588644368,1802465123,762537321,1936617315,762605157,1970302832,1048688,1868768024,1701407599,1868770675,1852142446,1702047092,1869182051,1048686,1868768024,1701407599,1868770675,1852142446,1920413044,1701867617,1048690,1868768023,1701407599,1868770675,1852142446,1768778100,1869901413,218107904,1869570851,1936025963,1852793645,1048692,1868768018,1701407599,1868770675,1767994478,7497070,588644368,1802465123,762537321,1802465123,762537321,1633972077,1048684,1868768014,1701407599,1868770675,7497078,588382224,1802465123,762537321,1701996900,1986622563,1048677,1868768019,1701407599,1768172915,1634493299,1919249769,385880064,1869570851,1936025963,1936286765,1767992419,762471789,7496034,588840976,1802465123,762537321,1668508004,1835622764,1647145573,1801678700,201330688,1869570851,1936025963,1986618413,268439552,1869570851,1936025963,1701602605,1953391981,285216768,1869570851,1936025963,1819436333,1700951393,1048686,1868768017,1701407599,1969565043,1851875885,268461422,1663242752,1768648559,1697477477,1633824117,1919250030,318771200,1869570851,1936025963,762668333,1885434487,7497072,588316688,1802465123,762537321,1668178278,2020565625,234885120,1869570851,1936025963,2020173357,268461157,1663244032,1768648559,1714254693,1952542572,761753193,1769108595,1048688,1868768015,1701407599,1868967283,1919251567,352325632,1869570851,1936025963,1919903277,1986997613,1634497125,1048697,1868768018,1701407599,1684483443,1747808880,7631727,588120080,1802465123,762537321,1935764583,1048691,1868768020,1701407599,1919364467,1768649825,1718511917,1048687,1868768014,1701407599,1969696115,6644841,588185616,1802465123,762537321,1684104552,268464741,1663244032,1768648559,1747809125,1701077349,1635200370,1852403314,1048679,1868768015,1701407599,1869098355,1919247468,318771200,1869570851,1936025963,1835886893,1634891565,7497072,588054544,1802465123,762537321,1868983913,318771200,1869570851,1936025963,1718511917,1818307951,7631461,588513296,1802465123,762537321,1868983913,1851875885,7497070,588316688,1802465123,762537321,1868983913,1918984749,285216768,1869570851,1936025963,1718511917,1868705135,1048696,1868768018,1701407599,1852386675,1663922022,7104878,588447760,1802465123,762537321,1868983913,1634887213,268461421,1663243008,1768648559,1764586341,762275438,1633972077,1048684,1868768016,1701407599,1852386675,1633840998,1048690,1868768019,1701407599,1852386675,1836216166,1634362209,335548416,1869570851,1936025963,1718511917,1634562671,1852795252,402657280,1869570851,1936025963,1718511917,1634562671,1852795252,1918984749,436211712,1869570851,1936025963,1718511917,1634562671,1852795252,1886351405,268464245,1663241728,1768648559,1764586341,1936680558,301993984,1869570851,1936025963,1953392941,1634103909,268461411,1663241984,1768648559,1764586341,1835627120,1048673,1868768016,1701407599,1919495539,1702062433,1048690,1868768012,1701407599,1634348403,1048690,1868768018,1701407599,1869294963,1768846701,7627115,588447760,1802465123,762537321,762798444,1852727650,268464741,1663243776,1768648559,1814917989,1663924065,1635020399,1919250025,352325632,1869570851,1936025963,2002873389,1718511917,1868705135,1048696,1868768014,1701407599,1634479475,7497081,588644368,1802465123,762537321,1870225772,1647146101,1701736033,1048690,1868768014,1701407599,1701588339,7102823,588775440,1802465123,762537321,1768383852,1952541811,762212201,7892834,588251152,1802465123,762537321,1701013868,6648686,588316688,1802465123,762537321,1751607660,2020565620,201330688,1869570851,1936025963,1663921453,570429440,1869570851,1936025963,1851878701,1835362145,762605157,762470754,1852403555,1852399988,268464741,1663243264,1768648559,1831695205,1734438497,1831694949,268461939,1663242240,1768648559,1831695205,1634956133,268461415,1663244800,1768648559,1831695205,1634956133,1663919463,1635020399,1919250025,486543360,1869570851,1936025963,1936026925,1701273971,1852793645,1852399988,1697477221,1048686,1868768020,1701407599,1701653875,1734439795,1768172901,1048694,1868768021,1701407599,1701653875,1734439795,1634544997,268463721,1663243264,1768648559,1831695205,1634956133,1932354919,268460914,1663242496,1768648559,1831695205,1634956133,7562599,588840976,1802465123,762537321,1936942445,1936025441,1634891565,1919250544,352325632,1869570851,1936025963,1685024045,1949133921,1701278305,1048692,1868768022,1701407599,1869426035,762077540,1885434487,7497072,588185616,1802465123,762537321,1969516397,268461420,1663242240,1768648559,1831695205,1953721967,268464741,1663241216,1768648559,1831695205,268461939,1663243264,1768648559,1831695205,1999464307,1886413170,268464741,1663241216,1768648559,1848472421,268461921,1663241984,1768648559,1848472421,1633842785,1048690,1868768019,1701407599,1634610547,1634167158,1852795252,218107904,1869570851,1936025963,1953459757,1048677,1868768015,1701407599,1869491571,1701013876,234885120,1869570851,1936025963,1953459757,268461673,1663243520,1768648559,1848472421,1718187119,1952539497,7237481,588840976,1802465123,762537321,1769238382,1633904998,1852795252,1918984749,452988928,1869570851,1936025963,1953459757,1667851881,1869182049,1869622638,7370096,588185616,1802465123,762537321,1769238382,268466534,1663242752,1768648559,1865249637,1886596459,1919247201,268439552,1869570851,1936025963,1702260525,2036427890,234885120,1869570851,1936025963,1851879469,268463205,1663243008,1768648559,1882026853,1768780389,1869181811,1048686,1868768020,1701407599,1701850483,1852797810,2053729377,1048677,1868768012,1701407599,1869622643,1048684,1868768022,1701407599,1869622643,2036558188,1851875885,7497070,588447760,1802465123,762537321,1768714096,1647147363,268464737,1663244544,1768648559,1882026853,1667853423,1868770681,1767994478,7497070,588513296,1802465123,762537321,1768714096,1764587875,7300718,588513296,1802465123,762537321,1768714096,1831696739,6779763,589037584,1802465123,762537321,1768714096,1848473955,1718187119,1952539497,7237481,588972048,1802465123,762537321,1768714096,1882028387,1701011820,1684828008,268464741,1663243520,1768648559,1882026853,1667853423,1869622649,7370096,588644368,1802465123,762537321,1768714096,1882028387,1886220146,1048692,1868768023,1701407599,1869622643,2036558188,1918990125,1735289198,385880064,1869570851,1936025963,1819242541,762930025,1885434487,7497072,588251152,1802465123,762537321,762343280,7632239,588185616,1802465123,762537321,762343280,268464245,1663242496,1768648559,1882026853,1885433967,7304297,588120080,1802465123,762537321,1768976240,1048686,1868768016,1701407599,1869622643,1702260592,1048690,1868768014,1701407599,1869622643,7370096,588513296,1802465123,762537321,1970302832,1869426032,7102820,588644368,1802465123,762537321,1970302832,1986997616,1634497125,1048697,1868768019,1701407599,1869622643,762344816,1885434487,436211712,1869570851,1936025963,1701998637,1701995878,1936024430,2020173357,268461157,1663242240,1768648559,1882026853,1635150194,268466531,1663244032,1768648559,1882026853,1635150194,1630370147,1667855972,1048677,1868768029,1701407599,1919954291,1667331689,1869622649,2036558188,1701601581,268465266,1663247104,1768648559,1882026853,1635150194,1882028387,1667853423,1818307961,762606181,1818324339,1048684,1868768015,1701407599,1919954291,1953525103,251662336,1869570851,1936025963,1734701613,7237481,588447760,1802465123,762537321,1969710450,1769234796,268463727,1663243520,1768648559,1915581285,761557095,1919252079,7954796,588447760,1802465123,762537321,1685088114,1886351405,268464245,1663241984,1768648559,1915581285,1868718697,1048686,1868768013,1701407599,1869753715,268463972,1663242240,1768648559,1932358501,1769235301,268463727,1663244032,1768648559,1932358501,1769239653,762537838,1633972077,1048684,1868768014,1701407599,1752378739,7631471,588185616,1802465123,762537321,1667855475,268466539,1663244032,1768648559,1932358501,1801677172,1920413049,1701867617,1048690,1868768014,1701407599,1953705331,7367026,588251152,1802465123,762537321,1684956532,6385257,588120080,1802465123,762537321,1836213620,1048691,1868768019,1701407599,1702112627,762539378,1868983913,335548416,1869570851,1936025963,1919251501,1932358509,1953656680,335548416,1869570851,1936025963,2019914797,1663922036,1869902447,268439552,1869570851,1936025963,1869575213,1918984812,285216768,1869570851,1936025963,1886352429,1869373997,1048675,1868768015,1701407599,1869884787,1918984816,184553472,1869570851,1936025963,6649133,588709904,1802465123,762537321,1630365045,1701147239,1869373997,268462947,1663243008,1768648559,1965912933,1870294896,1852141170,1048681,1868768014,1701407599,1937059187,6645601,588644368,1802465123,762537321,1734439797,1701653861,1734439795,1048677,1868768012,1701407599,1937059187,1048677,1868768018,1701407599,1937059187,1818307941,7631461,588840976,1802465123,762537321,761623413,1701273968,1684107309,1735289188,301993984,1869570851,1936025963,1702065453,1886351405,268464245,1663243776,1768648559,1965912933,1735289203,1936026925,1701273971,201330688,1869570851,1936025963,1818326573,251662336,1869570851,1936025963,1919252013,7956073,588054544,1802465123,762537321,1852989815,268439552,1869570851,1936025963,1918990125,1735289198,335548416,1869570851,1936025963,1918990125,1735289198,2020565549,436211712,1869570851,1936025963,1918990125,1735289198,1852793645,1852399988,268464741,1663244288,1768648559,1999467365,1768845921,1831692142,1634956133,268461415,1663243776,1768648559,1999467365,1868849513,1668509549,2020565549,201330688,1869570851,1936025963,1852405549,251662336,1869570851,1936025963,1852405549,7827300,589103120,1802465123,762537321,1752459639,1635021613,1684368227,1953849901,1936617332,218107904,1869570851,1936025963,1634891565,1048688,1868768015,1701407599,1667313267,1702259060,251662336,1869570851,1936025963,1952669998,7304809,588120080,1802465123,779314537,1919249505,1048692,1868768018,1701407599,1818308211,762606181,7892834,588906512,1802465123,779314537,1919249505,1768172916,1936289139,1818388851,1048677,1868768017,1701407599,1818439283,1718772069,268466281,1663242752,1768648559,1663988581,1635020399,1919250025,402657280,1869570851,1936025963,1852793646,1852399988,1714254437,1684632940,268439552,1869570851,1936025963,1869570862,1936025963,352325632,1869570851,1936025963,2020173358,1647141989,1869902959,1048685,1868768015,1701407599,1768435315,1852138596,352325632,1869570851,1936025963,1684629550,762209636,1852404336,1048692,1868768018,1701407599,1768435315,1852138596,7172909,588382224,1802465123,779314537,1684302184,2016243301,1048691,1868768019,1701407599,1768435315,1882023268,1953393010,184553472,1869570851,1936025963,7235886,588447760,1802465123,779314537,1953394541,1920099699,268465249,1663241984,1768648559,1848537957,1667855471,1048677,1868768018,1701407599,1869491827,2036754804,7496002,587923472,1802465123,779314537,268463727,1663241472,1768648559,1865315173,7234928,588447760,1802465123,779314537,1701732720,1634741612,268461422,1663241728,1768648559,1882092389,1886744687,218107904,1869570851,1936025963,762933294,1048626,1868768012,1701407599,1869753971,1048695,1868768013,1701407599,1752378995,268466031,1663241984,1768648559,1932424037,1801677172,1048697,1868768017,1701407599,1869885043,2036427888,268464741,1663241216,1768648559,1982755685,268464741,1663242240,1768648559,1982755685,1651077993,268461420,1663240960,1768648559,842101605,1048627,1868768014,1701407599,1667449203,7630949,588382224,1802465123,1098081641,1885692771,1668178292,1048677,1868768019,1701407599,1667449203,1702129765,1986610276,251662336,1869570851,1936025963,1768252225,7496052,588709904,1802465123,1098081641,1869507427,1684368503,1701668199,268465262,1663244544,1768648559,1665233765,2003791467,1734632812,1852140901,6767220,588382224,1802465123,1098081641,1852142180,1852402785,1048677,1868768014,1701407599,1986281843,7631461,588316688,1802465123,1098081641,1919252068,1702062452,234885120,1869570851,1936025963,1769366593,268461411,1663241728,1768648559,1682010981,1702062454,285216768,1869570851,1936025963,1701996353,1852140901,1048692,1868768023,1701407599,1919369587,1701668197,1867412590,1701013876,218107904,1869570851,1936025963,1918987329,1048685,1868768013,1701407599,1701593459,268465266,1663243008,1768648559,1816228709,1467249253,1701274729,1048692,1868768013,1701407599,1819033971,268466031,1663244032,1768648559,1816228709,1769434988,1699899246,1936029041,1048692,1868768019,1701407599,1886404979,1633841010,1852795252,201330688,1869570851,1936025963,1634038337,251662336,1869570851,1936025963,1769239105,6646883,587989008,1802465123,1114858857,6581857,588120080,1802465123,1114858857,1701736033,1048690,1868768023,1701407599,1851867763,1131570542,1635020399,1919250025,184553472,1869570851,1936025963,7496002,588709904,1802465123,1114858857,1849782881,1853189998,1701668195,268465262,1663240960,1768648559,1866625893,1048696,1868768012,1701407599,1885422451,1048673,1868768012,1701407599,1918976883,1048676,1868768013,1701407599,1701331827,268462947,1663241984,1768648559,1749250917,1701536613,1048690,1868768017,1701407599,1852785523,1769236836,268463727,1663241984,1768648559,1866691429,1919510126,1048685,1868768015,1701407599,1852785523,1953391987,301993984,1869570851,1936025963,1936617283,1114926693,268464737,1663243520,1768648559,1866691429,1852142446,1684625268,7628135,587989008,1802465123,1131636073,7630447,588316688,1802465123,1131636073,1635020399,1919250025,268439552,1869570851,1936025963,1635020611,1919250025,268439552,1869570851,1936025963,1818323268,1702193007,285216768,1869570851,1936025963,1701996868,1986622563,1048677,1868768016,1701407599,1936278643,1852785507,1048692,1868768018,1701407599,1936278643,1767992419,7497069,588120080,1802465123,1181967721,1702129519,1048690,1868768012,1701407599,1852393587,1048692,1868768014,1701407599,1852393587,3235700,588120080,1802465123,1215522153,1701080175,1048690,1868768018,1701407599,1836009587,1634027621,7497060,587792400,1802465123,1232299369,167776256,1869570851,1936025963,268452937,1663241216,1768648559,1850307429,268463974,1663241472,1768648559,1850307429,3305318,588185616,1802465123,1232299369,1114596974,268464737,1663242496,1768648559,1850307429,1816293222,7037807,588185616,1802465123,1232299369,1114596974,268466287,1663242240,1768648559,1850307429,1866624870,268448120,1663241984,1768648559,1850307429,1766092646,1048694,1868768019,1701407599,1718503795,1634562671,1852795252,268439552,1869570851,1936025963,1868983881,1919249778,218107904,1869570851,1936025963,1868983881,1048691,1868768011,1701407599,2002865267,218107904,1869570851,1936025963,1702453580,1048690,1868768020,1701407599,2036419699,1299477871,1819632751,1048677,1868768014,1701407599,1734691955,7955297,588054544,1802465123,1282631017,1818322789,335548416,1869570851,1936025963,1634166092,1936018796,1701273971,201330688,1869570851,1936025963,1852399949,369102848,1869570851,1936025963,1852399949,1852989783,1147629161,268465769,1663244032,1768648559,1632465765,1701273966,1634879090,1866622317,1048696,1868768015,1701407599,1936018803,1701273971,352325632,1869570851,1936025963,1936942413,1113941857,1701736033,1048690,1868768024,1701407599,1936018803,1701273971,1953394499,1701734753,1048690,1868768022,1701407599,1685015923,1866689633,1767994478,7497070,588513296,1802465123,1299408233,1818322031,1953456735,7171956,587923472,1802465123,1299408233,268461939,1663243008,1768648559,1867412325,1667449204,1702129765,1048676,1868768012,1701407599,1953451635,1048677,1868768014,1701407599,1953451635,6644585,588316688,1802465123,1316185449,1667855471,1986610277,268439552,1869570851,1936025963,1769238350,1682531683,335548416,1869570851,1936025963,1769238350,1633904998,1852795252,268439552,1869570851,1936025963,1769238350,1919248742,234885120,1869570851,1936025963,1769238350,268466534,1663240704,1768648559,1263498085,218107904,1869570851,1936025963,1866623823,1048696,1868768020,1701407599,1953517427,1699573321,1734439795,1048677,1868768027,1701407599,1953517427,1699573321,1734439795,1634883429,1919250544,301993984,1869570851,1936025963,1769238607,2036419694,268464741,1663241472,1768648559,1968141157,7497076,588185616,1802465123,1332962665,1819436406,268466529,1663240704,1768648559,1347449701,201330688,1869570851,1936025963,1701273936,218107904,1869570851,1936025963,1701732688,1048684,1868768020,1701407599,1851871347,1918332005,1701867617,1048690,1868768018,1701407599,1919242355,1936943469,7237481,588120080,1802465123,1349739881,1667853423,1048697,1868768020,1701407599,1819234419,1115251561,1701736033,1048690,1868768015,1701407599,1819234419,1132028777,402657280,1869570851,1936025963,1768714064,1766095203,1634493299,1919249769,335548416,1869570851,1936025963,1768714064,1867020643,1919247468,301993984,1869570851,1936025963,1768714064,1850308963,268463974,1663243520,1768648559,1867543397,2036558188,1936942413,6645601,588447760,1802465123,1349739881,1667853423,1685015929,268463201,1663243264,1768648559,1867543397,2036558188,1769238350,268461411,1663243008,1768648559,1867543397,2036558188,1667329104,1048677,1868768019,1701407599,1819234419,1350132585,1886744687,318771200,1869570851,1936025963,1768714064,1817409891,6644841,588578832,1802465123,1349739881,1667853423,1634883449,1919250544,452988928,1869570851,1936025963,1768714064,1633905012,1986622032,1684628321,6644833,587923472,1802465123,1349739881,268464239,1663241472,1768648559,1867543397,7361904,588054544,1802465123,1349739881,1852403823,218107904,1869570851,1936025963,1970302800,1048688,1868768015,1701407599,1769099379,2036556150,620761088,1869570851,1936025963,1986622032,1350132577,1667853423,1852785529,1852399988,1918333541,1701867617,1048690,1868768014,1701407599,1869762675,7630957,588578832,1802465123,1349739881,1886220146,1634883444,1919250544,285216768,1869570851,1936025963,1818715474,1852140901,1048692,1868768015,1701407599,1902465651,1953719669,251662336,1869570851,1936025963,1952671059,7237481,588709904,1802465123,1400071529,1182232424,1952542572,1816556133,268465249,1663243520,1768648559,1867740005,1634494581,1114466675,7040876,588316688,1802465123,1400071529,1702125940,1953391981,218107904,1869570851,1936025963,1769108563,1048688,1868768014,1701407599,1752519539,7561580,587792400,1802465123,1416848745,184553472,1869570851,1936025963,6447444,587989008,1802465123,1416848745,7632997,588054544,1802465123,1416848745,1953718639,251662336,1869570851,1936025963,1819242324,7496034,588185616,1802465123,1416848745,1816293487,268460911,1663242240,1768648559,1867805541,1869365872,268462947,1663243008,1768648559,1934979941,1181050721,1702129519,1048690,1868768011,1701407599,1702057331,201330688,1869570851,1936025963,1852989783,251662336,1869570851,1936025963,1852989783,6779725,588185616,1802465123,1467180393,1768845921,268461934,1663243520,1768648559,1633121125,1852403314,1952661863,6649449,588840976,1802465123,1467180393,1768845921,1631741806,1919380323,1684960623,352325632,1869570851,1936025963,1852989783,1114074729,1701736033,1048690,1868768025,1701407599,1918982003,1735289198,1768386380,1886343278,268464213,1663243776,1768648559,1633121125,1852403314,1936018791,1701273971,234885120,1869570851,1936025963,1734633815,268465253,1663241216,1768648559,1918333797,268464225,1663241984,1768648559,1918333797,1701867617,1048690,1868768013,1701407599,1850302323,268463974,1663242240,1768648559,1600090981,1852727650,268464741,1663241472,1768648559,1600090981,7824750,588185616,1802465123,1601398121,1886351455,268464245,1663241984,1768648559,1633645413,1885692771,1048692,1868768019,1701407599,1667325811,1953523043,2020565599,419434496,1869570851,1936025963,1667457375,1601466469,1953394531,1701734753,1048690,1868768023,1701407599,1667325811,1953523043,1702260575,2036427890,285216768,1869570851,1936025963,1667457375,1702129765,1048676,1868768012,1701407599,1667325811,1048683,1868768015,1701407599,1684103027,1701013878,251662336,1869570851,1936025963,1986290015,6648681,588251152,1802465123,1601398121,1769366625,7499635,588120080,1802465123,1601398121,1701996385,1048677,1868768018,1701407599,1734434675,1835361650,7630437,588120080,1802465123,1601398121,1918987361,1048685,1868768014,1701407599,1818320755,6383970,588120080,1802465123,1601398121,1919249505,1048692,1868768024,1701407599,1818320755,1601466981,1953394531,1701734753,1048690,1868768012,1701407599,1818320755,1048684,1868768020,1701407599,1818320755,1702326124,1868717924,1048696,1868768024,1701407599,1818320755,1702326124,1701666660,1734439795,1048677,1868768013,1701407599,1885429619,268460396,1663241216,1768648559,1633645413,268462963,1663243776,1768648559,1633645413,1953654134,1702065001,1953391981,234885120,1869570851,1936025963,1769365855,268463987,1663240704,1768648559,1650422629,218107904,1869570851,1936025963,1851875935,1048676,1868768015,1701407599,1633836915,1919250030,352325632,1869570851,1936025963,1851875935,1601332590,1919249505,1048692,1868768012,1701407599,1633836915,1048690,1868768024,1701407599,1633836915,1633776242,1953523043,1869177697,1048686,1868768011,1701407599,1734500211,234885120,1869570851,1936025963,1869374047,268462947,1663243520,1768648559,1650422629,1801678700,1869571679,7497076,588185616,1802465123,1601398121,1685221218,268464741,1663241984,1768648559,1650422629,1869902959,1048685,1868768012,1701407599,1868717939,1048696,1868768023,1701407599,1868717939,1768185720,1634493299,1919249769,285216768,1869570851,1936025963,2020565599,1718511967,1048687,1868768019,1701407599,1919049587,1600546153,1868983913,234885120,1869570851,1936025963,1701339999,268462947,1663243264,1768648559,1667199845,1600940398,1852727650,268464741,1663243008,1768648559,1667199845,1819307375,1668178281,1048677,1868768013,1701407599,1868783475,268461166,1663243008,1768648559,1667199845,1768189551,1852795252,1048691,1868768016,1701407599,1868783475,1919510126,1048685,1868768020,1701407599,1868783475,1919510126,1868717933,1048696,1868768024,1701407599,1868783475,1919510126,1920425837,1701867617,1048690,1868768025,1701407599,1868783475,1919510126,1769234797,1650421359,268464737,1663242240,1768648559,1667199845,1702063727,268465262,1663244800,1768648559,1667199845,1702063727,1667200110,1635020399,1919250025,352325632,1869570851,1936025963,1852793695,1953391987,1919903327,1048685,1868768013,1701407599,1868783475,268465262,1663242240,1768648559,1667199845,1635020399,268463721,1663242752,1768648559,1667199845,1635020399,1919250025,268439552,1869570851,1936025963,1852793695,1953391988,369102848,1869570851,1936025963,1852793695,1953391988,1918984799,268461426,1663241984,1768648559,1667199845,1869902709,1048685,1868768015,1701407599,1768185715,1735355489,301993984,1869570851,1936025963,1919509599,1769235301,268461430,1663243008,1768648559,1683977061,1818456937,1701669217,1048690,1868768012,1701407599,1768185715,1048694,1868768017,1701407599,1768185715,1634557814,268463721,1663242752,1768648559,1700754277,1869504355,1701013876,436211712,1869570851,1936025963,1634624863,1684368482,1852793695,1852399988,268464741,1663241728,1768648559,1700754277,2037544046,285216768,1869570851,1936025963,1819436383,1700951393,1048686,1868768025,1701407599,1952800627,1634890847,1920296291,1313038195,268454985,1663240960,1768648559,1700754277,1048693,1868768022,1701407599,1969577843,1667457375,1635020901,6644590,588054544,1802465123,1601398121,1701077350,251662336,1869570851,1936025963,1869571679,7497076,588513296,1802465123,1601398121,1953460070,1767862885,7300718,588578832,1802465123,1601398121,1953460070,1885303397,1886744687,318771200,1869570851,1936025963,1869571679,1601332596,6514035,588513296,1802465123,1601398121,1919968359,1634886751,7497079,588185616,1802465123,1601398121,1684104552,268464741,1663241472,1768648559,1751085925,7630441,587989008,1802465123,1601398121,6516329,587989008,1802465123,1601398121,6712937,588054544,1802465123,1601398121,1868983913,285216768,1869570851,1936025963,1718511967,1868717935,1048696,1868768020,1701407599,1852399475,1751084902,1701077349,1048690,1868768019,1701407599,1852399475,1885302630,1818586721,301993984,1869570851,1936025963,1718511967,1752391535,268466031,1663241984,1768648559,1767863141,1919903342,1048685,1868768020,1701407599,1852399475,1836216166,1869182049,1048686,1868768014,1701407599,1852399475,7565158,588120080,1802465123,1601398121,1701736041,1048690,1868768012,1701407599,1634492275,1048695,1868768014,1701407599,1634492275,7497081,588120080,1802465123,1601398121,1634166124,1048684,1868768022,1701407599,1701601139,1600938343,1953391981,7237481,588513296,1802465123,1601398121,1768383852,1952541811,7237481,588120080,1802465123,1601398121,1953720684,1048673,1868768012,1701407599,1701666675,1048686,1868768016,1701407599,1701666675,1734439795,1048677,1868768020,1701407599,1701666675,1734439795,1633836901,1048690,1868768026,1701407599,1701666675,1734439795,1868783461,1767994478,7497070,588578832,1802465123,1601398121,1936942445,1600481121,1868983913,234885120,1869570851,1936025963,1685024095,268463201,1663241216,1768648559,1834972005,268461939,1663242240,1768648559,1834972005,1683974003,268465769,1663244032,1768648559,1834972005,1935632243,1920426613,1701867617,1048690,1868768020,1701407599,1936547699,1920425831,1701867617,1048690,1868768015,1701407599,1869504371,1701013876,369102848,1869570851,1936025963,1953459807,1600480105,1852727650,268464741,1663245056,1768648559,1851749221,1667855471,1769430885,1952802660,1869574751,1048692,1868768014,1701407599,1869504371,6711668,588578832,1802465123,1601398121,1769238382,1633904998,1852795252,285216768,1869570851,1936025963,1953459807,1701406313,1048690,1868768027,1701407599,1869504371,1768319348,1667199589,1635020399,1919250025,251662336,1869570851,1936025963,1953459807,7956073,588775440,1802465123,1601398121,1769238382,1667201382,1601465967,7105633,588840976,1802465123,1601398121,1769238382,1667201382,1635020399,1919250025,201330688,1869570851,1936025963,1969450847,184553472,1869570851,1936025963,7040863,588054544,1802465123,1601398121,1868919407,268439552,1869570851,1936025963,1702260575,2036427890,369102848,1869570851,1936025963,1702260575,2036427890,1634235231,268461412,1663241728,1768648559,1885303653,1818586721,285216768,1869570851,1936025963,1851879519,1650420837,1048679,1868768019,1701407599,1701863283,1936289138,1852795251,385880064,1869570851,1936025963,1819242591,1701405545,1818320755,7631461,588185616,1802465123,1601398121,1768714096,268466531,1663243776,1768648559,1885303653,1667853423,1633836921,1919250030,318771200,1869570851,1936025963,1819242591,1601790825,7496034,588382224,1802465123,1601398121,1768714096,1650424163,1048679,1868768024,1701407599,1869635443,2036558188,1734959711,1919903327,1048685,1868768019,1701407599,1869635443,2036558188,2020565599,419434496,1869570851,1936025963,1819242591,1601790825,1953394531,1701734753,1048690,1868768021,1701407599,1869635443,2036558188,1886351455,268464245,1663243264,1768648559,1885303653,1667853423,1920425849,268464225,1663242496,1768648559,1885303653,1953066095,6384505,587989008,1802465123,1601398121,7368560,588120080,1802465123,1601398121,1768976240,1048686,1868768014,1701407599,1869635443,7370096,588775440,1802465123,1601398121,1970302832,1868783472,1767994478,7497070,587923472,1802465123,1601398121,268464240,1663242240,1768648559,1885303653,1635150194,268466531,1663242496,1768648559,1902080869,1953719669,7237481,587989008,1802465123,1601398121,7366002,588251152,1802465123,1601398121,1970365810,7631717,588251152,1802465123,1601398121,1952671091,7237481,588513296,1802465123,1601398121,2003789939,1634296927,6778732,588316688,1802465123,1601398121,1600416115,1868983913,301993984,1869570851,1936025963,1635021663,1701668212,268465262,1663241728,1768648559,1935635301,1885958772,201330688,1869570851,1936025963,1650553951,234885120,1869570851,1936025963,1919251551,268465005,1663241216,1768648559,1952412517,268460905,1663242240,1768648559,1952412517,1651273583,268464737,1663241728,1768648559,1952412517,1668506994,201330688,1869570851,1936025963,1954051167,218107904,1869570851,1936025963,1701410399,1048695,1868768015,1701407599,1769365363,1919252325,218107904,1869570851,1936025963,1918990175,1048686,1868768016,1701407599,1635213171,1852403314,1048679,1868768016,1701407599,1920425843,1701867617,1048690,1868768011,1701407599,1986290035,218107904,1869570851,1936025963,1701996385,1048677,1868768013,1701407599,1701601651,268465266,1663241216,1768648559,1918989157,268460389,1663241472,1768648559,1986098021,7304041,587923472,1802465123,1651729769,268463713,1663241728,1768648559,1633842021,1919250030,184553472,1869570851,1936025963,7496034,587989008,1802465123,1651729769,7040876,587923472,1802465123,1651729769,268466287,1663240448,1768648559,6517605,588054544,1802465123,1668506985,1801676136,234885120,1869570851,1936025963,1768908899,268461411,1663240704,1768648559,1801679717,285216768,1869570851,1936025963,1633643363,1885692771,1048692,1868768018,1701407599,1600873331,1919252079,7954796,588382224,1802465123,1668506985,1701015151,1633842286,1048690,1868768015,1701407599,1852793715,1836214630,251662336,1869570851,1936025963,1936617315,7630437,588316688,1802465123,1668506985,1635020399,1919250025,251662336,1869570851,1936025963,1953394531,7630437,588054544,1802465123,1668506985,1852138866,318771200,1869570851,1936025963,1885958755,1633836916,6645604,588709904,1802465123,1668506985,1953524082,1852793695,1852399988,268464741,1663243776,1768648559,1919120229,1601466473,1701473897,1684370531,553652224,1869570851,1936025963,1885958755,1852399476,1952671082,1650418789,1735091041,1853190002,1048676,1868768030,1701407599,1769104243,1767863408,1667590766,1600415092,1885434487,7497072,588840976,1802465123,1668506985,1953524082,1785620831,1702126437,1701736292,301993984,1869570851,1936025963,1885958755,1634557812,268463721,1663243520,1768648559,1919120229,1601466473,1885434487,7497072,588120080,1802465123,1685284201,1869373801,1048679,1868768027,1701407599,1919509619,1769235301,1663919478,1635020399,1919250025,301993984,1869570851,1936025963,1668508004,1835622764,268464741,1663241984,1768648559,1768190821,1634496627,1048697,1868768011,1701407599,1986618483,301993984,1869570851,1936025963,762077541,1852727650,268464741,1663241728,1768648559,1667593061,1852795252,251662336,1869570851,1936025963,1650552421,6579564,588120080,1802465123,1702061417,1953390963,1048677,1868768013,1701407599,1685349747,268465769,1663241984,1768648559,1952805733,1735289204,1048691,1868768014,1701407599,762668403,7496034,587923472,1802465123,1752393065,268465257,1663241472,1768648559,1869116261,7497081,587989008,1802465123,1769170281,7300718,588447760,1802465123,1769170281,762275438,1651925358,268464737,1663243264,1768648559,1852404581,1999466342,1886413170,268464741,1663242496,1768648559,1852404581,1852862310,6512492,587923472,1802465123,1785947497,268464755,1663240960,1768648559,1634497381,1048695,1868768016,1701407599,2002873459,1667590243,1048683,1868768013,1701407599,1734700147,268463201,1663241472,1768648559,1768715109,7497060,588054544,1802465123,1819501929,1635021673,251662336,1869570851,1936025963,1684825453,6778473,587989008,1802465123,1836279145,7695973,588185616,1802465123,1836279145,1634956133,268461415,1663242752,1768648559,1701671781,1734439795,1986618469,268439552,1869570851,1936025963,1936942445,1936025441,167776256,1869570851,1936025963,268465005,1663240960,1768648559,1936552805,1048679,1868768014,1701407599,1953459827,6644585,588120080,1802465123,1853056361,1718187119,1048697,1868768010,1701407599,7499635,588251152,1802465123,1869833577,1987208566,7824745,587989008,1802465123,1886610793,6644577,587989008,1802465123,1886610793,6647393,588120080,1802465123,1886610793,1935762796,1048677,1868768028,1701407599,1970040947,1869426035,762077540,1953394531,1701734753,1048690,1868768020,1701407599,1970040947,1986997619,1634497125,1048697,1868768014,1701407599,1819242611,7955305,588316688,1802465123,1886610793,1667853423,1986618489,352325632,1869570851,1936025963,1768714096,1701673315,1734439795,1048677,1868768011,1701407599,1886351475,218107904,1869570851,1936025963,1970302832,1048688,1868768019,1701407599,1886351475,1814917237,1919252833,167776256,1869570851,1936025963,268464240,1663241728,1768648559,1769108325,1852793442,150999040,1869570851,1936025963,1048691,1868768015,1701407599,1667593075,1852795252,167776256,1869570851,1936025963,268465011,1663240960,1768648559,1635021669,1048692,1868768016,1701407599,1952543859,1852140901,1048692,1868768013,1701407599,1919251571,268465005,1663241216,1768648559,1702130533,268465272,1663241216,1768648559,1920234341,268464233,1663241472,1768648559,1937077093,6645601,587989008,1802465123,2004051305,7238241,588185616,1802465123,2004051305,1768845921,268461934,1663243520,1768648559,1635218277,1852403314,1818386279,7037807,587989008,1802465123,2004051305,7364978,587989008,1802465123,1635018089,6646882,587792400,1802465123,1668572521,184553472,1869570851,1952803179,7631717,587923472,1802465123,1702126953,268465272,1663241728,1768648559,2019914853,1986618484,201330688,1869570851,1952803179,1735289192,218107904,1869570851,1952803179,1701536617,1048690,1868768012,1701407599,1935765364,1048692,1868768010,1701407599,7368564,588054544,1802465123,1869899113,1918984816,218107904,1869570851,1952803179,1701867631,1048690,1868768008,1701407599,1048693,1868768015,1701407599,1701338997,1919247457,184553472,1869570851,1969580395,7760228,587857936,1802465123,1937073513,1048677,1868768013,1701407599,1634038645,268461415,1663241216,1768648559,1769174373,268461934,1663240960,1768648559,1768257125,1048684,1868768010,1701407599,7826038,588447760,1802465123,1635214697,1668510305,1769436520,268461934,1663240960,1768648559,1918990181,1048686,1868768017,1701407599,1852989815,1851879469,268463205,1663241728,1768648559,1918990181,1918984814,218107904,1869570851,2003134827,1701737057,1048690,1868768014,1701407599,1852989815,6778473,588513296,1802465123,1635214697,1852403314,1818373479,7037807,588578832,1802465123,1635214697,1852403314,1701338983,1919247457,385880064,1869570851,2003134827,1768845921,1868785518,1767994478,7497070,588513296,1802465123,1635214697,1852403314,1919314279,6647137,588120080,1802465123,1635214697,1853189746,1048679,1868768010,1701407599,7628151,588185616,1802465123,1702323561,1633824116,268462956,1663241984,1768648559,1952806757,1701799981,1048683,1868768016,1701407599,1735681399,1852405349,1048679,1868768013,1701407599,1684957559,268466031,1663242752,1768648559,1869576037,1650813291,1801678700,184553472,1869570851,2003134827,7364978,588120080,1802465123,1920427369,1701867617,1048690,1868768011,1701407599,1868852856,201330688,1869570851,2053466475,1701603685,251662336,1869570851,761882987,1936942445,6645601,588185616,1802465123,1865247081,1819436406,268466529,1663240448,1768648559,7300718,587989008,1802465123,1868983913,5654852,588447760,1802465123,1868983913,1852793695,1852399988,268464741,1663241472,1768648559,1819234418,7955305,587857936,1802465123,1647145833,1048679,1868768011,1936288623,2020565549,167776256,1869570851,1953720683,268464239,1663239936,1768648559,1048692,1868768012,2020174703,1685021229,1048697,1868768008,1634495343,1048695,1868768008,1634495343,1048697,1868768010,1634495343,7497081,588054544,1802465123,1702129518,1986618413,134221824,1869570851,1819242603,134221824,1869570851,1650553963,218107904,1869570851,1882028395,1667853423,1048697,1868768013,1601792879,1768714096,268466531,1663241216,1869573999,1768648559,268464997,1663242240,1131442031,1768648559,2036419685,268464741,1663242496,1868770672,1701407599,1851875885,7497070,588251152,1663922275,1768648559,1869622629,7370096,588513296,1882026083,1667853423,1868770681,1767994478,7497070,587923472,1597141091,1802465123,268461417,1663243264,1633836912,1919250030,1852793695,1852399988,268464741,1663241728,1868783472,1701407599,1918984799,134221824,1601200931,1885434487,452988928,1852859171,1634557794,1701273966,1920425842,1667199073,1702063980,6775391,588840976,1651404899,1918990175,1735289198,1115189058,1702252391,2036427890,201330688,1869636387,2036558188,1918984749,251662336,1869636387,2036558188,1819240493,7497060,588120080,1819242595,1215914857,1701080175,1048690,1885545236,1752378739,1851878753,1953459757,1701406313,1048690,1885545239,1869562739,1214605675,1131703913,1635020399,1919250025,184553472,1668375331,1953841777,7237492,587857936,1902342499,1701732688,1048684,1935876883,1819242591,1803121769,1869570913,1936025963,234885120,1836278563,1953525549,1647144553,268464737,1663242752,1128690547,1702063727,1866691694,1701407599,285216768,1936941859,1869570911,1936025963,1953459807,1048677,1952654106,1700951341,1684483442,1663922800,1768648559,1869622629,7370096,589627408,1965913187,1835627628,761623649,1919968359,1869570861,761620843,1852141679,1634235181,2003788900,503320576,762602275,1769237621,1702125933,1885628205,1868770674,1701407599,1886351405,268464245,1663240448,1869562740,6646123,588316688,1667200099,1768648559,1919967077,1953525103,184553472,1635017507,1869570861,6646123,588382224,1600222307,1836020336,1650422896,1869902959,1048685,1952654120,1596993644,1935763779,2053334388,1867538795,2037672300,1381982571,1668236110,1600481643,1970302832,1048688,1952654097,1596993644,1802465091,1916888425,268460389,1663244544,808479860,1869562719,1130719595,1768320623,1632660850,7103854,588316688,812414051,1866686256,1701407599,1868983881,352325632,1819566883,1130311728,1768648559,1918981989,1735289198,1048625,1952654105,1596993644,1802465091,1601398121,1131179632,1768648559,268464997,1663242496,808479860,1986610271,1802465091,7562601,588709904,812414051,1430609712,1802465091,1467180393,1768845921,268461934,1663245568,808479860,1869563487,1601332596,1866690162,1701407599,1869635443,7370096,588972048,812414051,1682530096,1802465091,1601398121,1115056452,1668178284,268461416,1663242752,808479860,1851871327,1866689637,1701407599,520097792,1819566883,1348415536,1818586721,1768714064,1634433396,2004447824,1869509729,6906739,588251152,812414051,1632657200,1382835566,4476999,588972048,812414051,1751342896,1885303396,1866689646,1701407599,1684104520,268464741,1663242240,808479860,1466655583,1768845921,268461934,1663245824,808479860,1869570911,1130719595,1702063727,1885303918,1866689646,1701407599,318771200,1819566883,1667182640,1768648559,1953451621,6644585,588382224,812414051,1868783408,1701407599,1701732688,1048684,1952654096,1596993644,1802465123,1850762601,1048684,1952654106,1596993644,1802465123,1667196265,1768648559,1634754405,7103854,588447760,812414051,1868783408,1701407599,1851879519,268463205,1663245824,808479860,1869570911,1667590507,1702063727,1633645678,1350066538,1818586721,234885120,1819566883,1667182640,1768648559,268464997,1663242496,808479860,1869570911,1936025963,7106655,589299728,812414051,1952669488,1596993644,1802465091,1867539817,2036558188,1936942413,6645601,589692944,812414051,1952669488,1596993644,1802465091,1867539817,2036558188,1869570911,1348823403,1667853423,1048697,1952654105,1596993644,812414051,1868783408,1701407599,1769238350,268461411,1663246080,808479860,1819566943,1667182640,808479860,1869570911,1281714539,1850767201,1048684,1952654117,1596993644,812414051,1768185648,1869562742,1348823403,1667853423,1852785529,1852399988,268464741,1663244800,808479860,1819566943,1885286448,1635150194,1884649827,1702125924,620761088,1819566883,1667182640,808479860,1130591583,1768648559,1701593445,1969190002,1131701360,1768648559,1048677,1952654106,1596993644,812414051,1866686262,1701407599,1885434455,7497072,589037584,812414051,1952669488,1597256044,1466723952,1702057317,1802465091,7562601,589824016,812414051,1952669488,1869562732,1147496811,1818456937,1701669217,1852858226,1936278636,1767992419,7497069,588447760,812414051,1768185648,1869562742,1298491755,268461939,1663242496,808479860,1986618463,1802465091,7562601,588972048,812414051,1701338928,1919247457,1866686257,1701407599,1684104520,268464741,1663246080,808479860,1718511967,1634562671,1130457699,1768648559,1632400229,1953853305,1048628,1952654103,1596993644,1131307376,1768648559,1717715301,1701273970,318771200,1819566883,1885286448,1818586721,1869570911,6646123,588251152,812414051,1852858160,1869562732,6646123,588709904,812414051,1852858160,1869562732,1298491755,1634956133,268461415,1663244288,808479860,1819177055,1802465091,1699964265,1852404852,268464999,1663242496,808479860,1819177055,1802465091,7562601,589037584,812414051,1852858160,1718503788,1634562671,1635150196,1802465091,7562601,588316688,812414051,1852858160,1868783468,1701407599,335548416,1819566883,1885286448,1635150194,1884649827,1702125924,603983872,1819566883,1952395312,1702061416,1866691445,1701407599,1768714064,1667201379,1768648559,1819234405,637538304,1819566883,1952395312,1702061416,1866691445,1701407599,1768714064,1969191267,1869562732,1348823403,268463215,1663243264,808479860,1147368799,1852142689,1969775475,268466804,1663241984,808479860,1131443551,1768648559,1048677,1952654117,1597059180,812414051,1866686256,1701407599,1717924432,1852142181,1131636067,1920233071,268463215,1663243776,825257076,1819177055,1802465091,1631741289,1919250030,352325632,1819566883,1969172784,1869562729,1113942379,1701736033,1048690,1952654094,1597255788,1802465123,7562601,588644368,812414051,1852858166,1869562732,1113942379,1701736033,1048690,1952654094,1597517932,1802465091,7562601,588644368,812414051,1852858168,1869562732,1348823403,1667853423,1048697,1952654102,1597583468,1866692725,1701407599,1936617283,7630437,588644368,829191267,1852858160,1869562732,1113942379,1701736033,1048690,1952654098,1597190508,1802465091,1632658793,7103854,588251152,845968483,1852858160,1869562732,6646123,588775440,845968483,1884643126,1702125924,1701732688,1869562732,6646123,588251152,862745699,1852858160,1869562732,6646123,589365264,1835824227,1769235265,1148415599,1667200617,1702063980,1802465091,1631741289,1919250030,201330688,1853121315,1869570911,1936025963,201330688,1920230179,1869570861,1936025963,419434496,1920230179,1634027628,1601332580,1131833700,1768648559,2019906661,1048692,1952654099,1650420850,1634890337,1869570911,1936025963,335548416,1953784611,1667200863,1768648559,1869504357,1701013876,335548416,2004116259,1886218541,1684367724,1852793645,1953391987,268439552,762667811,1802465123,1630365033,1953654124,301993984,762667811,1986622064,762930017,1769238382,268461411,1663240704,1852785525,1953391987,318771200,1819632419,1868783476,1701407599,1667457375,7630949,588382224,1953723747,1869570861,761620843,1633972077,1048684,1969431307,1868788851,1701407599,352325632,1937072931,762146676,1802465123,1630365033,1885692771,1048692,1969431320,1836020851,1869570861,761620843,1953394531,1701734753,1048690,1969431325,1836020851,1869570861,761620843,1936942445,761620321,1852727650,268464741,1663243520,1869902709,1701326189,1919247457,1869570861,6646123,589168656,1953723747,1866689903,1701407599,1684107084,1114074729,1735091041,1853190002,1048676,1969431310,1836020851,1869570911,6646123,588120080,1663924067,1768648559,1718503781,1048687,2002985749,1952539693,1868770657,1701407599,1734700077,268463201,1663240704,1852989815,2020565549,352325632,762864419,1769238382,1633904998,1852795252,1634891565,1048688,2019762961,1953456735,1601007476,1852727650,268464741,1663241216,1885628282,1634545010,268462963,1663241728,1885628282,1869491570,1701013876,285216768,1663919139,1768648559,1633121125,1852403314,1048679,761537306,1802465123,1467180393,1768845921,1682007918,2036419699,7632239,588447760,1869491556,1768319348,1769234787,1647144559,268464737,1680019968,1868770612,1852142446,1633824116,1919250030,218107904,1983996963,1131377513,1768648559,1048677,1130636041,1768648559,268464997,1680024320,1954047329,1852012396,1868770662,1701407599,1953459757,761619305,1953394531,1701734753,1048690,1633952552,1819572325,1718510455,1869570861,761620843,1769238382,1663919459,1635020399,1919250025,1935764781,1048683,1633952527,1868770672,1701407599,1918984749,268439552,1918985251,1701733739,1868783474,1701407599,285216768,1952539683,1919954273,1667331689,1633824121,1048690,1633952535,1882022260,1702129522,1869182051,1633824110,1919250030,486543360,1952539683,1919954273,1667593327,1852795252,1953459757,1667851881,1869182049,1048686,1633952536,1882022260,1702129522,1869182051,1986997614,1634497125,1048697,1633952539,1882022260,1702129522,1869182051,1701981550,1634497895,1852795252,469766144,1952539683,1953705313,761623151,1836213616,1769173865,1882025583,1886744687,301993984,1952539683,1819231073,1952671084,1768714064,268466531,1680019968,1348564065,1635150194,1766095203,1735355489,402657280,1952539683,1919967073,1667593327,1852795252,1836016479,1953391981,520097792,1952539683,1919967073,1667593327,1852795252,1836016479,1953391981,1651469663,6646889,588644368,1635017060,1953460848,1769235301,1701670511,1734439795,1048677,1633952531,1936614772,1953851491,1633824122,1919250030,335548416,1952539683,1668509285,2054452584,1852793645,1953391987,301993984,1952539683,1668509285,2054452584,2036427821,268464741,1680020480,1852142689,1969775475,1751087732,1702325865,268465001,1680019712,1852142689,1969775475,1767864948,7300718,588382224,1702125924,1751348078,1601860725,1970302832,1048688,1633952541,1936614772,1953851491,1869635450,1601205616,1801675106,1970238055,268461166,1680020736,1852142689,1969775475,1868790388,1767994478,7497070,588447760,1702125924,1751348078,1668969589,1801678703,268461417,1680020224,1852142689,1969775475,1768454772,1768257390,1048691,1633952528,1936614772,1953851491,1718511994,1048687,1633952535,1936614772,1953851491,1718511994,1886609263,1919247201,285216768,1952539683,1668509285,2054452584,1702453612,1048690,1650729751,1885628205,1868770674,1701407599,1852793645,1953391987,201330688,1801675811,1869570861,1936025963,134221824,1868784675,1701407599,234885120,1600414755,1802465123,1650419049,268464737,1680021248,1667198308,1768648559,1819242597,1652122473,1701736033,1048690,1701061392,1918987363,1868770661,1701407599,1048691,1701061387,761361516,1919968359,234885120,1818584099,1667594357,1768648559,268464997,1680019712,1952805733,1869570861,761620843,7496034,588644368,1802724708,762343284,1852727650,1932358245,1885958772,1048677,1701061393,1869900659,1869562736,1298491755,268461939,1680019200,1667855973,1768648559,1718511973,1048687,1734615822,1986491236,1869570927,6646123,588316688,1919969124,1802465123,1633838441,1919250030,234885120,1634296867,761753452,1802465123,268461417,1680019200,1869373801,1868770663,1701407599,1048691,1768170256,1735355489,1131767085,1768648559,1048677,1768170263,1735355489,1685024045,1663921249,1768648559,1986290021,419434496,1634296867,1097297772,1885692771,1869562740,1348823403,1667853423,1048697,1768170261,1735355489,1718513475,1131246185,1768648559,268464997,1680022272,1869373801,1869504359,1768319348,1769234787,1667198575,1768648559,1048677,1768170254,1768779620,1953459757,6644585,588644368,1717987684,761623413,1802465123,1848468841,1667855471,1048677,1768170265,1970301287,1667853410,1868770657,1701407599,1634235181,268461412,1680018688,1601136489,1802465123,7562601,588447760,1634625892,1917874029,1667331689,1886343289,268464245,1680020480,1663923049,1768648559,1852386661,1647144806,268466287,1680020224,1866691433,1701407599,1953394499,1701734753,1048690,1768170253,1600938867,1802465123,268461417,1680018688,1818456937,1601005921,7496034,588185616,1668508004,1835622764,1647145573,268466287,1680019968,1818456937,1701669217,1868770674,1701407599,318771200,1936286755,1767992419,762471789,1802465123,7562601,588644368,1668508004,1835622764,1663922789,1768648559,1650422629,1048679,1768170254,1634493299,1919249769,7892802,587989008,1668508004,1835622764,4420197,588316688,1668508004,1835622764,1866691173,1701407599,301993984,1936286755,1767992419,1131570541,1768648559,268464997,1680021248,1818456937,1701669217,1634288754,1600614252,1633972077,1048684,1768170255,1634493299,1919249769,1380992071,301993984,1936286755,1767992419,1601332589,1802465123,268461417,1680020224,1818456937,1701669217,1868783474,1701407599,1048691,1768170263,1936289139,1868770675,1701407599,1936026925,1701273971,436211712,1936286755,1936943469,1701601889,1869570861,761620843,1768714096,268466531,1680019712,1718580073,762865004,1802465123,7562601,587792400,1886611812,1094799427,385880064,1936286755,2036427888,1869570861,761620843,1936617315,7630437,588709904,1886611812,1601790316,1802465123,1834968425,1634956133,268461415,1680020224,1630369385,1885692771,1868770676,1701407599,1048691,1768170251,1868770678,1701407599,318771200,1986618403,1869570861,761620843,1936617315,7630437,588251152,762734948,1802465123,1764582761,7300718,587989008,762734948,1802465123,7562601,588316688,762734948,1868983913,1869570861,1936025963,251662336,1986618403,1702065453,1869570861,6646123,588251152,1098279268,1885692771,1869562740,6646123,588316688,1098279268,1953523043,1869562721,1936025963,251662336,1986618403,1936291393,1802465091,7562601,588251152,1098279268,1869834614,1802465091,7562601,587923472,1131833700,1685015888,268463201,1680019200,1749251689,1131111269,1768648559,1048677,1768170252,1869562742,1718503787,1048687,1768170250,1869562742,6646123,588513296,1131833700,1768648559,1667449189,1635020901,6644590,588447760,1131833700,1768648559,1919369573,1701668197,268465262,1680019200,1866692201,1701407599,1919249473,1048692,1768170256,1869562742,1113942379,1701736033,1048690,1768170260,1869562742,1130719595,1667854184,1718503781,1048687,1768170260,1869562742,1130719595,1819307375,1668178281,1048677,1768170257,1869562742,1130719595,1768320623,268463474,1680019712,1866692201,1701407599,1936617283,7630437,588644368,1131833700,1768648559,1852785509,1953391987,1701736009,1048690,1768170273,1869562742,1130719595,1702063727,1699574894,1734439795,1852785509,1852399988,268464741,1680020224,1866692201,1701407599,1953394499,1701734753,1048690,1768170252,1869562742,1164274027,1048661,1768170255,1869562742,1164274027,1702125927,234885120,1986618403,1802465091,1850303849,268463974,1680019456,1866692201,1701407599,1868983881,268463474,1680018688,1866692201,1701407599,7823692,588185616,1131833700,1768648559,1634028645,268463730,1680018688,1866692201,1701407599,6779725,588644368,1131833700,1768648559,1953451621,1667851881,1869182049,1048686,1768170256,1869562742,1315268971,1718187119,1048697,1768170256,1869562742,1348823403,1667853423,1048697,1768170258,1869562742,1432709483,1315202419,6648943,588185616,1131833700,1768648559,1635341669,268462450,1680019712,1866692201,1701407599,1852989783,6778473,587923472,1131833700,1768648559,268464997,1680019456,1866692201,1701407599,1701593459,268465266,1680018944,1866692201,1701407599,2020557427,251662336,1986618403,1802465091,1131636073,4999502,588709904,1131833700,1768648559,1866691429,1919510126,1769234797,268463727,1680019968,1866692201,1701407599,1852785523,1953391987,201330688,1986618403,1802465091,1181967721,268439552,1986618403,1802465091,1181967721,1684371561,301993984,1986618403,1802465091,1299408233,1634956133,268461415,1680018944,1866692201,1701407599,1735609715,285216768,1986618403,1802465091,1349739881,1667853423,1048697,1768170262,1869562742,1936025963,1819177055,1802465091,7562601,588120080,1148610916,1818456937,1701669217,1048690,1768170264,1836205686,1919251285,1802465091,1866687849,1919510126,1048685,1768170254,1718503798,1869562735,6646123,588185616,1232496996,1131374190,1768648559,268464997,1680020992,1850308201,1836216166,1869177697,1869562734,1936025963,352325632,1986618403,1868983881,1952542066,1130460777,1768648559,1048677,1768170262,1718503798,1634562671,1635150196,1802465091,7562601,588578832,1299605860,1131309409,1768648559,1867543397,2036558188,285216768,1986618403,1936614733,1130719841,1768648559,1048677,1768170256,1919241590,1866687329,1701407599,1048691,1768170253,1735609718,1802465091,268461417,1680017920,1766880873,1953459059,201330688,1986618403,1802725712,1768649839,234885120,1986618403,1131179856,1768648559,268464997,1680020480,1867544169,2036558188,1701012289,1851880560,268461411,1680018688,1867544169,2036558188,7496002,587923472,1349937508,1635150194,268466531,1680020736,1130329705,1229672271,1128878661,1229739080,4540750,588120080,1601595748,1802465091,1632396649,1048695,1768170261,1866686326,1701407599,1601659212,1701994864,268465262,1680019712,1130329705,1768648559,1819234405,7955305,588447760,1601595748,1701012321,1667200112,1768648559,268464997,1680019200,1633646185,1885692779,1784897908,1048673,1768170258,1818320758,1601466981,1802465123,7562601,588578832,1601595748,1601331554,1802465123,1601398121,1868983913,285216768,1986618403,1634296671,1634432115,1718511967,1048687,1768170256,1852006262,1667198057,1768648559,1048677,1768170253,1868783478,1768645487,268464997,1680017664,1667200617,7040879,587923472,1601595748,1802465123,268461417,1680019200,1667200617,1768648559,1718503781,1048687,1768170255,1868783478,1701407599,1684957535,251662336,1986618403,1869570911,1600481643,6779757,588316688,1601595748,1802465123,1869505897,1701013876,201330688,1986618403,1869570911,1936025963,318771200,1986618403,1869570911,1936025963,1667457375,7630949,588382224,1601595748,1802465123,1601398121,1869376609,1048695,1768170258,1868783478,1701407599,1970167667,6387301,588513296,1601595748,1802465123,1601398121,1852989815,6778473,589234192,1601595748,1802465123,1886610793,1667853423,1869504377,1768319348,1769234787,268463727,1680018176,1667200617,1768648559,1048691,1768170256,1684496246,1717531248,1702129519,1048690,1768170256,1852399478,1667198822,1768648559,1048677,1768170257,1852399478,1667198822,1768648559,268464997,1680020480,1834972777,1634956133,1667196263,1768648559,268464997,1680020480,1885304425,1953066095,1600217961,1802465123,268461417,1680020736,1885304425,1953066095,1702195561,1869570911,6646123,588644368,1601595748,1768714096,1970366836,1868783461,1701407599,1048691,1768170255,1869635446,1868783472,1701407599,318771200,1986618403,1953067871,1869570917,1600481643,7041889,588185616,1601595748,1600484213,1802465123,268461417,1680019456,1969190505,1667196275,1768648559,268464997,1680020480,1667462761,1869570926,1885694315,1635150194,268466531,1680018176,1868789353,1852142446,1048692,1768170248,1869570934,1048683,1768170250,1869570934,6646123,588316688,1668704612,1768648559,1852793701,1953391987,285216768,1986618403,1802465123,1768449385,1768257390,1048691,1768170252,1869570934,1868917099,1048683,1768170251,1869570934,1936025963,385880064,1986618403,1768697193,1663919462,1768648559,1869622629,7370096,588447760,1836476772,1634954853,1668113767,1768648559,268448101,1680019968,1919972969,1667331689,1869570937,1936025963,134221824,1600873507,1919968359,167776256,1835754531,1802465123,268461417,1680017920,1868783468,1701407599,268439552,1600939043,1802465123,1631741289,1919250030,285216768,1600939043,1802465123,1717527913,1702129519,1048690,1818501899,1869562727,1936025963,285216768,1735156771,1869570911,1600481643,1835102822,1048677,1818501910,1869570921,1969580395,1701273971,1852989815,6778473,588251152,1667198308,1768648559,1600220261,7496034,588251152,1935633764,1601662824,1802465123,7562601,588251152,1668312420,1768648559,1953459813,6644585,588185616,1131638116,1768648559,1886343269,268464245,1680019456,1867544685,1131443568,1768648559,268464997,1680021504,1868783470,1701407599,1953459807,1600480105,1852727650,268464741,1680019712,1663920494,1768648559,1818307941,7631461,588382224,761884260,1802465123,1647142249,1701736033,1048690,1852056334,1819303790,1802465091,7562601,588840976,1663922020,1768648559,1886351461,1663922293,1635020399,1919250025,234885120,1131373603,1768648559,1701593445,268465266,1680019968,1647141743,1701736033,1868770674,1701407599,251662336,1668244515,1768648559,1869570917,6646123,588447760,1969450852,1953391981,1802465091,1850303849,268463974,1680020992,1932355439,1919954288,1667331689,1969368441,1852798068,268439552,1735353379,1868783981,1701407599,1953393e3,620761088,1836016675,1802465091,1633117545,1852403314,1869494887,1952983156,975793261,678719342,2036625250,1048617,1868833546,762606958,7823724,588316688,1651797860,1701080673,1868789089,1701407599,335548416,762340387,1663918947,1768648559,1852793701,1953391987,285216768,1466983459,1768845921,1918330734,1701867617,1048690,1885610765,1999463267,1886413170,268464741,1680020224,1868770674,1701407599,1718511917,1868705135,1048696,1919165200,1869374047,1852402531,1768185703,1048694,1919165196,1986491236,1768185711,1048694,1919165196,1663922287,1768648559,1048677,1935942417,762606381,1802465123,1651729769,268464737,1680018688,1868783475,1701407599,7496034,588054544,1986491236,1882008943,1886744687,218107904,1735615523,1647144822,1701736033,1048690,1935942413,762279527,1953787746,268463471,1680020480,1870030707,1852793645,1953391987,2036427821,268464741,1680019456,1870030707,1852793645,1852399988,268464741,1680018688,1870030707,1869570861,6646123,588906512,1986491236,1868770671,1701407599,1852793645,1969711462,1869898098,1048690,1935942423,762279527,1802465123,1663919465,1635020399,1919250025,385880064,1735615523,1663922038,1768648559,1852058981,1634479476,7497081,588447760,1986491236,1868770671,1701407599,2036427821,268464741,1680018432,1870030707,1685024045,268463201,1680020480,1870030707,1685024045,1999465569,1886413170,268464741,1680018688,1870030707,1953525549,7235885,587989008,1986491236,1634741615,7103854,587792400,1986491236,2020557423,301993984,1735615523,1866690422,1701407599,1852727618,268464741,1680018432,1870030707,1953460038,268464741,1680018688,1870030707,1851875935,7497070,587857936,1986491236,1868717935,1048696,1935942413,1601140327,1802465123,268461417,1680019968,1870030707,1869570911,1600481643,1953393e3,301993984,1735615523,1667198838,1768648559,1869504357,268461428,1680018176,1870030707,1718511967,1048687,1935942409,1601140327,268448374,1680018944,1870030707,1634891615,1919250544,167776256,1886610467,1802465123,268461417,1680018432,1869051507,1701012289,268465264,1680018688,1869051507,1919252047,7954796,588054544,1735816036,1868783471,1701407599,184553472,2020893731,1869570861,6646123,589430800,1920562276,1768435044,1768712295,762603623,1802465123,1647142249,1735091041,1853190002,1048676,1986274065,1869570861,761620843,1769238382,268461411,1680023296,863251830,1852793645,1953391987,1851878701,1835362145,762605157,1633972077,1048684,1986274063,1701012289,1866691696,1701407599,268439552,1098277923,1885692771,1869562740,1936025963,251662336,1131832355,2053468773,1735158082,6910825,587792400,1866692196,1701407599,251662336,1131832355,1768648559,1851867749,7497070,587989008,1866692196,1701407599,7496002,587989008,1866692196,1701407599,7039043,588447760,1866692196,1701407599,1768908867,1850303843,268463974,1680018688,1869562742,1231382891,7300718,588251152,1866692196,1701407599,1936942413,6645601,588120080,1866692196,1701407599,1970302800,1048688,1986274058,1802465091,7562601,587857936,1917875812,1667331689,1048697,2019828488,1802461997,1048681,2019828505,1802465091,1866687849,1852142446,1852785524,1852399988,268464741,1680020480,1835101817,1663918953,1768648559,1647145829,268464737,1680022528,1835101817,1663918953,1768648559,1647145829,1865249377,1819436406,268466529,1680016640,6518649,588054544,1668774244,1818714719,1919252833,150999040,1917871395,1667331689,1048697,1348805391,1635150194,1631746403,1919250030,318771200,1917871395,1667331689,1936278649,1767992419,7497069,588447760,1600348517,1802465123,1834968425,1634956133,268461415,1696795904,762799713,1802465123,7562601,588578832,1701273957,762932338,1819242356,1868770675,1701407599,184553472,1935762723,1869562745,6646123,588185616,2037604709,1802465123,1852401001,268463974,1696797184,1600485217,1802465123,1601398121,1868983913,520097792,1969382691,762277748,2037604709,1735615533,1663922038,1768648559,1869622629,7370096,588316688,762078053,1769238382,1633904998,1852795252,285216768,1818453283,1953459807,1667851881,1869182049,1048686,1667572490,1869570924,6646123,588185616,1836016485,1932358497,761815907,268466277,1696797184,1634561891,1668492659,1697474659,1734487416,134221824,1868784931,1701407599,251662336,1868784931,1701407599,1851875935,7497070,588120080,1634886501,1868770670,1701407599,1048691,1684349715,1885628205,1868770674,1701407599,1918984749,385880064,1667523875,1802465091,1349739881,1667853423,1851867769,7497070,588447760,762340453,1802465123,762537321,1852727650,268464741,1696798464,1663918437,1768320623,1952542066,762212201,1702131055,1048690,1717904146,1633824120,1919250030,1869770797,7630957,588316688,762537829,1802465123,1882023273,1886744687,285216768,1835558179,1868770675,1701407599,1718511917,1048687,1768235786,1869570911,6646123,588447760,2037082469,1869562735,1130719595,1702063727,268465262,1696798208,1868788329,1868770669,1701407599,1869491571,1701013876,184553472,762012963,1802465123,7562601,588251152,1131637605,1768648559,1869762661,7630957,588382224,1663921253,1768648559,1868770661,1852142446,1048692,1818567437,1936028999,1919243380,268465005,1696797440,1663918956,1768648559,1868770661,1852142446,1048692,1818567453,1868770659,1701407599,1852793645,1953391987,1852793645,1852399988,268464741,1696798208,1701668204,1667200110,1768648559,1633836901,1919250030,301993984,1902929187,1232367695,1851867758,1148347758,268465769,1696796672,1651340652,1663923061,1768648559,268464997,1696797440,1882350445,1680696164,1818456937,1701669217,1048690,1835344662,1869562723,1315268971,1718187119,1952539497,7237481,587989008,1634037093,1869570861,6646123,588251152,1634037093,1869570861,761620843,6779757,588316688,1919249765,1953391975,1869562725,1936025963,251662336,1735222563,1869570911,2003134827,7105633,588513296,1869639013,1663920498,1768648559,1869426021,7102820,588382224,1650552421,1663919468,1768648559,1633824101,1048690,1852121874,1701601889,1802465091,1663919465,7630447,588120080,1650552421,1868785004,1701407599,1048691,1852121873,1702192229,1869570911,1113942379,268466287,1696798464,1851877486,761554275,1986622064,762930017,1970302832,1048688,1868899081,1802465123,268461417,1696798720,1868770672,1701407599,1886343283,2002743413,1886413170,268464741,1696796672,1869562736,1130719595,1702063727,268465262,1696796416,1817207920,1751475041,1701080175,1048690,1885676317,761488240,1769238382,1633904998,1852795252,1852793645,1852399988,268464741,1696794880,1986622064,7955297,588185616,1769107557,2036556150,1953853229,268464741,1696796672,1667199856,1768648559,1852399461,268463974,1696796928,1882027890,1635150194,1764587875,7300718,587923472,1663923045,1702063727,268465262,1696798208,1868770675,1701407599,1852793645,1953391987,1886413101,318771200,1601398051,1802465123,1935631721,1953852527,7237481,588054544,1868788581,1701407599,2020565549,318771200,1769170211,1701012289,1866691696,1701407599,7496002,588382224,1600746341,1802465123,1650419049,1701736033,1048690,1936007955,1936028777,1869570861,761620843,1868983913,268439552,1819501859,1869570911,1600481643,1868983913,369102848,1853056291,1633836915,1919380323,1684960623,2036427871,268464741,1696796160,1868783476,1701407599,2002873439,318771200,1953785123,1663921251,1768648559,1818307941,7631461,587857936,1647146341,1701736033,1048690,1969562380,1936286253,1953068387,1048691,1969562378,1869570861,6646123,588316688,1663923557,1768648559,1633824101,1919250030,234885120,762668323,1802465123,1647142249,268464737,1696799488,1868770677,1701407599,1918984749,1953459757,1667851881,1869182049,1048686,1969562389,1869570861,761620843,1886220131,1851877740,268461411,1696799488,1868770677,1701407599,1836016429,1634298992,761619310,1633972077,1048684,1969562388,1869570861,761620843,1953394531,1701734753,1048690,1969562386,1869570861,761620843,1953394531,7630437,588513296,1663923557,1768648559,1768172901,1952671090,6649449,588513296,1663923557,1768648559,1969696101,1818584169,6647401,588382224,1663923557,1768648559,1919495525,1852404594,1048686,1969562382,1869570861,761620843,7823724,588513296,1663923557,1768648559,1634479461,1869622647,7370096,588382224,1663923557,1768648559,1701653861,1734439795,1048677,1969562385,1869570861,761620843,1768058733,268461420,1696796160,1868770677,1701407599,1735617837,285216768,762668323,1802465123,1848468841,1667855471,1048677,1969562387,1869570861,761620843,1769238382,1919248742,285216768,762668323,1802465123,1848468841,1718187119,1048697,1969562390,1869570861,761620843,1769238382,1999468902,7364978,588316688,1663923557,1768648559,1869622629,2036558188,536875008,762668323,1802465123,1882023273,1667853423,1633824121,1919250030,1634891565,1919250544,385880064,762668323,1802465123,1882023273,1667853423,1869622649,7368560,588709904,1663923557,1768648559,1869622629,2036558188,1886351405,268464245,1696798720,1868770677,1701407599,1768715053,1735289188,1886351405,268464245,1696800768,1868770677,1701407599,1768715053,1735289188,1886351405,1865248885,1819436406,268466529,1696796672,1868770677,1701407599,1970565933,268461670,1696798976,1868770677,1701407599,1918990125,1735289198,1851875885,7497070,588644368,1663923557,1768648559,1635200357,1852403314,1768172903,1048694,1969562383,1869570861,761620843,1885434487,218107904,762668323,1802465123,1634493801,1048695,1969562379,1869570861,1936025963,301993984,762668323,1802465123,762537321,1852727650,268464741,1696797440,1868770677,1701407599,1868770675,1852142446,1048692,1969562389,1869570861,1936025963,1919509549,1769235301,268461430,1696796416,1868770677,1701407599,1634479475,1048695,1969562392,1869570861,1936025963,1953459757,1667851881,1869182049,1048686,1969562380,1869570861,1936025963,1048626,1969562381,762340141,1852727650,268464741,1696796672,1684483445,1865249392,1819436406,268466529,1696794368,1634479477,1048695,1969562380,1953459757,1701406313,1048690,1969562376,1852534573,1048687,1969562379,1769107501,2036556150,184553472,762668323,1702065523,6384494,588054544,1866691941,1768714349,1701015137,167776256,1131767075,1702063727,268465262,1696794880,1869562741,6646123,588185616,1866691941,1701407599,1852727618,268464741,1696795648,1869562741,1113942379,268464737,1696796416,1869562741,1147496811,1869373801,1048679,1969562386,1802465091,1766090089,1952671090,6649449,587989008,1866691941,1701407599,7760196,588382224,1866691941,1701407599,1868983881,1702131023,1048690,1969562380,1802465091,1632396649,1048695,1969562384,1802465091,1632396649,1718503799,1048687,1969562383,1802465091,1867408745,1701013876,251662336,1131767075,1768648559,1953451621,7956073,588120080,1866691941,1701407599,1701732688,1048684,1969562386,1802465091,1699898729,1936029041,7497076,588251152,1866691941,1701407599,1852989783,6778473,588251152,1866691941,1701407599,1885434455,7497072,587857936,1866691941,1701407599,1048691,1969562384,1802465091,1282631017,1631745889,1048690,1969562386,1802465091,1366517097,1953719669,7237481,588120080,1866691941,1701407599,1852791411,1048677,1969562380,762798412,1919249505,1048692,1969562377,1769238350,268461411,1696794624,1886343285,268464245,1696796160,1868783477,1768714349,1701015137,167776256,1601529123,1802465123,268461417,1696796672,1868783477,1701407599,1701601631,268465266,1696796928,1868783477,1701407599,1851875935,7497070,588120080,1667200357,1768648559,1633836901,1048690,1969562386,1869570911,1600481643,1936617315,7630437,588513296,1667200357,1768648559,1868783461,1767994478,7497070,588447760,1667200357,1768648559,1768185701,1735355489,268461429,1696797952,1868783477,1701407599,1936286815,1767992419,7497069,588120080,1667200357,1768648559,1634492261,1048695,1969562391,1869570911,1600481643,1936942445,1600481121,1701079400,285216768,1601529123,1802465123,1851745641,1667855471,1048677,1969562385,1869570911,1600481643,1769238382,268466534,1696796928,1868783477,1701407599,1819242591,7955305,588382224,1667200357,1768648559,1635213157,1852403314,1048679,1969562393,1869570911,1600481643,1852989815,1600613993,1852727650,268464741,1696795904,1868783477,1701407599,7892834,587923472,1667200357,1768648559,268464997,1696796416,1868783477,1701407599,1868717939,1048696,1969562390,1869570911,1936025963,1936286815,1767992419,7497069,588972048,1667200357,1768648559,1868526437,1819436406,1667201377,1702129263,268465262,1696797184,1868783477,1701407599,1886609267,1919247201,436211712,1601529123,1601659244,1802465123,1700750697,2002744440,1886413170,268464741,1696797184,1869504373,1701013876,1852793695,1953391988,402657280,1601529123,1601466479,1667198569,1768648559,1633836901,1919250030,553652224,1601529123,1919251317,1852793695,1953391987,1819242591,1601790825,1953394531,1701734753,1048690,1969562377,1852727650,268464741,1696794624,1650418549,268466287,1696796160,1667195765,1768648559,2020557413,83890176,1668637987,1048675,1969562379,1631740771,1919250030,167776256,1668637987,1869491563,268461428,1696795392,1600938869,1701732720,1048684,1969562378,1936617315,7630437,587792400,1868789093,1701407599,301993984,1668637987,1768648559,1868770661,1852142702,268464741,1696796672,1869570933,761620843,1769238382,268461411,1696796672,1869570933,1600481643,1953787746,268463471,1696795648,1869570933,1650813291,268464737,1696797184,1869570933,1650813291,1865249377,1919251573,201330688,1668637987,1768648559,2020565605,268439552,1668637987,1768648559,1852793701,1953391987,201330688,1668637987,1768648559,2002873445,251662336,1668637987,1768648559,2002873445,7892834,588578832,1868789093,1701407599,1668768108,1635020399,1919250025,251662336,1668637987,1768648559,1953459813,6644585,587857936,1868789093,1701407599,1048691,1969562383,1802465123,762537321,1702129518,301993984,1668637987,1768648559,1999467365,1886413170,268464741,1696795904,1869570933,2003134827,7238241,588120080,1868854629,1953393005,1835216236,1048674,1969562382,1919968359,1851875885,7497070,588054544,1684501861,1834971760,1818322031,100667392,1819632931,268466017,1696795136,2002873461,1918984749,150999040,1886741795,1667853423,1048697,1969562376,1970302832,1048688,1969562388,1667198834,1768648559,1868783461,1852142702,1048692,1969562380,1768124274,1802793825,1048687,1969562379,1868787570,1701407599,234885120,1920296227,1869570927,1818585451,268466017,1696796672,1882027125,1635150194,1647147363,268464737,1696797184,1667200117,1768648559,1869504357,1701013876,234885120,762733859,1802465123,1700029801,268465272,1696798208,1668178294,1868770661,1701407599,1852793645,1953391987,318771200,1702257955,1630368878,1953654124,1869570861,6646123,588775440,1852143205,1734438260,1869770797,1869570861,761620843,7956073,588447760,1684633189,1869562725,1936025963,1769238350,268466534,1696797184,1868770679,1701407599,762470754,1819047270,402657280,762799395,1802465123,1852401001,1663922022,1635020399,1919250025,268439552,1668769059,1667183213,1635020399,1919250025,318771200,1702389027,1667200110,1768648559,1869438821,7102820,588120080,1634760805,1868783476,1701407599,1048691,2019894032,1731030128,762474596,1633972077,1048684,2019894031,1731030128,762474596,1819042167,335548416,1886938403,1768122732,1869562740,1298491755,1818322031,402657280,1886938403,1768122732,1868783476,1701407599,1852793695,1953391987,436211712,1886938403,1634037359,1869570861,761620843,1886220131,1851877740,268461411,1696796928,1701998712,762278771,1802465123,7562601,588513296,1702131813,1818324594,1869570861,761620843,7496034,588251152,1663924837,1768648559,1999467365,7364978,588251152,1868770662,1701407599,1819242541,7955305,587792400,1868783462,1701407599,436211712,1667327523,1601335156,1802465123,1868785001,1852142446,1886347124,268463717,1713573632,1868852321,1868770670,1701407599,1048691,1634083598,1852793964,1802465091,7562601,588120080,1668505958,1663918441,1768648559,1048677,1667638025,1802465091,268461417,1713573632,1866687331,1701407599,1633972045,1048684,1667638025,1684483439,268464752,1713573376,1731030883,762474596,1802723693,419434496,1600611875,1802465123,1885300073,1768387948,1701273454,1634887022,1048684,1751524107,1868770658,1701407599,251662336,1919444515,1869570861,761620843,7496034,588382224,1601661030,1802465123,1768449385,1768257390,1048691,1768301324,1919251564,1885628255,1048690,1768301328,1282700146,1632528239,1633841006,1048690,1768301328,1416917874,1130720617,1768648559,1048677,1768301325,761554296,1802465123,268461417,1713573632,1684371561,1802465091,1631741289,1048690,1768301325,1130653048,1768648559,268464997,1713572096,1702112619,7564658,588054544,1734437990,1869570861,1936025963,218107904,1634493987,1663920243,1768648559,1048677,1818632980,761820001,1802465123,1882023273,1667853423,1048697,1818632973,1130918753,1768648559,268464997,1713575680,1769497964,1802465122,1869570911,1600481643,1702453612,1048690,1818632976,1769234799,1667196782,1768648559,1048677,1868964628,762274926,1936291425,1868770671,1701407599,1048691,1868964628,1601135726,1936291425,1868783471,1701407599,1048691,1868964622,1601135726,1802465123,7562601,588709904,1685024614,762930793,762278512,1802465123,1764582761,268466534,1713572864,1601466223,1802465123,268461417,1713574400,1702129519,1851993458,1932356713,1701011824,234885120,1869571619,762471796,1802465123,268461417,1713575424,1702129519,1868770674,1701407599,1852793645,1953391987,385880064,1869571619,762471796,1802465123,1764582761,762275438,7496034,588513296,1953460070,1663922789,1768648559,1953049957,7823724,588513296,1953460070,1663922789,1768648559,1634479461,7497081,588578832,1953460070,1663922789,1768648559,1869491557,1701013876,385880064,1869571619,762471796,1802465123,1848468841,1718187119,7497065,588578832,1953460070,1663922789,1768648559,1869622629,2036558188,335548416,1869571619,762471796,1802465123,1882023273,1886744687,251662336,1869571619,762471796,1802465123,7562601,588447760,1953460070,1663922789,1768648559,1680700261,268465769,1713575680,1702129519,1868770674,1701407599,761623413,1668246626,1048683,1868964620,1919251567,1885628205,1048690,1868964624,1919251567,1885628205,1868705138,1048696,1868964628,1919251567,1885628205,1920413042,1701867617,1048690,1868964620,1919251567,1885826093,1048676,1868964617,1919251567,268462915,1713573120,1702129519,1869562738,6646123,588972048,1953460070,1866691173,1701407599,1919249473,1852785524,1852399988,268464741,1713574912,1702129519,1869562738,1097165163,1667855474,268461420,1713573888,1702129519,1869562738,1113942379,268464737,1713575424,1702129519,1869562738,1147496811,1667592809,1702259060,318771200,1869571619,1131570548,1768648559,1953451621,6644585,588447760,1953460070,1866691173,1701407599,1768714064,268466531,1713574656,1702129519,1869562738,1634036075,1885692771,1048692,1868964622,1919251567,1802465091,7562601,588251152,1953460070,1682403941,1867346544,7102820,588972048,1953460070,1633645157,1701147239,1986622032,1132028769,1768648559,268464997,1713572864,1702129519,1868783474,268462959,1713573376,1702129519,1868783474,1701407599,402657280,1869571619,1601332596,1802465123,1650419049,1650422369,1801678700,251662336,1869571619,1601332596,1802465123,7562601,589168656,1953460070,1667199589,1768648559,1650422629,1701736033,1920425842,1701867617,1048690,1868964625,1919251567,1869570911,1936025963,268463967,1713574400,1702129519,1668570994,1769107551,2036556150,218107904,1869571619,1668441460,1768648559,1048677,1868964631,1919251567,1802465123,1663919465,1635020399,1919250025,234885120,1869571619,1668441460,1768648559,268464997,1713573632,1836347247,1668510565,1768648559,1048677,1868964622,1130327410,1768648559,4935525,587989008,1836216166,1869570911,6646123,588578832,1836216166,1869570911,1936025963,1634891615,1919250544,369102848,2020566563,762930793,762278512,1802465123,1764582761,268466534,1713574400,1868770672,1701407599,1852793645,1953391987,285216768,762340899,1802465123,1848468841,1667855471,1048677,1885741836,1885628205,1633824114,1048690,1919296276,762864947,1802465123,1635214697,1852403314,1048679,1919296273,1869570911,1298491755,1634956133,268461415,1713573888,1868783474,1701407599,1701601631,268465266,1713574912,1868783474,1701407599,1852793695,1852399988,268464741,1713573120,1701667186,1869570861,6646123,588251152,1835102822,1869562725,1936025963,7892802,587923472,1835102822,1769365861,268463987,1713575936,1701667186,1802661751,1869570911,2003134827,1768845921,268461934,1713574144,1868770675,1701407599,1852989815,6778473,588513296,1667199846,1768648559,1868783461,1767994478,7497070,587989008,762475622,1802465123,7562601,588578832,1819047270,1852793645,1953391988,1869570861,1936025963,167776256,762734115,1802465123,268461417,1713573632,1869562743,1113942379,1701736033,1048690,2003182346,1869570911,6646123,588382224,1667200870,1768648559,1868526437,1970238576,1048692,2019959574,1802465091,1850303849,1767337830,2003788910,7892802,588840976,1663918439,1768648559,1869622629,2036558188,1634891565,1919250544,268439552,1667327779,1768648559,1936026981,1701273971,251662336,1684104995,762602855,1802465123,7562601,587989008,1601069415,1986622064,7955297,588644368,1920098663,1634757985,1869570861,1852139883,1667855471,1048677,1650926345,1802465123,268461417,1730353408,1868783459,1701407599,1852793695,1953391987,1851875935,7497070,588251152,1868784487,1701407599,1936942445,6645601,588513296,1936548711,1869570911,1600481643,1634623853,7497063,588251152,1919968359,1667457325,1635020901,6644590,588185616,1919968359,1919377709,1701668197,268465262,1730352896,762474596,1701996385,1852140901,1920413044,1701867617,1048690,1684480779,1630368368,1953654124,201330688,1885628195,1633824114,1919250030,369102848,1885628195,1633824114,1919250030,1836016429,1701736304,268465262,1730351872,762474596,1852727650,1831694949,1819632751,1048677,1684480788,1647145584,1701736033,1920413042,1701867617,1048690,1684480777,1647145584,268464737,1730349824,762474596,1668246626,1048683,1684480780,1647145584,1869902959,1048685,1684480787,1647145584,1869902959,1633824109,1919250030,486543360,1885628195,1868705138,1836020852,1851875885,762471790,1953394531,1701734753,1048690,1684480777,1647145584,268466287,1730350848,762474596,1818323043,1735288172,1048677,1684480781,1663922800,1768320623,268463474,1730352128,762474596,1936617315,762605157,1852727650,268464741,1730351360,762474596,1936617315,762605157,7892834,588709904,1919968359,1852793645,1953391987,1852793645,1852399988,268464741,1730352128,762474596,1936617315,762605157,1684828008,268464741,1730351872,762474596,1936617315,762605157,1970302832,1048688,1684480789,1663922800,1702063727,1999467630,1886413170,268464741,1730350848,762474596,1953394531,1701734753,1048690,1684480800,1663922800,1635020399,1919250025,1667326509,1869768555,761556597,1702390118,1048676,1684480780,1663922800,1768648559,1048677,1684480791,1663922800,1768648559,1633824101,1919380323,1684960623,318771200,1885628195,1868770674,1701407599,1851875885,7497070,589103120,1919968359,1869570861,761620843,1852727650,1663922789,1635020399,1919250025,268439552,1885628195,1868770674,1701407599,1918984749,301993984,1885628195,1868770674,1701407599,1869373997,268462947,1730353664,762474596,1802465123,1647142249,1801678700,1814914149,1919252833,335548416,1885628195,1868770674,1701407599,1852793645,1953391987,402657280,1885628195,1868770674,1701407599,1852793645,1953391987,1918984749,436211712,1885628195,1868770674,1701407599,1852793645,1953391987,1886351405,268464245,1730352896,762474596,1802465123,1680696681,1818456937,1701669217,1048690,1684480787,1663922800,1768648559,1868967269,1919251567,285216768,1885628195,1868770674,1701407599,1852401709,1048692,1684480785,1663922800,1768648559,1852386661,268463974,1730351104,762474596,1802465123,1814914409,268466017,1730354688,762474596,1802465123,1831691625,1634956133,1663919463,1635020399,1919250025,469766144,1885628195,1868770674,1701407599,1936026925,1701273971,1702260525,2036427890,318771200,1885628195,1868770674,1701407599,1953459757,6644585,588382224,1919968359,1869570861,761620843,1769238382,1048678,1684480788,1663922800,1768648559,1986997605,1634497125,1048697,1684480787,1663922800,1768648559,1869622629,2036558188,268439552,1885628195,1868770674,1701407599,2003792429,285216768,1885628195,1868770674,1701407599,1818326829,1048684,1684480786,1663922800,1768648559,1953451621,6644585,588513296,1919968359,1869570861,1936025963,1953459757,6644585,587923472,1919968359,1987011373,268464741,1730350080,762474596,1818323300,268461935,1730351104,762474596,1668508004,1835622764,268464741,1730350080,762474596,1953261926,268464741,1730350080,762474596,1953460070,268464741,1730350080,762474596,1684104552,268464741,1730353664,762474596,1282631017,1663924856,1768648559,1633889637,1935767150,452988928,1885628195,1701391730,2054704243,1869570861,761620843,1936942445,6645601,588513296,1919968359,1718511917,1868770671,1767994478,7497070,587989008,1919968359,762538285,7239014,587792400,1919968359,2002873389,218107904,1885628195,1634545010,1701273966,1048690,1684480781,1831694960,1634956133,268461415,1730351872,762474596,1936942445,761620321,1633972077,1048684,1684480786,1831694960,1818322031,1953456685,7171956,588185616,1919968359,1685024045,1647144033,268466287,1730352384,762474596,1633972077,1868770668,1767994478,7497070,588840976,1919968359,1685024045,1663921249,1635020399,1919250025,2003136045,201330688,1885628195,1634610546,1918984822,318771200,1885628195,1701719410,1868770679,1767994478,7497070,587989008,1919968359,1953459757,6644585,588644368,1919968359,1953459757,761619305,1953394531,1701734753,1048690,1684480786,1848472176,1718187119,1952539497,7237481,588120080,1919968359,1953459757,1701406313,1048690,1684480775,1865249392,318771200,1885628195,1886334322,762210676,1952671091,7237481,588054544,1919968359,1953525549,1936617321,218107904,1885628195,1986997618,1634497125,1048697,1684480787,1882026608,1667853423,1634610553,1918984822,150999040,1885628195,1869622642,1048688,1684480779,1882026608,1886744687,352325632,1885628195,1869622642,762344816,1953394531,1701734753,1048690,1684480787,1882026608,1635150194,1932360035,1885958772,201330688,1885628195,1701981554,1852795239,201330688,1885628195,1668492658,1852138866,201330688,1885628195,1668492658,1953524082,218107904,1885628195,1702047090,1869182051,1048686,1684480787,1932358256,1801677172,1633824121,1919250030,218107904,1885628195,1869884786,1769237615,1048688,1684480775,1999467120,318771200,1885628195,1635200370,1852138610,1851875885,7497070,588054544,1919968359,1918990125,1735289198,201330688,1885628195,1769418098,1952802660,218107904,1885628195,1920413042,1701867617,1048690,1684480777,1999467120,268464242,1730350592,779251812,1667313005,1702259060,150999040,1885628195,1869753970,1048695,1684480779,1093759600,1953654124,218107904,1885628195,825242226,842543160,1048633,1684480779,1665233520,1953523043,167776256,1885628195,1919369586,268461413,1730349568,1098018916,1953654124,318771200,1885628195,1684947314,1095779139,1936942413,6645601,587792400,1919968359,1684955458,184553472,1885628195,1851867762,7497070,587726864,1919968359,7496002,587792400,1919968359,1919839810,268439552,1885628195,1953448562,1282240372,1919252833,134221824,1885628195,2020557426,352325632,1885628195,1836008306,1634298992,1113940846,1701736033,1048690,1684480782,1866691184,1852797037,7630437,588382224,1919968359,1936617283,1349807717,1886220146,1048692,1684480782,1866691184,1767994478,7497070,587923472,1919968359,1802465091,268461417,1730351360,1131573348,1768648559,1851867749,7497070,588840976,1919968359,1802465091,1631741289,1919250030,1969433901,1836020851,234885120,1885628195,1869562738,1281714539,268466017,1730351360,1131573348,1768648559,1819234405,7955305,588251152,1919968359,1802465091,1867539817,7370096,588185616,1919968359,1802465091,1918330217,268464225,1730353152,1131573348,1768648559,1632464229,1701273966,1685015922,268463201,1730349824,1148350564,1869373801,1048679,1684480776,1766093424,1048694,1684480779,1699246704,1919247457,218107904,1885628195,1146113138,1869373801,1048679,1684480787,1347187312,1818323268,1834968943,1818322031,201330688,1885628195,1936018802,1701273971,184553472,1885628195,1953451634,6644585,588316688,1919968359,1769238350,1633904998,1852795252,167776256,1885628195,1886343282,268464245,1730349824,1383231588,1868718697,1048686,1684480780,1918136944,1702125925,1048676,1684480785,2018931312,1936617283,1114926693,268464737,1730350080,1467117668,1768845921,268461934,1730349824,1467117668,1868852841,1048695,1684480780,1918333552,1701867617,1048690,1684480798,1683714672,761361505,1802465123,762537321,1768714096,1965914467,6122610,587989008,1919968359,1667457375,7630949,588185616,1919968359,1667457375,1769238629,268463727,1730349824,1601335396,1701996385,1048677,1684480778,1633645168,6382962,587661328,1919968359,268460639,1730350080,1601335396,1852727650,268464741,1730349312,1601335396,7496034,588120080,1919968359,1918984799,1953785202,1048673,1684480779,1650422384,1667855201,150999040,1885628195,1868717938,1048696,1684480777,1667199600,268465262,1730353152,1601335396,1886220131,1851877740,2002740579,1886413170,268464741,1730350336,1601335396,1936617315,7630437,588513296,1919968359,1852793695,1953391987,1851875935,7497070,588644368,1919968359,1852793695,1953391987,1634296927,1969713004,1048677,1684480783,1667199600,1635020399,1919250025,201330688,1885628195,1868783474,1701407599,318771200,1885628195,1868783474,1701407599,1953459757,6644585,588447760,1919968359,1869570911,1600481643,1852727650,268464741,1730351360,1601335396,1802465123,1818191209,6647401,588382224,1919968359,1869570911,1600481643,1633972077,1048684,1684480787,1667199600,1768648559,1869504357,1701013876,301993984,1885628195,1868783474,1701407599,1886351455,268464245,1730350336,1601335396,1802465123,7562601,588120080,1919968359,1634296927,1969713004,1048677,1684480779,1717531248,1952542572,335548416,1885628195,1701338994,1919247457,1634891615,1919250544,134221824,1885628195,1885953906,167776256,1885628195,1768710002,268462958,1730350336,1601335396,1936942445,6645601,587923472,1919968359,1685024095,268463201,1730349312,1601335396,7758190,587989008,1919968359,1953459807,6644585,588120080,1919968359,1702260575,1869375090,1048695,1684480781,1868526192,1819436406,268466529,1730349824,1601335396,1701732720,1048684,1684480785,1885303408,1701011820,1684828008,268464741,1730351872,1601335396,1601204080,1953394531,1701734753,1048690,1684480779,1885303408,1852403823,184553472,1885628195,1869635442,7370096,588120080,1919968359,1886351455,1650421877,1048679,1684480789,1885303408,1886744687,1852793695,1852399988,268464741,1730353408,1601335396,1919251317,1852793695,1953391987,1851875935,7497070,588185616,1919968359,1919252063,1919510137,268465267,1730352384,1601335396,2037540214,1936877926,1634492276,7497081,587923472,1919968359,1852727650,268464741,1730349056,1651667044,268464737,1730348800,1651667044,1048696,1684480778,1600352880,7496034,587989008,1919968359,1936617315,7630437,587923472,1919968359,1802465123,268461417,1730351104,1668444260,1768648559,1701601637,268465266,1730351104,1668444260,1768648559,1886351461,268464245,1730350848,1685221476,1818456937,1701669217,1048690,1684480778,1869640304,7370096,587923472,1919968359,1836020336,268465264,1730349824,1936879716,1801677172,1048697,1684480780,1635218032,1852403314,1048679,1684480788,1647145074,1869902959,1701653869,1734439795,1048677,1684480787,1663922290,1768648559,1702260581,2036427890,218107904,1919182627,1920413040,1701867617,1048690,1684480785,1867411570,1768319348,1769234787,268463727,1730349824,1663923044,1768648559,1048677,1684480784,1601069945,1953394531,1701734753,1048690,1701257995,1868770668,1701407599,301993984,1818584867,1869570861,761620843,1852727650,268464741,1730352384,1701408357,1868770669,1701407599,1953459757,6644585,588382224,1768842599,1663921525,1768648559,1633824101,1048690,1701258004,1601063284,1802465123,1851745641,1667855471,1048677,1718035226,1868524651,1767863408,1868783470,1701407599,1851875935,7497070,587923472,1663920231,1768648559,268460645,1730351360,1869570920,761620843,1885434487,7497072,588316688,1936681063,2037540212,1852793645,1953391987,234885120,762013475,1802465123,1814914409,268466017,1730352640,1650418796,1600484193,1802465123,1650419049,1702258034,268439552,1684825891,1869570911,1600481643,1734437990,352325632,1869375267,762077538,1802465123,1647142249,1701736033,1048690,1818698515,1818321519,1869570861,761620843,1868983913,369102848,1869375267,762077538,1802465123,1831691625,1634956133,268461415,1730352640,1633841004,1868770668,1701407599,1633824115,1919250030,352325632,1869375267,762077538,1802465123,1635214697,1852403314,1048679,1818698519,1818321519,1936026925,1701273971,1869570861,1936025963,268439552,1869375267,1131176290,1768648559,1918976613,234885120,1869375267,1131176290,1768648559,268464997,1730354432,1633841004,1701076844,1819631974,1868783476,1701407599,1819242591,7955305,588447760,2003790951,1802465091,762537321,1852727650,268464741,1730349568,1868770669,1701407599,184553472,762144547,1802465123,7562601,588316688,1663921767,1768648559,1667312997,1953523043,167776256,1668179747,1702063727,268465262,1730350848,1869570926,1650813291,1701736033,1048690,1852252949,762541925,762278512,1802465123,1764582761,268466534,1730352128,1835363439,1869570861,761620843,1701012321,268465264,1730351616,1818718063,1869622629,2036558188,2020565549,419434496,1869571875,1600482407,1818324577,1667855481,1768447859,1768257390,1048691,1885807381,1869570861,761620843,1701996385,1852140901,268465012,1730349312,1869562736,6646123,587792400,761491559,1685088108,419434496,1685088035,1869494898,1868703860,975796580,678719342,1819112552,1048617,1885807376,1631744612,1919250030,1684632385,1048677,1885807377,1868770661,1701407599,1635200371,268463730,1730350592,1663919728,1768648559,1918984805,201330688,1819305763,1634493997,1936025715,536875008,1936746275,1866687333,1701407599,1868983881,1952542066,1131310953,1635020399,1919250025,402657280,762472227,1802465123,1848468841,1667855471,1633824101,1919250030,352325632,1634887459,1663919482,1768648559,1701653861,1734439795,1048677,1919361808,1650421860,1701999201,2019650911,1048681,1919361808,1650421860,1701999201,1852403039,1048681,1919361818,1647147365,1663922785,1768648559,1663923045,1702129263,7566446,588906512,1600680551,1802465123,1630365033,1885692771,1868770676,1701407599,1048691,1919361815,1702130793,1869491570,1701013876,1634891565,1919250544,520097792,1869768483,762603883,1802465123,762537321,1936617315,762605157,1885434487,7497072,588054544,1685090919,1852793645,1953391987,251662336,1936877347,1769238350,1750301030,7105637,588054544,1853190759,1866692980,1701407599,285216768,762537763,1802465123,1882023273,1667853423,1048697,1936139026,1869570861,1936025963,1986359853,7824745,587989008,762016615,1936617315,7630437,588054544,1768911719,1852793645,1953391987,268439552,1668572963,1768648559,1831695205,1818322031,301993984,1668572963,1768648559,1865249637,1819436406,268466529,1730351872,1663919220,1768648559,1868770661,1852142446,1048692,1952916241,1868783469,1701407599,1851879519,268463205,1730350080,1885302132,1635150194,268466531,1730352384,1835362933,1868770675,1701407599,1851875885,7497070,589299728,761624167,1802465123,1868785001,1852142446,1868770676,1852142446,1869622644,7370096,588447760,1667200871,1768648559,1919501413,1769235301,268461430,1730350080,1663924855,1768648559,268464997,1747128320,1869570861,761620843,1768714096,268466531,1747127808,1127035954,1768648559,1918976613,218107904,1866688547,1701407599,1701732688,1048684,1281893135,1866687081,1701407599,1868983881,268439552,1766615075,1869562722,1231382891,846161518,318771200,1867540515,2036558188,1802465091,1816225129,7631461,588447760,1869439336,1818307950,762606181,1802465123,268461417,1747127552,1852796257,1851875885,7497070,588185616,762208616,1802465123,1647142249,268464737,1747127552,2037411937,1802465123,7562601,588709904,1685217640,1886351212,1869570861,761620843,1769238382,268461411,1747127808,761624161,1868770657,1701407599,201330688,1986095139,1868783973,1701407599,318771200,2036426787,1868770675,1701407599,1953459757,6644585,587923472,1663918696,1920413027,268464225,1747129856,1869562722,1130719595,1702063727,1766093934,1735355489,352325632,1600350243,1601468005,1819242356,1601202548,1633972077,1048684,1667769103,1735747679,1868783475,1701407599,352325632,1835231267,1869570911,1600481643,1953394531,1701734753,1048690,1684546321,1869570861,761620843,1769238382,268461411,1747128832,1663919972,1768648559,1667312997,1953523043,352325632,1634035747,1633824100,1868770674,1701407599,1718511917,1048687,1701323537,1866687585,1701407599,1701012289,268465264,1747127296,1600414053,1802465123,268461417,1747128320,1650745701,761556577,1802465123,268461417,1747128576,1650745701,1600417377,1802465123,7562601,588185616,1684104552,1663922789,1801678703,268461417,1747127808,1701077349,1868770674,1701407599,301993984,1634035747,762471780,1802465123,1647142249,268464737,1747128832,1701077349,1868770674,1701407599,2002873389,352325632,1634035747,762471780,1802465123,1848468841,1667855471,1048677,1701323542,1919247457,1869570861,1818585451,1714255713,7172719,588185616,1684104552,1663922789,1768648559,268464997,1747127296,1701077349,1684483442,268464752,1747129088,1701077349,1852386674,1663922022,1768648559,1048677,1701323533,1919247457,1802465091,268461417,1747128576,1701077349,1869562738,1097165163,6382962,588251152,1684104552,1866691173,1701407599,7823692,588120080,1684104552,1866691173,1701407599,1048691,1701323540,1919247457,1802465091,1098081641,1667855972,1048677,1701323537,1919247457,1802465091,1114858857,268464737,1747129600,1701077349,1769099378,2036556150,1466397517,7364978,588972048,1684104552,1867805285,1918976624,1936942413,1130719073,1768648559,268464997,1747128832,1701077349,1886344306,1667330644,1735289195,402657280,1634035747,1601332580,1802465123,1667196265,1635020399,1919250025,369102848,1634035747,1601332580,1802465123,2002740585,1768845921,268461934,1747128064,1701077349,1868783474,1701407599,1048691,1701323538,1919247457,1600353375,1986622064,7955297,588382224,1684104552,1633841765,1868783474,1701407599,1048691,1701323533,1919247457,1802465123,268461417,1747127552,762536549,1936617315,7630437,588054544,1819043176,1868770671,1701407599,402657280,1818585123,1920233324,1601467253,1802465123,1885300073,1886744687,352325632,1919248419,762669935,1802465123,1647142249,1701736033,1048690,1718100753,1869570861,761620843,1769238382,268461411,1747128320,1882022758,1635150194,1647147363,268464737,1747128576,1868783464,1701407599,1852989815,6778473,588120080,1663920488,1768648559,1868705125,1048696,1768432397,762668333,762605679,268463721,1747129856,1701078121,1868770670,1701407599,1936026925,1701273971,218107904,1684629539,1131308388,1768648559,1048677,1768432396,1667196260,1768648559,1048677,1768432406,1868784996,1701407599,1868983913,1953394499,7630437,588578832,1701079400,1802465123,1852401001,1649373030,1952671082,234885120,1852401699,1936287095,1802465091,268461417,1747128320,1702325865,1667199849,1768648559,268464997,1747127808,1702325865,1868788585,1701407599,268439552,1852401699,1936287095,1802465123,1684628841,469766144,1986619427,1954047333,1802465123,1851745641,1667855471,1701994341,1919247470,184553472,762144803,1936617315,7630437,588447760,1717792104,1869570911,1600481643,1769238382,268461411,1747127552,1869570926,1734699371,7499876,588578832,1717989224,1868770662,1852142446,1633824116,1919250030,218107904,1836017699,1868770661,1701407599,1048691,1869095704,1814914413,1818322789,1718511917,1647145839,1869902959,1048685,1869095702,1882023277,1635150194,1663924579,1802465135,7562601,588382224,1685024616,1802465091,1850303849,1866624870,1048696,1869095709,1869562740,1113942379,1766093935,1735355489,1801675074,1970238055,268461166,1747127296,1667456880,1702063727,268465262,1747129856,1868770674,1701407599,1663905139,1635020399,1919250025,301993984,2003986467,1869570861,761620843,1818323300,268461935,1747130880,1969565043,1869570861,761620843,1718513507,1634562665,1852795252,587206656,1601398819,1601400675,1885434487,1601332592,1802465123,1851745641,1718187119,1952539497,7237481,588644368,1935635304,1601662824,1852727650,1650422373,1869902965,1048686,1936204564,1868770671,1701407599,1701653875,1734439795,1048677,1936204577,1663906676,1768648559,1852793701,1953391987,1852793645,1953391987,1886351405,268464245,1747127552,1868783476,1701407599,7823724,588316688,1819112552,1768976208,1869562734,1936025963,285216768,1836345379,1868783468,1701407599,1701996353,1048677,1969759003,1868783467,1701407599,1701998687,1852990822,1885300067,1818586721,268439552,1819633699,1868783467,1701407599,1918984799,285216768,762734627,1802465123,1647142249,1701736033,1048690,1986536200,1885628205,1048690,1986536209,1802465123,1969579369,1818323268,268461935,1747126784,1868783479,1701407599,234885120,1601660963,1802465123,1818191209,268466017,1747128320,1634886777,761423405,1769238382,268461411,1747127296,1868770682,1852142446,268465012,1763905792,1851876141,1935763501,1869570861,6646123,587661328,1868770665,268462959,1763905024,1869570861,761620843,1818848867,234885120,1663920419,1768648559,1647145829,268464737,1763904768,1868705075,1869562744,6646123,588185616,1869562729,1466263915,1768845921,268461934,1763904e3,1869570911,1936025963,301993984,761358627,1802465123,1663919465,1667854184,268464997,1763905536,1885287009,1886744687,1802465123,268461417,1763906304,1667197281,1768648559,1920425829,1701867617,1048690,1651057440,1852779893,1701734764,1702065453,1869570861,761620843,1953394531,1701734753,1048690,1651057428,1852989815,1600613993,1868789093,1701407599,1048691,1667834638,1869570911,1936025963,7496031,588120080,1851876201,1668505960,1768648559,1048677,1667834636,1701666659,1734439795,1048677,1667834638,1869562725,1466263915,7364978,588972048,1734697833,1601003890,1936942445,1936025441,1852793695,1852399988,268464741,1763904768,1601791331,1802465123,7562601,588578832,1601004393,1802465123,1667196265,1635020399,1919250025,301993984,1852008739,1869570911,1600481643,1769238382,268461411,1763905536,1866690403,1701407599,1769238350,268466534,1763905792,1866690403,1701407599,1851867763,7497070,587923472,1601135465,1852727650,268464741,1763904256,1667198819,1768648559,1048677,1667834640,1869570927,1600481643,1702131055,1048690,1667834633,1768648559,268464997,1763907072,1882026851,1868770672,1701407599,1667313011,1953523043,218107904,1952672035,1600353651,1668246626,1048683,1684611850,1869570861,6646123,588316688,1663919209,1768648559,1633824101,1919250030,184553472,761555235,1802465123,7562601,588120080,1663919209,1768648559,1918990181,1048686,1684611859,1918990125,1735289198,1869570861,1936025963,167776256,1130653987,1918331759,268464225,1763904512,1869562724,1298491755,268461939,1763904768,1869562724,1348823403,7172709,588513296,1866687593,1701407599,1768714064,1632663907,7103854,587989008,1866687593,1701407599,7496034,589692944,1917346921,1198750035,1148416105,1816295017,1416323937,1936613746,1701994864,1984918638,1634497125,1048697,1684611859,1868983881,1667329394,1866690401,1701407599,117444608,1281648931,4476999,588054544,1699505257,1869562745,1936025963,452988928,1432643875,1131570547,1702063727,1867543662,2036558188,1852989783,6778473,588054544,1600087145,1802465123,1802462569,301993984,1600416035,1769371233,1667198835,1768648559,268464997,1763906048,1868783460,1701407599,1852793695,1953391987,251662336,1600416035,1802465123,1935631721,7827304,588316688,1667196009,1768648559,1852793701,1953391987,301993984,1600416035,1601595748,1130722133,1768648559,268464997,1763904256,1936547684,1768833895,1048684,1684611854,1601336415,1802465123,7562601,588447760,1767990377,1869570861,761620843,1769238382,268461411,1763903744,1869570916,6646123,587989008,1634034793,1869570911,6646123,588382224,1634034793,1735289196,1852793645,1953391987,1048691,1684611858,1868787557,1701407599,1684633389,7628135,588185616,761750633,1802465123,1647142249,268464737,1763905280,1885562724,1702059871,1869182051,1048686,1684611862,1953064041,1718381665,1752461935,1869570917,6646123,589234192,1969841257,1868770669,1701407599,1869491571,1768319348,1769234787,1647144559,268464737,1763904e3,1868789604,1701407599,184553472,2019846435,1802465123,7562601,588185616,1131701609,1768648559,1851871333,268463205,1763906304,761422182,1802465123,1647142249,1701736033,1048690,1718166285,1600417647,1802465123,268461417,1763908608,1835102822,1920413029,1848471649,1852404837,1663922022,1702063727,268465262,1763905024,1835102822,1868783461,1701407599,318771200,1919314211,1600482657,1802465123,1935631721,6648937,588382224,761620329,1802465123,1882023273,1667853423,1048697,1734943499,1868783471,1701407599,536875008,1869048099,1600284023,1802465123,1869636969,2036558188,1953525599,1601467759,1868983913,201330688,1651075363,1869570861,1936025963,201330688,1835624739,1919968327,1953460050,352325632,761948451,1768714096,1680701795,1818456937,1701669217,1048690,1802052379,1936682593,1769107501,2036556150,1869570861,1818585451,1919252833,218107904,1869375779,1868785014,1701407599,1048691,1835606806,1768714064,1868790115,1701407599,1936942445,6645601,588382224,1667198313,1768648559,1701666661,1734439795,1048677,1835606804,1667853424,1866691689,1701407599,1633972045,1048684,1835606799,1852404336,1868770676,1701407599,285216768,1886218531,1987014514,1868770661,1701407599,1048691,1852384013,1668834660,1768648559,268464997,1763906048,1667851374,1869182049,1868783470,1701407599,201330688,1718511907,1769107551,2036556150,167776256,1718511907,1802465123,268461417,1763906304,762275438,1970233953,1868770676,1701407599,1048691,1852384017,1647144806,1701736033,1684483442,268464752,1763905792,762275438,762470754,1802465123,7562601,588644368,1868983913,1918984749,1869570861,1936025963,1718511917,1048687,1852384012,1663922022,1768648559,1048677,1852384013,1663922022,1768648559,268464997,1763906560,762275438,1802465123,762537321,1852727650,268464741,1763905792,762275438,1802465123,762537321,7496034,588316688,1868983913,1869570861,1936025963,1886352429,184553472,1718511907,1869562735,6646123,588316688,1868983913,1802465091,1631741289,1919250030,251662336,1718511907,1869562735,1130719595,4999502,587989008,1868983913,1802465091,7562601,588316688,1868983913,1633906508,1869562732,1936025963,201330688,1718511907,1769099375,2036556150,402657280,1718511907,1650548591,1601467759,1802465123,1601398121,1634038369,201330688,1718511907,1868783471,1701407599,385880064,1718511907,1868783471,1701407599,1667326559,1869768555,6581877,588251152,1868983913,1869570911,1600481643,6649957,588316688,1868983913,1869570911,1600481643,1818589285,285216768,1718511907,1868783471,1701407599,2054187359,1048688,1852384020,1667198822,1768648559,1920425829,1701867617,1048690,1852384013,1667198822,1768648559,268464997,1763906304,1601136238,1802465123,1601398121,1668246626,1048683,1852384015,1667198822,1768648559,1818194789,318771200,1718511907,1851875951,762471790,1802465123,7562601,588185616,1868983913,762470754,1802465123,268461417,1763909632,1651467886,1683714657,761361505,1953785203,1936158313,1868702269,1836020852,268459298,1763905024,1651467886,1868789871,1701407599,251662336,1718511907,1634296687,1667593331,6384506,587923472,1868983913,1802465123,268461417,1763904768,1668245102,1768648559,7497317,587989008,1868983913,1802465123,7562601,588054544,1868983913,1802465123,846423401,352325632,1718511907,1866691183,1701407599,1819042135,1970302800,1048688,1852384009,1668444006,268464247,1763905280,1919903342,1868770669,1701407599,1048691,1852384024,1836216166,1869177697,1651463022,1866687858,1701407599,1048691,1852384021,1836216166,1634362209,1663921965,1768648559,268464997,1763907584,1919903342,1784897901,1766018913,1702130529,1634433635,268462179,1763906304,1919903342,1784897901,1768120161,1802793825,1048673,1852384026,1836216166,1634362209,1667198815,1953718633,1803182949,6841185,588513296,1868983913,1667329394,1868521834,1869570911,6646123,588578832,1868983913,1667329394,1868521834,1869570911,1936025963,402657280,1718511907,1634562671,1852795252,1970233921,1869562740,1936025963,352325632,1718511907,1634562671,1852795252,1868770675,1701407599,1048691,1852384030,1836216166,1986622561,1919036769,761624165,1802465123,2002740585,7364978,588447760,1868983913,1952542066,761362025,1802465123,268461417,1763906560,1919903342,1769234797,1882022262,1635150194,268466531,1763907328,1919903342,1769234797,1916952950,1130722917,1768648559,1048677,1852384018,1836216166,1986622561,1869562721,6646123,589561872,1868983913,1952542066,1348564585,1635150194,1866692963,1701407599,1836008563,1835363397,7630437,588447760,1868983913,1952542066,1600222825,1802465123,268461417,1763904768,1936680558,1802465091,7562601,588054544,1868983913,1868783475,1701407599,218107904,1718511907,1868788591,1701407599,1048691,1852384011,1866673511,1701407599,251662336,1735289123,1869562669,1650813291,7955567,588054544,1634168425,1866687853,1701407599,369102848,1768843555,1868770676,1701407599,1852793645,1852399988,268464741,1763906048,762603886,1970302832,1868770672,1701407599,301993984,1819175203,761622121,1802465123,1949132137,268460641,1763906560,1601138286,1802465123,1834968425,1634956133,268461415,1763904512,1600942190,1667199075,268465262,1763908864,2037608558,1667196260,1768648559,1633836901,1868783474,1767994478,7497070,588316688,762539625,1802465123,1882023273,1886744687,268439552,1953392931,1869570861,1936025963,1918984749,402657280,1953392931,1667330661,1869622644,2036558188,1852793645,1953391987,301993984,1953392931,1701016165,1663923312,1768648559,268464997,1763905024,1702065262,1868783474,1701407599,402657280,1986947363,1769238117,1667196275,1768648559,1869635429,2036558188,268439552,762341667,1919251317,1852793645,1953391987,184553472,1701865763,1869570930,6646123,588316688,1869770857,1885560685,1634891615,1919250544,234885120,1769040163,1869570932,1818585451,268466017,1763905792,1667199858,1768648559,1634754405,7103854,588382224,1663923049,1768648559,1635200357,1852403314,1048679,1936270096,1869570861,1634036075,1953654124,1048690,1936270089,1802465091,268461417,1763907072,1633902963,1852793645,1953391987,1634891565,1919250544,234885120,1769171235,1663919460,1768648559,268464997,1763907072,1700883571,762209636,1802465123,1630365033,1953654124,419434496,762603811,1802465123,1818322281,762606181,1953394531,1701734753,1048690,1953047313,1919968557,1667331689,1869753721,268465263,1763906304,1663918452,1768648559,1882026853,1667853423,1048697,1953047309,761886817,1802465123,268461417,1763906048,1663918964,1768648559,1869491557,2036754804,251662336,1668573475,1869570911,1768253803,7300718,588120080,1131181161,1768648559,1718503781,1048687,1953047315,1869570675,1920234356,1868787809,1701407599,402657280,1987340579,1869570861,761620843,1769238382,1633904998,1852795252,385880064,1987340579,1869375277,1868770658,1701407599,1819242541,7955305,588316688,762475881,1802465123,1882023273,1886744687,201330688,1970694435,1769107551,2036556150,285216768,762800419,1802465123,1647142249,1701736033,1048690,2003378962,1869570861,761620843,1936942445,6645601,589103120,762541929,1701012321,1663923312,1768648559,1663923045,1635020399,1919250025,369102848,1663920675,1768648559,1869491557,1768319348,1769234787,268463727,1780683520,1663906866,1702063727,1663923310,1768648559,1048677,1131029273,1768648559,1769099365,2036556150,1986618463,1936028767,268463988,1780683776,1701593425,1665234034,1953523043,1802465091,268461417,1780684544,1919251793,1869562745,1147496811,1818456937,1701669217,1048690,1634345747,1869835107,1818850926,1865246060,1852404848,285216768,1851877923,761359461,1936291425,1735142767,1048688,1651122954,1802465123,7562601,588316688,1663918954,1768648559,1869491557,1701013876,335548416,1852140067,762538356,1936617315,762605157,1852399981,251662336,1852140067,1601399156,1936617315,7630437,588513296,1702259050,1869570861,761620843,1919252079,7954796,588447760,762866026,1701012321,1663923312,1768648559,268464997,1780684288,1633646697,1885692771,1869570932,1936025963,2020565599,436211712,1668049443,1768648559,1868783461,1869771886,1852785516,1852399988,268464741,1780684800,1869570924,1600481643,1953394531,1131179890,1702129263,268465262,1780683776,1869570924,1600481643,1953394531,1298952050,268461939,1780684800,1869570924,1600481643,1953394531,1298952050,1698981747,268466542,1780685056,1869570924,1600481643,1953394531,1298952050,1766221683,7631730,588578832,762342506,1802465123,1663919465,1635020399,1919250025,268439552,1131244067,1768648559,1936018789,1701273971,469766144,1936550435,1868783455,1701407599,1852793645,1953391987,1668505439,1852138866,268439552,1970235939,1818324594,1869570861,1936025963,385880064,762407459,1802465123,1814914409,1764587361,762275438,7496034,587923472,1667199338,1768648559,268464997,1780683008,1866689905,1701407599,1936617293,7497076,588840976,1702195562,1663924594,1768648559,1634479461,1668492663,1953524082,335548416,1970367011,762933861,1802465123,1882023273,1886744687,201330688,762538531,1869570861,1936025963,436211712,762538531,1634493997,1831692403,1634956133,1663919463,1768648559,268464997,1780682240,1867787635,1769099379,2036556150,285216768,762538531,1701012321,1663923312,1768648559,1048677,1936335639,1701601581,1663923314,1768648559,1769418085,2003788910,268439552,762538531,1684955490,1869570861,1936025963,301993984,762538531,1852727650,1663922789,1768648559,268464997,1780685568,761474419,1802465123,1663919465,1702063727,1647146094,1701736033,1048690,1936335628,1866687277,1852142446,1048692,1936335624,1885561645,1048673,1936335631,1885561645,1633824097,1919250030,251662336,762538531,1818848867,1818307885,7631461,589365264,1663923050,1702063727,1764586606,1919903342,1769234797,1663921775,1635020399,1919250025,318771200,762538531,1802465123,808281449,1869622578,7370096,588447760,1663923050,1768648559,858795365,1886351405,268464245,1780682752,1868770675,1701407599,1701601581,268465266,1780683520,1868770675,1701407599,1886413101,1635151730,1048684,1936335630,1869570861,761620843,7496034,588120080,1663923050,1768648559,1868705125,1048696,1936335634,1869570861,761620843,1936617315,7630437,588644368,1663923050,1768648559,1868770661,1852142446,1633824116,1048690,1936335644,1869570861,761620843,1936617315,762605157,1953394531,1701734753,1048690,1936335636,1869570861,761620843,1953394531,1701734753,1048690,1936335637,1869570861,761620843,1818323300,1647142767,268466287,1780684032,1868770675,1701407599,1936286765,1767992419,7497069,588709904,1663923050,1768648559,1868967269,1919251567,1869373997,268462947,1780682496,1868770675,1701407599,1852401709,1048692,1936335632,1869570861,761620843,1701736041,1048690,1936335632,1869570861,761620843,1702453612,1048690,1936335630,1869570861,761620843,6779757,588251152,1663923050,1768648559,1869491557,7562612,588709904,1663923050,1768648559,1869491557,1768319348,1769234787,268463727,1780684800,1868770675,1701407599,1819242541,762930025,1852727650,268464741,1780685056,1868770675,1701407599,1819242541,762930025,1634100580,7629941,588251152,1663923050,1768648559,1869622629,7370096,588382224,1663923050,1768648559,1702047077,1869182051,1048686,1936335631,1869570861,761620843,1954047348,301993984,762538531,1802465123,1949132137,1734830450,268464741,1780682752,1868770675,1701407599,1852727618,268464741,1780681984,1868770675,1701407599,7892802,588840976,1663923050,1768648559,1852785509,1953391987,1634891565,1919250544,234885120,762538531,1802465123,1850303849,268463974,1780683008,1868770675,1701407599,1852989783,6778473,588054544,1663923050,1768648559,1918984805,318771200,762538531,1802465123,1634493801,1818307959,7631461,588054544,1663923050,1768648559,1768909925,268439552,762538531,1802465123,1869505897,1701013876,385880064,762538531,1802465123,1869505897,1701013876,1634759469,7497059,588382224,1663923050,1768648559,1647145829,1701736033,1048690,1936335631,1869570861,1936025963,1918984749,268439552,762538531,1802465123,762537321,1668246626,369102848,762538531,1802465123,762537321,1668508004,1835622764,268464741,1780683264,1868770675,1701407599,1868967283,1919251567,268439552,762538531,1802465123,762537321,1868983913,335548416,762538531,1802465123,762537321,761754477,1701079400,402657280,762538531,1802465123,762537321,1769238382,1633904998,1852795252,301993984,762538531,1802465123,762537321,1769108595,268461424,1780683008,1868770675,1701407599,1702112627,7564658,588447760,1663923050,1768648559,1999467365,1886413170,268464741,1780683520,1868770675,1701407599,1868770931,1701407599,1048691,1936335647,1652122413,1663923311,1768648559,1953456741,1634496557,1869112675,1919247468,402657280,762538531,1635017060,1869770797,1952671092,762212201,1702129518,234885120,762538531,762607717,1802465123,268461417,1780682496,1684483443,1647145584,1701736033,1048690,1936335639,1885628205,1868770674,1852142446,1633824116,1919250030,335548416,762538531,1919968359,1869570861,761620843,1852141679,352325632,762538531,1919968359,1869570861,761620843,1970302832,1048688,1936335630,1885628205,1886334322,7235956,587989008,1731031914,1181904996,7172719,588316688,1747809130,1701077349,1868770674,1701407599,251662336,762538531,1802465128,1869570861,6646123,588316688,1764586346,1936680558,1869570861,1936025963,234885120,762538531,1663922281,1768648559,268464997,1780682240,1634479475,1630350711,1953654124,452988928,762538531,1866687085,1701407599,1769238350,1866687843,1767994478,7497070,588054544,1831695210,1868770660,1701407599,603983872,762538531,1936942445,761620321,762470754,1802465123,1630365033,1869116533,1635412338,1852795252,486543360,762538531,1936942445,761620321,762470754,1802465123,1848468841,1667855471,1048677,1936335652,1936026925,1701273971,1952539739,1684614497,1868767805,1701407599,1819242541,578380649,1048669,1936335653,1936026925,1701273971,1952539739,1634807137,1868767805,1701407599,1936026925,1701273971,268459298,1780684800,1869426035,1701606756,1869570861,761620843,1768714096,268466531,1780685056,1852779891,1701734764,1869570861,761620843,1936617315,7630437,588251152,1865249642,1850307696,1851875885,7497070,588447760,1882026858,1667853423,1969565049,1802465123,268461417,1780684288,1869622643,762344816,1802465123,1647142249,1801678700,285216768,762538531,1970302832,1868770672,1701407599,1048691,1936335635,1819635757,1953853292,1869570861,1936025963,385880064,762538531,1667327346,1868770676,1701407599,1819242541,7955305,588185616,1932358506,761623657,1802465123,268461417,1780684288,1769155955,1663919476,1768648559,1633824101,1919250030,301993984,762538531,1919906931,761488237,1852727650,268464741,1780683264,1635003763,1868783474,1701407599,1918976627,318771200,762538531,1919251317,1869570861,761620843,7496042,588251152,1866691434,1701407599,1936617283,7630437,588382224,1866691434,1701407599,1953394499,1701734753,1048690,1936335631,1802465091,1867408745,1701013876,352325632,1131637283,1768648559,1953451621,1667851881,1869182049,1048686,1936335631,1802465091,1349739881,1818586721,117444608,1198746147,5394500,588251152,1934979946,1869562725,1415932267,7565417,588578832,1633645418,1885692771,1868783476,1701407599,1918984799,201330688,1601399331,1818848867,1918984749,251662336,1601399331,1936617315,1601465957,7496034,588578832,1667199850,1768648559,1633824101,1919250030,1802723629,369102848,1601399331,1802465123,1647142249,1701736033,1870278002,268461422,1780684800,1868783475,1701407599,1852793645,1953391987,1634557791,268463721,1780683264,1868783475,1701407599,1852796205,1919251571,268439552,1601399331,1802465123,1834968425,1818322031,369102848,1601399331,1802465123,1834968425,1818322031,2036427871,268464741,1780682240,1868783475,1701407599,1735617887,285216768,1601399331,1802465123,2002740585,1868852841,1048695,1936335631,1869570911,1600481643,1752394103,369102848,1601399331,1635017060,1769238350,1699964259,1852404852,268464999,1780683264,1969577843,1802465091,1631741289,1919250030,285216768,1601399331,1866691941,1701407599,1633972045,1048684,1936335630,1885628255,1886344306,7496002,588382224,1734308714,1633841004,1868770668,1701407599,1048691,1936335633,1886351455,1667199093,1768648559,268464997,1780685056,1970298739,1866754163,1866690167,1701407599,1936942413,6645601,588316688,1952412522,1869770863,1868783479,1701407599,369102848,1634953763,1953654124,1869570861,1936025963,1701012321,268465264,1780681728,1663921779,1768648559,268464997,1780682240,1700754547,1868783477,1701407599,335548416,1819634211,1634623849,1802465091,1098081641,1953654124,251662336,1836411427,1601332592,1802465123,7562601,588054544,1668183402,1768648559,1918984805,285216768,1937205795,1663924068,1768648559,1852393573,1048692,2003444507,762799219,1802465123,1766352233,1663923310,1635020399,1919250025,150999040,1663920931,1768648559,1048677,1600856853,1802465123,1867408745,1768319348,1769234787,268463727,1797458688,1868770657,1701407599,1048691,1634411276,1802465091,1631741289,1048690,1634411280,1663922025,1768648559,1633824101,1048686,1634411273,1868719467,268465003,1797461504,1986358369,1868770657,1701407599,1852793645,1953391987,301993984,1851878179,762541925,1802465123,1647142249,268466287,1797459200,1969779553,1869562722,6646123,588316688,1663918699,1768648559,1633824101,1919250030,251662336,1130523427,1768648559,1819234405,7955305,587989008,1869570923,1768253803,7300718,588054544,1868785003,1701407599,1953393e3,167776256,1801808675,1953451635,268466793,1797458944,1601399653,1769238382,268461411,1797457920,1651731301,268464737,1797458944,1668508517,1801676136,268464741,1797458176,1685285733,6648687,588054544,1936418155,1768173157,1735355489,234885120,1801808675,1663920499,1702063727,268465262,1797458688,1769171813,1785226614,1048677,1701520139,1701606251,1702130537,268439552,761752355,1802465123,1882023273,1886744687,268439552,1130851107,1768648559,1634883429,1919250544,201330688,1667722019,1852793645,1953391987,150999040,1667787555,1768648559,1048677,1768629004,1663919982,1768648559,1048677,1785406225,1869562726,1231382891,1114596974,268466287,1797458176,1869570923,6646123,587923472,1663921259,1768648559,268464997,1797460480,1869767020,1868770848,1831693167,1818322031,285216768,762145571,1802465123,1630365033,1885692771,1048692,1852515087,1885628205,1768172914,1735355489,150999040,1701800739,1818321515,1048683,1869292298,1701407589,7496002,588120080,1801809771,1701668201,1852400748,1048679,1869292302,1701407589,1936617325,7497076,587989008,1801809771,1867539818,7370096,588054544,1634496363,1768122723,1986618413,285216768,1836018467,1802071669,1663923297,1768648559,1048677,1869292306,1768846701,762601835,1802465123,7562601,588316688,1970106219,1634429294,1869562740,1936025963,352325632,1836018467,1802071669,1667200097,1953718633,1803182949,1048673,1869292306,1768846701,1601462635,1935763811,6384500,588316688,1970106219,1634429294,1868783476,1701407599,251662336,1836018467,1802071669,1918858337,7300207,587857936,1634758507,1631741287,1048690,1869292311,1802266995,1868783457,1701407599,1818779507,1634431841,184553472,1936812835,1869570861,6646123,588447760,762212971,1986622064,762930017,1953391971,268464741,1797459968,1731028595,762474596,1769238382,268461411,1797458688,1868770676,1701407599,1048691,1953178395,1802465091,1951622505,1835365473,1131703909,1635020399,1919250025,184553472,1601465123,1802465123,7562601,588185616,1768650091,1869639469,1769107322,268463980,1797458944,1969843061,1768845935,268461934,1797457408,2053729141,402657280,1601596195,1919968359,1869570911,1600481643,1868983913,1918984799,218107904,1802922787,1987010411,1634497125,1048697,1986732811,1885301611,1886744687,285216768,762800931,1802465123,1882023273,1667853423,1048697,762061578,1802465123,7562601,588447760,1768186220,1868788581,1701407599,1769238382,268461411,1814237184,1601136481,1802465123,1650419049,268464737,1814237952,761753697,1802465123,1647142249,1701736033,1048690,1634476822,1667590512,1868783464,1701407599,1768316787,6581349,588316688,1735549292,1952804453,1852793695,1953391987,268439552,1969318947,1668571501,1768648559,2020565605,100667392,2002873379,268457285,1814236672,1663924577,1768648559,2002873445,218107904,2036427811,1663922789,1768648559,1048677,1634476820,762471801,1802465123,1848468841,1667855471,1048677,1634476814,762471801,1802465123,7562601,589299728,1702453612,1869622642,1769236844,761623921,1953719655,762212201,1802465123,7562601,588382224,1702453612,1667449202,1131704421,1768648559,1048677,1634476813,1131570553,1768648559,268464997,1814237952,1919252833,1802465091,1349739881,1869049967,1048685,1634476813,1601332601,1802465123,268461417,1814236672,1919252833,1869570911,1936025963,469766144,2036427811,1667199589,1768648559,1885303653,1768710773,1635019107,1936028265,201330688,2036427811,1868788325,1701407599,352325632,2036427811,762606959,1802465123,1647142249,1701736033,1048690,1634476829,1953853305,1869570861,761620843,1936617315,762605157,1852727650,268464741,1814237440,1970239841,1868770676,1701407599,6779757,588644368,1870225772,1667200117,1768648559,1868770661,1852142446,1048692,1668031246,1869570861,761620843,7496034,588251152,1667195756,1768648559,1831695205,7235937,588775440,2002740076,1885430373,1869562736,1365600619,1953719669,7237481,588775440,761357164,1802465123,1848468841,1718187119,1952539497,7237481,588251152,1866687596,1701407599,1718513475,7172713,588316688,1885299820,1635150194,1885305187,1886744687,167776256,1667525667,761423223,268463715,1814238720,762799204,1802465123,1831691625,1818322031,2020565549,201330688,1852075043,1868770667,1701407599,218107904,1734700067,1663921249,1768648559,1048677,1701585683,762077543,1769238382,1633904998,1852795252,184553472,1734700067,1632398433,7497081,588382224,1634166124,1953451628,1130718057,1768648559,1048677,1701585682,1315725671,1667855471,1634027621,7497060,588709904,1634166124,1953451628,1667851881,1869182049,1953252718,268461129,1814235136,1818322789,268453205,1814238208,1818322789,1869570911,1600481643,1852727650,268464741,1814238208,1818322789,1869570911,1600481643,1684828008,268464741,1814238464,1818322789,1869570911,1600481643,1986622064,7955297,588054544,1634166124,1869504364,1701013876,352325632,1734700067,1885301857,1667853423,1868783481,1701407599,1048691,1701585679,1651269991,1814983265,1818322789,201330688,1734700067,1868786785,1701407599,452988928,1734700067,1852402785,1685417059,1868770661,1701407599,1851875935,7497070,588840976,1634166124,1970040940,1868770675,1701407599,1633824115,1919250030,150999040,1734700067,1802465123,1048681,1701585683,1819502951,1869182049,1868783470,1701407599,536875008,1835363363,1869562733,1130719595,1920233071,1766091887,1852785526,1852399988,1195536997,419434496,1835363363,1869562733,1248160107,1986610291,1953394499,1701734753,1048690,1701585685,1131246962,1768648559,1852785509,1852399988,268464741,1814236160,1667199845,1768648559,268464997,1814238208,1918990437,1667457325,762605669,1802465123,268461417,1814237952,1936291941,1769497966,1868770675,1701407599,1048691,1701585683,1869771896,1869570911,1936025963,1918984749,184553472,2036689955,1802465091,7562601,587857936,1668900204,1768648559,1048677,1701585675,1869570937,1936025963,218107904,2036689955,1868784996,1701407599,1048691,1718362894,1869570911,1600481643,6779757,587792400,1685088108,1918984749,301993984,1885826083,1868770660,1919510126,1769234797,268463727,1814238208,761557095,1936617315,762605157,1734633847,268465253,1814236160,761557095,1802465123,268461417,1814239744,761557095,1802465123,1647142249,1701736033,1634348402,1634493806,335548416,1885826083,1868770660,1701407599,1936026925,1701273971,218107904,1885826083,1701653860,1734439795,1048677,1735140107,1882023024,1886744687,218107904,1885826083,1920413028,1701867617,1048690,1735140106,1867539568,7370096,587989008,1685088108,1634296927,6778732,587989008,1685088108,1953525599,7105633,588382224,1663920236,1702063727,1680700526,1869373801,1048679,1768694546,1601464423,1802465123,1601398121,7496034,588120080,1751607660,2020565620,1768842029,1048684,1768694542,1651796071,1731033199,7499876,588054544,1668180332,1868788591,1701407599,251662336,1852402723,1869562725,1231382891,7300718,588709904,1634953580,1852793645,1953391987,1852793645,1852399988,268464741,1814236672,1635021673,1869570861,1936025963,402657280,1953066019,1869640549,1919954292,1868770671,1701407599,2036754733,201330688,1131179043,1768648559,1918976613,352325632,1634495523,1869360498,762210663,1701273968,1885628205,1048690,1819026189,1869570916,1885694315,268464239,1814237440,1868770669,1701407599,1819242541,7955305,588644368,1600548204,1986622064,1601790817,1802465123,1633838441,1048690,1852580620,1802465091,1631741289,1048690,1852580636,1919239019,1232232818,1919903342,1768120685,1866690159,1701407599,1048691,1869357842,1769107501,2036556150,1851875885,7497070,588316688,1684107116,1802465091,1867539817,2036558188,369102848,1735355427,1932357231,1886415214,1764586597,1802465123,268461417,1814236160,1663920495,1768648559,268464997,1814236928,1969187183,1868783461,1701407599,1048677,1869357838,1818322290,1869570861,6646123,588251152,1700753516,1868783477,1767994478,7497070,587857936,1868787820,1701407599,1048691,1902912265,1684483428,268464752,1814236416,1869570931,1936025963,7889229,588185616,1601205100,1802465123,1650419049,268464737,1814237696,1663923315,1768648559,1633824101,1919250030,369102848,2004053027,1869570861,761620843,1953787746,1647144303,268466287,1814237952,1665231221,1953523043,1802465091,1631741289,1048690,1970021138,1868770680,1701407599,1634296877,6778732,588382224,1601205868,1802465123,1635214697,1852403314,1048679,2003575581,1663921763,1768648559,1869491557,1701013876,1852793645,1852399988,268464741,1814239488,1663923063,1768648559,1701653861,1734439795,1970220389,7497076,587857936,1868770669,1852142446,1048692,762127113,1802465123,268461417,1831013888,1869570861,761620843,1868983913,285216768,1663921443,1768648559,1986997605,1634497125,1048697,762127124,1651469415,1680698465,1818456937,1701669217,1048690,762127126,1769238382,1633904998,1852795252,1869570861,6646123,588120080,1127297901,1768648559,1718503781,1048687,1131225864,1919895107,1048685,1131225865,1768648559,268464997,1831014144,1869570911,1600481643,1970302832,1048688,1600987927,1920230263,1128875628,1768648559,1852785509,1953391987,285216768,761359651,762342755,1953394531,1701734753,1048690,1634542349,1802465091,1850303849,268463974,1831016192,1663918689,1768648559,1869491557,1701013876,1634891565,1048688,1634542362,1768448867,1601139809,1802465123,1601398121,1885434487,7497072,588840976,1751343469,1600484453,1802465123,1667196265,1635020399,1919250025,150999040,1667329315,1768648559,1048677,1634542367,1818439012,1953391977,1885628205,1868770674,1852142446,1633824116,1919250030,419434496,1734438179,1836016485,1868770672,1701407599,1835365421,1952541808,1048677,1634542363,1953719655,1663923297,1768648559,1634479461,1633824119,1919250030,318771200,1767992611,1868770670,1701407599,1667457325,7630949,588447760,1852399981,1869570861,761620843,1852727650,268464741,1831017984,762210657,1802465123,762537321,1852727650,1663922789,1635020399,1919250025,301993984,1767992611,1868770670,1701407599,1852386675,268463974,1831013632,762210657,1986622064,7955297,588578832,1852399981,1953394499,1701734753,1869562738,1936025963,285216768,1767992611,1869562734,1113942379,1701736033,1048690,1634542350,1866690153,1701407599,7496002,588513296,1852399981,1282828612,1667327845,1869562745,6646123,588185616,1852399981,1986622032,1148805985,268465769,1831015680,1416522081,1801675122,1332178537,1852404848,7892802,588775440,1936417133,1919249769,1869570861,761620843,1852989815,6778473,588185616,1768710509,1663923560,1768648559,268464997,1831014144,1701277281,1868770674,1701407599,1048691,1634542351,1701996143,1868783461,1701407599,184553472,1885433123,1869570928,6646123,588120080,1634885997,1802465123,1868719465,1048696,1634542347,1131373426,1818850921,218107904,1935764771,1868783467,1701407599,1048691,1634542363,1919251571,1701273968,1986618463,1802465091,1631741289,1919250030,218107904,1952541987,1668637997,1768648559,1048677,1634542351,1869442932,1852793645,1953391987,285216768,1952541987,1768910191,762275438,1769565286,1048686,1634542354,2020176500,1869570861,761620843,7496034,587726864,1734304365,7499876,588251152,1734304365,1601335396,1852989815,6778473,588316688,761619053,1802465123,1882023273,1886744687,318771200,1768058147,1131703909,1768648559,1953451621,6644585,588316688,762143341,1802465123,1802462569,1918984799,352325632,1835167011,1601529133,1802465123,1851745641,1718187119,1048697,1651319562,1869570925,6646123,587792400,1866687341,1701407599,335548416,1130589475,1768648559,1632400229,1936018807,1701273971,318771200,1667460387,1869570861,761620843,1919252079,7954796,588316688,1600414573,1802465123,1885300073,1886744687,318771200,1751346467,1869570861,761620843,1936617315,7630437,588382224,762143597,1802465123,1848468841,1667855471,1048677,1668096780,1868770671,1852142446,1048692,1668096776,1768648559,1048677,1684874004,1869570861,761620843,1701996900,1986622563,1048677,1684873992,1885826093,1048676,1684873994,1869562742,6646123,588185616,1667196269,1768648559,1870290789,268461422,1831014144,1919904613,1866686829,1852142446,1048692,1701651216,1784771438,1868770661,1701407599,1048691,1701651214,1784771438,1869562725,6646123,588185616,1936614765,1130719841,1768648559,268464997,1831016192,1634954853,1633641834,1953523043,1868783457,1701407599,1048691,1701651224,1784771438,1667325797,1635020901,1868783474,1701407599,1048691,1701651216,1784771438,1868783461,1701407599,1048691,1701651211,1868788590,1701407599,268439552,1852140835,1852795252,1869570861,1936025963,251662336,1852140835,1852795252,1869570911,6646123,588251152,1953391981,1601073001,1802465123,7562601,588316688,1953391981,1936617321,1869570861,1936025963,234885120,1936026915,1701273971,1851993389,268463209,1831014144,1634956133,1663919463,1768648559,1048677,1701651223,1734439795,1868770661,1701407599,1852793645,1953391987,268439552,1936026915,1701273971,1869570861,1936025963,335548416,1936026915,1701273971,1869570861,1936025963,1918984749,201330688,1936026915,1701273971,1818848835,234885120,1936026915,1701273971,1802465091,268461417,1831015424,1634956133,1866687847,1701407599,1768714064,268466531,1831018752,1634956133,1145660775,1702065503,1852399474,1667198822,1768648559,1819234405,7955305,588185616,1936942445,1600481121,1802465123,268461417,1831017216,1634956133,1667196263,1768648559,1852399461,1633644390,1885692771,1048692,1701651216,1734439795,1868783461,1701407599,1048691,1701651213,1734439795,1735548773,268461168,1831014144,1634956133,1868784999,1701407599,1048691,1701651217,1734439795,1601136999,1802465123,268461417,1831014912,1634956133,1869178727,1869570911,1936025963,184553472,1936026915,1869570931,6646123,588709904,1936942445,1701277285,1701860210,1818323299,1802465091,268461417,1831014144,1130460261,1953718633,1803182949,1048687,1701651222,1919903092,1869570861,1936025963,1953459757,6644585,588382224,1769235821,1869562739,1415932267,1631744111,1048690,1701651225,1601139316,1802465123,1667196265,1667854184,1852399461,268463974,1831015168,1663923813,1702063727,1647146094,1701736033,1048690,1718428430,1869570911,1600481643,7892834,587792400,762209901,1919968359,167776256,761752867,1802465123,268461417,1831013888,1937059175,1868788325,1701407599,167776256,1667722531,1768648559,268464997,1831013888,1663922280,1751985772,1818439024,486543360,1667853603,1768189810,1635019111,1868770668,1701407599,1667326509,1869767787,1048688,1768760092,1685025379,1953064809,1663921249,1768648559,1635200357,1852403314,1048679,1768760090,1701667950,1600219492,1802465123,1633641833,1885692771,6579572,587989008,1768843629,1869570915,6646123,588316688,1869506925,1868770659,1701407599,1918984749,285216768,1869180195,1869570861,761620843,1970302832,1048688,1768760079,1851881074,1868788591,1701407599,184553472,1936289059,1802465123,7562601,588185616,1702062445,1869570933,1818585451,268466017,1831014400,1634956137,1600481140,1802465123,268461417,1831013120,1868789865,1701407599,1048691,1785537298,1869570861,761620843,1936617315,7630437,587857936,1663921005,1768648559,1048677,1802314512,1802465091,1631741289,1633824114,1048690,1802314508,1130325876,1768648559,1048677,1802314513,1130325876,1768648559,1918328677,268464225,1831015424,1920627819,1869570911,1600481643,1768714096,268466531,1831014144,1769166188,1866688366,1701407599,1048691,1819091727,1684483425,1814917744,1952999273,251662336,762146083,1634755427,1953459757,6644585,588447760,1663921517,1702129263,1663923310,1768648559,268464997,1831016960,760434029,1953456685,762146676,1769238382,1633904998,1852795252,318771200,1299016995,1848454483,1718187119,1952539497,7237481,588513296,1667198317,1869438819,1600938340,1919252079,7954796,588120080,1835887981,1868770669,1701407599,1048691,1835868950,1868770675,1701407599,1936286765,1767992419,7497069,588578832,1667198573,1768648559,1718511973,1869111151,1919247468,251662336,1684958499,1869570861,761620843,7496034,588775440,1601203821,1802465123,1667196265,1768320623,1952542066,7237481,588775440,1937010285,1868983913,1751344500,1869570861,761620843,7496034,588316688,1768058733,1852404565,1869562727,1936025963,419434496,1651469603,761621609,1802465123,1680696681,1818456937,1701669217,1048690,1869423379,1701603682,1769107501,2036556150,2002873389,352325632,1651469603,761621609,1667855475,1647147371,1869902959,1048685,1869423374,1868770660,1701407599,7496002,588578832,761556845,1802465123,762537321,1920098679,1735289198,301993984,1685024035,1919968557,1667331689,1953525625,268463721,1831016192,1697473647,1868770677,1701407599,1986997619,1634497125,1048697,1869423379,1919954276,1667331689,1869622649,2036558188,184553472,1685024035,1869570911,6646123,588447760,1633972077,1986080108,762278761,1802465123,268461417,1831015424,1818322031,1769365805,1663922035,1768648559,268464997,1831015424,1818322031,1851875885,1668441454,1768648559,268464997,1831016448,1818322031,1869570861,761620843,1801675106,1970238055,268461166,1831014912,1818322031,1869570861,761620843,1868983913,285216768,1685024035,1663921249,1768648559,1634479461,1048695,1869423377,762077540,1802465123,1831691625,268463713,1831015680,1818322031,1869570861,761620843,1953785203,6778473,588709904,1633972077,1868770668,1701407599,1668508004,1835622764,268464741,1831016192,1818322031,1869570861,1936025963,1667326509,1869767787,1048688,1869423382,762077540,1802465123,762537321,1936617315,7630437,588644368,1633972077,1868770668,1701407599,1701260659,1634887022,1048684,1869423381,762077540,1802465123,762537321,1768714096,268466531,1831015424,1818322031,1869570861,2003134827,1768845921,268461934,1831013120,1818322031,1885628205,1048690,1869423376,762077540,1868853106,1718511917,1048687,1869423378,1097621860,1953523043,1802465091,7562601,588775440,1633972077,1869562732,1869426283,1634890867,1869426034,7102820,588382224,1633972077,1869562732,1113942379,1701736033,1048690,1869423376,1131176292,1768648559,1836008293,1048688,1869423379,1131176292,1768648559,1852785509,1953391987,352325632,1685024035,1866689633,1701407599,1953394499,1701734753,1048690,1869423370,1198285156,5394500,587857936,1633972077,1346849900,1048644,1869423384,1399611748,1769234804,1769357667,1866690419,1701407599,1048691,1869423378,1600938340,1802465123,1831691625,7041889,589430800,1633972077,1868783468,1701407599,1869494899,1952983156,975793261,678719342,2036625250,1048617,1869423371,1600938340,1685088108,218107904,1685024035,1633840225,1885628267,1048690,1869423373,1668047204,1768648559,268464997,1831012864,1818322031,1685088114,452988928,1685024035,1869835361,1701016181,1769107551,2036556150,1684633439,7628135,588578832,1935961965,1885628275,1868783474,1701407599,1918984799,352325632,1685024035,761621621,1970233953,1868770676,1701407599,1048691,1869423375,1701606756,1869570861,1936025963,251662336,1685024035,1600482421,1802465123,7562601,587989008,1768845165,1869570932,6646123,588382224,1836019565,1868787567,1701407599,1919249505,1048692,1869423373,1663921775,1768648559,268464997,1831014656,1752199791,1869570861,761620843,7496034,587989008,1668509549,1869570913,6646123,588513296,1953722221,1601331570,1885692769,1869570932,6646123,588709904,1869901677,1869570861,1936025963,1852793645,1852399988,268464741,1831014400,1919906927,1869562739,1298491755,268461939,1831016192,1667200879,1768648559,1852399461,1683976038,1869373801,1048679,1886200595,1936289069,1868770659,1701407599,1918984749,167776256,1601203491,1802465123,268461417,1831014656,1667195760,1768648559,1852399461,7303796,588251152,762540141,1802465123,1747805545,7630441,587857936,1868788333,1768645487,1048677,1919755026,1802465123,762537321,1885434487,7497072,588251152,1131836013,1768648559,1851867749,7497070,588578832,1601663597,1802465123,1634493801,1633836919,1919250030,285216768,762539299,1802465123,1647142249,1701736033,1048690,1936532249,1869570861,761620843,1936617315,762605157,1852727650,268464741,1831014656,1868770675,1701407599,1819242541,7955305,588251152,1663923053,1768648559,1764586341,7300718,587792400,1866691437,1701407599,218107904,1601400099,1802465123,1868522857,1048683,1936532246,1663918947,1768648559,1868770661,1767994478,7497070,587923472,1667461997,1852727618,268464741,1831013120,1663919987,1768648559,1048677,1936532245,1868770663,1701407599,1852793645,1852399988,268464741,1831014912,1663919987,1768648559,1701588325,812410230,318771200,1735617827,1869570861,761620843,1734828404,6648417,587989008,761754477,1802465123,7562601,588185616,761754477,1663923820,1768648559,268464997,1831012864,1866688371,1701407599,184553472,1735617827,1802465091,7562601,588447760,1130853229,1768648559,1999467365,1886413170,268464741,1831012608,1281320819,4476999,587923472,1600615277,1802465123,268461417,1831013376,1667196787,1768648559,268464997,1831014656,1667196787,1768648559,1717531493,7892834,588185616,1650946925,1667201135,1768648559,268464997,1831012864,1868785523,1701407599,184553472,1735617827,1802465123,7562601,588316688,1701278573,1851879544,1869570916,1936025963,167776256,1769172259,1802465123,268461417,1831014912,1600286835,1919249505,1868783476,1701407599,201330688,1920167203,1869570911,1936025963,285216768,1936944419,1734700077,1647144033,1701736033,1048690,1936532245,1663919987,1768648559,1999467365,1768845921,268461934,1831013376,762147955,1802465123,268461417,1831016704,1868770676,1701407599,1767992621,1868770670,1767994478,7497070,588316688,758281325,1802465123,762537321,1868983913,335548416,1651797283,1919954286,1667331689,1633824121,1919250030,268439552,1668574499,1768648559,1852793701,1953391987,402657280,1987341603,1869570861,761620843,1769238382,1633904998,1852795252,201330688,1987341603,1869570861,1936025963,218107904,1836412195,1868770657,1701407599,1048691,1986863891,1868770671,1701407599,1936026925,1701273971,285216768,762801443,1802465123,1882023273,1667853423,1048697,2020418320,1735548791,1667196016,1768648559,1048677,2037195555,1768382765,1882023276,1635150194,1848473955,1718187119,1952539497,762212201,1634038369,268439552,762932515,1920098658,1869570913,1936025963,318771200,762932515,1802465123,1600087401,1936617315,7630437,588316688,1663924589,1768648559,1885298533,1886744687,285216768,762932515,1802465123,762537321,1919249505,1048692,2037195536,1802465091,1866687849,1852142446,1048692,2037195534,1802465091,1867343209,7102820,588513296,1967356269,1836020851,1802465091,1632396649,7497081,588251152,1867282797,1919247457,1802465091,7562601,588251152,1867348333,778854756,1867342691,7102820,588120080,1867348333,1131176292,1768648559,1048677,2037195532,1633972045,1885827692,1048676,2037195534,1919251285,1936617283,7630437,588972048,2036496749,1834968436,1634296933,1869570911,1751476587,1702325865,268465001,1831013888,1886217081,1919249473,1734951540,167776256,1668902179,1867673709,268465263,1831012608,1869570937,6646123,588709904,1868790125,1701407599,1634692191,1601332580,1684957559,268466031,1831013376,1869570937,1650813291,268464737,1831013376,1869570937,1952803179,268464233,1831015936,1663920249,1768648559,1852793701,1953391987,2020565549,251662336,1836674339,1818322031,1869570911,6646123,588382224,1663924845,1768648559,1882026853,1667853423,1048697,2053972754,1852139359,1667854949,1919252047,7954796,588251152,1869622638,762344816,1802465123,7562601,588251152,1869622638,762344816,1986622064,7955297,589168656,1600598638,1601728354,1802465123,1633641833,1953654124,1701666661,1734439795,1048677,1131291400,1768648559,1048677,1601053454,1802465123,1767859561,7300718,588054544,1667457390,1702260525,2036427890,369102848,1717661219,1601401957,1919970665,762605161,1802465123,268461417,1847794176,761621857,1663918439,1768648559,1667312997,1953523043,1918984749,184553472,1986096675,1869570861,6646123,587857936,1131831662,1768648559,1048677,1634607883,1869562742,1936025963,184553472,1986096675,1869570911,6646123,588120080,1651925358,1663922785,1768648559,1048677,1634607887,1918984822,1869570861,1936025963,251662336,1986096675,762470754,1986622064,7955297,588054544,1651925358,1866691169,1701407599,318771200,1986096675,1663919478,1768648559,1818373477,7037807,588251152,1130586734,1768648559,1869103973,6644585,588120080,1866687342,1701407599,1919249473,1048692,1668162315,1685088082,1953460050,369102848,1633906211,1869570861,1634036075,1885692771,1768697204,268461422,1847792384,1663921251,1768648559,1886334309,1970220404,1048692,1684939536,1869570861,761620843,1919249505,1048692,1701716763,1634497890,1869570861,761620843,1769238382,1633904998,1852795252,385880064,1717923363,1663923055,1768648559,1868770661,1767994478,7497070,588382224,1601135982,1802465123,1633641833,1667855972,1048677,1701716751,1768714098,1869562739,1936025963,369102848,1936027171,1869048180,1869570861,761620843,1769238382,268461411,1847792896,1919382629,1667196513,1768648559,1818320741,7631461,588775440,1769235822,1952412530,1667199087,1768648559,1869635429,7370096,587989008,2037671278,1869570911,6646123,587923472,762799470,1802465123,268461417,1847790592,1663924069,1768648559,268464997,1847794176,1866692453,1701407599,1668507972,1835622764,1631744613,1919250030,234885120,2003136035,1802465091,1699243369,268461153,1847794432,1866692453,1701407599,1769238350,1633904998,1852795252,1702453580,1048690,1701716752,1869562743,1936025963,1919249473,1048692,1701716753,1869562743,1936025963,1852727618,268464741,1847791872,1867544421,2036558188,1885434455,7497072,587989008,1601660270,1802465123,7562601,587989008,1668769134,1768648559,7888741,588251152,1668769134,1768648559,1851875941,7497070,588447760,1954047342,1667457375,1601466469,1802465123,268461417,1847790336,1668577381,1768648559,1048677,1701716756,1701606520,1936483702,1802465091,1866622313,1048696,1718493960,1631735888,1048690,1718493968,1869570911,1650813291,1701736033,1048690,1718493977,1868770657,1701407599,1869570861,761620843,1852727650,268464741,1847792384,1663918694,1768648559,1647145829,1701736033,1048690,1718493966,1869562723,1315268971,6648943,588513296,1868785262,1701407599,1701012289,1867347056,7102820,589168656,1600481134,1601728354,1802465123,1633641833,1953654124,1701666661,1734439795,1048677,1735271193,1868770671,1701407599,1819242541,762930025,1852727650,268464741,1847795200,1650421607,1667201135,1768648559,1818320741,1702130277,1936026975,1701273971,436211712,761818659,1752458606,1885628205,1868770674,1701407599,1886351405,268464245,1847792128,1663921512,1768648559,1869491557,2036754804,419434496,1651076643,1836413545,1600940385,1802465123,1633641833,1667855972,1048677,1768825611,1869768557,1919249527,301993984,762015267,1802465123,1663919465,1702063727,268465262,1847794176,1868783467,1701407599,1769107551,2036556150,1936026975,1701273971,402657280,1600941603,1667196009,1768648559,1663905125,1635020399,1919250025,201330688,1684827683,1869570911,1936025963,285216768,762146339,1802465123,1918330217,1701867617,1048690,1869488906,1869570861,6646123,588578832,1663922030,1768648559,1868836197,1701540463,1919250533,335548416,1131376163,1702063727,1816228974,1299477093,1818322031,150999040,1668247075,1768648559,1048677,1869488910,1802465123,1801545065,7760244,588578832,1768714094,1868770675,1701407599,1852793645,1953391987,570429440,1852796451,1869373997,1852402531,1868770663,1852142446,1869491572,1768319348,1769234787,268463727,1847793408,1768190575,1868967267,1919251567,1868783455,1701407599,1048691,1869488914,1768319346,1701994851,1869570911,6646123,588316688,1836216174,1869570911,1600481643,1702129518,218107904,1919905315,1868783469,1701407599,1048691,1869488908,1952542066,1164015209,1048661,1869488916,1919369588,1180984677,1866691183,1701407599,1048691,1869488907,1866686836,1701407599,218107904,1953459747,1868783457,1701407599,1048691,1869488916,1702125940,1600942187,1802465123,1634493801,1048695,1869488910,1850697076,1802465091,7562601,587989008,1702129518,1869570911,6646123,588054544,1702129518,1869570931,1936025963,251662336,1953459747,761619305,1869570861,6646123,587989008,1769238382,1663919459,7040879,588120080,1769238382,1663919459,1768648559,1048677,1869488921,1701013876,1869570861,761620843,1668246626,1852386667,268463974,1847793152,1667855471,1868770661,1701407599,1852793645,1953391988,352325632,1953459747,761619305,1802465123,1882023273,1667853423,1048697,1869488922,1701013876,1869570861,761620843,1717924464,1852142181,7562595,588185616,1769238382,1663919459,1768648559,268464997,1847791360,1667855471,1868770917,1701407599,1048691,1869488915,1701013876,1970233921,1869562740,1936025963,234885120,1953459747,1130718057,1768648559,268464997,1847790592,1667855471,1886343269,268464245,1847791104,1667855471,1769099365,2036556150,201330688,1953459747,1600480105,1818848867,251662336,1953459747,1600480105,1986622064,7955297,589168656,1769238382,762537315,1802465123,1882023273,1667853423,1635200377,1852403314,1048679,1869488911,761686388,1769107501,2036556150,352325632,1953459747,1663919721,1768648559,1868770661,1852142446,1048692,1869488908,1130785140,1768648559,1048677,1869488913,1768319348,1667195235,1768648559,268464997,1847792640,1718187119,1667326825,1663922025,1768648559,268464997,1847794944,1718187119,1667326825,1601073001,1936614765,1600481889,1802465123,7562601,588447760,1769238382,1633904998,1663919474,1768648559,268464997,1847794176,1718187119,1952539497,762212201,1869376609,1869562743,1936025963,335548416,1953459747,1667851881,1869182049,1868770670,1701407599,352325632,1953459747,1667851881,1869182049,1868770670,1701407599,1048691,1869488924,1768319348,1769234787,1866624623,1869562744,1936025963,1734439765,1048677,1869488916,1768319348,1769234787,1866690159,1701407599,1048691,1869488918,1768319348,1769234787,878669423,1802465123,7562601,588578832,1769238382,1633904998,1852795252,1868783455,1701407599,335548416,1953459747,1667851881,1869182049,1868783470,1701407599,352325632,1953459747,1667851881,1869182049,1868783470,1701407599,1048691,1869488923,1768319348,1769234787,1667198575,1768648559,1918990181,1735289198,385880064,1953459747,1667851881,1869182049,1718574958,1869570911,6646123,588447760,1769238382,1633904998,1852795252,1802465123,268461417,1847799296,1718187119,1633824121,1633966962,1663918452,1768648559,1634610533,574449005,1769238382,1663924582,1768648559,1562538853,352325632,1953459747,762930793,1768714096,1663924579,1768648559,1048677,1869488910,2036754804,1869570862,6646123,588054544,1769238382,1866692966,1701407599,268439552,1953459747,1132029545,1768648559,1953448549,234885120,1953459747,1132029545,1768648559,268464997,1847791104,1718187119,1868783481,1701407599,234885120,1953459747,1668900457,1768648559,268464997,1847790080,762934383,1818848867,184553472,1953459747,1869562745,6646123,588840976,1601597294,1970302832,1868783472,1701407599,1918990175,1735289198,385880064,1987014179,1868783457,1701407599,1936286815,1767992419,7497069,588709904,1635151726,1735355490,1869570861,761620843,1852727650,268464741,1847792128,1868770672,1701407599,1852793645,1953391987,234885120,762342947,1919968359,1685024045,268463201,1847791104,1868783472,1701407599,2002873439,268439552,1836084771,1802465091,1631741289,1919250030,335548416,1869639203,1600349023,1769238382,1633904998,1852795252,469766144,1869639203,1600349023,1769238382,1633904998,1852795252,1634891615,1919250544,234885120,1601269283,1818848867,1852727650,268464741,1847791872,1868783473,1701407599,1953459807,6644585,588447760,1902408302,1869570861,761620843,1769238382,268461411,1847791872,1868770675,1701407599,1953849901,7237492,588382224,1601139566,1802465123,1650419049,1701736033,1048690,1953374998,1683710819,761361505,1802465123,1647142249,6124129,589692944,1650423150,1869902959,1818320749,1601466981,1818323300,1633642351,1885692771,1868783476,1701407599,1048691,1970152210,1868770667,1701407599,1936942413,6645601,588709904,1601336686,1667200867,1768648559,1868526437,1819436406,268466529,1847792896,1667199605,1868783479,1701407599,1869635443,7370096,587923472,1600484974,1802465123,268461417,1847790592,1663924342,1768648559,268464997,1847792640,1868783479,1701407599,1701601631,1650422898,268466287,1847791616,1684496247,1985966704,1601660265,268461161,1847791360,1869570935,1701653867,1734439795,1048677,2003706639,1868770661,1701407599,1918984749,234885120,1601728035,1919968359,1685024095,268463201,1847791360,1684496248,1834971760,1818322031,1048626,2020483859,1885628255,1869438834,1600938340,1852399981,335548416,1601728035,1919968359,1685024095,1834970209,829319521,335548416,1601728035,1919968359,1685024095,1834970209,846096737,268439552,1937272355,1885561645,1633824097,1919250030,318771200,1752788515,1869570911,761620843,1936942445,6645601,588382224,1701673582,1953459757,1667851881,1869182049,1048686,762258185,1802465123,268461417,1864568064,1869570861,761620843,7823724,588644368,1868770671,1701407599,1768714064,1984919907,1634497125,1048697,846144279,1869562726,1130719595,1702063727,1766093934,1735355489,385880064,960065315,1869570911,761620843,1868983913,1952542066,7237481,587857936,1667188847,1768648559,1048677,1349460749,1635150194,1098476652,268464240,1864567552,1868770658,1701407599,1048691,1651450641,1869562730,1130719595,1702063727,268465262,1864568320,1734308962,1633836897,1919250030,234885120,1600352035,2002739811,1886413170,268464741,1864569088,1663921763,1768648559,1852386661,7497070,588251152,762209135,1802465123,1999463785,7364978,588775440,762602351,1768714096,1714321763,1684371561,1953456685,7171956,588120080,1601659759,1953394531,1969581669,1048690,1685005076,1663923809,1768648559,1868770661,1852142446,1048692,1685005066,1869570916,6646123,588316688,761619567,1802465123,1882023273,1886744687,452988928,761622307,1802465123,1663919465,1702063727,1680700526,1869373801,6649191,588120080,1634559343,1953523043,1869177697,1048686,1718559506,1868783476,1701407599,1936617283,7630437,588382224,1667458927,1918984799,1953394499,1701734753,1048690,1768891155,1919954284,1667331689,1969368441,1852798068,285216768,1818849059,1769107501,2036556150,1919903277,1048685,1802445577,1802465091,268461417,1864567296,1868783467,1701407599,150999040,1667985187,1768648559,1048677,1802445578,1802465123,7562601,587923472,1869507439,1802465091,268461417,1864567808,1601138283,1802465123,268461417,1864568064,1601138283,1869570930,6646123,587989008,1869572975,761620843,7892834,588578832,1768844655,1634166124,1868770668,1701407599,1918984749,436211712,1953328931,1663921519,1768648559,1869491557,1768319348,1769234787,268463727,1864569344,1635018094,1868783463,1701407599,2002873439,335548416,1701736227,1937076852,1633824116,1919250030,1801745197,352325632,1701736227,1937076852,1868770676,1852142446,1685269876,1048683,1852777227,1866692972,1701407599,352325632,2037280547,1868783480,1701407599,1718511987,1633836911,1048690,1852777240,1667201145,1768648559,1852404581,1935634278,1701011824,1048690,1886331659,1866690149,1701407599,285216768,1701867299,1685015918,1866689633,1701407599,1048691,1886331674,1818717797,1818321519,1769107551,2036556150,1684633439,7628135,587726864,1635020911,7237486,588251152,1635020911,762212206,1919252079,7954796,588251152,1769238639,1633824110,1919250030,7760196,587857936,1769238639,1633824110,1048690,1886331667,762210676,1769238639,1701326190,1919247457,218107904,1953525539,1865248361,1970238576,1048692,1886331660,1131309428,1768648559,1048677,1886331666,1668180340,1868790123,1767994478,7497070,587857936,1667199599,1768648559,1048677,1936663314,1886413151,1869570911,2003134827,7238241,587923472,1836020591,1802465123,268461417,1864571136,1663923315,1768648559,1818326885,1868770668,1767994478,7497070,588185616,1663923311,761360483,1852727650,268464741,1864570624,1685269876,1952591211,1869494894,1969367156,1852798068,1048617,1953440524,1919954288,1667331689,1048697,1953440535,1869570930,1667590507,1819307375,1668178281,1986618469,402657280,1886744355,1802465123,1869636969,2036558188,1936026975,1701273971,285216768,1702260515,1868770674,1701407599,1936534899,1048679,1986994967,1634497125,1667313017,1953523043,1869570861,1936025963,268439552,1702260515,2036427890,1869570861,1701407587,251662336,1702260515,2036427890,1869570861,6646123,588578832,1919252079,762929516,1802465123,1882023273,1886744687,385880064,1702260515,2036427890,1869570861,1818585451,1714255713,7172719,588251152,1919252079,762929516,1802465123,7562601,588578832,1919252079,1132028268,1702129263,1866691694,1701407599,234885120,1702260515,2036427890,1802465091,268461417,1864569344,1819436406,1866692961,1701407599,892416050,436211712,1702260515,2036427890,1802465091,1867408745,1768319348,1769234787,268463727,1864568576,1819436406,1866692961,1701407599,1048691,1986994961,1634497125,1634882681,1128490340,268448340,1864568832,1819436406,1667201377,1702063727,268465262,1864568576,1819436406,1667201377,1768648559,1048677,1986994960,1634497125,1868783481,1701407599,1048691,1986994956,1634497125,1919967097,1048681,1986994966,1634497125,1919967097,1667331689,1869562745,6646123,588185616,1919252079,1668899180,1768648559,268464997,1864568576,1953654134,1868787823,1701407599,1048691,2003772188,1869570911,1600481643,1936617315,1601465957,1953394531,1701734753,1048690,2003772175,1869562734,1281714539,1919252833,419434496,2038066979,1869570861,1600481643,1769238382,1650419043,1701736033,1048690,946873114,1868783408,1701407599,1953459807,1600480105,1885434487,7497072,588054544,1869562736,1298491755,1818322031,251662336,1866690595,1701407599,1633972045,3233388,588185616,1869562736,1466263915,1768845921,268461934,1881344512,1231643487,1919250030,352325632,1667330083,1734308971,1601335396,1953394531,1701734753,1048690,1634738966,1042310503,1919954464,1667331689,1886334329,7235956,588447760,1701273968,1986289965,761619305,1802465123,268461417,1881346816,761620321,1802465123,1647142249,1701736033,1048690,1634738957,1663919463,1768648559,268464997,1881346304,761620321,1802465123,762537321,7496034,587989008,1701273968,1802465091,7562601,588316688,1701273968,1130722133,1768648559,1986610277,285216768,1734438947,1868783461,1701407599,1852140895,1048693,1634738965,1601398119,1802465123,1667196265,1702063727,268465262,1881345792,1866689889,1701407599,1702453580,1048690,1634738963,1869562734,1130719595,1635020399,1919250025,285216768,1851879459,1802465091,1699898729,1936029041,1048692,1634738956,1868783470,1701407599,1048691,1634738957,762078574,1802465123,268461417,1881346816,1818586721,1869570861,761620843,1734439797,1048677,1634738958,762078574,1802465123,7562601,587989008,1701732720,1869562732,6646123,588316688,1701732720,1869562732,1936025963,1868983881,218107904,1851879459,1667198053,1768648559,1048677,1634738964,1600939374,1802465123,1650419049,1869902959,1048685,1634738961,1600939374,1802465123,1683973481,268463215,1881345280,1818586721,1802465123,7562601,588316688,1953390960,1634495585,1869562669,1936025963,285216768,1851879459,1819042164,1868783457,1701407599,1048691,1634738963,1635213167,1852403314,1868783463,1701407599,402657280,1885433891,1718186597,1919954297,1868770671,1701407599,2036754733,419434496,1885433891,1819308645,761622113,1802465123,1848468841,1667855471,1048677,1634738961,1919377778,1600680033,1802465123,268461417,1881350656,1852142177,1767071604,1866687860,1701407599,1936942413,1130719073,1635020399,1919250025,301993984,1918988323,1868770667,1701407599,762470754,268463205,1881345280,762606177,1802465123,7562601,588316688,1702060400,1768120171,1702130529,1634433635,385880064,1935765539,1801415525,1853189487,1952541545,1869570911,6646123,588251152,1953718640,1634495593,1869570861,6646123,589168656,762863984,1802465123,762537321,1936942445,761620321,1953394531,1701734753,1048690,1651516185,1869570861,1936025963,1819242541,762930025,1852727650,268464741,1881346048,1667449186,1131704421,1768648559,268464997,1881346560,1868783458,1701407599,1852793695,1953391987,301993984,1600286755,1802465123,1834968425,1634956133,268461415,1881345536,1663918690,1768648559,2002873445,285216768,761491491,1802465123,1848468841,1667855471,1048677,1668293394,1869570861,1936025963,1953459757,6644585,588382224,1835230064,1869562739,1936025963,1919249473,1048692,1685070605,1869570911,1818585451,268466017,1881344768,761360484,1970302832,1048688,1685070612,1882022256,1635150194,1882028387,1667853423,1048697,1701847831,1663922787,1819307375,1668178281,1633824101,1919250030,452988928,1667592227,1868770674,1701407599,1851875885,762471790,1885434487,7497072,588513296,1919116656,1869570861,761620843,1852989815,6778473,588251152,1836213616,1601139561,1802465123,7562601,588185616,1836213616,1769173865,1647144559,268464737,1881347584,1768780389,1869181811,1633824110,1919954290,1953525103,385880064,1919250467,1936943469,1601073001,1970365810,1601467237,7892834,588578832,1886545264,1970631781,1868770669,1701407599,1918984749,251662336,761688099,1802465123,1747805545,7630441,588185616,1866688112,1701407599,1769238350,268461411,1881347584,1702521190,1868783474,1701407599,1869635443,2036558188,352325632,2003202083,1802465091,1917871465,1919247973,1701015141,1048691,1735402257,1869570861,761620843,1769238382,268461411,1881345792,1868770663,1701407599,1718503795,1048687,1735402248,1885628205,1048690,1735402250,1731028836,7499876,588447760,1663920240,1768648559,1630368613,1869572971,268461170,1881346048,1869562728,1130719595,1702063727,268465262,1881346560,1601660264,1802465123,1885300073,1886744687,469766144,1919447075,1600484193,1769238382,1633904998,1852795252,1869570911,1936025963,402657280,1634299939,1764585326,1651467886,1663922785,1635020399,1919250025,285216768,1701408803,1852140895,1868783477,1701407599,1048691,1768956688,1953459059,2054123599,1818849903,1048687,1768956680,1953459059,1048681,1768956681,1953459059,268462443,1881345280,1869312873,1600744308,7760228,588447760,1802725744,1768649839,1986162527,1769239397,268463980,1881346304,1869312873,1600744308,1885434487,7497072,588709904,1769433456,1633824107,1919250030,1852793645,1852399988,268464741,1881345024,1802073961,2037147181,268463721,1881344512,1868789865,1701407599,301993984,1097494563,1885692771,1869562740,1113942379,268464737,1881347328,1886596460,1769107501,2036556150,1953849901,7237492,587857936,1667198064,1768648559,1048677,1819288331,1869570911,1936025963,452988928,1634496547,1919903348,1868783469,1701407599,1819242591,1601790825,7496034,588709904,1634036848,1630365043,1869770864,1663919478,1768648559,268464997,1881346560,1953391980,1868770681,1701407599,1918984749,285216768,1735159843,1869570861,1852139883,1667855471,1048677,1819288336,1130982249,1768648559,1867543397,1048688,1819288338,1852401525,1869570911,1600481643,7630441,588644368,757951856,1802465123,1882023273,1768780389,1869181811,1048686,1836065546,1869570861,6646123,588316688,1663921520,1768648559,1633824101,1919250030,301993984,762146851,1802465123,1663919465,1702063727,268465262,1881346048,1868770669,1701407599,1953459757,268461673,1881346560,1919954285,1667331689,1633824121,1919250030,285216768,829255715,1868783411,1701407599,1718511967,1048687,1836065553,1667183921,1768648559,1852399461,268463974,1881344768,1868783469,1701407599,1048691,1836065553,1869897571,1601204341,1769238382,268461411,1881345024,1663921262,1768648559,268464997,1881347072,1663921262,1768648559,1999467365,1768845921,268461934,1881347840,1883335790,1987015280,1869562725,1936025963,1734439765,1048677,1852842762,1869562732,6646123,588251152,1131179632,1768648559,1851867749,7497070,588054544,1131179632,1768648559,1918976613,285216768,1819176995,1802465091,1866687849,1852142446,1048692,1852842768,1869562732,1181051243,1702129519,1048690,1852842766,1869562732,1231382891,7300718,588316688,1131179632,1768648559,1936018789,1701273971,268439552,1819176995,1802465091,1867408745,1701013876,268439552,1819176995,1802465091,1951622505,1937077345,184553472,1819176995,1802465091,7562601,588709904,1131179632,1768648559,1867412325,1768319348,1769234787,268463727,1881346560,1430613102,1802465091,1631741289,1919250030,184553472,1819176995,1986622032,7955297,587923472,762211952,1802465123,268461417,1881344512,1868788590,1701407599,268439552,1768910883,1634433396,1634296621,1801811059,201330688,1819242531,1869570861,1936025963,167776256,1819242531,1801678659,268461417,1881344768,1866689647,1701407599,1048691,1869619980,1868783468,1701407599,1048691,1869619987,1684955500,1869570911,1600481643,1953394531,402657280,1819242531,1936290401,1852793645,1953391987,1684633389,1937007975,218107904,1819242531,2036949865,1919249473,1048692,1869619982,2036558188,1667457325,7630949,588120080,1768714096,1647147363,1701736033,1048690,1869619982,2036558188,1869570861,6646123,588578832,1768714096,1663924579,1768648559,1869491557,1701013876,369102848,1819242531,762930025,1802465123,762537321,1852727650,268464741,1881344768,1667853423,1768172921,1048694,1869619988,2036558188,1685024045,1647144033,1701736033,1048690,1869619981,2036558188,1886351405,268464245,1881347328,1667853423,1702047097,1852404852,1764586343,7300718,588382224,1768714096,1982691683,1684630625,1869182049,1048686,1869619993,2036558188,1918990125,1735289198,1852793645,1852399988,268464741,1881347328,1667853423,1635200377,1852403314,1869622631,7370096,588120080,1768714096,1999468899,1868852841,1048695,1869619985,2036558188,1919249473,1851871348,268463205,1881347072,1667853423,1851867769,1467114862,1886413170,268464741,1881344512,1667853423,1918976633,234885120,1819242531,1132028777,1702063727,268465262,1881345280,1667853423,1869562745,6646123,588775440,1768714096,1866692963,1701407599,1868983881,1952542066,7237481,588120080,1768714096,1866692963,1701407599,1048691,1869619987,2036558188,1802465091,1282631017,1919252833,234885120,1819242531,1299800937,1634956133,268461415,1881345280,1667853423,1953451641,6644585,587989008,1768714096,1632663907,7103854,587989008,1768714096,1867544931,7370096,588578832,1768714096,1867544931,1131443568,1635020399,1919250025,234885120,1819242531,1601790825,1802465123,268461417,1881345536,1667853423,1701339001,1919247457,251662336,1819242531,1601790825,1936942445,6645601,588120080,1768714096,1851750755,1667855471,1048677,1869619983,2036558188,1634891615,1919250544,318771200,1819242531,761820009,1802465123,1848468841,6648943,588316688,1768714096,1633905012,1869570861,1936025963,436211712,1819242531,1667855465,1919954273,1667331689,1684104297,1735142757,268461168,1881345792,1953066095,1130455913,1768648559,1048677,1869619984,1769236844,1866686819,1701407599,1048691,1869619986,1769236844,1698980195,1802465091,7562601,588513296,1768714096,1633905012,1986622032,1684628321,6644833,588316688,1768714096,1633905012,1869570911,1936025963,335548416,1819242531,1667855465,1701076833,1869570911,1936025963,503320576,1819242531,1667855465,1701076833,1869570911,1936025963,1852793695,1852399988,268464741,1881347840,1953066095,1600217961,1885300068,1635150194,1633970531,1048676,1869619984,1769236844,1868783971,1701407599,1048691,1869619994,1769236844,1600484721,1718513507,1852138601,1818323316,6648937,588316688,1768714096,1634433396,1634296621,1801811059,268439552,1819242531,1803121769,1868770657,1701407599,285216768,1819242531,1803121769,1868770657,1701407599,1048691,1869619989,2037672300,1882022251,1635219826,1936682612,268462435,1881348352,1953066095,761359225,2004447856,1869509729,761881459,7302260,588906512,1768714096,1634433396,2004447824,1869509729,1214866291,1701080175,1048690,1869619989,2037672300,1667195243,1768648559,2019909477,268463205,1881346304,1953066095,1600220025,1802465123,7562601,588120080,1768714096,1634433396,1852534623,1048687,1869619982,2037672300,1868783979,6908783,588251152,1768714096,1634433396,1802465123,7562601,588513296,1768714096,1634433396,2004447856,1869509729,6906739,588251152,1819242352,1802465123,1633838441,6645604,587923472,762343280,1802465123,268461417,1881347072,1663922287,1768648559,1633824101,1919183715,268464239,1881345024,1663922287,1768648559,268464997,1881344256,1731031151,7499876,588120080,762343280,1663922293,1768648559,1048677,1869619983,1886727536,1869570861,1936025963,167776256,1886351395,1802465091,268461417,1881347328,1850306671,1802465091,1866687849,1767994478,7497070,588054544,1433431920,1869562736,1936025963,369102848,1886351395,1866690645,1701407599,1852785523,1852399988,268464741,1881346048,1884647535,1868983881,1734691955,268463201,1881345024,1667199087,1768648559,268464997,1881344256,1918857327,6582375,588251152,1601204080,1702127987,1869570911,6646123,587726864,1668312944,3289443,587726864,1668312944,7040879,587857936,1668312944,1768648559,1048677,1869619979,1869570928,1936025963,335548416,1886351395,1630367337,1885692771,1868770676,1701407599,285216768,1886351395,1663921769,1663923559,1768648559,1048677,1869619979,762210672,1818848867,218107904,1886351395,1663921769,1768648559,1048677,1869619982,762210672,1802465123,7562601,587989008,1768976240,1869562734,6646123,588054544,1768976240,1869562734,1936025963,218107904,1886351395,1667198569,1768648559,1048677,1869619982,1601071472,1802465123,7562601,588447760,1768976240,1852399470,1668509542,1768648559,268464997,1881346304,1852403823,1600353375,1986622064,7955297,587989008,1768976240,1869570926,6646123,587726864,1919971184,6582375,588185616,1970302832,1663905136,1768648559,268464997,1881347328,1886744687,1667457325,762605669,1802465123,7562601,588513296,1970302832,1851862384,1853189998,1701668195,7566446,587923472,1970302832,1667444080,268460400,1881347584,1886744687,1852793645,1852399988,1630368357,1869834614,234885120,1886351395,1663922293,1801678703,268461417,1881345280,1886744687,1869570861,6646123,588709904,1970302832,1868770672,1701407599,1919377709,1701668197,268465262,1881346816,1886744687,1869570861,761620843,1668246626,1048683,1869619986,762344816,1802465123,1663919465,7104878,588709904,1970302832,1868770672,1701407599,1852793645,1852399988,268464741,1881348096,1886744687,1869570861,761620843,1953394531,1684368997,268464751,1881347072,1886744687,1869570861,761620843,1768714096,268466531,1881348608,1886744687,1869570861,761620843,1768714096,1932360035,1819042157,301993984,1886351395,1663922293,1768648559,1635200357,268463212,1881347072,1886744687,1869570861,1130719595,1702063727,268465262,1881345536,1886744687,1869570861,1936025963,285216768,1886351395,1663922293,1768648559,825062245,1048632,1869619989,762344816,1802465123,762537321,1953787746,268463471,1881347584,1886744687,1869570861,1936025963,1702260525,2036427890,352325632,1886351395,1663922293,1768648559,1882026853,1667853423,1048677,1869619985,762344816,1668508004,1835622764,268464741,1881344768,1886744687,1885628205,1048690,1869619983,762344816,1802723693,1868853805,335548416,1886351395,1882026101,1635150194,1869642083,2036558188,352325632,1886351395,1999466613,1634755173,1663919463,1768648559,1048677,1869619987,1097889136,1936291446,1869562735,1936025963,335548416,1886351395,1313042549,1663913033,1635020399,1919250025,201330688,1886351395,1866690677,1701407599,218107904,1886351395,1866690677,1701407599,1048691,1869619979,1601205616,1818848867,218107904,1886351395,1667199093,1768648559,1048677,1869619995,1601205616,1802465123,1667196265,1702129263,1601332590,1852399981,301993984,1886351395,1667199093,1768648559,1852399461,268463974,1881348352,1886744687,1869570911,1600481643,1868983913,1952542066,7237481,588316688,1970302832,1868783472,1701407599,2002873439,234885120,1886351395,1667199093,1768648559,268464997,1881347072,1886744687,1869570911,1936025963,1685024095,268463201,1881347328,1886744687,1869570911,1936025963,1819242591,7955305,588382224,1970302832,1852399472,1667198822,1768648559,1048677,1869619984,1601205616,1667854188,1768648559,1048677,1869619980,1668314480,1768648559,1048677,1869619981,1668314480,1768648559,268464997,1881346048,1886744687,1668506980,1768648559,268464997,1881344512,1886744687,1919968359,167776256,1886351395,1735553141,268461168,1881346816,1635021423,1868770668,1701407599,1718511917,1048687,1869619988,1818326130,1869570861,1868917099,1970238576,1048692,1869619990,1769236851,1868783478,1701407599,1768316787,6581349,587989008,1635217264,1869570861,6646123,588316688,1663922288,1768648559,1869491557,1701013876,167776256,1131442211,1768648559,268464997,1881344512,1868783472,1701407599,301993984,1601204259,1802465123,1667196265,1702063727,268465262,1881345280,1868783472,1701407599,7823724,587989008,761360496,1802465123,7562601,587792400,1868787824,1701407599,335548416,1836085283,1835229043,1918984799,1702260575,2036427890,369102848,1836085283,1835229043,1886351455,1868525685,1819436406,268466529,1881346816,1634741617,1949132135,1663922287,1768648559,1048677,1919951639,1635150177,1663924579,1768648559,1869491557,1701013876,268439552,1634889763,1667331689,1869491577,1701013876,335548416,1634889763,761357430,1802465123,1965909353,1701273971,452988928,1701998627,1701995878,1936024430,1869570861,761620843,1936617315,7630437,587726864,1734701680,7499876,588382224,1751478896,1701077349,1868783474,1701407599,1048691,1919951637,2037675109,1802465091,1834968425,1634956133,268461415,1881346048,1702258034,1667200110,1768648559,268464997,1881346304,1836213874,1869570911,1600481643,7499362,588120080,1667854960,1601790817,1970302832,1048688,1919951643,1885692777,1952543337,1663923045,1768648559,1667312997,1953523043,301993984,1769107491,1667331688,1867214177,1768120684,268461411,1881344512,1970104690,1667444083,452988928,1769107491,1663906159,1768648559,1868770661,1852142446,1836264820,7105633,588120080,1986622064,1684628321,1631741025,1048690,1919951631,1667331689,1684090233,1702062454,234885120,1769107491,2036556150,1701601581,268465266,1881346816,1635150194,1630370147,1953654124,1970037293,1048690,1919951631,1667331689,1633824121,1919250030,201330688,1769107491,2036556150,1918984749,301993984,1769107491,2036556150,1953456685,1651339124,268464737,1881347840,1635150194,1663924579,1702063727,1647146094,1701736033,1048690,1919951640,1667331689,1868770681,1852142446,1986997620,1634497125,1048697,1919951631,1667331689,1868770681,1701407599,369102848,1769107491,2036556150,1869570861,761620843,1852727650,268464741,1881347072,1635150194,1663924579,1768648559,1852386661,268463974,1881347584,1635150194,1663924579,1768648559,1936018789,1701273971,318771200,1769107491,2036556150,1936286765,1767992419,7497069,588578832,1986622064,762930017,1702390118,1868705124,1836020852,251662336,1769107491,2036556150,1869571629,7497076,588054544,1986622064,762930017,1953393e3,570429440,1769107491,2036556150,1718511917,1634562671,1852795252,1869570861,761620843,1769238382,268461411,1881345536,1635150194,1814919523,1919252833,335548416,1769107491,2036556150,1936026925,1701273971,1918984749,369102848,1769107491,2036556150,1735617837,1852793645,1852399988,268464741,1881345280,1635150194,1848473955,6648943,588447760,1986622064,762930017,1769238382,1647142243,268466287,1881349120,1635150194,1848473955,1718187119,1952539497,762212201,1852727650,268464741,1881347840,1635150194,1865251171,1819436406,1647147361,1701736033,1048690,1919951631,1667331689,1869622649,1701013868,402657280,1769107491,2036556150,1819242541,1701405545,1633824115,1919250030,369102848,1769107491,2036556150,1819242541,762930025,1852727650,268464741,1881346816,1635150194,1882028387,1667853423,1633824121,1048690,1919951646,1667331689,1869622649,2036558188,1869375277,762077538,1936942445,6645601,589037584,1986622064,762930017,1768714096,1814919523,762015337,1885434487,7497072,588578832,1986622064,762930017,1768714096,1831696739,1818322031,335548416,1769107491,2036556150,1819242541,762930025,1702129518,369102848,1769107491,2036556150,1819242541,762930025,1769238382,268461411,1881349120,1635150194,1882028387,1667853423,1869491577,1768319348,1769234787,268463727,1881347328,1635150194,1882028387,1667853423,1634741625,7103854,588578832,1986622064,762930017,1768714096,1882028387,1886744687,385880064,1769107491,2036556150,1819242541,762930025,1633972341,6579572,588185616,1986622064,762930017,762343280,268464245,1881345536,1635150194,1882028387,1886744687,402657280,1769107491,2036556150,1886351405,1663922293,1635020399,1919250025,251662336,1769107491,2036556150,1768452909,6581349,588906512,1986622064,762930017,1952543859,1852140901,1920413044,1701867617,1048690,1919951630,1667331689,1869884793,7631713,588185616,1986622064,762930017,1633972341,268461428,1881349120,1635150194,1849784675,1869562724,1315268971,1667855471,1851871333,268463205,1881349632,1635150194,1849784675,1869562724,1936025963,1718513475,1634562665,1852795252,503320576,1769107491,2036556150,1869508161,1701015157,1953391981,1953459770,1685021224,268446073,1881345536,1635150194,1631746403,1919250030,184553472,1769107491,2036556150,7496002,588185616,1986622064,1132028769,1702063727,268465262,1881345536,1635150194,1866692963,1701407599,402657280,1769107491,2036556150,1802465091,1766090089,1634493299,1919249769,318771200,1769107491,2036556150,1802465091,1632396649,7497081,589627408,1986622064,1132028769,1768648559,1867543397,2036558188,1936942413,1130719073,1635020399,1919250025,301993984,1769107491,2036556150,1668507972,1835622764,268464741,1881345024,1635150194,1766357347,268465262,1881348608,1635150194,1867413859,1867539828,1131443568,1635020399,1919250025,335548416,1769107491,2036556150,1769238350,1884644707,1702125924,335548416,1769107491,2036556150,1769238350,1633904998,1852795252,385880064,1769107491,2036556150,1769238350,1866692966,1767994478,7497070,588906512,1986622064,1333355361,1869182064,1866691438,1701407599,1232367695,1048686,1919951638,1667331689,1953845113,1866691173,1767994478,7497070,588185616,1986622064,1333355361,1819436406,268466529,1881346304,1635150194,1867544931,2036558188,7496002,588316688,1986622064,1350132577,1667853423,2020557433,352325632,1769107491,2036556150,1768714064,1866692963,1701407599,1048691,1919951634,1667331689,1819234425,1232692073,7300718,588447760,1986622064,1350132577,1667853423,2036419705,268464741,1881347072,1635150194,1867544931,2036558188,1702453580,268455538,1881346560,1635150194,1867544931,2036558188,1702129486,352325632,1769107491,2036556150,1768714064,1984919907,1634497125,1048697,1919951635,1667331689,1819234425,1350132585,1886744687,218107904,1769107491,2036556150,1970302800,1048688,1919951630,1667331689,1768706937,7497060,588120080,1986622064,1417241441,1631744111,1048690,1919951632,1667331689,1918982009,1852403305,1048679,1919951637,1667331689,1918982009,1735289198,1852727618,268464741,1881345792,1635150194,1918335331,1701867617,1048690,1919951631,1667331689,1667325817,1953523043,301993984,1769107491,2036556150,1919377759,1701668197,268465262,1881346048,1635150194,1650424163,1701080673,268465505,1881345792,1635150194,1650424163,1701736033,1048690,1919951628,1667331689,1633836921,1048690,1919951630,1667331689,1633836921,6648434,588513296,1986622064,1601790817,1668246626,1919120235,7234917,588644368,1986622064,1601790817,1601728354,1953394531,1701734753,1048690,1919951631,1667331689,1868783481,1701407599,335548416,1769107491,2036556150,1869570911,1600481643,1702129518,352325632,1769107491,2036556150,1869570911,1600481643,1970302832,1048688,1919951637,1667331689,1868783481,1701407599,1768714096,268466531,1881346048,1635150194,1667201379,1768648559,268464997,1881345536,1635150194,1667201379,1919252079,352325632,1769107491,2036556150,1718511967,1868783471,1852142702,1048692,1919951637,1667331689,1852399481,1868525414,1819436406,268466529,1881345024,1635150194,1818196323,268466017,1881348608,1635150194,1834973539,1634956133,1633641831,1953654124,1986618463,234885120,1769107491,2036556150,1685024095,268463201,1881345792,1635150194,1851750755,1667855471,1048677,1919951638,1667331689,1869635449,2036558188,1851875935,7497070,588447760,1986622064,1601790817,1768714096,1650424163,268464737,1881348864,1635150194,1885305187,1667853423,1768710009,2002742126,1868852841,1048695,1919951630,1667331689,1869635449,7370096,588644368,1986622064,1601790817,1836213620,1868783475,1701407599,1048691,1919951631,1667331689,1769430905,1952802660,234885120,1769107491,2036556150,1852727650,268464741,1881347072,1635150194,1633843555,1919250030,1685024095,268463201,1881344768,1635150194,1633843555,1048690,1919951630,1667331689,1869570937,6646123,588972048,1986622064,1668899681,1768648559,1768172901,1970482550,1953654128,268464239,1881345024,1635150194,1768454499,268465262,1881345792,1635150194,1634564451,1701273966,1048690,1919951631,1667331689,1936027001,1701273971,234885120,1769107491,2036556150,1769238382,268461411,1881348352,1635150194,1869642083,2036558188,1953459770,1886284072,2716789,588709904,1986622064,1887003489,1667853423,1852793721,1852399988,268464741,1881345280,1635150194,1869642083,7370096,588054544,1986622064,1631745121,1919250030,251662336,1769107491,1702125942,1819242541,7955305,588513296,1986622064,1348826209,1667853423,1819232377,7497060,588578832,762278512,1680699491,1869373801,1633824103,1919250030,369102848,1869770787,762340141,1818323300,1999464303,1886413170,268464741,1881345536,1667198834,1768648559,2020565605,369102848,1869770787,1668638047,1667199084,1768648559,1650422629,268466287,1881345792,1886220146,1868770676,1701407599,1048691,1919951639,1835101807,1667195753,1768648559,1869111141,1919247468,402657280,1869770787,1702127987,1869570911,1600481643,1635148897,1818588018,318771200,1131638819,1768648559,1936278629,1767992419,7497069,588578832,1866691440,1701407599,1684630611,1866691173,1953448558,352325632,1601400867,1802465123,1633838441,1868783474,1701407599,1048691,1953506064,1802465091,1631741289,1634883442,1048688,1953506064,1802465091,1866687849,1852142446,1048692,1953506060,1667984481,1768648559,1048677,1970283282,1667853410,1802465091,1934976361,6645601,588382224,1668445552,1684483432,1647145584,1701736033,1048690,1970283275,1633642611,1953654124,285216768,762736675,1802465123,1680696681,1869373801,1048679,2003837713,1869570861,761620843,1852727650,268464741,1881344768,1868783479,1701407599,1048691,2003837716,1663918947,1768648559,1868770661,1852142446,1048692,2003837728,1663922787,1868770660,1701407599,1634956589,1680696679,1818456937,1701669217,1048690,2003837714,1868784229,1701407599,1953459827,6907497,587923472,762804080,1802465123,268461417,1881347840,1868770680,1701407599,1918984749,1954047277,1701080677,1048676,2020614930,1869570861,761620843,1936617315,7630437,588906512,1663924336,1768648559,1868770661,1852142446,1986997620,1634497125,1048697,2020614925,1869570861,1650813291,268464737,1881345792,1663918456,1768648559,1633824101,1048690,762389261,1802465123,1647142249,268466287,1898124544,1868770616,1701407599,1836016429,1634298992,6644590,588185616,1769099377,2036556150,1852727618,268464741,1898123264,1869562722,1130719595,1702063727,268465262,1898125056,1868783458,1701407599,1852793695,1953391987,1767992671,1048686,1651581719,1600941153,1667198819,1768648559,1868967269,1919251567,335548416,1600352547,1768908899,861889891,1717527408,1701667186,150999040,761753891,1935765364,1048692,1819353878,1869570861,761620843,1936617315,762605157,7892834,588251152,1802465137,1601398121,1768055144,7627124,588447760,1701344369,1866687853,1701407599,1852727618,268464741,1898123264,1953063541,762668333,1802465123,268461417,1914899712,1866674740,1701407599,7496002,588251152,1130520946,1768648559,1768706917,7497060,588972048,1936286066,1663922025,1768648559,1869491557,1768319348,1769234787,268463727,1914902016,1634430305,1634296671,1667593331,1600220026,1868983913,436211712,1885434403,1953719401,761685601,1802465123,1600087401,1852727650,268464741,1914903552,1684631649,1986094455,1885303397,1635150194,1834973539,1634956133,268461415,1914901760,1663923041,1768648559,1868770661,1767994478,7497070,588578832,1702519154,1919954290,1868770671,1701407599,2036754733,335548416,761426467,1802465123,1663919465,1635020399,1919250025,218107904,1600287267,1802465123,1866622313,1048696,1651647267,1869562729,1348823403,1667853423,1970298745,1866754163,1866624631,1634883448,1919250544,385880064,1768059427,1802465091,1867539817,2036558188,1634759519,7497059,588709904,1814913906,1663924581,1768648559,1680700261,1869373801,268463975,1914899968,1869562723,1348823403,1884647535,167776256,1130590755,1768648559,268464997,1914901248,1663921508,1768648559,1868770661,1852142446,1048692,1701978910,762602337,762343521,1802465091,1866687849,1852142446,1851867764,7497070,588054544,1667327346,1868770676,1701407599,369102848,1634038307,1663923299,1768648559,1885416805,1987015280,268463201,1914900736,1952670053,1869570861,761620843,7496034,588578832,1667327346,1868770676,1701407599,1918990125,1735289198,419434496,1634038307,1700754531,1701668204,1600091246,1802465123,1633838441,1048690,1701978903,1868783460,1701407599,1936028255,1667854964,1852795252,285216768,1684369955,1663921513,1768648559,1852401765,1048692,1701978904,762145124,1802465123,1768449385,1647146094,1869902959,1048685,1701978903,762145124,1802465123,1768449385,1831695470,1818322031,369102848,1734701603,762539621,1802465123,1932354921,1769239653,268461934,1914901760,1869178725,1868783470,1701407599,1852399475,7565158,587989008,1600873842,1668246626,7497067,588251152,1701668210,1919246957,1869570911,6646123,588906512,1768777074,1919247470,1769107502,2036556150,1835364909,1701080681,1048690,1701978893,1702129517,1802465091,268461417,1914903552,1701080677,1868770674,1701407599,1869491571,1768319348,1769234787,268463727,1914900224,1702195557,1866691699,1701407599,1048691,1701978891,1868770675,1701407587,352325632,1936028195,1131703413,1801676136,1802465091,1397581161,1048647,1701978902,1953265011,1868770675,1701407599,1818307955,7631461,588251152,1663919986,1768648559,1751330149,7037797,588251152,1917871986,1667331689,1851867769,7497070,588513296,1667196786,1635020399,1919250025,1869570911,6646123,587857936,1885628274,1885827630,1048676,1735533322,1915642480,6582375,588513296,1685088114,1667457325,762605669,1802465123,7562601,587857936,1685088114,1851875885,1048676,1735533324,1647142e3,1701736033,1048690,1735533331,1647142e3,1663922785,1635020399,1919250025,218107904,1885827619,1868770660,1852142446,1048692,1735533325,1663919216,1768648559,268464997,1914901248,761557095,1802465123,762537321,1633972077,1048684,1735533339,1663919216,1768648559,1831695205,1818322031,1634891565,1919250544,218107904,1885827619,1701260644,1634887022,1048684,1735533323,1764582512,1936680558,369102848,1885827619,1768697188,1701606516,1818326573,1952539753,268461157,1914899200,761557095,1633972077,1048684,1735533327,1831691376,1630431091,1953654124,201330688,1885827619,1869491556,1701013876,218107904,1885827619,1986997604,1634497125,1048697,1735533323,1882023024,1852403823,352325632,1885827619,1869622628,762344816,1953394531,1701734753,1048690,1735533325,1999463536,1886413170,268464741,1914898944,778334311,1685088114,285216768,1885827619,1836265060,762606177,1768976240,1048686,1735533333,1999529072,1869116521,1865249909,1819436406,268466529,1914898944,1097101415,1953654124,285216768,1885827619,1869562724,1936025963,1667457352,1048677,1735533322,1867342960,7102820,587857936,1685088114,1768910680,1048692,1735533325,1600087152,1868983913,268459871,1914899968,1600417895,1801675106,1886351972,218107904,1885827619,1633836900,1634034798,1048693,1735533324,1650418800,1701736033,1048690,1735533322,1650418800,6516588,587989008,1685088114,1970233951,7237492,588054544,1685088114,1835361375,1701080673,167776256,1885827619,1634557796,268463721,1914900992,1600417895,1852399981,1852793695,1953391988,150999040,1885827619,1651466084,1048682,1735533323,1885299824,1852403823,134221824,1885827619,1886412644,167776256,1885827619,1920229220,268466529,1914898432,1650749543,268464737,1914898432,1650749543,268466287,1914899200,1667526759,1768648559,1048677,1735533334,1868784752,1701407599,1851879469,1915579493,7630703,587726864,1685088114,6779757,587857936,1685088114,1970302832,1048688,1735533333,1634545011,1663921769,1702129263,1647146104,268464737,1914900992,762345319,1802465123,1831691625,1818322031,318771200,2003268131,1868770672,1701407599,1819242541,7955305,588316688,1819633778,1802465123,1667327337,1953523043,352325632,1651077667,762212194,1802465123,762537321,1701996385,1048677,1769087771,1764583523,1868770660,1701407599,1701981555,1634497895,1852795252,402657280,1667854883,1734439016,1667199845,1768648559,1852793701,1953391987,301993984,762016291,1701012321,1663923312,1768648559,268464997,1914900736,1868770669,1701407599,1936617315,7630437,588447760,1663921522,1768648559,1999467365,1886413170,268464741,1914902016,1869562734,1130719595,1702063727,1885303918,1886744687,285216768,1684959779,1802465123,1650419049,1701736033,1048690,1852973843,1868783479,1701407599,1633836915,1919250030,150999040,1685025315,1633824111,1048690,1869751051,1647144804,1801678700,234885120,1685025315,1852386671,1647144806,268466287,1914899200,762274927,1633972077,1048684,1869751055,1831694180,1818322031,1819042093,218107904,1685025315,1986997615,1634497125,1048697,1869751049,1882025828,268464239,1914901760,762274927,1970302832,1868770672,1767994478,7497070,588447760,1868853106,1886351405,1865248885,1819436406,268466529,1914898944,1097819247,1953654124,134221824,1685025315,2020557423,184553472,1685025315,1869562735,6646123,588054544,1868853106,1868983881,1836216134,402657280,1685025315,1953451631,1667851881,1869182049,1634883438,1919250544,134221824,1685025315,2003784303,201330688,1685025315,1634883439,1919250544,201330688,1685025315,1667325807,1953523043,150999040,1685025315,1852137327,1048694,1869751051,1834970980,1818322031,184553472,1685025315,1869635439,7370096,587792400,1868853106,1868983913,134221824,1685025315,2003136111,234885120,1685025315,761687663,762343521,268466293,1914901248,762605423,1802465123,1848468841,1667855471,1048677,1869751058,1663923311,1768648559,1851875941,7497070,587989008,1869901682,1869562738,6646123,587923472,762802034,1802465123,268461417,1914900736,1600547185,1868983913,1851875935,7497070,588644368,1667199858,1768648559,1701076837,1918987363,1869182049,1048686,1936859940,1869570911,1600481643,1634623853,1601332583,1970302832,1869494896,1831741556,1818322031,1048617,1936859935,1869570911,1600481643,1634623853,1601332583,1970302832,1752391536,2003788897,335548416,1936945699,1663922021,1768648559,1667312997,1953523043,268439552,1349808675,1635150194,1631746403,1919250030,318771200,1819570723,1869570861,761620843,1936942445,6645601,588775440,762082418,1802465123,1848468841,1718187119,1952539497,7237481,588316688,1600943218,1802465123,1935631721,1819042157,301993984,1869902371,1869570861,761620843,1769238382,268461411,1914900992,1919971444,1667331689,1852793721,1953391988,184553472,1937011235,1802465091,7562601,588316688,1702261874,1802465091,1867539817,2036558188,184553472,1651864099,1663921761,7104878,587923472,1667331698,1768648559,268464997,1914900736,1131897974,1768648559,1819234405,7955305,588316688,1633646450,1885692771,1868783476,1701407599,285216768,1601663523,1919249505,1868783476,1701407599,1048691,2003968787,1868770660,1701407599,1936026925,1701273971,251662336,1685549603,1802465123,1769170281,7300718,588185616,762541938,1802465123,1647142249,268464737,1914900992,1868770680,1701407599,1634891565,1919250544,268439552,1853452835,1802465091,1867539817,2036558188,268439552,1630368547,1936291446,1868770671,1701407599,150999040,1663922979,1768648559,1048677,762520338,1663920501,1868770659,1767994478,7497070,588185616,1769287027,761488173,1651925358,268464737,1931677952,1868770609,1701407599,1851875885,7497070,588513296,842084723,1667457375,1601466469,1802465123,7562601,588840976,1600991859,1802465123,1601398121,1769238639,1768185710,1735355489,318771200,1664381731,1869570861,761620843,1885434487,7497072,588054544,1868783475,1701407599,1735617887,402657280,1935635235,1869570911,1231382891,1131374190,1635020399,1919250025,352325632,1734439715,1853055340,762606447,1953394531,1701734753,1048690,1634935574,761361260,1768714096,1936025955,1986289965,6644585,588447760,1869504883,1663918445,1702063727,1647146094,268464737,1931680256,1836019297,1868770657,1852142446,1633824116,1869426034,1701603682,251662336,1885434659,1936286765,1767992419,7497069,589103120,1663918707,1768648559,1868770661,1768714349,1701015137,1702260525,2036427890,301993984,761426723,1986622064,762930017,1768714096,268466531,1931678976,1131758946,1768648559,1852785509,1953391987,7892802,587989008,1969578611,1869570861,6646123,588578832,1630364531,1953654124,2020565549,1634891565,1919250544,385880064,761492259,1802465123,1848468841,1718187119,1952539497,7237481,588251152,1663918963,1768648559,1764586341,7300718,587989008,1731027827,762474596,7892834,588120080,1866687347,1701407599,1633972045,1048684,1668489998,1768453215,1819242611,7955305,587989008,761488243,1936617315,7630437,588185616,761488243,1802465123,1647142249,268464737,1931678464,1663918947,1768648559,1868770661,1852142446,1048692,1668489993,1634544995,268462963,1931677696,1866687331,1701407599,1852727618,268464741,193168e4,1718184035,1936876916,1885628205,1868770674,1767994478,7497070,587923472,1886217075,1886351405,268463721,1931678464,762539363,1663918947,1768648559,1633824101,1048690,166849e4,1663918702,1768648559,1633824101,1048690,1685267214,762668333,1802465123,7562601,588185616,1866687603,1701407599,1852727618,268464741,1931679744,1866687076,1701407599,1634166092,1852785516,1852399988,268464741,1931678976,1885628260,1869438834,1600938340,1885434487,7497072,589103120,1663919475,1768648559,1831695205,1634956133,1663919463,1635020399,1919250025,301993984,1667592995,829383011,589315616,1802465123,268461417,1931677184,1768121189,1869570927,1936025963,251662336,1667592995,1852795252,1869570861,6646123,589037584,1952671091,762212201,1802465123,1851745641,1953068143,1952539497,7237481,588251152,1952671091,762212201,1802465123,7562601,588185616,1952671091,1601073001,1802465123,268461417,1931676928,1769235301,1918856815,6582375,588447760,1684366707,1131833668,1768648559,2002865253,268461129,1931679232,1147430245,1866692201,1701407599,2002865271,1868983881,419434496,1734701859,1634492782,1852795258,1868783461,1701407599,2019909491,1048692,1702044430,762932332,1802465123,7562601,588447760,1869440371,1802465123,1747805545,1818521185,268464741,1931680256,1818390373,1701275503,1885959282,1868770675,1701407599,2036754733,184553472,1919251235,1869562721,6646123,588578832,1634887027,1663922038,1768648559,1633824101,1919250030,268439552,1919251235,1701013878,1868770675,1701407599,268439552,761688867,1802465123,1831691625,1818322031,318771200,1130787619,1768648559,1918981989,1735289198,7496002,588840976,1866688115,1701407599,1852989783,1114074729,1884516961,1919247201,285216768,1751544611,1869570861,1936025963,1718511917,1048687,1735598875,1869570861,1936025963,1634891565,1919250544,1953853229,1701079411,318771200,1130853155,1768648559,1867543397,2036558188,7496002,588906512,1667196787,1768648559,1868783461,1852142446,1701666676,1734439795,1048677,1735598858,1802465123,7562601,587923472,1601398643,1802465123,268461417,1931677440,1868849512,1868770679,1701407599,1048691,1752376074,1601005921,7564131,588054544,1767991411,1801674605,1969577843,285216768,1634235171,1917871474,1818846831,1852394597,1048683,1752376083,1684370017,1885628255,1868980082,1919251567,218107904,1634235171,1663921010,1768648559,1048677,1752376076,1663922287,1768648559,1048677,1752376088,1718186095,1702047097,1869182051,1868770670,1701407599,1048691,1752376092,1718186095,1702047097,1869182051,1868770670,1701407599,1634492275,1048695,1752376094,1718186095,1702047097,1869182051,1868770670,1701407599,1869635443,7370096,589496336,1886349427,762930793,1952671091,762212201,1919968359,1869570861,761620843,1769238382,268461411,1931680768,1768976232,1932360038,1769235301,1731030639,762474596,1818323300,268461935,1931680768,1768976232,1932360038,1769235301,1731030639,762474596,1769238382,268461411,1931683328,1768976232,1932360038,1769235301,1731030639,1633841004,1868770668,1701407599,1852793645,1953391987,452988928,1869116195,1819044208,1868789857,1701407599,762798444,1885434487,7497072,588840976,1919903859,1851877492,1684483428,1663922800,1635020399,1919250025,318771200,1869116195,1768977522,762078584,1802465123,7562601,587989008,2003789939,1869570861,6646123,587923472,2003789939,1802465091,268461417,1931677440,1131900776,1768648559,1718503781,1048687,1752376084,1650423663,1701736033,1868783474,1701407599,1048691,1752376076,1667200879,1768648559,1048677,1752376084,1667200879,1768648559,1868783461,1852142702,1048692,1752376077,1667200879,1768648559,268464997,1931676416,1668771688,1768648559,1048677,1752376080,1868789615,1701407599,1919249505,1048692,1752376079,1868789615,1701407599,1868983913,234885120,1869116195,1869570935,1818585451,268466017,1931679744,1668771688,1768648559,1769107557,2036556150,1886351455,268464245,1931677184,1668771688,1768648559,1954051173,352325632,761885475,762606434,1802465123,1848468841,1667855471,1048677,1769153296,1663919461,1768648559,1633824101,1048690,1769153296,1869442923,1868783474,1701407599,1048691,1769153294,1701605485,1869570861,6646123,588578832,1886218611,1663919468,1768648559,1633824101,1919250030,369102848,1835627299,761621616,1802465123,1663919465,1702063727,268465262,1931679744,1819307369,1969565029,1869570861,1667590507,1920233071,268463215,1931681792,1819307369,1969565029,1869570861,1667590507,1920233071,1865247855,1819436406,268466529,1931678464,1819307369,1667449189,1131704421,1768648559,1048677,1769153296,1701605485,1802465091,1631741289,1048690,1769153306,1701605485,1802465091,1866687849,1852142446,1869622644,7370096,588447760,1886218611,1866687852,1701407599,1818323268,268461935,1931681280,1819307369,1768711013,1969187683,1667199849,1768648559,1852793701,1953391987,184553472,1835627299,1667591280,7040879,588840976,1886218611,1868785004,1701407599,1769238382,1633904998,1852795252,486543360,1835627299,1667591280,1768648559,1953459813,1667851881,1869182049,813064046,1048625,1769153304,1630365044,1953654124,1869570861,1852139883,1667855471,1048677,1769153297,1647142260,1701736033,1684483442,268464752,1931676672,761623657,1802465123,268461417,1931678464,761623657,1802465123,1848468841,1667855471,1048677,1769153299,1663919476,1768648559,1869622629,2036558188,251662336,1953067811,1868770661,1701407599,7496034,588054544,1702127987,1869570861,1936025963,335548416,1953067811,1868770661,1701407599,1633824115,1919250030,352325632,1953067811,1868967269,1919251567,1868783455,1701407599,1048691,1769153305,1714251124,1702129519,1818320754,1601466981,1802465123,268461417,1931682048,761623657,1769238382,1633904998,1852795252,1869570861,761620843,1936617315,7630437,589299728,1702127987,1953459757,1667851881,1869182049,1869622638,2036558188,1634231085,6645614,588382224,1702127987,1953525549,1747807849,1701077349,1048690,1769153300,1999463796,1937059173,1868770661,1701407599,1048691,1769153305,1999463796,761619561,1802465123,1831691625,1634956133,268461415,1931676416,1130722409,1768648559,1048677,1769153297,1917871476,1667331689,1685015929,268463201,1931678720,1600484457,1802465123,2002740585,1768845921,268461934,1931679744,1600484457,1802465123,1601398121,1852989815,1600613993,268461161,1931680768,1600484457,1953460070,1600090725,1802465123,1667196265,1702063727,268465262,1931678208,1600484457,1868983913,1869570911,1936025963,268439552,1953067811,1936547685,1868783463,1701407599,285216768,1953067811,1869570917,1650813291,1701736033,1048690,1769153303,1634559348,1701273966,1868770674,1701407599,1918984749,452988928,1953067811,1702065509,1869570931,2003134827,1768845921,1953720174,7367026,588382224,1601530227,1802465123,1768449385,1768257390,1048691,1769153297,1868783478,1701407599,1852727618,268464741,1931676672,1819966057,1684483429,268464752,1931679232,1819966057,1684483429,1932358256,1701998709,1919906675,184553472,762016547,1802465123,7562601,587857936,1868786547,1701407599,1048691,1802707733,1651729264,1869570861,761620843,1852727650,268464741,1931678208,1663923819,1768648559,1633824101,1919250030,251662336,2037084963,1869570861,761620843,7496034,588644368,1668901747,1663921519,1768648559,1920413029,1701867617,1048690,1819484943,1869570911,1600481643,1868983913,150999040,1634497315,1634432368,1048681,1819484951,1634235233,1852403044,1668638047,1768648559,2002873445,301993984,1668051747,1869570861,761620843,1852727650,268464741,1931677696,1869570924,1667590507,1702063727,268465262,1931677952,1801677164,1633972045,1869562732,6646123,588251152,1684630643,1852386661,1869570861,6646123,588578832,1684630643,1701338981,1919247457,1869570911,1936025963,251662336,1768715043,1953064292,1869570861,6646123,588972048,1684630643,761753193,1970302832,1868770672,1701407599,1868770675,268465262,1931677952,1768188268,1866688366,1701407599,7760196,588185616,1601727603,1802465123,1818191209,268466017,1931678720,1969565037,1869570861,761620843,1852727650,268464741,1931678720,1886347117,1601071476,1601074274,1769366898,268466021,1931680768,1819042157,1886351405,1663922293,1768648559,1865249637,1819436406,268466529,1931677440,1953653101,1886217005,1936681005,1048692,1836262163,1668575841,1768648559,1717531493,1701667186,402657280,1634562851,1702327410,1969565026,1802465123,1999463785,1634890341,419434496,1668117283,1701338979,1919247457,1869570911,1634036075,1885692771,1048692,1836262155,1868783461,1701407599,268439552,1701671715,1802465123,1869505897,1701013876,352325632,1768780579,1663919468,1768648559,1920413029,1701867617,1048690,1836262163,1130720361,1768648559,1852785509,1819243124,469766144,1768780579,1667196268,1768648559,1885692773,1852795252,1851875935,1969317220,184553472,1601073955,1802465123,7562601,588578832,1667329651,1918984811,1869570861,761620843,1868983913,285216768,1768846115,1952804976,1868770605,1701407599,1048691,1853039392,1701867625,1868770676,1701407599,1869376577,1868770679,1701407599,1869376577,1048695,1853039379,1701867625,1868770676,1701407599,762470722,553652224,1768846115,1952804976,1869570861,1130719595,1920233071,1663921263,1768648559,1718503781,1048687,1853039392,1701867625,1868770676,1701407599,1769108563,1868770672,1701407599,1769108563,1048688,1853039396,1701867625,1868770676,1701407599,1919369587,1701668197,1866691694,1869771886,1633824108,1048690,1853039371,1869570925,1936025963,402657280,1768911651,1869375277,762077538,1986622064,762930017,1868983913,201330688,1869574947,1868783984,1701407599,201330688,1953461027,1868787572,1701407599,419434496,2037347107,1836345133,1802465123,762537321,1852399981,1668246626,1048683,1869816594,1852793721,1819243124,1802465123,7562601,589037584,1668902771,1920233071,1868786799,1701407599,1868783475,1767994478,7497070,588382224,1663922291,1768648559,1868770661,1852142446,1048692,1886593811,1885628205,1868770674,1852142446,1769287028,251662336,1634759459,1869575282,1802465091,7562601,588316688,761491571,1970302832,1868770672,1701407599,218107904,1668313891,1768648559,1885628261,1048690,1886593817,1869308261,1663923317,1768648559,1702112613,1634496621,268461428,1931677696,1868785264,1701407599,1852727650,268464741,1931677696,1868786032,1701407599,1852727650,268464741,1931677696,1952803952,1663922027,1768648559,268464997,1931677184,1818849136,1866691173,1701407599,402657280,1869640483,2054513268,1919954298,1868770671,1701407599,2036754733,234885120,1919972131,1751671649,1702325865,268465001,1931676928,761557616,1936617315,7630437,589103120,1953853555,1600874862,1802465123,1885300073,1667853423,1633836921,1919250030,285216768,762475299,1802465123,1882023273,1667853423,1048697,1920148240,1869562721,1113942379,1701736033,1048690,1936925459,1869562723,1399155051,1702125940,1953391981,352325632,1953723171,1869571629,762471796,1634755427,1953459757,1048677,1953702679,1869570861,761620843,1768714096,1882028387,1886744687,201330688,1131705123,1768648559,2020565605,167776256,1601467171,1802465123,268461417,1931677440,1684496244,1767862896,1835102822,1048677,1953702679,1684483425,1831694960,1818322031,1702260525,2036427890,436211712,1635021603,1663923058,1768648559,1869491557,1768319348,1769234787,268463727,1931680512,1953653108,1882026597,1663922034,1768648559,1868770661,1852142446,1048692,1953702685,1937011297,1852138601,1869570861,761620843,1668508004,1835622764,268464741,1931680512,1953653108,1701079411,1684483438,1680700016,1818456937,1701669217,1048690,1953702685,1667855457,1869570861,761620843,1768714096,1831696739,1634956133,268461415,1931676160,1866687604,1701407599,268439552,1735684899,1769107501,2036556150,1918984749,436211712,1769239331,762932067,762470754,1802465123,1999463785,1886413170,268464741,1931677696,1801677172,1633824121,1684483442,268464752,1931679232,1801677172,1868770681,1701407599,1918990125,1735289198,251662336,1769239331,762932067,1802465123,7562601,588578832,1667855475,1882028395,1886744687,1869570861,1936025963,436211712,1769239331,1467575139,1768845921,1866688366,1701407599,1768714064,268466531,1931678464,1801677172,1869570937,1348823403,1667853423,1048697,1953702675,2037080937,1702129518,1869570868,1936025963,452988928,1769239331,761815924,1802465123,1848468841,1718187119,1952539497,7237481,588185616,762016883,1802465123,1647142249,268464737,1931678720,1734307188,1601335396,1970302832,1634545008,268463721,1931678720,761491060,1802465123,1868785001,1634890862,268465251,1931678208,1663922036,1768648559,1936018789,1701273971,218107904,1869902627,1869570928,1718511979,1048687,1953702681,1717924463,1953394546,1869570911,1600481643,1734633847,268465253,1931676928,1836216180,1869570861,6646123,588447760,1919906931,1869562733,1298491755,1768189029,268461934,1931677952,1836216180,1802465091,1867539817,7370096,588251152,1919906931,1869562733,1466263915,7105633,588906512,1919906931,1734960237,1818326121,1869570861,1466263915,1231842401,1048676,1953702680,1769566831,1882028390,1663922034,1768648559,1718168933,1048697,1953702675,1635148146,1802465091,1631741289,1919250030,352325632,1920234275,1700951905,762933874,1802465123,1633838441,1048690,1953702670,1701865842,1869570861,6646123,588120080,1769108595,1751082352,1869442401,1048686,1953702667,1868770676,1701407599,352325632,1651864355,1987208563,1130718057,1768648559,1631744869,1048690,1970479895,1666461033,1919501926,1632400499,1299342713,1818322031,318771200,1836413731,1601402221,1802465123,1767859561,7300718,588382224,762213747,1802465123,1699571049,1734439795,1048677,1970479895,1868770670,1701407599,1936942413,1231382369,1919250030,335548416,1886745379,1634562661,1868770663,1701407599,2036754733,184553472,1920299811,1601791350,7496034,587857936,1769239923,1953854254,1048681,1970479888,1632921972,1869309290,1952543866,1048687,1970479892,1717528948,1702455145,2053467500,1702126964,1048691,1970479902,1717528948,1702455145,2053467500,1702126964,1650548595,1600872812,7891302,587857936,1769239923,1718511967,1048687,1970479885,1801415028,1818589797,268464997,1931675648,1651078261,268466287,1931675136,1802073205,536875008,1953854243,1751083881,1853518689,1952541793,1768316769,1818589543,1954178413,1936028773,117444608,1953854243,6646633,588382224,1663923827,1768648559,1868770661,1852142446,1048692,1987257118,1869562740,1231382891,1919903342,1769234797,1866690159,1767994478,7497070,588120080,1430615923,1802465091,1232299369,1048644,2004034315,1869570911,1936025963,301993984,1668772643,1768648559,1999467365,1886413170,268464741,1931679744,1663919479,1768648559,1633824101,1919250030,1634562861,268463212,1931678464,1663921271,1768648559,1920413029,1701867617,1048690,2020811537,1868783459,1919510126,1769234797,268463727,1931677696,1866690424,1701407599,1701593459,268465266,1931678464,1663921273,1768648559,1869426021,1702130542,1048690,2037588760,1936744814,1868770661,1701407599,1851875885,762471790,1048625,2037588759,1735550318,1868783465,1701407599,1634891615,1919250544,436211712,1853453091,1768387173,1852729695,1767862885,1919903342,1769234797,268463727,1931677952,1866691449,1701407599,1936942413,6645601,587923472,1131641203,1768648559,268464997,1931677440,1869562746,1348823403,1667853423,1048697,2054365964,1802465123,1920427369,1048688,2054365969,1869562731,1231382891,1114596974,268466287,1931676928,1866690426,1701407599,7496002,588185616,1701655156,1869570933,1818585451,268466017,1948454656,1869562675,1315268971,1667855471,1048677,880026386,1935945069,762279527,1936617315,7630437,588054544,1868783476,1701407599,1868983881,218107904,1650553891,1663919468,1768648559,1048677,1635001110,1634038898,1953063797,762212210,1919252079,7954796,588447760,1953653108,1668637029,1869771881,1869753710,268465263,1948456448,1702130273,1768125793,1852797556,1919249473,1734951540,234885120,1986098211,1668248425,1768648559,268464997,1948455424,1130985569,1768648559,1852785509,1953391987,268439552,1130525731,1768648559,1852785509,1953391987,352325632,2002940963,1667195493,1768648559,1717531493,1702129519,1048690,1668555531,1852793645,1953391987,318771200,761492515,1986622064,762930017,1885434487,7497072,588120080,1667195764,1600940398,1970302832,1048688,1668555534,1869570911,1600481643,7630959,588644368,1885299572,1601595762,1953723715,1984916847,1634497125,1048697,1668555531,1769107551,2036556150,369102848,1600353315,1986622064,1601790817,1953787746,1717529967,268466281,1948455680,1919967075,1667331689,1920425849,1701867617,1048690,1668555534,1885827679,1869635428,7370096,587923472,1667457908,1768648559,268464997,1948453632,1851747939,1667855471,1048677,1702109968,1969843297,1868770669,1701407599,1048691,1702109971,1969843297,1852137325,1685015923,1195535457,167776256,1667593251,1702063727,268465262,1948454656,1818586469,1802465123,1869636969,1048688,1702109975,1634496621,1663919476,1768648559,1869622629,2036558188,285216768,1852142627,1098149473,1885692771,2019906676,1048692,1702109968,1852403058,1866691439,1701407599,1048691,1702109987,2037149042,1685021485,1853042021,1701867625,1970482548,1919905904,1633824116,1919250030,268439552,1919251491,1680699245,1868770661,1701407599,352325632,1919251491,1680699245,1868770661,1701407599,1986947423,1048681,1702109966,1936682354,1869570861,6646123,588644368,1836213620,1919954291,1667331689,1868770681,1852142446,1048692,1702109975,1098083698,1917871214,1667331689,1869366905,1919251553,201330688,1919251491,1867412333,1701013876,385880064,1919251491,1667199853,1768648559,1868783461,1767994478,7497070,587989008,1836213620,1869570931,6646123,588775440,1668506996,1869562735,1315268971,1718187119,1952539497,7237481,588513296,1668506996,1868783471,1701407599,1684633439,7628135,588578832,1668506996,1869635439,2036558188,1684633439,829711719,301993984,2019914787,1667449204,1131704421,1768648559,268464997,1948454912,1232369765,1131374190,1768648559,268464997,1948455936,1869903973,1769365855,1667198835,1768648559,268464997,1948456192,1635285093,1868770675,1701407599,1667457325,7630949,588382224,1868785268,1701407599,1667326509,1869767787,1048688,1718887183,1802465123,1831691625,1818322031,251662336,1701213219,1869570861,761620843,7496034,588513296,761620084,1802465123,1814914409,1952999273,7892834,589234192,761620084,1802465123,1814914409,1952999273,762867554,1802464627,2036427877,268464741,1948453888,1663921254,1768648559,268464997,1948456192,1683975526,1870030707,1936286815,1767992419,7497069,587989008,1601136244,1802465123,7562601,588251152,1734502260,762474596,1919252079,7954796,588054544,757950580,1868789093,1701407599,184553472,1701344291,1869570861,6646123,587857936,1130719348,1768648559,1048677,1752441614,1869562725,1315268971,6648943,588054544,1281714292,1866692449,1701407599,218107904,1701344291,1869570911,1936025963,1048627,1752441610,1869570917,6646123,587857936,1701144692,1868721251,1048696,1752441613,1600482661,1802465123,268461417,1948459008,1702061416,1866691445,1701407599,1768714064,1969191267,1869562732,1348823403,268463215,1948457984,1802398056,1936617315,762605157,1769238382,1999463779,1886413170,268464741,1948455424,1668508008,1768648559,1936026981,1701273971,251662336,1181316131,1866686329,1701407599,7823692,588382224,1600416116,1802465123,1633117545,1852403314,1048679,1769218835,1667201382,1768648559,1869635429,2036558188,335548416,1852404771,1600481636,1802465123,1633641833,1953654124,268439552,1852404771,1868783475,1701407599,1918984799,318771200,1852404771,1869570937,761620843,1885434487,7497072,587923472,1131440500,1768648559,268464997,1948454400,1768911465,1868783474,1701407599,251662336,1986622499,1869570861,761620843,7496034,588513296,1663921268,1768648559,1869622629,762344816,7892834,588447760,1866689652,1852796269,1919968327,1852727618,268464741,1948459264,1869562732,1130719595,1819307375,1668179305,1768835429,1818323316,1885434455,7497072,587923472,1601137780,1802465123,268461417,1948455424,1663922284,1768648559,1882026853,1886744687,285216768,1936487459,1802465123,1702061417,1633824117,1048690,1836327696,1986622032,1148805985,1869373801,1048679,1836327697,1986622032,1333355361,1819436406,268466529,1948454656,1769099373,2036556150,1819898963,1048677,1836327694,1701601136,1600938343,7496034,588775440,1668443508,1869570911,1600481643,1953460070,1767862885,7300718,588054544,1663921780,1768648559,1918984805,301993984,2003727395,1869570911,1667590507,1702063727,268465262,1948455168,1868790382,1701407599,1953456735,7171956,588120080,1935765364,1868770676,1701407599,1048691,1869882122,1282700129,6582375,588775440,1935765364,1042314100,1869882144,1937011553,1885434455,7497072,588513296,1768320884,1848471406,1718187119,1952539497,7237481,588054544,1735356276,1869570861,1936025963,251662336,1869575203,1918984812,1869570861,6646123,588251152,1819242356,1601331554,1802465123,7562601,588185616,1819242356,762341748,1802465123,268461417,1948456448,1953263471,1882026089,1635150194,1932360035,1853321064,318771200,1886352419,1869570861,761620843,1952671091,7237481,588447760,762343284,1802465123,1999463785,1886413170,268464741,1948456960,1831694447,1634956133,1764582759,762275438,1802465123,268461417,1948453376,1866690671,1701407599,268439552,1886352419,1802465091,1631741289,1919250030,218107904,1886352419,1802465091,1232299369,1048644,1869882129,1131758960,1768648559,1701593445,268465266,1948454912,1667199087,1768648559,1886343269,268464213,1948455168,1667199087,1768648559,1869635429,7370096,588906512,1601204084,1684104552,1667199589,1768648559,1701666661,1734439795,1048677,1869882136,1918984816,1869570861,761620843,1953394531,1701734753,1048690,1869882127,1918984816,1869570861,1936025963,167776256,1886352419,1802465123,268461417,1948453632,1647145839,1701736033,1048690,1869882122,1851875955,7497070,588840976,1853321076,1701079411,1869570861,1650813291,1865249377,1919251573,285216768,762344483,1802465123,1932354921,1885958755,1048692,1886659346,1868770668,1701407599,1819242541,7955305,587792400,1866691188,1701407599,251662336,1634890787,1866689379,1701407599,7496002,588185616,1667330676,762471787,1852727650,268464741,1948454912,1801675122,1999467109,1768845921,268461934,1948457472,1801675122,762540645,762016609,1936617315,762605157,1919968359,486543360,1634890787,1852402531,1734421863,778397042,1667855475,1647147371,1869902959,1048685,1920213777,1768645473,1663919982,1702063727,268465262,1948457984,1801675122,761753193,1936617315,762605157,1668246626,1634741611,268461415,1948457984,1801675122,761753193,1936617315,762605157,1818323300,1848469359,268466021,1948459520,1801675122,761753193,1936617315,762605157,1684104552,1663922789,1635020399,1919250025,285216768,1634890787,1852402531,1868770663,1701407599,1048691,1920213775,1768645473,1866688366,1701407599,369102848,1634890787,1852402531,1919242343,1936943469,1114533737,268464737,1948456704,1801675122,1600613993,1936617315,1601465957,1633972077,1048684,1920213777,1768645473,1751082862,1702325865,268465001,1948456448,1801675122,1667722857,1768648559,1633824101,1919250030,402657280,1634890787,1701016430,1663919214,1768648559,1633824101,1919250030,301993984,1634890787,1937341038,1668444020,1768648559,268464997,1948455936,1702257010,761361516,1802465123,1647142249,268464737,1948455680,1684105586,1885628255,1868783474,1852142446,1048692,1920213771,1866688361,1701407599,486543360,1769108515,762866032,1802465123,1663919465,1702063727,1848472686,1667855471,1048677,1920213781,1663923050,1768648559,1697477477,1701668204,268465262,1948453888,1768845170,1684483427,268464752,1948457216,1852798322,1869374055,1919248231,1869570861,761620843,7956073,588120080,1937076852,1647142260,1701736033,1048690,1920213774,1702130549,1953849901,7237492,588578832,1937076852,1663919476,1702063727,1949135982,1801675122,352325632,1970435107,1663922041,1702063727,1831695470,1819632751,1048677,1936990991,1869570911,1600481643,1868983913,201330688,1668510755,1768648559,1918984805,251662336,1869837347,1869570861,761620843,7496034,588251152,1663923316,1768648559,1818307941,7631461,588251152,1663923316,1768648559,1633824101,6645604,588251152,1663923316,1768648559,1751330149,7037797,588316688,1663923316,1768648559,1869491557,1701013876,301993984,762606627,1802465123,1865246057,1819436406,268466529,1948455168,1868770676,1701407599,1852405549,7827300,588447760,1663923316,1768648559,1918984805,1634887213,268461421,1948453632,1868783476,1701407599,1048691,1953768207,1802465123,1865246057,1919251573,301993984,1735685155,1667457325,762605669,1802465123,268461417,1948456704,1866884980,1919251567,1802465091,1766352233,1768257390,1048691,1953768210,1868770671,1701407599,1936942413,6645601,588382224,762475636,1802465123,1647142249,1701736033,1048690,1970545433,1869570861,1936025963,762668333,1886220131,1851877740,268461411,1948457984,2002741621,1701274729,1866686324,1701407599,1769238350,1919248742,268447839,1948453376,1868770678,1701407599,201330688,762737699,1802465123,825058665,285216768,846623779,1869570861,761620843,1919249505,1048692,1987322637,1869570866,1650813291,268464737,1948453632,1868786806,1701407599,1048691,1987322636,1663918451,1768648559,1048677,2004099850,1869570861,6646123,588251152,1866692468,1701407599,1936617283,7630437,588054544,1130592116,1768648559,1986610277,167776256,1702327331,1802465091,268461417,1948456448,1801792888,1868770660,1852142446,1851878772,1919248225,536875008,762868771,1667788133,1768648559,1851875941,762471790,1852727650,1769435749,1952802660,553652224,762868771,1852139373,1702060386,1869570861,1667590507,1702063727,1848472686,1667855471,1048677,2020877090,1869570911,1667590507,1702063727,1885303918,1701209458,1668179314,1700754277,7629156,587923472,1667201140,1768648559,268464997,1948456960,1885560696,1869570931,1768253803,1651467886,1885304943,268448105,1948456192,1701207928,1869570911,1936025963,1851875885,7497070,589103120,1834973300,1768973168,1600874871,1852727650,1667199589,1635020399,1919250025,335548416,1601729571,1868789623,1701407599,1936026975,1701273971,184553472,1954051107,1802465091,7562601,587923472,1970567540,1869766508,268463972,1965231104,762343521,1852727650,268464741,1965233664,758395490,1802465123,1663919465,1635020399,1919250025,268439552,761492771,1852727650,1831694949,1818322031,570429440,761492771,762213474,1937012079,761619561,1667853411,1633824107,1919250030,1685024045,268463201,1965234176,1700998499,1634890862,1633824108,1919250030,1685024045,268463201,1965232128,1919954275,1667331689,1751330169,268464233,1965232128,1731030627,762474596,1852727650,268464741,1965232896,1663919716,1768648559,1701653861,1734439795,1048677,1685398283,1868770668,1701407599,218107904,1952740643,1802465091,1868719465,1048696,1702175505,1869570861,761620843,1769238382,268466534,1965232640,1868770661,1701407599,1918990125,1735289198,167776256,1600484643,1802465123,268461417,1965230336,1869570917,6646123,587857936,1868785013,1701407599,1048691,1718952722,1769107501,2036556150,1851875885,7497070,587989008,761751157,1802465123,7562601,588251152,758343541,1802465123,1764582761,7300718,588185616,1130784885,1768648559,1701593445,268465266,1965232384,1818307945,762802028,1802465123,7562601,587857936,1663920501,1768648559,1048677,1769284369,1869570861,761620843,1768714096,268466531,1965235968,1868770665,1701407599,1886745389,1953656688,1953459757,1667851881,1869182049,1048686,1769284366,761555245,1802465123,7562601,588251152,1866688885,1701407599,1936617283,7630437,588054544,1667197301,1768648559,1802265189,301993984,1936356643,1667198842,1768648559,1701601637,268465266,1965231616,1868770667,1701407599,1702065453,150999040,1131115811,1768648559,1048677,1802838799,1802465091,1699243369,1919247457,234885120,1131115811,1768648559,1886343269,268464213,1965231616,1869562731,1348823403,1886744687,335548416,1600877859,1802465123,1667196265,1635020399,1919250025,352325632,1869313315,1868770671,1701407599,1920413043,1701867617,1048690,1802838799,1667198831,1768648559,2002873445,234885120,1869313315,1869570927,1818585451,268466017,1965231104,1869562734,1130719595,268465262,1965232640,1868783470,1701407599,1936026975,1701273971,301993984,1768846627,1869570861,761620843,1768714096,268466531,1965232640,1633642862,1885692771,1868783476,1701407599,301993984,1768846627,761423204,1919968359,1869373997,268462947,1965233152,1701603694,1131570550,1768648559,1886343269,268464245,1965234432,1634953582,761361518,1802465123,1831691625,1634954853,7169383,588513296,1953066613,1802465123,1852794217,1701273968,7496002,588251152,1953066613,1869570931,761620843,7823724,588316688,1667198837,1768648559,1633836901,1919250030,285216768,1668248867,1869570911,1600481643,1920233065,1048687,1869947664,1869570916,1852139883,1667855471,1048677,1886724874,1869570861,6646123,588185616,1731031157,762474596,1852727650,268464741,1965233408,1952539760,1917871205,1667331689,1819234425,7955305,587923472,1663923061,1768648559,268464997,1965231872,1868783475,1701407599,1936547699,1048679,1937056522,1802465123,7562601,588120080,761623413,1663919727,1768648559,1048677,1937056531,1869562725,1097165163,1701147239,1953391981,369102848,1702065443,1802465091,1098081641,1885692771,1869365876,268462947,1965231872,1866687859,1701407599,1852785523,1048692,1937056523,1868783461,1701407599,301993984,1702065443,1869570911,1600481643,1768777074,268461166,1965231104,1667196275,1768648559,268464997,1965231616,1868522867,1868783462,1701407599,184553472,1702065443,1802465123,7562601,588644368,1919251317,1919377709,1701668197,1848472686,1718187119,1048697,1937056532,1663922789,1768648559,1868770661,1919510126,1048685,1937056532,1663922789,1768648559,1701653861,1734439795,1048677,1937056532,1663922789,1768648559,1936534885,1868705127,1048696,1937056532,1732342373,1835361650,1114926693,1701736033,1048690,1937056529,1866691173,1852142446,1952531572,268464993,1965231360,1601332595,1802465123,7562601,588382224,1919251317,1953525599,1650421353,1701736033,1048690,1937056527,1868788325,1701407599,2003789939,234885120,1702065443,1735617906,1802465091,268461417,1965231360,1735289203,1802465091,7562601,588447760,1852404597,1869562727,1936025963,1852727618,268464741,1965231616,1735289203,1869570911,1936025963,318771200,1869837603,1768714064,1633905012,1802465091,7562601,587989008,1601139573,1802465123,7562601,588185616,1601139573,1600742756,1802465123,268461417,1965230848,1868787571,1701407599,1048691,1937056523,1852785522,1953391987,184553472,1920169251,1802465123,7562601,588054544,1635021685,1866686839,1701407599,234885120,762606883,1802465123,1647142249,268464737,1965233664,1868783476,1701407599,1918990175,1735289198,1918984799,402657280,1769239843,1634953580,1852795252,1936024621,1869570861,1936025963,318771200,1769239843,1634953580,1852795252,1802465091,7562601,587989008,1868770678,1701407599,7823724,588251152,1868770678,1701407599,1936942445,6645601,588709904,1868772470,1667196274,1768648559,1702059877,1852404852,268464999,1982009856,1868770657,1701407599,1852793645,1953391987,352325632,761361955,1802465123,1663919465,1702063727,1647146094,1048679,1635132171,1868770660,1701407599,234885120,1818326563,1667196009,1768648559,268464997,1982009600,1684630625,1869182049,1869562734,6646123,588513296,1769103734,1731030625,762474596,1936617315,7630437,588120080,1647141750,1663922785,1768648559,1048677,1668686610,762719597,1936617315,762605157,7038067,588251152,1663919222,1768648559,1818307941,7631461,588316688,1663919222,1768648559,1633824101,1919250030,402657280,761558563,1802465123,1647142249,1701736033,1886596466,1919247201,184553472,1852143139,1802465123,7562601,588251152,1953391990,761359969,1802465123,7562601,588185616,1953391990,1130458721,1768648559,268464997,1982009088,1986097765,1668248425,1768648559,1048677,1702241042,1768319346,762470755,1802465123,7562601,588316688,1953719670,1145515369,1714246224,1701667186,268439552,761820707,1802465123,1949132137,1936552549,285216768,1651013155,1852793645,1953391987,1702453612,1048690,1769349900,1866692453,1701407599,1048691,1769349909,1701607269,1868770676,1701407599,1768714096,268466531,1982010112,1819764073,1680700517,1818456937,1701669217,1048690,1769349909,762277235,1802465123,1999463785,1886413170,268464741,1982009856,1868789097,1868770669,1701407599,1918984749,318771200,1986623011,1868770661,1701407599,1953459757,6644585,588906512,1667197814,1768648559,1634557797,1701273966,1647127922,1701736033,1048690,1836458766,1869570861,761620843,7496034,588382224,762080630,1802465123,1848468841,1667855471,1048677,1870013206,1936617319,1869570861,1936025963,1935764781,7497076,588906512,1701408630,762276972,1802465123,1680696681,1818456937,1701669217,1048690,1870013203,1868770672,1701407599,1852793645,1819243124,369102848,762344995,1663923050,1768648559,1600090981,1769238382,268461411,1982008832,1685088114,1851875935,1969317220,184553472,1852995107,1869570861,6646123,588382224,1663923062,1768648559,1635200357,1852403314,1048679,1937122065,1869570861,1751476587,1702325865,268465001,1982009856,1868770675,1701407599,1869622643,2036558188,285216768,1668511267,1802465123,1866687849,1852142446,1048692,1937122066,1802465123,1816225129,1131704933,7630447,588709904,1650815862,1331785321,1870294896,1634494834,1802465091,268461417,1982009600,1667198323,1768648559,1751342949,7037797,588120080,1663923318,1848468067,1718187119,1048697,1953899286,1801677170,1869770797,1869570861,761620843,7956073,587923472,1667200374,1702063727,268465262,1982011392,1634492277,1601332601,1802465123,1667196265,1702129263,268465262,1982010368,1630365045,1882026096,1635150194,1647147363,268464737,1982007808,1866687861,1701407599,134221824,1702196771,1919968327,234885120,1702196771,1869570911,1818585451,268466017,1982008064,1667195766,1768648559,1048677,2004230925,1869562724,1113942379,268464737,1998786816,1869570861,1936025963,1953459757,6644585,588840976,1815622007,1600221793,1819305844,1852401525,1852793695,1953391987,301993984,1966241571,1869570911,1600481643,1769238382,268461411,1998785024,1597453619,1651404899,201330688,1932752675,1869570861,1936025963,268439552,1966372643,1869570861,761620843,1868983913,234885120,1866692387,1701407599,1769238350,268461411,1998784768,1869562721,6646123,587661328,1145528695,268456528,1998786048,1835229025,1702252400,2036427890,285216768,1717663523,1869570861,761620843,1970302832,1048688,1635197712,1953391975,1885547887,1634891565,1048688,1635197711,1684483432,1882026608,1886744687,201330688,1851881251,1869570932,1936025963,301993984,1918990115,1868770670,1701407599,1918971251,268460389,1998785536,1131311713,1768648559,268464997,1998785792,1601073761,1802465123,7562601,588185616,1852989815,761753193,1802465123,268461417,1998786304,1768845921,1866688366,1701407599,1048691,1635197717,1852403314,1430609767,1869570911,1835362667,268461939,1998786304,1768845921,1667196782,1768648559,1048677,1635197712,1852403314,1868783463,1701407599,1048691,1635197712,1852403314,1869570919,1231382891,1048676,1635197716,1667199090,1768648559,1635213157,1852403314,1048679,1635197723,1667199090,1768648559,1635213157,1852403314,1869438823,1701603682,251662336,1918990115,1635218547,1869570911,6646123,588185616,1866687095,1701407599,1768714064,268466531,1998788864,1663922018,1768648559,1634479461,762471801,1885434487,7497072,588185616,1731027831,762474596,1734633847,268465253,1998788864,1663920995,1768648559,1869622629,762344816,1868983913,7892834,588578832,1131438967,1702063727,1631745134,1919250030,1819440195,318771200,1935898403,1868770675,1701407599,1851875885,7497070,588251152,1663919223,1702063727,1949135982,7106415,588513296,1663919223,1768648559,1868770661,1767994478,7497070,588120080,1348953207,1635150194,1866627427,1048696,1685529359,1868783463,1701407599,1918984799,251662336,1835300643,1869570861,1852139883,6648943,588120080,1965909367,1663919475,1768648559,1048677,1702306575,1702065453,1869570861,1936025963,218107904,1432712995,1866687859,1701407599,1048691,1702306577,1130722133,1768648559,1850307429,268463974,1998787072,1702057317,1802465091,1349739881,1886744687,251662336,1600485155,1600484213,1802465123,7562601,588709904,1281516919,1684955497,1866691173,1701407599,1852727618,268464741,1998787584,1667195493,1768648559,2002873445,1886351455,268464245,1998787840,1918984805,1868770680,1701407599,1953459757,6644585,589037584,1684170103,1866692197,1701407599,1701593459,1866691698,1767994478,7497070,589299728,1700947319,1953195366,1734309481,1601335396,1802465123,1767859561,1601136238,7496034,588251152,1935828343,761623657,1802465123,7562601,588709904,1935828343,761623657,1802465123,762537321,1836020336,268465264,1998787840,1769169509,1934189940,1852404565,1869562727,6646123,588251152,2002937207,762016357,1802465123,7562601,588120080,1634231671,1868785014,1701407599,1048691,1702306579,1836016492,1918984805,1634891565,1919250544,402657280,1818588963,1701670755,762470754,1885434487,762471792,1919968359,218107904,1969583907,1868785011,1701407599,1048691,1719083792,1986622032,1316578145,1667855471,1048677,1719083801,1869570911,1600481643,1769238382,2002740579,1886413170,268464741,1998785024,1868770663,1701407599,285216768,1684502307,1663922800,1768648559,1633824101,1048690,1752638225,1869570911,1600481643,1769366625,268461411,1998788864,1651796328,1684104562,1869570911,1600481643,1885434487,7497072,588578832,1665231223,1953523043,1802465123,1114858857,1801678700,436211712,1684633379,762602855,1919249505,1937059188,761753193,1802465123,268461417,1998788096,1701274729,1868770676,1701407599,1936026925,1701273971,285216768,1684633379,762602855,1802465123,1633838441,1048690,1769415439,1952802660,1869570861,1936025963,369102848,1684633379,762602855,1802465123,762537321,1701012321,268465011,1998787840,1701274729,1920347508,1869570932,1650813291,7040097,588513296,1734633847,1866691685,1701407599,1936617283,7630437,588185616,1734633847,1667200101,1768648559,268464997,1998788352,1701274729,1919967092,1667331689,1868783481,1701407599,1048691,1769415441,1769099373,2036556150,1852727618,268464741,1998786816,1866690153,1701407599,1852989783,6778473,587857936,1668180343,1768648559,1048677,1769415445,1769104750,1663923315,1768648559,1852386661,268463974,1998786048,1869249129,1869570861,1936025963,218107904,1600878371,1802465123,1633838441,1048690,1819747102,1869570861,761620843,1702125924,1751348078,762999925,1936942445,6645601,588513296,761818487,1802465123,1697473897,1818307957,7631461,588054544,1667198583,1768648559,1918984805,251662336,1684961059,1869570911,1600481643,7496034,587857936,1718382455,1885628205,1048690,1886855954,1869570861,761620843,2003724648,7563621,587923472,1663922295,1768648559,268464997,1998786560,1868770672,1701407599,1852386675,268463974,1998788096,1684483440,1663922800,1768648559,1869491557,1701013876,452988928,762345251,1919968359,1869570861,761620843,1769238382,1999463779,7364978,588185616,1934979191,1130851945,1768648559,268464997,1998786816,1868783472,1701407599,1819242591,7955305,587792400,1633906807,2020565549,452988928,1668314915,1667197301,1768648559,1633836901,1634557810,1650421353,7955567,588316688,1600548983,1802465123,1630365033,1953654124,318771200,1802532643,1869570861,761620843,1936617315,7630437,587792400,1651404919,1918984749,184553472,2020636451,1869570911,6646123,588316688,1663922551,1768648559,1633824101,1919250030,167776256,762476323,1802465123,268461417,1998786560,544235890,1663246398,1768648559,268464997,1998787328,762339698,1802465123,1647142249,1869902959,1048685,1920410389,1663922273,1768648559,1868770661,1869771886,268465004,1998785792,762339698,1802465123,7562601,588382224,1885434487,1869570861,1936025963,1885628205,1048690,1920410379,1866690657,1701407599,436211712,1634891555,1818320752,1601466981,1936942445,1600481121,1802465123,268461417,1998789376,1601200498,1919249505,1701666676,1734439795,1868783461,1701407599,1048626,1920410383,1767862369,1601136238,1919968359,469766144,1634891555,1919250544,589315616,1802465123,1663919465,1635020399,1919250025,268439552,1634891555,1919250544,1868770605,1701407599,369102848,1634891555,1919250544,1769365805,1663922035,1768648559,268464997,1998786304,1886413170,1663922789,1768648559,1048677,1920410384,1701867617,1868770674,1701407599,1048691,1920410385,1701867617,1869562738,1113942379,268464737,1998787840,1886413170,1699574373,1784771438,1869562725,6646123,588251152,1885434487,1601332592,1802465123,7562601,589168656,1647145847,1701736033,1868770674,1701407599,1953459757,1667851881,1869182049,1048686,1937187601,1869570861,761620843,1852727650,268464741,1998788096,1868770675,1701407599,1852793645,1953391987,1735617837,385880064,762541859,1802465123,1848468841,1718187119,762471785,7496034,588840976,1663923063,1768648559,1869491557,1768319348,1831694949,1818322031,469766144,762541859,1802465123,1848468841,1718187119,762471785,1633972077,1734487404,301993984,762541859,1802465123,1999463785,1886413170,268464741,1998788608,1685015923,1732340833,1835361650,1349807717,1635150194,268466531,1998784768,1735609715,6581847,588251152,1667199863,1768648559,1634492261,7497081,588382224,1667199863,1768648559,1919967077,1667331689,1048697,1937187598,1869570914,1818320747,7631461,587923472,1667920759,1702063727,268465262,1998785024,1701866099,1634169443,402657280,2020833059,762212199,1802465123,1768187241,1634493299,1919249769,285216768,762607395,1718513507,762147433,1702453612,1048690,1953964810,1869570861,6646123,588120080,1663923319,1768648559,1633824101,1048690,1953964814,1869570861,761620843,7892834,588316688,1667200119,1768648559,1852793701,1953391987,285216768,1601468195,1769238382,1667196259,1768648559,1048677,1953964815,1868783469,1701407599,1918984799,570429440,1668642595,1701012289,1866691696,1701407599,1634754419,1667449198,1131704421,1768648559,268464997,1998791424,1882022774,1635150194,1882028387,1667853423,1701653881,1734439795,1868770661,1852142702,1048692,2004296470,1869570861,761620843,1868983913,1952542066,7237481,588382224,1667200887,1768648559,1868783461,1852142446,1048692,2004296459,1868770662,1701407599,301993984,1668904739,1768648559,1852785509,1852399988,268464741,1998788352,1734438265,1634299489,1818981215,1601532005,1919249505,1048692,762848009,1802465123,268461417,2015563776,1869570861,761620843,1852727650,268464741,2015568128,1919902509,1869884773,762606433,1936942445,761620321,1802465123,762537321,7760228,588185616,1882403192,1869570925,1650813291,268464737,2015564800,1633971809,1869570861,761620843,1768714096,268466531,2015561984,1867541347,7370096,587923472,1869570936,1650813291,268464737,2015561984,1802465123,7562601,588906512,1663921528,1768648559,1819234405,762930025,1953394531,1701734753,1048690,1920475921,1131704175,1768648559,1819628133,268464997,2015564288,1868770676,1701407599,1869622643,2036558188,385880064,1702131747,1868783455,1701407599,1936286765,1767992419,7497069,588382224,1663924344,1768648559,1882026853,1768387948,1048686,2021139212,1663921968,1768648559,1048677,1685660435,1868783472,1701407599,1936026975,1701273971,285216768,762214691,1802465123,1647142249,1701736033,1048690,1870209810,1866691189,1701407599,1768908867,7562595,588447760,1920298873,1802465091,1699964265,1852404852,268464999,2032340480,762536821,1769107557,2036556150,369102848,1685420323,1734307429,1601335396,1801675106,1970238055,268461166,2032341248,1852138613,1885628255,1869635442,7370096,588185616,1663924089,1768648559,1684483429,268464752,2032339968,1868770679,1701407599,268463661,2049117696,1869570861,761620843,1702129518,218107904,1664580131,1768648559,1953459813,1048677,1132077839,1768648559,1852785509,1953391987,251662336,1866693155,1701407599,1936942413,6645601,588251152,1868783482,1701407599,1667457375,7630949,588513296,1768186234,1868770674,1701407599,1819242541,7955305,588251152,1634361722,1601003876,1802465123,7562601,588447760,1718641018,1869570861,761620843,1852727650,268464741,2049118720,1954115681,1868524129,1869570911,1936025963,486543360,2053208611,761425453,1735748720,1663921769,1768648559,1701653861,1734439795,1048677,1668948753,1869570911,1600481643,1769238382,268461411,2049120512,1869111139,1634755949,1650419047,1600221793,1802465123,7562601,587857936,1851745146,1667855471,1048677,1668948749,1663918703,1768648559,268464997,2049116160,1802465123,268461417,2049118720,1769107556,2036556150,1852793645,1953391988,301993984,1919253027,762280033,1802465123,1647142249,268464737,2049122048,1953460837,762471785,1802465123,1663919465,1702063727,1647146094,1701736033,1048690,1702503187,1819244410,1701408357,1866686798,1701407599,285216768,1869052451,1663918436,1768648559,1702047077,1048675,1736057613,1600218223,1802465123,268461417,2049117696,1633972071,1869570911,1936025963,201330688,1869052451,1868783972,1701407599,184553472,1684634147,1851875935,7497070,588840976,1801808506,1600223855,1935763811,2053334388,1633640811,1953654124,335548416,1600879139,1768714096,1634433396,1634296671,1801811059,385880064,1651341859,1802465091,1316185449,1718187119,1952539497,7237481,588382224,1882025594,1635150194,1848473955,1667855471,1048677,1870275340,1866686830,1701407599,1048691,1870275347,1630365038,1885692771,1868770676,1701407599,184553472,1852799523,1869562725,6646123,587989008,1701736314,1869570911,6646123,589365264,1714253946,1702129519,1868770674,1701407599,1953785203,1936158313,1702260525,2036427890,268439552,1668315683,1768648559,1633824101,1919250030,352325632,1702066723,1869570861,761620843,1953394531,1701734753,1048690,1937384205,761754477,1768714096,268466531,2049120512,1868783479,1701407599,2002873439,1869116255,1767863410,7300718,588447760,1634754915,1769365855,1667198835,1768648559,268464997,1680019968,1818456937,1701669217,1835097970,1768189557,251662336,846422307,1835216180,1869622640,7370096,588251152,1868853106,1970302832,1869622896,7370096,587989008,1601004387,1668048247,6647151,588578832,1680699491,1869373801,1885548135,1634891565,1919250544,318771200,1852793635,1836214630,1836149294,1718513475,7172713,588447760,1885303923,1886744687,1165259566,1701668204,268465262,1663248896,1768648559,1634479461,1852386679,1647144806,2116055649,1818439200,1869426025,762077540,1801675106,1886351972,855642112,1869570851,761620843,762798444,1868983913,1918984749,2037674843,1026188652,1919902242,762471780,997748578,1936286752,2036427888,6103610,590544912,1802465123,1814914409,1764587361,762275438,1534222690,1819898995,574433893,1685221218,1647145573,540768367,1684300144,979857001,268459298,1663247872,1768648559,1634479461,1852386679,1647144806,1935372897,1701607796,1646411050,1869902959,1562524269,654315520,1869570851,761620843,762798444,1868983913,1918984749,2037674843,1026188652,1886352418,1882202170,6103672,589692944,1802465123,1814914409,1764587361,762275438,1534222690,1819898995,574433893,980447092,578318384,1048669,1868964638,1919251567,589315616,1802465123,1814914409,1764587361,762275438,7496034,589627408,1953460070,1868788325,1852142702,540942452,1869570851,761620843,762798444,1868983913,1918984749,268439552,1886413091,1869574701,543370868,2049843262,285216768,1886216995,1852793645,1852399988,1764586085,1048676,1835213582,1769287024,1919314221,6647137,588185616,1802465123,544433513,1868963902,268463474,1629689344,1965912173,762471795,1769238382,1633904998,1852795252,385880064,1886216483,1702065453,1869491570,1768319348,1769234787,3239535,587595792,1731029095,1048674,1885676294,7496034,589758480,1935368807,1701607796,1768759869,1769418094,979924068,808991008,574322800,540942429,1600284462,268460663,1881346560,1684566901,544110447,1731076158,1651072866,301993984,1937076259,2003788904,540942446,1600284462,268460663,1881348096,1836280178,1685024045,1882090593,1836280178,1685024045,268463201,1847793664,1919973221,1667331689,540942457,1701601582,1647146098,268466287,1646470400,1869902959,1768185709,1735355489,589315616,1953787746,1683975535,1869373801,1852399463,7497070,587661328,1918856035,268466031,1680018176,1870033767,1702453580,1048690,1802183432,1768185705,1048694,2037129997,1600350580,1651209057,268466287,1931678720,1768762726,1769171310,1949132148,1651273583,268464737,2015561728,1647144291,268464737,2049115392,6513527,587857936,1650421872,762343470,1048688,1868768026,1701407599,1868770931,1701407599,1868770675,1767994478,7497070,2048,11536640,2149908736,1316225024,0,8,12,14,14,14,20,22,24,24,24,34,38,38,38,40,42,42,42,42,42,48,50,50,52,52,56,62,64,66,72,72,74,74,74,74,74,74,76,76,76,76,78,78,78,78,78,78,78,78,80,88,88,88,92,92,94,96,96,98,104,104,104,110,110,116,116,118,118,118,120,132,132,132,132,134,134,138,138,138,146,146,146,146,150,156,166,166,166,166,168,168,170,172,174,176,178,178,178,178,180,180,180,180,182,182,182,182,182,182,182,188,188,188,188,192,192,194,194,194,194,198,198,206,206,208,208,208,208,208,208,210,210,210,210,210,210,210,210,212,214,214,216,216,216,216,218,218,218,220,222,222,222,222,224,230,230,230,230,230,230,230,230,230,232,238,240,246,250,250,254,254,254,256,256,262,264,268,268,268,268,268,268,268,272,272,272,272,272,272,272,276,276,276,278,278,278,278,282,282,282,282,282,282,282,282,284,286,288,294,294,296,296,296,296,296,298,300,300,300,302,302,302,302,304,304,304,304,308,308,308,310,310,310,312,312,312,312,312,318,318,318,318,318,318,318,318,318,322,322,322,324,324,324,324,326,326,326,326,326,330,330,330,332,334,334,334,338,338,340,340,340,342,342,344,348,348,348,350,350,350,350,350,350,352,352,352,352,356,358,358,358,358,358,358,358,362,362,362,362,362,366,366,366,368,368,370,372,372,372,372,372,378,378,380,380,382,382,382,382,384,384,384,390,392,392,396,396,396,396,396,402,402,402,402,402,402,402,402,402,402,412,420,420,424,430,430,430,430,430,432,434,450,450,452,452,452,454,456,456,456,456,460,460,460,462,462,462,462,464,466,470,470,470,470,470,472,474,474,474,474,474,474,478,478,478,478,478,482,482,482,484,484,484,490,500,500,502,502,502,502,504,504,504,506,506,510,510,510,514,516,516,522,526,528,528,528,528,528,530,530,530,530,532,532,538,538,538,538,538,538,538,538,538,538,538,538,538,538,538,538,538,540,540,544,544,544,544,544,544,548,548,548,548,548,548,548,548,548,548,548,548,548,548,548,550,552,552,552,552,554,554,556,558,558,558,558,558,558,558,558,560,562,562,566,566,568,570,572,572,572,572,574,574,574,580,580,580,590,590,590,598,602,602,604,604,612,612,612,616,616,626,626,630,630,630,630,630,632,632,632,632,632,638,642,648,648,648,648,650,650,650,654,654,656,656,656,656,656,656,656,656,656,656,656,656,656,656,656,656,656,670,670,674,674,676,676,676,682,686,686,694,698,702,702,702,702,702,706,706,708,708,708,714,718,720,720,720,724,728,728,728,728,728,732,732,732,736,738,738,742,742,742,742,746,746,746,748,748,748,748,748,748,748,748,748,752,756,756,756,756,756,756,758,760,762,762,762,762,764,766,778,778,778,778,780,780,782,784,784,784,784,790,792,792,792,794,794,794,802,806,806,806,806,818,818,818,818,818,818,820,820,820,820,820,820,820,820,820,830,830,834,834,834,834,834,834,834,836,836,838,838,840,840,840,848,848,854,854,858,858,858,858,858,858,858,858,858,858,858,858,858,858,864,868,870,870,870,882,882,886,888,890,892,896,898,902,904,904,904,904,904,904,910,910,916,916,916,916,916,918,918,918,918,918,920,920,922,922,924,924,924,924,924,924,924,930,934,934,936,936,944,944,944,944,948,948,950,956,956,958,960,960,960,960,960,960,960,960,960,962,962,962,962,962,964,964,966,966,970,970,970,974,974,974,974,974,974,974,978,982,982,982,982,982,982,982,982,982,982,982,982,982,984,984,984,984,984,984,984,984,986,988,988,992,992,992,992,992,992,992,994,994,996,996,996,996,996,996,998,998,1e3,1004,1008,1008,1008,1008,1008,1008,1010,1018,1020,1020,1020,1022,1022,1024,1024,1024,1024,1024,1024,1024,1024,1024,1026,1026,1028,1028,1028,1028,1028,1032,1032,1036,1042,1042,1042,1042,1042,1042,1042,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1046,1054,1060,1060,1060,1060,1060,1060,1064,1064,1066,1066,1066,1066,1066,1068,1068,1068,1068,1068,1072,1072,1072,1076,1078,1078,1080,1080,1080,1080,1084,1084,1084,1086,1086,1086,1086,1088,1088,1088,1088,1088,1090,1096,1096,1096,1102,1108,1108,1112,1112,1112,1112,1116,1116,1116,1116,1118,1118,1118,1118,1120,1120,1122,1126,1126,1128,1128,1128,1132,1132,1132,1132,1136,1136,1140,1140,1140,1144,1144,1144,1144,1144,1144,1144,1150,1154,1154,1154,1156,1156,1162,1164,1164,1164,1164,1164,1164,1164,1166,1166,1168,1168,1168,1178,1178,1178,1178,1178,1188,1190,1190,1194,1194,1202,1202,1202,1202,1202,1202,1202,1202,1202,1214,1214,1214,1218,1220,1220,1220,1220,1220,1220,1220,1220,1220,1220,1220,1232,1232,1234,1234,1234,1234,1234,1234,1234,1236,1236,1238,1238,1246,1246,1246,1246,1248,1248,1248,1252,1252,1252,1256,1256,1258,1262,1262,1266,1266,1266,1268,1270,1270,1270,1274,1274,1274,1274,1274,1274,1280,1280,1280,1280,1280,1280,1284,1284,1284,1284,1284,1290,1290,1290,1290,1292,1292,1292,1292,1294,1294,1294,1294,1298,1300,1300,1302,1306,1306,1306,1308,1308,1308,1310,1314,1316,1318,1318,1318,1318,1320,1320,1320,1320,1320,1320,1324,1324,1326,1328,1328,1328,1328,1328,1330,1330,1330,1330,1330,1332,1334,1336,1342,1342,1344,1344,1344,1344,1346,1346,1346,1346,1346,1346,1348,1348,1348,1348,1348,1348,1348,1348,1348,1348,1348,1348,1356,1356,1356,1356,1356,1364,1364,1368,1376,1378,1378,1382,1382,1382,1384,1384,1400,1400,1400,1400,1406,1406,1408,1408,1410,1414,1414,1414,1414,1418,1418,1418,1422,1422,1426,1426,1426,1426,1426,1432,1432,1432,1434,1434,1436,1438,1438,1438,1446,1446,1446,1446,1446,1448,1452,1452,1452,1452,1452,1454,1454,1456,1456,1458,1458,1458,1460,1460,1460,1462,1464,1468,1470,1470,1470,1478,1478,1478,1478,1480,1480,1484,1486,1486,1486,1486,1486,1486,1486,1490,1490,1490,1490,1490,1490,1490,1492,1494,1494,1494,1494,1494,1498,1500,1500,1500,1500,1504,1504,1510,1514,1514,1514,1514,1514,1520,1520,1526,1532,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1534,1540,1540,1542,1542,1542,1550,1550,1550,1550,1550,1554,1554,1554,1556,1558,1558,1558,1558,1560,1566,1566,1570,1570,1570,1570,1572,1572,1572,1574,1574,1574,1574,1574,1576,1576,1578,1578,1584,1590,1590,1594,1594,1600,1600,1600,1600,1602,1604,1606,1606,1606,1608,1608,1610,1610,1610,1612,1612,1612,1614,1614,1618,1618,1618,1634,1636,1636,1636,1638,1642,1642,1646,1646,1646,1646,1646,1652,1652,1658,1658,1658,1664,1664,1674,1676,1676,1676,1676,1676,1676,1680,1684,1684,1684,1684,1684,1684,1684,1690,1690,1690,1690,1690,1690,1690,1690,1696,1704,1704,1704,1706,1706,1706,1706,1706,1708,1708,1712,1712,1718,1718,1718,1718,1724,1724,1724,1724,1724,1724,1724,1724,1724,1724,1724,1724,1726,1726,1728,1730,1730,1732,1732,1732,1748,1748,1748,1748,1748,1748,1752,1752,1752,1760,1770,1774,1774,1774,1774,1776,1778,1780,1780,1782,1784,1784,1784,1784,1786,1786,1788,1788,1788,1788,1792,1792,1792,1794,1798,1804,1804,1810,1812,1812,1816,1816,1816,1816,1816,1816,1818,1818,1818,1826,1826,1826,1826,1826,1826,1826,1830,1830,1838,1838,1842,1842,1850,1850,1850,1850,1850,1850,1856,1856,1856,1856,1858,1864,1864,1864,1864,1864,1866,1868,1868,1868,1870,1870,1870,1870,1872,1874,1876,1876,1876,1876,1876,1876,1876,1880,1880,1880,1880,1880,1880,1880,1882,1882,1882,1888,1894,1894,1894,1894,1894,1894,1894,1896,1896,1896,1898,1898,1900,1900,1900,1900,1900,1904,1904,1904,1904,1904,1904,1904,1904,1906,1908,1908,1908,1908,1908,1908,1910,1910,1910,1910,1910,1910,1912,1912,1916,1916,1918,1918,1918,1918,1918,1918,1918,1918,1918,1920,1920,1924,1924,1924,1924,1928,1928,1928,1930,1930,1932,1932,1934,1934,1934,1934,1934,1940,1940,1942,1948,1952,1952,1952,1952,1952,1952,1952,1952,1952,1952,1952,1952,1960,1960,1960,1960,1960,1960,1962,1962,1962,1962,1962,1962,1962,1962,1962,1962,1962,1962,1968,1972,1982,1982,1988,1988,1996,1996,1996,2002,2002,2002,2002,2008,2008,2008,2008,2008,2008,2008,2008,2008,2008,2008,2012,2012,2012,2012,2014,2016,2016,2018,2018,2018,2028,2028,2028,2028,2030,2032,2032,2032,2032,2034,2038,2038,2038,2038,2038,2042,2042,2042,2044,2046,2046,2046,2046,2046,2046,2046,2046,2050,2054,2054,2054,2070,2072,2072,2078,2078,2078,2078,2078,2078,2078,2080,2080,2080,2080,2080,2082,2082,2082,2084,2084,2084,2084,2084,2086,2086,2086,2096,2096,2096,2096,2096,2096,2096,2100,2100,2100,2100,2102,2102,2102,2102,2102,2102,2102,2102,2102,2102,2106,2106,2106,2106,2106,2106,2108,2110,2110,2112,2112,2112,2118,2118,2122,2122,2126,2126,2126,2126,2128,2128,2130,2132,2132,2132,2134,2134,2144,2144,2150,2150,2150,2152,2154,2154,2154,2154,2154,2154,2154,2156,2156,2156,2156,2156,2156,2156,2156,2160,2160,2160,2164,2164,2164,2170,2170,2170,2170,2170,2172,2174,2174,2174,2174,2174,2174,2174,2174,2174,2174,2174,2180,2180,2186,2186,2190,2190,2192,2192,2192,2194,2194,2194,2194,2194,2194,2194,2194,2194,2194,2194,2194,2194,2194,2200,2200,2204,2204,2204,2206,2208,2208,2208,2208,2212,2212,2212,2212,2218,2218,2222,2224,2224,2230,2230,2232,2232,2234,2240,2240,2240,2240,2244,2244,2244,2248,2248,2248,2248,2248,2248,2248,2250,2254,2258,2260,2260,2260,2262,2262,2266,2266,2270,2274,2274,2276,2278,2286,2286,2288,2288,2288,2288,2288,2288,2288,2292,2292,2294,2294,2294,2294,2296,2300,2304,2304,2308,2308,2312,2312,2312,2312,2312,2316,2318,2318,2318,2318,2318,2318,2318,2318,2318,2326,2326,2328,2328,2330,2330,2332,2336,2336,2338,2338,2338,2338,2338,2348,2348,2348,2348,2348,2348,2348,2348,2350,2350,2352,2352,2352,2352,2356,2358,2358,2362,2364,2364,2364,2366,2372,2372,2374,2374,2374,2378,2378,2378,2378,2378,2386,2388,2390,2390,2390,2390,2390,2390,2390,2394,2394,2394,2394,2394,2394,2400,2404,2404,2406,2406,2412,2412,2414,2418,2418,2418,2418,2418,2418,2418,2418,2418,2422,2422,2428,2428,2428,2428,2436,2436,2436,2436,2436,2436,2438,2438,2438,2438,2442,2444,2444,2444,2450,2450,2450,2452,2452,2452,2454,2454,2456,2456,2456,2456,2460,2462,2462,2462,2464,2464,2466,2468,2468,2468,2468,2468,2468,2470,2472,2472,2476,2476,2480,2480,2480,2480,2089723904,20941,2089723904,21615,112846848,23392,112846848,28519,2039379969,20941,2039379969,21615,2025365506,20749,502661125,19240,502661125,19491,502661125,28549,1764528134,20231,347127815,18962,477882378,20941,1939755018,20941,477882378,21615,1939755018,21615,477882378,26662,1040922635,20369,1040922635,25668,494620686,20231,881293327,26989,1782169620,19240,1782169620,19491,1782169620,28549,2968713237,18472,2156636183,26989,1975214105,20941,1975214105,21615,2764918810,18962,3252385818,25450,1603307546,26989,3509372955,26989,3525720092,26989,2339897373,20941,2339897373,21615,2943758365,24942,3538178079,26989,3360813093,25727,1444042793,26989,3459428401,26989,2755289138,22302,2755289138,22618,3935778866,23528,2755289138,26712,3280556085,23528,3997046837,26989,3229550647,18257,1060556856,20008,2698252346,26989,736763963,26289,736763963,27916,97353787,29092,2677313598,19240,2677313598,19491,2677313598,28549,1698166848,23076,1698166848,23102,1698166848,23126,172382274,23321,692047941,26989,1312710726,20941,1312710726,21615,3714613318,22343,3714613318,22390,3714613318,28031,3714613318,28079,2908936266,18962,2772219980,18962,3870541900,22809,2648145999,19240,2648145999,19491,1854591055,26989,2648145999,28549,279445587,22926,279445587,23006,1140408404,19240,1140408404,19491,1140408404,28549,1999978581,20941,2446532693,20941,1999978581,21615,2446532693,21615,1872312405,26989,1642926169,28952,461176923,24561,209973340,23342,1256165469,18962,1965871198,22926,4100114527,27881,2328918115,24561,2127800423,26989,2054137966,18934,2054137966,24082,2054137966,24506,1267808370,18962,2030413938,23205,3229112436,24561,1799749752,26989,2088222840,29057,3574192250,20481,3574192250,20513,3404490874,24561,3574192250,25793,2538723452,26932,320958594,26989,4290197642,26989,55105675,26989,2176716941,23226,4263475345,23783,2453471380,26989,1059217557,26989,244859033,26887,3062145178,22343,3062145178,22390,3062145178,28031,2615799971,18962,3053547684,19240,3053547684,19491,3053547684,28549,1530032293,22885,2495162534,18449,676696230,24148,676696230,24189,2734915751,20369,2734915751,25668,3000469673,19219,3000469673,24869,2266792108,26989,2386790574,19240,2386790574,19491,2386790574,28549,284846255,25147,3054094512,20941,3054094512,21615,2150627511,19468,60461239,26989,3293638846,24435,3293638846,25506,795433153,23933,2758904005,29182,2758904005,29224,467265741,26989,3906977998,26989,647850191,18572,3855519952,20941,3855519952,21615,1878902992,26989,204323026,25727,3485913303,23185,2379671768,26310,3128527067,26989,3876724959,18135,228350179,18962,2271748323,20231,3423830246,26989,2808885481,26989,3085598958,18135,2672171246,24251,2672171246,24379,3567343863,20941,3567343863,21615,2443153658,20231,2904387838,26989,4123158787,20941,4123158787,21615,891973894,18962,2736947463,22463,4135461130,19166,4135461130,24668,2143193356,20675,2494834959,23720,3588632849,18962,2103773458,26989,3943979282,26989,3136678165,20231,262902043,26989,3818299679,20941,3818299679,21615,2948473120,18698,3478681895,18112,3478681895,28549,3762442540,20941,3762442540,21615,1810680111,26989,2664845617,18962,1889155378,29092,1213100343,18751,647829815,21615,1213100343,28549,410939705,26989,2780920123,27881,62140735,26989,1920325954,18962,1920325954,23863,4186630466,26989,3205400899,26989,66029893,20941,66029893,21615,1968271690,19240,1968271690,19491,1968271690,28549,3461812564,19240,3461812564,19491,2733254996,25903,2733254996,25926,3461812564,28549,2133383509,24602,2133383509,24635,190935381,26989,2133383509,28372,3673084247,20941,3673084247,21615,886739288,19240,886739288,19491,886739288,28549,407189853,19940,463913310,28194,3308945759,19240,3308945759,19491,2596983135,20941,3660755295,20941,2596983135,21615,3660755295,21615,2596983135,26748,3308945759,28549,350841185,29292,619008356,26989,934625637,25770,183734633,20941,183734633,21615,3239655788,26989,1295061360,22783,1866588529,26334,328948082,18962,328948082,23755,1292179831,20129,1121948024,26911,205934974,23653,1261996414,26989,781171075,20941,781171075,21615,44917126,25269,1657672073,23298,3400235401,26989,1657672073,28347,647852426,20941,3644922250,20941,647852426,21615,3644922250,21615,3644922250,26748,3391297932,26989,985319824,18962,230289811,26989,3114373525,23690,3114373525,26085,3772262808,20941,3772262808,21615,1091813785,18674,4174971291,20369,4174971291,25668,2691580315,26989,418224540,26989,1747169692,26989,3525321117,18962,3042150818,23623,2170087846,29265,359774632,20941,359774632,21615,359774632,26748,1404953017,19193,3669449147,20941,3669449147,21615,1527873985,20941,1527873985,21615,2246179280,18135,3896431057,18962,2559181269,28549,2116944343,19761,1795150296,29031,2368109024,24116,3914011105,25248,910946787,20941,910946787,21615,4241656293,26989,1958726118,26989,3591197159,25587,2114320875,29492,3177001454,19240,3177001454,19491,3177001454,28549,2959593969,20564,2959593969,25819,2959593969,25857,2959593969,26107,3927106033,26989,2223395316,20369,2683058676,20941,2683058676,21615,2223395316,25668,2543604213,26989,1318003189,29433,2768579063,18783,519881209,20941,519881209,21615,519881209,26748,710062585,26989,3689468412,26989,2128986620,27963,1152651774,20941,4185207294,20941,1152651774,21615,4185207294,21615,2677531134,28549,4273975808,18909,4273975808,25401,4019145221,26989,3834737162,20941,3834737162,21615,1108527626,23783,1548816907,19964,1548816907,25225,2293746188,20941,2293746188,21615,2807405068,26989,2939963920,28421,2848993811,20941,2848993811,21615,3809286677,18962,3935732262,20941,3935732262,21615,3062045222,22343,3062045222,22390,3935732262,26748,3062045222,28031,3062045222,28079,3524477480,20941,3524477480,21615,999154218,19844,3813546541,20941,3813546541,21615,3813546541,26662,2928820782,20919,1422305838,26989,1756748336,20941,1756748336,21615,3391638064,26387,1713084976,26989,141996593,26989,2435631665,26989,1092919858,20941,1092919858,21615,3348187703,23528,18029111,28979,1811567161,26063,327395900,20941,327395900,21615,327395900,26662,3435876925,20941,3435876925,21615,3319222846,28400,3518878273,20941,3518878273,21615,1384464962,20941,1384464962,21615,874895943,20941,874895943,21615,2635971146,24561,3347417674,26989,1777162827,25058,2114595405,23451,1364017741,29153,43100753,20231,3795978833,26989,1110999636,28452,3991706205,20941,3991706205,21615,2801617502,18314,922626654,26989,2550209124,26989,2228781669,26989,2442492518,26989,188285546,26989,1587827307,20652,1114892908,20941,1114892908,21615,3104238188,29514,3104238188,29573,3104238188,29636,3104238188,29697,3681739376,23076,3846871666,26989,202521203,26989,3959401079,20941,3959401079,21615,3959401079,26748,1449654904,20817,1678776955,26989,2175988350,20941,3107052158,20941,2175988350,21615,3107052158,21615,1024701055,20941,1024701055,21615,3319253635,20941,3319253635,21615,2877772419,29514,2877772419,29573,2877772419,29636,2877772419,29697,3837942409,18962,2631983762,18962,647860882,29514,647860882,29573,647860882,29636,647860882,29697,1443494548,20941,1443494548,21615,1450373787,26989,2901205661,18549,2558861983,26989,4027939490,20941,4208095906,20941,4027939490,21615,4208095906,21615,3933262500,19240,3933262500,19491,3933262500,28549,1934762662,20231,3889928870,26989,1759220404,19240,1759220404,19491,1759220404,28549,3155387061,20941,3155387061,21615,1458848438,26989,2898209465,20941,2898209465,21615,2898209465,29514,2898209465,29573,2898209465,29636,2898209465,29697,1144732347,20941,1144732347,21615,3125433020,19866,1555634877,24014,1705736894,26989,513094335,20941,513094335,21615,2174702272,26201,2645377729,20941,2645377729,21615,3941460674,29464,647830216,22320,3111781064,26989,1187728072,29057,2364748490,18962,3136293578,22926,3136293578,23006,3829725903,24039,3576494804,20231,3451286230,26989,1473116888,26989,1380129503,20941,1380129503,21615,380183263,26989,1010098912,23528,2385552096,25475,3728765666,28501,459856612,20941,459856612,21615,4030059236,25558,4030059236,25587,1343673064,22926,1343673064,23006,2449867498,24251,927318763,20941,927318763,21615,927318763,26848,3840549613,18962,3865692910,26439,242402039,18962,4133544700,20231,2224829182,20844,1375118080,18962,1375118080,28924,1652802307,20941,1652802307,21615,2891000586,24695,2891000586,24820,1397371659,20941,1397371659,21615,1255050008,24843,3267754784,22542,1656599329,20844,573782819,18135,573782819,20788,1299888938,25427,887870252,23528,1799301938,23933,5780276,22497,3360979765,18962,471012149,26989,4167090998,20941,4167090998,21615,3420089148,28475,146649917,20941,146649917,21615,1236871997,23592,1291727677,26989,3003056958,20231,2246087489,26989,2693942083,20231,2525600588,20599,1826112334,20231,3229760339,20941,3229760339,21615,1805837141,20941,1805837141,21615,2801707862,22574,2801707862,22688,2801707862,22733,923724637,23755,744135517,26989,933579624,20539,4075254632,20941,4075254632,21615,933579624,26224,3851940713,19240,3851940713,19491,3851940713,28549,3249501039,22856,1188006767,26989,819610481,26989,3335017334,29057,145939323,20941,145939323,21615,2740921214,20941,2740921214,21615,2510740351,22833,1924246401,25199,1625906053,27941,1625906053,28005,3697042312,23965,428962700,29380,1813322641,20207,2535822226,19240,2535822226,19491,2535822226,28549,1460716437,20941,1460716437,21615,2773547925,26989,1774988182,19240,1774988182,19491,1774988182,28549,1645994904,20941,1645994904,21615,1348266908,20941,1348266908,21615,4239686560,20231,146979748,26989,3323751334,26989,3218455463,25587,1977893799,26989,1489957801,19920,1506431916,24800,631206828,26989,4075264944,20941,4075264944,21615,3448957874,24739,3448957874,24770,3523550133,18623,1443138485,29153,3285793724,18825,3285793724,18857,3285793724,19813,2450766781,20941,2450766781,21615,1675267008,24411,561906626,19240,561906626,19491,561906626,28549,889689027,26989,1328782282,26989,3235783628,26989,2477407183,19240,2477407183,19491,1477428175,24695,3325529039,26989,2477407183,28549,4100248532,19240,4100248532,19491,3167048660,20941,3167048660,21615,4100248532,28549,1452626901,26989,1972343767,20941,1972343767,21615,2418906073,19240,2418906073,19491,2210350041,26989,2418906073,28549,268682210,20231,847797218,20941,2383178722,20941,847797218,21615,2383178722,21615,901243874,24921,4229487589,22926,4229487589,23006,2998713318,18191,568034289,20941,568034289,21615,625753073,23835,625753073,24287,625753073,24319,3641580529,26989,2062701555,26989,49404922,26989,225776636,23528,2382865406,29514,2382865406,29573,2382865406,29636,2382865406,29697,3335687170,26989,4261536773,18962,2852881413,25058,866280456,22926,866280456,23006,299879434,26989,3230309387,18962,787657739,26989,4191845389,20941,4191845389,21615,3992323088,28347,3230309393,18962,3306353684,19889,3306353684,25084,794172442,19240,794172442,19491,794172442,28549,282715168,18292,2163811360,26989,1874930725,22574,1874930725,22688,1874930725,22733,852309033,26989,1496841261,18804,2494610481,20941,2494610481,21615,3445273650,28882,44004404,26989,647840821,20941,647840821,21615,2773578808,18962,2928878651,26989,1620935740,22926,1620935740,23006,3491259453,26989,1589220414,26989,2551045186,26989,2562165832,20941,2562165832,21615,2323620938,26989,1318769739,23653,2611455056,26989,2850317397,26989,2825606230,25117,926800983,19789,2049793112,20941,2049793112,21615,3078122584,26989,3660887130,25301,1084980318,25727,647851108,25327,1946649712,19240,1946649712,19491,3604356208,20749,1946649712,28549,513584245,20941,513584245,21615,4139527285,22926,4139527285,23006,3494288503,20941,3494288503,21615,2420419704,20564,2420419704,25819,2420419704,25857,2420419704,26107,268051577,26989,4259355771,20941,4259355771,21615,1068741758,29124,1697393792,20941,1697393792,21615,2342534272,22343,2342534272,22390,3695031424,22652,3104466048,25534,1697393792,26848,2342534272,28031,1581085828,20941,1581085828,21615,45956228,26989,653335686,26245,4204149896,26989,2788996233,20941,2788996233,21615,271422605,20941,271422605,21615,4104959120,20941,4104959120,21615,4270970002,20941,4270970002,21615,3584963735,20941,3584963735,21615,3584963735,26748,1765368986,20425,111584412,26989,2923730077,26989,53701792,20941,53701792,21615,502967456,24869,53701792,26748,2656210085,26989,3242142886,20941,3242142886,21615,4053863595,26989,4068388013,26989,1502966959,20057,1589040306,19738,3230309557,18962,1338522806,26989,2329144503,20941,2329144503,21615,113665208,26989,647859387,29514,647859387,29573,647859387,29636,647859387,29697,2515518655,26989,2338608321,20941,2338608321,21615,2345041090,26989,974496969,20941,974496969,21615,2888080592,26989,1263946961,18962,1927535830,20941,1927535830,21615,599082199,18385,1854356699,19166,1854356699,24668,526333149,26989,4155079901,26989,4221310173,26989,463359198,20889,463359198,26638,2159738083,20032,2159738083,25377,1819075811,26989,2398502117,20941,2398502117,21615,2398502117,26748,1911899366,20941,1911899366,21615,1911899366,26748,3766078695,26154,1079758067,19240,1079758067,19491,1079758067,28549,908018933,26989,110920952,20564,110920952,25819,110920952,25857,110920952,26107,888538365,20941,888538365,21615,2114024704,26179,2687866113,26411,303891717,26989,2901828870,20941,2901828870,21615,1529263366,24897,4257191176,25034,1741487368,26989,887381260,26989,2143528207,23163,3414021396,26989,3462180118,26107,292564248,23528,2619956504,24060,1598051608,26989,2599501081,20941,2599501081,21615,2599501081,26748,2087343387,20941,2087343387,21615,773455133,22574,773455133,22688,773455133,22733,3976082721,26989,3829427490,26989,3657733411,26107,2983464230,22652,3417310504,26989,2495685931,29341,4081687854,26989,598445360,20941,598445360,21615,1462009139,18934,2437483827,19240,2437483827,19491,2598843699,20941,2598843699,21615,3139638579,24602,1462009139,26521,2437483827,28549,3197392180,25352,1698508087,20156,117247288,20941,117247288,21615,123036986,18962,123036986,23863,903388479,19240,903388479,19491,903388479,28549,2869540161,20231,3130977601,24349,3130977601,26465,1141359940,19240,1141359940,19491,1141359940,28549,2389103942,22574,2389103942,22688,2389103942,22733,3526522182,26989,435086662,28549,2478171463,26989,229795149,18962,490513741,26989,2525984078,20941,2525984078,21615,390491477,18333,390491477,20079,390491477,25009,90402141,19240,90402141,19491,90402141,28549,1507265886,20941,1507265886,21615,3006004574,23528,1507265886,26748,1760601441,19987,2691278182,26989,1263519080,20941,1263519080,21615,351702378,19240,351702378,19491,351702378,28549,1852110190,20941,1852110190,21615,1852110190,26748,3551618426,22542,3652545916,28246,3957790077,28847,1555178879,26989,1489311106,19240,1489311106,19491,4153730434,22343,4153730434,22390,4153730434,28031,4153730434,28079,1489311106,28549,1992863106,28549,2043630984,20941,2043630984,21615,4227491211,20564,4227491211,25819,4227491211,25857,4227491211,26107,2768350604,18472,611061132,18515,611061132,20867,611061132,23451,611061132,23720,315663757,20231,315663757,25587,1716628881,20231,1912122770,28519,306412947,29380,2157825429,23965,3642576278,27822,4037668250,26989,1431661980,26989,1365761440,20941,1365761440,21615,4075236771,19889,1483363748,20941,1483363748,21615,2615727525,20445,2949911973,20941,2949911973,21615,1889045927,18726,1889045927,23365,1889045927,28819,3211306408,26989,611478954,25959,611478954,25987,225564080,20231,1400985011,29514,1400985011,29573,1400985011,29636,1400985011,29697,3267755450,20369,3267755450,25668,3811478972,20564,3811478972,25819,3811478972,25857,3811478972,26107,696421822,20941,696421822,21615,210027968,20941,210027968,21615,4222086592,24987,210027968,26748,2130337222,19240,2130337222,19491,2130337222,28549,4021849546,26154,309145035,20941,309145035,21615,309145035,26662,3798926800,26989,4189253073,22907,2358216148,24251,1172639192,28281,1186553305,26989,2184351194,26989,628940257,20941,628940257,21615,2049924584,26989,4092214763,19240,4092214763,19491,4092214763,28549,2747850220,20675,3270950380,28549,3270950380,28784,1038904819,26989,3085114870,18135,972404216,20231,108410365,22926,108410365,23006,1164920325,18135,971073030,26989,2756261388,26989,3739358738,26989,69840404,20941,69840404,21615,3867964950,26989,647857695,24483,979115553,23901,979115553,25647,813516325,20941,813516325,21615,2097657384,29319,3547721258,26989,4241743404,18962,256142897,19240,256142897,19491,256142897,28549,2117676595,18596,632778292,19240,632778292,19491,632778292,28549,341450293,18962,105821749,23451,3666351681,19448,3666351681,19714,1733264961,21615,1733264961,26848,2286581319,23425,1503893075,20941,1503893075,21615,1503893075,26748,2967158356,20941,2967158356,21615,3630255701,20622,748312149,20941,748312149,21615,3900010069,26571,3900010069,26605,1165622871,19240,1165622871,19491,1165622871,28549,3216203353,20941,3216203353,21615,3216203353,26748,3075032665,26989,93103708,22926,93103708,23006,3140755036,26989,1018656352,19240,1018656352,19491,1018656352,28549,1660343915,20941,1660343915,21615,4203089519,18410,1647509104,26989,1592536690,22926,3652075125,22343,3652075125,22390,4178624117,23720,3652075125,28031,3652075125,28079,3539222137,26989,3988344442,21615,722232958,28220,1817947775,18962,1817947775,23863,2630375044,20369,2630375044,25668,3951136391,26989,3180353160,26989,2773096080,18962,996001424,26989,831194769,20941,831194769,21615,1201499796,19240,1201499796,19491,1297442452,20941,1868371604,20941,1297442452,21615,1868371604,21615,1297442452,26662,1201499796,28549,670246549,28882,3432758935,22439,3432758935,28120,3432758935,28149,3902221982,20231,3504809635,26989,1432932006,20104,943474347,26989,1612564142,19240,1612564142,19491,144977582,20941,144977582,21615,1612564142,28549,4042210997,20941,4042210997,21615,3103502009,22926,897826499,20181,897826499,26492,2003050185,20369,3703725770,26989,2133354188,24251,879177423,19240,879177423,19491,879177423,28549,459744977,20941,459744977,21615,720015059,20941,720015059,21615,566642391,18135,3751947993,18698,1582585562,24719,3197513437,26989,3672184543,26989,1680721631,29514,1680721631,29573,1680721631,29636,1680721631,29697,619820769,20941,619820769,21615,619820769,26748,96831204,26989,3584825061,20231,4266733292,19143,2966922996,20941,2966922996,21615,2646042359,20941,2646042359,21615,1464061690,19240,1464061690,19491,1464061690,28549,737386239,26989,1963552512,26989,3329926923,19240,3329926923,19491,3329926923,28549,3587514125,19240,3587514125,19491,3587514125,28549,3422443279,20941,3422443279,21615,936621841,26989,3271264020,26989,268861218,20941,268861218,21615,1180876578,25727,742760228,20941,742760228,21615,1519580967,26989,2393513768,26989,3777226540,20941,3777226540,21615,3986390832,19240,3986390832,19491,3986390832,28549,1857253170,26989,4096571186,26989,3647797043,26989,2450986805,19240,2450986805,19491,2450986805,28549,3649443639,29153,4016844601,26310,4210063162,20941,4210063162,21615,4210063162,26748,1237307198,20941,1237307198,21615,1306388289,22926,1306388289,23102,3264771912,18135,647823177,23274,3902277449,26956,576495434,26360,576495434,27859,2571018059,23811,429803342,26989,3962562384,20941,3962562384,21615,1510078290,20941,1510078290,21615,4058074963,18962,4058074963,23863,1214732117,26989,1040717654,20347,1715846999,20941,3604225879,20941,1715846999,21615,3604225879,21615,3670726489,23503,4154939232,18360,4154939232,29005,3197392738,19692,4078077798,26989,1303179111,20941,1303179111,21615,3840309096,20369,3840309096,25668,563461994,20941,563461994,21615,3745001324,24602,3745001324,25587,2133720945,22520,1540855665,25167,3237666674,18429,306546555,20231,3004186491,20941,3004186491,21615,3598800763,26989,4047871869,26989,1787504511,26989,169332609,18962,1394673538,20941,1394673538,21615,2420899716,26989,2302740361,22439,2302740361,29514,2302740361,29573,2302740361,29636,2302740361,29697,734910353,18135,959381395,27984,1421582231,26989,2362640279,26989,3401744280,26989,2661861274,20941,2661861274,21615,3715377051,26989,1896284062,26989,3548624799,19240,3548624799,19491,3548624799,28549,3787368353,26989,1821583268,20941,1821583268,21615,2166900649,20702,3632793513,20941,3632793513,21615,2166900649,26266,819417002,19889,1184180139,18214,3873587122,22926,3873587122,23006,2850250680,20941,2850250680,21615,2885650360,26041,442482617,26989,1228732345,26989,1087289275,26989,555560893,22926,555560893,23006,1895372733,28882,879933375,26989,1422505920,20941,1422505920,21615,4000036809,20727,1046992841,26989,322762699,19240,322762699,19491,322762699,28549,1068666831,18257,584347599,20369,584347599,25668,2657271759,29057,1287741397,20231,1106087897,24537,1460557785,26018,755603418,26989,1981482973,18650,1276059613,20231,1981482973,26547,3226128352,26989,2251063267,26989,604798949,26989,3711203305,18962,3711203305,24226,3436394474,23528,1661550573,23249,1813884911,22926,3808894960,18962,1446178806,24458,9971703,26989,3429877753,20941,3429877753,21615,452233211,23503,1062291451,26989,218173696,1869562659,1113942379,1701736033,3472949874,2586968,588120337,1802465091,1866687849,1852142446,554238580,584533702,723729203,1167185869,2231715439,3083925985,3086360035,3270410474,3880286104,14622738,588054801,1802465091,1867408745,1701013876,3165782274,285271739,1126375681,1953456761,1802465091,1868719465,1634288756,1114074988,1434018927,1919247470,41509228,664094209,17891499,1600070421,1818322292,1198355817,1666338884,1701990512,33715046,3482300991,923303872,201396480,1986354979,1969368424,1852798068,3641704706,285221092,1596131585,761820773,40069490,1258137089,17891422,1851859729,1954114657,1601397609,1802465123,16934249,1433224727,251728128,1886413091,1869570861,761620843,41314660,1470625537,17891424,1633821455,1919250030,1769107501,2036556150,3038970114,285267780,1663240449,1869426019,40657252,243726849,17891439,1667441418,1851875935,41051502,3757752321,17891442,1667441421,1852793695,1852399988,16937573,2787686804,486609152,1886216995,1663924844,1768648559,1851875941,762471790,1953394531,1701734753,2768372338,2962009345,1439986,588775697,1886220131,1852141167,1868770676,1701407599,1851875885,41051502,225190913,17891468,1868768013,1852142446,1969368436,16937069,2648894636,234950912,1852793635,1953391987,1852727618,16937573,3479739686,285282560,1852793635,1953391987,1634493023,1633839971,2113995378,3354169,588316945,1953394531,1701734753,1868770674,1701407599,97648898,285259035,1663241729,1801678703,1831691625,1818322031,460718338,285269255,1663241729,1768648559,1667312997,1953523043,323027202,285252033,1663241729,1768648559,1633824101,1919250030,3199140354,2732531745,285268270,1663241985,1768648559,1868770661,1919510126,1879114349,10980760,588644625,1802465123,1663919465,1702063727,1647146094,1701736033,1208025714,3633486,587923729,1802465123,1781359977,16937569,4146660773,184619264,1869570851,761620843,41378156,4231485697,17891373,1868768022,1701407599,2002873389,1718511917,1734421871,40790369,1004126977,17891516,1868768042,1701407599,2002873389,1718511917,1633824111,545136754,1768710958,1685024045,1647144033,1684759393,40922994,1004126977,17891516,1868768015,1701407599,1936026925,1701273971,3221094658,285212850,1663241729,1768648559,1869491557,1701013876,609681922,1870279549,285241e3,1663241985,1768648559,1986997605,1634497125,120062585,171599189,226610967,233003164,239953330,335004274,343038363,339025498,889700528,973500714,1251002810,1264423135,1272007766,1366440081,1811981302,1920970331,2353191285,2613719795,2627989737,2660426464,2754695638,2769965261,2773268540,2777683530,2906158161,3226130530,3221986442,3222379658,3367345290,3526720340,3583844640,3708891622,3823728436,3824164615,3826588173,3834206914,3907855082,4057059646,4233318369,4264353491,386049,588054801,1802465123,1882023273,1818586721,1375600898,285273134,1663241473,1768648559,1667449189,41185381,1015508482,561968859,17891338,1868768016,1701407599,1701012289,1631745136,1392575090,12181949,587923729,1802465123,1916888425,16933221,2844317618,302059776,1869570851,1113942379,1701736033,1685015922,771910753,1567449861,829309967,3421977619,1787688468,83949085,3255008801,879671077,438064687,3475924788,1485953588,1067309109,1618392892,4090256192,1413544259,1153763140,1476294981,2490277191,4207821655,2182464856,2932219232,3029523304,2519452777,348141930,1887700852,1248940405,3328047742,2928165774,3650301328,856508817,890705810,3476794003,2459116951,1333843869,1049662623,2758803894,3996212669,1602304709,195525318,1410422734,2679604179,220190165,1777571813,2765254890,813669357,3946703603,3570623732,167842048,1869570851,1113942379,16937569,1091995866,218173696,1869570851,1147496811,1869373801,2147549799,12056623,587923729,1802465123,1850303849,771911526,1567449861,829309967,3421977619,1787688468,83949085,3255008801,879671077,438064687,3475924788,1485953588,1067309109,1618392892,4090256192,1413544259,1153763140,1476294981,2490277191,4207821655,2182464856,2932219232,3029523304,2519452777,348141930,1887700852,1248940405,3328047742,2928165774,3650301328,856508817,890705810,3476794003,2459116951,1333843869,1049662623,2758803894,3996212669,1602304709,195525318,1410422734,2679604179,220190165,1777571813,2765254890,813669357,3946703603,3570623732,201396480,1869570851,1281714539,1919252833,2495480066,285237847,1663241729,1768648559,1702252389,2036427890,2295988482,285229334,1663241473,1768648559,1819234405,41509737,3568721409,17891506,1868768018,1701407599,1768714064,1867348323,40657252,19824129,17891543,1868768014,1701407599,1885434455,41051504,3694999297,17891415,1868768021,1701407599,1919182943,1869116255,1634165111,16936553,3158038979,201396480,1869570851,1600481643,1819042167,2369454338,285223650,1663241473,1768648559,1667457381,41185381,1380628993,17891516,1868768013,1701407599,1852727650,50492005,2857359152,351539909,2737694706,167842048,1869570851,1650813291,16937569,2851327576,234950912,1869570851,1667590507,1702063727,16938094,1564034328,218173696,1869570851,1684367723,1869373801,1543570023,725585,587923729,1802465123,1768449385,16938094,1638264936,234950912,1869570851,1751476587,1702325865,16937833,953169471,251728128,1869570851,1936025963,1851875885,41051502,4240080897,17891555,1868768012,1701407599,1634610547,1493238375,11498645,588185873,1802465123,779314537,1769235297,16934262,1433224727,251728128,1869570851,1936025963,1936617283,41184869,3462944001,17891494,1868768017,1701407599,1852785523,1852399988,16937573,1998128461,251728128,1869570851,1936025963,1667457375,41185381,758998273,17891383,1868768016,1701407599,1868783475,1852142446,889258612,12828291,588120337,1802465123,1601398121,1633972077,1812005484,9509653,588120337,1802465123,1635214697,1852403314,35127911,223455889,280024433,316850947,310085445,495822288,957239419,1291367925,1289559823,1725259713,1771154769,1812369452,1934509016,2275811922,2447581288,2700775583,2873314194,2990650633,3124626431,3574983157,3587504684,3907327660,4137561751,4244431456,10517428,587989265,1868851556,1747806573,41186159,386416129,17891414,1768170254,1768779620,1953459757,40199017,1876173321,940261071,509900555,1367770313,1455987956,2147722116,4257596071,2011620538,31062120,17891483,1768170250,1869562742,40200555,1681484033,17891482,1835279130,1869570861,761620843,1970302832,1868770672,1767994478,41051502,3588791041,17891493,1852121878,1685015923,1918332001,1701867617,1869765490,39675244,3624523009,17891450,1852121872,1953451635,1115252329,1701736033,3573613170,8050697,588185873,1919968359,1919377709,1701668197,16938094,1749787959,151064832,1885628195,1633824114,100991602,2432205980,2960698436,3824275815,4223438126,9135610,588054801,1919968359,1852793645,1953391987,2308309250,285232283,1730352129,762474596,1802465123,1831691625,1634956133,16934247,1431200216,218173696,1885628195,1986997618,1634497125,1577124473,7033508,588054801,1919968359,1852793695,1953391987,3195994626,3366128777,285273309,1730350849,1601335396,1953394531,1701734753,2164327026,11093800,587989265,1919968359,1936617315,41184869,3077303809,17891529,1885807385,1849324132,1646818415,695821423,1953459770,1836345384,33696108,44087416,1880938198,318836992,1685024035,1866689633,1701407599,1936617283,41184869,993206785,17891363,1936532241,1869570861,761620843,1852727650,16937573,2029676374,151064832,1668902179,1768648559,1644298853,2216801213,16659100,587989265,762799470,1802465123,41117033,225190913,17891468,1869488916,1701013876,1869570861,761620843,1668246626,453050987,14568606,587989265,1769238382,1867539811,40924528,1116909057,17891374,1852777236,1970435173,1647146099,1701736033,1685269874,8389227,60882944,60845107,71666159,102018601,137891325,145632932,142334898,171815869,208245235,281068932,270696198,311268397,332082541,356297347,464042353,466691687,484760168,504031355,515846805,511028380,570016252,560643989,603030491,607161771,635549425,652336508,641025181,696938909,717131138,752062186,740597573,777344666,813939087,824526461,848365195,887249800,877124133,922551542,937685323,988529221,1036624917,1098887699,1110614564,1147988595,1153120827,1241387444,1262407615,1298711887,1301571157,1315434412,1346789438,1369238364,1386274151,1390352963,1396851333,1401030433,1410020170,1455470537,1469381129,1486209808,1503941994,1498650275,1516113367,1532163841,1589739793,1652847677,1654186779,1644413827,1701566198,1719675948,1750581061,1798363829,1817568162,1856251795,1869542756,1905530461,1927693557,1943461091,1963610270,1977062287,1998151867,2035630133,2030139534,2055755215,2086165549,2082166122,2164304014,2290021042,2316094135,2344086739,2344703076,2384265336,2397203212,2447719670,2455052499,2495462163,2519841968,2555278735,2588445879,2589970890,2587047399,2635677169,2646688429,2667013815,2677721e3,2750691820,2793284447,2844374076,2836607696,2897764323,2897816255,2936432118,2963609044,2968823511,3008642779,3061530384,3115370505,3162430001,3166003731,3218363333,3227082419,3243457410,3316001855,3414411991,3423557630,3438921583,3493679819,3514276934,3527529149,3559408147,3589757089,3600233646,3629588436,3651733384,3666483521,3663704370,3669711287,3763851758,3761000770,3784845784,3811370787,3811383886,3827278230,3842667153,3939537102,3945169558,3967265535,3981502255,4032666348,4037179925,4071964399,4066931687,4105214951,4119901356,4160973250,4181115744,4194185589,4195187930,4204950226,4248467440,4269513952,9622673,588579089,1952804463,1953723762,1852793645,1953391987,1801745197,32770,855876608,4009992300,688145801,4245034158,2752002061,2986913326,3171449819,4077534643,2215405969,101761221,756032127,1829932436,2199112493,1897217194,1729865913,1746653478,2065491162,2501774056,2619260722,4229854636,2502031809,3676400319,2871259523,4045680781,2082857398,2636571101,2636527385,2636526916,2183760497,3928669837,1160565646,2586584223,2402178390,2100331449,2335253830,2285015302,624222811,4130621402,1261894916,1161290737,356182978,322816420,608272306,1933718178,994340074,3024403258,3209297425,1330331343,1431136453,2890765414,1045325807,1548764768,1733401835,1129488605,2236800794,559104578,1246986759,3377728307,156680375,274175226,1784190403,2740560981,3612955542,22699533,291197687,1029620097,459441268,2204276963,4133618627,744844246,1164345388,1332172735,3043508614,2724933850,2473350627,1684972583,1567583989,4117861398,3815958084,2658391772,2406812240,3145062291,896997728,2390316352,3480813944,763005013,1786533980,2390498133,2994798760,3079175922,3549039818,1686878188,2022424916,210640128,4136559211,3549553980,328357152,2962537915,2408985020,3080212085,3399108748,3885653969,4053414709,2912753981,3080569154,2828990310,3969882823,1604580409,1017544227,3500771764,3819508530,3215767647,4138514730,3568240229,3618678037,3685807270,280187966,162954047,834253e3,331120346,3317478754,3015693395,2193643870,1069634363,3620054572,4274750410,1875644247,3419208135,1188052306,3184621468,332546514,2715035714,2933258072,3570833204,2295879455,1104783623,853183001,3084541873,4007312217,1121998801,3638570065,601987113,1323511015,2531470618,2447646625,3471116914,2531971216,4293600898,804026282,3119337703,3974986318,368074138,4025524858,3891443006,3891423347,2901717147,3270873268,1626866537,1979266755,3673816625,3539602812,4042957426,3774691959,2449374108,285250260,1864566785,1851880560,16936559,845167268,218173696,1819242531,1316578153,1667855471,637600357,13114013,588316945,1768976240,1668570990,1769107551,2036556150,2693465602,2209775676,2226529818,2933496480,1759343934,2499233408,285246181,1948455681,1919954275,1667331689,1920413049,1701867617,2332426866,3061857440,3055950467,3650789508,3715448494,4148592744,8578452,587858193,1868785012,1852142446,2298610292,3431532353,9944731,588775697,1935765364,1042314100,1869882144,1937011553,1885434455,41051504,2166530817,17367047,1866673677,1701407599,1852727618,16937573,875780096,201394432,1869562670,1348823403,1886744687,763298050,151024127,1127092737,1768648559,1849324389,1646818415,695821423,3317826050,2983403771,151026277,1345197569,1953067887,1114533737,1869902959,1935748717,1818849069,422446082,3245284861,1720591660,4272309973,151017131,1630410753,1885692771,1868770676,1701407599,1852793645,1852399988,16937573,845167268,369166592,1667457326,762605669,1986622064,762930017,1768714096,33716579,638440625,2159295964,385943808,762536238,762079599,1953394531,762605157,1919252079,41509228,4246285828,750874397,3580268069,2885592646,17367126,1935748636,1818849069,1952539739,1634807137,1768890941,1632382316,577922425,772014685,1864236313,2384800961,2789660006,5680126,772800777,1868770658,1701407599,1819242541,41509737,288443649,17367152,1633824270,1919250030,1869570861,40200555,3367233025,17367116,1633824269,1919250030,1802462047,16934249,2145101461,318834944,1885561390,1769238350,1633904998,1852795252,41050434,1940898049,17367151,1868705292,1868770680,1701407599,1526792819,10842162,772342025,1868770659,1701407599,3002663170,151048685,1663961601,1633824099,1919250030,2349142018,1980128422,2819685685,488723200,2721299759,3712813156,374358503,3965642962,2640343598,493632644,745926575,4223164112,4038769070,3806775818,3170284095,419198252,151053787,1663964161,1868705123,1836020852,761488174,1852727650,184709733,1554418693,4248139270,1392551952,3173981473,140812851,3906082384,1015324e3,3389714618,2990531302,1965866230,3856341244,201394432,761488174,1634692198,1735289204,929366530,1926971640,151023842,1663961601,1701981539,1701539702,3712811522,929382887,151011576,1663965953,2037656931,1865246064,1764586608,1667444334,1869375021,1852404833,1694564967,4257847,772538633,1634755427,1851875885,41051502,2781052673,17367055,1700998666,1851875885,41051502,3502690049,17367255,1835216395,1936026925,1701273971,91816194,151024296,1663962369,1630367853,1734307952,41054308,280920321,17367181,1868770831,1852142446,1869098356,1919247468,157483266,151055679,1663962625,1702063727,1831695470,1818322031,2619736322,151013887,1663962369,1702063727,1867543662,40924528,298738177,17367177,1868770827,1701407599,1701273901,1175060738,151011928,1663962369,1768648559,1734421861,40199538,4035120129,17367132,1868770833,1701407599,1919377709,1701668197,16938094,2811074672,385943808,1869570862,761620843,1919249505,1868770676,1767994478,41051502,3904439809,17367040,1868770832,1701407599,1667326509,1869767787,2281767536,4683338,773980425,1802465123,1647142249,1701736033,1869494898,1868703860,975796580,678719342,1819112552,100860457,607499854,2123107692,5057034,772473097,1802465123,1647142249,33716335,4219991066,1507314394,369166592,1869570862,761620843,1936617315,762605157,1852727650,151155301,4229133581,405630993,752085812,3772920892,1593650099,894470595,927633863,3929527244,842569706,352389376,1869570862,761620843,1936617315,762605157,1633972077,1224802924,4008889,773062921,1802465123,1663919465,1702063727,1932358766,41381736,2303964417,17367202,1868770839,1701407599,1852793645,1953391987,1634891565,1919250544,1175192066,2588835409,151014356,1663964161,1768648559,1868770661,1852142446,1752378996,16938863,2509349305,285280512,1869570862,761620843,1953394531,1701734753,604177010,2492206444,4178520500,7716368,772669705,1802465123,1680696681,1869373801,318898791,930240923,6155022,772669705,1802465123,1714251113,1702129519,1107427954,4262119954,9533471,772669705,1802465123,1747805545,1701080175,2566980210,4955966,772931849,1802465123,1764582761,762275438,1668246626,620823147,15809356,772800777,1802465123,1764582761,762275438,41447266,1700071172,2925227066,3648352895,1340207426,17367123,1868770838,1701407599,1718511917,1868770671,1767994478,41051502,509360641,17367073,1868770834,1701407599,1718511917,1869426031,40657252,1483288322,725576641,17367090,1868770851,1701407599,1936026925,1701273971,1953459770,1836345384,1849305452,1646818415,695821423,2642412034,1557960141,151029859,1663962881,1768648559,1869426021,1702130542,1543570034,12393145,772473097,1802465123,1831691625,16934771,3489285348,201394432,1869570862,761620843,1702129518,698089730,151001181,1663965185,1768648559,1869491557,1701013876,1852793645,1852399988,16937573,1856532346,369166592,1869570862,761620843,1769238382,1982686563,1651077993,16934252,3766036109,520161536,1869570862,761620843,1769238382,1633904998,1852795252,1667326509,1869768555,40136309,2421499905,17367206,1868770843,1701407599,1953459757,1667851881,1869182049,1701326190,1919247457,1428685058,151037584,1663962881,1768648559,1986997605,1634497125,3707830905,15300404,772669705,1802465123,1882023273,1667853423,2130969209,2362205736,2463401359,2682913286,15603782,773193993,1802465123,1882023273,1667853423,1868770681,1852142446,620823156,15809356,773062921,1802465123,1882023273,1667853423,1869426041,40657252,994845953,17367281,1868770836,1701407599,1819242541,762930025,1970302832,3120628336,4320670,773193993,1802465123,1882023273,1667853423,1920413049,1701867617,2667643506,15603782,772669705,1802465123,1882023273,1965912175,1661010544,12618714,772604169,1802465123,1882023273,1884647535,1355022594,151043824,1663962881,1768648559,1919954277,1667331689,1442906745,16183090,772604169,1802465123,1882023273,1869442930,2636513538,151003014,1663964417,1768648559,1701981541,1701539702,1684629549,40789348,2825878017,17367150,1868770830,1701407599,1769239341,41511779,2414690561,17367257,1868770831,1701407599,1936291373,1701601897,2098922754,3498728192,496853880,2025867962,3972691032,151026280,1663962881,1768648559,1635200357,1852403314,2130903655,3142965544,3744666915,7089976,773259529,1802465123,1999463785,1768845921,1663919982,1702129263,16938094,1440295039,218171648,1869570862,1097165163,1885692771,1845625460,4141563015,663934,772407561,1802465123,1631741289,1476526706,2899297039,666449,772407561,1802465123,1866622313,1577124472,14308948,773128457,1802465123,1866687849,1852142446,1852785524,1953391988,2462908674,151040747,1663964161,1768648559,1852785509,1953391987,1953460038,16937573,3001782989,16784e4,1869570862,1147496811,16938601,2891172441,218171648,1869570862,1315268971,1667855471,2885747301,666449,772800777,1802465123,1600087401,1885434487,41051504,2345552385,17367064,1868770830,1701407599,1667457375,41185381,2902072578,2295837344,17367209,1868770830,1701407599,1851875935,41051502,3039189761,17367046,1868770827,1701407599,1918984799,3073704194,151053027,1663968001,1768648559,1868783461,1852142446,1869494900,1868703860,975796580,678719342,1819112552,2936078889,1912950,772538633,1802465123,1734305129,41054308,3987208961,17367232,1868770831,1701407599,1936026975,1701273971,1175912706,151016813,1663962625,1768648559,1869635429,2036558188,3221029122,150997141,1663962113,1768648559,1701601637,33715314,1264250217,92539818,385943808,1869570862,1650813291,1701736033,1869494898,1868703860,36272484,4094870785,17367060,1868770836,1701407599,762470754,1953394531,1701734753,2818638450,5657707,772407561,1802465123,1868719465,268501624,11495674,773193993,1802465123,1868785001,1852142446,1920413044,1701867617,1526792818,7444439,772800777,1802465123,1868785001,1767994478,41051502,2880532993,17367169,1868770829,1701407599,1818323300,16934767,185749852,184617216,1869570862,1852139883,40203375,290187521,17367265,1868770838,1701407599,1868770675,1852142446,1869622644,40924528,1638728193,17367174,1868770832,1701407599,1701653875,1734439795,3657499237,5944372,772735241,1802465123,762537321,1768714096,16939363,1684839718,251726080,1869570862,1936025963,1886351405,40924461,1435811329,17367092,1868770830,1701407599,1869622643,40924528,4240080897,17367267,1868770832,1701407599,1769352563,1818388851,4261479013,45759,772604169,1802465123,762537321,1885434487,2051866882,151005883,1663962881,1768648559,1630434149,1986622563,3238068837,1734875,773128457,1802465123,1601398121,1936617315,762605157,2003789939,814612738,151052450,1663963649,1768648559,1667199845,1635020399,1919250025,1355022594,151043824,1663962625,1768648559,1885303653,1886744687,179896578,151027812,1663963905,1768648559,1918989925,1735289198,1634891565,4026598e3,14996021,773980425,1802465123,1635214697,1852403314,1869494887,1868703860,975796580,678719342,1819112552,302318121,3213731280,3601316821,3756478733,4033621816,14996021,772473097,1802465123,1920427369,16937057,555637818,352389376,1684628526,761884015,1769238382,1647142243,1701736033,570950258,1053781972,2215327755,2633257350,2743359176,3265757187,3837459909,4167596006,10158553,773128457,1868851556,1932355949,1701147235,1819815278,1701278305,755762178,2873152184,1648778876,1372070591,151004656,1680739585,1870030707,1851875885,41051502,1102395137,17367141,1852124688,1953451635,1115252329,1701736033,3573613170,8050697,772538633,1919968359,1851875885,41051502,2224817669,2890174712,3513233528,2368660465,1710947260,17367179,1684483604,1647145584,1701736033,1920413042,1701867617,100991602,2432205980,2960698436,3824275815,4223438126,9135610,772604169,1919968359,1852793645,1953391987,3936485634,151016489,1731073793,762474596,1936617315,762605157,1953394531,1701734753,2717975154,5515754,772931849,1919968359,1852793645,1953391987,1650553901,604045939,11169138,773128457,1919968359,1852793645,1953391987,1650553901,846605683,1914962178,151038573,1731071233,762474596,1802465123,41117033,1460557569,17367257,1684483596,1680700016,1869373801,2868970087,12093439,772538633,1919968359,1869571629,41051508,1392143105,17367097,1684483596,1848472176,1667855471,3103851109,9802145,772604169,1919968359,1702260525,2036427890,2617640706,1150351492,1739618476,1557066193,81401517,786637717,4210801805,151030629,1731070721,762474596,1970302832,3758228080,4024945785,13274552,772538633,1919968359,1869770797,41185389,1963032065,17367040,1684483597,1999467120,1768845921,16934766,3226640257,184617216,1885628206,1953451634,40199017,1269118721,17367144,1684483595,1885303408,1886744687,4045799682,151029276,1731071233,1601335396,1885434487,41051504,1193836801,17367209,1852386827,1868787558,1701407599,3928686850,151010080,1781402113,1868770675,1701407599,3599565314,1827657960,151009583,1781403649,1868770675,1701407599,1701601581,16938098,1910587759,285280512,762538542,1802465123,1647142249,1701736033,570491506,4890460,772669705,1663923050,1768648559,1633824101,3389063794,3164712,772931849,1663923050,1768648559,1868770661,1852142446,2684420724,103733,772800777,1663923050,1768648559,1869426021,40657252,3395937793,17367278,1936338449,1869570861,761620843,1768714096,16939363,1106091706,318834944,762538542,1802465123,762537321,1936617315,41184869,3196269825,17367235,762129936,1802465123,1848468841,1667855471,1459683941,3374372,772669705,1633972077,1868770668,1768645487,1979777637,14485275,773325065,1987014509,1684483429,1630368368,1852270956,1852138285,41051508,1853220865,17367125,1869426199,761624175,1919968359,1918985261,1668492651,1701668200,1978138882,151016814,1848512001,1667855471,1868770661,1701407599,2652569858,151051852,1865291777,1920230766,762606453,1680696176,762016353,1953261926,84046437,3408751890,1017807635,183008028,2489734477,756698851,436275456,1953525550,1852796513,1701601581,1647146098,1999468655,1886413170,16937573,845167268,369166592,1953525550,1852796513,1869116205,1702047095,1852404852,302150503,2691445507,3234169868,2830725397,4190239774,3786862884,1402381145,1577965401,1861575790,3863278961,3845977742,1607584410,423489946,1499378623,2536812245,2316911065,646092522,2007695339,980939002,352389376,762605358,762012787,2003789939,1952805677,1735289204,922944115,1709949509,1736453164,4294223,772669705,1970302832,1868770672,1701407599,234947187,10043544,772473097,1970302832,1684483440,16937584,2022825794,234948864,1769107502,2036556150,1701601581,16938098,2094551447,385943808,1769107502,2036556150,1819242541,762930025,1936617315,41184869,127461377,17367113,1919954443,1667331689,1918976633,32770,2550188800,2667771687,3171038324,4043473980,1208220379,2583923672,3020142480,3305455409,2785469574,3322322084,1980282980,3255316914,957064379,1628137986,302798193,3104666426,2869924849,4195294097,3742464292,487721676,554894597,2836824688,2115559202,3977787761,2652478617,1595559495,3642472895,320654824,1008547091,1595887013,203742516,3844400511,2670027857,1059695731,1378502096,4079745457,1512898462,153968027,4063156887,3660581812,3442635075,1916021044,2268381111,3828617080,120917085,523682707,4265014596,3543621162,1010307511,3778652998,1564149350,3963457734,1732178797,574605783,1363121504,3460365127,3108420535,3477526877,1732800395,1011438935,944486903,4266425993,860831027,3360672411,3142891068,3327432607,1431645866,307666029,1918249304,2505481202,4099331411,3445077570,2455427322,2992383991,3109977893,1079983764,2422151253,845290120,275017982,2875554586,459718266,3429314714,594020605,2339019953,1181450023,3966466048,1819029449,2322523108,3010351056,2574201455,4251931960,108122312,3212091135,158721737,3832873071,796567363,4068141149,1702753107,3548254729,2340448168,4185921448,847388708,3213089421,3632585027,3766838658,746996115,478667647,2139794560,3331017380,3549217404,2861471495,1267738655,747734271,2509320650,1033004666,3046347776,4019537893,2627190724,26801489,228090906,2241348316,2811993890,1386107044,1772135820,1856005797,3567295297,1235499536,1352993846,1437046267,1822887066,3836340528,615273828,497930396,1152319088,2477694356,1236744996,2025281862,2058967148,2042284034,884726664,2428328990,2529069142,247455022,1757365129,1254140069,3737182415,432131107,4223822905,482743431,935765611,3536244619,2244412044,600459914,2882178073,3268053369,2110494847,2966099157,332146693,3066947200,852416114,416297392,3889184100,751936294,651303880,852630584,3838985845,4107411280,1976793406,2178296558,249133911,1826222363,3789173751,3906723606,3269262545,1960692318,3806239527,3202421270,1122148775,1877102858,1088737285,1256530541,2363912858,3689354870,3756566170,317378240,351007201,2179666521,4276914062,1055793461,2414818584,2851079498,1173461741,2716958111,2129832716,317959596,1240688263,754200221,2851549879,2331630972,2532983529,2633730108,3539787028,3087000969,151030328,1882069761,1635150194,1885305187,1667853423,1701666681,1734439795,1868717925,3640722040,9850141,772538633,1986622064,1752785761,41184873,2673615361,17367114,2003840533,1869570861,761620843,1936617315,762605157,33698422,997835173,1606968052,251726080,1937207342,1869570911,1600481643,41050466,552217345,17367099,1869753868,1630367588,1885692771,1610678900,8739817,772473097,1868853106,1685024045,16936033,4240565630,184617216,1685025326,1869622639,40924528,4281219329,17367187,1869753872,1600089956,1953394531,1701734753,1610678898,8739817,772931849,1882022772,1635150194,1647147363,1701736033,2332426866,3061857440,3055950467,3650789508,3715448494,4148592744,8578452,772997385,1882022772,1635150194,1865251171,1819436406,67271009,639271862,1967042265,1182820573,2196083959,318834944,1970435118,1600484467,1601728354,1919252079,41509228,3197881345,17367191,1920216611,1702130549,1702260575,2036427890,1953459770,1685021224,1849305465,1747481711,694971764,2613838082,151033790,1999507457,1868786789,1882023277,1635150194,16939363,1589749275,268503296,1663924270,1768648559,1831695205,1818322031,204144898,16809574,1683691777,761361505,574454115,1802465123,1647142249,1701736033,39658098,1840634113,18940028,1919441720,574449253,1886680168,791624307,1870030180,1764650103,1870081903,1919968370,762540901,1818322290,1869570861,761620843,1852727650,573534821,1157694045,14159333,1628111105,1663922285,1702063727,33715310,2299645538,268760813,302055680,762343521,1802465123,1999463785,1768845921,16934766,1440295039,184615168,762343521,1802465123,41117033,1389872385,16842814,1986618389,1886216995,1886413101,1852793645,1852399988,16937573,273300655,218169600,779512164,1868770659,1701407599,1107362419,5538360,1678770433,1663989353,761360483,1936942445,40200033,1809500929,16842812,1986618376,1768842030,3724608108,14840384,1678770433,1663989353,1768648559,1818307941,41185893,3904439810,2918740224,16842898,1986618385,1869570862,761620843,1852727650,889352805,1567449861,829309967,3421977619,1787688468,1189473817,83949085,3255008801,879671077,438064687,3475924788,1485953588,1067309109,1618392892,4090256192,1413544259,1153763140,1476294981,2490277191,930172488,4207821655,2182464856,2932219232,3029523304,2519452777,348141930,1887700852,1248940405,2192427126,3328047742,2928165774,3650301328,856508817,890705810,3476794003,2459116951,3573648024,1333843869,1049662623,4276197279,2758803894,3996212669,3971872450,1602304709,195525318,1410422734,662264015,2679604179,220190165,1777571813,2765254890,813669357,3946703603,3570623732,419496192,779512164,1802465123,1647142249,1701736033,1920413042,1701867617,3254846066,15515126,1678901505,1663989353,1768648559,1868770661,1919510126,1879114349,10980760,1679360257,1663989353,1768648559,1868770661,1852142446,1633824116,1919250030,3890938114,16809237,1768167425,1868770934,1701407599,1852793645,1953391987,1886351405,50491509,2502357799,3172465008,850680525,302055680,779512164,1802465123,1865246057,1819436406,16939361,10745425,285278464,779512164,1802465123,1882023273,1667853423,1627456121,5837037,1678770433,1663989353,1768648559,1819232357,41051492,437453057,16842807,1986618384,1869570862,1600481643,1970302832,4144038512,6313895,1678770433,1663989353,1768648559,1851875941,41051502,3523176961,16842968,1986618381,1869570862,1650813291,67269217,3360344902,2025879420,3485426334,1985202374,302055680,779512164,1802465123,762537321,1852727650,33714789,998296837,842635888,318832896,779512164,1802465123,762537321,1769171318,40201314,3031645953,16842878,1986618379,1886741806,1886744687,1297154818,72764738,2262414731,16791319,1768169473,1684483702,1663922800,1768648559,1852793701,1953391987,1852793645,1852399988,16937573,3314053540,520159488,779512164,1919968359,1869570861,1667590507,1702063727,1932358766,1769239653,41117550,2289148929,16842949,1986618385,762538542,1668508004,1835622764,16937573,2800310401,285278464,779512164,1986622064,762930017,1633972077,335610476,6384105,1678508289,1982756457,1869570861,40200555,3053944065,16842792,1986618397,1952539739,1684483425,1663922800,1702063727,1882027118,1886220146,16932212,723894676,654377216,1534486884,1635017060,1936028717,1029990772,1869570850,761620843,1768714096,1647147363,1701736033,39658098,2101547522,1938889107,16842892,1667592981,1852795252,1869570862,761620843,1852727650,16937573,4112617294,302055680,1952671091,778989417,1802465123,1647142249,16937569,3270176234,201392384,1919903860,1869570861,1936025963,92143874,285273081,1663242497,1702063727,1650422894,1801675116,41050466,2359109129,2459772603,1434538898,3324863667,121735647,2735181449,1384623102,717204611,3926309305,17891436,1920213781,1702130549,1852793645,1953391987,1634890797,151153507,3146554662,2459082022,3008725331,3754306916,2298954121,4272097166,2203223979,3106586540,1827276473,318834944,1970435118,1600484467,1601728354,1919252079,41509228,2359109129,2459772603,1434538898,3324863667,121735647,2735181449,1384623102,717204611,3926309305,17367148,1920216611,1702130549,1702260575,2036427890,1953459770,1685021224,1849305465,1747481711,694971764,2636515586,2636561292,2169737874,761574229,1099554758,126781703,2276196003,3215754066,112834858,27882,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2901020672,181,0,0,0]).buffer).slice(0,735845),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:"readly",runContext:{urlPattern:"^https://([a-z0-9-]+\\.)?readly\\.com/"},prehideSelectors:[".DialogHandlerContainer.visible:has(.cookie-dialog)"],detectCmp:[{exists:".DialogHandlerContainer.visible:has(.cookie-dialog)"}],detectPopup:[{visible:".DialogHandlerContainer.visible:has(.cookie-dialog)"}],optIn:[{waitForThenClick:"span.cookie-option-large+div+div>button.gui-button"}],optOut:[{waitForThenClick:"span.cookie-option-large>div>span.link-no-decoration.gui-text"},{if:{exists:".cookie-dialog form .CookieConsentOption input[type='checkbox']:not([name='permanent']):checked"},then:[{waitForThenClick:".cookie-dialog form .CookieConsentOption input[type='checkbox']:not([name='permanent']):checked",all:!0}],else:[]},{waitForThenClick:".cookie-dialog button[type='submit']"}]},{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: diff --git a/package-lock.json b/package-lock.json index 3b1c8ec0d4..8bee5fdaa1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "macos-browser", "version": "1.0.0", "dependencies": { - "@duckduckgo/autoconsent": "^12.5.0" + "@duckduckgo/autoconsent": "^12.6.0" }, "devDependencies": { "@rollup/plugin-json": "^4.1.0", @@ -53,9 +53,9 @@ } }, "node_modules/@duckduckgo/autoconsent": { - "version": "12.5.0", - "resolved": "https://registry.npmjs.org/@duckduckgo/autoconsent/-/autoconsent-12.5.0.tgz", - "integrity": "sha512-6gKVbgaNMMGyn6ArE0yr38Z41o95UpFXnGJMS4IrycR7QW2j3hH22PKfCZ915BoCoRebHZWpS63W+jSG92UkQw==", + "version": "12.6.0", + "resolved": "https://registry.npmjs.org/@duckduckgo/autoconsent/-/autoconsent-12.6.0.tgz", + "integrity": "sha512-stjNQKFxERDoOa5bfbjjzKhPfJNldPWTp9NPQK7U3ATQs4pOQBIeoq4h2QEz7nrgspRaHLFCbYQayRmXdatjSA==", "license": "MPL-2.0", "dependencies": { "@ghostery/adblocker": "^2.0.4", diff --git a/package.json b/package.json index 859f8a1cae..43c88f58a2 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,6 @@ "rollup-plugin-terser": "^7.0.2" }, "dependencies": { - "@duckduckgo/autoconsent": "^12.5.0" + "@duckduckgo/autoconsent": "^12.6.0" } }