From c8cc89dae031073937461cbb9c365844465a9bdb Mon Sep 17 00:00:00 2001 From: muodov <2726132+muodov@users.noreply.github.com> Date: Fri, 24 Jan 2025 13:24:32 +0000 Subject: [PATCH] Update autoconsent to v12.7.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 b7080235a6..97041c553f 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(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}); +!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_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||"/us_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.waitForVisible(".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.elementExists("[role=tablist]")&&await this.waitForElement("[role=tablist] [role=tab]",1e4),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,4141,59393,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,1986618389,1869570851,761620843,762798444,1852727650,29285,1768165888,1868768118,1701407599,1215590210,828728425,285212672,594962788,1802465123,1650419049,1701736033,114,1986618390,1869570851,1936025963,1667326509,1869768555,6581877,1678704640,1663268457,1768648559,1882026853,28783,1768166144,1868768118,1701407599,1886404979,1635151730,108,1986618387,1869570851,1936025963,1751607628,2020565620,335544320,594962788,1802465123,1685284201,1667592809,1702259060,369098752,594962788,1919968359,1869570861,761620843,1701012321,29808,1768167424,1684480886,1634759280,1852797556,1868983881,1936287084,25972,1768169216,1684480886,1634759280,1852797556,1868983881,1936287084,1984914804,1634497125,121,1986618376,1885826083,100,1986618383,1885826083,1633824100,1919250030,436207616,594962788,1685088108,1918990125,1735289198,1852793645,1852399988,29285,1768164864,1752376182,1866687585,1701407599,452984832,594962788,1667330676,1735289195,1852793645,1953391987,1634296877,6778732,1678966784,1998812777,1869562728,1298491755,1734438497,29285,1768164096,1663905398,1768648559,101,1986618386,1868770606,1701407599,1953459757,6644585,1678508032,758019689,1802465123,7562601,1678966784,758019689,1802465123,762537321,1769238382,25955,1768166144,1663905398,1768648559,1600090981,1919249505,116,1986618385,1667449134,1131704421,1768648559,29541,1768164608,1866608246,1869562744,6646123,1678835712,1127118441,1702063727,1866691694,1701407599,167772160,779512164,1802465091,25961,1768165632,1866673782,1701407599,1851875885,7497070,1678835712,1127118441,1768648559,1869491557,1701013876,301989888,779512164,1802465091,1999463785,1886413170,29285,1768165376,1866673782,1701407599,1701012289,29808,1768165120,1866673782,1701407599,1919249473,116,1986618390,1869562670,1130719595,1768320623,1952542066,7237481,1678639104,1127118441,1768648559,1718503781,111,1986618400,1869562670,1298491755,1634956133,1600087399,1802465123,1699571049,1734439795,101,1986618384,1869562670,1348823403,1886220146,116,1986618385,1869562670,1466263915,1886413170,29285,1768165632,1866673782,1701407599,1867538271,7370096,1678704640,1127118441,1768648559,1918333797,28769,1768164352,1430597238,1802465091,25961,1768165632,1917857398,1667331689,1851867769,7497070,1678835712,1345222249,1635150194,1866692963,1701407599,285212672,779512164,1701012321,1663923312,1768648559,101,1986618386,1667457326,762605669,1802465123,7562601,1678704640,1630434921,1885692771,1735535988,25712,1768165376,1667313270,1953523043,1802465091,25961,1768165632,1667313270,1953523043,1802465091,7562601,1678966784,1630434921,1885692771,1667194740,1768648559,29541,1768165376,1667313270,1953523043,1802465123,25961,1768165632,1667313270,1953523043,1802465123,7562601,1679032320,1630434921,1885692771,761554292,1802465123,7562601,1678704640,1630434921,1701147239,1802465123,25961,1768164864,1818308214,762606181,1802465123,268435456,779512164,1919249505,1868770676,1701407599,285212672,779512164,1919249505,1868770676,1701407599,115,1986618382,1701601582,1731032178,7499876,1678704640,1630434921,1953654124,1802465091,25961,1768165376,1818308214,1131704933,1768648559,29541,1768165888,1818308214,1601466981,1869570911,1936025963,268435456,779512164,1869376609,1868770679,1701407599,285212672,779512164,1869376609,1868770679,1701407599,115,1986618383,1819042094,1868789615,1701407599,352321536,779512164,1663922273,1768648559,1868770661,1852142446,116,1986618383,1886413102,1869570861,1936025963,234881024,779512164,762016609,1802465123,25961,1768164096,1935748726,1869570923,107,1986618388,762798382,1802465123,1647142249,1701736033,114,1986618381,757948974,1802465123,25961,1768164352,761409142,1802465123,25961,1768164864,1818373750,762012527,1818848867,268435456,779512164,1668246626,1868770667,1701407599,402653184,779512164,1668246626,1868770667,1701407599,1918990125,1735289198,251658240,779512164,1735355490,1869570861,6646123,1678901248,1647212137,1869902959,1868770669,1701407599,115,1986618380,2020565550,1885826143,100,1986618380,1663918894,1768648559,101,1986618387,1663918894,1768648559,1852785509,1953391987,318767104,779512164,1868770659,1701407599,1936617315,7630437,1678573568,1663989353,1869570861,1936025963,167772160,779512164,1684483427,29296,1768164096,1348677238,1667853423,121,1986618388,761488174,1802465091,1633117545,1852403314,103,1986618384,1885561646,1701653857,1734439795,101,1986618383,1885561646,1869491553,1701013876,402653184,779512164,1769367907,1868783459,1701407599,1633836895,1919250030,419430400,779512164,1769367907,1868783459,1701407599,1987010399,1634497125,121,1986618382,1768842030,1869622636,7370096,1678901248,1663989353,1768320623,1663921522,1768648559,101,1986618396,1852793646,1953391987,1851875885,762471790,1953394531,1701734753,114,1986618382,1852793646,1953391987,6775341,1678901248,1663989353,1702063727,1680700526,1869373801,103,1986618384,1852793646,1953391987,1869116205,119,1986618393,1852793646,1953391987,1836413741,2037539181,1869116205,28279,1768166400,1868770934,1852142446,1920216436,1768645473,26478,1768165632,1868770934,1852142446,1851875956,7497070,1679032320,1663989353,1635020399,1919250025,1802465091,7562601,1678901248,1663989353,1702129263,1868770670,1701407599,115,1986618383,1869570862,1701407587,1986618483,251658240,779512164,1802465123,757949801,7496034,1678770176,1663989353,1768648559,1647127909,7501164,1678901248,1663989353,1768648559,1848454501,1667855471,101,1986618387,1869570862,761620843,1634891565,1919250544,452984832,779512164,1802465123,1630365033,1885692771,1868770676,1767994478,7497070,1679097856,1663989353,1768648559,1633824101,1919380323,1684960623,285212672,779512164,1802465123,1647142249,1701736033,114,1986618384,1869570862,761620843,1667329122,107,1986618383,1869570862,761620843,1668246626,301989888,779512164,1802465123,1663919465,1667854184,29541,1768166656,1868770934,1701407599,1836016429,1634494832,6644590,1679097856,1663989353,1768648559,1868770661,1768714349,1701015137,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,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,1768166656,1868770934,1701407599,1953459757,761619305,6777186,1679163392,1663989353,1768648559,1869491557,1701013876,1685021229,121,1986618393,1869570862,761620843,1769238382,1663919459,1702063727,29806,1768166912,1868770934,1701407599,1953459757,761619305,1852141679,419430400,779512164,1802465123,1848468841,1667855471,1769352549,1818388851,101,1986618393,1869570862,761620843,1769238382,1999463779,1886413170,29285,1768165888,1868770934,1701407599,1702260525,2036427890,301989888,779512164,1802465123,1882023273,1768186977,26478,1768165376,1868770934,1701407599,1851879469,27749,1768165632,1868770934,1701407599,1918988333,7630437,1679294464,1663989353,1768648559,1869622629,2036558188,1851875885,7497070,1679163392,1663989353,1768648559,1869622629,2036558188,1634035757,100,1986618390,1869570862,761620843,1768714096,1764587875,7300718,1679687680,1663989353,1768648559,1869622629,2036558188,1718511917,1663905135,1702129253,114,1986618390,1869570862,761620843,1768714096,1865251171,7234928,1679622144,1663989353,1768648559,1919954277,1919247973,1701015141,1633824115,1919250030,318767104,779512164,1802465123,1915577705,1852403045,7497060,1678704640,1663989353,1768648559,1752378725,30575,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,1986618388,1869570862,1147496811,1818456937,1701669217,114,1986618384,1869570862,1214605675,1701080175,114,1986618385,1869570862,1298491755,1634956133,25959,1768164608,1868770934,1701407599,6779725,1678573568,1663989353,1768648559,1986088549,268435456,779512164,1802465123,1867539817,2036558188,218103808,779512164,1802465123,1867539817,112,1986618384,1869570862,1348823403,1886220146,116,1986618390,1869570862,1415932267,1937012837,1885434455,7497072,1678835712,1663989353,1768648559,1633640293,1953654124,335544320,779512164,1802465123,1600087401,1801675106,1886351972,369098752,779512164,1802465123,1600087401,1886220131,1851877740,25955,1768166912,1868770934,1701407599,1768185695,1634493299,1919249769,285212672,779512164,1802465123,1600087401,1702453612,114,1986618386,1869570862,1600481643,1953459807,6644585,1678835712,1663989353,1768648559,1885298533,1886744687,268435456,779512164,1802465123,1633641833,1701147239,352321536,779512164,1802465123,1633641833,1701147239,1634891615,112,1986618384,1869570862,1600481643,1918987361,109,1986618383,1869570862,1600481643,1684104552,285212672,779512164,1802465123,1751082345,1701077349,114,1986618382,1869570862,1600481643,6779757,1678770176,1663989353,1768648559,1869635429,7370096,1678704640,1663989353,1768648559,1702125413,29816,1768165888,1868770934,1701407599,1936291423,1701601897,335544320,779512164,1802465123,1633838441,1919380323,1684960623,268435456,779512164,1802465123,1633838441,1919250030,218103808,779512164,1802465123,1868719465,120,1986618385,1869570862,1667590507,1768320623,28018,1768165632,1868770934,1701407599,1936617315,7630437,1678770176,1663989353,1768648559,1819240549,7497060,1678639104,1663989353,1768648559,1836345445,108,1986618384,1869570862,1852139883,1667855471,101,1986618381,1869570862,1885694315,28783,1768165376,1868770934,1701407599,1836020336,29808,1768166400,1868770934,1701407599,1982672243,1651077993,25964,1768165888,1868770934,1701407599,1633824115,1919250030,268435456,779512164,1802465123,762537321,2036625250,251658240,779512164,1802465123,762537321,7173218,1678966784,1663989353,1768648559,1663923045,1702063727,29806,1768165376,1868770934,1701407599,1868770675,29806,1768165632,1868770934,1701407599,1768303987,6579576,1678966784,1663989353,1768648559,1831695205,1634956133,25959,1768165888,1868770934,1701407599,1869491571,1701013876,251658240,779512164,1802465123,762537321,7233904,1678901248,1663989353,1768648559,1882026853,1852142177,116,1986618383,1869570862,1936025963,1886351405,301989888,779512164,1802465123,762537321,1634496627,26739,1768166656,1868770934,1701407599,1667449203,1635020901,6644590,1678835712,1663989353,1768648559,1631744869,1919250030,301989888,779512164,1802465123,1601398121,1701601631,29810,1768165888,1868770934,1701407599,1717526387,1953722985,301989888,779512164,1802465123,1601398121,1953853279,29285,1768165888,1868770934,1701407599,1633836915,1919250030,301989888,779512164,1802465123,1601398121,1769170276,28263,1768165376,1868770934,1701407599,1886347123,28261,1768165632,1868770934,1701407599,1634754419,7103854,1678704640,1663989353,1768648559,1885303653,28783,1768165376,1868770934,1701407599,1701995379,28261,1768165632,1868770934,1701407599,1952671091,7237481,1678704640,1663989353,1768648559,1634759525,25955,1768165376,1868770934,1701407599,1634496627,25955,1768166144,1868770934,1701407599,1952543859,1852140901,116,1986618385,1869570862,1936025963,1684957559,30575,1768164864,1701064310,1868770678,1701407599,369098752,779512164,757952612,1802465123,1663919465,1702063727,29806,1768166400,1684352630,1869426037,762077540,1802465123,25961,1768164608,1969565302,1869570861,6646123,1678639104,1697543785,1986997621,1634497125,121,1986618381,1601529134,1802465123,25961,1768164608,1969565302,1936617315,7630437,1678770176,1697543785,1651469690,1869571629,7497076,1678704640,1731098217,762474596,1953787746,28015,1768165376,1684483702,1663922800,1768320623,28018,1768166656,1684483702,1882026608,1886744687,1919902253,7497060,1678704640,1731098217,761555314,1802465123,25961,1768164352,761867894,1802465123,25961,1768164608,1936273014,1869570861,6646123,1678639104,1764652649,1868770675,1701407599,115,1986618397,762538542,1802465123,1663919465,1702063727,1865249902,1819436406,31073,1768165888,1936338550,1869570861,761620843,1702129518,452984832,779512164,1663923050,1768648559,1869491557,757949812,1919252079,7954796,1679163392,1781429865,1868770675,1701407599,1835365421,1952541808,101,1986618385,2036427822,1667199589,1768648559,29541,1768164864,1735143030,1882023024,1886744687,268435456,779512164,1685088108,1918990125,1735289198,301989888,779512164,1936942445,1667589985,1768648559,29541,1768165120,1869426294,1868783460,1701407599,115,1986618381,1735617838,1802465091,25961,1768165888,1869491830,1701013876,1868770605,1701407599,352321536,779512164,1769238382,1633904998,1852795252,1970302832,112,1986618383,1836543534,1869570861,1936025963,234881024,779512164,1701273968,1802465091,25961,1768165120,1634741878,1868784999,1701407599,115,1986618384,1851879470,1866689637,1701407599,115,1986618384,1886351406,1866690645,1701407599,115,1986618384,1886351406,1868787829,1701407599,115,1986618387,1667593006,1852795252,1868770605,1701407599,268435456,779512164,1952671091,762212201,1919968359,318767104,779512164,2003789939,1869570861,761620843,7892834,1679228928,1932424809,762802024,1802465123,1663919465,1702063727,29806,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,1930690560,1769235301,1663987311,1768648559,1869622629,7370096,1930887168,1769235301,1663987311,1768648559,1885298533,1635150194,31075,1702041088,1869182051,1868770926,1701407599,1633836915,1919250030,352321536,779512164,761488247,1852727650,1647145573,1869902959,109,1986618391,1667462958,2020565549,1953456685,762146676,1952867692,402653184,779512164,761488247,762867554,1953787746,1915579759,1952999273,369098752,779512164,761488247,1935764579,761489779,1953787746,28015,1768169472,1835085430,1919968359,1802465123,1831691625,1818322031,1852793645,1852399988,29285,1768166400,1835085430,1633972077,1865249644,1819436406,31073,1768168192,1868770934,1701407599,1852793645,1953391987,1769352493,1818388851,101,1667592991,1852795252,1869570862,761620843,1936617315,762605157,1936291373,1701601897,352321536,1634493275,1029600115,1869570850,1113942379,573405295,93,1634035732,544367972,1847795774,1718187119,1633824121,114,1986618404,589315616,1752395363,2037674843,574449004,1886611812,981033324,1869373984,574319459,93,1986618407,2037674843,574449004,762210669,1952737655,924858984,2020618293,542974523,1731076158,1651990370,1107296256,1534486884,1819898995,574433893,762867554,1684105331,540702575,677537650,741749553,909324576,858857516,807414070,807434352,824211568,997748786,1819239200,540701295,23842,32,23611,8433181,4525060,0,0,6,8,8,10,10,12,16,18,24,26,28,28,30,30,30,32,34,38,38,38,38,38,38,42,42,42,42,42,42,46,50,52,52,54,54,56,60,60,62,64,66,68,70,72,74,76,78,82,84,84,84,86,86,86,88,88,90,92,94,94,98,98,98,98,98,100,100,102,102,102,108,108,110,110,114,114,118,120,124,124,130,134,140,144,148,148,148,150,154,156,160,164,164,164,166,168,172,174,174,178,182,184,184,184,186,190,190,190,190,192,196,198,202,206,208,210,210,216,216,216,220,222,226,226,226,226,230,232,232,234,234,234,234,240,244,248,252,254,254,256,260,260,260,260,262,262,262,266,266,268,270,272,274,276,282,282,284,288,294,294,296,300,300,300,300,300,306,306,306,306,308,308,310,312,312,318,320,322,326,326,326,328,336,336,338,340,340,340,342,342,346,346,346,348,352,356,358,360,362,362,362,362,362,362,364,364,364,368,370,370,370,370,370,370,370,372,376,378,380,382,384,388,390,390,392,396,398,398,402,404,406,406,406,406,408,408,410,414,416,426,426,428,432,434,438,440,446,446,446,446,450,450,452,454,462,462,466,466,466,466,466,468,470,472,472,476,476,478,478,478,486,486,488,488,488,490,492,496,498,500,504,508,508,510,514,514,518,522,522,522,524,524,524,524,526,528,530,530,532,532,534,534,534,536,536,538,538,540,542,542,544,548,550,552,552,556,558,560,564,566,570,574,574,574,576,578,578,578,578,580,580,584,584,586,586,588,588,588,592,598,600,600,600,600,600,602,602,604,606,610,612,614,614,614,616,618,620,620,622,622,624,628,632,634,634,636,640,642,642,642,642,646,654,656,658,660,660,662,664,664,666,668,670,672,676,676,678,678,678,680,680,682,684,684,684,688,688,688,690,690,698,698,698,702,706,706,706,710,710,716,720,720,722,724,728,732,736,738,740,746,748,752,752,752,754,754,756,762,762,762,764,766,770,772,774,780,782,782,786,788,788,790,794,794,794,796,800,802,802,802,804,810,812,812,812,814,814,816,816,820,820,822,822,826,826,828,828,834,834,836,836,836,836,836,838,838,840,840,840,840,848,852,852,852,860,862,868,870,872,874,874,874,874,874,880,882,882,886,888,890,890,892,894,896,898,898,898,902,902,902,902,904,906,908,908,914,916,920,922,928,928,930,930,934,938,940,940,940,940,942,946,948,952,952,952,958,962,964,964,968,970,970,970,970,972,976,978,980,980,980,980,980,982,984,984,988,990,992,992,992,992,998,1002,1002,1004,1006,1008,1008,1008,1014,1020,1020,1022,1022,1022,1022,1022,1024,1026,1028,1032,1032,1032,1032,1034,1034,1034,1036,1036,1036,1036,1036,1038,1040,1040,1042,1044,1046,1046,1048,1050,1054,1058,1058,1060,1062,1064,1064,1064,1064,1064,1068,1070,1072,1074,1076,1080,1080,1082,1084,1084,1084,1084,1084,1088,1088,1090,1090,1092,1096,1096,1098,1100,1104,1108,1108,1110,1110,1110,1110,1112,1114,1116,1118,1118,1118,1122,1122,1126,1126,1126,1130,1130,1130,1132,1136,1138,1138,1140,1142,1144,1146,1146,1152,1156,1156,1160,1166,1172,1176,1176,1180,1180,1184,1184,1190,1192,1192,1196,1196,1204,1206,1210,1210,1210,1210,1210,1214,1216,1216,1216,1220,1224,1224,1226,1228,1232,1238,1242,1248,1250,1254,1256,1256,1262,1262,1268,1268,1268,1268,1268,1270,1272,1276,1276,1282,1286,1298,1300,1304,1304,1304,1306,1310,1312,1312,1314,1314,1314,1316,1318,1322,1324,1326,1328,1330,1336,1338,1338,1340,1340,1342,1348,1352,1354,1354,1358,1358,1358,1364,1364,1364,1364,1364,1366,1370,1370,1370,1370,1370,1372,1378,1380,1382,1386,1386,1388,1392,1392,1400,1402,1404,1404,1404,1404,1404,1404,1410,1414,1416,1420,1426,1430,1436,1436,1442,1446,1450,1452,1454,1456,1460,1462,1462,1466,1472,1474,1476,1476,1480,1484,1488,1490,1492,1494,1496,1500,1504,1506,1508,1508,1510,1512,1514,1514,1518,1518,1522,1524,1530,1530,1532,1534,1536,1540,1544,1544,1548,1548,1550,1550,1554,1558,1558,1558,1560,1560,1562,1570,1574,1578,1578,1582,1586,1586,1588,1588,1594,1596,1600,1602,1604,1606,1610,1614,1614,1618,1620,1622,1624,1626,1628,1628,1630,1632,1632,1632,1634,1636,1636,1636,1636,1638,1640,1640,1640,1644,1646,1648,1652,1654,1654,1660,1662,1664,1664,1664,1664,1664,1666,1666,1668,1668,1670,1674,1674,1678,1680,1680,1680,1682,1682,1686,1688,1690,1692,1694,1694,1696,1696,1696,1698,1698,1700,1704,1710,1714,1714,1714,1714,1718,1720,1722,1722,1728,1730,1730,1732,1736,1738,1738,1742,1742,1742,1744,1748,1750,1752,1752,1758,1758,1760,1766,1766,1768,1770,1770,1772,1772,1772,1776,1778,1782,1782,1786,1786,1788,1792,1792,1794,1798,1798,1798,1798,1804,1806,1810,1810,1812,1812,1812,1816,1820,1822,1824,1828,1830,1832,1834,1834,1836,1836,1840,1844,1848,1848,1848,1850,1854,1856,1858,1858,1858,1862,1866,1866,1866,1866,1868,1868,1870,1874,1874,1880,1880,1880,1882,1882,1882,1888,1892,1892,1892,1892,1892,1898,1902,1902,1904,1906,1906,1908,1908,1910,1916,1920,1920,1920,1922,1922,1926,1926,1928,1932,1932,1936,1936,1938,1938,1938,1938,1944,1948,1950,1950,1952,1954,1956,1956,1966,1968,1970,1974,1978,1982,1984,1986,1988,1988,1992,1996,1996,2e3,2004,2006,2008,2008,2008,2008,2008,2014,2014,2014,2018,2020,2026,2026,2026,2028,2028,2028,2028,2030,2030,2030,2032,2034,2040,2040,2040,2042,2042,2046,2046,2050,2054,2054,2056,2056,2058,2060,2064,2066,2070,2070,2070,2070,2070,2074,2078,2080,2080,2082,2084,2086,2088,2088,2088,2090,2094,2094,2094,2094,2094,2096,2096,2098,2100,2102,2102,2106,2106,2106,2106,2112,2114,2114,2116,2118,2126,2128,2128,2128,2132,2136,2138,2140,2140,2142,2142,2142,2144,2146,2150,2152,2154,2156,2160,2166,2166,2168,2172,2174,2178,2180,2180,2180,2184,2184,2184,2186,2188,2190,2192,2194,2196,2202,2208,2208,2210,2210,2212,2212,2214,2222,2222,2226,2226,2226,2230,2234,2234,2236,2236,2240,2244,2248,2250,2252,2254,2254,2258,2266,2266,2268,2268,2272,2276,2278,2280,2284,2284,2286,2286,2286,2286,2292,2292,2294,2296,2298,2298,2298,2298,2298,2298,2298,2302,2306,2308,2308,2312,2314,2314,2314,2314,2314,2314,2316,2320,2324,2326,2328,2332,2336,2340,2340,2340,2340,2344,2344,2344,2344,2344,2348,2348,2352,2354,2356,2356,2358,2364,2364,2364,2366,2366,2368,2370,2372,2378,2378,2380,2380,2380,2386,2386,2388,2388,2392,2392,2396,2400,2406,2406,2408,2412,2414,2414,2416,2416,2416,2418,2422,2422,2426,2428,2428,2432,2432,2434,2434,2434,2434,2436,2444,2444,2446,2448,2450,2452,2454,2454,2458,2460,2462,2462,2466,2466,2472,2474,2476,2478,2478,2478,2480,2484,2484,2486,2494,2496,2496,2498,2498,2500,2500,2502,2502,2504,2504,2506,2508,2510,2510,2510,2510,2514,2518,2522,2526,2526,2526,2528,2532,2540,2540,2540,2540,2542,2542,2542,2544,2544,2554,2554,2556,2556,2556,2558,2560,2566,2570,2576,2576,2580,2584,2584,2586,2586,2586,2590,2594,2598,2598,2600,2602,2602,2608,2608,2608,2610,2612,2614,2618,2622,2624,2624,2628,2628,2632,2634,2636,2638,2642,2642,2644,2646,2648,2650,2652,2654,2656,2656,2656,2656,2660,2660,2662,2662,2662,2662,2662,2664,2666,2668,2670,2670,2674,2680,2686,2688,2690,2692,2692,2694,2702,2706,2708,2710,2712,2716,2722,2728,2732,2736,2742,2742,2744,2748,2750,2752,2754,2754,2754,2756,2756,2758,2760,2760,2760,2760,2760,2762,2762,2764,2764,2764,2770,2774,2774,2776,2776,2780,2782,2782,2786,2786,2786,2794,2794,2796,2796,2796,2802,2802,2806,2808,2808,2812,2812,2812,2816,2818,2824,2828,2828,2828,2830,2832,2832,2832,2832,2832,2834,2834,2836,2838,2840,2842,2844,2846,2846,2846,2846,2848,2848,2850,2852,2852,2854,2854,2856,2856,2856,2856,2860,2860,2860,2860,2864,2866,2866,2868,2868,2872,2874,2876,2876,2876,2876,2878,2880,2880,2880,2884,2894,2898,2904,2910,2912,2912,2912,2916,2920,2920,2922,2924,2934,2938,2942,2942,2942,2944,2950,2950,2952,2952,2952,2956,2956,2958,2958,2958,2958,2958,2962,2966,2968,2968,2970,2976,2978,2980,2982,2986,2986,2988,2992,2992,2996,2998,2998,3e3,3004,3008,3010,3012,3014,3016,3020,3022,3024,3030,3036,3040,3044,3046,3048,3054,3058,3058,3058,3060,3062,3062,3062,3062,3068,3072,3074,3074,3078,3078,3078,3084,3084,3086,3088,3096,3098,3108,3108,3110,3116,3118,3118,3120,3124,3128,3130,3132,3138,3140,3142,3146,3148,3154,3154,3154,3158,3158,3158,3160,3160,3162,3162,3164,3164,3164,3168,3174,3174,3174,3180,3180,3184,3186,3186,3186,3186,3186,3188,3190,3190,3190,3194,3198,3206,3206,3210,3210,3212,3212,3216,3218,3218,3220,3224,3224,3224,3228,3228,3228,3228,3232,3234,3234,3238,3240,3240,3240,3240,3246,3246,3248,3252,3256,3258,3260,3260,3260,3260,3260,3260,3268,3270,3272,3274,3276,3276,3276,3278,3278,3284,3290,3292,3292,3294,3294,3294,3296,3298,3300,3300,3300,3302,3304,3308,3308,3312,3318,3320,3320,3320,3320,3324,3324,3324,3324,3324,3324,3328,3328,3330,3336,3340,3340,3340,3342,3346,3346,3348,3350,3354,3354,3356,3356,3356,3358,3360,3360,3364,3364,3366,3370,3374,3374,3376,3376,3378,3380,3382,3382,3382,3384,3386,3388,3390,3392,3394,3394,3396,3396,3396,3400,3402,3402,3404,3404,3404,3406,3406,3406,3408,3408,3412,3414,3416,3418,3422,3426,3426,3426,3428,3432,3432,3432,3436,3436,3438,3440,3444,3444,3446,3448,3448,3450,3450,3454,3456,3458,3460,3460,3464,3468,3476,3478,3478,3478,3480,3482,3482,3484,3488,3492,3492,3496,3498,3504,3508,3508,3512,3512,3512,3516,3518,3518,3518,3518,3520,3520,3522,3528,3530,3534,3536,3538,3542,3544,3548,3550,3550,3552,3552,3552,3554,3556,3556,3556,3556,3558,3558,3562,3562,3566,3570,3572,3574,3574,3574,3574,3574,3576,3580,3580,3582,3584,3586,3590,3592,3592,3594,3596,3600,3604,3606,3606,3608,3610,3612,3612,3614,3616,3616,3616,3616,3616,3616,3620,3620,3620,3622,3626,3630,3634,3634,3634,3636,3636,3638,3642,3644,3644,3644,3644,3650,3650,3652,3654,3658,3658,3662,3662,3664,3668,3670,3670,3670,3674,3674,3676,3680,3680,3682,3682,3684,3686,3688,3692,3696,3696,3704,3706,3708,3714,3714,3718,3720,3720,3720,3722,3722,3724,3728,3728,3734,3738,3742,3744,3746,3748,3752,3756,3756,3756,3760,3764,3764,3766,3768,3768,3770,3770,3774,3782,3786,3786,3792,3794,3798,3804,3808,3808,3812,3812,3812,3816,3816,3816,3818,3824,3824,3824,3824,3826,3826,3828,3828,3830,3832,3834,3834,3836,3838,3840,3844,3846,3846,3846,3848,3850,3852,3854,3856,3856,3860,3862,3866,3874,3876,3876,3878,3878,3878,3880,3880,3882,3886,3892,3894,3894,3896,3896,3898,3902,3904,3908,3908,3908,3910,3910,3916,3916,3920,3920,3924,3930,3934,3936,3938,3938,3938,3940,3940,3940,3940,3942,3942,3944,3946,3946,3946,3948,3952,3954,3954,3956,3962,3964,3964,3968,3968,3972,3972,3976,3976,3978,3980,3984,3984,3984,3988,3988,3990,3992,3996,3998,3998,4e3,4e3,4e3,4e3,4002,4008,4010,4010,4010,4010,4010,4014,4016,4016,4016,4016,4018,4020,4020,4030,4030,4032,4034,4036,4040,4048,4048,4048,4052,4054,4056,4060,4060,4060,4060,4064,4064,4064,4066,4066,4068,4072,4074,4076,4076,4080,4080,4080,4082,4082,4082,4082,4088,4090,4096,4096,4100,4102,4106,4108,4108,4112,4114,4114,4118,4124,4124,4124,4126,4126,4126,4130,4134,4138,4138,4140,4142,4146,4146,4146,4148,4152,4152,4154,4156,4156,4158,4160,4160,4160,4164,4166,4170,4174,4180,4182,4182,4182,4188,4190,4196,4200,4204,4204,4206,4210,4210,4210,4212,4214,4216,4218,4218,4218,4218,4220,4224,4224,4230,4234,4234,4236,4238,4242,4242,4250,4254,4254,4256,4256,4256,4258,4260,4264,4268,4268,4268,4272,4272,4272,4274,4274,4276,4276,4276,4278,4278,4280,4282,4286,4290,4290,4294,4296,4302,4304,4304,4306,4308,4310,4312,4318,4318,4322,4328,4330,4334,4336,4336,4336,4340,4342,4344,4348,4348,4350,4350,4358,4358,4360,4364,4364,4364,4366,4370,4372,4374,4376,4382,4386,4390,4392,4396,4398,4400,4400,4400,4402,4404,4406,4412,4414,4416,4420,4422,4422,4422,4424,4426,4430,4430,4430,4432,4436,4442,4442,4444,4446,4446,4450,4452,4452,4452,4452,4454,4456,4456,4460,4462,4466,4466,4466,4468,4468,4470,4470,4470,4472,4476,4480,4482,4488,4496,4496,4498,4498,4500,4502,4502,4506,4508,4510,4512,4512,4512,4516,4520,4520,4526,4528,4528,4530,4532,4532,4532,4534,4540,4542,4542,4542,4542,4542,4546,4550,4550,4550,4550,4552,4552,4554,4558,4560,4560,4564,4564,4564,4566,4566,4572,4574,4578,4580,4582,4586,4586,4586,4588,4590,4590,4594,4594,4594,4596,4596,4596,4600,4604,4604,4604,4608,4612,4614,4616,4618,4622,4622,4626,4628,4630,4630,4632,4632,4634,4636,4638,4642,4646,4646,4646,4652,4652,4658,4662,4662,4662,4662,4662,4662,4662,4664,4666,4668,4672,4674,4674,4674,4674,4674,4676,4678,4680,4680,4682,4682,4684,4690,4694,4696,4698,4700,4700,4702,4706,4710,4712,4718,4718,4718,4720,4722,4722,4722,4724,4724,4728,4730,4732,4734,4736,4738,4740,4740,4740,4746,4748,4750,4752,4754,4754,4756,4760,4760,4762,4770,4772,4772,4778,4778,4780,4782,4784,4784,4784,4788,4792,4794,4796,4802,4804,4808,4808,4812,4814,4814,4814,4814,4818,4818,4822,4824,4828,4828,4830,4830,4832,4836,4838,4840,4840,4842,4846,4850,4852,4852,4852,4856,4860,4862,4862,4864,4868,4874,4878,4880,4880,4880,4880,4880,4880,4880,4880,4882,4882,4884,4884,4886,4890,4894,4894,4896,4902,4906,4908,4908,4908,4908,4910,4910,4910,4912,4912,4914,4914,4918,4918,4918,4920,4920,4920,4922,4924,4924,4928,4932,4936,4938,4938,4938,4942,4944,4946,4946,4948,4952,4954,4954,4956,4958,4960,4962,4964,4966,4966,4968,4970,4976,4978,4982,4982,4982,4982,4982,4982,4990,4994,4994,4998,4998,4998,5e3,5002,5002,5006,5006,5010,5010,5010,5010,5010,5010,5012,5012,5014,5014,5014,5014,5014,5014,5016,5016,5020,5026,5028,5030,5030,5030,5034,5036,5040,5056,5056,5060,5062,5064,5066,5068,5070,5072,5072,5072,5074,5076,5078,5080,5082,5082,5082,5082,5082,5086,5092,5094,5098,5098,5102,5106,5108,5110,5114,5118,5118,5120,5120,5126,5130,5132,5134,5136,5138,5142,5142,5142,5144,5144,5144,5144,5144,5148,5148,5150,5150,5150,5154,5156,5158,5160,5164,5164,5168,5170,5174,5174,5174,5176,5176,5176,5178,5180,5182,5186,5192,5194,5198,5206,5206,5210,5216,5220,5224,5224,5224,5230,5230,5232,5234,5236,5236,5238,5242,5242,5244,5244,5246,5248,5248,5250,5254,5256,5256,5256,5262,5262,5266,5272,5274,5276,5278,5278,5278,5278,5282,5284,5288,5288,5288,5288,5290,5294,5296,5300,5302,5302,5302,5306,5306,5308,5308,5314,5322,5322,5322,5322,5322,5324,5326,5326,5328,5330,5332,5334,5334,5336,5338,5340,5342,5348,5348,5350,5354,5360,5360,5362,5362,5364,5364,5366,5366,5368,5370,5370,5372,5372,5372,5372,5376,5382,5384,5386,5386,5386,5386,5386,5388,5388,5390,5390,5394,5398,5398,5402,5402,5402,5406,5408,5412,5412,5412,5414,5420,5420,5420,5422,5422,5424,5424,5424,5424,5424,5424,5424,5426,5430,5430,5432,5434,5440,5442,5444,5444,5444,5444,5444,5446,5448,5450,5454,5454,5458,5458,5460,5464,5466,5470,5470,5476,5480,5480,5482,5482,5484,5488,5490,5494,5494,5498,5500,5502,5502,5502,5502,5508,5512,5516,5516,5518,5518,5520,5522,5522,5524,5524,5524,5526,5528,5532,5538,5540,5544,5546,5548,5550,5550,5552,5554,5554,5556,5556,5560,5560,5562,5568,5568,5568,5568,5572,5574,5576,5580,5582,5584,5584,5586,5586,5586,5588,5590,5594,5596,5596,5596,5596,5596,5600,5600,5604,5604,5604,5606,5606,5608,5608,5608,5610,5614,5616,5616,5620,5620,5622,5622,5626,5626,5626,5628,5628,5628,5628,5630,5632,5634,5638,5640,5644,5644,5646,5648,5650,5654,5660,5662,5662,5668,5668,5668,5672,5678,5680,5682,5682,5682,5684,5686,5686,5686,5686,5688,5692,5694,5694,5696,5698,5700,5702,5704,5708,5708,5708,5710,5710,5714,5714,5714,5718,5720,5722,5724,5730,5732,5736,5736,5740,5740,5748,5754,5756,5756,5756,5756,5756,5756,5756,5756,5756,5758,5758,5758,5762,5764,5768,5770,5772,5776,5778,5780,5784,5784,5786,5786,5788,5788,5788,5788,5790,5790,5796,5796,5798,5800,5802,5804,5806,5806,5806,5812,5814,5814,5818,5818,5820,5822,5824,5826,5826,5828,5828,5830,5834,5834,5836,5836,5836,5838,5846,5846,5846,5848,5848,5850,5850,5850,5850,5850,5852,5852,5858,5858,5858,5860,5862,5862,5864,5864,5864,5864,5870,5872,5872,5872,5872,5874,5874,5874,5876,5878,5884,5884,5886,5886,5888,5888,5892,5896,5896,5900,5900,5900,5904,5904,5904,5904,5904,5906,5908,5910,5910,5914,5914,5920,5922,5922,5922,5922,5926,5926,5926,5928,5928,5932,5934,5934,5936,5936,5938,5938,5940,5944,5944,5946,5948,5948,5948,5950,5952,5960,5964,5966,5966,5966,5966,5970,5972,5972,5972,5972,5972,5972,5972,5974,5974,5976,5982,5984,5986,5986,5986,5986,5986,5988,5988,5990,5996,6e3,6002,6002,6002,6004,6004,6010,6012,6016,6018,6020,6022,6024,6068,6070,6070,6070,6072,6072,6074,6076,6080,6086,6086,6086,6088,6092,6092,6094,6094,6094,6094,6094,6098,6100,6100,6100,6102,6102,6108,6108,6110,6112,6114,6116,6118,6120,6122,6126,6126,6126,6128,6130,6132,6132,6134,6134,6138,6140,6142,6142,6142,6144,6146,6150,6150,6152,6156,6156,6156,6160,6160,6162,6164,6166,6168,6170,6170,6170,6172,6174,6178,6178,6182,6186,6188,6190,6190,6192,6194,6198,6198,6198,6198,6204,6204,6210,6210,6212,6216,6216,6220,6222,6226,6228,6230,6234,6236,6236,6240,6240,6240,6240,6240,6246,6246,6248,6252,6254,6256,6258,6258,6262,6264,6264,6266,6266,6266,6266,6266,6266,6266,6266,6268,6268,6272,6276,6276,6280,6282,6288,6290,6290,6290,6290,6292,6292,6296,6298,6300,6300,6304,6310,6312,6314,6316,6320,6320,6320,6322,6326,6326,6328,6332,6332,6334,6336,6336,6338,6338,6342,6342,6342,6342,6342,6344,6346,6348,6348,6350,6350,6350,6350,6354,6354,6354,6354,6358,6358,6358,6358,6358,6358,6362,6366,6366,6370,6374,6374,6376,6378,6378,6380,6380,6380,6380,6380,6382,6384,6386,6388,6388,6426,6430,6434,6436,6438,6438,6442,6444,6446,6448,6452,6452,6452,6452,6456,6462,6464,6464,6464,6466,6468,6470,6472,6472,6472,6476,6480,6482,6484,6488,6490,6490,6492,6492,6492,6496,6498,6500,6500,6500,6502,6506,6506,6512,6514,6516,6522,6526,6528,6528,6530,6532,6534,6534,6534,6534,6534,6536,6536,6538,6540,6540,6540,6540,6540,6544,6546,6546,6550,6554,6556,6558,6558,6560,6562,6568,6568,6570,6570,6570,6572,6572,6572,6576,6578,6580,6582,6584,6586,6588,6590,6590,6590,6594,6596,6598,6600,6600,6604,6606,6610,6610,6610,6610,6612,6614,6614,6614,6614,6614,6618,6626,6626,6626,6626,6628,6628,6632,6634,6634,6638,6638,6638,6640,6642,6642,6642,6642,6642,6644,6644,6648,6650,6652,6652,6652,6652,6652,6654,6654,6656,6658,6658,6662,6664,6664,6666,6674,6678,6678,6682,6682,6682,6684,6686,6688,6690,6694,6696,6698,6702,6706,6708,6708,6708,6712,6714,6714,6714,6716,6718,6718,6718,6720,6722,6724,6724,6728,6730,6730,6732,6734,6738,6742,6744,6748,6750,6750,6752,6754,6754,6756,6764,6764,6764,6764,6766,6766,6766,6768,6770,6772,6774,6782,6782,6784,6788,6788,6790,6794,6794,6796,6796,6798,6798,6800,6802,6810,6812,6818,6822,6822,6824,6826,6828,6830,6834,6834,6838,6838,6838,6842,6842,6844,6848,6852,6852,6854,6854,6854,6856,6858,6860,6860,6860,6864,6866,6866,6866,6868,6868,6876,6878,6878,6878,6878,6882,6884,6886,6890,6892,6896,6896,6896,6896,6896,6898,6898,6902,6902,6904,6912,6912,6914,6916,6920,6920,6920,6922,6922,6922,6922,6922,6922,6924,6932,6934,6934,6938,6938,6938,6940,6940,6942,6942,6942,6946,6948,6948,6952,6952,6952,6954,6956,6958,6962,6964,6966,6966,6968,6974,6974,6974,6976,6978,6978,6980,6984,6984,6986,6988,6988,6990,6990,6992,6994,6996,6996,6996,6996,6998,6998,6998,7e3,7e3,7004,7010,7018,7020,7022,7028,7028,7028,7030,7036,7040,7046,7050,7056,7064,7066,7068,7068,7068,7070,7070,7074,7076,7078,7078,7080,7082,7084,7086,7088,7088,7088,7092,7092,7094,7096,7096,7096,7096,7100,7104,7108,7108,7108,7112,7114,7116,7118,7120,7122,7122,7124,7126,7132,7134,7134,7134,7134,7136,7140,7146,7154,7154,7154,7154,7156,7162,7162,7164,7164,7168,7170,7170,7170,7170,7174,7174,7174,7174,7178,7180,7180,7180,7180,7182,7184,7184,7186,7186,7188,7190,7190,7190,7196,7200,7200,7200,7202,7204,7206,7206,7210,7210,7210,7212,7214,7214,7214,7214,7216,7222,7222,7228,7228,7230,7232,7234,7238,7244,7244,7248,7250,7250,7254,7258,7258,7258,7266,7266,7268,7268,7268,7268,7270,7274,7278,7278,7278,7282,7284,7284,7284,7284,7286,7286,7288,7292,7292,7292,7294,7296,7298,7300,7300,7304,7306,7310,7310,7310,7312,7316,7318,7322,7324,7324,7324,7326,7330,7330,7330,7334,7334,7334,7336,7338,7338,7338,7338,7342,7344,7346,7348,7350,7354,7360,7362,7362,7364,7364,7368,7368,7368,7370,7372,7374,7374,7374,7374,7378,7378,7378,7378,7380,7384,7384,7388,7390,7392,7396,7396,7396,7398,7400,7400,7402,7404,7408,7410,7412,7412,7414,7414,7416,7424,7430,7432,7434,7436,7436,7438,7438,7440,7442,7442,7442,7444,7444,7446,7446,7452,7454,7454,7462,7468,7468,7470,7472,7476,7480,7482,7484,7488,7488,7488,7492,7492,7494,7500,7504,7514,7516,7520,7522,7526,7528,7532,7532,7534,7536,7536,7536,7540,7540,7540,7540,7540,7544,7544,7544,7546,7548,7552,7554,7556,7556,7558,7558,7558,7558,7560,7560,7562,7566,7570,7572,7576,7578,7584,7586,7592,7598,7598,7598,7598,7600,7604,7604,7604,7610,7612,7618,7620,7620,7620,7620,7620,7620,7628,7630,7630,7632,7632,7632,7636,7638,7638,7640,7642,7646,7648,7650,7654,7654,7656,7656,7656,7656,7658,7660,7662,7664,7666,7670,7670,7670,7670,7674,7674,7678,7682,7682,7686,7686,7686,7688,7688,7690,7692,7694,7696,7698,7700,7700,7704,7706,7706,7710,7710,7710,7710,7714,7714,7722,7724,7724,7724,7726,7730,7730,7734,7738,7740,7748,7748,7748,7750,7752,7752,7758,7758,7758,7760,7760,7762,7762,7764,7768,7768,7768,7770,7770,7770,7770,7774,7774,7778,7778,7778,7780,7782,7782,7782,7782,7786,7788,7790,7790,7790,7796,7804,7804,7810,7810,7810,7810,7810,7812,7816,7816,7818,7820,7820,7820,7824,7824,7828,7832,7842,7844,7844,7844,7846,7848,7848,7848,7852,7852,7856,7858,7860,7860,7860,7862,7864,7864,7866,7868,7874,7874,7880,7880,7880,7882,7882,7886,7886,7888,7888,7890,7892,7896,7896,7898,7898,7898,7900,7902,7910,7912,7912,7912,7912,7914,7914,7918,7922,7922,7924,7926,7928,7930,7930,7932,7934,7940,7942,7942,7944,7946,7950,7952,7952,7952,7956,7956,7962,7962,7970,7972,7972,7972,7974,7976,7978,7978,7978,7978,7980,7980,7980,7980,7982,7982,7986,7988,7990,7990,7992,8004,8006,8006,8012,8016,8022,8024,8024,8024,8024,8024,8026,8028,8028,8030,8032,8034,8040,8040,8042,8044,8044,8046,8046,8048,8052,8058,8068,8068,8068,8070,8070,8070,8072,8072,8072,8072,8072,8076,8078,8082,8086,8088,8088,8090,8090,8092,8092,8096,8100,8104,8108,8108,8110,8112,8116,8116,8116,8122,8124,8124,8126,8128,8132,8132,8132,8136,8138,8138,8142,8146,8148,8150,8150,8152,8152,8152,8152,8154,8160,8160,8164,8164,8174,8176,8178,8178,8182,8182,8182,8184,8190,8190,8194,8194,8200,8200,8200,8202,8202,8210,8212,8212,8218,8218,8222,8222,8226,8230,8230,8232,8232,8232,8240,8240,8240,8240,8242,8242,8246,8248,8252,8254,8254,8254,8256,8256,8256,8256,8258,8258,8260,8262,8264,8274,8274,8276,8276,8280,8280,8280,8282,8284,8284,8288,8290,8290,8290,8294,8298,8300,8302,8302,8306,8310,8310,8310,8310,8312,8314,8316,8316,8316,8316,8316,8316,8318,8318,8322,8322,8322,8324,8326,8326,8328,8330,8334,8336,8338,8340,8348,8350,8350,8356,8358,8360,8364,8366,8368,8370,8372,8374,8376,8378,8380,8380,8382,8382,8384,8388,8390,8392,8394,8394,8402,8402,8406,8408,8410,8410,8416,8416,8416,8420,8422,8422,8422,8424,8424,8424,8426,8428,8432,8432,8432,8434,8434,8436,8444,8450,8452,8452,8454,8456,8456,8460,8464,8466,8468,8468,8470,8470,8472,8478,8478,8480,8480,8480,8482,8486,8486,8486,8486,8486,8486,8490,8490,8490,8492,8492,8492,8496,8498,8498,8500,8500,8500,8504,8506,8506,8506,8506,8508,8508,8508,8510,8516,8520,8522,8526,8530,8532,8534,8534,8538,8540,8546,8550,8552,8552,8552,8552,8552,8554,8560,8560,8560,8564,8564,8564,8564,8564,8566,8570,8574,8580,8580,8584,8586,8586,8586,8586,8590,8590,8592,8592,8596,8596,8596,8602,8606,8608,8608,8608,8610,8610,8612,8614,8616,8616,8618,8618,8620,8626,8626,8628,8628,8628,8632,8634,8638,8642,8644,8646,8646,8646,8650,8654,8656,8656,8660,8664,8666,8670,8670,8670,8672,8672,8672,8674,8676,8678,8678,8678,8680,8682,8686,8690,8690,8692,8692,8694,8694,8694,8698,8698,8698,8700,8704,8706,8706,8710,8710,8712,8714,8716,8718,8722,8722,8722,8724,8724,8726,8728,8730,8730,8734,8734,8734,8736,8738,8746,8748,8750,8750,8750,8754,8756,8756,8756,8756,8756,8756,8758,8758,8762,8762,8762,8764,8766,8766,8766,8768,8774,8778,8782,8784,8786,8786,8786,8790,8790,8792,8794,8794,8798,8802,8804,8806,8806,8806,8808,8810,8810,8814,8816,8818,8824,8826,8828,8830,8830,8832,8834,8838,8838,8842,8844,8844,8844,8846,8846,8846,8848,8848,8850,8852,8854,8854,8858,8858,8858,8860,8860,8860,8860,8862,8862,8862,8866,8868,8870,8874,8874,8874,8874,8878,8878,8878,8878,8878,8880,8888,8892,8892,8892,8894,8894,8894,8900,8906,8908,8908,8912,8912,8912,8914,8914,8914,8916,8916,8916,8918,8922,8924,8928,8930,8930,8930,8934,8934,8938,8946,8946,8950,8952,8954,8956,8958,8958,8958,8958,8960,8962,8966,8968,8972,8972,8974,8976,8976,8978,8982,8984,8984,8988,8990,8992,8994,8994,8994,8996,9e3,9002,9002,9004,9004,9006,9008,9008,9008,9012,9016,9016,9022,9026,9030,9032,9036,9036,9040,9044,9048,9052,9054,9056,9062,9062,9066,9068,9074,9076,9078,9080,9082,9082,9088,9092,9092,9094,9096,9096,9100,9106,9110,9112,9112,9112,9112,9114,9116,9116,9116,9118,9118,9120,9120,9124,9124,9124,9124,9124,9126,9126,9128,9132,9138,9142,9148,9148,9148,9154,9160,9160,9160,9160,9162,9166,9168,9172,9178,9178,9178,9182,9184,9186,9186,9186,9186,9190,9192,9192,9194,9194,9196,9196,9196,9198,9198,9198,9200,9208,9208,9212,9212,9212,9214,9214,9216,9218,9220,9222,9222,9226,9228,9228,9230,9234,9238,9240,9242,9242,9242,9242,9244,9246,9246,9246,9246,9250,9252,9254,9258,9270,9270,9272,9274,9278,9280,9282,9282,9282,9286,9288,9288,9290,9294,9296,9300,9304,9306,9308,9314,9314,9316,9318,9324,9324,9328,9330,9332,9332,9332,9332,9334,9338,9340,9340,9344,9346,9350,9350,9350,9350,9350,9350,9350,9350,9354,9354,9354,9358,9360,9360,9360,9364,9368,9368,9370,9372,9374,9374,9376,9382,9386,9388,9390,9390,9392,9394,9394,9398,9400,9406,9408,9408,9410,9410,9410,9414,9414,9418,9418,9420,9424,9426,9428,9436,9444,9444,9446,9448,9452,9454,9460,9460,9460,9464,9464,9466,9466,9470,9470,9472,9474,9476,9476,9476,9480,9484,9484,9488,9492,9494,9500,9502,9504,9508,9508,9512,9512,9512,9514,9520,9522,9522,9526,9528,9528,9528,9530,9532,9532,9532,9536,9538,9540,9540,9540,9542,9542,9548,9548,9548,9550,9552,9552,9552,9552,9554,9556,9560,9560,9564,9564,9566,9566,9566,9572,9574,9576,9578,9580,9580,9580,9582,9586,9588,9592,9594,9600,9604,9604,9606,9606,9608,9618,9620,9620,9622,9622,9624,9624,9626,9628,9628,9632,9634,9634,9634,9636,9636,9636,9638,9640,9642,9648,9650,9652,9652,9652,9652,9652,9654,9656,9656,9664,9666,9666,9666,9666,9666,9670,9670,9670,9674,9674,9678,9678,9678,9680,9684,9684,9686,9686,9686,9688,9688,9688,9692,9692,9692,9694,9696,9698,9698,9702,9702,9704,9706,9706,9708,9710,9716,9722,9726,9730,9734,9736,9738,9744,9746,9746,9748,9748,9750,9752,9754,9754,9754,9754,9756,9758,9758,9762,9762,9770,9770,9772,9772,9774,9774,9774,9774,9774,9778,9778,9786,9788,9792,9796,9796,9796,9796,9800,9804,9806,9806,9808,9812,9814,9814,9818,9818,9820,9822,9824,9828,9830,9836,9840,9842,9842,9844,9844,9846,9854,9856,9856,9856,9860,9860,9862,9866,9868,9868,9870,9872,9872,9872,9874,9876,9876,9876,9876,9876,9878,9882,9884,9884,9888,9892,9896,9896,9900,9902,9904,9910,9912,9914,9914,9916,9918,9922,9924,9930,9932,9934,9934,9940,9940,9940,9942,9942,9944,9946,9954,9954,9954,9958,9960,9962,9962,9966,9966,9968,9974,9974,9976,9980,9980,9986,9988,9992,9992,9994,9994,9998,10002,10002,10006,10008,10010,10012,10012,10012,10012,10012,10012,10014,10014,10024,10026,10028,10028,10028,10030,10030,10032,10032,10034,10034,10036,10036,10038,10038,10042,10044,10044,10046,10048,10052,10052,10054,10058,10058,10058,10058,10060,10060,10064,10066,10066,10068,10070,10072,10076,10076,10076,10080,10080,10080,10082,10084,10086,10086,10086,10088,10088,10088,10092,10092,10094,10098,10098,10098,10100,10102,10106,10110,10110,10116,10116,10116,10116,10116,10120,10120,10120,10122,10122,10122,10124,10126,10128,10128,10128,10128,10130,10130,10130,10134,10136,10142,10146,10148,10148,10150,10150,10156,10160,10162,10164,10168,10170,10170,10172,10174,10176,10178,10178,10184,10184,10186,10186,10188,10190,10190,10192,10192,10192,10194,10198,10200,10202,10202,10202,10204,10204,10204,10208,10208,10208,10208,10208,10212,10220,10220,10220,10220,10224,10226,10228,10228,10228,10228,10228,10230,10232,10232,10234,10238,10240,10240,10240,10240,10240,10242,10242,10244,10244,10246,10250,10250,10250,10250,10254,10254,10256,10256,10256,10256,10256,10256,10256,10258,10258,10260,10262,10262,10266,10268,10270,10274,10280,10280,10282,10282,10282,10286,10288,10290,10290,10290,10294,10296,10296,10298,10300,10300,10304,10306,10308,10310,10312,10324,10324,10324,10324,10324,10324,10328,10330,10334,10334,10338,10338,10340,10340,10348,10350,10352,10352,10354,10360,10362,10364,10364,10364,10364,10368,10368,10368,10376,10378,10380,10380,10382,10384,10386,10394,10394,10396,10398,10398,10398,10398,10400,10400,10400,10400,10402,10404,10406,10410,10416,10420,10422,10422,10426,10428,10430,10432,10434,10434,10438,10440,10444,10448,10450,10450,10450,10452,10452,10454,10456,10458,10458,10464,10464,10470,10472,10472,10472,10472,10474,10476,10478,10482,10486,10486,10488,10490,10492,10498,10500,10500,10502,10506,10506,10506,10510,10510,10516,10516,10518,10520,10520,10522,10526,10526,10528,10532,10532,10536,10538,10538,10540,10540,10542,10546,10546,10546,10546,10552,10554,10554,10558,10560,10560,10560,10560,10564,10566,10566,10572,10576,10578,10578,10580,10584,10586,10586,10588,10590,10590,10592,10602,10602,10606,10606,10608,10610,10612,10614,10616,10618,10620,10622,10624,10624,10624,10626,10626,10626,10626,10626,10626,10626,10626,10628,10628,10628,10630,10634,10634,10638,10642,10644,10648,10650,10652,10654,10654,10656,10658,10658,10662,10664,10666,10668,10668,10670,10672,10674,10678,10680,10682,10684,10686,10688,10688,10692,10694,10696,10698,10698,10700,10700,10704,10704,10704,10708,10712,10712,10714,10714,10716,10716,10720,10722,10722,10724,10730,10732,10732,10732,10732,10732,10732,10736,10738,10740,10742,10746,10746,10756,10760,10760,10760,10760,10760,10766,10766,10766,10770,10770,10772,10774,10774,10774,10776,10778,10780,10782,10784,10786,10788,10790,10794,10798,10798,10798,10802,10802,10802,10804,10804,10808,10810,10812,10814,10820,10824,10826,10830,10834,10836,10836,10836,10836,10840,10840,10842,10842,10844,10844,10848,10850,10852,10852,10856,10862,10866,10868,10868,10868,10868,10870,10872,10874,10874,10876,10878,10878,10880,10882,10884,10884,10888,10894,10896,10898,10902,10906,10910,10910,10914,10920,10920,10924,10926,10928,10932,10936,10936,10940,10942,10942,10942,10944,10950,10952,10954,10958,10958,10958,10958,10966,10966,10966,10968,10970,10972,10972,10976,10976,10976,10976,10980,10986,10986,10986,10986,10988,10990,10992,10996,10998,10998,11e3,11e3,11004,11006,11010,11010,11012,11014,11014,11018,11022,11030,11034,11038,11040,11040,11042,11046,11046,11054,11054,11058,11060,11064,11064,11070,11070,11076,11080,11080,11082,11082,11082,11084,11084,11084,11086,11088,11094,11094,11098,11100,11102,11102,11102,11102,11106,11106,11108,11110,11110,11112,11114,11114,11114,11116,11118,11122,11126,11128,11130,11130,11132,11132,11134,11136,11138,11142,11142,11142,11144,11150,11150,11150,11152,11154,11154,11154,11158,11158,11160,11162,11164,11166,11166,11168,11174,11174,11176,11178,11180,11182,11184,11190,11194,11194,11196,11196,11200,11200,11200,11202,11202,11202,11206,11208,11210,11210,11212,11216,11224,11224,11224,11226,11226,11228,11230,11230,11230,11234,11236,11236,11238,11240,11244,11246,11246,11250,11256,11260,11264,11264,11264,11266,11268,11270,11270,11274,11274,11274,11274,11280,11282,11286,11288,11288,11290,11290,11290,11292,11292,11294,11294,11296,11298,11300,11300,11302,11304,11304,11308,11308,11310,11312,11312,11314,11314,11314,11314,11316,11318,11320,11320,11320,11320,11320,11322,11322,11324,11326,11328,11328,11330,11330,11330,11330,11334,11338,11340,11340,11342,11348,11350,11350,11352,11352,11352,11352,11354,11360,11364,11364,11364,11364,11366,11368,11368,11368,11372,11376,11376,11386,11390,11390,11390,11392,11392,11392,11392,11396,11396,11398,11404,11406,11408,11412,11414,11416,11416,11418,11420,11424,11428,11430,11430,11434,11436,11438,11438,11442,11446,11448,11450,11452,11456,11458,11462,11466,11468,11468,11470,11470,11472,11476,11476,11478,11480,11480,11482,11482,11482,11482,11484,11488,11492,11496,11496,11496,11498,11498,11498,11502,11502,11508,11508,11508,11512,11512,11516,11516,11518,11518,11518,11520,11522,11524,11524,11530,11532,11534,11536,11542,11542,11546,11550,11554,11554,11556,11556,11560,11560,11562,11564,11566,11566,11570,11570,11570,11570,11576,11578,11578,11578,11580,11580,11580,11582,11582,11582,11586,11590,11590,11594,11594,11594,11594,11600,11600,11600,11600,11600,11600,11602,11602,11606,11606,11608,11608,11608,11608,11612,11614,11618,11618,11624,11626,11630,11630,11630,11632,11632,11634,11634,11644,11644,11644,11646,11648,11648,11650,11652,11652,11652,11654,11654,11656,11656,11658,11658,11660,11664,11666,11668,11668,11668,11670,11670,11672,11672,11672,11676,11676,11676,11678,11678,11678,11680,11684,11686,11688,11688,11692,11694,11698,11700,11704,11704,11704,11706,11710,11716,11716,11716,11716,11720,11720,11722,11722,11724,11726,11728,11738,11740,11744,11746,11746,11746,11748,11748,11750,11752,11752,11752,11752,11752,11754,11758,11760,11760,11768,11770,11770,11772,11776,11778,11778,11778,11778,11780,11782,11782,11786,11786,11786,11786,11788,11788,11790,11790,11790,11790,11792,11792,11792,11796,11796,11796,11796,11798,11800,11802,11802,11802,11806,11806,11810,11814,11816,11820,11824,11830,11830,11830,11830,11832,11832,11836,11836,11838,11840,11844,11846,11848,11850,11852,11852,11852,11854,11854,11854,11862,11864,11866,11866,11866,11868,11874,11878,11878,11880,11880,11880,11880,11880,11880,11882,11884,11886,11886,11886,11886,11886,11888,11890,11892,11896,11896,11898,11900,11902,11912,11914,11914,11916,11916,11916,11916,11916,11918,11918,11918,11920,11920,11926,11926,11926,11926,11928,11930,11932,11932,11936,11936,11940,11942,11946,11948,11950,11950,11950,11950,11954,11956,11958,11962,11962,11964,11964,11968,11970,11970,11970,11974,11976,11978,11978,11978,11980,11980,11982,11984,11984,11988,11994,11994,11996,12002,12002,12006,12006,12006,12010,12010,12010,12010,12012,12018,12018,12020,12020,12024,12026,12028,12028,12028,12030,12030,12030,12032,12034,12034,12038,12038,12038,12040,12044,12046,12046,12048,12054,12054,12054,12056,12056,12056,12056,12058,12062,12062,12066,12068,12068,12068,12074,12076,12076,12076,12078,12078,12080,12080,12080,12080,12080,12082,12088,12090,12092,12094,12096,12096,12096,12098,12100,12100,12100,12100,12106,12108,12112,12112,12112,12116,12120,12126,12126,12130,12134,12136,12138,12138,12140,12144,12146,12146,12148,12152,12156,12160,12160,12160,12164,12164,12164,12164,12168,12170,12172,12172,12174,12176,12176,12180,12182,12184,12184,12184,12186,12188,12188,12194,12196,12200,12202,12204,12208,12212,12216,12220,12224,12224,12226,12226,12228,12234,12234,12236,12240,12242,12246,12252,12252,12254,12258,12258,12258,12262,12266,12268,12270,12270,12270,12272,12274,12274,12274,12276,12278,12278,12280,12284,12284,12284,12286,12288,12288,12290,12298,12298,12298,12298,12298,12302,12304,12304,12306,12308,12310,12310,12312,12314,12316,12318,12322,12322,12326,12328,12332,12334,12338,12338,12340,12340,12340,12344,12344,12344,12346,12352,12352,12356,12358,12358,12364,12368,12368,12368,12370,12374,12380,12382,12382,12384,12386,12388,12388,12390,12390,12390,12398,12398,12400,12400,12402,12404,12404,12406,12410,12412,12414,12422,12424,12428,12430,12434,12434,12434,12436,12436,12440,12440,12440,12440,12440,12444,12448,12450,12450,12456,12458,12458,12460,12460,12462,12462,12462,12464,12466,12468,12468,12470,12472,12474,12480,12480,12482,12484,12486,12486,12488,12488,12488,12490,12490,12490,12492,12496,12498,12500,12502,12506,12506,12508,12508,12512,12514,12516,12520,12522,12524,12528,12530,12532,12534,12538,12542,12544,12548,12550,12558,12558,12560,12560,12564,12564,12564,12568,12570,12574,12576,12578,12578,12582,12582,12584,12586,12590,12592,12592,12592,12592,12592,12596,12596,12596,12596,12596,12596,12600,12608,12610,12610,12612,12614,12614,12616,12616,12618,12620,12624,12624,12626,12632,12632,12632,12632,12636,12640,12644,12644,12644,12644,12644,12650,12650,12660,12660,12662,12664,12666,12670,12672,12672,12672,12674,12676,12676,12676,12678,12678,12680,12680,12682,12682,12686,12686,12686,12686,12688,12692,12692,12694,12696,12698,12698,12702,12704,12706,12706,12708,12710,12716,12718,12718,12718,12720,12724,12724,12724,12726,12730,12736,12736,12736,12738,12738,12742,12746,12748,12748,12754,12754,12754,12756,12758,12760,12764,12764,12766,12770,12770,12770,12770,12770,12772,12776,12776,12776,12778,12780,12784,12784,12786,12786,12786,12788,12790,12794,12798,12800,12804,12808,12808,12812,12816,12816,12820,12820,12820,12822,12822,12828,12830,12832,12836,12836,12836,12836,12838,12840,12840,12842,12846,12850,12850,12852,12858,12862,12862,12862,12864,12864,12864,12864,12864,12866,12866,12866,12870,12870,12872,12874,12876,12876,12878,12880,12882,12882,12882,12882,12882,12886,12886,12886,12886,12886,12888,12890,12890,12894,12900,12900,12904,12906,12910,12910,12910,12910,12912,12912,12916,12920,12922,12924,12928,12932,12932,12932,12932,12936,12938,12942,12942,12942,12942,12942,12944,12946,12946,12946,12946,12946,12948,12950,12956,12958,12958,12962,12962,12964,12966,12968,12970,12974,12974,12976,12976,12978,12982,12982,12984,12988,12990,12994,12998,12998,12998,12998,13002,13002,13002,13004,13006,13008,13008,13010,13010,13014,13014,13014,13020,13020,13026,13028,13030,13030,13036,13036,13036,13038,13042,13042,13044,13044,13046,13050,13052,13054,13056,13056,13058,13058,13058,13062,13062,13064,13064,13070,13072,13074,13078,13078,13080,13082,13082,13086,13094,13096,13096,13100,13100,13104,13108,13108,13108,13110,13112,13116,13118,13118,13118,13118,13118,13118,13118,13118,13120,13122,13124,13124,13124,13126,13130,13132,13134,13134,13134,13134,13134,13134,13136,13138,13140,13142,13152,13154,13158,13160,13160,13162,13162,13166,13168,13170,13172,13176,13180,13182,13184,13184,13186,13188,13188,13190,13192,13194,13196,13202,13202,13202,13208,13210,13214,13216,13216,13218,13218,13222,13222,13222,13226,13226,13226,13226,13230,13232,13234,13236,13240,13242,13244,13248,13248,13254,13254,13258,13260,13262,13262,13264,13264,13268,13268,13270,13272,13276,13276,13276,13278,13278,13280,13284,13284,13284,13288,13290,13290,13290,13290,13290,13292,13296,13302,13306,13306,13308,13314,13316,13316,13316,13316,13320,13320,13322,13324,13328,13328,13328,13328,13328,13330,13338,13342,13344,13346,13348,13348,13348,13348,13352,13354,13356,13356,13358,13362,13364,13366,13370,13374,13374,13374,13374,13374,13376,13376,13376,13376,13376,13378,13378,13378,13380,13382,13386,13390,13392,13394,13396,13396,13396,13396,13396,13396,13396,13396,13398,13398,13398,13398,13398,13398,13398,13398,13398,13402,13402,13402,13404,13406,13408,13408,13410,13412,13414,13416,13420,13422,13428,13428,13432,13432,13436,13438,13438,13442,13442,13446,13448,13450,13450,13452,13456,13456,13458,13460,13460,13460,13462,13462,13462,13464,13466,13468,13470,13472,13476,13478,13478,13480,13484,13488,13490,13490,13494,13496,13496,13496,13500,13502,13504,13504,13504,13504,13504,13506,13510,13514,13518,13524,13530,13532,13532,13532,13532,13532,13532,13536,13536,13540,13542,13544,13546,13546,13548,13548,13550,13550,13554,13554,13554,13556,13558,13560,13566,13566,13568,13570,13572,13574,13574,13580,13580,13584,13584,13588,13588,13588,13588,13596,13598,13600,13602,13602,13608,13608,13612,13612,13616,13620,13620,13622,13624,13626,13626,13628,13628,13632,13636,13638,13640,13640,13642,13646,13646,13646,13646,13646,13646,13648,13654,13654,13656,13658,13660,13662,13664,13668,13670,13672,13674,13674,13676,13678,13678,13680,13682,13682,13684,13684,13686,13688,13694,13696,13696,13700,13704,13706,13710,13710,13710,13712,13714,13716,13720,13720,13722,13724,13726,13726,13728,13732,13736,13738,13740,13740,13742,13742,13744,13744,13746,13748,13748,13750,13752,13752,13756,13756,13756,13756,13756,13760,13762,13766,13768,13768,13768,13774,13778,13778,13782,13782,13786,13788,13792,13794,13796,13796,13798,13800,13804,13808,13808,13808,13810,13810,13812,13816,13818,13822,13822,13822,13824,13826,13830,13838,13838,13840,13842,13842,13844,13844,13846,13854,13858,13858,13858,13858,13858,13860,13860,13862,13862,13862,13862,13864,13868,13870,13870,13872,13874,13878,13882,13884,13884,13884,13890,13892,13892,13894,13894,13898,13902,13902,13906,13910,13914,13916,13920,13922,13922,13922,13924,13928,13928,13928,13928,13930,13930,13934,13936,13938,13938,13938,13942,13944,13948,13950,13952,13954,13956,13960,13964,13964,13966,13968,13968,13970,13972,13976,13980,13982,13984,13984,13984,13986,13988,13992,13994,13994,13994,13994,13994,13998,14004,14006,14006,14010,14010,14010,14010,14010,14014,14018,14018,14022,14024,14030,14032,14034,14036,14038,14042,14044,14046,14048,14048,14050,14056,14058,14062,14066,14070,14072,14072,14072,14074,14078,14082,14084,14084,14084,14086,14092,14092,14094,14096,14098,14100,14100,14104,14104,14106,14106,14106,14108,14108,14114,14114,14116,14118,14120,14120,14124,14126,14126,14128,14130,14130,14136,14136,14136,14138,14138,14140,14142,14146,14146,14148,14148,14148,14150,14150,14152,14152,14156,14158,14160,14162,14162,14164,14168,14172,14176,14178,14180,14184,14188,14192,14192,14194,14194,14198,14200,14204,14204,14204,14204,14206,14206,14210,14210,14212,14216,14216,14220,14222,14224,14228,14230,14232,14232,14234,14236,14238,14240,14242,14246,14246,14248,14248,14254,14254,14254,14256,14260,14264,14266,14266,14268,14270,14270,14274,14280,14282,14284,14284,14284,14286,14288,14290,14298,14300,14302,14302,14302,14306,14310,14314,14314,14316,14316,14318,14320,14322,14326,14328,14330,14330,14334,14336,14340,14342,14342,14344,14346,14346,14346,14346,14348,14348,14352,14354,14356,14362,14366,14368,14370,14372,14376,14376,14380,14380,14382,14384,14384,14384,14384,14384,14384,14386,14390,14394,14394,14394,14394,14394,14394,14394,14396,14398,14398,14400,14402,14402,14404,14406,14406,14406,14412,14418,14420,14422,14428,14430,14432,14436,14440,14440,14440,14440,14444,14448,14448,14448,14450,14452,14454,14454,14460,14460,14460,14462,14462,14464,14464,14466,14468,14468,14472,14472,14472,14476,14478,14480,14480,14484,14486,14492,14492,14496,14500,14504,14504,14506,14508,14508,14512,14516,14522,14526,14526,14532,14532,14532,14536,14536,14538,14538,14538,14540,14542,14548,14548,14548,14550,14550,14550,14554,14556,14556,14558,14558,14560,14560,14562,14564,14564,14564,14568,14572,14574,14574,14576,14578,14580,14580,14586,14586,14588,14590,14592,14592,14596,14598,14600,14600,14600,14602,14604,14604,14606,14606,14606,14608,14610,14616,14618,14620,14620,14622,14622,14628,14630,14636,14636,14638,14640,14640,14642,14642,14644,14644,14644,14646,14646,14646,14646,14648,14648,14650,14654,14656,14662,14664,14664,14666,14666,14668,14670,14674,14676,14678,14678,14680,14682,14684,14686,14690,14696,14698,14698,14700,14704,14704,14704,14704,14706,14706,14706,14706,14708,14710,14710,14712,14712,14712,14714,14720,14720,14720,14724,14728,14730,14734,14736,14738,14738,14738,14744,14746,14746,14748,14748,14750,14752,14752,14752,14756,14762,14764,14766,14768,14770,14772,14774,14778,14780,14784,14786,14786,14790,14792,14792,14794,14798,14798,14802,14808,14808,14810,14814,14816,14822,14826,14832,14832,14832,14832,14832,14836,14838,14844,14848,14850,14856,14856,14858,14860,14864,14866,14866,14866,14866,14868,14868,14872,14876,14880,14880,14884,14884,14884,14884,14884,14884,14886,14888,14892,14898,14900,14906,14908,14908,14910,14912,14912,14912,14912,14914,14914,14916,14920,14922,14924,14926,14926,14928,14928,14928,14930,14930,14930,14930,14932,14936,14936,14940,14942,14946,14948,14950,14954,14956,14956,14956,14960,14960,14962,14962,14964,14966,14966,14966,14970,14970,14970,14970,14976,14980,14980,14982,14984,14984,14986,14988,14992,14994,14996,15e3,15002,15002,15002,15002,15004,15008,15010,15012,15018,15018,15018,15020,15020,15030,15032,15034,15036,15038,15038,15042,15044,15048,15048,15050,15050,15052,15054,15058,15058,15058,15058,15062,15062,15064,15064,15068,15068,15072,15076,15078,15082,15082,15086,15086,15086,15092,15094,15102,15104,15104,15104,15108,15110,15110,15110,15112,15116,15116,15122,15122,15128,15132,15134,15134,15136,15140,15140,15142,15144,15148,15150,15150,15152,15154,15162,15168,15168,15174,15176,15180,15184,15184,15184,15186,15188,15192,15192,15196,558743553,120247,3136831489,187075,4126720001,258207,3013369858,217640,1360863236,165103,3236823046,253771,2205556743,129922,2417139719,198498,3545194504,203931,617095177,105903,2805153801,184251,1171054601,215783,3854909450,235324,384761867,136699,1640235021,198736,3235110928,182450,3317276689,259620,1591648274,155909,3301195794,196989,186220568,117759,3486244888,134370,3427278878,98329,983130142,150279,4045520927,136738,1505042463,254386,4070318112,118159,1420279842,124243,1847509028,169717,2125193253,96901,3589513253,208035,343892007,110704,3599073320,98137,3319881769,252573,1655906346,194948,2418933803,261461,48119852,254157,2174943277,207295,3745833006,166111,2851774511,177394,1878925360,223094,758513712,240171,3467001905,225074,2355494964,162785,668344375,187512,3550011449,112911,1887854650,144887,1388331067,250802,749469757,220867,1595351101,231296,2971328578,146927,188588100,111220,3088367687,122121,4223606855,157963,1966891079,159211,1916600393,165341,313786443,204798,1078124619,207261,916602957,134529,3132112973,263194,1411956814,242124,4050919503,235767,2746286159,243308,4021567569,94576,3867861073,193395,3703939153,233243,1610727506,117434,3153027154,156269,528384083,124442,2698960979,212036,743858259,255614,765321300,191105,2474598484,253121,1415831637,130159,2889539669,182364,1243906136,182098,11133017,246739,1791770713,260130,956498010,117835,2651512923,147293,1250803803,251690,579993692,127659,2468626524,199971,1621811295,238560,2464792672,241143,2863136865,102904,3914522721,213334,3454312546,237790,3709698148,162160,405241956,236521,4049707109,154819,52559973,215697,675577958,125150,2125865065,96371,2263040106,127574,2578169962,220077,1634902126,248593,3392045167,94397,1514782831,218806,4291051632,152379,1048608881,125726,3808673905,261433,560758898,156221,1395228786,248676,2830205043,172029,2252873844,159973,3095969910,174593,833839222,213530,4112932982,244601,548985,145528,488374393,257790,1601331322,228592,3334111355,200965,4175863931,259295,419864703,194657,1591345279,259327,3383386240,186051,1264500866,232616,2178703494,201304,1711046790,214559,1946337414,215123,3257434247,150056,1219534983,188546,3723542664,95459,3936493704,213030,1966416009,155481,3617587337,186437,28901514,115976,2844942476,220339,254730381,177217,1147666573,195753,591380625,123545,1164058772,113587,1015627924,157664,2154627222,114554,3443163287,168605,4287160472,216527,2564964505,146496,3063111834,134799,2564964507,146573,1361567899,161851,1713168539,257929,3290251421,116658,1361567902,161866,4097450142,230669,454099103,145108,2250055839,184308,1849868447,232796,97042593,167642,380706978,180582,1514758306,220642,2160148647,176272,511041703,212547,2970394791,257824,1989148843,146596,4108583085,209794,1208107182,214826,436560048,117142,373743792,203625,1681506480,216490,3699351729,120531,2649686194,166992,703275187,105983,1030783155,166856,1464950966,179285,638992567,116790,476471479,171546,3210084535,192165,2662850743,245917,1290576057,260589,2928943290,140642,1412071613,236818,1587921087,162455,1976557759,217483,2848448706,237833,3799965891,187932,2093482179,240007,2251448516,110904,1012154564,130398,1004830917,234058,3845439686,101591,3080863943,119708,1265344717,101071,4290625744,114388,3930603728,214643,2633662673,206013,346120408,187047,1564754137,110856,1044512985,130453,1819246810,126625,218128603,185944,3859661020,232078,3127345373,163374,2956755166,185605,2884575454,229576,1098113247,126433,2979660001,159821,3099001058,98343,4279886050,105521,61972707,259606,3226738917,100674,3216367845,223609,385859814,183754,427000039,185675,351453419,140060,3465388269,201173,1182892270,133850,1525915886,213358,3113304303,100319,3345547504,123023,1408229616,139102,221495536,155248,771703024,205342,2122219760,229849,605896946,107099,3439567091,109218,4218618099,126889,444842228,190552,3723288821,166295,2951880949,250308,886554870,121040,1240015095,99180,186073335,100655,3798892791,106017,190423291,177885,2633457915,202352,574546173,246991,1783152894,147947,3027411199,130887,224919807,136309,2874335487,181240,41353471,239905,2127200513,97215,1481834753,248557,1679876358,243569,1949819143,197089,2850783496,176694,3456262410,122311,736772362,205357,2638455052,182943,123715855,97396,3850248463,108414,807174415,145510,1125425423,261103,2005270801,186142,2935718164,227211,4036059413,117815,2171330838,224228,4148535574,246608,404398359,96973,3417235736,188278,4197032217,172188,196231449,250050,43557146,185507,439083290,211582,2759196956,255356,1096687901,136161,2481422621,251102,1521058079,152644,1216799007,233794,3074638112,181166,2747162912,224714,2116141347,238827,3722649895,206159,3751338280,178250,2369757481,132962,2504073515,110883,3683033389,155599,1611710768,127193,2398789938,127044,1425195316,243428,3536281909,166914,2023350583,186361,1639547192,95986,2162917688,123778,1983373625,241969,3199017274,218270,1606426940,154320,297861436,241877,3285639485,132803,2453250366,216812,1590518079,119253,2457084223,241554,1951433024,212659,3287998785,122981,598163777,178399,2216673602,177527,3541508418,190688,3680403781,165227,694821190,129982,2334490954,172210,1279385932,168802,2521514316,181352,2573738318,253003,3656982864,171230,2918539603,140139,1991442771,201870,709149012,139373,2757157204,187947,2266677588,204451,2015486293,107896,2646851930,185349,1552515420,204155,2270323037,166794,3436626270,141343,2903351646,174324,3156435295,223499,3414524256,180658,1260994915,99628,911212900,220751,2961318245,140773,2565366119,147460,326205801,167291,3381969258,96025,2107474282,248537,2492162411,134962,4031218027,257138,828785004,251330,1150853486,105388,2312872303,126712,3133923695,228321,118554992,225275,150298996,97710,3095814516,175006,810074485,130201,3539845493,170164,3604234613,226440,2888024437,227640,1531937142,144305,77857143,99885,1585471864,220240,2214150522,217690,4246249851,245071,2083692925,233975,993345918,162639,248439167,198804,2417049984,102204,2591129985,118245,2913010049,206289,2414264707,194063,384729478,151833,3211878792,245335,1848312201,135974,2443461004,188716,549314956,207823,1100284303,115944,1869218193,122415,2379137425,132024,942850449,145786,328589713,161739,2540388756,133776,2322284948,229213,3993272725,216417,3371090325,250629,2104885656,111445,3005366680,210699,3153150362,97162,1982480794,142997,3294200218,209583,4286808475,189192,745562523,192545,3042197917,240264,2419736990,196184,1280360863,121002,1640325535,125271,3692298656,150574,3960185248,208056,2809872801,178181,2768658849,209209,1841389986,264558,271860131,110778,1849672100,116411,1138557348,203908,1166369188,263105,1418011045,245379,2879611302,141757,3263324582,206331,3085222313,161388,725942699,128274,456933804,94718,2445435308,198831,2833998252,238141,1797013935,114369,4246618544,117093,879821233,165257,2753806769,201912,603677106,148505,3684262323,174609,1604084148,165191,1961558452,194428,2239652276,237446,3114484149,200281,2922856887,98660,4095001015,221422,3279888824,136376,4231561658,202211,1791861179,231589,3567632827,239779,476250558,149710,3742925247,156198,1230627263,260681,1756864960,127858,2721178051,237539,4039328196,151479,1649066436,158011,1509933508,258100,2804670917,158298,852296136,164421,1752990154,165366,49988044,218422,1964335564,262033,784744910,191938,3939942864,117258,2929623504,183519,2974065106,159903,2492809684,138724,2832048596,164083,1360503252,178198,2481439190,129706,2937102811,168027,2365145565,169111,4152680929,97622,2908381665,103068,3530621409,184964,107348449,234782,775258594,134620,3818799586,163889,3936182757,114091,645898725,172398,3576963557,251238,4204028389,258903,1259700710,185492,4082557415,125059,3267191271,195418,2263474663,202674,1578000872,167043,1713242601,121058,3966321130,201238,1055588847,208232,672154095,245965,769442287,252441,1271636464,122372,1909178866,176541,127263218,253295,2368184819,230143,16450036,94753,3741622774,264342,3627049463,247948,4006945272,175468,1210466809,241481,2726109692,96215,2318631420,161456,4250534400,160683,2592096769,159625,2411012610,183906,2990547460,107576,3209306628,144458,2967396868,202786,501277189,140824,1359086086,125221,1051722246,171653,4134560263,94412,2719015432,163156,3072573960,208335,3900211720,258533,1435877898,123489,206758412,107798,2418598412,179701,651657741,142944,2621653517,213165,865583630,142085,1177485842,110325,1474978323,94559,477692435,95391,1195352596,214933,1724465685,172670,4183482901,192665,1886323224,162298,1767047704,254330,4104479256,255818,992322073,166154,2138079769,261872,3233825306,166455,683500060,112293,341770780,261904,1782276637,247609,283107873,218129,2501812770,183718,1537270306,238945,1816314403,189937,201359908,116520,1005814313,166250,1137558058,130250,3688653356,192126,1939882540,192505,2992775725,135343,4251902510,179248,1739735602,118416,1613554226,129169,3946127922,238990,2607112755,210180,1826980403,250232,3156853301,155774,2694128182,167988,1962959415,122451,3048587834,152304,1994850874,202421,4035445306,214813,3679814203,109297,620864059,140687,1605640763,229742,1003758141,236894,1452171842,234197,3116433987,216508,698884676,187777,2687648325,134166,1814504005,200218,535609929,240569,1346724428,95860,1361568337,161924,1738777170,137224,167830100,218202,3755442773,262728,507224662,103012,1264247384,190353,4104479321,255852,151626330,97104,4002529882,152210,3751395931,152837,795886171,200108,4104585821,162251,3263038046,162222,1238942303,252777,1244512868,97121,2093032036,199182,3167740517,154560,1786856038,147212,819815,143682,2157568616,115621,3208585833,173019,974979689,195337,2724266603,209530,1514807916,107231,760341105,196291,1656685169,202651,340468339,157645,386826869,125388,4060029558,204194,2961834614,240283,3555222136,259959,4185670265,204142,2026521210,158406,1680818810,230968,1367032443,178321,2175623803,188413,2912092797,251204,635175553,193239,2370151042,258587,576184963,98679,1712816772,245666,2347795079,100470,712622727,124402,3429081737,114638,3885695625,210585,4032307852,154344,1151206028,257058,1285874319,100537,2852307600,140321,3751404176,152762,3063071377,126331,1353704083,112833,3855213204,164166,4267500181,213772,464372374,243626,2715624088,96879,4258300568,161482,3986145944,225170,3936322201,121671,666935961,151971,4128211611,245892,606749339,252090,1139425948,205150,2903122588,239855,2611569308,260897,314032797,127072,2086019741,127146,953991837,232438,3844965022,186826,1790829214,221631,2638111392,246761,3428000416,255203,2346500770,170663,3096609442,174241,230204068,112308,3523420836,203949,3523420836,203970,2756543141,264997,4224180903,200781,4016726695,262875,3931996841,188946,3931996841,189013,3479626409,231822,1277682345,263710,2409325226,257160,4183417515,94154,433119915,261243,4182999728,157090,539812528,250389,4279001777,224831,4205118132,219149,808665780,245778,1494713013,244456,3791708853,264190,3289825975,131927,1271849656,239685,2434228921,120026,2512978617,187908,1128620730,143319,386491066,146547,777216698,175703,3463586491,149056,2510045883,165770,3885367996,154686,2617295548,228244,2406245052,240196,199639741,167612,1491239614,173348,1380516542,232876,393536191,185228,2271273665,121403,4071908033,205171,1914684097,222368,3915399875,112336,2015167171,191428,1212719811,229893,1747657416,114285,2988573385,163746,653517514,217165,3649782474,262285,3804685004,166647,1153712844,182062,3112723148,228719,538354381,106506,2117444301,257217,4080165582,225810,4080165582,225834,4080165582,225866,4080165582,225911,4080165582,226025,4080165582,226078,2776908495,122725,3416802e3,232341,1214186192,237174,1491100371,137441,3548078804,155004,2092810964,244259,2184397525,237461,4266549975,229290,2079720154,158507,777798363,96559,2062926556,134727,3708994268,208094,1111040733,153878,775258846,135023,3001721567,260430,51454688,160127,2118787809,120346,3751346913,164814,2903474913,202150,1680138978,178916,3167740644,154208,2560025318,183390,2035278567,171711,1739866855,199817,1831592679,246441,3339641576,206577,3984048872,207885,1584243433,148562,4191871723,102127,2835546859,114495,2958066414,108861,3462513390,185258,392930030,239008,1234805491,247118,3175080692,98406,1195606772,218088,203440889,211292,2641216250,107684,1220575994,189419,1146479354,196159,3117966075,136563,2299446012,201728,1363968765,149999,780477181,234564,801997567,111409,357393152,220820,2299585280,241263,226378498,93589,1226416898,128247,3337708290,192456,301900546,237299,2461221635,178734,94831364,101741,1187980042,198127,3289064202,205969,3623781130,237010,2657731339,184716,977412875,226230,430261004,221024,1734476557,127297,2693301005,173431,758399758,160166,2851218190,176170,3991585550,217199,3183584015,232888,3128623887,241640,298132240,199278,3812598544,205862,4093584144,228877,3653821202,187834,1140335378,191348,788726546,227615,1363985171,134390,2238980883,183866,2427568916,128219,1722999572,205553,384287509,121581,1234789142,175946,967721751,260400,3401474840,125180,1575805720,187713,1343161113,131629,2444575515,104790,1129472795,148616,1668825884,116345,3335496476,198239,2304680732,207126,388948765,165998,355967774,150593,2719195936,138422,3878011680,172983,128230177,130361,1849180961,187478,2618901282,94168,2881192738,199540,3441001251,134239,1829487396,177785,1540096805,257306,217244454,195104,3844703015,112525,1361543975,159130,2788901672,162660,153355048,194293,2996519721,215475,2076861226,125770,4163724076,141522,168452909,106377,2127946542,159370,4032308016,154364,922944304,245599,3968951090,154063,2900443954,185802,750961459,149591,1302987572,116434,1777402676,130668,1683317556,189812,1209557814,214858,2038891319,156015,1234363192,202490,3269641017,142373,3399213881,217805,111878970,126047,2355585850,193860,3346965308,149079,3847725884,179622,2963448638,218524,3155985216,132936,2637816640,147972,2809520961,130006,3151291201,156136,3193103172,166202,1003848518,245102,1363985223,136530,352682823,171753,2367562567,174911,998359879,201972,1430373192,102609,3751379784,156372,2485011273,233403,3818349385,243714,3457049419,93733,2093941579,239834,232637260,208154,2029364044,230188,495158094,98121,2725438288,124564,1779942224,163343,3210527568,192060,112796497,110818,1940808530,111538,3491480402,168471,3551888211,226976,1150018388,115720,1515381589,129329,993616726,179458,2026177366,213933,3734184791,180364,3764429655,245504,2463302489,180438,3008684889,226667,4088243034,162807,2640118619,203799,1537827676,159485,3726615389,115772,2426594142,203781,4144325472,192994,4020462433,209935,2629436260,159187,2563818341,194036,2706547561,254028,3297141610,180066,2910274413,97185,666461037,261954,1379500910,164565,2948359023,131973,866468720,124738,2211914608,165806,2028987249,222797,2174468979,158881,3622716275,182819,395928435,190603,2755183476,216857,2406278005,204908,3474310010,114997,3434865532,236844,935625598,198521,1964622719,111519,2175222655,119403,2683921281,166596,3616867201,217141,2332050306,134914,145793925,164319,4223206279,96860,2065458055,215394,968491912,219339,600466313,157127,3046548362,223683,3813933963,203072,115483533,160809,2602886032,151122,3442131858,116389,103367571,100632,3825107859,134585,2482144148,151895,4174037908,187311,1711719316,191541,1361855381,156620,2181342101,204878,4253934489,169029,871908249,200238,2986779546,223125,2951562139,242922,1648001949,128093,1009370013,184420,336356253,235341,3486778270,194315,3302212512,196594,335307681,136911,3804750753,160193,4158464930,120366,3960955812,169822,781837220,182798,74679207,170873,3751379880,156239,6955944,241197,2955281321,190097,411788202,98470,2633270188,174177,404063148,203234,348890028,236645,3037553582,130134,1127523247,103424,1744520111,132843,33792943,147869,835994545,136426,2648163250,135124,706102196,102419,623526839,182425,3150431159,191979,2148697016,216317,2033673145,147507,109077433,205319,1109377979,96679,4004504507,139590,2258117565,181698,3006260158,104554,481166270,150472,995271616,95677,1966269377,106948,3122176961,154898,3127518149,163327,420668357,172168,3113821125,232533,1361552326,159730,1469424583,136284,85599175,192726,3563422665,265087,915030988,157396,353715148,165118,1612399565,147926,839590861,193638,409756622,153790,2523554767,258435,4025222096,126260,1646552016,230352,175285201,117383,3531285458,203334,3865093075,123176,938288085,259907,898466775,100067,1108272087,256593,1720107992,118296,4082090968,219683,2764940249,195865,1362084825,249249,1189921756,220688,472392669,134939,387892189,260254,87327710,103815,662569951,110232,3864257506,196528,1938129890,228573,969319395,119383,1123689443,209479,1396007911,189790,3536503785,158767,3776283626,103752,3407512554,221188,1995006956,155548,70288364,191777,92873708,227263,2109285359,264144,3959694322,194619,1748919282,205573,3906233330,253050,2947408883,206772,3056124915,231750,2866570232,159145,1430504440,218833,3970253816,219895,4166091769,152488,1692861433,191279,375383035,165154,48145404,157379,2481939454,111969,809436160,241292,3751388161,153473,1578001409,189078,4010468353,257804,3735528450,113807,2498429954,244430,1983767557,173198,3010880519,100984,1702970375,113139,3273303049,244534,3265111050,101508,724583434,257193,1360552972,174991,2835948556,254360,1883137038,243892,3221160978,101788,2670339090,118223,3814384658,164930,1818723347,185410,2823930899,229797,3639837716,156729,2548057110,222314,3253371927,176018,684262424,235305,3762119706,103563,2894038042,126140,4141704218,220604,2883052570,224291,1607394330,236449,182780955,168175,3336668188,219035,2935415837,183845,3413419037,233006,2824086558,136334,757318686,213210,1345831967,103294,3354207263,187099,2320000032,162611,1807811617,263041,1757381666,133083,3733603364,156681,4174316580,242838,3080528933,123799,3894879269,252842,2158527527,104310,1712866343,117365,3090908200,171121,3419931688,220470,2571314217,223074,2217509930,196411,281158703,97973,4082566191,182900,1416913967,214733,3485090866,105127,777331762,213568,1400030259,168005,316097588,98590,865403956,198588,1724236852,214665,3201492023,222680,2236007483,143231,2120066110,146722,2961335359,207866,2694341696,168048,10429504,230589,495387712,251753,4097713219,197753,1954399301,222346,2814149701,231363,530220103,188522,1659102279,238117,2126185544,95807,1413563464,115198,3751347274,165487,479274060,103176,3842049101,220664,3958957134,160721,798434382,246698,1158562895,139740,39527504,179878,4140852304,189448,1459119189,99201,2387838037,221333,3041403990,125973,2804212822,177993,1546560599,233814,1111041113,153899,2353874010,141116,3139904603,161522,1307903068,215964,515605599,261773,1011991648,95097,4271006816,189964,2908734565,229388,3242779751,161259,4121027688,263689,3514590313,263760,2650432619,132091,563446891,256515,2315748463,100276,656426095,215499,723821679,233753,3006604400,248952,679838834,142036,1139737715,149852,3656057972,138809,3656057972,138835,3656057972,138869,1360667764,166358,839418997,155656,1058333816,119874,3026437240,230646,4000007289,160295,1909351545,176430,1119896698,182182,601359483,248210,1030784125,226726,2253055104,103878,1347470465,96355,2508440706,110836,2028201090,223021,1965253763,253272,840172676,190071,544752773,126011,3552978054,105362,1596646534,223827,2949383303,118394,2265236615,230800,2581234823,255278,3963110537,117929,1124754570,142111,3944400010,222876,3231491211,208015,4138984588,214281,512574604,245991,3953468557,146170,1470653584,114593,2957722768,215811,1728701587,108141,965485716,163869,219997333,222489,1472455830,262377,3639485591,97883,3472581784,110622,2755183769,138963,4235068569,158615,1658528921,223355,759170202,191566,1458570394,247011,3953599642,260020,809419932,214584,508945566,97869,2075059360,240390,1363969185,149205,2607883425,171460,602891425,204853,2127357089,249501,4162438307,132215,4146627747,176786,3510871206,213504,4277003430,241080,1006052519,114578,3303204007,137413,399418537,170935,304923819,126591,1360864427,165088,3295634604,196322,2385822892,259213,1216693421,114417,153494701,258364,2203550894,156098,2449941679,177181,4079273136,119753,2642158770,219953,24216754,240048,3537880243,118604,409175219,149127,1359357107,213010,2025153715,220727,321889461,170378,1605420215,168901,3000820919,182495,237200568,192362,2314822840,226904,3181012153,210049,1179034810,229596,3156763835,130746,834593979,147592,2518975677,146972,4057834689,132372,1686693057,143445,280904897,237581,1868063939,102098,242631876,129605,3789579461,252934,3925468364,196044,3270542540,211653,3675268301,188119,4264469709,252052,2529748174,231389,2263082192,143949,1574167760,217460,1974936785,107916,368551127,242108,2562491608,140019,3486237912,164251,3123430617,161788,4030612697,238258,3732849882,168829,1687233755,254413,1186923740,119597,3125396700,162532,638797021,160444,804103389,220132,775259358,135416,550421726,253684,2782594274,102074,1658651874,262847,1209074919,109143,2004370663,255479,592930025,105325,935609577,141655,307438826,135233,2129282283,111016,788653293,230338,504579310,121957,2699003118,154576,1126040814,164772,2135418097,254483,3253855475,189483,2179982580,141460,1942308085,179066,1919804662,186594,1532347638,200799,2016937206,204290,472810744,135068,2534728955,192887,64726267,203749,2214987003,241364,1175676157,241049,1027351807,116923,801834239,265235,1130472705,102396,3470083329,249682,938624258,142890,873653506,172925,3907552515,133387,1796891907,246510,2863645955,263118,2259723525,131589,2763040006,217723,3841385734,248124,2778965255,167588,2306737417,245293,3926009100,182644,161309965,107981,2469307661,155866,3155166479,154839,797877519,209030,733013264,124159,2910872850,144766,3751339282,165501,2494047508,134333,66880792,209335,1632822553,143585,2959238425,158933,627721497,170069,1360553241,174934,183248155,174843,1355474204,211891,1133233437,159003,3612075294,142660,3800671519,116020,997917985,206895,1975952673,243083,2993235234,218570,916464931,170303,926614821,138611,2449941797,177199,2378401063,118899,1387095335,143161,3351119143,198566,3883541800,245151,204629289,195608,2294547754,115645,1528096045,223808,1172186414,96746,4052444462,248915,1080509744,259169,2070029617,141695,1943307569,194005,3759899953,240946,3601122609,262242,2555995442,229169,3516073268,149802,517834038,202184,109626680,128714,1635108154,163067,1698161980,174887,613721405,114799,105973054,108950,2932516162,113753,81061186,182875,804472131,94129,1592362307,208876,249644356,98155,2784011588,200764,2851792197,177333,1825523013,210161,3840222536,108250,2181129545,181676,2958017865,222661,2611225930,96046,4087620938,163976,3528426826,227919,1859650890,257697,191825230,215063,3907798353,201623,1549043027,124635,3037562195,125258,3538847059,184040,1130612051,210852,2043446611,217994,1384039765,183671,236119384,134304,1181803865,243454,749004122,112935,1987183962,129856,1464599898,248808,622118235,165285,4151010651,244882,3554805084,119074,3973072220,222412,1571571036,242447,3563144542,187690,4039599454,233959,1033463135,122566,2236007775,143250,507061601,138485,1869923684,146323,3919242596,214310,3046139237,94961,1360864613,165073,3995862374,94086,4139214182,120317,2267891048,247996,3051201897,233421,3617654123,104861,1272792427,230996,620766571,242323,2195834222,200401,2164802927,125924,2693227888,173237,3047269745,148825,1793418609,226204,2412217714,100518,3547727218,185449,4082705779,130086,3832481141,130502,326821237,136870,4228089207,140797,2788730231,151461,3498444152,254214,617842041,147373,2040522106,155503,2133443963,214960,1734567291,252653,1363969405,149643,3971704190,123405,670737791,135659,2205533568,207597,3805013377,237220,3820963202,145326,1854842243,205921,3751347591,165445,252740999,259018,1070458249,200202,440665486,163815,1811924367,111295,1407354256,216752,3857089937,209857,1329530259,210258,3450275219,230865,212428180,122207,1605911956,164544,3709633940,263579,3164202389,176561,3324339605,198611,2942027157,229148,3119211926,166230,1149339031,101726,1669588376,103369,2578433434,108048,2591917467,95840,1363969435,149357,3338610075,164711,2352244123,255753,3462579612,149104,1706689948,216561,3140879773,255119,3595937182,109894,3778405791,102310,3067454880,203166,3685402016,248649,2164770209,116745,1011410337,157778,1343088033,252297,3655706018,139028,2931041698,191523,4173284770,204644,3886859683,220259,2635711907,224436,3165103524,119048,416220580,146903,4262880677,117987,1145791909,120130,2565612965,147319,361211303,246217,3193890216,101461,1362453928,153775,3108029865,164615,2838087082,197220,1360610731,165515,3102139822,254588,1919034800,114480,923936177,187596,3159811510,120979,299738552,206122,2851063227,94772,13542843,120897,907298235,168715,383296956,209980,450225596,251424,3880027582,182838,4157515200,142637,1579771328,255867,3514377665,231489,178914755,123621,2740430275,163004,650700230,107839,3920627142,195621,3696321990,243954,841991622,255027,825501128,235902,3467068875,148217,356992459,166683,1024542155,207473,3449021901,199334,1613440461,219973,2934703566,185086,1815864784,190233,2447230416,233465,1523525075,138341,3434972627,139047,3274868180,173373,3330049493,100154,3910059477,234967,3910059477,235070,3218834902,118550,2508246,152069,4005307865,235789,3840370138,163568,2883585503,157262,4016391649,248024,2038416866,213546,1801971171,249182,3509380580,193711,3364054501,99771,131114470,98423,3354625514,259661,4252493292,199679,3299673581,203545,2739267055,244123,4262757873,249374,797656565,138366,1161070069,164030,421553657,129733,197666297,232366,2804975098,177976,386999804,156346,427263486,98763,2443314686,149415,875652607,172265,2155898368,131854,2953569796,227933,1058858501,212463,1826768392,121021,2685306376,234885,233252361,119022,2703697417,169305,63137289,170820,4263183881,178865,867427849,189039,1031169546,166750,382363146,247058,1345758731,147342,3014755851,154284,2863015435,233445,836060684,147694,3135473164,157363,3557361164,225044,53388813,123567,1967392272,197142,3365766672,216118,479970833,204588,1693279761,256643,816186899,123690,391161364,218701,3157698069,162340,2694309397,170747,4191282709,172283,2429462037,194336,3229017621,199071,2165859862,140348,3819324950,201319,2855093783,109722,1727374871,131609,4149724698,246101,780805659,100369,1694934555,143069,968762907,191708,2620671517,162103,2626930208,93998,3257959968,162366,2515584546,206714,386442791,96655,3713402407,202696,942655016,99937,313861672,135044,62858793,224577,790021675,242078,947750444,94334,1320470060,126873,4213745196,155095,1268909613,226295,3039241774,226171,1703618095,187990,1164019248,103257,2616100400,185064,1423337010,127433,943719987,110459,1039836723,124994,286008885,132582,2815952437,256844,2669725238,143655,1258710584,250413,3933652537,192562,746759737,242492,2596759098,138455,2907162170,174028,651503163,128843,481330748,193981,47269437,157761,1840637502,104970,2842404415,152281,3156854335,155733,421094976,93609,2065573441,203248,3006121538,98293,3237332546,203279,4057892418,212311,3950749251,154171,942900803,193018,176801347,195310,2893416004,93696,3292071492,260079,2888197701,109737,2268751429,217564,2349065798,217049,1659127367,236173,275621448,112707,1999373896,155297,3095438920,175653,1074357833,218180,1748764233,255732,2956535372,176627,1521051213,108886,3552814673,97735,1723500113,246962,1907156561,248230,4091258450,151438,2340513362,214841,4054140499,102745,1406330453,101046,2915788373,165530,389989976,201517,1180255832,249285,3461424728,251858,3636676186,110553,1731520091,235581,1041335900,158432,891889244,221730,2575386204,242620,1558947420,244652,359237213,134001,802801246,195938,802801246,195955,802801246,196336,2775680606,212773,3851044446,232487,1260439136,245642,590988897,156635,2850997857,176502,4204283489,236285,2951448162,228463,3862062692,244173,443647589,187011,4283967077,217407,3673081446,104662,3227657830,249526,2090428007,178437,2914223720,178774,785368681,131824,3278014057,246676,832169577,246845,2294515306,121230,1041933931,241731,3112027756,124182,148989548,136044,1853671021,104827,86460014,161158,2280433262,164144,2135557742,257624,1943348849,112952,407103089,262967,344016500,131703,28247670,145842,3014755960,154302,4127188603,101306,695379579,165416,192185980,114e3,3630638716,179541,1088095868,227558,561645183,108995,760792703,129410,1214162559,170238,2019665537,119492,3676276353,212583,2782004866,228351,2854184583,142236,1722656392,216336,3115042443,184144,2719680139,186550,416982668,143876,2530313868,206654,1400579725,142435,3797018253,165575,1313441421,175153,3455575693,200685,93644431,180977,489653903,256335,505906833,204230,3093702291,165908,3032180371,258015,1791116948,200047,1224369814,114941,3447981719,214236,327354007,218503,1197295258,112819,434292378,169215,263562910,163293,483845790,180387,4273612447,177549,1261504161,236052,873981601,263085,385304226,221906,1299891878,133436,2590000806,188901,2292885158,192470,166291112,150256,672122537,185471,2291631785,186010,2914764458,134752,223471274,251450,1928251051,170915,1339827884,222530,3252864690,107315,1815856818,110642,3693389490,117407,1430316722,117692,1674372787,109158,44058292,232991,4166944437,222752,1310656182,97489,256353977,219363,3777177275,101484,2913797819,139989,2962917051,217083,1243555516,159572,3780568764,166837,2003183292,179923,3194742461,103999,4082075327,229455,3222759106,136987,598066883,148164,2988582596,176711,2636228295,147063,47908552,157153,2916476617,233672,1318004425,237369,3326625483,114046,2244708043,181661,1088743116,111353,2263402188,112987,882722508,120962,1009436365,236700,1426982609,120948,2867324625,167493,3682846423,102255,175449815,239161,536921817,163770,1770014426,166503,2181670618,210871,2871617242,235641,2803607259,235746,1702299355,247809,3417843422,254264,1132734175,227158,2776360671,236867,1931405025,191061,3472803554,197983,365520611,137139,4191151843,144081,3735201509,186789,2814199528,228511,1228211945,175611,156010219,151394,4103603947,228793,2814625517,253157,3960940270,94250,2652563182,109376,3811026671,159089,3146458863,191258,174507761,107964,2090428147,178458,253683444,258841,1095534325,155457,2614626040,181844,1794778873,242887,1738139386,225348,3763595003,135811,1527236348,133327,4259006205,190886,3204278015,180854,1856358146,192252,3806349058,207060,2694088451,107021,588990213,155970,121284360,234391,2114070283,117319,301983501,113879,19965709,200073,282978062,149254,1702274831,192082,3213649680,126498,4022265617,149038,4197771025,225992,4114089746,108032,562104082,209552,1347045141,96599,3411773206,203263,3888015126,223198,1373775641,95217,3738994457,182593,3276130075,236426,3222931228,140123,4067985181,97549,3481003805,234911,1976641311,234368,205219616,110759,661194530,107185,3283724068,140192,3883976484,229093,1931028261,234440,227551014,157801,3851208487,226959,229639977,142313,2845689641,151055,2694309674,170597,4211164970,248260,4179707691,166062,1711548203,195185,3836249899,197196,4126312235,217823,2980423468,231841,2753382191,123279,1262315312,110978,290719538,109429,1809467187,132064,2611144499,212086,3393414964,145813,1379313460,188031,4230465334,251654,818284342,259544,753518391,174433,4127123256,103972,3266963256,175351,2262484792,244198,1917642553,251499,3680356153,254837,3967805243,162438,3067447099,243065,1915938622,216879,3723994942,238647,352339775,118688,3385247555,120856,1189037893,236479,3904948038,127640,3222226758,149511,15525702,178850,2554087239,201118,2375894856,100383,3681273672,243481,534996809,244221,3114469194,200379,3226568523,123892,413353803,133945,1485023052,229999,1042704205,242779,2249066317,244574,992511822,209771,1149175632,179183,638281555,160395,3491211092,254104,3703842648,120555,3991717722,124758,3026184026,264672,3870410588,188005,1362724700,255710,2207287133,187295,326043485,245697,1071048542,228544,4283860831,150420,2332911460,176519,852387685,164301,3606202213,252500,4002621287,131786,1746339688,178572,3074844521,257959,3592882026,141491,2705205098,261407,1434642283,209956,3393021805,199300,671795054,181197,4267173743,108441,1134847855,260733,756156272,134133,467855216,223590,1883252593,263947,4092069747,119935,1355908980,219909,1799874421,151798,299829111,149372,3358713720,262116,175384446,111128,3127043966,250700,4196771713,114062,542664578,127096,3665069954,259381,2580498307,113226,747726723,214102,3991693188,216473,857802628,252388,626657159,113561,785409929,131943,1525303178,195523,1353172874,202890,1452746635,252476,4004808591,180544,443754383,181772,1537689487,218985,1361012625,164342,2214242194,240091,3531564947,174045,2970068883,212561,2804533141,139312,2110621589,232601,115607447,174257,3511805848,169281,1885235096,191410,1753647001,212164,2670102428,108011,2178025372,252161,3629434782,109412,3587475359,197046,2942691231,220450,309667745,261128,107349923,190028,873883556,137308,2309965733,129454,2870634406,130812,3095144358,176110,809576359,102047,791586727,148873,690407337,219766,690407337,219788,690407337,219817,690407337,219848,1274685354,205799,999761835,112893,131606444,112970,1046259628,193550,412190636,260057,1058531246,113665,974563246,130026,343230383,109761,1065625522,98054,804767668,183822,225003445,188481,782698421,218311,771688375,118938,1592084407,208354,253028279,256728,1361545144,159022,1649420216,220889,3072788409,160855,3808151481,225700,864577466,159111,746997691,128785,1799276476,216299,3561424829,194211,2171496381,211349,2039973822,106689,606201790,117944,3476113345,97954,2941257665,134499,2527258562,168302,2395383746,175563,2733205444,115543,1521059781,133877,2675156935,141138,2510178249,210838,58959817,259985,1541556170,101893,3981166538,156172,406448074,227320,1939449802,228076,2711807947,104417,1034741707,121897,3055044557,154654,2071726029,217779,1045006285,223973,3535947726,153338,3277998031,139237,4294756303,216164,4264978384,188461,1096419280,251887,1096419280,251910,2479065041,243249,3614353361,243347,1687939027,189993,1929619411,248938,4209182678,150014,4015540182,169852,12199897,195824,2163935194,151146,2716002266,186401,1692862426,217322,3701204958,164013,2308556768,247828,1245497314,224050,4254320611,118744,2818295780,113894,2236262374,124222,2319689703,170614,2623965160,207691,4019947497,121827,356591593,129875,2524301290,236230,614582253,119456,3125798894,159745,2878892015,174762,3335432176,258867,2724980721,161682,2789951475,136016,373295091,137513,2449156084,214420,593143797,127482,1797621749,254771,163104758,103474,2331420662,107427,3506702326,129773,2597718006,249754,1137084407,105271,3817187321,203317,455600124,231198,77228030,248045,1387759615,197368,2175830015,215559,512919552,95044,3662718976,136931,2641479680,216254,950716417,259132,875653123,172229,3038849029,110212,2765596678,114519,2677516294,139621,1540769799,242302,2517993480,120832,1471244296,138199,1029875723,148392,4219963405,172118,3937527821,180313,300025869,185364,2677278735,160510,3225413647,235538,2394040337,231791,1866688529,241807,1051879442,150681,1909319698,159169,498141202,211324,2677278739,160648,2901592083,249921,3318482964,118770,1395836949,131180,3825412120,179504,47056924,157728,2724849694,103451,937617439,116322,289490978,219301,1221806115,179103,1028565027,215604,3954264100,124777,2215807014,126843,1772292135,99093,293709863,149435,3609552935,211683,3092047912,226605,3537020970,141569,1041049642,248386,622266412,137196,938944556,138698,3943442478,219432,814368814,257676,2023942192,112576,245336113,252009,1451042866,111614,939116594,132646,3795609653,232022,1222723637,257239,1179207735,206137,1254721592,255941,3848103993,95535,1159301177,215155,814999610,138782,845850684,256260,1280968768,264595,1310255169,173042,2792523841,181754,914360385,231511,3612862530,190807,3295537223,97249,2933450823,126554,1137363016,184021,1211295820,195922,4265052237,162009,3519023183,195802,3836250191,197208,3499771983,199418,4134602831,213956,1077446735,234237,1362233425,155939,3132491858,158958,2264270931,238874,240109652,106847,4264446036,261757,2633238613,106149,1896024149,128505,2849597525,175747,1480394837,198064,2606016600,244043,2073864280,247241,3797657689,256162,1768941658,138224,738879579,147640,3198756955,255184,1979787359,98571,3836176479,194607,1363970146,149732,2585741412,116371,833316965,202511,3206154341,212876,3283609702,140272,3475310695,163720,3776219241,185859,1097681001,206847,1216448620,167402,3668076656,163432,480168048,221353,2578598e3,237852,2264426609,106621,2371692658,107211,2234550386,145202,62056562,233773,1770211444,161011,3690244212,187334,1410697333,244355,3799656566,130585,86558838,232460,2310940791,250362,3724609657,104269,3370297465,113303,4115671162,243977,210192508,197677,1547643004,211816,2204821629,164065,3145943165,232581,3189221501,246275,2892654720,101562,219547779,130224,3868715139,158487,1490913412,109810,4022659204,196627,4076193925,232819,2470365317,247141,3276228743,195908,3245009032,142679,3159074953,155954,3797018761,165554,3952986252,139336,594380941,120780,2616313997,210678,3079866511,212283,1183221904,130779,1005209746,133656,1610164371,181373,2948688022,198540,1359931542,221561,2083842199,182551,419285144,226868,4240443544,249623,1746847897,116691,2985052313,158829,182954138,109671,1485121690,157475,2694744218,169871,1162234011,150743,2818828446,192343,1072154782,265032,3192481950,265101,324348063,257979,1360308384,129299,1361561760,161574,2252245152,188562,3321309345,128687,1844168865,214704,2729470114,173448,205318306,196899,1712720036,157514,2409441445,112743,2573764773,194856,1362839720,152995,2983717033,244708,1669867690,95701,794839211,230906,844564655,188435,1939343536,96243,3058141360,124300,1661774002,103405,2146437298,157582,2930092210,180337,3983124659,165938,83577011,198658,1361537205,157980,522848438,151035,3770190007,218676,3595520183,250138,212486329,108386,3945965753,117960,1685776569,214194,346671289,236730,22177978,108332,2543487162,224753,1052125372,229638,3230443711,159884,3280038080,211469,3261221057,110576,538060993,255335,3643877570,153724,3231262914,184343,1009453253,95024,2280007877,199727,402376904,126969,692177098,128352,2219157709,151635,3279751375,136448,2626996432,213433,3224447185,171623,758548689,246816,1829488850,140100,1392232658,223416,3628067028,99353,945400020,116725,3751332053,178526,1925408982,179941,3752413398,190578,3841878230,205395,1326500055,211828,1358915801,157282,2330101978,156152,1332938971,154456,4085623004,201741,788990173,230232,2720065757,246242,1910548701,263994,4088350943,182712,2711865567,196759,801999072,246124,801999072,246148,801999072,265218,2832853217,115489,1085966562,106722,2094754018,173121,4093913315,221795,1895762150,163136,2262280422,239955,4142967015,177152,1176996072,218964,569116905,105946,1770350825,117914,3236497643,176984,3751364845,158565,4258097389,161557,2843199725,164672,535701741,191216,3902138607,262710,1089423600,225625,1394206960,229362,3751430387,150768,692947188,143187,955869428,186927,482789621,260872,876013814,249268,2993228023,201698,746105080,132184,1863002360,177081,1186228472,221135,2951194873,179369,680610041,216798,4017334522,222018,219343098,222976,21907707,142917,2419427580,121522,723519740,146621,3503442173,254610,3836176638,193355,4164765953,110025,2008205570,99077,2423671043,168146,3745278212,97935,2421442820,149492,1070344452,200552,489498885,205298,2560076038,183406,3829852423,106284,27838727,243041,768338184,158327,927525131,219702,2452850956,241951,108996877,133543,1648896269,140939,1179175184,231164,1258301713,98877,3723905297,113374,220784914,97902,397666578,107342,1295173906,147819,4171270420,245552,2712938773,131649,2413668631,122893,820111639,234145,883984664,172635,2834942236,219996,1555646749,128573,3418827039,150635,1061341471,212818,880044320,224112,1660053793,108695,1880697121,244077,1665083684,208832,921766182,154599,1067272489,192684,2951481642,97312,2400389418,226923,1538279723,110960,1809426731,111085,1027238188,182012,2806860077,112461,1328875821,120878,3222759725,139221,12372270,99246,4099492142,142547,1220364590,150159,758270254,222813,3707562288,186734,2509097266,158089,1230637363,134085,397470005,125193,4273637685,238358,2063124790,239800,639396151,240711,987138360,216073,353159483,181921,3297593659,186087,3793168700,109024,290310460,197599,3262294334,175318,1421789502,209884,3273632062,223993,1061390655,166179,1770850625,191045,724953410,160700,1821952325,245175,3222284614,150782,2677279046,160353,4261456198,160792,3714312519,218879,855427404,243609,3852839244,257581,3142986061,167253,1332767053,241214,2723629393,95194,3780208979,224656,1860798804,161712,3218663764,224811,283339093,106798,3842582871,103087,3257878871,149272,3592063322,263421,3848145244,103334,2641971548,107752,1843882332,181941,947751261,245087,1548052830,214035,2138589534,264454,1541777759,205752,634636640,192277,1361545569,158647,211028321,224393,2892884324,248481,1126336869,256178,3613108583,195352,4157450599,203434,1168591210,139355,3116820845,124201,1361545581,158632,3948792174,195845,4022118766,238687,497977713,210498,4239362417,231973,3541551474,97753,193112434,210312,3556477299,190009,98036084,180836,1360546165,175508,1299892598,133454,2619771254,233692,3266062712,110603,3132983672,160317,3811953017,117779,2673682810,213985,4008831356,180276,1765763454,151417,3257911679,149289,4273113472,241610,3115035009,98274,1733536129,127531,4155500930,113688,2575157634,171278,1361545605,158452,1124305285,191918,2506172805,256054,1199196551,129839,1361389959,162596,1529899399,205240,3837913480,95901,1391667592,168959,2549459343,128664,3437554064,174408,2866129297,171972,1521543570,212333,4190472594,257711,529967507,168927,3819928,189673,1361545625,158215,1601251738,137277,4031408540,148308,3551480222,254817,985647519,211991,1925040543,247627,3270003103,265119,1965091232,129355,1697950112,235458,2636949921,165788,1360513442,177833,3151563171,186191,2111744421,224095,1876027814,115433,924977574,191833,562997671,150660,129378727,201534,2048412072,172563,4037413289,111648,2292476329,172708,2210187689,236194,516008364,255557,2300414381,113184,1300130224,172768,1833167282,147483,1588898226,190826,3691407795,236755,3537611188,253137,4252731829,124459,4052920758,133412,4165167543,240922,2876475832,241862,1302956475,101013,1484843451,177715,2940086715,257997,2045143484,127455,3670247869,126475,1954023870,248460,361761215,133716,3182225857,151280,2474396098,143339,213313986,207666,3431213508,244632,3738184133,104150,4116613573,115258,1195575749,119177,3132795333,159868,1643751878,152904,3095521736,101339,616729032,144975,3668019656,148993,2905786826,174089,397044171,192794,277080524,265011,1231047119,208500,1881598415,209670,3082660304,198330,2064124368,214387,3868010961,245410,1975765458,258341,1138379219,171255,2892351955,193744,2467924435,243693,1070041556,99811,2455734741,176921,12741077,254730,3315091927,100408,3512273367,143136,2736359896,172943,2959452636,124870,3797289436,261201,3877456350,105964,565815774,153968,3687516639,100949,2621524448,200830,1315195360,262016,3634244066,171484,3018918372,131331,720824805,105921,467364325,120704,3757394406,224911,39430631,112616,120670697,149974,1133062634,154384,559155690,231565,2488232427,131890,3222759915,139205,3872803308,251263,4217547247,102633,2181646831,248353,4068895216,192609,882067952,210120,2638932465,114915,1844881907,223859,4219922932,143561,3963365876,209462,1750116853,157627,875653621,172247,3080595957,191385,2472348150,191891,336210422,259404,3429419511,205884,3836226047,197530,2399005185,158525,325700099,229690,1165003268,188224,1015114244,230935,4162750981,199803,3052259845,213228,1047185927,162321,3729680904,136140,2096663048,138303,4035455496,214720,1944259081,118618,1099188745,198257,1269877258,158173,1470630414,208894,1758448145,234797,4274350611,183240,3036776981,141994,1228401173,163536,2575264280,161039,970353179,256783,3879979548,146111,2867669534,103696,3467528734,181416,160696863,136117,3869534751,158467,3295914528,104532,632433184,223251,2314136097,141185,2856815140,131113,1628170788,170420,2738694693,105811,3455380006,114308,1315416616,171054,3451669033,151574,3763235369,188503,2680564266,191245,811305516,239506,2386537005,259828,3542944302,113050,3129731631,239242,3547728432,126944,3450669617,159438,3657894451,164048,1955433012,230267,3674745397,113837,3309546037,116286,1218480693,256538,3502901814,253224,166505015,112211,3275852343,194825,3184142909,151854,1101343293,161499,1569573437,198429,1999620669,233938,2583102,113515,2755848766,166389,802359872,214082,798026304,264376,1360521795,177612,1755310660,241238,923085382,126212,2408548934,246652,379693640,120768,3889597e3,243870,2762320462,190208,2348010064,122516,1723083350,187861,228780632,168773,205302360,197003,1154976345,119475,3164760665,167904,2497710681,212417,1713629786,131766,2154146395,108720,3198380638,196878,3907766878,208966,3992652383,124053,3278056032,136894,1180854880,230497,3948399201,105438,3948399201,105461,3948399201,105563,3948399201,105605,3948399201,105644,3948399201,105679,3948399201,105724,3948399201,105755,2531953251,204115,2193517155,244785,2158668388,223875,1702775397,227886,2818280038,169915,3414256231,234121,3090877032,173468,2107837033,243588,4086688364,229236,920939117,175413,2112932462,148535,1190644335,252799,1171720816,154486,3890317941,157170,232548981,211717,4183075446,150859,1669843574,156439,2401200758,179557,2694605431,170562,3108358776,93828,593046136,204753,3100666490,196268,3974924922,200179,802916987,122333,2887395963,190513,596036220,102331,392645245,192745,1281788542,120108,1364372094,230102,3751430783,136393,448858751,258059,1352551041,122085,3799493251,104210,2592467587,106961,3222563459,123703,3458599556,151350,219925124,244307,1488325253,227775,389540486,223790,2318723719,225747,2602715784,208211,419023497,97372,748866185,175040,2189118092,100913,2830887569,96449,698395281,191742,3474729619,264970,85076630,142287,1797491350,185723,618023575,131005,3237644952,127594,335325849,104502,2229258906,116545,177121946,216100,375646876,111468,382536348,133922,2770029213,169629,1405192862,207100,3010128542,240905,2385447585,202812,2397686436,176768,788425381,260109,437889702,250963,973458087,99024,528329383,170337,1754196648,206944,429173416,227061,769919656,251841,4073106089,112762,4219234986,209814,1264822954,220581,2125793963,96060,3272633003,133307,2975287979,136094,1422715563,263451,652954285,134438,2968873645,141302,2966751918,103353,1011018414,222897,2615102126,250527,985066159,239600,2747615919,262305,1016752816,133592,3085175472,199028,2565016243,146949,266709683,232862,2555234995,247523,2189486773,136675,4235094710,158548,3224357559,211630,2938890937,155713,1816136378,155426,3924077242,254650,230402748,126773,3751430846,140591,1044548287,102882,1394633409,223166,3751430850,140289,749152962,155825,80399043,147536,2105625286,162918,3789081286,187368,1668303558,262556,1726212808,122656,3341576904,246355,3315821257,97465,3667651273,111587,83962569,240973,353266378,220801,4030655179,261052,824707788,170992,299092688,208391,1631619792,258999,2280114897,125620,1289923282,213875,693283538,242063,3682880214,152420,1626270423,139772,3095915223,175452,11553496,196215,1526074073,228407,3855502041,241343,145165018,214403,4243393245,119090,2657233629,234103,3677588191,141870,1435675361,114441,1099557601,136545,3804596961,200647,591571682,131257,1096968930,135539,1096968930,135577,916163298,170579,921791207,170285,4036545256,169235,3751389930,153761,1914432235,212842,3249072876,161284,1996688109,166531,2570644207,127513,548416240,179676,786877169,128017,381086450,186309,1198623475,142139,3368872691,207747,1209109235,233101,2812062453,211959,1126951670,105340,1960446710,239415,3676572407,93675,3547908855,190150,2939398903,233353,2993793785,122052,2219920123,247421,2455735037,176940,3258288895,149453,3527568128,245269,204614402,193367,169650950,103541,996592390,201016,461245191,162683,3035114247,168332,4077996807,225323,763554568,125446,3304532745,161973,1918389006,255169,3625077520,185922,3108719378,108758,1291537170,133617,4244294419,159851,3763489555,260207,3607587605,117170,2226350869,248190,4238224152,99962,1848314648,236150,2674445081,179907,954551066,132557,621226778,180938,2139122461,162984,1444137758,111893,3946056478,175925,348982046,189267,1682836257,219511,2332044067,146086,2399505194,249022,639929131,125994,3846097707,209142,975514413,195436,3028454190,141825,496372527,96004,2101996335,216060,610659119,248884,546212656,246058,1447529265,171074,3169135414,94317,3171035959,101524,3272682296,144353,1064667961,197016,1903356729,201809,1541065531,110269,3795815227,154628,873638717,172888,1309354814,182210,205802302,196082,2935130943,221887,3565210432,117340,258706240,152452,3495111490,160916,3825503042,201564,2177600322,207555,2775231299,122026,1348520771,253729,3804236613,169164,2187103047,223627,4111076168,119666,798591816,202395,1269754697,234823,3579202378,178349,564161354,256798,523430732,151774,921799500,170267,2254531405,95326,3144854350,203726,4291693394,100828,3181767506,143090,4033203026,215026,3153095507,97139,506628947,180871,2185718612,174473,1584040788,206357,692849494,223036,2527300440,130425,2519780185,130110,667110235,253856,3639479134,119004,3648342879,221235,3822242656,158662,3545566048,228921,333048673,208920,3980831585,224514,3467758433,261626,4019153762,118958,2838866787,230168,194390883,261743,637954916,95754,2601159525,141370,395799398,132890,4073630568,171339,3222031209,227808,365751147,234483,1020939117,199382,876800877,248976,1599818607,262097,3835112304,116883,3222760304,139012,2447289200,152155,1409108852,162707,2308049780,240820,4134816629,102230,1401596790,219738,155839351,133968,1525730167,225105,936209272,100966,2424785785,196545,3365686139,153147,2099858302,205677,2542685055,104576,817982336,118132,4259367808,151995,3100461953,165826,321112966,174779,4070337414,199206,1769835400,185533,2449091464,208713,2877475723,122941,137464717,209074,1810041744,118037,3956042641,132292,2492730257,261346,633006994,227994,4035455892,214783,1077971860,260985,1354967958,98645,3677580184,189916,2267859864,227709,3642739611,178649,271862687,132448,1074989984,245050,1338174369,193213,1595771810,142969,973835170,204951,3132582819,159388,2055138212,129683,1152936868,190483,2759396262,227578,2946747303,183125,2906819496,173990,3762342825,117450,1929735081,235924,1321667498,169356,725167018,181966,204614570,193321,580307883,257644,706767789,167811,420309933,238015,3408948141,256221,199109552,105296,389065648,256421,2870414257,123999,3766209457,241910,3796503473,247698,4164815794,174716,3904162739,250984,3760409526,101669,143657911,209191,3334261691,205217,759163836,111332,2326940604,127129,4262857661,242243,4135955391,116116,4233309120,138584,1435798465,228939,1814326210,116770,2708048835,100104,480472004,103714,2419583940,233593,1418849223,147731,1947102153,94918,3459673033,155344,3727600588,215320,4148308940,250165,3112463309,255375,1597844430,139652,1642154959,195208,1076349904,138090,1247603664,175216,2724490192,242640,1638124497,98028,352840658,166706,608373714,182518,1260948436,133738,381602772,159594,4212304854,134210,501992406,200148,254544854,251016,3620006870,260621,1526139863,98700,1260948439,133757,4233784279,263173,725707736,152870,2220575713,155572,2043341796,104328,1144777700,129653,4204243941,135291,2874215398,175396,2880883686,245463,533588967,129383,592341992,104812,2977369065,155749,426191849,250821,2647051242,177104,3868634091,164996,314002412,199587,810544108,224642,916474862,170402,1578241008,179299,3703352308,104736,709946358,113102,3706326006,120932,204614646,193461,3770199032,135869,300870649,161337,1107553274,107940,1589054459,206418,3096022012,174577,2135215103,108538,1173056511,201208,744844287,257005,2885389312,182291,1436371970,101026,766594050,137982,619047940,213739,3167030277,126282,803859462,205034,1233349639,183317,2049846281,242268,3476515851,255691,3695397900,121813,265440268,150073,1038437390,184808,3914181649,261383,3751373842,156882,3095145490,176299,2081147922,255086,2381728786,255515,2616208405,197867,2360552471,141917,393595932,247292,98028574,189286,2153614366,212207,2434993182,226803,3365678113,103654,1847454754,170024,4163939364,100812,1304169512,108364,4161768488,140919,4183100456,202933,1235495977,241428,1909730349,193438,3702688816,135788,2055654449,256239,1169116210,111048,2612833330,192022,265661490,205193,2527570996,212674,3854912566,199890,3473787960,150205,3751341112,165984,3930221625,99157,2002144313,174454,3185019963,141674,3222228027,149341,3055742014,97034,918793278,239322,3684478019,149184,3499469892,263063,2908097605,96480,3046165575,153059,2547616839,229471,462031945,119978,4153191497,174541,2040556617,227300,2228382794,251600,1369853006,171097,2132462670,249869,1859538001,254864,2806565971,117537,1939991635,152016,3714354260,248331,2156514390,235125,2855791704,129270,45829210,224158,1030835291,97786,1064012891,128912,2944552029,248737,1361562718,161542,3051777121,261552,2647878754,215009,2413849699,111802,908586083,148939,2803911779,152046,1785392227,194752,2063813732,172833,1462643812,190125,2474699877,126680,3879496809,120404,643599465,265060,234982506,243202,2774109297,103892,1004055667,124125,3596307572,109487,3273993332,206173,4181937268,211513,1347046517,96583,1586572406,222468,2375838843,168645,525446269,196116,531319934,95261,3411201150,133687,4070083710,181018,2544192639,178540,336252031,182777,205696128,196255,4056149123,131804,3847785605,160769,344706181,178590,2308443269,222644,2260110470,195976,468192391,121184,69184647,234756,4002819208,115804,3898305673,206801,2245241994,179015,1322413195,259698,724192396,115998,3090877580,172967,344706188,173509,344706188,173527,344706188,173557,344706188,173576,344706188,173595,344706188,173615,344706188,173632,344706188,173651,344706188,173668,344706188,173688,344706188,173709,344706188,173726,344706188,173751,344706188,173774,344706188,173790,344706188,173827,344706188,173848,344706188,173870,344706188,173892,344706188,173916,471805069,134837,2381851792,103592,1625672850,249597,3680603283,123129,317205652,135490,2279910548,241713,1582656661,155208,2722802837,187635,1073056917,227094,987294872,215581,2609687705,172499,765856921,240477,3470847131,168561,3509316768,203888,1657040032,251527,2501799073,183736,2125663396,180116,2997308582,145609,3673492646,248279,1863888038,251720,1321446568,111147,857803945,212717,2309139626,133144,3006164139,113440,1153035436,185653,594185389,198085,3944959150,179862,344706223,154937,3926764719,169529,2003135666,174341,1421388979,104995,344706228,153424,3802901686,235604,775187640,128322,1121496248,153507,3796274361,179519,1582656698,155228,3475967165,250252,932777150,241178,968199359,180098,3725749439,236504,427846849,115411,3090877634,173003,3002543298,249109,4053552325,154980,2851253445,176315,4116573383,177370,2167188680,144643,2622377161,156552,923266250,104349,2049862859,141971,550030542,180252,980610255,163627,253906128,98046,3382987984,169755,654699730,97230,1525271762,181641,2797849811,151948,1059712211,192421,3486559444,164234,1933700309,107553,200420567,109470,337349848,143017,2313129177,126310,3273338073,244685,3837660381,95079,2826636509,177733,1593560285,208076,4023061727,217953,2374905055,234178,633646303,235681,3778538721,203358,1374055650,201142,1018686690,201362,3260656868,110345,1078430948,136720,948522213,242519,1614736614,102282,2235133158,223001,2030456039,96841,2005257448,136465,344706281,178602,3171675369,219617,4242558186,180566,1638272236,132303,2694270188,169738,4288515313,221964,1998990577,256986,2129726705,260949,3249827059,222084,2279959796,111068,475622644,220913,999410933,258084,2453794038,243169,1353886967,244328,298650873,134999,2657103097,170690,3270929658,119431,430943484,192201,1027419396,207769,2974289158,147032,3354430726,166480,720841991,135156,1362496775,154224,1027034377,125748,3908840713,261573,2478419210,130641,2787650827,94837,1362496779,154193,3480513803,260636,2044103948,97056,2638859536,260786,1560071442,140082,2536451346,168280,2507123987,200849,3849227540,189601,123186454,179198,14568726,207845,3222744343,139254,3222875415,140605,3430837527,158272,4159327512,128182,3042446617,220023,748277018,159459,2108042523,229508,4051283227,242810,3025145118,157343,2431929631,185016,4141321503,255296,4052151585,244244,2540727586,180745,2595409186,188052,3441487140,219019,128945445,101707,1783106855,217032,1371016489,222711,3890392361,253244,613526830,124966,1628310831,254462,2570071344,258385,3032608050,174969,903925046,197493,2849582390,197695,4022979898,104053,3345362234,241539,653405504,156081,980544832,163794,1961135425,193572,1250454849,208944,1127648579,99299,895593795,203591,419777860,133037,2699758916,221486,2172464454,241988,880561479,211199,4219940169,171871,3495112014,160938,2521206095,204247,2110287184,224690,3538980177,120457,2098818387,94497,3956043091,132392,3956043091,132410,3956043091,150884,3956043091,150901,3956043091,150919,3956043091,150937,3956043091,150955,3956043091,150972,3956043091,150996,3956043091,151017,3956043091,156896,3956043091,156925,3956043091,156956,3956043091,156980,3956043091,157012,3956043091,157052,3096317267,194970,1657793875,210911,3689794900,123820,3542363476,179774,2466205013,190991,1429720405,202534,4262915414,162127,4195126615,191129,3451784537,159509,3839274329,207345,1942564186,252201,753880411,240727,4128370012,105795,1115893085,101917,3131370845,247499,2979835233,224887,3699289441,228852,1465535842,143491,3184004450,151710,1375382882,261695,15404387,261021,2930879846,147238,771591527,95279,2573102440,237605,3063131497,228627,2170416492,106981,2598292844,174493,2268949869,104644,3181383021,199638,1714744686,211919,3689450863,254796,1060359536,136260,1454329200,194775,662441329,180291,711708019,234945,4280577398,105476,2770357622,206874,1477946743,255446,756010360,188583,305999227,174801,3960253820,218158,4283927932,254672,1902980478,121774,1922755966,135997,1301736830,196779,3038727551,193112,1103031680,260235,554151297,150225,2983751041,187135,1366478209,262539,2107608450,120384,2822901122,132785,3621686659,161210,702418309,138756,1989102982,219929,2614021511,172583,2368408972,168110,2163649934,218246,4047850895,229487,673779092,95657,4113599892,215039,969674133,108211,3425930647,183436,3653823895,212116,3340152216,166627,2368794008,170357,2781793689,145918,4035415450,188182,435383708,199363,1055903133,223269,3315920286,113410,3714395550,176959,1774906782,255007,1161383328,243670,2809679267,179123,928918950,104604,2149666214,110740,4156026279,245434,1362537896,153132,1361554857,159423,1800883626,169506,3597069739,116837,1139043756,235476,332131757,244097,279752112,93886,768585136,178751,536481201,106133,3000798642,125407,3048852915,248306,3398692277,99384,414256565,146446,324611510,198928,718507447,115897,1179233719,263505,3418869179,231728,221875644,185387,2687602113,253909,3255340481,263562,2427882946,125824,2960559554,139890,3958730178,179349,3375959490,227901,442723782,209286,227536328,117645,439176648,235439,2388168137,168204,2125311435,198983,2701536715,220568,1843531214,203671,96308687,153316,109473236,119915,150621654,109283,934776278,131141,1842081239,223292,2616692184,111313,3867618781,230202,165260767,246261,2839883232,99723,942042594,181120,486338018,222783,3478842851,144031,2839178725,264945,2564754918,146770,1375808998,222206,816369126,238760,1372261862,265190,2124819943,127709,2447437287,245797,636227049,163113,2976026089,242598,1433300460,249701,1357393389,242461,3200912878,169328,3222810095,110425,3250834928,114024,3891015152,250442,1942982129,152938,3624521202,143038,2957708787,159792,511782387,219409,3586575860,100300,2783333876,175091,3165588981,184169,1744670200,189879,798699e3,236673,2823417337,263157,1071312380,226484,2415373821,210429,1894518272,215931,1363987969,140177,3036630530,135317,2593926660,138150,2047274500,210067,2947567109,228267,3250015751,112723,3081735688,208630,443207177,147115,2033233417,214014,3168046602,156774,2996792842,247716,3756068363,174360,1980378636,100082,3712208396,138064,3650498061,256281,365317647,120639,1809829392,224356,4021423634,212789,2399882771,149553,3532500499,188730,3532500499,188762,3532500499,188787,2193042967,197428,908717594,217604,3626864155,108780,2476371484,217667,2322468381,243771,804294174,98508,2260373022,125642,2876730910,152130,3095146014,176369,3295956512,195547,2112368161,113395,1031925281,179389,3626880547,160891,4161768996,140847,3219058212,199007,3155291686,154882,1089785384,118373,641404458,121110,744943147,151815,1701965356,94138,3298528812,106762,653422124,116458,802754092,153194,1670114861,202234,3139489326,112158,2594065966,137489,3602009646,258405,2989968943,246308,3603926575,257659,1846799921,221991,1671024178,204656,2327260723,163457,1354755636,149527,99372597,94066,1967812149,108292,1294831159,137735,36335159,227825,1158475322,120282,944246330,193380,3080539708,160873,3451514429,107398,3221040701,123868,3728166462,199945,1142492734,221818,2769432128,133506,1684041283,228045,1121496644,153541,3776278085,211616,539881032,105100,2532380232,192587,1081855561,205127,380735052,188855,1860308558,141207,2492567118,154532,1860578894,179791,1376775758,256086,2960748111,206828,786517587,142163,1121496659,153524,2025811540,250715,244018773,132519,1318104662,107491,1106562646,176867,1848389207,233536,2116177496,99902,3109178968,120683,2629856861,192298,2456538719,125431,4289850975,131354,401698401,184908,3984305762,187114,2287095394,196374,3042111074,233562,3829345890,252762,2881121892,175491,274730597,194807,1401589350,162050,286641766,251063,1165610601,204684,1363979887,143396,1210535536,119791,2594270832,137820,1416048240,170764,728477296,245123,403025521,146672,1589063283,207375,3561500275,261529,2494705270,145080,355815032,165173,4172344955,190328,1977429627,193684,3437874812,128597,1363979902,143363,3121860222,164218,470077057,125944,3306606210,238734,3156168323,135514,2264174212,197835,541019780,234042,4191014533,144147,1820585606,200620,3273690760,186669,2034126473,100012,1830751881,108486,2836024969,153455,3181457036,131373,2815356557,136355,3894759055,198690,4061646480,169692,2573102736,237626,2189577874,128439,4294676115,227844,4220259989,232160,696962711,106167,3210178200,261225,1201090201,219596,2191199901,185962,1920929440,199141,3149426338,262641,167874210,263901,3002461859,126349,23604899,130831,2848214691,140426,2425712292,163697,1257852580,199996,189443748,232424,4192489124,242047,2373488293,201411,784256678,220313,1587449511,203018,1456246439,212623,1501187751,218757,552644266,157895,4032581291,147846,3853872811,157425,1745235627,225252,3491925676,228687,2840227500,243297,3718221485,95173,2823507629,203481,2895883949,247876,3124186798,162564,168464046,246016,865627823,239033,610258607,241064,3765038767,253600,1610722992,124270,1137839792,152584,2953760432,214352,3556445872,256459,964914865,111853,326602418,262420,1338068661,120172,4138675895,131992,2541637303,201606,3296022200,139833,1679593145,217743,1661636283,204068,4246621884,160960,2564460221,183296,3314413246,246404,3450670783,222130,2602790594,136407,1036283586,210388,2125115076,216382,2814086853,217524,2503192265,140040,2927292105,198312,4171976394,133821,1143090890,233712,689172171,102679,1254502091,116092,2109460174,137844,2332495566,213484,2820845263,170720,147476176,194839,1569582801,198476,3032706770,201431,999952083,247551,1034006229,123984,3366735574,215418,3185348311,119624,1107676887,153845,641101527,213835,4266430168,218107,843648732,204330,732679901,195029,1143033565,241572,1260941022,128038,2649796318,166968,532483806,213314,3204558559,106931,1864732383,112692,4163595999,120299,2618797791,143709,1679716067,195576,3222605540,145551,2700472036,233835,1576079076,250751,185773798,161065,1991683816,193496,259829480,251987,4268224233,258979,1749298925,184186,573640429,253875,1636683505,109072,2869530353,244764,3445247730,150335,839692022,251632,1373679351,149747,2478755577,117020,3829174011,130721,3160272636,152329,1288769279,107259,433770239,168668,789647103,230890,337268480,115227,2151157504,166436,3538464515,119313,2256244484,112849,900960005,174154,1370697479,99787,1381879559,127020,2169212682,219079,2510597899,110072,1004662543,104135,1417277200,168624,1274859280,190759,305532688,196827,1219178258,160253,1052864274,219216,216510226,221307,4210822932,214480,616558357,126641,113266454,215881,1966960407,125293,3305910039,236588,1612377880,147798,207597336,249228,4015583e3,262792,2115522330,111701,1542254362,113010,233230107,197464,2640342813,114713,1939033885,120747,221089566,126789,1163661086,209442,2476117793,101236,3981856545,197630,2067164961,228292,3957321505,231406,530394915,259517,457772839,144057,1907625768,145362,2799365928,232179,46100265,226368,1317842729,246420,1493552940,124078,1554599724,155319,1099829037,136634,2735894321,172311,3287707443,208607,3069128500,141044,3445813044,253930,1637052215,119220,3837022008,252961,148000569,161309,1116409658,96188,1671991100,202032,2421632828,204706,2049331005,235015,2307796798,103942,1218137918,212443,206057281,194090,3203403586,114728,1988169538,123504,3375918915,117893,2972266308,112596,1285541700,154855,939388741,243368,1203605320,241397,3978301257,115841,4210405193,224956,1085026124,227788,2988519244,228611,2243735375,173321,860008272,215866,3299757908,172141,1615753044,205530,1815211861,237896,1555926870,253357,1264717655,238416,2047438680,164651,2619010905,206919,390483801,213676,4293799770,109341,3242872666,149149,2214702938,191863,547680091,224269,2841579357,177682,3815173983,228733,2650459999,262780,3658927970,172539,1226755939,103049,3588239204,135437,3316035432,111774,1497190248,137571,3708006252,150035,3679555437,161807,630632301,203821,2775576431,109505,3106246511,205112,3448655728,259881,1609674609,232216,2588266354,185150,1210789746,234535,3375845237,188671,3949793142,99494,3721572216,245531,2724548473,106602,1780436858,167670,2338910074,239092,2755751803,103107,4190957436,118196,3316682622,101260,2815455104,228210,24571777,123348,2025238401,201075,3317723009,217967,3653906305,235357,1342123906,103669,3656429442,180797,979455874,264214,102657923,113962,202166148,130556,3467235205,212098,4140560263,106211,217255817,194166,2555760522,201682,1657810829,246536,2819149711,99116,430354321,130962,1051135889,171368,1353699217,215079,1362915218,151656,4221423508,141629,1643073428,167846,3612577684,173149,1807363988,207437,687706005,109833,3709775765,143116,2500030357,261269,252530583,247319,1030401944,254888,2576560025,233892,3432165273,264623,2960789402,207220,1642745754,250728,3836194715,196362,2610368412,101542,502443933,178699,1101066141,210230,3758878624,100780,4032532384,237557,4156354466,131490,901566371,169611,3891335075,187210,4216541091,208437,1085403044,99983,2312523684,177446,12767141,126375,2838974373,154016,3371487141,174065,3920228261,181530,4960165,250881,2189012902,194241,3120418727,249976,2734755751,257281,2608107432,224413,2207535017,108267,1109987241,223334,4049596330,195071,1547882411,152734,330526635,191321,1386672045,181827,2664648622,163510,3074879409,154130,4105703345,219577,2802511798,114758,244567990,119129,551767993,195502,1579208634,204521,2891648955,190629,258355131,200593,2191396796,216137,1552166845,231680,397258687,236790,580644803,123736,3301584837,122870,2845298630,197249,842469318,229960,2236043207,98900,3599470535,255629,802746312,189403,1788702665,116859,3472371657,231108,269045706,145638,1565986763,166728,2058112971,185781,829091787,187258,1000427468,231014,558641101,113978,4052733901,169954,402960333,240590,906285006,225090,3365859278,240216,1166315470,255833,2999545810,118843,2830274515,152235,2596433875,186691,1396723670,97336,945287126,170096,1379577814,194270,35401687,126120,1980354520,100760,2656784344,119729,2417037272,187653,2910228441,115458,351432671,156799,2359316447,190910,4193071071,199923,2847739871,249210,886091744,213408,538185698,186877,3754299365,191464,3924234213,219492,113700838,138547,3610054632,113331,2637639657,177252,2295869418,149680,4149252074,246630,4283887595,153920,1904209900,126539,941821933,225236,3620614125,237500,3306172399,205254,672894963,107003,1991716852,242010,791375861,203087,3153817590,167752,2379010039,204569,3324940280,193614,3872722936,223051,468668412,177280,1793634300,190257,6860798,228826,6860798,228840,315224063,104921,538873855,114123,4050817025,231233,3446231041,232662,3081736196,208567,3713404934,159530,2896900103,212611,3937783816,188816,694792201,262917,4100059146,202767,3144847371,156848,305704973,145485,4164194317,173940,1161023502,209901,2792312848,152566,4254560272,170120,3458945044,111e3,1991438356,155884,3350892566,93800,2245709846,113935,2981744662,235191,896282646,260354,1247277079,97822,2655801370,131399,2233225243,119200,818597915,229332,4230336541,212379,2070433821,235379,2583072798,142506,2076012574,221471,1214271519,168490,1547702304,102727,1121234976,175582,279359520,234161,1786646560,247199,329117731,112234,4070871076,114155,962351142,117285,508080166,163091,2822991910,216996,3775213609,123588,6860843,204670,2833010733,258945,2863484974,133231,1589252142,198377,2451206193,240237,240267317,148354,725782581,148762,838266935,170534,2842882103,188880,6860858,210762,2360963131,262488,2655080511,142261,1593716799,208115,2306543680,95789,407121985,142569,1401098308,104098,729034820,179410,2743201860,236006,1243754565,97352,543592517,216957,17338437,241126,3243454533,248408,3849613383,98485,2318020679,174630,4260769863,227130,615395404,261796,4164194381,178119,280735821,184683,4164194383,178132,2254418e3,253311,1826680915,203182,3957551187,208741,27521109,255425,3530362965,256961,406933590,102152,569380950,253793,471101527,114346,1981345879,116709,3956240471,127257,2246152279,146245,2461986903,148285,763899992,155274,1673228379,173271,2086121564,103638,3635032159,112042,4164194399,177570,2511229025,124102,1171189857,227480,3744567394,258462,240390243,259041,2687250534,206310,3484954727,175544,2752426089,248774,2421387370,263026,426897515,143900,3018821739,211428,3475026027,255976,468521069,132321,2292166765,186171,2300932205,225151,2295345264,146877,3034763378,105886,129052786,227865,3158986868,191639,480260214,229124,3315806327,200905,2722386040,126827,1071247480,157321,3090894970,169490,1021358205,195638,1468649598,144394,1043484799,113163,1970196607,121507,1907921023,126610,4164194431,174311,581038208,115566,1895215236,157494,3480653958,191151,621285510,225508,713797767,208521,154144903,260760,296005769,262198,2670448778,110803,450302091,252637,3295056012,247748,1268199566,165693,264261775,117490,2285990032,131872,4009111696,247351,373182608,251815,1297477777,117670,3458035859,259473,2592051348,193334,4294717589,180523,2795982997,254912,3928043670,163842,3943805081,111564,892768409,169593,3222204571,96536,2143531163,183559,3373281435,185578,3049205917,118008,2478248093,179733,1634480285,210087,473108637,225130,4247687326,196608,370356385,259530,2801152162,237408,2478182563,205006,2231185575,176817,611127467,106404,3024908461,157301,802934957,179231,970035374,255401,449548463,180482,2710294705,202555,2346766514,104692,2422149298,136179,2996711602,160467,953364658,192105,910930098,204622,924192946,243798,2810081459,170846,82849973,151671,2548109493,191300,2500571317,224468,2748829878,160216,1682034870,202733,3036696759,113702,563826871,166340,4243959991,257098,2458521784,228152,1776685245,230754,919015614,126398,812437696,122278,891883713,197398,2837147842,171401,385904835,177866,244183235,181792,1672835267,197072,1060901061,191501,3133608134,162144,3267342536,202857,2500825290,226622,2066428107,164690,2175758539,174862,3225981132,100587,3385372876,110165,2451255500,198874,2060480717,103314,2405060813,128934,2652041421,131909,787992781,218224,2449846477,223757,2801111248,116626,3906392275,116571,247304408,214796,2089488600,264820,3053637849,143753,3092328666,197179,1862807770,253561,414011611,133566,33140955,194489,1063850204,121681,4164194526,166549,131461344,246487,2100080866,97691,2955538658,212254,1364136163,177848,2806894819,199610,2468262116,110522,719917284,222915,2354942181,208133,374960357,248898,3574550759,195045,764834024,192963,3785150697,137956,1558638825,222051,1280119020,182730,4243460332,259495,2362093804,262686,2846224621,151077,682660079,229547,922636528,210346,640880881,189898,3885576433,204269,1704292596,131063,335253748,194691,2930422005,124788,1076416759,189559,914108663,204555,2726891768,239147,831516920,240071,1051087097,93947,971264250,239938,3786313980,197281,4110512384,130345,2216014081,118857,1910092033,176385,3133370625,185122,482160899,202196,3115749635,253669,962375941,134888,3320910085,165035,1584132357,167699,2455466245,173967,565539077,257874,3407466758,104761,2697720071,227355,2233676041,182680,3771699465,258607,3969437964,183458,3345543437,195659,3525202189,202104,35139853,246165,160616719,101436,2357948687,199508,402886929,119844,3489911057,177350,697889041,255889,1612378388,147777,1214468374,124476,1823494422,174275,3094434070,177750,4063736086,214762,47501591,109695,108048665,101366,3222810905,136222,1576128793,264902,3968405787,129149,1516695835,218144,3021230365,121204,612036893,121916,1083887902,122177,951390494,195228,790704416,101865,4262301987,98825,2053304611,101947,4066685219,171999,1938575651,185639,2888356135,109553,4043272489,253824,3646681385,257113,2290577706,246178,2917560619,202079,1878159659,211252,3221827884,148376,6861103,123375,4130500915,151918,7622965,177583,119468342,200329,1884254519,220387,1291694392,112488,2917830968,186913,303812920,231865,579588408,243153,161067320,255919,1957630266,155845,1601130812,145586,3141570876,148590,2647585087,173484,2762740032,134860,3943780674,189465,955773250,248831,4253880643,221589,287961414,134641,1778815302,137700,1338265927,125311,383234375,263282,3551957320,128065,3070316873,116975,541290827,156580,2632241483,215264,2192019788,125842,1005777228,145385,1335841104,263218,1721798993,108830,2969915730,100720,525611352,109925,3575640410,177808,1401000282,244935,2281099613,140373,320803166,194641,448491872,259245,3751432545,132758,1548751202,222597,3811774818,254129,1210036579,241412,1322504548,201278,450302309,103738,3207164262,122259,258224486,129196,854036838,216936,2475381094,241623,389714279,106334,1634480489,93969,833106281,110500,2316431721,172425,573034858,97598,2612212075,183651,3183096172,169194,165654892,224623,1802252653,148024,1547161966,252071,4200501615,192647,1833841008,232315,475517297,209095,2481107314,196736,1827533171,141805,1829441908,253706,63672694,184465,1213944184,130183,3205796217,180628,1927393657,201031,734073210,205274,243798395,252979,266260860,250550,2900742526,123045,1149202814,137666,2670596478,210476,2283663742,216217,3432149376,143825,1581412736,238921,695136641,262267,4190286210,250778,2865934724,167873,1012396420,197124,4035449220,214691,2292814215,94650,2583433607,196428,3558240648,107076,3393991051,132720,2273358222,161131,697102735,242228,789049744,145035,3292639632,196647,3995357587,216237,2134888853,237428,2700448150,203562,776761750,205621,1264669078,238400,4237709718,239220,2693280151,173254,553013655,211157,1213297047,264860,3438014872,94601,3808448922,240134,2111648155,185833,4271927709,109978,2208993693,145150,422916510,159037,2385801630,221289,2958053791,253756,2588971424,187442,204616098,195016,2721288612,111827,306844069,125112,2967851429,180917,2752516517,259559,636187047,176057,571609514,112074,195899819,153108,1361408427,163278,1380233649,116220,2011394481,262330,1510781364,222854,3661631927,141023,2693722551,172602,2178167224,114831,4129329594,223894,2697728445,166666,2029367741,204610,3989926334,154153,3314856386,109322,1605235141,185289,1471197638,138174,2073530822,139452,3771306438,248695,2108608967,96773,3093713351,178145,4051890632,163485,1013961161,109185,3413594569,121375,980136394,189307,2656760266,240874,152801739,145976,3956421068,133901,472822222,219283,3253391822,250657,2639229391,238432,547336656,96790,2817216976,134696,1888760272,150528,1740829137,211232,3072815569,251032,1336046034,253337,1313444311,153394,1100091864,135711,2267115992,232388,56578520,244840,2151330267,104247,3222811099,134405,312046048,170962,111153633,97674,1397559777,150552,155849186,145994,3553669602,187536,1197289955,199475,2961928675,227407,1576997347,242373,1380495845,226261,4041347557,235031,3102667238,185983,1235505642,175965,3916984810,194993,3867890156,216453,1861800430,187815,3301708270,196963,21565937,109642,3090387441,157921,4168413681,251771,105763314,215192,1874014706,243113,999256563,203502,2337919478,162026,4129395192,250902,531927545,190932,2358596090,219385,2172391932,144708,3190043134,253999,1025831423,148782,1889358335,177025,2038854143,220491,3579712001,201585,2881131012,139270,3836195332,196977,1363988997,133491,476615174,105544,3839513094,236983,2331685383,96947,3897029127,237732,521556488,196095,2805404169,256692,1241035276,117574,1730597388,128867,2358096397,148733,3902665229,255046,828338702,133286,3458748944,142703,2836754960,196307,2770268689,202374,2657514001,218364,1349235218,223923,405082643,132493,3857379859,240339,1090687510,98802,2285367833,106185,3945419290,161636,3587060251,174559,2203701790,239586,3100037663,166373,2547151392,98102,142643744,118798,705147425,212526,1499042337,215647,4156420643,113629,333460005,229979,3751399976,153010,2962977320,258118,2473882155,132005,3352162860,168749,1836495404,242424,1329181229,135601,2803986991,181095,1670378031,239205,1731686961,223219,3284636210,232553,2244071987,151167,3751334452,173953,3873731125,97918,3206541877,164459,2141540920,160371,104673850,249429,1971311163,239480,276255292,127973,1002246718,98738,3836981822,158596,1639535169,96701,3420459586,124697,2836173379,104588,1481118275,109571,534213187,131438,3581014595,204498,3751334468,166874,3023540805,213143,907137608,168436,132403784,222828,318272073,152397,1809207887,110045,3378713169,177005,3217257041,240449,1237783124,199562,2694517333,171576,408908376,181545,2896761433,144735,942576217,193056,666595929,217583,980054618,107444,136499802,135627,1558245979,130292,2549428827,201098,3362288220,126738,1329730141,126098,2860487264,187575,798085728,249893,1195741794,123467,3789517411,122137,1358492261,127352,2177012325,164891,1273229926,123088,3402568294,229816,2336002663,212895,1854911080,124850,605426283,221256,3767472748,150109,1002451566,95305,2914775662,135189,2130694767,94797,3906286192,211274,400224881,146057,3751334513,166613,1592332913,208672,3241513586,148922,3662115443,237091,1360401012,166581,1612345974,242662,2474013303,234738,389616248,110477,2045883e3,214458,2532143738,102704,3765539450,162480,358806139,94515,3156824702,109201,741470849,109958,3586126467,95062,3441848964,101644,2890035845,232844,135869063,158974,2669490823,221706,2161848970,109784,2488889998,190786,3588846225,180702,265343633,224077,1109594770,189855,1544180371,108511,3415429780,162876,241439380,178037,861205144,110407,1819456152,143513,2475709085,111503,2424541854,93552,212570782,117855,1900630686,161881,1599050398,175837,1748071071,110662,4234121887,167352,2779312802,236920,2812547749,212761,995259045,245197,845370021,252141,3300586150,183263,3682161318,217871,3434066598,258925,2694361767,168419,4087403177,98383,3846410921,243530,3283358380,210818,2694361775,168454,368046770,171820,2137256627,205054,2840687283,233642,71488180,252675,1865437877,160528,459608757,201052,2471023286,95559,2583188153,98784,1363989177,133354,1257542331,122437,1536823995,236332,4218229436,97437,2556285628,135890,3719066300,138038,2046800572,182078,3030143678,205374,3495629502,240654,1360351935,178557,1242256064,162938,2319209153,217304,396628674,204772,3827266246,115751,4185969351,221375,1337832136,153212,1042100936,253435,2106970825,99921,1455403722,148050,24384202,182470,3277411020,239348,2531742413,102561,2323591887,222257,3715379920,102953,207213264,197451,578851537,98988,3992163027,115361,1711641299,182993,2293183188,139426,3280065237,190718,4164195030,163175,3868619481,215900,3187446490,207393,2510254810,216655,1104630491,144585,3997373149,193524,3648983775,188195,779244256,121258,3272061667,145409,411128547,146146,2090365668,178505,3109073636,239885,3604738790,109943,1261155046,205480,950022886,252528,2027221735,153171,3333534439,254926,2216022760,126990,1189622504,178939,2580468457,225196,1404015338,155049,3141087978,158355,2575168236,113353,3519681260,201932,1544311533,162274,1361425133,163312,1829901038,119364,472838894,135467,413749999,144007,1422455535,257023,3090903792,171038,1035899633,178680,1408758514,129961,1951077106,154714,2142606066,264170,2334659316,140867,1082716916,202281,3035386613,259718,1977422582,124669,2419323638,250071,3648697078,258251,3419452151,208462,3190854392,141736,428561145,133013,424301306,235964,4117975804,151191,2804273916,202969,2877330172,226340,4158780157,233309,1365766909,236616,3905958655,165596,902550272,145878,1688441602,123300,1688441602,123321,2809328387,95608,1827582723,141850,587412227,195260,378876676,105998,2800882436,259641,1950126853,249308,2684588809,177936,2208862986,195155,3799405325,203118,4271797007,175858,745992977,218590,3151639313,221649,1345983254,195592,978031384,141717,1472910105,108806,3353588505,210779,1434964762,237920,1434964762,237945,1434964762,237982,4237243163,147998,1571779355,237871,2327655196,124422,2904150812,146012,2763887388,163022,4235359007,120064,1787794207,153082,2315211551,204476,3534312224,176350,567890720,195706,205329184,196581,2693485348,172653,1579373349,104072,258224933,128965,2933560102,114463,847008551,108616,977376039,254048,4019262248,99539,673321768,256903,2002236200,263391,2716554027,186947,1830302507,220409,3225899820,132666,3936514861,212963,3617592113,186489,4225823537,209424,421106482,142352,1619997492,211136,3817141046,210987,1088770873,203702,2283328316,245752,3222811453,134354,2266362685,142867,1746146109,165733,2155533117,260040,449385279,182385,2814645055,202578,2194600770,261006,1526387524,100569,1353519941,129567,1927385926,203458,714904391,254241,2406323017,144332,2148070217,226644,2041533258,262763,14660428,132147,4164195149,159938,1080447821,259191,3503633230,113642,2402898766,237116,374166351,253463,3430150992,241588,1952273236,216725,176730965,252459,1462621017,171157,366351193,171894,3728831322,99870,920154971,150138,758379356,227544,4130370396,252869,2256221021,101172,1293579101,102538,584373085,183478,1233294173,190741,74552157,192776,2950370141,235264,856339295,236406,1659753312,207575,1072345953,123721,914608993,123967,3443577698,255064,589689699,109096,3536851814,101843,143586150,142828,958002023,194382,3860542313,114678,3481375594,176244,3413128042,220996,2087457643,198851,2162709356,107704,1938813804,126697,1361351533,162423,275903341,218041,3311309678,118279,477631343,128406,164647792,99650,1375531888,134108,1889760112,149824,2086736754,246587,278909811,182115,4104573812,162199,4285797236,180682,162698100,229913,1274368886,229060,2368852854,259446,3271070583,109525,2252903288,159992,4241953660,159232,3623523197,256143,3470988157,256574,200037246,198190,2806502272,125164,3293934464,131715,408023937,144797,4071904130,212137,3708957570,230035,2486416266,233335,2793894794,237272,481899405,118587,2960954253,207020,3083932558,234992,1818776465,204784,908759953,223401,2263004050,113780,258257810,180137,3435934612,239728,444453781,248713,4007973782,189167,915305368,248572,3769676697,156386,2001859481,196694,3824219033,227278,2113418138,122918,2599957402,124949,1363989403,134048,3270382492,205600,1566143390,249087,1292907423,188098,1719309217,216704,4111070113,245396,2810803106,235053,738636707,204727,4093768611,221932,126505891,226850,2686677924,258519,1395151782,99011,2694460329,171213,2430899113,233733,920662955,186853,1410012075,231665,2375406509,96116,2809779118,204388,177279918,242986,1345360815,96321,1144935344,201388,2168738737,151505,3039409073,160616,1982370737,210935,1520071601,230729,1951790002,127242,4200428466,190402,3102790578,222395,77058994,241028,1578996660,181329,1744573365,154256,2114327478,161612,1417417654,258633,4226864055,139499,240120760,164183,112112568,193153,3979006904,228525,3528086459,139860,3069088699,144557,4056495037,259805,925438911,114239,1643369407,163993,3811996609,230630,1081914306,104476,2235544515,235865,3679146950,198451,1965945798,242138,2166322119,121735,3004421063,172518,2693346249,173071,1331409865,187025,1903186890,195680,1068471242,231137,4069487563,149873,2392961996,107144,3751359436,162501,221459404,206628,3132232653,157995,2088080334,196134,1034646479,115595,1579135951,204537,3542905809,217902,2493191121,249065,2222052308,218059,765498325,96615,822858709,118317,2574431189,135682,323941334,238975,1508815832,214535,2744955864,251307,1852658649,228389,1948931036,94297,2103759837,181579,417723360,108635,3420304352,119109,4026479585,103527,1108292578,116813,3733722085,153638,1139495911,155689,3201553383,242947,192803815,249455,2726835178,234588,2498868203,198637,4067791855,224926,2168173552,206269,3134813169,135839,2111820785,199700,1220121587,167374,3676222451,247902,1543918581,185003,1627386872,96403,2311402488,238295,2093306872,243647,1601451001,163925,2009314298,189376,154375163,172056,4086191100,140209,696669183,241162,3603485696,182695,3677688832,213459,2879427585,251083,3889845250,101292,3752612866,150445,1149875203,219262,2704552964,126163,1849775108,196804,2385179652,230484,1523553285,132987,2529367045,193297,3602265095,167460,1655854089,180953,3771438090,131234,3909514250,263785,3909514250,263803,3909514250,263821,3909514250,263839,2762847243,202439,1563423757,152096,1563259919,109993,212833297,232262,1562358802,204433,271807508,179263,821408788,218455,3026195477,182575,2445571096,187354,3509277723,138511,1418597404,127880,85955613,102787,4159878174,93912,2779329566,228757,339285022,260323,673330207,237647,1499829280,246200,3634402341,112058,4270683174,244141,2356818984,100853,1830392872,105497,885584936,153363,1370018856,246077,1070027817,169553,1687262254,190467,1521972270,222954,1009628209,178720,1627001905,249854,1740280883,188605,3807818803,210633,3263247414,96719,3808646199,109117,3090904119,170899,698455097,189772,1849275452,185103,9319487,175783,2482312255,200019,2581713986,238960,572871747,124137,3903992900,247971,1085822022,114223,986141766,212936,1863914568,167311,2413671497,182662,920433739,241694,1742156876,257355,3111515213,144674,41505869,193188,4292883533,224133,635515982,95356,2813080654,136783,1972229198,238456,3832804431,100929,3527955535,220282,3926930512,171503,870880336,173103,4066407505,179327,3969496145,229942,1673671762,94374,2893755475,224030,2269672532,130862,1337832532,153230,2269672532,264305,1487443029,235884,3165680727,261817,2700588121,244280,313136218,93857,2430432347,245314,1953117279,122533,572453984,122588,1361409122,163224,3693597794,251556,3956421732,133800,3415430244,189354,2722092132,201660,2181928036,244387,1435972710,208277,3697701992,152711,2117727341,165393,576377965,239622,1756083311,131207,3178591343,152888,4215346287,160069,3663852655,164792,3203683440,175276,3653637233,189713,3757519985,220432,1662612594,198896,1313100914,262814,807400566,121421,553194614,140737,234574967,185896,1961866359,262351,3023492216,239868,3401733242,209508,79246459,127762,2380199035,204310,3324793980,101995,2869146750,108742,3839202430,174007,1190302848,228164,1592857729,160333,1229755522,177918,3983430787,195126,3768022147,220058,445985924,228122,2321609861,162835,1360532613,177512,2753229957,193659,3603739782,187419,1518711942,199093,3170153607,207638,984593545,256709,274879627,157831,3879564428,98952,319198348,162076,1591981196,208294,2052977804,219459,472290445,152819,4046845072,163239,3755914384,262060,381236370,245222,1610773651,119569,3123729555,229652,512349332,127739,4223751318,158050,4124882071,254437,56022170,156318,1812599963,108908,2673210528,128981,2850600097,176730,1282495649,230380,1706693794,221398,978031780,141786,3851744420,179608,3416126629,141254,2893010085,208545,3344651430,128300,3195909286,256671,803632296,178010,1589064872,207183,2138526889,255646,589796522,163405,3809105067,100185,3750917291,105829,1686279339,122703,2743276716,227024,2564723885,146747,1897788591,232765,169211056,104173,689493169,120914,3392410801,173291,2869302450,204023,468767923,104020,1945162931,113259,1269789875,142059,4000322740,115338,2356589749,215841,3572192439,118638,443741367,147139,2268738743,217545,303453370,134063,1765987516,224793,3223098557,119818,1742714046,94051,56038590,156300,2035692734,181620,367735998,218332,1360532673,177464,3301414081,197032,2437215426,215720,1389835459,182137,856626373,199158,1457124549,263657,146109639,203141,2861307080,132602,3222770888,136811,3837744328,161760,2196927690,194880,2057082059,180612,189535435,194518,1987531981,152851,2770465997,196561,3055056077,199397,427414734,191479,4048729295,167016,479237327,219121,3135296721,189534,1430410451,102768,3848090835,163648,1086657748,119291,486241492,183957,765834454,94701,1339323606,230397,3018355927,242860,684610776,178060,4000945369,121996,3069088991,144615,3253581025,117467,1982182625,117597,1494480097,148416,3632313569,224846,4113298657,247034,3018618082,101410,2189841635,259344,2893337830,221865,1893709032,95822,1360581866,180416,2588718316,233920,3828331758,106668,3279893744,134421,4005238e3,181811,882832625,113536,2525508851,118091,2636911860,262833,1041192181,141283,838931701,153436,379327735,111429,1652143352,112876,624555256,127555,3898397948,261598,260388094,128118,1549620478,220366,2272408831,243132,4197766401,95633,3937219842,115926,2687268099,195374,4162843908,97771,370087172,192900,3344495879,193914,2826171655,247926,2136347914,210554,2143483147,140525,830256396,110251,3859059983,213066,1189451026,122349,775542034,212230,2426000660,118353,1179505941,193934,4023063829,202750,1129764120,118333,1188394265,241382,2837378330,177411,1179407642,209225,3090912539,170321,384013595,192525,2776126749,122754,2776126749,122778,3571881245,234264,304190754,172337,2070951202,185197,3727381797,239763,2376144168,146399,1781921065,138005,266114346,240632,3267818798,187234,1145574705,169459,2155558193,184535,2491127090,200711,797938995,184867,1125496115,198169,3720877363,242340,1293808948,153042,372946228,204375,858420533,130980,492320055,101773,3258914105,112185,2300130617,139155,2266363193,142780,4043511098,182229,106591546,234930,3204535611,120217,3676116284,260156,2027509053,194360,411833661,236548,1835382078,192710,616445248,210140,3507803457,264059,2167682370,206225,3047658819,234610,2194257221,111200,205182277,139714,1073747269,235626,3378681159,226942,1360532809,177479,189322570,247769,149304652,112541,1691219279,187158,3720877392,102514,2937132368,160234,2697434449,93929,3802142034,259360,953521493,159951,14275928,163044,4104566104,164502,3090888029,172483,3378459997,231044,1302115678,111111,715617630,242287,2994017630,248145,3694523742,252254,3463574882,221669,237532514,223311,1361450339,163961,3772437860,192440,2605503849,222929,1443116394,230513,1179833708,210404,473576813,207151,4158682477,229829,2072245614,235208,3105633651,216579,3432117621,238221,1156822391,167097,1923872120,150308,1635227e3,237770,3587421564,112251,3510392188,165842,2029835646,186116,4005664133,201951,1816794503,106531,1228076424,264644,2322363786,108117,4079801738,187455,2432669067,206976,4075328908,253842,3520935309,168696,2220758413,262443,140072334,96165,3396187534,122068,488387982,211765,2041886096,230833,1553397139,148669,1553397139,148702,2667034004,251957,2623419797,193833,869856664,141398,1775244696,216196,3195155865,147089,52041115,120497,3920688540,239267,3980744094,233206,1002861982,251357,4030674335,218860,3154269600,255580,3125409185,162548,807212450,174129,46863779,103217,46863779,103235,2926261667,146818,709662115,183977,46863779,264231,46863779,264247,1847186857,129585,4084061609,200420,2413491626,111872,2983359915,107622,1735767467,145729,3060536749,225419,3087226285,237520,2164348335,166410,2771113393,186896,1777096113,230125,1216320945,236357,3169572273,259151,1331844530,215738,2592069043,159685,3852465589,232735,2827556278,96429,3529389494,154508,887469494,212746,600102327,209237,2896557496,221773,3751343548,164601,2071672252,254185,4114011583,109849,1744606655,151099,1040872895,239643,2450257343,260478,2092144064,240748,987157953,207239,1456231875,147399,472290756,200445,4045977029,132700,4288337350,147668,3133388230,161957,3284719046,198101,49206726,223432,3338884552,206528,2240525769,123752,3751343565,164587,3965253073,165623,2407536082,243510,758068691,258274,2239747540,152674,4203427284,202309,1836160469,112675,4086207957,136238,926053845,190376,661730774,114076,2685334998,141068,3853202903,180812,1912739289,150705,4075337177,234511,4247000538,157709,2015655387,101972,352318940,102445,2810394077,121602,4138161631,213378,2402350559,257540,4163753440,116266,449697249,209371,1343059425,234076,1321915874,96808,1209218530,196671,3818247651,264691,3949958630,150822,2876839400,263251,5740009,239565,134985194,217504,1471337964,117721,3844658668,158741,913511916,233385,1687762414,190429,3891181038,207793,292566510,253579,1803073007,137873,2697696755,166820,3356751348,172811,3836196341,197167,3138868726,146793,2164356598,155071,936031735,185562,3088676343,211075,2625238521,99511,2995770874,208312,1959630331,97650,3383481852,136845,1518835196,171919,1023849980,223459,408368637,182617,862721535,194467,1161836032,188295,3816060416,200256,2653951491,125864,3624441347,135765,356857349,104897,1095587333,110309,1569560069,198355,1137309191,157108,4293047816,198008,3806434826,107662,1571943947,101194,897799691,167523,762631693,120149,1067456014,119771,651564558,197542,1983288848,117200,4009850384,206194,3552458257,188259,2532660755,250094,1725806101,141431,3541505558,225778,4039489046,233155,2911286810,122550,2874758682,175259,293893658,232054,1714796059,96916,2055681565,116471,837228061,129547,1232041502,165648,2144785954,159352,3518117410,170144,2497918499,234860,2666075685,146696,1230239269,181487,4204074533,186294,3468498470,99853,2450527782,215669,4126848551,184208,1556477481,199439,1665013290,206682,4009227818,207907,67745323,219058,1002427949,184276,1425339950,124586,3074143792,208372,305108529,99604,4091156017,99697,3900044849,153291,253842993,242553,2811532849,258130,3069097523,144859,1794414131,190952,3664393781,181510,4008891958,231473,6534711,247171,2159760952,216177,2788791865,244410,1910011450,259580,995030587,129794,2401736252,140663,1360672317,165893,282121792,228096,1790309960,218942,1654945355,148106,1506096716,130613,2896074316,143924,2795533902,194578,1086715470,209840,131274319,99664,3098351183,165754,381810256,121306,3451975249,98917,4027758161,121467,4239865426,176475,36435539,233371,3585594964,190445,1200887382,169378,2877380183,146032,3804878425,93650,3548493401,196912,4164195930,153411,1663014491,253977,1245304412,264702,1408685662,192856,3204363871,186030,1852946016,151740,3172742753,221687,3925259873,240029,3256292962,149768,1624512099,241527,4189484644,232409,3142981221,167272,3048601190,253955,3698669160,186752,1900222056,209725,2557351529,175067,3631117930,231942,537925227,180761,3904058989,168090,1431066223,190860,400938607,222439,4210685554,142460,1902073458,214873,2874390131,211974,2755425907,235717,194877045,178890,1553471095,229187,3542439545,114655,1117894265,131085,2865600122,233047,1258468988,149927,3635877501,222155,1553921661,255955,686241405,261678,1086731902,150183,3979679364,127687,1510078084,240997,4235024005,158579,2625599110,180179,295335559,154089,895432328,99570,1931204232,208854,1818285706,176087,2038593162,219317,1545016970,241444,1581168266,246866,2597836426,260825,3456767627,176038,3728234123,176450,1891964560,159267,3051468432,165671,2272908944,253094,584103571,133061,2465199763,169801,3091150485,160582,3423753878,255459,1836447385,155403,2402006682,204412,1547024027,220219,2604668572,211402,3209172637,214521,2906846878,184929,411375263,254851,2799253152,251217,3950622369,127617,2197272225,155136,3416536738,141231,1995683490,263338,1529755301,94737,1360574117,174296,2616694440,201485,1035957930,141093,910784170,171528,799618731,218017,4164196012,152793,101627565,189653,338253486,105222,4241118894,156702,336369326,254753,1709405871,164480,3156842159,208192,3273733808,168516,2144859825,192404,1907685041,223701,1163654834,129813,242185906,242748,186963635,156653,4164196023,152806,622089911,165323,1618638521,105019,552834747,213755,980580029,189586,1998812861,259747,3661510334,108558,3610171071,245362,4193744577,123004,3812382401,200983,3748591298,94114,1858803394,144916,862910146,194445,2042083011,112559,3299923651,220093,2679338692,253202,3103536840,184406,646805193,222105,1352840906,202715,1988409036,119272,512947917,136490,298399439,157690,858879696,231715,4247156433,123603,2537559763,121722,3890509523,160552,405231316,119342,3164305108,153663,204633812,195789,2932291285,106582,3378468566,174949,3742947031,136073,3132782295,159922,496015064,103194,1766979288,157564,1611601625,101097,486012633,223566,1836938971,236068,3603052251,257419,3232208604,139129,2207864540,142754,3151763164,192142,2216744670,125360,2139682526,244989,55211743,144945,3799103200,169669,1360574177,174199,1123194593,257739,3332323042,175022,273151714,229715,3069769444,126755,1196242660,196453,977860325,166768,4084569832,148439,947271401,106910,1541879529,228487,3973215977,257853,2723477226,155527,3090888427,172619,3078305516,210612,2024060652,262521,3180238576,111173,1179244272,209713,829159152,214170,1563514608,262136,3350042355,199525,85006068,249556,1277998837,254288,3661403895,191079,1629542135,230306,3225310971,107121,875902715,171735,3613284092,98855,1828017916,142016,3848353532,201457,2376660736,112418,3605698305,138666,3851826946,100204,3344496387,193961,1358231299,242698,914675460,211102,391345926,237202,3445528328,235836,21911304,238535,4147574537,215625,1798412042,191997,1044158218,214211,2600310540,200354,918697741,192979,656340751,140713,1138456335,190974,11925264,186272,391378704,245941,3494352657,116606,1816721169,118527,3222427409,141613,1036465937,155162,2090637074,94274,1036465938,155118,2494945043,125038,3213621011,160276,1355036436,95953,2690848534,170446,2611238679,95247,2964739863,158908,1972369177,125483,1972369177,125507,1510184729,161183,908572441,186231,1362458395,153863,3388462875,230286,2904749852,106824,3165009693,138124,1734719261,253377,1140520735,105152,115283743,124016,1896453919,181437,4132468513,124815,1452480289,219560,2329057057,239704,253859618,112781,253859618,112796,2771793700,130474,3257423655,149785,1156921130,166132,4010432299,231891,561051436,150362,89184044,165866,3660461868,201775,2804684590,115026,785454894,243010,220002095,132429,3975739184,131731,3036919604,125086,2961250100,207081,281261878,148326,1147090743,197302,2222552889,219133,4204656442,263006,3759888189,220179,641406782,161589,312112959,153699,727439167,203686,352417600,127216,4193212224,181990,2903201601,147557,2577864514,204353,640120644,181264,1582184262,115121,2787882823,236259,2434627400,237246,2038863689,171793,1264203593,237817,4284954444,251050,3164174157,153745,1383298893,191367,2095019853,261930,4060256080,228026,856946513,199656,2355353428,176e3,3385218900,243817,1198864214,119518,329152343,209390,1747793752,197104,3549509465,128813,1140520795,105174,3465254748,178831,1350891356,195478,3046668124,248166,1139668830,246328,2970482527,153991,2333906784,97015,483211105,98185,4082194274,234023,3884308323,184115,619951971,198219,2917357411,258719,1409759076,99472,2799564644,108656,2558015334,187402,4016043880,145704,723408744,202252,3558397803,170188,3260413806,150842,3700586350,211560,3113940847,179e3,1847154544,104395,110671730,220527,1676506995,172462,3012966259,218729,2222700404,129212,1839495028,212395,534230900,216602,721016692,220839,2338625399,139289,2028205945,116065,1841084282,261371,2473424765,190655,1061836669,238376,3025524606,188333,2288932736,213693,2156558209,94866,2162358146,141894,682547074,150798,499226499,112444,1242281861,154239,4161468293,252823,1882462086,140401,3112826758,164528,1798240134,187390,3158431623,136610,4111349639,202827,1738823560,156864,3944257416,205830,3128366987,201256,1000044428,107820,2163373965,115048,3713349519,135738,3242112911,138251,527710099,124926,424671123,143729,1052170131,217621,2049021844,114266,563607445,243274,4209285013,256020,3292583830,183008,2712115096,238333,3931813787,189207,3417020317,127271,3195819935,167066,212367264,174384,331372449,121638,51992483,254549,2491635620,255594,581285798,129001,2887727014,183154,620009384,253615,1608259497,126235,3571111851,222234,1794996143,95879,1110489008,144428,2965378993,112390,3835557814,164201,3638147e3,156116,1358165945,255991,684439482,96507,3995088828,199240,1892259776,182402,3319371712,214148,1670338497,126860,1542395841,242156,1775400898,230776,2693519300,171776,1535924165,184060,501864389,202463,1088788421,230606,2502416326,250679,766597064,137905,1126537164,205451,443742157,147163,37132237,178299,858167245,231544,1131231182,123916,2047293390,188206,1614190546,190046,3856947155,130932,3920058326,147265,2308462550,237751,802453463,229259,802453463,229276,799963097,103793,3494074329,180196,2250979289,187191,339449817,196391,226932697,224774,2402924506,213898,1357608922,229428,98949085,196846,3597826017,116954,4208007137,248504,4005541859,193418,3563542500,139685,1652283364,145453,3216152548,172727,4077664229,116197,416675814,105247,623204327,148845,4027488231,148958,3267155944,202055,875337705,172444,1343862763,233173,2598500332,179650,4225988589,110931,1940584429,249938,1775998958,157228,2186713070,235810,832231407,205716,3203094513,184614,470587377,259789,1412683762,226754,1636030451,131417,1361573877,162390,1338423285,177129,691582966,140494,1739003894,253398,3305609207,167566,50501624,118564,431347705,192224,3067795450,132110,4260214778,250216,2128959483,263362,742930428,184702,3185809404,214002,2285279229,137107,1240774653,188078,264116222,211379,3053008896,244810,3835967490,210012,799750147,145282,2671646723,226693,1670223877,96824,1881348102,239748,4094064648,120092,330143756,164283,3132635149,159319,4130519053,217070,3507681294,184596,2239674382,237717,1111136271,179211,1603975183,256482,2417162258,176332,4115683349,141542,2157877269,233617,2054477847,100035,2930841623,102859,2153494551,263546,1259911194,204045,1249597466,233116,1220524060,124719,2194126876,167195,3976804382,106310,2699507745,180046,4128143394,238195,2226731043,110383,3083393061,95138,1892251685,129628,3076790309,176747,3362371622,169782,352024615,156816,3000670248,212730,2323601449,104374,3525572649,106266,1321220137,112269,2740402219,162900,3345332267,225537,2120611884,131306,3013417004,140889,203085869,129063,4098709549,240607,1147918383,121935,2957506609,107283,818837553,122961,3258366003,101386,800585780,185309,3489216565,116673,2455861303,98445,3815905335,125894,3541415995,151870,2757425211,237325,2810132539,264269,2916333628,205420,2415032383,218618,186226754,211744,3695884357,153679,2607700037,164848,2514442310,200090,2038650950,252311,3090905160,168360,3785242696,257075,3018799180,113725,2612435020,239301,117454924,250191,941774930,208252,2741213268,166888,2135677012,180894,864598102,262947,4255012954,185180,3853088858,222767,3496777819,125546,4258887772,161414,3338008668,162732,1121917022,107598,3093895262,177960,772855902,217432,2624755807,201337,2509559904,186508,1661007968,197710,254433379,125594,2792765541,99749,2202220647,123839,2368469095,129089,4022171751,149166,2729637991,197575,1123604583,198028,1439135850,189242,1220638827,251581,3402119277,182755,624998510,234292,4251768945,109358,2197993587,258757,298555509,261298,2150807671,126521,3119454328,232291,3237935224,247682,3880220793,111275,3271858298,145345,1421301885,218295,2632800383,261070,3300489346,236094,802248834,241513,2077505669,134774,3083393160,95117,1750743177,125013,3222616201,143610,3222616202,143475,253319307,180729,3366615181,127784,2780256397,228657,858855566,115284,2831964303,106646,1024669839,126419,1234655376,122681,3751385233,156067,2141026449,244737,822614164,151597,1032927381,136827,1586968725,223525,1037981846,148079,1132320918,158722,3325909142,262176,134895770,250587,2654607514,263604,427309212,146853,3021756574,212507,1732876447,195394,2770712736,139804,460421281,117509,968857761,122489,3447871649,126908,384800929,179036,815012001,183348,2435045538,132275,3395180707,256401,1529878691,262078,1721358500,170489,227088551,191670,2606201001,161655,3683293354,94989,3793426607,186637,3229718704,264742,3229718704,264783,4199307441,111485,3514620083,186466,3416422579,212065,1618303155,216356,1851701427,242537,1111586996,234635,2856958134,134283,2597148855,96386,946124983,150500,3112720568,106099,3157309628,236313,2575071421,250612,371652799,165136,539302079,250032,3561486531,166939,963844293,136652,1319139529,158133,3352451276,197516,3584235724,241931,3949279440,199745,3016030417,245823,3377518802,207039,2239920341,113067,2113837269,251670,3688577239,120595,2016745687,158684,1102485720,258686,452704472,260176,4093614297,221842,3810785498,112635,3242113242,138277,628152539,107158,18766043,110191,4061665500,168856,2566977756,191593,1865619676,221616,1242282208,154802,444463330,132737,879859938,241327,2173155556,206436,640874725,151260,1348974822,129510,1257904358,183927,769579239,247095,4087331048,215371,395679977,118819,3741456618,166319,1117599981,144829,1263327472,140159,2165709040,148189,155449584,184746,2348079344,186960,3893926129,252694,2613147890,225394,2404317429,125239,1786034422,113916,1906350326,210207,4177041654,215981,2030319863,104445,2399860983,149572,602429689,183022,977672447,112132,742627584,213599,3282442497,178078,1446623494,116504,825276679,162405,2719799560,233511,1013741833,175523,619067657,242387,586275083,193172,300611852,155379,210934029,229761,3090798862,114897,2424690958,151369,1664850190,224254,1452898574,227664,968915214,251473,2532776207,205653,433346833,231268,1019992342,239058,3965745433,100741,390658331,94627,153164059,182035,4045617435,202601,2095331615,208406,2720610592,156405,284285217,113281,3094927651,127826,1303992611,262742,2251618597,164951,1297586469,193033,1508808998,154743,1768823079,151243,1303796007,157193,4219525416,205698,1817475369,156528,63830317,170794,2489137453,256819,2300533038,181858,680786223,221057,2414025008,98621,1034516784,252180,673134898,252223,2253470004,142730,3164494132,153622,952875317,229530,3052484920,230951,2514245944,258772,1717631289,206550,89176378,220042,1517713725,100125,1525414207,101217,1739028800,256871,2078087490,149470,3127187778,163208,3397794115,121875,2512951619,147612,2709682499,243786,2121898309,245617,3222501702,142621,49109318,149618,41941318,179816,778737992,97574,3890002248,183884,750434635,102471,2071853387,229313,354367823,241783,347748688,143626,2115787088,183186,4013390160,252599,3527743826,231181,2564921684,146352,879204692,154107,4175829333,209354,2977528150,238485,3725351257,202332,1918237020,94896,3702274397,260093,3418315103,171019,2641205599,226829,2611239266,95159,3464894819,137596,3222501731,142605,1996626276,120804,2413746534,179841,691534183,95487,1120237927,138929,2655803751,151324,2607192426,158029,2645604718,229668,3153058159,156253,2826746223,189736,476649841,172358,3335829873,188147,3413129586,166272,2548152693,159554,2843187573,164754,1268242805,175764,1029380470,233027,1690573177,212189,489462139,121360,1761188224,131664,993565057,105859,1898518913,120614,3723917697,132338,2532530562,259764,2759711107,119149,568768900,225026,484997509,95419,1080637832,225004,3043916169,184633,955521421,134556,1076369805,170638,232118669,199263,2330122638,181307,2937223567,188624,3606894991,206501,1953986962,140233,2505349522,217127,108820883,188968,1629583763,230322,1369528724,126070,3231152532,161939,670284180,188318,2971326870,146424,2231564694,237692,4021959063,121794,443390359,257501,900766104,257526,1570740633,156037,919493019,263526,941521308,118059,1496316316,211485,2332268957,159249,3824925087,103913,1512700320,179432,1079441824,222515,488978849,183801,1787492769,240776,119323042,123671,3901069730,197786,34142629,181736,4260911525,262600,995580329,97294,1570511273,243401,3114162602,216626,3308181931,109054,2188941741,102975,3083278766,206096,3363019184,154776,1998961072,232970,1563990449,126185,2263701938,126447,4069038517,244957,2790177206,263629,2970393016,122469,1875163576,134473,2966837688,179970,441891257,178813,4199291322,100426,2481977786,187747,1172453819,210655,3513604540,94452,2478397885,103036,1196775869,249737,600480190,119957,2869533118,139073,2768312767,129033,2431441343,171943,2943637952,134665,794491328,219533,1306294721,106035,1683372481,230457,3049372099,158067,2506504645,250464,1299896774,133369,71875014,160740,2108053958,188833,3757865416,252717,3173562825,113032,2743613897,183369,2430556618,261508,1219197387,179573,3996629451,194406,2848971212,123453,2176039372,184443,814496204,238853,2197379534,216401,1111038415,153947,866974159,183201,2422716882,135954,3495475666,231643,4201740755,97852,3890911699,239124,3090905556,168545,1944369621,211780,355039704,178264,10492377,189750,2564856284,146222,1956813277,111748,2218498527,160027,1272158688,113085,3151550944,203519,2643966435,235413,854571492,188385,1516419558,249814,1939085799,209256,4212144615,228899,4277893607,237061,2397452775,261851,1806408172,167725,1602902508,219632,1042135533,200303,2760587759,231344,3917724144,131280,231422449,137166,769235443,110099,3124009460,106889,277944821,124890,1390836214,206742,209222135,192038,1774049783,238778,2841885177,114612,1033959929,195243,3644627450,132241,3656260091,227691,1401338363,251134,3881916924,177627,1319942653,118500,2003737085,247454,3289430527,239664,3219585538,184981,660519426,229034,38967813,211848,339016198,114862,1381308934,201827,4183767558,246465,1121516040,153605,3657636360,222619,3718806025,254715,1317788171,170048,1543100939,192324,2654165515,193804,2898844172,175813,382401036,220705,1597037071,127394,3655555600,167430,352573968,184521,3155515921,114178,3598219793,166562,1606867473,188241,1977219602,120193,1526995476,255139,1176042005,177053,4250540566,160666,3339237912,123247,764451355,112021,2211265051,122191,1645378075,123938,2996296219,227421,880892445,179998,1347598879,185040,3240983072,171680,3929758242,227517,3781343779,218654,2161990179,224602,2746866212,224733,3099195941,249717,2804423206,178102,2964920870,211178,952621606,261170,3295926822,265204,3576412711,263672,4094106152,120266,2902923816,139919,3116177961,109396,1925732906,102356,1678228010,113604,2299722285,185755,493959727,201638,3453311535,217258,3090905652,168733,3667876404,237149,1360329269,178284,1108720181,226503,927742518,100794,299031096,159291,1360419384,173416,172513848,248435,3989428793,262621,3109706299,220969,1459092029,121543,1086364224,228645,782277185,256356,561674818,167126,3052722756,261657,4178885189,194534,2123635270,106353,4104395335,172378,3776125511,186253,1436301895,242182,2649225801,230246,2971327050,146274,2950969931,175369,2432309837,242682,3097623120,123416,2174122579,256440,2611255892,97535,3854350932,186615,4161288789,132228,3196934742,243736,3579902551,138637,726776408,219198,3419707992,241662,644536922,258651,2560072284,215343,818092636,255501,1360419421,173222,3003472478,191450,24394335,107468,3797596767,159067,2813065824,182535,1363966561,147577,3600857698,196505,3223353954,217366,253860451,127373,2679429732,247226,1360419429,173088,1177705062,241093,1240857190,264495,492460647,141325,3341359719,173175,2578782824,227745,316701289,145426,3539204713,234219,3557710442,217221,2469329515,117301,4164196971,132772,2316450411,174736,167729771,250488,3456359021,187171,1914190447,155630,1320704623,170217,3242883698,148976,2427771506,258496,4046322291,156484,2189523572,235496,160660084,239363,1082489461,235559,1925732982,102376,2419079800,195286,4072225400,253637,785373818,131839,1553111675,233860,3283360380,140574,1867963004,232917,2984876669,108167,2611280514,96933,1089526402,238172,3016981128,176847,2017548936,213641,711572105,100613,924719753,174106,2197191305,225450,384367241,237351,31087242,241757,989305484,171137,3423935117,206599,166558351,217756,4163082897,262462,3093944978,217390,3522042515,205093,3733404307,250329,2657876629,202994,1141299862,100450,1841543830,162180,3604920982,230690,3561355930,155800,2208823962,180994,481065627,197345,293960347,206456,2127231644,205507,1374550684,231604,3678321313,96337,3411983009,105053,3862059681,259679,3617659555,104879,608361123,108307,3059514019,178960,829668003,231088,2834660003,239976,2586335909,140993,1011579558,108679,3441253031,168376,128662184,172747,3987200680,228972,1436605097,207719,2696567468,125527,1419598509,211001,3222108848,145665,1958722226,247265,219069108,109586,806148790,212637,3525515958,225678,1753979578,139472,3121912507,127806,63724219,255319,58350269,114816,3951196862,125349,2827352767,132255,897383105,167334,3356981953,258570,2469173954,234684,3479329475,147187,4039924421,233188,1597348550,225561,283122375,146997,2006915783,214896,2020104903,219100,3056810696,231442,1066031819,117559,2450086604,132045,1084594892,215095,1290525391,195882,736271056,118472,4079991504,182274,469777105,160988,3185064657,243227,2537069265,249833,1335663316,126032,2990930646,121708,2032458454,206075,3930880727,152547,441703127,198958,1451514584,111631,412474074,146375,8903386,159653,843659994,258324,2897427165,116134,868563678,204175,3761011423,123223,3991993056,175727,2194897632,224312,446954210,241833,2692561635,129528,3337992931,161364,3070548712,230533,1684052713,142803,110197481,223473,697555692,171845,3127646957,99224,1886223086,200737,1277590254,248857,1072151280,216022,1441209075,240795,1231018740,205991,4237105909,238315,331504373,250931,680573686,122240,4249058038,262154,1241848567,140303,2448210680,169428,1652554488,217344,1934564089,210526,338516729,236947,3163896571,99837,163896059,171603,3090881276,172872,3971947260,190309,1396914942,123151,3628260094,224335,1882241793,101148,4156488451,193090,183933699,218900,2767362819,223546,2719800068,233486,4263451397,124542,253008646,200568,1401690886,249955,1823398666,256759,3781925643,160418,392182541,188991,3745487630,129249,2036538126,132199,2051136271,153558,1782135567,246560,3069811473,103386,802085650,111370,4022590226,149020,718297874,205777,2443229971,214058,3891804947,245867,1642797846,152921,968784667,250281,215759646,179755,3553344286,240420,1713003296,106434,3302554401,199861,4244994850,153269,3812055844,110290,2519071525,96075,119053094,102814,2505456427,208763,2261449515,224186,4179237680,231425,2775530289,140470,3062553395,230369,4086651699,260298,2577292084,121754,522484532,228437,312425268,246888,4005509942,115826,1770937142,260280,768105271,248519,3747814200,228229,3450600248,240112,3898374972,213256,1362213694,154949,458840894,205074,1888156479,209312,3862256447,211024,802175808,239450,3767212865,186770,2255371074,180154,802175810,239434,1191394115,175669,3826768707,261489,2415024967,186330,802175815,239464,1324063560,137632,2991471433,213583,3631725385,232713,3337935694,150611,3162356559,181467,3292379988,169650,699030357,192187,655948630,142211,174807894,143289,2171943766,189055,3173866327,97273,559102809,252268,3228367705,252338,2058558299,184232,2859105116,162962,2444213085,138905,3996089182,140448,3046718303,147435,3328940895,249326,1757838177,125803,989682531,227171,1899944804,177428,2175753060,257476,2134907750,200931,2479512423,230060,3009272679,252027,3776625512,186212,3562912617,121451,174963561,226569,3819887466,107051,2842213226,239396,2611239790,95233,1779522414,180505,3872775025,201005,2890595186,95932,1955257203,233070,3973307253,240148,79928183,98969,2718767991,147901,4086086522,118657,335813498,184789,1239866234,254506,2078473084,114328,864918396,184085,2517924732,226787,4013415293,182314,722516862,142334,2519071616,96272,2491087744,222695,3930823552,245483,2988702595,102923,111287172,145567,2909133700,254980,4206328710,248084,1925725064,102494,506755977,103830,3818126217,234321,4002036618,96139,1267366795,205946,3567623052,256386,829422478,143411,907623313,116048,2406235025,144126,2018720659,243750,2519587733,189838,3193002901,216904,3380919189,226392,905657238,181900,2184608663,93755,1853340568,108068,1078418328,132539,2834029466,202951,1373805467,222180,1819933597,194112,3680869277,199122,2795125662,122619,955120542,146296,657669022,181044,2046557086,259939,1935588255,94226,2252897185,167164,2368781217,257890,3068197795,114200,1403468707,216434,938646436,109447,4000619428,255659,3878304679,183087,2971319208,146650,2139323305,116237,3736861609,178664,3679116202,212863,3615587250,197938,3527457715,238893,3107838900,165019,3033324471,166020,1392409528,108585,2468322232,121653,666524601,164104,3751402426,151696,3585702848,133635,1390967745,216979,929323970,111031,3932625859,122814,974298052,124371,1602984900,176405,1063951300,180018,1711348676,187971,1787222980,193883,2370919365,130376,2777947078,152187,3751336902,177904,2835086279,176580,1360542665,175688,2895436747,121338,971209675,145754,3190709196,195729,2150505421,229618,2007374798,95513,186334159,253530,3687136207,256618,1622285264,127168,3680238544,217107,2891693009,95969,3936598994,259425,3375610836,262582,277871573,132129,1942092759,234415,3458096088,110439,348240857,231319,40057818,252423,3604331483,174519,3879844827,178614,1114708955,251941,3091930078,121618,1945091038,126810,202210270,223947,203373535,183685,124509152,142390,1595612128,211939,320207841,241896,3540982755,247398,707804133,219723,413424613,245247,1577237480,100237,3326319592,107523,4101102572,117226,521894892,148240,2721520621,158855,3729906670,182860,2228468719,121142,1841118192,151757,897784816,167771,3417144305,264530,787823602,134262,2833218547,130267,2618473459,182340,2248670197,103767,19643381,118707,784899061,215513,158284791,210958,383728631,260520,225582072,142190,2458090489,183540,785406971,131958,3058760701,213797,3829300221,262991,1362099199,156285,2207128576,102840,1304173569,216e3,4121091073,235107,1967340548,206245,2868337670,125136,954047495,176224,487513095,181718,543439882,100251,3131358218,144104,3319430155,196068,1360968720,224007,3243056145,221748,1833892881,257603,420805650,161240,2204728338,216777,3463724050,250918,300456979,149323,989830163,210451,2539518997,148457,295050262,175879,1147501590,179082,1372699670,212359,2555010071,221108,2670025755,94029,2803751963,123651,4174060573,264115,1681751070,208690,312974367,101319,1361878047,156833,621689892,242476,4099193893,125702,2041453605,137253,1360419877,169578,1727388709,257261,2998950950,105413,3500956710,121844,3222813735,136514,3236125736,162757,3871308841,220942,3359857709,98238,2895404077,204923,1879465006,158248,373095471,215752,1971076145,142414,2960931890,134023,3060276274,149950,4268588083,252120,3766754356,197968,4045093941,148641,474504245,166085,3790887990,174671,2821577782,209163,1360116795,137388,3498490944,123523,1661983811,26e4,1817943108,179154,1010015301,158702,861117509,263857,3017096262,157534,2647309382,221447,1163705415,210892,951761992,240846,269237321,127332,284597329,101822,2118548570,164735,3171998810,260497,190946397,186718,431234142,262399,1938553951,140965,3731962977,139178,205790306,195994,2174958691,232635,3746208868,135933,1226570853,128633,4144725093,210801,3600809062,110138,1590475879,137361,1360534631,176660,2430950503,185329,3751402601,151726,3214728297,263137,791796843,206997,1863015531,221163,749378668,259270,3248061550,204093,2985204846,224490,3751353456,164130,3673635952,247660,3287137393,255234,2085887090,164393,4254399604,149658,2961243253,104711,678083701,226532,1040432247,249044,3222617208,143429,1251736699,178161,2778102910,226889,203668607,140549,246717568,169085,2486877313,133203,873970818,172793,2655804547,202131,2461932675,222284,2638716036,154916,1587641478,194718,1363967111,141598,1049320583,221511,3258006664,149220,2664864904,260704,2487622793,211453,2597092491,122633,3663543435,212980,1681333388,165052,3417791631,182251,892583055,192810,3682352272,213295,900734097,119539,646315158,163672,523050135,215450,2054487191,259061,1922776216,135914,1691696280,246786,330267801,183504,828824729,257563,1145699482,97413,2097380506,201892,3614260378,226550,2722356379,152958,1184029851,153810,1965948059,246715,137755804,111390,2770779298,151219,3135462562,157246,1028971684,105077,3134200996,214992,880139429,163592,3905346726,264039,2209627303,181285,3751337129,177668,3674225835,185695,10828973,145681,3670973613,152620,3432078512,107872,232070321,137928,442743986,261834,1096375475,115146,1344789683,129231,1874648243,199053,2440846517,188358,914431158,253028,3081534647,263743,2427911352,125785,3912113338,98548,3617184954,135091,3405470906,143205,2006564028,93777,3688971452,213624,3186408638,152604,3751337150,177654,2168118466,98370,2261302466,172853,758324418,187551,962903234,240366,771087555,186807,250232004,156503,411737285,215296,3961232583,162515,1602198727,242359,205987015,263237,3874397385,178232,2586303689,199781,3804511435,197729,1205804235,208811,2088926412,104518,1655889100,184492,3771563214,132625,1195244751,224375,3155901648,197322,4247747794,159713,4247444692,183330,1575525588,218437,3491126485,182972,2582633685,240554,1459723478,256113,3680320727,118115,2904890585,174224,4283301082,209611,932322522,227190,1455602912,186985,1561296097,143539,386571489,146470,1459281121,243028,2694397155,115308,239664356,214336,70335717,120476,2339577062,108971,2004483303,258032,2487844072,107637,2802908392,169888,2359983337,116303,2970934506,236121,3416841451,117116,1721195757,113492,50052334,161431,2516688112,184294,2559311089,210727,411466995,197906,4253310197,176144,2366979318,203373,1457265911,121086,2749168887,165962,2529123575,252614,2493185272,135257,3853548794,137794,2988825850,203846,1621105915,157943,3816570107,203646,3275709692,193139,441908477,178795,3917995261,183632,772111616,256743,4156357889,168231,215497986,215222,1491705091,99453,1989893379,100695,2639510789,227599,3162766598,221211,802929927,179591,1360551177,175437,511524106,117044,3583655178,117872,590494987,160098,3999079691,253891,1969782028,168256,1398480141,178980,1501052175,244511,1476402449,209119,2940353811,111918,1955863828,98721,722533654,142482,578223383,96289,3705830681,133112,3763658009,196233,1646304542,224978,575446302,247376,1365171487,100865,3624090912,102021,3635240224,237479,696991009,221079,1361558820,160151,4075814180,183783,3922353444,195451,1777073445,131034,3830881573,167541,1532255527,231703,476331303,249579,2160426281,236566,1493777705,241108,3660422442,254076,3438378283,100550,4293311787,137541,3918970156,221536,2157641005,257444,383474991,162857,881761584,112370,2067193137,216275,1204018481,262219,215989554,164367,984276274,209001,2423250229,133173,745274679,125879,171244856,108231,52903224,112098,2210372921,194926,292191546,107369,3037764922,143800,1833246013,261189,390380862,172093,1132191039,102582,3931274559,184664,163134784,177314,1752726848,189117,887045440,194905,2993962304,210286,1315519810,94543,537918787,183053,3085516101,254694,2402303303,203867,2130156872,187617,2960842056,207201,1215683912,210032,3922771272,213091,3185294665,180461,3836583241,181395,3795459406,242404,2787261776,183607,3952024916,232509,3222527317,142531,2172370261,145008,1258790230,121979,1879457112,110364,1658658137,238093,2564619610,170513,1594965338,214912,774749531,94346,958315867,166037,246218076,169059,2649562463,113470,1555823967,120005,1437449567,197653,2103237984,156460,1273216354,222576,3090881892,172692,1982520676,242025,2320907621,115073,2023988581,247849,3560627559,122224,705502567,258184,3861273960,183996,1445797224,229108,2497502569,198769,3110116713,223378,497802602,223650,548052331,112506,2383388011,250994,1856699756,187729,1794194799,227449,2611232112,95775,2684263792,183422,107298164,145947,3467992438,175120,130055542,219664,4034518391,108926,650485112,139398,1107705211,153827,2527911291,235144,2393963900,115097,903429501,144370,4060224893,200474,3813113214,124038,778313087,264088,1405042048,209745,728931713,189630,2618703234,145060,1250180482,237388,2665635203,191617,188153219,235657,716004741,178479,4008803718,257372,1482022280,238802,1376255369,228187,4269497738,207617,3097124234,261154,1363983755,137003,830094731,143378,503840140,219005,217734541,129941,4258135440,131157,660250001,262665,2000846226,180210,1406008722,232135,2110782867,203295,2205253016,168992,1274871192,236383,3152321945,181144,218135961,185878,2828639641,234662,2006859162,124830,3480010140,231909,2966715804,256303,346897825,97081,2005941665,232121,4251245986,160493,681008546,232007,3452919204,258550,2649841060,259088,2737323429,175899,586964390,132868,554270118,140755,2262285734,260558,75693479,189696,86212008,118918,3275972009,194793,2654813610,209692,240393643,108465,789216683,244555,1284316588,194736,2648497581,125326,1009261998,109263,3154124208,176891,1197350321,167789,2162277809,169139,2031017393,234709,1882996146,204827,47250867,157850,3896966579,161111,4013088180,218544,3167878580,240310,671145397,200499,62873013,255796,2877275574,227233,1431879097,158793,381959610,175197,120987066,265145,2600639931,121279,2962013627,254957,3415834044,194188,1615797695,131749,332414400,163256,3843472832,188644,152419776,196471,2107710914,217010,2158108099,211540,524426692,100338,3278896581,216682,3721125319,109863,3385744839,115869,3969424841,187880,3339615692,192834,4246183374,117070,1087725006,164631,632708558,262895,2693488080,98534,3095100881,175984,909032914,181881,4023016916,128476,1238498772,208586,3156852181,155673,94920151,181596,3700530648,249155,3549740506,183582,1111997914,186573,1791081946,238711,1911029213,122297,1129774559,118443,2652978656,261322,3056819681,243183,4157775329,249130,3347004899,106457,2949250534,252241,2803162600,242725,3114974698,174649,4191854058,207500,3082296811,120662,3957521900,144491,2655895021,149903,3788766703,122156,4032650736,219241,919395824,251397,1428872689,127912,2415468017,176126,1021566450,106554,1888746994,126575,472751603,135393,2405449204,145300,3111222773,199840,1162493429,211874,912506358,139559,2821570038,226997,1889730039,186650,1738333687,225371,763174393,259854,434994683,168881,1500790267,200128,829365756,146519,2237079037,141939,308559357,265262,4274134529,231625,213376515,111252,456367619,252373,2987286021,238045,2804489734,114774,2930638342,128890,3708706312,152527,3606871560,181559,2797854217,241308,474136074,258296,2006875659,95586,1365655051,95728,1360551436,175303,1458560525,252549,2396225039,158114,3419012624,94812,3744685585,137766,984489490,155180,3937574419,127312,3108027924,164980,4246634004,238595,4174814742,255774,2030411288,180228,1016847896,231059,1538489880,238071,1808080411,145174,3974405660,141162,3558596124,164869,2120482333,196487,977174045,217924,2638380574,120426,4178935328,123432,892599841,114534,719134243,178213,2662374947,218475,1575312932,198714,4175158820,231766,8003108,232680,2007301669,173397,2976079398,234088,1548877353,256553,1627446826,121162,521412139,184849,2408341036,102178,2034212396,118977,668229164,184766,572956204,235233,3751337517,176187,66289198,228364,4081516081,159770,3895426609,219871,726695474,144275,3716570674,207939,1866505779,171180,1951694387,224677,654368309,99272,3775938103,185165,3967368760,198280,3878280761,168399,2222956090,139530,1420394042,245573,1262222907,120727,646045244,99327,3135462974,157212,417742398,196710,783695423,98605,2851413568,223727,1498332736,233138,239246913,230086,1361411651,163390,3518209604,225653,1480138312,101617,2926263882,102994,445603402,132168,2455879243,220157,804200012,99045,1964719693,165459,794459725,190283,924638797,246912,3112377934,151529,3367566926,251285,3624623695,207995,3818782288,163907,3014655569,175236,904175186,190181,2992889426,225298,1746615892,110680,1267326548,232231,1746722390,264416,2971999831,107772,1831411293,192391,3170360926,115669,3264560734,260650,632905311,198403,2024685151,232098,924950118,219172,3038838375,131560,1153900137,233905,4078870122,119648,3090906732,169265,77307501,204978,242835056,132820,2992119408,135368,2604719728,238619,1401585265,149390,1281801841,215240,2424561265,229006,4194016882,201998,1360551539,175336,1655307892,126928,292306548,211800,4289011316,242205,1999576693,124335,2554003062,196007,3469139575,189149,1381891703,208649,1251663480,215535,2917678712,257392,2691710588,133256,1052974716,259107,1091460733,158380,572800637,235982,2955247232,165716,3170893441,213047,1906409090,122835,1801002628,132467,2898288260,203411,3360759428,233269,3793051271,199770,3113033353,161904,924163723,151296,1316142732,103148,971505294,145226,264584846,233993,2698149521,176201,1594375825,208174,2751258258,203389,3050389139,125573,2689179285,128378,366116501,263728,1118846614,103495,3818905239,114696,766615191,138399,680435351,140621,1411038873,218401,817675929,243848,1852964506,148132,2419990170,235282,3095821979,225940,711483035,258784,855080605,247573,851386014,133472,3404291744,99408,65117856,249790,2751143585,120045,4006387361,250112,1458847394,123196,550567586,228672,1806646946,235524,3857006243,134186,372063907,158195,2048261797,153248,3373981349,245722,734748325,251165,557964968,217280,4097097384,257757,4285202090,236025,2739797677,185548,2610249390,136953,1596718767,109609,3132260015,158157,2541387439,252893,3184221874,261996,3169853109,123108,4037852853,169935,3512884918,100497,345202360,151550,427507386,156598,1555439292,243547,3702529725,178635,4256431808,161834,5308096,224866,808124097,169997,333962945,203992,4235345602,102656,3135446724,157745,2745777861,184820,3686530758,188165,4203347656,116900,2495659720,124316,2983100104,235168,586964682,132914,1444617931,184386,860487372,127228,2669960910,193781,3900800718,209056,4025466575,187673,520060624,103621,3840196307,224529,3028098772,167941,3200581334,239531,285679321,106068,4158668506,148483,626564827,212012,1151082203,234344,1153367771,237035,317718236,116174,3026050781,114109,3530792671,218921,3387604705,136199,1486790369,261973,199065313,263478,2858041058,131540,2347106019,115519,2305220323,189096,205315811,196950,1515593445,111719,3936575206,222556,881450728,203199,2236014314,106237,3408477933,261720,3221782257,148809,2353225459,250008,4086890228,157446,2504425204,229868,2357722869,193071,537861878,118876,3090898678,167237,2742509302,191176,3938844407,244009,410803961,146198,1353064187,239919,3973259004,124608,3509698301,128148,2083479293,212915,1293770494,240513,219946751,244911,2590498561,137337,2694610690,170472,4266475267,161992,3495091972,161089,3751337733,175639,324378373,203054,2854330118,176675,3549273862,226131,3673988870,232948,1332018951,155025,1464336137,191018,1777737482,148900,2032967434,206054,4244815630,138990,1949892370,223774,2995912467,193589,89218837,182915,2889916184,137070,3910508313,189336,1332092697,212478,3052511001,245449,4074299164,194558,198762268,259731,4238925597,159335,3019505437,160046,3492806430,130527,2487934751,99437,790445855,127418,745504544,127945,3952729889,246377,4133371684,98e3,788471588,117743,431709988,122106,4061724453,94194,2122907431,129751,2502188841,143851,2896707370,98207,3001507629,214364,4066246445,253187,1154965294,119691,4287242030,130699,2207285038,187279,1074224943,171434,2853379888,248615,3197370161,214609,3498245938,130057,2410200883,255536,3931578164,125207,2454183733,145253,3945340725,213109,3501850422,155989,2308357943,177494,2987417399,240679,3327172408,164913,831692602,110120,1446534970,239190,1128955707,136587,3389218621,197479,3258375998,149306,4096376638,252910,3131342656,143778,3312189248,207416,165240641,94211,1033264961,107727,2422587201,131686,1165786947,154434,216399684,174693,3198451524,193271,100474693,249640,2524446534,114744,1034010438,132682,39501638,136764,1085955911,168582,1832484679,177766,183615304,98082,124354376,129430,1361002312,164268,2142658381,157607,2741960525,193474,1537310542,244866,2325143375,103862,1367859023,178373,852934479,202632,2080792400,158230,3133022032,160011,2786533201,263313,629571410,206032,3867959122,212694,3988234066,260377,2914778964,135211,978845525,124510,1483038550,98255,1123286870,129481,1922727767,251613,4283760475,150395,2348875613,143982,1852194653,194142,302858078,197266,3646209886,211040,3699752799,111942,1900175199,258809,830160737,145132,1314201441,245015,2830942055,152258,2379358056,114972,484622185,188693,516439913,258228,703487850,94671,3184394090,152472,153190250,184561,926998379,147750,3610386284,192941,802160492,230550,802160492,230569,2809323373,125665,1240686447,117622,1395785584,214261,4166877044,250501,460111734,124902,3772415863,168065,1280540535,207315,108822392,197810,4233912185,224549,1562328954,94940,721092476,132352,1395646335,206388,1364836227,122388,984964996,130912,1162493828,227376,241000326,104287,392314758,258154,1911906183,188924,4025827208,211697,3092406152,252740,3444432777,106481,1684283274,108095,2908684171,185737,1281318795,227955,585916300,115698,3257892751,149237,1205444495,208790,4229152657,196022,1932312467,152510,35700628,258963,2020212631,104945,2185600919,243939,3780198299,198791,35725211,216834,4222418843,257334,1331986332,220204,2762080156,249399,1558257566,207960,2631786399,222732,3157278625,154964,804356002,248752,1445642147,159404,1210466211,241466,1823793060,105196,1258643365,233224,3283591078,140255,2207637414,144526,65150887,111997,2445959083,244484,2987671468,93632,953278380,195772,2857885613,254631,1103101870,198148,4229160879,148266,1253295,160830,805470127,225210,3237183410,169401,830160820,144170,830160820,144194,830160820,144228,830160820,144253,2259861428,172906,4239171509,191805,2983665590,109242,4282433463,216541,2640674744,124354,4267892666,154035,3897843642,182160,3797032891,247791,2057224124,171308,3751067580,241496,1531838398,110725,1944346560,115384,2165350337,230707,3468238786,116151,3792150466,157867,103260102,191195,2730098630,234461,2858033096,164439,3790372810,167966,3435216842,249482,766590924,137466,1758511052,225592,2228207565,100894,1815142349,151618,1787944910,211060,1765613519,99131,4202020815,251385,583647185,245840,1752801233,250856,3083927508,120574,2887024596,175180,3094470612,177699,3692027861,156754,3813621718,112655,3128885206,115168,1428611030,129122,2480996310,192624,203063255,130317,1787363290,128541,3790348250,246938,722223067,96092,583606238,119896,707616735,186530,92585951,200869,115769313,181071,2983313377,213129,1563877345,253503,800841699,139959,1134551011,179139,1209319395,213182,1945255908,152776,2908651492,176604,4038328293,218383,289439719,243915,4065525736,152357,115458024,153577,3126779882,162580,252370923,150091,156770284,111678,295739372,154410,3312189421,207534,458588143,153024,2480734192,230420,23756785,99054,2887622641,126663,1378918385,191955,2147426289,256926,2958434290,128756,3254419442,147714,1534705650,220778,1128357876,143269,626786292,152977,3132710900,209645,1410981877,214495,3178061814,137018,2423627766,137041,2360287223,225476,714448887,237670,1628889082,169973,3762470907,220549,1348116476,96639,21676028,180779,1932574718,116997,3301883902,192921,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,773128200,1701012321,1882027120,1635150194,1869642083,2036558188,268437504,1667457326,1131704421,1768648559,1918976613,268437504,1667457326,1131704421,1768648559,2020557413,318769152,1667457326,1131704421,1768648559,1953841765,7237492,773193736,1701012321,1866691696,1701407599,1886220099,1852141167,524404,1667313174,1953523043,1802465091,1866687849,1767994478,7497070,772997128,1701012321,1866691696,1701407599,1818323268,134244207,1630408704,1885692771,1869562740,1147496811,134248041,1630409728,1885692771,1869562740,1298491755,1634956133,134243687,1630409472,1885692771,1869562740,1315268971,1667855471,524389,1667313169,1953523043,1802465091,1114858857,134248559,1630410496,1885692771,1869562740,1936025963,1953394499,1701734753,524402,1667313172,1953523043,1802465091,1299408233,1818845807,524389,1667313171,1953523043,1802465091,1299408233,1818322031,318769152,1667457326,1131704421,1768648559,1632662373,7103854,773128200,1701012321,1866691696,1701407599,1634883443,1919250544,318769152,1667457326,1601466469,1952539745,1701078390,7169388,772669448,1701012321,1667200112,1768648559,524389,1667313171,1953523043,1869570911,1600481643,1953459315,251660288,1667457326,1601466469,1802465123,7562601,773259272,1701012321,1667200112,1768648559,1999467365,1886413170,134247013,1630410240,1885692771,1868783476,1701407599,1667325811,1852795252,251660288,1667457326,1702129765,1869562738,6646123,772997128,1701012321,2037216368,1802465123,1647142249,134247009,1630409216,1885692771,1953067892,1869570917,1936025963,251660288,1667457326,762540901,1802465123,7562601,773455880,1701012321,1651078003,1953066089,1633824121,1868770674,1701407599,524403,1667313170,1953785187,1868770657,1767994478,7497070,772734984,1701012321,1600222324,1802465123,134243689,1630408192,1952801635,1868783988,1701407599,335546368,1667457326,1635021925,1852795258,1869562725,1936025963,150996992,1667457326,1768648559,524389,1667313167,1685221219,1869570911,1936025963,251660288,1701011758,1600222320,1802465123,7562601,772800520,1885692769,1601331572,1802465123,7562601,774176776,1769104225,1868770675,1701407599,1852793645,1953391987,1953459770,1936272936,1869425965,694968676,402655232,1952669998,1869570861,761620843,1769238382,1633904998,1852795252,234883072,1952669998,762212201,1802465123,134243689,1630409472,1986622563,1868770661,1701407599,1852140845,524405,1667313166,1702259060,1869570862,6646123,772931592,1769235297,1915643254,761557095,1633972077,524396,1667313185,1702259060,762470754,1953394531,1701734753,1885286002,1635150194,1717533027,134248553,1630408704,1986622563,762934377,1802465123,134243689,1630408704,1869374052,1663920995,1768648559,134247269,1630408448,1731028068,1663923301,1768648559,524389,1684090380,1868783460,1701407599,524403,1684090381,1869570916,1818585451,134248289,1630408448,1752458340,1663923049,1768648559,524389,1684090383,1868770661,1701407599,1918984749,385878016,1701077294,1868770671,1701407599,1936286765,1767992419,7497069,772997128,762012769,1802465123,1999463785,1886413170,134247013,1630408960,1663921764,1768648559,1634741605,7103854,773586952,762209377,1802465123,1882023273,1701736033,1868770668,1767994478,7497070,772407304,762340449,1970302832,524400,1684090386,1869622640,762344816,1919252079,7954796,773390344,1869767777,1667198060,1702063727,1667200110,1635020399,1919250025,419432448,1935958318,1684483435,1714254448,1702129519,1920413042,1701867617,524402,1684090381,858598774,846737456,134230069,1630407680,757954148,2016948791,134230073,1630407424,1663923812,1768648559,524389,1684090391,1953654134,1852404585,1868770663,1701407599,1702065453,234883072,1986289966,761619305,1802465123,134243689,1630409728,1668118116,1869570861,761620843,1769238382,134243683,1630407168,1868770662,1701407599,184551424,761684270,1802465123,7562601,773193736,1663919713,1768648559,1647145829,1735091041,1853190002,524388,1717644818,1868770661,1701407599,1851875885,7497070,772472840,1701209697,1801808750,134243699,1630411776,1768122726,1684106863,1663905135,1768648559,1999467365,1886413170,134247013,1630407680,1127050598,1768648559,134247269,1630407168,1868770663,1701407599,285214720,761749806,1802465123,1882023273,1667853423,524409,1734422041,1869570861,761620843,1768714096,1999468899,1886413170,134247013,1630411264,1868770663,1701407599,1819242541,1601790825,1634891615,1919250544,385878016,1600610606,1802465123,1633641833,1953654124,1852405599,7827300,772866056,1667196769,1768648559,1633836901,1919250030,486541312,1600610606,1919251317,1701601631,2002744434,1868852841,1868783479,1852142702,524404,1734422031,1952540517,1868770661,1701407599,369100800,1701273902,761357422,1802465123,1663919465,1702063727,134247534,1630413056,1999464295,1768845921,1647142766,1701736033,1868770674,1701407599,1819242541,7955305,772472840,1667852129,1768648559,134247269,1630409472,1663921767,1768648559,1868770661,1852142446,524404,1734422049,1868770670,1701407599,1852793645,1953391987,1852729645,1999467109,1886413170,134247013,1630413056,1663921767,1768648559,1868770661,1852142446,1970220404,762471796,1885434487,7497072,772931592,1701996385,1868770661,1701407599,1634891565,524400,1734422030,761619826,1802465123,7562601,772997128,1701996385,1769418085,1663920244,1768648559,134247269,1630408192,1701147239,1802465123,1668506985,285214720,1919377710,1701668197,1663923310,1768648559,524389,1734422037,1835361650,762605157,1663923557,1768648559,134247269,1630408960,1663918696,1768648559,1851875941,7497070,772931592,1831692641,1869570861,761620843,1702453612,524402,1767976472,1865248045,1819436406,1647147361,1735091041,1853190002,524388,1767976475,1868770669,1701407599,1953459757,761619305,1634891565,1919250544,369100800,1634361646,1868783480,1701407599,1852793695,1852399988,134247013,1630407680,1831695210,1634956133,134243687,1630407168,1868770667,1701407599,301991936,762011950,1802465123,1600087401,1852727650,134247013,1630409216,1868770667,1701407599,1633824115,1919250030,134219776,1600872750,1685088114,201328640,1718313262,1868783455,1701407599,603981824,1768644910,1952804211,1836016479,1953391981,1919903327,1919967085,1667331689,1869504377,1701013876,234883072,1701601582,757953650,1802465123,134243689,1630411264,1953654124,1868770605,1701407599,1936617315,1651797605,1801678700,251660288,1701601582,757953650,1802465123,7562601,773128200,1919249505,1633824116,1634034798,1868770677,1701407599,352323584,1701601582,1647146098,1701736033,1663905138,1768648559,524389,1818308121,762606181,762867554,1802465123,1600087401,1870225772,134247541,1630409216,1953654124,2020565549,1869570861,1936025963,184551424,1701601582,1663923314,7104878,773718024,1919249505,1868770676,1768714349,1701015137,2020173358,1647141989,1869902959,524397,1818308110,762606181,1668247395,7562601,772669448,1919249505,1868770676,1768645487,524389,1818308116,762606181,1802465123,1647142249,1701736033,524402,1818308116,762606181,1802465123,1647142249,1869902965,524398,1818308117,762606181,1802465123,1663919465,1702063727,134247534,1630409984,1953654124,1869570861,761620843,1936942445,6645601,773062664,1919249505,1868770676,1701407599,1953459757,6644585,773718024,1919249505,1868770676,1701407599,1953459757,761619305,1953394531,1701734753,524402,1818308116,762606181,1802465123,1882023273,1667853423,524409,1818308115,762606181,1802465123,1965909353,1701273971,385878016,1701601582,1663923314,1768648559,1647145829,1684759393,7368562,773128200,1919249505,1868770676,1701407599,1633824115,1919250030,301991936,1701601582,1663923314,1768648559,1647145829,134247009,1630409216,1953654124,1869570861,1936025963,2020565549,369100800,1701601582,1663923314,1768648559,1663923045,1702063727,134247534,1630409984,1953654124,1869570861,1936025963,1819242541,7955305,773062664,1919249505,1868770676,1701407599,1852989815,6778473,773128200,1919249505,1701653876,1734439795,1868770917,1701407599,419432448,1701601582,1882027122,1635150194,1680701795,1818456937,1701669217,524402,1818308107,762606181,1685088114,301991936,1701601582,1932358770,761623657,1802465123,134243689,1630410240,1953654124,1634890797,1852402531,1868770663,1701407599,352323584,1701601582,1999467634,1768845921,1714251630,1702129519,524402,1818308117,762606181,1885434487,762471792,1802465123,134243689,1630409472,1953654124,1885561646,1701653857,1734439795,524389,1818308107,779383397,1685088114,285214720,1701601582,1866691698,1701407599,1768833907,524396,1818308116,1282699877,1112557380,1735091041,1853190002,524388,1818308115,1349808741,1667853423,1869562745,1936025963,251660288,1701601582,1767273586,1769099365,6645110,774242312,1919249505,1633966964,1647141236,1986095205,1920298857,1868767805,1701407599,1851875885,577922414,524381,1818308131,1534358117,1635017060,1869570861,1030056299,1851875874,762471790,1802465123,1562535273,520095744,1701601582,1683715186,761361505,1701667182,1969562173,1936286303,1953068387,6103667,774438920,1919249505,1633966964,1848467828,1718168935,1752375869,1866692463,1701407599,1668507972,1835622764,1562538597,452986880,1701601582,1851487346,1718168935,1868767805,1701407599,1919249473,6103668,774111240,1919249505,1735285620,1030121773,1869116194,1869562743,1147496811,1818456937,1701669217,6103666,772538376,1919249505,1381982068,4476999,772669448,1919249505,1667194740,1768648559,524389,1818308122,1601466981,1801675106,1970238055,1667196014,1801678703,7562601,773259272,1919249505,1868783476,1767994478,779249006,1802465123,134243689,1630407936,1953654124,1869570911,6646123,772669448,1919249505,1868783476,1701407599,524403,1818308117,1601466981,1885434487,779249008,1802465123,134243689,1630408192,1953654124,1868770657,1701407599,251660288,1701601582,761361522,1802465123,7562601,772472840,1919249505,1196188020,134235216,1630408448,1953654124,1868783457,1701407599,524403,1818308110,1635021413,1802465123,7562601,773652488,1919249505,1918984820,1920216365,1768645473,1867016046,1870293362,1818326126,452986880,1701601582,1633842290,1949117810,1801675122,1449619049,1769239141,7102819,773718024,1919249505,1918984820,1952539739,1818307937,1031041637,1869570850,577071467,524381,1818308108,1668575845,1768648559,524389,1818308110,1702130277,1869570861,6646123,772669448,1919249505,1667196276,1768648559,524389,1818308118,1702130277,1869570911,1600481643,1953394531,7630437,773193736,1919249505,757953396,1663923557,1768648559,1633824101,524402,1818308121,1937011301,1851878701,1919248225,1852793645,1852399988,134247013,1630408192,1667196524,1768648559,2002865253,369100800,1768710446,1634954853,1634560366,1868785012,1701407599,134245993,1630409728,1852139884,1869570931,761620843,1852727650,134247013,1630408448,1919249516,1868770676,1701407599,524403,1818308116,762802028,1802465123,1647142249,1701736033,524402,1818308119,762802028,1802465123,1663919465,1635020399,1919250025,436209664,1819042094,1663924079,1768648559,1869491557,1768319348,1769234787,134245999,1630409472,2003790956,1869570861,761620843,1701732720,524396,1818308116,762802028,1802465123,1932354921,1885958772,524389,1818308117,762802028,1802465123,1999463785,1886413170,134247013,1630409984,2003790956,1869570861,1936025963,1634296877,6778732,772997128,1869376609,1868770679,1701407599,1852386675,134246246,1630410752,2003790956,1869570911,1936025963,1852793695,1852399988,134247013,1630408704,2003790956,1663919205,1768648559,134247269,1630408448,1701997676,1668899937,1768648559,524389,1818308117,1769108588,762538851,1818848835,1650616658,134245999,1630409216,1663923052,1768648559,1969368421,1852798068,285214720,1953259822,1885826143,1868783460,1701407599,524403,1818308125,1768776052,1731027314,762474596,1802465123,1663919465,1702063727,134247534,1630413824,1919251564,1769234798,1667196278,1768648559,1634492261,1601332601,1801675106,1970238055,134243438,1630412800,1919251564,1769234798,1667196278,1768648559,1634492261,1601332601,1684828008,134247013,1630410240,1919251564,1131701614,1768648559,1936018789,1701273971,318769152,1953259822,762148201,1986622064,762930017,7496034,774242312,1970564193,1685021549,1868770661,1701407599,1953459757,1667851881,1869182049,1920413038,1701867617,524402,1818308113,1701734774,1802465123,1852401001,134246246,1630408960,1868770669,1701407599,1953459757,6644585,772603912,1663921505,1768648559,1918984805,150996992,846029102,1885628205,524402,1835085328,1663918691,1768648559,1633824101,524398,1835085330,1814913636,761557095,1936617315,7630437,772669448,1684499809,1663922800,1768648559,524389,1835085338,1919968359,1802465123,1647142249,1949135457,1819307365,6648929,773128200,762539361,1868770669,1701407599,1918990125,1735289198,318769152,2053988654,1869570861,1936025963,1953459757,6644585,772931592,1818324577,1667855481,1868770675,1852142446,524404,1851862547,1954114657,1601397609,1852793695,1953391987,167774208,1684955438,1802465123,134243689,1630410496,1634560366,1663919476,1768648559,1701653861,1734439795,524389,1851862550,1952542057,1868770661,1701407599,1953459757,6644585,772800520,1835626081,761623649,1802465123,7562601,773324808,1835626081,1684370529,1885628206,1868770674,1767994478,7497070,773062664,1869508193,1701015157,1953391981,1869570861,6646123,773586952,1869508193,1701015157,1953391981,1869570861,761620843,1885434487,7497072,773259272,1869508193,1701015157,1953391981,762668333,1802465123,134243689,1630410496,1954115182,1663918689,1768648559,1868770661,1852142446,524404,1851862553,1836674671,762541423,1936617315,762605157,1852727650,134247013,1630411008,2037280622,1937076077,1129541460,1702063727,1834972270,7041889,772603912,1853189729,1868770676,1701407599,335546368,762274094,1802465123,1663919465,1635020399,1919250025,318769152,1685020974,1869570861,761620843,1936617315,7630437,773586952,1663922273,1768648559,1868770661,1852142446,1868770676,1767994478,7497070,773455880,1663922273,1768648559,1818325861,762606181,1953394531,1701734753,524402,1885416979,1868770657,1852142446,1633824116,1919250030,301991936,1634754862,1852793645,1953391987,1936028205,134247525,1630409728,1663918448,1702063727,1999467630,1886413170,134247013,1630407424,1663922288,1768648559,524389,1885416981,1868770672,1701407599,1919377709,1701668197,134247534,1630409216,1663922288,1768648559,1633824101,1919250030,268437504,1886413102,1869570861,761620843,1685217635,318769152,1886413102,1869570861,761620843,1936617315,7630437,773128200,762343521,1802465123,1663919465,1635020399,1919250025,268437504,1886413102,1869570861,761620843,1701734764,369100800,1886413102,1869570861,761620843,1701734764,1852729645,134247013,1630409216,1663922288,1768648559,1869491557,1701013876,251660288,1886413102,1869570861,761620843,7827314,773652488,762343521,1802465123,762537321,1701996385,1852140901,1633824116,1919250030,335546368,1886413102,1936286765,1767992419,762471789,1685088114,268437504,1886413102,1885628205,1869491570,1701013876,335546368,1886413102,1869574701,540942452,1869570862,1936025963,335546368,1886413102,1634891565,1919250544,1869570861,1936025963,218105856,1886413102,1868783455,1701407599,524403,1885416986,1834966896,761492329,1802465123,1600087401,1936617315,7630437,772866056,1601204321,1802465123,1633641833,1953654124,201328640,1886413102,1885628255,841821554,268437504,1886413102,1702260594,1869570861,1936025963,385878016,1886413102,1702260594,1869570861,1936025963,1634035757,7497060,772931592,1919971425,1130722927,1768648559,1631744869,524402,1885416980,1802073200,1663922789,1768648559,1633824101,524402,1885416982,1663924336,1768648559,1633824101,1919250030,7693613,774373384,1869770849,1999466352,1701274729,1949135732,1651273583,1663922785,1768648559,1868770661,1767994478,7497070,772800520,1600090721,1802465123,1767859561,7300718,772734984,1701278305,1667200110,1768648559,134247269,1630407936,1853190002,1869562724,6646123,773128200,1869836897,1866691442,1701407599,1634891615,1919250544,184551424,1953653038,1869570861,6646123,773128200,762737249,1802465123,1601398121,1634891615,1919250544,469764096,762536238,1533831535,1635017060,1029796141,1818849058,2036419629,1562538597,301991936,1601397038,1869570911,761620843,1852727650,134247013,1630410752,1663918451,1768648559,1869491557,1768319348,1769234787,134245999,1630410496,1952805747,1818321503,1953451617,1667851881,1869182049,524398,1935748628,1852270963,1953391981,1868770605,1701407599,524403,1935748625,1632396922,1131570553,1702129263,134247534,1630409984,1851878516,1667199860,1600876399,1885434487,7497072,773259272,762147937,1802465123,762537321,1668508004,1835622764,134247013,1630408704,761886324,1852727650,1663922789,134246509,1630410496,761886324,1802465123,1680696681,1818456937,1701669217,524402,1952525851,1882024310,1635150194,1882028387,1667853423,1869426041,1701606756,251660288,1920295214,761361007,1869504878,7496034,772866056,1802728801,1952870005,1869570861,1936025963,318769152,1937072430,1634300532,1869570911,1600481643,7823724,772538376,1752462689,1869570861,6646123,773128200,1869903201,1953653101,1869570861,1634036075,1953654124,301991936,762732846,1802465123,1999463785,1886413170,134247013,1630407680,1869562742,1281714539,134248289,1630409216,1634492790,1701340014,1936026925,1701273971,369100800,1702256942,1936290930,1701668211,1663923310,1768648559,134247269,1630409728,1953654134,1702065001,1953391981,1802465091,134243689,1630411520,1953654134,1702065001,1953391981,1802465091,1866687849,1852142702,524405,1986080277,1769239141,1835365235,1131703909,1768648559,134247269,1630409216,1663919990,1768648559,1869491557,1701013876,234883072,1735811374,1869570861,1650813291,134247009,1630409728,1663919990,1768648559,1600090981,1734831988,134243692,1630408960,1868785782,1701407599,1936617315,7630437,773062664,1634301537,1869570861,761620843,1936617315,7630437,773390344,1634301537,1869570861,761620843,1936617315,762605157,1885434487,436209664,1769365806,1868770657,1701407599,1936942445,761620321,1953787746,134245743,1630408192,1869834614,1869570861,1936025963,335546368,1769365806,1663922035,1768648559,1814917989,1919252833,285214720,1769365806,1680699251,1868770661,1701407599,524403,1986080278,762278761,1953719655,762212201,1802465123,7562601,772472840,1936291425,1735142767,134243440,1630410496,1869834614,1819242541,1667855465,1868770657,1701407599,524403,1986080268,1131377513,1768648559,524389,1986080269,1131377513,1768648559,134247269,1630409728,1869834614,1802465091,1131636073,1702129263,134247534,1630408960,1869834614,1802465091,1181967721,7305321,772800520,1936291425,1869562735,1936025963,7632980,772407304,1936291425,1346849903,524356,1986080277,1349481321,1953066095,1667326825,1768648559,134247269,1630408448,1869834614,1868783455,1701407599,524403,1986080269,1601139561,1802465123,134243689,1630408192,1869834614,1869570911,1936025963,268437504,1769365806,1818193779,1600417895,2036625250,201328640,1769365806,1868787571,1701407599,218105856,1769365806,1868787571,1701407599,524403,1986080270,1819243369,761557095,7496034,772997128,762541665,1802465123,1831691625,1634956133,134243687,1630407936,1936291446,1869562735,6646123,772669448,1769371233,1667198835,1768648559,524389,2002857488,1869570861,761620843,1919249505,524404,2002857496,1869570861,761620843,1852727650,1865249381,1819436406,524409,2002857486,1869570861,761620843,7823724,772472840,1663924065,1768648559,134247269,1630409472,1848455799,1949136481,1663922287,1768648559,524389,2002857501,1600484961,1936617315,1601465957,1633972077,1633836908,1919183715,134246511,1630411008,1702257015,1852793695,1953391987,1685024095,1868524641,7234928,773062664,761624417,1802530672,762537321,1953394531,7630437,773259272,761624417,1802530672,762537321,1702453612,1633967986,134245234,1630407424,1667196279,1768648559,524389,2002857492,1868783461,1701407599,1952805727,1735289204,524403,2002857491,1836020581,1969565029,1869570861,1936025963,369100800,1853317422,1869570861,761620843,1886220131,1851877740,134243683,1630409472,1663923063,1768648559,1868770661,1852142446,524404,2019634700,1868770657,1701407599,524403,2019634698,1869562721,6646123,773521416,761886817,1802465123,1663919465,1702063727,1999467630,1886413170,134247013,1630411520,1868787064,1701407599,1953459757,761619305,1953394531,1701734753,524402,2019634702,1684876659,1869570861,6646123,772472840,1663905122,1768648559,134247269,1647185920,1667457325,762605669,1802465123,134243689,1647184640,1868784429,1852142446,524404,761409052,1953394531,762605157,1702064993,1868783476,1701407599,1852401759,524404,761409040,1802465123,1647142249,1701736033,524402,761409047,1802465123,1647142249,1701736033,1714236786,1684371561,385878016,1663918638,1768648559,1633824101,1919250030,1852399455,7497070,772866056,1868770658,1701407599,1852793645,1953391987,234883072,1663918638,1768648559,1768435045,134247534,1647187712,1869570861,761620843,1769238382,1647142243,1701736033,524402,761409046,1802465123,1848468841,1718187119,1952539497,7237481,772866056,1868770658,1701407599,1702260525,2036427890,268437504,1663918638,1768648559,1869622629,2036558188,251660288,1663918638,1768648559,1869622629,7370096,772669448,1868770658,1701407599,2019914797,524404,761409041,1802465123,1999463785,1768845921,134244206,1647185664,1869570861,1113942379,1701736033,524402,761409036,1802465123,1866622313,524408,761409040,1802465123,1866687849,1852142446,524404,761409039,1802465123,1766090089,1735355489,251660288,1663918638,1768648559,1650417509,7955567,773062664,1868770658,1701407599,1868783455,1767994478,7497070,772669448,1868770658,1701407599,1852401759,524404,761409034,1802465123,7562601,772800520,1868770658,1701407599,1818307955,7631461,772669448,1868770658,1701407599,1633824115,524402,761409043,1802465123,762537321,1868983913,1919249778,301991936,1663918638,1768648559,1831695205,1634956133,134243687,1647188736,1869570861,1936025963,1851875935,1601332590,1953394531,1701734753,524402,761409043,1802465123,1601398121,1868983913,1919249778,385878016,1663918638,1768648559,1851749221,1718187119,1952539497,7237481,772734984,1935945058,762279527,1852727650,134247013,1647185920,1869571629,762471796,1802465123,134243689,1647185920,1634035757,762471780,1802465123,134243689,1647185408,1819242541,762930025,1868983913,335546368,1882022446,1886744687,1869570861,1600481643,1885434487,285214720,1882022446,1635150194,1882028387,1667853423,524409,1600269835,1869570911,1936025963,251660288,1667195438,1768648559,1851867749,7497070,772734984,1868783458,1701407599,1769238382,134243683,1647187200,1633824097,1919250030,1936286765,1767992419,7497069,772472840,1663918434,1768648559,134247269,1647185408,1868783457,1701407599,1918984799,268437504,1600217646,1970302832,1868783472,1701407599,385878016,1667326510,1869767787,1868770672,1701407599,1819242541,7955305,772866056,1801675106,1886351972,1869570861,1936025963,385878016,1667326510,1869768555,1600417397,1919249505,1869570932,6646123,773390344,1801675106,1970238055,1667196014,1768648559,1633836901,1919250030,234883072,1684103726,1885300071,1635150194,134248803,1647186432,1684368225,1869570861,1936025963,1918984749,201328640,1851875886,1869570861,1936025963,184551424,1851875886,1731013988,7499876,772603912,1684955490,1868770657,1701407599,268437504,1851875886,1665229156,1635020901,1852795235,218105856,1851875886,1868783972,1701407599,524403,1633824278,1634034798,1667313013,1953523043,1869570861,6646123,772603912,1684955490,762667365,1818848867,251660288,1851875886,1969317220,1869570861,6646123,773193736,1684955490,762667365,1802465123,1647142249,1869902959,524397,1633824279,1634034798,1868770677,1701407599,1634891565,1919250544,268437504,1851875886,1969317220,1869570861,1936025963,469764096,1851875886,1969317220,1718511917,1634562671,1852795252,1869570861,1936025963,318769152,1851875886,1969317220,1818587949,1667593068,6648437,772800520,1684955490,762667365,1885434487,7497072,772669448,1684955490,1131766117,1768648559,524389,1633824271,1634034798,1869562741,1936025963,285214720,1851875886,1969317220,1868783455,1701407599,524403,1633824269,1634034798,1852006261,134245481,1647185920,1701080673,1667200353,1702063727,134247534,1647185664,1701080673,1667200353,1768648559,524389,1633824272,1634034798,1868783477,1701407599,524403,1633824268,1634034798,1768842101,524396,1633824275,1634034798,1768842101,1869570924,1936025963,218105856,1851875886,1663922789,1768648559,524389,1633824270,1684630382,1869570861,6646123,772538376,1852727650,1869570861,6646123,772734984,1852727650,757953125,1802465123,134243689,1647187456,1701736033,1663905138,1768648559,1869622629,2036558188,318769152,1851875886,762471790,1869570861,1936025963,7693613,773259272,1852727650,757953125,1802465123,762537321,1768714096,134248803,1647185152,1701736033,1731014002,7499876,772603912,1852727650,757953125,1685088108,436209664,1851875886,762471790,1885692769,1768120692,1663921775,1768648559,134247269,1647186688,1701736033,1868770674,1852142446,1818307956,524396,1633824270,1919250030,1869570861,6646123,773390344,1852727650,1663922789,1768648559,1633824101,1919380323,1684960623,369100800,1851875886,762471790,1802465123,1663919465,1702063727,134247534,1647187968,1701736033,1868770674,1701407599,1852793645,1852399988,134247013,1647187200,1701736033,1868770674,1701407599,1819242541,7955305,773193736,1852727650,1663922789,1768648559,1920413029,1701867617,524402,1633824271,1919250030,1869570861,1936025963,285214720,1851875886,762471790,1802465123,762537321,524338,1633824277,1919250030,1869570861,1936025963,1701601581,134247538,1647186944,1701736033,1868770674,1701407599,1752378739,134248303,1647187712,1701736033,1868770674,1701407599,1920413043,1701867617,524402,1633824280,1919250030,1869570861,1936025963,1920425823,1701867617,524402,1633824276,1919250030,1886610733,1920413025,1701867617,524402,1633824273,1919250030,762668333,1802465123,134243689,1647184896,1701736033,1684483442,134247024,1647184896,1701736033,1735142770,134243440,1647186944,1701736033,1735142770,1663919216,1702063727,134247534,1647189504,1701736033,1735142770,1663919216,1702063727,1663923310,1635020399,1919250025,369100800,1851875886,762471790,1685088108,1852793645,1852399988,134247013,1647187712,1701736033,1735142770,1600087152,1953394531,1701734753,524402,1633824278,1919250030,1936026925,1701273971,1869636397,7370096,772997128,1852727650,1882026597,1667853423,1920413049,134246497,1647185152,1701736033,1869562738,6646123,772669448,1852727650,1866691173,1701407599,524403,1633824276,1919250030,1868983881,1952542066,1164015209,524373,1633824267,1919250030,1146111820,402655232,1851875886,1349674350,1635150194,1665235299,1953523043,1701015137,503318528,1851875886,1534223726,1635017060,1851875885,1030907246,1869570850,1936025963,134241570,1647185920,1701736033,1667194738,1768648559,134247269,1647187968,1701736033,1868521330,1819436406,757954913,1802465123,134243689,1647187456,1701736033,1667325810,1953523043,1869570911,1936025963,218105856,1851875886,1601332590,1768648547,524389,1633824279,1919250030,1852793695,1936614771,1868783471,1701407599,234883072,1851875886,1601332590,1802465123,134243689,1647185664,1701736033,1868783474,1701407599,524403,1633824268,1919250030,1885826143,524388,1633824270,1919250030,1819242591,7955305,772603912,1852727650,1868788325,1701407599,268437504,1851875886,1919248750,1869562725,1936025963,268437504,1851875886,1919248750,1868783461,1701407599,251660288,1851875886,1919248750,1869570917,6646123,772800520,762470754,1869570861,761620843,7496034,772800520,762470754,1869570861,1852139883,6648943,772603912,762470754,1869570861,1936025963,184551424,1918984750,1869570861,6646123,772538376,762470754,1802465123,7562601,772800520,762470754,1802465123,762537321,7173223,772734984,762470754,1802465123,762537321,134244464,1647185664,1697477217,1868770677,1701407599,524403,1633824267,1868770930,1701407599,318769152,1918984750,1667527982,1918984749,1819240493,7497060,772407304,1131569506,1768648559,524389,1633824268,1919967090,1667331689,524409,1633824279,761361010,1936291425,1919954287,1667331689,1684104297,218105856,1918984750,1663918450,1768648559,524389,1633824270,761361010,1802465123,7562601,773062664,1920098658,1868770657,1701407599,1869426035,7102820,772603912,1920098658,1868783457,1701407599,234883072,1918984750,1667195250,1768648559,134247269,1647185152,1701999201,1869570861,6646123,772997128,1920098658,1852386661,1663922022,1768648559,134247269,1647186432,1701999201,1868983881,1802465091,846423401,234883072,1918984750,1600087410,1802465123,134243689,1647185152,1701999201,1869570911,6646123,772669448,1920098658,1868783461,1701407599,524403,1633824269,1663919475,1768648559,134247269,1647190272,1600484193,1986622064,1601790817,1768714096,1851750755,1718187119,1952539497,7237481,773062664,1702060386,1868770668,1701407599,1869622643,7370096,772866056,1702060386,1868783468,1701407599,1918984799,637536256,1935761966,757949289,2002874980,1936026925,1701273971,1918984749,1869570861,761620843,1769238382,134243683,1647189248,1667855201,1634035295,1701999988,1868770675,1701407599,1936942445,6645601,772931592,829776226,1667182640,1768648559,1633824101,524402,1633824274,1667194741,1768648559,1851875941,7497070,773324808,1702453602,1868770674,1701407599,1936286765,1767992419,7497069,772931592,1630364258,1885692771,1868770676,1701407599,524403,1650601489,1852793645,1953391987,1852727650,134247013,1647186176,1868770658,1701407599,1953459757,6644585,772472840,1663918690,1768648559,134247269,1647188480,1868770658,1701407599,1768172915,1735355489,1634891565,1919250544,436209664,761422382,1684104552,1600090725,1701012321,1663923312,1768648559,134247269,1647186432,1882022242,1886744687,1869570861,1936025963,318769152,1818386990,1869570861,761620843,1936617315,7630437,772866056,1663918946,1768648559,1633824101,1919250030,352323584,761487918,1802465123,1680696681,1818456937,1701669217,524402,1667378710,1232367695,1953517422,1316255087,1718187119,7497065,772603912,1701143394,1869570861,1936025963,352323584,1701012014,1667591531,1868783461,1701407599,1768185715,524406,1667378697,1768648559,134249061,1647186688,1867411555,1768319348,1769234787,1631743599,524402,1684155923,2054845762,1802465091,1867539817,2036558188,167774208,1667523118,1768648559,134247269,1647186688,1601660260,1869570911,1650813291,1701736033,524402,1684155928,1868770662,1701407599,1819242541,762930025,1970302832,524400,1684155927,1768775539,1667197294,1768648559,1869635429,2036558188,385878016,1969513006,1869570861,761620843,1936617315,762605157,7496034,773455880,1731028322,762474596,1802465123,1848468841,1667855471,1633824101,524402,1700933158,762539617,1802465123,762537321,1769238382,1633904998,1852795252,1868783455,1767994478,7497070,772472840,762078562,1802465123,134243689,1647186432,1663921253,1768648559,1633824101,1919250030,251660288,1852138030,762474343,1802465123,7562601,773259272,1953785186,1886876261,1869570861,761620843,1769238382,134243683,1647184896,761492837,1802465123,134243689,1647186432,1870297701,1869570861,1936025963,1918984749,335546368,761684526,1802465123,1663919465,1635020399,1919250025,301991936,761684526,1802465123,1999463785,1886413170,134247013,1647184896,1684496230,1650422384,134248559,1647184384,1868783463,1701407599,184551424,1600610862,1802465123,7562601,772669448,1734305634,1601335396,1970302832,524400,1734487562,1802465123,7562601,773586952,1663920226,1768648559,1882026853,1886744687,1667326509,1869768555,6581877,772997128,1663920226,1768648559,1999467365,1768845921,134244206,1647186432,1634479464,1131570553,1768648559,2002865253,318769152,1130914350,1768648559,2020557413,1885434455,7497072,772538376,1633904994,1819175213,6647401,773259272,1701013858,1633970550,2020173407,1663919205,1768648559,134247269,1647185664,1632661609,1131111795,1768648559,524389,1768042003,1953457011,1932423028,1868705123,1836020852,268437504,1936286254,1953068387,1936026925,1701273971,234883072,1936286254,1953068387,1634956589,134243687,1647186688,1969451881,1868723305,1920413048,1701867617,524402,1768041999,1769300851,1965912948,1701273971,419432448,762012206,1802465123,1630365033,1953654124,1634628397,1633839971,524402,1801596436,1869570861,761620843,1953394531,1701734753,524402,1801596434,1869570861,761620843,1936942445,6645601,772603912,1663920994,1768648559,1918976613,184551424,762012206,1802465123,7562601,773062664,1663920994,1768648559,1600090981,1885434487,7497072,772472840,1600613218,1802465123,134243689,1647185920,1801675116,761750061,1802465123,134243689,1647186944,1684957548,1819242356,762867554,1802465123,134243689,1647184640,1127050092,1768648559,524389,1818373647,1766075755,1634493299,1919249769,369100800,1802265134,1869570861,761620843,1668508004,1835622764,134247013,1647185152,1667197804,1801678703,7562601,772997128,1668246626,1869570861,761620843,1852727650,134247013,1647185408,761491308,1802465123,1680696681,218105856,1869373998,1868770659,1701407599,524403,1818373643,1866687343,1701407599,201328640,1869373998,1869562723,1936025963,167774208,1869373998,1852006243,134245481,1647184896,1600352108,1802465123,134243689,1647187200,1600352108,1802465123,1952408937,1801675122,6778473,772603912,1668246626,1869570911,1936025963,184551424,1869373998,1869570915,6646123,773521416,1668246626,1647127915,762208613,1802465123,1663919465,1702063727,134247534,1647189760,1801678700,1818373421,762012527,1663924077,1768648559,1868770661,1852142446,524404,1818373646,762012527,1869570861,6646123,773193736,1668246626,1663905131,1768648559,1868770661,1852142446,524404,1818373659,762012527,1869570861,761620843,1769238382,1633904998,1852795252,352323584,1869373998,757951331,1802465123,1868785001,1852142446,524404,1818373657,762012527,762801453,1802465123,1663919465,1702063727,134247534,1647186432,1801678700,1869562669,1113942379,1801678700,352323584,1869373998,1630366563,1885692771,1868770676,1701407599,524403,1818373652,762012527,2004120161,1701995880,1885628205,524402,1818373652,762012527,1986099041,1868770661,1852142446,524404,1818373653,762012527,762197090,1802465123,1647142249,134247009,1647186432,1801678700,1718510125,1869570861,1936025963,436209664,1869373998,1663920995,2020175977,1869570861,1667590507,1920233071,134245487,1647188224,1801678700,1668047661,1869570861,1936025963,1819242541,7955305,773521416,1668246626,1868770667,1701407599,1667457325,762605669,1769238382,134248806,1647187456,1801678700,1869570861,761620843,1919971425,1818326639,335546368,1869373998,1663920995,1768648559,1633824101,1919250030,436209664,1869373998,1663920995,1768648559,1869491557,1768319348,1769234787,134245999,1647186688,1801678700,1869570861,761620843,1970302832,524400,1818373651,762012527,1802465123,1965909353,1701273971,385878016,1869373998,1663920995,1768648559,1936286821,1767992419,7497069,772931592,1668246626,1868770667,1701407599,1970302832,524400,1818373653,762012527,1802465123,762537321,1919249505,134243700,1647188736,1801678700,1869570861,1936025963,1634296877,761753452,1668246626,524395,1818373658,762012527,1802465123,762537321,1868983913,1952542066,7237481,773062664,1668246626,1868770667,1701407599,1869622643,7370096,772997128,1668246626,1868770667,1701407599,1735535987,134243440,1647188224,1801678700,1869570861,1936025963,1885827629,1818373476,7037807,773193736,1668246626,1868770667,1701407599,1635200371,1852403314,524391,1818373652,762012527,1802465123,1634952553,1986622563,524389,1818373652,762012527,1868789093,1701407599,1668246626,524395,1818373657,762012527,1919968359,1869570861,761620843,1852727650,134247013,1647186432,1801678700,1718511917,1868770671,1701407599,452986880,1869373998,1798138723,762606440,1802465123,1630365033,1869770864,7102838,772866056,1668246626,1936469355,1868770679,1701407599,469764096,1869373998,1848470371,1718187119,1952539497,762212201,1869570861,1936025963,301991936,1869373998,1882024803,1663922799,1768648559,134247269,1647184640,1801678700,1885827629,524388,1818373656,762012527,1869900150,1869570861,761620843,1970302832,524400,1818373656,762012527,762863991,1802465123,1663919465,1702063727,524398,1818373657,762012527,762863991,1802465123,1663919465,1702063727,134247534,1647185408,1801678700,1869570862,1936025963,469764096,1869373998,1866689379,1701407599,1701996353,1852140901,1634883444,1919250544,301991936,1869373998,1866689379,1701407599,1852727618,134247013,1647186432,1801678700,1802465091,1867408745,1701013876,402655232,1869373998,1866689379,1701407599,1769238350,1633904998,1852795252,218105856,1869373998,1866689379,1701407599,524403,1818373655,1600873327,1852793695,1953391988,1869570861,1936025963,335546368,1869373998,1600088931,1684957559,757954415,1919968359,234883072,1869373998,1667197795,1702063727,134247534,1647185152,1801678700,1869570911,6646123,772997128,1668246626,1868783467,1701407599,1752378669,134248303,1647186688,1801678700,1869570911,1600481643,1970302832,524400,1818373651,1600873327,1936942445,1869570911,1936025963,218105856,1869373998,1868786531,1701407599,524403,1818373657,1852531567,1731032673,1769239397,1663921775,1768648559,134247269,1647185920,1130852204,1768648559,1987003237,134247013,1647185152,1600614252,1869570911,6646123,772734984,1903127650,1663919477,1768648559,134247269,1647186688,1970368364,1734691941,1866689633,1701407599,524403,1818373654,1702195567,1852143199,1634623860,1802465091,7562601,772669448,1903127650,1868785013,1701407599,524403,1818373650,1868770675,1701407599,1819242541,7955305,772997128,1702194274,1935827308,1885628205,1650417522,134247009,1647186944,762475884,1802465123,1663919465,1702063727,134247534,1647184128,1869570925,6646123,773652488,761949538,1802465123,1848468841,1667855471,1918984805,1852793645,1953391988,201328640,1886216750,1869570861,1936025963,352323584,1936548398,1869570861,761620843,1953394531,1701734753,524402,1835150870,1868770677,1701407599,1936286765,1767992419,7497069,773783560,762801506,1802465123,1848468841,1718187119,1952539497,762212201,1684828008,134247013,1647185920,1868770670,1701407599,1851879469,134245477,1647188992,1868770670,1701407599,1869770797,1601466477,1852793695,1852399988,134247013,1647184640,1868770670,1701407599,524403,1851928078,1869570861,1936025963,7501613,772669448,1601465954,1802465123,1631741289,524402,1868705292,1868770659,1701407599,524403,1868705296,1999468900,1131311713,1768648559,524389,1868705301,1868784748,1701407599,1332896066,1819436406,134248801,1647185920,1634299503,1886208876,1852727618,134247013,1647186688,1869901679,1868770669,1701407599,1634891565,524400,1868705300,1919247474,1869570861,1113942379,1701081711,524402,1868705298,1650551922,1869562739,1399155051,7827304,773062664,1852993378,1869570861,761620843,1885434487,7497072,772603912,1852993378,1869570861,1936025963,318769152,1953456686,762146676,1869570861,761620843,7496034,773521416,1953787746,757951855,1802465123,1647142249,1865249377,1819436406,134248801,1647186176,1869902959,774909293,1802465123,7562601,772931592,1953787746,1647144303,1663922785,1768648559,524389,1868705299,1836020852,1918984749,1869570861,1936025963,335546368,1953456686,762146676,1802465123,1647142249,1801678700,369100800,1953456686,762146676,1802465123,1663919465,1702063727,134247534,1647186688,1869902959,1868770669,1701407599,1718511917,524399,1868705299,1836020852,1869570861,761620843,1885434487,369100800,1953456686,762146676,1802465123,1999463785,1886413170,134247013,1647187968,1869902959,1868770669,1701407599,1634891565,1919250544,134230573,1647188480,1869902959,1868770669,1701407599,1633824115,1919380323,1684960623,369100800,1953456686,762146676,1802465123,762537321,1684370031,134247013,1647188992,1869902959,1870277997,1600087406,1986622064,762930017,1768714096,134248803,1647187712,1869902959,1868770925,1701407599,1702059871,1869182051,524398,1868705292,1836020852,1919249473,524404,1868705294,1836020852,1802465091,7562601,772866056,1953787746,1917873519,1667331689,1819033977,352323584,1953456686,1601007476,1869570911,761620843,1668246626,524395,1868705294,1836020852,1869570911,6646123,773062664,1953787746,1667198319,1768648559,1818386277,7037807,773259272,1953787746,1868524911,1970238576,1851875188,1853189998,134243683,1647184896,757954671,1802465123,134243689,1647185152,757954671,1802465123,7562601,772997128,762867554,1701012321,1663923312,1768648559,134247269,1647185664,1630369903,1701147239,1885628205,524402,1868705304,1818307960,762606181,1802465123,1764582761,1684632430,524389,1868705298,1986080120,762278761,1802465123,7562601,772472840,762867554,1802465123,134243689,1647186688,1663924335,1768648559,1868770661,1852142446,524404,1868705301,1868770680,1701407599,1852793645,1852399988,134247013,1647186688,1663924335,1768648559,1868770661,1852142702,524404,1868705301,1868770680,1701407599,1936286765,1835101283,134247013,1647186432,1663924335,1768648559,1969565029,2002873389,419432448,2020565550,1869570861,761620843,1868983913,1986997549,1634497125,524409,1868705298,1868770680,1701407599,1953459757,6644585,772538376,762867554,1802465123,7562601,772800520,762867554,1868983913,1869570861,6646123,773849096,762867554,1768714096,1633905012,1769107501,1768120694,1701077348,1869571629,7497076,772800520,762867554,762607732,1802465123,7562601,772800520,1098411874,1936291446,1869562735,6646123,772603912,1131966306,1866689384,1701407599,285214720,2020565550,1131112515,1768648559,1634883429,524400,1868705297,1852785528,1953391988,1802465091,134243689,1647184640,1130330223,1768648559,524389,1868705291,1868783480,1701407599,201328640,2020565550,1869570911,1936025963,385878016,2020565550,1819044218,1868770657,1701407599,1869622643,7370096,772866056,1663922274,1768648559,1633824101,1919250030,419432448,762339886,1802465123,1848468841,1667855471,1920413029,1701867617,524402,1885482514,1868770657,1701407599,1851875885,7497070,773586952,762867810,1685088114,1869570861,761620843,1953787746,1632660847,7103854,773062664,1818718562,1818321519,1685088114,1851875885,7497070,772603912,1663922786,1768648559,1918984805,385878016,1634886190,1663922018,1768648559,1868770661,1767994478,7497070,773914632,2003137122,1919251571,1869570861,761620843,762470754,1769238382,1633904998,1852795252,385878016,1769103918,1663919982,1768648559,1868770661,1767994478,7497070,772931592,1600877154,1667200357,1768648559,1936547685,524391,1919036958,1702066031,1634035314,1701999988,1868770675,1701407599,1701146227,6579556,772603912,1970631266,1868770676,1701407599,285214720,762536494,1802465123,1848468841,1667855471,524389,1935814156,1885628205,1634479474,524407,1935814160,1886351405,1663922293,1768648559,524389,1935814160,1869968173,1868770672,1701407599,524403,1935814161,1634891565,1684483440,1814917744,134248289,1647186432,1918989427,1869570861,761620843,1868983913,385878016,1953718830,2003201379,1869570861,761620843,1885434487,7497072,773390344,762803298,1802465123,1882023273,1667853423,1769418105,1952802660,402655232,2020893230,1869570861,761620843,1769238382,1633904998,1852795252,385878016,2054447662,1869570861,761620843,1970302832,1667194736,6582881,772997128,1634235746,1869570861,761620843,1852727650,134247013,1647184384,1702130805,1918976626,318769152,1953849902,1114793332,757953121,1986622064,7955297,772603912,1866692194,1701407599,1918976627,167774208,762798638,1802465123,134243689,1647185920,1869562743,1298491755,1634956133,134243687,1647185664,1663922295,1768648559,1633824101,524402,2002923035,1868770680,1701407599,1852793645,1953391987,1634891565,1919250544,251660288,762864174,1868983913,1869570861,6646123,773914632,1814919266,1768189537,1663919982,1768648559,1882026853,1886744687,1918990125,1735289198,369100800,762864174,1852399981,1869570861,761620843,1768714096,134248803,1647187968,762606456,1852399981,1869570861,761620843,1768714096,134248803,1647186176,1868783481,1701407599,1819242591,7955305,773062664,1868790114,1701407599,1868770675,1767994478,7497070,772407304,1663924834,1768648559,524389,761474575,1802465091,1631741289,1919250030,318769152,1127047982,1768648559,1936278629,1767992419,7497069,772734984,1866673507,1701407599,1769238350,134243683,1663963136,1667457325,762605669,1802465123,134243689,1663963136,1701601581,757953650,1802465123,134243689,1663962880,1701601581,1663923314,1768648559,524389,761474583,1869508193,1701015157,1953391981,1868770605,1701407599,234883072,1630364462,1663922288,1768648559,134247269,1663964672,1886413101,1869570861,1936025963,1868705069,1836020852,369100800,1630364462,1663922288,1768648559,757953381,1650616690,134245999,1663962112,1886413101,1852727618,134247013,1663962880,1851875885,1969317220,1885827629,524388,761474576,1852727650,1663922789,1768648559,524389,761474576,1852727650,1868788325,1701407599,524403,761474584,1852727650,1868788325,1701407599,1865231731,1701733744,524388,761474579,1852727650,1601401445,1634891615,1919250544,268437504,1647141678,1634890337,1869570911,1936025963,486541312,1647141678,1702047079,1684959075,779711073,1647141731,1869902959,1633824109,524402,761474575,1818848867,1634891565,1919250544,251660288,1663918894,1702063727,1714254958,7172719,772931592,1868770659,1852142446,1986997620,1634497125,524409,761474585,1936617315,1282698853,1919252833,1852399455,1114793326,134248559,1663963648,1852793645,1953391987,1667330644,1735289195,251660288,1663918894,1702063727,1600091246,7496034,772800520,1868770659,1852142446,1869570932,6646123,773324808,1868770659,1852142446,1869570932,761620843,1952669997,6649449,773128200,1868770659,1701407599,1768172845,1634493299,1919249769,251660288,1663918894,1768648559,1818373477,7037807,772603912,1868770659,1701407599,2020565549,369100800,1663918894,1768648559,1868770661,1734960750,1952543349,134247023,1663963392,1869570861,761620843,1936617315,7630437,773455880,1868770659,1701407599,1852793645,1953391987,1701063981,1819631974,524404,761474584,1802465123,1663919465,1702063727,1647146094,1701736033,524402,761474583,1802465123,1663919465,1702063727,1831695470,1818322031,335546368,1663918894,1768648559,1768172901,1634493299,1919249769,234883072,1663918894,1768648559,1852386661,134246246,1663964416,1869570861,761620843,1868983913,1952542066,7237481,772603912,1868770659,1701407599,2002873389,285214720,1663918894,1768648559,1701653861,1734439795,524389,761474580,1802465123,1831691625,1747806067,1701080175,524402,761474574,1802465123,1848468841,6648943,772800520,1868770659,1701407599,1953459757,6644585,773259272,1868770659,1701407599,1953459757,1600480105,1886351455,134246517,1663964672,1869570861,761620843,1769238382,1633904998,1852795252,436209664,1663918894,1768648559,1869491557,1768319348,1769234787,1647144559,134247009,1663963648,1869570861,761620843,1769238382,1919248742,251660288,1663918894,1768648559,1634741605,7103854,772800520,1868770659,1701407599,1819242541,7955305,772931592,1868770659,1701407599,1886351405,1701080693,524402,761474577,1802465123,1999463785,1768845921,134244206,1663964928,1869570861,761620843,1852989815,761753193,1701732720,524396,761474577,1802465123,1999463785,1886413170,134247013,1663962880,1869570861,1097165163,1885692771,524404,761474575,1802465123,1631741289,1919250030,402655232,1663918894,1768648559,1851867749,762471790,1702260525,2036427890,201328640,1663918894,1768648559,1918976613,301991936,1663918894,1768648559,1852785509,1852399988,134247013,1663962880,1869570861,1348823403,1667853423,524409,761474579,1802465123,1867539817,2036558188,2020565549,285214720,1663918894,1768648559,1650417509,1701736033,524402,761474580,1802465123,1600087401,1953394531,1701734753,524402,761474586,1802465123,1600087401,1936942445,761620321,1684630829,6646884,772734984,1868770659,1701407599,1852727650,134247013,1663962112,1869570861,1650813291,134247009,1663962368,1869570861,1751476587,7630441,772669448,1868770659,1701407599,1970302832,524400,761474585,1802465123,762537321,1701012321,1851880560,1831691619,134244211,1663963136,1869570861,1936025963,1701601581,134247538,1663962624,1869570861,1936025963,1918984749,268437504,1663918894,1768648559,1647145829,1801678700,301991936,1663918894,1768648559,1663923045,1702063727,134247534,1663965952,1869570861,1936025963,1936286765,1767992419,762471789,1633972077,524396,761474575,1802465123,762537321,1868983913,285214720,1663918894,1768648559,1848472421,1667855471,524389,761474590,1802465123,762537321,1769238382,1633904998,1852795252,1851875885,7497070,773062664,1868770659,1701407599,1936278643,1767992419,7497069,772734984,1868770659,1701407599,1851871347,134245477,1663963392,1869570861,1936025963,1818320735,7631461,772734984,1868770659,1701407599,1650417523,134247009,1663964416,1869570861,1936025963,1868783455,1767994478,7497070,772997128,1868770659,1701407599,1667194739,1702129263,134247534,1663963392,1869570861,1936025963,1919311711,6647137,772866056,1868770659,1701407599,1885298547,1886744687,318769152,1663918894,1768648559,1600090981,1885434487,7497072,772800520,1868770659,1701407599,1852989815,6778473,772866056,1768172899,1735355489,1868770605,1701407599,134219776,1680696110,1870030707,335546368,1714250542,1952542572,778530409,1769418083,2003788910,402655232,1714250542,1663919214,1768648559,1667312997,1953523043,1701015137,335546368,1714250542,1702129519,1868770674,1701407599,1734959661,301991936,1714250542,1702129519,1667194738,1768648559,134247269,1663962880,761489197,1802465123,1633838441,524402,761474573,1919968359,1701601581,134247538,1663962624,1885628205,1633824114,1919250030,201328640,1731027758,1349677156,1886744687,167774208,1731027758,1651667044,134247009,1663962368,1885628205,1869570930,6646123,772997128,1701326179,1633838177,1663919214,1768648559,134247269,1663962880,1718511917,1663905135,1768648559,524389,761474575,1663923050,1768648559,2020565605,234883072,1814913838,1818322789,1852727618,134247013,1663965184,1936026925,1701273971,1868770605,1701407599,1701601581,134247538,1663964160,1953459757,778396521,1818635619,1769234799,134244206,1663966208,1953459757,1667851881,1869182049,1633824110,1868521330,1819436406,134248801,1663963136,1953459757,762930793,1802465123,134243689,1663963648,1701736237,1937076852,1633824116,1886743395,268437504,1882022702,1852403823,1869570861,1936025963,369100800,1882022702,1886744687,1869570861,761620843,1886218611,134243692,1663965184,1769107501,2036556150,1852793645,1953391987,1685024045,134245473,1663963392,1769107501,2036556150,1685024045,6646901,773259272,1919954275,1667331689,1869491577,1768319348,1769234787,134245999,1663966208,1769107501,2036556150,1869770797,1952671092,762212201,1852727650,134247013,1663963648,762147373,1802465123,1633838441,1919250030,184551424,1915577134,762274927,7496034,773324808,1769155939,1701605485,1869570861,761620843,1936617315,7630437,772669448,1869884771,762606433,1885628205,524402,761474586,1902734965,1667196277,1768648559,1952525669,1953391988,7237481,772538376,758722659,1869570861,6646123,774111240,1597125219,1802465123,1667196265,1702063727,1650422894,1701736033,1868783474,1767994478,7497070,772472840,758395491,1802465123,134243689,1663963392,1869570866,1650813291,1701736033,7172978,773980168,1600598627,1835622756,1601332588,1802465123,1683973481,1869373801,1987010407,1634497125,524409,862137873,1869570861,761620843,1769238382,134243683,1663962112,762277939,1852727650,134247013,1663963136,1663906358,1768648559,1647145829,134247009,1663961856,1701012289,1631745136,524402,1130573326,1768648559,1819234405,7955305,772145160,1346652003,524370,1197682199,1599230020,1769238350,1130325347,1970105711,2037672302,167774208,760439598,1802465123,134243689,1663961344,1869570911,6646123,772734984,1868783459,1701407599,1684103725,134243687,1663963136,1869570911,761620843,1769238382,134243683,1663963136,1869570911,761620843,1768714096,134248803,1663962880,1869570911,1348823403,1667853423,524409,1600335370,1802465123,7562601,772603912,1868783459,1701407599,1819042167,452986880,761357102,1936617315,762605157,1802465123,1647142249,1999467105,7364978,772931592,1663918435,1768648559,1868770661,1852142446,524404,1633889807,1701012834,1866686834,1701407599,251660288,1650549550,1702065007,1651729505,6516588,772931592,1919181155,1869562725,1181051243,1702129519,524402,1633889810,1600223337,1768843629,1768710509,6386803,772603912,1634361699,1869570911,1936025963,436209664,1818321710,947020393,1869570861,761620843,1886220131,1851877740,134243683,1663964672,1734307425,1601335396,1702390118,1633836900,1919250030,201328640,1885430574,1868770657,1701407599,218105856,1885430574,1868770657,1701407599,524403,1633889809,1983996272,1131377513,1768648559,134247269,1663961856,1130459233,1768648559,524389,1633889804,1866686832,1701407599,524403,1633889807,1866686832,1701407599,2003127923,285214720,1885430574,1852786273,1866690404,1701407599,524403,1633889802,1867538800,7370096,772538376,1634754915,1869570911,6646123,772603912,1634754915,1869570911,1936025963,201328640,1885430574,1869570913,1936025963,251660288,1885430574,2036754804,1919314221,6647137,772734984,1953522019,762930793,1734633847,134247525,1663962880,1769238625,1663921775,1768648559,524389,1633889802,1814914162,6582375,772931592,1685217635,1885826093,1986997604,1634497125,524409,1633889804,1663984754,1768648559,524389,1633889811,1600087154,1684957559,757954415,1919968359,201328640,1918985006,1868783476,1701407599,385878016,1918985006,1918990196,1868783461,1701407599,1936617315,7630437,772931592,1702060387,1869570861,761620843,1919249505,524404,1650667018,1851875885,7497070,772669448,1663918691,1768648559,1633824101,524402,1650667024,1869570861,761620843,1970302832,524400,1650667031,1869570861,1130719595,1702063727,1631745134,1919250030,218105856,1600283438,1130853229,1768648559,524389,1650667021,1999467105,1886413170,134247013,1663962112,1601331554,1852727650,134247013,1663963648,1663918946,1768648559,1869491557,1701013876,452986880,1667392302,1869570861,761620843,1769238382,1600087395,1885434487,7497072,772407304,1647141731,1701736033,524402,1667444243,1851875885,762471790,1851880039,1918987381,352323584,761488174,1852727650,1882026597,1886744687,1634891565,524400,1667444242,1851875885,762471790,1885434487,7497072,772931592,1647141731,1801678700,1399287401,1701147235,524398,1667444249,1953456685,762146676,1952867692,761488174,1684957559,134248303,1663964160,1868705123,1836020852,761488174,1852727650,134247013,1663967232,1868705123,1836020852,761488174,1634692198,1735289204,761488174,1684957559,134248303,1663963392,1868770659,1701407599,1851875885,7497070,773783560,1663918947,1768648559,1868770661,1852142446,1633824116,1919250030,1685024045,134245473,1663963904,1868770659,1701407599,1953394531,1701734753,524402,1667444245,1869570861,1936025963,1852793645,1852399988,134247013,1663963904,1868770659,1701407599,1986997619,1634497125,524409,1667444240,1869570861,1936025963,1734438957,524389,1667444240,1937072941,1684893556,1869373801,524391,1667444243,1634296877,761753452,1801675106,1886351972,251660288,761488174,1818323300,1882023791,6647393,772931592,1680696163,1869373801,1920413031,1701867617,524402,1667444263,1634296877,1533505388,1634300513,1650551853,574450789,1802465123,1663919465,1702063727,1562539118,268437504,761488174,1702390118,1868705124,1836020852,285214720,761488174,1819047270,1701995379,1647144549,524391,1667444242,1936026925,1701273971,1953456685,7171956,773128200,1848468323,1634544994,1663921769,1635020399,1919250025,268437504,761488174,1769238382,1633904998,1852795252,385878016,761488174,1868787311,1852142446,1851862388,1954114657,7562089,773062664,1865245539,1852793710,1953391987,1668248365,7102825,773586952,1882022755,1635150194,1647147363,1869902959,1868770669,1767994478,7497070,772866056,1999463267,1868852841,1633824119,1919250030,285214720,761488174,1684957559,1663989615,1768648559,524389,1667444247,1852405549,779579236,1802465123,1831691625,1818584175,385878016,761488174,1885434487,544367984,1663967294,1852386659,7497070,773455880,1683710819,761361505,1769238382,574448995,1802465123,577987945,524381,1667444231,1734500191,201328640,1600348974,1634891615,1919250544,285214720,1600348974,1701732706,1920413042,1701867617,524402,1667444234,1851875935,7497070,772931592,1650418531,1701736033,1920413042,1701867617,524402,1667444235,1852793695,1953391987,251660288,1600348974,1802465123,1816225129,7631461,772931592,1667195747,1768648559,1701666661,1734439795,524389,1667444242,1936286815,1767992419,1601332589,7892834,772866056,1633837923,1869635442,1868717939,1836020852,184551424,1667457838,1684633389,7628135,772669448,1868784483,1701407599,1701994797,524385,1667444250,1868770663,1701407599,1852793645,1953391987,1851875885,7497070,772800520,762012515,1936617315,762605157,7496034,772734984,1114334051,1701736033,1852721522,134247013,1663961344,1634495331,7497081,772669448,1634493283,1114793337,1869902959,524397,1667444235,1630364016,1953654124,201328640,1885561646,1633824097,1919250030,369100800,1885561646,1633824097,1919250030,1852793645,1852399988,134247013,1663963392,761360483,1852727650,1915581029,7630703,772866056,1634755427,1852793645,1953391987,1918984749,251660288,1885561646,1868770657,1767994478,7497070,773390344,1634755427,1869570861,761620843,1769238382,1633904998,1852795252,335546368,1885561646,1701653857,1734439795,1633824101,1919250030,335546368,1885561646,1869491553,1701013876,1634891565,1919250544,301991936,1885561646,1869491553,1768319348,1769234787,134245999,1663965440,761360483,1769238382,1633904998,1852795252,1851875885,7497070,772603912,1634755427,1702260525,2036427890,184551424,1885561646,1869622625,7370096,772603912,1634755427,1768715053,1886741860,301991936,1885561646,1819487585,1969579113,1915563376,134248303,1663961856,1113682019,1701736033,524402,1667444245,1667195248,1635020399,1919250025,1634493279,134247283,1663964160,1600221283,1601466479,1601467759,1852727650,134247013,1663963904,1600221283,1601466479,1601467759,1702061426,524404,1667444232,1633837424,524402,1667444242,1868783984,1701407599,1851875885,7497070,772997128,762340451,1802465123,762537321,1919249505,134242676,1663962880,1633824101,1919250030,1836345389,524396,1700998673,1869570861,761620843,1852727650,134247013,1663963392,1868770661,1701407599,1936617315,7630437,773259272,1918854499,1600480115,1601134964,1702390118,1869504356,134243700,1663965696,1936875365,1985963363,1869181801,1768316782,1600415096,1702129518,201328640,1852138286,762471796,1919968359,251660288,1852138286,1601332596,1802465123,7562601,772734984,1701995875,1768041850,1919509612,134245737,1663962368,2053468773,1936026925,6908513,773521416,1701995875,1869622650,1769236844,1769169259,1852793645,1852399988,134247013,1663963136,2053468773,1886351405,1647145077,134248559,1663963136,2053468773,1970302800,1635341680,134244722,1663962368,2053468773,1735158114,6910825,772603912,1701995875,1919906682,1634497895,503318528,761684782,1869508193,1735289209,762668333,1802465123,1831691625,1634956133,134243687,1663966208,1868770663,1701407599,1819242541,762930025,1668508004,1835622764,134247013,1663963648,1868770663,1701407599,1918990125,1735289198,301991936,761750318,1802465123,762537321,1852727650,134247013,1663963648,1868770664,1701407599,1852793645,1953391987,385878016,1634231086,761620334,1802465123,1932354921,1769239653,7563118,773718024,1667590243,1667313003,1953523043,1869571885,761621607,1818324577,1667855481,524403,1751330328,1853189481,762669172,1685088108,1918984749,1767992621,524398,1751330322,1868770674,1701407599,1851875885,7497070,772734984,1869834339,1663923302,1768648559,134247269,1663963136,1919954281,1667331689,1768435065,134247534,1663962880,1869753705,1714253668,1702129519,524402,1768107527,1869112161,385878016,1634296622,846162019,1634891565,1868770672,1767994478,7497070,772472840,1935763811,2053334388,134242667,1663963136,1953718633,1803182949,1852386657,134246246,1663963136,1953718633,1803182949,1852399457,134246246,1663963136,1953718633,1803182949,1852386671,134246246,1663961088,1953718633,134242667,1663964160,1953718633,1868521835,2054321267,1852144229,134243689,1663963904,761882473,1802465123,1647142249,1701736033,524402,1768107533,1663920492,1768648559,134247269,1663965184,1667198569,1768648559,1869504357,1768319348,1769234787,134245999,1663962880,762605161,1802465123,1868719465,524404,1768107541,1667318384,1869768555,1331981941,1819436406,134248801,1663963392,1866690665,1701407599,1919252047,7954796,773259272,1668442467,1731031925,762474596,1802465123,1647142249,134247009,1663964672,1935767913,762343272,1802465123,762537321,1868983913,335546368,761946926,1986622064,762930017,1953785203,1936158313,167774208,762012462,1852727618,134247013,1663961600,1633824107,1919250030,201328640,762012462,1802465123,1999463785,150996992,762012462,1769238382,524410,1801661962,1852989783,6778473,772407304,1650420579,1701736033,524402,1801661966,1718511967,1869570927,6646123,772734984,761883491,1667329653,1953523043,134243429,1663961344,1999464811,7364978,772931592,1869376355,1886351479,1953394499,1701734753,524402,1801661966,1868770670,1767994478,7497070,772472840,1663921251,1702063727,134247534,1663963904,1702112620,1634301042,1663990130,1768648559,524389,1818439175,1918984799,402655232,1600938798,1802465123,1885300073,1635150194,1818196323,1919252833,251660288,1600938798,1919968359,1851875935,7497070,773062664,1935764579,1868770675,1701407599,1936617315,7630437,772472840,1935764579,1735548787,134243440,1663967488,1663918700,1768648559,1869491557,1701013876,1885826093,1868770660,1767994478,7497070,773062664,1634036835,2020173426,589315616,1802465123,7562601,772800520,1634036835,2020173426,1869570862,6646123,772734984,1634036835,762930802,1802465123,134243689,1663964928,1918985580,1663924582,1768648559,1647127909,1869902959,524397,1818439185,1919252069,1869570861,1818585451,134248289,1663964672,1852139884,1868770676,1701407599,1869491571,1701013876,301991936,1835819822,1869570861,761620843,1852727650,134247013,1663963904,1701736300,1869570861,761620843,1919249505,524404,1818439201,761623407,1953391971,1684370021,1869570861,761620843,1936942445,761620321,134246764,1663964160,1702063980,1651469613,761621609,1802465123,134243689,1663963648,1702063980,1802465091,1632658793,1953391986,301991936,1869374254,1866687859,1701407599,1768714064,134248803,1663961856,1663923052,1768648559,524389,1835216398,1869570861,761620843,7300455,772866056,1663921507,1768648559,1869622629,2036558188,234883072,762143534,1802465123,1882023273,134246511,1663963648,1868770669,1701407599,1919967071,1953525103,184551424,762143534,1802465123,7562601,772472840,1831693667,1634956133,134243687,1663965696,1869491565,1768319348,1769234787,1663921775,1635020399,1919250025,268437504,762143534,1919251317,1936026925,1701273971,419432448,762143534,1885434487,762471792,1885434487,779249008,1701736041,524402,1835216401,1920234350,1952669997,1952544361,134243429,1663962368,1630367853,1734307952,7499876,772866056,762342755,762208610,1868787566,1701407599,184551424,1886217006,1869570861,6646123,772997128,762342755,1802465123,1831691625,1634956133,134243687,1663965184,1663922285,1768648559,1869491557,1768319348,1769234787,134245999,1663963648,1663922285,1768648559,1869622629,2036558188,268437504,1886217006,1869570861,761620843,1953330291,318769152,1886217006,1869570861,761620843,1885434487,7497072,772931592,762342755,1970302832,1868770672,1701407599,524403,1835216407,1702112624,1919251297,1970495327,1852793698,1953391988,318769152,1886217006,1467510594,1868786789,1884251501,7227764,773128200,1601203555,1802465123,1601398121,1734439797,1920425829,301991936,1886217006,1932360300,762802024,1852727650,134247013,1663965184,2053927021,1717793837,1851875885,762471790,1684302184,134245989,1663963392,1663923053,1768648559,1634479461,7497081,772669448,762539363,1802465123,1634493801,524407,1835216406,1869562739,1315268971,1718187119,1952539497,7237481,772997128,1601400163,1802465123,2002740585,1886413170,134247013,1663963392,1683977069,1633836912,1768316786,6579576,772407304,1647144547,1701736033,524402,1851993610,1869570861,6646123,773324808,1680698979,1870030707,1769107501,2036556150,1953459757,6644585,772997128,1714253411,1953722985,1835627565,1702047077,134245989,1663963904,1869622638,1769236851,1647144559,1869902959,524397,1851993614,1818195043,1600417895,7892834,772472840,1818848867,1701601581,134247538,1663963392,762079598,1919249505,1852386676,7497070,772538376,1818848867,1851875885,7497070,772734984,1818848867,1851875885,762471790,134230646,1663961856,762079598,1668246626,524395,1851993612,1663921257,1768648559,524389,1851993618,1663921257,1768648559,1818307941,7631461,772603912,1818848867,1869570861,1936025963,218105856,1768842030,1701653868,1734439795,524389,1851993611,1882025065,1818586721,369100800,1768842030,1634741612,762078574,1936286765,2036427888,134243429,1663962368,762079598,1852989815,6778473,772669448,1818848867,1953394499,1701734753,524402,1851993612,1866689641,1701407599,524403,1851993617,1867410537,1768319348,1769234787,134245999,1663962368,1600940398,1936617315,7630437,772538376,1818848867,1869570911,6646123,772603912,1818848867,1918990175,1735289198,150996992,1768842030,1718511980,524399,1851993612,1868770668,1701407599,524403,1851993615,1663923315,1635020399,1919250025,268437504,1953391406,1667982125,1953395566,1919381101,201328640,1953391406,1869570861,1936025963,352323584,1953391406,2019914797,1852386676,1663922022,1768648559,524389,1851993617,1663924340,1768648559,1852386661,134246246,1663965696,762868846,1802465123,1831691625,1818322031,1851877421,1919249508,335546368,762274606,1802465123,1769238350,1633904998,1852795252,402655232,762274606,1802465123,1882023273,1667853423,1633824121,1919250030,335546368,762274606,1802465123,762537321,1668508004,1918984749,486541312,1601135406,1936617315,1601465957,1936942445,1600481121,1953394531,1701734753,524402,1868770829,1701407587,1886351405,134246517,1663963648,1768645487,1869622629,762344816,1885434487,352323584,1685021486,1869570861,761620843,1953394531,1701734753,524402,1868770835,1868770665,1852142446,1633824116,1919250030,134219776,1802461998,1885434455,167774208,1802461998,1647142249,134248559,1663961856,1701407599,1919249473,524404,1868770826,1936025963,6713390,773193736,1802202979,1663919465,1702063727,1680700526,1869373801,524391,1868770827,1701407595,1920560173,268437504,1819239214,1042299181,1868768032,1701407599,268437504,1819239214,762147629,1868770872,1701407599,285214720,1819239214,762542125,1663971377,1768648559,524389,1868770833,1869426284,762077540,1802465123,134243689,1663964160,1919904879,2019914797,1663922036,1768648559,134247269,1663961856,1663921519,1768648559,524389,1868770834,1868770669,1701407599,1819242541,7955305,773259272,1651339107,1684369001,1936617283,1601465957,1953787746,134245743,1663965952,1768058223,1600415086,1936617315,1601465957,1767863146,1702127982,524388,1868770830,1852796269,1869570861,6646123,773062664,1835888483,1663921775,1768648559,1953451621,6644585,772734984,1835888483,1663921775,1768648559,134247269,1663963136,1869442415,1684483438,1647145584,134248559,1663963904,1869442415,1701326190,1919247457,1885628205,524402,1868770835,1852796269,1986622032,1601790817,1918984799,251660288,1836016430,1601073005,1869570911,6646123,773324808,1835888483,1885302383,1886220146,1868770676,1701407599,6775341,772931592,1835888483,1802071669,1667200097,1768648559,524389,1868770842,1663922285,1768648559,1869622629,2036558188,1851875885,7497070,772997128,1886220131,1869570861,1600481643,1852727650,134247013,1663963648,762342767,1986491236,1633824111,1919250030,301991936,1836016430,1869426032,762077540,1802465123,134243689,1663963136,1601203567,1869570911,1113942379,134247009,1663966208,1819307375,1668178281,1969565029,1869570861,761620843,1852727650,134247013,1663963648,1819307375,1668178281,1702260581,2036427890,469764096,1836016430,1701736304,757953646,1936942445,1600481121,1869570911,1936025963,486541312,1836016430,1701736304,1160606830,1919905912,1127052148,1768648559,1631744869,524402,1868770840,1852797037,762605157,1852727650,1663922789,1768648559,524389,1868770856,1852797037,762605157,1936617315,762605157,1852727650,1663922789,1702063727,1647146094,1701736033,524402,1868770833,1852797037,762605157,1802465123,134243689,1663964928,1869639023,1953391982,1869570861,761620843,1919249505,524404,1868770840,1852797037,762605157,1802465123,1647142249,1701736033,524402,1868770837,1852797037,762605157,1802465123,1647142249,134247009,1663965696,1869639023,1953391982,1869570861,761620843,1868983913,1918984749,503318528,1836016430,1701736304,1663923310,1768648559,1869491557,1768319348,1769234787,134245999,1663967488,1869639023,1953391982,1869570861,761620843,1919252079,762929516,1885434487,7497072,773324808,1886220131,1852141167,1868770676,1701407599,1819242541,7955305,773259272,1886220131,1852141167,1868770676,1701407599,1886351405,134246517,1663964672,1869639023,1953391982,1869570861,1634036075,1953654124,301991936,1836016430,1701736304,1663923310,1768648559,134247269,1663965696,1869639023,1953391982,1869570861,1936025963,1936026925,1701273971,369100800,1836016430,1701736304,1663923310,1768648559,1831695205,134244211,1663965184,1869639023,1953391982,1869570861,1936025963,1886351405,134246517,1663966464,1869639023,1953391982,1601529183,1769107557,2036556150,1953525599,7237481,773914632,1886220131,1852141167,1684496244,1699574384,1734439795,1667194725,1635020399,1919250025,419432448,1836016430,1701736304,761623662,1936291425,1868770671,1701407599,524403,1868770848,1852797037,1702129253,1769365805,1663922035,1768648559,1647145829,1701803119,524403,1868770844,1852797037,1937010277,1869570861,761620843,762798444,1769169250,524387,1868770836,1663924333,1768648559,1647145829,1701736033,524402,1868770848,1768631662,1868770676,1852797037,762605157,1802465123,1647142249,1701736033,524402,1868770843,1768631662,1684483444,1663922800,1768648559,1869622629,1886727536,318769152,1852793646,1953849188,1936288873,1869570911,6646123,773259272,1718513507,1852138601,1818323316,1600484457,1684104552,134247013,1663968768,1768320623,1936018791,1701273971,1717526387,1702129519,1868770930,1734960750,1936942413,1936025441,419432448,1852793646,1836214630,1869570861,761620843,1953394531,1701734753,524402,1868770840,1919510126,1868770669,1701407599,1920425823,1701867617,524402,1868770842,1919510126,1868770669,1701407599,1868770675,1767994478,7497070,773062664,1718513507,1601008233,1802465123,1601398121,7892834,772997128,1852731235,762602341,1802465123,1647142249,134247009,1663963648,1702063727,1630368878,1634560366,1852795252,301991936,1852793646,1953391987,762601773,1953787746,134245743,1663965952,1702063727,1647146094,1735091041,1853190002,1986997604,1634497125,524409,1868770828,1852142446,1633824116,524402,1868770832,1852142446,1734487412,1918985261,524395,1868770844,1852142446,1868770676,1919510126,1769234797,1647144559,1701736033,524402,1868770842,1852142446,1868770676,1767994478,762471790,1851875885,7497070,773193736,1936617315,762605157,1802465123,1647142249,1701736033,524402,1868770845,1852142446,1868770676,1701407599,2020565549,1768697133,1651796071,134248559,1663964928,1702063727,1663923310,1768648559,1920413029,1701867617,524402,1868770832,1852142446,1868770676,1701407599,524403,1868770839,1852142446,1868770676,1701407599,1768172915,1735355489,201328640,1852793646,1953391987,1635017517,251660288,1852793646,1953391987,1819240493,7497060,772669448,1936617315,762605157,1702453612,524402,1868770833,1852142446,1634479476,762471801,134230646,1663965440,1702063727,1831695470,1734438497,1852140901,1818307956,7631461,773455880,1936617315,762605157,1634623853,1701668199,1932358766,1819307369,524389,1868770838,1852142446,1634545012,1701273966,1634479474,7497081,773324808,1936617315,762605157,1634623853,762471783,1919252079,7954796,773259272,1936617315,762605157,1634623853,779248999,1852727650,134247013,1663963136,1702063727,1831695470,1634956133,134243687,1663964160,1702063727,1831695470,1818322031,1919510061,134247539,1663964928,1702063727,1831695470,1818322031,1987010399,1634497125,524409,1868770841,1852142446,1869426036,1701606756,1634693677,1869374052,134245219,1663962624,1702063727,1882027118,1818586721,251660288,1852793646,1953391987,1886351405,7370029,772800520,1936617315,762605157,1869639536,7497078,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,773455880,1802465123,1647142249,1701736033,1999449458,1886413170,1781363301,524403,1868770839,1701407599,1851875885,762471790,1801675106,1886351972,419432448,1869570862,761620843,1852727650,1647145573,1735091041,1853190002,524388,1868770847,1701407599,1851875885,762471790,1801675106,1701079411,1634038829,1836411244,285214720,1869570862,761620843,1852727650,1647145573,524391,1868770836,1701407599,1851875885,762471790,1668246626,524395,1868770843,1701407599,1851875885,762471790,1668246626,1735289195,1986618413,452986880,1869570862,761620843,1852727650,1647145573,762930287,1919252079,7954796,773128200,1802465123,1647142249,1701736033,1868705138,1836020852,301991936,1869570862,761620843,1852727650,1647145573,134248559,1663964416,1768648559,1633824101,1919250030,1953849901,7237492,773980168,1802465123,1647142249,1701736033,1868770674,1852797037,762605157,1953394531,1701734753,524402,1868770835,1701407599,1851875885,762471790,1953394531,402655232,1869570862,761620843,1852727650,1663922789,1635020399,1919250025,369100800,1869570862,761620843,1852727650,1680700005,1953198949,134246511,1663964416,1768648559,1633824101,1919250030,1869571629,7497076,772997128,1802465123,1647142249,1701736033,1852386674,134246246,1663967488,1768648559,1633824101,1919250030,1718511917,1633824111,1868770674,1767994478,7497070,773062664,1802465123,1647142249,1701736033,1852386674,7497070,772866056,1802465123,1647142249,1701736033,1936338290,335546368,1869570862,761620843,1852727650,1814917733,1919252833,318769152,1869570862,761620843,1852727650,1814917733,6582375,773652488,1802465123,1647142249,1701736033,1735142770,1663919216,1635020399,1919250025,469764096,1869570862,761620843,1852727650,1814917733,1600417895,1954047348,2020565549,486541312,1869570862,761620843,1852727650,1831694949,1818322031,1667326509,1869767787,524400,1868770834,1701407599,1851875885,762471790,6779757,772931592,1802465123,1647142249,1701736033,1819225458,524388,1868770836,1701407599,1851875885,762471790,1702131055,524402,1868770846,1701407599,1851875885,762471790,1702131055,1868770674,1767994478,7497070,773193736,1802465123,1647142249,1701736033,1986997618,1634497125,524409,1868770838,1701407599,1851875885,762471790,1952671091,7237481,773128200,1802465123,1647142249,1701736033,1752378738,2003788897,352323584,1869570862,761620843,1852727650,1932358245,1970238056,524388,1868770835,1701407599,1851875885,762471790,1920562291,285214720,1869570862,761620843,1852727650,1949135461,524397,1868770842,1701407599,1851875885,762471790,1600089460,1919252079,7954796,772997128,1802465123,1647142249,1701736033,1769352562,134248293,1663964160,1768648559,1633824101,1919250030,1768453933,134243700,1663964416,1768648559,1633824101,1919250030,1852405549,7827300,773980168,1802465123,1647142249,1701736033,1634610802,1918984822,2020173357,1647141989,1869902959,524397,1868770836,1701407599,1851875885,779249006,1935765364,524404,1868770838,1701407599,1851875885,1601332590,1953456735,7171956,773586952,1802465123,1647142249,1701736033,1650417522,1869902959,1634741613,7103854,772997128,1802465123,1647142249,1701736033,1667194738,134247534,1663965440,1768648559,1633824101,1919250030,1868783455,1767994478,7497070,773259272,1802465123,1647142249,1701736033,1868521330,1819436406,134248801,1663964928,1768648559,1633824101,1919250030,1702059871,1869182051,524398,1868770835,1701407599,1918984749,1667312941,1702259060,318769152,1869570862,761620843,762470754,1953456685,7171956,773324808,1802465123,1647142249,757953121,1701869940,1851878701,6645601,773455880,1802465123,1647142249,1630368353,1986622563,1818373477,1701536623,524402,1868770833,1701407599,1918984749,1701601581,134247538,1663964160,1768648559,1633824101,1633824114,1919183715,134246511,1663962880,1768648559,1633824101,1868770674,524398,1868770833,1701407599,1918984749,1852729645,134247013,1663963136,1768648559,1633824101,1634545010,134245235,1663963904,1768648559,1633824101,1701653874,1734439795,524389,1868770831,1701407599,1918984749,2003136045,402655232,1869570862,761620843,762470754,1769238382,1633904998,1852795252,419432448,1869570862,761620843,762470754,1769238382,1633904998,1852795252,524403,1868770833,1701407599,1918984749,1953853229,134247013,1663963904,1768648559,1633824101,1869622642,1702260592,524402,1868770835,1701407599,1918984749,1667593005,1852795252,285214720,1869570862,761620843,762470754,1902734965,524385,1868770830,1701407599,1918984749,7370541,772800520,1802465123,1647142249,1999467105,7364978,772997128,1802465123,1647142249,1999467105,1886413170,134247013,1663962112,1768648559,1633824101,134230642,1663963648,1768648559,1633824101,1767858034,1919250030,335546368,1869570862,761620843,1601331554,1634891615,1919250544,352323584,1869570862,761620843,1601331554,1886220131,1852141167,524404,1868770837,1701407599,1918984749,1852793695,1852399988,134247013,1663963392,1768648559,1633824101,1852399474,7497070,772866056,1802465123,1647142249,1868526177,1919251573,218105856,1869570862,761620843,1920098658,524389,1868770826,1701407599,6775341,772734984,1802465123,1647142249,1920413031,134246497,1663963648,1768648559,1734487397,1634891565,1919250544,218105856,1869570862,761620843,1668246626,524395,1868770837,1701407599,1869373997,1982688099,1651077993,134243692,1663964160,1768648559,1868705125,1865251172,1819436406,134248801,1663962112,1768648559,1868705125,134245231,1663961856,1768648559,1868705125,524404,1868770830,1701407599,1953456685,7171956,773062664,1802465123,1647142249,1869902959,1634479469,7497081,772997128,1802465123,1647142249,1869902959,1634545005,134245993,1663964160,1768648559,1868705125,1836020852,1634496557,134243683,1663962624,1768648559,1868705125,1852124536,318769152,1869570862,761620843,762867554,1885434487,7497072,773062664,1802465123,1647142249,1600092271,1919252079,7954796,772866056,1802465123,1647142249,1600092271,1885434487,234883072,1869570862,761620843,1650619746,134243692,1663964672,1768648559,1969368421,1852798068,1852793645,1953391987,251660288,1869570862,761620843,1819042147,7632239,773324808,1802465123,1663919465,1600418401,1970302832,1768316784,6579576,772538376,1802465123,1663919465,7105637,772669448,1802465123,1663919465,1667854184,524389,1868770837,1701407599,1869112109,1936024425,1852386605,134246246,1663964160,1768648559,1751330149,1701013871,1852386675,134246246,1663962368,1768648559,1818439013,7566177,772800520,1802465123,1663919465,1801677164,7105633,772931592,1802465123,1663919465,1647142510,1701736033,524402,1868770846,1701407599,1718510381,1851875885,762471790,1667326509,1869768555,6581877,772538376,1802465123,1663919465,7104878,772472840,1802465123,1663919465,134247534,1663963904,1768648559,1868770661,1885432940,1818388851,524389,1868770841,1701407599,1836016429,1634298992,761619310,1852727650,134247013,1663967488,1768648559,1868770661,1768714349,1701015137,1851875885,762471790,1885434487,7497072,773586952,1802465123,1663919465,1819307375,1668178281,1868770661,1767994478,7497070,773259272,1802465123,1663919465,1819307375,1668178281,1701064037,134245235,1663965696,1768648559,1868770661,1768714349,1701015137,1936026925,1701273971,402655232,1869570862,761620843,1886220131,1851877740,1882023267,1886744687,419432448,1869570862,761620843,1886220131,1852139884,1647142243,1701736033,524402,1868770836,1701407599,1852793645,1836214630,1869182049,524398,1868770843,1701407599,1852793645,1836214630,1869182049,1869491566,1701013876,419432448,1869570862,761620843,1718513507,1634562665,1852795252,1868717919,524408,1868770836,1701407599,1852793645,1953391987,1868705069,524408,1868770839,1701407599,1852793645,1953391987,1869491501,1818324338,352323584,1869570862,761620843,1936617315,762605157,1869116205,524407,1868770840,1701407599,1852793645,1953391987,1920412973,1701867617,524402,1868770837,1701407599,1852793645,1953391987,1701601581,134247538,1663963904,1768648559,1868770661,1852142446,1885416820,524400,1868770836,1701407599,1852793645,1953391987,1701994797,524385,1868770840,1701407599,1852793645,1953391987,1667326509,1869767787,524400,1868770842,1701407599,1852793645,1953391987,1667326509,1869768555,6581877,773128200,1802465123,1663919465,1702063727,1647146094,1701274721,536872960,1869570862,761620843,1936617315,762605157,1852727650,1663922789,1635020399,1919250025,503318528,1869570862,761620843,1936617315,762605157,1852727650,1865249381,1865249904,134247541,1663966720,1768648559,1868770661,1852142446,1633824116,1919250030,1702260525,2036427890,520095744,1869570862,761620843,1936617315,762605157,1852727650,1600090725,1885434487,7497072,773521416,1802465123,1663919465,1702063727,1647146094,1865249377,1819436406,134248801,1663965184,1768648559,1868770661,1852142446,1633824116,1920413042,134246497,1663964672,1768648559,1868770661,1852142446,1868705140,1836020852,335546368,1869570862,761620843,1936617315,762605157,1886220131,419432448,1869570862,761620843,1936617315,762605157,1886220131,1852141167,524404,1868770844,1701407599,1852793645,1953391987,1852793645,1852399988,1982689893,524338,1868770835,1701407599,1852793645,1953391987,1920230189,402655232,1869570862,761620843,1936617315,762605157,1802658148,1919250021,369100800,1869570862,761620843,1936617315,762605157,1818323300,134244207,1663963904,1768648559,1868770661,1852142446,1768172916,524406,1868770845,1701407599,1852793645,1953391987,1651336493,1865245797,1819436406,134248801,1663964672,1768648559,1868770661,1852142446,1818635636,1953853305,369100800,1869570862,761620843,1936617315,762605157,1953460070,134247013,1663966720,1768648559,1868770661,1852142446,1701326196,1919247457,1634891565,1919250544,369100800,1869570862,761620843,1936617315,762605157,1684828008,134247013,1663964160,1768648559,1868770661,1852142446,1869229428,134247532,1663964416,1768648559,1868770661,1852142446,1634479476,7497081,773128200,1802465123,1663919465,1702063727,1814918254,1818321775,385878016,1869570862,761620843,1936617315,762605157,1936942445,6645601,773193736,1802465123,1663919465,1702063727,1848472686,1667855471,524389,1868770838,1701407599,1852793645,1953391987,1953459757,7956073,773980168,1802465123,1663919465,1702063727,1865249902,1819436406,1647147361,1735091041,1853190002,524388,1868770837,1701407599,1852793645,1953391987,1851879469,134245477,1663966464,1768648559,1868770661,1852142446,1634741620,762078574,1936942445,6645601,772997128,1802465123,1663919465,1702063727,1882027118,134245486,1663966464,1768648559,1868770661,1852142446,1869622644,762344816,1919252079,7954796,773455880,1802465123,1663919465,1702063727,1882027118,1886744687,1634891565,524400,1868770838,1701407599,1852793645,1953391987,1869770797,7630957,773849096,1802465123,1663919465,1702063727,1882027118,1886220146,1868770676,1767994478,7497070,773914632,1802465123,1663919465,1702063727,1915581550,1635017573,1701603182,1634891565,1919250544,385878016,1869570862,761620843,1936617315,762605157,1970365810,7631717,773193736,1802465123,1663919465,1702063727,1915581550,1802466917,524389,1868770841,1701407599,1852793645,1953391987,1634235181,762802020,134244194,1663966208,1768648559,1868770661,1852142446,1752378740,2003788897,2036427821,134247013,1663964672,1768648559,1868770661,1852142446,1886596468,1752392044,469764096,1869570862,761620843,1936617315,762605157,1819042167,1702260525,2036427890,369100800,1869570862,761620843,1936617315,762605157,1734633847,134247525,1663964928,1768648559,1868770661,1852142446,1920413044,1701867617,524402,1868770838,1701407599,1852793645,1953391987,1953456686,7171956,773718024,1802465123,1663919465,1702063727,1683715182,761361505,1936682083,1701601889,524381,1868770848,1701407599,1852793645,1953391987,1952539739,1868770657,1869771886,1919249516,524381,1868770836,1701407599,1852793645,1953391987,1633836895,524402,1868770846,1701407599,1852793645,1953391987,1633836895,1868770674,1767994478,7497070,773259272,1802465123,1663919465,1702063727,1868526702,1819436406,134248801,1663963648,1768648559,1868770661,1952805742,1918984749,201328640,1869570862,761620843,1953394531,251660288,1869570862,761620843,1953394531,7235937,773193736,1802465123,1663919465,1635020399,1919250025,1767992621,524398,1868770841,1701407599,1852793645,1852399988,1865249381,1819436406,134248801,1663964928,1768648559,1868770661,1852142702,1986997620,1634497125,524409,1868770838,1701407599,1852793645,1819243124,1851875885,7497070,772997128,1802465123,1663919465,1920233071,1647144047,134247009,1663964928,1768648559,1868770661,1869771886,1650417516,1701736033,524402,1868770828,1701407599,1886348077,524409,1868770828,1701407599,1919902509,524389,1868770829,1701407599,1987011373,134247013,1663962112,1768648559,1969433957,134243682,1663962880,1768648559,1969433957,1767994482,524398,1868770835,1701407599,1918985261,1768303979,1919251564,335546368,1869570862,761620843,1635017060,1918990125,1735289198,251660288,1869570862,761620843,1802724708,7368564,772669448,1802465123,1680696681,1869373801,524391,1868770837,1701407599,1634296877,761753452,1953391971,134247013,1663965184,1768648559,1768172901,1735355489,1852793645,1852399988,134247013,1663964672,1768648559,1768172901,1735355489,1634891565,1919250544,268437504,1869570862,761620843,1818323300,1702193007,385878016,1869570862,761620843,1701996900,1986622563,1818307941,7631461,773521416,1802465123,1680696681,1667592809,1702259060,1852793645,1852399988,134247013,1663965440,1768648559,1768172901,1952671090,761624169,1919252079,7954796,773521416,1802465123,1680696681,1818456937,1701669217,1680682354,1969317477,134247532,1663965952,1768648559,1768172901,1634493299,1919249769,1986997549,1634497125,524409,1868770843,1701407599,1936286765,1767992419,762471789,1801675106,1886351972,486541312,1869570862,761620843,1668508004,1835622764,1647145573,1735091041,1853190002,524388,1868770841,1701407599,1936286765,1767992419,762471789,1852727650,134247013,1663964672,1768648559,1768172901,1634493299,1919249769,2020565549,469764096,1869570862,761620843,1668508004,1835622764,1663922789,1869639023,1953391982,469764096,1869570862,761620843,1668508004,1835622764,1663922789,1635020399,1919250025,419432448,1869570862,761620843,1668508004,1835622764,1747808869,1701080175,524402,1868770839,1701407599,1936286765,1767992419,762471789,1802723693,436209664,1869570862,761620843,1668508004,1835622764,1831694949,1634956133,134243687,1663965440,1768648559,1768172901,1634493299,1919249769,1953459757,6644585,774111240,1802465123,1680696681,1818456937,1701669217,1986997618,1634497125,1868770681,1767994478,7497070,773455880,1802465123,1680696681,1818456937,1701669217,1920413042,1701867617,524402,1868770842,1701407599,1936286765,1936682083,761623157,1936942445,6645601,772866056,1802465123,1680696681,762343282,1853321060,268437504,1869570862,761620843,1886351972,1853321060,301991936,1869570862,761620843,1702129253,1868836210,134243694,1663962624,1768648559,1969565029,1735617837,318769152,1869570862,761620843,1852143205,1818373492,7037807,772538376,1802465123,1714251113,6644833,772800520,1802465123,1714251113,1769221474,6646900,772669448,1802465123,1714251113,1869884770,524400,1868770827,1701407599,2020173357,218105856,1869570862,761620843,1702390118,524388,1868770836,1701407599,2020173357,1714250853,1702129519,524402,1868770834,1701407599,2020173357,1747805285,7630441,772603912,1802465123,1714251113,1752392044,218105856,1869570862,761620843,1634692198,524404,1868770826,1701407599,7235117,772669448,1802465123,1714251113,1702129519,524402,1868770839,1701407599,1869571629,762471796,1634891565,1919250544,352323584,1869570862,761620843,1953460070,1647145573,1701736033,524402,1868770840,1701407599,1869571629,762471796,1953394531,1701734753,524402,1868770837,1701407599,1869571629,762471796,1818323300,134244207,1663963648,1768648559,1868967269,1919251567,1735617837,301991936,1869570862,761620843,1819047270,1701601837,134243429,1663964160,1768648559,2003184997,1852793645,1852399988,134247013,1663965952,1768648559,1684483429,1882026608,1886744687,1702260525,1702453612,524402,1868770836,1701407599,1885628205,1650417522,1701736033,524402,1868770837,1701407599,1885628205,1717526386,761619553,134245993,1663962368,1768648559,1768369509,7300207,772407304,1802465123,1731028329,524399,1868770828,1701407599,1869768493,524407,1868770833,1701407599,1635084077,1831691378,134244211,1663963392,1768648559,1969696101,1818584169,6647401,773062664,1802465123,1747805545,1818521185,761753193,7824750,773193736,1802465123,1747805545,762605161,1953394531,1701734753,524402,1868770836,1701407599,1852401709,1920413044,1701867617,524402,1868770830,1701407599,1819240493,7497060,772669448,1802465123,1747805545,1701867631,524402,1868770836,1701407599,762669101,1953394531,1701734753,524402,1868770839,1701407599,1718511917,1633824111,1919380323,1684960623,318769152,1869570862,761620843,1868983913,1851875885,7497070,772800520,1802465123,1764582761,762275438,7496034,772931592,1802465123,1764582761,762275438,1668246626,524395,1868770842,1701407599,1718511917,1818373487,762012527,1952671091,7237481,772800520,1802465123,1764582761,762275438,7892834,773193736,1802465123,1764582761,762275438,762867554,1701996385,524389,1868770840,1701407599,1718511917,1868705135,1986997624,1634497125,524409,1868770842,1701407599,1718511917,1818439023,761623407,1885434487,7497072,772866056,1802465123,1764582761,762275438,1953394531,335546368,1869570862,761620843,1868983913,1852793645,1953391988,352323584,1869570862,761620843,1868983913,1869767725,2003788912,524398,1868770835,1701407599,1718511917,1701326191,1919247457,301991936,1869570862,761620843,1868983913,2036427821,134247013,1663964160,1768648559,1852386661,1865248614,1819436406,134248801,1663963904,1768648559,1852386661,1932357478,1701079404,524402,1868770834,1701407599,1718511917,1953705327,7367026,773062664,1802465123,1764582761,762275438,1885434487,7497072,772997128,1802465123,1764582761,1601136238,1851879519,134245477,1663965440,1768648559,1852386661,1600089958,1701732720,1932340588,7827304,772734984,1802465123,1764582761,1651467886,134247009,1663963904,1768648559,1852386661,1868722022,1920413048,524400,1868770830,1701407599,1718511917,7172719,773259272,1802465123,1764582761,1919903342,1769234797,1647144559,134247009,1663965184,1768648559,1852386661,1836216166,1869182049,1868770670,134247534,1663966464,1768648559,1852386661,1836216166,1869182049,1868770670,1767994478,7497070,773390344,1802465123,1764582761,1919903342,1769234797,1882025583,1818586721,452986880,1869570862,761620843,1868983913,1952542066,762212201,1885434487,7497072,773521416,1802465123,1764582761,1919903342,1769234797,1831691638,1634956133,134243687,1663963136,1768648559,1852386661,1836216166,134247013,1663964928,1768648559,1852386661,1836216166,1747808869,1701080175,524402,1868770841,1701407599,1903061293,2037541237,1702047021,1852404852,134247271,1663961856,1768648559,1634348389,524402,1868770828,1701407599,1953852205,524405,1868770838,1701407599,1650551853,1999465573,1886413170,7497074,772734984,1802465123,1814914409,1768189537,134244206,1663963392,1768648559,1634479461,1818307959,7631461,772931592,1802465123,1814914409,1647146849,1701736033,524402,1868770831,1701407599,2002873389,1918984749,285214720,1869570862,761620843,762798444,1668246626,524395,1868770841,1701407599,2002873389,1869373997,1999465315,1886413170,134247013,1663962880,1768648559,1634479461,1868705143,524408,1868770832,1701407599,2002873389,1852793645,524404,1868770837,1701407599,2002873389,1852793645,1852399988,134247013,1663963136,1768648559,1634479461,1852386679,134246246,1663964160,1768648559,1634479461,1852386679,1647144806,134247009,1663963904,1768648559,1634479461,1701653879,1734439795,524389,1868770834,1701407599,2002873389,1953459757,6644585,773586952,1802465123,1814914409,1848473441,1667855471,1868770661,1767994478,7497070,772997128,1802465123,1814914409,1865250657,1819436406,134248801,1663963648,1768648559,1634479461,1869622647,2036558188,268437504,1869570862,761620843,762798444,1954047348,318769152,1869570862,761620843,762798444,1885434487,7497072,773193736,1802465123,1814914409,1600092001,1953394531,1701734753,524402,1868770838,1701407599,2036427821,1630368357,1851881060,6579555,773324808,1802465123,1814914409,1919252833,1667326509,1869768555,6581877,773062664,1802465123,1814914409,1919252833,1953456685,7171956,773259272,1802465123,1814914409,1919252833,1852793645,1852399988,134247013,1663963392,1768648559,1634479461,762471801,7824750,773128200,1802465123,1814914409,1919252833,1936291373,1701601897,352323584,1869570862,761620843,1702453612,1920413042,1701867617,524402,1868770838,1701407599,2036427821,1600090725,1919252079,7954796,773193736,1802465123,1814914409,1919252833,1920425823,1701867617,524402,1868770833,1701407599,2036427821,1868722789,134248804,1663962624,1768648559,1634479461,1936876921,285214720,1869570862,761620843,1647141484,1869902959,524397,1868770829,1701407599,1734700077,134245473,1663964160,1768648559,1701588325,762077543,1852727650,134247013,1663963392,1768648559,1701588325,762077543,7892834,773128200,1802465123,1814914409,1818322789,1852793645,1953391988,301991936,1869570862,761620843,1634166124,1852386668,134246246,1663964160,1768648559,1701588325,762077543,1769238382,134243683,1663964416,1768648559,1701588325,762077543,1919252079,7954796,772538376,1802465123,1814914409,6582375,772931592,1802465123,1814914409,761557095,1970302832,524400,1868770848,1701407599,1851878701,1919248225,1886351405,1600090229,1953394531,1701734753,524402,1868770828,1701407599,1918987565,524395,1868770828,1701407599,1935764781,524395,1868770835,1701407599,1952541997,1634891565,1919250544,251660288,1869570862,761620843,1684825453,6778473,773062664,1802465123,1831691625,1768189029,1714251630,6581871,773259272,1802465123,1831691625,1768189029,1999464302,1886413170,134247013,1663964160,1768648559,1701653861,1734439795,808594789,134230066,1663964672,1768648559,1701653861,1734439795,1633824101,1919250030,318769152,1869570862,761620843,1936942445,761620321,7496034,773128200,1802465123,1831691625,1634956133,1647142247,1801678700,587204608,1869570862,761620843,1936942445,761620321,1668246626,1735289195,1667326509,1869768555,6581877,772997128,1802465123,1831691625,1634956133,1647142247,134248559,1663964928,1768648559,1701653861,1734439795,1986997605,1634497125,524409,1868770839,1701407599,1936026925,1701273971,1634891565,1919250544,352323584,1869570862,761620843,1936942445,1600481121,1634891615,524400,1868770840,1701407599,1936026925,1701273971,1920425823,1701867617,524402,1868770832,1701407599,1936026925,1701273971,524403,1868770833,1701407599,1936026925,1768382835,134244206,1663965952,1768648559,1701653861,1734439795,761753193,1886220131,1852141167,524404,1868770833,1701407599,1852402989,1851879469,134245477,1663964672,1768648559,1869426021,762077540,1801675106,1886351972,268437504,1869570862,761620843,1633972077,1734487404,352323584,1869570862,761620843,1633972077,1701653868,1734439795,524389,1868770838,1701407599,1685024045,1600089185,1919252079,7954796,772669448,1802465123,1831691625,1819632751,524389,1868770838,1701407599,1685024045,761621621,1885434487,7497072,772734984,1802465123,1831691625,1647142771,134247009,1663962880,1768648559,1936534885,1868705127,524408,1868770832,1701407599,1735617837,1718511917,524399,1868770842,1701407599,1735617837,1718511917,1868770671,1767994478,7497070,772800520,1802465123,1831691625,1999464307,7364978,773062664,1802465123,1831691625,1600087923,1953394531,7630437,772472840,1802465123,1848468841,134244193,1663962624,1768648559,1634610533,1918984807,184551424,1869570862,761620843,7758190,772669448,1802465123,1848468841,1633842785,524402,1868770828,1701407599,1852796461,524389,1868770842,1701407599,1953459757,1852793645,1836214630,1851875885,7497070,772538376,1802465123,1848468841,6648943,772931592,1802465123,1848468841,761623663,1634891565,524400,1868770838,1701407599,1953459757,1868770661,1767994478,7497070,772931592,1802465123,1848468841,761623663,1970302832,524400,1868770836,1701407599,1953459757,1920413029,1701867617,524402,1868770837,1701407599,1953459757,2002739045,1886413170,134247013,1663962112,1768648559,1869491557,134243956,1663965440,1768648559,1869491557,1701013876,1936272685,1769171286,6646882,773259272,1802465123,1848468841,1667855471,1982672229,1651077993,134243692,1663964928,1768648559,1869491557,1701013876,1920412973,1701867617,524402,1868770832,1701407599,1953459757,761619305,524338,1868770836,1701407599,1953459757,761619305,1919249505,524404,1868770837,1701407599,1953459757,761619305,1852727650,134247013,1663963648,1768648559,1869491557,1701013876,1918984749,352323584,1869570862,761620843,1769238382,1647142243,1869902959,524397,1868770838,1701407599,1953459757,761619305,1953394531,7630437,773128200,1802465123,1848468841,1667855471,1768172901,1735355489,335546368,1869570862,761620843,1769238382,1680696675,1869051507,335546368,1869570862,761620843,1769238382,1714251107,1684371561,352323584,1869570862,761620843,1769238382,1714251107,1702129519,524402,1868770845,1701407599,1953459757,761619305,1819047270,1852793645,1852399988,134247013,1663964416,1768648559,1869491557,1701013876,1819240493,7497060,773062664,1802465123,1848468841,1667855471,1852386661,7497070,773193736,1802465123,1848468841,1667855471,1986997605,1634497125,524409,1868770836,1701407599,1953459757,761619305,1970302832,524400,1868770835,1701407599,1953459757,761619305,1953460082,301991936,1869570862,761620843,1769238382,1949132131,134246511,1663963392,1768648559,1869491557,1701013876,6911277,772997128,1802465123,1848468841,1667855471,1920413029,134246497,1663964160,1768648559,1869491557,1701013876,1701601582,134247538,1663966720,1768648559,1869491557,1701013876,1701601582,1932358770,1852793701,2037539172,352323584,1869570862,761620843,1769238382,1647207779,1869902959,524397,1868770834,1701407599,1953459757,778396521,7368564,773455880,1802465123,1848468841,1667855471,1650417509,1735091041,1853190002,524388,1868770839,1701407599,1953459757,1600480105,1702260575,2036427890,285214720,1869570862,761620843,1769238382,1633838435,524402,1868770829,1701407599,1953459757,134243945,1663964160,1768648559,1869491557,761686388,1852727650,134247013,1663966720,1768648559,1869491557,1768319348,1769234787,757952111,1702131813,1818324594,436209664,1869570862,761620843,1769238382,1633904998,1852795252,1701601581,134247538,1663966464,1768648559,1869491557,1768319348,1769234787,1647144559,1684759393,7368562,773783560,1802465123,1848468841,1718187119,1952539497,762212201,1801675106,1970238055,134243438,1663965952,1768648559,1869491557,1768319348,1769234787,1647144559,1701736033,524402,1868770840,1701407599,1953459757,1667851881,1869182049,1633824110,524402,1868770842,1701407599,1953459757,1667851881,1869182049,1818373486,7037807,773324808,1802465123,1848468841,1718187119,1952539497,762212201,7892834,773521416,1802465123,1848468841,1718187119,1952539497,762212201,1650619746,134243692,1663966720,1768648559,1869491557,1768319348,1769234787,1663921775,1635020399,1919250025,385878016,1869570862,761620843,1769238382,1633904998,1852795252,7562541,773521416,1802465123,1848468841,1718187119,1952539497,762212201,1684104552,134247013,1663965952,1768648559,1869491557,1768319348,1769234787,1747807855,1701080175,524402,1868770844,1701407599,1953459757,1667851881,1869182049,1701653870,1734439795,524389,1868770842,1701407599,1953459757,1667851881,1869182049,1869426030,7102820,773324808,1802465123,1848468841,1718187119,1952539497,762212201,6779757,773390344,1802465123,1848468841,1718187119,1952539497,762212201,1885434487,419432448,1869570862,761620843,1769238382,1633904998,1852795252,1633836895,524402,1868770842,1701407599,1953459757,1667851881,1869182049,2002739054,7364978,773652488,1802465123,1848468841,1718187119,1952539497,1601073001,1634891615,1919250544,385878016,1869570862,761620843,1769238382,1633904998,1852795252,7501663,773128200,1802465123,1848468841,1718187119,1952539497,1936617321,268437504,1869570862,761620843,1769238382,1919248742,402655232,1869570862,761620843,1769238382,1919248742,1852793645,1953391988,335546368,1869570862,761620843,1769238382,1634429286,1852795507,234883072,1869570862,761620843,1769238382,134248806,1663964160,1768648559,1869491557,2036754804,1869373997,134245219,1663965184,1768648559,1869491557,2036754804,1852793645,1852399988,134247013,1663964160,1768648559,1869491557,2036754804,1886351405,134246517,1663964928,1768648559,1869491557,2036754804,1920425823,1701867617,524402,1868770841,1701407599,1701867309,1769234802,1831693935,1634956133,134243687,1663962624,1768648559,1886334309,1852386676,369100800,1869570862,761620843,762605679,1865248361,1819436406,134248801,1663962880,1768648559,1886334309,1970220404,524404,1868770829,1701407599,1953525549,134245993,1663963904,1768648559,1886334309,762210676,1633972077,524396,1868770836,1701407599,1953525549,1936617321,1869572141,524395,1868770829,1701407599,1953853229,134247013,1663964928,1768648559,1970220389,762471796,1953394531,1701734753,524402,1868770844,1701407599,1953853229,1663922789,1635020399,1919250025,1634891565,524400,1868770837,1701407599,1953853229,1999467109,1886413170,134247013,1663962624,1768648559,1970220389,1919251572,318769152,1869570862,761620843,1852143215,1684633389,7628135,772538376,1802465123,1865246057,7497078,772734984,1802465123,1865246057,1282565494,134248801,1663963904,1768648559,1986997605,1634497125,1868705145,524408,1868770841,1701407599,1702260525,2036427890,1685024045,1647144033,134248559,1663964928,1768648559,1986997605,1634497125,1920413049,1701867617,524402,1868770828,1701407599,1851879469,524389,1868770835,1701407599,1851879469,1932340581,1853321064,352323584,1869570862,761620843,1701732720,1868770668,1852142702,524404,1868770837,1701407599,1851879469,1865247845,1819436406,134248801,1663966208,1768648559,1701850469,1936289138,1852795251,1633824045,1919183715,134246511,1663964928,1768648559,1701850469,1936289138,1852795251,1768172845,524397,1868770841,1701407599,1919250477,1936943469,762212201,1852727650,134247013,1663967232,1768648559,1701850469,1936289138,1852795251,1852793645,1852399988,1647145573,134244201,1663968256,1768648559,1701850469,1936289138,1852795251,1852793645,1852399988,1865249381,1819436406,134248801,1663965440,1768648559,1701850469,1936289138,1852795251,1869571629,7497076,773390344,1802465123,1882023273,1768780389,1869181811,1919954286,1953525103,234883072,1869570862,761620843,1735748720,134245993,1663962624,1768648559,1869622629,1701013868,268437504,1869570862,761620843,1768714096,1936025955,352323584,1869570862,761620843,1768714096,757954915,1668246626,524395,1868770841,1701407599,1819242541,762930025,1852793645,1852399988,134247013,1663964416,1768648559,1869622629,2036558188,1667457325,7630949,773783560,1802465123,1882023273,1667853423,1734421881,1936028263,1702259059,1886351405,134246517,1663964160,1768648559,1869622629,2036558188,1919377709,134243685,1663965184,1768648559,1869622629,2036558188,1919377709,1701668197,134247534,1663964160,1768648559,1869622629,2036558188,1701601581,134247538,1663963904,1768648559,1869622629,2036558188,1701994797,524385,1868770841,1701407599,1819242541,762930025,1852727650,1647145573,134247009,1663963648,1768648559,1869622629,2036558188,1918984749,385878016,1869570862,761620843,1768714096,1647147363,1647145569,6648673,773390344,1802465123,1882023273,1667853423,1633824121,1868705138,1836020852,318769152,1869570862,761620843,1768714096,1647147363,7629925,773062664,1802465123,1882023273,1667853423,1818373497,7037807,773128200,1802465123,1882023273,1667853423,1868705145,1836020852,301991936,1869570862,761620843,1768714096,1647147363,134248559,1663964160,1768648559,1869622629,2036558188,1634493229,134247283,1663964672,1768648559,1869622629,2036558188,1852793645,1953391987,318769152,1869570862,761620843,1768714096,1663924579,7630447,773324808,1802465123,1882023273,1667853423,1868770681,1767994478,7497070,773193736,1802465123,1882023273,1667853423,1868770681,1852142702,524404,1868770835,1701407599,1819242541,762930025,1986948963,352323584,1869570862,761620843,1768714096,1680701795,1869373801,524391,1868770841,1701407599,1819242541,762930025,1668508004,1835622764,134247013,1663963648,1768648559,1869622629,2036558188,1986618413,335546368,1869570862,761620843,1768714096,1680701795,2019914357,369100800,1869570862,761620843,1768714096,1697479011,1701668204,134247534,1663964416,1768648559,1869622629,2036558188,1869571629,7497076,772997128,1802465123,1882023273,1667853423,1868967289,134245746,1663963904,1768648559,1869622629,2036558188,1885628205,524402,1868770837,1701407599,1819242541,762930025,1868983913,134245746,1663966976,1768648559,1869622629,2036558188,1853188653,808594789,1848457521,1667855471,524389,1868770836,1701407599,1819242541,762930025,1702453612,524402,1868770838,1701407599,1819242541,762930025,1936942445,6645601,773062664,1802465123,1882023273,1667853423,1869426041,7102820,772931592,1802465123,1882023273,1667853423,1936534905,524391,1868770835,1701407599,1819242541,762930025,1702129518,352323584,1869570862,761620843,1768714096,1848473955,1667855471,524389,1868770847,1701407599,1819242541,762930025,1769238382,1663919459,1635020399,1919250025,452986880,1869570862,761620843,1768714096,1848473955,1718187119,1952539497,7237481,773193736,1802465123,1882023273,1667853423,1886334329,1970220404,524404,1868770838,1701407599,1819242541,762930025,1919252079,7954796,773062664,1802465123,1882023273,1667853423,1634741625,7103854,773062664,1802465123,1882023273,1667853423,1869622649,7235952,773062664,1802465123,1882023273,1667853423,1869622649,7370096,773128200,1802465123,1882023273,1667853423,1919954297,1953525103,369100800,1869570862,761620843,1768714096,1932360035,1769235301,134245999,1663964928,1768648559,1869622629,2036558188,1634628397,1633839971,524402,1868770840,1701407599,1819242541,762930025,1952543859,1852140901,524404,1868770838,1701407599,1819242541,762930025,1835890035,7959137,772997128,1802465123,1882023273,1667853423,1769221497,134247280,1663965952,1768648559,1869622629,2036558188,1885959213,1920413043,1701867617,524402,1868770838,1701407599,1819242541,762930025,1852989815,6778473,773849096,1802465123,1882023273,1667853423,1635200377,1852403314,1868770663,1767994478,7497070,773128200,1802465123,1882023273,1667853423,1769418105,2003788910,318769152,1869570862,761620843,1768714096,1999468899,7364978,773062664,1802465123,1882023273,1667853423,1667194745,6582881,773390344,1802465123,1882023273,1667853423,1667194745,1635020399,1919250025,285214720,1869570862,761620843,1768714096,1936554339,524391,1868770832,1701407599,1819242541,1667855465,524403,1868770827,1701407599,1886351405,268437504,1869570862,761620843,762343280,1852399981,402655232,1869570862,761620843,762343280,1663922293,1869639023,1953391982,402655232,1869570862,761620843,762343280,1663922293,1635020399,1919250025,369100800,1869570862,761620843,762343280,1865248885,1819436406,134248801,1663963136,1768648559,1869622629,1920413040,134246497,1663962368,1768648559,1869622629,7235952,772734984,1802465123,1882023273,1987014767,134247013,1663964928,1768648559,1869622629,1702260592,1630350706,1986622563,524389,1868770833,1701407599,1886351405,1647145077,134247009,1663963392,1768648559,1869622629,762344816,7892834,773259272,1802465123,1882023273,1886744687,1852793645,1852399988,134247013,1663963904,1768648559,1869622629,762344816,1936877926,524404,1868770844,1701407599,1886351405,1831694453,1818845807,1920413029,1701867617,524402,1868770837,1701407599,1886351405,1865248885,1819436406,134248801,1663963392,1768648559,1869622629,762344816,7235959,773128200,1802465123,1882023273,1886744687,1634891565,1919250544,369100800,1869570862,761620843,1970302832,1751080816,1768186213,134244206,1663964672,1768648559,1869622629,1601205616,1634891615,1919250544,369100800,1869570862,761620843,1986622064,762930017,1852727650,134247013,1663965440,1768648559,1919954277,1667331689,1868770681,1767994478,7497070,773259272,1802465123,1882023273,1635150194,1831696739,1634956133,134243687,1663964672,1768648559,1919954277,1667331689,1869491577,1701013876,469764096,1869570862,761620843,1986622064,762930017,1768714096,1882028387,1886744687,352323584,1869570862,761620843,1986622064,762930017,1970302832,524400,1868770840,1701407599,1869770797,762605677,1953394531,1701734753,524402,1868770835,1701407599,1869770797,762605677,1885434487,369100800,1869570862,761620843,1836020336,1999467632,1886413170,134247013,1663962880,1768648559,1701981541,1936029041,524404,1868770835,1701407599,1902473773,1953719669,1853121325,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,218105856,1869570862,778398059,1919249505,524404,1868770830,1701407599,1701601582,6648946,772669448,1802465123,1647207785,1701736033,524402,1868770830,1701407599,1937072942,7171956,772603912,1802465123,1714316649,1684371561,335546368,1869570862,778398059,1702390118,1868705124,1836020852,285214720,1869570862,778398059,1647145834,1701736033,524402,1868770830,1701407599,1684633390,7628135,772800520,1802465123,1665230185,1953523043,7892802,772931592,1802465123,1665230185,1953523043,1701732688,524396,1868770834,1701407599,1701012289,1867543664,7370096,772997128,1802465123,1665230185,1953523043,1684957527,134248303,1663964160,1768648559,1667449189,1467248741,1886413170,134247013,1663963392,1768648559,1667449189,1635020901,6644590,773062664,1802465123,1665230185,1953523043,1701015137,7892802,773324808,1802465123,1665230185,1953523043,1701015137,1919252047,7954796,773062664,1802465123,1665230185,1953523043,1867543141,7370096,772603912,1802465123,1682007401,1702062454,268437504,1869570862,1097165163,1701147239,1953391981,201328640,1869570862,1097165163,1953654124,402655232,1869570862,1097165163,1953654124,1131569474,1635020399,1919250025,369100800,1869570862,1097165163,1953654124,1299341634,1634956133,134243687,1663962880,1768648559,1701593445,1866626162,524408,1868770837,1701407599,1919249473,1852785524,1852399988,134247013,1663963904,1768648559,1701593445,1698985074,1869900659,524400,1868770833,1701407599,1919249473,2036419700,134247013,1663963904,1768648559,1701593445,1918334066,1701867617,524402,1868770830,1701407599,1684955458,7692645,773193736,1802465123,1631741289,1919250030,1953394499,1701734753,524402,1868770836,1701407599,1852727618,1984918117,1634497125,524409,1868770833,1701407599,1852727618,1700033125,134247544,1663964160,1768648559,1851867749,1467114862,1886413170,134247013,1663963904,1768648559,1918976613,1953394499,1701734753,524402,1868770833,1701407599,1332896066,1819436406,134248801,1663962368,1768648559,1918976613,7368532,772866056,1802465123,1631741289,1634883442,1919250544,184551424,1869570862,1113942379,5796449,773128200,1802465123,1631741289,1667194738,1635020399,1919250025,167774208,1869570862,1113942379,134245228,1663962112,1768648559,1869365861,134245219,1663961600,1768648559,1919828581,218105856,1869570862,1113942379,1918333550,524400,1868770829,1701407599,1953787714,134245743,1663964160,1768648559,2020557413,1801675074,1970238055,134243438,1663962368,1768648559,1651851877,6646882,772669448,1802465123,1631806825,1970236524,524404,1868770833,1701407599,1768908867,1850303843,134246246,1663962112,1768648559,1634485093,134247283,1663964416,1768648559,1852785509,1836214630,1919252047,7954796,772997128,1802465123,1866687849,1919510126,1769234797,134245999,1663965696,1768648559,1852785509,1836214630,1869182049,1936018798,1701273971,318769152,1869570862,1130719595,1702063727,1816228974,7631461,773062664,1802465123,1866687849,1852142446,1851867764,7497070,772866056,1802465123,1866687849,1852142446,1918976628,436209664,1869570862,1130719595,1702063727,1631745134,1852785522,1852399988,134247013,1663963904,1768648559,1852785509,1953391987,1467113794,524400,1868770839,1701407599,1936617283,1131703909,1635020399,1919250025,503318528,1869570862,1130719595,1702063727,1967354990,1836020851,761625193,1818323300,134244207,1663964416,1768648559,1852785509,1953391987,2003724616,7563621,773586952,1802465123,1866687849,1852142446,1852393588,1936287095,1919252047,7954796,772997128,1802465123,1866687849,1852142446,2036419700,134247013,1663964416,1768648559,1852785509,1953391987,1936942413,6645601,772997128,1802465123,1866687849,1852142446,1851871348,134245477,1663963904,1768648559,1852785509,1953391987,1970302800,524400,1868770835,1701407599,1936617283,1400139365,1953656680,352323584,1869570862,1130719595,1702063727,1918334062,1701867617,524402,1868770840,1701407599,1936617283,1467248229,1886413170,1866691173,524398,1868770834,1701407599,1953394499,1701734753,3298930,772669448,1802465123,1866687849,1869771886,524396,1868770835,1701407599,1953394499,1600941938,1918976607,469764096,1869570862,1130719595,1920233071,1600089199,1131569474,1635020399,1919250025,268437504,1869570862,1130719595,1701999215,1919906915,201328640,1869570862,1130719595,1919252079,301991936,1869570862,1147496811,1767994469,1918333804,134246497,1663962368,1768648559,1634288741,6778732,772800520,1802465123,1766090089,1735355489,7368532,772734984,1802465123,1766090089,1735355489,134243701,1663962624,1768648559,1919501413,1885434455,268437504,1869570862,1147496811,1667592809,1702259060,201328640,1869570862,1147496811,1818456937,335546368,1869570862,1147496811,1818456937,1701669217,2020557426,436209664,1869570862,1147496811,1818456937,1701669217,1852785522,1852399988,134247013,1663967488,1768648559,1936278629,1767992419,1131570541,1635020399,1919250025,1885434455,7497072,772997128,1802465123,1766090089,1634493299,1919249769,134230614,1663965184,1768648559,1936278629,1767992419,1467114861,1886413170,134247013,1663961600,1768648559,1986610277,218105856,1869570862,1147496811,1702322546,524402,1868770825,1701407599,134237765,1663961344,1768648559,5588325,772669448,1802465123,1816487273,1852140901,524404,1868770826,1701407599,6778437,772734984,1802465123,1632003433,1652122478,134248559,1663962624,1768648559,1869366885,1919251553,201328640,1869570862,1181051243,1919252844,218105856,1869570862,1181051243,1970239852,524404,1868770829,1701407599,1953460038,134247013,1663963136,1768648559,1869563493,1148347764,134248041,1663962880,1768648559,1869563493,1651664244,524391,1868770830,1701407599,2003988294,6582881,772472840,1802465123,1632068969,134243700,1663961600,1768648559,1868777317,234883072,1869570862,1214605675,1818521185,134247013,1663962368,1768648559,1634027621,7497060,772997128,1802465123,1699243369,1919247457,1953391939,134247013,1663964672,1768648559,1634027621,1131570532,1635020399,1919250025,335546368,1869570862,1214605675,1701077349,1634883442,1919250544,184551424,1869570862,1214605675,7630441,773062664,1802465123,1766352233,1866691694,1767994478,7497070,772997128,1802465123,1766352233,2017817710,1684956532,134243429,1663962624,1768648559,1852393573,1936287095,234883072,1869570862,1231382891,1114596974,134247009,1663962624,1768648559,1718503781,2020557423,285214720,1869570862,1231382891,1466918510,1868852841,524407,1868770834,1701407599,1868983881,1885434455,7497072,773128200,1802465123,1850303849,1667198822,1635020399,1919250025,301991936,1869570862,1231382891,1919903342,1769234797,134245999,1663964416,1768648559,1718503781,1634562671,1852795252,7496002,773521416,1802465123,1850303849,1836216166,1869182049,1852785518,1852399988,134247013,1663962368,1768648559,1936607589,6644841,772341768,1802465123,1934255465,134219776,1869570862,1264937323,251660288,1869570862,1264937323,1702129263,7497070,772669448,1802465123,1632396649,1868705143,524408,1868770846,1701407599,980902220,678719342,2036625250,1869494825,1952983156,2714733,772603912,1802465123,1632396649,1918976631,218105856,1869570862,1281714539,1866626913,524399,1868770829,1701407599,1115119948,134248559,1663962880,1768648559,2002865253,1970302800,524400,1868770840,1701407599,1350000972,1886744687,1953394499,1701734753,524402,1868770829,1701407599,1350000972,134246258,1663962112,1768648559,2036419685,134247013,1663964416,1768648559,2036419685,1600090725,1953394531,7630437,772538376,1802465123,1699505513,7102823,772800520,1802465123,1699505513,1131176295,7368047,773128200,1802465123,1699505513,1131176295,1635020399,1919250025,285214720,1869570862,1281714539,1818322789,1836016479,524400,1868770828,1701407599,1751607628,524404,1868770826,1701407599,4674381,772472840,1802465123,1632462185,134245993,1663963136,1768648559,1767984485,1851871342,134245477,1663962368,1768648559,1935756645,7497076,772669448,1802465123,1699571049,1852400748,524391,1868770830,1701407599,1684825421,6778485,772472840,1802465123,1699571049,134247283,1663963392,1768648559,1936018789,1701273971,7496002,772866056,1802465123,1699571049,1734439795,2020557413,385878016,1869570862,1298491755,1634956133,1866687847,1767994478,7497070,772866056,1802465123,1699571049,1734439795,1986610277,318769152,1869570862,1298491755,1634956133,1632658791,7103854,773128200,1802465123,1699571049,1734439795,1634883429,1919250544,251660288,1869570862,1298491755,1818322031,7892802,773324808,1802465123,1867343209,1600938340,1667326559,1869768555,6581877,773193736,1802465123,1867343209,1701606756,1953394499,1701734753,524402,1868770830,1701407599,1936617293,7497076,772997128,1802465123,1867343209,1702130542,1852386674,134246246,1663963904,1768648559,1735609701,1953394499,1701734753,524402,1868770830,1701407599,1466397517,7364978,772931592,1802465123,1867408745,1667449204,1702129765,524388,1868770827,1701407599,1702129486,201328640,1869570862,1315268971,1936028783,184551424,1869570862,1315268971,6911087,772603912,1802465123,1867408745,1701013876,402655232,1869570862,1315268971,1667855471,1764568421,1936283251,1701601897,234883072,1869570862,1315268971,1667855471,134230629,1663962624,1768648559,1953451621,1097163625,335546368,1869570862,1315268971,1667855471,1818313317,1852796780,268437504,1869570862,1315268971,1667855471,1918976613,268437504,1869570862,1315268971,1667855471,2020557413,369100800,1869570862,1315268971,1667855471,1852785509,1852399988,134247013,1663964160,1768648559,1953451621,1130718057,1702129263,134247534,1663963648,1768648559,1953451621,1348821865,1884647535,436209664,1869570862,1315268971,1667855471,2019906661,1852785524,1852399988,134247013,1663963648,1768648559,1953451621,1415930729,828731513,335546368,1869570862,1315268971,1667855471,1634883429,1919250544,402655232,1869570862,1315268971,1667855471,1667194725,1635020399,1919250025,201328640,1869570862,1315268971,1718187119,318769152,1869570862,1315268971,1718187119,1952539497,7237481,773390344,1802465123,1867408745,1768319348,1769234787,1631743599,1919250030,369100800,1869570862,1315268971,1718187119,1952539497,1114533737,134247009,1663966208,1768648559,1953451621,1667851881,1869182049,1852785518,1852399988,134247013,1663965184,1768648559,1953451621,1667851881,1869182049,1886343278,134246517,1663965440,1768648559,1953451621,1667851881,1869182049,1684625262,7628135,773652488,1802465123,1867408745,1768319348,1769234787,1667198575,1635020399,1919250025,369100800,1869570862,1315268971,1718187119,1467114857,1886413170,134247013,1663962368,1768648559,1953451621,7956073,772800520,1802465123,1867408745,2036754804,7496002,772538376,1802465123,1884251497,7227764,773259272,1802465123,1884251497,1953845108,1467510594,1886413170,134247013,1663962112,1768648559,1953845093,134247013,1663962624,1768648559,1702252389,2036427890,285214720,1869570862,1332046187,1819436406,1866627425,524408,1868770824,1701407599,524368,1868770827,1701407599,1801675088,201328640,1869570862,1348823403,1818586721,335546368,1869570862,1348823403,1768780389,1852795251,1868983881,285214720,1869570862,1348823403,1768780389,1869181811,524398,1868770836,1701407599,1836213584,1918334057,1701867617,524402,1868770834,1701407599,1768714064,1816290659,7037807,773062664,1802465123,1867539817,2036558188,1851875885,7497070,772997128,1802465123,1867539817,2036558188,1886351405,134246517,1663962624,1768648559,1819234405,1098474345,369100800,1869570862,1348823403,1667853423,1919369593,1701668197,134247534,1663962624,1768648559,1819234405,1115251561,402655232,1869570862,1348823403,1667853423,1851867769,1332897134,1919251573,268437504,1869570862,1348823403,1667853423,1919828601,268437504,1869570862,1348823403,1667853423,2020557433,369100800,1869570862,1348823403,1667853423,1852785529,1852399988,134247013,1663963904,1768648559,1819234405,1132028777,1869902709,524397,1868770834,1701407599,1768714064,1866955107,6775149,773128200,1802465123,1867539817,2036558188,1751607628,2020557428,520095744,1869570862,1348823403,1667853423,1734954105,1866626152,1702252408,1869375090,6767223,773062664,1802465123,1867539817,2036558188,1936942413,6645601,772997128,1802465123,1867539817,2036558188,1769238350,134243683,1663965952,1768648559,1819234405,1316578153,1718187119,1920413049,1701867617,524402,1868770836,1701407599,1768714064,1984919907,1634497125,524409,1868770834,1701407599,1768714064,1867544931,7370096,773062664,1802465123,1867539817,2036558188,1885957715,7628144,772866056,1802465123,1867539817,2036558188,1954047316,335546368,1869570862,1348823403,1667853423,1634883449,1919250544,385878016,1869570862,1348823403,1667853423,1717526393,1816295529,7037807,773521416,1802465123,1867539817,1769236844,1867412323,1768319348,1769234787,134245999,1663964672,1768648559,1819234405,1667855465,1634883443,1919250544,218105856,1869570862,1348823403,1968205935,524400,1868770828,1701407599,1433431888,524400,1868770836,1701407599,1433431888,1953845104,1766093413,524406,1868770832,1701407599,1433431888,1634883440,524400,1868770828,1701407599,1768976208,524398,1868770837,1701407599,1768976208,1868521326,1819436406,134248801,1663964672,1768648559,1886343269,1849323637,1646818415,695821423,352323584,1869570862,1348823403,1886744687,1953394499,1701734753,524402,1868770832,1701407599,1970302800,1918980208,524404,1868770833,1701407599,1970302800,1634554736,134245484,1663962624,1768648559,1769099365,2036556150,352323584,1869570862,1348823403,1635150194,1850308963,1766092646,524406,1868770842,1701407599,1836020304,1868526704,1919251573,1885434455,7497072,772472840,1802465123,1968203113,134244467,1663962112,1768648559,1702187365,134248818,1663962880,1768648559,1835356773,1701080681,524402,1868770838,1701407599,1768777042,1919247470,1885434455,7497072,772931592,1802465123,1699898729,1769108595,1869182051,524398,1868770842,1701407599,1751345490,1852402804,1868783461,1767994478,7497070,772407304,1802465123,1867670889,524407,1868770829,1701407599,1769104211,134247536,1663962624,1768648559,1667584869,1852795252,268437504,1869570862,1399155051,1667591269,1986610292,201328640,1869570862,1399155051,1819043176,268437504,1869570862,1399155051,1131900776,1936941420,369100800,1869570862,1399155051,1702125940,1953391981,1869373997,134245219,1663963904,1768648559,1919243365,1866691437,1852142702,524404,1868770830,1701407599,1466984788,7364978,772407304,1802465123,1800693097,524388,1868770828,1701407599,1867804500,524400,1868770828,1701407599,1935765332,524404,1868770827,1701407599,1819242324,234883072,1869570862,1415932267,1651273583,134247009,1663965184,1768648559,1869567077,1885959276,1953459770,1836345384,134228332,1663964672,1768648559,1869567077,1885959276,1953394507,1919250021,167774208,1869570862,1415932267,134246511,1663962880,1768648559,1769100389,1818717793,524389,1868770846,1701407599,1734439765,1701593445,1632466034,1866690153,1767994478,7497070,772866056,1802465123,1934976361,1918981989,1735289198,335546368,1869570862,1432709483,1098016115,1701147239,1953391981,251660288,1869570862,1449486699,1634496361,7499636,773128200,1802465123,1767269737,1952541807,1714254447,1684371561,335546368,1869570862,1449486699,1634496361,1181904756,1684371561,402655232,1869570862,1449486699,1651077993,1849320812,1646818415,695821423,234883072,1869570862,1466263915,1147235425,134248041,1663963648,1768648559,1818318693,1634883436,1919250544,184551424,1869570862,1466263915,7238241,772669448,1802465123,1633117545,1852403314,524391,1868770840,1701407599,1852989783,1114074729,1735091041,1853190002,524388,1868770833,1701407599,1852989783,1114074729,134248559,1663964928,1768648559,1918981989,1735289198,1953394499,1701734753,524402,1868770837,1701407599,1852989783,1399287401,1769235301,134245999,1663963136,1768648559,1952798565,1769366887,134244206,1663964416,1768648559,1952798565,1769366887,1867343726,7102820,772603912,1802465123,1767335273,1952802660,218105856,1869570862,1466263915,1868852841,524407,1868770827,1701407599,1885434455,201328640,1869570862,1466263915,1886413170,234883072,1869570862,1466263915,1886413170,134247013,1663961600,1768648559,1886541669,419432448,1869570862,1533372779,1635017060,1869570861,761620843,1868983913,524381,1868770843,1701407599,1952539739,1868770657,1701407599,1953459757,1566925673,335546368,1869570862,1533372779,1635017060,1869570861,1566927211,469764096,1869570862,1533372779,1635017060,1769107501,2036556150,1819242541,1568236393,603981824,1869570862,1533372779,1635017060,1818587949,1869898597,1663188338,1768648559,1647145829,1562538593,570427392,1869570862,1533372779,1747806062,1030055017,1869570850,1936025963,1701012289,1684370544,134241570,1663962624,1768648559,1631739749,1919250030,251660288,1869570862,1600481643,1667457375,7630949,773193736,1802465123,1600087401,1919249505,1630350708,1986622563,524389,1868770829,1701407599,1918984031,134242661,1663963904,1768648559,1650417509,1735091041,1853190002,524388,1868770831,1701407599,1633836895,1919250030,201328640,1869570862,1600481643,1918984799,234883072,1869570862,1600481643,1869374047,134245219,1663962112,1768648559,1650417509,134248559,1663963136,1768648559,1667194725,1869376609,134247541,1663962880,1768648559,1667194725,1836412015,524398,1868770832,1701407599,1868783455,1852142446,524404,1868770834,1701407599,1868783455,1767994478,7497070,772800520,1802465123,1600087401,1953394531,7630437,772538376,1802465123,1600087401,7760228,772603912,1802465123,1600087401,2019912806,419432448,1869570862,1600481643,1869375071,757953633,1953394531,1701734753,524402,1868770833,1701407599,1818648415,1769234799,134244206,1663965440,1768648559,1717526373,1952542572,761753193,1953456685,7171956,772734984,1802465123,1600087401,1953460070,134247013,1663963136,1768648559,1834966885,1734438497,134247013,1663963136,1768648559,1834966885,1634956133,134243687,1663965696,1768648559,1834966885,1634956133,1663919463,1635020399,1919250025,234883072,1869570862,1600481643,1685024095,134245473,1663964416,1768648559,1851744101,1718187119,1952539497,7237481,772800520,1802465123,1600087401,1919252079,7954796,772669448,1802465123,1600087401,1701732720,524396,1868770831,1701407599,1869635423,2036558188,369100800,1869570862,1600481643,1819242591,762930025,1769238382,134243683,1663962880,1768648559,1885298533,1886220146,524404,1868770831,1701407599,1701994335,1818322294,218105856,1869570862,1600481643,1869116255,524407,1868770828,1701407599,1869897567,524400,1868770829,1701407599,1635213151,134245484,1663963904,1768648559,2002739045,1601073761,1634891615,524400,1868770842,1701407599,1635213151,1852403314,1701653863,1734439795,6778473,772734984,1802465123,1600087401,1684957559,134248303,1663962368,1768648559,2002739045,7364978,773324808,1802465123,1600087401,1885434487,1601332592,1701736302,7042421,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,1868770838,1701407599,1852793695,1953391987,1818320735,7631461,773193736,1802465123,1667196265,1702063727,1650422894,1701736033,524402,1868770848,1701407599,1852793695,1953391987,1851875935,1601332590,1953394531,1701734753,524402,1868770838,1701407599,1852793695,1953391987,1634296927,6778732,773193736,1802465123,1667196265,1702063727,1751086190,1701080175,524402,1868770839,1701407599,1852793695,1953391987,1702260575,2036427890,352323584,1869570862,1600481643,1936617315,1601465957,1970302832,524400,1868770837,1701407599,1852793695,1953391987,1953068127,134243692,1663962112,1768648559,1868783461,134247534,1663965440,1768648559,1868783461,1767994478,1601332590,1885434487,7497072,772734984,1802465123,1667196265,1702129263,134247534,1663961856,1768648559,1935892325,524404,1868770842,1701407599,1936286815,1768710499,1601332589,1818717797,6845289,772931592,1802465123,1683973481,1818456937,1701669217,524402,1868770834,1701407599,1936286815,1936682083,6648437,772734984,1802465123,1683973481,1819308905,134248801,1663961856,1768648559,1768185701,524406,1868770836,1701407599,1634624863,1600482402,1970302832,524400,1868770830,1701407599,1601529183,7496034,773062664,1802465123,1700750697,1868783477,1767994478,7497070,772866056,1802465123,1700750697,1600940406,1919252079,218105856,1869570862,1600481643,1634692198,524404,1868770830,1701407599,2037147231,7632239,773062664,1802465123,1717527913,1702129519,1768316786,6579576,773324808,1802465123,1717527913,1701667186,1667326559,1869768555,6581877,772538376,1802465123,1734305129,7499876,772603912,1802465123,1734305129,1283023218,234883072,1869570862,1600481643,1886152040,134247013,1663962624,1768648559,1768447845,1852138596,201328640,1869570862,1600481643,1953393e3,251660288,1869570862,1600481643,2003724648,7563621,772472840,1802465123,1767859561,134243950,1663963392,1768648559,1852399461,1650421606,3242095,773193736,1802465123,1767859561,1601136238,1953394531,1701734753,524402,1868770836,1701407599,1718511967,1868783471,1852142702,524404,1868770833,1701407599,1718511967,1920425839,134246497,1663964160,1768648559,1852399461,2002743142,1886413170,134247013,1663962624,1768648559,1852399461,1836216166,301991936,1869570862,1600481643,1868983913,1952542066,134243689,1663965952,1768648559,1852399461,1836216166,1869182049,1630350702,1986622563,524389,1868770840,1701407599,1718511967,1634562671,1852795252,1633824045,524402,1868770844,1701407599,1718511967,1634562671,1852795252,1986997549,1634497125,524409,1868770840,1701407599,1718511967,1634562671,1852795252,1869884717,524400,1868770829,1701407599,1852729695,134247013,1663961856,1768648559,1634492261,524407,1868770837,1701407599,2002873439,1852793695,1852399988,134247013,1663963648,1768648559,1634492261,1768185719,1735355489,419432448,1869570862,1600481643,1601659244,1702258034,1683975265,1869373801,524391,1868770842,1701407599,2002873439,1986359903,1600938341,1919252079,7954796,772603912,1802465123,1818191209,1919252833,201328640,1869570862,1600481643,2020565612,251660288,1869570862,1600481643,1701013868,6644590,772734984,1802465123,1818191209,1768186223,134244206,1663962112,1768648559,1869373285,134246247,1663961344,1768648559,7167845,772931592,1802465123,1834968425,1601071457,1668246626,524395,1868770831,1701407599,1818586463,1735289188,251660288,1869570862,1600481643,1684825453,6778485,772538376,1802465123,1834968425,7566181,772734984,1802465123,1834968425,1634956133,134243687,1663963904,1768648559,1701666661,1734439795,1868717925,524408,1868770841,1701407599,1936026975,1701273971,1852793695,1852399988,134247013,1663965440,1768648559,1701666661,1734439795,1768185701,1634496627,6579577,773062664,1802465123,1834968425,1634956133,2002740583,7364978,772472840,1802465123,1834968425,134242927,1663964928,1768648559,1869438821,1600938340,1953789282,1985965679,524341,1868770835,1701407599,1685024095,1868524641,1919251573,234883072,1869570862,1600481643,1969516397,134243692,1663962880,1768648559,1869438821,1702130542,524402,1868770835,1701407599,1852796255,1919251571,2020565599,251660288,1869570862,1600481643,1600615277,7040098,772931592,1802465123,1851745641,1819506533,1702130789,524402,1868770828,1701407599,1953459807,524389,1868770832,1701407599,1953459807,1801609061,524391,1868770830,1701407599,1953459807,6644585,773062664,1802465123,1851745641,1667855471,1818386277,7037807,772997128,1802465123,1851745641,1667855471,1818386277,134243701,1663964672,1768648559,1869504357,1701013876,1702260575,2036427890,318769152,1869570862,1600481643,1769238382,2002740579,7364978,773193736,1802465123,1851745641,1667855471,1920425829,1701867617,524402,1868770829,1701407599,1953459807,134243945,1663962624,1768648559,1869504357,1701210484,335546368,1869570862,1600481643,1769238382,1633904998,1852795252,436209664,1869570862,1600481643,1769238382,1633904998,1852795252,1869374047,134245219,1663966720,1768648559,1869504357,1768319348,1769234787,1667198575,1635020399,1919250025,469764096,1869570862,1600481643,1769238382,1633904998,1852795252,1634891615,1919250544,234883072,1869570862,1600481643,1769238382,134248806,1663962368,1768648559,1886347109,8025458,772603912,1802465123,1868522857,1852404848,285214720,1869570862,1600481643,1769238639,1868717934,524408,1868770831,1701407599,1702260575,2036427890,419432448,1869570862,1600481643,1919252079,1601790316,1953394531,1701734753,524402,1868770835,1701407599,1702260575,2036427890,2003789939,218105856,1869570862,1600481643,1701732720,524396,1868770833,1701407599,1851879519,1851747429,134248293,1663964416,1768648559,1768972133,1852402531,1818386279,7037807,772669448,1802465123,1885300073,1768387948,524398,1868770830,1701407599,1819242591,7955305,773128200,1802465123,1885300073,1667853423,1633836921,1919250030,301991936,1869570862,1600481643,1768714096,1650424163,134247009,1663963648,1768648559,1869635429,2036558188,2020565599,402655232,1869570862,1600481643,1768714096,1667201379,1869639023,1953391982,318769152,1869570862,1600481643,1768714096,1667201379,7630447,773324808,1802465123,1885300073,1667853423,1868783481,1767994478,7497070,773193736,1802465123,1885300073,1667853423,1701666681,1734439795,524389,1868770836,1701407599,1819242591,1601790825,1702131055,524402,1868770834,1701407599,1819242591,1601790825,7368560,772800520,1802465123,1885300073,1953066095,7562089,773259272,1802465123,1885300073,1886744687,1768710495,1701670503,134247534,1663964416,1768648559,1869635429,1601205616,1885434487,7497072,773259272,1802465123,1885300073,1953067887,1601073001,1953787746,134245743,1663965696,1768648559,1919967077,1919247973,1701015141,1633836915,1919250030,251660288,1869570862,1600481643,1986622064,7955297,773128200,1802465123,1885300073,1635150194,1633646947,1953654124,352323584,1869570862,1600481643,1986622064,1601790817,1668246626,524395,1868770840,1701407599,1769107551,2036556150,1718511967,1633836911,524402,1868770839,1701407599,1769107551,2036556150,2002873439,1918984799,335546368,1869570862,1600481643,1986622064,1601790817,1701734764,369100800,1869570862,1600481643,1986622064,1601790817,1768714096,134248803,1663962368,1768648559,1634885477,6384493,773128200,1802465123,1918854505,2037669734,1885300080,1818586721,369100800,1869570862,1600481643,1952409202,1600483449,1684957559,134248303,1663962368,1768648559,1769103205,7237474,772997128,1802465123,1918854505,1952998249,1768843628,134245989,1663963136,1768648559,1869766501,1868852332,134246007,1663961856,1768648559,1869766501,524407,1868770829,1701407599,1819636319,134247269,1663961856,1768648559,1634951013,524406,1868770835,1701407599,1751348063,1600220517,1802658148,335546368,1869570862,1600481643,1868785011,1650418798,1801678700,251660288,1869570862,1600481643,1953785203,6778473,773259272,1802465123,1935631721,1769239653,1601398638,1953787746,134245743,1663965696,1768648559,1702059877,1852404852,1667199847,1635020399,1919250025,385878016,1869570862,1600481643,1953785203,1936158313,1735357535,6646887,772866056,1802465123,1935631721,1702125940,1953391981,402655232,1869570862,1600481643,1952543859,1852140901,1886609268,1919247201,251660288,1869570862,1600481643,1667855475,7497067,773259272,1802465123,1935631721,1801677172,2002743909,1886413170,134247013,1663962368,1768648559,1953718117,7367026,772472840,1802465123,1952408937,134242913,1663961856,1768648559,1635016549,524391,1868770835,1701407599,1784771679,2054122341,1869898100,268437504,1869570862,1600481643,1701536116,1919252079,184551424,1869570862,1600481643,7367028,772669448,1802465123,1952408937,1868722281,524408,1868770828,1701407599,1885959263,524403,1868770831,1701407599,1869575263,1918984812,218105856,1869570862,1600481643,1667330676,524395,1868770829,1701407599,1634956639,134243687,1663964160,1768648559,1937071973,1600481121,1852727650,134247013,1663964672,1768648559,1937071973,1600481121,1769238382,1919248742,385878016,1869570862,1600481643,1734439797,1869504357,1768319348,3306085,773062664,1802465123,1969186153,1701273971,1953459807,7956073,772603912,1802465123,1985963369,1718186597,201328640,1869570862,1600481643,1852989815,268437504,1869570862,1600481643,1852989815,2020565599,251660288,1869570862,1600481643,1852989815,6778473,772997128,1802465123,2002740585,1768845921,1650419566,134248559,1663965440,1768648559,1635213157,1852403314,1868783463,1767994478,7497070,772997128,1802465123,2002740585,1768845921,1851746158,134248293,1663964160,1768648559,1635213157,1852403314,1920425831,134246497,1663963904,1768648559,1920425829,1650421857,1869902959,524397,1868770831,1701407599,1634891615,1919250544,369100800,1869570862,1600481643,1885434487,762471792,1953787746,134245743,1663964160,1768648559,1920425829,1701867617,1869897586,134245487,1663961856,1768648559,1920425829,524400,1868770830,1701407599,1919312481,6645601,772472840,1802465123,1650550121,134243692,1663962368,1768648559,1667457381,7630949,773128200,1802465123,1667327337,1953523043,1634891615,1919250544,285214720,1869570862,1634036075,1885692771,1668178292,524389,1868770826,1701407599,7758945,772603912,1802465123,1684104553,1702062454,201328640,1869570862,1634036075,1836212588,201328640,1869570862,1634036075,1953654124,201328640,1869570862,1634036075,1635017076,201328640,1869570862,1650813291,1701274721,184551424,1869570862,1650813291,7040097,773324808,1802465123,1633838441,1919250030,1868770605,1767994478,7497070,772866056,1802465123,1633838441,1919250030,1936338221,318769152,1869570862,1650813291,1701736033,1852386674,7497070,773062664,1802465123,1633838441,1919250030,1734700077,7955297,773128200,1802465123,1633838441,1919250030,1702260525,2036427890,352323584,1869570862,1650813291,1701736033,1635200370,1852403314,524391,1868770840,1701407599,1852727650,1600090725,1953394531,1701734753,524402,1868770834,1701407599,1852727650,1600090725,7368564,773324808,1802465123,1633838441,1919250030,1667326559,1869768555,6581877,772931592,1802465123,1633838441,1919250030,1970302832,524400,1868770831,1701407599,1852727650,846623333,335546368,1869570862,1650813291,757953121,1769103734,829714017,234883072,1869570862,1650813291,1630368353,134245732,1663963136,1768648559,1918984805,1869373997,134245219,1663964160,1768648559,1918984805,1852793645,1852399988,134247013,1663963648,1768648559,1918984805,1936026925,1701273971,268437504,1869570862,1650813291,1882026593,1818586721,234883072,1869570862,1650813291,1949135457,134245488,1663963648,1768648559,1918984805,1634891565,1919250544,318769152,1869570862,1650813291,1600090721,1919252079,7954796,773062664,1802465123,1633838441,1868783474,1767994478,7497070,772931592,1802465123,1633838441,1920425842,1701867617,524402,1868770835,1701407599,1668440418,1635020399,1919250025,268437504,1869570862,1650813291,1869116001,1919247468,251660288,1869570862,1650813291,1852404321,7497070,773652488,1802465123,1734501737,1953459770,1685021224,1849305465,1747481711,694971764,201328640,1869570862,1650813291,1801678700,184551424,1869570862,1650813291,7564143,772603912,1802465123,1868719465,1836020852,301991936,1869570862,1650813291,1999468655,1886413170,134247013,1663961856,1768648559,2020565605,524365,1868770831,1701407599,1400401762,1953653108,184551424,1869570862,1667590507,7105633,772538376,1802465123,1751344489,7037797,773521416,1802465123,1751344489,1600873317,1852727650,1999467109,1886413170,134247013,1663962112,1768648559,1869374309,134243699,1663961856,1768648559,1768842085,524396,1868770839,1701407599,1936617315,762605157,1801675106,1886351972,352323584,1869570862,1667590507,1702063727,1647146094,1701736033,524402,1868770840,1701407599,1936617315,762605157,1953394531,1701734753,524402,1868770837,1701407599,1936617315,762605157,1818323300,134244207,1663964672,1768648559,1852793701,1953391987,1702260525,2036427890,469764096,1869570862,1667590507,1702063727,1865249902,1819436406,1814919521,1952999273,335546368,1869570862,1667590507,1702063727,1882027118,1886744687,520095744,1869570862,1667590507,1702063727,1882027118,1886744687,1667326509,1869768555,6581877,772866056,1802465123,1868785001,1852142446,1970417012,335546368,1869570862,1667590507,1702063727,1932358766,1701077352,352323584,1869570862,1667590507,1702063727,1932358766,1819307369,524389,1868770835,1701407599,1936617315,762605157,1885434487,369100800,1869570862,1667590507,1702063727,1999467630,1886413170,134247013,1663964160,1768648559,1852793701,1953391987,1920425823,134246497,1663964160,1768648559,1852793701,1953391987,1852727650,134247013,1663963392,1768648559,1852793701,1953391987,7496034,773259272,1802465123,1868785001,1852142446,1836016500,1701736304,134247534,1663964928,1768648559,1852793701,1953391987,1953394531,1701734753,524402,1868770832,1701407599,1953394531,1701734753,524402,1868770830,1701407599,1953394531,7630437,772669448,1802465123,1868785001,1869771886,524396,1868770848,1701407599,1953394531,762081138,1919249505,1868705140,1920413048,1701867617,524402,1868770827,1701407599,1885434467,218105856,1869570862,1667590507,1702130805,524402,1868770832,1701407599,1868770660,1852142702,524404,1868770829,1701407599,1953845092,134247013,1663962624,1768648559,1952801893,1936484705,218105856,1869570862,1684367723,1869373801,524391,1868770830,1701407599,1701669220,6382706,772866056,1802465123,1768187241,1634493299,1919249769,369100800,1869570862,1684367723,1818456937,1701669217,1869374066,134245219,1663961600,1768648559,1986618469,301991936,1869570862,1684367723,1601335151,1684300144,134243429,1663962368,1768648559,1935763045,6383971,772669448,1802465123,1818649961,1702125935,524402,1868770829,1701407599,1953460070,134247013,1663962112,1768648559,1634887269,134243693,1663962368,1768648559,1634035813,7497060,772603912,1802465123,1701340521,1952999273,184551424,1869570862,1751476587,7630441,772669448,1802465123,1768449385,1768257390,524403,1868770830,1701407599,1868983913,6775341,772997128,1802465123,1852401001,1663922022,1702129263,134247534,1663964416,1768648559,1718511973,1869494895,1868703860,2718052,773193736,1802465123,1852401001,1600089958,1953394531,1701734753,524402,1868770840,1701407599,1868983913,1852727650,1918333541,1701867617,524402,1868770830,1701407599,1868983913,7496034,772800520,1802465123,1852401001,1818390374,7037807,772866056,1802465123,1852401001,1869115238,1919247468,301991936,1869570862,1768253803,1919903342,1769234797,134245999,1663964672,1768648559,1718511973,1634562671,1852795252,1634038369,201328640,1869570862,1768253803,1936680558,285214720,1869570862,1785031019,1647145569,1869902959,524397,1868770834,1701407599,762470762,1953394531,7630437,772407304,1802465123,1634428265,524404,1868770826,1701407599,6447723,772538376,1802465123,1634493801,7103842,772800520,1802465123,1634493801,1818307959,7631461,772866056,1802465123,1634493801,1633824119,1919250030,234883072,1869570862,1818585451,1647146849,134247009,1663963392,1768648559,2002873445,1953456685,7171956,773062664,1802465123,1634493801,1868770679,1767994478,7497070,772734984,1802465123,1634493801,1852386679,134246246,1663962624,1768648559,2002873445,1735617837,268437504,1869570862,1818585451,1882027873,1818586721,301991936,1869570862,1818585451,1999468385,1886413170,134247013,1663966720,1768648559,2002873445,1953459770,1685021224,1849305465,1747481711,694971764,285214720,1869570862,1818585451,1766356833,1869902958,524400,1868770834,1701407599,1601659244,1919252079,7954796,772931592,1802465123,1634493801,1920425847,1701867617,524402,1868770829,1701407599,1651990892,134247009,1663963392,1768648559,2002873445,1868983913,7496034,773390344,1802465123,1634493801,1886351479,1663922293,1635020399,1919250025,201328640,1869570862,1818585451,1919252833,318769152,1869570862,1818585451,1919252833,1634492255,7497081,772538376,1802465123,1701602665,7102823,772603912,1802465123,1701602665,1702130537,285214720,1869570862,1818585451,1818588773,1633836895,524402,1868770827,1701407599,1701734764,184551424,1869570862,1818585451,7368559,772472840,1802465123,1869374825,134243440,1663962624,1768648559,1684106597,1936942446,234883072,1869570862,1835362667,1684957537,134248041,1663962880,1768648559,1851878757,1869116205,524407,1868770830,1701407599,1634623853,7497063,773849096,1802465123,1634559337,1701273966,1633836914,1919250030,1868770605,1767994478,7497070,773455880,1802465123,1634559337,1701273966,1752391538,1935636335,1819307369,524389,1868770840,1701407599,1684825453,761753193,1953394531,1701734753,524402,1868770850,1701407599,1684825453,979857001,678719342,1819112552,1869494825,1868703860,2718052,772669448,1802465123,1701668201,1853187180,524391,1868770837,1701407599,1936942445,761620321,1684828008,134247013,1663964928,1768648559,1936026981,1701273971,1987010399,1634497125,524409,1868770835,1701407599,1936942445,1650812769,1801678700,419432448,1869570862,1835362667,1634956133,1819305319,1751475041,1701080175,524402,1868770826,1701407599,7237485,773324808,1802465123,1869440361,1702130542,1868770674,1767994478,7497070,772407304,1802465123,1936549225,524391,1868770826,1701407599,7758190,772472840,1802465123,1869505897,134243700,1663964160,1768648559,1953459813,1868521317,1819436406,134248801,1663963392,1768648559,1953459813,761619305,7496034,772866056,1802465123,1869505897,1701013876,2020565549,385878016,1869570862,1852139883,1667855471,1868770661,1767994478,7497070,773128200,1802465123,1869505897,1701013876,1852793645,1953391988,318769152,1869570862,1852139883,1667855471,1852386661,7497070,772931592,1802465123,1869505897,1701013876,1634891565,524400,1868770835,1701407599,1769238382,1633904998,1852795252,218105856,1869570862,1852139883,1718187119,524409,1868770833,1701407599,762605679,1684828008,134247013,1663962112,1768648559,1953525605,134245993,1663962624,1768648559,1953525605,1936617321,234883072,1869570862,1868917099,1819436406,134248801,1663963136,1768648559,1702260581,2036427890,134248493,1663962112,1768648559,1851879525,134245477,1663964160,1768648559,1851879525,1868524645,1819436406,134248801,1663964928,1768648559,1919250533,1936943469,1886285673,1886220146,524404,1868770827,1701407599,1937075312,436209664,1869570862,1885694315,762541420,1802465123,1663919465,1702063727,134247534,1663964160,1768648559,1970040933,2019896691,1684956532,134243429,1663963648,1768648559,1970040933,1869426035,1852990820,167774208,1869570862,1885694315,134245487,1663963648,1768648559,1819242597,1885692777,1886744687,218105856,1869570862,1885694315,1667853423,524409,1868770837,1701407599,1768714096,757954915,1769235297,134243702,1663963904,1768648559,1819242597,762930025,1668246626,524395,1868770838,1701407599,1768714096,1680701795,1685090162,7239535,772866056,1802465123,1869636969,2036558188,1954051117,301991936,1869570862,1885694315,1667853423,1920413049,134246497,1663964416,1768648559,1819242597,762930025,1885434487,7497072,772997128,1802465123,1869636969,2036558188,1852727618,134247013,1663965184,1768648559,1819242597,1601790825,1852793695,1852399988,134247013,1663963136,1768648559,1819242597,1652122473,134247009,1663963648,1768648559,1819242597,1668899689,1936941420,318769152,1869570862,1885694315,1667853423,1869571705,7497076,773062664,1802465123,1869636969,2036558188,1919252079,7954796,772866056,1802465123,1869636969,2036558188,1954047348,234883072,1869570862,1885694315,1953066095,134245225,1663961856,1768648559,1819242597,524396,1868770828,1701407599,1768976240,524398,1868770833,1701407599,1970302832,1868770672,134247534,1663964672,1768648559,1886351461,1663922293,1635020399,1919250025,251660288,1869570862,1885694315,1886744687,7892834,773128200,1802465123,1869636969,1668314480,1635020399,1919250025,318769152,1869570862,1885694315,1886744687,1885434487,7497072,773324808,1802465123,1919968617,1919247973,1701015141,1869635443,7370096,772669448,1802465123,1919968617,1667331689,524409,1868770825,1701407599,134247792,1663962880,1768648559,1702195557,1869182067,524398,1868770827,1701407599,1918984818,218105856,1869570862,1919248747,1868983913,524402,1868770826,1701407599,7827314,772800520,1802465123,762537321,1952669997,6649449,772734984,1802465123,762537321,1919377709,134243685,1663962368,1768648559,757953381,7496034,772997128,1802465123,762537321,1852793645,1852399988,134247013,1663963648,1768648559,757953381,1819310181,1953063785,301991936,1869570862,1936025963,1835609389,1667853424,134247529,1663962624,1768648559,757953381,1868983913,369100800,1869570862,1936025963,1869491501,1667313012,1953523043,134243429,1663964672,1768648559,757953381,1769238382,1633904998,1852795252,218105856,1869570862,1936025963,1869622573,524400,1868770831,1701407599,1915563379,1952999273,234883072,1869570862,1936025963,1752378669,134248303,1663961600,1768648559,825062245,369100800,1869570862,1936025963,1667457325,762605669,1869373997,134245219,1663964416,1768648559,1630368613,1885692771,1818373492,7037807,773390344,1802465123,762537321,1701012321,1663923312,1635020399,1919250025,335546368,1869570862,1936025963,1667457325,762605669,1836216166,335546368,1869570862,1936025963,1667457325,762605669,1868983913,385878016,1869570862,1936025963,1667457325,762605669,1936942445,6645601,772997128,1802465123,762537321,1701012321,1851880560,134243683,1663965952,1768648559,1630368613,1885692771,1668178292,1986997605,1634497125,524409,1868770841,1701407599,1667313011,1953523043,1701015137,1851879469,134245477,1663967744,1768648559,1630368613,1885692771,1668178292,1920413029,1701867617,1868770674,1852796269,452986880,1869570862,1936025963,1667457325,1635020901,1852795252,1851875885,7497070,774242312,1802465123,762537321,1701012321,1684370544,1953459770,1685021224,1849305465,774403183,1701273968,524329,1868770828,1701407599,1684090227,524406,1868770831,1701407599,1684090227,1953654134,251660288,1869570862,1936025963,1986289965,6644585,772800520,1802465123,762537321,1769366625,7499635,772997128,1802465123,762537321,1919379297,1701668197,134247534,1663962624,1768648559,1630368613,1701147239,301991936,1869570862,1936025963,1919377709,1701668197,134247534,1663965184,1768648559,1630368613,1701147239,1953391981,1869373997,134245219,1663965184,1768648559,1630368613,1701147239,1953391981,1634493229,134247283,1663965696,1768648559,1630368613,1701147239,1953391981,1936024621,1886352491,486541312,1869570862,1936025963,1919377709,1701668197,1697477742,1919251566,1852793901,524389,1868770842,1701407599,1734421875,1835361650,762605157,1885434487,7497072,772669448,1802465123,762537321,1919249505,524404,1868770837,1701407599,1818307955,762606181,1919249505,134242676,1663963648,1768648559,1630368613,1953654124,1918984749,335546368,1869570862,1936025963,1701601581,1647146098,1801678700,436209664,1869570862,1936025963,1701601581,1647146098,1999468655,1886413170,134247013,1663965184,1768648559,1630368613,1953654124,1852793645,1852399988,134247013,1663965440,1768648559,1630368613,1953654124,1684633389,1999467109,7364978,773193736,1802465123,762537321,1919249505,1920413044,1701867617,524402,1868770839,1701407599,1818307955,1601466981,1634891615,1919250544,251660288,1869570862,1936025963,1701601581,6386802,772669448,1802465123,762537321,1869376609,524407,1868770834,1701407599,1818307955,1635217260,6644590,773783560,1802465123,762537321,1869376609,1533306231,1701605234,1768170045,1735355489,134241570,1663964928,1768648559,1630368613,2037145966,1935894900,1718511917,524399,1868770843,1701407599,1851862387,1919954276,1667331689,1868705145,1919247474,553650176,1869570862,1936025963,1684955437,1769107501,2036556150,1953459757,1667851881,1869182049,524398,1868770837,1701407599,1851862387,1920216420,1768645473,134244206,1663963648,1768648559,1630368613,1869767790,1633969517,218105856,1869570862,1936025963,1701994797,524385,1868770834,1701407599,1633824115,1647143779,7955567,772866056,1802465123,762537321,1801675106,1886351972,218105856,1869570862,1936025963,1851875885,524388,1868770837,1701407599,1633824115,1865245806,1819436406,134248801,1663963136,1768648559,1647145829,1701080673,134247777,1663967232,1768648559,1647145829,1701736033,1633824114,1919183715,1999466607,1886413170,134247013,1663965440,1768648559,1647145829,1701736033,1868770674,1852797037,7630437,773390344,1802465123,762537321,1852727650,1663922789,1635020399,1919250025,385878016,1869570862,1936025963,1851875885,762471790,1650552421,6579564,773128200,1802465123,762537321,1852727650,1932358245,1853321064,335546368,1869570862,1936025963,1851875885,762471790,1885434487,301991936,1869570862,1936025963,1851875885,1601332590,134243167,1663965696,1768648559,1647145829,1701736033,1667194738,1635020399,1919250025,402655232,1869570862,1936025963,1851875885,1601332590,1702260575,2036427890,201328640,1869570862,1936025963,1918984749,318769152,1869570862,1936025963,1918984749,2036427821,7632239,772800520,1802465123,762537321,762470754,7824750,772603912,1802465123,762537321,1668246626,234883072,1869570862,1936025963,1869373997,134245219,1663962368,1768648559,1647145829,7040876,772734984,1802465123,762537321,1953787746,134245743,1663964672,1768648559,1647145829,1869902959,1633824109,1919250030,419432448,1869570862,1936025963,1953456685,762146676,1953394531,1701734753,524402,1868770828,1701407599,1868705139,524408,1868770833,1701407599,1868705139,1852386680,134246246,1663963904,1768648559,1647145829,1831696495,1819632751,524389,1868770831,1701407599,1969368435,1701601890,285214720,1869570862,1936025963,1819632173,1768452972,524404,1868770835,1701407599,1633889651,1949131114,1869903973,402655232,1869570862,1936025963,1818321709,1953853292,1634891565,1919250544,251660288,1869570862,1936025963,1986093869,7627109,772669448,1802465123,762537321,1767992419,524397,1868770828,1701407599,1851993459,524404,1868770836,1701407599,1868770675,1853189485,1952539497,524389,1868770841,1701407599,1868770675,1768714349,1701015137,1869373997,134245219,1663964928,1768648559,1663923045,1869639023,1953391982,1885826093,524388,1868770839,1701407599,1868770675,1852138350,1768172916,1735355489,352323584,1869570862,1936025963,1852793645,761751910,1936291425,524399,1868770832,1701407599,1868770675,1919510126,524397,1868770838,1701407599,1868770675,1919510126,1818373485,7037807,773586952,1802465123,762537321,1718513507,1634562665,1852795252,1634296877,6778732,773652488,1802465123,762537321,1718513507,1634562665,1852795252,1634891565,1919250544,553650176,1869570862,1936025963,1852793645,1953391987,1851875885,762471790,1886220131,1852141167,524404,1868770842,1701407599,1868770675,1852142446,1868770676,1767994478,7497070,773193736,1802465123,762537321,1936617315,762605157,1701732720,524396,1868770838,1701407599,1868770675,1852142446,1869622644,7370096,773324808,1802465123,762537321,1936617315,762605157,1885434487,7497072,773128200,1802465123,762537321,1953394531,1701734753,1802841458,436209664,1869570862,1936025963,1852793645,1852399988,1767862885,1919252078,134243699,1663963392,1768648559,1663923045,1702129263,7300213,772800520,1802465123,762537321,1953394531,7106418,773455880,1802465123,762537321,1953394531,762081138,1953394531,1701734753,524402,1868770828,1701407599,1952656755,524398,1868770836,1701407599,1633955187,1714252658,1702128745,524402,1868770835,1701407599,1768172915,1735355489,2020565549,402655232,1869570862,1936025963,1634296877,1600614252,1634891615,1919250544,301991936,1869570862,1936025963,1919509549,1769235301,134243702,1663963904,1768648559,1680700261,1818456937,1701669217,524402,1868770839,1701407599,1768172915,1634493299,1919249769,1918984749,452986880,1869570862,1936025963,1936286765,1767992419,762471789,1885434487,7497072,773521416,1802465123,762537321,1668508004,1970499436,1865246066,1819436406,134248801,1663962112,1768648559,1680700261,134248041,1663963904,1768648559,1680700261,1714255465,1702129519,524402,1868770836,1701407599,1818570099,1702000745,1667593319,524392,1868770837,1701407599,1936010611,1852793645,1852399988,134247013,1663961856,1768648559,1697477477,524405,1868770830,1701407599,1969565043,6775341,772669448,1802465123,762537321,1818585446,524388,1868770833,1701407599,1818635635,1769234799,134244206,1663962880,1768648559,1714254693,1702129519,524402,1868770835,1701407599,1868967283,1919251567,1918984749,352323584,1869570862,1936025963,1869571629,762471796,1668246626,524395,1868770833,1701407599,1868967283,1919251567,134244653,1663962368,1768648559,1731031909,7499876,773259272,1802465123,762537321,1869572455,1915580260,1769304421,134243698,1663962880,1768648559,1731031909,1633841004,524396,1868770833,1701407599,1919364467,1701405793,134247534,1663965696,1768648559,1747809125,1935961697,1701536104,1634891565,1919250544,251660288,1869570862,1936025963,1634035757,7497060,772603912,1802465123,762537321,1953393e3,385878016,1869570862,1936025963,1852401709,1868770676,1767994478,7497070,772800520,1802465123,762537321,2003724648,7563621,772734984,1802465123,762537321,1684828008,134247013,1663962880,1768648559,1764586341,1835102822,524389,1868770836,1701407599,1852386675,761623381,1919249505,524404,1868770839,1701407599,1852386675,1647144806,1735091041,1684959090,335546368,1869570862,1936025963,1718511917,1633824111,1919250030,285214720,1869570862,1936025963,1718511917,1868705135,524408,1868770839,1701407599,1852386675,1663922022,1635020399,1919250025,335546368,1869570862,1936025963,1718511917,1953705327,1667855457,335546368,1869570862,1936025963,1718511917,1633836911,1919250030,268437504,1869570862,1936025963,1718511917,1918984815,335546368,1869570862,1936025963,1718511917,1634562671,1852795252,419432448,1869570862,1936025963,1718511917,1634562671,1852795252,1701994797,524385,1868770833,1701407599,1852386675,1836216166,134247013,1663965440,1768648559,1764586341,1919903342,762471789,1952671091,7237481,772669448,1802465123,762537321,1868983913,524403,1868770830,1701407599,1852386675,7497070,772669448,1802465123,762537321,1700946284,524396,1868770828,1701407599,1634479475,524407,1868770832,1701407599,1634479475,1633824119,524402,1868770833,1701407599,1634479475,1852386679,134246246,1663964160,1768648559,1814917989,1999468385,1886413170,134247013,1663962624,1768648559,1814917989,1919252833,369100800,1869570862,1936025963,2036427821,762606959,1969516397,134243692,1663964672,1768648559,1814917989,1970239841,1634741620,1634625895,218105856,1869570862,1936025963,1717922861,524404,1868770836,1701407599,1701588339,1819502951,1869182049,524398,1868770833,1701407599,1768697203,1651796071,134248559,1663965184,1768648559,1814917989,1952999273,762867554,1701012321,134247536,1663962368,1768648559,1814917989,6647401,772669448,1802465123,762537321,1953720684,524385,1868770829,1701407599,1634545011,134245993,1663964160,1768648559,1831695205,762210657,1852727650,134247013,1663964416,1768648559,1831695205,762210657,1919252079,7954796,773259272,1802465123,762537321,1634623853,1701668199,1647146094,134247009,1663965696,1768648559,1831695205,1734438497,1852140901,1969368436,1852798068,385878016,1869570862,1936025963,1851878701,1919248225,1851875885,7497070,772603912,1802465123,762537321,1936941421,436209664,1869570862,1936025963,1936026925,1701273971,1852793645,1852399988,134247013,1663964672,1768648559,1831695205,1634956133,1882023271,1818586721,369100800,1869570862,1936025963,1936026925,1701273971,1886351405,134246517,1663964928,1768648559,1831695205,1634956133,1999463783,1868852841,524407,1868770838,1701407599,1701653875,1734439795,1920413029,7368801,772538376,1802465123,762537321,6582125,772800520,1802465123,762537321,761556845,7496034,773259272,1802465123,762537321,1633972077,1633824108,1919183715,134246511,1663965696,1768648559,1831695205,1818322031,1633836895,1919380323,1684960623,385878016,1869570862,1936025963,1685024045,1600089185,1919252079,7954796,772734984,1802465123,762537321,1969516397,134243692,1663962112,1768648559,1831695205,134244211,1663963136,1768648559,1831695205,1647142771,134248559,1663963904,1768648559,1831695205,1999464307,1701274729,524404,1868770836,1701407599,1936534899,1920413031,1701867617,524402,1868770828,1701407599,1634610547,524406,1868770832,1701407599,1634610547,1633824118,524402,1868770835,1701407599,1869491571,1633904998,1852795252,486541312,1869570862,1936025963,1919905325,1769234797,1600087414,1953394531,1701734753,524402,1868770829,1701407599,1869491571,134243700,1663964416,1768648559,1848472421,1667855471,1818307941,7631461,772997128,1802465123,762537321,1769238382,1831691619,134244211,1663965696,1768648559,1848472421,1667855471,1663923045,1635020399,1919250025,452986880,1869570862,1936025963,1953459757,1667851881,1869182049,1999449454,7364978,773390344,1802465123,762537321,1769238382,1633904998,1852795252,1918984749,486541312,1869570862,1936025963,1953459757,1667851881,1869182049,1869622638,1701606514,524404,1868770845,1701407599,1869491571,1768319348,1769234787,1999466095,1886413170,134247013,1663964672,1768648559,1848472421,1718187119,1952539497,1936617321,335546368,1869570862,1936025963,1953459757,1667851881,1919906913,251660288,1869570862,1936025963,1953459757,7956073,773128200,1802465123,762537321,1769238382,1831696742,1818322031,234883072,1869570862,1936025963,1953459757,134247273,1663965696,1768648559,1865249637,1734962274,1869182049,1818439022,1702065505,385878016,1869570862,1936025963,1701867309,1869494894,1868703860,2718052,772800520,1802465123,762537321,1919252079,7954796,773455880,1802465123,762537321,1919252079,762929516,1953394531,1701734753,524402,1868770839,1701407599,1986997619,1634497125,1769418105,1952802660,452986880,1869570862,1936025963,1702260525,2036427890,1868783455,1767994478,7497070,773062664,1802465123,762537321,1701273968,1818846765,7497076,772669448,1802465123,762537321,1701732720,524396,1868770835,1701407599,1634741619,762078574,1919968359,218105856,1869570862,1936025963,1885630509,524385,1868770839,1701407599,1869622643,2036558188,1667312941,1702259060,352323584,1869570862,1936025963,1819242541,762930025,1919249505,524404,1868770838,1701407599,1869622643,2036558188,1851875885,7497070,772997128,1802465123,762537321,1768714096,1647147363,134247009,1663964416,1768648559,1882026853,1667853423,1818373497,7037807,773062664,1802465123,762537321,1768714096,1663924579,6582881,773390344,1802465123,762537321,1768714096,1663924579,1635020399,1919250025,385878016,1869570862,1936025963,1819242541,762930025,1953394531,7630437,773455880,1802465123,762537321,1768714096,1680701795,1818456937,1701669217,524402,1868770839,1701407599,1869622643,2036558188,1936026925,1701273971,553650176,1869570862,1936025963,1819242541,762930025,1869639536,762471798,1953394531,1701734753,524402,1868770837,1701407599,1869622643,2036558188,1886351405,134246517,1663963904,1768648559,1882026853,1667853423,1702047097,524387,1868770839,1701407599,1869622643,2036558188,1769108525,1919248231,268437504,1869570862,1936025963,1819242541,1667855465,301991936,1869570862,1936025963,1886351405,1701601581,134247538,1663962880,1768648559,1882026853,1965912175,524400,1868770830,1701407599,1869622643,7364976,772669448,1802465123,762537321,1768976240,524398,1868770830,1701407599,1869622643,7370096,773324808,1802465123,762537321,1970302832,1868770672,1767994478,7497070,773193736,1802465123,762537321,1970302832,1920413040,1701867617,524402,1868770833,1701407599,1869622643,1651537264,134248559,1663963136,1768648559,1882026853,1819570799,134247525,1663963136,1768648559,1882026853,1635150194,134248803,1663964928,1768648559,1882026853,1635150194,1932360035,1801677172,524409,1868770831,1701407599,1919954291,1953525103,234883072,1869570862,1936025963,1920430125,134246497,1663963392,1768648559,1898804069,1953719669,7237481,772538376,1802465123,762537321,7823730,772734984,1802465123,762537321,1768383858,134245999,1663963392,1768648559,1915581285,1852403045,7497060,773062664,1802465123,762537321,1768777074,1919247470,3307053,772800520,1802465123,762537321,1970365810,7631717,772734984,1802465123,762537321,1650616690,134245999,1663962368,1768648559,1915581285,7300207,772538376,1802465123,762537321,7827314,772669448,1802465123,762537321,1701606770,524403,1868770829,1701407599,1634938227,134243702,1663963648,1768648559,1932358501,1819243107,1918984812,201328640,1869570862,1936025963,1667593005,251660288,1869570862,1936025963,1667593005,6581871,772800520,1802465123,762537321,1952671091,7237481,772866056,1802465123,762537321,1953785203,1936158313,352323584,1869570862,1936025963,1952805677,1735289204,1868705139,524408,1868770830,1701407599,1819487603,6644841,772931592,1802465123,762537321,1952543859,1852140901,524404,1868770832,1701407599,1953705331,1701536617,524402,1868770831,1701407599,1953705331,2037080937,201328640,1869570862,1936025963,1853125421,234883072,1869570862,1936025963,1920234285,134246505,1663962880,1768648559,1932358501,1885958772,524389,1868770830,1701407599,1953705331,6646905,773062664,1802465123,762537321,1634559348,1634492973,7299950,772538376,1802465123,762537321,7367028,772800520,1802465123,762537321,1819242356,7367028,772538376,1802465123,762537321,7368564,772997128,1802465123,762537321,762343284,1769238382,134243683,1663965440,1768648559,1949135717,1801675122,761753193,1953456685,7171956,772603912,1802465123,762537321,1701869940,184551424,1869570862,1936025963,6649133,772669448,1802465123,762537321,1734439797,524389,1868770840,1701407599,1937059187,761620321,1953394531,1701734753,524402,1868770838,1701407599,1937059187,761620321,1953394531,7630437,772997128,1802465123,762537321,1734439797,1852386661,134246246,1663964160,1768648559,1965912933,761554291,1769238382,134243683,1663961856,1768648559,1982690149,524338,1868770829,1701407599,1769352563,134248293,1663962368,1768648559,1999467365,7238241,772800520,1802465123,762537321,1852989815,6778473,773455880,1802465123,762537321,1852989815,761753193,1953394531,1701734753,524402,1868770839,1701407599,1635200371,1852403314,1868967271,1919251567,352323584,1869570862,1936025963,1918990125,1735289198,1634891565,524400,1868770836,1701407599,1769418099,1952802660,1685021229,524409,1868770831,1701407599,1769418099,2003788910,184551424,1869570862,1936025963,7501613,772603912,1802465123,762537321,1885434487,268437504,1869570862,1936025963,1634891565,1919250544,201328640,1869570862,1936025963,1886549805,352323584,1869570862,1936025963,1886549805,1868783455,1701407599,524403,1868770830,1701407599,1818308211,7631461,773455880,1802465123,779314537,1919249505,1768172916,1936289139,1818388851,524389,1868770831,1701407599,1633824371,1919250030,251660288,1869570862,1936025963,1953456686,7171956,772800520,1802465123,779314537,1819042147,7632239,772603912,1802465123,779314537,1802658148,251660288,1869570862,1936025963,1634296878,6778732,772603912,1802465123,779314537,1868983913,268437504,1869570862,1936025963,762538286,1852141679,285214720,1869570862,1936025963,762538286,2003789939,524398,1868770829,1701407599,1651519091,134230061,1663964416,1768648559,1882092389,1953393010,1684629549,7234916,772997128,1802465123,779314537,1986622064,1283023713,134248289,1663962112,1768648559,1915646821,134248303,1663967488,1768648559,1932424037,980905832,678719342,1819112552,1869494825,1868703860,2718052,772866056,1802465123,779314537,1702127987,1735617837,301991936,1869570862,1936025963,1768715054,1850303844,134246485,1663963648,1768648559,1932424037,1634479478,1953853305,335546368,1869570862,1936025963,762737454,1953654134,1818321769,335546368,1869570862,1936025963,2019914798,1700998516,1919251566,150996992,1869570862,1936025963,524337,1868770826,1701407599,3289715,772997128,1802465123,1098081641,1885692771,1769234804,134245999,1663962368,1768648559,1732342629,6645106,772866056,1802465123,1098081641,1701147239,1953391981,218105856,1869570862,1936025963,1919249473,524404,1868770832,1701407599,1701593459,1866626162,524408,1868770836,1701407599,1701593459,1918334066,1701867617,524402,1868770829,1701407599,1769357683,134246259,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,1868770836,1701407599,1769099379,2036556150,1702453580,524402,1868770827,1701407599,1869762675,201328640,1869570862,1936025963,2003789907,318769152,1869570862,1936025963,1702127955,1936942413,6645601,772603912,1802465123,1400071529,1885958772,184551424,1869570862,1936025963,7366996,772866056,1802465123,1416848745,1716088937,1701667186,251660288,1869570862,1936025963,1601204052,7760228,772734984,1802465123,1467180393,1768845921,134244206,1663965440,1768648559,1633121125,1852403314,1868770663,1767994478,7497070,773324808,1802465123,1467180393,1768845921,1866688366,1767994478,7497070,772407304,1802465123,1467180393,524402,1868770828,1701407599,1634883443,524400,1868770831,1701407599,1634883443,1919250544,184551424,1869570862,1936025963,7369303,773062664,1802465123,1601398121,1667326559,1869768555,6581877,772800520,1802465123,1601398121,1851875935,7497070,772603912,1802465123,1601398121,1918984799,251660288,1869570862,1936025963,1818386271,7037807,773455880,1802465123,1601398121,1986618463,1768172845,1986997622,1634497125,524409,1868770836,1701407599,1767858035,1601136238,1668246626,524395,1868770833,1701407599,1818189683,1987017057,134247013,1663963392,1768648559,1600090981,1936942445,6645601,772800520,1802465123,1601398121,1953459807,6644585,773193736,1802465123,1601398121,1953459807,1667851881,1869182049,524398,1868770833,1701407599,1868521331,1819436406,134248801,1663962880,1768648559,1600090981,1701732720,524396,1868770831,1701407599,1885298547,1886744687,201328640,1869570862,1936025963,1920425823,234883072,1869570862,1936025963,1920425823,134246497,1663963136,1768648559,1600090981,1885434487,134247013,1663962880,1768648559,1633645413,1885692771,524404,1868770842,1701407599,1667325811,1953523043,1852793695,1852399988,7497076,772997128,1802465123,1601398121,1701012321,1851880560,134243683,1663962112,1768648559,1633645413,134243942,1663962624,1768648559,1633645413,1953654124,369100800,1869570862,1936025963,1701601631,2002744434,1886413170,134247013,1663962368,1768648559,1633645413,7563638,772407304,1802465123,1601398121,524386,1868770835,1701407599,1633836915,1919380323,1684960623,268437504,1869570862,1936025963,1851875935,1969317220,402655232,1869570862,1936025963,1851875935,1601332590,1801675106,1886351972,385878016,1869570862,1936025963,1851875935,1601332590,1885434487,7497072,772538376,1802465123,1601398121,7496034,772603912,1802465123,1601398121,1668246626,234883072,1869570862,1936025963,1869374047,134245219,1663962880,1768648559,1650422629,1869902959,524397,1868770828,1701407599,1868717939,524408,1868770832,1701407599,1868783475,1919510126,524397,1868770837,1701407599,1868783475,1919510126,1769234797,134245999,1663963136,1768648559,1667199845,1702063727,134247534,1663964416,1768648559,1667199845,1702063727,1932358766,7827304,773259272,1802465123,1601398121,1936617315,1601465957,1852727650,134247013,1663962368,1768648559,1667199845,7630447,772931592,1802465123,1601398121,1953394531,1701734753,524402,1868770832,1701407599,1868783475,1852142702,524404,1868770831,1701407599,1969446771,1869640293,335546368,1869570862,1936025963,1667589215,1634885996,1852795252,318769152,1869570862,1936025963,1936286815,1767992419,7497069,773652488,1802465123,1601398121,1668508004,1835622764,1667199589,1635020399,1919250025,184551424,1869570862,1936025963,7693663,772734984,1802465123,1601398121,1953460070,134247013,1663962368,1768648559,1717531493,7105653,772734984,1802465123,1601398121,1684104552,134247013,1663962368,1768648559,1767863141,7300718,772866056,1802465123,1601398121,1953394539,1919250021,234883072,1869570862,1936025963,2036427871,134247013,1663965952,1768648559,1834972005,1734438497,1852140901,1986997620,1634497125,524409,1868770842,1701407599,1634557811,1701273966,1953391981,1886352429,7496034,772800520,1802465123,1601398121,1936942445,6645601,773062664,1802465123,1601398121,1936942445,1600481121,7496034,773455880,1802465123,1601398121,1936942445,1600481121,1953394531,1701734753,524402,1868770831,1701407599,1869504371,1701013876,251660288,1869570862,1936025963,1953459807,7562601,773128200,1802465123,1601398121,1769238382,1633904998,1852795252,285214720,1869570862,1936025963,1953459807,1701406313,524402,1868770832,1701407599,1987010419,1634497125,524409,1868770840,1701407599,1987010419,1634497125,1920413049,1701867617,524402,1868770840,1701407599,1987010419,1634497125,1920425849,1701867617,524402,1868770835,1701407599,1634754419,1600939374,842149938,352323584,1869570862,1936025963,1819242591,1601790825,1919249505,524404,1868770835,1701407599,1869635443,2036558188,2020565599,419432448,1869570862,1936025963,1819242591,1601790825,1953394531,1701734753,524402,1868770830,1701407599,1869635443,7235952,772669448,1802465123,1601398121,1970302832,524400,1868770847,1701407599,1869635443,1601205616,1953787746,1667198319,1635020399,1919250025,402655232,1869570862,1936025963,1769107551,2036556150,1634891615,1919250544,503318528,1869570862,1936025963,1734701663,1952541813,1601073001,1852793695,1852399988,134247013,1663962880,1768648559,1935635301,1801677172,524409,1868770829,1701407599,1635213171,134246002,1663963136,1768648559,2002744165,1768845921,134244206,1663964160,1768648559,2002744165,1768845921,1650419566,134247009,1663962368,1768648559,2002744165,7364978,772603912,1802465123,1634952553,1953654124,234883072,1869570862,1936025963,2004053601,134247013,1663962624,1768648559,1633842021,1919250030,184551424,1869570862,1936025963,7496034,772472840,1802465123,1651729769,134245228,1663962624,1768648559,1868723045,1836020852,184551424,1869570862,1936025963,7892834,772931592,1802465123,1651729769,1647147119,1818387061,524389,1868770833,1701407599,1954112115,1868719464,134245231,1663961344,1768648559,6517605,773390344,1802465123,1685284201,1667592809,1702259060,1634891565,1919250544,184551424,1869570862,1936025963,7760228,773259272,1802465123,1702061417,1647144033,1701736033,1868705138,134248804,1663961600,1768648559,1667593061,167774208,1869570862,1936025963,134247525,1663962368,1768648559,1919316837,6647137,772538376,1802465123,1752393065,6644833,772669448,1802465123,1752393065,1701077349,524402,1868770829,1701407599,2037344371,134247013,1663962112,1768648559,1852404581,134246246,1663962880,1768648559,1852404581,1868722022,524408,1868770835,1701407599,1718511987,1634562671,1852795252,352323584,1869570862,1936025963,1600484457,1852399981,1970302832,524400,1868770827,1701407599,2002873459,234883072,1869570862,1936025963,1684107116,134243429,1663962880,1768648559,1634562917,1701273966,524402,1868770831,1701407599,1936026995,1701273971,167774208,1869570862,1936025963,134247277,1663962624,1768648559,1869509477,1701013876,335546368,1869570862,1936025963,1769238382,1633904998,1852795252,201328640,1869570862,1936025963,1701732720,218105856,1869570862,1936025963,1701732720,524396,1868770829,1701407599,1634496627,134244467,1663964928,1768648559,1819308901,1630365045,1647141475,1701736033,524402,1868770835,1701407599,1970040947,1700998515,1919251566,234883072,1869570862,1936025963,1768714096,134248803,1663964160,1768648559,1869640549,1868770672,1852399982,134247013,1663962368,1768648559,1869640549,7370096,772341768,1802465123,1903388009,150996992,1869570862,1936025963,524403,1868770828,1701407599,1769108595,524400,1868770832,1701407599,1769108595,1634891632,524400,1868770829,1701407599,1634956659,134243687,1663961856,1768648559,1769370469,524403,1868770831,1701407599,1634891635,1919250544,234883072,1869570862,1952803179,1953718639,134247013,1663961600,1768648559,1886352485,268437504,1869570862,1952803179,1633841263,1919250030,184551424,1869570862,2003134827,7238241,772931592,1802465123,1635214697,1852403314,1633824103,524402,1868770840,1701407599,1852989815,761753193,1953394531,1701734753,524402,1868770836,1701407599,1852989815,761753193,1701736041,524402,1868770838,1701407599,1852989815,761753193,1885434487,7497072,773980168,1802465123,1635214697,1852403314,1869494887,1868703860,975796580,678719342,1819112552,524329,1868770833,1701407599,1852989815,1600613993,134244194,1663963392,1768648559,1918990181,1735289198,6776415,773193736,1802465123,1635214697,1852403314,1920425831,1701867617,524402,1868770833,1701407599,1852989815,1650945641,134248559,1663961600,1768648559,1952806757,218105856,1869570862,2003134827,1701274729,524404,1868770827,1701407599,1885434487,234883072,1869570862,2003134827,1886413170,134247013,1663961088,1768648559,134249061,1663961088,1768648559,134248806,1663963392,1768648559,1634298988,1818307950,7631461,772407304,1802465123,1970302832,524400,1868770827,1769171823,1986618469,201328640,1869570862,1918990187,1735289198,251660288,1919902510,1936680306,1802465091,7562601,772866056,1630367843,1953654124,1936026925,1701273971,167774208,762340142,1852727650,134247013,1663962368,1868705136,1818307960,7631461,772997128,1647145059,1630369903,1953654124,1886351405,134246517,1663963392,1868770672,1701407599,1851875885,7497070,772669448,1663922275,1768648559,1633824101,524402,1885548046,1869570861,761620843,7367028,772734984,1663922275,1768648559,1920413029,134246497,1663961856,1868770672,1701407599,524403,1885548053,1920295725,1852399988,1852793645,1852399988,134247013,1663964672,1852386672,1647144806,1663922785,1635020399,1919250025,318769152,762340142,1969516397,1764582764,1601136238,7496034,772866056,1882026083,1886744687,1702260525,2036427890,268437504,762340142,1684630643,1882026597,1886744687,268437504,829449006,1802465091,1631741289,1919250030,184551424,1299211054,1818322031,7235927,772866056,1667199075,1768648559,1768172901,1735355489,436209664,1651532590,1769107501,2036556150,1819242541,762930025,1734633847,134247525,1663962112,762012528,1852727650,134247013,1663963392,1834968944,1634956133,1767859559,7300718,772800520,761819235,1634755427,1851875935,7497070,772538376,762146915,1802465123,7562601,772472840,1651404899,1852729645,134247013,1663965440,761425520,1633972077,1752378732,1714255727,761619553,7632239,772472840,1651404899,1953853229,134247013,1663961344,761425520,7368564,772800520,1819242595,762930025,1852989815,6778473,772603912,1634758755,1667593006,1852795252,184551424,1936745262,1851875885,7497070,772931592,762605667,1802465123,1647142249,1701736033,524402,1935879690,1869570861,6646123,773324808,1663923043,1768648559,1633824101,1868770674,1767994478,7497070,772931592,1663923043,1768648559,1986997605,1634497125,524409,1935879696,1718511917,1920413039,1701867617,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,184551424,1635017518,1869570861,6646123,772931592,1600943203,1802465091,1633117545,1852403314,524391,1952656908,1868770670,1701407599,524403,1952656908,1868783470,1701407599,524403,1952656910,1866689650,1701407599,7496002,772603912,1768650083,1802855214,1701998697,167774208,1937072942,1936010612,134242672,1663965184,1869902709,1751330157,1869570861,761620843,1769238382,134243683,1663964672,1869902709,1868770669,1767994478,762471790,1685088108,352323584,1937072942,762146676,1802465123,1647142249,1701736033,524402,1969434140,1836020851,1869570861,761620843,1953460070,1647145573,1701736033,524402,1969434130,1836020851,1869570861,761620843,6779757,772734984,1953723747,1663921519,1768648559,134247269,1663962368,1869902709,1869562733,6646123,773128200,1953723747,1866689903,1701407599,1801675074,1886351972,352323584,1937072942,1601007476,1802465123,1882023273,1667853423,524409,1986211345,1869570861,761620843,1852727650,134247013,1663962112,1999450742,1886413170,134247013,1663965440,1663918967,1768648559,1633824101,1919250030,761885997,7038067,772538376,1868789603,1701407599,7823724,772669448,1868789603,1701407599,1651990892,524391,2002988569,1868770675,1701407599,1869491571,1768319348,1769234787,134245999,1663965184,1663923319,1768648559,1868770661,1919510126,1769234797,134245999,1663963136,1868783480,1701407599,1769238350,134243683,1663965184,1663918456,1768648559,1869491557,1768319348,1769234787,134245999,1663963136,1869622649,762210672,1802465123,134243689,1663966208,1953456761,1869570861,1650813291,1882027119,1701011820,1684828008,134247013,1663962624,1868770682,1701407599,1918984749,285214720,762995502,1802465123,1848468841,1667855471,524389,2053320205,1869570861,1650813291,134247009,1680741632,761488173,1685024045,1647144033,1684759393,7368562,772603912,1868770660,1701407599,1918984749,167774208,1663919150,1768648559,134247269,1680739840,1802465091,1098081641,1953654124,335546368,1633772590,1701064035,1869900659,1869491568,1701013876,335546368,1734435886,1802465091,1766090089,1634493299,1919249769,184551424,1935762478,1869570861,6646123,772931592,762536292,1802465123,1647142249,1701736033,524402,1633955348,1882022260,1635150194,1647147363,1701736033,524402,1633955351,1882022260,1702129522,1869182051,1869491566,1701013876,318769152,1952539694,1769099361,2036556150,1919252047,7954796,773390344,1635017060,1986622064,762930017,1802465123,762537321,1702129518,301991936,1952539694,1668509285,2054452584,1802465123,134243689,1680741120,1852142689,1969775475,1768454772,1768257390,524403,1650732561,1866692961,1701407599,1701602643,134247523,1680741120,1663919458,1702129263,1667200110,1768648559,524389,1650732558,1868770667,1701407599,7496034,772866056,1718903396,1868770681,1701407599,2020565599,301991936,761488430,1802465123,1663919465,1920233071,134245487,1680739328,1882023267,1635150194,134248803,1680742912,1663920483,1768648559,1868770661,1852142446,1633824116,1919250030,201328640,1835230254,1869570861,1936025963,436209664,1852007470,1769107501,2036556150,1819242541,762930025,1802465123,134243689,1680741376,1663924323,1768648559,1868770661,1852142446,134243699,1680740352,1868770661,1701407599,1886351405,134246517,1680742144,1868770661,1701407599,1918990125,1735289198,1634891565,524400,1701064204,1869570913,1684367723,524404,1701064204,1663921249,1768648559,524389,1701064206,762601826,1802465123,7562601,772669448,1634100580,1131703413,1768648559,524389,1701064203,761361003,1919968359,335546368,1818584110,1683972468,1767992687,1868783470,1701407599,234883072,1852138542,762278516,1802465123,134243689,1680739584,762277989,1802465123,7562601,772997128,1769104740,1663919478,1768648559,1919167845,134246511,1680741120,1919972197,1868770661,1701407599,1718511917,524399,1701064209,1668248182,762602859,1802465123,134243689,1680739072,1868770663,1701407599,524403,1734618644,1869570861,1936025963,1920425823,1701867617,524402,1734618637,1663921268,1702063727,134247534,1680741376,1868783464,1701407599,1851878751,1919248225,134230367,1680741888,1868770665,1701407599,1852793645,1953391987,1886351405,385878016,1634296878,761753452,1802465123,1932354921,1769239653,7563118,773062664,1818323300,1866688367,1701407599,1852989783,6778473,773128200,1868851556,1848469869,1667855471,1633824101,1919250030,335546368,1734960174,1684106601,1667444073,1634891565,1919250544,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,285214720,1936286766,1835101283,1667199589,1768648559,524389,1768173082,1936289139,1818386803,1868770661,1701407599,1819242541,7955305,772800520,1886611812,762929516,1802465123,7562601,772997128,1886611812,1601790316,1802465123,1650419049,134246004,1680740352,1819308905,1667201377,1768648559,134247269,1680739072,1663923817,1768648559,524389,1768173066,1869562742,6646123,772800520,1131833700,1768648559,1851867749,7497070,772603912,1131833700,1768648559,1918976613,335546368,1986618414,1802465091,1766090089,1634493299,1919249769,285214720,1986618414,1802465091,1633117545,1852403314,524391,1768173072,1869562742,1650813291,1632924783,524386,1768173067,1869562742,1936025963,301991936,1986618414,1802465091,1467180393,1768845921,134244206,1680740352,1866888809,1919251567,1802465091,134243689,1680739840,1699509865,1869562745,1936025963,234883072,1986618414,1869562719,1281714539,134248289,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,285214720,762143790,1802465123,1647142249,1701736033,524402,1835281936,1868770663,1701407599,1718511917,524399,1852059157,1869570861,761620843,1701012321,1851880560,134243683,1680741376,1868770670,1701407599,1852793645,1852399988,134247013,1680740864,1965913198,1735289203,1869570861,1936025963,318769152,1953391662,1851875935,762471790,1885434487,7497072,773259272,1735814756,1868770668,1701407599,1852793645,1852399988,134247013,1680739328,1667200111,1768648559,134247269,1680740352,1868770672,1701407599,1734700077,134245473,1680739584,1634755696,1869622573,7370096,772931592,762081380,1802465123,1647142249,1701736033,524402,1919168019,1869570861,761620843,1868983913,2020565549,301991936,762471470,1936942445,761620321,1802465123,134243689,1680742400,1868783474,1701407599,846618483,1852793695,1852399988,134247013,1680740096,1702322546,1868770674,1701407599,524403,1919168018,1868770659,1701407599,1819242541,7955305,772997128,761885284,1869570926,1936025963,1701601581,134247538,1680739584,1868770675,1701407599,7496034,772997128,1663923044,1768648559,1999467365,1886413170,134247013,1680741888,1663906419,1768648559,1768172901,1634493299,1919249769,335546368,1685283886,1663922038,1768648559,1869491557,1701013876,285214720,1735615534,1869570861,761620843,1919249505,524404,1935945229,762279527,1852727650,134247013,1680741120,1870030707,1852793645,1836214630,1869182049,524398,1935945237,762279527,1936617315,762605157,1886351405,134246517,1680740352,1870030707,1852793645,1852399988,134247013,1680741632,1870030707,1869570861,1600481643,1936617315,7630437,772997128,1986491236,1868770671,1701407599,1852727650,134247013,1680739584,1870030707,1869571629,7497076,772538376,1986491236,1869426031,7102820,773062664,1986491236,1869426031,762077540,1919252079,7954796,772669448,1986491236,1986997615,1634497125,524409,1935945236,762279527,1734633847,1600091237,1970302832,524400,1935945239,762279527,1734633847,1600091237,1970302832,1734487408,234883072,1735615534,1999466358,1886413170,134247013,1680739840,1870030707,1919971393,1818326639,184551424,1735615534,1632399222,7497081,772603912,1986491236,1868980079,1919251567,234883072,1735615534,1868525430,1819436406,134248801,1680741632,1869051507,1869570861,761620843,1919252079,7954796,772931592,1663923300,1768648559,1868770661,1852142446,524404,1952722449,1869570861,761620843,1818323300,134244207,1680740608,1869570932,761620843,1919252079,7954796,772734984,1868788836,1701407599,1920425823,134246497,1680740864,1663921524,1768648559,1633824101,1919250030,184551424,2020893742,1869570861,6646123,773128200,1920562276,1868770660,1701407599,1852793645,1953391987,184551424,1601528878,1936617315,7630437,773324808,761492836,1702060386,1869570911,761620843,1936617315,7630437,773390344,1952806244,1952656685,1663905121,1768648559,1633824101,1919250030,285214720,762733614,1802465123,1647142249,1701736033,524402,1986276875,1869570861,1936025963,167774208,1131832366,1768648559,134247269,1680743168,1869570934,1936025963,1851875885,762471790,1953394531,1701734753,524402,1986276894,761623151,1701012321,1663923312,1768648559,1868770661,1767994478,7497070,773980168,1919907428,1919967077,1667325799,1953523043,1869570911,1600481643,1953394531,1701734753,524402,1986276889,1869570931,1936025963,1851875885,762471790,1953394531,134244705,1680743424,1868788598,1701407599,1633824115,1919250030,1852793645,1852399988,134247013,1680739072,1868783479,1701407599,524403,2003054115,1835347297,761554274,1802465123,1663919465,1702063727,1663923310,1635020399,1919250025,318769152,1668768814,1868770659,1701407599,1936617315,7630437,773652488,1819113572,1869570861,761620843,1633972077,1633824108,1919380323,1684960623,285214720,1663919406,1702063727,762541166,1919249505,524404,761605641,1802465123,134243689,1697517056,1869570861,761620843,1868983913,285214720,1663919406,1768648559,1701653861,1734439795,524389,761605649,1802465123,1999463785,1886413170,134247013,1697516544,1869570861,1113942379,134247009,1697516544,1869570861,1650813291,134247009,1697516032,1869570861,1936025963,301991936,1663919406,1768648559,1999467365,1768845921,134244206,1697517568,1953459757,1667194725,1768648559,134247269,1697519104,1869771821,1868770670,1701407599,1869491571,1701013876,184551424,1597203758,1802465123,7562601,772866056,1601057637,1802465123,1633838441,1919250030,251660288,1866687790,1701407599,1851867763,7497070,772997128,1396983653,1802465091,1332962665,1819436406,134248801,1697518848,1986622032,1333355361,1919251573,1885434455,7497072,773128200,1663918437,1768648559,1768172901,1634493299,1919249769,251660288,761357614,1802465123,762537321,7496034,772800520,762732901,1802465123,1634493801,7497081,772407304,1663918693,1768648559,524389,1650798109,1868770659,1701407599,1836016429,1634298992,761619310,1852727650,134247013,1697517056,1131966306,1768648559,1918976613,234883072,1868719406,1869562744,1281714539,134248289,1697519872,1663923554,1768648559,1814917989,1919252833,1869438815,7102820,772669448,1663918949,1768648559,1633824101,524402,1667575313,1869570861,761620843,1768714096,134248803,1697518336,1869491555,1701013876,1635200301,1852403314,524391,1667575313,1953459757,1936024425,1920425823,134246497,1697517056,1886740835,1868770671,1701407599,301991936,1650681134,1869570861,1130719595,1702063727,134247534,1697517824,1130587235,1768648559,1819234405,7955305,773455880,1953325925,1953459757,1667851881,1869182049,1868770670,1701407599,524403,1667575312,1663921519,1768648559,1868717925,524408,1667575311,1663921519,1768648559,1918984805,352323584,1868784942,1869570925,1818585451,1747810145,1701080175,524402,1684352527,1869570861,1936025963,1918984749,268437504,1667523886,1868770659,1701407599,1918984749,352323584,1935959342,1953459757,1667851881,1869182049,1633824110,524402,1684352538,1868770680,1701407599,1851875885,762471790,1885434487,7497072,773390344,1764582757,1869771886,1851875885,1601332590,1852793695,1953391987,352323584,1768318254,761883756,1870225772,1814918261,1667327845,524409,1734684173,761488173,1852727650,134247013,1697518080,1663921511,1768648559,1818635621,1953853305,335546368,1835492654,762605167,1802465123,1630365033,1953654124,251660288,1835492654,762605167,1802465123,7562601,773128200,1663920229,1768648559,1768172901,1634493299,1919249769,234883072,761816366,1802465123,1852401001,134246246,1697516032,1868783465,1701407599,520095744,1734960430,1870099560,762538866,1802465123,1663919465,1702063727,1882027118,7566700,774307848,1751607653,1919907700,1663923051,1768648559,1868770661,1852142446,1819290996,1949135733,1818716015,134247013,1697517568,1663920489,761360483,1802465123,134243689,1697516032,1868770667,1701407599,318769152,1936418094,1802465091,1866687849,1767994478,7497070,772931592,1663921253,1768648559,1868770661,1852142446,524404,1818570263,1869570861,761620843,1936617315,762605157,1634038369,419432448,1634493742,758264942,1668508004,1835622764,1647145573,1701736033,524402,1818570250,1731027299,7499876,773193736,1835363429,762605157,1802465123,1647142249,1701736033,524402,1818570271,1734964070,1999467624,1701274729,1868770676,1701407599,1852793645,1953391987,234883072,1651336494,762340141,1818323300,134244207,1697517312,1663918701,1920413040,1701867617,524402,1835347483,1684301154,1866687589,1701407599,1936617283,1349807717,1886744687,251660288,1701668142,1852797810,1869570861,6646123,772734984,761752933,1802465123,1647142249,134247009,1697516032,1868785517,1701407599,436209664,1802331438,1868770657,1701407599,1868705139,1836020852,2036427821,134247013,1697517568,1663921517,1768648559,1852386661,134246246,1697518336,1663922285,1768648559,1882026853,1667853423,524409,1835347471,1868770675,1701407599,1919836717,134219776,1601070382,1919968359,419432448,1634624814,1600482402,1802658157,1852404837,1868783463,1701407599,524403,1852124686,1953653091,1869570911,6646123,774176776,1919250021,1634953578,1919247149,1882028645,1953066095,1935764329,1868770665,1701407599,1918984749,285214720,1735288110,1869570911,1600481643,1701736041,524402,1852124703,1668178280,1882023013,1635150194,1663924579,1768648559,1869622629,2036558188,218105856,1936614702,1130721909,1768648559,524389,1852124690,1869426038,762077540,1802465123,7562601,772341768,1868787557,1701407599,335546368,1852794158,1663905125,1768648559,1633824101,1919250030,335546368,1936680238,1869570861,1936025963,1918990125,1735289198,301991936,762340654,1802465123,1663919465,1702063727,134247534,1697516800,1868770672,1701407599,7496034,772734984,1663922277,1768648559,1647145829,134247009,1697519616,1868770672,1701407599,1852386675,1999466342,1886413170,134247013,1697516288,1868783472,1701407599,524403,1885679115,1868770672,1701407599,218105856,1886414126,761424941,1701736041,524402,1885679131,1635150194,1647147363,1701736033,1680682354,1819308905,1684371809,436209664,1919968558,1667331689,1633824121,1919250030,1852793645,1852399988,134247013,1697520384,1986622064,762930017,1852727650,1600090725,1953394531,1701734753,524402,1885679120,1635150194,1663924579,1768648559,524389,1885679120,1635150194,1882028387,1768387948,524398,1885679120,1635150194,1667201379,1768648559,524389,1885679115,1868786290,1701407599,318769152,1936745774,1667198575,1768648559,1953459813,6644585,772997128,1663923045,1768648559,1869819237,1769239916,134245999,1697522432,762079603,1651469415,1932356705,1769235301,1600089711,1802465123,1647142249,1701736033,524402,1936010770,1647141232,1701736033,1768303986,6579576,772866056,1634759525,1987012653,1764586085,1701273965,184551424,1886610734,1835609441,6645601,773193736,1634759525,1735355437,1600090991,1953394531,1701734753,524402,1936010763,1633837424,1919250030,167774208,1886610734,1802465123,134243689,1697516544,761885299,1802465123,134243689,1697519360,1634890867,2036819316,1869570861,761620843,1970302832,524400,1936010782,1952543348,762931045,1802465123,1882023273,1886744687,1651469613,6646889,772407304,1663923301,1768648559,524389,1952787986,1869570911,1600481643,1936617315,7630437,772800520,1130984549,1768648559,1851867749,7497070,773324808,1601401957,1802465123,1650419049,1700949601,1818386290,7037807,772407304,1647146341,1701736033,524402,1969565198,1836016429,1634298992,6644590,773193736,1663923557,1819307375,1668178281,1701653861,1734439795,524389,1969565201,1869570861,761620843,1852727650,134247013,1697520384,1868770677,1701407599,1918984749,1953459757,1667851881,1869182049,524398,1969565206,1869570861,761620843,762734948,1953066601,7102825,772734984,1663923557,1768648559,1852386661,134246246,1697517056,1868770677,1701407599,2002873389,369100800,762668334,1802465123,1814914409,1999468385,1886413170,134247013,1697518080,1868770677,1701407599,1936026925,1701273971,234883072,762668334,1802465123,1848468841,134244193,1697517824,1868770677,1701407599,1953459757,6644585,773259272,1663923557,1768648559,1869491557,1768319348,1769234787,134245999,1697517568,1868770677,1701407599,1851879469,134245477,1697517824,1868770677,1701407599,1819242541,7955305,773849096,1663923557,1768648559,1869622629,2036558188,1851875885,762471790,1885434487,7497072,773390344,1663923557,1768648559,1869622629,2036558188,1852793645,1953391988,369100800,762668334,1802465123,1882023273,1667853423,1869491577,134243700,1697519872,1868770677,1701407599,1819242541,762930025,1885434487,7497072,772800520,1663923557,1768648559,1869622629,7370096,772866056,1663923557,1768648559,1919954277,1953525103,251660288,762668334,1802465123,1932354921,7827304,772931592,1663923557,1768648559,1635200357,1852403314,524391,1969565199,1869570861,761620843,1885434487,301991936,762668334,1802465123,1999463785,1886413170,134247013,1697516288,1868770677,1701407599,524403,1969565201,1869570861,1936025963,1701601581,134247538,1697520384,1868770677,1701407599,1633824115,1868770674,1701407599,1633824115,524402,1969565220,1869570861,1936025963,1918984749,1869570861,1936025963,1918984749,1952805677,1735289204,524403,1969565216,1869570861,1936025963,1918984749,1869570861,1936025963,1918984749,1634891565,524400,1969565209,1869570861,1936025963,1918984749,1953459770,1685021224,134228345,1697518336,1868770677,1701407599,1701653875,1734439795,524389,1969565199,1869570861,1936025963,1735617837,301991936,762668334,1802465123,762537321,1768714096,134248803,1697517568,1868770677,1701407599,1752378739,134248303,1697518336,1868770677,1701407599,1920413043,1701867617,524402,1969565201,2002873389,1852793645,1852399988,134247013,1697517824,1919954293,761357429,1802465123,7562601,772931592,1932359013,762012533,1663924589,1768648559,524389,1969565193,1802465091,134243689,1697517312,1869562741,761620843,1702131055,524402,1969565202,1802465091,1866687849,1767994478,7497070,773259272,1866691941,1701407599,1868983881,1467113826,1886413170,134247013,1697516544,1869562741,1281714539,134248289,1697517056,1869562741,1281714539,1919252833,234883072,1131767086,1768648559,1685015909,134245473,1697517312,1869562741,1315268971,1667855471,524389,1969565198,1802465091,1632658793,7103854,772734984,1866691941,1701407599,1768714064,134248803,1697519360,1869562741,1348823403,1886744687,1953394499,1701734753,524402,1969565204,1802465091,1867539817,1399879024,1701011824,524402,1969565199,1802465091,1951622505,1701865842,218105856,1131767086,1768648559,1918981989,524398,1969565194,1802465091,7562601,772800520,1866691941,1701407599,1819234419,7955305,772341768,1867543909,2036558188,352323584,1349870894,1635150194,1667201379,1768648559,1934455653,524391,1969565206,1868783455,1701407599,1868770605,1767994478,7497070,772407304,1667200357,1634492259,524407,1969565202,1869570911,1600481643,1936617315,7630437,773324808,1667200357,1768648559,1635213157,1852403314,1869635431,7370096,773062664,1667200357,1768648559,1920425829,1701867617,3301234,772472840,1667200357,1768648559,134247269,1697517824,1868783477,1701407599,1818320755,7631461,772997128,1667200357,1802465135,1952408937,1651273583,134247009,1697515776,1869570933,6646123,772800520,1868789093,1701407599,1886351405,7370029,772734984,1868789093,1701407599,1869374047,134245219,1697518592,1869570933,1600481643,1668508004,1835622764,134247013,1697518592,1869570933,1600481643,1769238382,1769234787,134245999,1697517824,1869570933,1600481643,1885434487,7497072,772538376,1868789093,1701407599,7496034,772538376,1868789093,1701407599,7823724,772997128,1868789093,1701407599,762798444,1852727650,134247013,1697517568,1869570933,1835362667,1734438497,134247013,1697516032,1869570933,1936025963,301991936,1668637998,1768648559,1999467365,1886413170,134247013,1697515520,1735615605,134246262,1697516800,1885628277,1818373490,7037807,772997128,1634497893,1869570861,761620843,1852727650,134247013,1697515776,2002873461,7892834,772997128,1869641061,762344816,1801675106,1970238055,134243438,1697521152,1886351477,1663922293,1635020399,1919250025,1953456685,1919774580,1952999273,335546368,1886741806,1886744687,1852793645,1852399988,1969582693,184551424,1920296238,1869570927,6646123,773062664,762606949,1986622064,762930017,1885434487,7497072,772866056,1663923813,1768648559,1633824101,1919250030,285214720,1635149102,761623667,1953394531,1701734753,524402,1986342414,1702130529,1869374835,6648947,772669448,1684633189,1647144559,1701736033,524402,1986342416,1663921257,1768648559,1633824101,524402,1986342413,1684483439,1647145584,134248559,1697518336,1663923318,1768648559,1818570085,1852140901,524404,2019896844,1868770672,1701407599,524403,2019896846,1684955504,1731093605,7499876,773455880,1819310181,1953063785,1869570861,761620843,1953394531,1701734753,524402,2019896866,1667853424,1663923305,1768648559,1868770661,1767994478,762471790,1885434487,7497072,772734984,1869641829,761357678,1852727650,134247013,1697519360,1852797048,1647141221,1701736033,1663905138,1768648559,524389,2019896847,1701736304,1868770657,1701407599,402655232,1886938414,1634037359,1869570861,761620843,1801675106,1886351972,335546368,1886938414,1936942450,1936617315,1098149477,1953654124,184551424,1954047278,1869570861,6646123,773062664,1920235621,1868770657,1701407599,1869622643,7370096,772734984,1920235621,761621861,1802465123,134243689,1697516288,1668250232,1768648559,524389,2036674070,1868770663,1701407599,1819242541,762930025,6779757,772866056,1663924837,1768648559,1633824101,1919250030,369100800,1870292270,1714250601,1952542572,761753193,1953787746,134245743,1714294784,1869570861,761620843,1852727650,134247013,1714295040,1869570861,761620843,1936617315,7630437,773324808,1868770662,1701407599,1852793645,1953391987,1953456685,7171956,772669448,1633955174,1882022260,1667853423,524409,761671181,1663923557,1768648559,134247269,1714292992,1869570911,6646123,772210696,1684496230,134247024,1714294272,1868852321,1869562734,1936025963,218105856,1935762990,1130457443,1768648559,524389,1650863630,1869570861,761620843,7823724,772734984,1663918694,1768648559,1647145829,134247009,1714294016,1734430818,1851867749,7497070,772997128,1918984806,1869570861,761620843,1768714096,134248803,1714293504,1868770659,1701407599,524403,1667640853,1868770675,1701407599,1836016429,1701736304,134247534,1714296576,1970561381,1663919474,1702063727,1680700526,1869373801,524391,1701195288,1633838181,1831693155,1634956133,1663984999,1768648559,524389,1701195282,1663919212,1768648559,1953459813,6644585,773193736,1601135974,1918986355,1868783461,1701407599,1633836915,524402,1701195280,1986622579,1663921249,1768648559,524389,1701195282,762471798,1802465123,1600087401,7496034,772734984,1866688102,1701407599,1685024045,134245473,1714295808,1868770663,1701407599,1919509619,1769235301,134243702,1714293760,1869562728,1281714539,134248289,1714295040,1868770665,1701407599,1851875885,7497070,772931592,762079590,1802465123,1882023273,1667853423,524409,1768304143,1869562732,1936025963,1818848835,268437504,1852401198,1663924325,1768648559,1918984805,385878016,1953064494,1869570861,1466263915,762080353,1919252079,7954796,772931592,762669414,1802465123,1647142249,1701736033,524402,1768304147,1868770680,1701407599,1735617837,1918984749,167774208,2020173358,1802465123,134243689,1714297856,1684371561,1953456685,778923892,1802465123,1663919465,1702063727,134247534,1714296064,1684371561,1953456685,778923892,1802465123,7562601,773390344,1702390118,1868705124,1836020852,1869116206,1769099383,2036556150,218105856,2020173358,1663919205,1768648559,524389,1768304146,761554296,1802465123,1630365033,6383986,773128200,1702390118,1868770660,1701407599,1852793645,1953391988,285214720,2020173358,1663919205,1768648559,1919954277,524396,1768304147,761554296,761754477,1869570861,1936025963,301991936,2020173358,1949131877,1663987823,1768648559,134247269,1714295296,1684371561,1869570862,1936025963,2002873439,318769152,2020173358,1866687589,1701407599,1919252047,7954796,772931592,1702390118,1869562724,1348823403,1667853423,524409,1768304150,1533306232,1635017060,1869570861,1650813291,6124129,772538376,1702390118,1701011300,8021362,772997128,1702390118,1868783460,1701407599,1768714064,134248803,1714294272,1684371561,1869570911,1936025963,285214720,762078766,1802465123,1848468841,1667855471,524389,1818635804,1869570861,761620843,1769238382,757949795,1953394531,1701734753,524402,1818635790,761820001,1869570861,6646123,773128200,1935764582,1663905128,1768648559,1633824101,1919250030,184551424,1634493998,1915578483,6582375,773783560,1935764582,1633966952,1663918452,1768648559,1696742757,1868783477,1701407599,134241570,1714296064,1752392044,1936942445,761620321,1802465123,7562601,772734984,1952541798,762143533,1802465123,134243689,1714295040,1937006956,761621871,1802465123,7562601,773390344,1952541798,1701670771,1869570861,1936025963,1667312941,1702259060,234883072,1634493998,762276218,1802465123,134243689,1714295296,1663918956,1768648559,1869491557,1701013876,385878016,1701602862,1868770680,1701407599,1953705331,1835365473,7630437,772538376,2019912806,1869570862,6646123,773390344,2019912806,1869570911,1600481643,1970302832,1868717936,1836020852,218105856,1701602862,1663920504,1768648559,524389,1818635790,1953069157,1869570911,6646123,774832136,1634692198,1735289204,1918984749,1952539739,1868770657,1701407599,1835101741,1663188325,1768648559,1869504357,1701013876,134241570,1714296064,1952542572,761753193,1802465123,1764582761,7300718,773259272,1634692198,1735289204,1869570861,761620843,1768714096,134248803,1714293504,1131900780,1768648559,524389,1818635801,1697478261,1868770677,1768645487,1999467365,1886413170,134247013,1714295552,1702393196,1852785508,1953391987,1970302800,524400,1835413008,1869570861,1113942379,1701736033,524402,1852190227,1869570861,761620843,2003789939,1918984749,218105856,762209838,1802465123,1633838441,524402,1852190227,1869570861,1650813291,1932358241,1701607796,167774208,762275374,1802465123,134243689,1714295296,1868770671,1701407599,1869622643,2036558188,234883072,1668245038,1663923061,1768648559,134247269,1714295296,1663920495,1768648559,1633824101,1919250030,369100800,1852794414,1633836900,1634034798,1868783477,1768645487,134247269,1714294016,1667526255,1768648559,3306341,773062664,1684959078,1986080111,762278761,1802465123,7562601,772734984,762277734,762470754,1802465123,134243689,1714294272,1633841007,1868770674,1701407599,285214720,1869571630,1702125420,1667200120,1768648559,524389,1868967447,1702129519,1919954290,1667331689,1869622649,2036558188,419432448,1869571630,762471796,1953787746,1042312559,1868768032,1701407599,524403,1868967436,1919251567,1768842029,524396,1868967439,1919251567,1768842029,1920413036,234883072,1869571630,762471796,1802465123,134243689,1714296064,1702129519,1868770674,1701407599,1851875885,7497070,773193736,1953460070,1663922789,1768648559,1868770661,1852142446,524404,1868967448,1919251567,1869570861,761620843,1953394531,1701734753,524402,1868967445,1919251567,1869570861,761620843,1769238382,134243683,1714297600,1702129519,1868770674,1701407599,1953459757,1667851881,1869182049,524398,1868967447,1919251567,1869570861,761620843,1769238382,1919248742,352323584,1869571630,762471796,1802465123,1882023273,1667853423,524409,1868967444,1919251567,1869570861,761620843,1970302832,524400,1868967446,1919251567,1869570861,761620843,1852989815,6778473,773193736,1953460070,1663922789,1768648559,1920413029,1701867617,524402,1868967439,1919251567,1869570861,1936025963,352323584,1869571630,762471796,1802465123,762537321,1919249505,524404,1868967443,1919251567,1869570861,1936025963,1918984749,369100800,1869571630,762471796,1802465123,762537321,1768714096,134248803,1714296576,1702129519,1868770674,1701407599,1920413043,1701867617,524402,1868967436,1919251567,1885628205,524402,1868967442,1919251567,1885628205,1869426034,7102820,772538376,1953460070,1798140517,7039862,773455880,1953460070,1848472165,1600092005,1802465123,1848468841,1667855471,524389,1868967459,1919251567,1953459757,1667851881,1869182049,1663905134,1768648559,1869622629,2036558188,369100800,1869571630,762471796,1986622064,762930017,1852727650,134247013,1714296064,1702129519,1919954290,1667331689,1869622649,7370096,773193736,1953460070,1882026597,1635150194,1882023284,1667853423,524409,1868967446,1919251567,1667593005,1852795252,1869570861,6646123,773652488,1953460070,1932358245,1801677172,1667194745,1768648559,1869622629,2036558188,436209664,1869571630,762471796,1836213620,1869491571,1768319348,1769234787,134245999,1714295552,1702129519,846605682,1919967071,1667331689,524409,1868967438,1919251567,1802465091,7562601,773259272,1953460070,1600090725,1701012321,1663923312,1768648559,134247269,1714295040,1702129519,1667194738,1801678703,7562601,772734984,1953460070,1600090725,1802465123,134243689,1714298368,1702129519,1667194738,1768648559,1818307941,762606181,1634891565,1919250544,369100800,1869571630,1601332596,1869570911,761620843,1852727650,134247013,1714295808,1702129519,1667194738,1768648559,1852386661,134246246,1714295296,1702129519,1667194738,1768648559,1918984805,268437504,1869571630,1601332596,1869570911,1936025963,301991936,1869571630,1601332596,762668383,1802465123,134243689,1714294016,1702129519,1734303602,7369316,773259272,1953460070,1600090725,1986622064,762930017,1802465123,134243689,1714296576,1702129519,1701011314,1887069554,1953066095,1935764329,524393,1868967436,1919251567,1768842079,524396,1868967438,1919251567,1869570911,6646123,773193736,1953460070,1667199589,1768648559,1835356773,1701080681,524402,1868967444,1919251567,1869570911,1600481643,1919249505,524404,1868967442,1919251567,1869570911,1600481643,7496034,773128200,1953460070,1667199589,1768648559,1869635429,2036558188,251660288,1869571630,1601332596,1802465123,7562601,772866056,1953460070,1700754021,1868783477,1701407599,419432448,1869571630,1601332596,1986622064,762930017,1953394531,1701734753,524402,1868967433,1919251567,134245219,1714295040,1886678895,1953393010,1869570911,6646123,772866056,1668444006,1969565029,1869570861,1936025963,285214720,1919903278,1663905133,1768648559,1633824101,524402,1868967447,1647144306,1663924335,1768648559,1936026981,1701273971,251660288,1919903278,1918984813,1936617283,7630437,772669448,1836216166,1130456169,1768648559,524389,1868967445,762148210,1802465123,1848468841,1667855471,134247269,1714294272,1868770672,1701407599,1918984749,301991936,762340910,1802465123,1663919465,1702063727,134247534,1714293248,1868783472,1701407599,184551424,1601201710,1802465123,7562601,772931592,1663922790,1936026925,1701273971,1634891565,524400,1919299090,1852793645,1953391987,1851875885,7497070,772669448,1663922790,1768648559,1633824101,524402,1919299093,1869570861,761620843,1668508004,1835622764,134247013,1714296576,1752391538,1866692463,1701407599,1634166092,1718503788,524399,1919299092,761621857,1818324339,1868770924,1701407599,524403,1919299090,2003135841,1600877167,1802465123,7562601,773521416,1701147238,1986622064,1887003489,1667853423,1868770681,757935469,134242926,1714299392,1885693298,1635150194,1869642083,2036558188,1836016429,1848454445,1769155938,1701605485,503318528,1769104942,1663919975,1768648559,1918990181,1735289198,1852793645,1852399988,134247013,1714298624,1953394546,1348759141,1635150194,1600092515,1936617315,1114926693,1701736033,524402,1936076312,761488173,1852727650,1597141605,1886220131,1852141167,524404,1936076312,761488173,1852727650,1597207141,1886220131,1852141167,524404,1936076314,761488173,1852727650,1597207141,1886220131,1852141167,3288436,773324808,1663923046,1633824099,1919250030,1868783412,1852797037,7630437,773259272,1663923046,1633824099,1919250030,1836016479,1701736304,134247534,1714294784,1667444083,1836016429,1701736304,134247534,1714294016,1667444083,1869570861,6646123,773062664,1663923046,1868770659,1701407599,1836675885,7106402,772669448,1663923046,1768648559,1633824101,524402,1952853525,1869570861,761620843,1668508004,1835622764,134247013,1714293760,1667194740,1768648559,134247269,1714295296,1663918964,1768648559,1882026853,1886744687,301991936,1769236014,1869570861,761620843,1852727650,134247013,1714295552,1768645493,1697474414,1868770677,1701407599,524403,1969630737,1769434220,778597476,1802465123,134243689,1714293760,761491061,1802465123,134243689,1714295552,1869181813,1919954286,1667331689,1633824121,524402,1969630738,1701999988,1869570861,761620843,7496034,772407304,1667200870,1768648559,524389,2003185171,1936421487,1852793695,1953391987,1918984799,402655232,1870095918,1601399666,1936617315,1601465957,1601331554,1953066601,352323584,1937204782,1869570861,761620843,1953394531,1701734753,524402,2019962385,1818320755,1131704933,1768648559,134247269,1714296320,762083448,1802465123,1831691625,1835952481,1818322031,251660288,762996270,761623413,1802465123,7562601,772734984,1818307943,762606181,1802465123,134243689,1731074304,1852793645,1953391987,1851878701,1919248225,1851875885,7497070,772341768,1868770663,1701407599,218105856,1663919918,1768648559,1633824101,524402,761736719,1802465123,1867408745,1701013876,201328640,1663919918,1768648559,1918984805,167774208,1663919918,1768648559,134247269,1731075840,1869032801,1701603183,1634623789,1769240940,1882026851,1865248626,1970238576,524404,1634151952,761885997,1802465123,1633838441,524402,1634151952,1802465091,1866687849,1852142446,524404,1634151949,1299145577,1634956133,134243687,1731073280,1886351201,1952539739,1634151777,1601204079,6119797,772931592,1663918695,1768648559,1868770661,1852142446,524404,1650929163,1869570861,1936025963,318769152,761423662,1600286311,1953459807,761619305,7496034,772669448,761881191,1802465123,1633838441,524402,1650929167,1868770672,1701407599,1868983913,369100800,1600349998,1936942445,1600481121,1601331554,1953787746,134245743,1731070976,1663918947,1768648559,134247269,1731071744,1769107555,2036556150,1852401709,524404,1667706395,1936028533,1802465123,1601398121,1852727650,1650422373,1801678700,234883072,761554734,1802465123,1647142249,134247009,1731070976,1601331812,1852727650,134247013,1731073024,1601331812,1852727650,2002743909,1886413170,134247013,1731072512,1663921252,1768648559,1768172901,1735355489,452986880,1818519342,1868770674,1882023282,1635150194,1647147363,1999468655,7364978,772341768,762209383,1885434487,285214720,1852073774,1634891565,1701064048,1869900659,524400,1684483600,1920413038,1831694433,1818845807,524389,1684483602,1868783472,1701407599,1684633439,7628135,772538376,1919968359,1869622573,7370096,772472840,1919968359,1886343213,134246517,1731073024,762474596,1769366625,1680696675,1953198949,134246511,1731070720,762474596,1701996385,524389,1684483603,1630368368,1701147239,1953391981,2020565549,184551424,1885628206,1818307954,7631461,772734984,1919968359,1701601581,1647146098,134247009,1731072512,762474596,1919249505,1868705140,1836020852,385878016,1885628206,1818307954,762606181,762867554,1885434487,7497072,772407304,1919968359,1701994797,524385,1684483599,1630368368,1831693171,1818322031,201328640,1885628206,1633824114,1919250030,352323584,1885628206,1633824114,1919250030,1819487533,1969579113,524400,1684483606,1647145584,1701736033,1868770674,1767994478,7497070,773586952,1919968359,1851875885,762471790,1953394531,762605157,1885434487,7497072,773193736,1919968359,1851875885,762471790,1668248176,1702064997,524388,1684483604,1647145584,1701736033,1920413042,1701867617,524402,1684483593,1647145584,134247009,1731072256,762474596,762470754,1885434487,7497072,772276232,1919968359,6775341,772341768,1919968359,1802265133,184551424,1885628206,1818373490,7037807,772997128,1919968359,1869373997,1882024803,1635150194,134248803,1731072e3,762474596,1668246626,1920413035,134246497,1731072768,762474596,1953787746,1647144303,1701736033,524402,1684483593,1647145584,134248559,1731072512,762474596,1685217635,1634891565,1919250544,402655232,1885628206,1868770674,1768714349,1701015137,1634891565,1919250544,369100800,1885628206,1868770674,1852797037,762605157,1684828008,134247013,1731072512,762474596,1718513507,1634562665,1852795252,218105856,1885628206,1868770674,1852142446,524404,1684483605,1663922800,1702063727,757953646,1684302184,134245989,1731073024,762474596,1936617315,762605157,1852727650,134247013,1731072256,762474596,1936617315,762605157,7496034,773128200,1919968359,1852793645,1953391987,1918984749,2020565549,385878016,1885628206,1868770674,1852142446,1868770676,1767994478,7497070,773652488,1919968359,1852793645,1953391987,1701602605,1953391981,1634891565,1919250544,553650176,1885628206,1868770674,1852142446,1969696116,761557601,1802465123,1848468841,1667855471,524389,1684483603,1663922800,1702063727,1882027118,1818586721,419432448,1885628206,1868770674,1852142702,1818386292,1852386667,1953523044,524392,1684483607,1663922800,1768648559,1818307941,762606181,1885434487,318769152,1885628206,1868770674,1701407599,1851875885,7497070,773521416,1919968359,1869570861,761620843,1852727650,1999467109,1886413170,134247013,1731072e3,762474596,1802465123,1647142249,134247009,1731073792,762474596,1802465123,1647142249,1647145569,1869902959,524397,1684483600,1663922800,1768648559,1868705125,524408,1684483604,1663922800,1768648559,1868770661,1852142446,524404,1684483611,1663922800,1768648559,1868770661,1852142446,1633824116,1919250030,385878016,1885628206,1868770674,1701407599,1936286765,1767992419,7497069,773259272,1919968359,1869570861,761620843,1936615782,1952802167,134230317,1731072512,762474596,1802465123,1814914409,1919252833,436209664,1885628206,1868770674,1701407599,2036427821,757953125,1769235297,134243702,1731073024,762474596,1802465123,1831691625,1634956133,134243687,1731072512,762474596,1802465123,1831691625,1818322031,318769152,1885628206,1868770674,1701407599,1953459757,6644585,773455880,1919968359,1869570861,761620843,1769238382,1714251107,1702128745,524402,1684483609,1663922800,1768648559,1869491557,1701013876,1685024045,134245473,1731072768,762474596,1802465123,1882023273,1667853423,524409,1684483602,1663922800,1768648559,1869622629,7370096,772866056,1919968359,1869570861,761620843,1885434487,335546368,1885628206,1868770674,1701407599,1634891565,1919250544,301991936,1885628206,1868770674,1701407599,1769238350,134243683,1731073024,762474596,1802465123,1834968425,1634956133,134243687,1731072512,762474596,1802465123,1633838441,1919250030,218105856,1885628206,1868770674,1701407599,524403,1684483602,1663922800,1768648559,1747809125,7630441,772931592,1919968359,1869570861,1936025963,1852402733,524389,1684483609,1663922800,1768648559,1999467365,1868786789,1647142253,134248559,1731070976,762474596,1818323300,134244207,1731073024,762474596,1818323300,1999464303,1886413170,134247013,1731072e3,762474596,1668508004,1835622764,134247013,1731074304,762474596,1668508004,1835622764,1600090725,1919252079,7954796,772276232,1919968359,7693613,772931592,1919968359,1869375021,1647146081,1701736033,524402,1684483596,1714254448,1702129519,524402,1684483614,1714254448,1702129519,1818307954,762606181,762867554,1885434487,7497072,773259272,1919968359,1819633197,1634741612,1999463783,1886413170,134247013,1731071488,762474596,1684104552,1684955490,201328640,1885628206,1701326194,1919247457,318769152,1885628206,1701326194,1919247457,1885434455,7497072,772669448,1919968359,1818585133,1633841004,524402,1684483594,1764586096,7300718,772669448,1919968359,1718511917,1633824111,524402,1684483594,1831694960,7041889,772603912,1919968359,1936026925,1701273971,335546368,1885628206,1701653874,1734439795,1633824101,1919250030,352323584,1885628206,1701653874,1852142451,762471783,1633972077,524396,1684483601,1831694960,1818322031,1869373997,134245219,1731072512,762474596,1633972077,1768172908,1735355489,301991936,1885628206,1869426034,762077540,1769238382,134248806,1731072768,762474596,1633972077,1986997612,1634497125,524409,1684483603,1831694960,1818322031,1634891565,1919250544,150996992,1885628206,1936534898,524391,1684483596,1848472176,1667855471,524389,1684483606,1848472176,1667855471,1868770661,1767994478,7497070,773652488,1919968359,1953459757,761619305,1768714096,1663924579,1635020399,1919250025,301991936,1885628206,1869491570,1768319348,1769234787,134245999,1731074304,762474596,1769238382,1633904998,1852795252,1851875885,7497070,773455880,1919968359,1651404589,1685217647,761753193,1953394531,1701734753,524402,1684483603,1865249392,1764586608,1769418094,1952802660,268437504,1885628206,1886334322,762210676,2003134838,184551424,1885628206,1970220402,7497076,772603912,1919968359,1702260525,2036427890,369100800,1885628206,1986997618,1634497125,1764568441,1769236846,134245473,1731073024,762474596,1919252079,762929516,1684633133,134246245,1731073792,762474596,1919252079,762929516,1953394531,1701734753,524402,1684483595,1882026608,1818586721,301991936,1885628206,1852845426,1852793645,1852399988,134247013,1731072e3,762474596,1768714096,1647147363,134247009,1731073024,762474596,1768714096,1949202787,1953718639,134247013,1731071488,762474596,762343280,1919252079,184551424,1885628206,1869622642,7370096,773259272,1919968359,1886351405,1831694453,1818322031,1634493229,134247283,1731073024,762474596,1986622064,762930017,1852727650,134247013,1731072256,762474596,1986622064,762930017,7496034,773062664,1919968359,1769107501,2036556150,1953459757,6644585,773390344,1919968359,1769107501,2036556150,1701998637,1701995878,1936024430,201328640,1885628206,1919954290,1953525103,201328640,1885628206,1701981554,1818322294,150996992,1885628206,1869753714,524407,1684483597,1932358256,1769235301,134245999,1731072256,762474596,1953785203,1936158313,7172909,772866056,1919968359,1635021613,762541428,1684828008,369100800,1885628206,1953705330,2037080937,1852793645,1852399988,134247013,1731072768,762474596,1667855475,1714256235,1702129519,524402,1684483604,1932358256,1801677172,1701666681,1734439795,524389,1684483599,1932358256,1801677172,1918984825,218105856,1885628206,1970482546,1919905904,524404,1684483593,1949135472,134242913,1731072512,762474596,1836213620,1633824115,1919250030,285214720,1885628206,1702112626,762539378,1970302832,524400,1684483600,1949135472,762607717,1734962273,524398,1684483597,1999467120,1768845921,134244206,1731073536,762474596,1852989815,761753193,1684630643,1886727525,167774208,1885628206,1920413042,134246497,1731070976,762474596,1885434487,134247013,1731071232,779251812,1936617315,7630437,772866056,1919968359,1734438958,1769418085,2003788910,234883072,1885628206,1667318386,1970235243,134243438,1731070208,1114796132,7040097,772472840,1919968359,1852727618,134247013,1731072512,1114796132,1701736033,1634883442,1919250544,335546368,1885628206,1851867762,1601332590,1702260575,2036427890,167774208,1885628206,1869365874,134245219,1731070208,1114796132,7499374,772866056,1919968359,1131966274,1635020399,1919250025,234883072,1885628206,1852785522,1852399988,134247013,1731073280,1131573348,1635020399,1919250025,1885434455,7497072,773128200,1919968359,1802465091,1816225129,1349808741,1886744687,452986880,1885628206,1869562738,1113942379,1701736033,1868783474,1767994478,7497070,772669448,1919968359,1802465091,1632396649,524407,1684483602,1866691184,1701407599,1885434455,7497072,772341768,1919968359,1836216134,318769152,1885628206,1851870578,1919248225,1936942413,6645601,772538376,1919968359,1936942413,6645601,772472840,1919968359,1769238350,134243683,1731070464,1349677156,1886744687,369100800,1885628206,1633966962,1731027316,762474596,1970302832,134241648,1731069952,1601335396,134234463,1731071232,1601335396,1851875935,7497070,772800520,1919968359,1868783455,1767994478,7497070,772603912,1919968359,1868783455,1701407599,352323584,1885628206,1667194738,1768648559,1868783461,1852142446,524404,1684483598,1600090736,1919252079,7954796,772538376,1919968359,1869635423,7370096,772669448,1919968359,1920425823,1701867617,524402,1684483603,1633645168,1885692771,1868783476,1701407599,218105856,1885628206,1885429618,1987015280,524389,1684483596,1650422384,1701736033,524402,1684483600,1650422384,1701736033,1869897586,524400,1684483593,1650422384,134247009,1731070464,1601335396,1702060386,251660288,1885628206,1852006258,1953456685,7171956,772800520,1919968359,1836016479,1634298992,6644590,773062664,1919968359,1852793695,1953391987,1634296927,6778732,772997128,1919968359,1852793695,1953391987,1886351455,134246517,1731070976,1601335396,1802465123,134243689,1731073536,1601335396,1802465123,1633641833,1953654124,2020565599,318769152,1885628206,1868783474,1701407599,1851875935,7497070,772800520,1919968359,1869570911,1600481643,7496034,773128200,1919968359,1869570911,1600481643,1601331554,1953394531,318769152,1885628206,1868783474,1701407599,1953459807,6644585,772734984,1919968359,1869570911,1650813291,134247009,1731075072,1601335396,1802465123,1601398121,1852727650,2002743909,1886413170,134247013,1731072256,1601335396,1668508004,1767992432,7497069,772341768,1919968359,1986618463,570427392,1885628206,1684496242,1663922800,1869639023,762471795,1701732720,1952407404,1651273583,134247009,1731070208,1601335396,7496808,772407304,1919968359,1869572191,524395,1684483592,1767862896,524400,1684483594,1834971760,7235937,772341768,1919968359,1735617887,201328640,1885628206,1936547698,2020565607,167774208,1885628206,1869504370,134243700,1731073536,1601335396,1769238382,1667196259,1635020399,1919250025,218105856,1885628206,1987010418,1634497125,524409,1684483595,1885303408,1886744687,268437504,1885628206,1869635442,1601205616,1885434487,234883072,1885628206,1701994354,1769170276,134245991,1731073280,1601335396,1835362420,1851875173,1836674671,7566703,772276232,1919968359,3307103,772603912,1919968359,1634891615,1919250544,134219776,1885628206,1918984818,134219776,1885628206,2020565618,419432448,1885628206,2020565618,1920425823,1701867617,1932340594,1819307369,524389,1684483597,1868722800,1819239288,134247023,1731070720,1668444260,1768648559,524389,1684483601,1868788336,1701407599,2036427821,134247013,1731072e3,1668444260,1768648559,1634544997,134245235,1731072768,1668444260,1768648559,1920413029,1701867617,524402,1684483603,1868788336,1701407599,1869374047,1919249251,436209664,1885628206,1869570930,1936025963,1685024045,1932356705,1769235301,134245999,1731074560,1668444260,1768648559,1831695205,1818322031,1634891565,1919250544,318769152,1885628206,762340210,1802465123,762537321,7496034,772341768,1919968359,1701077350,184551424,1885628206,1869571698,7497076,772407304,1919968359,1633972077,524396,1684483603,1869443696,762077540,1801675106,1886351972,167774208,1885628206,1886351474,134246517,1731069952,1920102500,134247272,1731075328,1936879716,1702127989,1869570861,761620843,762470754,1886611812,7954796,773062664,1886544999,1851875885,762471790,1953394531,7630437,773521416,1886544999,1869570861,761620843,1852727650,1999467109,1886413170,134247013,1731072768,762344036,1970302832,1868770672,1852142702,524404,1684483604,1999466610,779116914,1886544999,1869116205,524407,1684483598,1600090226,1919252079,7954796,772472840,762537063,1802465123,134243689,1731071744,1700880997,1848470371,1667855471,524389,1701260820,762276707,1802465123,762537321,1970302832,524400,1701260829,1819571049,1684562793,2016686693,1869570861,761620843,762605679,134245993,1731073024,1663921509,1869570861,761620843,1852727650,134247013,1731073280,1919250021,1647144033,1801678700,1869570861,6646123,773586952,1701733735,762077554,1802465123,1848468841,1718187119,1952539497,7237481,774045704,1701733735,1600938354,1635017060,1869770847,1952671092,1601073001,1969710450,1769234796,134245999,1731075072,1919250021,1663918953,1768648559,1869491557,1768319348,1769234787,134245999,1731074560,1668576357,1768648559,1633824101,1919250030,1634891565,1919250544,184551424,761685806,1802465123,7562601,773128200,762078823,1734633847,1731032165,762474596,1885434487,268437504,1869113134,1663923315,1768648559,1918984805,536872960,1869113134,1919251571,1835609465,1701407856,1868770660,1852142446,1869491572,1701013876,285214720,761882414,1802465123,1647142249,1701736033,524402,1768369676,1315010919,1718187119,524409,1768369686,1919248238,1851875935,762471790,1885434487,7497072,772866056,1819961703,1802071145,1869570861,1936025963,285214720,761947950,1802465123,1882023273,1886220146,524404,1801924113,1869570861,761620843,1768714096,134248803,1731074304,1868770668,1701407599,1851875885,762471790,1885434487,7497072,772800520,1866689639,1701407599,1936942413,6645601,772669448,1952541799,1802465091,1631741289,524402,1818701331,1633644131,1885692771,1868783476,1701407599,469764096,1869375278,762077538,1919249505,1663905140,1768648559,1869491557,1701013876,234883072,1869375278,762077538,1802465123,134243689,1731073280,1633841004,1868770668,1701407599,1851875885,7497070,772931592,1651469415,1663921249,1768648559,1633824101,524402,1818701334,1818321519,1869570861,761620843,1953658211,7235937,773193736,1651469415,1663921249,1768648559,1701653861,1734439795,524389,1818701330,1818321519,1869570861,761620843,6779757,773128200,1651469415,1663921249,1768648559,1869491557,1701013876,301991936,1869375278,762077538,1802465123,1949132137,134246505,1731072768,1633841004,1868770668,1701407599,1970302832,524400,1818701327,1818321519,1869570861,1936025963,369100800,1869375278,762077538,1919968359,1852793645,1852399988,134247013,1731072512,1633841004,1684483436,1882026608,1886744687,318769152,1869375278,762077538,1702258028,1818307948,7631461,773193736,1651469415,1831693409,1634956133,1667196263,1768648559,524389,1818701329,1818321519,1986622032,1115251553,134247009,1731075072,1633841004,1869570924,1885694315,1667853423,1852793721,1852399988,134247013,1731073024,1131900780,1768648559,1600090981,1852727650,134247013,1731072512,1131900780,1768648559,1600090981,2003789939,486541312,1970038574,1868770661,1701407599,1953459757,1667851881,1869182049,1633824110,524402,1835478546,1868783476,1852142446,1869635444,7370096,772341768,1601465703,1919968359,385878016,1953326894,1885628255,1969381234,1852798068,1852793695,6777190,772800520,1663921767,1768648559,1818307941,7631461,772997128,1663921767,1768648559,1999467365,1768845921,134244206,1731072512,1663922030,1768648559,1882026853,1818586721,469764096,762275630,762078317,1802465123,762537321,1952674404,1918990125,1735289198,436209664,1869571886,761621607,1668508004,1835622764,1999467109,1886413170,134247013,1731073280,1818718063,1768709989,1952408942,1801675122,6778473,773062664,1970696039,1868770667,1701407599,1851875885,7497070,772866056,1663922279,1768648559,1633824101,1919250030,352323584,762341166,1802465123,762537321,1953394531,1701734753,524402,1885810190,1885628205,1650417522,7629925,772931592,1831694439,1818322031,1868783455,1701407599,524403,1885810201,1970040877,762210663,1802465123,1663919465,1702063727,134247534,1731071744,762471536,1701996385,1852140901,524404,1885810189,1999467108,1886413170,134247013,1731073024,1114793072,1701736033,1852785522,1852399988,134247013,1731073024,1663921520,1768648559,1667312997,1953523043,134243429,1731075584,1663921520,1768648559,1667312997,1953523043,1663919205,1635020399,1919250025,318769152,1852860206,1885628205,1868770674,1767994478,7497070,772472840,1663922791,1702063727,134247534,1731072512,1868770674,1701407599,1702260525,2036427890,503318528,1634887470,1869900150,760237379,1801675106,1970238055,1865245806,1819436406,134248801,1731074304,762929522,1752459639,761750061,761752937,1802465123,7562601,772734984,1885631079,1852793645,1852399988,134247013,1731070720,762340466,1970302832,524400,1919364625,762601829,1663923557,1768648559,134247269,1731072256,1633903986,1751348336,1633824097,6645604,773849096,1970238055,1701326192,1919247457,1634496557,1869112675,1919247468,1869570861,6646123,773652488,762344039,1684104552,1600090725,1802465123,1768187241,1634493299,1919249769,218105856,1936877358,1769238350,1631746406,524402,1919364619,1868770676,1701407599,301991936,1953654574,1869570861,761620843,1769235297,134243702,1731073280,761624178,1986622064,762930017,1885434487,7497072,772997128,1866691431,1701407599,1668507972,1835622764,134247013,1731074048,1663921011,1768648559,1852793701,1953391987,1953853229,134247013,1731071488,1868770676,1701407599,1918984749,318769152,762603310,1802465123,762537321,1852989815,6778473,772866056,1965913191,1868770665,1701407599,1918984749,385878016,1702127406,1869622627,762344816,1702125924,1751348078,8025205,772669448,1600419175,1802465123,1885300073,524396,1969696277,2037674853,1869570861,761620843,1769238382,134243683,1731069696,1663920757,524386,2003250706,1869570861,761620843,1936617315,7630437,772407304,1868770664,1701407599,524403,1281895955,1866687081,1701407599,1634760773,1684366446,285214720,1818322990,1869570861,1852139883,1667855471,524389,1634217497,1701602414,1869570861,1936025963,1852793645,1852399988,134247013,1747852544,1663923041,1768648559,1701653861,1734439795,1869494885,1868703860,2718052,772931592,1868784232,1868770669,1701407599,1701732720,524396,1667771926,1869570861,761620843,1936617315,762605157,7496034,773128200,1882022760,1635150194,1768192355,1634493299,1919249769,318769152,1701079086,1869570861,761620843,1936617315,7630437,773324808,1768711272,1663923310,1768648559,1868770661,1767994478,7497070,773193736,1684104552,1869570861,761620843,1953394531,1701734753,524402,1701326349,1663919201,1768648559,134247269,1747848704,1130652005,1768648559,1918976613,268437504,1634035758,1851875940,1868770660,1701407599,268437504,1634035758,762471780,1869570861,1936025963,452986880,1634035758,762471780,1919907629,1769432172,1600087396,1802465123,7562601,772997128,1684104552,1647145573,1663922785,1768648559,134247269,1747848192,1701077349,1851993458,134245481,1747849216,1701077349,1851993458,1647144041,134247009,1747848704,1701077349,1868770674,1701407599,352323584,1634035758,762471780,1802465123,1647142249,1701736033,524402,1701326354,1919247457,1869570861,761620843,7496034,773193736,1684104552,1663922789,1768648559,1868770661,1852142702,524404,1701326357,1919247457,1869570861,761620843,1769238382,134243683,1747850496,1701077349,1868770674,1701407599,1819242541,7955305,772931592,1684104552,1663922789,1768648559,1702309221,524404,1701326351,1919247457,1869570861,1936025963,352323584,1634035758,762471780,1802465123,762537321,1919249505,524404,1701326361,1919247457,1869570861,1936025963,1836016429,1701736304,134247534,1747850496,1701077349,1868770674,1701407599,1869622643,7370096,774963208,1684104552,1680700005,1634493285,1769234802,1683713647,761361505,1953723747,1919249775,1886351405,574451829,1802465123,1562535273,201328640,1634035758,762471780,1919968359,352323584,1634035758,762471780,1919968359,1769352493,1818388851,524389,1701326359,1919247457,1885628205,1667194738,1635020399,1919250025,385878016,1634035758,762471780,1936942445,761620321,1869570861,6646123,773980168,1684104552,1831694949,1634956133,757949799,1802465123,1600087401,1953394531,1701734753,524402,1701326358,1919247457,1953459757,761619305,1802465123,7562601,773193736,1684104552,1882026597,1635150194,1882028387,1667853423,524409,1701326359,1919247457,1634891565,1919250544,1868783455,1701407599,218105856,1634035758,1131570532,1768648559,524389,1701326350,1919247457,1802465091,7562601,773521416,1684104552,1600090725,1701012321,1663923312,1768648559,1647145829,134247009,1747848960,1701077349,1667194738,1768648559,524389,1701326352,1919247457,1868783455,1701407599,524403,1701326368,1919247457,1868783455,1701407599,1869491571,1701013876,1920425823,1701867617,524402,1701326358,1919247457,1868783455,1701407599,1819242611,7955305,773718024,1684104552,1600090725,761488498,1802465123,1680696681,1818456937,1701669217,524402,1701326350,1919247457,1869570911,6646123,772931592,1684104552,1633841765,1868783474,1701407599,524403,1701326343,1702457953,184551424,1818585134,1915580268,7300207,772866056,1819043176,1869753711,757952356,2003789939,318769152,1919248430,1866692962,1701407599,1936617283,7630437,772997128,1601398376,1701273968,1802465091,1766352233,134247534,1747849216,1868770665,1701407599,1869373997,134245219,1747850240,1701078121,1937255790,762668334,1768714096,134248803,1747852032,761619561,1802465123,1932354921,1769239653,1647142766,1869902965,524398,1768435231,1766221156,1282700146,1348755823,1884647535,1802465091,1867539817,2036558188,436209664,1734961198,1869570861,761620843,1601331554,1852793695,1852399988,134247013,1747848704,1634562665,1869570861,1936025963,301991936,762079278,1802465123,762537321,1684104552,134247013,1747850752,1663919212,1768648559,1768172901,1634493299,1919249769,184551424,762275886,1802465123,7562601,772669448,761687912,1802465091,1631741289,524402,1869098517,1714251117,1702129519,1667194738,1768648559,134247269,1747850752,761621871,1986622064,762930017,1869573987,1936025963,318769152,1836017710,1868783461,1701407599,1953459757,6644585,772800520,1701670760,1869570911,1600481643,7892834,773193736,1701670760,1701273968,1869570861,761620843,1668246626,524395,1869098520,1735419245,1869570861,761620843,1953394531,1701734753,524402,1869098524,762275694,1802465123,1882023273,1667853423,1920413049,1701867617,524402,1869098509,757951343,1802465123,134243689,1747851776,762015599,1869570861,761620843,1634496557,1869112675,1919247468,285214720,1869572142,1868770667,1701407599,1936534899,524391,1885875729,1869570861,761620843,1769238382,134243683,1747848448,1868770672,1701407599,7496034,772472840,1663922280,1768648559,134247269,1747849728,1630367088,1953654124,1869570861,1936025963,301991936,1752393774,1869570861,761620843,1852727650,134247013,1747848192,1663922291,1768648559,134247269,1747851776,1634610548,1868770678,1701407599,1769238382,1633904998,1852795252,150996992,1937008686,1885827629,524388,1969761822,1936683053,1869182057,1868705134,1836020852,762669102,1885434487,7497072,773718024,1882027368,1953067887,762212201,1953391971,1747874405,1920413045,1701867617,524402,1969761806,1768257377,1869570861,6646123,774307848,1936291176,1663923560,1768648559,1869426021,1702130542,1633824114,1919250030,1852793645,1852399988,134247013,1747849728,1919967094,1667331689,1919967097,1953525103,268437504,762800174,1802465123,1882023273,1886744687,268437504,1668769838,1868783459,1701407599,1918984799,251660288,1668769838,1768648559,1851875941,7497070,772866056,1667201128,1768648559,1633824101,1919250030,369100800,1601726510,1802465123,1647142249,1701736033,1634545010,134245993,1747852800,1769103993,1868770660,1701407599,1685024045,1663921249,1635020399,1919250025,318769152,762996782,1936617315,1937010277,1851875885,7497070,773062664,1982691944,1953067881,1663922799,1702063727,7566446,773128200,1835085161,762015533,1752459639,1869570861,1936025963,385878016,1663920430,1768648559,1869622629,2036558188,1953459757,6644585,772734984,1868770665,1701407599,1818323268,134244207,1764630016,2036427821,1601467759,1869570911,761620843,1769238382,1633904998,1852795252,134219776,1866688814,1701407599,184551424,1866688814,1701407599,7496002,772997128,1831690601,1869570861,761620843,1870228582,134247541,1764625920,1868770658,1701407599,1918984749,419432448,761424174,1802465123,1764582761,762275438,1953394531,1701734753,524402,1651060248,1869375277,762077538,1802465123,1848468841,1667855471,524389,1651060243,1663921453,1768648559,1633824101,1919250030,268437504,1700948270,1802465091,1631741289,1919250030,301991936,2019715374,1869570861,1701407587,1919377709,134243685,1764626688,1868770659,1701407599,1851875885,7497070,773193736,1663918953,1768648559,1630368613,1953654124,2019914797,524404,1667837454,1885628205,1869622642,7370096,773062664,1633772393,1868770668,1701407599,1953459757,6644585,773259272,762078057,1634166092,1852785516,1953391987,1852727618,134247013,1764626688,762539363,1802465123,1818322281,7631461,772997128,762274665,1802465123,1999463785,1886413170,134247013,1764626688,1866673508,1701407599,1936617283,7630437,772997128,761488489,1986622064,762930017,1769238382,134243683,1764627200,1953391972,762934377,1769238382,1633838435,524402,1684614683,1769238117,1848473972,1667855471,1918984805,1852793645,1953391988,251660288,1734633774,1600090211,1952671091,7237481,772997128,762143849,1802465123,1865246057,1819436406,134248801,1764626944,1663921508,1768648559,1869622629,2036558188,251660288,1919314222,1600482657,1802465123,7562601,772669448,1869768553,1663921271,1768648559,524389,1818832397,1667591017,1768648559,134247269,1764625664,1702260588,1802465123,7562601,772734984,1702128745,1668247661,1768648559,134247269,1764627968,1819234413,1668899689,1768648559,1936026981,1701273971,184551424,1668114734,1869570861,6646123,773455880,1869639017,1851880562,1633824116,1919250030,1868770605,1701407599,524403,1835609629,1936487792,1869570861,761620843,1936617325,762471796,1852727650,134247013,1764632320,1819635821,1868770675,1701407599,1852796205,1919251571,1851875885,762471790,1953394531,1701734753,524402,1852386830,1953391970,1869562721,6646123,772669448,1868787305,1852142446,1633824116,524402,1852386837,1887007331,761554292,1802465123,1647142249,134247009,1764627456,2019910766,1868783455,1701407599,1868717919,134248804,1764630528,2019910766,1869570911,1315268971,1718187119,1952539497,1601073001,1445802335,134237772,1764625920,2019910766,1869570911,1936025963,184551424,1701734702,1869562738,6646123,773521416,1868983913,1851875885,1601332590,1869570911,761620843,1768714096,134248803,1764627200,762275438,1668246626,1868770923,1701407599,524403,1852386837,1663922022,1702129263,1663923310,1768648559,134247269,1764625408,762275438,1802465123,134243689,1764625664,762275438,1802465123,7562601,773783560,1868983913,1936026925,1701273971,1868770605,1701407599,1919377709,1701668197,134247534,1764624896,1131374190,1701536623,184551424,1718511918,1869562735,6646123,772538376,1868983913,1802465091,7562601,772538376,1868983913,1869570911,6646123,772931592,1868983913,1869570911,1600481643,1970302832,524400,1852386829,1667198822,1768648559,134247269,1764627456,1601136238,1802465123,1601398121,1852727650,134247013,1764625152,1668245102,1768648559,524389,1852386828,1868787558,1701407599,524403,1852386834,1836216166,1986622561,1919036769,6649445,772997128,1868983913,1952542066,761362025,1802465123,134243689,1764627456,1919903342,1769234797,1663918454,1768648559,134247269,1764627200,1919903342,1769234797,1667195254,1768648559,524389,1852386833,1836216166,1986622561,1735142767,134243440,1764625664,1936680558,1869570861,6646123,773193736,1868983913,1701260659,1869182067,1868770670,1701407599,524403,1852386829,1668509542,1768648559,134247269,1764628736,1127049070,1768648559,1851870565,1835362145,1316253285,7632997,773718024,1953066601,762077545,762342755,1953394531,1701734753,1986997618,1634497125,524409,1852386833,1701344363,1663919469,1768648559,134247269,1764627712,1852402798,1868770661,1701407599,1634741619,7103854,772472840,1701736041,1852006258,134245481,1764625408,1349480046,1635150194,134248803,1764627456,1697477486,1868770668,1701407599,1701601581,134247538,1764627200,1982690158,1869570861,761620843,1919249505,524404,1852386844,1869570931,1936025963,1851875885,762471790,1953394531,1701734753,524402,1852386830,1701079411,1869570861,6646123,772931592,1702129257,1885692786,1868770676,1701407599,524403,1852386837,1953654644,1868770670,1701407599,1886351405,134246517,1764626688,1868770672,1701407599,1851875885,7497070,772866056,1918988393,1802465091,1867408745,1701013876,268437504,1634756910,1937339250,1869570862,1936025963,318769152,2020632878,1869570911,1600481643,1919252079,7954796,772669448,1667199593,1768648559,1852401765,524404,1936272913,1952669997,778401385,1802465123,134243689,1764626944,1667313011,1702259060,1869570862,1936025963,452986880,762538286,1802465123,1647142249,1701736033,1869494898,1868703860,2718052,772931592,1663923049,1768648559,1701653861,1734439795,524389,1936272915,1936291373,1701601897,1869570862,1936025963,352323584,762603822,1769107557,2036556150,1667326509,1869767787,524400,1953050130,1769107551,2036556150,1953459807,6644585,773259272,1818391657,1663918893,1768648559,1663923045,1702063727,134247534,1764624640,1819108724,6582375,772800520,1700951401,761357422,1814917987,7628389,772734984,1700951401,761357422,1684103785,134243687,1764630528,1769287030,1650816813,1702127987,1869570861,761620843,1886220131,1851877740,134243683,1764625664,1667444087,1851875885,7497070,772931592,1663924073,1768648559,1986997605,1634497125,524409,2003381777,1869570861,761620843,1684957559,134248303,1764626432,761488247,1801675106,1970238055,134243438,1764626432,761423223,1802465123,1647142249,134247009,1764627200,1633642872,1885692771,1868783476,1701407599,524403,2053713426,1663919461,1768648559,1818307941,7631461,772341768,1868770666,1701407599,335546368,1663920686,1768648559,1768172901,1634493299,1919249769,285214720,1663920686,1768648559,1701653861,1734439795,524389,761933326,1802465123,1816225129,7631461,773128200,1868770666,1701407599,1936617283,1349807717,1818586721,301991936,1663920686,1768648559,1852785509,1852399988,134247013,1781404416,1869570861,1147496811,1818456937,1701669217,524402,761933324,1802465123,1632396649,524407,761933326,1802465123,1867343209,7102820,772407304,1868770666,1701407599,524403,761933327,1919968359,1936026925,1701273971,301991936,1999465006,1868786789,1882023277,1635150194,134248803,1781401600,1802465091,134243689,1781404160,1868770657,1701407599,1852793645,1953391987,134219776,1600219694,1919968359,167774208,761424430,1802465123,134243689,1781402112,1868770914,1701407599,301991936,1919052334,1869570861,761620843,1852727650,134247013,1781403904,1868770659,1701407599,1634623853,7497063,773193736,761422698,1802465123,1680696681,1818456937,1701669217,524402,1667902991,1768648559,1634610533,1918984822,134219776,761555502,1868853106,167774208,761555502,1868853106,134230573,1781405952,1751330151,1701670770,1869570861,761620843,1936617315,7630437,773193736,1601726826,1701012321,1868788848,1701407599,1868717939,524408,1818897941,1836526947,1869570861,761620843,1768714096,134248803,1781406208,1663922284,1768648559,1852386661,1663922022,1635020399,1919250025,184551424,1668180526,1869570861,6646123,773324808,2003136106,1868770675,1701407599,2002873389,1819242541,7955305,773259272,1852338026,762542446,1802465123,1999463785,1768845921,134244206,1781405696,1869570928,1885694315,1886744687,1852793645,1852399988,134247013,1781405696,1869562737,1097165163,1885692771,1852785524,1852399988,134247013,1781403648,1868783473,1701407599,1920234285,134246505,1781403648,1868783473,1701407599,1768714064,134248803,1781403392,1868783473,1701407599,1936547699,524391,1902784015,1701593453,1767339122,2003788910,184551424,1836149294,1919252047,7954796,772997128,757953386,1802465123,1663919465,1702063727,134247534,1781403904,1663905139,1768648559,1970233189,7497076,772931592,757953386,1802465123,1868785001,1869771886,524396,1936338452,1868770605,1701407599,1868770675,1852142446,524404,1936338451,1735142701,1663919216,1635020399,1919250025,167774208,762538542,1802465091,134243689,1781403648,1866673523,1701407599,1852727618,134247013,1781404672,1866673523,1701407599,1886220099,1851877740,134243683,1781403904,1866673523,1701407599,1936617283,7630437,772997128,1127052138,1768648559,1852785509,1953391987,134230614,1781402368,1866673523,1701407599,524403,1936338445,760562989,1802465123,134243689,1781403904,1667313011,1953523043,1869570861,6646123,773128200,1630368618,1885692771,1868770676,1701407599,2020565549,452986880,762538542,1701012321,1663923312,1768648559,1868770661,1767994478,7497070,773390344,1630368618,1885692771,1868770676,1701407599,1633824115,1919250030,385878016,762538542,1701012321,1949135984,1936552549,1819240493,7497060,772997128,1630368618,1885692771,1869562740,1147496811,134248041,1781404416,1667313011,1953523043,1130722133,1768648559,524389,1936338448,1701601581,1663923314,1768648559,524389,1936338455,1819042093,1663924079,1768648559,1633824101,1919250030,285214720,762538542,1869376609,1868770679,1701407599,524403,1936338460,1953784109,1769238117,1999466095,1937059173,1868770661,1701407599,524403,1936338452,1684103725,1663919463,1768648559,1936534885,524391,1936338449,1851875885,762471790,1802465123,134243689,1781403136,1633824115,1919250030,1146111820,536872960,762538542,1769169250,1701207907,1920300129,1663923045,1768648559,1936026981,1701273971,352323584,762538542,1869570914,761620843,2020565549,1718511917,524399,1936338450,1852138029,762474343,1802465123,7562601,773521416,1647145834,1869902959,1869491565,761686388,761754477,1802465123,134243689,1781406720,1868705139,1836020852,1953459757,1831691881,1882023795,1635150194,134248803,1781404160,1868705139,1702112632,762277234,1685088108,553650176,762538542,1868770659,1701407599,1869491571,1768319348,1769234787,1647144559,1701736033,524402,1936338453,1667392301,1869570861,761620843,1769238382,134243683,1781404416,1667444083,1852727597,1668183407,1852140901,524404,1936338450,1886217005,1869570861,1936025963,7496002,772931592,1663923050,1702063727,1647146094,1701736033,524402,1936338447,1852793645,1953391987,1918984749,301991936,762538542,1936617315,762605157,1769238382,134243683,1781403904,1868770675,1852142446,1634741620,7103854,772866056,1663923050,1702063727,1882027118,1886744687,369100800,762538542,1936617315,762605157,1667327346,1869753716,134247535,1781402368,1868770675,1768645487,524389,1936338450,1869570861,1634741867,1663919463,7040879,772407304,1663923050,1768648559,524389,1936338449,1869570861,761620843,1685024045,134245473,1781406464,1868770675,1701407599,1986289965,762606181,1953394531,1701734753,524402,1936338448,1869570861,761620843,1701996385,524389,1936338452,1869570861,761620843,1701996385,1852140901,524404,1936338448,1869570861,761620843,1919249505,524404,1936338449,1869570861,761620843,1919249505,134230388,1781403904,1868770675,1701407599,1851875885,7497070,773193736,1663923050,1768648559,1633824101,1919250030,1970037293,524402,1936338459,1869570861,761620843,1852727650,1663922789,1635020399,1919250025,436209664,762538542,1802465123,1647142249,1701736033,1702112626,1852403058,134245473,1781403136,1868770675,1701407599,1918984749,268437504,762538542,1802465123,1663919465,1702063980,687867904,762538542,1802465123,1663919465,1819307375,1668178281,1869494885,1952983156,975793261,678719342,2036625250,524329,1936338455,1869570861,761620843,1718513507,1920296809,1919906913,301991936,762538542,1802465123,1663919465,1768320623,134245746,1781405440,1868770675,1701407599,1852793645,1836214630,1869182049,524398,1936338450,1869570861,761620843,1936617315,7630437,773390344,1663923050,1768648559,1868770661,1852142446,1633824116,1919250030,369100800,762538542,1802465123,1663919465,1702063727,1647146094,134247009,1781405696,1868770675,1701407599,1852793645,1953391987,1869373997,134245219,1781406720,1868770675,1701407599,1852793645,1953391987,1852793645,1852399988,134247013,1781405696,1868770675,1701407599,1852793645,1953391987,2036427821,134247013,1781406208,1868770675,1701407599,1852793645,1953391987,1936026925,1701273971,419432448,762538542,1802465123,1663919465,1702063727,1831695470,1819632751,524389,1936338455,1869570861,761620843,1936617315,762605157,1885434487,251660288,762538542,1802465123,1663919465,7958639,773259272,1663923050,1768648559,1633955173,1999462772,1768845921,134244206,1781403904,1868770675,1701407599,1634296877,6778732,773062664,1663923050,1768648559,1768172901,1952671090,6649449,773128200,1663923050,1768648559,1768172901,1634493299,1919249769,469764096,762538542,1802465123,1680696681,1818456937,1920299887,1633824101,1919250030,285214720,762538542,1802465123,1714251113,1702129519,524402,1936338451,1869570861,761620843,1684104552,1684955490,251660288,762538542,1802465123,1747805545,7630441,772866056,1663923050,1768648559,1869098341,1919247468,285214720,762538542,1802465123,1764582761,1835102822,524389,1936338447,1869570861,761620843,1868983913,369100800,762538542,1802465123,1764582761,1601136238,1851879519,134245477,1781404928,1868770675,1701407599,1718511917,1952542063,7237481,773586952,1663923050,1768648559,1852386661,1836216166,1869182049,1869622638,7370096,772669448,1663923050,1768648559,1634479461,524407,1936338447,1869570861,761620843,1701734764,251660288,762538542,1802465123,1831691625,7041889,772931592,1663923050,1768648559,1701653861,1734439795,524389,1936338462,1869570861,761620843,1936942445,761620321,1667329136,1819240549,7497060,772800520,1663923050,1768648559,1869426021,7102820,773455880,1663923050,1768648559,1869426021,762077540,1953394531,1701734753,524402,1936338458,1869570861,761620843,1936617325,762471796,1919252079,7954796,772669448,1663923050,1768648559,1936534885,524391,1936338451,1869570861,761620843,1635020654,1852795252,285214720,762538542,1802465123,1848468841,1667855471,524389,1936338464,1869570861,761620843,1769238382,1714251107,762080373,1953394531,1701734753,524402,1936338455,1869570861,761620843,1769238382,1633904998,1852795252,503318528,762538542,1802465123,1848468841,1718187119,1952539497,762212201,1852727650,134247013,1781403904,1868770675,1701407599,1953459757,7956073,772800520,1663923050,1768648559,1718562149,7497062,772931592,1663923050,1768648559,1986997605,1634497125,524409,1936338448,1869570861,761620843,1701732720,524396,1936338449,1869570861,761620843,1768714096,134248803,1781405696,1868770675,1701407599,1819242541,762930025,1852727650,134247013,1781404928,1868770675,1701407599,1819242541,762930025,7892834,773324808,1663923050,1768648559,1869622629,2036558188,1634035757,7497060,773324808,1663923050,1768648559,1869622629,762210672,1919252079,7954796,772931592,1663923050,1768648559,1869622629,1702260592,524402,1936338452,1869570861,761620843,1970302832,1885416816,524400,1936338458,1869570861,761620843,1970302832,1868770672,1767994478,7497070,772931592,1663923050,1768648559,1919954277,1667331689,524409,1936338449,1869570861,761620843,1836020336,134247536,1781403392,1868770675,1701407599,1885827629,524388,1936338450,1869570861,761620843,1852989815,6778473,773586952,1663923050,1768648559,1635200357,1852403314,1868770663,1767994478,7497070,772866056,1663923050,1768648559,1769418085,1952802660,520095744,762538542,1802465123,1665230185,1953523043,1701015137,1868983881,1952542066,7237481,772800520,1663923050,1768648559,1851867749,7497070,772800520,1663923050,1768648559,1836008293,7957616,772866056,1663923050,1768648559,1852785509,1953391987,268437504,762538542,1802465123,1699243369,1919247457,234883072,762538542,1802465123,1850303849,134246246,1781403904,1868770675,1701407599,1936942413,6645601,772669448,1663923050,1768648559,1953451621,524389,1936338449,1869570861,1332046187,1819436406,134248801,1781403648,1868770675,1701407599,1667855443,134248811,1781403136,1868770675,1701407599,1918984799,251660288,762538542,1802465123,1751082345,7630441,772866056,1663923050,1768648559,1869635429,2036558188,268437504,762538542,1802465123,1633838441,1919250030,352323584,762538542,1802465123,1633838441,1919250030,1634891565,524400,1936338445,1869570861,1650813291,134247009,1781403136,1868770675,1701407599,1953393e3,318769152,762538542,1802465123,1852401001,1634496358,7497081,772734984,1663923050,1768648559,2036427877,134247013,1781403136,1868770675,1701407599,1886351212,251660288,762538542,1802465123,1869440361,7102820,772472840,1663923050,1768648559,134247269,1781406464,1868770675,1701407599,1734421875,761619826,1953394531,1701734753,524402,1936338453,1869570861,1936025963,1919377709,1701668197,134247534,1781408256,1868770675,1701407599,1734421875,1835361650,762605157,1769238382,1633904998,1852795252,285214720,762538542,1802465123,762537321,1919249505,524404,1936338452,1869570861,1936025963,1667326509,1869767787,524400,1936338450,1869570861,1936025963,1851875885,7497070,772734984,1663923050,1768648559,1647145829,134247009,1781403904,1868770675,1701407599,1818373491,7037807,772997128,1663923050,1768648559,1647145829,1801678700,134247519,1781403392,1868770675,1701407599,1868705139,524408,1936338451,1869570861,1936025963,1852793645,1953391987,234883072,762538542,1802465123,762537321,134247781,1781404416,1868770675,1701407599,1701653875,1734439795,524389,1936338456,1869570861,1936025963,1953459757,1667457325,1702129765,524388,1936338450,1869570861,1936025963,1953459757,6644585,773259272,1663923050,1768648559,1882026853,761620321,1953261926,134247013,1781403904,1868770675,1701407599,1634741619,7103854,772866056,1663923050,1768648559,1882026853,1886744687,301991936,762538542,1802465123,762537321,1970302832,134247280,1781404160,1868770675,1701407599,1635003763,1952802674,234883072,762538542,1802465123,1098081641,134248036,1781405184,1868770675,1701407599,1683971955,1818456937,1919249761,335546368,762538542,1802465123,1601398121,1868983913,1919249778,301991936,762538542,1802465123,1601398121,1769238382,134243683,1781407488,2036542835,762605410,1802465123,1868719465,1819290996,1751475041,1701080175,524402,1936338457,1952539693,1919954273,1667593327,1852795252,1886351405,134246517,1781405184,1768172915,1634493299,1919249769,1936286765,1936943469,234883072,762538542,1663923557,829108335,134247269,1781403904,1969565043,1869570861,761620843,7823724,773062664,1697477482,1868770677,1701407599,1953459757,6644585,772997128,1714254698,1869570861,761620843,1852727650,134247013,1781403904,1701195123,762471798,1802465123,7562601,773324808,1714254698,1702129519,1868770674,1701407599,1851875885,7497070,772669448,1714254698,1868770676,1701407599,524403,1936338444,1663919917,1768648559,524389,1936338440,1885628205,524402,1936338447,1885628205,1633824114,1919250030,436209664,762538542,1919968359,1852793645,1953391987,1852793645,1852399988,134247013,1781405184,1684483443,1663922800,1768648559,1633824101,1919250030,318769152,762538542,1919968359,1869570861,761620843,7892834,772734984,1731031914,762474596,1684104552,134247013,1781402880,1684483443,1764586096,7300718,772734984,1731031914,762474596,1769238382,134243683,1781407232,1684483443,1848472176,1667855471,1768172901,1735355489,1702260525,2036427890,234883072,762538542,1919968359,1886351405,134246517,1781403648,1684483443,1949135472,1953263471,134246505,1781402880,1684483443,1816228464,7631461,773390344,1731031914,1633841004,1868770668,1701407599,1936026925,1701273971,301991936,762538542,1651469415,1663921249,1768648559,134247269,1781404160,1818701171,1818321519,1769107501,2036556150,452986880,762538542,1651469415,1882025057,1635150194,1831696739,1634956133,7562599,773324808,1731031914,1633841004,1802710380,1831694450,1634956133,7562599,773718024,1731031914,1633841004,1869884780,1701653872,1734439795,1868770661,1701407599,524403,1936338453,761555245,1869570861,1667590507,1702063727,134247534,1781404160,1852386675,1631743846,1869562738,1936025963,285214720,762538542,1702453612,1868770674,1701407599,524403,1936338440,1885826093,524388,1936338448,1886874669,1315401315,1667855471,524389,1936338454,1767992621,1868770670,1701407599,1851875885,7497070,772997128,1831695210,1634956133,1663919463,1768648559,134247269,1781403648,1869426035,762077540,1802465123,134243689,1781405184,1869426035,762077540,1936877926,1868770676,1701407599,218105856,762538542,1663924589,1768648559,524389,1936338455,1851878957,1918984815,1919510061,1814918259,1852401519,218105856,762538542,1663921774,1768648559,524389,1936338462,1953459757,1667851881,1869182049,1868770670,1701407599,1851875885,7497070,772866056,1848472426,1718187119,1868770681,1701407599,335546368,762538542,1663922286,1768648559,1869491557,1701013876,469764096,762538542,1818452847,1630368627,1953654124,1869570861,1885694315,1886744687,268437504,762538542,1701273968,1869570861,1936025963,218105856,762538542,1701273968,1802922797,524395,1936338446,1734438957,1734303589,7499876,772800520,1882026858,1818586721,1869570861,6646123,773652488,1882026858,1869836901,1231839598,1919903342,1769234797,1867411055,1701013876,268437504,762538542,1768714096,1882028387,1886744687,285214720,762538542,1768714096,1650424163,1701736033,524402,1936338447,1819242541,1887003497,1886744687,385878016,762538542,1970302832,1868770672,1701407599,1835627309,6646896,772997128,1882026858,1635150194,1663924579,1702063727,134247534,1781405696,1919954291,1667331689,1869491577,1768319348,1769234787,134245999,1781405696,1919954291,1667331689,1869622649,2036558188,1701601581,134247538,1781405184,1919954291,1667331689,1869622649,2036558188,1918984749,503318528,762538542,1986622064,762930017,1768714096,1831696739,1634956133,1647142247,134248559,1781409280,1701981555,762602337,1886220131,1852141167,1866673524,1701407599,1769238350,1633904998,1852795252,201328640,762538542,762606450,1919968359,352323584,762538542,2003789939,1869570862,761620843,1633972077,524396,1936338450,1818850093,762605157,1936617315,7630437,773128200,1932358506,761623657,1802465123,1600087401,1868983913,301991936,762538542,1667855475,1663924587,1768648559,134247269,1781405696,1953705331,2037080937,1869571629,762471796,1802465123,134243689,1781405696,1970482547,1869177966,1869570861,761620843,1818323300,134244207,1781406464,1702112627,762539378,1965909615,1680696691,1818456937,1701669217,524402,1936338455,762147885,1802465123,1663919465,1635020399,1919250025,285214720,762538542,1935765364,1868770676,1701407599,524403,1936338450,1634890797,1852402531,1869622631,7370096,772997128,1965912938,1818307943,762606181,1802465123,134243689,1781403904,1769352563,1869900147,1953451634,6644585,773324808,1999467370,1768845921,1949132654,757952623,1802465123,7562601,773783560,1999467370,1769169509,1663919476,1768648559,1869491557,1768319348,1769234787,134245999,1781402880,1668558451,1851875885,7497070,772931592,1866691434,1701407599,1953394499,1701734753,524402,1936338445,1802465091,1766090089,134244193,1781403648,1869562739,1466263915,1768845921,134244206,1781402112,1869562739,1936025963,251660288,1131637294,1768648559,1816228709,7631461,772866056,1866691434,1701407599,1936018803,1701273971,251660288,1131637294,1768648559,1867543397,7361904,773062664,1967354730,1836020851,1936682051,1869562725,6646123,772997128,1967354730,1836020851,1802465091,1918330217,134246497,1781405952,1129661811,1768648559,1718503781,1918984815,1886611780,7954796,772407304,1682404202,1631744624,524402,1936338451,1919968327,1769238350,1867015523,1919247468,201328640,1299409454,1818322031,1868853074,268437504,1601399342,1851875935,762471790,1919968359,184551424,1601399342,1869570911,6646123,773259272,1600090986,1802465123,1764582761,1919903342,1769234797,134245999,1781407232,1667194739,1768648559,1852386661,1836216166,1869182049,1633836910,1919250030,285214720,1601399342,1869570911,761620843,1633972077,524396,1936338449,1868783455,1701407599,1886351455,134246517,1781403904,1667325811,1953523043,1869570911,6646123,773652488,1633645418,1953654124,1802465091,1313039721,1667189833,1635020399,1919250025,268437504,1601399342,1667197795,1635020399,1919250025,301991936,1601399342,1802465123,1831691625,1734438497,134247013,1781403136,1868783475,1701407599,2002873439,469764096,1601399342,1802465123,1834968425,1634956133,1667196263,1635020399,1919250025,352323584,1601399342,1802465123,1601398121,1953394531,1701734753,524402,1936338458,1869570911,1936025963,1936286815,1701601889,1634492260,7497081,772997128,1667199850,1768648559,2002744165,1886413170,134247013,1781405184,1684496243,1667199600,1768648559,1633836901,1919250030,352323584,1601399342,1684104552,1663922789,1768648559,1633824101,524402,1936338444,1127048290,1768648559,524389,1969892876,1869562722,1918981995,524398,1969892888,1869491565,1768319348,1769234787,1663921775,1768648559,524389,1969892887,1953456749,762212210,1869570861,1818585451,1919252833,268437504,1853188654,825242213,1869570872,1936025963,301991936,1853188654,761820265,1802465123,1869505897,134243700,1781407232,1769418103,1952802660,1869116205,1868770679,1701407599,1869622643,2036558188,167774208,758410030,1802465123,134243689,1798181632,1869570913,761620843,1999465827,1868852841,524407,1634414106,1668179300,1868770661,1919252078,1852795251,1851875885,7497070,772407304,1869308267,1633824114,524402,1634414096,1663920492,1633824099,1634034798,524405,1651191319,762012461,762470754,1769238382,1647147366,1801678700,285214720,761424686,1802465123,1647142249,1701736033,524402,1651191307,1868783459,1701407599,268437504,1667394350,1869570911,1600481643,1885434487,201328640,1667590958,761623403,1868983913,134219776,1801808686,1918984819,268437504,1801808686,2020565619,1702260525,2036427890,369100800,1801808686,2020565619,1702260525,2036427890,2036427821,134247013,1798180096,1769171813,1851875885,7497070,773324808,1936418155,1937337193,1299803237,1818322031,1835363397,7630437,772800520,1953391979,1869570861,761620843,7496034,772800520,1299015531,1818322031,1869570861,6646123,772472840,761358699,1802465123,134243689,1798180096,762275689,1802465123,7562601,772866056,762014059,1802465123,1633838441,1919250030,335546368,1953065774,1868770676,1701407599,1918990125,1735289198,419432448,1953065774,1868770676,1701407599,1918990125,1735289198,1869116255,524407,1785409041,1869562726,1231382891,1114596974,134248559,1798178816,1684483435,134247024,1798180352,1868770668,1701407599,1702129518,285214720,1634495278,1817210738,1751475041,1701080175,524402,1818963479,1701536617,1919954276,1667331689,1633824121,1919250030,352323584,762145582,1802465123,762537321,1886220131,1852141167,524404,1869295118,1701407589,1684825453,6778473,772997128,1801809771,1650419050,1667199585,1702129263,134247534,1798181888,1969974127,1869570861,761620843,1852727650,134247013,1798183168,1885302127,1953066095,1600220025,2004447856,1869509729,6906739,773324808,1970106219,1634429294,1634741620,762078574,1802465123,7562601,772931592,1970106219,1634429294,1868783476,1701407599,524403,1869295126,1735289198,1869570861,761620843,1953394531,7106418,772800520,1953394539,1919250021,1869570911,6646123,772538376,1802465131,1751344489,7037797,772931592,1663922283,1768648559,1600090981,1634692195,524395,1919626774,1852140385,1869570861,761620843,1852989815,6778473,772800520,1130918507,1768648559,1851867749,7497070,772472840,1663923051,1768648559,134247269,1798183168,761359731,1668246626,1868770667,1701407599,1953459757,6644585,772734984,1663923307,1768648559,1647145829,134247009,1798181120,1868770676,1701407599,1869622643,7370096,772407304,1667200107,1768648559,524389,1953181202,1869884776,762606433,1953456685,7171956,773324808,761623915,1802465123,1848468841,1718187119,1952539497,7237481,772276232,1768650091,7563821,772407304,1768650091,1885434487,524408,1986735634,761619757,1919968359,1851875885,7497070,772472840,762017387,1802465123,134243689,1798180864,1714252662,1702129519,1868705138,134248804,1798181632,1714252662,1702129519,1635200370,1852403314,524391,1986735625,1852779883,134248801,1798179840,762014582,1953787746,134245743,1798179584,762014582,1835102822,524389,1986735624,1869638507,524400,1986735628,1663921014,1768648559,524389,2003512857,1768715053,1601332580,1869570911,1701407587,2036427821,134247013,1798181888,1667461239,1869570861,761620843,1852727650,134247013,1814958336,1852793645,1953391987,1851875935,7497070,772341768,1868770668,1701407599,251660288,1663921198,1768648559,1818307941,7631461,772800520,1868770668,1701407599,1851875885,7497070,772866056,1868770668,1701407599,1852793645,1836214630,385878016,1663921198,1768648559,1868770661,1852142446,1869622644,7370096,772603912,1868770668,1701407599,2002873389,436209664,1663921198,1768648559,1869491557,1701013876,1852793645,1852399988,134247013,1814958080,1869570861,761620843,1768714096,134248803,1814957312,1869570861,761620843,7368560,772734984,1868770668,1701407599,1886351405,134246517,1814959360,1869570861,1315268971,1718187119,1952539497,7237481,772669448,1868770668,1701407599,1970302800,524400,762064400,1802465123,1918330217,1701867617,524402,762064394,1802465123,7562601,772931592,1868770668,1701407599,1650417523,1701736033,524402,762064397,1668508004,1835622764,134247013,1814960128,1869571629,1601332596,1802465123,1816225129,1114927717,134248559,1814957568,1885628205,1633824114,1919250030,402655232,1731030062,1633841004,1868967276,1919251567,1868783455,1701407599,587204608,1747807278,1701077349,1868770674,1767994478,1601332590,1769107551,2036556150,1869770797,7630957,772734984,1869426028,762077540,1802465123,134243689,1814958080,1734438957,1667194725,1768648559,134247269,1814959104,1769239341,762932067,1600087655,1701012321,134247536,1814958080,1663924020,1768648559,1647145829,134247009,1814960640,1663919969,1768648559,1869622629,2036558188,1634891565,1919250544,352323584,1835101230,1869570861,761620843,1953394531,1701734753,524402,1634479638,1836411245,1869570861,761620843,1936617315,7630437,773128200,1684955500,761556581,1868983913,762470754,1802658148,268437504,1851878446,1735289188,1869570861,1936025963,369100800,1851878446,1735289188,1869570861,1936025963,1852727650,134247013,1814957056,761753185,1802465123,134243689,1814958592,1701736033,1663922018,1768648559,1953456741,184551424,2002873390,1869570911,6646123,772538376,1601659244,1802465123,7562601,773128200,1601659244,1802465123,1601398121,1953719668,1296253279,218105856,2002873390,1868770675,1701407599,524403,1634479647,762471801,2020173357,1647141989,1869902959,1868782445,1701407599,1567777122,218105856,2036427822,1663922789,1768648559,524389,1634479658,762471801,1802465123,762537321,1885434487,980575600,678719342,1819112552,1869494825,1868703860,2718052,772538376,1702453612,1869562738,6646123,772603912,1702453612,1868783474,1701407599,352323584,2036427822,762606959,1802465123,1647142249,1701736033,524402,1634479650,1953853305,1634692166,1735289204,1030973787,1935761954,1663923049,1768648559,6103653,774111240,1870225772,1600091253,1802465123,762537321,1768714096,1848473955,1718187119,1952539497,7237481,772997128,1870225772,1600091253,1668508004,1835622764,134247013,1814961920,1970239841,1868521332,1819436406,1601403233,1869570911,1315268971,1667855471,524389,1634479635,762145146,1802465123,1630365033,1953654124,419432448,761424942,1802465123,1647142249,1701736033,1920413042,1701867617,524402,1651256845,1663905144,1768648559,134247269,1814956032,1684483427,134247024,1814958336,1868770660,1701407599,1953459757,6644585,772997128,762537068,1802465123,1663919465,1702063727,134247534,1814959104,1600090980,1986622064,762930017,1768714096,134248803,1814958080,779380325,761488501,1684828008,134247013,1814964736,1818322789,1801675053,1819766638,1701274725,1953391981,1953459770,1685021224,1849305465,1747481711,694971764,301991936,1734700078,1630366817,1953654124,1886351405,134246517,1814959104,1818322789,1851875885,762471790,1768383858,134245999,1814957312,1818322789,1869570861,6646123,773128200,1634166124,1868770668,1701407599,762668333,1953393e3,352323584,1734700078,1663921249,1768648559,1920413029,1701867617,524402,1701588496,762077543,1802465123,1633838441,524402,1701588505,762077543,1868983913,1818320735,762606181,1802465123,134243689,1814959616,1818322789,1936026925,1701273971,1634891565,1919250544,201328640,1734700078,1866689633,1701407599,134219776,1734700078,1163226209,318769152,1734700078,1667198049,1768648559,1818386277,7037807,772538376,1634166124,1986290028,6644585,772603912,1634166124,1918990188,1735289198,570427392,1835363374,1667198575,1768648559,1769430885,2003788910,1953853279,2002743909,1886413170,134247013,1814958592,1937077349,1702065453,1869570861,1936025963,184551424,2036689966,1802465091,7562601,773193736,1663919724,1768648559,1634479461,1701064055,1819631974,524404,1735142922,1869570861,6646123,773062664,1868785516,1701407599,2002873459,1851875885,7497070,773128200,1868785516,1701407599,2002873459,1702260525,2036427890,352323584,1667722286,1768648559,1634497381,1987010423,1634497125,524409,1735142942,1734487401,1953394531,1701734753,1919954290,1667331689,1851875961,7497070,772931592,1600743276,1986622064,1652122465,1701736033,524402,1735142934,1630364784,1953064291,1868770661,1767994478,7497070,772341768,1685088108,1819042093,201328640,1885826094,1633824100,1919250030,150996992,1885826094,1633824100,524402,1735142937,1647142e3,1714254433,1952542572,1852793645,1852399988,134247013,1814958336,761557095,762470754,1885434487,7497072,772341768,1685088108,2020565549,218105856,1885826094,1868770660,1852142702,524404,1735142921,1680696432,134248041,1814956800,761557095,1702453612,524402,1735142925,1831691376,1634956133,134243687,1814956800,761557095,1633972077,524396,1735142931,1831691376,1818322031,1852793645,1953391988,201328640,1885826094,1869491556,1701013876,285214720,1885826094,1869491556,1701013876,1634891565,524400,1735142935,1848468592,1667855471,1667194725,1635020399,1919250025,469764096,1885826094,1869622628,2036558188,1836016429,1634298992,761619310,1852399981,218105856,1885826094,1702047076,1869182051,524398,1735142925,1999463536,1886413170,134247013,1814956288,1600417895,7496034,773062664,1685088108,1869570911,761620843,1919252079,7954796,772538376,1685088108,1600419679,7892834,772538376,1866688876,1701407599,7106384,773324808,761358700,1802465123,1647142249,1701736033,1818307954,7631461,773586952,761424236,1986622064,762930017,1802465123,1915577705,1936287589,7959156,773914632,1751607660,2020565620,1667326509,1869767787,1868770672,1701407599,1852793645,1953391987,436209664,1818848302,1970239841,1701326196,1919247457,1869570861,1650813291,134247009,1814957568,1635021673,1869570861,1936025963,335546368,1953066030,1868770661,1701407599,1852793645,1953391987,469764096,1953066030,1663922024,1768648559,1869622629,2036558188,1634891565,1919250544,335546368,1600941102,1802465123,1633838441,1868717938,1836020852,318769152,1600941102,1802465123,1633838441,1768710002,7628903,773324808,761556076,1802465123,1868785001,1852142446,1851875956,7497070,772997128,762539372,1769238382,1999463779,1886413170,134247013,1814959104,1127048302,1768648559,1465873253,1886413170,134247013,1814961152,1768186223,1667196782,1768648559,1634557797,1969974889,1785163361,134242665,1814959360,1852401519,1869570861,761620843,1936942445,6645601,773062664,1600745324,1802465123,1600087401,1885434487,7497072,772407304,1600745324,1869439336,524398,1869360658,1735289206,762668333,1802465123,7562601,773062664,1702326124,1868770674,1701407599,1851875885,7497070,772931592,1663922284,543515759,1663246398,1768648559,524389,1886137875,1869570861,761620843,1919971425,1818326639,285214720,762342446,1802465123,1647142249,1701736033,524402,1886137874,1869570861,761620843,1936617315,7630437,772931592,1663922284,1768648559,1635200357,1852403314,524391,1886137880,1684633389,762602855,1802465123,1647142249,1701736033,524402,1886137875,1868783455,1701407599,1869575263,1885959276,234883072,1936747566,1802465091,1850303849,134246246,1814956544,1852785523,1953391987,452986880,1635085358,1831690606,1819632751,1868770661,1701407599,1819242541,7955305,773324808,1768125804,1868770660,1701407599,1836016429,1634298992,6644590,773455880,1768781164,1702047091,1667855986,1919954277,1667331689,1919251577,524397,1970023957,1836016496,1869570911,1600481643,1953068915,134244451,1814956800,1663923061,1768648559,524389,1970023951,1868770675,1701407599,1701998637,452986880,2020961326,1683976801,1818456937,1701669217,1868783474,1767994478,7497070,773652488,762148460,1886220131,1851877740,1663919459,1768320623,1630367090,1953654124,218105856,1886874670,1315401315,1667855471,524389,2020355599,1835229026,1936026925,1701273971,301991936,757951790,1802465123,1663919465,1702063727,134247534,1831739904,942944301,1869570861,761620843,1769238382,1633904998,1852795252,1634891565,1919250544,150996992,1127050542,1768648559,524389,762129943,1919249505,1633824116,1919250030,1868770605,1701407599,234883072,1647144238,757953121,1802465123,134243689,1831735040,1935761965,1663918953,1768648559,524389,762129943,1769169250,1868770659,1701407599,1717924397,1752393074,150996992,1663921454,1768648559,524389,762129935,1802465123,1630365033,1953654124,285214720,1663921454,1768648559,1818307941,762606181,524337,762129936,1802465123,1647142249,1701736033,524402,762129933,1802465123,1647142249,134247009,1831735552,1869570861,761620843,1718513507,7172713,773062664,1868770669,1701407599,1936286765,1767992419,7497069,772669448,1868770669,1701407599,1718511917,524399,762129935,1802465123,1764582761,1869771886,268437504,1663921454,1768648559,1869491557,1701013876,369100800,1663921454,1768648559,1869491557,1768319348,1769234787,134245999,1831735040,1869570861,761620843,1970302832,524400,762129932,1802465123,1631741289,524402,762129933,1802465123,1850303849,134246246,1831735040,1869570861,1348823403,1667853423,524409,762129936,1802465123,1650419049,1701736033,524402,762129933,1802465123,1768449385,134247534,1831734784,1869570861,1818585451,1919252833,251660288,1663921454,1768648559,1819242597,7955305,772407304,1868770669,1701407599,524403,762129936,1802465123,762537321,1919249505,524404,762129934,1802465123,762537321,7496034,772997128,1868770669,1701407599,2002739059,1886413170,134247013,1831736320,1885628205,1818307954,762606181,1852727650,134247013,1831737600,1869375277,762077538,1936942445,761620321,1869570861,6646123,773259272,1701326189,1919247457,1869570861,761620843,1769238382,134243683,1831735808,1634035757,1965912932,1633824112,1919250030,285214720,1831693614,1634956133,1647142247,1701736033,524402,762129943,1769238382,1348429155,1635150194,1867544931,2036558188,352323584,1848470830,1718187119,1952539497,762212201,1702453612,524402,762129937,1970302832,1667194736,1768648559,134247269,1831733760,1769107501,2036556150,301991936,1882025262,1635150194,1663924579,1702063727,134247534,1831736064,1769107501,2036556150,1734962221,1868723304,524408,762129938,1986622064,762930017,1769238639,7564911,773128200,1919954285,1667331689,1869622649,2036558188,1886351405,469764096,1915579694,1952670053,1835229997,1702059871,1852404852,1814917991,1919252833,285214720,1932356910,1885958772,1663905125,1768648559,524389,762129938,1667330676,1735289195,1851875885,7497070,772603912,959787373,1869570861,1936025963,167774208,758476078,1802465123,134243689,1831735808,1869562678,1936025963,1702260575,2036427890,218105856,1128492334,1647127878,1869902959,524397,1399664145,1702127989,1802465091,1632003433,134243684,1831733504,1869570911,6646123,773062664,1868783469,1701407599,1936286765,1767992419,7497069,772800520,1868783469,1701407599,1953459807,6644585,772407304,1868783469,1701407599,524403,1600990740,1986622064,1601790817,1952543859,1852140901,524404,1634545182,1869562669,1936025963,1701996868,1986622563,1866686309,1767994478,7497070,772931592,1667195245,1768648559,1869635429,1702260592,524402,1634545185,1701326179,1919247457,1869570861,761620843,1852727650,1932358245,1769235301,134245999,1831735808,1667196001,1768648559,1633836901,1919250030,335546368,1734438190,1869180517,1701601631,1868788850,1701407599,234883072,1734438190,762541422,1802465123,134243689,1831735808,762210657,1802465123,1630365033,1953654124,301991936,1767992622,1868770670,1701407599,1953068077,134243692,1831736320,762210657,1802465123,1999463785,1768845921,134244206,1831734528,762210657,1802465123,7562601,773128200,1852399981,1869570861,1936025963,1918990125,1735289198,402655232,1767992622,1868967278,1919251567,1869570861,761620843,1868983913,318769152,1767992622,1919954286,1667331689,1869622649,7370096,772866056,1852399981,1802465091,1816225129,1635021413,268437504,1767992622,1869562734,1348823403,1886744687,285214720,1767992622,1869562734,1936025963,1433431888,524400,1634545167,1917873769,1667331689,1918976633,251660288,1767992622,1769099374,2036556150,7760196,772866056,1852399981,1986622032,1299800929,1818322031,218105856,1851878702,1667589985,1768648559,524389,1634545167,1701273966,1869562738,1936025963,385878016,1851878702,1735289204,1868770657,1701407599,1953459757,6644585,772997128,1668440429,1768107375,762079606,1852727650,134247013,1831738624,1701540449,1868770660,1701407599,1852793645,1953391987,1869438815,7102820,772800520,1702060397,1769234802,1869570861,6646123,772341768,1802723693,1868853074,318769152,1935764782,1600484721,1802465123,2002740585,7105633,773193736,1953718637,1647141677,1701736033,1663923058,1768648559,524389,1634545166,1869442932,1851875935,7497070,774635528,1920229741,758282857,1802465123,1848468841,1718187119,1952539497,762212201,1769172848,1852795252,1953456685,7171956,773521416,1601724781,1667199095,1768648559,1869504357,1768319348,1769234787,134245999,1831735808,1868770658,1852142702,1868770676,1701407599,419432448,761425198,1882025071,1635150194,1647147363,1714255983,1702129519,524402,1651322378,1869570911,6646123,773259272,1767858797,1919903342,1769234797,1667195254,1768648559,134247269,1831736064,1663923298,1768648559,1851744101,1667855471,524389,1668099604,1852793645,1953391987,1920413043,1701867617,524402,1668099598,1600745537,1802465123,7562601,773390344,761553773,1802465123,1831691625,1734438497,1814917733,1919252833,251660288,1818455342,1869570861,761620843,7496034,772931592,762405741,1802465123,1647142249,1701736033,524402,1684876811,1852793645,1953391987,167774208,761556270,1802465123,134243689,1831735808,1868770660,1701407599,1869373997,1919249251,301991936,761556270,1802465123,1680696681,1969317477,134247532,1831735808,1868770660,1701407599,1918990125,1735289198,301991936,761556270,1802465123,762537321,1769366625,134243683,1831736320,1920234340,1802465091,1867277673,1769234787,134245999,1831736576,1932359780,1663919220,1768648559,1869622629,7370096,772538376,761554285,1802465123,7562601,772866056,1768711533,1701995630,1633824115,1919250030,469764096,1818586414,1731031913,762474596,1852727650,1663922789,1635020399,1919250025,251660288,1852140846,1701470579,1869570861,6646123,772669448,1953391981,1131310953,1768648559,524389,1701654033,1663923566,1663921775,1768648559,134247269,1831734016,1131769445,1768648559,524389,1701654030,1734439795,1663905125,7104878,772800520,1936942445,761620321,1869570861,6646123,773324808,1936942445,761620321,1869570861,761620843,1852989815,6778473,772866056,1936942445,761620321,1869570861,1936025963,268437504,1936026926,1701273971,1668244269,1936025963,369100800,1936026926,1701273971,1869570861,761620843,1852727650,134247013,1831735296,1634956133,1663919463,1768648559,134247269,1831737344,1634956133,1680696679,1851878757,1663919460,1768648559,134247269,1831739392,1634956133,1680696679,1851878757,1663919460,1768648559,1999467365,1886413170,134247013,1831735808,1634956133,1697473895,1918990197,1735289198,352323584,1936026926,1701273971,1685024045,1663921249,1768648559,524389,1701654040,1734439795,1869491557,1768319348,1769234787,1667198575,524404,1701654040,1734439795,1986997605,1634497125,1663905145,1768648559,524389,1701654061,1734439795,1634741605,1533830510,1635017060,1953459757,761619305,574448745,1802465123,1867408745,1701013876,134241570,1831737088,1634956133,1999463783,1937059173,1868770661,1701407599,524403,1701654039,1734439795,1633966949,1663918452,1869426019,1567383908,251660288,1936026926,1701273971,1869570911,6646123,772866056,1936942445,1936025441,1868770605,1701407599,285214720,1936026926,1701273971,1868783475,1701407599,524403,1701654033,1734439795,1601136999,1802465123,134243689,1831735808,1634956133,1869178727,1869570911,1936025963,285214720,761687342,1802465123,1647142249,1701736033,524402,1718431248,1869570861,761620843,1701080941,524396,1735208458,1869570861,6646123,772538376,1885628269,1869622642,7370096,772997128,762734445,1802465123,762537321,1852727650,134247013,1831735552,1866692711,1701407599,1936617283,7630437,772866056,1597335661,1802465091,1867408745,1701013876,285214720,761883950,1802465123,1647142249,1701736033,524402,1768762888,1885628205,524402,1768762892,1868770660,1701407599,524403,1768762899,1870229352,1869570861,761620843,1936746868,369100800,1802071342,1650422889,1701080673,1667200353,1768648559,134247269,1831734784,1651076201,1866690415,1701407599,352323584,1852402990,1869570861,761620843,1953394531,1701734753,524402,1768762897,1868770670,1701407599,1852727650,134247013,1831735552,1884319337,1886541680,1869570911,6646123,772669448,1349413229,1667199088,1768648559,524389,1768762892,1866688878,1852142446,524404,1768762898,1667197294,1768648559,1953718117,7037793,773062664,1919969645,1868770671,1701407599,1953459757,6644585,772931592,1668508013,1886351405,1663922293,1768648559,524389,1785540116,2020565549,1869570861,761620843,1919249505,524404,1785540115,1852793645,1953391987,1633836895,1919250030,385878016,761949486,1919968359,1852793645,1953391987,1851875885,7497070,773652488,1781361261,1868770675,1767994478,762471790,1802465123,1630365033,1953654124,251660288,1600810286,1919968359,1851875935,7497070,772931592,762538605,1802465123,1848468841,1667855471,524389,1802317335,1869570861,761620843,1769238382,1633904998,1852795252,218105856,762015022,1802465123,1866622313,524408,1802317327,1802465091,1631741289,1919250030,285214720,1600875822,1802465123,1885300073,1667853423,524409,1802317323,1869570927,1936025963,469764096,1953197358,1852793695,1953391987,1851878751,1919248225,1634891615,1919250544,251660288,762080558,1802465123,1999463785,7364978,772734984,761359469,1919968359,1734962221,134247528,1831735552,1868770669,1701407599,1851875885,7497070,772472840,1663921517,1768648559,134247269,1831737344,1869426029,762077540,1701012321,1663923312,1768648559,134247269,1831735808,1634741613,1042310503,1868768032,1701407599,419432448,762146094,1701273968,589315616,1802465123,1768449385,1768257390,524403,1835871771,1734438957,540942437,1869570862,761620843,1953785203,1936158313,318769152,762146094,1701273968,773864992,1802465123,7562601,773062664,1866689901,1701407599,1868983881,1433956162,7497075,772407304,1866689901,1701407599,524403,1835871760,1869570911,1600481643,1702453612,524402,1835871764,1802465123,1919968617,1882023525,1768387948,524398,1835871760,1868770675,1701407599,1702453612,524402,1835871763,1819242356,1868770675,1701407599,1918984749,385878016,1970105646,1868770665,1701407599,1936286765,1767992419,7497069,772734984,761556589,1802465123,1647142249,134247009,1831734272,1663919214,1768648559,134247269,1831735040,1868770671,1868770669,1701407599,524403,1869426188,1953067821,1769099365,524406,1869426211,1735357026,758216237,1663921507,1768648559,1868770661,1852142446,1633824116,1919250030,352323584,1668246830,1869570861,761620843,1953394531,1701734753,524402,1869426194,1866673508,1701407599,1936942413,6645601,773128200,761556845,1667200865,1768648559,1717723493,1701273970,184551424,1685024046,1869570861,6646123,772866056,761556845,1802465123,1630365033,1953654124,251660288,1685024046,1869570861,761620843,7496034,772997128,761556845,1802465123,1663919465,1702063727,134247534,1831738112,1663919215,1768648559,1868770661,1852142446,1683971956,1869373801,524391,1869426198,1868770660,1701407599,1936286765,1767992419,7497069,773259272,761556845,1802465123,1814914409,1663924065,1702063727,134247534,1831735552,1663919215,1768648559,1634479461,7497081,772931592,761556845,1802465123,1848468841,1667855471,524389,1869426195,1868770660,1701407599,1918990125,1735289198,234883072,1685024046,1869570861,1650813291,134247009,1831735296,1663919215,1768648559,2036427877,134247013,1831735552,1663919215,1768648559,1819242597,7955305,773849096,761556845,1802465123,980641129,678719342,2036625250,1869494825,1952983156,2714733,772931592,761556845,1802465123,1635214697,1852403314,524391,1869426191,1768172900,1634493299,1919249769,150996992,1685024046,1885826093,524388,1869426195,1735142756,1663919216,1667588705,1869114465,570427392,1685024046,1702260525,2036427890,1952539739,1869884769,1029925232,1852793634,1953391987,134241570,1831735808,1882023023,1635150194,1869642083,2036558188,335546368,1685024046,1650816813,1702127987,1869570861,1936025963,218105856,1685024046,1802465091,1631741289,524402,1869426194,1869562724,1936025963,1936617283,7630437,773062664,1180987245,1851879017,1818323299,1802465091,7562601,773259272,1432645485,1868783476,1701407599,1769107551,2036556150,134230367,1831736064,1667196015,1667199853,1768648559,1633836901,524402,1869426191,1868783460,1701407599,1918984749,251660288,1685024046,1869570911,1600481643,7496034,773324808,1600417645,1802465123,1851745641,1718187119,1952539497,7237481,772931592,1600417645,1802465123,1885300073,1667853423,524409,1869426196,1868783460,1701407599,1601331554,1769238639,524398,1869426201,1868783460,1701407599,1601331554,1769238639,1819500398,134245737,1831737088,1667196015,1768648559,1852793701,1836214630,1869182049,524398,1869426199,1868783460,1701407599,1769238382,1633904998,1852795252,402655232,1685024046,1668835679,1667195502,1768648559,1869504357,1701013876,486541312,1685024046,1600219999,1953394531,1667198817,1768648559,1650422629,1701736033,524402,1869426194,1919967076,1667331689,1886347129,7235956,773390344,1600417645,1986622064,1601790817,1769238639,1701666670,1836411236,385878016,1685024046,1769107551,2036556150,1953525599,1935634025,7170412,773324808,1633972077,1663905132,1768648559,1647145829,1684759393,7368562,773128200,1633972077,1667313004,1953523043,1869570861,1936025963,318769152,1685024046,1630366817,1869834614,1869570861,6646123,773062664,1633972077,1633824108,1919250030,1802465123,7562601,772866056,1633972077,1667444076,1869570861,1936025963,486541312,1685024046,1663921249,1702129263,1663923310,1768648559,1701653861,1734439795,524389,1869426190,762077540,1668247395,6646123,773193736,1633972077,1868770668,1701407599,1667326509,1869767787,524400,1869426192,762077540,1802465123,1647142249,524391,1869426194,762077540,1802465123,1647142249,7955567,772997128,1633972077,1868770668,1701407599,1869374047,134245219,1831736320,1818322031,1869570861,1936025963,1819239213,134247023,1831736576,1818322031,1869570861,1936025963,1852405549,7827300,773062664,1633972077,1768172908,1735355489,1802465091,7562601,772472840,1633972077,1735142764,134243440,1831736576,1818322031,1769107501,2036556150,1952670047,6649449,773128200,1633972077,1769418092,2003788910,1869570861,1936025963,352323584,1685024046,1965976673,1647141732,1747808865,1701080175,524402,1869426200,1600938340,1852793695,1953391988,1868770605,1701407599,524403,1869426199,1600938340,1869570911,761620843,1936026925,1701273971,184551424,1685024046,1818192993,6582375,772669448,1633972077,1866687852,1701407599,524403,1869426192,1663919460,1768648559,1769221477,524400,1869426190,762078564,1802465123,7562601,772734984,1969516397,757949804,1802465123,134243689,1831736320,1819632751,1818307941,762606181,1802465123,134243689,1831734784,1819632751,1868770661,1701407599,352323584,1685024046,761621621,1802465123,1647142249,1701736033,524402,1869426194,1701606756,1869570861,761620843,7496034,772997128,1969516397,1663919468,1768648559,1852386661,134246246,1831736320,1819632751,1868770661,1701407599,2036427821,134247013,1831736064,1819632751,1868770661,1701407599,1953459757,524389,1869426194,1701606756,1869570861,1768253803,7300718,772734984,1969516397,1663919468,1768648559,134247269,1831736832,1819632751,1868770661,1701407599,1684090227,1701013878,469764096,1685024046,761621621,1802465123,762537321,1769238382,1633904998,1852795252,385878016,1685024046,761621621,1802465123,762537321,1885434487,7497072,773259272,1969516397,1731028332,762474596,1701012321,1851880560,134243683,1831738624,1819632751,1869491557,1768319348,1769234787,757952111,1802465123,7562601,773652488,1969516397,1932354924,1768121712,1663921249,1768648559,1633824101,1919250030,285214720,1685024046,1130720373,1768648559,1866625893,524408,1869426197,1701606756,1868783455,1701407599,1852727650,134247013,1831736576,1819632751,1868783461,1852142446,1834966900,7235937,773128200,1969516397,1667196268,1768648559,1869491557,1701013876,369100800,1685024046,1600482421,1802465123,1667196265,1702063727,134247534,1831737344,1819632751,1701666661,1734439795,1667199845,1768648559,134247269,1831736064,1819632751,757953381,1802465123,1633838441,524402,1869426199,1701606756,1852138611,1869570861,1936025963,1918984749,436209664,1685024046,1952803957,1701601889,1769107501,2036556150,1886351405,134246517,1831738368,1819632751,1667313007,1953785187,1869183585,1663919470,1768648559,134247269,1831735808,1819632751,1869562735,1097165163,1953654124,385878016,1819241774,1819632485,1868770661,1701407599,1936942445,6645601,772603912,1802399597,1869570861,1936025963,385878016,1869573422,1932341870,1769234804,1667855475,1953517427,7892802,773390344,1869901677,1869570861,761620843,1769238382,1633904998,1852795252,285214720,762342702,1802465123,1647142249,1701736033,524402,1886203414,1869570861,761620843,1667329136,1819240549,7497060,772472840,1663922285,1768648559,134247269,1831736832,1868770672,1701407599,1852386675,1836216166,1918984749,268437504,762342702,2003789939,1869570861,1936025963,285214720,1936747822,1735142768,1647142e3,1701736033,524402,1886203410,1868770676,1701407599,1851875885,7497070,773128200,1663923053,1768648559,1868770661,1768714349,1701015137,218105856,762539310,1802465123,1865246057,524395,1936535055,1802465091,1631741289,1919250030,184551424,1735617838,1869570861,6646123,772538376,761754477,1802465123,7562601,772866056,761754477,2036429428,1868770605,1701407599,268437504,1735617838,1936291393,1869562735,1936025963,184551424,1735617838,1869570911,6646123,772538376,1600615277,1802465123,7562601,772407304,1667724141,1768648559,524389,1936535052,1868770670,1701407599,524403,1953312267,761488173,1919839842,369100800,762604846,1802465123,1663919465,1702063727,1647146094,134247009,1831735808,1869570932,761620843,1936291373,1701601897,285214720,1685351726,1735535973,1999463536,1868852841,524407,1970089486,1869570861,761620843,7892834,772407304,1667200365,1768648559,524389,1970089493,1869570911,1600481643,1801675106,1970238055,134243438,1831735808,1663920501,1768648559,1633824101,1919250030,352323584,1769303342,762538541,1802465123,1647142249,1701736033,524402,1970089488,1702324590,1868770658,1701407599,524403,1970089483,1868770672,1701407599,184551424,762735918,1802465123,7562601,772997128,1663923821,1768648559,1999467365,1886413170,134247013,1831735296,1731029110,762474596,1852727650,134247013,1831738112,1868770679,1701407599,1852989815,761753193,1953394531,1701734753,524402,2003643941,1735615533,1663922038,1768648559,1819487589,1650812009,1714254433,1684371561,1600610861,134230320,1831738368,1935945079,762279527,1802465123,1932354921,1701079404,1601331554,134230320,1831735552,1935945079,762279527,1919252079,7954796,773586952,1680701293,1870030707,1702260525,2036427890,1667326509,1869768555,6581877,772669448,1667200877,1768648559,1633836901,524402,2003643923,1869570911,1600481643,1868983913,1918984799,251660288,1685613870,1869570861,761620843,7496034,772997128,761559149,762799470,1802465123,1647142249,134247009,1831735552,1663921528,1768648559,1818307941,7631461,772997128,762673261,1802465123,1663919465,1702063727,134247534,1831736064,1868770681,1701407599,1920425823,1701867617,524402,2037198347,1869570861,1936025963,201328640,1132031278,1768648559,1918976613,385878016,1601793326,1802465123,1634493801,1601332601,1919252079,7954796,772407304,1868790125,1701407599,524403,2037198358,1601202291,1802465123,1601398121,1852989815,6778473,773193736,1663924845,1768648559,1882026853,1667853423,1633824121,524402,2053975569,1869570911,1130719595,1702063727,134247534,1848512512,1869570861,761620843,1769238382,134243683,1848513536,1869570861,1936025963,1852793645,1852399988,134247013,1848512256,1869570861,1936025963,1718511917,524399,1634610702,1735617895,1869570911,6646123,772997128,1869504878,762470754,1802465123,1663919465,134244207,1848515840,761361249,1802465123,1848468841,1667855471,1868770661,1767994478,7497070,772669448,1131700590,1768648559,1718503781,524399,1634610710,1868770678,1701407599,1936286765,1767992419,7497069,773455880,762732910,762799470,1802465123,1680696681,1818456937,1701669217,524402,1634610701,1667194742,1768648559,134247269,1848511488,1667200609,1768648559,134247269,1848512e3,1633842785,1868770674,1701407599,251660288,1986096686,762470754,1802465123,7562601,773586952,1651925358,1714254433,1684371561,1953456685,778923892,1802465123,7562601,772538376,1651925358,1731031649,7499876,772734984,1651925358,1882026593,1635150194,134248803,1848514816,1734964833,1869182049,1868770670,1701407599,1851875938,7497070,773062664,1769365870,1769234791,1600089711,1802465123,7562601,773193736,1819894126,1882026607,1635150194,1647147363,1701736033,524402,1651387920,1868770605,1701407599,1970302832,524400,1651387914,1869570861,6646123,772997128,761553518,1802465123,1999463785,1886413170,134247013,1848512512,1663921762,1768648559,1852386661,134246246,1848514304,1663918435,1768648559,1667330917,1953523043,1852402733,524389,1668165134,757950831,1751474733,6581865,772603912,1663919214,1768648559,1918976613,285214720,1130720814,1768648559,1699574629,1734439795,524389,1701719573,1752461154,761621861,1802465123,1647142249,134247009,1848514560,1831691365,1818322031,1869570861,761620843,1852727650,134247013,1848518144,1768318053,2037672302,1869570861,761620843,1936617315,762605157,1769238382,1633904998,1852795252,369100800,1868918318,1869571629,1601332596,1869570911,1113942379,134247009,1848511232,1663924069,1768648559,524389,1701719570,1868770679,1701407599,1851875885,7497070,772866056,762799470,1802465123,1915577705,1936026741,318769152,2003136046,1869570861,761620843,1885434487,7497072,772866056,762799470,1802465123,762537321,1868983913,251660288,2003136046,762668333,1802465123,7562601,772669448,1131898222,1114401134,1701736033,524402,1701719568,1868783479,1701407599,1718511967,524399,1701719571,1663923320,1768648559,1633824101,1919250030,469764096,2019913262,1868770676,1701407599,1851875885,1601332590,1634891615,1919250544,301991936,2019913262,1868770676,1701407599,1684828008,134247013,1848513536,1937078373,1869570861,761620843,1852727650,134247013,1848511232,1868770662,1701407599,524403,1718496784,762538541,1802465123,1868719465,524408,1718496792,1869770797,1802465123,1647142249,1869902959,1633824109,524402,1718496789,1869770797,1802465123,1999463785,1886413170,134247013,1848512768,1868770663,1701407599,1869571629,7497076,772734984,762537838,1802465123,1647142249,134247009,1848510976,1868770664,1701407599,285214720,761884206,1802465123,1866687849,1852142446,524404,1785605641,1684483444,134247024,1848513536,1731032170,762474596,1819047270,1684633439,134244468,1848512256,1731032170,762474596,1970302832,524400,1802382864,1869570861,761620843,1919249505,524404,1802382865,1869570861,761620843,1852727650,134247013,1848512256,1868787051,1701407599,1919249505,524404,1819160078,1869570861,761620843,7496034,772800520,1663921262,1768648559,1819242597,7955305,772472840,1667198062,1768648559,134247269,1848512512,1868770669,1701407599,1768714096,134248803,1848512768,1869562733,1315268971,1718187119,7497065,773062664,762343022,762343521,1802465123,1764582761,7300718,772472840,757952366,1802465123,134243689,1848515072,1868770671,1701407599,1852793645,1953391987,1918990125,1735289198,301991936,762277422,1802465123,1999463785,1886413170,134247013,1848514048,1768238447,1663918443,1768648559,1852793701,1953391987,301991936,1919905326,1769234797,1663918454,1768648559,134247269,1848512e3,1667855471,1868770661,1701407599,436209664,1953459758,761619305,1802465123,762537321,1769107304,1953394554,134245473,1848511488,1667855471,1684483429,134247024,1848511232,1667855471,1869884773,524405,1869491733,1701013876,1802465091,1131636073,1702129263,134247534,1848512768,1667855471,1869562725,1936025963,6648661,772734984,1769238382,1667196259,1768648559,134247269,1848514048,1667855471,1869504357,1701013876,1869570911,1936025963,167774208,1953459758,1647142505,134247009,1848514048,1718187119,1869570861,1600481643,1634891615,1919250544,201328640,1953459758,1866688105,1701407599,318769152,1953459758,1667196521,1768648559,1634754405,7103854,772997128,1769238382,1633904998,1869570911,1650813291,134247009,1848513792,1718187119,1667326825,1697476449,1952543859,6382441,773128200,1769238382,1633904998,1852795235,1869570861,1936025963,318769152,1953459758,1667851881,1869182049,1127034222,4999502,772997128,1769238382,1633904998,1852795252,1145515309,134238800,1848513792,1718187119,1952539497,762212201,1869570861,6646123,773521416,1769238382,1633904998,1852795252,1868770605,1701407599,1701601581,134247538,1848514048,1718187119,1952539497,762212201,1869570861,1936025963,469764096,1953459758,1667851881,1869182049,1633824110,1919250030,1868770605,1701407599,419432448,1953459758,1667851881,1869182049,1633824110,1663905138,1768648559,524389,1869491732,1768319348,1769234787,1663921775,1768648559,524389,1869491739,1768319348,1769234787,1663921775,1768648559,1869622629,2036558188,486541312,1953459758,1667851881,1869182049,1868770670,1701407599,1920425823,1701867617,524402,1869491736,1768319348,1769234787,1663921775,1768648559,1852401765,524404,1869491733,1768319348,1769234787,1663921775,1768648559,134247269,1848513024,1718187119,1952539497,762212201,1919968359,721422336,1953459758,1667851881,1869182049,1634479470,1953853305,761753179,1935764579,1663188339,1768648559,1633824101,6103666,773521416,1769238382,1633904998,1852795252,1684633389,779380071,1802465123,134243689,1848515584,1718187119,1952539497,762212201,1885434487,762471792,1953787746,134245743,1848513536,1718187119,1952539497,778989417,1802465123,134243689,1848515584,1718187119,1952539497,778989417,1802465123,1663919465,1702063727,134247534,1848518912,1718187119,1952539497,778989417,1802465123,980641129,678719342,2036625250,1869494825,1952983156,2714733,773390344,1769238382,1633904998,1852795252,1869116206,1868770679,1701407599,805308416,1953459758,1667851881,1869182049,1918976622,1952539739,1869491553,1768319348,1769234787,1663921775,1768648559,1819242597,1568236393,486541312,1953459758,1667851881,1869182049,1851871342,757951589,1802465123,1631741289,524402,1869491761,1768319348,1769234787,1683713647,761361505,1769238382,1633904998,1852795252,1667310141,1953523043,1869570861,1936025963,134241570,1848520960,1718187119,1952539497,1533964137,1635017060,1953459757,1667851881,1869182049,1663188334,1801678703,1866687849,1852142446,6103668,774111240,1769238382,1633904998,1852795252,1868717919,1882008952,1769173605,1852142707,1869570932,6646123,773652488,1769238382,1633904998,1852795252,1868783455,1852142702,1868770676,1701407599,369100800,1953459758,1667851881,1869182049,1667194734,1768648559,134247269,1848515328,1718187119,1952539497,1601073001,1702127967,1663905133,1768648559,524389,1869491742,1768319348,1769234787,1600089711,1936942445,778397537,1802465123,7562601,774438920,1769238382,1633904998,1852795252,1920425823,1701867617,1633966962,1764581748,1663188324,1768648559,1562538853,402655232,1953459758,1667851881,1869182049,1868717934,1868770936,1701407599,335546368,1953459758,1667851881,1869182049,1868783470,1701407599,738199552,1953459758,1667851881,1869182049,1920425838,1683714145,761361505,1802465123,1848468841,1718187119,1952539497,1567518569,671090688,1953459758,1667851881,1869182049,1647145838,1600090721,1868983913,1936026925,1701273971,1868770605,1701407599,251660288,1953459758,762930793,1869570861,6646123,773390344,1769238382,1647147366,1701736033,1919507314,1953459757,1568237161,234883072,1953459758,762930793,1802465123,134243689,1848512256,1718187119,1868770681,1701407599,524403,1869491744,2036754804,1869570861,1936025963,1819242541,762930025,1953394531,1701734753,524402,1869491725,2036754804,1802465091,134243689,1848513024,1718187119,1869562745,1231382891,1919250030,318769152,1953459758,1132029545,1768648559,1632662373,7103854,773193736,1769238382,1667201382,1768648559,1920413029,1701867617,524402,1869491741,2036754804,1869570911,761620843,1885434487,762471792,1953787746,134245743,1848514560,1718187119,762538617,1802465123,1633838441,1633824114,134243699,1848515840,1718187119,762538617,1769238382,1663924582,1768648559,1764586341,7300718,772538376,2037673838,1869570911,6646123,773193736,1853189998,1869570861,761620843,1953394531,1701734753,524402,1886268945,1869570861,761620843,1769238382,134243683,1848512e3,1684483440,1831694960,1818322031,285214720,1601203758,1818323268,1866688367,1852142446,524404,1886268939,1868770670,1701407599,251660288,1869639214,1600349023,1969710450,7496044,772734984,1663922542,1869562669,1113942379,134247009,1848511744,761474417,1685088082,7496002,772603912,1663922542,1885827629,1918976612,285214720,762474030,1802465123,1630365033,1885692771,524404,1919823383,1869570861,761620843,1769238382,1633904998,1852795252,553650176,762474030,1802465123,1848468841,1718187119,1952539497,762212201,1886220131,1852141167,524404,1919823389,1869570861,761620843,1769238382,1633904998,1852795252,1635213151,134245484,1848516608,1868770674,1701407599,1953459757,1667851881,1869182049,2002739054,1886413170,134247013,1848514560,1919954290,1667331689,1869426041,762077540,762867554,134230646,1848510720,1869570930,6646123,772734984,761688686,1668508004,1835622764,134247013,1848512768,1663919986,1768648559,1869622629,7370096,772931592,1663923054,1768648559,1868770661,1852142446,524404,1936600602,1869570861,761620843,1986622064,762930017,1885434487,7497072,772472840,1663923054,1768648559,134247269,1848513024,1868770675,1701407599,1667313011,1953523043,268437504,762539566,1701869940,1869570861,1936025963,520095744,1735618094,1868770605,1701407599,1936600691,1848454503,1718187119,1952539497,7237481,772866056,762016622,1802465123,1882023273,1886744687,452986880,762605102,1953460070,1663922789,1768648559,1953705317,1835365473,7630437,772407304,1130787950,1768648559,524389,1953377816,1869491571,1768319348,1769234787,1663921775,1768648559,524389,1970155035,1869570861,1936025963,1701601581,1663923314,1635020399,1919250025,553650176,2020961838,1734964013,762344814,1802465123,1848468841,1667855471,1868770661,1852142702,524404,1986932247,1869570861,761620843,1769238382,1633904998,1852795252,167774208,1668705838,1768648559,134247269,1848512512,1869570934,1936025963,1953853229,134247013,1848512768,1667200118,1768648559,1953459813,6644585,772538376,762869358,1802465123,7562601,773128200,762869358,1802465123,1601398121,1634891615,1919250544,335546368,1786211886,1868783475,1701407599,1852793695,1953391987,385878016,762867246,1802465123,1882023273,1667853423,1869622649,7370096,772669448,846035054,1802465091,1631741289,524402,2037263904,757949300,1869570861,1650813291,1701736033,757935474,1953394531,1701734753,524402,762261018,1802465091,1114858857,1701736033,1868770674,1767994478,7497070,772341768,1868770671,1701407599,268437504,1663921966,1768648559,1633824101,1919250030,218105856,1663921966,1768648559,1633824101,524402,762261007,1802465123,1814914409,1919252833,285214720,1663921966,1768648559,1701653861,1734439795,524389,762261009,1802465123,1865246057,1819436406,134248801,1865288448,1869570861,1332046187,524395,762261006,1802465123,1634493801,7497081,772407304,1868770671,1701407599,524403,762261010,1802465123,762537321,1936942445,6645601,774045704,1868770671,1701407599,1869491571,1701013876,1684633389,1601463655,1852793695,1852399988,134247013,1865292800,1869570861,1936025963,1953459757,1600480105,1852793695,1852399988,134247013,1865289472,1869570861,1936025963,1869766495,524407,762261019,1701998435,1869570861,761620843,1769238382,1633904998,1852795252,268437504,1680699182,1870030707,1634891565,1919250544,369100800,2016571182,1869570861,1650813291,1999467105,1886413170,134247013,1865292288,1869570871,761620843,1868983913,1869770797,762605677,1885434487,134219776,1866690350,1701407599,318769152,1667198766,1768648559,1683977061,1919120233,6648933,772997128,1702257007,1869570913,1667590507,1702063727,134247534,1865289472,1663924321,1768648559,1936534885,524391,1651453451,1869570861,1936025963,318769152,761425710,1802465123,762537321,1953394531,7630437,773128200,1697473135,1868770677,1701407599,1852793645,1953391987,419432448,761425710,1818391920,1999463273,1701274729,1868770676,1701407599,524403,1651453466,1663924326,1768648559,1633824101,1868770674,1767994478,7497070,772341768,1601397359,1818848867,352323584,761491246,1668508004,1835622764,1699574373,1734439795,524389,1668230670,1600283487,1885434487,7497072,773455880,1818452847,1630368627,1953654124,1868770605,1701407599,1970302832,524400,1668230678,1868770669,1767994478,762471790,1851875885,7497070,773062664,1869898607,1869570861,761620843,1936617315,7630437,773062664,1986094191,1869570861,761620843,1936617315,7630437,772407304,1667523695,1768648559,524389,1701785103,1869570861,1936025963,2002873389,419432448,1600679726,1802465123,1851745641,1667855471,1920425829,1701867617,524402,1768893967,1885561645,1869491553,1701013876,251660288,761884462,1634755427,1735357485,6646887,772538376,1600350831,1936617315,7630437,772669448,1866689391,1701407599,1701732688,524396,1802448392,1768648559,524389,1819225611,1868770660,1701407599,184551424,2003595054,1869570861,6646123,773586952,762932335,761423223,1667197301,1768648559,1868770661,1767994478,7497070,772407304,1663921519,1768648559,524389,1836002836,1869570861,761620843,1701996385,1852140901,524404,1836002848,1868770659,1701407599,1852793645,1953391987,1851875885,762471790,1970302832,524400,1836002845,1836411246,1869570911,1936025963,1886351455,2002743413,1886413170,134247013,1865288192,1868770926,1701407599,134219776,778989358,1685088114,352323584,1668181806,1886727525,1731030639,1868770657,1852142446,524404,1852780050,1818307941,762606181,1869570861,6646123,772931592,761622127,1802465123,1647142249,1701736033,524402,1852780046,1970426981,1632400499,7497081,773652488,1768255087,1634296942,1869570861,761620843,1769238382,1633904998,1852795252,503318528,1701736238,1701273968,1701273458,1634887022,1868783468,1701407599,1768714096,134248803,1865291776,1920230766,762606453,1680696176,762016353,1953261926,134247013,1865291264,1852402798,1868770661,1701407599,1852793645,1953391987,486541312,1886285614,1869570861,761620843,1936617315,762605157,1953394531,1701734753,524402,1852780043,1868770675,1701407599,201328640,1953394478,1869570861,1936025963,335546368,1953394478,1869570861,1936025963,1634891565,1919250544,285214720,762277678,1802465123,1848468841,1667855471,524389,1869557262,1935945070,1851875885,7497070,773193736,1667330159,1601795177,1702453612,1868783474,1852142446,524404,1886334483,1868770659,1701407599,1936026925,1701273971,318769152,1668312878,1851878701,1919248225,1869570861,6646123,772603912,1852141679,1869570862,1936025963,167774208,1701867310,1735536238,134243440,1865290496,1663921264,1768648559,1868770661,1869771886,524396,1886334479,1667313012,1852795252,1918984749,436209664,1953525550,1852796513,1701601581,1647146098,1999468655,1886413170,134247013,1865291264,1851880560,1932357231,762802024,1953785203,1936158313,603981824,1953525550,1852796513,1869116205,1702047095,1852404852,1882026855,1886744687,1634891565,1919250544,385878016,1953525550,1852796513,1735357485,761621607,1886611812,7954796,772538376,1769238639,1953705326,7566433,772538376,1769238639,1869562734,6646123,772866056,1869901935,1866686829,1701407599,1885434455,301991936,762474286,1802465123,1600087401,1852727650,134247013,1865288960,1701536114,1986281836,6644585,773390344,1768059503,1868770675,1701407599,1953459757,761619305,1836216166,268437504,1735552814,1869570861,761620843,1768843629,301991936,1953656622,1869570861,761620843,1852727650,134247013,1865289728,1869504883,762143533,1684957559,134248303,1865288192,1869570931,1936025963,201328640,2004053806,1769107501,2036556150,301991936,762605358,1802465123,1663919465,1702063727,134247534,1865291008,1685269876,1752378731,1932359535,1769239653,7563118,773259272,1667200111,1768648559,1702059877,1852404852,1650422631,134246004,1865289472,1868770677,1701407599,1633824115,524402,1970220576,762471796,1986622064,762930017,762343284,1769365870,1769234791,1631743599,524402,1970220559,1131570548,1768648559,1918976613,150996992,1668706094,1768648559,524389,1986997776,1634497125,1663905145,1768648559,524389,1986997775,1634497125,1868770681,1701407599,352323584,1702260526,2036427890,1869570861,761620843,1668246626,524395,1986997776,1634497125,1868770681,1701407599,524403,1986997785,1634497125,1701653881,1734439795,1663905125,1768648559,134247269,1865289216,1819436406,1866692961,1701407599,251660288,1702260526,2036427890,1802465091,7562601,772800520,1919252079,1601790316,1869570911,6646123,773849096,1919252079,1601790316,1634235231,762802020,1869570861,761620843,1936617315,7630437,773128200,1919252079,1601790316,1802465123,1633838441,1919250030,369100800,1702260526,2036427890,1869570911,1936025963,1601529183,134242675,1865288704,1819436406,1885305185,134244722,1865290496,1819436406,1818392929,1131111265,1768648559,524389,1986997774,1634497125,1869570937,6646123,773128200,1919252079,1668899180,1768648559,1852793701,1953391987,268437504,762801966,1802465123,1999463785,1886413170,167774208,1601662766,1802465123,134243689,1865292288,1667198071,1768648559,1852399461,1836216166,1869182049,1936351086,167774208,1663922222,1801678703,134243689,1882067200,1869570861,761620843,1936617315,7630437,772734984,1868770672,1701407599,2036427821,134247013,1882066944,1869570861,761620843,1836020336,134247536,1882065920,1869570861,1113942379,134248559,1882065920,1869570861,1650813291,134247009,1882065408,1869570861,1936025963,218105856,1714253870,1684371561,1885827630,524388,762326535,1919968359,218105856,1731031086,762474596,1633972077,524396,762326547,762863981,1952737655,1868783464,1701407599,553650176,1848471598,1718187119,1952539497,762212201,762470754,1802465123,1868785001,1852142446,524404,762326551,1601204084,1802465123,1630365033,1701147239,1953391981,150996992,1667199022,1768648559,524389,1634741772,1667197794,1768648559,524389,1634741776,1852400740,1868770919,1701407599,524403,1634741773,1852400740,1684496231,134247024,1882066688,543516513,1663967294,1768648559,524389,1634741776,1042310503,1868770848,1701407599,524403,1634741773,757949799,1802465123,134243689,1882067968,761620321,1852727650,1600090725,1802465123,134243689,1882065920,761620321,1802465123,134243689,1882067712,761620321,1802465123,1647142249,1701736033,524402,1634741777,1663919463,1768648559,1635200357,134246002,1882066176,761620321,1802465123,7562601,772931592,1701273968,1869570861,1936025963,1718511917,524399,1634741781,1663919463,1768648559,1865249637,1819436406,134248801,1882067456,761620321,1818323300,1680697199,1870030707,335546368,1734438958,1701326181,1919247457,1868783455,1701407599,486541312,1734438958,1701326181,1919247457,1868783455,1701407599,1953459757,1702454889,524402,1634741788,1882023271,1635150194,1600092515,1818323300,1650419567,1701736033,524402,1634741781,1999463783,1768845921,1667196782,1768648559,134247269,1882065920,1130719073,1768648559,134247269,1882069248,1181050721,1702129519,1667313010,1953523043,1802465091,7562601,772538376,1701273968,1869562696,6646123,772603912,1701273968,1868783455,1701407599,402655232,1734438958,1667194725,1768648559,1768172901,1634493299,1919249769,234883072,1734438958,1667194725,1768648559,134247269,1882069504,1600481121,1936286815,1767992419,762471789,1869570861,1936025963,184551424,1734438958,1734303589,7499876,773390344,1701273968,1970495327,2036692594,1869570861,761620843,1868983913,268437504,1734438958,1718511973,1868770671,1701407599,419432448,1851879470,1868770661,1701407599,1852793645,1953391988,1887007789,524389,1634741783,1663919470,1768648559,1768172901,1634493299,1919249769,218105856,1851879470,1663921253,1768648559,524389,1634741773,1600939374,1802465123,134243689,1882070784,1635020385,762538541,1802465123,1867408745,1768319348,1769234787,1631743599,524402,1634741791,762471792,1701407843,1882027118,1635150194,1630370147,1701147239,1953391981,402655232,1918988334,1769107501,2036556150,1819242541,762930025,1868983913,318769152,1918988334,762605157,762867554,1802465123,7562601,773128200,1769103728,1868770675,1701407599,1633824115,1919250030,251660288,1918988334,1868770667,1701407599,7496034,773193736,1802658160,1634628397,1633839971,1868770674,1701407599,524403,1634741773,1663923314,1768648559,134247269,1882066688,1769239137,1663921249,1768648559,524389,1634741773,1600873843,1802465123,134243689,1882069760,846689121,1664430384,1768648559,1663923045,1768648559,1869622629,524400,1634741772,1866687862,1701407599,524403,1651518994,1869562669,1936025963,1936617283,7630437,773652488,1630364272,1600090224,1701012321,1663923312,1768648559,1633824101,1919250030,285214720,761425966,1802465123,1647142249,1701736033,524402,1651518996,1869570861,761620843,1953394531,1701734753,524402,1651518987,1869570861,1936025963,285214720,761491502,1802465123,1630365033,1885692771,524404,1668296206,1869570861,761620843,7496034,772931592,1663918960,1768648559,1868770661,1852142446,524404,1668296203,1868770662,1701407599,318769152,1768124462,1869375277,762077538,1802465123,7562601,772276232,1869570928,6646123,772341768,1869570928,1936025963,301991936,2036559918,1869570911,1600481643,1769238382,134243683,1882065920,761360484,1802465123,134243689,1882068224,1667195237,1600876399,1953787746,1769106799,7628903,773521416,1600218480,1802465123,1919905119,1852399461,1885302630,1987014767,134247013,1882066688,1768124005,1919969069,1634479460,524407,1701850644,761881454,1885434487,1919969069,1634479460,524407,1701850646,1868770674,1701407599,1851862387,1702112612,7564658,772669448,1936876912,1130458735,1768648559,524389,1701850653,1852797810,1680698465,761361505,1953460848,1769235301,1647144559,134247009,1882069760,1869836901,1147953518,1130460257,1768320623,1918332274,1701867617,524402,1701850654,1852797810,2053729377,1869182049,1936018798,1701273971,1885434455,7497072,772472840,1668506992,1768648559,134247269,1882070016,1634890853,1869570861,761620843,1868983913,1852793645,1852399988,134247013,1882067968,1868770662,1701407599,1919509549,1769235301,134243702,1882066944,1663923046,1768648559,1647145829,134247009,1882067712,1663924326,1768648559,1868770661,1852142446,524404,1735405066,1869570861,6646123,773128200,1663920240,1768648559,1868770661,1768714349,1701015137,251660288,761819182,1802465123,1764582761,7300718,773914632,1663920240,1768648559,1869622629,762344816,1982673526,846685545,1717920813,1953264993,184551424,761819182,1802465123,7562601,773521416,1818847344,1818584161,1634297968,1953525549,1982688873,1651077993,134243692,1882069248,1869375848,1667198834,1768648559,757953381,1869639536,7497078,773062664,1919969392,1868770671,1701407599,1953459757,6644585,773193736,762538096,1802465123,1882023273,1886744687,1701994797,524385,1752182293,762015349,1802465123,1999463785,1886413170,134247013,1882067456,1868770665,1701407599,1936026925,1701273971,285214720,761884718,1802465123,1848468841,1667855471,524389,1768959499,1868783461,1701407599,167774208,1701408814,1852006244,134245481,1882067456,1868788841,1852142446,1633824116,1919250030,385878016,2003398702,1848470377,1667855471,1868770661,1767994478,7497070,772931592,762866032,1802465123,1647142249,1701736033,524402,1785736724,761885997,1802465123,1647142249,1701736033,524402,1802513936,1868770671,1701407599,1685025325,524399,1802513944,1868770671,1701407599,1685025325,1986997615,1634497125,524409,1819291152,1869570861,761620843,1970302832,524400,1819291147,1869570861,1936025963,251660288,762081326,1802465123,762537321,6386787,773259272,1663921264,1768648559,1663923045,1663918452,1635020399,134245993,1882066432,1702125932,1869570861,1936025963,486541312,1634496558,1919903348,1663905133,1768648559,757953381,1953394531,1701734753,524402,1819291154,1634564705,1869570861,761620843,7496034,773455880,2053205104,1663918445,1768648559,1633824101,1630350706,1986622563,524389,1819291163,2037604199,1835365491,1919968607,1667331689,1869438841,1701606756,318769152,1919709230,1869570911,1600481643,1852989815,6778473,773128200,1735748720,1663921769,1768648559,1852793701,1953391987,234883072,1970040878,1601071463,1802465123,134243689,1882065408,1868770669,1701407599,134219776,762146862,1919968359,419432448,1668116526,1869570861,761620843,1936617315,762605157,1668246626,524395,1836068379,1663905143,1768648559,1663923045,1768648559,1969368421,1852798068,301991936,762212398,1802465123,762537321,1852727650,134247013,1882067200,1868783470,1701407599,1936617315,7630437,772472840,762080880,1802465123,134243689,1882067200,1866689646,1701407599,1684825453,6778473,772800520,1953459824,762930793,1802465123,7562601,772997128,762932848,1802465123,1663919465,1702063727,134247534,1882069760,762275439,1802465123,1882023273,1667853423,1920413049,1701867617,524402,1869622795,1869570924,1936025963,301991936,1819242542,762930025,1701012321,1647146096,134247009,1882066176,1667853423,1818307961,7631461,772669448,1768714096,1647147363,1701736033,524402,1869622795,2036558188,1918984749,234883072,1819242542,762930025,1953787746,134245743,1882066432,1667853423,1868770681,1701407599,251660288,1819242542,762930025,1802465123,7562601,773193736,1768714096,1831696739,1634956133,1663984999,1768648559,524389,1869622820,2036558188,1953459757,1667851881,1869182049,1882008942,1635150194,1882028387,1667853423,524409,1869622806,2036558188,1918990125,1735289198,1851875885,7497070,772669448,1768714096,1999468899,1868852841,524407,1869622798,2036558188,1869570862,6646123,772407304,1768714096,1749252451,524395,1869622798,2036558188,1936942413,6645601,772669448,1768714096,1717533027,1702129519,524402,1869622804,2036558188,1953459807,1667851881,1869182049,524398,1869622800,1769236844,1667194723,1768648559,524389,1869622801,1769236844,1663918435,1768648559,134247269,1882068224,1953066095,761357161,1802465123,762537321,7496034,773128200,1768714096,1633905012,1869570861,1936025963,2020565549,369100800,1819242542,1667855465,1868770657,1701407599,1868770675,134247534,1882069760,1953066095,761357161,1802465123,762537321,1953394531,1701734753,524402,1869622804,1769236844,1680695651,1868770661,1701407599,524403,1869622805,1769236844,1882022243,1635150194,1633970531,134243684,1882069504,1953066095,761357161,1986622064,1684628321,761619553,1685088108,268437504,1819242542,1667855465,1869562721,1936025963,268437504,1819242542,1667855465,2003128929,1935962721,285214720,1819242542,1667855465,1868783457,1701407599,524403,1869622800,1769236844,1868783971,1701407599,524403,1869622800,1769236844,1667199843,1768648559,524389,1869622801,1769236844,1600484721,1802465123,134243689,1882066944,1953066095,761359225,1802465123,134243689,1882067200,1953066095,1600220025,1935763811,7038324,773128200,1768714096,1634433396,2037543007,1853120887,1768125295,469764096,1819242542,1803121769,1919967073,1952544633,1668509550,1634883433,1919250544,150996992,1886351406,1768842029,524396,1869622795,1868770672,1701407599,234883072,1886351406,1869570861,1650813291,134248559,1882067200,1663922287,1768648559,1819242597,7955305,772538376,762343280,1802465123,7562601,772669448,762343280,1663922293,1768648559,524389,1869622810,1886727536,1869570861,761620843,1919249505,1818373492,7037807,772734984,762343280,1663922293,1768648559,134247269,1882065920,1667199087,1768648559,134247269,1882066432,1969188975,1868783472,1701407599,134219776,1886351406,1919968359,184551424,1886351406,1663921769,7104878,772669448,1768976240,1868770670,1701407599,524403,1869622804,762210672,1802465123,762537321,1633972077,524396,1869622796,1131309424,1768648559,524389,1869622797,1131309424,1768648559,134247269,1882066688,1987014767,1663922789,1768648559,524389,1869622802,1702260592,1684876658,1869570862,6646123,772669448,1970302832,1663905136,1768648559,524389,1869622807,762344816,1869570861,761620843,1684955496,1735289196,402655232,1886351406,757952629,1802465123,1601398121,1634891615,1919250544,419432448,1886351406,757952629,1768714096,1630370147,1819243362,1818588277,524409,1869622803,762344816,1919249505,1869491572,1701013876,335546368,1886351406,1630367861,2003790956,1869570861,1936025963,318769152,1886351406,1630367861,1869834614,1869570861,6646123,773062664,1970302832,1986080112,762278761,1802465123,7562601,773128200,1970302832,1751330160,1702063983,1869570861,1936025963,285214720,1886351406,1663922293,1768648559,1865231717,524398,1869622802,762344816,1802465123,841835881,3682608,773324808,1970302832,1868770672,1701407599,1667326509,1869768555,6581877,773062664,1970302832,1868770672,1701407599,1851875885,7497070,773390344,1970302832,1868770672,1701407599,1953459757,761619305,1885434487,335546368,1886351406,1663922293,1768648559,1869622629,2036558188,301991936,1886351406,1663922293,1768648559,1752378725,134248303,1882068224,1886744687,1869570861,761620843,1852989815,6778473,773259272,1970302832,1868770672,1701407599,1953459770,1685021224,134228345,1882067456,1886744687,1869570861,1600481643,2020565599,352323584,1886351406,1663922293,1768648559,1935630181,1868849512,524407,1869622809,762344816,1802465123,1868785001,1852142446,1868836212,134246007,1882066432,1886744687,1869570861,1936025963,369100800,1886351406,1663922293,1768648559,1932358501,1769235301,134245999,1882065664,1886744687,1885628205,524402,1869622806,762344816,1936942445,761620321,1802465123,7562601,773914632,1970302832,1701653872,1734439795,1868770661,1701407599,1936272755,1936291373,1701601897,352323584,1886351406,1831694453,1634956133,1663984999,1768648559,524389,1869622806,762344816,1919252079,762929516,1802465123,7562601,772734984,1970302832,1869622640,1769236844,134242659,1882065664,1886744687,1685025325,524399,1869622802,762344816,1701995379,1915580005,7300207,773128200,1970302832,1868770928,1701407599,1852793645,1953391987,318769152,1886351406,1631744117,1919250030,1885434455,7497072,772538376,1970302832,1869562736,6646123,772931592,1970302832,1869562736,1097165163,1885692771,524404,1869622797,1131443568,1768648559,134247269,1882071296,1886744687,1952539739,1869622625,1030780272,1886351394,1663922293,1768648559,6103653,772669448,1970302832,1667194736,1768648559,524389,1869622799,1601205616,1869570911,1936025963,335546368,1886351406,1650421877,1801678700,1869562719,1936025963,318769152,1886351406,1650421877,1801678700,1869570911,6646123,772603912,1970302832,1868783472,1701407599,352323584,1886351406,1667199093,1768648559,1684103013,1936614771,524389,1869622811,1601205616,1802465123,1885300073,1953067887,1601073001,1952867692,234883072,1886351406,1667199093,1768648559,134247269,1882067712,1886744687,1869570911,1936025963,1634891615,524400,1869622799,1601205616,1768714096,1936025955,218105856,1886351406,1868787829,1768645487,524389,1869622796,1668314480,1768648559,524389,1869622802,1718646128,762147439,1802465123,7562601,773718024,1953656688,2033020001,1916892527,1919240293,1868770661,1701407599,1634891565,524400,1869622806,1701606514,1868783476,1701407599,1819242591,7955305,772734984,1953722224,1663921253,1768648559,134247269,1882066432,1886876527,1952539693,1918984801,268437504,1987014702,1852140655,1869562729,1936025963,402655232,762343470,1701012321,1663923312,1768648559,1647145829,1801678700,167774208,762343470,1802465123,134243689,1882067200,1868770672,1701407599,1851875885,7497070,772931592,1663922288,1768648559,1635200357,1852403314,524391,1886400019,1869570861,1600481643,1852793695,1953391988,301991936,762343470,1802465123,762537321,1769238382,134243683,1882065664,1848467824,1667855471,524389,1886400012,1868770663,1701407599,524403,1886400020,1667199853,1868783469,1852142446,1633836916,524402,1886400032,1919967090,1683977833,1836409711,1601465957,1802465123,1650419049,1701736033,524402,1886400025,1919954291,1667331689,1869622649,2036558188,1920234285,134246505,1882067200,1868770674,1701407599,1953459757,6644585,772931592,1663922800,1768648559,1986997605,1634497125,524409,1919954449,1869570861,761620843,1768714096,134248803,1882068480,1747805554,1600414053,1869570911,761620843,1868983913,419432448,1701998638,1634035757,762471780,1802465123,1848468841,1667855471,524389,1919954447,1685015909,1866689633,1701407599,234883072,1701998638,1768648547,1852729701,134247013,1882067456,1702258034,1665234030,1953523043,1701015137,603981824,1769107502,1663922029,1768648559,1868770661,1768714349,1701015137,1634496557,1869112675,1919247468,234883072,1769107502,2036556150,1701601581,134247538,1882067968,1635150194,1630370147,1663919214,1768648559,134247269,1882066688,1635150194,1647147363,1701736033,524402,1919954455,1667331689,1633824121,1919250030,1634891565,1919250544,201328640,1769107502,2036556150,1918984749,369100800,1769107502,2036556150,1918984749,1852793645,1852399988,134247013,1882068736,1635150194,1647147363,1600090721,1953394531,1701734753,524402,1919954457,1667331689,1818373497,1768645487,1865246574,1819436406,134248801,1882067712,1635150194,1663924579,1702129253,1952656754,524385,1919954449,1667331689,1868770681,1919247214,134247278,1882071040,1635150194,1663924579,1702063727,1647146094,1701736033,1868521330,1819436406,134248801,1882069248,1635150194,1663924579,1702063727,1764586606,762275438,6386787,773193736,1986622064,762930017,1953394531,762081138,1734631778,524389,1919954456,1667331689,1868770681,1869771886,1647145836,1701736033,524402,1919954447,1667331689,1868770681,1701407599,352323584,1769107502,2036556150,1869570861,761620843,1919249505,524404,1919954454,1667331689,1868770681,1701407599,1851875885,7497070,772997128,1986622064,762930017,1802465123,1647142249,134247009,1882066944,1635150194,1663924579,1768648559,134247269,1882067712,1635150194,1680701795,1818456937,1701669217,524402,1919954458,1667331689,1768172921,1634493299,1919249769,1851875885,7497070,773128200,1986622064,762930017,1953460070,1647145573,1801678700,218105856,1769107502,2036556150,1852401709,524404,1919954455,1667331689,1852386681,1663922022,1635020399,1919250025,234883072,1769107502,2036556150,1718511917,134247279,1882067456,1635150194,1764587875,762603886,1819042167,402655232,1769107502,2036556150,1851878701,1919248225,1633836895,1919250030,419432448,1769107502,2036556150,1851878701,1919248225,1987010399,1634497125,524409,1919954456,1667331689,1701653881,1734439795,1986997605,1634497125,524409,1919954455,1667331689,1869491577,1701013876,1769155885,1701605485,436209664,1769107502,2036556150,1953459757,761619305,1801675106,1970238055,134243438,1882068224,1635150194,1848473955,1667855471,1852386661,7497070,773783560,1986622064,762930017,1769238382,1633904998,1852795252,1852793645,1852399988,134247013,1882068992,1635150194,1882028387,1667853423,762537321,1852727650,134247013,1882068480,1635150194,1882028387,1667853423,1633824121,1919250030,318769152,1769107502,2036556150,1819242541,762930025,7496034,773259272,1986622064,762930017,1768714096,1663924579,1702063727,134247534,1882068480,1635150194,1882028387,1667853423,1868770681,1701407599,385878016,1769107502,2036556150,1819242541,762930025,1802465123,7562601,773849096,1986622064,762930017,1768714096,1663924579,1768648559,1764586341,1919903342,7497069,773259272,1986622064,762930017,1768714096,1831696739,1634956133,134243687,1882068224,1635150194,1882028387,1667853423,1869426041,7102820,773193736,1986622064,762930017,1768714096,1848473955,1667855471,524389,1919954458,1667331689,1869622649,2036558188,1953459757,761619305,7496034,773128200,1986622064,762930017,1768714096,1882028387,1886744687,486541312,1769107502,2036556150,1819242541,762930025,1836020336,757953648,1633972077,524396,1919954453,1667331689,1869622649,2036558188,1634694189,134247539,1882068992,1635150194,1882028387,1667853423,762538361,1667855475,134248811,1882066432,1635150194,1882028387,1886744687,369100800,1769107502,2036556150,1886351405,1865248885,1819436406,134248801,1882068480,1635150194,1882028387,1886744687,1634891565,1919250544,385878016,1769107502,2036556150,1869770797,762605677,1885434487,7497072,773193736,1986622064,762930017,1701406835,1647141996,1701736033,524402,1919954454,1667331689,1702112633,762539378,1802465123,7562601,772669448,1986622064,762930017,1935765364,524404,1919954447,1667331689,1886727545,1702125924,268437504,1769107502,2036556150,1918990125,1735289198,268437504,1769107502,2036556150,1919249473,2020557428,234883072,1769107502,2036556150,1852727618,134247013,1882065664,1635150194,1631746403,524402,1919954446,1667331689,1869562745,6646123,772866056,1986622064,1132028769,1768648559,2020557413,268437504,1769107502,2036556150,1098342732,1953654124,251660288,1769107502,2036556150,1684825421,6778473,772669448,1986622064,1316578145,1667855471,524389,1919954452,1667331689,1953451641,1667851881,1869182049,524398,1919954452,1667331689,1819234425,1115251561,1701736033,524402,1919954449,1667331689,1819234425,1115251561,134247009,1882067200,1635150194,1867544931,2036558188,7040066,772997128,1986622064,1350132577,1667853423,1886343289,134246517,1882067456,1635150194,1867544931,2036558188,1852989783,352323584,1769107502,2036556150,1953785171,1936158313,1970302800,524400,1919954443,1667331689,1886344313,251660288,1769107502,2036556150,1869635423,7370096,772734984,1986622064,1601790817,1852727650,134247013,1882066944,1635150194,1667201379,1702063727,134247534,1882068736,1635150194,1667201379,1768648559,1885303653,1667853423,524409,1919954444,1667331689,1768185721,524406,1919954447,1667331689,1634492281,1734500215,251660288,1769107502,2036556150,1953459807,6644585,773128200,1986622064,1601790817,1769238382,1633904998,1852795252,335546368,1769107502,2036556150,1819242591,762930025,1868983913,352323584,1769107502,2036556150,1819242591,779707241,1919249505,524404,1919954465,1667331689,1869635449,2036558188,1701601582,1680700530,1768780649,1651078003,134243692,1882070272,1635150194,1885305187,1667853423,1818308217,762606181,1852989815,6778473,773455880,1986622064,1601790817,1768714096,1600092515,1953394531,1701734753,524402,1919954454,1667331689,1869635449,2036558188,1851875935,7497070,772931592,1986622064,1601790817,1768714096,1650424163,524391,1919954452,1667331689,1869635449,2036558188,1953456735,524397,1919954452,1667331689,1869635449,2036558188,1718511967,524399,1919954459,1667331689,1869635449,2036558188,1936026975,1701273971,2020565599,318769152,1769107502,2036556150,1819242591,1601790825,7368560,773193736,1986622064,1601790817,1836020336,1650422896,1869902959,524397,1919954465,1667331689,1919967097,1667593327,1852795252,1869570911,1600481643,1852727650,134247013,1882071296,1635150194,1935636835,1769239653,1601398638,1702129257,1667327602,1869622885,7370096,772800520,1986622064,1601790817,1852989815,6778473,772669448,1986622064,1652122465,1701736033,524402,1919954453,1667331689,1851875961,1601332590,1769238382,134243683,1882066432,1635150194,1868790115,1701407599,335546368,1769107502,2036556150,1802465123,1633838441,1919250030,201328640,1769107502,2036556150,1953393e3,201328640,1769107502,2036556150,1868983913,335546368,1769107502,2036556150,1702131055,1634891634,1919250544,419432448,1769107502,2036556150,1768714096,1936025955,1836016429,1848454445,524386,1919954478,1667331689,1819242617,1701405545,1868770675,757935469,1764581998,1919251566,1953068147,762077545,1919252079,7954796,773128200,1986622064,1887003489,1667853423,1667313017,1953523043,520095744,1769107502,2036556150,1768714096,1701673315,1734439795,2020565605,1634035807,7497060,773062664,1986622064,1887003489,1667853423,1920234361,6647913,773324808,1986622064,1937335137,1769239653,1601398638,1851875935,7497070,774111240,1986622064,2004444001,762080353,1852727650,1683714661,761361505,1982690153,1651077993,6120812,773062664,1986622064,2004444001,761623145,1885434487,7497072,772997128,1986622064,1887007585,1667853423,1852386681,134246246,1882068480,1635150194,1663919476,1768648559,1831695205,1818322031,234883072,1769107502,1702125942,1768714064,134248803,1882067968,1667198834,1768648559,1634479461,762471801,134244206,1882068224,1869311858,1869570861,761620843,1936617315,7630437,773193736,1836020336,1701593455,1663923314,1768648559,1886351461,524403,1919954449,1953525103,1869570861,1818585451,134248289,1882066688,1886220146,1868783476,1701407599,524403,1919954456,1818587247,762471788,1802465123,1868785001,1852142446,524404,1919954452,1667593327,1869562740,1113942379,1701736033,524402,1936731659,1869562669,1936025963,184551424,762540078,1802465123,7562601,772472840,761754480,1802465123,134243689,1882066432,1868770676,1701407599,1918984749,352323584,1651863598,1600350572,1634166124,1868783468,1701407599,524403,1970286101,1952804976,1869570861,761620843,1852727650,134247013,1882070528,761623157,1802465123,762537321,1769238382,1663919459,1635020399,1919250025,469764096,1920299054,1868770661,1701407599,1869491571,1701013876,1634891565,1919250544,318769152,1920299054,761621616,1802465123,1764582761,7300718,772407304,1752397168,1768842029,524396,1970286105,1919248499,1701732720,1868770668,1701407599,1769238382,134243683,1882065664,1663923573,1768648559,524389,1987063307,1869570861,1936025963,301991936,762802222,1802465123,1663919465,1702063727,134247534,1882068224,1868770679,1701407599,1852793645,1953391987,3307053,773718024,1663924080,1768648559,1868770661,1852142446,846605684,1667326509,1869767787,524400,2003840529,1869570861,761620843,1684957559,134248303,1882068480,1868783479,1852142446,1701666676,1734439795,1986618469,184551424,1601663022,1802465123,7562601,773652488,1650816880,762867554,1735748720,1663921769,1768648559,1869635429,2036558188,251660288,1937207342,1869570911,1600481643,7496034,772734984,1600944240,1802465123,1650419049,134247009,1882065920,774974841,1802465123,134243689,1882065408,775105913,1685088114,201328640,762933294,1868770868,1701407599,369100800,762998830,1668508004,1835622764,757953125,1802465123,134243689,1898845440,1734700077,1848470625,1718187119,1952539497,7237481,773718024,1869491569,1768319348,1769234787,1666936431,1936941420,1730297130,577925220,524381,762392081,1701603699,1663923310,1702063727,134247534,1898842624,1869570911,1936025963,301991936,761360686,1919249505,1663905140,1768648559,134247269,1898844416,1868770657,1701407599,1953459757,6644585,772866056,1932353905,1801675118,762470754,1634755427,285214720,761426222,1802465123,1634493801,1633824119,524402,1668361743,1886217005,1869116205,1735289207,335546368,761491758,762342755,1663920501,1635020399,1919250025,268437504,761557294,1802465123,1882023273,1886744687,184551424,761753902,1936617315,7630437,772538376,761884273,1802465123,6779757,772866056,1663922289,1768648559,1630368613,1953654124,503318528,762605870,1802465123,1663919465,1702063727,1647146094,1999468655,1886413170,134247013,1898844416,1801677173,1869570861,761620843,7496034,772341768,1868770674,1701407599,218105856,1663922734,1768648559,1633824101,524402,762457616,1802465123,1714251113,1702129519,524402,762457610,1802465123,7562601,772734984,1684483442,1663922800,1768648559,134247269,1915620608,1885628205,1869622642,7370096,772866056,1768186226,1634496623,762471801,1869508193,452986880,1684107822,1819307881,1919252833,1869570861,761620843,1936617315,7630437,772931592,1768186226,1663920243,1768648559,1633824101,524402,1634872847,1752394084,1667461677,1918984749,318769152,1751216686,1869570861,761620843,1936617315,7630437,772800520,1802396018,1869570861,761620843,7496034,772866056,1953718642,1700946280,1868770674,1701407599,301991936,761426478,1701012321,1663923312,1768648559,134247269,1915619840,1868770658,1701407599,318769152,761426478,1802465123,1647142249,1684759393,7368562,773128200,1663918706,1768648559,1768172901,1634493299,1919249769,268437504,761426478,1802465123,1634168425,1953654124,285214720,761492014,1802465123,1647142249,1701736033,524402,1668427287,761474423,1802465123,1768187241,1634493299,1919249769,251660288,1600418350,1869570911,761620843,7496034,773259272,1684497522,1868657264,1869570861,761620843,1852727650,134247013,1915623680,1680698724,761487713,1769238382,1949132131,1819307365,6648929,773259272,1667327346,1831677300,1819632751,1667194725,1768648559,134247269,1915622400,1952670053,1869570861,761620843,1852727650,134247013,1915623936,1952670053,1869570861,761620843,1919968359,1869373997,1919249251,419432448,1634038318,1663923299,1768648559,1684483429,1680700016,1869373801,524391,1701981720,762602337,1802465123,1814914409,1680701281,1869373801,524391,1701981728,762602337,1769365870,761357613,1802465123,1680696681,1818456937,1701669217,524402,1701981733,762602337,1702258034,1666935905,1936941420,1663188266,1768648559,1633824101,1919250030,134241570,1915620096,1667522917,1768648559,524389,1701981713,1851880547,1130720359,1768648559,134247269,1915620608,1920295781,1731033452,7499876,773128200,1751410034,1663923297,1768648559,1633824101,1919250030,301991936,1734701614,762212201,1802465123,1647142249,134245985,1915622656,1869178725,1868770670,1701407599,1684825453,6778473,773586952,1768383858,1680698991,1818456937,1701669217,1868770674,1852797037,7630437,772538376,1768383858,1731030639,7499876,772866056,1768383858,1915580015,762274927,1868983913,402655232,1734701614,1634627433,1868770668,1701407599,1918990125,1735289198,251660288,1902473774,1953719669,1802465091,7562601,773128200,1131636082,1768648559,1852793701,1634891565,1919250544,369100800,1936028206,1701994856,1869570911,2003134827,1768845921,134244206,1915623424,1869640549,1986622318,1885416805,1667194736,1768648559,134247269,1915624192,1869640549,1986622318,1869563493,1114793332,1866691169,1852142702,524404,1701981709,1953265011,1802465091,134243689,1915622400,1767994469,1868770668,1701407599,2036427821,134247013,1915623168,1634039397,1869426028,762077540,1663919970,1768648559,524389,1701981716,1818322294,1685024045,1663921249,1768648559,524389,1701981723,1818322294,1685024045,1767599201,574433892,1802465123,1562535273,285214720,2036691502,1869570861,1315268971,1667855471,524389,1735536139,1630364784,1953654124,201328640,1885827630,1633824100,1919250030,150996992,1885827630,1633824100,524402,1735536139,1647142e3,1801678700,234883072,1885827630,1818373476,1634427759,134243687,1915620608,761557095,1936617315,7630437,772734984,1685088114,1852793645,1852399988,134247013,1915620352,761557095,1802465123,134243689,1915621120,761557095,1802465123,1633838441,524402,1735536141,1663919216,1768648559,134247269,1915622400,761557095,1802465123,762537321,1852727650,134247013,1915622656,761557095,1802465123,762537321,1819242356,7892834,773390344,1685088114,1952539693,1868770657,1869771886,1633824108,1919250030,201328640,1885827630,1852124516,1953653091,251660288,1885827630,1768303972,761554296,7496034,772538376,1685088114,1869571629,7497076,772866056,1685088114,1852139309,1818325605,2020565549,234883072,1885827630,1852386660,1650421606,134247009,1915620096,761557095,1701736041,524402,1735536139,1814914160,1919252833,201328640,1885827630,1634610532,1918984822,201328640,1885827630,1869491556,1701013876,301991936,1885827630,1869491556,1768319348,1769234787,134245999,1915620096,761557095,1768976240,524398,1735536139,1882023024,1886744687,218105856,1885827630,1920413028,1701867617,524402,1735536138,1982751856,7824745,772276232,1685088114,7233858,772472840,1685088114,1802465091,134243689,1915620864,1600417895,1801675106,1886351972,201328640,1885827630,1633836900,1919250030,301991936,1885827630,1633836900,1919250030,1701601631,134247538,1915619584,1600417895,7892834,772603912,1685088114,1936026975,1701273971,301991936,761819694,1802465123,1663919465,1702063727,134247534,1915624448,1650816872,1702260525,2036427890,1869570861,761620843,1851877475,134243687,1915621120,1868718697,1667181934,1768648559,524389,1769090574,1852793442,1869570861,6646123,773193736,1751607666,1818635636,1769234799,1663919982,1768648559,524389,1769090582,1684108657,1983999858,1869834614,1986622032,7955297,773062664,1668508018,1667199853,1768648559,1768254565,6648947,773193736,1886874226,1869570861,761620843,762798444,1970302832,524400,1819422233,1601201012,1868983913,1952542066,1601073001,1802465123,134243689,1915620096,1663924332,1768648559,524389,1819422223,1868770680,1701407599,1918984749,167774208,762147374,1802465123,134243689,1915621632,1868770669,1701407599,1818307955,7631461,772800520,1663921522,1768648559,1647145829,7629925,772669448,1663921522,1768648559,1865249637,524396,1836199439,1869562727,1097165163,1953654124,301991936,1802400302,1869562669,1936025963,1768714064,134248803,1915620096,1667200110,1768648559,524389,1869753874,1663920995,1768648559,1869622629,7370096,772538376,1868853106,1667457325,7630949,772472840,1868853106,1701601581,134247538,1915623936,762274927,1802465123,762537321,1701732720,1869426028,1701606756,201328640,1685025326,1701326191,1952999273,167774208,1685025326,1852386671,134246246,1915620864,762274927,1868983913,2020565549,369100800,1685025326,1852386671,1647144806,1865250927,1819436406,134248801,1915622144,762274927,1868983913,1868783455,1852142702,524404,1869753875,1764585316,1601136238,1702260575,2036427890,184551424,1685025326,1869426031,7102820,773128200,1868853106,1953459757,1634562861,1831693420,1818322031,251660288,1685025326,1986997615,1634497125,7497081,772472840,1868853106,1886351405,134246517,1915621632,762274927,1970302832,1869635440,7370096,772603912,1868853106,1634891565,1919250544,251660288,1685025326,1920413039,1701867617,3222898,772407304,1868853106,1919249473,524404,1869753866,1867542372,7370096,772603912,1868853106,1667325791,1953523043,268437504,1685025326,1667194735,1635020399,1919250025,318769152,1685025326,1868783471,1701407599,1869635443,7370096,772407304,1868853106,1718511967,524399,1869753867,1667329892,1953523043,201328640,1752134190,1869570861,1936025963,385878016,2003792430,1868770605,1701407599,1836016429,1634298992,6644590,772669448,762802034,1802465123,1633838441,524402,1869753868,1868770679,1701407599,524403,1869753897,1633966967,1949131124,762606437,1701602675,1919906915,1663188266,1768648559,1633824101,1919250030,134241570,1915621888,1866673520,1701407599,1852785523,1953391987,268437504,762540590,1919249505,1868770676,1701407599,301991936,762540590,1802465123,1663919465,1702063727,134247534,1915621376,1868723315,1869562744,1113942379,134247009,1915620352,1663923571,1768648559,134247269,1915623168,1868770676,1701407599,1768714096,1848473955,1667855471,524389,1953639955,1868770675,1701407599,1918990125,1735289198,452986880,1937011246,1869570861,1936025963,1918990125,1735289198,1851879469,7103854,773521416,762541170,1969516397,1663919468,1768648559,1831695205,1634956133,134243687,1915623424,1110273142,1701736033,1868770674,1701407599,1852727618,134247013,1915621888,1868770679,1701407599,1852793645,1953391987,385878016,762802734,1802465123,1848468841,1718187119,1952539497,7237481,773783560,1668577394,1768648559,1936286821,1767992419,1601332589,1852793695,1852399988,134247013,1915622656,1868770681,1701407599,1919250477,1936943469,7237481,774045704,1831677299,1634956133,1666934119,1936941420,1663188266,1768648559,1869491557,1701013876,134241570,1932399616,758133037,1802465123,1663919465,1702063727,134247534,1932398080,1886413101,1869570861,1936025963,150996992,1663922990,1768648559,524389,762523156,1802465123,1680696681,1818456937,1701669217,524402,762523150,1802465123,1747805545,7630441,773455880,1868770675,1701407599,1953459757,1667851881,1869182049,1633824110,524402,762523151,1802465123,1882023273,1886744687,285214720,1663922990,1768648559,1834966885,1818322031,524341,762523148,1802465123,1633838441,524402,762523146,1802465123,7562601,772734984,1868770675,1701407599,1852386675,134246246,1932399872,1869570861,1936025963,1718511917,1852386671,7497070,772931592,1868770675,1701407599,1635200371,1852403314,524391,762523157,1802465123,1601398121,1852793695,1852399988,134247013,1932399360,1869570861,1936025963,1920425823,1701867617,524402,762523143,1919968359,587204608,1848472366,1734964833,1869182049,1869884782,1882025071,1818586721,1936286765,1767992419,7497069,772866056,1663906163,1768648559,1633824101,1919250030,486541312,808612654,1869570861,761620843,1852727650,1600090725,1953394531,1701734753,524402,846409239,758264368,1802465123,1647142249,1600090721,1818846582,369100800,1832022830,1802465091,1332962665,1852404848,1818323268,134244207,1932400384,1868770611,1701407599,1936026925,1701273971,1634891565,524400,863186457,1663905846,1768648559,1768435045,1999467630,1886413170,134247013,1932398592,1869570911,761620843,1852727650,134247013,1932397824,761620321,1802465123,7562601,772931592,1936548211,1869570861,761620843,1633972077,524396,1634938383,1663918446,1768648559,1918984805,285214720,1851880238,761359727,1769238639,1633824110,524402,1634938381,1663919478,1768648559,134247269,1932398848,761624161,1802465123,762537321,6648946,772997128,1647141491,1701736033,757953394,1802465123,134243689,1932399360,1868770658,1701407599,1718511917,1868705135,524408,1651715601,1869570861,1936025963,1701601581,134247538,1932399104,1668164962,1768648559,1630368613,1953654124,167774208,761492270,1802465123,134243689,1932398848,1868770659,1701407599,1851875885,7497070,772472840,1663918963,1768648559,134247269,1932396544,1684483427,134247024,1932398336,1684483427,1647145584,1701736033,524402,1668492827,1663921453,1768648559,1868770661,1852142446,1633824116,1919250030,301991936,761492270,1986622064,762930017,1852727650,134247013,1932399104,1663919971,1768648559,1633824101,1919250030,318769152,1751348014,1952539693,1852793697,1819243124,7497068,773062664,1634231155,1868783455,1701407599,1851875885,7497070,772472840,1886217075,1886351405,134245993,1932399360,1663922019,1768648559,1868770661,1919510126,524397,1668492828,1701670255,761619314,1919968359,1869570861,1852139883,1667855471,524389,1668492830,761623151,1802465123,1680696681,1818456937,1701669217,1818307954,7631461,773718024,762340211,1802465123,1663919465,1702063727,1865249902,1919251573,1634891565,524400,1668492816,1684090226,1868770678,1701407599,524403,1668492822,1852138866,1702260525,2036427890,1869570861,6646123,772669448,1701995379,1663987301,1768648559,524389,1668492828,1953524082,1769107501,2036556150,1768714064,1663924579,1768648559,524389,1668492821,1953524082,1869570911,1600481643,1852727650,134247013,1932399360,1819243107,1768303980,1868770936,1701407599,524403,1668492819,1819045746,1042313829,1868770848,1701407599,184551424,2003006254,1869570861,6646123,772866056,1663919219,1768648559,1633824101,1919250030,385878016,761557806,1802465123,1848468841,1718187119,1952539497,7237481,772866056,1667196019,1768648559,1869640549,2036558188,385878016,1667527470,1953067821,1868770661,1701407599,1953459757,6644585,773586952,762078323,1769238382,1633904998,1852795252,1869570861,761620843,7496034,772997128,762078323,761423223,1802465123,1647142249,134247009,1932398592,1601462629,1802465123,1650419049,134247009,1932400128,1769235301,757952111,1852727650,1866691173,1701407599,402655232,1667593006,1852795252,1868770605,1701407599,1852793645,1953391987,385878016,1667593006,1852795252,1868770605,1701407599,1819242541,7955305,772997128,1952671091,762212201,1869570861,1113942379,134247009,1932398848,1769235301,757952111,1802465123,7562601,772734984,1952671091,762212201,1802465123,134243689,1932400384,1769235301,1663921775,1768648559,1701653861,1734439795,524389,1702047259,1869182051,1868770670,1701407599,1769238350,1633904998,1852795252,268437504,1667593006,1852795252,1869570861,1936025963,486541312,1667593006,1852795252,1953459757,1667851881,1869182049,1868770670,1701407599,524403,1702047251,1869182051,1869622638,762344816,1919968359,419432448,1667593006,1852795252,1868783455,1701407599,1701653805,1734439795,524389,1702047255,1869182051,1667194734,1768648559,1869884773,1701603175,285214720,1667593006,1852795252,1868783455,1701407599,524403,1702047253,762540645,762342755,1852727650,1647145573,134247009,1932401152,1936876901,1886217005,1869570861,761620843,1635017060,1819240493,369100800,1734701870,1868770658,1701407599,1886220131,1851877740,134243683,1932397568,761489765,1802465123,134243689,1932400896,1667591269,1131573108,1768648559,2002865253,1936942413,6645601,773062664,1718379891,1852793645,1852399988,1869570861,6646123,772931592,762144115,1802465123,1848468841,1667855471,524389,1702047260,1852142702,757949795,1802465123,757949801,1953394531,1701734753,524402,1702047254,1701998703,1965912947,762471795,1936617315,7630437,773783560,1886348659,1936942450,1702065453,1868770674,1852142446,1633824116,1919183715,134246511,1932398848,1634890853,1818587248,1802465123,7562601,772538376,1937007987,1869570861,6646123,772472840,1663919731,1702063727,134247534,1932398848,1868770662,1701407599,1851875885,7497070,773324808,1663919731,1768648559,1868770661,1852142446,1970220404,7497076,773062664,1663919731,1768648559,1936286821,1767992419,7497069,772931592,1663919731,1768648559,1647145829,1701736033,524402,1718824469,1684633439,1601463655,1836213616,1769173865,134245999,1932399872,1663923046,1768648559,1868770661,1767994478,7497070,772931592,1663919987,1768648559,1868770661,1852142446,524404,1735601684,1869570861,761620843,1953394531,1701734753,524402,1735601681,1869570861,761620843,1769238382,134243683,1932398848,1868770663,1701407599,1819242541,7955305,773259272,1663919987,1768648559,1869622629,2036558188,1886351405,134246517,1932397824,2002988391,1869570861,6646123,772603912,1667458931,1869570861,1936025963,167774208,1684501294,1647145584,134248559,1932399616,1663923047,1768648559,1663923045,1702063727,134247534,1932397312,1866691431,1701407599,524403,1752378890,1869570861,6646123,772800520,1663920243,1768648559,1818307941,7631461,772866056,1663920243,1768648559,1633824101,1919250030,385878016,761819950,1802465123,1663919465,1768320623,1952542066,7237481,772866056,1663920243,1768648559,1768172901,1735355489,285214720,761819950,1802465123,762537321,1667330676,524395,1752378902,1869116205,1868770679,1701407599,1920216435,7037793,772669448,1684105331,1663924079,1768648559,524389,1752378901,2003788897,1869570861,761620843,1852727650,134247013,1932399616,1868849512,1868770679,1701407599,1852727618,134247013,1932401408,1701994856,1819240545,1663918953,1768648559,1868770661,1852142446,524404,1752378901,1684370017,1701601581,1600091250,1802465123,134243689,1932401152,1701994856,1868770660,1852797037,1937010277,1869570861,1936025963,369100800,1634235182,761554290,1802465123,1663919465,1702063727,134247534,1932398336,1701994856,1868770660,1701407599,524403,1752378902,1684370017,1868783455,1701407599,1851875885,7497070,772603912,1918986355,1868770667,1701407599,385878016,1651012398,1667457325,762605669,1802465123,762537321,7892834,773128200,1718184051,1663922804,1768648559,1869491557,1701013876,352323584,1869116206,761886064,1663923557,1768648559,1633824101,524402,1752378900,1647146863,1701736033,1868770674,1701407599,524403,1752378900,1663924079,1868787311,1647142002,1701736033,524402,1752378902,1663924079,1768648559,1868770661,1767994478,7497070,773128200,2003789939,1869570861,761620843,1769238382,1919252838,637536256,1869116206,1868770679,1701407599,1886351405,1849323637,1646818415,695821423,1953459770,1836345384,134228332,1932398336,762802024,1663923557,1768648559,524389,1752378900,1731032943,980578404,678719342,2036625250,524329,1752378899,1848473455,1667855471,1868770661,1701407599,335546368,1869116206,1685401207,1633824099,1869098354,1919247468,218105856,1869116206,1685401207,1986997603,524402,1752378889,1145534319,134238800,1932399104,1350004584,1635150194,1866692963,1701407599,218105856,1869116206,1868783479,1701407599,524403,1752378901,1684371311,1869570861,761620843,1769238382,134243683,1932398336,1702326120,1868770916,1701407599,524403,1752378890,1731030386,7499876,773652488,761751923,1802465123,1647142249,1701736033,1667194738,1635020399,1919250025,268437504,1734964014,1970561390,1852793645,1953391987,385878016,1802072878,1868770671,1701407599,1936286765,1767992419,7497069,772931592,1886218611,1663919468,1768648559,1633824101,524402,1769156119,1701605485,1869570861,1936025963,1634891565,1919250544,201328640,1936290606,1868770677,1701407599,285214720,1953067822,1145515365,1647137360,1701736033,524402,1769156116,1647142260,1868783973,1868770670,1701407599,524403,1769156114,1663919476,1768648559,1818307941,7631461,772997128,1702127987,1869570861,761620843,1852727650,134247013,1932400128,761623657,1802465123,1663919465,1635020399,1919250025,335546368,1953067822,1868770661,1701407599,1852793645,1953391988,385878016,1953067822,1868770661,1701407599,1936286765,1767992419,7497069,772866056,1702127987,1869570861,761620843,1868983913,301991936,1953067822,1868770661,1701407599,1851879469,134245477,1932399104,761623657,1802465123,1882023273,1886744687,335546368,1953067822,1868770661,1701407599,1918990125,1735289198,301991936,1953067822,1868770661,1701407599,1852727618,134247013,1932397824,761623657,1802465123,7562601,773062664,1702127987,1869570861,1936025963,1851875885,7497070,772931592,1702127987,1869570861,1936025963,1718511917,524399,1769156117,1663919476,1768648559,1999467365,1886413170,134247013,1932401152,761623657,1953460070,1663922789,1768648559,1633824101,1919250030,419432448,1953067822,1868967269,1919251567,1869570861,1650813291,1701736033,524402,1769156113,1731028340,762474596,1852727650,134247013,1932399104,761623657,1919968359,1936026925,1701273971,335546368,1953067822,1701326181,1919247457,1869570861,1936025963,369100800,1953067822,1701653861,1734439795,1663905125,1768648559,134247269,1932399616,761623657,1936942445,778397537,1802465123,134243689,1932400896,761623657,1969516397,757949804,1702127987,1869570861,6646123,772800520,1702127987,1735617837,1869570861,6646123,772997128,1702127987,1701146157,1663923044,1768648559,134247269,1932399616,761623657,1769238382,1999463779,1886413170,134247013,1932402944,761623657,1768714096,1663924579,1702063727,1848472686,1718187119,1952539497,7237481,772997128,1702127987,1886351405,1663987829,1702063727,134247534,1932399360,761623657,1986622064,1887003489,1667853423,524409,1769156122,1965909364,1663919475,1768648559,1868770661,1767994478,7497070,773324808,1702127987,1702065453,1868770675,1701407599,1818373491,7037807,773259272,1702127987,1684633389,1869491557,1701013876,1684483373,134247024,1932397312,1130722409,1768648559,524389,1769156116,1866687860,1701407599,1647127923,1869902959,524397,1769156119,1650419060,1801678700,1634891615,1868783472,1701407599,385878016,1953067822,1868783461,1701407599,1868783475,1767994478,7497070,773586952,1702127987,1869570911,1936025963,1852793695,1852399988,1868526181,7234928,773128200,1702127987,1869570911,1936025963,1936026975,1701273971,301991936,1953067822,1868783461,1701407599,1634496627,134244467,1932399360,1600484457,1684104552,1667199589,1768648559,524389,1769156125,1885300084,1635150194,1868790115,1701407599,1667194739,1702129263,134247534,1932404992,1885697129,1852727660,1831694949,1819632751,1663923045,1768648559,1869622629,2036558188,1953459757,6644585,773062664,1702127987,1868770675,1701407599,1953459757,6644585,773324808,1702127987,1868770675,1701407599,1953459757,761619305,7629158,772931592,1702127987,1918987635,1868770676,1701407599,524403,1769156128,1769432436,1647142244,1701736033,1663905138,1768648559,1868770661,1852142446,524404,1785933326,1969565043,1869570861,6646123,773652488,1663921011,1869639023,1953391982,1868770605,1701407599,1936026925,1701273971,301991936,762016558,1802465123,1831691625,1634956133,134243687,1932397568,1663918443,1768648559,134247269,1932398080,1663922795,1768648559,2020557413,469764096,2037084974,1836016429,1701736304,1663923310,1768648559,1869491557,1701013876,285214720,762082094,1802465123,1647142249,1701736033,524402,1819487762,1869570861,761620843,1936617315,7630437,772669448,1667853427,1866686309,1701407599,524403,1819487759,1231381609,1868770926,1701407599,285214720,1768715054,1970234724,1868770676,1701407599,524403,1819487767,1852400745,1868770663,1701407599,1868705139,1836020852,369100800,1768715054,1735289188,1769107501,2036556150,1886351405,134246517,1932399616,1868770669,1701407599,1919377709,1701668197,134247534,1932399104,1868770669,1701407599,1852793645,1953391987,318769152,1634562862,1869570861,761620843,1885434487,7497072,773128200,1818324339,1868770924,1701407599,1852793645,1953391987,402655232,1634562862,1734306924,1601335396,1970302832,1869111152,1919247468,285214720,1634562862,1697477746,1868770677,1701407599,524403,1836264995,1650418531,1869902959,1868783469,1701407599,1701012321,1667200112,1635020399,1919250025,603981824,1768780590,1663919468,1768648559,1869491557,1768319348,1769234787,1663921775,1635020399,1919250025,285214720,1819112238,1869570911,1885694315,1667853423,524409,1836264977,1752461167,1663919465,1702063727,134247534,1932399616,762606189,1869570926,1936025963,1701601581,134247538,1932398592,1663923309,1768648559,1869491557,134243700,1932398592,1801675118,762470754,1802465123,134243689,1932401152,1801675118,762470754,1802465123,1663919465,1635020399,1919250025,251660288,1668182830,1630367853,1734307952,7499876,773259272,1634037363,1868790123,1701407599,1852793645,1852399988,134247013,1932399872,1701276014,1835216236,1919298928,2003135841,7041647,772931592,1663922035,1768648559,1920413029,1701867617,524402,1869819421,1885628205,1667194738,1768648559,1869491557,1768319348,1769234787,134245999,1932399104,1663919471,1768648559,1869622629,2036558188,385878016,1802466094,1852793645,1953391987,1953456685,762146676,7496034,773128200,762081139,1802465123,1663919465,1635020399,1919250025,285214720,1819243310,1869570861,761620843,1702260579,524402,1869819411,1868770668,1701407599,1936026925,1701273971,184551424,1936683822,1869570861,6646123,772669448,1769238387,1868770659,1701407599,524403,1869819408,1634494581,1868770675,1701407599,524403,1869819403,762212982,1919968359,285214720,762344238,1802465123,1647142249,1701736033,524402,1886596626,1869570861,761620843,1852989815,6778473,773718024,1731031155,762474596,1802465123,1848468841,1667855471,1920413029,1701867617,524402,1886596631,1663921453,1768648559,1663923045,1635020399,1919250025,251660288,1131442990,1768648559,1953451621,6644585,772669448,1633644659,1920425828,1701867617,524402,1886596628,761619297,1802465123,1848468841,1667855471,524389,1886596619,1868770660,1701407599,301991936,1701868334,1868770659,1701407599,1953525549,134245993,1932402176,1952671088,762148210,1802465123,1882023273,1667853423,1633824121,1919250030,318769152,1701868334,1868770680,1701407599,1936617283,7630437,773193736,1667854451,1868770681,1852142446,1920413044,1701867617,524402,1886596631,1868770667,1701407599,1851875885,762471790,1885434487,167774208,1802531630,1802465123,134243689,1932397824,761557616,1936617315,7630437,772997128,1685221491,1869570861,761620843,1852727650,134247013,1932397056,1868788337,1701407599,335546368,1634890542,1667313016,1953523043,1869570861,1936025963,704645120,1668444974,1836016429,1701736304,762541166,1802465091,1867539817,2036558188,1935630125,1701607796,1869766495,134247535,1932399104,1663919730,1768648559,1869491557,1701013876,285214720,762540846,1633972077,1868770668,1701407599,524403,1936928274,1868770662,1701407599,1851875885,7497070,772931592,1663923315,1702063727,1647146094,1701736033,524402,1953705489,1869570861,761620843,1769238382,134243683,1932399872,1869504372,1768319348,1769234787,2002742895,7364978,773259272,1835103347,1131308400,1768648559,1852785509,1852399988,134247013,1932400640,1718641012,762279023,1802465123,1831691625,1768189029,134244206,1932398080,1702125940,762538285,1634755427,285214720,1635021614,1953720692,1332962153,1866626160,524408,1953705487,1937077345,1869570861,1936025963,218105856,1769239342,1919249251,1885628205,524402,1953705491,2037080937,1918984749,1868770605,1701407599,234883072,1769239342,762932067,1802465123,134243689,1932405760,1801677172,1868770681,1701407599,1852793645,1852399988,1849324133,1747481711,694971764,1953459770,1685021224,134228345,1932399872,1801677172,1868770681,1701407599,1869571629,7497076,773455880,1667855475,1663924587,1768648559,1852386661,1836216166,1869182049,524398,1953705494,2037080937,1869570861,761620843,1852989815,6778473,773259272,1667855475,1663924587,1768648559,2002873445,1852727650,134247013,1932398336,1801677172,1868770681,1701407599,524403,1953705493,2037080937,1869570861,1936025963,1886351405,134246517,1932401152,1801677172,1868967289,1919251567,1869570861,761620843,1868983913,318769152,1769239342,1132030819,1768648559,1819234405,7955305,772669448,1667855475,1667201387,1768648559,524389,1953705494,2037080937,1869570911,1600481643,1852989815,6778473,772603912,1667855475,1868790123,1701407599,637536256,1769239342,1719233379,1702129519,1868770674,1701407599,1701601581,1647146098,1999468655,1886413170,134247013,1932398336,1866689652,1701407599,1935765332,524404,1953705484,1868770670,1701407599,524403,1953705488,1868783470,1701407599,1769238639,524398,1953705485,762147439,1802465123,134243689,1932402688,1836216180,1768384868,762077556,1802465123,1633117545,1865247852,1819436406,134248801,1932399616,1885958772,1818439013,762145121,1802465123,134243689,1932398336,1885958772,1868783461,1701407599,524403,1953705489,1668508018,1663918441,1768648559,134247269,1932397312,1663923316,1768648559,524389,1953705492,1684631669,1802465091,1866687849,1852142446,524404,1953705496,1868783481,1701407599,1852796255,1919251571,1852793695,524404,1953705485,1130720377,1768648559,134247269,1932397824,1868770677,1701407599,7496034,772866056,1935832435,1651077731,1868770661,1701407599,469764096,1668641582,762209640,1802465123,1882023273,1635150194,1949137251,1953718639,335546368,1735750446,1953459757,761619305,1769107501,2036556150,234883072,1769304878,1886208813,1852727618,134247013,1932398848,1127049589,1768648559,1851867749,7497070,772997128,761886067,1802465123,1999463785,1768845921,134244206,1932398080,1868786805,1869570861,1936025963,369100800,1853190958,762929508,1802465123,1663919465,1702063727,134247534,1932400384,1919250549,761362288,1667855475,1647147371,1701736033,524402,1970482710,1919905904,1868705140,1836020847,1869570861,6646123,773128200,1936881011,1869570861,1936025963,1634891565,1919250544,201328640,1953854254,1918990185,1735289198,268437504,762737454,1802465091,1767335273,2003788910,419432448,762737454,1802465123,1663919465,1702063727,1647146094,1701736033,524402,1987259927,1869570861,761620843,1769238382,1633904998,1852795252,285214720,762737454,1802465123,1866687849,1852142446,524404,1987259933,761623341,1701605235,1953066089,1869562669,1298491755,1634956133,134243687,1932400384,1702112630,1882027128,1819570799,1663988837,1768648559,524389,2004037140,1869570861,761620843,1953394531,1701734753,524402,2004037145,1869570861,1113942379,1701736033,1868521330,1819436406,134248801,1932399104,1868770679,1701407599,1633824115,1919250030,335546368,829911854,1663918649,1768648559,1633824101,1919250030,150996992,1131901742,1768648559,524389,2004037142,1802465091,1631741289,1919250030,1886544215,7497072,772997128,761755507,1919252079,762929516,1802465123,134243689,1932402944,761489783,1802465123,1882023273,1768780389,1869181811,1868770670,1767994478,7497070,773128200,1718187891,1734691956,1866689633,1768714349,1701015137,218105856,1853322030,1650418042,1701736033,524402,2004037144,1868770675,1701407599,1953459757,1667851881,1869182049,524398,2020814354,1869570861,761620843,1936617315,7630437,772866056,1663924339,1768648559,1869491557,1701013876,184551424,762868526,1802465123,7562601,772341768,1868789875,1701407599,318769152,1836675886,1702129249,1885547875,1851875885,7497070,773259272,1886222707,1634300783,1869570861,761620843,1701012321,134247536,1932399616,1601138297,1802465123,1700750697,1701668204,134247534,1932398336,1667199865,1868770659,1701407599,524403,2037591583,1701338995,1919247457,1869575263,1918984812,1869570911,1600481643,1954047348,352323584,1937339182,762144116,1769238382,1663984995,1768648559,524389,2054368785,1952804141,1667194721,1768648559,134247269,1932397568,2002740090,1650812009,134248559,1949174016,1869570861,6646123,773586952,1868967284,1919251567,1868783455,1701407599,1936286765,1767992419,7497069,772866056,1663906676,1768648559,1869491557,1701013876,100665344,1866691630,134245231,1949176320,1802465091,1232299369,1651467886,1801678700,201328640,1650553902,1869570861,1936025963,234883072,1650553902,1869753650,1647144804,134247009,1949174016,1835232865,7499362,772800520,762274164,1802465123,1747805545,7630441,772734984,1601331572,1802465123,1114858857,134247009,1949178880,1702130273,1768125793,1852797556,1919249473,1734951540,1953787714,134245743,1949178624,1702130273,1768125793,1852797556,1868981570,1767269746,1818388851,524389,1635003939,1685021560,1684955493,1986622064,762930017,1802465123,1869505897,1701013876,1918984749,150996992,1667396654,1768648559,524389,1668558353,1869570861,761620843,1852727650,134247013,1949177088,1868770659,1701407599,1836016429,1634298992,6644590,772931592,1663918964,1768648559,1630368613,1953654124,524385,1668558354,1769107501,2036556150,1851875885,7497070,772997128,1882022772,1635150194,1865251171,1819436406,134248801,1949177600,1869562723,1936025963,1818323268,1918330735,1701867617,524402,1668558360,1868770677,1701407599,1885613427,1647145575,1701736033,524402,1685335560,1885628205,524402,1685335575,1885628205,1667194738,1768648559,1936026981,1701273971,369100800,1600418862,1986096735,1868783455,1701407599,1769238350,134243683,1949176576,1903320932,1685024095,1663921249,1768648559,524389,1702112790,1969843297,1868770669,1701407599,1851875885,7497070,773324808,1886217588,1702125932,1869570861,761620843,1936617315,7630437,773390344,1886217588,1702125932,1869571629,1601332596,1869570911,1936025963,352323584,1852142638,1701326179,1919247457,1868783455,1701407599,524403,1702112783,1852400750,1868770657,1701407599,150996992,1919251502,1346849901,524356,1702112783,2037149042,1852793645,1953391987,301991936,1919251502,1630367597,1953064291,1735142757,134243440,1949174784,1869443685,1802465091,134243689,1949175808,1869443685,1869622643,1769236844,134242659,1949178368,1869443685,1868783475,1701407599,1769107551,1768120694,1701077348,486541312,1919251502,1663923053,1768189551,1852795252,1868705139,1836020852,1852402733,524389,1702112782,762539378,1802465123,7562601,774373384,1836213620,1701144179,1868770660,757935469,1764581998,1919251566,1953068147,762077545,1919252079,7954796,773193736,1836213620,1701144179,1868770660,757935469,1702061426,524404,1702112781,762274675,1802465123,134243689,1949178112,762606437,1802465123,1848468841,1718187119,1952539497,7237481,772997128,1954047348,1852138285,779249012,1802465123,134243689,1949178624,762607717,1953391971,1663988325,1768648559,1868770661,1852142446,524404,1702112780,1663923320,1768648559,524389,1702112794,1663923320,1768648559,1848472421,1718187119,1952539497,7237481,772931592,1954047348,1701593445,1130722418,1768648559,524389,1702112782,1601139832,1802465123,7562601,773128200,1663919732,1768648559,1819234405,1299800937,1818322031,251660288,1952871470,942681452,1869570861,6646123,772734984,1764583284,762275438,1802465123,134243689,1949178368,1919968359,1868770659,1701407599,1918984749,1936286765,2036427888,285214720,761820206,1802465123,1647142249,1701736033,524402,1752444432,1869570861,761620843,1970302832,524400,1752444431,1868770658,1701407599,1918984749,285214720,1667789870,1768648559,1986997605,1634497125,524409,1752444434,1868770661,1701407599,1851875885,7497070,772669448,761620596,1802465123,1634362729,524402,1752444425,1684483429,134247024,1949174272,1866687848,1701407599,419432448,1701344302,1701409350,2037146734,1802465091,1867343209,1702130542,524402,1752444426,1818453349,7892834,773259272,1936287860,1953067871,1937071973,1667199845,1768648559,134247269,1949179648,1634561896,1663921774,1768648559,1868770661,1852142446,1986997620,1634497125,524409,1752444427,1869570931,1936025963,520095744,1651078190,1663922802,1768648559,1868770661,1852142446,1868770676,1767994478,7497070,772669448,1801677172,1667199589,1768648559,524389,1769221646,1936684133,1634365301,7892834,772603912,1177381748,1702129519,1667444082,335546368,762016814,1802465123,1663919465,1635020399,1919250025,402655232,1852535854,1869570861,761620843,1701012321,1600091248,1634038369,285214720,762147886,1802465123,1647142249,1701736033,524402,1836330516,1869570861,761620843,1953394531,1701734753,524402,1836330518,1869570861,761620843,1818323300,1915578223,7630703,772472840,1663921524,1768648559,134247269,1949176576,1868770669,1701407599,1868770675,1852142446,524404,1836330508,1802465091,1866622313,524408,1836330514,1868770658,1701407599,1869112109,6644585,772734984,1868787060,1701407599,1769238382,134243683,1949176576,1663922029,1768648559,1701653861,1852400748,524391,1853107731,1869570861,1231382891,762275438,1634038369,301991936,1634628654,1869570861,761620843,1852727650,134247013,1949174528,1663919726,1768648559,524389,1853107730,1868783479,1701407599,1936617315,7630437,773062664,1668968052,1768648559,1868783461,1767994478,7497070,772734984,1935765364,1663905140,1768648559,134247269,1949177600,1953718639,1869425965,1868770660,1701407599,1936024621,524387,1869884948,762606433,1668246626,1868770667,1701407599,524403,1869884941,762606433,1802465123,134243689,1949176832,1953718639,1869570861,761620843,1769235297,134243702,1949177600,1953718639,1869570861,761620843,1953394531,1701734753,524402,1869884942,762606433,1802465123,7562601,773062664,1935765364,1919954292,1918987625,1869885049,7631713,773128200,1935765364,2037656948,1848468848,1866692453,1701407599,301991936,1634694190,1866691699,1701407599,1768714064,134248803,1949181952,1953718639,1952539739,1768172897,1936289139,1818386803,1684614501,1868767805,1701407599,1868983913,134241570,1949177600,1953718639,757953125,1802465123,1882023273,1667853423,524409,1869884940,1868770662,1701407599,524403,1869884944,1633840239,1868770674,1701407599,524403,1869884954,1818307952,762606181,1869570861,761620843,1936942445,6645601,772472840,762343284,1802465123,134243689,1949176320,1663922287,1768648559,1633824101,1919250030,268437504,1886352430,1869570861,761620843,1868983913,402655232,1886352430,1869570861,761620843,1769238382,1633904998,1852795252,318769152,1886352430,1869570861,761620843,1885434487,7497072,772538376,762343284,1802465123,7562601,773193736,762343284,1802465123,762537321,1953394531,1701734753,524402,1869884944,1701326192,1919247457,1885628205,524402,1869884944,1852386672,1663922022,1768648559,524389,1869884945,1852386672,1663922022,1768648559,134247269,1949180160,1831694447,1634956133,1683711335,761361505,762733430,762343284,1852727650,6124133,773324808,762343284,762343280,1936942445,761620321,1869570861,6646123,774111240,762343284,1534553970,1635017060,1852793645,1852399988,574452325,1802465123,1868719465,6103672,773259272,762343284,1885434487,762471792,1802465123,1852401001,134246246,1949178624,1866690671,1852797037,1601465957,1869570911,1113942379,1701736033,524402,1869884942,1869562736,1936025963,6779725,772866056,1601204084,1852727650,757953125,1919968359,184551424,1886352430,1869570911,6646123,772931592,1601204084,1802465123,1885300073,1701736033,524396,1869884956,1701666672,1734439795,1868783461,1701407599,1701666675,1734439795,524389,1869884939,1869570928,1936025963,301991936,1886352430,1936942445,761620321,1802465123,134243689,1949176576,1819504751,1768252521,1868770926,1701407599,524403,1869884951,1631726963,1919250030,1936286765,1936943469,1701601889,184551424,1936684078,1869571629,7497076,772931592,762539892,1633972341,1647142260,1701736033,524402,1869884955,1684562805,1734964069,1868770670,1701407599,1769107501,2036556150,234883072,762344494,1802465123,1814914409,134248289,1949174272,1868783472,1701407599,251660288,1668314158,1868770657,1767994478,7497070,772538376,762081396,1802465123,7562601,772669448,762081396,1868770663,1701407599,524403,1886662161,762538348,1663921251,1768648559,134247269,1949177088,1766075762,1936289139,1818388851,1851867749,7497070,772931592,1663922804,1768648559,1647145829,1701736033,524402,1920216594,1769107501,2036556150,1851875885,7497070,773390344,1882026612,1635150194,1882028387,1667853423,1633824121,1919250030,268437504,1634890798,1852402531,1633824103,1919250030,402655232,1634890798,1852402531,1633824103,1919250030,1634891565,1919250544,402655232,1634890798,1852402531,1868770663,1852142446,1633824116,1919250030,352323584,1634890798,1852402531,1868770663,1852142446,1952656756,524385,1920216600,1768645473,1663919982,1702063727,1680700526,1869373801,524391,1920216600,1768645473,1663919982,1702063727,1848472686,1667855471,524389,1920216601,1768645473,1663919982,1702063727,1865249902,1819436406,134248801,1949177600,1801675122,761753193,1936617315,762605157,1970302832,524400,1920216595,1768645473,1663919982,1702129263,1953390958,335546368,1634890798,1852402531,1768172903,1634493299,1919249769,637536256,1634890798,1852402531,1769418087,1952802660,1952539739,1920216417,1768645473,1999464302,1701274729,134241652,1949178368,1801675122,1130851945,1768648559,1766093669,1634493299,1919249769,369100800,1634890798,1852402531,1953451623,1332044649,1819436406,134248801,1949177600,1801675122,1600613993,1802465123,1751082345,1701077349,524402,1920216596,1868770660,1701407599,1667326509,1869767787,524400,1920216597,1663924335,1702063727,1831695470,1734438497,134247013,1949176064,1953723762,1718824293,1851875885,7497070,772997128,1937076852,1650419060,1868527727,1819436406,134248801,1949181696,1953723762,1835229029,1953853279,1768190565,1869494902,1868703860,975796580,678719342,1819112552,524329,1920216611,1702130549,1702260575,2036427890,1953459770,1685021224,1849305465,1747481711,694971764,301991936,762541102,1802465123,1663919465,1702063727,134247534,1949176064,1663906675,1768648559,1869622629,7370096,772734984,1885303668,1635150194,1633646947,134248036,1949176320,1663919219,1768648559,1869491557,1701013876,301991936,1685287982,1869570861,1600481643,1953853279,134247013,1949176064,1663921267,1768648559,1851875941,7497070,772472840,762344308,1802465123,134243689,1949176576,1868770676,1701407599,1667326509,1869767787,524400,1953771022,1869570861,761620843,7496034,773128200,1663923316,1768648559,1633824101,1869426034,1701606756,285214720,1601467438,1802465123,1650419049,1701736033,524402,1953771024,1936352097,1987010399,1634497125,524409,1953771018,1936617315,7630437,772341768,761886068,1919968359,335546368,846623790,762538541,1802465123,1630365033,1953654124,335546368,1668707374,1868788589,1701407599,1869491571,1701013876,167774208,762803246,1802465123,134243689,1949178624,1684957559,1953064809,1663921249,1768648559,1868770661,1852142446,524404,2004102675,1868770676,1701407599,1633824115,1919250030,385878016,762868782,1852731235,1869570861,761620843,1936617315,7630437,772800520,1663924340,1768648559,1851875941,7497070,772734984,1663924340,1768648559,1953525605,134245993,1949175296,1835281784,1869570861,1936025963,301991936,762868782,1868785511,1701407599,1852727650,134247013,1949179136,1869426040,1668047204,1768648559,1851875941,762471790,1919252079,7954796,772800520,1882028148,1633971809,1869570861,6646123,773455880,1882028148,1868788577,1868770661,1852142446,1634545012,1701273966,524402,2020879883,1718513709,1818848867,251660288,762868782,1684955508,1869570926,6646123,773521416,1999468660,1868790376,1701407599,1936617315,762605157,1852727650,134247013,1949181952,1868783480,1701407599,1936617325,1601332596,1635017060,1953460848,1769235301,1868525167,1819436406,134248801,1949175296,1701207928,1869570911,1936025963,318769152,1668838446,1869570911,1600481643,1868983913,7892834,772538376,1668577396,1801678703,7562601,772866056,1751611764,1886352429,1869570861,1936025963,251660288,1887007790,1868770661,1701407599,7823692,773193736,1701869940,1869570861,1634036075,1885692771,1734439028,524389,2037657108,2036754800,1869570861,761620843,1970302832,524400,762654225,1852727650,1663922789,1768648559,134247269,1965951232,1869570861,6646123,772800520,1868770677,1701407599,1851875885,7497070,772931592,1868770677,1701407599,1868770675,1852142446,524404,762654218,761422188,7496034,772866056,1634479477,1868770658,1701407599,2002873389,285214720,761427246,761425253,762470754,1835102822,524389,1651846675,1868770663,1701407599,1633824115,1919250030,167774208,761492782,1802465123,134243689,1965953024,1868770659,1701407599,1869373997,134245219,1965951744,1868770659,1701407599,524403,1668623885,1869562727,1113942379,134247009,1965951232,1802465123,4416873,773586952,1684497525,1663922800,1768648559,1869622629,2036558188,1953459757,6644585,772734984,761489269,1802465123,1647142249,134247009,1965953536,1868770665,1701407599,1936026925,1701273971,285214720,761885998,1802465123,1848468841,1667855471,524389,1769287185,1869570861,761620843,1768714096,134248803,1965953536,1868770665,1701407599,1869575213,1885959276,301991936,761885998,1802465123,1999463785,1768845921,134244206,1965951744,1868770665,1701407599,524338,1769287183,1869570861,1097165163,1701147239,184551424,761885998,1802465123,7562601,772931592,1663920501,1768648559,1647145829,1701736033,524402,1769287194,1869570861,1936025963,1953459757,761619305,1919252079,7954796,772931592,1680697717,1869373801,1868770663,1701407599,524403,1802841610,1869570861,6646123,772866056,1663921013,1768648559,1633824101,1919250030,184551424,762017070,1802465123,7562601,773390344,1714252661,1953722985,1819239213,778988917,1630366581,1953654124,503318528,762017070,1769238382,1633904998,1852795252,1953456685,762146676,1953391971,134247013,1965956096,1869491563,1768319348,1769234787,1647144559,1869902959,1701588333,134247526,1965954816,1869491563,2036754804,1936026925,1701273971,1718511917,524399,1802841626,1936683053,1869182057,1768303982,778331512,1802465123,7562601,772734984,1866689397,1701407599,1768714064,134248803,1965952e3,1869562732,1348823403,134245487,1965958912,1835627628,1600485993,1802465123,1851745641,1718187119,1952539497,1601073001,1953394531,1701734753,524402,1836396046,1869562741,1298491755,7235937,772866056,1667198581,1768648559,1852785509,1836214630,285214720,1601074478,1802465123,1885300073,1667853423,524409,1853173266,1868770665,1701407599,1819242541,7955305,773586952,1852403317,1663923809,1768648559,1634479461,1868770679,1767994478,7497070,772866056,1953066613,1802465123,1852794217,1701273968,436209664,1768846638,1936876918,1868786785,1701407599,1668508004,1835622764,134247013,1965951744,1663922542,1768648559,524389,1869950480,1919510061,1663923315,1768648559,524389,1886727695,1919903277,1868770669,1701407599,251660288,846230830,1869570861,761620843,7760228,772997128,1685287029,1735155551,1600087152,1684956530,134247013,1965956352,1818588016,1684483436,1647145584,1701736033,1868770674,1767994478,7497070,772997128,846623093,1852793645,1953391987,1886351405,134246517,1965951744,1663919475,1768648559,524389,1937059345,1868770661,1701407599,1869373997,134245219,1965952768,1663919475,1768648559,1868705125,524408,1937059349,1868770661,1701407599,1836016429,1701736304,134247534,1965954304,1663919475,1768648559,1868770661,1767994478,7497070,773324808,761623413,1802465123,762537321,1668246626,1768303979,6579576,772866056,761623413,1802465123,1601398121,1852399981,218105856,1702065454,1802465091,1866622313,524408,1937059343,1869562725,1936025963,1868983881,184551424,1702065454,1869570911,6646123,772538376,1600484213,1802465123,7562601,773062664,1667593077,1768648559,1868770661,1767994478,7497070,772472840,1667593077,1768648559,134247269,1965953280,1718576499,1802465123,762537321,7367028,773128200,1919251317,1701601581,1601401970,1869570911,1936025963,385878016,1702065454,1868770674,1852142446,1769287284,1634296877,6778732,773586952,1919251317,1869570861,761620843,1936617315,762605157,1952671091,7237481,772997128,1919251317,1869570861,761620843,1769238382,134243683,1965956864,1416783219,1631744105,1919250030,1734421805,1684366706,1601139807,1836213620,524403,1937059349,1868788325,1701407599,1634623853,1701668199,134247534,1965952768,1668441459,1768648559,1869116261,524407,1937059342,1936552549,1869562727,6646123,773783560,1919251317,1769238382,1633904998,1852795252,1868770605,1701407599,1634956589,134243687,1965952256,1735289203,1869570861,6646123,772997128,1852404597,1868770663,1701407599,1869373997,134245219,1965951744,1663922035,1768648559,524389,1953836565,1869570911,1600481643,1986622064,1601790817,134230371,1965953536,1852143476,1663919476,1768648559,1918984805,486541312,896890158,1769103917,762538851,1802465123,1647142249,1647145569,1869902959,524397,1970613780,1802465123,762537321,1953394531,1701734753,524402,2004168210,1868770672,1701407599,1851875885,7497070,772931592,1630369909,1885692771,1868770676,1701407599,524403,2020945424,1869570861,761620843,1702453612,524402,762719765,1663917889,1768648559,1834966885,1953721967,134247013,1982732288,1886413101,1919897645,1952803956,1802465091,1282631017,134248289,1982730496,1852793645,1953391987,1851875885,7497070,772603912,1868770678,1701407599,1918984749,268437504,1663923758,1768648559,1852793701,1953391987,385878016,1882027566,1635150194,1882028387,1667853423,1869622649,7370096,773128200,1769155958,1663919476,1768648559,1633824101,1919250030,469764096,1999468078,1868852841,1868770679,1701407599,1818323268,1767335791,2003788910,352323584,758281774,1802465123,1680696681,1818456937,1701669217,524402,846605845,1869570911,1936025963,1852793695,1852399988,134247013,1982728704,1684630625,1685088114,318769152,1818326574,1868770677,1701407599,1953459757,6644585,772669448,1852007030,1667326509,1869767787,524400,1668689426,1869570861,761620843,1936617315,7630437,772866056,1663918966,1768648559,1852793701,1953391987,268437504,1852143150,1634623860,1869570861,1936025963,184551424,1919252014,1953251689,7496002,772603912,1127048822,1768648559,1918976613,285214720,761689646,1919249505,1868770676,1701407599,524403,1719021066,1851875885,7497070,773324808,1882023542,1635150194,1882028387,1667853423,1869622649,7370096,772669448,1667458678,1987010399,1634497125,524409,1735798301,1869570861,761620843,1769238382,1633904998,1852795252,1886351405,134246517,1982728704,1869570919,1936025963,268437504,1634301486,1668116323,1768648559,1918984805,419432448,1634301486,1668116323,1768648559,1918984805,1954047277,1701080677,524388,1769352721,1851880034,1885416820,1684496240,134247024,1982729216,761358697,1802465123,134243689,1982735104,1970565737,1919380577,762344815,1802465123,1848468841,1667855471,1920413029,1701867617,524402,1769352730,1818388851,1868770661,1701407599,1869494899,1868703860,2718052,772800520,1769171318,778398818,1802465123,7562601,772669448,1769171318,1668444020,1768648559,524389,1769352718,762277235,1802465123,7562601,772603912,1869900150,1868770605,1701407599,385878016,762017326,1802465123,1848468841,1718187119,1952539497,7237481,773128200,1667197814,1768648559,1868783461,1768714349,1701015137,201328640,1651275310,1869570861,1936025963,234883072,1668052526,1768648559,1650422629,134248559,1982728192,1684483437,134247024,1982731264,1868783469,1701407599,1467113794,1886413170,134247013,1982732800,1768972653,1718511917,1869570927,1936025963,1634891565,1919250544,318769152,1852667438,1851875935,762471790,1885434487,7497072,772866056,1663921782,1768648559,1869491557,1701013876,318769152,1668183598,1768648559,1868770661,1767994478,7497070,772997128,761491318,1802465123,1831691625,1634956133,134243687,1982730752,1868770672,1701407599,1852793645,1953391987,402655232,762541614,1769238382,1633904998,1852795252,1868770605,1701407599,218105856,1702131246,1868770680,1701407599,524403,1953902099,1650666860,1767992621,1769418094,1952802660,285214720,1836348974,1869570861,1650813291,1701736033,524402,2004233744,1869570861,761620843,1919249505,524404,2004233754,1634035757,762471780,1667457325,762605669,1802465123,7562601,773259272,1784641398,1868783475,1701407599,1601529183,1768714096,134248803,1982733824,2037604215,1835365491,1953459807,1667851881,1869182049,1886347118,1852399476,318769152,1685550638,1868783412,1701407599,1819242591,7955305,772407304,1663905143,1768648559,524389,762785293,774910001,1802465123,134243689,1999507456,1869570861,761620843,1852727650,134247013,1999506688,1869570861,761620843,7496034,772800520,1868770679,1701407599,1953459757,6644585,773193736,1868770679,1701407599,1953459757,1667851881,1869182049,524398,762785294,1868983913,1869570861,6646123,773783560,1869426039,1533829476,1935764579,574433907,1986622064,1635345249,1953654124,134241570,1999510784,1953459757,1667851881,1869182049,1600090990,2037673838,1869570911,6646123,773980168,1815622007,1600221793,1819305844,1852401525,1852793695,1953391987,1685021279,1667326585,524395,846671371,1633824116,1919250030,134219776,1597208366,1818848867,352323584,1197569838,1599230020,1936617315,1114926693,1869902965,524398,1635200540,1380992071,1685024095,1917217889,1113943393,1735091041,1853190002,524388,1635200534,1668181859,1768648559,1851878757,1835362145,7630437,773849096,1868783991,1869570926,1835362667,1734438497,1852140901,1868770676,1701407599,7496034,772931592,761553271,1852727650,1663922789,1768648559,524389,1635200528,1667197293,1768648559,1768185701,524406,1635200526,1919247470,1869570861,6646123,772538376,1852989815,1869570861,6646123,772800520,1852989815,761753193,1819242541,7955305,772734984,1852989815,761753193,1802465123,134243689,1999508224,1768845921,1663919982,1768648559,1634479461,524407,1635200528,1852403314,1868770663,1701407599,524403,1635200535,1852403314,1701653863,1734439795,1868770917,1701407599,251660288,1918990126,1735289198,1819242541,7955305,773128200,1852989815,761753193,762343284,1869570861,1936025963,251660288,1918990126,1735289198,1869570862,6646123,772669448,1852989815,1130851945,1768648559,524389,1635200530,1852403314,1869562727,1382377835,6582375,772931592,1852989815,1130851945,1768648559,1634883429,524400,1635200540,1852403314,1936018791,1701273971,1701732688,1868770924,1701407599,524403,1635200533,1852403314,1430609767,1869570911,1835362667,134244211,1999508736,1768845921,1667196782,1768648559,1818386277,7037807,773586952,1886544247,1869570911,1600481643,1852989815,1600613993,1920098658,7497065,772603912,1634951543,1869570911,1936025963,201328640,1432516398,1869562699,1936025963,285214720,1600288558,1802465123,1885300073,1667853423,524409,1651977747,1868783477,1701407599,1634891565,1919250544,285214720,761493294,1634100580,1937009781,1885628205,524402,1668754961,1885628205,1702112626,1634496621,134243700,1999509248,1684483427,1949135472,1819307365,761623649,1735549292,524389,1668754962,1769107551,2036556150,1953459807,6644585,772931592,761488247,1802465123,1882023273,1667853423,524409,1668754953,1768648559,134247269,1999505920,1868770660,1701407599,184551424,761558830,1802465123,7562601,772866056,1663919223,1768648559,1882026853,1886744687,369100800,761558830,1635017060,1634956589,1663919463,1768320623,134245746,1999505920,1868783460,1701407599,285214720,761624366,1802465123,1647142249,1701736033,524402,1702309392,1986095149,1868770661,1701407599,524403,1702309390,1702065453,1869570861,6646123,772734984,1965909367,1663919475,1768648559,134247269,1999507456,1937059173,761753193,1802465123,134243689,1999505664,1869562725,6646123,772538376,1866687863,1701407599,7496002,772603912,1934976375,1869562725,1936025963,352323584,1634039598,1731028076,762474596,1953394531,1701734753,524402,1702309388,1868770658,1701407599,524403,1702309395,1868770658,1701407599,1852386675,1701734764,369100800,1650816814,1752457575,1868770657,1701407599,1852386675,134246246,1999509248,1752392293,1663922287,1768648559,1635200357,1852403314,524391,1702309398,1953067874,1868770661,1701407599,1851875885,7497070,773586952,1935828343,761623657,1802465123,1848468841,1718187119,1952539497,7237481,772800520,1935828343,761623657,1802465123,7562601,773193736,1868785015,1701407599,762343280,1953394531,1701734753,524402,1702309387,1868770661,1701407599,268437504,1818588974,1701670755,1869570861,1936025963,268437504,1818588974,1701670755,1769107501,2036556150,218105856,1969583918,1868785011,1701407599,524403,1719086610,1869570861,761620843,1936617315,7630437,772407304,1667196791,1768648559,524389,1735863820,1868770676,1701407599,524403,1769418257,1869570861,761620843,1852727650,134247013,1999508992,1701274729,1663905140,1768648559,1852785509,1953391987,268437504,1684633390,762602855,1869570861,1936025963,452986880,1684633390,762602855,1634624813,761621602,1802465123,762537321,7892834,773324808,1734633847,1194161253,1131573348,1768648559,1851867749,7497070,772734984,1734633847,1663923301,1702063727,134247534,1999508992,1701274729,1868770676,1852142446,1768172916,1735355489,234883072,1684633390,762602855,1802465123,134243689,1999508736,1701274729,1868770676,1701407599,1851875885,7497070,773521416,1734633847,1663923301,1768648559,1869491557,1768319348,1769234787,134245999,1999508224,1701274729,1868770676,1701407599,1232367695,524398,1769418259,1952802660,1885628205,1633824114,1919250030,436209664,1684633390,762602855,1919968359,1869570861,761620843,1852727650,134247013,1999514624,1701274729,2037656948,1935631728,1702130553,1769430893,1952802660,1597273695,1633972077,1868783468,1701407599,134230367,1999507200,1701274729,1868770932,1701407599,524403,1769418259,1952802660,1701601631,1868788850,1701407599,570427392,1684633390,1601463655,1818324835,1769418081,1952802660,1869570861,1600481643,1852727650,134247013,1999510272,1701274729,1868783476,1701407599,1936617315,2004119141,1701274729,524404,1769418268,1952802660,1601529183,1802465123,1818191209,2002745185,1701274729,524404,1802972683,1868770672,1701407599,167774208,1600943918,1802465123,134243689,1999510272,762012781,1802465123,1848468841,1667855471,1920413029,1701867617,524402,1853304339,1667200101,1768648559,1869640549,2036558188,419432448,1869575982,1835888483,1701016165,1869902637,1848468850,1667855471,524389,1870081559,1634559087,1663923314,1768648559,1882026853,1886744687,369100800,1869575982,1663924580,1768648559,1949135717,1651273583,134248559,1999512320,1885631087,1936942450,1852793645,1953391987,1851878701,1919248225,1920425823,1701867617,524402,1870081579,1919968370,762540901,1919968359,1701867309,1919954286,1667331689,1702047097,1852404852,1831695207,1818322031,352323584,1919907630,1701998692,1731031923,762474596,1970302832,524400,1870081584,1919968370,762540901,1919968359,1769107501,2036556150,1952805677,1735289204,1869622643,762344816,1953394531,1701734753,524402,1886858784,1869373997,1781361507,1634759781,1663920995,1768648559,1868770661,1852142446,524404,1886858769,1869570861,761620843,1836020336,134247536,1999506176,1868770672,1701407599,524403,1886858779,1885628205,1868770674,1701407599,1953459757,761619305,1885434487,234883072,762345262,1919968359,1886351405,134246517,1999510784,1919954288,1667331689,1919954297,1953525103,1634296877,761753452,7892834,773128200,1882026103,1868770676,1701407599,1852793645,1953391987,369100800,762345262,1952543859,1769239401,1865249635,1865249904,134247541,1999506432,761488240,1953787746,134245743,1999507200,761488240,1953394531,1701734753,524402,1886858760,1647142755,524402,1886858772,1650421347,1701736033,1920413042,1701867617,524402,1886858766,1802465123,1932354921,7234917,773193736,1969451127,1868770665,1701407599,1918984749,1685021229,524409,1886858777,761886051,1802465123,1647142249,1680700001,1819308905,134248801,1999508480,1701996144,758409331,1802465123,1882023273,134246511,1999508480,1701996144,758474867,1802465123,1882023273,134246511,1999508736,1885628272,1869426034,762077540,1818323300,6776687,772276232,1684500599,6517360,773062664,1684500599,761492080,1936617315,762605157,7496034,773193736,1634234487,1663920995,1768648559,1920413029,1701867617,524402,1886858776,1953718637,1663922789,1768648559,1868770661,1852142702,524404,1886858776,1953718637,1663922789,1768648559,1920413029,1701867617,524402,1886858767,1868770674,1701407599,1802264930,285214720,1919973166,1663918691,1768648559,1633824101,524402,1920413203,1663922273,1768648559,1633824101,1919250030,285214720,1634891566,1868770672,1701407599,1718511917,524399,1920413205,1663922273,1768648559,1852386661,1697476454,134247544,1999509504,762339698,1802465123,1882023273,1701011820,1684828008,134247013,1999510272,762339698,1802465123,1882023273,1667853423,1701653881,1734439795,524389,1920413201,1663922273,1768648559,1769155941,134243700,1999506688,762339698,1802465123,7562601,773128200,1885434487,1869570861,1936025963,1936024621,1886352491,318769152,1634891566,1868770672,1701407599,1852386675,7565158,772407304,1885434487,1885628205,524402,1920413196,1667199073,1768648559,524389,1920413203,1667199073,1768648559,1869635429,2036558188,285214720,1634891566,1868783472,1701407599,1953067871,524389,1920413197,1667199073,1768648559,134247269,1999506688,1886413170,1869570861,6646123,772866056,1885434487,762471792,1869570861,1936025963,469764096,1634891566,1919250544,1868770605,1701407599,1768172915,1634493299,1919249769,369100800,1634891566,1919250544,1851875885,762471790,1802465123,134243689,1999508480,1886413170,1647145573,1701736033,1735535986,134243440,1999507200,1886413170,1663922789,1768648559,524389,1920413203,1701867617,1868770674,1701407599,1918984749,268437504,1634891566,1919250544,1869570861,1936025963,218105856,1634891566,1919250544,1885628205,524402,1920413207,1701867617,1869491570,2036754804,1869570861,1936025963,234883072,1634891566,1919250544,1802465091,134243689,1999507200,1886413170,1866691173,1701407599,524403,1920413199,1701867617,1868783474,1701407599,268437504,1634891566,1919250544,1869570911,1936025963,234883072,1634891566,1919250544,1802465123,134243689,1999507968,1936744818,1869570861,761620843,1868983913,301991936,762541870,1802465123,1663919465,1702129263,134247534,1999507712,1868770675,1701407599,1953459757,6644585,772997128,1663923063,1768648559,2002739045,1886413170,134247013,1999508736,1868770675,1701407599,762470754,1885434487,7497072,772669448,761361271,1802465123,1634493801,524407,1937190416,1868770659,1701407599,1633824115,524402,1937190421,1680682354,761361505,1953460848,1769235301,134245999,1999507712,1868770676,1919510126,1634479469,7497081,773193736,1663923319,1768648559,1868705125,1920413048,1701867617,524402,1953967634,1869570861,761620843,1936617315,7630437,772866056,1848472695,1667855471,1868770661,1701407599,318769152,1635022638,1869570861,1936025963,1819242541,7955305,772734984,1866691959,1701407599,1852727618,134247013,1999508992,1701080693,1663924594,1768648559,1633824101,1919250030,486541312,1853191982,2037540196,1869570861,761620843,1852727650,1647145573,1869902959,524397,2004299278,1869570861,2003134827,7105633,772603912,762345335,1919968359,1918984799,369100800,2004317998,1969775475,1667201652,1935634541,1769434984,134244206,1999506944,1868770680,1701407599,1886416941,285214720,1601730350,1936617315,1651797605,1701736033,524402,2054630928,761488173,1953394531,1701734753,524402,762850836,1802465123,1630365033,1885692771,1668178292,524389,762850833,1802465123,1663919465,1702063727,134247534,2016285696,1869570861,761620843,1668508004,1835622764,134247013,2016284160,1869570861,761620843,1852141679,167774208,1663924270,1768648559,134247269,2016284928,1851876397,761622127,1802465123,7562601,772603912,1735142776,1882023024,1886744687,134219776,1868789806,1701407599,301991936,1852143662,1953064559,1869570861,1650813291,134247009,2016284416,1868770662,1701407599,1852401709,524404,1836592650,1952542047,7302511,773324808,1634496376,1768517677,1852793645,1953391987,1851875885,7497070,772800520,762474616,1802465123,1867343209,7102820,772931592,1630827384,1663921260,1768648559,1818318693,524396,1937255962,1819042100,1869570861,1466263915,762080353,1919252079,7954796,772800520,1866691448,1701407599,1936617283,7630437,773062664,762869880,1802465123,762537321,1819242356,7367028,772472840,1663924600,1702063727,134247534,2033061888,1818307937,762802028,1802465123,134243689,2033060608,1868770670,1701407599,524403,1937321490,1866689647,1701407599,1868983881,7892802,772931592,1663923321,1702063727,1647146094,1701736033,524402,762981904,1852727650,1663922789,1768648559,524389,762981897,1802465123,134243689,2049838848,1869570861,761620843,1919249505,524404,762981904,1802465123,1647142249,1701736033,524402,762981900,1802465123,1631741289,524402,762981905,1802465123,1631741289,1702125426,134247544,2049840128,1869570861,1113942379,2002743905,1886413170,134247013,2049838848,1869570861,1885694315,1667853423,524409,762981898,1802465123,7562601,773521416,1634610554,1633905014,1701326196,1919247457,1869570861,1113942379,134247009,2049841920,1667184177,1768648559,1650422629,1701736033,1920413042,1701867617,524402,1635397141,762606188,1869570938,1936025963,1701601581,134247538,2049840128,762343521,1802465123,1663919465,1702063727,134247534,2049841408,762343521,1802465123,1663919465,1702063727,1999467630,7364978,773455880,1886413178,1869570861,1835362667,1634956133,1647142247,1869902959,524397,1702506010,761360994,1802465123,1647142249,1701736033,1869622642,7370096,773259272,762209658,1986622064,1887003489,1667853423,1886351481,134246517,2049840896,1918987877,1667198825,1768648559,1868783461,1852142446,524404,1702506001,1852793710,1953391987,1886351405,134246517,2049839104,1633972071,1600220767,1802465123,134243689,2049838080,2036625255,1886351405,134246517,2049838336,1868770664,1701407599,7892802,773128200,1668049274,1868770664,1701407599,1936026925,1701273971,352323584,762018350,1802465123,762537321,1953394531,1701734753,524402,1836723736,1869570861,1936025963,1953459757,1667851881,1869182049,524398,1853500939,1869570861,1936025963,218105856,1852799534,1868770661,1701407599,524403,1887055377,1416522071,1701668200,1802465091,134243689,2049838592,1852793712,1953391987,1868983913,184551424,1836087854,1869570861,6646123,772603912,1869773178,1869570861,1936025963,352323584,1869570862,1936025963,1769365855,1700753267,1685414771,524399,762588686,543384946,1949179966,3618102,772669448,1701981556,540942435,943223854,524342,762588686,543384946,1949179966,3618872,772669448,1701981556,540942435,926512174,524338,1801661992,1633824121,1919250030,1953456685,778923892,762932067,1936617315,762605157,1953394531,1701734753,524402,1801661994,1868705145,1868705144,1836020852,1717922861,1801662068,1868770681,1852142446,1868770676,1767994478,7497070,774569992,762932067,762867554,1953787746,1915579759,1952999273,2037080878,1852793645,1953391987,1852793645,1852399988,134247013,1663969536,1663924587,1936941420,1647141737,1869902959,1801662061,1868770681,1852142446,1868770676,1767994478,7497070,772800520,1663922278,1768648559,1869426021,7102820,773390344,1848472426,1667855471,1869491813,1701013876,1868770605,1701407599,385878016,1953459758,761619305,1869570861,1097165163,1851881060,6579555,773390344,1802465123,1667196265,1768648559,1633824101,845111154,1900688227,369100800,1918985262,1818457707,1647207023,1768762979,1818457710,134242927,1663963136,1315007073,1634887525,1919249473,134242676,1831736320,1818322031,1936029006,1130459764,1768648559,134247269,1663962368,1935633763,779579240,7168867,772538376,1769235297,1194222966,5394500,772931592,1769235297,1680762230,1818456937,1701669217,524402,1752444448,828730725,1865506606,1715038320,861875769,1785949544,2016501550,1634154338,524397,1868770849,1767994478,544367982,1663246398,1768648559,1634479461,1852386679,1647144806,134247009,1714298368,1702129519,540942450,1869570851,761620843,762798444,1868983913,1918984749,603981824,1953067822,1868770661,1852142702,540942452,1869570851,761620843,762798444,1868983913,1918984749,570427392,1886416174,1852793645,1852399988,1882026597,1953067887,762212201,1953787746,1647144303,134247009,1831740672,1663922288,1635020399,1919250025,1936683053,1869182057,1768762734,1701602404,1852138285,7497076,773783560,762343533,1953394531,1701734753,1869622642,1769236851,1949134447,1647145071,134247009,1882068992,1818589289,1702125933,1851875885,762471790,1953787746,134245743,1882071296,1818589289,1702125933,1852139309,1818325605,1851875885,762471790,1885434487,7497072,773324808,762342755,1918989869,1663984941,1600090221,1885434487,7497072,772866056,862549369,1684633389,762602855,1802723693,402655232,1769306414,1769418035,1952802660,1869570862,1882023275,1886744687,251660288,1751605038,1751869048,1748197166,6976365,772210696,1919968359,134235970,1882072064,1635150194,1699969379,1852404852,1849324391,1747481711,694971764,1953459770,1685021224,134228345,1831740672,1601071457,1953394531,1701734753,540942450,1852793646,1953391987,1953067871,1868783461,7497078,773914632,1852399981,1852793695,1852399988,1042313829,1868770848,1852142446,1769430900,2003788910,603981824,1769239342,762932067,1953460070,1042313829,1986618400,1679834656,1042314857,761474592,1819043171,637536256,1769304878,1886208813,1042311509,1970482720,1867328873,1969448300,1867408748,1768319348,1769234787,134245999,1965958912,1869622635,1769236851,2049797743,1684957485,1965979749,1869622635,1769236851,1647144559,1869902959,524397,2004233749,1953705269,1936290913,1935894900,1114927183,134248559,1680742144,1701536623,1868705124,1836020852,1718511918,1633824111,524402,1751592458,1851875885,7497070,772866056,1647143015,1701736033,1667313010,1702259060,402655232,1869312814,758473060,1952543859,1769239401,1884255075,2020557428,385878016,762536238,762079599,1953394531,762605157,1919252079,7954796,772407304,762606434,1701732720,524396,1600335374,1868783465,1767994478,7497070,773193736,1819307363,1869819258,1663923302,1768648559,1818326885,524396,1818570281,761361257,1769365870,1869570861,761620843,761556577,1936617315,762605157,1668508004,1835622764,134247013,1915619840,1882022755,1818586721,167774208,1667592750,1768711023,134230646,1932397824,779579240,1999466595,7364978,773259272,1885434487,773864992,1936617315,762605157,1734633847,134247525,1781404416,1868770675,1852142446,1868770932,1852142446,536871028,570425344,150995036,33587448,50777,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,58,60,60,62,66,68,68,68,68,68,70,72,78,80,80,80,80,80,90,92,94,100,100,100,100,100,100,100,100,100,100,100,106,106,114,116,118,120,126,126,128,130,130,130,130,130,134,134,134,134,134,136,138,138,138,138,140,140,140,140,140,146,146,146,148,148,148,148,152,152,152,152,152,154,154,156,156,156,156,156,162,162,162,162,164,164,166,170,170,170,172,172,172,176,176,176,178,178,188,190,190,192,192,192,192,194,194,196,198,200,202,202,202,202,206,206,210,210,218,218,218,220,220,220,220,220,220,220,220,220,222,222,222,222,224,224,228,228,228,228,228,230,230,234,236,236,236,238,238,238,244,244,244,248,248,250,254,254,260,260,260,260,260,260,262,262,262,262,262,262,262,262,262,264,268,268,274,274,278,278,282,284,284,284,284,288,288,290,294,294,294,294,296,296,296,296,296,296,296,296,296,296,298,298,300,300,300,302,302,302,302,302,302,302,304,304,308,308,308,308,308,308,310,318,318,322,322,322,322,322,322,322,324,326,330,330,330,330,330,330,332,332,332,332,332,336,336,338,340,340,344,346,346,346,352,354,356,358,358,358,360,360,360,362,362,362,364,364,364,364,364,370,372,372,372,372,374,376,376,376,376,376,376,376,378,382,382,382,382,382,382,388,388,390,392,392,392,392,392,392,392,392,392,392,392,392,394,394,398,398,398,398,398,398,400,400,400,402,406,406,406,408,408,408,414,414,414,414,414,422,422,426,426,426,426,426,426,426,426,426,428,428,432,432,436,436,436,436,436,436,436,436,438,438,438,444,444,444,444,444,444,446,448,448,448,448,448,448,450,452,454,456,456,458,458,460,460,460,462,462,462,464,466,468,468,468,468,470,470,474,474,476,478,488,488,488,488,494,496,496,496,496,496,498,500,502,502,502,502,502,502,502,502,504,504,504,504,504,504,504,504,504,504,504,506,506,506,506,506,510,512,512,512,516,516,516,518,518,518,520,524,524,526,526,530,530,532,532,532,534,540,540,542,544,550,554,554,556,558,558,558,560,560,562,562,562,562,562,562,562,562,562,564,570,570,572,574,574,576,578,578,578,578,580,580,580,580,582,586,586,586,588,588,588,588,588,588,588,588,588,588,588,590,590,590,604,606,608,608,608,608,610,610,612,612,614,616,616,616,616,620,620,620,620,620,624,624,624,624,624,624,624,626,628,628,630,630,630,630,632,632,632,632,634,634,636,636,640,640,640,640,640,644,646,648,648,648,648,648,648,650,656,656,656,656,658,658,658,658,658,658,660,660,662,662,662,662,662,662,662,666,668,672,674,674,674,674,674,676,678,680,682,682,682,682,682,682,682,682,682,682,682,684,684,684,690,690,692,692,692,692,696,700,708,708,712,716,716,716,718,718,718,720,722,722,722,724,724,724,726,726,726,730,730,734,736,736,736,742,742,742,742,742,742,742,742,742,742,744,744,758,762,762,762,764,764,764,764,768,768,768,768,768,768,768,774,778,778,778,782,782,782,782,784,784,788,788,788,792,792,792,792,792,792,796,796,800,802,802,804,804,804,806,806,806,806,806,806,806,806,806,808,808,810,812,812,816,822,822,824,826,826,830,832,832,832,832,832,834,834,836,844,844,844,844,846,848,848,848,848,848,848,850,850,850,850,850,850,852,852,852,856,860,864,868,868,870,870,870,870,870,870,870,876,876,876,876,876,876,876,876,878,878,878,878,878,878,884,884,888,888,888,888,890,892,892,892,894,894,894,894,896,900,902,902,902,904,904,904,904,904,904,904,906,906,906,906,906,910,910,912,912,912,912,912,912,912,912,912,912,914,914,914,914,918,918,918,918,918,918,920,920,920,922,922,922,928,928,928,928,928,930,930,932,932,932,934,938,938,938,938,938,938,938,946,948,950,950,950,950,954,954,958,962,968,968,968,970,970,972,974,980,980,984,986,990,990,990,990,992,996,998,998,1e3,1e3,1e3,1e3,1002,1008,1008,1008,1008,1012,1012,1012,1012,1012,1012,1012,1014,1014,1014,1022,1024,1024,1024,1026,1026,1026,1026,1026,1026,1028,1028,1028,1030,1030,1034,1034,1034,1034,1034,1040,1040,1040,1040,1044,1046,1046,1046,1046,1046,1046,1046,1046,1050,1050,1050,1056,1056,1058,1058,1058,1058,1058,1060,1060,1060,1060,1060,1064,1064,1070,1072,1072,1072,1072,1072,1074,1074,1076,1076,1076,1078,1080,1082,1082,1084,1086,1086,1086,1086,1086,1086,1086,1088,1088,1090,1090,1090,1090,1090,1090,1092,1092,1092,1092,1092,1096,1096,1096,1096,1096,1100,1102,1102,1104,1104,1106,1108,1108,1110,1114,1116,1116,1116,1116,1116,1118,1118,1118,1118,1120,1122,1122,1122,1122,1122,1126,1126,1132,1132,1136,1140,1140,1140,1142,1144,1144,1144,1144,1144,1146,1146,1152,1154,1154,1160,1164,1168,1168,1168,1170,1170,1170,1170,1172,1172,1174,1174,1174,1176,1180,1180,1182,1184,1184,1188,1188,1188,1188,1188,1190,1192,1192,1192,1196,1196,1196,1196,1196,1196,1196,1198,1200,1200,1200,1200,1200,1200,1200,1200,1202,1202,1206,1206,1208,1210,1210,1210,1210,1212,1216,1216,1216,1218,1220,1224,1226,1230,1230,1230,1230,1230,1230,1234,1234,1234,1234,1238,1242,1242,1242,1242,1242,1244,1244,1244,1244,1246,1250,1252,1258,1258,1258,1260,1264,1264,1266,1272,1272,1272,1274,1274,1280,1282,1282,1284,1286,1286,1286,1286,1286,1286,1286,1286,1290,1290,1290,1290,1292,1294,1294,1298,1298,1298,1298,1300,1302,1308,1308,1310,1318,1318,1318,1318,1320,1320,1320,1320,1320,1322,1322,1322,1322,1324,1326,1326,1326,1326,1328,1328,1328,1328,1330,1330,1332,1332,1332,1332,1332,1332,1332,1332,1332,1332,1334,1340,1342,1342,1342,1344,1344,1344,1348,1348,1350,1350,1350,1350,1350,1350,1352,1352,1354,1358,1358,1362,1362,1362,1364,1364,1364,1366,1366,1368,1376,1376,1382,1382,1384,1384,1384,1388,1392,1394,1396,1396,1396,1396,1396,1396,1396,1398,1398,1398,1398,1400,1400,1402,1402,1402,1402,1402,1404,1404,1404,1404,1404,1404,1404,1404,1404,1404,1410,1410,1410,1412,1414,1418,1418,1418,1418,1418,1418,1422,1422,1422,1424,1424,1426,1428,1428,1428,1430,1430,1430,1430,1430,1432,1432,1432,1432,1432,1436,1438,1438,1444,1444,1444,1444,1444,1444,1444,1444,1444,1444,1444,1446,1448,1448,1452,1454,1456,1456,1456,1456,1466,1466,1466,1466,1470,1470,1470,1470,1470,1470,1470,1470,1470,1470,1472,1474,1474,1474,1474,1474,1474,1476,1478,1478,1480,1480,1482,1484,1484,1484,1484,1484,1488,1490,1490,1490,1490,1490,1490,1490,1490,1492,1494,1494,1494,1494,1502,1502,1504,1504,1504,1504,1504,1504,1504,1504,1504,1506,1506,1506,1506,1506,1506,1506,1506,1508,1514,1514,1514,1514,1520,1520,1522,1522,1522,1522,1522,1522,1524,1524,1526,1528,1530,1530,1532,1534,1538,1546,1546,1546,1548,1548,1550,1554,1554,1554,1556,1558,1560,1560,1560,1560,1560,1560,1564,1564,1564,1568,1572,1572,1572,1576,1580,1580,1580,1582,1582,1582,1582,1582,1584,1584,1584,1584,1584,1584,1584,1584,1584,1584,1584,1584,1584,1584,1588,1590,1590,1590,1590,1590,1600,1606,1608,1610,1610,1610,1610,1612,1612,1612,1612,1612,1612,1612,1612,1612,1612,1612,1614,1614,1616,1636,1636,1638,1638,1638,1638,1642,1642,1642,1646,1646,1646,1648,1648,1648,1650,1650,1650,1650,1650,1650,1656,1656,1658,1658,1660,1666,1666,1666,1668,1668,1668,1668,1668,1668,1668,1668,1668,1670,1670,1670,1670,1670,1670,1670,1672,1672,1672,1672,1672,1674,1674,1674,1674,1680,1680,1680,1680,1680,1682,1684,1688,1688,1688,1688,1688,1688,1688,1692,1694,1694,1694,1698,1700,1700,1700,1700,1702,1704,1704,1704,1706,1706,1706,1710,1718,1718,1718,1718,1722,1726,1726,1726,1726,1726,1726,1726,1726,1726,1726,1726,1732,1732,1732,1732,1734,1734,1736,1736,1738,1738,1740,1740,1740,1744,1744,1746,1746,1746,1746,1746,1746,1752,1752,1752,1752,1758,1758,1758,1760,1760,1762,1764,1766,1766,1766,1768,1768,1768,1772,1774,1774,1776,1776,1776,1776,1776,1778,1778,1782,1786,1786,1786,1786,1788,1788,1792,1794,1796,1796,1798,1800,1800,1800,1802,1802,1802,1804,1804,1806,1806,1806,1806,1806,1808,1816,1820,1820,1824,1824,1824,1824,1824,1828,1828,1828,1828,1828,1830,1830,1830,1830,1832,1832,1832,1834,1838,1838,1838,1838,1846,1846,1846,1846,1846,1846,1848,1848,1848,1848,1848,1852,1856,1856,1856,1856,1856,1858,1858,1858,1858,1858,1858,1858,1858,1860,1862,1866,1866,1868,1868,1868,1868,1868,1874,1876,1876,1876,1880,1882,1884,1884,1884,1884,1884,1886,1886,1886,1886,1886,1888,1890,1890,1892,1896,1896,1896,1896,1896,1900,1904,1904,1906,1906,1906,1906,1906,1906,1906,1908,1908,1910,1910,1910,1912,1914,1914,1916,1916,1920,1920,1924,1926,1926,1926,1928,1928,1930,1930,1932,1932,1932,1934,1934,1938,1938,1938,1942,1942,1942,1944,1944,1944,1944,1944,1944,1946,1946,1946,1950,1950,1950,1950,1952,1954,1954,1954,1954,1954,1956,1964,1964,1966,1966,1970,1970,1970,1970,1970,1970,1976,1976,1976,1976,1978,1980,1986,1986,1986,1992,1992,1992,1996,1996,1996,1996,1996,1998,2e3,2002,2006,2010,2012,2014,2014,2016,2018,2020,2022,2026,2026,2026,2032,2034,2034,2034,2036,2036,2036,2038,2040,2040,2040,2044,2044,2044,2046,2046,2046,2048,2048,2048,2052,2052,2054,2054,2056,2056,2056,2056,2056,2056,2056,2056,2058,2058,2058,2058,2058,2058,2058,2058,2058,2060,2066,2068,2068,2068,2068,2070,2072,2072,2072,2074,2074,2074,2078,2082,2084,2084,2084,2086,2086,2088,2088,2090,2092,2092,2096,2096,2100,2102,2102,2102,2102,2102,2102,2104,2110,2110,2110,2110,2110,2116,2116,2116,2120,2120,2120,2120,2124,2124,2126,2132,2132,2132,2132,2132,2134,2134,2134,2134,2136,2136,2136,2136,2140,2140,2140,2140,2140,2140,2140,2140,2140,2140,2140,2140,2140,2142,2146,2148,2148,2148,2148,2150,2150,2150,2150,2150,2150,2150,2150,2150,2150,2150,2150,2150,2152,2152,2152,2152,2152,2154,2154,2156,2156,2156,2156,2156,2158,2160,2160,2164,2166,2166,2166,2172,2176,2180,2180,2180,2180,2180,2188,2190,2192,2192,2192,2192,2192,2192,2192,2192,2192,2194,2194,2196,2196,2196,2196,2196,2196,2198,2198,2198,2202,2202,2202,2202,2202,2206,2206,2206,2206,2206,2208,2212,2212,2212,2214,2214,2214,2218,2218,2218,2220,2220,2220,2220,2220,2220,2222,2222,2222,2224,2224,2224,2224,2226,2226,2226,2226,2228,2230,2234,2236,2236,2238,2238,2238,2240,2240,2242,2242,2242,2242,2242,2242,2244,2248,2248,2250,2250,2250,2250,2250,2250,2250,2250,2250,2256,2260,2260,2260,2262,2264,2266,2276,2278,2278,2278,2278,2286,2286,2286,2286,2288,2288,2290,2292,2294,2294,2294,2294,2294,2296,2296,2300,2300,2304,2306,2308,2308,2308,2310,2310,2312,2312,2312,2314,2320,2320,2322,2322,2324,2324,2324,2330,2330,2330,2330,2330,2330,2330,2330,2330,2330,2330,2338,2338,2338,2338,2338,2340,2340,2340,2340,2342,2342,2342,2344,2348,2350,2352,2354,2354,2354,2354,2354,2356,2358,2360,2360,2360,2362,2362,2362,2364,2370,2370,2372,2374,2374,2374,2376,2380,2382,2384,2384,2388,2388,2392,2396,2396,2398,2398,2400,2402,2404,2404,2404,2404,2406,2406,2406,2406,2406,2406,2406,2408,2420,2420,2420,2424,2424,2424,2424,2424,2424,2426,2426,2426,2430,2430,2430,2430,2430,2430,2430,2430,2432,2434,2434,2438,2438,2438,2438,2440,2440,2440,2442,2442,2444,2446,2446,2446,2446,2446,2448,2448,2452,2454,2456,2456,2456,2458,2458,2460,2460,2464,2464,2464,2466,2466,2466,2468,2470,2472,2472,2472,2472,2474,2476,2478,2478,2480,2480,2480,2480,2480,2484,2484,2484,2484,2488,2488,2488,2488,2488,2488,2492,2492,2496,2500,2502,2506,2508,2508,2510,2510,2510,2510,2512,2516,2518,2518,2522,2524,2524,2524,2524,2526,2526,2526,2526,2526,2528,2530,2530,2530,2534,2534,2534,2534,2534,2534,2538,2538,2538,2538,2544,2544,2544,2546,2548,2548,2548,2552,2552,2554,2554,2556,2558,2558,2566,2566,2566,2566,2578,2582,2582,2582,2582,2584,2584,2586,2586,2586,2586,2586,2586,2592,2592,2594,2594,2594,2594,2596,2596,2596,2596,2596,2596,2598,2598,2598,2600,2602,2604,2604,2604,2604,2606,2606,2608,2608,2608,2608,2610,2610,2612,2612,2612,2614,2616,2618,2618,2620,2620,2620,2620,2620,2620,2620,2620,2620,2620,2624,2624,2624,2624,2628,2628,2630,2630,2632,2632,2632,2632,2632,2632,2632,2632,2632,2632,2632,2632,2632,2632,2632,2632,2632,2632,2632,2632,2636,2638,2642,2646,2648,2648,2648,2648,2648,2650,2650,2650,2650,2650,2660,2660,2660,2660,2662,2662,2662,2662,2662,2662,2662,2662,2670,2670,2672,2672,2674,2674,2676,2682,2688,2690,2690,2692,2694,2694,2696,2698,2702,2704,2704,2704,2706,2706,2710,2712,2712,2712,2714,2716,2716,2718,2718,2718,2722,2726,2732,2732,2732,2734,2734,2734,2734,2736,2736,2738,2744,2744,2744,2744,2744,2750,2750,2754,2758,2758,2762,2766,2766,2766,2766,2766,2766,2766,2766,2772,2778,2778,2778,2782,2784,2784,2786,2786,2786,2790,2790,2790,2790,2790,2790,2792,2792,2792,2792,2794,2798,2798,2798,2800,2800,2802,2806,2806,2806,2810,2812,2812,2812,2814,2816,2818,2822,2822,2822,2822,2824,2824,2824,2824,2824,2824,2824,2824,2824,2824,2824,2824,2824,2824,2826,2826,2826,2826,2826,2828,2828,2830,2832,2832,2832,2834,2834,2834,2834,2836,2838,2840,2840,2844,2844,2844,2844,2846,2846,2848,2848,2848,2850,2850,2854,2854,2856,2856,2860,2860,2860,2860,2860,2862,2862,2862,2862,2862,2862,2866,2868,2872,2872,2872,2872,2878,2880,2880,2880,2880,2882,2884,2888,2892,2894,2894,2896,2896,2898,2900,2900,2906,2906,2908,2908,2908,2908,2910,2910,2910,2910,2910,2910,2910,2910,2910,2912,2912,2912,2912,2912,2912,2914,2914,2914,2914,2916,2920,2922,2922,2922,2922,2922,2922,2922,2922,2924,2928,2928,2930,2932,2932,2932,2932,2932,2934,2934,2936,2940,2940,2940,2940,2940,2940,2944,2944,2946,2946,2946,2946,2948,2948,2948,2948,2948,2950,2952,2952,2952,2952,2952,2952,2952,2952,2952,2952,2954,2954,2954,2954,2954,2954,2956,2956,2958,2958,2960,2960,2960,2960,2960,2960,2960,2960,2966,2966,2966,2968,2972,2974,2976,2978,2984,2984,2986,2986,2986,2986,2986,2986,2986,2986,2992,2992,2994,2996,2998,2998,2998,3e3,3002,3004,3004,3004,3004,3006,3006,3008,3008,3008,3010,3012,3014,3016,3016,3016,3018,3022,3024,3024,3024,3028,3028,3030,3032,3032,3032,3032,3032,3040,3040,3040,3040,3044,3044,3052,3052,3054,3054,3054,3054,3056,3056,3056,3056,3056,3056,3056,3058,3058,3058,3058,3062,3062,3064,3064,3066,3066,3070,3070,3070,3070,3070,3070,3070,3074,3074,3080,3080,3084,3084,3086,3086,3086,3090,3092,3092,3092,3092,3092,3092,3096,3098,3098,3098,3098,3104,3104,3104,3104,3104,3104,3110,3110,3110,3110,3112,3112,3112,3120,3122,3122,3126,3128,3128,3128,3128,3128,3128,3130,3130,3130,3130,3138,3138,3138,3140,3140,3140,3140,3140,3140,3140,3142,3144,3144,3146,3146,3146,3148,3150,3150,3152,3154,3158,3162,3166,3166,3168,3170,3170,3174,3174,3174,3174,3174,3174,3174,3174,3176,3178,3182,3182,3184,3184,3184,3190,3190,3190,3190,3192,3192,3192,3192,3194,3194,3194,3200,3200,3200,3200,3202,3202,3202,3208,3208,3208,3208,3208,3212,3212,3212,3212,3212,3212,3212,3212,3212,3218,3218,3218,3220,3220,3220,3220,3224,3224,3224,3226,3234,3236,3236,3248,3248,3248,3248,3254,3256,3262,3262,3262,3262,3262,3266,3268,3270,3270,3274,3274,3274,3274,3276,3278,3280,3284,3284,3284,3284,3292,3292,3292,3292,3292,3294,3294,3294,3296,3298,3298,3298,3298,3300,3302,3304,3304,3304,3304,3308,3308,3308,3312,3314,3316,3318,3318,3320,3320,3320,3320,3320,3326,3326,3326,3326,3332,3332,3332,3332,3332,3332,3332,3338,3344,3344,3344,3344,3344,3344,3344,3344,3344,3344,3344,3344,3344,3344,3348,3348,3348,3348,3348,3352,3352,3352,3352,3352,3352,3354,3354,3354,3354,3356,3356,3356,3358,3360,3360,3360,3360,3360,3360,3360,3360,3360,3360,3360,3364,3366,3372,3374,3374,3378,3378,3378,3378,3378,3382,3382,3382,3382,3382,3384,3386,3386,3388,3388,3388,3388,3390,3390,3390,3390,3390,3390,3390,3390,3390,3390,3390,3392,3392,3394,3396,3396,3396,3396,3398,3402,3402,3410,3410,3410,3410,3410,3410,3410,3412,3412,3412,3412,3414,3414,3418,3418,3420,3420,3420,3420,3420,3420,3420,3420,3430,3430,3430,3430,3432,3436,3436,3436,3440,3442,3442,3448,3448,3448,3448,3450,3450,3454,3456,3456,3456,3458,3458,3460,3466,3466,3466,3466,3466,3468,3468,3468,3468,3468,3468,3470,3474,3474,3478,3478,3480,3480,3480,3484,3484,3490,3492,3492,3498,3498,3500,3506,3506,3508,3514,3516,3516,3518,3518,3518,3518,3518,3518,3522,3522,3522,3526,3528,3528,3528,3528,3528,3528,3528,3532,3534,3534,3534,3534,3538,3538,3538,3544,3546,3550,3550,3550,3550,3550,3550,3550,3550,3552,3554,3554,3554,3554,3556,3556,3558,3558,3558,3564,3570,3572,3572,3572,3572,3572,3572,3574,3578,3578,3584,3584,3584,3584,3584,3584,3584,3584,3586,3588,3596,3596,3598,3598,3600,3600,3600,3600,3600,3600,3602,3604,3604,3604,3608,3610,3616,3616,3616,3616,3616,3616,3616,3618,3618,3622,3622,3622,3624,3624,3624,3628,3628,3630,3630,3630,3630,3630,3632,3632,3632,3632,3632,3632,3632,3636,3636,3636,3638,3638,3638,3640,3640,3640,3640,3642,3644,3648,3648,3648,3654,3658,3658,3664,3664,3664,3664,3664,3666,3670,3670,3670,3670,3670,3670,3672,3674,3674,3674,3676,3676,3678,3678,3680,3680,3682,3684,3686,3686,3686,3686,3690,3690,3690,3690,3690,3692,3692,3698,3704,3706,3708,3708,3708,3708,3708,3708,3708,3710,3716,3716,3716,3716,3716,3716,3716,3718,3720,3720,3722,3726,3726,3728,3728,3730,3734,3734,3734,3734,3738,3738,3738,3738,3738,3738,3738,3744,3750,3750,3754,3756,3756,3758,3758,3764,3764,3766,3768,3776,3776,3778,3784,3786,3788,3788,3792,3796,3796,3796,3796,3796,3798,3800,3802,3802,3804,3806,3808,3808,3812,3814,3814,3820,3820,3822,3822,3822,3828,3828,3830,3836,3838,3838,3838,3838,3840,3840,3840,3844,3844,3844,3844,3844,3846,3846,3848,3848,3850,3850,3850,3852,3852,3856,3858,3858,3858,3858,3858,3858,3858,3858,3860,3862,3862,3862,3862,3862,3864,3866,3866,3868,3870,3872,3872,3872,3872,3872,3872,3874,3874,3874,3878,3880,3880,3880,3880,3880,3884,3886,3886,3890,3890,3892,3894,3894,3900,3900,3900,3902,3902,3902,3902,3902,3902,3902,3902,3904,3904,3904,3904,3904,3904,3904,3906,3910,3912,3914,3914,3914,3922,3922,3922,3922,3922,3924,3924,3926,3926,3928,3928,3928,3928,3928,3930,3932,3932,3934,3936,3936,3940,3940,3946,3948,3948,3948,3950,3950,3950,3950,3950,3952,3954,3962,3962,3966,3970,3970,3970,3970,3970,3970,3976,3976,3976,3978,3980,3982,3982,3982,3982,3982,3982,3982,3984,3984,3986,3986,3986,3988,3990,3990,3990,3990,3990,3992,3994,3994,3996,3996,3998,4e3,4e3,4e3,4e3,4002,4002,4002,4004,4006,4006,4006,4006,4006,4006,4006,4008,4008,4008,4008,4008,4008,4008,4008,4008,4010,4010,4010,4012,4014,4014,4018,4018,4018,4018,4020,4020,4020,4020,4020,4022,4022,4022,4022,4022,4022,4022,4022,4024,4028,4028,4028,4028,4030,4032,4032,4036,4036,4036,4036,4036,4038,4038,4042,4044,4044,4044,4046,4046,4046,4046,4046,4048,4048,4048,4048,4048,4050,4052,4054,4054,4054,4062,4062,4064,4068,4068,4070,4070,4070,4070,4070,4070,4070,4070,4070,4074,4076,4078,4078,4082,4084,4084,4084,4084,4086,4090,4090,4090,4090,4090,4090,4090,4090,4092,4104,4104,4104,4106,4106,4106,4110,4118,4118,4118,4118,4120,4120,4120,4120,4120,4120,4124,4124,4124,4124,4124,4124,4126,4128,4132,4132,4138,4140,4142,4144,4144,4146,4146,4146,4148,4148,4150,4150,4150,4150,4150,4152,4152,4152,4156,4156,4156,4156,4160,4160,4162,4162,4164,4164,4164,4164,4164,4166,4170,4170,4170,4170,4170,4170,4170,4170,4172,4174,4176,4176,4190,4190,4194,4194,4194,4194,4194,4196,4196,4196,4196,4196,4196,4196,4196,4198,4198,4200,4200,4202,4204,4206,4206,4210,4210,4210,4210,4214,4220,4222,4222,4222,4222,4222,4222,4222,4222,4224,4224,4226,4226,4230,4230,4232,4232,4234,4234,4238,4238,4238,4242,4242,4242,4244,4246,4246,4246,4246,4250,4250,4250,4252,4256,4256,4258,4258,4258,4258,4262,4264,4264,4268,4274,4274,4278,4278,4278,4284,4284,4284,4284,4286,4286,4286,4288,4288,4288,4288,4288,4288,4288,4288,4288,4290,4290,4298,4298,4298,4300,4302,4304,4304,4304,4308,4308,4308,4308,4308,4308,4308,4308,4308,4308,4308,4312,4312,4312,4314,4314,4316,4316,4316,4316,4320,4324,4324,4324,4326,4326,4326,4326,4328,4328,4328,4328,4328,4328,4328,4328,4328,4330,4330,4334,4334,4336,4336,4336,4336,4336,4338,4338,4338,4338,4338,4338,4340,4340,4340,4340,4340,4342,4342,4348,4350,4352,4358,4360,4362,4362,4362,4362,4362,4364,4364,4364,4366,4366,4366,4366,4366,4372,4374,4374,4374,4376,4376,4376,4382,4384,4384,4386,4386,4392,4392,4392,4392,4392,4392,4394,4396,4398,4398,4398,4398,4398,4400,4402,4406,4406,4406,4406,4406,4406,4406,4406,4406,4406,4406,4406,4408,4410,4414,4418,4418,4418,4420,4420,4420,4422,4424,4426,4426,4426,4426,4426,4426,4426,4426,4432,4432,4432,4432,4432,4432,4432,4432,4434,4434,4436,4436,4436,4436,4438,4438,4438,4438,4438,4438,4440,4440,4440,4440,4444,4448,4448,4450,4456,4458,4460,4460,4460,4460,4460,4460,4468,4468,4468,4474,4474,4474,4474,4474,4474,4474,4474,4474,4474,4480,4484,4486,4486,4490,4490,4490,4490,4490,4490,4492,4492,4492,4496,4496,4500,4500,4502,4502,4502,4504,4504,4504,4504,4504,4504,4504,4510,4510,4510,4510,4510,4518,4520,4520,4520,4520,4522,4522,4524,4524,4524,4526,4526,4526,4528,4528,4528,4528,4528,4528,4528,4528,4530,4530,4530,4534,4534,4534,4534,4534,4534,4536,4536,4536,4536,4536,4538,4538,4538,4538,4538,4540,4540,4540,4540,4546,4548,4550,4556,4556,4556,4556,4562,4562,4562,4564,4566,4568,4568,4568,4568,4568,4572,4572,4572,4572,4572,4574,4574,4574,4574,4574,4576,4576,4576,4576,4576,4578,4578,4578,4582,4584,4586,4586,4586,4586,4586,4586,4586,4588,4592,4592,4592,4592,4592,4592,4598,4598,4598,4600,4604,4604,4604,4606,4606,4606,4608,4610,4610,4610,4610,4610,4610,4610,4612,4618,4618,4618,4618,4618,4620,4620,4620,4622,4624,4624,4624,4626,4630,4630,4632,4632,4632,4632,4632,4636,4638,4638,4638,4642,4652,4652,4658,4658,4658,4658,4658,4658,4668,4672,4674,4674,4674,4676,4678,4678,4678,4678,4678,4680,4682,4682,4682,4682,4682,4682,4682,4682,4682,4682,4682,4682,4682,4684,4684,4684,4684,4688,4688,4688,4688,4688,4688,4688,4688,4688,4688,4690,4690,4692,4692,4692,4694,4698,4700,4702,4702,4706,4708,4708,4708,4714,4714,4714,4714,4716,4716,4718,4718,4720,4720,4720,4720,4720,4720,4720,4720,4720,4720,4720,4722,4728,4730,4730,4730,4730,4730,4732,4732,4732,4736,4736,4736,4736,4736,4738,4738,4740,4740,4744,4748,4748,4750,4750,4750,4750,4750,4750,4750,4750,4750,4754,4756,4760,4760,4760,4760,4762,4762,4762,4766,4766,4766,4766,4766,4766,4768,4768,4774,4774,4774,4776,4776,4780,4780,4780,4782,4782,4786,4786,4788,4790,4790,4790,4790,4792,4792,4792,4794,4794,4794,4794,4800,4800,4804,4808,4808,4808,4808,4808,4808,4808,4808,4808,4808,4808,4810,4810,4810,4810,4810,4812,4812,4812,4816,4816,4816,4818,4818,4818,4818,4818,4820,4820,4820,4820,4820,4820,4820,4820,4822,4822,4824,4824,4824,4824,4824,4824,4824,4824,4826,4836,4838,4840,4840,4842,4842,4842,4844,4848,4848,4848,4848,4848,4850,4854,4854,4858,4858,4860,4860,4860,4860,4862,4864,4864,4864,4864,4864,4864,4864,4864,4864,4864,4866,4866,4866,4866,4870,4870,4870,4870,4874,4876,4876,4876,4876,4882,4882,4882,4882,4888,4896,4898,4898,4898,4900,4900,4904,4904,4908,4912,4914,4916,4918,4918,4920,4922,4924,4924,4924,4924,4924,4924,4924,4924,4924,4926,4926,4926,4926,4926,4928,4928,4930,4930,4930,4930,4932,4932,4936,4936,4936,4936,4936,4938,4938,4940,4940,4942,4942,4946,4946,4948,4948,4948,4950,4950,4952,4956,4956,4956,4956,4956,4956,4964,4964,4964,4966,4968,4968,4968,4968,4968,4968,4968,4970,4970,4970,4972,4972,4976,4976,4976,4976,4978,4978,4980,4982,4984,4984,4984,4986,4986,4986,4988,4988,4996,4996,5e3,5002,5002,5002,5002,5004,5004,5004,5004,5004,5006,5012,5012,5018,5018,5018,5018,5018,5020,5020,5022,5022,5022,5022,5022,5022,5022,5022,5024,5024,5024,5024,5024,5024,5024,5028,5032,5032,5032,5032,5032,5032,5032,5032,5032,5034,5038,5038,5042,5042,5044,5044,5044,5044,5044,5044,5044,5044,5048,5048,5048,5048,5048,5048,5048,5048,5050,5052,5052,5052,5052,5052,5056,5056,5056,5056,5056,5056,5060,5060,5060,5062,5064,5064,5064,5064,5064,5064,5064,5064,5064,5064,5066,5066,5068,5068,5068,5070,5072,5072,5072,5072,5072,5072,5074,5076,5076,5078,5078,5080,5080,5080,5080,5080,5080,5080,5084,5084,5086,5088,5088,5088,5088,5088,5088,5090,5090,5090,5090,5090,5090,5090,5090,5092,5094,5096,5098,5100,5100,5104,5106,5106,5106,5106,5106,5106,5108,5108,5108,5108,5108,5108,5110,5114,5114,5116,5116,5116,5116,5116,5120,5120,5120,5120,5124,5124,5124,5124,5124,5126,5126,5128,5130,5130,5130,5130,5132,5132,5132,5132,5134,5134,5134,5136,5138,5138,5138,5138,5138,5138,5138,5140,5140,5142,5142,5146,5148,5150,5150,5152,5156,5162,5164,5164,5168,5168,5178,5180,5182,5182,5182,5182,5182,5184,5184,5186,5186,5186,5186,5186,5192,5192,5192,5192,5192,5192,5192,5192,5192,5198,5198,5198,5198,5200,5200,5200,5200,5202,5204,5206,5206,5206,5206,5206,5206,5208,5208,5210,5210,5212,5214,5216,5216,5218,5220,5222,5224,5226,5226,5226,5228,5228,5228,5228,5234,5238,5238,5238,5240,5240,5244,5244,5246,5246,5246,5246,5248,5248,5248,5252,5254,5254,5262,5262,5262,5262,5262,5262,5264,5268,5270,5270,5272,5272,5274,5274,5280,5280,5280,5280,5282,5282,5282,5282,5282,5282,5282,5282,5288,5288,5288,5290,5290,5290,5290,5290,5294,5298,5300,5300,5300,5302,5304,5304,5304,5304,5310,5310,5310,5310,5312,5312,5312,5312,5312,5316,5316,5316,5316,5316,5316,5318,5318,5322,5322,5330,5336,5336,5336,5336,5336,5338,5338,5338,5338,5338,5338,5340,5340,5340,5340,5340,5344,5346,5350,5350,5354,5354,5354,5354,5354,5354,5354,5354,5356,5356,5356,5356,5356,5356,5356,5356,5356,5358,5360,5360,5360,5360,5360,5364,5364,5364,5366,5368,5368,5372,5372,5372,5374,5374,5376,5378,5382,5382,5384,5384,5384,5384,5384,5384,5384,5384,5384,5384,5384,5384,5384,5384,5384,5384,5384,5390,5392,5394,5394,5396,5396,5396,5396,5398,5400,5400,5400,5400,5400,5400,5402,5404,5404,5406,5410,5410,5416,5426,5426,5428,5428,5428,5428,5428,5428,5432,5432,5432,5436,5436,5438,5440,5440,5440,5448,5448,5448,5450,5450,5450,5452,5456,5456,5456,5456,5456,5462,5462,5466,5468,5468,5468,5468,5470,5470,5470,5470,5472,5476,5478,5478,5482,5482,5482,5482,5482,5486,5492,5492,5494,5496,5496,5496,5496,5496,5496,5496,5498,5504,5506,5506,5506,5506,5506,5508,5510,5510,5510,5510,5510,5512,5512,5512,5512,5512,5512,5512,5512,5516,5516,5518,5518,5518,5522,5522,5522,5522,5524,5528,5532,5534,5534,5534,5536,5542,5542,5542,5544,5554,5554,5554,5554,5556,5556,5556,5556,5560,5560,5560,5562,5562,5562,5568,5568,5568,5570,5570,5572,5572,5574,5574,5574,5574,5576,5576,5578,5578,5578,5578,5582,5584,5584,5588,5590,5592,5594,5596,5596,5596,5598,5598,5598,5606,5606,5614,5614,5614,5614,5614,5616,5616,5618,5620,5620,5620,5620,5620,5622,5624,5624,5628,5628,5632,5632,5632,5632,5632,5632,5632,5632,5634,5634,5634,5636,5638,5638,5638,5638,5638,5640,5642,5648,5648,5648,5648,5652,5658,5658,5660,5662,5664,5664,5664,5664,5664,5664,5664,5666,5666,5666,5666,5666,5666,5666,5666,5666,5666,5666,5666,5668,5668,5674,5674,5674,5676,5676,5676,5676,5676,5682,5682,5684,5684,5684,5684,5684,5688,5688,5688,5690,5690,5692,5696,5700,5702,5702,5704,5704,5704,5704,5704,5704,5704,5704,5706,5706,5706,5706,5714,5714,5714,5714,5716,5716,5716,5716,5716,5718,5722,5722,5722,5726,5726,5726,5728,5730,5730,5730,5732,5732,5732,5732,5732,5736,5736,5738,5740,5746,5746,5746,5746,5746,5750,5752,5756,5758,5758,5764,5768,5774,5776,5776,5782,5782,5784,5786,5790,5790,5792,5792,5794,5794,5796,5796,5796,5796,5796,5798,5800,5802,5802,5802,5802,5804,5804,5804,5804,5804,5804,5804,5806,5808,5808,5808,5808,5808,5808,5810,5810,5810,5810,5810,5810,5810,5818,5820,5820,5822,5822,5824,5824,5824,5826,5826,5826,5826,5828,5828,5828,5828,5828,5828,5828,5828,5828,5828,5828,5828,5828,5830,5832,5834,5834,5836,5836,5836,5836,5838,5838,5840,5840,5840,5840,5842,5842,5842,5844,5844,5844,5850,5852,5858,5858,5858,5858,5858,5862,5866,5866,5866,5866,5868,5868,5868,5868,5872,5874,5874,5874,5878,5880,5880,5880,5880,5882,5882,5882,5882,5882,5882,5884,5886,5886,5886,5886,5890,5890,5890,5890,5892,5892,5892,5892,5894,5894,5894,5894,5894,5894,5894,5896,5896,5900,5900,5902,5902,5910,5910,5910,5910,5910,5910,5912,5914,5914,5916,5916,5916,5916,5920,5922,5926,5926,5926,5926,5926,5926,5926,5926,5926,5926,5926,5926,5928,5930,5930,5930,5934,5936,5936,5936,5936,5938,5940,5940,5940,5940,5940,5940,5942,5942,5942,5942,5944,5944,5944,5948,5948,5950,5950,5952,5952,5952,5954,5954,5954,5954,5954,5956,5956,5956,5960,5960,5960,5962,5964,5964,5966,5966,5966,5966,5966,5966,5966,5968,5968,5970,5970,5970,5970,5970,5970,5972,5972,5972,5972,5978,5980,5980,5982,5984,5988,5990,5990,5990,5990,5990,5990,5990,5990,5990,5990,5990,5990,5990,5990,5992,5992,5992,5992,5992,5992,5992,5992,5992,5992,5994,5994,5994,5996,5996,5996,5996,5996,5996,5996,5996,5996,5996,5998,6e3,6e3,6e3,6e3,6e3,6002,6002,6002,6002,6006,6006,6006,6006,6006,6006,6006,6006,6006,6006,6006,6006,6008,6008,6010,6010,6012,6012,6012,6012,6014,6014,6014,6014,6018,6022,6024,6026,6026,6026,6026,6030,6030,6030,6032,6036,6036,6036,6036,6042,6044,6052,6052,6052,6052,6052,6054,6056,6058,6058,6058,6062,6064,6066,6066,6066,6066,6068,6068,6068,6068,6068,6068,6068,6068,6068,6070,6074,6076,6082,6084,6092,6092,6092,6092,6092,6092,6092,6094,6094,6094,6094,6094,6098,6102,6102,6102,6104,6104,6104,6104,6104,6108,6108,6108,6110,6110,6110,6112,6112,6112,6112,6112,6112,6112,6112,6112,6114,6122,6122,6124,6126,6128,6130,6130,6130,6130,6130,6130,6130,6130,6130,6130,6132,6132,6134,6134,6136,6136,6140,6140,6148,6148,6148,6148,6148,6148,6148,6152,6152,6152,6152,6152,6152,6152,6152,6154,6154,6154,6156,6156,6158,6158,6160,6160,6160,6160,6170,6170,6170,6172,6172,6172,6172,6172,6172,6172,6172,6172,6172,6172,6172,6172,6176,6176,6176,6176,6176,6178,6180,6180,6180,6180,6182,6182,6186,6188,6188,6188,6194,6194,6194,6194,6194,6194,6194,6194,6194,6194,6194,6194,6196,6198,6198,6198,6198,6208,6208,6208,6210,6210,6210,6210,6210,6210,6210,6212,6212,6212,6212,6214,6214,6214,6214,6216,6216,6216,6220,6222,6224,6224,6226,6226,6230,6232,6232,6232,6232,6232,6232,6234,6236,6236,6236,6240,6240,6240,6240,6242,6242,6244,6244,6244,6244,6244,6244,6244,6244,6248,6248,6252,6254,6254,6256,6256,6260,6260,6260,6264,6264,6264,6264,6264,6264,6264,6266,6266,6266,6270,6270,6276,6276,6276,6276,6276,6276,6276,6278,6278,6278,6278,6280,6282,6282,6282,6282,6282,6282,6286,6286,6286,6290,6296,6300,6302,6302,6302,6302,6302,6302,6302,6302,6306,6308,6310,6310,6314,6314,6314,6314,6314,6320,6320,6320,6322,6324,6326,6326,6328,6328,6328,6328,6328,6330,6334,6334,6342,6344,6344,6350,6352,6352,6354,6354,6354,6354,6354,6354,6354,6358,6360,6360,6360,6362,6362,6362,6362,6362,6362,6362,6362,6362,6362,6364,6364,6364,6366,6370,6372,6374,6374,6378,6378,6380,6384,6386,6386,6386,6388,6388,6388,6388,6388,6388,6388,6388,6388,6390,6390,6390,6390,6390,6390,6392,6392,6392,6392,6392,6392,6392,6396,6396,6396,6402,6404,6406,6406,6406,6406,6406,6406,6406,6406,6408,6410,6410,6412,6416,6416,6416,6416,6416,6418,6420,6422,6424,6426,6426,6426,6426,6428,6430,6430,6430,6430,6430,6432,6432,6432,6434,6434,6434,6438,6438,6440,6444,6444,6444,6446,6448,6448,6452,6452,6452,6452,6454,6454,6454,6454,6454,6454,6454,6454,6454,6454,6454,6454,6454,6454,6458,6464,6466,6470,6470,6472,6472,6478,6478,6478,6484,6484,6484,6484,6486,6486,6488,6488,6492,6494,6500,6500,6500,6500,6506,6506,6506,6512,6514,6514,6514,6520,6520,6520,6520,6522,6522,6522,6524,6528,6534,6534,6534,6534,6538,6538,6542,6544,6546,6548,6550,6552,6554,6554,6556,6556,6558,6558,6558,6558,6560,6560,6560,6560,6564,6566,6566,6566,6566,6566,6566,6566,6570,6570,6572,6572,6574,6574,6574,6574,6574,6574,6574,6576,6576,6576,6578,6578,6578,6578,6582,6582,6582,6588,6588,6588,6588,6588,6588,6588,6592,6592,6592,6592,6594,6598,6602,6602,6602,6602,6602,6604,6604,6604,6604,6604,6606,6606,6610,6610,6612,6616,6616,6616,6616,6616,6616,6618,6620,6622,6622,6626,6626,6626,6626,6628,6628,6630,6630,6630,6630,6636,6640,6640,6642,6642,6644,6646,6646,6646,6646,6646,6648,6648,6652,6652,6654,6654,6654,6654,6654,6654,6654,6654,6654,6658,6658,6660,6660,6660,6660,6660,6660,6660,6660,6662,6662,6662,6664,6666,6666,6666,6668,6672,6672,6674,6680,6680,6680,6682,6684,6686,6690,6692,6696,6696,6702,6702,6702,6702,6702,6702,6702,6702,6702,6704,6704,6704,6704,6704,6704,6704,6704,6708,6708,6710,6710,6710,6716,6716,6716,6716,6716,6716,6716,6716,6716,6716,6718,6720,6722,6722,6722,6722,6722,6722,6722,6722,6728,6728,6732,6732,6734,6734,6734,6744,6744,6744,6744,6744,6744,6744,6744,6744,6748,6750,6750,6750,6750,6750,6750,6750,6750,6750,6752,6752,6752,6760,6760,6760,6766,6768,6768,6768,6768,6768,6768,6768,6768,6772,6772,6772,6772,6774,6774,6774,6774,6774,6778,6780,6780,6780,6782,6782,6782,6782,6782,6786,6786,6786,6786,6786,6786,6786,6786,6786,6786,6788,6788,6792,6794,6794,6794,6794,6818,6820,6822,6824,6828,6828,6828,6828,6828,6828,6830,6830,6832,6834,6834,6836,6836,6836,6838,6840,6842,6842,6842,6842,6842,6844,6852,6852,6852,6858,6860,6860,6860,6860,6860,6860,6860,6862,6874,6876,6880,6880,6882,6882,6888,6888,6888,6888,6888,6890,6892,6892,6894,6898,6902,6902,6902,6904,6908,6910,6910,6912,6912,6916,6918,6918,6918,6918,6918,6918,6918,6918,6918,6920,6924,6924,6924,6924,6926,6928,6928,6928,6928,6932,6932,6932,6932,6932,6932,6932,6932,6932,6932,6932,6932,6932,6932,6934,6936,6936,6936,6936,6936,6936,6936,6936,6940,6942,6942,6942,6942,6942,6942,6942,6942,6942,6942,6952,6954,6956,6958,6962,6962,6962,6964,6964,6966,6966,6966,6966,6966,6968,6968,6968,6968,6968,6970,6970,6970,6970,6970,6970,6970,6970,6976,6976,6982,6982,6984,6984,6984,6984,6984,6984,6986,6986,6986,6990,6990,6990,6990,6992,6998,6998,6998,6998,6998,7e3,7e3,7e3,7e3,7002,7004,7006,7006,7008,7008,7010,7010,7012,7014,7014,7018,7018,7018,7018,7020,7020,7024,7024,7024,7024,7024,7026,7028,7028,7028,7028,7032,7036,7040,7044,7044,7044,7046,7046,7048,7048,7048,7048,7048,7050,7050,7052,7054,7054,7054,7054,7054,7056,7058,7058,7058,7058,7058,7060,7062,7064,7066,7066,7074,7074,7074,7074,7074,7074,7074,7074,7078,7082,7082,7082,7082,7082,7082,7082,7082,7082,7084,7092,7094,7096,7100,7104,7104,7104,7104,7104,7104,7104,7104,7104,7104,7108,7110,7110,7114,7114,7118,7118,7118,7120,7120,7120,7120,7120,7122,7122,7122,7122,7122,7122,7122,7124,7126,7132,7132,7132,7132,7132,7132,7132,7138,7138,7144,7144,7144,7146,7152,7152,7154,7158,7160,7164,7166,7166,7168,7168,7168,7178,7178,7184,7188,7188,7190,7196,7200,7200,7200,7200,7200,7206,7206,7206,7212,7212,7212,7212,7212,7212,7214,7214,7216,7220,7220,7220,7220,7220,7220,7222,7222,7222,7224,7224,7226,7228,7234,7234,7234,7234,7236,7236,7236,7236,7236,7238,7242,7242,7242,7242,7242,7242,7242,7244,7252,7252,7252,7252,7252,7254,7254,7254,7256,7258,7258,7258,7258,7258,7258,7260,7262,7262,7264,7266,7266,7266,7268,7268,7268,7272,7272,7274,7280,7280,7282,7284,7288,7288,7288,7292,7292,7294,7294,7294,7294,7294,7294,7294,7294,7298,7298,7300,7300,7300,7300,7300,7316,7320,7328,7332,7332,7332,7336,7336,7336,7338,7340,7342,7342,7342,7342,7344,7344,7344,7344,7344,7344,7346,7348,7348,7348,7348,7348,7350,7354,7354,7354,7360,7360,7360,7362,7364,7370,7374,7376,7376,7376,7378,7380,7380,7380,7380,7380,7380,7380,7380,7380,7384,7384,7386,7386,7386,7386,7390,7390,7392,7394,7394,7394,7394,7396,7396,7396,7396,7396,7398,7398,7398,7402,7410,7412,7412,7412,7412,7414,7416,7416,7416,7420,7420,7426,7426,7426,7428,7428,7430,7430,7430,7430,7434,7434,7434,7434,7434,7434,7434,7436,7438,7438,7440,7442,7442,7442,7446,7446,7446,7446,7446,7446,7446,7446,7446,7446,7448,7448,7448,7448,7448,7448,7450,7450,7450,7450,7450,7458,7458,7458,7458,7458,7460,7460,7460,7460,7460,7460,7460,7460,7460,7460,7462,7464,7464,7464,7464,7468,7468,7468,7468,7468,7470,7470,7472,7478,7478,7480,7486,7486,7488,7492,7492,7492,7494,7494,7496,7496,7496,7496,7498,7498,7498,7498,7500,7502,7502,7502,7502,7504,7504,7504,7506,7506,7506,7506,7506,7506,7506,7506,7508,7508,7510,7510,7512,7512,7514,7514,7514,7514,7514,7516,7520,7524,7524,7524,7528,7530,7530,7536,7540,7542,7544,7544,7544,7546,7548,7548,7552,7556,7556,7556,7556,7556,7556,7556,7556,7558,7560,7562,7562,7562,7564,7568,7568,7568,7568,7568,7568,7568,7570,7570,7574,7576,7580,7580,7580,7580,7580,7582,7584,7588,7590,7590,7590,7590,7592,7592,7592,7594,7594,7594,7594,7594,7596,7600,7602,7602,7602,7602,7602,7602,7602,7604,7604,7604,7604,7604,7604,7604,7604,7604,7606,7608,7608,7608,7608,7608,7612,7612,7614,7614,7618,7618,7618,7618,7628,7630,7630,7634,7636,7638,7638,7638,7642,7642,7646,7646,7648,7648,7648,7648,7654,7656,7658,7660,7662,7662,7664,7666,7666,7666,7670,7670,7672,7672,7674,7674,7674,7674,7676,7676,7676,7676,7678,7680,7680,7682,7684,7684,7686,7688,7688,7690,7706,7708,7708,7708,7708,7708,7708,7708,7714,7716,7716,7716,7716,7716,7718,7720,7720,7720,7726,7726,7726,7726,7728,7732,7732,7734,7734,7734,7734,7734,7738,7738,7738,7740,7740,7740,7740,7740,7740,7742,7744,7746,7746,7748,7748,7750,7752,7756,7756,7756,7758,7760,7760,7760,7760,7760,7762,7764,7764,7764,7764,7766,7766,7766,7766,7768,7768,7768,7768,7774,7774,7776,7776,7778,7778,7778,7778,7778,7778,7778,7780,7782,7784,7784,7786,7786,7786,7786,7788,7788,7792,7794,7794,7798,7798,7798,7798,7798,7802,7802,7802,7802,7802,7802,7802,7804,7804,7806,7806,7806,7806,7806,7806,7810,7810,7810,7810,7812,7818,7818,7818,7818,7822,7822,7824,7826,7828,7828,7828,7828,7828,7834,7834,7834,7834,7834,7834,7834,7836,7842,7842,7846,7854,7854,7854,7854,7854,7854,7854,7856,7856,7856,7860,7862,7862,7862,7862,7864,7864,7864,7868,7868,7868,7870,7870,7870,7872,7872,7874,7876,7876,7878,7878,7880,7880,7882,7882,7884,7884,7884,7886,7886,7886,7886,7886,7886,7886,7886,7886,7886,7888,7890,7892,7894,7894,7896,7896,7896,7896,7896,7898,7904,7908,7908,7908,7908,7910,7910,7912,7912,7914,7914,7914,7914,7916,7924,7924,7924,7924,7930,7930,7932,7936,7936,7936,7936,7936,7936,7938,7938,7938,7938,7938,7938,7938,7938,7938,7940,7940,7942,7942,7946,7952,7954,7954,7954,7956,7956,7960,7960,7960,7960,7964,7964,7964,7966,7968,7972,7972,7972,7972,7976,7978,7978,7978,7978,7978,7978,7978,7978,7980,7980,7984,7984,7984,7988,7988,7990,7992,7994,7994,7994,7994,7994,7994,7994,7998,8002,8002,8008,8008,8008,8008,8014,8014,8016,8018,8018,8018,8018,8018,8018,8018,8018,8018,8018,8018,8018,8018,8018,8018,8018,8018,8018,8018,8018,8018,8020,8024,8028,8030,8032,8032,8034,8034,8034,8034,8034,8034,8034,8034,8038,8038,8038,8042,8042,8042,8042,8042,8042,8042,8042,8042,8044,8044,8044,8044,8044,8044,8044,8046,8050,8052,8054,8054,8060,8062,8068,8072,8072,8074,8074,8076,8076,8076,8076,8078,8080,8084,8084,8086,8086,8088,8088,8088,8088,8088,8090,8092,8094,8100,8102,8102,8102,8110,8110,8110,8110,8110,8114,8114,8114,8118,8122,8134,8136,8138,8140,8140,8140,8140,8144,8144,8144,8144,8144,8150,8150,8150,8150,8154,8154,8160,8162,8164,8166,8166,8166,8166,8168,8168,8168,8168,8168,8168,8168,8168,8170,8170,8170,8172,8176,8176,8180,8180,8180,8180,8180,8180,8182,8192,8192,8192,8192,8196,8196,8196,8196,8196,8196,8198,8200,8200,8200,8202,8206,8208,8210,8212,8212,8212,8212,8216,8216,8216,8216,8220,8220,8220,8222,8224,8224,8224,8224,8234,8236,8236,8236,8236,8238,8240,8240,8240,8242,8242,8242,8242,8244,8244,8244,8244,8246,8246,8246,8248,8248,8250,8250,8250,8250,8252,8254,8256,8256,8256,8256,8256,8256,8256,8256,8256,8256,8256,8264,8264,8264,8264,8266,8266,8266,8268,8268,8268,8274,8274,8276,8276,8276,8278,8278,8278,8278,8278,8278,8284,8286,8286,8288,8290,8292,8298,8298,8298,8300,8300,8300,8302,8304,8314,8314,8314,8314,8314,8314,8318,8318,8318,8318,8320,8326,8326,8326,8326,8326,8326,8328,8330,8330,8330,8330,8332,8334,8338,8338,8338,8338,8342,8342,8342,8342,8342,8346,8350,8352,8352,8358,8358,8358,8358,8358,8358,8358,8360,8362,8362,8362,8366,8366,8366,8366,8366,8368,8370,8370,8374,8378,8378,8378,8380,8380,8380,8380,8380,8380,8380,8380,8380,8380,8386,8388,8388,8388,8392,8396,8398,8398,8400,8400,8406,8406,8406,8406,8406,8406,8406,8406,8406,8406,8408,8408,8410,8414,8414,8414,8414,8414,8414,8414,8414,8414,8414,8418,8418,8418,8418,8418,8418,8418,8418,8422,8422,8422,8426,8426,8428,8428,8432,8432,8434,8438,8438,8438,8438,8440,8440,8442,8442,8450,8450,8454,8456,8456,8456,8460,8460,8466,8466,8468,8474,8474,8474,8476,8480,8480,8480,8480,8480,8480,8480,8480,8480,8480,8480,8480,8482,8482,8484,8486,8486,8486,8486,8486,8486,8488,8488,8488,8490,8490,8492,8492,8492,8498,8498,8498,8498,8498,8498,8498,8500,8500,8500,8504,8504,8508,8516,8516,8520,8524,8528,8530,8532,8532,8536,8540,8540,8540,8540,8540,8540,8540,8540,8540,8542,8542,8542,8548,8548,8548,8548,8548,8548,8548,8548,8548,8548,8548,8548,8548,8548,8554,8554,8554,8554,8554,8556,8556,8562,8562,8562,8564,8566,8566,8566,8566,8566,8572,8572,8572,8574,8578,8580,8584,8584,8584,8584,8586,8588,8588,8590,8594,8598,8602,8602,8602,8602,8602,8602,8606,8608,8608,8608,8612,8614,8614,8614,8616,8616,8618,8622,8622,8622,8622,8634,8636,8638,8644,8646,8646,8646,8648,8650,8652,8652,8652,8656,8656,8660,8660,8660,8660,8662,8670,8670,8672,8672,8672,8672,8676,8676,8676,8676,8676,8678,8678,8678,8678,8678,8678,8678,8678,8680,8680,8682,8682,8684,8686,8686,8686,8686,8686,8686,8686,8686,8688,8692,8692,8692,8692,8692,8696,8700,8700,8700,8700,8700,8702,8702,8702,8704,8708,8708,8712,8714,8714,8714,8716,8718,8720,8720,8722,8722,8722,8722,8722,8722,8726,8728,8728,8728,8732,8732,8732,8732,8734,8736,8736,8742,8742,8742,8744,8746,8750,8752,8754,8758,8758,8758,8758,8758,8758,8764,8764,8764,8764,8764,8764,8764,8764,8764,8764,8764,8768,8768,8768,8768,8768,8770,8770,8770,8774,8774,8774,8774,8776,8778,8778,8784,8788,8788,8788,8788,8788,8788,8788,8788,8788,8788,8790,8790,8794,8796,8796,8796,8796,8796,3332915200,137712,1832591366,110560,1406582790,114410,1406582790,114486,3209453575,96409,3265978376,77488,2049769490,78951,1626529810,127887,2978447380,69807,1049133084,151565,194813981,113137,1495449629,137303,2908143646,112215,1812553759,153496,3190153251,77351,214622245,112215,1173880872,115986,1535017002,84170,1110351914,86376,1110351914,86416,1110351914,86436,1110351914,86471,1110351914,114595,41648175,122662,3804610611,116545,559906868,105551,1090928696,78881,4068106296,82867,4068106296,82922,4075266105,135935,736763963,127887,2023252028,112537,3374694460,142008,1603412029,95832,450838594,76756,3393527875,151738,3144917060,113661,3144917060,114072,3144917060,129015,3379953733,109099,808837194,76056,1566556234,90197,1566556234,90214,2261901386,133720,2261901386,133742,1087987787,149075,2115067980,150157,2567684173,113173,2567684173,113241,3734216781,141099,2946392152,106382,2946392152,110495,2946392152,110533,276693082,83156,971063386,114410,971063386,116656,971063386,127887,2140061787,79417,832012380,90718,447217757,78059,3433046110,118697,3433046110,128622,3433046110,129106,1409155168,128622,1001128033,116076,1524547686,128622,2839093350,151876,582991979,119327,1948319852,110905,4100128880,115099,171499637,91640,183435381,103346,183435381,127887,2088222840,129364,3638386812,117282,3638386812,117463,2659688577,144798,4112425091,93140,555425928,93438,555425928,93476,1125220488,113241,2292965516,98597,150159502,90347,4070170767,93207,1619427471,142142,2404622482,98597,1059217557,75403,1059217557,75688,859619480,111612,478609562,71673,3062145178,104982,3062145178,127801,3801972890,129739,3801972890,152931,2406867099,127887,3308437661,110905,2478956705,115220,3097706659,110560,3329982628,109876,2695102629,95675,1572987046,105835,2979209386,113661,2979209386,114072,2712903852,151822,2712903852,151851,179773614,110626,2628526254,113661,2628526254,114072,2628526254,129015,1917026481,138518,502849722,128622,792707262,151791,4128350400,99875,4085424320,105858,4016668869,70431,147251399,96911,1508843719,140566,829481160,80009,3394773195,114955,3906977998,75403,3906977998,75688,1850769614,103404,3099910353,107245,3022684369,127887,1168351443,82643,2885861588,112945,1587609812,128490,2960769238,80516,3247243478,90140,3247243478,107280,524935388,117068,1399783653,108817,3423830246,75403,3423830246,75688,3824132328,119718,2425815272,123448,2425815272,123477,835870954,96379,647831786,105733,1703895276,117282,1703895276,117463,3189555437,88414,1659814129,80730,471097585,148417,3591848179,141511,69804276,123641,69804276,123695,2242789624,115220,4283752706,141490,3754934532,76131,3921953031,127887,3728433422,70405,2270560528,112148,2270560528,136992,3933724950,143678,598253847,85167,598253847,85206,3640172823,132096,3640172823,132134,449429785,113661,449429785,114072,2119368992,72010,2143633697,87629,816914722,69489,640885026,150973,2149335336,111334,2801697069,141272,2801697069,141305,3479232815,110560,1153081648,107198,2157773106,90927,3760251186,108929,2939437363,142921,2494906678,89083,2494906678,89102,2494906678,89128,3565084983,109737,2134401336,94229,1426661689,127887,4030603580,139536,642785599,128622,1949425986,95202,2049745223,147410,2049745223,147426,2049745223,147443,472580424,88970,2134933836,72852,4065419597,109159,1530446164,83323,3378176341,132874,3378176341,132908,2744017243,109949,2058027355,128622,3421626715,144477,2339750237,152166,69861726,99586,3992764778,107808,1283277164,86737,1283277164,114695,2955018610,153e3,3935560053,112215,2114232694,124178,2114232694,124214,852435321,148462,3314164092,70998,1376510332,98178,1376510332,111429,3672187265,132874,3672187265,132908,2854150529,136445,2854150529,136462,971579779,71030,3913318787,140502,122610060,112537,2673369486,112537,1785495950,145370,3261612432,113661,3261612432,114072,859013528,148399,2153922971,114848,4174971291,123641,4174971291,123695,2583798177,111676,814203298,149217,2805244328,70931,199246249,109876,1830961578,116123,61120939,137189,687088045,76426,1327268271,127887,4241850802,112537,1597194677,127887,3783631286,137018,3657916855,89832,3908231611,142334,4148994493,76581,4117725629,113173,3913318847,112909,3235365312,91689,3608592833,107047,1527873985,113661,1527873985,114072,1527873985,118008,1527873985,129331,2670141893,71673,2670141893,92424,2670141893,92457,1060954566,116168,2318164427,111934,3420013004,119414,2547155405,102981,244507093,88499,2596626912,128622,2042823141,128622,2042823141,129106,2951119334,114486,2609365481,129560,2609365481,129576,2494906860,138959,2627379695,90363,647840240,134862,647840240,134875,3539845618,107931,2494972404,120624,2494972404,120656,1683112438,92486,1286595065,112215,2044011002,131992,2044011002,132025,3058024954,153995,2115346940,143102,2705736189,145222,3683287550,107692,110854654,108578,2677531134,138261,1349886463,81946,1554743807,110054,1895031297,127887,2589254146,113661,946004485,113661,2528002567,83085,2014208528,107329,3428327953,107470,3428327953,114486,2674778641,127887,21922323,111612,48890388,111844,37167638,105697,3028419095,110626,1283818011,78021,2969952799,107987,3193012768,132874,3193012768,132908,595198499,110810,2928820782,112537,1225318961,70784,1755882033,93438,1755882033,93476,1755882033,105290,1225318961,113661,1225318961,114072,3217007153,128490,1092919858,130844,2194293299,91194,1810801207,115986,1728168505,150279,883450427,147209,55026236,112537,1312490048,105530,457851456,142108,2416001605,92964,602546757,109949,607388236,110626,2027389517,111736,2860802639,87168,4267844179,90002,2494825047,127887,240829017,147973,391242331,78916,391242331,105780,4075225696,116999,579707488,139536,2169053793,152101,4075266658,114695,1832985192,111676,48890473,68738,2021950057,99037,48890473,107808,2907325037,153946,2495349363,112215,1546019445,83754,1819976316,113661,1819976316,114072,222962301,139567,3834880638,90853,2179416702,110626,2092589695,71056,360424068,112215,1030242949,81359,761135750,100613,3197297287,103083,2146435730,136604,634413717,100613,634413717,113661,634413717,114072,2409489047,128622,3266462363,79216,3266462363,108371,2495373980,93830,2988106396,140243,2901205661,68555,2901205661,68626,2901205661,68656,2901205661,68677,100745887,92255,100745887,92280,455778976,84640,455778976,112215,2628502179,82564,1485349542,127887,1532068519,74256,2495251114,71438,2339177133,140018,933593776,69933,2495251120,76528,388637362,109099,847970994,116076,4273676979,77024,1458848438,75403,1458848438,75688,1510523574,109813,1223115456,142980,2383307458,79434,2383307458,79468,2383307458,79504,2383307458,79536,2383307458,79584,2383307458,79616,2383307458,102655,2545951427,97062,2545951427,97090,3138577094,128622,605217482,115127,3995624138,127887,3116319441,71529,3116319441,81918,4089643729,111612,856867538,72315,856867538,72350,1525261013,93294,1158906581,141122,3119211225,111995,3270181595,82838,2861155035,107788,4086776542,70662,196248286,81839,1707811556,74765,1707811556,103346,459703014,118754,459703014,128355,2495611623,115430,3599885033,109355,846291692,113173,3598140149,139851,4137575159,108207,748438264,152185,2407998202,85685,1844396794,127887,1084539643,73014,1084539643,114410,1084539643,114486,244269821,102566,971244286,108929,4072465152,92644,273048320,153e3,2166612737,96429,1530921734,127887,1979368200,110626,858964745,115403,858964745,115785,2119607049,131699,2119607049,131713,3588481805,116656,2796733198,112215,2133295892,113534,2146042650,70146,2734908189,113241,2175968029,117068,4220199710,114410,4220199710,114486,2495365919,111334,1417847583,117068,861373216,144382,861373216,153451,1759503138,113241,473768745,113241,910205737,113241,910205737,116999,132760369,80896,3763553079,109876,4068016951,113512,3153462071,145788,483427129,74476,1409278777,146684,3788735293,144018,957743934,153427,3044434753,69217,4148986693,85532,1160618822,108207,2175968070,119327,3988366151,106073,3237061450,101416,2495685457,76368,3872465750,129364,1758659414,149232,2733851480,105316,2246533986,88916,2495218534,77302,3298493286,87455,160637804,93236,4167017327,99546,2158388082,79707,2158388082,79723,1429783410,87194,647832439,141755,2272428921,115430,1531356028,106140,4171473789,92058,3584369533,129364,3158631300,78486,3158631300,78520,590724,100613,813097860,108020,2355676037,146403,524919686,112537,1816691594,100781,1816691594,137844,4260529036,113661,4260529036,114072,1431462797,68188,3834209165,89173,3355198350,76659,3355198350,76691,3143492494,95053,1107436433,113241,922960787,114877,178176916,96594,1460716437,105858,2956526485,130996,2956526485,131026,3401270167,110234,3401270167,110272,2036130712,108207,322364313,106729,322364313,111612,1433723805,107987,3459113886,124588,3459113886,124609,1016505247,91177,3343410081,72123,3417072549,113661,934544294,91823,200623014,135206,200623014,135239,3756868522,78402,1988305834,90180,921445297,139029,866018228,71438,1690035124,84810,2711298996,109452,1332208564,152524,4107854773,153362,3302532024,117068,3067290558,136479,699515841,139789,2117764035,80336,2677720003,128622,2105951176,113661,2105951176,117628,3596878792,153628,3235783628,75403,3235783628,75688,3686343629,115099,507651029,112215,1640678357,119385,612729816,127533,612729816,127559,612729816,127584,2240332762,98597,4245644255,69473,1029882852,94308,732472292,130844,3529688038,131178,3529688038,131232,3529688038,131274,431416295,152762,1326842860,127887,93094894,110941,3545654257,94540,986538994,97597,2143282163,96808,1660863477,138084,329942006,152604,4078666749,93633,2130920447,102140,2816017413,110697,2790622218,73119,2790622218,73134,1062200335,84129,336888847,115986,3556025360,99497,472179730,109377,1191674900,108036,3719644181,110298,2119336983,110697,3325592600,87066,3325592600,138922,2548794393,129739,3954238494,137891,391234594,99410,1002308643,115430,718128168,68168,829326376,142290,2001265706,96752,2584126506,116545,2001265706,127887,3137397804,94469,3137397804,94495,2871043117,73469,1817207853,139818,2495710256,96304,1098376241,88836,1350452278,109200,3675530296,96459,3675530296,105128,3675530296,127887,1642308665,109694,2928878651,75403,2928878651,75688,4079125563,111303,1106945084,88777,1193509948,110626,3491259453,75403,3491259453,75688,4054762560,116340,286270532,117068,2996487238,82740,3821372489,88050,2308064330,87113,2308064330,87138,2495620172,69542,3130877005,119580,4281885775,98135,4281885775,110560,2916394068,71191,1446323285,88014,37069912,132761,37069912,132794,2131690591,68112,1764238432,115986,256001128,142351,1732084842,147095,1329144938,149926,2166522988,87363,3730564205,115430,3185910897,96953,1179960434,99139,506848370,105858,1654482037,111334,3630236790,114977,962962551,91991,1351623799,92873,2173174904,90323,268051577,75403,268051577,75688,4097049727,128622,4097049727,135912,3822748803,122209,3822748803,122227,3045172356,137524,3045172356,137556,241689737,85731,1900618893,141187,2281317518,90619,3906569358,148358,2145248399,114757,289023120,77758,2433893520,132532,2433893520,132575,2055259283,150609,1110205588,96677,1110205588,96693,1932797078,90870,3231761559,86118,3231761559,118372,3231761559,127887,315139226,94372,111584412,75403,111584412,75688,2355455132,87395,2124383389,105232,1629160607,111612,2904966304,104757,2495210664,98597,4019651752,152762,2495210668,82496,3350611117,83407,186524847,126511,186524847,126536,1445397683,113534,537806004,108887,3899090101,115220,1503536309,115986,3899090101,141360,2789000375,127887,113665208,75403,113665208,75688,2063156408,113661,2063156408,114072,2357126332,112537,3230713025,153732,2157438149,108085,862553286,148923,3675661514,151351,782968014,74185,2425783504,84923,2723546330,116076,2877957339,106997,2495374555,127338,2495374555,127365,22635740,113241,933610719,117068,1758250210,72967,298280162,113241,1883923684,106814,1956398314,136748,3603530988,90445,3680404717,112215,3680404717,146831,4059981039,70333,1328162031,82763,3186230514,112537,2177352949,142730,1566958839,69735,1239115e3,114788,475325688,122421,475325688,122447,475325688,122482,2156365050,103319,1072743674,144112,3514008826,150632,2108073212,97843,1129735423,93851,2854798591,110453,1749812480,81689,2489599232,84238,3730433281,153797,1436321026,98235,923026697,99661,157639949,141331,3556803855,127887,2438522132,116340,876086558,79039,2495227166,126112,2495227166,126137,4041712929,76450,1228784930,94450,2210735395,116452,2448327971,117068,1035191593,84272,694961449,131102,1794876716,113534,2315003182,115430,2914280751,153078,2664834354,85755,1666065719,83357,3482019132,107931,1841620284,113534,1301546301,110132,2730599743,118445,2730599743,118472,2730599743,128355,2495620426,78951,2706982219,142645,490513741,75403,490513741,75688,1998300494,145353,333833551,83982,1685718355,72208,1552868691,109600,1552868691,133822,1552868691,133850,1552868691,133887,2116232535,93980,3511838039,128490,513516897,130690,919233890,106576,1263519080,130844,1254458729,109876,632669547,153883,3586098541,116656,3906569582,146560,733750643,130844,1861035379,138982,2271135092,139426,2145314172,105901,2145314173,73910,766305665,69754,2215347585,115715,3876152705,126318,3876152705,126342,188286339,107198,964011404,89152,3690808724,150212,1604117909,70110,1604117909,105159,2419344789,115147,3308987801,98364,1055778201,98413,62686617,110321,713319835,77041,293438881,80546,2259240355,71438,1717839268,83251,2664678821,102981,59057575,138942,555599272,116631,2540504489,98218,4066846121,113241,1631765930,112537,1631765930,128622,1631765930,129106,1631765930,139914,2677499309,138451,1957062063,136728,2488288688,82513,2056881584,111844,1881916851,115669,2487772596,149001,2631714229,113241,1172202939,85486,1939744187,114877,3094660542,128622,2822907326,138011,3905209791,115430,353830335,116373,3137652162,105373,2494981570,149052,2426389955,99631,2426389955,128622,2119361990,100963,3297625547,128622,4085425625,125242,4085425625,125270,442418650,69153,1315554783,78678,1315554783,78699,1315554783,113661,1315554783,114072,3727336927,129364,1852040672,135319,1852040672,135346,1852040672,135383,606127585,111429,4095591906,86893,1309591014,98342,685983217,129364,2798364147,110321,3918964212,103694,3918964212,103740,3918964212,103797,3918964212,103927,3918964212,104028,3918964212,104128,3918964212,104228,3918964212,104327,3918964212,104387,3918964212,104428,2857731574,117068,3496330746,117282,3496330746,117463,4038854141,77079,3920668157,153410,351553024,147934,3340092931,127887,2058044937,86825,3730990601,106625,2916066825,114595,1524000267,112215,106669581,115220,2734163470,84303,2734163470,111934,3512542734,112537,850568721,152427,2342839834,81863,2588427809,70814,85943846,116545,2569938474,81383,2569938474,81414,2569938474,81465,2065294895,113241,2119370288,111334,2495710769,71438,4075243057,128622,3656902200,90415,991381048,108207,943416889,112810,1531332156,108207,657688124,134945,3553150525,84660,3376686657,107931,2111219266,103256,2447361605,108371,2738513480,76173,3925739080,98597,657835593,94201,4156221001,125112,4156221001,125141,4156221001,125166,678635085,103576,1477649997,142686,1444079182,109641,3064718926,115430,3075032665,75403,3075032665,75688,3311158873,153598,4137125469,127887,2303632991,88431,728376929,109876,3852715619,128622,3023758950,113661,3023758950,114072,2527708776,117068,1508517486,113052,1196779118,113661,1196779118,114072,3669190258,120173,3669190258,120193,3669190258,120230,4161930869,109452,1244554871,110626,2893334136,109949,2665866873,115430,647857788,106222,2418386559,112215,120620671,113661,2916288128,71373,2537195138,151760,4278765191,87083,2219533961,93318,2227807881,98597,4226213514,73821,4226213514,73854,653772430,142645,996001424,75403,996001424,75688,3964085905,81552,114329234,83803,450053780,145809,3980748437,80631,1050478232,87591,565765787,70012,2495358621,115430,2166990498,96230,2014783139,74613,3504809635,75403,3504809635,75688,2182801059,110560,1726752420,116452,3192981156,127887,1251706534,137507,4272162470,137791,943474347,75403,943474347,75688,1111541424,117068,1467655860,72907,2761197239,141146,2166990520,112845,3024955064,114595,1275987644,112215,2634786492,133186,2634786492,133221,2634786492,133339,3298469570,78459,1491642055,76056,238741191,153e3,3081774792,130108,3081774792,130158,628475597,93805,267757269,112117,1809221334,113241,2329986775,128355,2329986775,129086,4291552985,111676,3144017630,116219,3144017630,116247,4201891550,119526,647857887,111429,2713175778,131784,2713175778,131803,300713699,89689,681879268,143763,527541993,85344,3853641454,136270,1492805359,116861,1890322161,94420,2494940914,87915,2033215218,109377,1048610551,87312,3893348087,150453,3820914424,92388,3019261688,130844,3062040314,113661,524936961,108929,131294979,103546,4272899846,92805,1660790535,116491,1768630025,143910,1808377611,94568,1808377611,96911,460834573,136582,1780492045,145892,3878176526,103472,2421540625,137448,3781535507,148888,3381700373,91422,2106640152,101615,3382626074,125791,3382626074,125830,3428984605,109775,3363186461,116452,1507264288,77094,3836348198,92152,650151721,71980,2207057705,101145,2110498605,116965,3062064942,127887,2047567667,69588,2114021172,91231,2114021172,91254,2114021172,91283,2114021172,91307,2836735798,113241,270632760,69414,3033933624,128355,2983675710,131178,2983675710,131232,2983675710,131274,1770751810,78354,311625539,85051,4126132036,118811,4126132036,118851,4126132036,128622,3216885575,69074,1610303303,142866,1610303303,142883,2847360842,113661,2847360842,114072,3538544463,96184,1416865616,81892,3021784913,110872,765658962,124290,765658962,124315,1045522259,87677,1045522259,128622,2332321620,137260,2630600533,72045,334686039,111566,449439576,136493,292267865,105927,2666825562,112215,859842395,147130,859842395,147174,2118969182,113661,2118969182,114072,2105927518,141058,3989727071,106645,2012440418,139385,1164683109,92932,524937062,95263,2338211689,128622,2338211689,139461,3760236396,113661,884754287,137828,1367074674,119612,1367074674,129106,1107289972,85511,1817921398,139357,243664766,102836,2986461063,112537,2130356104,76943,569018248,102836,3650234248,115430,2302740361,128622,1809139597,140207,3910854542,151934,4100114321,151083,2780931988,69510,1583228820,118888,647849877,85936,647849877,112215,3905210262,112215,2311915417,106594,3239364507,127887,3380512669,127801,1627465630,119327,1362503584,126207,1362503584,126242,1817061282,85784,549291938,112537,2494908323,129364,395790249,150895,2291369898,106479,2291369898,113661,2291369898,114072,1325696943,111676,1420126127,134263,1420126127,134294,3061802930,105697,1608730546,106274,3218425782,112810,2618435510,128622,731899832,86702,954353593,71698,313083833,112215,1151387577,117068,2437482430,110298,4148987842,116373,2146387910,89024,2146387910,89063,647841747,109452,804808660,116545,804808660,127887,219203541,109813,1851287513,92569,1679894502,112215,1314818027,95965,3839363053,80946,3431671794,152475,1304217587,142645,342640629,111566,647841781,112537,4035258358,77178,1373743097,126943,1373743097,126966,1373743097,126991,2177370106,143361,2177370106,143378,1062291451,75403,1062291451,75688,112846848,124807,112846848,124834,1948018688,126850,1948018688,126867,1471899649,115179,922781698,69122,204875787,73784,3380512781,83430,4057745427,146792,1369204758,128568,2368170006,128622,3509372955,75403,3509372955,75688,514730016,72523,3907282977,112215,3907282977,145336,1850337316,74587,2571741223,127166,2571741223,127187,2955069482,76078,1308960816,73560,381134899,114914,3229550647,142388,2098325563,110763,258009148,74284,1458825277,131784,1458825277,131803,3519195198,96260,647776320,153750,859080771,146915,2380769349,75994,2119354443,89273,647841868,98259,4065429580,103346,2241873998,85853,1445185623,113661,1445185623,130844,796051543,148593,524937304,106241,3882682456,152710,3984615515,88169,3370272860,137869,2554570845,107127,3640731742,116999,3640731742,143198,3640731742,143216,3640731742,143242,3640731742,143268,4100114527,151399,1740843107,95226,1740843107,117829,1740843107,117869,1740843107,117901,311027815,116373,3691817065,143336,1085270122,94066,3806464107,73595,647850096,111334,1635051634,114410,1635051634,114486,2022353012,89604,3129059444,112215,3992635509,107733,1001171062,116999,934774905,106814,2911234171,77551,3232409726,113002,1592395903,75963,1592395903,115220,3072542847,143449,3383027841,116838,2115668099,128490,4226984070,113002,1821083782,116778,2375682182,149254,3869649041,130248,3869649041,130277,3869649041,130308,1737418897,146891,3093792918,83771,1356482714,114595,3401369757,141580,4065437854,112537,843843742,113241,4141942943,115147,1105938592,92826,1570252961,112945,2495162534,141838,630253735,89932,1079249064,141533,2589157547,123005,462112942,109278,2166597807,118580,2166597807,118607,2166597807,128622,2930018481,75060,519571634,150062,2495293621,88936,2495162550,111934,4270352566,115127,1873643703,115650,1192749240,98031,4195092666,127887,31148218,148959,2495162556,84545,3196872892,95332,3536578749,90534,3721447613,113173,39938239,103626,3736357057,73595,2423654594,121316,2695104707,113661,1177610439,113241,3977062606,72794,647850191,81103,647850191,81138,647850191,81159,647850191,81193,647850191,81213,647850191,128622,718817490,138423,2147690706,143822,1532610776,129739,859121883,148769,859121883,148804,114403555,119327,3082651876,95806,1883891942,114486,1883891942,150178,1504749802,97041,1661528301,144084,3410823407,115430,3314125040,128622,3327305973,105780,3707447543,122553,3707447543,122586,2624194808,114595,2293967097,80651,481052924,117068,1181950,111844,1919568128,104942,1719929088,109876,3402606851,109677,933873926,140882,1545922823,84498,1173154056,153229,436209932,141378,1158686989,99930,872007950,145458,3207923984,102261,1444096277,113661,1444096277,114072,2495211801,113661,2495211801,114072,3050924319,120732,3050924319,120757,2385135905,112537,919169313,152842,1923131682,130396,1923131682,130433,465004835,145082,647842084,111518,647842084,139071,2480490789,87937,1352411431,84086,1312049451,111128,2222844204,98597,2796882220,153515,2811693357,117650,1810680111,75403,1810680111,75688,709167408,109949,2039834932,120012,1016744249,111995,647866682,112215,534939965,128622,534939965,129106,3205400899,75403,3205400899,75688,2495293767,113661,2495293767,114072,2084989255,129364,2838063434,151307,3491957067,89252,3162196302,113661,3162196302,114072,2153867600,99108,2047723858,97548,2134042963,86859,719046997,108929,2495359317,133415,2495359317,133443,1381075285,151288,1586022745,81863,591374681,90076,566675801,105400,1186105689,113661,566675801,142462,566675801,153127,2894342490,113661,2894342490,114072,2634918238,111995,3528804704,85236,2986281318,113661,2986281318,114072,2986281318,129015,2355013992,109159,1218693484,110234,1759488370,113241,1851631989,84614,371394934,95649,1501866359,141706,1783966075,145278,758663549,90158,1550780801,129364,3155822979,77512,360409478,112537,3265726855,152083,2603854216,85374,2455882122,130844,3683002772,111934,3522939284,136886,1643342232,113137,1643342232,115430,1992034714,80287,1772620188,112875,2002610608,123984,2002610608,124007,1274538417,115430,3941460402,116999,3941460402,135025,1007233459,143561,1007233459,143609,369215924,103626,859802041,149019,4149004734,72728,4149004734,72749,4149004734,110234,3461777854,114410,3461777854,114486,647866818,68330,2373724618,95400,2373724618,95431,4206438858,103083,3930261962,129739,1792076236,114663,1590135246,81488,2496252368,113173,4029753809,80546,4182452689,115986,3499715025,141558,2495351250,96864,2495351250,113661,2495351250,114072,2098866643,106896,484354517,112215,3581520342,148048,3692767704,145203,678955481,112215,1321503194,110560,1321503194,117068,2571569627,115430,1100597726,111844,1011075552,72070,2242046432,111334,3201599969,142645,2581228004,111128,912894437,113241,2043750887,88288,1188473322,107626,776718826,150476,3529812459,69610,2399005163,74116,835299820,113661,835299820,114072,803162604,152358,2130364911,73720,3064941043,112537,313780725,110176,4288793078,94166,4288793078,115026,873859574,128622,955550203,68024,3241798139,143012,3241798139,143040,1549019645,127223,1549019645,127262,3153701374,122803,3153701374,122827,1817487872,129202,1817487872,129264,2194491905,110697,524921345,116373,2682513929,90759,2682513929,90779,2682513929,90808,749292042,123868,749292042,123901,1108527626,142921,322693645,90742,322693645,110234,923249166,79830,2939963920,105342,527862291,68712,2998635027,70089,628107801,94331,873409053,144063,1845365278,113661,1845365278,114072,1795631649,149575,1488710179,84129,2414135844,132096,2414135844,132134,2656545319,116999,559770151,142059,968182312,152842,2536917547,97001,3798616620,116999,30935597,113241,1422305838,75403,1422305838,75688,927885874,74795,2494917184,94615,137464389,98597,1107405383,111088,221719112,93573,2433346123,74920,3197356623,112875,2426964560,67978,2534591057,68274,4258269779,90266,3096234579,105128,2314390103,82437,2852137561,128622,2495244892,115430,1656220254,98994,2801617502,141254,893463136,129364,1283467874,94803,647866978,113661,1204619879,110697,2036525677,107572,1689340525,138743,3339160174,100565,169798255,139870,169798255,139887,2134469235,88366,3940788851,134067,3940788851,134094,2704255604,91439,1338854008,153832,1761659513,111334,2292632186,106021,459541114,149882,1528351355,74684,1528351355,105754,3327601276,88717,284174974,138300,1692363392,140804,4011969153,145484,3319253635,113661,3319253635,114072,3319253635,128568,4073867909,111254,4114057865,139093,1431218834,109305,2167720600,90678,807905948,94909,293620381,146618,858671773,151621,938863262,113241,2540964518,108724,3672214183,113661,3672214183,114072,1772939945,106873,3941460650,151475,554085039,143706,859802289,153560,904997554,99756,1723214514,148744,1480231608,79971,685157048,89396,3917908666,116491,3865283262,110986,3973360323,114486,3941460676,151208,2169342670,115220,1726442196,100514,723135190,140376,2443201240,146035,2173504224,115220,2173504224,115430,2125253344,116247,2546698979,115765,3401263844,105400,3401263844,153127,4289997541,95591,922839782,144211,3601091303,84339,2000382696,87520,2000382696,87541,351226600,112537,3674696426,115099,2457135858,82409,2387331826,136e3,2387331826,136028,2357046004,117068,2825161461,114977,1214802678,87840,676907769,116861,204294906,116999,160049915,83580,3774237439,152454,1812491009,145788,1278962436,91689,3638307589,117068,1839237894,145030,794381063,108207,551930634,117068,1299417867,129887,1299417867,129925,779692812,127887,2143103759,71114,382397199,112215,707504913,99176,2213038866,112537,4210158359,110054,4210158359,140277,4210158359,140304,1843563287,145732,3937192731,113661,3937192731,114072,4115163933,105627,238095133,112215,4115163933,113661,4115163933,114072,3578882847,144134,2474969891,85456,1241246506,72173,2495720238,90662,921504558,143177,3176680240,140536,1799301938,127887,3031935796,117282,3031935796,117463,3446418235,113661,3446418235,114072,1236871997,90591,955099965,111566,1236871997,127887,972262207,111024,4135914303,113241,3064941377,116491,408865604,96061,408865604,96084,1244810053,105697,2492828491,108327,2492828491,111802,2547321676,72576,1816898384,115055,3410250576,115147,321456976,140950,2549934934,101001,2366622550,144271,2366622550,144299,611732314,100911,923724637,114595,923724637,117829,923724637,117869,923724637,117901,1367108446,145540,2855250784,91510,995486560,110018,4125961057,152808,2166598503,70600,4287236971,113241,2453064555,131178,2453064555,131232,2453064555,131274,2695105390,105813,2110827381,111612,1959570294,140823,1806486392,102234,1838123899,113078,3493964668,111160,526928766,108207,2481810303,128622,866216832,70852,2809252736,112537,1106070401,113241,1924246401,140003,1358973826,77139,169683842,115055,599149444,89900,2684529541,98151,533564295,90121,2704919431,108578,922889103,85021,2869275536,103626,4223208337,82155,1955662737,112215,626363283,129739,1559456662,97210,3720801174,104564,3197365142,140181,4130605978,109876,3402115998,108887,3747113889,115986,1875102625,128622,1875102625,129106,2153868197,88777,2198670248,112875,198962088,143408,2198670248,145129,1486105517,86501,2554006445,128622,4056484790,78829,1025100726,96836,1794616246,144455,647850937,111518,3852905405,116452,3941460925,151145,2458053568,151005,883837889,87257,883837889,116295,196848577,121099,196848577,121123,3173305282,99843,2169637828,73961,2853850052,105400,1169787844,121376,1169787844,121402,2853850052,142424,2853850052,142441,647867336,69235,647867336,69257,647867336,110495,647867337,111770,4026371018,87337,4026371018,111934,3919948746,112945,2786667471,124807,2786667471,124834,2441268176,111429,3086199761,108929,3489197011,86251,3489197011,86273,2495663063,119327,2494778328,85827,3927706585,113241,342117338,94938,1042263002,109876,1380871134,112537,647867358,113661,647867358,114072,2727939038,140935,3188468707,91956,3573304294,130844,3465653223,151161,1745644523,112537,2695105516,110697,1293757421,93510,2078141425,125913,2078141425,125936,448416756,80047,448416756,80064,2729331701,116076,2105977846,113241,630246391,86312,787549177,87736,1026083838,74162,1468517374,112215,1468517374,115430,460958722,130248,460958722,130277,460958722,130308,2420526089,129364,1948019721,139130,1948019721,139159,2145405962,91007,3297168394,116373,2286849034,148300,2723564568,113661,2723564568,114072,720514077,78605,3603049501,104861,333728803,111334,2247142439,83526,2651483178,129364,2948779051,148489,4131343414,93905,204524598,116076,4081912887,91791,647842872,83447,647842872,83464,647842872,83481,647851065,72699,1718422587,113661,1718422587,114072,1722289216,146601,4100140096,151430,1572801605,115669,3436792902,89581,3940289608,90910,2129849420,74016,1296141399,128622,2199538777,143980,3742698586,68909,3235433566,153451,2900028511,124083,2900028511,124107,647842913,73076,647842913,73094,647842913,113661,647842913,114072,1941769320,109813,412871788,128622,3715402862,81655,3715402862,81672,4067626096,69330,1849240696,77438,2495908984,83375,1849240696,92091,1849240696,92108,1849240696,111088,4206357628,95098,1831644285,83926,4014091389,108085,459893888,134504,459893888,134533,1507404929,100434,1791544451,113661,1791544451,114072,1791544451,129015,2146159751,107498,2695097481,80981,2695097481,81010,2384235658,78730,1042975885,71476,3631697039,113241,3967380624,119742,3967380624,129202,3967380624,129264,2315095189,76191,1932905627,112215,1106070684,115369,1106070684,129739,76942494,129364,684600478,129739,360418464,113241,2877901987,113661,2877901987,114072,2656210085,75403,2656210085,75688,2886339749,108578,3094113446,95541,905874600,100746,905874600,111518,905874600,111844,3685887146,112537,4053863595,75403,4053863595,75688,2807458987,147259,2050632877,110560,3021802670,147846,3021802670,147863,3021802670,147879,2627914927,114410,2922400945,117068,1885793463,112215,1885793463,138329,1393986746,135632,1393986746,135663,647859387,72631,3061206210,127887,2809138370,149384,1996483779,148658,2144881863,76812,2144881863,103346,2865695946,68154,2054843594,136951,4269780170,152873,3358870731,112094,2176019660,98781,2176019660,98804,4075252948,114937,1442442453,82296,217255129,94006,354675931,114486,648088798,116219,648088798,116247,2128514270,149418,1530146015,99440,1530146015,113661,1530146015,114072,2547936480,139679,2114235622,71851,3006287079,110941,2494835943,115430,955346153,85259,955346153,85291,2926849257,103256,1933225201,76148,1321061618,68444,1038535923,67952,4055747827,92424,734727411,115692,325651699,129739,3303918837,93919,2146594039,97619,1329908989,136145,1720552702,110400,2042998017,87697,2015513857,93362,2099825922,128622,2875395331,131178,2875395331,131232,2875395331,131274,3448728842,94682,4271549708,98688,4271549708,98736,3397455119,83638,2929790226,115715,2929790226,145184,1140534548,100613,859311385,148433,1362988320,83827,2677517600,112537,599772451,148722,230559014,103346,347753770,113534,199699755,111770,2495106348,126719,2495106348,126774,172657967,134370,172657967,134408,172657967,134433,2809163056,146980,861482288,153451,209186098,113173,3907882290,114410,3907882290,114486,3941461303,151242,117247288,127751,117247288,129331,2445503806,108929,1457351999,110941,2165681474,97983,2062699844,78951,2536729926,115746,2367999304,142624,971443529,85405,1866321226,115220,2140155214,92314,1507118414,95861,1144302931,127887,114797909,90944,2525293909,130001,2525293909,130032,647834966,70881,647834966,70907,647834966,105128,887721303,77488,335474008,112537,547794271,127887,2003889504,83507,1948339552,132874,1948339552,132908,2036084071,86947,610397544,77880,2316586346,81522,2495638891,97675,2495638891,107808,1780616557,113534,1950190959,116999,1334300016,70714,730090864,128355,1842212212,94282,779554164,153995,1938484603,95712,1772604795,112875,979881339,145239,3652545916,115430,3652545916,128622,647867772,150121,2495262078,88473,2495262078,106997,3188690303,105733,2242719105,75375,2309328259,85602,2309328259,85632,3162287491,112215,1254141317,110626,2167303558,94996,1614130567,101523,3295923591,106402,1614130567,127067,1614130567,127090,1778871689,147954,847834506,134609,847834506,134628,847834506,134645,972713355,112537,611061132,134945,3608604046,121600,3608604046,121635,715771279,82261,3187740047,127801,2809163156,146949,2157825429,70687,3642576278,110810,968568216,72993,190795161,71139,1027190170,111226,1431661980,75403,1431661980,75688,551751069,102087,2115472799,121734,2115472799,121755,259517855,140154,1453149601,107028,2026581412,79894,2026581412,79924,2026581412,79941,2117275046,89754,165113255,125791,165113255,125830,1889045927,129739,360418728,82541,166702508,137092,2166582703,116219,2166582703,116247,3383233972,112215,349867446,72605,3335359928,74448,3891678651,139109,1747414461,69784,564473277,82620,559984062,112215,2824342982,103021,996036039,146451,3566144972,127887,2664893901,98597,1258204623,109876,120630736,91388,2117676497,68471,65957335,103346,2184351194,75403,2184351194,75688,2079174107,139939,4235808224,68397,3497381344,103426,650333665,82115,798674403,93417,798674403,115430,3268259301,114410,3951594982,104465,339021288,113241,2168679912,113661,2168679912,114072,1025347051,150313,3961941491,112845,2273127930,109737,538545659,77691,3224219131,112537,2502462972,115430,392416765,76211,2153467392,110234,4183641600,118234,4183641600,128622,4183641600,129106,2853137925,110560,2096262663,153496,1018080777,110209,1390546446,107303,934170127,114877,3820482065,127887,792284690,117068,69840404,113661,69840404,114072,970714646,73869,970714646,73894,970714646,103626,1412107799,139596,2857741850,140839,617270815,109574,3562589728,127887,2154319393,73662,2154319393,83375,2154319393,113661,2154319393,114072,409595427,80255,409595427,80268,2314137124,111254,2314137124,149663,962915882,74812,3547721258,75403,3547721258,75688,2132528685,102514,1742089774,115220,3601436207,100827,1097084470,113534,2319707704,127887,320302651,84759,228019772,103127,3526749761,112537,4204654146,108756,3569045060,146296,1626099270,137961,2285203015,149547,2803060299,74967,3525111374,109813,69119567,115220,2130366038,142250,2154810975,110132,3525570146,113241,360427107,90391,287641189,113661,287641189,114072,2356129385,137986,58715758,128622,326815350,86551,3857919607,118128,3857919607,127887,1234423419,89438,3042455164,94756,189992574,139615,189992574,139654,120557187,136803,86658693,120400,86658693,120435,3659648646,107866,3952168585,80112,1848954510,113534,3532902035,137925,750808724,151969,1252421269,89412,597733016,87557,597733016,87574,3850415768,128423,3850415768,128622,653110938,90030,3088256667,107931,1694158491,120851,2839416477,153663,1650970278,109813,3906571942,153697,2168942247,107714,56807080,136922,668659370,93725,668659370,93772,3518869163,74659,238071471,77723,2494901936,80460,2494901936,80483,2127744696,142083,2130816697,100613,4272631481,112215,2130816697,113661,2130816697,114072,4272631481,130108,4272631481,130158,1430171324,110905,2306412223,78951,2096066239,116373,2789011136,109775,2789011136,132214,2789011136,132239,2789011136,132265,3503738564,69184,2338524874,133415,2338524874,133443,882724560,87756,2911497937,105186,3603074770,147377,3603074770,147393,2657144532,113137,2657144532,115430,2699071188,148539,2926005973,107423,2323820246,98916,3271347927,70458,1023545049,116889,1874382556,138550,1161473758,116076,2260545251,84205,37187302,70574,1606594278,128490,4214640362,123868,4214640362,123901,1801293548,81990,4197093102,115147,849825523,96484,822996724,113661,822996724,114072,207376124,112215,3274616573,138365,2571341566,109159,1963552512,75403,1963552512,75688,2133987072,82018,917589760,104732,2948386560,112875,3129495296,114595,1109651200,115328,2167869186,112070,1320546050,112537,1113689863,128622,370798351,146644,1179504401,103626,4145770259,117068,3521752852,96620,3641265941,111334,2459258647,128622,2459258647,129106,2369138459,93438,2369138459,93476,3503427356,113661,3503427356,114072,3503427356,129015,3530084125,88069,4075261733,110090,718761767,110697,2855440169,84018,2797547305,107081,3067178795,112215,2147553069,116545,66162479,116656,66162479,116701,1857253170,75403,1857253170,75688,4229967669,109949,349032246,84129,2168532794,100613,3162050362,150861,4132024125,116295,1237307198,117677,1237307198,117722,778309440,86982,2496286532,81753,2496286532,81778,3720400709,143503,1438879559,116373,1438879559,127887,2134314824,76839,2134314824,76878,2134314824,76926,289492810,72650,289492810,72673,1378291533,74099,3143520077,99220,767782733,110321,2441867089,111676,1703923540,76345,858763101,147629,2675740511,73765,741764959,79236,741764959,79260,860680031,146338,3911495522,100115,1688498019,108929,2952695652,141429,1303179111,113661,1303179111,114072,96440178,84853,1449652082,104604,3204255605,86182,1350217591,107423,4095479675,115430,4095479675,136054,550121340,74310,550121340,74340,33156991,115430,689401731,102176,4003467148,115147,1583673230,113661,1583673230,114072,3659517840,137065,2508844949,69310,1033097115,104685,274952096,98073,4229943202,88218,3366211490,110107,791416738,110321,2324696995,115986,885985188,150523,1230794661,73445,3934072741,113241,1230794661,114788,1038495654,150095,3563147175,83297,853110700,130844,3675623343,92805,2282753972,108929,1090351028,113661,1090351028,114072,2784800693,96281,1662316472,116778,2662535099,103056,601731003,106456,2662535099,108929,257830844,106256,4027469758,108207,2022911936,84692,2786684864,94731,1143558080,114410,2281156550,110837,846598087,70632,1815703496,112909,2440466381,103472,3062058958,152873,1085009871,103281,1068666831,142479,3062058971,112537,3337646044,153924,3050188765,120300,3050188765,120330,907726814,104881,421785566,112537,3694317537,144771,1591496676,146203,3091845093,108207,346902502,143980,2215047150,75122,2215047150,75150,2464763886,109949,1446178806,107408,2855514104,82098,2898595836,116999,4214788098,136419,2276167686,96570,2276167686,129364,1380331527,135025,3138424839,142312,1135742985,69907,1939755018,130844,3430248458,143927,3430248458,143954,4103942155,109694,2384154636,108207,4021473298,83196,4021473298,83213,1431867410,88670,1278488594,92601,2781933589,127887,1475588117,129364,2781933589,146472,3538178079,75403,3538178079,75688,2766139423,81605,183300128,133617,183300128,133640,2458439713,71529,1843925027,76974,3165925411,117068,647868457,71400,244805676,113661,244805676,114072,653291566,114595,4052963374,127887,3291238448,91883,3938644019,111334,2698252346,75403,2698252346,75688,2925981754,136645,1077088319,109876,371740735,112215,1709412415,130844,2735640639,152729,2613702720,143477,1380929604,151368,1744719942,112537,3667488841,90961,2146291788,113534,816050260,80836,2504642647,109813,576770135,145923,1941721181,127887,3818164322,111128,3993268327,136128,3663573099,130108,3663573099,130158,3663573099,138064,3106082924,129739,4075253869,136384,2145103982,116965,2145103982,118394,2145103982,128622,3664277618,119437,3664277618,119468,3664277618,127887,2399785077,92179,2695098486,105952,96809079,127887,2657333372,136211,2809163900,147594,2751385729,95020,67219590,113241,2070999179,112215,1564946574,106503,4100116622,151102,2450485391,117068,1006481552,141209,3153105047,84129,4161695896,74889,3431280792,113241,1704366238,147779,1704366238,147795,1704366238,147812,1365799073,73662,541733026,70178,1874440354,105513,1530032293,153972,1444851880,105461,1534357673,115430,1454108848,112215,2906476721,79066,3760279729,118784,3760279729,128355,1507250358,94282,2916864185,111802,934940858,89958,1447252157,114486,3958345918,111934,2535614,137942,906154176,112215,545673413,112215,2758799557,127887,3737669830,100263,3145552073,84417,3145552073,111934,1575686346,69291,2724901066,82198,2724901066,82244,2724901066,115220,3543134410,127887,64852172,129202,64852172,129264,64852172,130844,2114515154,75206,2114515154,75235,2114515154,75297,1566945490,94838,2495647954,103426,1314820307,113534,533745875,150424,484315348,107733,2808271063,73380,3197898968,88695,2330030301,109061,423047390,149351,2093904107,109876,2495664367,113661,2519888111,115430,1069953273,150751,3263754491,143059,2681336062,114977,3454144767,113241,3916943615,142959,3917213952,112945,3045363969,152891,1145245955,93868,2168279299,96539,3929673988,102936,2585112839,76772,2585112839,76789,2807312647,97449,981102859,107127,337465613,85660,411750671,68424,4156608794,149905,1737863451,68250,262902043,75403,262902043,75688,40677660,72267,1049227553,111128,563613988,102836,3237024036,110466,2101293353,107931,75788587,84448,703459629,115430,2426261805,121478,1859957038,69102,434983214,96350,650727728,116373,410939705,75403,410939705,75688,2271973690,110132,2494918971,87283,2494918971,115785,647835967,108706,1979339074,71722,215249218,110786,2161463624,100873,190755146,93542,190755146,112537,633237834,127887,2637836621,93177,3142906191,152254,3142906191,152278,1636979026,92020,3926020436,108706,3706696020,109775,172921174,128622,2563387735,128622,3854872923,72410,231412062,113534,1001247074,105858,1928073570,126012,1928073570,126041,619008356,75403,619008356,75688,3502960997,144041,805228901,153717,3614396784,119146,1862127989,113661,1121948024,128423,1121948024,128622,799617403,98597,3253571968,129364,2702750088,107733,258322826,127887,3145994642,114734,230289811,75403,230289811,75688,2494828947,109949,1657704851,113661,1657704851,114072,2051928468,112215,1735659925,141684,1110897047,151606,1368904090,81624,1791791515,116373,1791791515,127887,4230320544,137765,2005832097,81969,681382305,103576,2126983587,110321,861327779,145421,90870181,116889,2495672745,97117,2495885738,97867,2524959156,83112,3502412216,128622,3502412216,146496,1732268476,136769,1732268476,136786,3581571517,103626,460648897,130248,460648897,130277,460648897,130308,2241278405,86204,2241278405,86226,663138757,111226,2933936582,111303,545509830,115220,1356984774,138679,1356984774,138713,1358246343,148627,3310285258,111844,614855116,83950,2462265804,136625,549614030,72144,549614030,151051,2557104591,112537,1509970383,145715,2936705488,113241,280596945,139706,2494853586,84051,3535344084,112215,1742655957,138900,1106055638,73986,2158957023,127887,3455767012,117068,530289126,98119,3256807914,127887,3080270316,93614,2169074156,150824,1712943601,68363,1014051315,105492,3395310069,139336,96260599,91096,699724279,110321,134017529,143315,1539330556,82785,1444835838,68763,2242359807,72434,3934605823,127887,4147966469,147665,4147966469,147677,4147966469,147690,4147966469,147738,2128392712,146387,2174087689,107280,51532304,99795,2659054099,99380,2495123989,88119,2495123989,88147,3234550297,112215,1546310171,114410,2344874524,153451,1754124829,91595,2496115232,105210,2143646243,142124,3315388965,113661,3315388965,114072,3315388965,129015,579850789,129364,3070906919,89201,3782832679,89664,4058305064,105102,1585803820,94708,3344175665,95947,3268620850,115841,3268620850,127654,3268620850,127681,621269556,109949,3249123892,122153,3249123892,122169,3153941049,83542,647852603,69199,3766080067,109813,3434033738,88190,909193802,107885,4109406795,89544,1822880331,95920,661844564,109377,350597717,94090,350597717,94126,2596098647,84726,3683643991,152635,3325817433,129364,3391271521,88891,3866415713,112215,1538364009,114486,2693706346,129739,1647899247,114788,943903343,115631,3357291125,123238,3357291125,123273,2130375288,107176,4059689593,116778,2877772419,72468,386585221,108371,240849544,146106,2970948233,148324,421008015,127887,3110433424,128622,1976914578,153208,2179404436,84391,1450373787,75403,1450373787,75688,237736605,96979,859599518,149155,2784793252,140722,2996482732,82136,264778413,128490,35705518,101183,3262984879,77790,1040143024,143845,2870629042,112810,2870629042,128622,2140435123,127887,2000663225,138612,1363530431,152762,4030698176,92709,4030698176,92734,2108551874,136229,2114122439,72938,2114122439,111518,3457241803,124391,3457241803,128622,2339754704,119327,2637230802,108132,272511699,111088,729518807,101659,865809115,98597,3055801054,86522,4204516063,108170,1245090534,149621,577336040,82951,1759359722,105754,1361007338,137044,2437247723,112215,2652885740,145841,2643956462,108207,3655512815,90981,3064345327,140722,4033843952,82312,3865293552,110856,3865293552,127887,1195315953,100702,584438515,102655,734049011,111934,118395637,116778,3926782709,117068,2148815605,123641,2148815605,123695,1748923125,127801,647852790,99288,356160247,77739,2883072764,112215,909374206,128622,2635739907,102886,2635739907,123553,2635739907,123571,1472271116,71438,1472271116,89716,1472271116,89736,94180112,113241,1083880212,103202,2071761685,96933,395948822,145261,2978427676,105901,2330366750,115785,1231008544,148841,1049056033,94971,1829761826,117068,2720813860,137468,945713957,141728,2600088358,108847,123605799,112810,3815682856,110941,4286894891,74746,3678901039,107931,1393701679,152118,1393701679,152138,2074915632,73398,2074915632,73429,732189491,113241,471012149,75403,471012149,75688,391476023,110810,907694907,150943,17969982,114955,1837110078,153515,540234559,112537,2495345473,68978,2495345473,69009,2246087489,75403,2246087489,75688,2091373383,88319,3643831112,110941,3095507784,153868,971101001,114877,2996187979,103626,947098445,110560,12637007,114410,12637007,114486,12637007,136859,859157331,108756,3955667803,131178,3955667803,131232,3955667803,131274,1957679966,81892,1805308771,80378,1805308771,80400,971109220,73634,2809131876,112215,292598629,112215,4075254632,127801,147141481,119555,2955039597,128423,2955039597,128622,2955039597,129063,2132816753,136193,284873590,103083,1453101942,117068,4108481404,69561,2088760190,78770,2088760190,111334,3621163904,82373,2477724544,132336,2477724544,132358,513897344,152225,3411047297,71570,3411047297,71594,3411047297,71623,2494829446,98301,428962700,100031,1973793681,114486,1973793681,127887,759944082,106939,647869331,105032,1627181971,110495,2812236693,89462,2812236693,89502,1442714525,90231,563032998,91764,277935015,91567,2147513260,116921,2147513260,116946,3045520303,86333,2927915952,108578,3631985586,148074,3631985586,148099,2319004597,117068,2273842103,106331,4065858488,150023,3791328185,76032,524932025,113173,3490313147,92234,3407942604,90838,2495206348,100613,3407942604,110560,1653593037,112215,3864048590,115055,520303568,112215,501396436,115430,3004134357,72500,1609110491,150973,2175701980,141600,2694132702,70534,3695358943,106939,3695358943,116778,2495108065,116247,2495108065,135530,2495108065,135556,3835565026,89635,888427490,111463,888427490,118499,888427490,118517,888427490,128622,660640740,150493,3911250922,85567,2893861866,103346,938669037,72770,938669037,110697,2609452015,102725,4115174384,106841,2534634483,81334,814453747,100007,2534634483,109377,2495673331,110466,4114437110,69846,1905816569,97694,1589974010,132434,1589974010,132456,4007318527,92539,4007318527,112845,4174181375,117068,2673038337,109452,974394369,116050,3694679042,69053,453686278,110626,2495353866,91067,787657739,75403,787657739,75688,2370589708,111194,2058335246,95149,2923271182,109377,928035859,116545,1097028627,127887,3306353684,130248,3306353684,130277,3306353684,130308,3513291798,127887,2030523415,113534,1878651934,72434,1458484255,97521,1458484255,150294,504083487,152327,3817288736,129739,2495247397,76630,3254146086,111194,2495902763,148658,3192992819,132650,3192992819,132686,2724344885,110234,3401274424,118632,3401274424,128622,3245429820,102490,3217888317,80176,2884039741,83713,1589220414,75403,1589220414,75688,2074129471,106763,50394178,150796,1076024387,108666,2473186371,122303,2473186371,122342,1873769542,108929,3225736263,115430,2573333575,118189,2573333575,118207,2573333575,128622,3386397767,145762,3245429835,78632,57062479,97376,3401266255,142515,2805822546,111676,2632488021,104910,647836757,113173,647836757,128622,3591042136,145398,3660887130,152658,2129884252,71438,1911018592,130844,1200747618,115430,922334310,77139,922334310,88556,2734912615,127887,2112853097,80779,2112853097,80804,2022610026,127887,2161898603,69033,3241841772,72226,4134990957,109775,880268400,150768,2124551283,79082,1007940723,113661,459822195,119327,3494859891,138031,1356010613,141861,1356010613,141894,3267753077,144825,3267753077,144940,3624367226,141913,2490995836,95782,4234966141,84571,3031872642,112215,2312819843,90047,3654562949,80675,3654562949,80698,4131878023,115430,4131878023,115715,1089287311,116545,4270970002,127887,2168272019,77582,1386157208,102789,333829273,70513,2935215258,124435,2935215258,124470,2935215258,124512,1338676382,122303,1338676382,122342,2079839391,106529,2079839391,109007,2079839391,111334,3201471649,71921,657331362,146853,2153247907,127887,2809148586,147483,4001961142,145156,3609949368,90570,2098001080,113661,2098001080,114072,3483858107,112215,2917004480,69958,4129158336,115099,963179712,127887,1355994306,142035,3450754247,69872,3450754247,110018,1459066058,106302,2966582476,116545,2315220173,118562,2315220173,128622,3250713806,109036,683979982,141164,419124431,129364,2911778001,139243,3593336025,111024,526333149,75403,4221310173,75403,526333149,75688,4221310173,75688,65680609,97571,807089382,117068,4075230439,133092,4075230439,133115,3922883818,87806,3922883818,87823,513799405,106610,1553192174,137116,2048406769,105671,2527950070,128622,1532900598,143086,2406577400,117068,1066063097,68217,2573243642,91689,3513152762,153254,3513152762,153294,3063821567,92991,631723263,106050,2666870016,84946,227882241,110107,227882241,110626,3079558402,108207,3473356036,114595,1993372932,125791,1993372932,125830,3600463109,121497,3600463109,121524,992359686,111934,1529263366,131883,1529263366,131912,151295239,137655,3391288585,79643,3391288585,79674,1654568201,136086,1733195019,110905,3679712524,83730,647861517,70729,647861517,70751,3528127759,119807,2502980881,116295,4100134163,110560,458470680,90637,3666015513,91032,4075263258,127887,3448706334,113661,66811173,108085,408442150,112537,474977580,86666,3759617331,78104,3759617331,78130,3759617331,78240,3528774963,145008,927593780,77256,1879078198,108787,3007010104,112537,2176546107,110054,1630451007,113241,3532272972,145954,20247885,142900,3787806030,113661,1705039184,88532,3922572628,105400,859600214,149324,2385556826,116778,3124778333,147900,1750005088,76262,1750005088,76293,2124330336,113630,2135299425,105813,2531161442,68003,2895050082,80427,314185058,142645,3497629031,113661,3497629031,114072,1637594472,74074,1870812520,108207,2035135852,138808,321377648,74720,2401285488,129739,1204417905,113241,2453288308,114486,2453288308,125720,1443755381,108578,647837049,79119,442717567,110090,2956457344,112215,2138396036,75093,231937412,99986,1335489928,127887,2126460300,94652,515331475,111493,969627029,134170,969627029,134187,2734560663,141025,2534299033,112215,2534299033,116247,2534299033,129739,3923088793,149818,2916160927,96200,1665643936,142221,2286466466,142776,1908512166,88777,4240577958,152762,2487170471,129364,3959395752,123641,3959395752,123695,3275462068,110176,1701270965,76557,1338881464,69452,2857743800,140864,1759671737,112215,821704125,150918,1960940990,129364,1326142916,84520,4113577416,71506,808900043,131374,808900043,131418,2087720397,101316,52827599,80080,840365522,71347,2758858199,144316,2147440090,105650,3285390810,109813,2120857053,106707,2472089054,151715,851170784,127887,1685747175,111905,2044499433,88455,2870998511,71777,647837171,94387,647837171,106645,1927640563,130844,3857634804,113241,3364697590,68053,738260471,110132,114013688,134721,114013688,134736,1924593145,128622,3970954759,127887,2809157137,149293,1039603220,97406,1541010974,128622,723473951,112215,3487012388,89308,1483748904,130108,1483748904,130158,934311476,108371,1719514678,148250,3741505080,82176,1687803452,99262,836531776,111334,1721226816,111612,3350779457,113661,3350779457,114072,3125057090,114827,3641136707,129739,2974692935,127887,2974692935,142745,2168256074,97137,93230667,110560,93230667,110697,120608335,116545,32732751,135809,32732751,135841,1340380752,91145,3160995409,100470,2129180241,107423,2129180241,113661,2129180241,114072,998536790,97883,524916311,112537,1302492760,95020,4088682075,70210,885659227,105733,120583772,84968,933607005,129364,2639066721,107470,2339165802,135454,1660343915,129202,1660343915,129264,647861868,110626,1603671661,79739,1913968237,106348,593049197,112186,645240430,135025,3343119983,83658,3343119983,83683,4071577199,86636,325039727,151587,1433523830,111334,1181832827,70110,3617379963,111429,2262636156,112215,334231164,140409,4214019711,108207,2630375044,123641,2630375044,123695,1774589575,103166,369604234,94520,407238291,108207,1868371604,113661,1868371604,114072,811325076,115430,3528840852,127887,3802027670,116861,859076247,149448,4108564120,114977,684570265,153899,762525347,112037,226989733,87857,1628239527,150549,998921897,120529,998921897,120554,2058147499,104685,272144043,116168,272144043,132532,272144043,132575,2388317874,98558,2388317874,115430,159790778,93342,800462525,96890,1876719295,112537,1934366401,151028,3464705733,109949,2905863877,114410,2905863877,114486,3464705733,128423,1783592645,145319,2809157320,146792,1982592725,129364,1641838293,141232,1453438682,101766,3121788635,103626,202610399,116656,2114574049,113661,2114574049,114072,3663976162,79400,3880597221,95286,3880597221,95304,935950053,140690,13956849,113241,3012548338,111160,2933839606,90506,4224538358,117068,2933839606,128423,1932965622,149941,1932965622,149969,2916767481,110872,2045761280,78951,1981339396,109099,2549733128,116295,3411048203,108929,69293835,128490,1268184844,107931,3296474893,117068,243414799,105598,936621841,75403,936621841,75688,1137137426,77512,4109473560,115949,1710364441,88499,2495158044,122703,2495158044,122727,1277318944,89365,132921122,128622,1672468266,119003,1672468266,128622,474085164,119327,2656950060,127887,4019238701,113027,3443734319,114788,2115073841,100398,2115073841,115220,1204918068,126418,1204918068,126435,3817322299,117068,2096068414,135109,2096068414,135130,2272417600,107449,1981683520,140458,4075263808,152762,3370899271,115986,4202936139,68532,606173004,112537,1510078290,86876,2473588562,112810,1214732117,75403,1214732117,75688,665433942,114977,1040717654,123641,1040717654,123695,3217962839,108476,3816068951,109159,1966962520,74510,2793543520,103500,4075231072,127887,3814643553,139209,1100601186,111566,1259517796,98949,2854385508,107987,937801577,113173,1503418217,123641,1503418217,123695,2381920108,153330,731314029,112537,1990621038,113241,981006192,136168,3855341429,79862,1728206710,114410,1728206710,114486,3798644600,125626,3798644600,125663,3798644600,125695,3798644600,128622,1825470329,97793,3598800763,75403,3598800763,75688,1614534523,115220,991950716,142171,1845909374,138635,311809925,115430,1579186053,138868,628594566,75178,3509778313,128622,2106349459,87717,2726524822,116889,1115641751,113661,1115641751,114072,4008695704,148123,3267762073,74943,2067953563,95626,2067953563,111463,2923206557,90534,3411048350,113661,3411048350,116491,647837599,92769,2434111394,108425,2577823659,107156,1140021169,93262,2894084024,144504,2894084024,144531,1087289275,75403,1087289275,75688,3956873147,108085,1832400828,91730,178485181,110560,2809132997,153578,3235706822,112215,2242516936,141404,1046992841,75403,1046992841,75688,2168289230,107733,887764943,153e3,1160820688,80604,2146498513,95186,2431293394,86522,3014752214,109949,1414322135,144181,1678702556,100317,3179870175,127887,4112332770,105754,4112332770,117068,431847396,111770,2769852389,88866,805058533,112537,1170757608,95169,3405707241,128622,2450036715,87884,2129893355,130844,2780911599,136253,3197368317,128568,592451581,144240,2495256574,76612,2495256574,112537,2495256574,127887,2389669887,112117,1440569344,112537,657840128,113241,3582760962,128622,3802896388,97908,3802896388,97937,3802896388,112215,1220294663,78932,2535716871,109737,1854158855,127887,2695108619,87496,50313229,88740,881293327,75403,881293327,75688,233355280,151994,2114222097,113115,2114222097,127441,2114222097,127463,188053525,118325,188053525,128622,188053525,129106,2971219992,103021,2971219992,112537,1326921752,137147,35887129,89799,3525720092,75403,3525720092,75688,79673372,128622,733698080,148205,979933219,135949,2130163748,102429,2130163748,102458,3879950373,83906,1529493541,110132,1202239525,113241,1444042793,75403,1444042793,75688,2165184555,76148,2047301675,103346,2153887788,86842,849639469,151447,2585974830,75030,268556335,112215,2338117680,113534,1333246001,153389,2768533555,77395,2329679925,109513,896489529,113241,3354728509,82065,310237245,111612,207124542,76110,1268340805,86522,2338527301,139768,1856034887,83065,3682318409,117068,940963920,84888,934377555,144165,2543679575,96033,2072565847,110872,3014785114,121006,3014785114,121028,2647824474,146159,2618923105,130396,2618923105,130433,2179717221,137329,818108518,135206,818108518,135239,2461603943,69489,1634596967,89975,451532908,102539,2496239729,116491,279271539,146996,279271539,147048,1387485301,112537,1800976502,117068,3878606966,145511,1368905852,81739,1062598781,112215,1106049150,110941,3759421568,112215,728340608,114788,2803415172,105564,2589563014,108639,93001866,116838,3791526026,130396,3791526026,130433,55105675,75403,55105675,75688,2491816077,109546,2375825551,115430,3626457232,91689,3069851797,100613,1641207959,125791,1641207959,125830,2422577305,111194,4145264802,110176,3026557090,110986,425261220,68867,4253366444,95374,4002109615,127887,2811926704,111676,3086719155,96321,1424742580,117282,1424742580,117463,2741852342,110626,2695108791,68949,1407998135,108207,105732279,138830,2695108794,91791,2763667643,95920,2695108796,74998,2285861053,141004,3612268733,149367,2070345918,90468,618805439,71529,270293183,136314,3667622081,97734,795433153,118128,795433153,127887,236419274,110321,2129828050,100613,204323026,153185,326965460,69374,2495117527,81255,2495117527,81293,2495117527,81315,3769817313,149133,3270916322,73935,1840527587,106679,2495355115,129202,2495355115,129264,3132201195,142551,2882173165,132874,2882173165,132908,3594574063,152508,3812514034,92127,1108449522,110872,3812514034,113661,3812514034,114072,3812514034,119251,458316027,131374,458316027,131418,2734913788,150248,2064627973,107808,137705736,70385,1345452296,133617,1345452296,133640,1724709128,148695,1458788619,92209,1458788619,123641,1458788619,123695,1192999180,79787,1858738452,140584,1858738452,140630,647829784,116999,2177554717,89231,2177554717,114788,4215847198,117068,2373884193,71894,3027966246,129202,3027966246,129264,945518896,116373,1889155378,133523,1889155378,133541,3474233651,71934,647829815,73192,647829815,73216,647829815,73245,647829815,73281,647829815,73301,647829815,73326,647829815,73353,647829815,97548,647829815,113661,647829815,114072,647829815,129202,647829815,129264,2429491512,105858,360397113,84473,1127889210,85133,3312269627,117282,3312269627,117463,3640260929,73662,2494953795,107661,1696782660,128622,2494953798,115430,3187595593,116491,2345097546,137638,2762381643,79760,2494822736,99073,2086345041,111334,3607722321,123372,3607722321,123406,2086345041,146238,2495355220,91905,2495355220,113661,2495355220,114072,581228885,128622,3938105692,138652,2983639389,80132,2983639389,80154,1213970781,93095,1213970781,109876,1585928541,113661,1585928541,114072,2955016542,101092,1158297951,109813,544495967,139291,1806924129,111612,716314979,96644,3097770339,129364,1695005027,148163,1675721064,110371,861018473,111254,2064415083,81812,3239655788,75403,3239655788,75688,1902606701,87982,1497037165,108817,1815304560,86138,70007153,106841,3336247665,136668,3451025778,109949,3370088820,146003,2718505334,116340,2115377526,151904,1292179831,129364,2967230848,115986,3624196481,140753,3624196481,140776,1989089669,108847,2857449862,71753,2145048970,68843,3391936906,110054,2494863768,85980,84695449,103626,1007589793,70276,1007589793,70298,1504500130,101566,3993508268,70998,1356233132,96160,2168658348,106841,759650732,112537,1190255020,116373,976058797,112215,3267754414,68790,3193010607,142711,2660252080,121194,2660252080,121222,1293162931,92338,2592430517,112215,3435952570,112945,3458988479,135949,4073019847,74207,4073019847,74235,2898655687,139971,1879955913,124685,1879955913,124708,1879955913,138477,3278707147,116545,1274321361,111770,992909780,96137,1647737300,107047,644307416,87956,3333945817,83883,2572073433,143999,1110899161,151691,2923002334,115328,2134333922,72881,3729193443,91194,1043790308,88588,393034214,72102,2280438248,140102,4199700970,140973,756611563,110986,3267754477,113661,3267754477,114072,2479069681,110107,4113062387,128423,4113062387,128622,228317688,77651,611867129,108578,3267754493,129364,1758943741,148570,3855727102,109134,18004478,152549,80099839,71673,933583359,113137,805911040,96515,1885248e3,152976,584292867,112945,960338437,96115,3310557706,95502,2541443596,98057,1408776717,116999,3663755794,85078,189266451,112537,3216407064,95353,2791905817,130844,66681370,137681,618797595,141620,1706711581,114486,1706711581,120053,1706711581,120078,1706711581,120103,934631973,113534,1841879589,147345,4243782182,124391,4243782182,128622,2707806767,117068,1713084976,75403,1713084976,75688,3861518896,98470,3861518896,98523,3141851697,80204,1455446578,112537,1733696051,84129,3550214707,129739,3417012788,124391,3417012788,128622,1445616190,77926,1445616190,77977,211720767,116778,2241985089,68816,2241985089,128622,345651779,144422,345651779,144438,1951480390,110837,55302731,116295,1888426578,119555,4162566739,97328,3372538452,119662,3372538452,119686,3372538452,128622,2168289883,115692,1555602011,118729,1555602011,128622,2495847005,79136,2495847005,79156,2495847005,79176,3276831328,116545,751573601,113661,751573601,114072,2252937825,129364,2165807715,115179,2550209124,75403,2550209124,75688,1521097317,88101,2442492518,75403,2442492518,75688,460651111,105011,1489042025,137612,2563070572,82979,2563070572,83004,2563070572,83041,2563070572,108207,2563070572,127887,647830126,83616,3883801198,113027,1970125422,152960,1521613423,127887,2127592047,142194,1040931441,148854,3846871666,75403,3846871666,75688,2241657458,119327,202521203,75403,202521203,75688,1449654904,71207,1449654904,71227,1449654904,71438,1678776955,75403,1678776955,75688,2272918139,113027,1935219329,96775,3197385347,140043,3193010820,129652,3193010820,129668,3339844234,112537,4257610381,153e3,3508525711,108929,3981580944,109248,177748625,89308,802724497,113241,815110801,147518,2491423381,110763,188521114,103626,3267754651,125024,3267754651,125041,3941341858,78632,2042460835,78951,1711413923,115179,491092643,123868,491092643,123901,2921470632,127887,976558763,127887,2153872044,90293,2145057458,111736,2916645555,72553,2495380149,68377,2495224502,115220,2492783289,88805,3940874940,113241,568081084,139730,3787643582,108207,2832161471,119906,2832161471,128622,3250911935,135739,484735681,112215,2114222786,112215,3606166211,131600,3606166211,131623,4238965446,70358,3830471366,106662,647830216,94652,3349215952,118970,3349215952,140359,257481426,149492,2826058455,68891,2826058455,115220,2751961815,127887,4129479383,131178,4129479383,131232,4129479383,131274,2751961815,137731,2751961815,137748,1473116888,75403,1473116888,75688,227064537,125346,227064537,125381,227064537,125412,3267754713,127887,3035134682,111334,3035134682,115869,1050147549,86754,1778768605,91848,591919840,112537,3512359649,127887,2804988642,110132,1507801830,113241,3475765996,104788,934959853,113241,2036644594,100359,2035432179,86772,2035432179,86794,1413315318,79332,2169076470,131374,2169076470,131418,2149448441,81232,2106956538,114695,1911577339,131178,1911577339,131232,1911577339,131274,617265916,86615,1221057276,115220,1714002685,93525,911866624,113488,1214585601,112537,896285450,100613,3401251594,114848,4192500492,73935,947501840,84998,3197360912,140067,1340168978,110433,3502553875,152911,3951860503,76475,1537637148,108817,3251772191,76236,1835834143,116743,3401898784,92873,3267754784,99959,404904736,121831,404904736,121871,585734945,113241,430988069,108207,3944389414,116999,760617769,136336,3552738089,146530,1525570347,118296,1525570347,128423,3991722795,135978,1392966446,97647,4103691056,148977,2603572020,128622,2603572020,129167,224926523,71876,1477368636,143729,2923109182,111676,3269483327,111612,2493619010,123144,2493619010,123167,3182164812,145563,2935962450,146757,2652937047,72252,3738655575,109876,217873239,113241,2313231191,117068,3522173788,113534,237329254,80751,1209908071,89332,3919215467,106093,3381230443,113534,3394026352,128622,1568938866,73038,1682635635,95121,2421463923,110321,350854003,147917,3064929141,112215,2695076726,80573,1617189750,97160,2126355318,112537,2150955896,106975,4021517177,91474,4215061369,95076,2495658876,107626,2302352254,81027,2306964354,103166,3739908998,102814,291863431,151670,860380043,146218,552180622,79366,1808882582,110697,2396257176,104962,351222682,113241,3185458076,129364,4087896993,109949,2327059362,112537,4046281634,127887,2494610339,74635,1457601443,109486,4182145958,118661,4182145958,128622,2334571431,103626,3239975849,127887,3239975849,142803,3239975849,142844,484047786,70240,3071622058,98099,3055795115,73059,2168650668,78997,2146991023,103346,3483704240,73492,1044544434,114977,2159270834,127887,2036833203,112215,934214579,112945,2495110075,101044,647838652,150043,2896264125,117608,256392128,108207,18340801,97236,3064961985,115430,986233800,78419,3950173130,118543,3950173130,128622,3889191883,138168,1891097548,107549,3878542284,110810,1452686289,130844,2407054290,147990,2354699219,92621,1719884755,115810,991747028,110697,938998744,129739,1297456091,100613,2126470112,114486,4288453601,119768,4288453601,128355,3032964066,95522,1653660649,145978,1993210866,85318,3378199539,136299,3267755e3,107352,2406341624,119327,3662478330,115715,974199804,93655,3006790652,112537,93002752,113241,1690655744,118916,1690655744,118945,3238280192,133e3,3238280192,133016,3347741697,85886,647863299,112215,2162916355,138146,921123844,141815,641760261,101267,3047136264,99339,3047136264,115220,3536206858,114410,3536206858,114486,993745932,141658,4198661136,94261,4198661136,98597,483654672,116545,918805521,115430,2036194322,85913,2218261523,114595,917306388,99708,3787406358,91539,1518795799,86921,2835618842,92901,2301107226,119839,2788834332,94034,2104761374,86594,2869992482,153766,2360114214,112537,1144355879,81061,3013770281,77221,3358284842,82692,1660918828,94779,1496923181,101362,3277044783,112537,647830576,69631,647830576,69659,647830576,69675,647830576,69712,647830576,113661,647830576,114072,1056676912,133720,1056676912,133742,3862740017,71254,1663196216,73526,372956216,88614,372956216,88650,206511161,152208,1038621758,112215,2397133887,109332,3160398914,73784,2551045186,75403,2551045186,75688,3554516038,94590,1628183623,112215,3762674759,112945,315407433,71086,492502094,111065,1916279886,114486,562592849,92673,4078679,134835,746331224,111934,4159790169,79196,1500257371,98882,2495265885,97463,3024297054,115430,2716703839,124914,2716703839,124948,4058881122,110697,160767075,111736,1144446056,146124,188472425,115869,600177773,95020,1873550449,115810,4174978165,88991,1016413301,90099,4023196789,130844,1961868407,111334,859069561,149745,1835121792,112537,1890647169,127887,2608503938,151534,934771844,105952,2273156232,73691,1531272330,110697,2064563338,127887,916601995,127887,2309594253,85960,2152529037,107603,1512627346,77817,1512627346,77849,1461124249,116999,2618924187,108639,1527930017,113661,1527930017,114072,2912640165,70481,2090441894,107762,2090441894,116373,859110566,149183,3973930154,87015,3973930154,107198,686406828,86160,221854893,107626,4172422318,91668,348298419,72123,2129779891,113661,2129779891,114072,3688627386,106789,2338405563,120889,2338405563,120912,2338405563,120930,1880521917,105050,938384573,141985,3267755198,92512,3267755198,110321,2896862398,113241,3267755198,119499,3734199493,97024,3410042056,109222,2950569160,138200,2134334665,136691,2809060557,113173,2888080592,75403,2888080592,75688,2532285651,82951,3481713878,149711,1959795928,98004,922516697,109414,2718268635,109007,2476211421,111024,1361812703,141785,625548513,112215,1701534948,114788,1539693806,101228,1135131887,153797,3756170480,136366,2049367281,112215,974101747,73744,3056893176,72813,2134514937,97747,2496240889,102981,1895341305,103626,1437408506,110495,1437408506,110533,1516289278,96733,2095701248,143891,166051074,82716,2153938182,82337,647863559,86009,647863559,86029,647863559,86062,647863559,86086,4202044683,133186,4202044683,133221,4202044683,133268,2004573453,115430,3754794254,109876,735632654,138783,3040099604,70037,3367140637,92850,2577104159,107838,3829161249,91927,885620001,115810,3267755298,113661,3267755298,114072,3267755298,130844,3267755299,112537,537648422,153168,3348348200,109949,919387432,129739,3267755308,78002,1143717164,105258,4189117743,148021,879377712,108756,3267755313,108929,698236209,110626,1955233077,138576,1955233077,138594,2245819702,112537,3109371198,88348,2992184640,130108,2992184640,130158,4133829955,100173,1283087683,106196,2411953477,147548,2080292166,108929,1157545287,129364,697843022,118055,697843022,118110,2492980559,78951,3043810639,112215,1369521489,74416,671989073,118351,671989073,128622,2539429205,116838,2471419221,131524,2471419221,152686,4201676119,81581,1059429720,90694,1661533549,117068,218832238,112215,1215724910,112945,2529394031,102753,2529394031,116452,3150060912,115026,2229427569,97287,1016470899,116076,3787406715,92365,1508318587,105564,647773566,126606,647773566,126643,1121844615,142592,932232590,112215,1184906639,123868,1184906639,123901,1456684432,80921,2373795217,140670,3703086483,79803,2780896659,139488,2780896659,139512,4147977620,146726,71982485,118811,71982485,118851,71982485,128622,408370582,119951,408370582,119972,1179516312,105074,288447898,87787,3116498334,83125,128073119,127887,44735904,103526,2509192608,128423,608189858,117068,1775689124,111254,2100739497,109813,1986346410,108847,1452129707,114848,1221336492,106430,1641610668,111088,2054405548,150582,4140826029,115949,647822768,113661,1376066992,113661,647822768,114072,1376066992,114072,741129653,132650,741129653,132686,1598217656,102277,3374210488,146428,2630401465,114595,2984902073,152038,3803495866,107512,2452340154,108327,3071008186,110697,3267755450,123641,3267755450,123695,3267755450,149994,4083367355,140330,252583356,153053,3267755453,112537,933592513,94348,933592513,109949,1789148614,74706,1791884742,129202,1791884742,129264,2878299594,83849,2878299594,83866,2546056652,115900,2546056652,116656,2546056652,127887,4212260301,108537,2076376526,83277,234143183,68508,2133786067,69561,1074232795,97815,1401216478,107104,1738399199,122303,1738399199,122342,2695101921,71289,2695101921,71316,207527399,89865,2049924584,75403,2049924584,75688,2866970088,93946,1869626856,150672,1869626856,150707,401047020,93065,1235508716,129364,1117519346,116340,3610197491,82813,3267755510,100613,3900308983,116631,3085057527,138108,3267755512,111160,2634636793,106910,2327436794,116373,3368525310,82454,3368525310,82474,337706498,108847,3033693698,112537,2839297541,145868,459750918,105011,647831050,70955,647831050,70979,2130509322,116545,1786052106,145648,1786052106,145676,1116691979,127887,1106345487,97191,2061327888,109876,1766309395,68250,999726615,73595,1353211419,145625,647839262,109813,4082572832,98194,1566301732,146513,1778105893,98844,1810046502,102627,3039247921,115900,3039247921,128622,3039247921,129106,1625611825,130844,2813074997,115430,2596798008,93028,439885371,114410,6823483,115430,3939352123,127887,2493316669,109278,1513422400,112537,647822918,76728,647822918,129264,1797848646,148271,1480998471,114595,265649737,110986,647831114,97486,2149842507,113534,647822924,87048,647822924,113661,647822924,114072,18832975,127887,859070034,148682,2110135891,92991,1212980820,74560,2967158356,113661,2967158356,114072,2193825364,117068,2967158356,119872,2360213082,68078,3307249242,110626,2025471582,93683,3369410143,116452,3768983135,119104,3768983135,128568,2496118373,102013,3605528166,72288,683728490,103626,2114141803,97345,1111850604,109099,1111850604,129739,1647509104,75403,1647509104,75688,2273132149,93704,3652075125,136560,1251589750,113173,462216822,153899,2553642615,95748,3539222137,75403,3539222137,75688,1188093561,83599,3506372224,117068,1124245121,111334,750411396,107378,647839364,112810,1876500105,109694,374480522,117068,2163457676,71170,2217016972,140907,1190444685,128423,1190444685,128622,2130402960,93384,1674444442,71827,1326825114,116295,1674444442,145099,1301946011,115926,3382541982,130517,3382541982,130542,3940327071,100204,2737921695,147305,1633140384,109641,970309282,128490,4017077924,74050,1550409380,95462,4254072484,127887,147037870,108724,1718238896,111612,3087163057,89152,4173913777,148231,2064785083,113661,2064785083,114072,897826499,80314,897826499,111128,1462943430,144348,1462943430,144365,1528143560,70072,3735420618,106274,3735420618,106554,2496257740,84368,3006062285,131883,3006062285,131912,2133778129,152379,2130968275,111676,1059438293,100137,1059438293,117282,1059438293,117463,2803801813,147829,3518349015,81706,3518349015,81722,2315017944,88259,715341531,105598,1996078811,139408,2662989533,87231,683663069,137350,683663069,137380,1318870751,136922,897244896,68135,293150432,113661,293150432,114072,3787407075,113173,151256804,121947,151256804,121984,3275742960,144134,283148018,138284,966754035,105981,4071423737,78538,627719932,108847,893427454,115430,4111195905,91618,2509922049,104824,3217252097,116295,2504376072,78951,3058966283,131374,3058966283,131418,1451728653,90887,350838541,109659,2325470990,105697,2133778190,128622,942448398,132761,942448398,132794,2791317264,111770,3553697552,115986,4155457297,117068,1787289361,117585,3835707154,74862,2242707218,102981,1178361619,112215,1975312148,97772,2131828502,78853,809377558,109600,3907731223,130108,3907731223,130158,220159776,146076,2115485475,103346,2115485475,119071,2115485475,128622,2115485489,110495,2115485489,110533,1581842225,113534,3402989366,103319,2176696120,87426,2176696120,113661,2176696120,114072,375832379,128490,1937489724,117068,2039594817,118260,2039594817,128355,3912834881,128622,3496009540,72375,3760586565,113661,3760586565,114072,1335549766,71802,1263443783,77438,1105903431,136834,3486670667,111676,77913932,137407,975503182,111088,3432243023,76511,4272561999,150654,1058414416,107907,489144144,111334,58965841,129202,58965841,129264,1715846999,113661,1715846999,114072,462659416,95889,3515662171,74536,106331995,129364,3033808732,111844,1144405855,130757,3700989793,151262,3527171938,122055,3527171938,122082,408158054,106124,408158054,125488,408158054,125532,3605225318,149767,3605225318,149784,3605225318,149801,340746087,113241,1019633512,105434,771145577,129364,1215405929,133981,1215405929,133997,563461994,113661,1785986925,104712,3997007726,80863,658579311,115430,3237666674,130607,3237666674,130620,77717364,109159,3688980340,115055,1059995512,151647,2695102329,78272,2695102329,78297,2695102329,78323,535633785,117068,4204232571,113241,324173695,102601,2495668095,116491,1423548292,101472,2547359628,150235,3331932046,144976,3059646352,153e3,1455439761,141938,1470365593,139004,1316298650,117068,2167218074,138766,1665458079,75346,1665458079,115220,2153881504,95989,2197782432,98597,494174117,112909,2177474472,117068,3470573481,103227,1660182441,115841,701505451,74390,701505451,137580,649846700,112537,2915966895,128622,3980492720,102207,2130911153,117068,2778988467,111088,442482617,75403,442482617,75688,3322453946,105901,653565885,113661,3216564157,137226,2133688257,114977,3896844226,103626,809476036,122903,809476036,122929,699678660,153e3,2850275271,84129,3197362120,153e3,2133696457,78571,2133696457,78588,3178717130,76321,1526013899,68300,1777115084,116778,3883802572,143148,3516170194,150342,3516170194,150371,3516170194,150399,1547468765,123045,1547468765,123068,3801997282,113052,604798949,75403,604798949,75688,3812786153,108207,3493330922,117068,2006106092,108425,1657520108,127887,382689260,137425,1661550573,136510,1661550573,136534,508116983,96005,1187823609,113534,2214133753,138394,2115403770,115430,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,1394803713,16927555,3389837226,167841792,1431262243,1130853197,16936559,683986218,318836736,759322403,1634692198,1735289204,1953459757,40199017,1666340097,17825933,1465328407,1869562694,1348823403,1635150194,1867413859,1701013876,2319384834,268499412,1596131841,1852793695,1953391987,2506555906,1198070705,268440510,1596133377,829713759,1600074550,1802465123,16934249,1372197527,335613952,1918852899,762082416,1802465123,1633838441,1919250030,4116316418,268487455,1596135169,1634038879,1836411244,1819307337,1953063785,1633972077,637600364,12757405,587464976,40071263,1897489921,17826033,1952391946,1920216424,41186165,2059179009,17825973,1650533137,1868783474,1701407599,1685024095,16936033,3763173884,167841792,1667457315,1651798117,16937569,265390616,285282304,1969512739,1635218540,1852403314,1935764839,1308689003,15912125,588972304,1868784993,1869562733,1315268971,1718187119,1952539497,1114533737,16937569,3509401982,234950656,1919377699,1701668197,1632662638,16934254,3485332493,218173440,1701601571,1647146098,1701736033,4194370162,4962179,591200528,1919249505,1633824116,1919250030,773864992,761558137,2003792482,1042310515,1954098720,1701601581,1999467634,761820265,1769235297,762539631,1684956530,1919251045,3970695426,268475874,1847792641,1718187119,1952539497,762212201,1953460070,16937573,2648894636,184616960,762607918,1936617315,41184869,3807161345,16777373,1986618393,1634493275,1029600115,1685354786,1852793645,1953391987,16932130,2648894636,268505088,1701601571,1663923314,1635020399,1919250025,1981743362,134222730,1882066689,1635150194,1848473955,1667855471,33620581,6882026,588316944,1818324577,1667855481,1919954291,1953525103,508952834,268500593,1629687809,1936018799,1701273971,1684827976,16937573,2935604674,285282304,1667326499,1869884779,1684827949,1953067821,2231435877,4324001,588120336,1852727650,1932358245,1701011824,2130772594,9099738,588120336,1852727650,1984918117,1634497125,419496569,10811480,587727120,1852727650,41120357,980592641,17826007,1633821470,1701408366,1663919474,1702063727,1835365486,762605157,1869440372,41119337,202759937,17825882,1818370835,762012527,1802465123,1869636969,2036558188,2761949442,268482328,1646466305,1801678700,1919251501,1718580077,1987208563,40199017,4089156609,17301569,1869884942,1868770675,1767994478,41051502,4089156609,17825857,1818370826,1399546735,40792675,4108025857,17825899,1868702475,1836020852,1918984749,953942274,268436052,1646465537,1869902959,1701588333,1831695462,1818322031,3183411458,268453831,1646463489,1869902959,1918984813,3698196738,268447409,1646466305,1882025588,1635150194,1932360035,1769239653,41117550,2281715457,17825794,2002920213,1869570861,761620843,762542451,1769235297,16934262,3670367770,83955712,1632527139,3489727079,12898006,587727120,1953451619,40199017,1922901505,17825851,1650664200,1701736033,3036742258,4285302,587989264,2020565603,1953394499,41184869,2879202817,17301704,1919954456,1667331689,1952805753,1735289204,1650417523,1701736033,637600370,13151133,587792656,1630364515,1953654124,3948740866,268487184,1663240705,1769418083,2003788910,2308243714,268473839,1663246849,1919639912,1869884769,762606433,1634623853,762471783,1953787746,1915579759,1952999273,1945239810,268464140,1663245825,761882473,1802465123,1663919465,1702063727,1663923310,1635020399,1919250025,2098397442,268489752,1663245313,1869181801,1868770670,1701407599,1819242541,762930025,1852727650,16937573,948379920,184619008,762012451,1936617315,41184869,3050131201,17825976,1801659142,40202855,1661992193,17826015,1801659143,1986618478,2972713474,3113361953,268461848,1663243777,1699767661,1936289138,1852795251,1936029009,1852795252,3248816386,268473511,1663240449,1734566510,41054308,616600577,17825868,1868768013,1852793645,1852399988,33714789,3556585087,2087969524,201396224,1668244259,1633824099,1919250030,192545026,268448615,1663240961,1819307375,1668178281,3523281509,15444324,588382480,1684959075,1869182057,1651269998,1701736033,637600370,3153053,772145416,1682141286,637600365,3153053,773521672,1181052527,1702129519,1396977010,1953383725,1867544946,829714025,16920877,807181606,218171392,1869570862,1113942379,1701736033,637600370,3153053,587792656,1936617315,1886351405,1700593922,268498916,1663243265,1702063727,1647146094,1701736033,1635200370,16936044,2179312685,218173440,1852793635,1953391987,1919903277,1744896621,12414247,589103376,1936617315,762605157,1667329136,1819240549,762471780,1952804463,1953723762,2276524290,268440704,1663242241,1702063727,1915581550,1702195557,16938099,4132650485,419500032,1852793635,1953391987,1684633389,762602855,1953394531,1701734753,3439395442,13063342,588251408,1936617315,1416916581,1801675122,40332905,280118017,17825801,1868768015,1852142446,1869504372,1701013876,2771845378,268480642,1663249409,1702129263,1042314350,1634759456,540942446,1886404910,1679834656,1666938473,1936941420,1394752810,1953653108,16932130,3237273005,251727872,1852793635,1953391988,1819242541,41509737,3870826753,17825947,1868768025,1919252078,761885300,1769104243,1663923312,1702063727,16938094,339555509,117510144,1869570851,38489963,2652199681,17825992,1868768011,1701407599,2020565549,3149005058,268440458,1663243777,1768648559,1868770661,1852142446,1633824116,1919250030,1900413442,2623503190,268473829,1663243777,1768648559,1868770661,1852142446,1768172916,1735355489,3934191874,268442115,1663243777,1768648559,1868770661,1852142446,1834966900,1818322031,1243611394,268476976,1663243265,1768648559,1869491557,1768319348,1769234787,16936559,1532409075,436277248,1869570851,761620843,1667329651,1918984811,1852793645,1852399988,16937573,2868631836,201396224,1869570851,761620843,1819042167,238813442,134259097,1596856577,1802465123,1917871465,1852142437,1601332596,1802138473,36790124,2567846913,17825953,1868768015,1701407599,1634891565,1919250544,4277207298,268496740,1663242497,1768648559,1918976613,1885434455,41051504,2057960449,17825990,1868768010,1701407599,41185090,959776769,17825800,1868768016,1701407599,1953460038,1934455397,3724608103,942395,588316944,1802465123,1867539817,2036558188,1885434455,1777271042,268486016,1663241473,1768648559,1651069541,40791906,3472671233,17826007,1868768022,1701407599,1836016479,1701736304,1700754542,39937389,1553706241,17825957,1868768011,1701407599,1668246623,3843227906,268474836,1663245825,1768648559,1852793701,1953391987,1852989815,1667722857,1635020399,1919250025,2510291202,268492339,1663242241,1768648559,1663923045,1702063727,16938094,3865982722,369168384,1869570851,1936025963,1953459757,761619305,1852727650,16937573,1739268993,335613952,1869570851,1936025963,1635021613,1831695474,1818322031,1982988546,268486415,1663241985,1768648559,1868526437,1767863408,4076929646,14566039,588316944,1802465123,1635214697,1831693420,1818322031,2642411778,268473805,1663239425,40922992,3448196865,17825904,1885545228,1650418034,1869902965,637600366,890269,588710160,1601660270,1851748196,1935635567,1600941157,1953789282,16936559,227908902,335613952,1936745251,1634235181,762208621,1769238382,1919248742,139002114,268448226,1663245313,1970239858,1868770676,1701407599,1869491571,1768319348,1769234787,16936559,558254234,318836736,1937072931,762146676,1936617315,762605157,40592499,1805726465,17825920,2019762960,1953459757,1667851881,1869182049,637600366,5647773,588120336,1949136995,1920413027,1701867617,637600370,5647773,588120336,1635017060,1769107551,1633836918,2801861234,11051316,588120336,1835295332,1701653805,1734439795,637600357,663197,772342024,762143337,2003789939,2636513538,268438046,1680019969,1868770661,1852142446,1633824116,1919250030,2328166914,149847073,268479513,1680019457,1734964069,2004036974,1751348329,16937573,2200037689,335613952,1634296867,1600614252,1769238382,1633904998,1852795252,3128688898,268468066,1680019969,1650553705,1631741292,1919380323,1684960623,3423731970,268454332,1680019201,1818456937,1701669217,1633824114,2130772594,994237,588579088,1668508004,1835622764,1663922789,1635020399,1919250025,1594556674,268474701,1680018177,1701737321,1869884793,2147549813,9223923,587596048,1131833700,2902524493,5547220,587858192,1316383076,1767984466,1442906734,7928423,772866312,1684366694,1801675106,1936291373,1701601897,1733689602,268466426,1680021761,1634760050,1735552876,1869767469,1769173875,1731028340,41054308,3158107649,17825841,1768235793,1869622626,762344816,1768714096,16939363,3791496096,352389120,1869570862,1936025963,1836017709,1987010405,1634497125,2684420729,14810531,588251408,1866689893,1701407599,1885434455,41051504,4111872513,17826002,1852121873,1400467306,1130720623,1768648559,16937829,2147931053,469831680,1953391907,1663924594,1702129263,1600091246,1953460070,1882026597,1886744687,2636513538,268446128,1696793601,117596784,3026427443,2029676374,202621271,1551168382,2739251590,2860694164,830914964,335613952,1920296227,1600483439,1802465123,1601398121,1952999795,708706562,268471692,1713573121,1650746725,762012513,41050466,892400897,17825992,1768301335,762537316,1852727650,1663922789,1635020399,1919250025,3794010882,2291318584,3216581072,268489026,1713573377,1936024681,1702260525,2036427890,1355481346,134250867,1882067713,1768435066,1848468836,1920169829,1701077349,3405841010,8483664,1680343296,1666938473,1936941420,1294089566,1329815384,1498173517,1346651999,1329815378,1229738061,1162038849,39658079,1934674689,17825921,1868964615,1919251567,3322151682,2266824505,664771072,268485921,1713573377,1702129519,1633824114,1919250030,3795321090,268482887,1713575169,1702129519,1868770674,1701407599,1851875885,41051502,1375368449,17825858,1868964622,1919251567,1767992621,41051500,961653249,17825926,1868964623,1919251567,1936026925,1701273971,531300610,268496885,1713573633,1702129519,1986997618,1634497125,1325466233,4644762,588120336,1953460070,1767338597,1952802660,1661010547,10157773,588185872,1953460070,1868526181,1819436406,16939361,3870033022,134287360,1869571619,1920099700,1745682690,268450587,1713574145,1667196274,1768648559,1869438821,40657252,2575207681,17825825,1952850691,3535667458,268476820,1730356225,540942434,1534486884,1819898995,574433893,1801675106,1970238055,1663919214,1919904879,16932130,865670351,335613952,1885628195,1868770674,1701407599,1936026925,1701273971,3223716098,268446087,1730353409,762474596,1802465123,1848468841,1718187119,1952539497,40791913,22248961,17825824,1684480783,1631744624,1919250030,1953460050,3415998722,268457415,1730352641,1601335396,1852727650,1667199589,1635020399,1919250025,1128005890,268493001,1730349825,1601335396,1702129518,385942131,15087981,587661584,1919968359,33716322,3013394964,2707638471,318836736,1869375267,1852596578,1718187119,1952539497,40791913,1908547585,17825998,1869030169,1701603183,1869570911,1600481643,1601728354,1953787746,16936303,720108361,134287360,1701996323,1953853305,2053374210,268456709,1747128321,1868770679,1701407599,1701601581,16938098,1821653697,83955712,1868720419,2650866296,5741344,587923728,1868983913,1685024045,16936033,481389570,285282304,1718511907,1869570927,1600481643,1633972077,3590390380,6749927,588841232,1395487594,1398228297,1651076145,1634035757,762471780,1702060354,305332482,268489410,1881345793,1635150194,1747810659,1701077349,855704178,13812242,588841232,1882026858,1635150194,1882028387,1667853423,1633824121,1919250030,1624244482,268453087,1780682241,1953705331,2037080937,1684104552,3303342338,268458929,1780683777,762277493,1802465123,1663919465,1702063727,33715310,519371119,4289832837,369168384,1952803619,1663920227,1702063727,1865249902,1819436406,16939361,2203223979,218173440,1851878435,1685217657,1869574751,3003187828,13988623,588513552,1634165356,2037145966,1935894900,1802465091,41117033,682499585,17825824,1701585677,762077543,1769238382,16934243,3011172525,318836736,1734700067,1848470625,1718187119,1952539497,40791913,198547201,17825868,1701585680,1282171239,1952999273,1668246594,335610475,11963866,587792656,1634166124,1918984812,2636513538,268483468,1814236417,762606441,1818850658,41051492,1329664257,17825866,1869619984,762344816,762867554,1836213620,285278835,4869953,588448016,1953718637,1953459757,1667851881,1869182049,16937838,963419430,184619008,1667394851,1819242541,41509737,3377264385,17301694,1651322379,1869622627,2036558188,1291256066,268484297,1831013889,762671717,757949283,1852399981,4063691010,268496371,1831012609,1634956133,41117031,672001281,17825998,1768760093,1701540723,1634151801,1869570861,761620843,1701012321,1647146096,16937569,4168889526,318836736,1685024035,858614881,1751545206,2050503013,40135472,2168487681,17825868,1869423376,762077540,1701996385,1852140901,2130772596,14833975,588579088,1633972077,1868770668,1852142446,1633824116,1919250030,2052522242,268481702,1831015169,1818322031,1852793645,1953391987,1768843565,2113995380,13103618,588251408,1633972077,1868770668,1767994478,41051502,3301730305,17826018,1869423371,762077540,1953460082,3141075202,268474413,1831013889,1818322031,1702260525,2036427890,2755657986,268499906,1831013121,1920427891,1701867617,1560347250,7478148,587661584,1651925358,16937569,2881168310,134287360,1633840675,1936684127,2636513538,268460364,1881345793,1667853423,1920425849,1701867617,637600370,6376605,587530512,1937204590,1436942594,134220420,1663971329,1768648559,1869491557,1701013876,1866686303,1701407599,1769238350,1918330211,1701867617,1668492658,909652269,892680048,16920621,176444838,234950656,1953459747,1600480105,1852727650,16937573,924425510,318836736,1953459747,1667851881,1869182049,1701588334,40657255,429729281,17301559,1700015642,1332964722,1919243110,1701013878,1868783455,1852797037,41184869,429729281,17301559,845098506,1681351524,36713008,429729281,17301559,1851993615,1869884782,762606433,1936684077,2636513538,134231833,1882067201,1886744687,1936684127,1953064005,40791913,429729281,17301559,1702112785,762539378,1932355183,1769370213,16934243,924425510,134287360,1953459747,1936024425,1655111938,268490704,1847792897,1718187119,1952539497,762212201,1885434487,41051504,3014425345,17301552,1734749702,36925023,3014425345,17825840,1869488910,1768319348,1769234787,41119343,1868318977,17825957,1953374989,1852793695,1852399988,16937573,765730987,402722816,1752657443,1869571679,1601332596,1852727650,1818194533,1818322789,2781806850,268480539,1864570881,1633904230,1935767150,1802465091,1131636073,1702063727,16938094,945562211,419500032,1953525539,1852796513,1852402989,2053729641,1920413029,1701867617,1308689010,3155973,588579088,1851880303,1937064815,1148022644,1869373801,1986610279,2520449794,3034453918,3806511432,268462856,1864569345,1868770676,1701407599,1633836895,1919250030,3778609410,268461299,1864567553,1685269876,1952591211,1359151726,2158063720,3626061416,4323833,588448016,1919252079,1601793121,1834973540,1634956133,16934247,2291957127,234950656,1853320995,1663919209,1702063727,16938094,4022991486,184619008,1734438947,1851875941,41051502,2618243585,17826035,1685070601,1667196262,16937069,1603239071,385945600,1600745507,1667330676,1735289195,1953525599,1601071455,41314660,674630658,3697261579,17825858,1768956695,1634954853,1802465091,1665230185,1953523043,1701015137,3875209474,134253286,1680737537,40922994,3873897217,17825930,1819288335,1680698980,762340709,1802398060,3677946114,134223598,1831732737,1886858607,3677946114,268441326,1881345793,1768387948,1868770670,1852142446,2130772596,8250846,587989264,1768714096,1764587875,40855150,955695618,2078603746,17825804,1869619983,2036558188,1936026925,1701273971,1384186114,268485643,1881347073,1667853423,1869491577,1768319348,1769234787,16936559,3591499073,402722816,1819242531,762930025,1969710450,1769234796,1882025583,1886744687,4068344066,268455148,1881345537,1965912175,1868967280,1919251567,1877934338,268477630,1881345793,1634562159,858613099,875640887,1627456057,6862235,587661584,1970302832,16920944,1292838738,604049408,762343459,1651469415,1949133921,1685219688,1918988333,1663924596,1768648559,1633824101,1919250030,4253942018,268495849,1881345281,1970238576,1769239341,41511779,3408411905,17826046,1919951628,1953065569,1818587765,771818085,13509803,588382480,1936028272,1769236852,1747807329,1818521185,4060152421,13064645,772473096,1601402982,1953460070,16937573,3344549362,302059520,1769107491,2036556150,1919377709,1701668197,16938094,2810335579,268505088,1769107491,2036556150,1869112109,1936024425,1611596034,268451048,1881347073,1635150194,1680701795,761361505,1769238382,16934243,2083506720,671156224,1769099310,2036556150,1684366662,1685217603,1917857069,1667331689,1701135993,1918976868,858598756,896222815,3391095042,268467247,1881346049,1635150194,1831696739,1734438497,16937573,2870988841,369168384,1769107491,2036556150,1819242541,762930025,1667855475,16939371,1362993489,302059520,1769107491,2036556150,1886351405,1831694453,16934771,3096300998,402722816,1769107491,2036556150,1952805677,1735289204,1919954291,1953525103,3491496194,268450179,1881346049,1635150194,1999468899,1768845921,16934766,1484209525,234950656,1769107491,2036556150,1769238350,16934243,1539280081,285282304,1769107491,2036556150,1819239263,1936744812,1208025701,5545548,588251408,1986622064,1601790817,1953394531,41184869,3897126401,17825828,1919951628,1667331689,1936547705,2013332071,10692119,588120336,1986622064,1836671841,1819632751,2483094117,10730416,588185872,1986622064,1870226273,1819436406,16939361,2880355793,201396224,1769107491,1936026998,1701273971,408617218,268467146,1881342977,16938610,3325928554,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,1632382492,1953853305,1767992671,1869562734,1147496811,1600091753,1345742446,1275134548,1802885,774045960,1634166092,1631746403,1919250030,1663918943,1768648559,1918981989,1735289198,1834169183,16928364,1560324122,268503040,1769295150,2002874948,1831694949,1818322031,400556290,134230837,1294885889,1632659829,762471792,1953460082,2037674843,574449004,1851880052,1919903347,1847605869,996503151,1634890784,1953067886,980316009,1634890784,1868985198,840985970,1936536882,1651860256,1647141737,1701411429,741353586,539766816,741486128,539570464,997420336,16932130,859117536,369166336,761753134,1734963828,779248999,1769235297,1647144559,16937569,859117536,251725824,1769295150,2002874948,1915581029,41185135,4288913409,17301625,1868770832,1701407599,1701653875,1734439795,2684420709,7995299,773128456,762540899,1937402673,778593142,1802843493,808530289,2745172226,134248959,1294870017,1850960245,1651204961,1866691169,1852142702,1869753716,1918596207,1030057071,1701601570,1562539122,2338914562,134234759,1311639297,1667855471,3741385317,11158509,773718280,1769238350,1633904998,1852795252,1852727618,1935635045,1115123560,1701736033,973144690,13155272,772866312,1769238350,1633904998,1852795252,1701734732,2596536578,134267558,1345198081,1866690671,1701407599,1952670047,1600484969,1767331167,16926007,2229486780,134285312,1634034990,1886351405,1153171714,134251747,1345197825,1987014767,2002743909,1886413170,1600090725,2017682790,4060152436,16383660,772210952,1664430162,16936789,3382652287,117508096,1346992174,38761832,2670558977,17301705,1699884561,1299473249,1818322031,1953656656,16936033,489484842,536938496,1634030126,1867347043,1600938340,1702252383,2036427890,1717644589,762471796,1852141679,1908474370,3974777684,134259226,1378749185,1348755813,1667853423,1308689017,14665065,773128456,2002875752,1647143269,1869901679,1868770669,1701407599,1766719746,134275013,1378754049,1147433063,1702322546,1735548786,1683973232,1702322546,845111154,810894166,479068418,134253196,1378758913,1467248489,1886413170,1982689893,1919906665,1701601581,1378710642,1467248489,1886413170,1982689893,1919906665,1701601581,37057650,4085218305,17301630,760425998,1380992071,1851867693,41051502,197783809,17301686,1213410834,1414092623,1735617837,1869116255,40134007,521240321,17301526,1968385561,1919905904,1953059700,1866673509,1701407599,1852727618,16937573,943720001,100730880,1634685998,16938099,1541558551,151062528,1634685998,1718187123,1208025721,473276,772276488,1819242324,40921460,2059237640,3622795683,2980352,1307736594,242846020,3717698751,633377871,3209008458,17301512,1934962208,1869562725,1600481643,1130722165,1768648559,1685015909,1600087404,1798595638,2164327034,11336514,772866312,1129530198,1768648559,1852785509,1819243124,942932226,134225413,1479411201,1903587180,1034748162,45392,1546525441,1953456673,762146676,1735142960,1886337628,1953063777,808529273,2113995312,7541922,772210952,1867002207,16933955,2033556774,167839744,1429298990,2002076260,16935278,1570423700,167839744,1681022766,1903573037,16930605,1570423700,167839744,1781751598,1970812536,16922930,1570423700,167839744,1781620526,926185322,16921448,1499263479,167839744,1999724334,1786327162,16920688,2604839618,234948608,825384750,825833826,876097843,16921652,1601123884,1040285697,1684960558,1852401253,1748657253,1529377633,1635017060,1936028717,1702047092,1952671084,574452335,1667853411,1752444267,1868770661,1701407599,1851875885,577922414,16918877,1601123884,402720768,959602478,1432768871,2053254522,1467567711,1884442728,1699958634,1028915458,134280826,1596856321,1114001458,927675977,1466791754,1148217680,959476053,16921976,2392582432,117508096,1446207278,38236722,3596868097,17301730,861875719,1195926374,2390688002,134241216,1596856321,1479373107,1983007315,1363438447,1197766258,1599237430,16935775,3261206158,436275200,1718511918,1918984815,1634694189,1919251571,1852793645,1852399988,16937573,3261206158,369164288,1684370011,762603876,1802465123,1647142249,1701736033,16932210,3261206158,637599744,1534486884,1819898995,574433893,1867787565,1702130529,1852386674,1633904996,1131573108,1919904879,16932130,3261206158,369164288,1701996659,1953064036,1869570861,761620843,1852727650,16937573,3261206158,285282304,762668323,1802465123,1882023273,1667853423,2382430841,12739086,773128456,1869562719,1113942379,1701736033,1798397810,964124982,583663874,134220277,1596856065,1869570911,761620843,1852727650,1600090725,825778482,3389063778,652578,772145416,862274655,2147549802,7496614,772145416,1447391330,2147549802,7496614,772473096,1128488799,1886351455,16937077,1830196831,285280256,1734303534,762474596,1953394531,1701734753,2751529586,4954534,772145416,2036293983,1191248482,833819,772866312,1852793695,1852399988,845295967,828337005,3101425922,134255517,1596855809,1802465123,1631741289,1919250030,825324639,828322150,121045250,134221482,1596855809,1802465123,1867539817,1601205616,1701344104,825319217,3420782850,134247895,1596855297,1919968359,1953459757,762930793,1684104552,16937573,2754464632,117508096,1986685742,40399177,768309249,17301668,1702112788,762539378,1965909615,1747805555,1701077349,2013332082,10759627,773587208,1885628255,1869491570,2036754804,1634035757,1601332580,1819305330,40199009,2319079425,17301688,1734290972,1818391653,1600873327,1667197301,1768648559,1831952229,1597520181,822149681,13164656,772210952,879061087,16921136,4098603546,100730880,1347382318,16922691,4098603546,369166336,1869504302,1768319348,1769234787,1902079599,2050056816,16920927,3474269699,167839744,1601199918,1768714096,16939363,2303627755,201394176,1735810862,1664117843,1868641400,3601924354,134241721,1882065921,1635150194,1647147363,16939119,1572460209,302057472,1920425774,1701867617,1966169970,1600271156,16922417,1024773567,687933440,1667195182,1768648559,1851862373,1868770660,1919252078,1852795251,1851875885,1601332590,1886220131,1852141167,3137405556,3267140,771948808,16933729,602827032,151062528,778793262,1898867313,402719337,2354793,772866312,1701012321,1851880560,1882023267,1886744687,3161850114,134257161,1630407681,1986622563,1634545253,16935795,3284042549,536938496,1835295022,1831693929,1634956133,1714251111,1702129519,1633824114,1869098354,1919247468,981336322,134267779,1630407681,1701147239,1919251501,16937837,1674812011,285280256,1734438958,1818189669,1818322789,1852402733,1795228267,6542234,773259528,1701996385,1852140901,1869884788,1935764525,1702112628,16936306,1660260012,218171392,1701601582,757953650,1702390118,2483094116,11546293,773259528,1836020336,1633824111,1919250030,1852793645,1852399988,16937573,2955851156,335611904,1701601582,757953650,1769108595,1630430576,1953654124,2041577730,134272704,1630407937,1953654124,1851875885,41051502,2239566082,691138721,17301713,1818308117,762606181,1852727650,1600090725,1802465123,16934249,1989911456,285280256,1701601582,1647146098,1714254433,1702129519,1157694066,13678384,772407560,1919249505,1634741620,3976266340,9791045,772669704,1919249505,1920413044,1701867617,2281767538,16328891,772604168,1919249505,1936207476,1801675124,3570991362,134251828,1680741889,1818456937,1701669217,1663923058,1635020399,1919250025,3570991362,134251828,1630407425,1953654124,1869884787,1644233328,15843566,772931848,1701407841,1701998712,1848472435,1667855471,234947173,6708005,772735240,762604641,762605679,1969448307,16934258,1771368317,369166336,1986359854,762077541,1633972077,1734487404,1768453933,16934260,1771368317,285280256,1668178222,1651666792,1869902959,1717914733,805372532,5566627,773259528,1835626081,1851875885,762471790,1702129253,1868836210,16934254,1853832686,251725824,1953390894,1685024045,1915579489,41185135,3286828801,17301553,1851862543,1869753716,1700998519,1919251566,3545628930,134254653,1630411009,1663922288,1768648559,1848472421,1718187119,1952539497,40791913,131654657,17301741,1885416979,1868967280,1919251567,1852793645,1953391988,2745172226,134253036,1630406401,1768893811,2684420716,9039011,773325064,762343521,1702258028,1869491564,1768319348,1769234787,41119343,456886529,17301630,1885416992,1768697200,544499815,1768169534,1953717110,711289977,1768301117,577004920,1140916829,2587701,773390600,1601204321,1836016735,1769239397,1768172899,1634493299,1919249769,2636513538,134270824,1647184641,1647141730,846035053,637600354,13592733,773325064,1701670756,1667855475,1634035757,762471780,1885434487,41051504,1755129345,17301711,828714506,1769169518,36727865,1755129345,17301711,1751461385,812869683,16921953,3479739686,218171392,1886413102,1701666655,1734439795,2147549797,16382493,773587208,1701867617,1697477217,1919251566,1852793901,828714597,2054059641,36725557,2025362433,17301719,1935879692,1966157171,2037149299,2483094118,14121144,772342024,942894181,811741798,3096707330,134272888,1630408449,1701719410,1714254711,1702129519,2533425778,15954707,772669704,1634169441,1882025313,1667853423,1023476345,8733288,773128456,1685353057,762274661,1651469415,1630366817,1953654124,781779202,134228518,1647192321,1868770663,762474348,1801675106,1970238055,1663919214,1635020399,1919250025,1852404781,1869885044,36842864,640588033,17301546,1818701325,1818321519,1701601581,16938098,707145369,402720768,1936941358,1601401957,1953394531,1701734753,861888370,862995781,3344826626,134270601,1630409729,1633824116,1919250030,1852793645,1852399988,16937573,1783436426,318834688,1886675246,1869570911,761620843,1936942445,40200033,642247681,17301649,2019634702,1769238629,1869438831,41184885,2104556033,17301591,761409033,1383232374,16930616,535879588,352387072,1534486884,1935764579,574447219,1802465123,573400425,1359020637,10146199,772210952,1398232418,16931436,1854698717,117508096,1936091438,38027842,2356468993,17301614,1499606535,1097426004,1281884418,134217733,1647183361,2051175002,3050373378,134272958,1714292481,1162245444,3506504310,14139061,772014344,40329058,3633795329,17301628,1633824271,1919250030,1868705069,1836020852,3398697218,17487,1683691521,761361505,1702060386,1029858679,1634694178,1919251571,16932130,1146079892,285280256,1851875886,762471790,1953394531,1701734753,2063663730,7043340,772669704,1852727650,1848472165,1667855471,184615525,14582450,772735240,1852727650,1865249381,1819436406,33716577,1506379870,451323019,201394176,1851875886,762471790,1885434487,1934885378,2943635623,134242003,1647186433,1701736033,1667194738,1635020399,1919250025,3216572674,134271298,1647185153,1701736033,1818320754,41185893,2708819969,17301759,1633824267,1919250030,2020565599,2390163714,134259089,1647186433,761623393,1769238382,1633904998,1852795252,1567293698,134278286,1647191297,1600484193,1802465123,1650419049,1701736033,1663905138,1635020399,1919250025,1433283885,40650315,254967553,17301504,1633824279,1734894452,1663922021,1768648559,1869491557,1701013876,4123459842,134233368,1647183617,1630550116,2852192867,16297779,772473096,1949132386,1953718639,16937573,3779969830,151062528,761750062,1919249505,2986410612,11317914,772473096,1647142754,761623916,16920946,2433464827,201394176,761750062,1802658148,2036429383,48169218,134232278,1647191041,1651272809,1685217647,1765957471,1868721260,1399091809,1701607796,2020617572,1647404147,16920621,3400559266,117508096,1415801646,40321399,2959778305,17301706,1768042009,1769300851,1969302900,1663920244,1634495599,1651078e3,16934252,2412620074,100730880,862675502,16937327,3589077333,251725824,1802265134,1936278573,1767992419,41051501,2456809473,17301744,1818373658,762012527,1769238382,1633904998,1852795252,1818373491,40592239,2103607297,17301510,1818373658,1630365044,1953654124,1852727650,1600090725,1885434487,41051504,2480330497,17301632,1818373650,2037543541,1667326509,1869768555,40136309,3933508097,17301746,1835150855,1649432151,4069064962,134240202,1647184385,1768185709,1735355489,3351773442,134282909,1647184897,1768185709,1735355489,16934722,4271753160,117508096,1785618990,39218514,3837367297,17301676,1851928082,1868783472,1701407599,1851875935,41051502,1162908673,17301680,1868705293,1865251172,1819436406,16939361,2827844373,771819520,1919902254,762471780,1835627120,762933857,1751607660,774983796,1685221218,1949135461,1701602862,1868770680,1818635884,16939109,2747444124,218171392,1953456686,1814966317,762603109,553714224,12397989,774308104,1953787746,808283503,862482478,1801742381,1634610800,1818439030,1634427753,761621602,1684300144,16933989,3550520133,234948608,1953456686,762146676,1852727650,16937573,710683592,234948608,1953456686,762146676,1769238382,16934243,45999369,218171392,1953456686,762146676,1751607666,2986410612,4637850,772538632,1953787746,2049797487,40201839,606752513,17301743,1868705298,1836020852,1952867660,810508127,41176392,1371560705,17301756,1868705295,1836020852,1936942413,1936025441,802619650,134279997,1647186689,1869902959,1734955629,1600091240,1330267479,3254846041,14353131,774701320,1953787746,1699966319,1869182051,1936278638,2036427888,1866686303,1767994478,762471790,825058163,963475563,808283496,2062680322,14432,1869484801,1768319348,1769234787,1714253423,1702129519,4060152434,3694714,772669704,1953787746,1600089455,1500542543,570556993,2531816041,13868271,772735240,1953787746,1834970479,1634956133,16934247,1817888152,453052416,1651469614,761621609,943207476,1920413286,1701867617,875834738,40253496,1522898945,17301612,1920413198,1701867617,943205746,40001846,1522898945,17301612,1868705290,1836020852,41314660,3634392577,17301575,1868705297,1769103224,1601464423,1953787746,16936303,121810582,50399232,40919598,3514799617,17301684,1919036949,1702066031,1869491570,1768319348,1769234787,16936559,2667430329,503384064,762864174,1852399981,1869570861,761620843,1768714096,1932360035,1650812009,16937569,1509981712,117508096,1199202862,41306185,3501387521,16777234,1918982940,1814913385,1818583649,1868767805,1701407599,1851875872,577922414,4009820765,1233074,772800776,1731013987,762474596,1936942445,40200033,627336705,17301668,761474570,1802465123,41117033,4257381121,17301710,761474576,1818323300,1663919983,1768648559,3556835941,10964833,773325064,1869491555,1768319348,1769234787,762539631,1885434487,41051504,3241696001,17301588,761409032,1633972077,1661010540,3614030,772931848,1769155939,1700029812,1114860914,1701736033,2147615346,2485210728,7900356,772604168,1869884771,1633824112,1919250030,3066495234,134262084,1663960833,959525168,3372286516,886910,772210952,1414284387,16935531,944545062,117508096,1752786734,40595535,1285367297,17301560,1651977744,1697789804,1714237485,1702129519,637600370,3689629,772342024,1834967651,1818322031,1886847234,134242541,1663960577,1852727650,4035248386,134227884,1663966209,1852727650,1731031653,1802860143,1869570861,761620843,1852727650,16937573,961740219,151062528,761488174,1919249505,151061108,16460426,772210952,1882022755,16937071,2044645446,201394176,1852007214,1852793645,1953391987,2636513538,134245914,1663961601,761360483,1953394531,2177499394,134221581,1663962881,761360483,761754477,1701078113,3338732132,7337539,773062920,1667855475,1932360043,762605420,1835363429,41184869,4131636993,17301615,1667444231,1817397879,3869966594,134233588,1663962625,1663918948,1635020399,1919250025,1406861570,134221045,1663960833,1885435236,1543569998,7692838,773193992,1647142499,1735091041,1853190002,1986997604,1634497125,3087073913,9865319,772669704,762668899,1953394531,1701734753,100729458,9602768,772538632,1869768803,1885300077,40592233,2369605889,17301536,1784884743,1984657218,2410348802,134269533,1663960833,1834437239,2868970085,13262223,772604168,1663920995,1635020399,1919250025,3083206914,134273529,1663961601,808609131,1919300146,1139212546,134227288,1663962625,1848471661,1633838708,1919250030,745341186,134249900,1663964673,1663923054,1869426023,1600938340,1702260575,2036427890,2770600194,134270193,1663965697,1663919471,1768648559,1663923045,1702063727,1882027118,1886744687,3843227906,134238181,1663964929,1701670255,1882027118,1667853423,1701981561,1936028262,2852192872,2723634,773390600,1835888483,1885302383,1886220146,1919954292,1667331689,1734487417,3029598466,134271601,1663967489,762342767,1802465123,1647142249,1701736033,1868783474,1701407599,1850957663,39480947,698109953,17301543,1868770827,1768714349,1701015137,3440641538,1329542863,3143110628,1449599978,3819516698,4038838207,134256528,1663965441,1869639023,1953391982,1869570861,1936025963,1851875885,41051502,2155764481,17301546,1868770839,1852797037,762605157,1769238382,1633904998,1852795252,3179675906,134275886,1663965185,1869639023,1953391982,1769239341,762932067,1818323300,16934767,4547732,352389120,1852793646,1952675172,1663922799,1868770675,1852142702,1023476340,2737587,773456136,1936617315,762605157,1852727650,1647145573,1735091041,1853190002,2717975140,919288,772997384,1936617315,762605157,1802465123,1647142249,16939119,3880428758,218171392,1852793646,1953391987,1853121325,2483094130,13426377,772800776,1936617315,762605157,1936942445,40200033,317161729,17301652,1868770837,1852142446,1869491572,1768319348,1769234787,16936559,3377495483,251725824,1852793646,1953391987,1886351405,40924461,1904477185,17301547,1868770831,1852142446,2004036980,1751348329,2064974082,134232377,1663962113,1702063727,1631810670,16934002,132719708,251725824,1852793646,1953391987,1869635423,40924528,1426804481,17301700,1868770832,1852142446,1920425844,1701867617,2483094130,12331193,773914888,1953394531,1701734753,1818635634,1769234799,1848469358,1718187119,1952539497,1936617321,1828454658,134249844,1663963137,1635020399,1919250025,911239263,16926825,1974033774,167839744,1869570862,1952797547,16937844,2694982171,369166336,1869570862,761620843,1852727650,1600090725,1835886948,16937573,1036437715,402720768,1869570862,761620843,1852727650,1667199589,1869639023,1953391982,2474115330,134266927,1663964929,1768648559,1868770661,1919247214,1920413038,1701867617,2583757426,5722813,774439176,1802465123,1663919465,1702063727,1630368878,1869507427,1684368503,1701668199,1663923310,1952542319,1919250025,387121410,134232942,1663967489,1768648559,1868770661,1852142446,1633824116,1919250030,1868770605,1767994478,41051502,3820708865,17301684,1868770841,1701407599,1852793645,1953391987,1852793645,1852399988,16937573,1922023173,419497984,1869570862,761620843,1818323300,1600087919,1953394531,1701734753,939590258,5306389,772604168,1802465123,1714251113,1937073007,2526019842,134271108,1663962113,1768648559,1634544997,16936553,3536286,335611904,1869570862,761620843,1936942445,761620321,1701273968,788988162,134241526,1663962369,1768648559,1869491557,41248110,3145283585,17301520,1868770836,1701407599,1953459757,761619305,1702131055,922813042,9382658,772866312,1802465123,1848468841,1667855471,846605669,2467430658,134234887,1663970561,1768648559,1986997605,1634497125,1868783481,1701407599,1919252047,1132028268,1635020399,1919250025,928407391,41577543,2053167617,17301522,1868770840,1701407599,1919250477,1936943469,762212201,1970302832,1124139632,3815738,773652744,1802465123,1882023273,1701209458,1668179314,1663923045,1635020399,1919250025,2820866306,134223777,1932399617,761623657,1920298082,1852793645,1852399988,16937573,396470307,218171392,1869570862,761620843,1836020336,3523281524,6310229,773193992,1802465123,1915577705,1852403045,1635200356,1701867634,939590258,15297777,772866312,1702127987,1919249473,1936018804,1701273971,4046979330,134277484,1663963137,1768648559,1702047077,1852404852,16937831,4076588406,335611904,1869570862,761620843,1734439797,1633824101,1919250030,1897857282,134277542,1663964417,1768648559,1852785509,1836214630,1684300112,40332905,2838731521,17301640,1868770857,1701407599,1717924432,1852142181,1114858851,1701736033,1868783474,1767994478,1601332590,893989983,16926028,1225647929,335611904,1869570862,1399155051,1701147235,1702252398,2036427890,2241003778,134226699,1663962881,1768648559,2019906661,1701986676,1157694049,12281310,772473096,1802465123,1767138665,16937840,1961361217,419497984,1869570862,1600481643,1836280164,1601401705,1953394531,1701734753,4144038514,4555596,773390600,1802465123,1834968425,1634956133,1683973479,1819308905,1684371809,552141058,134277875,1663964161,1768648559,1869635429,762344816,1818323300,16934767,2207098249,302057472,761885998,1734633847,1865249893,1819436406,16939361,2207098249,251725824,1869570862,1936025963,1851875885,41051502,1360860161,17301517,1868770852,1701407599,1868770675,1852142446,1684352372,1814918249,762015337,1953394531,1701734753,2399208050,16392839,772669704,1802465123,762537321,1970302832,234947184,9036903,772997384,1802465123,1332962665,1850307696,1852727618,16937573,841340574,553715712,1869570862,1936025963,1768714064,1667201379,1768648559,1635213157,1600090226,2002138679,1812005455,10626894,772800776,1802465123,1601398121,1851875935,41051502,1270060033,17301720,1868770839,1936945263,761474414,1802465123,1869505897,1701013876,2693071106,134237768,1663963393,1920561263,1952999273,1851875885,41051502,2089469697,17301505,1868770829,1647145074,1701736033,16937842,316431737,234948608,1970234158,2037544046,1886351405,16937077,2506595622,167839744,1987011374,1750299237,16938863,2375854473,318834688,762340142,1802465123,1949132137,1697476713,40858229,2578748417,17301656,1885548042,1634296927,40333164,2644321793,17301511,1953050135,1818701174,1714250351,1601466223,1869570911,1936025963,2636513538,134219677,1781403137,1769155955,1630365044,1953654124,2636513538,134219677,1781405185,1769155955,1630365044,1953654124,1852793645,1953391988,2636513538,134219677,1663961601,1633836915,1919250030,2696937730,134256580,1663962113,825062259,1865906279,16935474,1884894060,201394176,1936941870,2020356397,1886219898,3911713026,134261948,1663962113,825062259,1702246253,16937781,1963982270,201394176,1936941870,1735668013,1684829233,2542076162,134268209,1932398337,1935945061,1697473325,1398426958,2231435877,12923287,772538632,762540899,943224625,40723761,3958951681,16777427,1633966877,1949131124,1769239397,1663188324,1768648559,1867412325,1701013876,16932130,3555457231,184616960,1936941870,1647719469,37057395,3415221505,17301751,1935879713,943271283,846738229,1702260525,2036427890,1702252333,2036427890,1701995347,16936549,2951972533,503384064,1936941870,947216941,762865783,1115056452,1701736033,1852785522,1852399988,16937573,715140674,167839744,2033280302,1651599470,16920937,715140674,419497984,1802073134,762015604,762012787,1802465123,1647142249,1701736033,1107362418,2793518,1947468032,1869900649,1868770667,1701407599,1851875885,41051502,2687386113,17301546,1935879691,1784950131,2003973993,2488795394,134262059,1663961857,1747809139,1668428341,1258488376,2420463769,3067254762,14602787,773914888,762540899,2054714733,1663922798,1768648559,1868770661,1852142446,1345138036,1818586721,2048065794,134248142,1663961857,1982690163,1819635564,2097218150,1973364,772473096,762540899,1769372279,16936561,4240099876,335611904,1601528622,1869438827,1600938340,1852399981,2020565599,2951872770,134246230,1663965697,1869902709,762471789,1802465123,1663919465,1635020399,1919250025,1327235330,134229141,1663965441,1868770679,1701407599,1869622643,2036558188,1851875885,41051502,3885968129,17301688,2053320199,1651663457,2102132994,134245441,1663961089,1885762938,16935545,3724187454,201394176,1663919150,1831677283,1818322031,1383661826,134279994,1680741633,761488173,1685024045,1647144033,1684759393,40922994,978483457,17301747,1164193287,1498049865,2876899586,134220102,1680738049,2003583820,2147549772,2930785,772210952,1212437348,16939376,1407791743,117508096,1146643502,37905496,4144060929,17301586,1633955346,1663918452,1702063727,1697477742,40200036,3307074561,17301730,1650732560,1869562669,1113942379,1701736033,1510015602,1571974,773390600,1663918948,1768648559,1633824101,1919250030,1634891565,1919250544,1551433986,134244141,1680742145,1769174629,1714251124,1702129519,1953836402,1953066089,771818105,4198244,773259528,1937139044,761623657,1667329651,1918984811,1852729645,16937573,2858212844,134285312,1818780718,1801937709,2619736322,134237438,1680738049,1869373801,3321954919,1606712,773062920,1818323300,1630365551,1600090224,1668246626,41051499,3322478337,17301639,1768173071,1735355489,1851878701,1919248225,2458452226,134236740,1949176833,1936613746,1701994864,1865249902,1819436406,16939361,1246007945,268503040,1634296878,1130852204,1635020399,1919250025,2225733890,134238050,1680743169,1395484521,1801675118,1534222690,1701605234,1818305085,578056805,1426129501,7521080,772800776,1668508004,1835622764,1848472165,40203375,4273577473,17301725,1768173072,1634493299,1919249769,2019914797,872481396,12667822,772997384,1668508004,1835622764,1600090725,1144158815,16927308,997307796,251725824,1936286766,1767992419,1601332589,40002935,2256551425,17301751,1768173072,1869374323,1701999987,1918985005,4009820772,13274109,773193992,1668508004,1970499436,1714251122,1684371561,1634497325,2164327010,7111714,773128456,1668508004,1970499436,1831691634,1818322031,1986618413,1703674114,134257764,1680741121,1768780649,1651078003,1647142252,1701736033,2164327026,3719101,773783816,761425252,1769238382,1633904998,1852795252,1784753523,1999468641,1886413170,16937573,1711512516,234948608,1852793902,761623649,1852727650,16937573,186164384,184616960,2003788846,1869571694,41051508,1782281985,17301736,1886400006,40723826,1782281985,17301736,1902390791,1851354983,2686648578,134256814,1731069697,1665419601,587268687,10006176,773587208,761493348,1634292525,1802465091,1600087401,1970302800,1869562736,40200555,110968321,17301656,2036608550,1819633247,1769430892,1600681060,1769238382,1633904998,1852795252,1868783475,1767994478,41051502,1103462145,17301537,828714506,959803699,36793904,1733377537,17301587,828714506,1870160500,36727658,2915399937,17301505,828714505,859202934,16921202,2471988349,167839744,1999725870,897016930,16920698,4178309422,352389120,859071790,962736996,875783225,929457766,946024504,872481337,13651613,772342024,1652044901,808678508,823197954,134257245,1697515265,1985237064,3909157446,15365330,772210952,1280328040,16925007,3933524713,117508096,1414554926,39406948,1785219073,17301750,1399139857,1651013225,761492270,1482965355,16925797,2778105613,352389120,1768318254,761883756,1870225772,1814918261,1667327845,2449539705,15439624,772538632,1836672869,1869770797,41185389,3333788673,17301746,1801793033,1852273253,16921460,625596819,268503040,1131177262,1768648559,1852785509,1953391987,1730543874,134273113,1697519105,1953718636,1663918953,1768648559,1869491557,1701013876,1735459074,134245753,1697520129,1701668204,1919906926,1668246573,1869182049,1868967278,1919251567,894828802,134239524,1697515777,1836660590,36726118,2227561217,17301577,1852124694,1701273959,762929506,1919968359,1634296877,40333164,3479753217,17301533,1852124680,1818571377,1510015536,6625962,772931848,1349742181,1635150194,1632467299,1701273966,2483094130,1413816,772538632,762339943,1919252079,41509228,2461570049,17301525,1969565195,1936026925,1701273971,2163015938,134241128,1697518081,1663921272,1768648559,1633824101,1919250030,2949382402,134236722,1697521409,1768714360,762603875,1802465123,1647142249,1701736033,1920413042,1701867617,4227924594,10669855,772997384,1819310181,1919251055,1882025517,1635150194,16939363,3630103689,352389120,1663919662,1714253933,1970239852,1920413044,1701867617,2030109298,15149521,772997384,1868770662,1701407599,1852793646,1852399988,16937573,1205053308,134285312,1815373358,1685550704,1438187778,134233661,1714300417,1281969990,1799695953,1095119468,1179537966,776030542,762919263,777083202,2051223903,1651001209,964624642,134247274,1714292481,1399671126,3187737164,15581212,772669704,761487718,1802465123,1868719465,2298544756,6268494,772276488,1701077350,40790317,2514254081,17301737,1634086416,1652122478,1865250927,1701733744,2483094116,8302010,772997384,1936877926,1769221492,1982686573,1953067881,33714799,3588329998,420999781,234948608,2020173358,1865245797,1819436406,16939361,1356177509,369166336,2020173358,1647207525,1919364455,1680701797,1701540449,16938099,1723136310,268503040,2020173358,1647207525,1869902959,875703661,910033154,134276345,1714297345,1684371561,1970237998,1684366446,778529837,1953787746,808283503,974520578,134232284,1882065409,775040377,841840752,974520578,134232284,1714294529,1684371561,1768714064,1866627427,1426129528,1216600,772538632,1702390118,1734693476,40791913,278707713,17301720,1818635789,761820001,1953787746,16936303,2083149766,453052416,1634493998,1831692403,1634956133,1630365031,1970237038,1835361134,41184869,3103719937,17301517,1818635786,762601839,41050466,2767864067,2512482620,1801552038,17301669,1818635797,762601839,1953654134,1818321769,1851879469,16936037,3118109844,335611904,1869571630,762471796,1869508193,1701015157,1953391981,2000748802,134230500,1714294529,1702129519,1920413042,1701867617,2768306802,15046424,772735240,1953460070,1600090725,1852727650,16937573,1639064266,167839744,1869571630,1836213620,16934771,1650714501,402720768,1634887214,762471789,1851882033,1663907634,1635020399,1919250025,3147038978,134264104,1714293505,1868770675,1852142446,469828212,4718891,773259528,1667199846,1633824099,1919250030,1836016479,1701736304,16938094,1964825080,486606848,1735943726,1701601581,1600091250,1601725542,1802465123,1851745641,1667855471,2130772581,12994543,1711931648,2019910757,1885628205,2130772594,12994543,772342024,1768172903,1735355489,3046375682,134231617,1781403649,1869884787,762539119,1818323300,16934767,910275988,234948608,1819242542,762930025,1818323300,16934767,910275988,117508096,1363502894,38762103,2775922946,1577236620,17301681,1650929170,1869491555,1768319348,1769234787,41119343,1669981185,17301645,1684483604,1663922800,1768648559,1920413029,1701867617,3070296690,2576906,772473096,1919968359,1852729645,16937573,500812417,184616960,1885628206,1869426034,40657252,153341953,17301579,1684483609,1831694960,1819632751,1731013989,762474596,942684461,16920930,1271419518,167839744,1885628206,1701336178,33711469,2436536330,613865423,385943552,1852139310,1936290661,1869570861,761620843,1936617315,41184869,3139258369,17301607,1718038037,1818635637,1769234799,1831692142,1634956133,16934247,542581324,100730880,1097623342,16935270,3098203688,268503040,1869375278,762077538,1936942445,1936025441,2789867778,134255982,1731071489,1633841004,1869491564,1701013876,2471035138,134249422,1731075585,1633841004,1869491564,1768319348,1769234787,1663921775,1635020399,1919250025,2678522114,2147587411,1999511553,1768845921,1748658030,1529377633,1635017060,1869570861,761620843,1701869940,16918877,2505285543,453052416,1869375278,762077538,1935765364,1663905140,1768648559,1869884773,41186145,2465264641,17301579,1869032973,842477618,892874804,16920885,1179441612,352389120,1869571886,1663923317,1768648559,1986997605,1634497125,2013332089,7645322,772997384,761492327,1802465123,1932354921,1769235301,16936559,3792936676,251725824,1735747374,762209639,1936617315,41184869,1920590081,17301543,761802257,1802465123,1663919465,1702063727,16938094,3817270289,167839744,1634035758,1886343268,16937077,202621271,134285312,1630367022,1953654124,3243704578,134220819,1747854081,1701077349,1868770674,1852797037,1601465957,1936026975,1701273971,1986997619,1634497125,2113995385,10882355,773259528,1684104552,1932358245,1801675124,1831691365,1634956133,16934247,429400834,385943552,1869570862,761620843,1970302832,1868783472,1852797037,41184869,1627904513,17301687,1969761817,1768257377,1852793645,1735550326,762605157,1802465123,16934249,3885850124,369166336,1769433134,1633824100,1919250030,762867522,1953656688,16936033,2219554339,268503040,762931246,1802728813,1634891565,1919250544,2418344194,134260712,1764624129,1128555362,922813043,12193978,772866312,1147363945,1932424003,1751395683,1113809995,1835073794,134244344,1764626945,1932357219,1801677172,1868967289,1919251567,1660813570,134239010,1764624129,1164534892,637600370,10137325,772997384,1868983913,1953456685,762146676,1684957559,16938863,2211764873,218171392,1718511918,1701653871,1734439795,587268709,5876031,772538632,1868983913,1851875935,41051502,1016413185,17301621,1852386825,1650421606,16939119,2274086175,134285312,1718511918,1918984815,2378236162,134272512,1764625409,1848472430,1667855471,16937829,2101950509,117508096,2037475630,41121907,595817985,17301674,1919495687,1199075449,1599930626,134236864,1798178561,1313436483,1560347213,4898911,773390600,1835365481,1953705331,779383393,2019912806,1970237998,1684366446,4266983682,134257939,1764626689,1867803002,762606433,1885434487,41051504,181468417,17301587,761933332,762539892,1633972341,1647142260,1701736033,2147549810,11303521,772669704,1663921514,1768648559,1633824101,2164327026,7865480,772145416,1953459818,134283877,9322739,772931848,1702195562,1848473970,1718187119,1633824121,2617311858,15704474,772669704,1630368618,1869182051,1633824110,352387698,6532731,773062920,1630368618,1953654124,1868770675,1767994478,41051502,3875002625,17301560,1936338445,761422637,1768714096,16939363,3968125398,469829632,762538542,1802465123,1663919465,1702063727,1882027118,1886744687,1734500191,1719337218,134266616,1781404161,1768172915,1735355489,1868770605,1701407599,3735945474,134280918,1781405185,1768303987,762606450,1769171318,1633824116,1919250030,1018036738,3419577751,134266344,1781402369,1869491571,1701013876,3607167603,12088363,772931848,1667199850,1768648559,1868770661,1852142446,1224802932,4008889,772276488,829649770,37173552,620398337,17301646,1967992335,1634288745,761753452,1953460082,1394278658,134224053,1781401089,909407091,3247702274,134229675,1781401089,926315379,880869634,134256842,1781403137,858617971,959525429,875705143,624886018,134240413,1781403137,892172403,808991027,808988729,2536571138,134241408,1781401345,1835943796,318833272,911931,772407560,1882027882,1886744687,2667643507,649955,772997384,1882027882,1886744687,1633824115,1919183715,16937071,166388639,335611904,762800686,1970302832,1663923056,1635020399,1919250025,3818848514,134220266,1798178049,37123892,320981761,17301708,1433087495,1114851704,2481193218,134250146,1798178561,1364414049,1929445956,9839668,772604168,1663918699,1635020399,1919250025,2270560514,134221215,1798178561,1265202027,3925934709,4721884,772210952,1984523371,16938309,838966656,117508096,1215458094,39155527,2916550145,17301589,1953181194,1869884776,41186145,1889131009,17301577,762064400,1702390118,1647127908,1869902959,3640722029,15708898,772735240,1869491564,1768319348,1769234787,16936559,172810367,419497984,1851878446,1735289188,1869770847,1650421613,1701736033,1869897586,3657499248,1701250,772997384,1702453612,1869426034,762077540,1953460070,16937573,169131156,654379008,2036427822,1215591791,1701077349,1852386674,1836216166,1869182049,1936018798,1701273971,1885434455,41051504,3518760193,17301751,1701588502,1919247457,1918988130,1868783460,1767994478,41051502,2531544833,17301584,1701588487,858616934,2520514818,134258595,1814959873,1818322789,1851875885,762471790,1886220131,1852141167,2181169780,3727901386,14940486,772604168,1634166124,1868967276,1919251567,25035010,134231143,1949176577,758281828,1819308129,1848472677,1633838945,2113995378,3434241,772669704,1935897977,1919968557,1667331689,2113995385,3434241,1682374912,1781429865,1885416819,1952803952,1701410349,1868770679,1767994478,762471790,1852399981,1679834656,1714321001,1684371561,1852405549,2037674843,1029596524,1667326498,1869768555,979660405,16932130,879165822,402720768,1734700078,1831693409,1634956133,1663919463,1635020399,1919250025,805765378,134271149,1814955777,1330342245,3372286540,1419152,773390600,1751607660,1818373492,1647142261,1701081711,761554290,1685217635,799080706,134247594,1814960641,1718316649,1663924588,1848473716,1718187119,1952539497,1936617321,3018785026,134248827,1814958849,1936420457,1701994797,1986359853,1702064741,2852192868,6335279,772931848,761491052,1936877926,1853182580,1970302800,3774939760,1457343,772931848,1768386412,1868770670,1701407599,1885959213,268501619,11006864,772604168,1668641644,1702260579,2036427890,2372403458,134225362,1831734273,1953459757,1113940841,16937569,31394805,302057472,1882025262,1635150194,1865251171,1869182064,16937838,1977628682,184616960,1932356910,1634038388,41051501,481490945,17301678,829238803,1869571629,762471796,1936942445,1936025441,994837506,1620640875,3619748500,668516545,134254680,1831737345,1886153057,762602863,1986622064,762930017,1852727650,16937573,3157735533,285280256,1767992622,1868770670,1701407599,1295068531,553714221,10892175,772931848,1852399981,1634624884,761619310,1970302832,2684486256,4089059492,3607629,772735240,1953390957,761622121,909260599,16937849,2785260599,419497984,1918987566,1769235819,1865246574,1764586608,1852124526,1701601889,1778451044,14539269,772538632,1885889389,1869570861,40200555,1345111041,17301552,1684876812,1986997612,1634497125,2483094137,5511612,772997384,1668441453,1937339253,1869570861,761620843,16938341,559758564,419497984,1936026926,1701273971,1667457325,762605669,1953394531,1701734753,3187737202,14887692,772997384,1936942445,1600481121,1852793695,1852399988,16937573,2007262521,469829632,1936026926,1701273971,1663905139,1635020399,1919250025,1868705069,1836020852,2455830786,134238801,1831737089,1869771877,1869570861,1650813291,1600090721,1668246626,4160815723,8233891,772210952,762340973,16934754,2016164206,151062528,1885760814,1634891565,1845559920,7875641,772735240,1831692397,1634956133,1647142247,16937569,4065869539,285280256,761883950,1936617315,762605157,1702453612,3825271410,2492330,773062920,1919117677,1868770671,1701407599,1634296877,40333164,3490287361,17301621,1768762895,1701602676,1852793645,1953391987,4082499842,134220633,1831734017,761474411,1633972077,3489727084,12317449,772735240,1633972077,1663905132,1768648559,16937829,2671902982,402720768,1685024046,757951585,1802465123,762537321,1801675106,1886351972,17170690,134258498,1831734785,1818322031,1852793645,1953391988,2424242434,134237741,1831735553,1818322031,1953391917,1680700005,40201839,420760833,17301683,1869426189,762077540,1953460070,16937573,2067644385,436275200,1953459502,1819436392,762540901,1802465123,1999463785,1886413170,16937573,4169580259,318834688,762539310,1953460070,1831694949,1634956133,41117031,556244738,3435000261,17301747,1936535059,1634035757,762471780,1936942445,1936025441,664731906,134268193,1831735297,1987012473,1865245801,1819436406,16939361,4131476068,285280256,1831693870,1634956133,1735289191,1869378349,3254846068,12516549,773062920,1651925358,1848472161,1718187119,1952539497,40791913,3554340353,17301759,1634610710,1949133174,1936552549,761687853,1987208563,40199017,1733848577,17301721,1651387914,1918988333,41184869,808733697,17301522,1668165133,1831678320,1634956133,16934247,3554367884,318834688,2003136046,1852793645,1953391987,1851875885,41051502,3820810753,17301504,1701719578,1868770679,1852142446,1869622644,762344816,1885434487,41051504,2089296129,17301585,1735273999,1852793645,1836214630,2020565549,1072693506,134267026,1848514817,1868770663,1919510126,1868770669,1701407599,1819242541,41509737,2453663745,17301696,1735274010,1868788525,1596876144,1634692198,1735289204,1851875885,41051502,933045761,17301663,1819160071,1651532589,366674434,2952703887,134219335,1848512001,1869562735,1298491755,1818322031,3946905858,134258760,1848511745,1667855471,1869426021,40657252,2108868609,17301533,1869491726,1701013876,1852405549,41381732,613437442,3687107191,17301536,1869491733,1701013876,1953451615,1936024425,1949905503,16929106,438043817,369166336,1953459758,1667851881,1869182049,1663905134,1702129263,16938094,1705470789,285280256,1953459758,1667851881,1869182049,1868705134,2415985272,4538881,773259528,1769238382,1633904998,1852795252,1852793645,1852399988,33714789,1394525821,4281638582,453052416,1953459758,1667851881,1869182049,1869622638,762344816,1919252079,41509228,4274493953,17301560,1869491732,1768319348,1769234787,1865313903,1735287154,385942117,15498727,774045960,1769238382,1633904998,1852795252,1852727618,1600090725,1852727650,1600090725,1731736415,16922744,1572428616,453052416,1953459758,1667851881,1869182049,1634883438,1919250544,1815227693,39278201,2686383361,17301635,1869491732,1768319348,1769234787,1650421359,1701736033,2634089074,5058874,772997384,1769238382,1633904998,1852795252,1920234335,16937065,2413861362,268503040,1953459758,1667851881,1869182049,1918984814,2466840834,134245411,1848514049,1718187119,1952539497,1936617321,1634891565,1919250544,4081254658,134263127,1848512001,1718187119,1852124537,1701999987,3914989826,134272418,1848512001,1718187119,1869562745,1936025963,1266942210,134252902,1848510977,1718187119,1918984825,2248737026,134265398,1848511489,1852386675,1647144806,16937569,21832312,385943552,762736174,1769238382,1633904998,1852795252,1634035757,41051492,1593540097,17301648,2020486667,895824173,1664562787,2586771714,134276045,1848513537,1932357753,2003137641,761619561,1769238382,50488675,2283805473,832743528,456078989,268503040,1953067822,1684633445,1869491557,1701013876,455148290,2825422880,915222946,134224687,1865286913,37053751,723340545,17301741,1517235719,1697806189,694550786,134282650,1865291009,1886544739,1869570861,761620843,1919252079,41509228,2975730433,17301578,1852780063,1768959333,762078584,1735549293,1647144553,1869902959,1735601773,2020557357,923599106,134236202,1865287937,1920230766,41186165,832157441,17301740,1886334476,1953063777,808529273,4076929584,16614171,772931848,1734963823,1932357225,1936028777,1885958772,973144677,16522001,772473096,1663923311,1768648559,16937829,1581169272,184616960,762605358,1701077350,40790317,1048413953,17301621,1986997797,1634497125,1663905145,1768648559,1633836901,1919250030,1953068895,1953853288,1868786015,16937838,2867780135,385943552,1702260526,2036427890,1685024045,762539105,1885434487,41051504,4007274241,17301674,1986997775,1634497125,1633824121,1919250030,1965359362,134270406,1865288449,1819436406,1867544929,2483094128,10248892,772210952,1634891631,16933933,4284765763,453052416,808284206,1702260526,1869375090,1969302903,1714319220,762865004,40660835,289620993,17301507,829435396,4127261237,3558463,772866312,1919180656,1919252321,1634891615,1919250544,3989045506,134280652,1882068993,761620321,1953787746,1831693679,1634956133,1647142247,16939119,3900564138,268503040,1734438958,1868770661,1701407599,1918984749,595460354,134240037,1882067457,761620321,1769238382,1633904998,1852795252,4077650178,134273292,1882068481,1663920227,1768648559,1869622629,2036558188,1918984749,983957762,134224956,1882066433,1869836901,762077550,1635017060,2940207362,134245096,1882069505,1701326182,1919247457,1869570861,1936025963,1702125940,1953391981,3843293442,21938,1768168961,1818450806,1584624481,1868767805,1701407599,1635021613,1701668212,1562539118,3843293442,134239666,1882069249,1919954278,1667331689,1869622649,2036558188,1953459757,40199017,3382836993,17301750,1735405074,1685024045,1647144033,1801675116,41186671,3325372161,17301577,1768959510,761360504,1802465123,762537321,1885434487,41051504,1631092481,17301560,1869622795,2036558188,1918984749,1123680514,134221948,1882065921,1667853423,1852386681,33714022,3067139673,1961741677,218171392,1819242542,762930025,1700946284,1023476332,14992226,772210952,1802465136,16934249,422211621,234948608,1886351406,1663922293,1768648559,16937829,3246236983,83955712,1601204259,302056034,10134728,773259528,761753712,1868770659,1701407599,1852793645,1852399988,16937573,4080377126,335611904,1919971374,1634692197,1600415076,1751607660,2020565620,2893021442,134279430,1882065153,1999463538,40919410,3309127937,17301538,1919954448,1919247973,1701015141,1633824115,3137405554,2941952,772735240,1663921525,1702063727,1647146094,16937569,753139899,167839744,1769107502,1769221494,16937840,2327185174,302057472,1769107502,2036556150,1919377709,1701668197,16938094,4049819347,201394176,1769107502,2036556150,1918984749,3379233026,134220711,1882066689,1635150194,1647147363,1869902965,3540058734,4627677,773521672,1986622064,762930017,1936617315,762605157,1702129253,1868836210,16934254,1080735124,268503040,1769107502,2036556150,1852793645,1953391988,2636513794,3212757018,134253621,1882066945,1635150194,1663924579,1920233071,16936047,174952397,218171392,1769107502,2036556150,1952539693,1577124449,2912901,772735240,1986622064,762930017,1818323300,16934767,3228506534,218171392,1769107502,2036556150,1852402733,3036742251,8138328,772669704,1986622064,762930017,1701732720,1644233324,2923775,773390600,1986622064,762930017,1768714096,1663924579,1635020399,1919250025,2152464642,134242858,1882078465,1635150194,1882028387,1667853423,1869491577,1768319348,1769234787,1885302383,1667853423,1869491577,1768319348,1769234787,1831693935,1818322031,1635213151,38762867,2959432961,17301714,1919954451,1667331689,1869622649,2036558188,1886351405,657457410,134257834,1882068737,1635150194,1882028387,1667853423,1819487609,1969579113,335610480,14306148,772735240,1986622064,762930017,1734633847,16938085,559122238,234948608,1769107502,2036556150,1836020304,16938096,2255302273,251725824,1769107502,2036556150,1869770847,41185389,4240777987,1990348141,3506348888,17301633,1919954445,1667331689,1769234297,16937840,2397265339,201394176,1769107502,2036556150,1885434487,1023082754,134248891,1882066177,1635150194,1816361330,41120609,3971480065,17301628,1919954450,1667590767,1949135732,1868917601,41051510,4215956481,17301619,1919954442,1953459567,40791913,3031398913,17301518,1919954439,1953525103,3359965442,134277207,1882064385,808529268,4034855170,134271479,1882066433,1768710773,1868770659,1701407599,829686018,134234849,1882069761,1768710773,1702047075,1667855986,1851862373,1668183407,1852140901,1728119412,6498499,772604168,1936487792,1633824101,1919250030,1226768642,134244071,1882064897,761820021,16934253,3845541351,302057472,1919251502,1630368621,1953654124,2020173357,16933989,3845541351,184616960,1635217454,1869770797,41185389,1754054145,17301692,2020617739,775041325,858618224,3065970946,134223994,1882066945,775105913,762863981,1969630583,16936044,2889385469,352389120,1803120686,1482059335,929319249,1767845970,811153491,2365653586,13248892,773128456,1282627962,2054703685,1094870637,1717717554,1446540903,2089615618,134269481,1898847745,1953459757,1667851881,1869182049,1600090990,1953720684,1868705069,1836020852,1767637250,134259806,1915619841,812658989,1767994468,1405419778,134220314,1915619585,1668705581,40527206,1539814401,17301730,762457640,829634677,762457700,876048945,775174504,1848716658,1764783980,1935879789,1680944499,878930530,3087073902,10906732,773390600,762143858,1667326308,1953459757,761619305,1886217588,1702125932,3036610818,134276394,1915620609,1634039397,1869426028,40657252,2000845569,17301659,1936862736,1936026925,1701273971,1718511917,369164911,7735587,773521672,761492338,1952804463,1953723762,1869570861,761620843,1953460070,16937573,2768282784,436275200,1685549614,1634035757,762471780,1802465123,1932354921,1769235301,16936559,2079165043,402720768,1600090926,1785148025,1397320014,1378971440,1161125697,2003529314,899154178,134248318,1932398081,1868770659,1701407599,1886351405,2039742722,134249620,1932398593,1868770659,1701407599,1886351405,16937077,3834166711,318834688,1919120174,1114531173,1801678700,1919252047,41509228,546463489,17301565,1685270034,1869426035,762077540,1919252079,41509228,3453245697,17301582,1702047253,1952671084,1751348013,762081135,1953460070,16937573,1486852891,218171392,761688878,1702390118,1633824100,1812071026,2756440742,12269754,772276488,1731028851,41054308,307545857,17301553,1752378894,1935636335,964259633,40204387,2271104513,17301739,1752378886,40793967,2673967105,17301664,1769156114,1886744167,1635017517,1768316767,40134008,1061756417,17301751,1769156114,1868770669,1701407599,1869622643,40924528,2023593729,17301591,1769156109,1701605485,1685024045,16936033,1154178584,352389120,1835627310,761621616,1633972077,1986997612,1634497125,402719353,4508510,772538632,1702127987,1851875885,41051502,2587703553,17301509,1769156109,1831691636,1634956133,16934247,3566808635,234948608,1768715054,1735289188,1886351405,16937077,2893665872,100730880,1634628398,16935779,1340598738,335611904,1634628398,1633839971,1852124530,762471796,1701736292,3517776130,134258453,1932399617,1936682607,1953394531,762605157,1852727650,16937573,2728798593,184616960,1701868334,1818323299,40334157,2831339777,17301566,1886596621,1663919218,1702063727,16938094,3048209573,117508096,2020635438,40003939,2227278849,17301552,1953705491,762012521,1953460070,1882026597,1818586721,4223074562,134263704,1932399361,1801677172,1869491577,1701013876,1634891565,419496560,3035629,773062920,1634890867,1852402800,1868770661,1767994478,41051502,1624387841,17301738,1953705482,1818307959,41185893,1615642369,17301511,1953705492,1600482425,1802465123,1600087401,930695730,2164327026,123683,772735240,1667462515,1299411813,1634956133,16934247,941888731,352389120,762737454,1802465123,1831691625,1734438497,1852140901,838926964,15945383,772669704,1818588787,1714251124,1969321582,805372466,14857,773128456,1885960051,1932358245,1701079404,1735223597,1954051117,1031864578,134218577,1932398081,1668573559,1919954280,1953525103,2877751554,134219408,1949175809,1852793645,1953391987,1836020304,16938096,2495847946,234948608,1851880494,1999463268,1886413170,16937573,347072977,385943552,1600353326,1869570911,761620843,1885434487,1970220333,41051508,431106561,17301603,1668558342,40660069,1680622081,16777364,1986618398,2037674843,1029596524,1936683042,1869182057,1713388142,1684371561,39658043,1680622081,17301652,1702112777,1701719393,16937847,4273758298,218171392,1919251502,1865249645,1937059174,1996554853,2810952,773259528,1953719668,1953459757,1667851881,1869182049,1886343278,16937077,2165987699,302057472,761885742,1953718640,757954930,1852727650,16937573,4091789183,302057472,1634694190,1647146099,1869902959,1701588333,16938086,3066763581,268503040,1634694190,1663923315,1635020399,1919250025,3163816194,134271497,1949174529,1953718639,1718511917,788595311,12392118,772276488,762343284,41050466,3771074562,2814995399,17301515,1869884938,1919954288,40856943,2474408705,17301525,1869884944,1920413040,1701867617,1868705138,3170959992,7415013,772538632,1601204084,2002743397,40919410,2452295169,17301661,1869884941,1769234288,1920425840,16937057,726283927,117508096,1886352430,41314660,1553194497,17301701,1869884939,1633824115,1919250030,2958622978,134277800,1949176321,1831695215,1818322031,1634891565,1919250544,3231121666,134267682,1982730497,1634628397,1600088931,1953394531,41184869,583046913,17301699,1869884938,1869622643,40924528,4055929857,17301673,1869884941,1634872691,762471802,16937834,1257651329,352389120,762475566,1836280132,1769173865,1113943138,1701736033,1610678898,7756644,772342024,1667330676,1735289195,4047569154,134221694,1949175809,1801675122,761753193,1769238382,16934243,2523657052,687933440,1634890798,1852402531,1633836903,1919250030,1949117741,1801675122,1114074729,1701736033,757935474,1600874291,16843347,12704535,773783816,1851880052,1769236851,1630367343,1915645036,1684960623,1949131877,2020173358,16933989,1901978244,117508096,762541102,40334189,3122395137,17301587,1953771029,1886351455,1919252079,1852793695,1852399988,16937573,1799226238,335611904,1702261806,1634036781,1949135716,1734830450,1684370021,1711472898,134238132,1965957377,1680683569,761361505,1953460848,1769235301,1848471151,1667855471,1767858021,40723828,385301761,17301524,1668623876,2801861218,471380,772604168,1915578741,2053731173,1701601889,3130261762,134241724,1965955329,1702259054,1818325874,1869571629,1601332596,1651077727,40791906,513615361,17301578,1920282129,1634497388,1802710370,1630367849,16936044,531951190,151062528,1702065454,1936534898,637665895,2050431389,5425421,772800776,1919251317,1919251501,1747809133,41184873,887751425,17301729,1937059340,1851748965,1667855471,973144677,15885261,772931848,1818850421,762934377,1953394531,1701734753,2130772594,16215282,772931848,1663924341,1702063727,1647146094,1701736033,1392575090,3078918,772342024,1868967286,1919251567,3230925058,134245229,1982733825,1937059127,1769107501,2036556150,1886938413,1768122732,1869491572,1701013876,2557542658,134281587,1982726913,3657499235,12679323,772735240,1731027830,762474596,1852727650,16937573,4179376767,184616960,1919252014,1953251689,41050434,3753669889,17301524,1769352716,1667591539,1768648559,1812005477,7960526,772931848,1953459830,762930793,1953394531,1701734753,1073807986,14384391,772669704,762867830,1919968359,1633972045,2097218156,16557222,772145416,1199125879,2483094128,11153860,772735240,1668048247,761621871,1852727650,16937573,1450607675,318834688,2053732142,1130656353,1768648559,1851867749,41051502,2561401345,16777220,1633966884,1714250100,1751348325,2036689709,1750344253,1869562725,1348823403,1886220146,573586036,3791716957,301227,772473096,1663922039,1702063727,16938094,1118639489,285280256,1852798766,1886545252,1768387948,1868705134,1946223224,14163152,772800776,1885434487,762471792,1885434487,41051504,3893839617,17301688,1953967622,40002349,1518049025,17301516,762850832,1651469415,1680698465,1869373801,268501607,10514275,772407560,1701653880,1734439795,3070296677,11156245,772145416,1718633337,520159828,15110555,772145416,1886218361,4278256206,5203e3,772866312,2033087865,1937321588,778659630,1685007989,44040450,134251947,2049836545,808465965,189923586,134249697,2049838593,1869570861,1348823403,1886744687,1475543298,134225950,2049836801,1885628205,2533425778,11076973,772669704,1668236410,1886343283,1866625141,1426129528,165276,773849352,859070842,842097250,875968610,946221921,1919967076,1667331689,1851867769,41051502,1218258433,17301580,1652174367,1869902959,1868770669,1701407599,1852793645,1852399988,1865249381,1919251573,3029598466,34323,1095961601,759256142,1230262094,16926019,3871673934,654376960,1769103707,1701064033,1769104243,1650746722,1646411129,1701736033,1701064050,1769104243,1869182064,39658094,624674049,16777369,1918982959,1680695657,1919120229,1684365929,574454114,1802465123,1663919465,1702063727,1680700526,1919120229,1769238633,1562537583,3980263682,39397,1633364737,761358706,1668506980,1700948338,1031365220,1651469602,1298492521,1818845807,1431262309,1936942413,577070945,3858825821,3152426,1528365312,1635017060,1684300333,1702109757,762539378,1965909615,1562535283,719716610,12314,1633361153,761358706,1700946284,1126317420,1768648559,1866670181,1852142446,39658100,3596258817,16777394,1918982945,1814913385,1818583649,1917854269,1667331689,1766072441,1869374323,1701999987,218258722,1166684424,2066852143,3677526835,2692743042,753499524,2309409156,3670247557,2363534216,2459980687,2833562004,3440236446,1208418025,276579066,637599744,1769103707,1634479457,1819043170,2036491365,1869488701,1768319348,1769234787,1818193519,1818583649,16932130,212703998,587268096,1634493275,1026192243,2037674786,1601398124,1851867743,1131570542,1635020399,1919250025,39658029,2912615937,16777228,1667455757,574447984,1702195828,16932130,3429675905,503382016,1534486884,1935764579,574447219,1634166092,1936278636,1767992419,1601332589,16932130,3429675905,469827584,1634493275,1026192243,1869562658,1130719595,1819307375,1668178281,1562533733,4217962754,9662,1666914305,1936941420,1126317354,1768648559,1665233765,1953523043,16932130,1528589401,385941504,1634493275,1029600115,1346651938,1869426002,1701606756,39658079,2927790593,16777430,1818450723,1584624481,1984897597,1634497125,1331650425,1819436406,1631746401,1932354931,1562520931,306905346,25783,1666916609,1936941420,1377975646,1936417647,1131569524,1768648559,1631744869,1919250030,39658079,3937886721,16777310,1818450714,1584624481,1935614525,1852401e3,1769107551,2036556150,39658079,2189719553,16777321,1818450713,1584624481,1885413949,1868770672,1767994478,762471790,16932130,1358541716,352387072,1634493275,1029600115,2037674786,1734305132,577925220,2147549789,5269857,1528496384,1935764579,574447219,1937076852,1668440436,1852793695,1953391987,16932130,1925469254,570490880,1952539739,1969302881,1634561908,1852795252,1029990701,1734700066,1867410529,1701013876,16932130,296430378,536936448,1952539739,1969302881,1634561908,1852795252,1634476605,1751346805,1852727618,1562538597,1589313794,19791,1683689473,761361505,1647141731,1701736033,16932210,1020696932,687931392,1952539739,1868770657,1949134957,1030058105,1869570850,761620843,1852727650,1915581029,762605423,578316663,637600349,16151197,1528758528,1635017060,1836016429,1701736304,574452846,1802465091,1631741289,1919250030,16932130,144482229,335609856,1952539739,1868770657,1701407599,1836412461,1567778146,2107506946,5106,1683690497,761361505,1818323300,574449519,1702195828,16932130,583291159,788594688,1952539739,1852255585,1915582049,1869178725,1193426286,1633841004,1769099372,2036556150,1953394499,1114402674,1701736033,39658098,741628673,16777439,1633966887,1915576692,1952670053,1634493229,574452595,1868983881,1866689906,1701407599,1886343283,1562538101,4107469058,4260,1683693057,761361505,1953719668,1029990701,1869570850,761620843,1769238382,1562535267,1610088706,28579,1683694337,761361505,1953719668,1835101741,1596079461,1836213620,1399213939,1769370213,577987939,67175005,6160682,1528037632,1635017060,1936028717,1646411124,1701736033,39658098,3315568641,16777411,1633966885,1949131124,1769239397,1663188324,1768648559,1633824101,1919250030,1634891565,1919250544,16932130,155518007,637599744,1952539739,1702112609,1684632691,1868767805,1701407599,1868770675,1852142446,1633824116,1919250030,16932130,352103478,486604800,1952539739,1869884769,1701603175,1869770797,1953654128,1730297209,577925220,889258589,11676401,1529217280,1635017060,1029928493,1851875874,762471790,1953394531,1701734753,1868770674,1852797037,578055781,50397789,1069586,1528168704,1701605234,1868767805,1701605485,1953391981,578384481,3170959965,12765988,1529676032,1819898995,574447205,1852386682,980968804,808464441,808464432,1869619259,1769236851,540700271,1702390118,1562524516,301334786,49312,1667306241,1663919474,1768648559,1868770661,1852142446,1157694068,862480,1628504320,1663918948,1768648559,1633824101,1919250030,3317825794,8443,1885408001,1633824112,1919250030,218169971,8656339,1645084928,1701736033,1868770674,1852142702,805372532,15963019,1649017088,981034095,678719342,2037674843,1029596524,1918987554,762210663,1953787746,1562537327,1768169513,1633966966,1949131124,1769239397,1663188324,1768648559,1869622629,2036558188,1851875885,577922414,419496541,9204625,1661731072,2019779629,1869570861,40200555,2938431745,16777314,1986618394,773864992,1851880034,1781360739,1852994927,762542437,40922996,3190112001,16777429,1986618389,773864992,1802465123,1882023273,1635150194,16939363,1128097270,822149120,1534486884,1634300513,1650551853,574450789,1802465091,544433513,1734439797,1768169573,1634493299,1919249769,1851875872,577922414,3925934685,10460892,1680605440,1666938473,1936941420,1126317354,1768320623,1699573106,1734439795,1869426021,1701606756,1868783455,1701407599,39658029,1355341313,16777414,1986618400,1634493275,574452595,1919249505,1852785524,1852399988,1667199589,577056824,1677787741,14481166,1679622400,1666938473,1936941420,1109540190,1970369385,1114862697,1701736033,1562533746,1685651714,62138,1768167937,1818450806,1584624481,1866670653,1701407599,1919249473,1562520948,293470466,12663,1768167937,1818450806,1584624481,1866670653,1701407599,1886221634,1562538597,3646488834,33068,1768169985,1818450806,1584624481,1866670653,1701407599,1936617283,1114926693,1701736033,1562533746,1757151490,20982,1768171777,1818450806,1584624481,1866670653,1701407599,1769238350,1633904998,1852795252,1634891615,1919250544,39658079,1793549825,16777428,1986618406,1634493275,1029600115,1869563426,1601332596,1802465123,1114858857,1818314343,1667326572,39658091,2315765505,16777326,1986618403,1634493275,1029600115,1936018722,1701273971,1852727618,1918333541,1701867617,1562520946,150998018,3492119555,1580045666,1815447042,4215474747,1431114797,4068400027,25154200,1099020718,3113499183,4206283987,3317863736,63229,1768169985,1818450806,1584624481,1917854269,1667331689,1953451641,1667851881,1869182049,1562533742,1061617922,61714,1768167681,1818450806,1584624481,1834164797,1131179105,1768648559,39658085,2365469953,16777384,1986618404,1634493275,1029600115,2037666594,1281647980,1818322789,1668507972,1835622764,573403749,1812005469,9077576,1680081152,1666938473,1936941420,1411530078,1953718639,1685024045,761621621,1634891565,1919250544,39658029,2393495041,16777263,1986618396,1634493275,1029600115,1869570850,761620843,1852727650,573403749,2147549789,4739541,1680474368,1666938473,1936941420,1663188318,1768648559,1633824101,1919250030,1685024045,1600482421,1885434487,577922416,604045917,5917558,1679556864,1666938473,1936941420,1763851614,2019910766,1869570911,1936025963,39658029,3847388673,16777414,1986618401,1634493275,1029600115,1953459746,1667851881,1869182049,1869563502,1601332596,16932130,1458306199,637599744,1534486884,1935764579,574447219,1701081711,1562520946,1634493275,1026192243,1819242530,762930025,16932130,3143350420,721485824,1534486884,1935764579,574447219,1819898995,1398759269,1801677172,1701593465,1918334066,1701867617,1668492658,39658029,4179734529,16777310,1986618396,1634493275,1029600115,2037674786,1601398124,1852727650,576680549,2197881437,2688909,1680015616,1666938473,1936941420,1931623774,1701607796,1868783475,1701407599,1851867763,1601332590,16932130,2933006338,486604800,1534486884,1635017060,1634623789,1769240940,1026192227,1869570850,577071467,1526792797,15654085,1680277760,1683715689,761361505,1953394531,1819045746,1026191973,1869570850,1936025963,1852793645,1953391987,16932130,92028966,604045312,1534486884,1635017060,1869572141,1663188331,762671971,1852727650,1999467109,1886413170,1562538597,1887174914,52501,1768172545,1633966966,1781358964,1684614515,1866670653,1701407599,1953785171,1936158313,1769238350,1633904998,1852795252,16932130,758921561,771817472,1534486884,1635017060,2003726893,808466290,1869426989,1949512296,1798399277,762210610,1768252276,574454388,1702195828,16932130,1252258240,687931392,1534486884,1635017060,1869902637,1701273970,1702127917,574447213,926431348,1802465123,1634624873,576677229,1409352285,8691673,1679884544,1683715689,761361505,1030185332,1869570850,761620843,1668508004,1970499436,1562535282,895484162,34733,1768171265,1633966966,1949131124,762606437,574448745,1802465091,1345152361,1667853423,1851867769,577922414,1493238365,10672556,1679950080,1683715689,761361505,1953719668,574448745,1663921252,1768648559,1851867749,577922414,2097218141,1623952,1684078848,1935373929,1701607796,1633821245,1919380323,1684960623,1701126970,1634745188,1852400740,808532583,1832614e3,1768387169,993016430,1954047348,1768710445,1664773735,1702129253,1868708722,1919247474,1953456685,980250484,544763953,1768714099,874717284,1562523188,2066415874,55186,32769,1768220928,1953717110,1030057081,1936615714,540701797,997748784,1684633376,540698740,623915057,1701322811,1952999273,808525882,540747056,762867554,1769630067,540698478,1685221218,1647145573,540768367,1769172848,1852795252,1768300602,996435320,1970238496,1630365795,1869182051,1847605870,996503151,1684107296,1735289188,808591418,540768368,1852386682,980968804,993014048,1936286752,2036427888,1818632250,540768357,2019912806,1919509549,1769235301,540700271,997683058,1885431584,808591418,540768368,1953723754,762930793,1953394531,980708965,1852138272,997352820,1768910880,1919251566,1702257965,980644974,1819042080,39658043,3064026625,16777434,1986618432,2037674843,1029596524,1768710434,1764585063,1936549236,1633820730,1768711539,540763502,1801675106,1970238055,540697710,677537650,539767605,539767605,573125429,2483094109,6667975,1680539904,1935373929,1701607796,1881292126,1953067887,980316009,1702390118,1768176484,1634496627,1818376825,996893551,16932130,2634933024,436273152,1534486884,1819898995,574447205,1852386682,980968804,960051488,16932130,4282581887,352387072,1801678692,1769107501,2036556150,1952805677,1735289204,687932019,8613655,1678835968,762536815,1802465123,1882023273,1886744687,1106051330,45183,1768296705,1869570861,761620843,1936617315,41184869,3417074433,16777336,1869571590,41051508,154517249,16777232,128,1869571722,544367988,1768169515,1953717110,1030057081,1936683042,1869182057,1713388142,1684371561,1701584955,540701798,997748784,1886352416,1882202170,1998601080,1752458345,808525882,540747056,1734960488,540701800,623915057,762978363,1701080681,958413432,540752185,1801675106,1970238055,1663919214,1919904879,1735532602,807952738,741351468,539766816,691220016,39658043,3712114433,16777400,1868785427,1663919474,1768648559,1633824101,1919250030,4152230146,9400,1667700225,761623151,1802465123,762537321,1953785203,1936158313,4152230146,9400,1701318145,1919247457,773864992,1919968359,1908474114,15444,1852378881,761427815,1802465123,1633838441,2130772594,3001883,1829830912,1663922025,1768648559,1869491557,1701013876,3910795522,27864,1886198017,1634628397,1633839971,1852386674,1831694182,1634956133,41117031,1116671489,16777469,762735888,1802465123,1647142249,1701736033,318833266,8355666,1846673664,1718187119,1952539497,762212201,1668246626,1795228267,2498275,1933050112,1684370024,762603876,1853453153,1869360483,1919247457,1853186651,1852140644,1030057313,1684369954,1601464676,1802465123,1650419049,1701736033,39658098,3537183234,1645121267,16777410,1886221074,1869570861,1936025963,1851875885,41051502,327785217,16777455,1634759450,540942446,2019650862,1831696173,1752378980,2003788897,40332333,2109969921,16777327,762869007,1802465123,1814914409,1919252833,2672951554,38932,1702300673,1853042018,1651204961,16937569,2256267998,536936448,1534486884,1635017060,1869570861,761620843,1936617315,762605157,1919252079,1568235884,2249065218,2552331783,3928040465,34951,1768171521,1633966966,1898799476,1730297185,1970168178,762470764,1986622064,762930017,1953785203,1936158313,16932130,53680797,587268096,1534486884,1635017060,1029796141,1952803362,1769107501,2036556150,1952805677,1735289204,39658099,289073665,17301508,1868770834,1701407599,1936286765,1767992419,41051501,4289496324,2630456338,2178062329,3318980301,17825957,1600070421,1818322292,1198355817,1666338884,1701990512,33715046,3322763432,406329777,285282304,1936614691,1936617283,1467248229,1701274729,2650866292,12259251,1528430848,1935764579,574447219,1936617315,762605157,1634623853,577922407,268632669,3195458554,4203209362,13248953,773652744,762606445,1919968359,1868783455,1701407599,1918984749,1702260525,2036427890,2534211842,268450894,1663243777,1768648559,1868783461,1852142446,1768185716,1735355489,3328770562,2173273878,134251131,1663962881,1768648559,1920413029,1701867617,1073807986,1356698,772997384,1647145834,1869902959,2020165229,1735549268,16938085,2847923406,184619008,761488163,1885434487,41051504,2799074562,745844290,17301737,1969565212,1869570861,761620843,1886220131,1851877740,1647142243,1701736033,1073807986,13627307,772604168,1919968359,1634891565,1919250544,2273313282,3586849412,268449407,1680018433,1836016745,1869098345,167933043,3614305795,1962995466,638434829,3827485541,727189370,599725950,3343702143,2944137343,3939728556,1284002290,201394176,1869570862,1298491755,1818322031,1349386498,52864,1768169473,1684626294,1931623774,1701666672,1734439795,1868783461,1767994478,1601332590,33709346,3532701844,3771561424,234950656,1801741091,1702260525,2036427890,33697837,3448731281,239544551,268503040,1953456686,762146676,1701588528,808285286,2191917314,134242327,1647184385,1869902959,875638125,2852258050,134258845,1663964161,1701995617,1701601631,1667200114,1768648559,16937829,57135879,604047360,1684957486,1831696485,1819632751,1127034213,1768648559,1953841509,1869108072,1764568439,927348335,1932001794,2636664102,268476689,1931675137,1667444080,1627524610,201703272,1007393113,18258586,3223893193,3677973214,1296439022,4168094159,646707612,95135675,2528284843,314198835,2060835766,1172880753,268485151,1914905601,1952670053,1869574701,540942452,544631140,1768169534,540942454,762212910,1852864103,16935023,4104492777,788594688,1952539739,1701981537,1920230241,1567911791,1528839712,1935764579,723541363,1818450720,1567847265,1935764538,1751330164,40135785,2778130689,17301748,1935879800,1680944499,878930530,762457710,1719022129,544631654,1915625534,1983000877,1986750054,773864992,762540899,1784833073,1533949027,1635017060,1936028717,1029990772,1953448482,1114468212,1562538593,773864992,762540899,1784833073,778974307,1630612850,2004512631,762457721,863466289,778725168,892415346,1983145315,3909157477,16033174,777715976,858860914,1966176881,762457717,1932617265,779446122,1836658034,897021044,825061934,1986410340,1915644516,1966616877,2053715763,825061934,879059765,1915643254,2004037933,1785147443,825061934,2054125409,1663990135,825062259,1667916388,16936500,4104492777,1510017024,825061934,830107955,1915647349,828780845,1969711731,2033021486,2004120685,762457653,1714906161,778724470,942746994,1765225333,762457722,1920362553,1915630393,862794029,1785231466,825061934,2054125409,1663990135,825062259,1667916388,16936500,4104492777,1510017024,825061934,830107955,1915647349,1987474477,775436336,962866546,912680038,825061934,1986410340,1915644516,1966616877,2053715763,825061934,1920364661,1915629678,862794029,1785231466,825061934,2054125409,1663990135,825062259,1667916388,16936500,4104492777,1493239808,825061934,830107955,1915647349,1987474477,775436336,962866546,912680038,825061934,1986410340,1915644516,1966616877,2053715763,1898803758,1999777903,762457656,1781755185,778725496,1630612850,2004512631,1935879801,1680944499,878930530,3909157486,16033174,775029e3,1798647154,1681418859,825061934,880227125,1915647598,879046957,959996269,1898803758,2036544625,1935879779,925969779,845770549,3909157490,16033174,773783816,1731030642,1869508726,1852976744,1936745773,779185718,825060978,830107955,16938357,4104492777,453052416,842102062,1952539693,1919954273,1667593327,1852795252,1953459757,40199017,2778130689,25166324,1447308889,1315071319,761619567,1684959075,1869182057,762077550,1702127987,1684633389,1920413029,1701867617,1634220658,1683695731,761361505,1953719668,574448745,1936617315,762605157,1701471602,1630368867,1697475692,1869636718,578055785,16918877,3868035307,503414785,1701867355,1748655470,1630040929,1701996635,790773094,1802465123,577987945,16918877,2532034269,1191280641,1534486884,1935764579,574447219,1835363429,1937010277,1631739743,1919250030,979182125,678650216,1768169534,540942454,1919441761,1025795685,1919954210,1667331689,1869622649,2036558188,36265250,4016526849,17825906,1818305293,1601466981,1802465123,33711465,2614072125,2882972794,167841792,1886216995,1852727618,16937573,1845457770,251727872,1852793635,1953391987,1851875885,41051502,1337013761,17825792,1868768021,1701407599,1819242541,762930025,1852727650,16937573,2688820909,436277248,1869570851,1147496811,1818456937,1701669217,1852785522,1852399988,16937573,3975818191,453054464,1869570851,1600481643,1701996900,1986622563,1868783461,1767994478,41051502,1603966209,17825793,1868768010,1701407599,41050466,750966273,17825821,1868768019,1701407599,1868980083,1919251567,1667593055,439746818,268492495,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,1667441415,1918984749,3111059714,268477104,1663240961,1986997603,1634497125,1308689017,4194875,587399440,16933987,880828193,335613952,1852793635,1953391987,1851875885,762471790,1852399981,3881370114,413629213,268469432,1663241985,1702063727,1680700526,1869373801,235012711,705640322,14368419,588054800,1936617315,1114926693,1801678700,1224016130,268442987,1663240961,1702063727,1768191086,2130772598,14308863,588251408,1802465123,1932354921,1769239653,41117550,874019329,17826033,1868768014,1701407599,1936617283,41184869,574030340,1261586966,3751512645,1736422926,17825970,1885545219,2636514050,3392465440,264133398,268468109,1831012353,1634956133,50488679,2076842075,3937590632,3795262965,318836736,762932515,1668048247,761621871,1936942445,40200033,3796965122,2823997019,17826037,2037195528,1633972045,2130838124,2690716998,7211940,588054800,1769238382,1633904998,1852795252,3244097794,268478176,1847791873,1718187119,1868770681,1767994478,41051502,3828686341,3517791090,3272628066,433033365,2692936504,17825984,1919951624,1667331689,2130903673,2977752542,3323736967,12230408,772735240,1702258034,1865247841,1819436406,16939361,1504144145,251727872,1769107491,2036556150,1953459757,40199017,2092381954,4037255300,17825910,1752376094,1718186095,1702047097,1869182051,1868770670,1701407599,1851875885,41051502,2124364033,17826035,1853039379,1651204961,1663922785,1635020399,1919250025,2793931010,268466890,1931676929,1801677172,1869622649,40924528,1420240129,17826047,1702109962,762539378,41050466,2746871041,17825863,1702109973,762539378,1936942445,761620321,1768383858,16936559,1803262697,100732928,1634694179,16938099,1728008984,771821568,1702065443,1868770674,1852142446,1634545012,1701273966,1953391981,1852400173,762933857,1852727650,1865249381,1819436406,16939361,2091075163,268503040,1868967214,1919251567,1869504351,1701013876,2051801346,134234973,1127090433,1312381551,39467125,2258445825,17301628,1145515525,16929360,1491618079,134285312,1953451566,1936024425,1578041602,134265903,1345195521,1635150194,1867413859,1701013876,3814654466,2782835271,134269694,1345196801,1869442930,1852795252,1663921249,1701737071,1442906738,13276407,772210952,1869623647,16931394,3071510663,402720768,2016567086,1867601258,1500394550,1752254521,1114588513,2035382874,343015682,134245846,1630407169,1953654124,2020565549,2662269186,134240352,1630409217,1953654124,1936286765,1936943469,1701601897,1942225154,134252493,1630408705,762471278,762539888,1953787746,16936303,2887633992,218171392,1852727598,1668183407,1852140901,587268724,12300253,772669704,1869508193,1701015157,1953391981,2281767539,11175827,772800776,1852727650,1866691173,1767994478,41051502,809983233,17301646,1734487567,1918985261,762471787,2036429415,4152033538,134258644,1647184897,1869902959,1886351469,16937077,3405686238,134285312,1630364462,1953654124,3392536834,134242917,1663960577,757952301,3448307970,134256903,1663960321,39940195,4104068609,17301741,1700998666,1851875885,41051502,1717755393,17301513,1835216387,2636513794,3471700789,134242151,1663960833,1868722285,3825271416,12999248,772931848,1886220131,1851877740,1647142243,1701736033,1828782706,14891188,772538632,1936617315,762605157,41314660,3043589633,17301725,1868770840,1767994478,762471790,1769238382,1633904998,1852795252,318833267,10085174,772800776,1668247395,1600481643,1852989815,40332905,3030416129,17301567,1868770831,1701407599,1851878701,1919248225,3688562946,134265596,1663962369,1768648559,1869622629,40924528,2293708546,1682600057,17301732,1868770830,1701407599,1718513475,40727145,959185923,423854449,2471032236,17301744,1868770829,1701407599,1852727650,16937573,2850729065,67176448,1886348078,444399874,134271785,1663963905,1663921523,1768648559,1868770661,1852142446,2634089076,16342281,773193992,1818323300,1999464303,1701274729,1868770676,1852142702,755106420,3700609867,14660418,772538632,1601399140,1936942445,40200033,4214521857,17301624,1634086417,1652122478,1865250927,1819436406,33716577,2125314708,3676605099,151062528,2020173358,1868719205,1442906740,10571165,773062920,1634692198,1701653876,1734439795,2002739045,40919410,2033607170,3239499732,17301697,1818635789,1769234799,1647142766,16937569,690995110,218171392,1869571630,762471796,1970302832,1392575088,14605700,772735240,1953460070,1600090725,1769238382,33711459,191986234,1571308440,167839744,1650681646,892679007,16922165,2876745369,201394176,1885628206,1769418098,2003788910,4202561794,134248690,1731075329,761623916,1802465123,1848468841,1718187119,1952539497,762212201,41050466,87624451,2713339011,1558047792,17301674,1919364633,1718185569,1769418105,1952802660,1852793645,1852399988,16937573,3521168568,151062528,1718511918,1936534895,2164392551,3238654613,14024845,772800776,1667194731,1768648559,1869622629,40924528,249713153,17301518,1701588493,762077543,1769238382,16934243,274861688,268503040,1999465774,1768845921,1630365550,1953654124,3317825794,134281467,1831736321,1769238113,1143825774,1869373801,1869753703,16938095,2220800556,83953664,1935764782,1442906731,16183090,772276488,1936942445,40200033,2944028675,3068690039,1315417681,17301717,1735208459,1868770675,1701407599,1921450242,134234199,1831734785,1818322031,1702260525,2036427890,1285358082,1489789430,134222114,1831732225,16934771,2278353791,453052416,762801454,1802465123,1635214697,1852403314,1868770663,1767994478,41051502,3182748161,17301690,1634610701,1918984822,1918988589,16937828,3436951408,352389120,1953459758,1667851881,1869182049,1920413038,1701867617,2030109298,7203426,772604168,762605679,1831693929,1818322031,1283457282,134254076,1865289985,1819436406,1647147361,1684759393,40922994,1010371843,2849392301,3149960426,17301628,1634741781,1865246055,1819436406,2002745697,1886413170,16937573,1140438420,201394176,1650683950,1633836895,1919250030,2329608450,134282881,1882065153,1667853423,41117033,1850179841,17301671,1869622791,2036558188,3726377986,1031918608,413257335,4209871025,134247880,1882066945,1953066095,1382114153,1918990181,16937828,2795280764,167839744,762343470,1953460070,16937573,3686959530,134285312,1769107502,2036556150,3926000642,259746050,3230926265,4243417965,134245057,1882067457,1635150194,1663924579,1635020399,1919250025,2610495746,134225789,1915619585,858876973,41513060,3458324993,17301638,1769156108,1714251124,1702129519,906035826,4862513,772669704,1667855475,1714256235,1702129519,1057030770,5250838,773193992,761489268,1953460070,1683976805,1818456937,1701669217,1258750578,2098001814,3089707327,3382382099,3477153348,3527173515,3690119677,3117895,772735240,1919251317,1769238382,1885300067,50491503,2648929365,1685529258,534906289,100730880,825063214,16920624,2229499440,654376960,1952539739,1969302881,1634561908,1852795252,1919951421,1667331689,1819234425,1115251561,1701736033,39658098,2215069441,16777236,1986618393,825061934,1784767352,1663987041,825062259,1768895799,67269170,628488963,3320092544,3138902507,2100052719,469827584,1534486884,1935764579,574447219,1802465123,1663919465,1702063727,1562539118,815595778,54002,1768168193,1818450806,1584624481,1868767805,1701407599,1852727618,576680549,4194370141,14668443,1679687936,1666938473,1936941420,1663188318,1768648559,1849783141,1853189998,573400419,253035101,415251272,429127237,522542e3,796805992,990333785,1161315863,1397138221,1538742508,1866221126,2036880770,2392384348,2550943771,2641124037,3085865623,3087160718,3789934409,3820935874,4041834306,4139667214,4227293854,8377900,1679687936,1683715689,761361505,1701667182,1866670653,1701407599,1936617283,578055781,2449605213,2495266091,4950933,1679819008,1683715689,761361505,1953719668,574448745,1802465123,1647142249,1701736033,39658098,3523876612,1991260037,3336540468,1119011397,16777371,1986618405,2037674843,1029596524,1936683042,1869182057,1713388142,1684371561,1868701755,1836020852,33709346,3971977847,2727810449,855703552,1534486884,1819898995,574447205,1769172848,1852795252,1768300602,996435320,1717922848,807418484,540768368,980447092,2020618272,39658043,936296193,16777303,1668244511,2036427821,762606959,1802465123,1882023273,1667853423,1633824121,1919250030,301662466,52733,1768169217,1633966966,1898799476,1881292129,1635150194,1932360035,1769239653,577988462,101057117,620659099,1459181944,2708862221,2894580537,2930052106,11563908,772604168,1953460038,1867543141,1936749936,1503265282,429688472,134257564,1663966721,1848471661,1718187119,1952539497,762212201,1769235297,1882025583,1818586721,574619906,268452820,1663239169,33710947,1060216102,1414595306,302059520,1651861795,1633971813,762536749,1852727650,33714789,2929640200,2785703063,218171392,1869570862,761620843,1919249505,855835252,877900597,4197465450,4386461,773062920,1802465123,1848468841,1718187119,1952539497,40791913,1962962945,17301558,1684090380,1701653870,1734439795,1392706149,1508180079,1533933882,1866662,588120336,1802465123,1882023273,1667853423,335872633,620953120,1996242538,1990868325,2592414095,2503674,773587208,1802465123,1882023273,1768780389,1869181811,1868770670,1767994478,41051502,1141776386,734579380,17825950,1852121872,1953451635,1115252329,1701736033,521011826,704767817,961923547,1694368484,1868787620,2068214959,2286337534,2444496656,2654891459,3082489779,3268520947,3409051077,3507189584,3767523871,3334432,772735240,1802465123,1831691625,1634956133,33711463,2681534331,3682338210,251727872,1852793635,1953391987,1634623821,41051495,4106338561,16777422,1918982940,1814913385,1818583649,1868767805,1701407599,1936617315,578055781,2315321949,14512353,588054800,1802465123,1831691625,1818322031,706151426,1161998882,410414206,1992885463,134235392,1999507201,761422704,1953394531,1701734753,3842048626,16693713,772735240,1785033327,761621865,1769238350,84043107,1960812804,1755930252,4270736281,1469543651,1298223602,201394176,762536750,1868983913,1918984749,2119172354,134231620,1932398593,845963639,1852793645,1852399988,16937573,3357295051,335611904,1952669998,1650816617,1663922785,1635020399,1919250025,1391264002,268472346,1663241473,1768648559,1819234405,41509737,1217075970,4271674542,17301565,1869426193,762077540,1801675106,1970238055,16933998,2460634709,218173440,1936286243,1953068387,1633972045,2382430828,4152545,772538632,1601399140,1936942445,40200033,3801208321,17826025,1868768011,1701407599,1918984749,605816066,1915163364,813257970,328725094,1034875763,3732,1666915329,1936941420,1931623774,1701607796,1852793695,1852399988,1600090725,16932130,3648846902,201394176,1870100014,1702260525,2036427890,2636514306,1402983239,2611020116,318288931,134247686,1982730497,1634628397,1600088931,1885434487,41051504,1004623361,17301667,1699098135,1920300129,1918976613,1869574751,1600085876,945114697,3700031746,13592,1666912769,1936941420,1126317406,1768648559,1562533733,2257846530,134253848,1663963137,1768648559,858927461,1886351405,16937077,533645860,453054464,1885628195,1818373490,1768645487,1882023790,761620321,1919252079,41509228,524169218,3851312150,17301587,1751330308,1442972210,1632560658,10534487,772276488,1885434487,41051504,1609110529,17825805,1869488903,1701013876,3486122242,937,1666914561,1936941420,1663188318,1768648559,1647145829,1701736033,39658098,2766364931,517566265,815658121,17301515,1869491732,1768319348,1769234787,1647144559,1701736033,2265121394,2549755261,3557292067,3662206,588251408,1802465123,1634559337,1869426030,40657252,3996952068,660786368,2985286685,4101437012,17301613,1768304141,761554296,1953787746,184708463,3586592781,507419942,1597573701,3066169434,2798544738,1745665395,2847749757,1473268117,3658863555,1324227794,1137867232,117508096,1851875886,41051502,1105201935,644492201,2870951521,271794394,3109767231,2244299357,2919123561,159672015,1591572992,1892580368,2155595499,1540873892,2647514967,1129570318,188020279,17301658,1869491719,1701013876,3928165890,119883042,1160393938,2771857417,3918709117,3029659215,2393084689,1957452641,2981329094,2479347319,2999789757,2211345017,2834548022,553427291,13615,1666913793,1936941420,1193426270,1129467972,1702063727,1562539118,1429930498,2932695275,134268756,1831734785,1818322031,1702260525,2036427890,2874934274,3145858945,751450997,4059728601,134223851,1663959809,436339299,4068431203,2461671,587661584,1683972963,50493033,20288781,4053386131,2723128520,234948608,1647146286,1869902959,2020165229,100823653,4160028716,1023775821,624437851,1607364480,982608775,3803852967,251725824,1685024046,1663921249,1702063727,41120878,3920826883,2503721973,3088316340,17301666,1868770831,1701407599,1952805677,1735289204,2923168002,134220206,1663961089,1702063727,100824174,233454355,1825153864,5135232,892625570,2537798602,3200863479,268503040,1852793646,1953391987,1702260525,2036427890,3150577922,134256451,1663961345,1702063727,41120878,122261762,1152769470,17825813,1868768008,1852142446,50922100,244942268,701134871,771223988,793604035,2124549932,2426614215,2792594260,3270747595,12516549,772997384,761883747,1633972077,1633824108,1919183715,16937071,1752818019,385941504,1634493275,1029600115,1869562658,1936025963,1633972045,39658092,2358076929,17301758,1667444234,1634296927,40333164,1541492481,17301522,1650667011,682230018,134283204,1781403393,2020165235,1699570789,1734439795,2483159653,3237213120,2363889,587989264,2020565603,1919252047,41509228,2879202821,481121736,3556532474,3205987987,1621012273,17825880,1868768009,1651666796,50493551,4196183381,834606974,1482727087,134287360,761488163,1852399981,2382695682,2735360918,1933098359,3293466003,997055113,981075488,444771628,262841318,2746746222,566993728,1624230931,1676947425,956240661,268455780,1663240449,1831677283,40790369,548866574,898960814,3020561153,36971526,2526881356,1033775468,2216904497,1714309692,2915060343,3287971205,1122468104,1483580286,42120374,2652947735,17301594,761474568,1768841517,84738669,709596814,925331415,1005450226,1205132060,1533479629,1804229701,2123783121,2182579282,2684439245,2817264548,3070559449,4055555339,6462701,772342024,757949283,1835626081,293405186,2157198312,268473626,1629687297,1868770669,1701407599,1918984749,3557556482,134234737,1731069185,41054308,1934956292,41558839,1293801763,3677218710,17825996,1145512709,33706576,1178227060,3333420935,100730880,825063982,16920624,4038222822,184616960,1869570862,761620843,41050466,2551267844,3632823282,1457171799,3340547321,17301585,1701588494,762077543,1936617315,41184869,2923320580,1968072636,2192395,3224552812,17825949,1868768015,1701407599,1852793645,1953391987,2349139458,3963743875,3713433336,817053549,819586892,1860388979,268445875,1629687809,1953064036,1634627433,1718503788,67265903,1233048847,3958970413,2727896500,3196740582,385941504,1534486884,1935764579,574447219,1802465091,1631741289,39658098,2347972867,4237792063,4096644829,17301721,1868770829,1701407599,1701339949,16935779,1325160989,167839744,761488174,1684957559,100824943,3543285264,1325343802,1202323778,2902317153,2016164206,3019875237,100730880,1886351406,84045941,3284042549,569477438,726217806,3832142489,1653642467,268503040,1886351406,1663922293,1635020399,1919250025,2410873602,3317887702,1104214269,134249643,1882066433,1886744687,1634891565,1919250544,1284309762,1703939156,4139882904,134227540,1882066433,1886744687,1702260525,2036427890,2250703362,960349617,39597,1768168193,1818450806,1584624481,1917854269,1667331689,1819234425,578380649,855900765,1768495442,2309283286,4062506734,8735442,772866312,1769238382,1633904998,1852795252,1936875842,3769500162,586401361,134232964,1848511745,1718187119,1952539497,40791913,1290015507,3207011619,1755129424,1994142064,2650948416,3597751681,1688035958,3389024629,3169809529,3572988791,425426079,4085218385,106135166,1092386864,3919742248,1136432352,2062070815,1326045658,4039305749,17825843,1986994952,1634497125,604308089,652330272,1390380701,2440880395,3620785026,8115868,772800776,1702258034,1831693409,1818322031,40329773,1408513026,2000845794,17825947,1735140111,1663919216,1635020399,1919250025,3072196866,37717,1768167937,1818450806,1584624481,1866670653,1701407599,1768714064,1562540387,2636514306,2636522569,4264933739,41855116,51186,1768167425,1818450806,1584624481,1866670653,1701407599,1769238350,67263778,1474818579,4115098644,1034677560,1658296641,234948608,1869570862,761620843,1769238382,184706403,327306753,1037597970,2581804563,2562735155,2667846497,2956880486,1087805286,1635365739,1974194301,1062985922,3506619379,234950656,1869570851,761620843,1769238382,167929187,2944861263,1747075437,3556639615,1374653329,2711683482,1383349671,2962791079,1041972142,1264571087,3655781375,268505088,1634694179,1663923315,1635020399,1919250025,2500395778,3614991132,3665776002,134263546,1949173249,1953718639,3876259074,3172543277,2636571767,4098607531,1621545369,4127,1768168449,1818450806,1584624481,1866670653,1701407599,1852785523,1953391987,33709346,1267438996,3117472685,453050368,1534486884,1935764579,574433907,1802465091,1866687849,1852142446,39658100,135397383,48890622,2365469972,3382264232,2241428190,1070904496,4048471388,17301706,1768173075,1634493299,1919249769,1702260525,2036427890,2053374210,134276981,1663962881,1702063727,1647146094,1701736033,722076274,754168512,995630204,2315662630,2496356652,2729846969,3138258680,3687403645,3952355718,4022243567,13274109,773325064,1818323300,1814914927,1952999273,762867554,1936942445,40200033,1234844675,2836241721,1659615582,17301721,1768173079,1735355489,1734962221,1868723304,1769418104,1952802660,1932329218,134259510,1831734785,1818322031,1869570861,1936025963,931201282,268435983,1730350337,762474596,1936617315,41184869,1278527489,17825995,1752441617,1130458469,1768648559,1685015909,33713249,3584488719,4286017422,469827584,1534486884,1935764579,574447219,1802465123,1663919465,1702063727,1562539118,1451688194,4097,1666913025,1936941420,1663188318,1768648559,576680805,587268701,7157337,772276488,1802465123,41117033,1314655309,3771337980,487263525,187764334,3623948317,3010466095,1202262629,2725975481,1344804484,3955889727,2720668431,2849905824,2061769941,591535809,855842773,1350967504,2908758469,474555838,1738352353,2627544725,2845648387,158869562,1444883417,3489805855,3180345280,2033007246,484982189,4166336318,1597785725,101600275,3786362044,4037760761,3414644656,1725324030,470573323,3549389383,656499917,1977772262,3966136505,3426055095,194081947,2607249809,3693509299,4048386801,4033903508,2047114891,383616706,2787479676,1917161855,45913323,1427019635,1501928089,2280955573,3283265114,4084180750,853060452,3226906108,4114067486,3031872640,3714889090,464500303,1876014709,2827074091,2910633076,1389084803,4158439449,229165510,1957154740,297390779,2220809172,940892397,2561401472,3530876420,3351570529,1759832214,3784567329,783023733,17301689,1868770823,1701407599,1191395586,1309097122,1191939297,1577784314,4262677169,4011088109,2065033290,1478002281,588850773,1226825455,1226790806,857769635,3173007187,1193517703,556065018,2636532855,3139892551,2519444703,1194159607,4230982745,4198098231,1699253101,3041788187,1313997551,3008552555,3713365336,3226861656,878326362,1113669886,4268206789,208160336,1634593643,3698294972,2558050166,3179166816,3900929691,3699708491,3028956797,2123145755,2894904548,713959036,3130270025,1788411543,1486868305,2543816289,1906778285,2460909771,431042114,28448824,934512583,1001651451,3535026261,2209743486,2947996495,3938317129,767619588,3317889965,3317834749,1405337085,298266556,1574013690,902958630,3000713710,1374857772,3590102696,134263425,1982727425,40659301,324929286,1050486311,1715157124,4151284537,1377479506,1205190578,17301686,2004102668,1953456685,762146676,2164458032,3971524137,4008930598,16765914,772276488,1919252079,41509228,3450300677,162031995,185435036,3485249448,3398680064,17301583,1668361746,1886217005,1868770610,1767994478,41051502,2138316035,1866034341,2168515016,17301695,1868770831,1701407599,1852793645,1953391987,3542223106,2922840986,1984476155,2556259965,44867880,3435975872,1172355705,2078885852,2783510769,268487339,1931676417,1970302832,1852785520,3221357172,4219381930,8825074,772210952,762671219,50489186,2080012679,1847230183,767004911,201396224,1902473763,1701996917,1667444068,3931701762,2648862246,58079,1768168193,1818450806,712209249,1868767805,1701407599,1852727618,576680549,1828782685,8096655,772538632,762343284,1768304176,40134008,2013560321,17301521,1868770830,1701407599,1819242541,41509737,2694580996,1503999773,1777558015,3462438552,17826004,1819484942,1852400745,1869622631,40924528,3984002060,3544784690,882714297,1651585621,3085252588,3197717097,3385431158,3221985744,3698239309,3369131469,1052762557,2171598307,17301693,1819487765,1852400745,1869622631,762344816,1953787746,922905967,4059485184,3697563905,755685377,2259681540,1870597,269720837,1467743244,3798255377,3893179668,1734299412,2587619092,2693561109,690175260,563865890,14169383,861119531,2442844207,2651343922,962096949,698564662,3853084982,3982146103,2666198327,2169236801,2434990658,2290094403,3353882694,632858695,1911933255,3862617945,1068838497,1923735400,585359208,3599160939,1853335158,803608955,4138436221,1304431513,3049643164,493028259,908531113,3197938348,3499166383,2553316812,4279296717,1659773906,2404153304,4107661029,3641384170,2771353066,3170559210,2837800946,1057719798,2071959546,1795918591,234948608,1685024046,757951585,1802465123,16934249,16472374,201394176,1869570862,761620843,1819042167,2045903106,134231811,1127091713,1768648559,1852785509,1953391987,3406631682,3121896977,3040291405,1681991002,3427153454,1582234047,660001680,1214165764,577384959,4218055949,3295489189,879639781,125406926,662640468,3984528515,595610832,1552632830,2311663832,4040256379,134241307,1831736577,1634562861,1633842290,1868770674,1767994478,41051502,3047063041,17825888,1852777237,1970435173,1663923315,1702063727,1932358766,1610771300,346958084,2139500551,745576206,1695425809,3760093457,432130330,1790940449,2506280997,2969410598,1291754534,924425510,807181606,1632410918,1655348518,3735788838,3181376550,1629146156,4109241649,3970550065,98722360,1945375548,3027238208,2539093826,1502196294,1852200263,836896841,1743760461,3754256718,2954691922,355013462,1472734038,3246461275,2707165787,3744216155,2398053470,1566148446,2475806306,1472152934,990670182,2211235946,2091022956,504036973,1976696174,2484493679,3091528058,3139310203,3103001725,3359868541,3788900734,1592216702,1370941566,3017601406,3115188607,558786688,3899474817,952089985,2861011848,434747796,1193917332,3523853460,1410972820,4023435412,48387226,2921376924,3272123552,407656098,1246214057,2739702187,1512670380,1413405616,2854261681,1711931313,1726364340,4194730934,1151366075,1313438652,2420205762,3992569282,587056578,634559685,2211108805,1104591047,2658619595,2774772939,992701645,504729549,1737849296,470799056,2810896858,1822892256,1174349280,1314244065,4065869539,466332906,493570293,2357457661,402720768,1701736238,1937076852,1668296052,1918985261,1768303979,1919251564,688147714,2534282414,621882480,2031183118,3373981726,3492092353,2619774306,2619781373,2636532990,2636527385,2636525596,2636538188,3425492651,221339930,3375494382,4248890537,2135077999,1430755159,139030118,2890740194,1766746095,89317317,324448285,291181865,308003201,878420316,1683939116,2271121135,3462552921,1164350353,1835423679,3362405132,2053931980,4268588194,1567563274,4185560086,310097988,209566494,159299828,1283383766,3900595943,4051587510,25146332,1753266606,1132536142,3179407469,2475178175,3113527943,3147045353,3163834153,3163869705,2895926297,1453501984,3081312332,2309704263,2225906508,3685767721,2477872190,4289833504,984901129,1941661414,2075935904,1757564489,3317862465,3317886457,2630165245,3620021714,3100083146,1825391062,2043689771,3536873365,3789167631,635479946,1055081983,2901078616,1224022987,4076674411,134253699,1831732737,1818322031,3221229570,941248467,3778624286,2755680832,692386754,3595812943,710674112,1952521170,40334056,2728162903,867020748,3452093942,1456399789,3335700105,3991407164,2348495501,134225443,1831735041,1818322031,1667326509,1869767787,1442416,357553088,1088154659,1409008292,1443283158,1539133507,1634308785,1702029428,1729977018,1886803714,1927735369,1968053304,2123477925,2464177087,2910074170,2948986419,3437658598,3457229400,3535702358,3892985030,3962736109,4223904468,1975179,772669704,1802465123,1647142249,1701736033,638321266,925790448,1113451278,1344970798,1486506202,2219261510,2618555447,2633500778,2914631112,3020531407,3132630605,3472904072,275719,773193992,1802465123,1647142249,1701736033,1920413042,1701867617,1778451058,13429200,588579088,1868724547,1869562740,1650813291,1766093935,1735355489,2102133506,2508024897,3891460762,268460706,1831013633,1818322031,1869570861,40200555,293911297,17301650,1768173077,1634493299,1919249769,1852793645,1852399988,16937573,2414140799,83955712,1885628195,721879666,1233164393,1235578716,1660445915,1701835320,2179226731,3441285578,3094339,587923728,1919968359,1685024045,16936033,1117144250,184616960,1885628206,1869426034,40657252,3180156419,1096974507,4223322779,17301514,1684483599,1663922800,1635020399,1919250025,53937154,2922877763,3778613070,2658355667,134265637,1663962369,1702063727,1869444206,40657252,2830571009,17825843,1919951624,1667331689,4060152441,13921511,772276488,1986622064,41509729,856817922,542689854,17301707,1919954447,1667331689,1869622649,2036558188,2837907202,1111381687,763343483,3516907903,1688796912,1641608586,3824449028,268474550,1881345793,1635150194,1882028387,1667853423,3137471097,4285537730,16173473,773193992,762012771,1919252079,762929516,1953394531,1701734753,168034930,1820470045,3679497035,3866386401,13546320,587596048,1918987371,3674473071,3689572871,4107084729,4134535267,12645405,772145416,1918987371,604111471,4274709010,11954312,772145416,1919249505,2416247412,3415557428,3998239556,4136374176,4204726497,15633962,1528234240,1935764579,574447219,1802465123,1631741289,1919250030,50486562,23640919,2736390758,1671042945,436273152,1534486884,1935764579,574433907,1802465091,1631741289,1919250030,318922018,1336811012,229006086,3335619360,4242196296,2131290718,2077703008,2682209379,774821479,1254964591,829886846,3465170305,3758787969,4164988549,2715861395,3055205012,3400559266,3610931880,144482229,3043256296,453050368,1534486884,1935764579,574447219,1802465091,1631741289,1919250030,39658079,4012065282,2033823232,17301726,1868705304,1836020852,1882075181,1953067887,762212201,1702390118,1090585188,10243309,772866312,1953787746,808283503,1734963758,808285288,842203394,134220227,1647185665,1869902959,774909293,1702390118,2949732,20651624,310374393,495310741,668251106,695148353,791540205,820235674,898946651,922656320,991026371,1193477310,1264776337,1471277559,1543424903,1638494324,2006477299,2114805115,2180677398,2279606925,2306442098,2368611836,2391750812,2494748250,2498178228,2487679413,2489084602,2493327036,2514944704,2533133608,2582605874,2665154887,2664746592,2809784037,3023380140,3059620931,3058624171,3233913775,3410482244,3656321101,3649578898,3732696501,3899515995,4106208708,4135259932,8877127,772342024,1953787746,841837935,1110966530,134246354,1647184129,1869902959,37105005,2293067521,17301687,1868705289,1836020852,33699117,1158463325,3016043376,151062528,1953456686,762146676,721551928,2180189387,5995069,772342024,1953787746,875392367,193201154,2712568197,1289359885,1207368443,134252404,1647184129,1869902959,36908397,1832097537,17301574,1868705290,1836020852,37105965,2328598273,17301731,1868705287,1836020852,842203906,3867806147,3046383251,134232945,1831734529,1818322031,1869570861,40200555,2110338051,1535338017,481062867,17301617,1869426190,762077540,1802465123,41117033,1609851394,852738729,17301554,1868770833,1701407599,1852793645,1852399988,33714789,1776040715,3665488052,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,336857858,4165275524,2656643072,678016292,4000014372,2424977314,3702563599,3955785817,3520284631,1491013663,1274650987,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,2818400775,3753939975,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,2414936838,2517830703,1088502239,3183581018,2243941836,3823359341,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,269562370,1377190948,2887551518,1226832968,3978288352,3844110623,1076103883,959423037,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,201656320,1819633198,1818373740,1684370037,291176706,1712898433,1702128745,1847605874,543518319,1886218529,1635021423,3896430,1645479168,779707503,1936617315,762605157,1919252079,41509228,1033382145,1986992206,1818653285,1631221615,544175221,1886218529,1635021423,134247534,1663961089,1702063727,16938094,1312659497,788598784,1952407331,1768710501,1145531765,1667584592,1633972045,540942444,1769107491,2036556150,2036427821,1600090725,1885434487,41051504,1483288322,787736001,17825911,1868768008,1852142446,2566980212,4715617,588316944,1936617315,1601465957,1702260575,2036427890,1637417218,268453876,1663242241,1768648559,1702059877,1852404852,16937831,5135865,436277248,1919902499,1936483694,1663921765,1702063727,1831695470,1734438497,16937573,1103073657,318834688,892172846,1734487600,1634758445,2037672291,36713773,1542347265,17825835,1768170256,1634493299,1919249769,1633972045,184615532,1407029,587923728,1836213620,1886343283,16937077,1371344168,201396224,1835234595,1634891565,1919250544,2696937730,38852,1768171777,1818450806,712209249,1699881533,1299473249,1818322031,1984913247,1634497125,1663905145,1768648559,39658085,2967174913,17301614,1734422033,1835361650,1299476069,1634956133,16934247,1067827618,285280256,1919377710,1701668197,1984918638,1634497125,2717975161,4171201,772276488,1869426018,40657252,1408513025,17301730,761409040,1633972077,1987010412,1634497125,872481401,14832628,772342024,1801675106,1886351972,1928003842,134269659,1647183873,1801678700,16937573,3446996873,285280256,1932354350,1680682343,1818456937,1701669217,2164327026,11511843,772735240,1769155939,1865246068,1819436406,16939361,2947031937,318834688,1852793646,1953391987,1685024045,1831693409,40790369,1421593089,17301560,1868770842,1701407599,1953459757,761619305,1633972077,1634479468,41051513,2068248833,17301670,1868770838,1701407599,1869622643,762344816,1885434487,41051504,547408897,17301598,1768173071,1735355489,1702260525,2036427890,3093037314,134241178,1731073025,1751607660,2020565620,1852793645,1852399988,16937573,3867305499,285280256,1685024046,1647144033,1735091041,1853190002,3758162532,11620385,773456136,1986622064,762930017,1936617315,762605157,1667326509,1869767787,67240560,4120206666,4507631,773259528,1986622064,762930017,1936617315,762605157,1685024045,33713249,2505918980,1153953781,302057472,761491758,846228835,1852793645,1852399988,16937573,2485608030,318834688,1970435118,1600484467,1601728354,1919252079,41509228,1556440065,17301504,1920216591,1702130549,1702260575,2036427890,3311665410,134217820,1982732033,1868770667,1701407599,1953459757,1667851881,1869182049,3338732142,13695648,1681522944,1666938473,1936941420,1210203434,1635085409,1348824429,1702259809,1398893676,1635085929,1701994832,1852403053,1866686303,1852142446,1634288756,577204076,1661010525,2807727,1679229184,1666938473,1936941420,1864514910,1819436406,757954913,16932130,599725950,536936448,1534486884,1029596265,1852139298,1818325605,1869570861,1936025963,1685024045,1562537057,2799698178,2147573534,1702059777,1869182051,1684626286,1818450781,1567847265,1935763514,1668495912,543518831,1768169534,1818450806,1567847265,1646280224,1869902965,1818450798,1567847265,1668181851,1801677164,1864514910,1768702830,1866689379,1701407599,1851867763,1467114862,1562534501,3607167529,7360879,1682047232,1042314857,1986618400,1769103707,1768697185,574449014,1768714096,1562535284,1953459770,1633966888,1949131124,1769239397,1948400996,1915580527,1819636581,1633889652,1562535026,3808494121,15882302,587989264,1919968359,1851875885,41051502,2832270858,1416109027,4148239475,3233751596,654401899,2746384798,4204561734,3530918770,3681390544,3418395896,17826007,1868768019,1701407599,1768714064,1814919523,1919252833,3395354882,268490179,1663241473,1768648559,1819242597,41509737,1104792321,17301708,1986997781,1634497125,1869570937,1667590507,1702063727,16938094,1919969498,352391168,1952407331,1768710501,1145531765,1667584592,1633972045,3657499244,7499880,772866312,1868770671,1701407599,1936026925,1701273971,3317825794,134266620,1647186689,1869570861,1936025963,1718511917,1701671535,4194370162,14599795,587923728,1802465123,1647142249,33714785,1765000456,1377472368,369168384,1869570851,761620843,1936617315,762605157,1852727650,16937573,1298439610,251985920,2036625250,1685024046,1865247841,40789360,3883618561,1986992242,1818653285,1631221615,544175221,1886218529,1635021423,268465262,1663241729,1768648559,1869622629,2036558188,80281858,268457178,1663243777,1768648559,1869622629,2036558188,1702260525,2036427890,80281858,134239450,1663962625,1768648559,1936018789,1701273971,4024631554,134277280,1663963137,1768648559,1831695205,1634956133,16934247,2423028204,486606848,1836412974,1952539739,1869622625,1801547120,574433893,1802465123,577987945,4278256221,14785436,773193992,1702127987,1936026925,1701273971,1868770605,1701407599,3523281523,1045834,1528234240,1935764579,574447219,1802465091,1631741289,1919250030,16932130,438053001,402718720,1634493275,1029600115,1869562658,1298491755,1634956133,1562535271,3685744898,21566,1666917121,1936941420,1998732638,1198027881,1112690756,1701736033,1465868146,1886413170,573403749,2818638429,12540623,587923728,762342755,1634887273,16934253,2520602392,67436544,2036625250,1461190914,1863947837,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,67436544,2036625250,2507735298,1863988329,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,17301563,1936338447,1886351405,1831694453,1818322031,3127181570,134225242,1831735041,1818322031,1667326509,1869767787,1694564976,1923770,1644758272,746153071,1819112552,3127181570,1748114778,1751607653,1629502068,544175221,1886218529,1635021423,540767342,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,17301620,1667444234,1851875885,41051502,1723062785,17825906,1684480795,1647145584,1801678700,761753193,1701273968,1702260525,2036427890,3017408770,29286,1868695813,1747745124,40660340,1723062785,1701327474,1952999273,1969299514,555773812,1869639017,1851880562,1864383348,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,335611904,1853187630,1630367588,1869834614,1869570861,1936025963,3467968770,56623,1868695813,1747745124,40660340,802075905,1701327581,1952999273,1969299514,555773812,1869639017,1851880562,1864383348,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,419497984,1869570862,761620843,1717924464,1852142181,762537315,1836216166,83952243,8736298,1644430592,41509999,1311376641,1869631365,1769236851,540700271,1952543859,555770729,1869639017,1851880562,1864383348,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1769414715,979924068,1953849632,1763778671,1919905901,1953390964,17301563,1851862543,1869426036,762077540,1953460082,2319122690,43350,1868695813,1747745124,40660340,1451899649,1701327529,1952999273,1969299514,555773812,1869639017,1851880562,1864383348,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,369166336,1735221550,1785884772,1633824115,1702112626,1634496621,16934260,4097947284,151322624,2036625250,1836345388,2483094124,955531702,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,251727872,1869570851,761620843,1936617315,41184869,1775875329,83886111,1836345348,3036742252,1327458777,1769172848,1852795252,1953701946,1667855457,1835606304,1953656688,997486177,1702260512,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1952737655,1629502056,544175221,1886218529,1635021423,3896430,1679556864,1666938473,1936941420,1663188318,1768648559,1868770661,1852142446,39658100,3472516097,17301659,1868770829,1701407599,1685024045,16936033,3141296523,134285312,1702260526,2036427890,1636499714,47932,1868695813,1747745124,40660340,1013025537,1987000507,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,268450676,1780681729,1667444083,1685024045,16936033,1526247859,67436544,2036625250,2981298434,1865964280,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772669704,1097430349,1953654124,1869574701,184615540,12692411,1745093888,40660340,2881161985,1987000513,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,268450676,1596133889,1634624095,1886217005,1936286765,2036427888,2426274050,45113,1868694533,16939364,2956562590,1936683087,1869182057,1931491950,1769234804,1763778659,1919905901,1953390964,1986994235,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1684633376,540698740,1869903201,1835606304,1953656688,997486177,302319616,1869570862,1130719595,1702063727,1867674734,16938095,3255334544,1634890783,1868985198,540700018,1818321779,691021925,1835606304,1953656688,997486177,268505088,1936614691,1986622032,1115251553,1801678700,3108307202,50315,1868695813,1747745124,40660340,2344174849,1987000516,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1680738561,1751217249,41184873,3516764161,17825837,1650664209,1869570861,1868917099,1819436406,16939361,95787734,151322624,2036625250,1836345388,3590390380,939898266,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,419497984,1869570862,761620843,1852727650,1714254437,1936485493,1701147235,3607167598,9366806,1745421568,745303412,2036625250,383189250,1884262125,1953067887,980316009,1635021600,543385972,1886218529,1635021423,540767342,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1998601076,1752458345,1969299514,555773812,1869639017,1851880562,134232948,1663961857,1920413027,1701867617,2113995378,10456343,1644758272,746153071,1819112552,394133762,1865981837,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,1679687936,1666938473,1936941420,1931623774,1701607796,1331650419,1819436406,573405537,402719325,2120482,1644758272,746153071,1819112552,571998466,1865949275,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,773521672,758395491,1802465123,1663919465,1702063727,1999467630,1886413170,16937573,3841852169,67436544,2036625250,50921730,1865999614,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,588316944,1802465123,1647142249,1831694945,1818322031,1020395778,25183,1868694533,16939364,1650408658,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,16777275,1869570822,40200555,2997469441,83886132,1685021188,3238068857,422884009,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,17301620,762261e3,1633972077,3808494188,8619226,1745421568,745303412,2036625250,3672310018,1865974660,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,588579088,1952804463,1953723762,1852793645,1953391987,1801745197,3394175746,2640813716,1771298781,17364,1952973829,50490477,2660551247,3755842919,1137994131,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,761474576,1802465123,1647142249,1701736033,469828210,16311380,773390600,1868770659,1701407599,1851875885,1601332590,1634891615,1919250544,1411121410,63716,1952973829,16936045,4175713308,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,1919954455,1667331689,1633824121,1919250030,1852793645,1852399988,4225499394,63272,1868695813,1747745124,40660340,687594497,1987000567,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,15220,1868694533,16939364,796949250,1702260506,1869375090,1629502071,544175221,1886218529,1635021423,3896430,772669704,762536296,1835886948,1647141989,2483094119,1841081,1644758272,746153071,1819112552,3113484546,1865948183,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772669704,2037213555,1868770671,1701407599,3137405555,16689657,1644758272,746153071,1819112552,4189782274,1866006185,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,588251408,1663923050,1768648559,1869426021,40657252,2671718401,83886276,1685021193,1952984185,16936045,3298770736,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,84934715,1701323532,1919247457,1634035807,2583757412,296446035,980447092,555757600,1869639017,1851880562,17301620,1866673677,1701407599,1886343283,16937077,3716103260,151322624,1819112552,1685021228,1543570041,954040124,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,218171392,1734438958,1986997605,1634497125,2483094137,4365217,1644430592,41509999,2611057665,1987000386,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1932400897,1663921786,1680699501,1869373801,1868770663,1767994478,41051502,840747009,83886197,1836345353,1868704876,16939364,1966218440,1936683087,1869182057,1931491950,1769234804,1763778659,1919905901,1953390964,1986994235,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1684633376,540698740,1869903201,1835606304,1953656688,997486177,402720768,1398759214,1130320467,1163087439,1298093134,1195462209,1600082501,165085442,20857,1952973829,16936045,1366886871,1936683035,1869182057,1931491950,1769234804,1763778659,1919905901,1953390964,318834688,1869570862,761620843,762470754,1919252079,41509228,9932801,83886312,1685021193,1952984185,16936045,3892352912,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,828321288,863195749,2634089079,209690,1644758272,746153071,1819112552,446497026,1748108083,1751607653,1629502068,544175221,1886218529,1635021423,540767342,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,17825908,1768170252,1768779620,1936681005,67699316,1056186409,1448482568,1493916147,2154387356,2633323028,3263452872,3954900421,4171798015,10158553,1644758272,746153071,1819112552,688130306,138343456,4082521623,2623081305,343959895,3365729618,3317859414,4293638909,3656951957,1870240513,1718773110,980905836,1936291360,1701601897,1835606304,1953656688,997486177,1684107296,1735289188,1734963757,540701800,1763778608,1919905901,1953390964,1986994235,1818653285,2033022831,1769349178,1818388851,1763778661,1919905901,1953390964,1986994235,1818653285,2016245615,1769349178,1818388851,1763778661,1919905901,1953390964,184619008,1685024035,1747807329,41186159,2051349764,1252600995,1033913866,1312226191,83886314,1685021188,486802041,748911173,1175079593,4220468640,954879542,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,218173440,1685021219,1986997625,1634497125,1996554873,11561309,1644758272,746153071,1819112552,1568080130,1865986153,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772669704,1919252079,762929516,1867003186,2885747311,6286554,1745093888,40660340,3973753857,1987000415,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1663965697,1768648559,1869622629,2036558188,2020565549,1702260525,2036427890,75366658,30369,1868695813,1747745124,40660340,2701426177,1987000438,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1278086913,1869562740,1936025963,1633972045,755040876,5375907,1644758272,746153071,1819112552,2737635586,1865961991,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,588906768,1868722287,1684483448,1663922800,1702063727,762541166,1633972077,3405972076,3459545771,4241183249,2554610,773390600,1768843597,1701732688,1987010412,1634497125,1197432697,1664244025,4088267010,134257364,1127096321,1768648559,1953451621,1432707945,1768775507,1632659822,1600939374,1749889631,16928821,2597647278,151322624,2036625250,1836345388,2919301740,949671155,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,184616960,758731310,1919252047,41509228,3811429889,83886238,1685021193,1952984185,16936045,2665688526,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17825851,1869423373,762077540,1802465123,16934249,3386445168,151322624,2036625250,1836345388,1879114348,1338628365,1769172848,1852795252,1953701946,1667855457,1835606304,1953656688,997486177,1702260512,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1952737655,1629502056,544175221,1886218529,1635021423,3896430,772604168,1802465123,1630365033,1953654124,3104178690,430309608,53035,1868695813,1747745124,40660340,3904439810,723101184,1987000527,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1831737345,1634956133,1865246055,1819436406,757954913,1802465123,16934249,1604119969,151322624,2036625250,1836345388,2701197932,945790189,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,117508096,1835623470,40133997,4207264257,83886235,1685021188,3254846073,949746373,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,318836736,1869570851,761620843,1633972077,842083692,37041203,3871012609,17301577,1869426191,762077540,1801675106,1886351972,3136749826,18918,1868695813,1747745124,40660340,3871012609,1987000393,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1898844673,1835216227,1663906416,1635020399,1919250025,2196963586,55717,1868695813,1747745124,40660340,2776822529,1987000537,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1663965441,1768648559,1868770661,1852142446,1868770676,1767994478,41051502,3129478401,17301721,1868770837,1701407599,1852793645,1953391987,1987011373,16937573,3652880397,151322624,2036625250,1836345388,218169964,953793160,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,570492928,762538542,1953460070,1630368357,1851881060,761554275,1802465123,762537321,1768714096,16939363,1728008984,67436544,2036625250,1394082050,1884251903,1953067887,980316009,1635021600,543385972,1886218529,1635021423,540767342,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1998601076,1752458345,1969299514,555773812,1869639017,1851880562,15220,1633819393,1663919720,1768648559,1768172901,1634493299,1919249769,1819305005,3791716915,7911274,1645609216,761686113,1802465123,1680696681,1818456937,1701669217,3791716978,7911274,772735240,1633972077,1633824108,1919183715,16937071,2025286370,67436544,2036625250,982647042,1865970741,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772866312,1831696227,1818322031,1702260525,2036427890,3607692290,3529615213,3497433048,2663974005,6855,1868694533,67271012,2808993545,2547569249,74829942,449289929,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,761409037,1668508004,1835622764,16937573,4058766715,151322624,2036625250,1836345388,2063663724,955378653,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,318836736,1986618403,1802465091,1632462185,1632398195,41051513,300708353,83886178,1685021188,1912668793,945951212,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,773390600,1920230765,1701719407,1701606263,1919251572,1702260525,2036427890,911278338,40999,1868695813,1747745124,40660340,657871105,1987000480,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1663962625,1768648559,1869491557,1701013876,166134018,33125,1868695813,1747745124,40660340,1695147777,1987000449,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1680738049,1701540449,1191248494,3446737,1644758272,746153071,1819112552,3511091458,1865954455,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772735240,1663924067,1768648559,1647145829,16937569,2938379787,151322624,2036625250,1836345388,184615532,850338846,1734960488,540701800,1869903201,1835606304,1953656688,997486177,1702260512,1869375090,1629502071,544175221,1886218529,1635021423,268465262,1680022273,1869373801,1869753703,1042314351,1684480800,1848472176,1667855471,637600357,8273308,1644758272,746153071,1819112552,2619736322,1865973309,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,774701320,1751607660,2020565620,1113551717,1667855201,1751607628,2020565620,1935762015,1766613865,1651796071,828340335,1819830356,3096707330,11341,1868695813,1747745124,40660340,1303942145,1987000364,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,268450676,1663239937,1663923572,1946223213,26652,1644758272,746153071,1819112552,477364482,1865941096,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,588054800,1768714096,1831696739,1818322031,3780182274,134281639,1831735041,1818322031,1667326509,1869767787,1359020656,16361441,1644758272,746153071,1819112552,3780182274,1866004903,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,588054800,2037277036,1600418401,1953460082,895484162,34733,1868695813,1747745124,40660340,2905956353,1987000455,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1663961857,1915825507,2037213043,2566980146,2598985,587793680,1867803457,1986088560,1234764034,1947215784,809136239,1835606304,1953656688,7630433,773652744,1949132654,1734830450,1882026597,1702061426,1097163630,1634560366,1852795252,1415315714,64809,1868695813,1747745124,40660340,693394433,1987000573,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1663963393,1768648559,1935630181,1769239653,41117550,1690080257,83886299,1685021193,1952984185,16936045,3680812180,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,2037657100,1952805677,1735289204,2113995379,1144836,1644758272,746153071,1819112552,75366658,1748111736,1751607653,1629502068,544175221,1886218529,1635021423,540767342,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,17301620,1869426192,762077540,1953394531,1701734753,604045938,14189445,772735240,1633972077,1633824108,1919183715,16937071,3632497956,151322624,2036625250,1836345388,604045932,853050245,1734960488,540701800,1869903201,1835606304,1953656688,997486177,1702260512,1869375090,1629502071,544175221,1886218529,1635021423,268465262,1814237441,1952999273,762867554,1802465123,41117033,852738561,83886130,1685021193,1952984185,16936045,842191810,1768253490,980707431,1953849632,1763778671,1919905901,1953390964,1986994235,1818653285,540702575,1869903201,1835606304,1953656688,7630433,772736264,1885434487,779249008,1920298082,16933989,940440838,1818846744,980575604,1852796448,1763778661,1919905901,1953390964,83886139,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,772997384,1802465123,1332962665,1819436406,1110604129,33716335,940440838,3246461275,151322624,2036625250,1836345388,69141100,111021206,408649558,584013051,673567375,770786787,896122870,929049153,1146992293,1229438462,1307336100,1467422981,1544925427,1954613615,1992201697,2094396971,2085054790,2256060535,2271287881,2416349355,2483637318,2493986111,2661500853,3089787914,3177396644,3248241630,3263205869,3338533317,3579441723,3732743077,3873416490,945169361,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,100730880,1685024046,16936033,3921774491,151322624,2036625250,1836345388,2600534636,954843527,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,100730880,1685024046,16936033,2222608830,67436544,2036625250,1371406594,1865974906,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,1644758272,746153071,1819112552,1762857730,1428550412,3458765707,3426131500,4147587261,3980515579,1161993292,1499163774,2557532360,546285453,244805813,3952580949,2392856964,599354034,2614324240,131675130,2648851286,2279840384,1139417140,1865992713,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,773587208,1663923319,1663920492,1768648559,1633824101,1868770674,1767994478,41051502,2339589377,83886091,1685021193,1952984185,16936045,193688397,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,1986080277,761357409,1953460070,1932358245,1885958755,16937844,1441629334,151322624,2036625250,1836345388,2516648556,945155460,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,335611904,1634030126,1867347043,1600938340,1702252383,2036427890,1884816898,1504847926,2964799517,1574619174,3957877680,2885556031,47406,1868695813,1747745124,40660340,913332230,492417576,649115456,2958940872,1072425067,783023639,1701327545,1952999273,1969299514,555773812,1869639017,1851880562,1864383348,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,117508096,1885760814,40329773,4050918148,2893618113,4094870786,682026516,17301649,1718431241,1920413040,67268705,3253826587,44857627,351539909,2435360486,151322624,2036625250,1836345388,453247596,465695092,3305286777,3860132882,949037222,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,318834688,1851876910,1868724579,1868770680,1767994478,41051502,2845864451,2551815202,419357025,83886218,1685021193,1952984185,50490477,581542002,1637357980,2316893921,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,1869426191,1936482660,1702260525,2036427890,2647195906,40574,1952973829,16936045,2659098057,1768253490,980707431,1953849632,1763778671,1919905901,1953390964,1986994235,1818653285,540702575,1869903201,1835606304,1953656688,7630433,587399440,16933731,1927281344,151322624,2036625250,1836345388,3221291628,846389242,1734960488,540701800,1869903201,1835606304,1953656688,997486177,1702260512,1869375090,1629502071,544175221,1886218529,1635021423,29806,36307205,2778406401,1869625185,1702129257,1986342258,1937010277,1953849658,1763778671,1919905901,1953390964,1768300603,1919251564,1869488186,555771246,1869639017,1851880562,83886196,16919041,1597978180,1818846795,980575604,1852796448,1763778661,1919905901,1953390964,1634758459,2037672291,555757882,1869639017,1851880562,1869626228,1702129257,1986342258,1937010277,1953849658,1763778671,1919905901,1953390964,151322624,2036625250,1836345388,51642988,734826717,736404392,846407100,1101819865,1261609508,1449706831,1448593443,1624325014,1697767140,1899991267,1918948583,1945335269,2114605214,2464913395,2794113377,3004766825,3271050998,3559062981,4024847356,947199181,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,335611904,1885628206,1868770674,1701407599,1702260525,2036427890,967835906,38147,1868695813,1747745124,40660340,54112257,1987000469,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,15220,1868695813,1747745124,40660340,1164716289,1987000361,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1882067969,1886744687,1869491501,1768319348,1769234787,117599855,4217041009,1808479890,51209131,1044895665,3871564498,1538508523,3621397238,134285312,1702260526,2036427890,4033939202,915602266,1672178635,3618702093,1657945671,3337348803,586570675,55258,1868695813,1747745124,40660340,1525707015,3409351419,224635755,1205317891,3278033470,3016158182,3659724379,1987000535,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1663964673,1865247588,1819436406,1663924577,1635020399,1919250025,1360724994,909179736,1233243093,1421276794,2847,1952973829,67267693,4216869147,3419747888,4135209345,186602678,1936683087,1869182057,1931491950,1769234804,1763778659,1919905901,1953390964,1986994235,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1684633376,540698740,1869903201,1835606304,1953656688,997486177,151322624,2036625250,1836345388,2466316908,945151310,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,218171392,912681262,1919968607,1667331689,3590390393,12827377,1644758272,746153071,1819112552,4057334018,1865991098,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772014344,36857955,2740354561,83886089,1685021188,2113995385,940155734,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,83953664,1685025326,1442972271,2705189107,14862007,1644758272,746153071,1819112552,4082500098,3080797672,1865999046,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772735240,1702258034,1865247841,1819436406,33716577,112535131,3453889715,151322624,2036625250,1836345388,1526858348,3003561254,953015852,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,385941504,1534486884,1935764579,574447219,1802465091,1631741289,39658094,567638273,83886330,1685021188,2030109305,955916757,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,402718720,1534486884,1026188393,1869438754,1600938340,1702131055,1562533746,3834577410,4174914762,6049,1868695813,1747745124,40660340,3403976450,2717440036,1987000343,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1831735041,1818322031,1667326509,1869767787,2785084016,12643900,588251408,1802465123,1634559337,1869426030,40657252,3996952065,83886272,1685021188,2785084025,952167996,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,201394176,1836412974,1702260525,2036427890,2945646850,32787,1868695813,1747745124,40660340,330273537,1987000448,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1781402625,1865231731,1819436406,16939361,4195599710,151322624,2036625250,1836345388,1577124460,955913157,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,486606848,1769295150,1818323268,1915578223,779382639,1298756941,1818322031,1869574701,268567156,2443941432,9454610,1745093888,40660340,2520256514,1142067627,1987000464,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,15220,1768166913,1987325558,1868770672,1701407599,1702260525,2036427890,741081602,1371452861,13108,1952973829,33713261,3049073708,859066814,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,1868770835,1701407599,1634545011,1701273966,1953391981,889324034,741890212,3743,1868695813,1747745124,40660340,2754937346,2670475352,1987000334,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1663961089,1851862317,84045161,1615667572,3984116395,545411518,1440832201,2166481370,151322624,2036625250,1836345388,1946485356,2875215137,3203233994,3374350929,3663061338,947986913,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,100732928,1634495267,16936818,3933377,151322624,2036625250,1836345388,3238068844,939539460,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,218173440,1634296867,1600614252,1702453612,4060152434,15144167,1644430592,41509999,350745089,1987000551,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,268450676,1126372609,1953456761,1802465091,1868719465,1634288756,40333164,2785778946,494336700,17825803,2034443041,1131704162,1768648559,1953456741,1818323268,1866622831,1851095396,1819436388,33716577,3164998557,186480378,67436544,2036625250,1996095746,1865943837,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,1644758272,746153071,1819112552,194838786,1865989286,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772669704,1633972077,1986997612,1634497125,2332164729,2496269923,5581244,1644758272,746153071,1819112552,1670054402,3163867662,1865962793,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772276488,1802465123,41117033,966422529,83886130,1685021193,1952984185,16936045,842635888,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17825851,1667441417,1634544941,33713769,552659978,150548816,151322624,2036625250,1836345388,167903852,1344336108,940112177,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,134287360,761488163,1852399981,4215144962,3515232412,19168,1868695813,1747745124,40660340,2633711106,3771827760,1987000394,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1663963649,1769418083,2003788910,1634891565,1919250544,2388394242,268456933,1730353921,762474596,1668246626,1735289195,1734438957,1986997605,1634497125,1543570041,5498254,1644430592,41509999,3851312129,1869631315,1769236851,540700271,1952543859,555770729,1869639017,1851880562,1864383348,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1769414715,979924068,1953849632,1763778671,1919905901,1953390964,17301563,1869426182,40657252,2675001345,83886185,1685021193,1952984185,16936045,1772056904,1768253490,980707431,1953849632,1763778671,1919905901,1953390964,1986994235,1818653285,540702575,1869903201,1835606304,1953656688,7630433,772866312,1868770663,1852142446,1851878772,1919248225,3823763714,29610,1868695813,1747745124,40660340,2867063297,1987000435,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1680738049,1701670249,956367474,9786827,1644758272,746153071,1819112552,3409510658,1865979221,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,773128456,1684630643,761753193,1970302832,1868705136,1836020852,2773745922,44903,1868695813,1747745124,40660340,1738888193,1987000495,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1663966209,1768648559,1633824101,1919250030,1685024045,1865247841,1819436406,16939361,797788682,251725824,1685024046,1647144033,1684759393,40922994,2370439681,83886127,1836345348,167838316,942640458,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,318834688,1852793646,1953391987,1667326509,1869768555,40136309,1818827521,83886208,1685021193,1952984185,16936045,2154588443,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,1835216393,2020565616,16926530,2330822706,117508096,1886217006,41447266,3985125889,83886218,1685021193,1952984185,16936045,2330822706,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17825851,1970479877,16935280,4172663558,151322624,2036625250,1836345388,100729452,1341699531,1769172848,1852795252,1953701946,1667855457,1835606304,1953656688,997486177,1702260512,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1952737655,1629502056,544175221,1886218529,1635021423,3896430,772866312,1936617315,1601465957,1634891615,1919250544,1040187650,134240060,1663959809,637600354,15745437,1644758272,746153071,1819112552,2636513538,1748168769,1751607653,1629502068,544175221,1886218529,1635021423,540767342,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,83886196,1685021193,1952984185,33713261,2349689892,1015427879,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,83886139,1685021193,1952984185,50490477,1855354150,120604242,3001675242,1702260536,1869375090,1629502071,544175221,1886218529,1635021423,540767342,1769172848,1852795252,1852383290,1634301033,1763778668,1919905901,1953390964,17301563,1684483595,1831694960,1818322031,4017881346,15991,1868695813,1747745124,40660340,2012183553,1987000382,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1764627201,1852138101,1663918436,1769352563,1818388851,184681061,816202741,6707395,1644758272,746153071,1819112552,4111139330,3274745411,1865967192,1718773110,980905836,1953849632,1763778671,1919905901,1953390964,1869619259,1769236851,540700271,1953066601,543973737,1886218529,1635021423,3896430,772866312,762736229,1633972077,1768172908,1735355489,1668153602,134275301,1697520385,1831695982,1818322031,1634296877,1600614252,1667326559,1869767787,1845559920,14738787,1644430592,41509999,3848498689,1987000544,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,15220,1868695813,1747745124,40660340,3597437697,1987000426,1818653285,540702575,1869903201,1835606304,1953656688,997486177,1936683040,1869182057,1763719790,1769236846,555773025,1869639017,1851880562,134232948,1865289729,1819436406,1999468897,1886413170,16937573,3780360340,151322624,2036625250,1836345388,2483094124,954291128,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,1644758272,746153071,1819112552,3300983042,1748156410,1751607653,1629502068,544175221,1886218529,1635021423,540767342,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,17301620,761474582,1802465123,1633838441,1919250030,1869438815,40657252,1995636993,83886159,1685021188,16843385,944731891,1919252079,2003790950,1969299514,555773812,1869639017,1851880562,1881160564,1953067887,980316009,1768843552,1818323316,1835606304,1953656688,997486177,218171392,1886217006,1953394531,1701734753,4093706866,8324148,587464976,38097732,2699555329,17825849,1935745807,1663906866,1882026093,1886744687,1748632066,734929816,268484601,1646464001,1663918898,1702063727,16938094,735833325,302059520,1633837859,1919250030,1852793695,1852399988,16937573,4073343886,268505088,1633837859,1919250030,1702260575,2036427890,1267597570,268497610,1663243777,1768648559,1868770661,1852142446,1633824116,1919250030,485753090,268466959,1663246337,1768648559,1868770661,1852142446,1633824116,1919250030,1852793645,1852399988,16937573,162897506,117510144,1869571619,41051508,1879371265,17825895,1818698509,1886352429,762470754,16934754,4258022479,251727872,1952541987,762277231,1885434487,41051504,4151851521,17825904,1886331656,1231964532,2130772580,7418656,587727120,1752463218,40002349,2959318529,17825916,1920213774,1768645473,1764583278,40855150,4071456001,17825986,1970545415,1667444073,3248816386,268496727,1998787329,1663924068,1768648559,1868770661,1852142446,3842048628,15656625,587530512,1835231351,1539899650,134279995,1127091201,1702063727,1766356078,16938094,3210222608,335611904,1970032686,1601071463,1934976343,1869562725,1936025963,1445789954,134228251,1596852225,945906271,16921396,4036813535,419497984,1650549294,1685024045,1663921269,1768648559,1868770661,1852142446,4060152436,7172327,772800776,1801675106,1886351972,1818846765,41051508,2419653377,17301506,1851928071,1348956483,514457858,134250977,1731069697,1114001993,2852192846,8511774,772014344,40002403,601077249,17301694,1835216391,1313307215,3373924610,134240487,1663962625,1663922285,1635020399,1919250025,157483266,134278463,1965953025,1668441459,1920233061,762536809,16934754,3980331363,201394176,1852793646,1953391987,1918984799,2933457154,134247742,1663962113,1768648559,1852386661,16936806,231175963,184616960,1835426862,1869570911,40200555,49315585,17301650,1667640842,1851875935,41051502,834900481,17301708,1868967437,1919251567,1734700077,16936033,988833454,218171392,762471982,1701653859,1734439795,3321954917,7412187,773521672,1685024615,1685024616,1836016429,1701736304,1601401966,1312910943,16930114,3378263935,167839744,762538286,1769235297,16934262,2942674548,184616960,762538542,1831691376,40790369,1151104001,17301738,1936338439,909586803,1080492290,134265937,1781401345,925987699,1728119352,12341568,773128456,1769238382,1633904998,1852795252,1634891565,1919250544,788988162,134251406,1865289473,1850307696,1953394499,1701734753,1090585202,4702186,772866312,1701273968,1684107116,761753193,1802723693,3221225730,134238163,1882069505,778466159,1667327346,1852779892,1667853411,1953853291,1701079411,4224778498,134255817,1915621121,1634039397,1986997612,1634497125,50463353,1319685730,14638748,773783816,1663919987,1768648559,1886334309,762210676,1852727650,1999467109,1886413170,16937573,3396106874,268503040,1714255150,1752392044,1936026925,1701273971,1451688194,134221825,1965953025,1869491561,1768319348,1769234787,16936559,3064038881,184616960,1634759982,1869570911,40200555,1377784065,17301738,1987390993,1869570861,761620843,1852727650,16937573,2429493210,234948608,1918990126,1735289198,1886351405,16937077,2897080073,352389120,1952544558,762212211,1802465123,1714251113,1702129519,1543570034,15651987,1528824064,1635017060,1936028717,1029990772,761492770,762343521,1953394531,1701734753,39658098,941051649,16777240,1986618395,1634493275,1029600115,1869570850,1113942379,1701736033,1562533746,2751660290,43937,1768167425,1684626294,1596079402,1633972077,1970233196,1601332596,16932130,3185555647,553713664,1534486884,1029596265,1836085282,1835229043,1852793695,1953391987,1886351455,576680053,2332099165,5531396,1930428672,1868770670,1701407599,1851875885,41051502,3223476481,16777245,1768846603,2053206631,1886217005,3951100162,268461528,1646466049,1701080673,1866691937,1852142446,1701668212,16938094,3722362664,285282304,1734438947,1852785509,1953391987,1852140901,671154804,14540479,587727120,1718903139,40399721,3752068097,17825868,1835213581,1852785520,1852399988,16937573,3965701910,167841792,1986618403,1600349023,16933731,298276240,486608896,1348757795,1886744687,1699889495,1768256867,1852785516,1953391987,1852140901,2717975156,2380588,587661584,1868785261,16920939,2793839434,369168384,1685024035,1663921249,1768648559,1999467365,1886413170,16937573,2225373621,234948608,1685024046,1999465569,1886413170,16937573,2225373621,369168384,1769107491,2036556150,1851878701,1919248225,1886351405,16936553,2870988841,268505088,1769107491,2036556150,1702260525,2036427890,3226992898,268462586,1931675393,1835216228,2332099184,4872647,588251408,1663922291,1702063727,1867347054,40657252,2500069633,17301511,1784163861,1500722229,1886536534,1765292113,1733121908,16928865,444266755,151062528,1953390894,808594803,3321954872,16552,772210952,1397512547,16926055,3617195940,117508096,1718052910,39273334,2584192001,17301719,1868770832,1633839983,1986997618,1634497125,4227924601,10522917,773521672,1768581476,1634288756,1432842092,1919247470,1467572588,1886413170,16937573,2785453310,100730880,1850893614,16927080,1866972212,251725824,1630365486,1953654124,1869570861,40200555,2202561537,17301642,1701326348,1919247457,1868983881,3355509363,6047970,773325064,1684302184,1932357221,1768435309,1852138596,778333485,41381746,3836799745,17301534,1198075399,1836607077,2480013570,134255566,1764624641,762275438,40788322,2955280385,17301694,1852386831,1932357478,1953066593,1701996897,3965714690,134235726,1781403393,1816604019,1818321519,1768976208,2348876398,6925935,772407560,1986997613,1634497125,2818638457,12461378,773259528,1919117677,1685024111,1932356705,1701079404,1685024046,16936033,1934905296,167839744,1919250478,1685015910,16936033,1806720474,234948608,1769239342,762932067,1953460070,16937573,4123262562,469827584,1534486884,1935764579,574447219,1936617283,1114926693,1701736033,1562533746,3803644162,268498749,1763904513,1668245102,1768648559,16937829,58518400,369166336,1869562670,1600481643,1936617315,1601465957,944260959,16926319,3411792103,855705600,1769099310,2036556150,1970302800,2037674864,1600415084,1769099359,2036556150,1970302800,1852785520,1852399988,1965912677,1916219499,36711793,484355841,17825992,1667310349,1953523043,1919251551,16937837,4276197279,100730880,876103726,16920659,4068401168,318834688,1734430766,1130323813,1768648559,1867543397,40924528,720375809,17301630,1667313178,1953523043,1869570861,1936025963,1819042143,1949523807,40857156,3966136321,17301687,1885416979,1868770672,1701407599,1885298547,1886744687,784531714,134282670,1831736065,1869570861,1936025963,1718511917,1701671535,2197881458,16383992,772931848,1769238382,1663919459,1920413035,1701867617,704709234,13781208,772800776,1869639536,762471798,1885434487,41051504,1704435457,17301677,1953705503,1936026745,1919377759,1701668197,1918334062,1701867617,861888370,1718900310,225444098,134269401,1932400129,1701607796,1920425843,1701867617,1499422578,1380136001,1131544834,134263168,1663963137,1702063727,2002744430,1886413170,16937573,3704535151,134287360,1769107491,2036556150,2322858242,134231421,1865287681,1819436406,16939361,897419892,218171392,1718511918,1701653871,1734439795,1996554853,12169791,587661584,1802465091,16934249,2119632494,285282304,1667457315,1148481637,1818456937,1701669217,3925934706,6076858,588775696,1848472426,1718187119,1952539497,762212201,1885434487,41051504,4058075137,17301702,1818701332,1818321519,1701601581,1647146098,1701736033,1342243442,13038049,588054800,1852139635,1852403047,1885951079,2976121090,134245706,1596851969,1279477553,2164326988,10100525,772735240,1802465123,1663919465,1701015151,16938094,249419819,201394176,1869570862,761620843,2019912806,1299775746,134245557,1663966209,1768648559,1882026853,1768780389,1869181811,1798463342,1448376645,16933447,3076017414,369166336,1869570862,1936025963,1701996353,1852785509,1852399988,16937573,2239176798,201394176,2020173358,1868719205,1836020852,3731292418,134272465,1781402113,1768172915,1735355489,952500482,134224004,1781401345,1632384374,50397777,10954117,772604168,1986622064,762930017,1634038369,3046375682,134278209,1882065921,1635150194,1698986339,16933747,1931865454,251725824,1769107502,2036556150,1936879462,40203369,4288894721,17301657,1953705504,761621625,1681273911,878917176,1869570861,761620843,1953394531,1701734753,906035826,11609068,772538632,761427572,1802465123,41117033,1235035649,17825828,1735271174,40067885,2318923009,17825929,845357835,1702260530,2036427890,4142334210,268483405,1663243009,1768648559,1647145829,1647145569,1869902959,1946223213,617500,774373640,2002741621,1701274729,1969189748,762603886,1802465123,1601398121,1717924464,842149938,1869571679,41051508,1813804033,17825801,1886331672,1885302373,1701209458,1668179314,1667199845,1702129253,3808494194,6412126,589693200,1885957747,762602864,1802465123,1131636073,1702063727,1663923310,1768648559,1868788581,1852142446,2902524532,13710478,774045960,1936617283,1937010277,1701607796,1113546596,1701736033,1668492658,1935880493,1899261285,16920877,1599697952,184616960,761488174,1734963828,41051495,1365297665,17301749,1868770834,1701407599,1634754419,1600939374,40923767,1197173761,17301622,1852386829,1936617315,762605157,16933731,1650979703,134285312,1663920686,1868983913,4185260290,134273982,1932400897,1663921786,1680699501,1869373801,1868770663,1767994478,41051502,3311306497,17825908,1381245713,1630359363,1768714352,1769234787,16936559,1766284939,234948608,825384750,825833826,876097843,16921652,2468200869,234948608,1650679598,1647928417,878995041,16922417,2468200869,285280256,1701273902,1667590243,1920413035,1701867617,570557042,4032864909,3940670,772997384,762474082,1769238382,1663919459,1635021429,16936553,2099399181,151062528,1848468270,1667855471,1409352293,1510955,773652744,1869377379,1852386674,1953654134,1852794414,1769155956,1932354938,1819042157,1393230082,134249998,1882066689,1953067887,762212201,1702390118,184615524,8261203,772866312,1936617315,762605157,1801675106,1886351972,3734438146,134275180,1663962625,1768648559,1479355749,1296458352,3104833794,134271377,1663966209,1768648559,1818326885,1633824108,1919250030,1852793645,1852399988,16937573,3157974049,184616960,1936941870,1953655597,41104746,409176833,17301573,1936010771,1952543348,762931045,1882022755,1886744687,2972254466,134267331,1747851009,543518063,1768169534,540942454,1685678126,1702125938,1812005476,2974800,772342024,761556585,1918984803,2010513666,134280514,1798178561,2035243090,167838330,7334430,772866312,1731027827,1096314221,1717710439,1165452100,503972098,134246378,1798180609,1785423215,1868770661,1852142702,1627456116,11191618,773193992,1769238382,1633904998,1852795252,1953394499,1701734753,2063663730,14396909,773193992,1769238382,1633904998,1852795252,1634545011,1701273966,2885747314,13105605,772079880,1868919407,2977038594,134250923,1882066689,1886744687,1667326509,1869767787,2332099184,11338349,772669704,1769366898,1647146853,1701736033,3187737202,8600212,773390600,1919251317,1852793645,1836214630,1869182049,1668492654,1852138866,2478702850,4315,1633364481,761358706,1668506980,1700948338,1031365220,1869570850,761620843,1852727650,1831694949,1634956133,1562535271,3968270594,59577,1885409537,1869570861,761620843,1936617315,41184869,3984002817,16777375,1835229968,1953459757,1667851881,1869182049,3187737198,9890707,1662648576,1702063727,1932358766,1701079404,762210605,1886220131,1852141167,1795228276,9258965,1679294720,1666938473,1936941420,1126317406,1768648559,1918976613,39658079,3793400321,17301660,759377425,1802465123,1663919465,1702063727,16938094,401338874,268503040,1831682862,1818322031,1702260525,2036427890,4059693314,134223851,1680741121,1818456937,1701669217,1920413042,1701867617,4076929650,12270947,772210952,1464222823,16927860,3506086087,385943552,761489454,1802465123,1848468841,1718187119,1952539497,40791913,706358017,16777430,1986618407,1634493275,1029600115,1869562658,1130719595,1702063727,1667200110,1635020399,1919250025,1562533727,3943891202,31990,1768169985,1818450806,1584624481,1866670653,1701407599,1869567091,1885959276,1819898963,1562533733,511049986,268451863,1126373377,1768648559,1885620069,1852785522,1953391987,1852727618,16937573,2206286057,335613952,1231840547,1836020590,1130457454,1768648559,1918976613,1488781570,268447819,1831012353,1685015929,16936033,3340824409,604047360,1869562670,1348823403,1667853423,1718503801,1667194735,1635020399,1919250025,845111135,761881700,3396206850,5145,1768168961,1633966966,1949131124,1031041893,1869570850,761620843,1768714096,1562540387,3396206850,134222873,1647184385,1869902959,1918984813,2106392834,37181,1768166913,1818450806,1584624481,1868767805,1701407599,1562533747,3375825154,268494198,1629688065,1885692771,1868770676,1767994478,41051502,2466030850,849786532,17826031,1919296269,761621857,1633972077,16937836,2178483416,302057472,1702523694,808595506,1852793645,1852399988,16937573,2178483416,151064576,1769239331,1919249505,1677787764,8415967,772145416,1868785249,1946223215,7777228,772735240,1802465123,1848468841,1663924069,16938094,447632810,134285312,1936286766,1885547875,1437204738,134265013,1882066689,1953067887,762212201,1702390118,922813028,444841,772931848,1953787746,1680698735,1818456937,1701669217,2214658674,9240100,772079880,808725864,2577531138,134274571,1127091457,1768648559,1867346789,40658276,187241217,17301584,1701326357,1919247457,2019914797,1868770676,1852142702,16937573,3931722490,184616960,1769304366,1819503459,40199273,2017429505,17301693,1769156119,1831691636,1634956133,1663919463,1635020399,1919250025,4272029954,134256405,1932402433,1701607796,1600990579,1869570911,1130719595,1702063727,1600091246,1954048307,2097218099,6219653,588054800,1836082015,1718168948,1701667186,2480800002,268455328,1646464513,1701736033,1852785522,1953391988,323289346,268490114,1646462977,762475884,16934754,3079050404,218173440,1886216995,1953394499,1701734753,671154802,13546692,587989264,1802465123,1999463785,40660065,608792833,17825933,1868768013,1701407599,1953789250,16936559,2427518267,201396224,1919510051,1982690419,1953067881,3697344770,268490102,1881344001,1701344373,16934258,1581972902,385945600,1935962659,1869570861,761620843,1717924464,1852142181,41117027,2180949505,17301549,1685204496,1869426035,762077540,1970302832,2785084016,2982398,588448016,1885957749,1868770663,1701407599,1768908899,16934243,224748809,134285312,1966300974,1933849944,1743257858,134264164,1630408705,1953654124,1667593005,1633971823,16939378,201916442,251725824,762077998,1852727650,1647145573,41509999,397051137,17301704,1868770867,1701407599,1868770675,1852142446,1633824116,1919250030,1869570911,1936025963,1936617283,1114926693,1701736033,1784635250,1212643187,4272881922,134243471,1663961857,1781363571,2053857657,4278256225,188756,772538632,1936877926,1769352564,41183603,1075303937,17301747,1936141839,1668637997,1768648559,2002873445,1413480706,134260744,1764625409,762275438,1852727650,16937573,3513358800,167839744,762800686,1970302832,16937840,2647178442,167839744,1650422574,1650816364,16939119,3700665985,469829632,1818588206,762078563,1852727650,1630368357,1869834614,1869570861,1936025963,3794010370,268442394,1663242241,1702063727,1999467630,1886413170,16937573,207371067,201396224,1853187619,1868770659,1701407599,1952907522,268473617,1730350081,762474596,1852727650,16937573,2007598169,285282304,2036427811,1650422373,1685217647,1701994847,939590241,2454366,588513552,1952804463,1953723762,1851875885,762471790,40592499,597501441,17825911,1768956692,761491501,762080353,1970302832,1717922928,1359020660,14654507,588054800,1768714096,1834973539,1818322031,3879076098,268436540,1948454145,1851748456,1600549999,41314660,683250689,17301670,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,285282304,1718511907,1986610287,1953394499,1701734753,2281767538,10663240,589234448,1969319019,1634497914,1718511967,1634562671,1852471651,1634623329,1684106347,16933227,2837126849,201394176,1869570862,761620843,1819042167,515965186,268478747,1831012097,1685090160,1593901687,4671483,587661584,1886351469,16937077,1195899743,184619008,1886351395,1882026101,39938917,4113826049,17825869,1701978904,1667592307,1919954292,1667331689,1920413049,1701867617,1107427954,2936719890,3359028,587923728,1868853106,1886351405,16937077,4291852265,369168384,1953067811,1634610533,1634167158,1852795252,1679851040,16938601,3225610056,302059520,1718580003,1936018804,1701273971,1768697203,16938099,4226365889,151062528,1936026926,1701273971,3238068851,16509241,772866312,1868853074,1970037343,1667194738,1315195758,2294415618,134282224,1395525121,1296195922,1583022338,134280756,1412310017,1936552549,1934976591,1685015909,1834970209,1818322031,1885434455,1601332592,1466053471,16930896,4238415230,318834688,1667326510,1869768555,761556597,1919252079,41509228,528410369,17301708,1835150859,1769107501,2036556150,3979739394,134229515,1663961089,1902933357,16939575,1579680217,268503040,1869570862,1936025963,2037801823,1752719733,30998786,134241832,1663963137,1768648559,1683977061,964327537,16934764,1579680217,620822528,1952539739,1702112609,574452851,1633972077,1868770668,1701407599,1953456685,762146676,577921378,3640722013,6170625,772473096,762540899,846160761,16934757,4193385479,251725824,1986618414,1633972045,1634288748,40333164,2819415041,17301609,1684352519,1264876152,3363897602,134281735,1932399617,2033266019,1835690603,774909240,1265004396,16929144,4194814081,520161280,1634495278,1819638389,1633824097,1919380323,1684960623,1937340205,2054316410,41512559,3957000961,17301672,1634479634,1953853305,773864992,1885434487,41051504,1210300161,17301631,1634872848,1663921006,1768648559,1633824101,2600534642,4255945,1529872640,1819898995,574447205,1769172848,1852795252,1768300602,996435320,1717922848,807418484,540768368,980447092,2020618272,39658043,3485523201,17301573,1769287206,1634296877,1533505388,1634300513,1936024621,1651077731,2036491365,1868767805,1701407599,39658099,688471041,17301683,1769287227,1634296877,1533505388,1634300513,1936024621,1651077731,2036491365,1868767805,1701407599,542974579,1965957246,1769418089,1952802660,1702260525,2036427890,154927362,45865,1885409793,1667313008,1953523043,1869570861,1936025963,2011824386,5857,1868762369,1701407599,1819242541,41509737,2852528385,16777391,1986618392,1583638875,1866670653,1701407599,1886343283,576680053,1476461149,3988238,1680933120,1935373929,1701607796,1881292126,1953067887,980316009,1935827232,1953852527,2048932709,1684957485,540702821,808464947,1562524464,2754085122,268493990,1663241473,761557601,1802465123,41117033,671318017,17826002,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,234948608,1886351406,1702065453,1633955186,16933236,87964841,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,520163328,1953456675,762146676,1802465123,762537321,1768714096,1764587875,1919903342,41051501,2245650433,17301614,1415982599,1800033393,2825257218,268451852,1663242241,1768648559,1919377765,1701668197,16938094,2638905361,503386112,1869570851,1936025963,1885958755,1852399476,1952671082,2002740325,1886413170,16937573,267327766,536940544,1684957475,1936291941,1869570861,1936025963,1852793645,1953391987,1634891565,1919250544,4283629826,268450275,1831015681,1634956133,1647142247,1801678700,1869570861,40200555,490600193,17825940,1701847833,1852797810,1680698465,761361505,1668248176,1769173861,16934766,1379663790,419500032,1819242531,1115251561,1801678700,1181904710,1953722985,1769171286,2801926772,4056438384,1263836,587989264,1886416752,1714253941,40136559,2220808961,17826029,1869619996,762344816,1953394531,1701734753,1868705138,1836020852,1717922861,654377588,10621998,588120336,1986622064,1350132577,1667853423,1728119417,9562254,588775696,1868785010,1852140909,1702112612,1932355683,1801675118,41050466,2285122305,17825859,1735533333,1634545011,1663921769,1702129263,1647146104,16937569,2490200231,100730880,1751270190,16933727,812478631,704710656,1869562670,1097165163,1885692771,1886343284,1831694453,1819632751,1667194725,1635020399,1919250025,1684952415,16926288,1935189264,620822528,1534486884,1635017060,1936028717,1684614516,1868767805,1701407599,1701012289,1867543664,577795440,268501597,7559333,773390600,1802465091,1665230185,1953523043,1869574751,928997236,1885419339,1030160642,134244996,1127096833,1768648559,1667449189,1635020901,1600480110,1953394531,1701734753,1147101042,1395739746,1077084418,134241063,1127094529,1768648559,1667199845,1635020399,1919250025,811884383,39077456,658518785,17301595,1866673704,1701407599,1869376577,1668178295,1868783461,1701407599,1819033971,1851881327,1600087395,1097349175,872481359,3891880,774111496,1802465091,1631741289,1919250030,1868783455,1701407599,1851875885,1601332590,1447255903,36855664,1817618177,17301675,1866673694,1701407599,1868983881,1919249778,1634891615,1919250544,1430544223,37320306,1580311297,17301663,1145515542,1632653904,762078574,1969516397,1915577708,41185135,3670568193,17301541,1967599110,38235767,2395133441,17301714,845098503,1714826610,3268804866,134271630,1244530177,1714959717,746193154,134236065,1596851969,1819633969,2046886510,4694316,1679687936,1666938473,1936941420,1126317406,1768648559,1850307429,1836216166,576680549,2046886493,4694316,773390600,1097430349,1953654124,1635021613,1918985326,1668633444,1936942435,1889992962,134261300,1345197057,1869836901,1147953518,1130460257,1768320623,16936306,2442827056,604047360,1634554670,1631810674,1751348336,1750281569,1684825449,1936683103,1869182057,1868717934,1836020852,3280929026,134235517,1412307201,1953718639,1953460050,1634891615,1919250544,1179672415,40716108,1886430977,17301628,1867787802,1769239393,1600092518,1935765364,1868770676,1767994478,41051502,2939106049,17301597,39333378,4064081665,17301509,1851928067,1022820610,1522,1683695105,761361505,1953719668,574448745,1802465123,1867408745,1768319348,1769234787,1700032111,1562539128,1022820610,1522,1768169217,1633966966,1949131124,1769239397,1847737700,1718187119,1952539497,577662825,4144038493,389692,772145416,1701147994,1694564929,10391702,772210952,1766867811,16926285,2660275813,117508096,1398369070,39481714,2425775361,17301662,845098503,1647466544,514261250,134272414,1596851969,1231243058,3019965050,11406365,772145416,1230464609,3019965016,11406365,772473096,1769238382,1647147366,16937569,2920029620,117508096,1362255662,37303637,1430305281,17301597,861875719,1715680049,3910402306,134247323,1596852737,1782150451,1448175729,4094951682,134217798,1596852481,946426983,40581196,1829202433,17301641,1667313159,1953523043,1510867202,134240706,1630409985,1885692771,1868770676,1701407599,1869622643,40924528,3145240321,17301714,1818308113,762606181,1886220131,1851877740,16934243,803057913,268503040,1852727598,1668183407,1868770661,1701407599,2044002562,134272681,1647185665,1869902959,1701653869,1734439795,3623944805,11711355,772669704,1952541808,1600085861,1868051536,3623944807,11711355,773718280,1831696482,762210657,1802465123,1882023273,1667853423,1769155961,1633838436,3993043570,10016751,773849352,1869491555,1701013876,540942451,1935763502,1953789250,1663987311,1953459757,40199017,3104269569,17301603,1667444240,1768648559,1868770661,1852142446,721486452,2119867,772342024,1831693667,1999463263,3371696386,134263262,1663961857,1600876399,1850754636,1711342155,3585661,772997384,1802465123,1915577705,762605423,808268589,16921389,1191061611,234948608,1869570862,1130719595,1768320623,16936306,176967304,402720768,1869570862,1936025963,1919377709,1701668197,1630368878,1953654124,363921666,134252818,1663966977,1768648559,1630368613,1701147239,1953391981,1953459757,1667851881,1869182049,3892380270,9340121,772276488,1802465123,40591219,2167616257,17301656,1902325254,38695490,1611930625,17301745,1768173075,1634493299,1919249769,2002739039,1430739e3,942866690,134224141,1680740609,1514230126,1668492910,1296460077,38367041,567226881,17301625,1969565224,1869570861,761620843,1970302832,1869426032,1701606756,1969577823,1869570911,1600481643,1970302832,2936078960,2870466,773128456,1702390118,1818373476,1600873327,1869570911,1936025963,3768582402,134272142,1714294017,1702129519,545136754,40067886,1507289089,17301757,1868967448,1919251567,1869570861,761620843,1701996385,1852140901,788595316,5752946,773128456,1953460070,1882026597,1869836901,762077550,1635017060,4115661058,134268721,1731070465,762474596,1953460082,4285923842,3298083820,134228852,1747845889,855704119,5398068,772866312,1868983913,1869570861,761620843,1936028533,3429236994,134220025,1764625409,1919903342,1769234797,16936559,600686371,251725824,1396927790,1868783426,1767994478,41051502,716596737,17301682,1869426201,1131176292,1768648559,1918858085,1601466223,909456223,16919889,3676845363,453050368,1534486884,1935764579,574447219,1633972077,1869562732,1936025963,39658079,674575105,17301723,1265511939,1598619906,134226099,1848514561,1718187119,1952539497,1936617321,1852793645,1852399988,16937573,1901726526,419497984,1819176750,1885695593,1600092258,1802465123,1600087401,1633972077,3774939756,1288037,773456136,1701273968,1869571629,1601332596,1886351455,1663922293,1768648559,855704165,13010025,772276488,762537840,40922996,1222312193,17301690,1919954446,1667331689,1818373497,40592239,1536816129,17301552,1634807304,1885628205,2483094130,11822408,773259528,1936286323,1127052658,1768648559,1919369573,1701668197,16938094,3112779571,218171392,761492270,1819228209,758345587,2483094064,12740022,774897928,1918986355,1663919205,1869639023,1953391982,1866673523,1701407599,1919369587,1701668197,757953646,1953460082,1228025133,38627918,1624850433,17301579,1752378892,1663924079,1768648559,3758162533,14801074,772931848,1819898995,1683971941,1818456937,1701669217,855704178,10383932,773325064,1819898995,1667199845,1635020399,1919250025,1865506655,37047650,4231279361,17301670,947138053,16922168,2730592048,201394176,1919251502,1882026861,1886744687,3546808578,134239747,1965956353,762471795,1635017060,1869770797,1936942435,761753193,1885434487,41051504,144346369,17301638,1702309397,1702065453,1869570861,1936025963,1869373997,16935779,290877607,285280256,1650816814,1869570861,761620843,1970302832,855704176,5666108,772145416,1663923319,419496546,14561335,772210952,1684483449,16937584,3185069783,402718720,1634493275,1029600115,1667449122,1131704421,1768648559,1562533733,1889992962,49676,1666913281,1936941420,1713519966,1999468387,762339698,16932130,3733773950,570490880,1952539739,1634610529,1029596525,1869562658,1936025963,1769238350,1633904998,1852795252,16932130,2541106227,755040256,2037674843,1029596524,2019914786,1818307956,980313961,1717922848,1881160564,1953067887,980316009,2020173344,574317669,251724381,13818456,1628569856,1663922288,1768648559,1630368613,1885692771,2281767540,4681269,1680081152,1666938473,1936941420,1931623722,1701607796,1130323812,1768648559,1634883429,1919250544,39658029,705129217,16777249,1986618400,1634493275,1029600115,1869762594,1701079414,1868783474,1767994478,577922414,1241580125,15110710,1680212224,1666938473,1936941420,1394752862,1350004590,1635150194,1867544931,2036558188,1852727618,576680549,2298544733,2420462,1830289664,761555318,1802465123,1848468841,1718187119,1952539497,40791913,3162951425,16777430,761885964,761423223,1919249505,855704180,7953460,772210952,1263357795,16938608,1717560278,117508096,1480681774,38160707,1608766977,17301606,1684745735,1248024676,3822452994,26207,1768175105,1953717110,1583705209,1634738749,1852400740,1869884775,824195696,997748784,1684107296,1735289188,1953456685,980250484,1882206496,1562524536,3588817154,268474773,1663241473,1768648559,1869635429,40924528,174332673,17301626,1667444235,1634891565,1919250544,3237413122,134224593,1680737537,40596065,607735553,17825898,1816208146,1131900780,1768648559,1867346789,40657252,3057021697,17301750,1869426191,762077540,1801675106,1886351972,913506562,268498614,1629688577,1885692771,1769234804,1296264815,1818318672,3254846060,12254661,587858192,1701653859,1734439795,4060152421,12063576,587792656,1298555235,1818322031,2636513538,268483643,1663244033,1635020399,1919250025,1769235265,1699573359,1734439795,503382629,11667704,588251408,1802465123,1633838441,1970220402,41051508,803618049,17825958,1868768026,1701407599,1852785523,1969711462,1769234802,1867345519,40657252,2912757249,17825916,1768170251,1852785526,1953391987,293470466,268455008,1713575937,1868852847,1851880052,1918988403,1768124005,1919364449,16937833,3873982832,218173440,1734700067,1866689633,1701407599,3674276467,9717245,587399440,16937072,2359285143,352391168,1633908003,1886351455,1650421877,1735091041,1853190002,2734752356,16545795,772079880,892355395,23527682,134232514,1261308161,1667329135,41511785,3035518465,17301535,1414344211,1633824077,1919250030,1869570861,1936025963,490537218,134278029,1596855041,1953394531,1701734753,1882283890,1601319021,3506504241,13795220,772931848,1802465123,762537321,1752462689,2053730927,3506504293,13795220,772735240,1818588787,825058676,896611701,16933177,3531576529,318834688,1701601582,1600091250,761754477,1885434455,41051504,1355816705,17301715,1818373645,1663922805,1768648559,16937829,4156952552,117508096,1465148206,38824002,3377147393,17301738,1768107540,1848469876,1633842785,1701653874,1734439795,654377573,14979936,772800776,1802465123,762537321,1919252079,41509228,265237505,17301668,1868770839,1701407599,1936018803,1701273971,1634891565,1919250544,207683842,134260726,1663963393,1635021429,1818193513,1952999273,41447266,3178461697,17301676,1633955341,1882022260,1635150194,16939363,2479128698,201394176,1819633198,1634750316,2037672291,1943077122,134281860,1731069953,1852386664,16936806,1327475454,419497984,1835100462,1869570861,761620843,1953394531,762081138,1633972077,1862337132,15220080,773980424,762143081,1802465123,1663919465,1920233071,1831693423,1818322031,1667326509,1869767787,1862337136,15220080,772210952,846426986,16922678,4180723263,302057472,1685024046,1663921249,1768189551,1852795235,16937829,1892972340,302057472,1953459758,1667851881,1869182049,1970482542,16937826,1123287043,453052416,1919905838,1952803956,1869570861,1936025963,2036427821,762606959,41182579,1900642561,17301740,1131490840,1768648559,1768833381,1768120685,1850044015,1684107892,3154182753,3805049,772604168,1395484018,1701994856,1886208868,2534867202,134261063,1915621121,1634039397,1986997612,1634497125,805372537,12400122,773062920,1667855475,1848473963,1718187119,1952539497,40791913,1394226689,17301563,1970482706,1666461033,1919501926,1632400499,41051513,557000194,334061346,17301723,1869884941,762606433,1953787746,16936303,3236659858,218171392,1937077294,1868770675,1701407599,1929446003,12654156,1679163648,1818701175,1818321519,1953459757,1667851881,1869182049,536937070,13529538,587792656,1919639915,1851880565,1660158210,268472775,1931682049,1651075171,1684370547,1952539693,1868770657,1869771886,1919249516,1769239341,41511779,3496145921,17301646,1128672774,40064595,3958237697,17301693,1666395685,1935829352,1113875828,1701736033,1465868146,1886413170,1932358245,1818570083,1768437612,16920621,3886780878,402720768,1228037934,962999920,1701864266,1130653023,1412523375,1299001971,3991535874,134268138,1647184385,762012524,1868983913,3991535874,134232045,1663963137,1869570861,761620843,1852727650,16937573,1637849308,151062528,1748067118,1768519027,1375797814,5605713,773980424,1932358506,1764581992,762540910,1768386412,1667194734,1768648559,1868770661,1852142446,2835415668,4876585,772210952,1197890155,16930884,3391362779,352389120,1819242542,1819242607,1953451641,1667851881,1869182049,1375797870,4477007,773128456,1663924080,1768648559,1868770661,1852142446,846605684,1660158210,134242248,1932396289,1868849512,4093706871,4205667,772931848,762539891,1663920995,1953395566,1852271917,838926962,2980004,1680933120,1935373929,1701607796,1679965534,1819308905,540703073,2019912806,1818304571,762210153,1835365481,1663056499,1702129253,1562524530,3991535874,268479210,1629689089,1885692771,1868770676,1701407599,1869571629,41051508,2625280769,17825922,1685070604,1882022256,1667853423,1040253561,1867912,587792656,1970302832,1936928112,1595080962,134246326,1345193217,39940196,4046864897,17301655,1868770832,1852142446,1702059892,1869182051,855704174,10308142,772604168,1802465123,762537321,1634755696,775880962,134248511,1697516289,1919251566,1852793901,285278821,8878949,772669704,1953460070,1882026597,1667853423,1107362425,14285110,772604168,1634755696,1634891565,1919250544,1502806274,134274581,1882065921,1886744687,1685086047,16933232,1126188490,352389120,762605614,1667329651,1918984811,1970495327,1667327602,2533425765,8554042,773128456,761620596,1634755696,1852793645,1953391987,1918984749,1060045058,268484288,1780683521,1869622643,762344816,1953394531,1701734753,2701197938,11313331,772735240,1970302832,1852785520,1852399988,16937573,2896212897,302059520,1802922787,1869504363,1768319348,1769234787,16936559,1713387945,335613952,1634038307,1600415076,1953394531,1952670066,2003792479,377356546,134247961,1294866689,1866688885,1885432940,1999463795,1886413170,1850307173,41051502,3877300481,17301646,1868770831,1634890862,1882027107,1886744687,3224109314,134255726,1663967745,1768648559,1869622629,2036558188,1869570911,1348823403,1667853423,962551673,2053202552,3893166338,134222008,1663968001,1768648559,1868783461,1701407599,1936617283,1467248229,1886413170,1600090725,1682719850,2969633358,12189161,772276488,1635017060,41050434,161989121,17301639,1634086407,1734900047,1233191170,134242594,1764624897,1882025320,1886744687,307429634,134229811,1764626945,1882025320,1886744687,1702260525,2036427890,307429634,134229811,1882065153,1667853423,41117033,3245705985,17301597,1937059341,761753193,1802465123,16934249,4165114924,117508096,1819242542,41509737,474942465,17825849,1818632979,1769234799,1633642350,1701147239,1953391981,2703098114,268468339,1881345537,1667853423,1667313017,1953523043,1421541634,134238193,1630414593,1667198052,1667199085,1702063727,1680700526,1869373801,1869426023,1701606756,1667326559,1869767787,3137405552,5239124,588579088,1734439797,1869491557,1701013876,1936026925,1701273971,186515714,134225844,1143868161,1818456937,1701669217,788595314,15485407,774242560,1701996385,1869562725,1550149995,1836016430,1701736304,1600091246,1802465123,1918330217,1701867617,2130772594,13753902,772866312,1801675106,1970238055,1882023022,1886744687,2989621506,134222246,1647184641,1868783470,1701407599,3758162547,16730870,773259528,1802465123,762537321,1970302832,1970482544,1818849395,16934254,4062677964,100730880,1869570862,16935791,4023926998,251725824,1953459758,1868770681,1767994478,41051502,3815198465,16777396,1986618413,1952539739,1702112609,1684632691,1868767805,1701407599,1986997619,1634497125,1667194745,1635020399,1919250025,16932130,4273541633,352389120,1869571630,1601332596,1953459807,1667851881,1869182049,318833262,16155562,588054800,1936617315,1282698853,1919252833,2413494530,268457970,1931678209,1299474031,1634956133,762537319,1953720684,886702338,134240948,1647185409,1886334311,1953063777,808791417,1318256898,134239709,1663961345,1915579747,41185135,141420289,17301592,1868770839,1852142446,1919895156,1667194733,1635020399,1919250025,245563650,134234e3,1764627457,1831678574,1818322031,1818386271,1651204961,84047983,3890460185,3218228561,2818873327,1083697138,2786444028,402720768,1702065454,1869491570,762537332,1769238382,1633904998,1852795252,3992256770,24875,2004029697,1868770659,1701407599,1851875885,41051502,1774794242,1253390625,17825832,1799561988,3053584963,4274933635,13282431,1879703808,1868770661,1701407599,3036742259,102788,587858192,1768714096,1766095203,3489727094,1293252,772997384,1953787746,1714253167,2053465458,1647141989,16937569,2592120290,100732928,1819033891,16938863,1857711477,234948608,1634296878,761753452,1734633847,16938085,10116720,251727872,1852793635,1953391987,1970040877,40790375,3862564360,1665536199,1068771584,938095812,19050703,2136913522,3751001744,4207279560,17301645,1869491727,1701013876,1868770605,1701407599,235864322,48157,1702045441,1869182051,1818450798,1584624481,1917854269,1667331689,1852785529,1953391987,1852727618,576680549,2902524509,3106228,588972304,1701732191,1042314360,1986618400,1634493275,1029600115,1936941858,33709346,1506395681,3828005834,117510144,1953525539,40790317,3708493825,17825830,1919099661,762540911,1818323300,16934767,3535285516,184619008,1718511907,1600348015,41447266,1389720833,17825938,1852384015,1667198822,1635020399,1919250025,3963945218,134220009,1663966721,1768648559,1816294245,1399546735,762540899,1801675106,1886351972,2053517613,1724973314,134281844,1663965697,1768648559,1816294245,1399546735,762540899,1953460082,1733505325,1724973314,134281844,1814959617,1701080673,1764582510,1651467886,1814917729,1952999273,4186767618,268463159,1663242497,1702063727,1647146094,1814919279,40136807,3822646273,17825973,1768170251,1634493299,1919249769,2001666306,134230456,1630406401,1953654124,3909157473,16623024,772669704,1919249505,1866686836,1701407599,956367475,4064022,773259528,761427304,1868983913,1918984749,1836016429,1701736304,67269742,545478451,808278323,485671819,1590483136,83953664,1885826094,1812071012,2082430985,487154,1679753472,1666938473,1936941420,1814183262,761557095,1936942445,761620321,1601728354,33709346,1041465453,738833830,134285312,1819172654,1969842542,1060307202,134263178,1680738817,1818456937,1919249761,1873215746,134268407,1831736321,1634891565,1919250544,761750061,1634494253,16937843,1497783493,419497984,1734438958,540942437,1634493275,1026192243,1684633378,578053479,3590390365,13108068,773325064,2036293491,1315596082,810764649,1095905647,1648702815,41380718,238987521,17301661,762588682,1734421865,40199538,2396645377,17301670,913583621,16922421,1708260911,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,540868608,2417885184,262272,105,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,200,202,208,210,210,210,214,216,218,220,224,226,228,230,232,234,236,238,238,242,242,242,242,246,246,250,252,254,254,254,254,254,256,258,258,258,260,266,266,270,274,274,274,278,278,278,280,282,284,284,284,286,288,290,292,296,298,298,300,302,306,308,310,310,310,314,314,318,320,324,324,326,326,328,330,332,334,336,336,336,340,342,348,348,348,352,356,364,366,370,374,376,376,378,382,384,384,386,390,392,396,396,396,396,400,402,404,406,408,410,414,414,416,416,420,424,426,428,430,430,430,432,436,440,442,442,442,442,444,446,454,456,458,460,462,464,466,466,468,472,474,474,476,476,476,480,480,484,484,484,486,486,486,488,488,490,490,492,494,496,496,496,496,498,500,502,502,506,506,510,512,512,514,518,518,518,520,520,522,522,526,528,528,528,528,532,532,532,534,534,536,538,542,542,546,548,550,550,550,550,556,560,564,570,572,574,576,576,576,580,580,584,588,592,594,594,596,596,598,598,598,598,600,602,606,606,606,606,606,608,610,612,614,616,616,616,618,620,626,626,628,636,636,636,636,636,638,642,642,646,648,650,652,652,656,658,658,658,662,666,668,668,672,674,676,676,678,680,682,684,684,686,688,690,692,696,696,696,698,704,706,706,708,710,716,716,718,720,720,722,722,724,724,728,728,730,732,732,734,738,740,740,740,740,742,744,744,746,746,750,750,750,750,750,752,752,756,758,760,764,764,764,766,768,768,772,772,774,774,774,776,778,778,780,784,788,788,788,792,796,796,796,796,800,804,806,806,806,808,808,810,812,812,816,820,822,824,828,832,836,836,838,840,842,846,852,852,852,856,856,858,860,860,862,866,866,866,866,868,868,874,874,878,878,882,884,886,886,886,890,890,890,892,896,902,902,904,906,908,910,912,914,916,920,920,922,922,922,922,922,926,926,926,926,928,932,936,936,936,942,944,950,952,954,956,958,960,960,960,960,962,962,962,966,966,966,966,966,976,976,980,982,982,984,986,986,986,986,990,992,992,992,994,996,998,1002,1004,1004,1004,1004,1008,1008,1008,1008,1008,1008,1008,1012,1014,1016,1018,1020,1020,1022,1024,1026,1026,1026,1028,1030,1030,1030,1032,1032,1036,1038,1040,1042,1044,1046,1046,1048,1048,1048,1052,1054,1064,1064,1066,1068,1070,1070,1070,1072,1076,1080,1082,1086,1086,1088,1090,1092,1092,1094,1094,1094,1094,1096,1096,1098,1098,1104,1104,1108,1108,1108,1108,1108,1110,1114,1114,1114,1114,1114,1118,1120,1120,1124,1126,1126,1128,1130,1132,1134,1136,1136,1138,1140,1142,1142,1144,1146,1146,1146,1146,1150,1152,1158,1160,1160,1160,1162,1162,1166,1170,1170,1176,1178,1182,1184,1186,1186,1186,1188,1190,1190,1190,1192,1194,1194,1194,1194,1196,1198,1198,1198,1200,1202,1204,1210,1216,1220,1222,1228,1234,1236,1238,1238,1242,1248,1250,1252,1254,1256,1258,1260,1262,1266,1266,1266,1266,1268,1270,1274,1278,1280,1282,1282,1284,1288,1290,1292,1294,1294,1300,1302,1306,1308,1308,1308,1310,1314,1318,1318,1320,1320,1320,1324,1328,1332,1334,1336,1336,1338,1338,1342,1342,1344,1346,1350,1352,1352,1354,1354,1354,1356,1358,1358,1360,1364,1366,1368,1368,1370,1372,1374,1376,1376,1380,1380,1384,1386,1390,1394,1398,1398,1398,1400,1404,1408,1410,1412,1412,1412,1414,1414,1420,1420,1424,1428,1430,1432,1432,1434,1440,1444,1448,1450,1452,1452,1454,1454,1454,1454,1458,1458,1460,1464,1470,1474,1474,1474,1476,1476,1480,1480,1480,1482,1482,1482,1484,1486,1488,1492,1492,1492,1492,1498,1500,1500,1502,1504,1506,1506,1510,1512,1512,1512,1512,1514,1516,1518,1518,1522,1522,1522,1522,1524,1524,1524,1526,1528,1528,1530,1534,1534,1536,1540,1540,1550,1550,1550,1552,1554,1554,1556,1560,1562,1562,1562,1570,1570,1572,1574,1582,1582,1582,1582,1586,1588,1590,1592,1596,1598,1598,1600,1600,1602,1604,1606,1608,1608,1608,1612,1614,1618,1624,1624,1628,1630,1632,1634,1634,1642,1642,1642,1642,1644,1644,1644,1648,1650,1652,1652,1652,1654,1658,1658,1660,1660,1662,1664,1666,1668,1668,1672,1676,1676,1676,1678,1678,1678,1678,1678,1680,1684,1686,1694,1696,1700,1700,1702,1702,1710,1710,1712,1712,1716,1718,1722,1724,1728,1732,1738,1738,1738,1742,1742,1744,1744,1746,1750,1754,1756,1758,1762,1766,1772,1772,1776,1782,1782,1784,1788,1790,1794,1800,1802,1804,1804,1806,1808,1812,1820,1822,1822,1824,1826,1828,1836,1836,1838,1844,1848,1850,1854,1854,1854,1854,1858,1858,1862,1862,1862,1864,1866,1868,1872,1876,1880,1882,1882,1884,1888,1888,1888,1890,1890,1892,1892,1894,1896,1896,1898,1898,1900,1904,1908,1910,1912,1912,1916,1918,1918,1918,1926,1932,1934,1934,1938,1946,1948,1950,1954,1958,1962,1964,1970,1972,1974,1976,1978,1978,1978,1978,1978,1980,1980,1982,1982,1984,1988,1990,1992,1996,2e3,2006,2006,2012,2014,2014,2016,2018,2018,2022,2024,2024,2026,2040,2042,2046,2046,2046,2048,2056,2058,2062,2062,2066,2068,2070,2076,2078,2080,2082,2086,2088,2090,2092,2092,2092,2092,2092,2092,2094,2094,2094,2096,2098,2098,2098,2108,2110,2112,2112,2112,2116,2116,2116,2118,2124,2126,2128,2128,2132,2134,2136,2138,2140,2142,2144,2146,2148,2148,2148,2156,2156,2158,2160,2160,2164,2166,2166,2168,2168,2168,2170,2178,2178,2180,2180,2180,2182,2184,2186,2186,2186,2186,2186,2186,2186,2192,2192,2194,2196,2198,2198,2202,2204,2204,2204,2204,2204,2204,2208,2210,2210,2214,2218,2218,2222,2226,2230,2232,2236,2238,2240,2244,2244,2244,2244,2244,2248,2248,2254,2256,2258,2258,2258,2260,2260,2260,2262,2262,2264,2264,2264,2266,2270,2270,2270,2278,2280,2280,2280,2288,2288,2290,2290,2290,2290,2294,2296,2300,2300,2306,2308,2308,2310,2310,2314,2316,2318,2318,2320,2324,2324,2328,2330,2340,2340,2342,2346,2350,2352,2354,2356,2358,2360,2360,2362,2362,2364,2366,2370,2374,2380,2382,2382,2382,2384,2386,2386,2388,2392,2392,2396,2396,2400,2402,2402,2402,2402,2406,2406,2410,2414,2416,2418,2418,2426,2426,2426,2428,2430,2430,2432,2436,2436,2442,2442,2446,2448,2450,2452,2452,2454,2454,2454,2458,2458,2458,2458,2460,2464,2468,2470,2472,2474,2476,2478,2480,2480,2480,2482,2486,2486,2488,2490,2492,2496,2498,2498,2506,2510,2512,2514,2514,2516,2520,2524,2528,2532,2532,2532,2536,2540,2540,2542,2544,2546,2550,2558,2560,2562,2562,2562,2562,2568,2570,2572,2574,2580,2584,2586,2588,2592,2594,2594,2596,2600,2606,2608,2610,2612,2612,2612,2614,2616,2618,2620,2620,2624,2628,2628,2628,2628,2630,2630,2632,2634,2640,2642,2646,2646,2646,2648,2652,2652,2652,2652,2654,2658,2658,2662,2666,2666,2670,2672,2672,2674,2676,2678,2680,2682,2686,2690,2692,2694,2694,2700,2700,2702,2704,2708,2714,2714,2718,2724,2724,2726,2726,2730,2732,2734,2738,2740,2744,2748,2754,2756,2760,2760,2762,2764,2764,2764,2764,2766,2766,2766,2766,2770,2770,2770,2772,2772,2774,2776,2776,2780,2784,2784,2784,2788,2790,2792,2792,2794,2794,2800,2802,2804,2804,2806,2808,2812,2814,2814,2816,2820,2820,2822,2822,2822,2824,2830,2832,2834,2834,2836,2836,2838,2838,2838,2840,2840,2844,2844,2848,2850,2850,2850,2854,2854,2856,2860,2860,2862,2866,2868,2868,2870,2872,2874,2874,2880,2880,2880,2882,2882,2884,2888,2896,2898,2898,2898,2900,2900,2904,2910,2910,2910,2912,2914,2914,2914,2914,2916,2916,2920,2922,2922,2922,2924,2926,2926,2926,2926,2926,2928,2934,2934,2934,2934,2934,2934,2936,2936,2936,2938,2938,2938,2942,2942,2948,2948,2950,2950,2950,2950,2950,2950,2952,2952,2954,2954,2956,2956,2956,2958,2960,2964,2964,2966,2968,2972,2974,2980,2982,2988,2990,2992,2996,3e3,3e3,3002,3006,3006,3006,3014,3014,3016,3016,3022,3022,3024,3024,3024,3026,3032,3032,3034,3036,3036,3044,3046,3048,3048,3050,3050,3054,3062,3062,3062,3068,3072,3074,3076,3078,3080,3082,3084,3088,3090,3094,3096,3100,3104,3104,3106,3112,3114,3114,3120,3122,3122,3122,3124,3126,3130,3136,3138,3140,3140,3140,3148,3152,3154,3156,3158,3158,3160,3162,3162,3164,3166,3168,3168,3170,3170,3170,3172,3176,3176,3178,3184,3184,3186,3186,3186,3190,3192,3194,3196,3196,3196,3196,3196,3198,3198,3198,3198,3198,3200,3202,3204,3206,3206,3208,3212,3216,3220,3222,3222,3222,3226,3228,3234,3238,3240,3240,3242,3244,3248,3248,3248,3250,3252,3252,3252,3260,3262,3268,3274,3274,3276,3276,3278,3282,3284,3286,3290,3292,3292,3296,3296,3296,3298,3300,3306,3310,3312,3312,3314,3320,3324,3324,3326,3328,3334,3334,3336,3338,3340,3340,3342,3344,3348,3352,3356,3358,3362,3364,3364,3366,3370,3372,3376,3376,3376,3378,3378,3380,3380,3380,3382,3384,3388,3392,3394,3398,3398,3400,3400,3402,3402,3402,3402,3404,3408,3408,3414,3414,3416,3418,3426,3426,3426,3426,3426,3428,3430,3434,3436,3438,3440,3440,3442,3442,3442,3446,3446,3452,3456,3456,3460,3460,3464,3466,3468,3468,3468,3476,3478,3478,3480,3486,3486,3486,3486,3486,3486,3486,3486,3488,3490,3490,3490,3492,3496,3496,3498,3502,3504,3506,3506,3510,3512,3512,3514,3516,3516,3516,3520,3520,3520,3520,3522,3524,3524,3524,3526,3526,3528,3532,3532,3532,3540,3540,3540,3540,3540,3542,3544,3544,3544,3548,3548,3550,3552,3556,3560,3560,3562,3564,3564,3566,3568,3570,3572,3572,3572,3574,3578,3578,3582,3582,3582,3586,3586,3586,3588,3588,3590,3596,3598,3600,3602,3604,3606,3606,3606,3610,3612,3614,3614,3616,3616,3618,3620,3620,3624,3626,3630,3630,3630,3632,3636,3640,3640,3640,3644,3646,3646,3648,3648,3648,3652,3652,3660,3660,3664,3670,3672,3672,3676,3682,3684,3686,3688,3690,3692,3692,3692,3694,3698,3702,3702,3702,3704,3710,3712,3714,3718,3718,3720,3724,3726,3728,3728,3730,3732,3732,3732,3736,3736,3738,3740,3742,3746,3752,3756,3758,3760,3760,3762,3762,3764,3766,3768,3770,3770,3776,3776,3776,3778,3778,3782,3786,3786,3788,3792,3796,3798,3800,3800,3800,3800,3800,3802,3802,3802,3804,3804,3806,3806,3814,3814,3814,3816,3816,3818,3820,3822,3826,3826,3828,3830,3836,3836,3836,3836,3840,3842,3842,3844,3846,3846,3848,3852,3852,3854,3856,3856,3858,3858,3858,3860,3864,3866,3868,3870,3872,3874,3880,3882,3884,3888,3894,3894,3894,3896,3900,3904,3908,3910,3912,3914,3914,3914,3914,3916,3916,3920,3920,3924,3924,3924,3924,3928,3928,3930,3932,3936,3936,3936,3936,3940,3944,3946,3952,3954,3958,3958,3958,3960,3962,3966,3970,3970,3972,3972,3976,3978,3980,3982,3982,3984,3984,3984,3984,3984,3986,3988,3988,3992,3994,3996,3996,4e3,4006,4008,4012,4014,4018,4022,4022,4022,4022,4028,4028,4030,4030,4030,4032,4032,4036,4036,4036,4042,4044,4048,4050,4052,4052,4052,4052,4052,4054,4054,4054,4060,4062,4064,4068,4070,4070,4072,4072,4074,4076,4076,4078,4084,4084,4090,4090,4098,4102,4102,4102,4102,4102,4106,4110,4110,4112,4114,4118,4122,4124,4124,4126,4126,4126,4128,4130,4132,4134,4136,4136,4136,4138,4138,4140,4142,4144,4146,4152,4152,4160,4162,4162,4166,4168,4168,4168,4168,4172,4174,4176,4176,4178,4180,4184,4184,4186,4186,4190,4190,4190,4192,4192,4198,4202,4202,4204,4204,4206,4206,4208,4208,4210,4210,4210,4212,4214,4214,4214,4214,4214,4214,4214,4216,4222,4224,4228,4228,4232,4234,4238,4246,4250,4252,4252,4252,4252,4252,4256,4258,4260,4260,4260,4262,4264,4264,4264,4264,4264,4264,4266,4266,4266,4266,4270,4272,4278,4278,4278,4280,4280,4280,4282,4288,4288,4288,4288,4292,4296,4296,4298,4300,4302,4304,4304,4306,4306,4308,4310,4314,4314,4316,4318,4324,4328,4328,4328,4330,4332,4332,4334,4336,4336,4342,4342,4342,4342,4342,4348,4350,4352,4356,4358,4358,4360,4360,4360,4360,4360,4362,4362,4364,4366,4374,4376,4376,4378,4378,4378,4378,4380,4382,4384,4390,4392,4392,4394,4396,4400,4402,4404,4404,4404,4406,4410,4410,4410,4410,4410,4412,4416,4416,4420,4422,4426,4430,4430,4432,4436,4436,4440,4440,4440,4440,4442,4446,4450,4452,4452,4454,4456,4460,4464,4464,4464,4464,4464,4464,4466,4468,4472,4474,4478,4478,4478,4480,4482,4482,4482,4484,4486,4490,4492,4492,4496,4502,4502,4502,4502,4506,4506,4514,4516,4520,4520,4524,4528,4528,4530,4530,4532,4534,4538,4540,4540,4544,4546,4550,4552,4554,4556,4556,4558,4560,4560,4562,4566,4566,4568,4570,4572,4572,4572,4574,4574,4574,4574,4574,4578,4580,4580,4582,4584,4586,4588,4590,4594,4596,4598,4598,4602,4610,4612,4614,4616,4616,4620,4620,4620,4620,4620,4622,4622,4624,4624,4624,4626,4628,4630,4630,4630,4630,4630,4632,4634,4636,4636,4636,4642,4642,4650,4652,4654,4654,4654,4654,4658,4658,4660,4662,4666,4666,4666,4676,4676,4678,4678,4684,4690,4696,4696,4696,4698,4704,4704,4704,4704,4708,4710,4710,4710,4712,4716,4718,4720,4724,4724,4726,4730,4734,4736,4736,4740,4740,4740,4740,4740,4742,4748,4752,4756,4760,4768,4772,4772,4772,4772,4772,4772,4774,4774,4778,4778,4784,4786,4786,4786,4786,4792,4796,4798,4802,4802,4806,4816,4818,4820,4822,4822,4824,4824,4826,4826,4826,4826,4828,4830,4830,4836,4838,4840,4844,4848,4848,4848,4848,4848,4848,4848,4848,4852,4854,4860,4862,4866,4866,4866,4874,4878,4880,4886,4888,4896,4896,4900,4900,4900,4904,4904,4904,4906,4908,4908,4912,4914,4914,4916,4918,4922,4924,4926,4928,4928,4930,4932,4932,4932,4932,4934,4936,4940,4940,4942,4944,4946,4948,4948,4950,4954,4956,4958,4960,4960,4964,4966,4974,4978,4978,4978,4978,4980,4984,4984,4986,4988,4990,4992,4992,4998,4998,4998,5e3,5e3,5002,5004,5006,5006,5008,5012,5020,5022,5022,5026,5028,5030,5032,5036,5038,5042,5046,5050,5050,5052,5056,5062,5070,5070,5070,5072,5072,5074,5076,5076,5076,5078,5080,5080,5080,5084,5086,5086,5092,5096,5098,5100,5100,5106,5106,5108,5108,5108,5108,5110,5120,5120,5124,5126,5128,5128,5128,5128,5128,5130,5132,5132,5136,5136,5136,5136,5138,5142,5144,5144,5144,5148,5150,5150,5154,5154,5154,5154,5156,5158,5162,5164,5168,5172,5172,5172,5174,5174,5174,5174,5174,5176,5182,5182,5182,5184,5190,5190,5190,5192,5192,5196,5200,5200,5202,5204,5204,5204,5206,5208,5210,5224,5226,5232,5236,5240,5240,5244,5248,5250,5252,5252,5252,5254,5254,5256,5258,5262,5264,5264,5264,5264,5266,5268,5270,5270,5270,5274,5278,5278,5278,5280,5280,5290,5290,5290,5292,5292,5292,5296,5298,5300,5300,5306,5306,5306,5308,5312,5312,5314,5316,5322,5324,5326,5328,5330,5330,5334,5336,5338,5340,5340,5342,5346,5346,5348,5348,5350,5350,5350,5350,5350,5352,5352,5352,5352,5352,5352,5352,5354,5356,5360,5360,5362,5364,5366,5368,5368,5372,5374,5378,5380,5382,5384,5388,5390,5392,5394,5396,5396,5398,5402,5408,5410,5410,5414,5416,5416,5418,5420,5422,5422,5422,5428,5428,5430,5432,5432,5438,5440,5440,5440,5444,5444,5444,5450,5454,5456,5460,5460,5462,5464,5466,5466,5466,5470,5476,5476,5482,5482,5482,5482,5486,5488,5490,5490,5494,5498,5500,5502,5508,5512,5512,5516,5522,5528,5528,5530,5530,5534,5536,5536,5540,5542,5542,5542,5542,5542,5546,5548,5548,5550,5552,5552,5554,5554,5554,5554,5558,5558,5558,5562,5562,5568,5574,5576,5578,5578,5580,5584,5590,5594,5596,5596,5600,5600,5604,5606,5610,5610,5610,5610,5610,5614,5616,5618,5620,5622,5626,5626,5632,5638,5646,5646,5650,5650,5652,5652,5654,5654,5656,5658,5658,5662,5664,5666,5668,5674,5676,5678,5680,5680,5680,5682,5684,5686,5686,5690,5690,5690,5692,5692,5692,5692,5694,5696,5698,5698,5700,5702,5702,5702,5702,5704,5704,5704,5706,5706,5706,5710,5710,5712,5712,5718,5722,5726,5730,5734,5738,5738,5738,5740,5742,5742,5744,5748,5752,5752,5752,5752,5754,5754,5760,5760,5762,5764,5766,5766,5766,5770,5772,5772,5772,5774,5774,5776,5778,5780,5780,5780,5782,5782,5788,5788,5790,5790,5794,5796,5802,5802,5804,5808,5810,5812,5812,5812,5814,5814,5814,5814,5818,5824,5826,5826,5830,5836,5836,5844,5844,5846,5848,5852,5858,5860,5862,5864,5864,5868,5868,5872,5876,5878,5878,5884,5884,5884,5884,5888,5888,5892,5896,5896,5900,5900,5902,5904,5908,5910,5912,5912,5914,5920,5920,5924,5924,5928,5928,5930,5934,5938,5940,5944,5944,5944,5946,5950,5952,5958,5960,5960,5960,5962,5962,5966,5970,5974,5974,5978,5980,5980,5982,5982,5986,5988,5990,5994,5994,5994,5998,6002,6002,6004,6004,6004,6004,6006,6010,6010,6016,6018,6018,6018,6018,6020,6022,6024,6028,6032,6032,6034,6038,6042,6042,6042,6042,6046,6050,6050,6052,6054,6116,6118,6122,6126,6126,6130,6130,6132,6134,6140,6140,6140,6140,6144,6144,6144,6146,6146,6148,6148,6150,6150,6154,6156,6156,6156,6158,6158,6162,6164,6166,6166,6168,6170,6174,6176,6176,6182,6184,6184,6188,6188,6188,6188,6192,6194,6196,6200,6202,6206,6210,6212,6214,6216,6220,6220,6222,6222,6222,6224,6228,6230,6234,6234,6236,6240,6244,6244,6246,6246,6248,6252,6264,6266,6266,6272,6274,6274,6278,6280,6284,6288,6290,6290,6292,6294,6296,6300,6302,6302,6304,6306,6306,6306,6308,6310,6310,6310,6312,6314,6316,6320,6320,6326,6326,6326,6328,6334,6334,6340,6342,6342,6344,6346,6348,6348,6348,6350,6350,6350,6354,6356,6362,6362,6366,6368,6370,6372,6374,6376,6376,6382,6382,6382,6384,6386,6390,6390,6390,6398,6400,6402,6404,6408,6410,6410,6412,6412,6412,6414,6420,6422,6426,6428,6430,6432,6432,6434,6434,6436,6436,6436,6436,6436,6440,6440,6442,6444,6446,6450,6452,6456,6458,6458,6462,6466,6468,6470,6470,6472,6474,6474,6476,6476,6480,6480,6484,6484,6486,6488,6488,6490,6492,6494,6500,6500,6504,6506,6508,6542,6542,6544,6544,6546,6548,6550,6554,6554,6556,6556,6560,6560,6562,6564,6570,6572,6574,6574,6574,6574,6576,6576,6576,6576,6576,6578,6580,6580,6580,6580,6584,6584,6588,6588,6590,6590,6592,6592,6594,6600,6600,6602,6604,6610,6610,6610,6610,6614,6614,6614,6616,6622,6626,6628,6634,6636,6638,6638,6638,6642,6646,6648,6652,6654,6662,6664,6664,6664,6664,6664,6668,6670,6670,6670,6672,6672,6672,6674,6674,6680,6680,6682,6682,6682,6684,6684,6686,6686,6686,6686,6686,6688,6688,6692,6694,6694,6694,6696,6696,6696,6700,6700,6702,6704,6704,6706,6710,6714,6720,6724,6728,6728,6728,6730,6730,6730,6732,6736,6736,6736,6738,6740,6740,6744,6746,6748,6748,6748,6748,6754,6758,6758,6762,6762,6766,6768,6770,6770,6770,6772,6772,6776,6782,6784,6786,6788,6788,6792,6792,6794,6796,6804,6808,6810,6810,6810,6812,6814,6816,6822,6828,6828,6828,6828,6828,6830,6836,6836,6836,6840,6842,6842,6844,6846,6848,6850,6850,6850,6850,6850,6850,6854,6858,6860,6862,6864,6864,6866,6868,6870,6870,6872,6874,6880,6880,6880,6886,6886,6890,6896,6898,6898,6900,6900,6900,6902,6902,6904,6908,6908,6910,6910,6914,6914,6916,6918,6924,6924,6924,6928,6930,6930,6930,6932,6934,6936,6936,6938,6938,6942,6946,6948,6950,6952,6952,6954,6956,6956,6958,6964,6968,6968,6972,6972,6972,6974,6976,6976,6976,6978,6982,6982,6982,6986,6988,6992,6992,6994,6996,7002,7006,7010,7010,7014,7016,7018,7020,7022,7024,7026,7028,7030,7036,7036,7036,7044,7048,7048,7054,7054,7056,7060,7060,7060,7064,7066,7066,7070,7072,7074,7076,7076,7080,7082,7082,7088,7088,7088,7092,7094,7094,7096,7096,7096,7098,7102,7104,7104,7104,7104,7104,7106,7106,7110,7110,7110,7110,7114,7116,7118,7118,7122,7124,7126,7128,7130,7130,7130,7130,7132,7136,7136,7140,7146,7148,7150,7154,7158,7158,7158,7158,7158,7160,7160,7162,7164,7166,7168,7174,7176,7178,7180,7182,7182,7188,7190,7192,7196,7200,7204,7206,7208,7210,7210,7212,7214,7214,7216,7216,7216,7216,7220,7220,7220,7222,7224,7224,7226,7230,7230,7234,7236,7238,7240,7244,7250,7250,7254,7254,7256,7258,7260,7260,7266,7266,7266,7270,7274,7274,7274,7274,7276,7276,7278,7280,7282,7282,7282,7282,7282,7282,7286,7290,7290,7294,7296,7302,7302,7304,7304,7304,7304,7306,7308,7308,7308,7310,7312,7314,7316,7320,7322,7322,7328,7332,7332,7334,7336,7336,7336,7338,7338,7338,7342,7348,7348,7348,7348,7354,7354,7360,7362,7368,7374,7378,7382,7382,7390,7392,7394,7396,7396,7396,7400,7402,7402,7402,7404,7404,7408,7410,7414,7416,7416,7416,7416,7418,7422,7426,7426,7428,7430,7432,7432,7434,7436,7438,7438,7438,7440,7442,7442,7446,7446,7450,7450,7452,7452,7454,7456,7458,7462,7464,7464,7466,7466,7466,7468,7472,7474,7474,7474,7474,7476,7480,7482,7486,7492,7500,7500,7500,7504,7508,7510,7510,7514,7514,7516,7518,7522,7524,7526,7526,7528,7530,7534,7534,7534,7536,7538,7540,7544,7544,7544,7544,7544,7548,7550,7552,7554,7554,7556,7558,7564,7564,7568,7572,7574,7574,7578,7580,7582,7590,7596,7596,7596,7596,7596,7598,7602,7606,7608,7608,7610,7610,7610,7610,7612,7612,7612,7614,7618,7620,7622,7622,7624,7624,7624,7628,7630,7630,7632,7638,7640,7644,7646,7648,7650,7650,7652,7658,7658,7664,7668,7672,7674,7674,7676,7676,7676,7680,7682,7686,7686,7688,7690,7694,7694,7696,7700,7706,7712,7712,7716,7716,7720,7724,7724,7726,7726,7728,7730,7734,7736,7736,7738,7738,7740,7740,7744,7744,7744,7748,7750,7750,7752,7752,7752,7752,7754,7758,7762,7762,7764,7764,7766,7768,7770,7770,7772,7774,7776,7778,7780,7780,7782,7784,7788,7788,7788,7790,7790,7790,7790,7798,7798,7800,7802,7802,7806,7808,7808,7808,7810,7814,7814,7818,7818,7822,7822,7822,7822,7826,7826,7828,7832,7834,7834,7834,7846,7846,7846,7850,7850,7856,7862,7866,7870,7872,7872,7872,7872,7872,7872,7872,7872,7876,7880,7882,7886,7886,7888,7892,7894,7894,7896,7898,7898,7898,7898,7900,7900,7902,7904,7904,7904,7904,7906,7908,7910,7912,7912,7912,7914,7916,7918,7920,7920,7920,7922,7924,7930,7932,7936,7942,7944,7948,7950,7952,7954,7954,7954,7962,7966,7966,7968,7970,7972,7972,7972,7978,7978,7978,7980,7980,7982,7982,7986,7988,7994,7996,7996,7998,8e3,8002,8002,8006,8010,8012,8014,8018,8020,8022,8024,8024,8028,8030,8034,8036,8038,8044,8046,8046,8046,8048,8048,8050,8052,8054,8054,8056,8056,8058,8060,8060,8060,8062,8064,8066,8066,8066,8072,8072,8078,8080,8080,8082,8084,8084,8084,8088,8088,8088,8090,8090,8092,8092,8102,8102,8102,8102,8104,8108,8110,8110,8116,8120,8122,8122,8122,8122,8122,8124,8124,8126,8128,8132,8134,8138,8140,8140,8142,8144,8144,8148,8148,8154,8156,8156,8158,8158,8160,8162,8162,8162,8162,8162,8164,8166,8168,8170,8170,8174,8174,8178,8180,8182,8184,8186,8186,8190,8192,8194,8194,8194,8200,8200,8200,8202,8204,8204,8206,8208,8212,8216,8216,8216,8216,8220,8220,8224,8224,8224,8226,8228,8230,8232,8232,8232,8234,8236,8242,8246,8250,8252,8252,8254,8256,8260,8262,8262,8262,8266,8268,8268,8268,8270,8272,8278,8280,8286,8288,8288,8290,8292,8296,8296,8298,8302,8302,8304,8306,8306,8306,8306,8306,8306,8308,8308,8308,8316,8320,8324,8326,8326,8328,8330,8334,8336,8338,8338,8338,8342,8342,8342,8344,8346,8346,8346,8350,8352,8354,8356,8362,8368,8370,8372,8376,8376,8376,8380,8382,8386,8386,8390,8390,8398,8398,8398,8398,8402,8406,8406,8406,8408,8410,8412,8412,8416,8420,8428,8432,8436,8436,8438,8440,8440,8440,8450,8456,8456,8456,8456,8456,8458,8458,8462,8464,8468,8468,8470,8476,8476,8482,8490,8494,8496,8500,8502,8504,8506,8506,8506,8508,8510,8518,8520,8520,8524,8530,8530,8530,8534,8534,8536,8536,8536,8536,8538,8540,8540,8540,8542,8542,8544,8546,8550,8550,8552,8552,8554,8558,8562,8564,8564,8566,8566,8570,8570,8572,8574,8576,8582,8584,8590,8596,8596,8598,8598,8600,8606,8608,8614,8614,8616,8622,8624,8626,8626,8628,8630,8632,8632,8634,8634,8634,8634,8636,8640,8640,8642,8648,8650,8652,8652,8652,8652,8658,8660,8660,8662,8662,8662,8666,8668,8670,8670,8672,8676,8678,8678,8678,8682,8682,8686,8690,8690,8692,8696,8698,8704,8706,8708,8708,8712,8716,8722,8724,8724,8724,8728,8728,8728,8730,8730,8730,8736,8736,8736,8742,8744,8744,8744,8744,8748,8752,8760,8762,8762,8762,8762,8764,8764,8766,8768,8768,8768,8770,8772,8772,8772,8776,8778,8780,8784,8784,8786,8790,8794,8794,8796,8798,8802,8802,8806,8806,8806,8806,8806,8808,8812,8814,8816,8820,8820,8822,8822,8822,8828,8830,8832,8832,8838,8838,8838,8838,8838,8840,8844,8848,8854,8854,8856,8856,8858,8858,8858,8858,8860,8860,8862,8864,8864,8864,8864,8864,8868,8870,8874,8876,8878,8878,8878,8878,8880,8886,8886,8890,8892,8892,8894,8896,8898,8900,8906,8906,8906,8910,8910,8910,8912,8916,8918,8920,8920,8922,8924,8924,8924,8928,8930,8930,8930,8932,8934,8938,8938,8942,8944,8944,8944,8944,8946,8946,8948,8952,8954,8960,8962,8962,8962,8964,8966,8966,8968,8970,8974,8978,8978,8980,8982,8984,8984,8984,8986,8988,8988,8990,8992,8994,8994,9e3,9002,9004,9006,9016,9020,9024,9032,9034,9036,9036,9044,9044,9050,9054,9056,9058,9058,9062,9062,9064,9068,9068,9070,9070,9070,9070,9076,9078,9078,9080,9082,9086,9086,9090,9094,9102,9108,9112,9112,9114,9114,9114,9118,9120,9120,9124,9124,9124,9126,9132,9132,9134,9134,9136,9136,9138,9142,9142,9142,9146,9148,9148,9148,9150,9154,9160,9168,9168,9168,9168,9170,9170,9170,9172,9174,9178,9182,9182,9188,9190,9190,9196,9198,9200,9202,9204,9204,9204,9208,9214,9214,9216,9220,9220,9222,9222,9224,9224,9228,9228,9232,9232,9232,9236,9240,9246,9246,9246,9246,9246,9250,9250,9252,9256,9256,9258,9262,9264,9268,9270,9272,9274,9276,9278,9280,9282,9284,9288,9292,9296,9298,9298,9298,9302,9306,9306,9308,9314,9316,9318,9318,9320,9320,9322,9324,9326,9326,9326,9326,9326,9326,9326,9326,9328,9334,9336,9336,9338,9342,9346,9346,9346,9348,9356,9360,9362,9362,9366,9374,9374,9376,9378,9382,9382,9386,9388,9388,9390,9392,9394,9394,9398,9400,9400,9404,9406,9412,9412,9414,9416,9418,9418,9418,9418,9418,9418,9418,9418,9418,9418,9420,9424,9424,9426,9434,9434,9442,9444,9444,9446,9448,9450,9450,9450,9450,9454,9456,9458,9458,9462,9462,9462,9462,9464,9466,9468,9468,9470,9472,9474,9474,9478,9480,9484,9484,9486,9486,9492,9494,9494,9494,9494,9496,9498,9498,9502,9502,9504,9506,9510,9516,9516,9516,9516,9520,9522,9522,9522,9522,9528,9528,9528,9528,9528,9532,9532,9532,9542,9546,9548,9548,9548,9550,9556,9558,9562,9564,9568,9574,9574,9574,9578,9582,9582,9584,9584,9584,9584,9586,9588,9590,9590,9592,9596,9598,9598,9600,9602,9602,9604,9604,9606,9610,9618,9618,9618,9618,9622,9622,9630,9636,9638,9638,9638,9640,9644,9646,9648,9650,9650,9658,9658,9658,9662,9664,9666,9668,9674,9676,9676,9682,9682,9686,9686,9686,9688,9690,9692,9694,9698,9702,9704,9704,9708,9714,9714,9714,9716,9718,9722,9726,9728,9728,9730,9732,9732,9732,9736,9738,9740,9740,9742,9744,9748,9752,9756,9756,9758,9758,9762,9764,9768,9770,9770,9772,9772,9772,9774,9774,9780,9786,9790,9790,9792,9792,9794,9794,9796,9798,9798,9798,9802,9806,9808,9810,9814,9816,9818,9820,9822,9826,9828,9830,9830,9830,9834,9836,9836,9836,9836,9844,9846,9848,9848,9850,9850,9850,9850,9850,9850,9852,9854,9858,9862,9864,9864,9866,9868,9870,9872,9878,9880,9884,9886,9890,9890,9892,9894,9896,9898,9900,9902,9904,9908,9908,9910,9910,9910,9910,9914,9916,9918,9922,9922,9926,9930,9930,9932,9934,9936,9940,9940,9940,9940,9940,9942,9942,9944,9944,9944,9946,9946,9948,9950,9950,9952,9954,9956,9956,9960,9962,9964,9966,9966,9966,9968,9970,9970,9970,9974,9974,9974,9978,9982,9982,9984,9988,9992,1e4,10002,10002,10004,10004,10004,10004,10004,10004,10008,10008,10008,10010,10012,10014,10016,10018,10018,10018,10020,10020,10022,10030,10032,10034,10040,10046,10048,10050,10050,10052,10056,10060,10062,10066,10066,10068,10070,10070,10072,10076,10076,10084,10086,10086,10090,10092,10092,10094,10096,10100,10100,10108,10110,10118,10122,10124,10128,10132,10134,10140,10140,10144,10146,10146,10146,10148,10152,10154,10154,10154,10154,10154,10156,10160,10164,10166,10168,10168,10168,10172,10178,10180,10180,10182,10184,10184,10186,10196,10198,10202,10206,10214,10218,10220,10222,10222,10224,10226,10228,10228,10232,10232,10234,10236,10238,10240,10240,10240,10242,10244,10246,10246,10246,10250,10250,10250,10250,10252,10258,10258,10260,10260,10260,10268,10270,10270,10270,10276,10276,10276,10276,10280,10280,10282,10286,10286,10286,10290,10292,10294,10294,10294,10296,10298,10298,10300,10300,10300,10300,10302,10308,10308,10310,10312,10314,10318,10320,10320,10320,10324,10326,10328,10328,10328,10328,10328,10330,10330,10330,10332,10336,10336,10340,10344,10346,10346,10346,10346,10346,10348,10354,10354,10358,10358,10358,10360,10362,10362,10362,10362,10362,10364,10366,10366,10366,10366,10368,10368,10370,10372,10376,10378,10384,10384,10384,10388,10388,10390,10392,10392,10392,10394,10396,10400,10404,10408,10410,10410,10410,10412,10414,10416,10420,10422,10424,10428,10428,10434,10434,10438,10438,10440,10442,10444,10446,10446,10450,10452,10454,10454,10456,10458,10460,10460,10460,10462,10462,10466,10468,10468,10470,10472,10476,10476,10478,10480,10484,10484,10484,10486,10486,10490,10492,10496,10500,10502,10504,10504,10506,10506,10506,10506,10506,10506,10506,10506,10506,10510,10512,10512,10512,10516,10516,10516,10520,10520,10522,10524,10524,10524,10526,10526,10528,10532,10536,10542,10544,10548,10550,10550,10556,10558,10562,10566,10568,10568,10570,10572,10574,10574,10574,10578,10582,10582,10588,10594,10594,10594,10596,10600,10602,10602,10608,10608,10610,10612,10614,10616,10616,10620,10622,10622,10622,10624,10626,10626,10630,10632,10634,10636,10638,10640,10640,10640,10642,10648,10650,10650,10652,10652,10654,10656,10658,10660,10662,10662,10664,10666,10668,10670,10670,10670,10672,10672,10674,10674,10676,10680,10682,10686,10686,10688,10696,10698,10698,10702,10704,10704,10710,10714,10716,10718,10718,10722,10726,10726,10726,10726,10728,10736,10738,10740,10740,10740,10742,10742,10742,10744,10744,10744,10744,10746,10746,10746,10750,10754,10756,10762,10764,10766,10766,10768,10774,10776,10778,10780,10780,10782,10784,10786,10788,10788,10788,10788,10790,10792,10792,10792,10796,10798,10800,10802,10804,10806,10812,10816,10820,10820,10820,10822,10822,10822,10822,10824,10828,10828,10832,10836,10840,10842,10842,10846,10846,10848,10854,10854,10856,10856,10858,10858,10858,10864,10864,10866,10868,10870,10870,10870,10870,10872,10878,10878,10880,10880,10882,10882,10884,10884,10886,10886,10886,10890,10892,10896,10896,10896,10896,10902,10904,10904,10908,10910,10910,10910,10910,10912,10912,10914,10914,10918,10920,10922,10928,10932,10936,10940,10942,10944,10944,10948,10954,10954,10960,10960,10962,10966,10968,10968,10968,10970,10972,10974,10976,10980,10980,10982,10982,10982,10986,10986,10986,10988,10990,10990,10996,10998,11002,11002,11002,11004,11006,11006,11008,11008,11012,11012,11014,11016,11018,11022,11022,11022,11024,11024,11030,11032,11036,11040,11042,11042,11046,11048,11056,11060,11062,11062,11066,11072,11078,11080,11084,11086,11088,11088,11092,11096,11098,11098,11102,11106,11108,11108,11108,11110,11114,11118,11118,11124,11128,11130,11130,11130,11138,11138,11140,11142,11150,11156,11166,11168,11174,11176,11180,11180,11184,11186,11194,11196,11198,11200,11200,11200,11200,11200,11202,11202,11202,11204,11208,11210,11212,11214,11218,11218,11218,11220,11222,11222,11222,11222,11222,11228,11230,11234,11236,11242,11244,11246,11252,11260,11260,11260,11264,11266,11268,11270,11270,11270,11274,11274,11276,11278,11280,11282,11286,11290,11290,11290,11292,11294,11296,11296,11300,11300,11300,11304,11304,11308,11310,11310,11312,11316,11320,11320,11320,11322,11324,11324,11328,11328,11332,11332,11336,11342,11344,11346,11346,11348,11350,11350,11352,11354,11354,11354,11358,11358,11360,11362,11366,11370,11372,11378,11382,11382,11382,11384,11386,11390,11392,11396,11398,11400,11404,11404,11410,11412,11412,11416,11418,11422,11424,11424,11424,11424,11426,11426,11426,11432,11436,11436,11438,11442,11442,11444,11444,11448,11454,11456,11456,11456,11458,11462,11462,11468,11470,11472,11472,11472,11476,11478,11480,11480,11490,11494,11494,11498,11504,11512,11514,11514,11516,11520,11524,11526,11526,11526,11528,11530,11530,11536,11536,11536,11538,11540,11542,11542,11546,11548,11550,11550,11550,11550,11550,11554,11554,11560,11562,11562,11562,11564,11564,11566,11566,11568,11568,11570,11572,11574,11580,11582,11584,11588,11592,11592,11598,11598,11598,11602,11608,11612,11614,11614,11616,11620,11622,11624,11626,11632,11632,11634,11634,11640,11646,11650,11652,11652,11654,11658,11664,11668,11668,11672,11674,11674,11674,11674,11676,11678,11680,11682,11688,11692,11694,11694,11694,11696,11702,11706,11706,11706,11708,11708,11708,11708,11710,11710,11712,11712,11714,11714,11716,11720,11722,11722,11724,11726,11728,11732,11734,11734,11740,11746,11746,11750,11750,11752,11752,11756,11758,11762,11764,11766,11768,11768,11770,11770,11770,11770,11770,11770,11772,11776,11778,11782,11782,11782,11784,11788,11788,11788,11788,11790,11796,11798,11802,11802,11802,11802,11802,11806,11808,11808,11808,11810,11810,11814,11818,11818,11822,11826,11826,11826,11826,11826,11830,11832,11834,11836,11836,11838,11842,11844,11846,11858,11860,11864,11866,11866,11868,11872,11874,11876,11878,11880,11886,11888,11888,11892,11894,11896,11896,11896,11900,11902,11904,11904,11908,11908,11912,11912,11916,11916,11920,11920,11922,11924,11926,11928,11928,11930,11930,11930,11930,11930,11930,11932,11932,11932,11932,11932,11932,11932,11932,11936,11936,11944,11944,11948,11948,11948,11948,11948,11948,11958,11962,11962,11962,11966,11968,11968,11970,11972,11972,11974,11974,11974,11974,11974,11974,11974,11976,11980,11982,11982,11984,11988,11990,11992,11992,11996,11996,11996,11996,11996,11998,12004,12004,12004,12004,12006,12008,12010,12010,12012,12018,12024,12026,12028,12028,12030,12034,12036,12038,12044,12052,12054,12056,12056,12056,12058,12058,12066,12070,12078,12078,12082,12082,12084,12086,12090,12092,12094,12096,12098,12098,12102,12102,12106,12108,12108,12112,12116,12116,12120,12120,12120,12120,12122,12124,12124,12124,12128,12128,12130,12132,12132,12136,12138,12138,12140,12142,12142,12142,12142,12146,12148,12154,12156,12158,12160,12162,12168,12168,12170,12178,12178,12178,12180,12182,12186,12190,12190,12190,12192,12192,12192,12196,12198,12198,12198,12200,12204,12204,12204,12208,12214,12216,12216,12216,12216,12222,12222,12222,12224,12226,12230,12232,12236,12236,12236,12238,12242,12242,12242,12244,12246,12248,12250,12252,12252,12254,12256,12256,12258,12260,12262,12264,12264,12264,12268,12268,12272,12276,12278,12278,12278,12280,12280,12284,12284,12286,12288,12292,12292,12294,12296,12296,12300,12304,12308,12308,12308,12312,12314,12316,12320,12322,12322,12328,12328,12328,12334,12334,12334,12336,12336,12336,12336,12340,12340,12340,12340,12344,12344,12344,12346,12348,12348,12348,12348,12348,12350,12350,12352,12352,12352,12360,12360,12362,12364,12364,12366,12366,12368,12368,12374,12376,12378,12378,12382,12390,12392,12394,12394,12400,12402,12404,12404,12404,12410,12410,12414,12414,12416,12418,12420,12422,12426,12428,12428,12428,12428,12430,12430,12430,12430,12430,12430,12434,12438,12438,12442,12442,12444,12446,12448,12448,12452,12452,12454,12454,12456,12460,12460,12460,12464,12464,12466,12468,12470,12470,12474,12476,12480,12482,12484,12484,12484,12484,12484,12484,12486,12486,12486,12488,12488,12492,12492,12496,12498,12498,12506,12506,12508,12508,12510,12514,12518,12518,12520,12524,12526,12526,12526,12530,12532,12532,12532,12536,12536,12538,12538,12538,12538,12540,12544,12544,12546,12546,12548,12548,12548,12550,12552,12554,12558,12558,12560,12562,12564,12568,12570,12576,12578,12580,12580,12580,12584,12586,12586,12590,12590,12590,12594,12596,12596,12596,12596,12598,12600,12600,12604,12608,12608,12610,12612,12614,12614,12618,12622,12622,12628,12630,12634,12638,12640,12640,12642,12646,12650,12652,12662,12662,12662,12664,12666,12666,12668,12670,12672,12672,12674,12678,12680,12680,12682,12684,12686,12688,12688,12692,12694,12694,12696,12696,12700,12702,12702,12704,12704,12704,12706,12708,12708,12708,12708,12710,12716,12720,12724,12724,12726,12728,12730,12730,12734,12736,12740,12742,12744,12744,12744,12744,12748,12748,12748,12748,12748,12752,12756,12756,12758,12760,12764,12766,12766,12766,12770,12770,12770,12774,12776,12778,12780,12780,12780,12782,12784,12784,12794,12800,12802,12806,12810,12812,12812,12812,12812,12812,12814,12814,12818,12822,12822,12824,12826,12826,12826,12826,12828,12832,12832,12832,12834,12834,12838,12840,12842,12846,12852,12854,12860,12862,12868,12868,12868,12870,12874,12878,12882,12886,12888,12892,12896,12900,12900,12904,12908,12908,12910,12910,12910,12910,12910,12914,12914,12918,12920,12920,12920,12922,12926,12926,12926,12926,12932,12934,12936,12938,12940,12942,12946,12948,12950,12952,12954,12956,12960,12964,12966,12968,12970,12974,12976,12976,12980,12982,12986,12986,12986,12988,12988,12988,12988,12990,12992,12996,12996,13e3,13002,13004,13004,13004,13008,13008,13008,13010,13010,13010,13016,13018,13018,13020,13024,13026,13032,13034,13036,13036,13036,13038,13038,13038,13042,13044,13048,13052,13056,13058,13058,13062,13064,13066,13068,13074,13076,13078,13078,13078,13080,13082,13082,13082,13082,13084,13088,13088,13088,13090,13092,13094,13096,13104,13104,13104,13104,13108,13108,13108,13108,13110,13112,13114,13114,13118,13118,13120,13120,13122,13122,13124,13124,13126,13126,13130,13132,13136,13140,13144,13148,13150,13154,13156,13158,13160,13160,13168,13168,13172,13174,13184,13190,13192,13196,13198,13198,13198,13202,13202,13202,13206,13208,13208,13212,13212,13212,13212,13212,13212,13218,13218,13218,13220,13220,13220,13222,13224,13226,13230,13230,13238,13242,13242,13242,13246,13250,13252,13256,13256,13262,13266,13268,13268,13268,13270,13274,13280,13280,13282,13282,13284,13284,13286,13286,13290,13292,13296,13296,13296,13296,13300,13302,13304,13306,13306,13306,13306,13310,13310,13314,13314,13316,13316,13318,13322,13322,13324,13326,13328,13330,13332,13336,13336,13342,13342,13346,13346,13346,13346,13346,13346,13350,13350,13352,13354,13356,13358,13360,13362,13362,13364,13366,13366,13370,13376,13378,13380,13380,13380,13382,13384,13386,13386,13388,13388,13390,13390,13392,13392,13392,13392,13392,13392,13398,13400,13400,13404,13404,13406,13408,13412,13414,13416,13420,13420,13422,13424,13424,13426,13426,13426,13430,13430,13430,13440,13440,13440,13440,13440,13442,13444,13444,13448,13452,13452,13456,13460,13460,13462,13462,13464,13464,13464,13468,13468,13470,13474,13480,13480,13480,13480,13480,13480,13484,13486,13492,13492,13494,13494,13494,13496,13500,13500,13500,13502,13502,13506,13508,13512,13512,13512,13518,13518,13518,13520,13524,13526,13530,13532,13534,13536,13536,13538,13540,13540,13540,13542,13544,13546,13550,13550,13550,13550,13550,13550,13552,13552,13552,13556,13560,13560,13562,13564,13564,13564,13566,13568,13568,13570,13578,13580,13582,13584,13584,13586,13588,13588,13590,13590,13592,13592,13592,13592,13596,13600,13600,13600,13600,13604,13606,13606,13610,13614,13618,13620,13620,13620,13624,13630,13632,13634,13636,13640,13640,13646,13646,13648,13648,13650,13654,13654,13654,13654,13658,13658,13658,13664,13668,13670,13674,13676,13682,13682,13686,13692,13692,13692,13696,13698,13700,13700,13700,13702,13704,13704,13708,13712,13712,13714,13716,13716,13718,13718,13718,13718,13722,13724,13726,13730,13730,13730,13734,13734,13736,13736,13736,13736,13736,13738,13738,13738,13740,13740,13740,13744,13744,13750,13750,13750,13754,13754,13754,13758,13758,13760,13760,13760,13762,13764,13764,13764,13766,13768,13770,13770,13772,13772,13774,13774,13776,13778,13778,13780,13782,13782,13782,13784,13784,13784,13788,13788,13790,13796,13796,13798,13804,13804,13804,13806,13806,13808,13808,13808,13812,13814,13814,13814,13816,13816,13820,13822,13822,13828,13832,13832,13834,13836,13836,13840,13844,13846,13848,13850,13850,13854,13856,13858,13858,13860,13860,13866,13870,13872,13874,13876,13878,13884,13888,13888,13888,13888,13888,13890,13890,13890,13896,13898,13900,13900,13902,13904,13906,13910,13914,13914,13916,13916,13916,13916,13918,13920,13924,13930,13932,13934,13934,13936,13940,13940,13940,13942,13942,13946,13946,13948,13950,13954,13956,13956,13956,13958,13960,13962,13962,13962,13962,13962,13968,13968,13972,13972,13974,13976,13978,13984,13984,13984,13984,13986,13986,13988,13990,13990,13990,13992,13992,13996,13998,13998,14004,14006,14006,14006,14008,14008,14008,14008,14010,14010,14012,14014,14016,14022,14024,14030,14030,14030,14032,14032,14034,14036,14042,14044,14044,14044,14044,14048,14050,14050,14052,14056,14056,14058,14058,14058,14058,14058,14058,14058,14058,14064,14066,14068,14068,14072,14074,14076,14080,14084,14084,14084,14084,14088,14090,14090,14092,14092,14092,14092,14092,14094,14098,14100,14102,14106,14112,14114,14116,14116,14116,14118,14122,14122,14124,14124,14124,14130,14136,14136,14136,14136,14138,14138,14138,14142,14142,14142,14144,14144,14146,14146,14150,14156,14158,14160,14160,14162,14162,14162,14164,14164,14166,14168,14174,14176,14176,14178,14178,14178,14182,14190,14190,14192,14200,14202,14204,14204,14206,14206,14206,14206,14210,14210,14214,14214,14216,14216,14218,14220,14220,14220,14224,14226,14230,14234,14236,14238,14240,14242,14242,14242,14248,14252,14252,14256,14258,14262,14262,14262,14264,14264,14268,14268,14268,14268,14270,14272,14276,14276,14276,14278,14280,14280,14280,14280,14290,14292,14298,14302,14304,14306,14308,14312,14316,14322,14324,14326,14330,14332,14336,14338,14342,14342,14344,14344,14344,14346,14346,14346,14348,14350,14352,14354,14354,14356,14360,14360,14364,14364,14364,14368,14372,14374,14376,14376,14376,14378,14378,14378,14378,14390,14394,14394,14394,14396,14396,14398,14404,14404,14406,14406,14408,14410,14410,14416,14418,14422,14422,14422,14426,14426,14428,14434,14436,14436,14438,14440,14444,14446,14448,14450,14452,14454,14462,14466,14468,14472,14474,14474,14476,14478,14480,14482,14484,14486,14488,14488,14492,14492,14494,14498,14498,14500,14508,14512,14514,14518,14518,14518,14518,14524,14524,14528,14530,14530,14536,14536,14538,14540,14544,14544,14548,14548,14552,14554,14554,14554,14554,14554,14556,14562,14568,14572,14578,14578,14580,14580,14580,14582,14584,14586,14586,14586,14590,14590,14592,14592,14594,14594,14596,14600,14600,14602,14606,14608,14608,14610,14612,14616,14618,14620,14620,14622,14634,14634,14640,14640,14642,14644,14648,14648,14648,14654,14654,14654,14656,14656,14658,14662,14662,14664,14666,14668,14670,14670,14670,14672,14674,14674,14676,14678,14678,14678,14680,14682,14684,14684,14684,14684,14690,14692,14692,14692,14694,14698,14704,14708,14710,14712,14714,14714,14716,14718,14720,14724,14724,14726,14728,14730,14732,14736,14736,14740,14742,14744,14746,14750,14750,14752,14754,14756,14756,14758,14760,14762,14768,14772,14774,14774,14778,14780,14780,14780,14784,14788,14792,14796,14800,14800,14804,14810,14810,14814,14816,14818,14818,14824,14828,14832,14834,14836,14838,14844,14844,14844,14848,14848,14852,14854,14854,14860,14862,14866,14868,14868,14870,14872,14874,14876,14880,14884,14884,14886,14888,14888,14890,14890,14890,14890,14890,14890,14892,14896,14898,14900,14908,14910,14912,14914,14916,14920,14920,14924,14926,14930,14934,14936,14938,14938,14938,14938,14938,14938,14940,14946,14946,14950,14952,14954,14954,14954,14954,14958,14958,14958,14958,14958,14966,14966,14970,14976,14978,14980,14982,14982,14982,14984,14984,14984,14984,14986,14990,14996,14996,14998,15e3,15e3,15e3,15006,15008,15008,15010,15012,15012,15014,15014,15016,15016,15018,15020,15022,15030,15030,15032,15032,15032,15032,15034,15034,15040,15040,15040,15044,15046,15050,15050,15054,15056,15060,15060,15060,15060,15062,15062,15062,15064,15066,15066,15070,15072,15078,15084,15086,15086,15092,15092,15096,15098,15100,15102,15106,15106,15110,15114,15114,15116,15116,15116,15116,15116,15116,15116,15118,15124,15128,15132,15134,15138,15138,15138,15140,15140,15140,15140,15140,15140,15142,15142,15144,15148,15152,15152,15156,15156,15158,15158,15158,15160,15162,15162,15162,15162,15164,15166,15170,15170,15174,15178,15178,15184,15190,15194,15196,15202,15202,15202,15204,15204,15204,15208,15210,15214,15214,15216,15220,15222,15224,15224,15228,15232,15234,15242,15242,15244,15248,15252,15254,15254,15254,15254,15256,15258,15258,15260,15260,15260,15260,15266,15266,15268,15268,15270,15270,15272,15274,15280,15280,15282,15288,15290,15292,15298,15302,15304,15304,15306,15306,15308,15308,15308,15308,15310,15314,15318,15322,15326,15328,15332,15334,15334,15340,15340,15340,15342,15348,15350,15354,15354,15354,15354,15356,15364,15364,15368,15368,15368,15370,15372,15372,15374,15374,15374,15376,15376,15378,15382,15384,15384,15384,15388,15392,15392,15394,15394,15394,15394,15394,15404,15404,15408,15408,15408,15412,15414,15414,15418,15418,15418,15418,15422,15422,15422,15422,15424,15430,15432,15434,15434,15436,15442,15444,15444,15446,15448,15450,15452,15458,15458,15460,15464,15466,15466,15468,15468,15474,15476,15476,15476,15482,15482,15482,15484,15486,15490,15494,15496,15498,15498,15498,15502,15502,15506,15510,15510,15512,15518,15520,15520,15522,15522,15524,15528,15530,15530,15534,15536,15536,15540,15550,15556,15556,15556,15558,15558,15560,15560,15562,15564,15564,15568,15572,15572,15574,15574,15574,15574,15578,15582,15586,15590,15592,15594,15594,15596,15596,15598,15600,15602,15606,15612,15616,15616,15618,15618,15622,15626,15626,15628,15630,15634,15636,15638,15640,15640,15640,15644,15648,15648,2315632640,105106,249266179,194805,3058106372,218355,1171152900,261212,3982696454,173348,1828921350,247854,2474311687,235402,617095177,112430,258351113,124883,1508327434,130806,2317262858,257757,3334561803,118215,4135313421,245885,2682339342,150873,1362534415,151472,3235110928,194282,1619329041,100754,2879553554,135619,379060243,191090,1557831700,184987,3261267988,222238,1580646421,171707,2182201365,221305,3486244888,134223,2164703261,213760,983130142,146145,3344515108,202751,73981989,186396,2860343334,139552,2053447719,95360,4229554215,102076,2063212585,226039,4235124778,159318,3933315116,261901,1625686062,110832,2118975534,124750,3539279918,229427,3569926191,214072,429686833,231088,2446876722,95388,1886609458,119598,901578803,173435,1832001589,195770,2651873338,99996,472907835,134672,654270523,199346,1360551998,185309,3243909183,144542,1017626688,119814,171950144,164298,923156545,95446,3607789633,114408,2467979329,115321,3453706305,130656,2971328578,143165,3351896132,184090,2275344456,129880,3156287560,154702,473522248,175440,1131380810,169548,1426915403,193549,1160814667,250528,2452111436,193651,916602957,134399,3460751441,241983,1746370641,260052,3153027154,156950,1104371795,122478,2734284885,158489,3796787286,198063,2795905111,166127,1170661464,208568,3760423002,181171,2204590170,243857,1517543515,144816,3590889563,229564,3782320219,244304,3513180253,229633,3672506463,208347,1831149665,96854,1563721825,210716,1471348839,179409,329957479,203067,2671657064,221369,1845493865,152105,2530058345,209722,31522922,144598,571105388,120452,2484977773,137863,383475822,166284,2990571630,199237,2500681838,205226,238624879,213997,4291051632,150506,2474369140,133043,2252873844,162358,269353076,243291,1055449205,258309,3750633590,186102,4109230198,201874,4236738679,104099,4182163576,100432,208896120,125437,2602901624,205447,312393849,109278,803692668,175929,588718204,255816,243351677,192782,1298694270,126511,3585433727,251106,3383386240,197176,1256849536,205478,806076545,106660,3090882690,175052,2766635139,250369,1057349764,148020,3563626629,122081,3510599814,107069,4215373959,214351,1966416009,155661,705716361,209136,3328237709,159750,3645898893,206443,775970959,161872,379691151,232317,3275292816,118528,3726491793,125606,1399890070,159463,2943803543,108347,2987327642,216470,793313435,182527,2822389915,184573,2961146011,214601,3290251421,121880,2415345821,214138,1925046430,224126,1986396318,232927,97042593,172177,1840029857,175194,3399426212,219918,1523392677,126909,4262633638,235963,1011073193,120256,805707946,147493,1989148843,142987,1330880684,173369,3955605677,110005,3751338157,178201,2635923630,238759,1829306544,150549,248070321,209157,2649686194,171759,4246438066,213542,3409731763,217776,3725541556,237360,1068564663,194534,2098503863,255689,3045851321,98440,3640418489,218869,1376534714,123927,4172284091,154590,3125182651,165778,1412071613,237506,1865007295,219681,3645890752,162176,2754552001,164979,436027586,214824,4057718979,243443,527188166,191962,3202498758,253573,18473159,106867,4171268296,110285,4131446984,127303,3273531592,240019,3551633611,110401,1130913995,259374,776790220,171923,3666387148,210238,2164662477,108977,1509589197,145329,1549385933,244783,3380961485,255970,1470988494,139908,2724520143,155488,900612303,195244,546087120,109899,205308112,205126,937689297,226871,1361846483,158027,3751338196,178871,418726100,196480,4280418517,189814,3373424855,251569,2620842200,196891,2878447832,258087,3231244505,216692,1819246810,129162,2462179546,201780,1552138462,239537,3693101278,250994,1098113247,129044,1688871136,206101,1130750177,244261,85156066,114340,2889736419,185422,2528510180,211578,3276390628,245928,2731155686,213432,875864296,129834,1869496552,260190,987439337,106765,3430654185,112646,2552094954,116374,4181917931,101973,854802668,246706,2763784431,186222,221495536,155312,2122219760,230351,2450317553,182728,4244783345,211212,605896946,113534,1783791862,211737,3362889975,220849,2067865848,125038,2425676024,134761,2126594296,194951,963617016,206776,919109881,186605,802185466,262205,190423291,184625,438894844,198140,330227965,175401,1783152894,143999,975331584,115573,2127200513,101011,3906314497,164644,3933176066,170396,4182163716,100453,1286799623,141425,1949819143,205264,452133129,130025,1469784329,149604,3554844940,165526,123715855,101230,3874210065,102372,3059663123,163379,4146348308,158641,472736021,134649,3060056345,252528,3955335450,245469,2412921115,143670,1201504541,105698,3241591069,145123,1521058079,150819,1216799007,234478,3923034400,180783,2270765346,227002,3690823971,136481,1468457251,217744,4273111334,242162,3751338280,185391,1362559274,151457,1751736618,198041,1944035627,129661,277782831,102275,1411932463,228303,3341230386,119905,1048092980,198235,3654394165,203397,3986481462,204860,3148964150,247129,1639547192,99103,2850857272,181812,1360552249,185294,966877498,98151,2193875262,160571,898892094,169829,2993840446,212362,2031599935,207142,2457084223,242028,21815616,130119,1640816960,158042,598163777,185655,3045728577,217690,2939699521,259430,718307650,231799,3096551747,185342,4099268932,164010,2392531271,145093,2836308295,259585,3745849673,170993,3306316105,246845,2334490954,175382,424534346,217610,2018427211,168988,3577717067,206544,260235596,154997,512401742,199987,344670544,186198,3544506708,189507,3812737365,189658,4161773910,138858,897630550,256143,4045291867,99534,2983616860,218670,387613021,221383,3436626270,139172,735314271,228503,448946530,246288,1370030435,149062,1761124708,184137,3252240740,202370,1595064676,237459,488849766,257935,2565366119,143532,4117692775,170188,3317522791,197869,1741447527,247348,1667285356,232248,1004487021,157160,2819293549,185697,3328409967,181076,1330299247,205139,1897554288,155683,761823601,216366,4005257586,231009,3095814516,178734,997933428,237842,3539845493,173911,443998584,233159,312320376,256750,4164206969,186004,2129903993,201291,114459002,128069,689258876,160185,3426713980,208510,2083692925,234817,3772047742,97463,3711689088,125402,1485193601,190396,797401474,254554,3526132099,180405,2116452741,137078,384729478,149084,3480396167,241997,4167565704,124019,1848312201,134844,3138634121,144987,3314188684,103973,1882669453,97525,1566564749,208137,906297741,232041,3350823310,155050,257778064,196366,328589713,164828,2610151826,99610,1848451474,103993,1667719570,257188,282378644,118827,3751240085,241178,509100439,133796,984088985,255076,3243016603,106488,1362960795,148892,103711133,209326,4178887070,238740,3493986720,102971,756965793,102756,2809872801,185172,1743274402,233258,305717670,145712,1361568167,165065,4032225705,241962,2288509355,186272,2251882923,193381,1518698928,209553,2490212786,113072,3593544114,173262,3684262323,178251,2239652276,238074,3576693173,127688,3114484149,207712,578093496,126289,1608556985,249830,225763771,105037,986497467,141110,2621669821,132728,4020658624,156179,147325377,109344,2057265603,210700,4039328196,148267,1649066436,158677,2127200709,101049,1361699269,158161,852296136,169107,1521697224,174011,2871386569,131844,394150345,198122,389390797,114663,1215750605,213869,1362231758,156256,4047339982,167013,3382780367,248291,749773266,215777,2832048596,168236,2970018261,113814,1441833431,164138,4085375447,171248,2129150424,128756,1987617240,200880,814637529,224696,1142809050,240348,3320406491,109078,2937102811,172399,1991000540,96472,2212987356,172973,2365145565,173052,2693669341,228666,3126755807,166629,2160361952,254862,107348449,235800,2030584290,122420,3818799586,167927,3476996579,123270,1816584675,148187,451772899,221402,3222430182,138451,2028437990,161541,1578000872,171846,3289956841,185324,216482283,100496,792199660,209770,1522008556,221533,1139859952,189466,1363984882,135205,2344026610,144042,1909178866,181334,16450036,97404,3068215796,110098,646636022,113446,3741622774,261695,2164646391,108954,902152696,134243,3662193147,95483,826032635,179569,2096505342,131757,522871295,147085,1197072895,225104,3866411520,96410,905822720,161453,4250534400,163161,4091445762,248663,92348931,232260,2967396868,210805,1315037701,232984,787972614,251152,1447805447,125367,1742668296,224920,92529161,176103,1343857161,233620,1291797003,109848,622002704,99801,3751404048,151135,3478176276,215221,2886550037,178979,1186300437,211790,877675030,209362,466649622,212520,3450782233,103326,130900505,105998,835314201,114304,3749036570,98176,879084059,156461,3121791515,168403,1877967387,238594,683500060,117643,188408349,115980,2202763806,234519,1901969951,174895,3937722912,127830,3605643812,227224,2972303911,151258,3914138151,179243,2861138476,96842,314974764,99824,1013080620,132271,1420501548,190908,1351156268,194207,1363010094,151180,587260462,246354,1011253807,229823,2025513521,173625,2222391858,249681,4059046454,180742,466387510,194670,1839530551,104860,3048587834,150331,620864059,138569,171795004,173711,654664253,165934,1065493053,189680,559104574,147231,2127127106,98625,2827551298,122456,1037894217,100703,4210410057,186973,364585546,135776,1083417163,146863,2386887244,212103,57451085,199065,1175446095,244738,281928272,113923,3366617681,190935,2339840596,244960,175489621,113556,2014814808,114320,151626330,100900,4002529882,150073,795886171,207634,905822812,161433,2720957021,227248,3263038046,165340,1238942303,251787,109240929,192235,1244512868,100993,2437513828,252723,3167740517,154261,802914918,126129,802914918,126148,802914918,126162,1786856038,143406,3659760230,255497,4289987176,195089,735298153,240974,1471308394,169065,74334829,259812,803750510,97745,1846223470,152026,512254575,118967,3229762159,208285,1375036016,144462,313598577,161950,760341105,204404,1008624243,101389,4223427188,158713,541655669,192397,129114743,175226,4208853627,105944,666862205,209686,1639555711,107155,3637928575,224099,3697345151,232452,213058177,163495,2102674049,199372,3000418950,114233,452723335,182817,1402593927,254976,3545154188,153552,3026829964,241021,2191966861,254044,836715151,140310,1362854543,148058,3751404176,151037,1625588370,180026,3792683667,240115,3855213204,168353,4267500181,218212,2223039126,206923,1300873880,193017,666935961,149778,2555634330,220715,2931786396,196845,2609693341,246120,1133388449,149460,2166244001,212316,462987938,128497,1688486563,159091,2650964643,163090,1212424867,230331,258400932,240508,4224180903,207923,1412915881,101064,4256899753,164750,3152609962,156875,3314524842,191225,3280700076,112971,2611503788,205717,1702953644,217877,2457961133,206649,2580349614,104551,2598396590,244002,2075165359,221140,3340894896,150972,3193610931,153526,3243803316,150427,3289825975,132763,4231070392,158855,672826044,241449,2634662589,221666,3750298304,226410,969360065,119522,3251970754,257092,3915399875,117468,2015167171,201342,1212719811,230422,1449820868,191673,448602820,210586,3231474372,239983,3563291333,123704,134128325,147393,764633798,240622,4033880775,112949,3440239303,227207,3804168903,250460,3841131208,95597,23274184,147202,1091928776,187217,3314139849,243335,1942373066,122045,2893603532,204255,228459212,231654,1362109133,156935,3361579725,170171,3825754829,261082,814736078,185103,2470732495,231408,2422727376,192518,2692342481,234685,2824118994,143609,3130942163,198517,3548078804,154952,2184397525,238108,3841655509,243053,2992784089,189312,2079720154,159563,4030587611,143898,3136873179,210033,1554203356,96909,3734086364,225271,1111040733,153304,2742076126,248223,868147936,175994,3751346913,169309,2305442529,236885,978871010,210294,122307299,129331,3167740644,153951,1113506534,223991,1328046822,230678,1310057190,257144,2397340391,251358,232497896,199906,3339641576,214197,595272425,149949,3876807404,256024,702808813,136753,651805421,142929,2958066414,115271,1953121006,251427,2083267312,235464,1438122739,188751,610902771,221938,1011163892,178481,1045750516,234255,136995573,101550,2490876661,187591,1056539382,244284,2893480695,189447,1901323001,129247,3117966075,135137,95937275,231509,780477181,235564,1396482814,245821,148742911,115603,801997567,116969,326836992,163200,2299978498,232842,2123719429,172866,807183110,219160,415433480,221627,1895932681,225574,1477141257,226747,3623781130,237621,536953611,110141,2693301005,176615,2682086158,226598,325493519,226358,1616462608,215004,1922761490,134867,2551448338,244427,1925735188,109206,505381652,115490,3743884053,145546,372802326,107276,2832098070,125416,2594980631,235995,352707351,238417,1761592088,109484,301368088,159389,1189724955,229759,1668825884,121765,1228210972,133608,3411084061,125165,444343069,142543,355967774,146359,1551541023,162377,3095462690,179918,1038041892,118278,3564217124,194983,956793636,242548,3655402278,149802,217244454,203462,3844703015,117852,1361543975,160873,3782427432,219835,2119402281,217567,1996243755,96785,2611200812,100604,710796076,104079,4163724076,139283,168452909,112797,462832429,230697,2914509614,169045,336839470,255879,1860141871,190219,2295382832,239710,2900443954,196758,3668149046,103545,1263133494,238240,733324088,251664,3269641017,139985,1360495417,185088,1610392378,172844,2355585850,202449,4001743674,243350,2531730235,109441,1295975227,156388,3989644094,137280,1755554624,111335,4104536896,174159,1285677891,109641,1763279686,190154,3225928519,196652,879199048,216640,451527497,122611,4256899913,164788,3674374989,97633,4067484493,128103,3980116813,186239,2793694030,126813,3132490576,160003,1774330705,123756,3491480402,172599,852296532,169125,3751330644,185547,1376559957,215352,2463302489,190008,281723738,96607,2640118619,212480,1949819741,205249,984916829,246765,2279138145,231459,3645891428,161972,2563818341,202659,1936802663,111235,1438114664,130521,1658504040,251086,794100586,216340,2251121515,140263,3534168939,180869,3742507885,190339,3244458861,236769,860611437,245732,1447773037,256410,666461037,259188,3407987568,171896,4175176561,256684,2174468979,160434,4222591860,208697,806052724,249995,132219765,105851,3211346808,96200,959333240,134886,1948918648,158540,3678339960,257417,912548730,99169,2611225467,98996,1363985276,135040,2688697212,137719,1687315324,200733,3434865532,237532,3283739520,138113,668189568,184519,3636396929,222161,3557106562,159899,2953110403,116087,3516916612,109226,2854011780,225001,2637996933,248005,3511264135,238089,2969052041,114517,824656778,140937,2610611083,125644,1672610700,226433,2430591887,185499,3515286415,221568,2602886032,147105,243549073,133404,270566289,142499,3222774674,135245,881566610,221043,3416744850,244108,2482144148,149581,1649066900,158695,1361855381,157560,2001044374,235509,3343016855,178672,2019402649,155444,4253934489,172943,871908249,207694,227148697,231820,336356253,236207,4293198752,203229,143156128,239405,1065223073,132993,2718753698,233352,2421375909,114278,1073603494,112019,3370099622,199395,6955944,241635,2742928298,220300,4258022315,256780,529949612,221096,1277920173,127407,1744520111,133288,4126172079,254196,410026928,103104,539067312,231046,1298113459,233889,2558116792,130380,701375417,169245,3085034425,224875,382190522,238126,1109377979,100377,3108807611,126632,3196494779,204435,1398129595,229591,2950857660,154413,621757373,116453,4152583101,230086,1466426303,121960,1966269377,113298,3122176961,154831,1530414017,204619,4112040897,253185,765117379,239939,766583749,136407,3127518149,167085,1361552326,161891,2052694983,134133,2715239367,162317,1138664392,151624,3669550025,132929,2448253897,261059,3152626634,156859,410485706,247383,961463243,118327,2917254091,161312,1486390219,198648,409756622,153169,2507989966,207654,1868293072,203824,3532440530,151837,3865093075,125118,3063350227,219451,3246359508,112339,2239693780,239372,1845978069,132229,4015170518,105680,1011975127,97871,2405180375,199620,4082090968,222633,3342222296,240684,3972654041,128909,2764940249,203791,2081235929,254578,1809941467,199213,3799000027,238642,1167786972,155532,2457912284,156023,3103122396,254182,3565110238,135333,3083248607,170762,1535017951,189791,3844137952,117694,2611225569,98840,556778465,239998,469124066,163924,4256900066,164711,647586786,252140,2694357987,173107,1501004772,234277,2150122470,223936,4252877799,222351,2622792680,98537,2928575464,204794,62120937,138130,3536503785,160132,278373353,196187,2219287529,230716,3407512554,223143,1995006956,155775,290333677,261811,1107067886,196043,918201327,151051,46031855,194302,3862569967,210757,3629769711,240596,95462385,220883,2352980978,116794,3485836274,131396,1654309874,140391,1021944819,147475,466887667,152366,1554580468,204906,718922741,113832,469156853,216236,3554165753,164407,1360511993,184700,1187480571,210732,3855475707,239564,2707096574,194880,979477503,244126,4084409344,195130,3628467201,148226,3751388161,152597,1187742722,131559,345162754,198195,398410755,190591,702899203,211500,3808338948,113088,142197766,123962,3010880519,107813,999531527,222915,1499325450,157211,3368600588,190741,3298067470,254797,196248591,103080,2547794961,200131,1754088467,218492,3751388180,152583,1204257812,256469,1036108821,191241,4120667157,195423,246113302,106960,3979838487,114023,2505991193,111706,3511780377,144933,115090458,220161,3363562525,100872,2690294813,113878,4136944669,233569,3877504029,246607,2679211038,96362,2920424478,100234,1933976606,254499,3354207263,198483,154338337,143695,28107809,145910,3281134626,101931,1757381666,133500,2285061154,168668,2504139810,186774,4210050083,224204,3733603364,157653,2596488229,123333,3989185573,182099,1590076454,135966,3851813926,254064,1712866343,122130,3741017127,226390,3975029800,120361,2508612649,156737,326452265,164685,186827817,233366,901874730,221321,1628324907,229406,1618289708,196814,1169179693,153659,1558299698,157593,2750694452,184666,2827215926,246993,2905170999,206148,3201492023,224426,1361568824,165118,3090908217,174729,3944809530,129806,2465539130,166974,3531629627,97547,2236007483,140843,160416828,177241,204637244,203576,1722295356,219129,2151162942,171386,2311423038,209204,361448510,258108,1421567039,102789,2831983681,220241,4249797698,130847,3222529092,140109,3541009476,241675,2168611909,221e3,2041283655,231737,2126185544,98489,1067893832,108655,4130391112,122172,2301871176,122721,2065458248,178926,653837384,238548,4089103432,246886,2444764233,127334,2757608522,167695,3751347274,170230,2004780109,155125,3958957134,163223,3895919694,163412,1347462222,175551,798434382,246222,3015967823,209881,739705936,219433,1241179216,241403,3826525266,102919,4280583250,200903,684164179,117502,1459299412,187474,4234847317,151116,3880035413,227900,3710985301,250699,2026906710,105261,2034754647,233273,3607290968,169851,670024793,110984,3268453465,187160,2353874010,138901,541664347,251123,3703891036,190805,3012936802,254321,624698469,232780,3751380070,156921,3055813737,105825,3938018409,125575,2915394665,188842,1976116329,220321,41108585,248351,3090875498,176367,3320022123,252985,3287704686,182363,3590530158,193887,918504561,239508,3963913330,127580,679838834,139858,389612658,195520,471344243,258570,3941352564,233676,1703871606,232371,3166545014,252322,169264247,201751,3026437240,230969,1909351545,181200,3381650554,161121,897991803,184186,2517607548,243567,2256061565,152495,3634635902,123849,1347470465,99683,1371030657,163853,167707777,173845,3160474753,210405,1965253763,252038,840172676,200402,1494099078,257465,4140885126,258052,2377614471,231067,3963110537,122441,47629452,109716,2382619789,103748,3953468557,142695,3805553805,190831,1025516685,236426,747906191,156132,2435081362,174393,2792916115,189289,965485716,167907,4030751899,112041,815957147,132324,3558270107,201490,881108125,192649,3588400286,252630,1588741279,248025,3929998497,217137,749978785,253829,437675170,203263,3153560744,135275,39470248,142794,4007216297,262036,903455915,173546,2851218603,180615,3295634604,204456,1432757420,260892,2640618670,125585,1090413742,129021,273843375,171305,2449941679,183073,4079273136,123776,2130158768,136857,2841511089,155242,396428466,253901,1063527602,257271,2277500083,106891,5760180,213108,1502028981,184242,1796293813,231881,974259386,185024,1221895354,247150,3042321596,124184,2202961084,204818,4097418428,237193,2518975677,143215,352224446,170581,2671445185,105223,1220920516,123726,1502504134,122738,121144521,100474,3020293322,188774,698000586,229498,3331171533,125103,1225753805,138369,880444621,166256,3830088909,210067,2529748174,231569,2674050257,158594,3200148689,190172,2246657233,244369,1974936785,261770,1074775251,193219,2842658007,113796,2705245399,219022,3518211288,107795,1770849497,201018,2994463961,210132,2130429147,119938,1493066971,137964,993936603,236494,3125396700,165794,2101347550,154752,1078453472,107997,3751380192,157253,3706373345,104190,3091621090,127874,3222529252,140125,3207972069,110998,3104548069,113159,1209074919,115674,1381434599,164213,334849256,248986,2468365545,119773,993953001,124998,1814635753,198110,2515027177,207236,212968681,215428,2385282283,169742,1889682668,102937,1966654700,228857,2887034093,178885,4279911661,218827,2699003118,154299,1556604143,221055,2135000304,246203,2974942449,231155,2862818546,201861,2179982580,139228,3230049526,217989,2580841719,219045,472810744,134527,3127174392,256625,2442175737,185824,1961944313,242947,110626042,141519,1467426042,210917,2990540026,212432,4182181115,100519,3216180478,252426,801834239,258908,3012166913,106143,938624258,140364,1810302210,161565,1930290436,148847,3315041540,259142,3098264838,190999,3267077382,261097,12797191,195569,3836208395,204011,1736172811,240545,2469307661,156271,2519319821,197945,3302040846,204653,4107830542,248770,3155166479,154736,3029361936,164505,2128200978,113621,1448281362,191395,464184594,193423,3007882514,249320,2543224085,209242,1397744918,187069,2452776216,228597,2455160089,152514,1360553241,178696,2792056091,174764,183248155,178574,1242645787,229281,1914807581,155861,1133233437,160552,3612075294,140157,3642393887,149132,3524216096,208425,2993235234,221712,3937977637,170606,2449941797,183091,271181097,123157,2294547754,120893,54560042,218694,2541970731,198676,3029206315,210853,2002396460,174841,1528096045,225808,307889454,201725,3095856431,178505,1497310512,136100,1152042289,180519,2540356916,112486,2839422261,105454,4243498293,225939,3593454903,258603,64275768,184444,97076537,124606,1635108154,166681,1666295098,229618,1127646523,110059,95831357,96145,613721405,120112,1995572541,208548,2716960061,233087,105973054,115453,977397054,128735,2348950847,126866,760358208,222519,804431170,101646,804472131,96621,567690563,131492,2784011588,207865,1553802564,217525,501187909,122874,2851792197,183474,58639686,238286,3252258118,250630,2394768713,194861,839591241,202231,3528426826,222224,4228179274,235640,4176045388,221216,1211401549,213237,3565159758,107778,2667431247,197025,2200782159,225640,1133135184,157367,3751339344,170276,757335376,212880,1045357904,242011,2086774097,104140,2282677586,151668,1130423638,114765,2978030934,221921,3870623062,242332,320357719,170626,1708164440,254016,3410961753,199843,749004122,118430,1987183962,131511,3727148378,137661,622118235,169963,3001509211,200165,3443705180,99238,247170397,186181,1003423070,133529,4039599454,234788,2236007775,140862,1427375457,126485,3009422690,188312,2673173858,219560,2992121187,101988,2713142627,141616,2085463395,216449,2844452196,200233,3956360549,224260,2452850022,200689,3093693801,185140,3314468202,223974,2780874091,96734,468378988,246749,3205662062,167246,2195834222,207807,3461367151,221459,874980719,250012,2373330291,105470,326821237,135375,638264694,151350,2788730231,148169,87197047,191865,4130424183,235437,4007339384,255546,2117453177,97244,617842041,143506,2055259516,249637,1669801341,177850,1317356925,210649,4259079553,143271,3820963202,142250,2896864642,247985,543704452,143844,2397545860,182081,1947821445,130968,3675268485,207180,1045996935,118880,252921223,160080,3453904264,228574,3931047306,175601,2789123467,148317,766698892,186994,1376953741,210466,343131534,116432,1811924367,116833,2376541583,191056,2695521680,235728,638133648,241738,3372500369,209169,1284425106,169763,1831757204,114198,212428180,124523,2143520148,161242,3119211926,171112,377791895,116817,1949795736,151900,2484135320,226484,1344415129,127938,3304826265,190707,13403545,256604,3338610075,169380,2352244123,254335,4091315612,119163,1464346012,140176,4210156956,186923,1885865374,205111,2838250912,195225,3067454880,211077,1343088033,251218,1362109858,156906,1161487779,133213,52807075,223056,2609694116,194011,1703282085,201099,814220709,233447,2801976742,155730,2356438438,185880,2453554599,153258,1671824807,190849,1022895527,212968,371975592,158512,244147625,192820,2949572009,209707,1360610731,170290,766592428,136198,2483758512,234427,4007290292,106635,2988688820,233816,4264953271,182746,2191377849,131697,1340425658,209085,3543115196,161186,285017532,223521,2958951869,163108,3181192637,218719,2705040832,133935,483861952,243401,151373249,216100,3855246786,236223,2626512324,240079,3630089670,105623,3920627142,203700,1772357062,235754,1190987207,153982,3926001096,100081,2680563146,200749,1024542155,214475,1368868300,98424,1223689676,205498,3548759501,177259,4113384911,202992,1815864784,200580,2447230416,234165,1428866514,132623,2930075093,239923,2508246,149922,184870358,156781,3500934614,227559,2478712279,137796,677324248,220365,3840370138,167571,2841241052,153010,3166479839,122773,3855468001,120980,490677729,212411,1680598499,106834,1539909091,239581,2328085988,99647,434898407,143482,3150530023,156803,1966417385,155639,749430250,193528,3354625514,257565,464324076,194241,3299673581,212200,2161100269,241545,3933193710,170376,2951210480,231781,513148401,252770,1076774386,255324,467994100,119320,3953624564,215981,3629893108,236398,784025079,95798,421553657,131363,470164986,128573,3473966586,206526,3231802875,135399,2593768955,136247,320595451,157042,3904816635,250336,3278226940,225209,875652607,175460,83346945,126614,2064729601,132298,1383679490,98806,4259366402,149973,962577922,203740,2319836677,249520,754615814,207965,586819082,216661,2450515468,107001,3942983180,121097,2008737293,211523,2116453904,137006,3444172305,129779,497493526,130611,2517501463,95462,2855093783,116192,1311262231,156318,621151773,187367,1373726240,254356,1905223203,206076,1011607075,232399,1322542629,130914,275940901,201385,3656295973,256669,2198013479,195075,1380632109,197967,3836208687,204056,1396958769,101107,976897588,111277,1768834613,147774,1360373302,185935,3916998198,212232,3872687672,146302,3929302585,254160,2907162170,177541,479536698,223242,2038638139,123621,1363977788,139394,481330748,202577,3802236476,249016,2460460605,120129,152167998,102146,2696619582,199924,2244814398,257681,3156854335,155989,4283729472,147449,2849064513,180159,2065573441,211176,3253241410,192503,3237332546,211312,3473786436,215315,2268751429,220739,271517253,233101,275621448,118135,1157686856,170944,3095438920,180124,2847336008,205644,1137632842,174443,2174781004,169424,172795468,222936,3957032524,259755,4276643406,163259,4029687377,113466,4091258450,147903,2340513362,219276,1576756818,249978,945874516,111125,3870189141,154506,2386585175,97262,402073175,150524,579397207,217811,1218578007,260388,1487095384,178422,3886933593,211375,4087309915,161682,2959353437,117781,143017565,215872,802801246,203854,802801246,203872,802801246,204569,365700702,257958,1589536353,126348,590988897,157613,2850997857,181275,3646514786,186313,3786917474,207842,2542495331,160946,593880676,181923,1361561189,164849,978028134,139624,2436294247,139346,2914223720,186292,3029255785,108308,785368681,132660,3751388778,153733,2524087915,243487,1480476267,245641,1131824748,116272,304072301,203717,4203406957,210431,86460014,164238,2135557742,255985,1360709232,225465,1943348849,118447,3296085617,126462,2850997873,181059,818120306,192280,344016500,132496,4260284020,144669,475539060,250656,1446143605,207485,845719160,159279,3599378041,196100,2414052986,200362,2842666618,245144,4127188603,108229,604636795,156764,3847841403,180274,1466115708,104880,2531141245,153352,338716288,102833,1715873408,128952,2565416576,143041,1168582272,258066,3852510849,105397,349275777,139093,140650114,221685,469526147,216055,382125700,136633,4015441542,142304,2854184583,139960,1593443977,244184,2808735370,121602,2054588043,121354,1624532621,242190,2270439056,104433,4158498449,173888,2570913425,212183,549635731,119375,1172039316,131343,3956041364,132943,2907252372,192717,3994093206,255942,1669187225,95816,3520439961,245849,4256425626,164881,2788419227,123944,2332763804,125278,1261504161,236982,1299891878,133647,1402144423,246553,166291112,146099,2836244137,115028,694978219,178789,3792971436,103665,2696701612,245908,2338834093,166231,125298349,190252,3619686062,106567,365037230,252232,2879030959,178464,3252864690,113647,649471666,166727,629827251,167595,2667628212,96717,44058292,233005,314435252,241075,2233935541,194032,4166944437,224611,1210599094,148978,3488089784,202730,3110594233,258993,4223772346,95408,4067051194,153636,3021907645,170675,1815692990,173124,1378592449,114837,131516097,115689,844728001,200009,3137169089,238942,3222759106,135439,598066883,144318,2432026307,181591,1916085955,220830,2966668996,164568,2988582596,181793,2653791940,197987,1351837382,160208,4208264904,124047,2916476617,234235,1318004425,237937,1276520138,141326,2244708043,191927,1879082700,107694,1088743116,116909,2873403085,129540,132171471,196454,1129613007,255650,1751107282,217187,713238227,239666,3165169364,181380,3738666708,186426,3224708820,224732,3096282837,185265,965502677,251848,361252566,205395,925681368,129398,716695257,186502,138323673,189534,3898648281,199496,4149192410,140725,3769698010,255481,3064522460,217124,1989478109,152409,1430726366,113586,4224337630,159206,1088202462,227152,1898620640,255207,1931405025,201034,3936601826,194376,3965347556,104450,3735201509,197927,4259391206,195811,2919565030,201275,4219512551,186457,2586945255,194767,600434408,229192,2814199528,229392,2634335977,123286,1289783018,124729,49243882,234764,3107874539,108330,465856237,104404,453461742,120500,2448287470,216409,3551774447,136915,739215088,182790,2294720240,212742,1253181171,194117,1095534325,155587,2614626040,193309,1114588921,247503,150365946,105068,272066298,212268,2501682939,103710,758712059,219817,4293535484,136659,1319937789,98722,3589891837,185673,2671388415,132159,3046262529,224940,579536645,99284,1740465926,106941,3239118598,213053,608446216,106510,2944796424,258192,980477704,260659,2489575178,118486,3376170763,246867,1857382156,146197,3833653004,150768,2321721100,160461,1600644876,245752,4022265617,145289,3682789138,171132,1573799699,206689,1719224083,219882,404342548,141276,1347045141,99938,3411773206,211231,1121412888,242525,3728303899,153049,3276130075,237170,2802255645,150997,2967488285,194077,76384029,222289,1615054622,194442,1402152734,199861,3309954848,117887,4034168608,211009,1146742562,152906,19253026,252844,3751348003,170108,589195044,118189,2534246183,146421,3332671271,226843,285632295,251249,846563111,251970,1150928680,257388,868542250,116518,2387527467,160714,3836249899,205410,558589739,248091,3221718835,98269,3449014068,149019,753518391,177972,1499326264,157232,3266963256,179108,1145055034,190620,3142616891,104649,3967805243,165637,2573575996,118777,537544509,119501,2453497663,100347,472794943,134550,1891911488,228730,3068340034,224546,4158719811,220868,2453063494,108633,1671284550,237254,74344266,174274,3674842955,236361,1560774478,140744,1664345936,201507,2656028497,227789,313173841,249110,3759007572,112406,4149192532,140706,3751339860,170709,2465933140,199776,2342750041,232297,4022265690,145271,2207287133,198972,677635933,220437,722773855,101887,4243302240,97351,2065401697,170122,3090876257,176547,3751429986,146450,4168714082,172205,2332911460,181312,4242179941,180563,1264207719,212995,1746339688,185917,2147903337,103262,1601906538,116016,13584237,148739,671795054,190782,2667251566,257732,1242351472,153897,4080125808,195212,1755686771,123808,4249020275,213596,793610102,251045,3358713720,259273,3411765113,193585,3975915385,194735,2438719353,211841,1841522554,165507,1527465851,237889,593004412,97159,1221977981,218031,175384446,116637,4196771713,119618,4219135873,146797,2239489922,206001,1362945923,149506,4125435781,102324,2380228487,101814,3764864904,233431,3235473290,130274,4290512778,147021,2611210123,100557,1995761548,125855,1465182092,233659,1614989199,108144,457844624,167512,95643536,177759,1362945937,150412,1361012625,168947,3002820500,200428,3467134868,227318,2389084053,217309,3967813527,244394,2988607386,123113,3311536026,175308,292497308,165024,2544125852,172897,1392134044,193936,2800904092,252882,3629434782,115963,3225479070,116315,313526175,157887,1353828255,216932,24176543,227628,2888763296,130567,2158831522,179338,1118922658,224598,2353924003,102771,2595211171,136558,107349923,200384,1152026532,205754,522094501,183109,3094939558,231607,3751389095,153676,91187112,214530,999761835,118294,131606444,118610,205170604,137635,652691373,120522,1662347181,258822,2490869680,135718,3305981873,147660,1409623985,151922,2138957745,244930,3718883250,119285,2980448179,107544,628705204,158214,1687250868,206222,611452854,156684,1278379959,117188,253028279,255095,4259350456,150098,95471545,219112,1709377467,122402,1799276476,220122,3891529663,124001,1922779071,204725,960006081,225628,2395383746,179953,4172433347,197501,298485700,145673,305448900,222367,3408783301,111362,4251969477,155076,2126587845,194967,2184357830,112261,1264396230,147926,4283115463,251705,1089791944,136071,298862538,115296,3323733964,127264,3055044557,154445,2457438158,245584,4294756303,220109,2149271505,101026,797616081,142475,3614353361,243641,4200990676,239641,4015540182,173606,1491281878,225449,3869870039,159731,3956549591,218736,2613209049,117261,2163935194,147129,1256400858,208011,2921703387,153856,3301631963,228271,1988855772,246944,4218529757,106985,3601491938,209026,1083877349,126216,1205651431,240814,356591593,131272,356591593,131290,356591593,131311,2322221033,142590,1138272236,221441,3125798894,162017,2878892015,178405,1049397232,144855,717891569,244623,2280294385,250187,165259251,96947,2399873012,145592,99903477,161928,187344885,163879,984270837,215827,882739193,121028,3817187321,211441,2631124986,203900,1642170364,261170,489744381,170739,3824683007,211328,3454052352,140205,3022637056,207550,3724249090,126797,1675921411,228318,2439161861,198352,1471244296,136328,2506827785,230616,1921796105,252495,571336714,103839,3222022155,145928,3633137676,181250,3688933389,184867,433997838,180923,3476645903,102034,1251444751,159517,117049359,172058,2236942352,107397,4077152273,193446,1909319698,160928,3095144466,180351,255510547,96314,3757721619,127228,2677278739,163028,3923658774,190516,3875514391,126708,10381335,258333,1650305048,102094,3825412120,186842,1960364057,202190,913991705,213134,198494234,158905,3050309659,145218,2429642780,185561,3751921696,171668,2779441186,109751,2786699298,125902,3954264100,127017,586975268,133357,3092047912,228198,1735305256,241123,4171851818,124265,2536745003,135824,1338968108,100302,622266412,135748,2915207216,140467,445802544,226107,706267185,156364,3734947889,247956,3084740658,186619,4143433779,177419,1175865395,191262,2796718131,234985,166291508,146122,1672407093,129564,2260437045,130674,2344511544,254209,3848103993,98009,814999610,136803,3201075258,231328,1190545467,124935,1206863931,131943,1721681981,134781,358819903,120649,4242417727,254768,3226478656,113330,2907179073,177581,3058640962,130698,2328913988,218780,2999887945,144777,1294706762,255596,2030192716,151384,2075666508,223486,4265052237,165154,2779310158,173963,4262070352,194826,2461534288,212665,4161292369,133016,1101326417,206811,1439656017,220033,3132491858,160536,1361537107,158662,1163036755,216025,991905876,134048,2633238613,112536,3486697557,179841,1311025238,114788,3879659606,124153,1768941658,136380,3952347226,142159,1494370394,165599,2688026716,125816,3487533151,242202,2611226721,98826,3266889825,112360,2585741412,121791,2439735396,127281,647891044,177598,846211173,222206,289122406,123219,2394540134,212251,498428007,211895,409864296,224896,2061248621,260344,3668076656,167349,2578598e3,239168,1205184624,241764,3843565681,117912,1073735794,112067,2078427251,159676,3963750515,239782,1770211444,163645,341141622,192899,1682851960,237696,1790863481,128438,3516418171,113964,249063548,192254,1547643004,216962,1236494460,260626,3906996350,118370,992266366,166327,3781986430,255561,4031547520,129817,1363970176,146344,1778239616,147949,2458888320,209848,3908708481,98033,1449511041,164958,1361545350,159661,2182695046,259774,3561293959,121383,3634243719,174804,3248965769,96395,4237871242,179221,3466160267,164898,1485047947,258421,3751364748,160914,3049121932,238659,1363986573,137896,3329312911,245488,3734890642,96294,3734890643,96274,1384532116,248789,1885530261,219899,1363986582,137346,2571880601,161260,2532968603,221260,4053100700,129763,3943106717,224984,3178326174,151368,3751389343,153580,2939676831,167743,3408570527,213938,1062029473,106606,766494881,135943,3097225377,189985,2540791969,193480,2473134242,129716,1712720036,158322,2811807908,218196,2103748773,191782,3016566953,205518,3882928297,258589,3810920618,261113,3751372971,158013,1127737517,137911,3751430318,145730,3222898863,138326,2653882543,186333,1144088753,217068,1292191923,109823,3508201651,180723,522848438,146906,2484390072,117144,3617720504,132915,2239277240,165369,2094188729,194657,1685776569,218508,4020881595,166774,1270401213,111443,3645860031,107651,2352367809,120032,2007476420,98129,315197637,259162,942999756,137098,256878797,95889,2219157709,148586,1457416397,201238,2230864078,105152,250366159,134296,3279751375,135023,1149774033,211355,355444945,261366,2669676754,202303,2170603731,129733,2893236435,189238,4063963348,107607,2412972244,120546,3286083796,134193,695650516,230008,3751332053,185791,3251685589,219735,3641288918,207335,4093012187,99445,3871713499,245210,3137071324,197606,1565329629,187322,758368480,187696,1925875937,198415,4142967015,182958,3236497643,182506,2357520619,191650,900204780,128190,3751364845,159614,2843199725,169344,1551370477,213784,2263312624,258736,1360546035,179903,692947188,140688,1361389812,166056,1916102900,257054,896297208,195974,3851725048,244574,3339315449,218411,3686123769,242738,21907707,140440,723519740,143012,3083790589,185516,2051098878,166348,1587464448,163008,1877756162,164548,3614271747,210986,1070344452,207826,1216014596,243242,3830688006,130540,861989127,257619,768338184,159361,2071890184,234498,607275272,245454,313788681,209863,2592188681,254486,1371515148,98504,4236495117,224368,197699855,256914,1179175184,231192,3744114962,129463,1295173906,143817,114813202,206560,1499179287,136173,2877073687,155967,820111639,235153,805923096,229666,2165147929,229543,1349650714,131216,1278888218,216915,1918880027,234068,4270098717,150016,4161210658,107462,2903697700,160377,16820517,124167,2836932902,106409,206055718,131897,921766182,154322,3134343462,258801,1008019751,126336,4011854121,187917,2806860077,117710,1220364590,145963,2196908335,177717,3667896624,121837,1871218992,125930,2698438960,196543,2861443377,144711,3095128371,181829,2357160244,95547,397470005,127484,4273637685,239387,3095128374,181845,3130861879,258858,4267764026,210664,629983547,102718,3873737019,135296,2432387392,200709,2685069633,114638,964815169,182885,3500083523,115385,3974752579,145140,867772740,122321,385345861,213916,1342310725,235281,2677279046,162789,4261456198,163242,225192264,191361,4143851849,101692,3568994633,122799,2768701771,128630,1795762507,160158,2524399951,251546,3344050512,96872,2971494736,232583,1132054865,240886,3637029201,242046,540264786,250910,4169075028,97309,283339093,113258,3742533974,214095,989227350,222443,3842582871,110459,556460375,261790,2699626845,170087,3095144798,180547,1035716959,222614,3068905823,223786,2439162208,198373,1361545569,159716,536365409,183172,3428043108,240309,127002981,124282,254675304,97051,4198664553,174549,522848618,146886,4291905898,240328,1392585067,199446,3438127469,99502,3189254509,165225,2736490862,160289,3756878190,183914,456690030,198574,154438002,144024,93890930,187797,3132983668,162773,4122741108,176158,2850515316,182665,3275016564,218146,886835573,182907,1299892598,133665,4263045494,165243,3132983672,162716,3719563640,245249,3311716729,118802,1769294201,200455,1594534267,103274,1600956797,209064,1765763454,147839,2108017023,100540,3257911679,145433,4129704320,109698,3222505858,140247,739232130,168195,3755911555,212452,1396337028,226574,1319020932,253624,1361545605,159448,3243297158,223331,1361389959,166092,1259465097,253090,4166642058,135455,1433962892,119042,2607557005,233993,3437996429,247656,52234639,150141,670607760,195747,1082395025,161659,4161677716,119569,1777822105,200479,2627717529,247918,2014185882,223031,4031408540,144651,139168157,101176,3692718494,209796,1076226463,254744,1965091232,131065,2636949921,170783,2934385057,253377,1360513442,184504,2040523171,230283,1772677541,158234,3331574181,207162,3902982566,107316,2898848166,244054,2684021158,247620,2171128230,249340,3277957543,113375,2598562216,230895,4210764201,183455,355264939,157475,3675236779,199123,1897073072,125688,3793390002,234216,3858770357,236818,3574213046,138154,3025488311,235265,2817468860,105007,768928189,165479,1432439230,244652,3182225857,147679,1374669249,152323,1847257537,205621,204925379,102634,3503090115,186372,485042627,203536,1501833667,207434,3431213508,244518,2155424197,108589,3662399945,138923,61721033,200854,1018128843,223462,2473216460,206828,3751381453,154776,2495433165,256168,335243728,167321,589334992,188938,3082660304,205976,113281488,215392,1158728144,244322,2098309586,247217,3050383828,98472,3334384084,166037,712731092,222409,161163733,104486,2455734741,182387,1980369365,243662,2397112790,166162,1091307990,193126,3150072278,194056,510036441,110076,3822397914,101282,2652899802,129638,3698928090,248381,3877456350,112448,2339637726,121475,729631199,155199,3634244066,174926,1450559971,103394,4194617827,255255,3027839460,97726,189344229,240375,3037235686,216388,770214374,237988,3980118504,231842,3751365097,161278,2462755305,225065,3794782698,130786,1133062634,154027,3222759915,137120,1009363437,223848,4163979757,227709,1901464050,235221,1411680755,149724,4263479795,196418,803015155,198756,4037503476,132578,2159806964,196634,610183669,170853,875653621,175422,3379046902,119441,3323800054,126722,1988798967,170038,4017662455,192876,3367709175,231132,2180876791,235203,3458599416,147717,3656690168,180971,3198364158,205597,3751365120,163046,4232178176,201527,2892425730,96930,2389518850,104625,3331041794,190547,3465579011,219339,1047185927,165560,874080775,175892,1374513671,248543,4035455496,219147,2998045192,246030,3017665033,170692,3956410890,133981,1269877258,159257,2749237772,103411,2431027724,199468,3931228685,137774,980609549,167374,346679821,236638,823061005,251470,460220941,257015,2569931278,185638,3812813327,176521,2455734800,182558,1244301842,189860,2333215252,243371,2575264280,163744,3956230681,130151,1280535067,98581,290466331,252308,970353179,255166,2826365468,223716,4278602269,251232,301828638,157722,1738746398,196705,1689225759,134475,1643145759,218466,842344999,104735,2070964775,113897,4269189672,247899,4163619369,133076,3914869289,141545,3451669033,148496,343321130,95773,3524749867,104223,3642214955,259293,1093863982,118627,3542944302,118683,2103749166,191746,3882895918,215075,1301252655,116702,2135271983,212054,4061669936,133115,1510500913,152192,1122150961,153106,1281952305,159772,2970298930,173080,3657894451,168063,3412494899,181119,929786419,217834,1531177523,233752,148605493,179705,3188050485,188331,1111460408,122064,1782385208,210627,2878089787,196143,4249266748,142333,3109145150,98854,2583102,119063,4031466047,133726,4292504129,205732,889211458,199874,1360521795,184227,2311481923,203484,3751356996,168437,3896846917,206749,516893254,246912,1294461512,217716,2010237513,201446,3326700109,194550,2762320462,200555,1859299919,144578,1360546383,179774,4074408529,196520,3751365202,162597,3383839315,206376,1483729492,136456,660712022,200025,2788969047,105762,2270505559,237432,1616734808,102566,3462105689,185966,1713629786,132524,2542627420,117967,1898736220,242713,4239370845,178768,3751430750,135261,841869918,208092,3907766878,215121,641944158,216899,3285682783,134116,3150711391,156668,2015201891,149409,122514020,188129,2158668388,225827,3115534950,209537,3823110759,143795,4212312680,217381,2843200105,169362,4264553067,106918,546163307,189259,271215211,194153,2975976046,183384,2807089776,215371,1532553841,184155,3429542514,124953,191187572,229604,3830131317,125987,927410805,253125,456518262,150898,1669843574,157315,423619190,187129,2401200758,188690,3859933815,96048,3948096121,111299,3834669689,127028,801647226,262196,566127227,131715,2685053564,220066,218081917,96747,966929021,135220,1369614974,223128,3751430783,134970,2377067135,178547,1448299136,106295,1550133888,196939,1352551041,124412,713575041,146073,4111460995,136726,3458599556,147755,1549707908,226133,387000965,128523,1092397701,149161,1488325253,229068,2438441606,110849,3937749638,127466,629803654,151750,389540486,225790,976947849,171226,1447103115,227500,3824290444,159223,909609615,249267,1272294032,186056,1936001683,178902,2580720275,207126,73288340,159130,1568615062,196439,1797491350,196675,2714528406,260831,2533542551,122200,1360923287,169931,2873756312,231896,2983135897,181570,1337346715,138595,1717938843,153448,3161713307,195796,2528234141,210345,4157401761,147289,1727384226,105175,1015974562,150597,3095145122,180632,1923123874,185205,1108241058,230304,694880932,178833,2397686436,182063,2335099557,161046,4169960102,236448,2125793963,99344,4203154092,208042,220785326,102308,2194131630,231759,4235094706,159581,266709683,232828,1811704499,237870,836061876,249143,3222833847,137929,1360882359,169497,1264544440,247478,1749068474,175865,3763366586,179510,2258561726,98334,3899247295,128705,183691968,131117,2560944832,193508,812812993,167963,3157240514,154917,3039029954,199007,2178656963,128870,3023399619,187048,3789081286,199084,614337227,199200,4107897548,104837,2592525004,110620,3222383308,138731,2529348303,110961,299092688,215098,1247668944,252798,1631619792,257125,1130810067,249092,3458599637,147736,2353810133,189119,2513963734,126310,4160121558,193037,11553496,204216,3126758105,166814,1360923356,170005,2657233629,235135,716417758,168385,3393178335,222428,3677588191,261412,3677588191,261458,3677588191,261513,3677588191,261568,3677588191,261610,3677588191,261653,1363626720,146834,1099557601,135071,1604160225,147150,3556477665,254409,1096968930,134361,1096968930,134695,303573731,156340,457599715,200834,683191013,106053,1136347877,213316,4001311462,111025,802982630,195186,1617472231,118312,515099368,121649,845253355,209190,1996688109,171443,3573189358,156717,235023087,101508,3271109359,212698,2729773808,171151,3222252276,145987,1031064309,160104,2118511350,108547,2993793785,124337,195922681,167667,995494650,101587,1337821946,151966,2056563453,105792,4117424895,105499,3258288895,145529,3636341503,156502,2035452671,162535,2761820927,193671,4148226818,216300,777652997,118089,2505550597,241814,1876503302,167157,812813063,260479,3304532745,165046,2578393865,196503,313182985,209418,1684269836,184355,1791134477,106333,1227123469,192943,2966391567,230212,3625077520,197003,418900753,106253,1641810705,192145,2358717201,243464,1601800978,111530,4244294419,162300,2273315604,184112,2977434389,149994,63277847,99588,2882997015,155611,3772730136,175502,1917201177,204638,4009790234,166107,1462717212,159109,3921341213,120744,697649949,181635,858737439,117673,521775905,152858,4243049254,145450,975514413,203589,3028454190,139527,496372527,99148,2365811503,165195,2781326129,166662,2491591474,215800,1886120755,101951,263097140,150747,708168502,102878,2670963510,182987,180546359,202525,3272682296,141599,156961592,257872,3317041977,119918,2353630010,115347,3795815227,154387,4115065660,165276,2435345212,200967,873638717,175956,205802302,204023,2935130943,223898,1191758656,257509,3495111490,163577,3466595139,163133,3094317891,184609,3420064580,168545,1360907076,170261,454585156,184468,1361537861,159076,2902272839,130349,1911565127,158971,3244141384,119084,978021194,139581,131058507,219639,921799500,173993,2308672335,98669,3765930831,127798,3686771535,202326,2557946705,255798,3181767506,140541,2735983444,114483,816581460,115590,2576362324,234804,575507285,138487,2594188120,183511,1398205272,203684,618556251,179150,3906284379,216282,1708739419,261729,1213221724,228757,2913250140,253306,611994461,161020,3764202334,177931,442575710,214301,4017015648,222771,1946618721,130176,3699231586,183209,1251634021,115914,3358673765,125060,1495976806,96241,4262325094,154238,214059878,201631,3306023784,119724,3751431016,138014,4073630568,174866,4259367788,149901,3419450220,251285,3751349101,168516,3751431022,138028,3222760304,136899,1042566e3,155901,1641950065,177304,4057901937,259663,4271942514,97334,898378611,172381,1342032756,125221,1409108852,166184,914099060,250246,233507701,121982,2052328309,153835,3663874935,202125,3079736183,223817,3111209848,148376,3150506872,156701,639650680,190273,2424785785,204678,691587961,242631,1737108345,256952,3265956731,244974,1718881149,201220,1697082237,229783,2594212734,199596,1259154304,145839,4259367808,149835,3100461953,170837,657509254,165826,1507453830,252956,2220026759,212841,1914981257,218761,2125998986,124392,3925896076,217003,3926748048,213462,297331600,217038,1649085331,100637,251210643,205661,553921429,103439,1765411733,136271,3504991125,242959,4191013782,144343,1582656406,155222,242838422,171644,3401862039,123663,1342974872,204470,1423010714,191322,1260948379,114895,3668691867,255181,1458768796,97952,2000571292,126956,704498588,185224,1723689885,193151,3958819741,258478,2938284958,164586,280742816,105344,1526705056,207362,1166781346,120573,933219234,203016,3132582819,161207,1342376868,98767,2604936100,207618,1457982377,112932,3198749609,113674,1321667498,173190,3517418411,113311,1977011116,125627,706767789,172275,2421795758,212217,1396353966,247363,2041064368,122526,1723214768,204972,1338608560,247079,1688562609,120810,2247314353,204485,3824831409,252161,3091983282,158467,4164815794,178353,3011890098,209290,3937389490,260680,3095169972,183057,2610965428,206166,3178302390,222815,1688030136,102485,1474939834,96454,2855365563,108525,429296573,133427,2969734077,191799,344665022,132954,580168639,153425,1168444352,137361,2105543617,181946,2609630145,191301,2650770369,262184,1360554946,178390,1333619651,190435,480472004,111211,1418849223,143755,3309333448,184644,782830537,105371,1643031499,240841,2103307211,254122,2293001166,108571,1953606610,179972,1339018195,100286,3382004692,226661,999558102,104895,366218199,162217,1235291099,123561,3642166238,229912,3480685537,109594,1687751649,213668,2619427811,132710,4204243941,134599,2816461797,144963,404384741,213340,2874215398,179440,3565956070,243525,533588967,131016,1248398311,255901,592341992,111987,198495208,158786,229927913,224314,2761092073,249398,3719539690,153028,1332120554,222887,1735715821,137379,916474862,174184,1572023280,206430,2975001585,182702,163900401,222590,527191026,192106,2890443762,255027,204614646,202158,947506168,125676,1580624888,196379,248458232,253776,128601082,239617,1589054459,214161,1574022140,249364,878734335,184421,744844287,255382,467102720,190299,634317827,242109,406735877,242354,365997062,228347,720505863,207005,2747436042,203286,691375116,167207,2415455244,180465,1695558668,184301,1379445774,121749,3055807504,123581,411307024,181012,1362390033,153154,1955744786,138406,3751373842,158147,3095145490,180767,4282100756,119989,863128597,102460,2164640789,108906,3739118614,225343,1247857687,203808,1808428058,256712,2409909278,191458,1785646110,224285,419933215,124914,2801773599,212917,1589054495,214179,752012320,111840,207096866,130051,1847454754,173734,542354467,100618,4035554339,227541,49826851,237334,2079067173,106277,1765682213,113754,4085992485,154806,2199497765,256736,3635751975,236681,4161768488,138838,565283881,97991,1235495977,241798,1923705898,114008,1876503594,167182,2208476202,192217,1264208939,238839,980544556,167788,1909730349,202102,982993967,111683,3272633391,133588,858483761,123312,3563498545,231947,3096210482,185375,1462856754,229151,2404363315,246931,125971509,164523,226569269,176268,4179151925,255009,411544633,130105,1762782265,246141,2483457083,101123,1712663611,236077,452504636,213648,1819913276,225863,1877519422,148907,2165533758,199648,1142656064,105656,2266229825,110881,1362947138,150617,3108006978,169512,3273550915,181399,2874215492,179457,3376688198,101370,3851562055,106123,71568455,223613,2547616839,230048,1560079433,138077,4153191497,178096,600861771,211680,2889395275,228441,71117901,181899,1369853006,174705,699395150,205322,1185868879,165891,1894665295,213383,1735756880,230185,2416176209,106359,2728881233,112223,182455380,238778,3917679701,217944,1719364693,220697,2402749526,175005,391752791,157868,948014167,178054,2000342103,187620,2855791704,130987,4169256027,170545,546376797,124370,3343535197,260076,2723630174,158828,2910309470,256309,2067582047,186414,551365727,252260,1362996321,151149,914140257,197545,2647878754,219308,1462643812,200503,118680678,101336,3973041254,232157,1248005223,142225,3521031272,225124,802483305,151519,2460986473,156544,251571308,100132,1103015020,196565,3625143405,174745,215231597,179634,2732035183,222859,59378803,110265,603974772,107340,3596307572,116069,1993575542,155270,391752822,157957,807980150,247524,1999506551,228253,1792044155,170801,2680892540,234050,525446269,204133,3411201150,133822,3827158142,228289,2896563327,142666,3757329535,179653,3222408321,138533,2679049346,221119,1174793346,258003,4056149123,132603,2760060035,226008,2144373895,161146,3030215815,193956,3850013832,114917,95612040,116543,344706186,185439,178621579,173391,344706188,176632,344706188,176651,344706188,176669,344706188,176691,344706188,176721,344706188,176742,344706188,176764,344706188,176792,344706188,176812,344706188,176837,344706188,176856,344706188,176881,344706188,176903,344706188,176925,344706188,176948,344706188,176963,344706188,176986,344706188,177005,344706188,177027,344706188,177042,344706188,177059,344706188,177082,344706188,177100,344706188,177117,344706188,177133,344706188,177150,344706188,177169,344706188,177190,344706188,177206,344706188,261829,344706188,262219,1918758029,243622,947653774,195592,1598467214,216761,344706191,170825,591858831,229476,2126195857,98522,1821404305,129382,1568459923,258951,2126138516,245386,3815730325,96219,259959957,162154,2193697941,236048,2609687705,175719,3496094873,218982,4216761500,153401,2289298590,102518,344706208,158176,3450809506,161412,471788706,241363,1362947235,149267,2997308582,142386,2333207720,245569,954797224,250384,1969712297,95995,1716653226,240652,2550353068,234649,2970610861,246820,4238257326,129899,1950534830,176383,1436511407,133683,2848910513,103566,1121053873,144227,66309297,199106,2003135666,177890,212978868,102655,582798516,235029,1121496248,152672,1116179640,160039,3309087929,137482,1582656698,155292,3069013179,195479,4135922875,254084,344706236,148835,1678888125,211630,3471314109,228618,3808341182,238800,928124094,253145,3725749439,237237,1733643456,260994,1133710529,194919,235482306,112198,533236930,126981,4277398724,205956,2401053895,167720,2032463048,117580,3017952456,213695,3095579849,179789,4110929098,231488,4048391370,248063,3121859788,168483,3500551373,142849,344706253,146772,344706254,146743,1411411150,248813,290458832,121230,2971487442,242398,2797849811,149680,914001107,215756,1570303188,110916,339700948,158362,3486559444,168590,2469866708,191845,483011796,219940,1002212564,232863,2458496213,230122,200420567,116052,2071702743,163544,4272639191,223105,3078458584,214938,2323279066,107718,1917816026,247319,481873115,217053,1709296860,156067,3525258460,179743,2826636509,184388,1593560285,214708,1901096158,236567,973884640,139754,3778538721,211615,1018686690,208725,1224879331,206354,2957389027,253650,464694500,233060,2283572454,204322,4140207335,154652,1664797930,140639,2385538283,142747,3329944814,163967,1579617519,232644,2343406832,128973,2222738673,110933,1998990577,255363,3445173491,124128,715926771,238503,2298416371,244876,2362993910,107956,831737079,102615,3535162615,129097,4287884535,179169,3750735097,186073,1850928377,195926,1859431673,224560,4004916474,120319,3776285948,122298,1865714941,183775,2787339518,102499,763563265,220981,1624632580,153762,848768260,213281,3943951621,107015,363392262,108272,2974289158,143240,4122086662,253355,536194312,108030,1362496776,153967,3487788297,202709,2428644618,101744,4013624587,123409,3467816204,241948,1309920525,236703,2042334479,149521,4178226447,211030,1971326223,252465,1569410322,204381,2553572627,97498,3990187284,248922,1085902100,258435,2074545431,103303,3222744343,137154,2158652695,179315,2531454231,197379,3512454424,231113,3042446617,222840,748277018,161495,3670961435,150849,1710845211,260362,452979996,210604,3329068318,243755,918474017,255110,3013618978,200148,1483230498,211818,3652037922,233386,1780952355,257845,2782440740,120917,878152996,176290,1082592549,260117,118353190,148248,2363116839,167884,2683505961,186033,2604272939,252202,3108007216,169293,362614064,256643,638029106,155820,874343731,260709,101518644,216745,4160654645,108929,3717778741,138304,2849582390,205682,3136064823,188563,4245343543,209813,497069368,256331,2442628410,183350,3739233594,235834,1653050683,112758,3086388539,259976,208858428,108056,3403058493,117239,4060572991,217360,980544832,167767,3956043074,186116,77688132,138042,1171647812,231209,3351383366,216705,303893830,242255,812051784,235376,4219940169,175094,2175847755,192737,1910852940,160596,1844948301,124199,3091983694,158445,3495112014,163599,2853285198,239858,749907280,113230,3798969680,252089,2250034513,140416,988130642,219869,3956043091,146480,3956043091,146498,3956043091,146515,3956043091,146540,3956043091,146564,3956043091,146582,3956043091,146599,3956043091,146623,3956043091,146643,3956043091,146661,3956043091,146676,3956043091,146692,3956043091,146710,3956043091,146726,2603969875,207941,2945789267,229994,3095154003,230485,3117264213,100654,2678295895,195498,1112567128,189838,2060234073,97226,3873795418,194512,1156656474,196869,1857129820,149002,1319562590,152236,2397998430,217924,1362431328,153747,1594912097,112824,2567023970,108429,3184004450,148660,3703549282,198081,15404387,258686,3222539620,165100,2573102440,238436,3105369453,166458,3692989806,122707,273886578,206251,2605108594,222179,1042640244,95653,198495604,158807,3442404726,227168,2624384376,137945,487370106,205044,1679420795,152214,1805651323,152260,1548242299,212643,2190790013,148804,1520643454,132831,4231654783,117016,3096022399,178114,1601179007,189183,611700099,114869,3279859075,210514,3821079942,118003,1582091655,172133,2614021511,175809,1501212039,192767,1264102792,174088,2344381832,225554,2723319177,155754,2543807882,197695,2868997514,231864,2052238730,260581,405482891,162487,1428073868,216990,2510679439,128134,2927766927,192171,3059174800,255279,1599851920,258023,1501212049,193002,767405458,106621,2707901842,222061,2562780563,256795,673779092,98224,613232020,108388,1447136660,212899,744099220,213616,3367046549,190234,2645110170,115366,4035415450,199763,724389275,258137,3714395550,182481,3293916577,132544,1006775715,137170,3222850979,137264,4178734499,215297,3645033893,115432,1362537896,151504,366628266,110542,482299311,136956,536481201,112503,3468422577,123204,2806877618,134379,2679721397,171588,2878557624,120167,3274919352,148621,3044920762,258660,2736623035,228235,1681829309,221165,4088196542,118255,1857514942,257897,2144791999,189884,780389823,259512,1045654976,119709,95989184,251170,233131456,261150,1644645825,97285,3314552257,188485,428584386,130077,408382914,170644,2124754373,218291,504778184,109673,457461193,192839,1835789769,209501,4051750348,147617,841149901,153189,96308687,152387,2797399503,230843,1111043536,226217,665095633,118465,1275448789,118387,942525909,120624,2622696917,250272,150621654,115845,1514499542,255758,2394492376,111406,2616692184,116874,4233383386,159882,3121769946,224642,3338956251,244074,1656851932,191999,3839102431,251809,529411553,245770,1138888161,250770,2014121442,133379,486338018,224682,1664142818,234105,3478842851,141300,2435673572,220555,1804111333,183964,4033637863,173307,1496272359,224163,636227049,166791,826609130,188010,64343531,110116,558198251,116676,2798366187,216321,2308214251,221239,3692293612,146003,1336790508,151732,401026541,223803,1989307888,126565,3540332017,259348,1363979762,140955,2193862131,235058,4123602419,239036,1331244531,255709,2147782132,111615,1669934580,218525,4205448692,248445,228896249,230796,3858574842,135356,3182235130,147966,3664309754,253958,433278461,227065,889548285,258640,3951644158,132560,881675776,240439,1819094529,187726,2481401346,174945,3918360067,107525,1955442185,128303,205680137,192305,3234754058,190357,2868932106,249587,317681163,157845,4262858252,199423,3650498061,254678,264998415,163299,790924816,194718,2756554257,248275,2399882771,145573,1879641620,119182,4219817493,127860,3100036629,171328,1124118037,210554,4072435224,133190,4289277464,149231,121884184,197424,4104572442,165396,302009882,219713,3626864155,115223,2325532187,228479,402083355,246390,2240704028,221790,3095146014,180907,1346539041,100189,3626880547,163519,3038301732,118406,4161768996,138796,3155291686,154790,1451830824,159802,2098892328,259110,426323498,204275,3708718635,132813,1822887468,104336,802754092,151589,145509932,233594,3150933551,102246,2998627887,238715,561598e3,242423,527265331,186703,3133017652,162342,3832122933,205566,4262219319,196398,351718969,114252,1452944953,240758,932621882,189144,944246330,202071,3990154811,153817,3080539708,163432,3422686781,210056,2318913087,238897,1363988032,138201,2831314498,184319,3706023491,228024,3893235267,234123,3357462083,241846,1121496644,152725,3751382596,155919,109170246,115411,167120454,125484,4224233033,245008,2975944266,198437,1026068045,228913,1860308558,139032,2881113678,203917,3471830609,231431,1960955473,260723,4101475922,131657,786517587,139881,1121496659,152708,3358412373,224149,1106562646,182203,828452439,183754,3491327575,216623,1343172183,235005,3751382616,155036,2420141656,162065,901975641,215630,1857105497,255516,140586587,127352,2307141211,208965,4264832604,253978,1720438365,228979,1720438366,228955,4289850975,132397,3602804320,217277,174673505,171461,1745628770,147860,1599696483,111926,2881121892,179726,3945926244,179880,2496941668,189220,2083966567,131922,722914919,139820,3104968295,163695,2540007015,224527,3953323624,111729,280137320,131470,3975868010,138282,1142402666,215248,2514841194,226472,1100770924,98307,2977992301,150390,228068973,227594,1416048240,174413,3824684656,201903,1546505841,251380,1737952883,176035,1589063283,214437,1654795892,242574,4292169333,225924,4199951990,234025,1664470648,117618,1555345016,246806,1905749625,205029,2149076603,100774,1977429627,202252,4067683963,253021,1363979902,140904,2495835774,251621,1194839679,218164,345149057,198307,541019780,234956,4191014533,141496,2565099141,243140,3630304902,241565,3931557515,139496,3853921933,173524,2921574029,217224,451022481,133146,867225233,227432,3052768914,101447,636833427,237589,2944437909,187387,3685682837,215894,3728526998,105640,696962711,112589,571403928,120430,1492512409,248859,2191199901,197064,2364198558,141251,2641227422,181968,3312127648,118112,208400032,202860,1372417697,97710,1219808929,122687,1743556257,125020,1959063202,234628,2869202595,220634,2044563108,199328,1879535268,227575,2761117349,127719,1167421093,150692,4151234218,258379,2508869292,230577,2096737965,245313,601214638,159335,610258607,241579,1485942448,132779,1137839792,150712,2953760432,218634,964914865,117325,1665216178,218563,4026683059,160512,3127168692,166861,355577526,146403,856133302,154124,1125461686,195712,4138675895,132848,3715010232,240868,2688339641,124502,1475620537,214980,924438202,108762,1671974586,128002,3408572091,103475,1440951995,166018,2372300476,97564,1100164797,258239,2143956670,103182,2258693824,253474,3742142145,248837,1888816835,198765,2866589383,255861,716959431,258894,1143090890,234301,689172171,109616,2036174541,204187,1885523662,149282,1589915342,248126,3641437904,99376,147476176,203246,323251921,172736,1885523666,149439,3192794835,226984,628838100,98286,4032286420,154170,181522133,135111,3372953301,219371,739602133,219415,1107676887,153225,4005588695,158117,2904944345,185358,1225010906,115634,292138715,96997,3966529245,185749,732679901,203420,1143033565,242063,3556880096,126265,1927442144,220676,2523623137,213157,3290353377,253003,1977126629,135878,865431271,130191,2094935784,141697,172789481,242175,799665903,142286,550145775,235906,2149396208,119691,2757324528,222321,3984527090,105550,3841724146,138432,1270099699,245355,3724439284,215549,3724439284,215589,2573102836,238457,406867702,126011,2587168506,235337,2533404411,140587,626863870,156411,789647103,231030,34664192,192084,590049025,153478,1933651714,134342,2316971778,157769,1582092035,172107,3047231237,114852,647753477,129208,3113864965,131863,1596632838,100013,125619974,124683,440979208,257227,3866144521,138549,3108687628,208655,3197964047,139733,4071591695,182432,3580669712,99755,291565328,108163,1733865232,122654,3222228756,145495,4210822932,219068,1321463572,226448,1545498390,165316,2392395542,201923,3338088214,231717,3554012951,108409,1844047640,148676,321924888,209934,4055314200,249901,1529884441,183878,3583897369,189960,2982137625,222015,2115522330,117170,2442989338,157395,1705193243,105537,2443595547,190142,3925774109,118700,1827958557,139838,3125440285,161390,3926519581,216256,221089566,129361,1506070303,187492,3782102816,110604,2694532899,187896,679808803,231232,3878031140,176083,457772839,141353,3314609961,137578,46100265,227975,92270378,219756,4209110827,149750,2051346219,152927,1494871852,217327,2804059952,149856,2350444337,110522,2366492465,260255,3705958194,115523,3665456946,123457,3222916916,138216,3726659381,228708,1874972470,238177,3837022008,251830,148000569,164433,3928461114,200118,2049331005,235930,2227556158,251684,1956220736,171555,3010858816,197589,2696949570,103342,3203403586,120056,356912964,111653,2226474822,236840,1260777287,116207,3512307528,179997,4165062473,131417,1098313545,260517,2676059978,252293,619376460,192428,364941135,105512,3495104336,163673,2970464080,244449,1422028625,256216,2281099093,116606,232820566,122360,1912016726,243074,1054519127,152128,597651288,162807,2047438680,169323,2223599449,168303,2619010905,214326,390483801,217972,4293799770,115879,1680027482,140339,3242872666,145375,3000962906,189927,1784393565,100055,872763229,104501,1210429278,103778,3615608670,252181,1107005279,222462,383856481,125081,3484888929,131530,472338275,134504,228978532,171519,2670202725,128241,1337831269,152065,566095718,127428,2932109159,236311,3486609257,247291,1910853482,237377,3660173163,124310,3386576747,195853,3395161966,245022,3124129647,168335,2499817328,217954,251481969,106715,1434849137,133890,3653300086,115768,2112991094,197266,4192530295,105124,3575017336,120953,2410114937,193102,3873124219,242891,2627129212,166705,2486628221,104972,2370088829,218270,2736099197,252915,1597869951,149630,992644991,229178,1053486976,163178,1400156032,219222,3944509313,222671,802893699,129121,1346842499,203652,3084316548,187983,565350277,249809,2568818566,141186,2278928262,167136,2559168390,253804,671059846,261043,839102343,220916,1845006215,233179,480022407,253761,186609548,186521,2636779405,115048,1329581965,225775,3956092814,182125,1867141006,221588,2338082703,112153,3301519249,205080,3709775765,140567,1083543448,206505,1362087833,156891,862302105,230556,3460820890,96630,4020924315,166645,3728027549,199893,2096574368,131381,4032532384,238310,198995873,255622,1374728099,195006,3458592676,147795,3076018084,175974,2312523684,183628,3920228261,191167,1939345318,106537,713248678,144075,3642150823,256005,641191848,140767,3181367209,118354,1547882411,150924,2689519532,163321,467496876,174500,3004567468,231387,3648049070,139933,3620540334,147982,2664648622,167545,2301595567,138966,166432687,218957,657493936,169275,578228144,200082,1680994225,204927,3172888499,260875,2802511798,120072,3863621558,193738,199102391,111072,4206718904,195952,759214008,216427,2012778426,149560,3635818427,232505,3886829500,108799,1678888892,211663,921489342,244670,3765170111,225886,397258687,237478,1322135488,115711,3814723520,207067,706170816,250885,2726416321,121624,131174337,221478,1934831553,258717,580644803,125886,4072558531,255837,286134213,158926,1397092293,160888,51023814,191613,842469318,230537,2191200200,197108,269045706,142415,2058112971,196719,3693998028,105572,3383054284,231176,2337779661,252394,2688135119,188585,1002860497,160966,1363980243,142144,2830274515,150190,1396723670,101160,1379577814,202906,969002967,110479,344690649,133064,492531677,256512,131977182,130717,829845470,138342,351432671,157996,907497439,172802,3484643297,116989,4112707555,239598,2835787748,233121,3887550437,159694,1916055527,225227,3768537064,162461,2616111081,248476,2066206698,127551,4283887595,153325,941821933,227672,29863918,95420,796323823,196205,3941322735,261911,3158650866,135161,328658934,104712,4292030454,110777,3153817590,172256,2473390070,199516,3324940280,202207,2694377465,172765,3026530299,186127,3774664699,204068,3614846972,208751,4073803775,254107,541724672,157500,1121161216,254603,3421564930,229942,3107229698,257035,3081736196,214873,2271350788,249044,1499385864,96120,3937783816,200065,694685706,191117,170438667,200206,801533963,231547,194064396,168043,3885559823,164115,2821492751,205779,3600560143,211284,4184109071,222988,54595599,242819,2297761807,247431,1857417234,130296,1784393746,198726,3223482388,109056,3119222804,171177,1043632148,250427,2106912789,103880,3471429653,179822,1004056597,230862,845893654,200762,2981744662,235978,2769817623,183857,3604525079,210956,3508531224,96028,1547702304,109733,279359520,235169,3815428129,119795,149508129,192064,3442143266,161771,329117731,117517,2726629411,235618,958124069,160654,508080166,166752,204206118,222042,1646768167,194258,3836203049,204337,1659179050,236140,4076679214,226887,741543984,235536,3907842097,260444,240267317,144689,525078582,154477,3396358199,238873,598175800,170020,1423814715,125235,2386030652,182282,3271249981,121703,46256190,239452,80408641,198154,4238889026,175528,1754132547,162083,1360515139,184489,703729731,209222,2743201860,236963,2595074117,136779,17338437,241618,1324281926,124216,4005908550,149249,2874216518,179474,2318020679,178272,166940744,177458,529297480,193396,1466101833,171276,72003658,196979,3144847435,158083,3791867982,104016,1316409422,135898,802771022,206456,1408061518,213800,299569231,145511,4164194383,185042,2451165265,145654,2131980370,201947,1826680915,211093,406933590,109e3,111267926,161590,3532099670,223694,204615769,203216,1673228379,176419,3622588509,124249,1741049949,193910,2250068062,238923,3635032159,117372,4164194399,183692,711815263,210537,2833993824,104164,2113802338,192561,1551847523,138684,3649106020,230946,1733636198,124771,1821904998,196789,3812642919,186563,3864580199,227462,4164194408,179761,1819840617,103215,2249986154,124659,1026601066,137136,3042160747,206050,1270427756,187237,3108819053,158950,269791343,96496,2161709167,195267,2295345264,143139,643494001,111590,3485094001,241378,3034763378,112322,1225609331,186733,166285428,146022,3095162996,183193,4164194420,185281,4164194421,178188,2722386040,129598,3090894970,173291,169095291,202406,2204848252,214559,3435376766,246317,787230848,244090,2283761793,166071,1398919300,148544,242299013,106197,2545414278,259734,1310961801,134098,164401289,191942,2620305545,229974,2161545355,101655,2078691467,214679,63541387,253272,4048842892,222652,1268199566,170432,906072207,192124,3528110226,120186,433557650,169569,2795982997,253559,2484490391,178957,1057321113,174525,3358118041,245528,41152665,247939,3854962841,256291,1765011609,260854,3600642205,193057,1685647518,144117,1705709726,227999,928198815,98931,2215211169,176582,1523912865,223166,3593334945,232690,2991345826,139798,2450133154,177281,1285697699,116480,1629589672,247755,1678323882,243219,286978219,189083,745148588,177664,914067628,243715,1700925613,139375,3942559918,182406,3912626350,247822,4095758511,96678,675950769,254245,2996711602,162855,3811684532,173564,1916342452,213896,2748829878,162560,1432309942,214035,232222902,245281,2798948535,195154,2681655481,226947,4164194491,170662,3267391676,208492,2704519361,211920,2102948034,154561,1672835267,205173,1356001476,161292,4183789766,156607,3133608134,165260,789606600,105923,3533426888,108453,4030091465,118173,3096506570,251317,2175758539,178593,1984925900,96085,766611662,136610,2641129678,201401,2171187407,177909,3676287184,178646,1734103251,111572,4156584147,144835,3626217683,228895,2915725526,170206,3655708887,136937,3053637849,141063,6861018,261921,929321179,97838,1242222811,257485,4051939548,124540,1218080988,210831,3470946528,224466,149483744,257340,2100080866,101410,926888162,114825,374960357,248109,89936102,106815,3574550759,203436,433959144,111193,1792954603,175786,1334210796,226374,3712217325,108286,1191325933,135089,3639292141,151095,3327971566,130446,3538112750,259914,3419001071,160811,3717083375,225675,2404331760,191763,3971633394,125329,3286495475,225491,2441056500,113858,1704292596,131964,3545673973,204093,829460728,126847,564637944,216075,647123193,113205,4049539324,167119,1365668093,222747,3049058558,220758,2991329534,233197,56045822,241102,3239555327,208232,562966784,107050,2962444544,172618,3502256384,232420,1910092033,181099,1137193219,96890,120123652,177699,1584132357,172230,266940677,223917,3051712775,216499,588230920,153280,3529781512,236240,1038356746,188923,3723628811,135420,3489911057,183491,1612378388,143774,3165909268,154190,3257700628,186256,1623945492,248693,2589978901,127924,3434172693,249701,3094434070,184405,2751025430,210115,3867750679,138617,3222810905,134954,4172419354,248945,1151144219,127206,917901595,158880,4220924188,245712,1784549661,135803,3690090784,95689,42987808,102986,2887029027,258218,390893860,194688,4194431271,212768,809111847,254622,1909698856,218856,653594921,123380,1125011754,172782,1380929835,122258,1881534763,132640,1792553259,257640,1637765420,134450,3221827884,144746,3432075564,202024,2055115053,101491,1418350894,212338,6861103,125204,23736623,184909,1750143282,201819,1011863858,221553,2577723699,157745,775778612,183990,3894473012,224012,119468342,207756,1164153142,216546,4046754104,111175,1291694392,117737,2917830968,198007,3183579448,209308,3141570876,144882,2881737020,178215,2474651965,195332,802410813,228640,1635987776,215032,2121068865,123050,3979317570,239236,1035309380,138878,3316003140,238256,3097956677,170416,3101118789,171427,287961414,134426,2127581510,193828,335245638,205870,2879566150,211417,1338265927,127909,1611706695,131986,3551957320,130467,2977706312,132436,3406836042,124031,1852969291,227647,4002804046,144798,4291490126,149662,1661464910,167067,2903224654,177833,505499982,207396,3561566543,102682,421794127,229876,2189283663,262064,72552788,109873,3091624278,125702,3101897046,162752,591163735,162195,1707798872,189626,354005336,226316,2185589082,237956,2849698139,95909,3255365979,238677,3158749531,256436,2729529693,103289,4164194653,169800,4141011293,198498,3643027806,181769,320803166,203083,2574373214,212858,2101555550,235293,1268978015,109978,1097126239,148002,448491872,257163,2439975265,199577,107458913,235361,3322966370,118239,2213900643,211705,1289326948,126535,3311325543,253249,3207680360,143457,652587369,144259,2316431721,175700,2415858025,180674,1336398185,259713,1877651818,207903,766595436,136125,1576694124,175282,356651373,126831,1802252653,144177,3006558573,154534,3549344112,143555,1549611376,252061,2481107314,204883,36434294,233840,4030157175,107186,872640890,240201,1889472892,165694,2881737085,178373,159142270,225168,3970503038,246501,766595456,136048,3879768450,204036,2033537411,189905,1142419843,225510,4051300740,117534,1870754180,211871,3471536517,144482,912068999,226908,1440190857,95526,2796712329,251862,2411344267,181552,2704978316,220472,668840333,134738,1717973390,184264,3586683278,209441,2841915790,218796,4265415055,252867,1078514064,103379,3291091344,132899,3506958736,150356,3814789521,114211,3751350673,168933,4097118609,229302,128299411,195994,2134888853,238056,2625581462,235118,1264669078,239436,3907473814,246648,2693280151,176402,1583346072,117291,363778456,129507,2025755032,152689,4263334298,241229,3843543451,98603,3630723483,104312,3432354203,173024,1297772956,100854,321458589,134625,2125746591,100332,1809781152,178013,2987553185,201052,3393704355,208365,4258607527,196588,3896627624,106394,1160221096,188537,2836353450,183596,1468322219,97200,1361408427,167052,3610259883,260926,1169101228,251724,1310552493,179680,3722178993,110166,1380233649,121686,2011394481,259642,3751358898,165988,3103035828,208118,1531974071,135004,2693722551,175828,3043889592,236187,3124302265,242802,3493851579,127817,17936828,196333,3138711996,226791,2788807101,213032,3956421056,134027,2181411264,252103,3890565570,101470,1491546562,113117,977826243,129678,2318021059,178232,3925397957,201800,1471197638,136303,2073530822,137302,3093713351,185156,572740040,152650,4051890632,167395,3879031240,220140,1013961161,115790,4164194762,168912,1344311756,105422,2975961548,230507,1698402765,101764,814674381,254821,849801678,110378,1174712782,127057,3199963598,212583,3903697359,249441,1428042194,116851,1962136018,153616,1264603605,237047,2215170520,155147,3326800344,193868,4050973144,206960,3222811099,134326,1360974299,168897,618090971,205855,1735913948,254936,4243214816,243100,4087788e3,259567,2575749601,116738,3807277537,130325,3072332258,98108,155849186,142628,3553669602,199253,1986269666,211110,3619271139,261848,3789140455,191144,1376596457,119251,1235505642,180213,280465901,139600,1883042286,174369,2266657265,174133,2852524529,220811,623137266,132116,1343181299,254446,4138381812,191587,2018136564,212818,2337919478,165171,2945200631,147267,810734071,201154,184177144,101429,3841176056,115140,2101490170,172295,2551296507,219083,3302068732,117928,2825081340,207042,3947958782,110633,2139992574,216604,2421699075,226776,3836195332,205068,392802820,244597,3118862853,151537,3209630214,219325,1719464455,114367,1947267591,131739,2687488521,119140,1111978508,193238,205328908,204740,2193453580,207259,3562000909,257247,730640910,197680,2330366480,99030,1264398864,167834,2836754960,204420,2444522005,198809,2450649622,223285,729485846,246157,3517665815,175661,1749873175,209918,1382568472,108115,166941208,177440,653537816,216946,1735914010,123100,2938843676,197665,1876750880,197831,1448825378,250726,2742342179,103425,3486798376,202949,679989800,216974,3801502249,212622,3495088682,163806,1098494506,187019,2414850603,180425,1118827052,229350,1961988656,242775,4290343473,149542,1361556017,163060,3082547761,233701,748892723,156090,2179895859,211596,3943821876,218067,2196132406,207675,415568439,244855,227734072,126187,3555455545,97919,119222842,101301,3884692026,110808,104673850,248593,3310973501,129700,1047294525,217854,3151802944,165846,1639535169,100414,83456577,260033,1598919234,162131,3833623107,101909,2978632261,150309,2297819718,250061,3289829961,132747,982479433,248305,3963949642,262105,3945189965,185055,3811127886,212030,3112211023,148421,2201498191,177350,3378713169,182682,3757478481,223013,219419218,148293,2634076758,191566,3366294104,187549,2896761433,141888,942576217,201967,2171474522,243422,3660943963,139011,1747055195,199539,1437028955,240485,194663004,189049,2077053535,176124,1450185312,186808,1195741794,125307,3013464675,198174,3703001700,209737,220230244,250742,3562574437,221333,3341447781,227481,864096871,99266,3818246760,203502,1587081833,256387,3863671404,161991,3251204717,104269,1028100719,138505,3818246768,203757,730493553,254391,1949151859,205190,3662115443,237753,2955268723,242595,1058443892,222724,519934581,230064,2948461174,201176,3447984759,116250,2377306743,168003,446091895,188822,2507543159,203604,2474013303,235664,3258716792,164166,713847416,216135,1353282169,104054,239465081,108606,1430671994,121895,1549603450,158401,3765539450,165654,3039531642,170910,3533566587,209279,1124643452,207781,3156824702,115806,70406782,222388,2719896190,244027,2797335166,253686,2795745920,129524,3990213248,208215,3923956352,230228,1641894529,139259,3171881601,168805,1351799426,169981,3586126467,97821,3974189701,203768,2722288261,229954,404648583,139142,2818462344,98874,1684984456,211542,2081747594,202805,932737678,242454,114995854,245100,2702881422,249487,2822214287,184539,2953998993,172316,1109594770,200253,3661812371,140066,2236101267,216820,1763750549,104291,547885717,123863,4220899990,141158,468267670,149105,1000026775,114112,401355415,229737,1856254615,243986,2473063063,250038,96375448,101318,3728323224,133771,1933144728,134719,1409061529,105324,487723673,253490,441725595,116503,4270502558,148960,1900630686,164918,4234121887,172085,1413165729,121070,3471143585,172547,1440395940,130876,1612468901,115507,2676216485,232605,2647298725,240565,3969544871,109955,345887401,156289,572240555,164805,1167397548,197456,1050702508,231634,2694361775,172566,3714790063,255578,1851978416,146250,2840687283,234186,3725365940,208989,940036788,249724,4040700597,116353,2719167157,219355,2754835125,259227,2471023286,98057,580768438,113351,1937683126,189204,3889713846,217625,1573851834,221283,2178962109,214455,3030143678,213848,2172392127,141919,1360351935,185902,1242256064,166499,3341447872,228180,2872226498,188633,262525634,240137,3272667842,260299,470069955,252560,3627193029,102108,252973765,118649,2825024197,184282,3033535174,168257,2129269447,106376,1337832136,151819,2802979529,226265,195572428,188467,3277411020,240040,2531742413,109393,1113895629,109797,2694116045,172364,1975947983,177869,3054506704,198836,64156368,227381,759435986,150484,4046795476,252651,4164195030,166848,2630677206,238478,652964568,224335,448344792,250587,1104630491,141764,2019570395,152611,205320924,204753,3829453532,259462,2442629853,117130,3486511837,225309,270684893,225594,275108578,131811,1118417634,250210,766595812,97444,3039908581,115823,1131401957,232094,2355524327,214960,4050981608,111429,3974910696,159299,52040425,156966,3141087978,159423,289772266,232553,3719508715,156523,4083905260,103240,1588122349,210307,2231808750,111903,3819451119,143316,3090903792,174689,104035057,118864,4065424114,154849,228610803,198596,2477298419,234667,2334659316,138816,195326708,163720,921719541,106216,3096605429,177683,3945870070,229224,428561145,133451,704697081,191411,3090879226,176252,424301306,236922,964227836,112729,3914330877,131677,1470206717,132458,2611573501,166550,1799271166,102288,3905958655,170322,48435969,224746,1362989827,148864,378876676,112467,3908162309,152881,598201101,185773,3689141006,115540,2639164174,130766,1964839694,159922,1961964303,242847,4164195089,158188,4164195090,158201,2851746578,183438,1560802067,140820,2097402643,159845,3655709462,136987,2837377815,120853,3132560151,159598,2595083031,193846,3732157207,252372,978031384,139409,2152821528,202601,3353588505,215959,1796109083,134984,2873398043,180950,3222917916,138250,2904150812,142646,2763887388,166607,692269852,226813,4165358366,113728,2790871839,234705,3534312224,180888,205329184,204694,1156985634,128836,2219758370,169618,3381146403,121511,258224933,130898,1253536550,256357,669922087,203352,2125861673,99668,3281998633,156436,1849791274,198738,2134618924,127527,3407983404,171869,2215719725,188511,4272042798,190415,571945774,213186,2777609006,258352,1909117744,193258,91173681,165579,2367075122,113942,414610236,198543,2266362685,140287,2155533117,257986,449385279,194224,2093994816,136021,84104e3,148335,2906379072,232022,2064487232,259525,2111722306,113284,135516994,134002,4164195138,159244,2194600770,258625,3657806659,154100,1952641861,231978,1927385926,212143,3113022279,112892,3486380875,242079,980398923,246263,1360417612,177226,7115597,150952,3715568463,121433,3640824655,195043,1195414355,122830,1361326932,165973,2609476437,108200,3557536599,112278,1571328856,239692,1210946393,213830,2333365083,213075,3704959835,229808,333804380,202351,1233294173,200949,2950370141,236098,715043679,223873,1072345953,125871,4099674977,127564,702059361,249451,585306978,150213,3536851814,108718,2897589095,205297,2147644265,214804,3868799849,242618,931935083,197573,725111660,141377,1156141933,115929,4276097901,247771,3480458094,109528,1163432814,185722,789402478,256976,800224114,96695,71447410,219966,871486323,217492,4006638455,213260,3451589495,221505,1461457783,232274,3285676924,133851,2081993596,137052,4079358847,144203,3514807167,186682,1700197247,209376,1168364415,218928,1518023551,233795,3293934464,132508,4005745536,197350,408023937,141946,3133592452,165544,1244099461,168116,142521221,189158,1811272581,208260,3037680518,218237,344699783,186155,2932700039,200301,2443400072,183404,2565469065,143089,344699785,186143,3536851850,108740,740856714,139119,2486416266,233777,3097817997,209644,2960954253,214378,1083413390,235312,832443278,253528,4263162768,107028,4194734996,127170,4044805013,225024,3526079382,249168,1782559640,128591,935228313,128212,2001859481,204844,2035921818,140519,4125184924,238855,913027997,103140,3514389407,190637,218993569,238361,953381794,211948,2810803106,235946,414421923,115206,1140093859,161616,126505891,228423,34050979,260561,2621830055,111052,3087037351,127959,2088080297,156110,2694460329,174787,1360278441,185532,2430899113,234407,1957204906,118924,3839472554,121539,3642512298,197478,4089205675,260537,2595820462,254223,396030895,237292,2970596271,245116,1394447280,243939,2168738737,148397,1338151858,113139,1578996660,190976,2226213812,193078,626193332,198282,3483481012,236274,4226864055,137425,3021157303,256534,240120760,168419,515535801,198097,1221120954,195101,3069088699,141736,3363730363,222e3,950195131,229649,1116607420,209116,2312139710,167861,2428269502,191689,1823347646,215707,4005073856,160237,3562058688,188288,1859154883,175028,344667076,186210,1362400197,153139,1965945798,242646,1683043271,99471,1263162311,104915,4105663432,132416,3918328776,182605,1331409865,198213,4069487563,145809,3979867083,247098,2392961996,113607,3751359436,165730,221459404,214219,1033089999,207597,2284811216,134908,599954385,194932,3334550481,224784,1600598994,104668,1788449746,247463,1749259219,212502,3849163733,118151,2292388822,119671,563434457,97423,1852658649,229263,126415834,128386,3352220635,180587,2850771933,181661,3751359454,165716,2196378591,119884,1749922783,209975,3403805664,121856,2732143584,206272,3913733089,148119,2977338337,150119,2838229987,133475,4246557669,121324,2524959717,236288,1690399718,137691,1362916327,148140,739578855,203381,2219381736,128411,1013887978,204538,1948488685,194169,1890407407,138467,1919923183,164728,2075767791,252820,907006960,173172,3809457136,177497,2168173552,214118,2373530609,121e3,3554661361,138988,843305971,233218,1543918581,196253,1113273335,219252,79066104,244557,866317307,199723,2258949115,245415,2167378940,95500,3089871868,129965,4287214589,155172,1591956478,251204,580187135,180051,2119816191,251447,2079446016,129001,2995319809,151945,399864834,116103,3941561347,186642,1849775108,204949,1116607492,205801,2529367045,202047,820638726,165080,1028936713,130001,4241921033,161064,3771438090,132182,1675957262,96510,2733397006,168080,3656946702,239471,3486028814,242126,740660239,226066,3756831760,134803,3206116370,167267,2445571096,199051,1247613977,137211,3985224730,204234,2492634138,234972,3756684315,218431,2755007515,244826,3344479260,202929,4159878174,96011,673330207,238619,1499829280,245552,2561340449,118997,1092670498,125769,158790690,179860,2693887010,249845,3376952355,205433,23475236,125534,1847514148,211718,3634402341,117424,4059190310,111790,147133478,194620,4170994728,179126,2956252201,127103,3703182378,255400,2156672043,117060,2760061996,164361,3941004333,118023,190944302,197758,4167767087,106169,1682297903,198878,1627001905,249128,4012250165,128324,2916791349,197712,895743030,107211,801854519,256833,2628891704,195669,3345200184,233036,4200289338,95865,2940548154,112554,3079705659,116590,3376780347,169914,1249375293,196165,2749281342,106449,1150727231,222138,422163520,124705,3043439680,233470,1886991429,180080,709801031,203960,3095073866,183661,3173078092,201466,3111515213,141822,163509327,197774,870880336,176208,3969496145,230467,4281160787,219393,2263987283,253287,1337832532,151858,3956249685,130140,798774358,188053,2013680729,186357,859264090,95841,3828773981,117985,309564509,128721,2535191648,180844,1332581472,209951,239875169,104032,1663136865,261264,2336306275,236165,3956421732,133914,3248444516,179551,209728613,128154,1517556837,132861,172717158,117388,2577011814,187440,1435972710,214747,1253340262,231366,1129403495,131772,4247729257,187345,4215346287,162432,3818247279,204667,1839371378,107670,2198140019,240957,541897844,200189,1856558197,228782,553194614,138713,3174388857,157140,440292475,220424,1428460668,107356,3324793980,108854,391492732,153708,704951420,157910,1050555517,256884,3839202430,177476,4151972991,129936,1360524415,183531,2417341567,225701,4158600320,111773,2827515008,131578,492459136,138778,205182081,137526,1229755522,184715,3685348484,114942,1360532613,183677,3927291013,184061,4086117510,129346,3508982918,199968,3170153607,214502,3384022152,144158,1422103688,260796,1904186506,106023,931910795,230031,472290445,151240,4223333518,140497,3170653326,220964,1240814736,137322,4046845072,166937,3880055952,213295,2448389264,241429,2983793809,197294,457487507,122589,3842544787,224846,2364798100,107746,4223751318,158751,2037453975,198394,2164831384,113500,396522648,220501,56022170,157024,2045465754,184336,3617592474,197526,536564890,256043,129242267,103688,3176469660,159822,4178130076,186821,1617622172,222533,696849564,249779,2693739677,125561,2296296605,197330,308688030,231920,1620112543,189702,625317023,190462,654529696,111314,901878944,232526,2850600097,181861,1137800354,167809,4135679138,191435,3886470306,211396,978031780,139428,2268484772,201193,2893010085,214851,3726218408,249412,635081897,239079,1784951977,244538,98628778,196079,1922192559,167645,1161098416,193759,374199472,229848,3469325489,116719,3392410801,176463,2488816818,201656,2897974451,258495,3399382198,98407,3837244598,242859,906163383,98244,1772721335,105243,443741367,143358,1605465272,192331,561247418,191077,1509684411,102738,3316044989,176493,1742714046,96532,804336830,103520,1681814718,126591,56038590,157006,2035692734,191906,1829721279,221075,612553920,181418,1253078208,260409,1360532673,183646,1783600321,225251,2206201026,167620,3093927106,185189,3053335746,222694,2188514498,236940,2252428483,111632,1389835459,194094,3232609476,121809,2823640261,236669,2544784583,185863,4248270024,225906,2531742921,109372,3427849419,191825,189535435,203031,1976005837,227407,1973449934,227688,2031006927,96562,2760062160,164384,345855187,233322,3218126036,200646,3234223317,166954,1507398872,172037,684610776,184891,3357504732,157080,2094847197,106238,1360532701,183613,1650767069,254640,3069088991,141794,889967842,110185,3464246498,153878,53277922,216880,3567678690,244723,3478082787,193690,1193956582,130404,1391449318,213514,1975874790,216781,218125546,196740,1727878378,258284,3197711596,246180,1807897837,150285,3733591277,187873,3222369520,138762,4005238e3,192860,495195377,261341,3057235186,238154,1041192181,139056,4074124534,215658,2170836216,209398,4047082748,228459,1104327933,123248,829248765,134265,1762907389,172526,1279939839,157183,4164195584,154873,3012367617,240923,3751400706,148073,1513477378,173800,3523876099,209619,3136394502,172681,3049207046,211481,3344495879,202505,400233736,123070,1416926477,241521,4261393680,156478,3818083601,167288,426669329,250313,1927877907,113778,79361299,166523,3314128148,183273,2685015316,234854,4023063829,210788,2837378330,183563,4164195611,154689,29209883,171783,3301381403,204294,1345598749,98748,47199517,106850,508785952,141978,3926881569,217706,4082611494,224184,2359571751,126680,1450276139,232465,2574587181,253610,3202340142,105291,1229755695,184733,287864111,251606,2868589872,230442,570963249,145409,3420452145,189334,225326385,241706,1293808948,151487,3246781748,215939,651179318,141580,1629844791,218548,2258048314,231586,4164195643,154676,357815612,125748,1074664764,216214,2494723389,150040,2027509053,202970,2099852606,151876,3266024766,233337,3065075007,143064,2300261698,198780,2909238595,99306,1363973444,138747,2194257221,116656,205182277,137552,1137644870,102895,3683218759,248739,2849609032,180196,81909064,204111,3570226506,192630,843846986,224968,316028234,255341,1197110604,127628,3758216524,176185,907588942,161852,1691219279,198823,2937132368,162578,3775567185,213710,3108730195,131169,1177793875,207103,1121899860,256491,1672828245,129414,1358689623,158303,2011952472,209519,3444929881,178446,2880107868,156567,1302115678,116620,3694523742,251138,2927809887,108074,3471856993,172420,3604149602,195023,1361450339,167988,2013680995,176439,2621756773,253399,3654964582,152796,1524192615,136533,2275521895,217761,529167722,191708,4079162732,131452,3727332716,203629,2889717101,185405,3275208046,103057,1054356846,204994,2868581743,156224,1291105647,181721,2866451824,210934,2343605617,260239,359544179,105204,3587421564,117600,981546364,188372,1361253757,168451,1754674560,139199,2073736576,236335,4022302083,166145,4084168067,244989,1140209029,115557,4164195718,152570,1491391881,101670,2293650827,237144,1775228300,107098,1562973580,107860,1106744717,212081,1960654221,214277,140072334,99422,3396187534,124353,4277024142,241779,1733629327,182577,2861610384,180106,1629222288,252445,3558405521,126249,1553397139,145013,1361556883,163075,68892051,228374,1846670740,143187,3344922005,113184,2323051925,246015,1088157078,117043,287454614,224079,1617155479,153781,4519321,223385,1152611738,242240,528299419,259248,3912078750,176226,3980744094,233551,1319597471,210195,4030674335,221851,3125409185,165810,802788769,184027,2553099681,246585,4070684066,108472,1524274594,125954,1590015394,157794,883709349,203200,436762022,118509,1159402918,232659,2317202855,211268,1847186857,131252,4164195753,133177,2192168361,221179,2983359915,114097,350148012,100792,2725606829,240179,681899438,259963,3768317360,119744,2864412080,234544,1216320945,237094,1722037684,226556,377599413,250819,683611575,156842,600102327,215202,544052664,189730,3010999737,196608,914527674,254722,562976187,251485,2739082684,248509,472806847,215184,3425351104,95565,3609294272,178148,111154624,193710,2590651841,194900,1363989955,134178,1844237765,246791,1148319174,249067,3500389831,168880,689305032,96547,2866877897,179805,3438753227,219782,4101559756,239267,3569784269,249218,2091783630,152773,2797360593,157336,3053721043,236544,1750775253,119402,152114646,116002,661730774,119632,2184713687,211765,2249905624,217343,1264219608,239104,2807313882,220273,4105164251,97082,1120245211,122752,1935013339,235682,2174784987,236481,352318940,109160,3561035230,102700,830141918,183229,2733667807,120601,3048207841,126381,3512817121,151798,2829276641,254700,467113442,169701,3471144418,172507,2668443107,161906,384480740,149190,2026550758,123794,267072998,203115,2907157991,177524,3868816871,242700,2979608043,239285,1471337964,122276,3751400940,147379,913511916,233958,2534987244,247711,4166178285,192462,1687762414,200673,2223699441,204603,607294964,233635,3811554808,131613,2125370875,146045,2892715515,200779,3196368380,225147,4228412924,231266,393770493,133264,3705763326,208848,4140955134,254468,769046014,261874,4014118399,254917,1504679424,253886,911947266,139643,2653951491,128341,2262128131,204501,859059715,228932,137459204,210896,3076797957,206940,4205254150,256065,3859052040,198858,2787702281,261241,4164195850,151642,897799691,172159,1466177039,211134,2453001744,234868,3094730259,183580,3399104019,228055,1582667284,155361,1221842453,114452,4039489046,233533,1603827223,135540,3062199832,247696,2059351577,127374,3805255193,148693,4164195865,151655,696014362,168962,2874758682,179045,1176368667,120088,1440937499,249240,3859314206,210323,3518117410,173868,2855876131,110497,3345372707,170244,476804645,175362,4204074533,197441,136058406,224385,934139430,244341,3439318567,229003,4037047847,243887,1344550440,254139,2386228778,100217,1665013290,214245,2119317036,172343,692581933,130740,1937946157,174669,3913758253,208615,2864723503,248716,1125733937,179615,79959604,156984,2196084276,218892,951498292,234346,428815926,122674,984020535,190320,3746608696,108825,1335334460,249609,3198023229,183152,489608765,205011,4043445821,215331,3093894719,184785,3499333185,218998,607581763,139473,818771525,212685,4059207240,107940,1790309960,221978,2809697865,223358,2329794122,116031,845215306,157267,253867598,114041,253867598,114060,253867598,114078,3098351183,170723,3318240849,214016,106280529,247739,3328251474,203932,1200887382,173212,3999987288,109773,1332147802,207460,2720503386,229124,1663489627,99085,3842496092,196294,980555357,122568,1046885981,187829,3189569117,229023,1194587742,98201,147338846,127042,1909184095,181292,3204363871,197155,3858880096,208822,1325520480,213210,1399715425,219206,3751401058,147253,2900850276,110352,1162237540,221357,3742652005,152171,3142981221,171974,1301100133,205891,1846785639,247583,192493159,261964,192493159,261986,2557351529,178809,3125188202,115474,3751401066,146849,896030315,141034,3652859502,156152,1216927343,162514,3281737328,124583,1157699185,168025,3681433202,110332,4210685554,140002,1337874036,152348,2681968247,110441,88708727,235043,2016155258,159864,1760450171,234936,722146941,172920,1422530173,190051,686241405,258976,2862757502,157518,2059122303,160636,4158387839,217245,4060534402,144524,2127189635,101145,4235024005,159644,295335559,153690,3769161351,236594,3296654985,98084,2709984906,190378,3456767627,180232,375395980,148565,433510028,205930,3332322959,178853,2811344529,142564,822974097,149042,3095131793,182047,1530525330,183819,1638487699,96065,1363965587,144422,3557873300,137026,803624596,188080,3091150485,162945,1768822423,147415,4164195991,151284,3107387032,169870,1175295641,115006,2646554265,129275,2842588825,131599,1836447385,155509,1793406618,118902,2953016986,154718,131987099,222965,3096671901,124637,4142749341,255148,581654174,124793,823039646,149211,536114846,231304,3523393183,150576,654079647,186539,1441167007,193177,1371182752,208441,4164196001,151214,2197272225,155099,1361811106,157445,2902775459,164626,678360741,171625,1360574117,177786,3989501606,155404,3096557222,177956,1258706599,254536,2349602473,142042,4173772457,258400,4029879978,222497,3333240490,232183,1361565355,163995,4241118894,157674,2126182063,98457,1709405871,169165,995071664,156005,3132937904,193297,4271699634,101603,1613674162,104205,900576946,201670,2604963507,188963,2687063731,247268,2625746612,156588,1155339959,131435,4164196023,151227,1361565367,163397,1704335031,212294,1305376441,199186,4230526650,173671,3549132475,124849,552834747,218129,2562897595,232138,2738968251,240775,3630323388,102056,3504207548,179197,4068005564,229682,1524192957,136508,1423390397,171605,1528116925,216186,2410706621,257108,1998812861,257602,400373438,200810,2845923007,169600,910784191,174823,318224063,210084,674690752,232948,1094883009,117085,3812382401,208159,3515274947,103797,2042083011,117950,2153338564,143112,3174209221,152540,2559825605,163828,3095123653,182167,2897704645,209904,3956070086,139303,642086599,216160,1982363336,102176,1132664525,99895,1140373200,242093,136312529,151419,2937894609,257302,944903890,214764,2537559763,124140,3164305108,153123,2448340693,196314,2673293013,245438,2277775064,183012,713684697,103356,3425449694,110225,2450650846,223264,1342117598,240900,1522669279,171811,2439608032,169680,2332399328,225532,1360574177,177744,2127181538,101193,3078403810,105808,3332323042,178750,1988966115,103647,2969663204,160409,2787841765,114540,546838245,241265,1610774245,256238,296441574,129427,3766286054,205551,953038566,210972,2530465510,216562,411981545,201570,1541879529,229368,2723477226,155709,645830379,233935,713340652,246728,878679791,183249,3618453231,250567,2974365425,231250,3112695538,112309,3239155443,236026,1652446964,132052,3941775093,199176,3410679541,223411,1334032118,96962,98342646,114985,363493113,251503,3751352058,169231,875902715,174987,612505341,163350,36673277,198952,2905511680,173499,4240946944,220933,1664366338,208382,2311567106,234893,1818605315,99972,935835397,127986,2458048262,152820,391345926,237824,297621255,100837,1475360519,153086,1656862474,204364,3109246731,189024,3923097357,137504,267720461,195532,656340751,138641,3867309839,172659,3167565585,146755,1911035665,152630,4164196114,147366,3950606098,152083,689248018,160266,159266579,98387,1355036436,98915,4164196118,148087,2964739863,160487,715740953,203145,432404250,206199,3205273373,105728,3165009693,136221,1896453919,191026,3818919712,221772,4132468513,127088,3934869281,198794,4164196130,148822,1595463458,219618,995596067,239490,2956613412,126764,2825565988,127142,1036465956,155843,3494369061,106588,2899343141,120284,962516776,127775,3778148137,188798,2675267370,129850,1156921130,171042,889190187,123642,4077459244,139447,89184044,170883,3457218349,255921,3061880622,161829,1976743727,102235,4132468527,127191,3989018417,95718,2403096369,121935,1338423089,182862,3766695730,255050,820844340,223571,474453812,253862,3999512373,188901,481924918,106793,3114497846,207734,3525056311,97659,724498235,118952,4040251198,123233,905828158,161521,1030666046,236748,3628865343,148204,3606296383,254903,166393665,168562,4074256194,234603,1915754306,260604,640120644,190865,713094982,184208,1739470662,219989,2531759943,109573,333936455,195347,958535495,220185,1027094344,142200,689264459,224663,4283602764,124433,3268851532,260910,717633358,140048,2874865486,205205,1696806734,258529,1360500559,184955,4027103056,145200,3563689811,111151,1696405331,250147,2230982484,173453,1360516949,184373,1793718103,129442,180868951,152468,1782093655,198259,3512203095,216044,791074647,224575,2106619736,188182,1837487960,239120,2528499546,155558,4152178522,253916,2770261851,102132,2903177051,143635,3262920539,250228,3132249948,159190,3095164764,183334,685389660,208530,3550713692,260147,3516135261,133558,2970482527,153501,1605146464,159965,3844110176,232339,1756149601,149354,1612150625,150261,4082194274,234835,3347191653,96379,3951376230,145691,2127837032,112626,2022643560,172709,3481343848,199286,1775712107,101625,2062858092,96806,275076973,162881,2524477295,96182,3083982703,220395,300750704,227266,4151400305,97063,337237878,192921,4140971894,251403,4164196216,148879,3116955512,168100,2416596856,257546,1817302905,217511,168580988,107244,3602569086,228553,3065223040,220229,2162358146,139690,4220721027,237120,3523393412,225325,2141640581,136582,4265432965,164941,2727352197,194349,3843004294,213969,2518071175,95630,4291549064,136830,1738823560,158099,1581242249,132137,1252235145,209043,1230583691,162277,1041438603,206864,850057099,261325,1497134990,136148,1132926862,195551,1381095311,108366,3242112911,136430,2528950159,232739,1921070992,146997,326743952,187288,649951121,186590,3139041171,234573,2651240340,137188,1057347476,174476,203200405,223078,3292583830,195061,4016109463,196915,2541221784,95926,3837884312,145944,1034418072,228837,920967066,120768,2435831708,104792,1923028892,132346,3640260508,215272,4124628893,172439,78657437,201615,3565860765,218317,813119390,216520,1933350814,219182,1624553375,242216,331372449,123912,1188403106,241723,308180898,257369,3303331747,157538,702764963,157631,859346851,190660,1858598820,150632,830117796,251339,2804209574,193611,493688742,201542,1412577191,217020,2054657963,116332,3164387244,243783,1222358957,249429,1562998702,218013,1794996143,98647,1483872175,108242,63535023,187655,3135895472,144285,175585200,194567,2032424881,117560,2521905076,135851,2390677429,104581,933574581,185843,2448971701,230395,3835557814,168466,603486134,260462,1768912825,147061,3867064253,190126,2125535167,100571,4246345665,165865,2464028611,168859,3135756228,166398,3112826820,169013,2825123781,154211,3112826823,169029,4110653384,191281,3202848713,143432,39147466,142359,1717819338,238695,2516473803,226247,443742157,143382,1320040397,154004,2771736525,194483,2766378958,125520,2047293390,199825,1506277326,226296,442734544,114617,3780294608,244197,1338070994,100155,801986516,249306,973445076,256454,1361557461,162683,383481814,121573,2308462550,238820,2314155991,219468,3086718936,165675,2237994969,210480,1624553435,242228,445954017,168136,1415837666,190684,604829666,244161,1767831523,104956,81475556,133703,3216152548,175845,285161447,223437,3093903336,185249,2441795560,185805,2713614316,118044,3555899373,110737,1521743853,122934,3187275757,224218,947681262,249918,1121515503,152946,3874609135,179594,1561090036,109302,2330122228,259484,1338423285,182935,2609526776,117111,3479959546,109462,3243005946,145183,2907174907,100171,2760980475,158991,2285279229,135656,2005604349,208900,673200126,114424,2712025086,206719,799750147,142182,614750211,181697,3791075332,182767,3095164933,183368,4061755398,188398,4045830152,143921,3057653769,99323,1715361801,260970,3416348682,232569,1957255179,188864,330143756,168637,330143756,168694,330143756,168718,330143756,168752,330143756,168779,1132550156,193997,3132635149,161081,908040206,209571,1162360846,228082,625006607,215916,373356561,111817,2417162258,180826,4260296722,227523,3771447315,181878,662050836,226632,3697211413,110205,2008152086,225965,122386455,101247,244152343,192801,3930585111,197739,3975927832,125193,3751393306,152556,3144710170,239833,2885089307,234086,3088668700,230100,3051337759,114702,1836242975,211458,3061880864,161719,3947165729,244803,1539938339,99917,3531200547,241295,1003567141,129178,3690018853,188033,3273627687,124822,3662632999,237728,1047009321,118577,3307690025,181220,3345332267,227819,2120611884,132372,1926289453,130205,860043310,200101,3380918320,230826,685627446,128987,2725738558,116412,1602418750,243270,1269020736,104752,33175616,119647,3763877952,148762,3331897408,202547,641529922,101264,186226754,216859,1263081544,96662,2805397576,122222,3090905160,172491,343177288,243e3,4180547656,250794,1941100617,117755,2159704137,241469,2306447436,169637,918124620,224805,330954829,223952,2760980559,159056,1728673872,217656,4120082514,228813,130537561,256812,3853088858,224626,2370074714,227950,3540416603,135475,2159409245,119470,3093895262,184801,815896670,257527,2201237599,194642,1898739808,178166,3751360610,166444,2709870690,253328,4049328231,205370,2787711080,100586,3421337704,198988,403863656,253428,4035893356,150663,1233655917,258770,1399339118,193631,233158768,184590,4251768945,115896,1407129713,126448,1073715313,251989,1692874866,230597,628365426,235082,1545050226,242683,169236595,254883,3926235252,217202,3804207222,182316,2360186999,161002,1630156919,233020,3892648056,165419,1009162361,180648,2427132026,103604,3271858298,142269,3095124090,182300,606460027,199806,2083780731,238391,3345856635,251931,919320699,259936,3378296956,144139,1466161277,211155,3855431808,99010,3522599042,119865,802248834,241888,802248834,241902,802248834,241923,3217578115,164461,3692492931,213731,1258027140,131036,3956414596,133960,1592858756,162732,802248836,241507,3935983750,123985,3222616198,141018,1873139848,105189,3222616201,141002,3222616202,140986,1039685770,251070,673839243,208064,2120210572,169478,2724272269,155423,568490126,251890,368081040,110033,4232116368,219855,1529370770,183838,69859474,200277,1178679443,187096,1032927381,135315,3895941269,163450,1196234902,114807,2829826198,190491,459995288,256086,2023069848,256577,2724477084,103731,3297261725,233238,2965641376,229577,94943392,247054,3870390434,164186,3236575395,229098,202209445,163621,1242388645,170349,4223670438,193196,3152353448,95952,1717098665,256994,1887574189,250105,896342189,252015,223099054,145744,2846169263,183897,3793426607,197726,1490991279,235588,1593252016,252279,2409658545,193799,247584946,130586,3416422579,217153,2955442356,105383,211556532,189351,1111586996,235420,2154084534,119551,2597148855,99738,4007155895,160737,2506594487,208773,3581835447,252592,110205114,164263,1759852731,118548,2736281788,232002,3157309628,237075,1370486973,145307,3414653117,147883,2145990848,104935,1745377475,129482,3561486531,171730,1343191236,235017,1397061831,216730,2427590856,135185,3577739464,260104,2787653835,112691,525744331,246412,1547106508,122020,3081812172,185950,3352451276,205537,4150368461,150447,1014044881,147695,768538833,217403,3016030417,245083,3656612052,145354,2239920341,118732,3132545238,159628,563755222,204166,2016745687,159947,2714409176,204522,1461647576,235815,1413478619,215410,479434972,218383,1865619676,223754,592435423,259996,1242282208,154635,2809297121,107559,993237218,261195,1244977379,184765,640874725,147551,220780774,102409,2568771816,256762,4018682089,97015,1972680938,123885,2325838059,191980,1644607726,194702,3873847534,233515,2869852400,109925,3464108272,112002,3989149937,125451,1106737393,260774,2506316018,254281,1668323573,254429,2399860983,145635,3122739447,160758,3816200441,204553,2314533114,113002,1644919035,104355,4186274043,229891,147183869,194598,2093005054,174599,2438199552,125662,1062672640,229245,2882074881,248200,1443019009,257070,829856002,177323,2684696834,239883,1682045189,112239,2508871941,115095,2229876998,254995,825276679,165619,2832431368,102350,260626696,232067,781539593,254841,2979920139,189765,586275083,201982,1395792139,260321,2805897486,146816,2424690958,147814,1664850190,226202,555030801,117821,2391931157,104610,264616213,227135,2951960857,201591,1244215577,262116,3658201372,123135,4037548317,222553,2607110434,234729,1949636900,223501,1768823079,147432,1303796007,158252,3980835111,174570,2009995559,217174,1111669033,112911,2822404394,184556,1650604332,195366,1689844014,96427,2033916208,190031,3183221040,195290,509892912,253460,3983415601,129577,2056755506,243547,3164494132,153070,4203657524,219097,6175029,108494,3429415221,207299,2409142581,214726,146987317,255440,1361410358,167306,3924572471,250841,1953454393,173935,4058536249,233976,1119975737,248876,1362458938,153243,3963631931,127498,3395426622,160315,3650476350,245623,2476677438,262131,1303656768,166424,1403377984,204766,3127187778,166877,3927505219,121723,104528196,181479,2399361349,171014,1145051462,120219,3222501702,140141,4270192967,112673,2876995915,162829,298424657,211191,688093521,230166,1562261842,174202,3527743826,231287,3222616404,140970,993663316,237555,252754262,236854,2691119447,233138,3860707672,207216,3153566042,157102,625260890,171197,1918237020,97590,2025437534,95978,3418315103,174650,2489833823,225988,2611239266,97891,2189187426,100253,3236297060,255458,1637890405,102442,2433825126,235858,2003925352,160618,4264147304,213490,399939945,223638,2607192426,158730,3507820906,240528,927152491,224711,3641178476,232630,3369245042,240055,2548152693,161701,2977790327,149879,319084919,259015,3844020601,115074,1690573177,217291,3666524538,108693,3818273148,119963,2562521468,198626,1969174908,234380,2140117372,246092,4074412414,114571,1363966336,142613,3174979969,121261,3723917697,133101,3751401858,148466,1417935234,191376,568768900,227334,3508337029,98895,717871493,244907,3884874118,156201,563206537,221021,22501769,236377,1264236938,200623,1702230413,107227,2926188941,128789,358898063,117344,3406453139,132691,3350354324,114172,1369528724,128545,2971326870,142881,4164196760,146784,1740798363,243022,1659976092,158768,2512845213,103944,427473310,126743,3751401886,148155,2609863072,260168,1787492769,241344,18856354,116226,3554441635,151438,1844025763,190565,2224052644,127591,2437380517,135590,34142629,192543,751065509,209602,2756155814,147180,3873970599,102425,3289094570,201316,158308778,239054,3308181931,115656,2188941741,110313,1733802413,238334,3363019184,154609,3090913712,174072,1420868017,159984,82909621,212568,584972726,224240,4158855608,219665,3342776760,232717,3959871929,126399,1673984441,245039,3326409147,178033,598178236,185620,1196775869,248905,2431441343,175117,3712129471,198325,682310080,97481,746527168,243038,4134664642,101526,4018411970,128655,4196653506,169084,3240843715,126426,1848285636,240152,1943394756,262008,1225144773,145611,328186309,159492,1299896774,133629,3252713928,144100,3173562825,118665,3309582793,174331,406493642,123358,2143853002,182336,1852627403,195870,2848971212,125293,1589828044,125340,680942028,143969,4259363276,149703,2176039372,195831,1111038415,153380,463075792,113703,3612080594,140228,3794590163,217108,3090905556,172643,1932974550,103920,4176755159,153932,3272825303,251643,3090905560,172583,3747617242,146952,2020710875,198021,1239742940,138095,1956813277,117213,2218498527,162413,301193695,259851,3095140832,181463,4162525666,228876,694761956,208181,3879606756,250861,3621386725,101208,2517916135,195195,2211617258,170482,982653419,154277,2816825839,241245,2626836976,106316,1221794288,145762,4187199984,237400,231422449,135688,4087478769,251522,1485683186,132796,2520324594,216580,3853752820,217903,277944821,127252,3579247094,236998,2398059e3,166209,1398200824,230652,546986489,99848,1774090746,130220,1930828282,168834,3151862267,165915,2203040252,208467,24672768,125799,3159931392,215156,3186661893,122002,4053039621,256862,4025965062,197637,508566022,253106,3357317640,189595,715979273,238572,2857286154,160350,1844222474,232119,1317788171,173779,3164731918,111507,714152462,238525,3598219793,171500,4075330065,171993,2279701010,199953,2322962963,217671,140483092,199557,1858075159,118845,4108376600,197626,3419462170,119352,3116079642,158568,3823131162,174110,3421288986,208939,806705690,253071,2211265051,124486,1645378075,126043,143628827,170511,2192063004,214397,180468253,207529,2199116317,217471,964418078,130932,3555891742,180330,2555501087,224028,1089550884,239213,2804423206,184970,4262124070,188653,1362090535,157065,3183581735,184930,3116177961,115947,1925732906,109140,3512187438,179291,3003775535,202686,2951535151,250970,2402433586,185599,1749056052,114391,755423796,235186,1360329269,185584,824310326,106100,1080629815,123685,3961231927,165744,4164196920,134210,609131064,154933,2153339448,172820,1846204985,140089,3127188026,166893,1036925498,170455,518847034,222569,4134214203,193344,1450744380,111109,3818248764,205422,1428560444,246059,457054783,240284,2021055040,155466,3346422336,232802,3152214593,199032,1434606145,243386,1179212354,213985,1248533058,239311,3884603971,128812,2884270659,201425,459921988,219576,2182036037,175478,2288540229,223666,750959174,114150,3597253190,170141,4104395335,175581,3776125511,197405,3751361097,166909,551549513,208806,2582182474,119833,2971327050,142772,3021150796,202279,3751402065,148607,3544906321,249195,621288019,125971,3805026899,130636,1800247892,242377,3288218199,225658,426949208,200987,4027947608,221756,384940636,129614,3221527132,146464,2954353244,166830,2065717853,175738,3460667998,101784,3797596767,160789,2813065824,194426,1363966561,143655,418200162,97386,3751361122,166923,2102778467,181354,2679429732,246465,1360419429,176143,1564793446,95756,492460647,139075,4164196968,133251,2365364840,243506,3369736809,204349,1576082025,257207,2694888042,157118,4164196971,133238,1355946604,99212,2535783021,237646,211343981,246480,3751361134,166999,3849542256,123428,3546471024,242293,293050993,117440,4162386546,178291,3521919602,250487,474929781,199306,399497849,123541,4262132346,164098,1319557755,190954,4030921339,257442,3973519997,187268,2877643389,253206,3098606206,156819,3791075967,205351,2611280514,100689,3831200386,132878,628406917,223769,3016981128,182183,2837035656,183546,422402696,258553,384367241,237919,2381068939,228401,3751336588,185010,421837452,195388,1403329165,193564,521820814,97124,3180272270,106701,3232733838,247408,1037466255,100721,3901069968,211973,1534941843,240267,1841543830,165297,3604920982,230992,4233879,192754,2017049240,103124,54950552,232885,384604825,103042,459299481,252744,3561355930,156042,1117485722,249937,4020468379,147315,2766256797,170966,1111964317,240426,1888533150,226533,1614437023,198713,2849184416,129915,3678321313,99629,3411983009,112089,3862059681,257583,3122428578,207197,3642718883,186944,2448243366,178521,1053014695,215459,1135475371,97103,927079084,100954,2696567468,128029,3095165615,183422,219060912,104246,1905490609,192026,813619890,239755,171055795,173822,3032709811,177379,1323784883,222789,3321576115,227766,3748715191,102195,396024503,111871,2894699195,241312,1036745404,107438,2042436285,212548,2745072319,122907,1273477823,181987,897383105,172019,3617954499,112135,1225382597,228215,1038146247,110676,2130287305,107489,2224216777,154973,3733592778,157701,1066031819,122243,1360534219,182650,2155707084,105980,3767212748,197908,1454127821,161798,2254879437,212166,2050964174,112177,1980365518,122373,1317788367,173758,253860560,127846,3650509520,245669,2318023377,178311,802249426,241493,2214845139,188441,3759463125,144370,4123073237,156628,1361541845,160987,2967902933,226695,3487840983,131190,3461626583,180386,2364594904,138944,1589082841,131827,1632328409,177993,3810605785,224355,4173470425,249956,4284570329,250441,412474074,142825,846781146,155019,1253702362,185451,1548081883,228535,1028569820,232440,1597930204,246627,2897427165,121669,253860576,127476,3991993056,180176,1165785827,154148,2186042083,179268,2900859620,236518,2669935334,112519,3375012582,196266,2098567916,142523,697555692,175068,972102380,247193,703404783,114598,3885284082,100031,2237389555,183722,2109324020,254261,4237105909,239330,3132889845,254300,3264232183,99054,1241848567,138232,766384887,142010,3504315127,257708,126597880,109248,344693496,133089,1085422331,169404,163896059,174967,2706602748,174246,3971947260,200604,3484023549,144394,2026527486,115737,1033976574,235883,2611215104,100318,1363958528,144509,1941338880,210367,914201345,107511,2295806721,216842,308534018,131789,837647109,196017,9509638,128682,1025620742,229322,2630245127,195444,167721735,238966,1258707719,254518,2941278985,233300,2813532939,142121,1011620621,249752,2051136271,152963,2554411791,243686,1542699792,248523,1449818897,192048,1595579153,256127,1109555989,99871,2395159317,158421,1642797846,151333,1538808599,164604,3751336728,185074,3253910300,142458,2314091292,146926,1912142622,120697,1360968478,168530,759446304,116573,4244994850,152301,1629444899,150165,3363666723,210877,2519071525,99359,1692367654,161337,3133799207,127704,2393021224,250354,2419153705,107969,3678378794,164767,2780257066,194190,2351749932,236465,1237220140,250612,4103322412,259899,395959086,191205,3140041518,253511,2827557684,99781,1213160244,215054,2392988470,182011,1416583991,224768,3747814200,229209,1855363897,125260,377666362,116893,940710715,122633,2125855549,99723,1545943870,97185,849222464,116391,597826368,194137,1441889089,120474,3302824769,192486,3767212865,197889,1386568514,203553,1191394115,180140,774093638,200926,4010490695,190099,1616296776,130949,1468046154,215516,3742571340,186167,506739534,186857,1363958612,144762,3292379988,173480,3027491668,205697,699030357,201689,3173866327,101086,3683728215,203513,602340185,146377,693820250,201133,167033691,132250,4150066011,145473,1072470876,162249,1915050845,140796,3751549790,133163,1833139038,226158,3328785248,203946,1757838177,128262,1130879843,242504,1083906918,140614,3921075046,225406,2125511529,100399,4156357481,126885,3820149609,167488,3994590057,248045,2670009193,248638,2611239790,97905,3858619247,229046,2723380081,155799,2874153841,210495,2649693042,120721,2020105074,121406,2551905140,102389,2222152564,181746,281123701,196226,2294889333,242904,2718767991,143944,303422329,210216,4042120060,96259,3504061308,102588,3784915838,167101,1437170559,115118,3299744639,188246,1275706240,124562,257899392,137828,2491087744,224511,897407878,107918,2828991366,122504,1398193031,203668,1925725064,109186,2351758216,202472,1436539784,252351,4002036618,99396,3751336845,184751,829422478,140919,3751402382,148725,257629073,176319,2406235027,141454,3232897939,245795,1077558164,228105,2076523413,126105,1211874197,239903,1079638936,127755,521100184,174624,1708120984,257917,2457942939,206669,2415459228,180483,2218310556,237778,2013764509,219487,2795125662,124984,2046557086,257825,118176671,251742,17816480,112607,2611239841,97977,903084963,173588,1081990052,129074,1594956711,237805,1997437864,160696,1726823337,190724,2255117226,152046,1436023722,214662,2083912624,248324,504085427,111943,1057627059,171090,3107838900,169813,2736364468,220651,1057201078,103504,3033324471,170927,1996856250,241652,2611477435,166588,3222109117,142442,1671986110,122546,2561121214,161097,1368038334,226186,68287422,245981,242203583,149330,3585702848,133750,31046593,225760,1424931779,116945,912194500,111752,3751336902,184686,2498509768,178711,2778405836,186486,4170415052,202882,3668564941,195307,3269270477,227868,548748241,166303,501636049,167455,1491262418,225433,50666452,119238,3333340116,151984,2553797589,127895,980966357,208408,1727069142,129130,109165526,242875,527940567,127616,25967578,96441,2716974042,151071,1505762267,105600,3222862811,137847,3604331483,178074,4263156700,227092,2152340445,164038,1662630878,260089,1677892575,125504,1139383263,254656,1208310753,105899,3340696545,195893,3106036705,208600,2841156579,152840,1717672933,154077,457694182,128461,4108245990,196689,3097099242,131093,3222813674,135055,3038059501,99954,3407641581,194581,1702837229,210176,2959350766,135993,3729906670,194752,4084980719,174033,2213534704,105308,4122442736,208198,2127731697,100739,834452466,157932,3166854130,226971,761674738,241046,46562292,137456,1464286196,225045,3253369845,122103,2387975157,182463,899152885,220578,2348825592,126931,512203768,217088,3632610297,164663,204626938,203841,3696942077,229458,4059610110,145239,2207128576,110246,32750592,206485,1868618753,96769,3935206401,159544,2635561987,115859,534019076,107170,3838737414,221421,369302538,107900,3131358218,141403,3672177675,115188,688913420,200045,2092669965,224488,3626744845,236116,864713744,147594,522460176,171368,420805650,164342,491478039,139328,2000624666,238991,2681887773,164322,2833308701,259677,1361878047,158068,2887777311,207986,4104158239,260752,3790814242,223306,518102050,240465,1925708837,109508,3658071077,115158,4220443687,129314,1809390634,162103,399391787,223652,3068296238,119026,2542058543,173414,1693154352,130828,2960931890,134073,3096558644,177817,1149295670,220211,205790263,203983,4021820473,225189,1921317946,204707,4138327101,239150,1857395776,151297,523476032,228155,803732546,106091,3147709507,104692,2064989251,125722,1737677891,250404,3139042373,235703,2783845446,103818,24648774,125782,1895832646,149303,998562889,129058,580074571,99121,2195315790,128356,4289813582,169187,386022479,121132,4048002130,187948,2406235220,141475,503176276,169528,2407947349,180994,2714123351,132205,1337826391,151780,3621715031,165954,4155661400,101833,1771224152,116556,1806122074,137241,2864995419,160843,864107613,148940,190946397,197853,2252938334,193282,386497630,245176,326728799,245687,2271059040,209343,1359862881,98790,3057294435,111094,2201517155,141856,4021009508,111387,1151065189,212940,1360534631,181620,3751402601,148711,2606873705,234009,1860279401,241204,3327171690,169725,1514404970,199159,1442012267,105869,864713836,147571,3730906221,242787,1935940718,220783,3216235631,139777,891206767,202629,2026847343,207282,2796878960,126072,3751353456,168321,1311947893,123180,1480555640,206847,2063359096,219798,3954834552,243906,3222944889,138266,2966387834,100917,4154719356,250683,3999227005,120005,1519139966,175170,2619915391,237020,3610008703,256106,1360419968,171943,246717568,172998,4701314,247876,4075166854,172464,3119971463,161473,3258006664,145392,2440199304,212604,2930474121,116149,1362214025,154886,2247023753,190078,1361124490,168221,2094210187,194499,1436408973,260941,2539682958,127318,2295323790,257321,827849873,252407,3688406163,235779,2315279507,262143,2611305621,166569,4057267350,135920,2768968855,153594,906083479,261021,2942860440,220901,1965948059,246239,137755804,116926,2684681373,125840,3135462562,158287,3561290914,192414,3144498338,252670,2737593508,171538,2604424356,241151,636812454,127642,2209627303,190886,2397404328,182149,2974416041,96346,2666863785,197129,786259113,255231,3670973613,150795,91339951,241e3,1129422e3,144908,1165565107,203176,1360256181,185470,2579987637,213359,385703094,177558,1523555512,106742,1968716984,195642,864861368,233917,3287071929,236728,3226098876,123514,200645824,210154,2261302466,175910,1777048771,121173,3093306564,210271,1374526661,97936,329456837,217264,1077550277,250287,3039444166,114681,3961232583,165761,2117680327,175761,1602198727,242761,4277796042,253723,3168419020,209991,2876103885,191726,1866702030,97040,3938016462,125474,1685085390,198914,4040096975,123484,4201839827,119269,1082842323,250932,1575525588,221648,439270614,256934,510131415,96166,3935591639,244486,3511499993,109095,1851202785,114722,386571489,142903,1459281121,243587,3311598818,125382,1772281059,162917,1147919589,111968,3184344293,148924,1360534758,180811,1429937383,218089,882097384,222482,1265851624,244693,2712239337,201998,2726198505,235487,3113032941,112873,3676708077,224411,2878012654,193468,2516688112,195733,1185848565,137985,3031842038,123016,2366979318,211647,86899959,125138,3982032120,145049,1827634425,139713,3607543033,256261,3643653370,133029,4045929722,205094,2739617018,247013,3096558843,177801,190954748,197815,1208360191,130248,1427504384,232760,772111616,255132,215497986,219514,2725240069,132022,2278137093,179062,2639510789,228797,686292230,103452,277568774,160677,3162766598,223190,885357834,189403,3482983693,162643,3821190413,216794,1163246864,151564,876559634,160019,3380878612,182836,4176510228,241595,2422717717,134824,662871317,191341,2176351509,214417,722533654,140024,737017111,245512,2196397337,199743,2488933660,220532,10943774,169886,2293775647,109321,3624090912,108880,2902449440,113986,1485274400,121199,4266687777,95734,1643535651,249572,909712678,161370,4244184358,179491,692239655,162042,1803615527,194319,618757415,217552,3481820455,259060,300105001,110419,481680682,147512,3090906410,174315,3386711338,188108,4231691562,191182,2980060459,232482,1397570860,226088,2846407982,183705,3936918834,124093,3936918834,124110,867040564,197793,2747055412,248573,3534814518,97770,3344825656,244763,1970191673,195465,3383139644,169946,80936252,187513,1803287869,255783,390380862,175257,2465545534,217590,1132191039,109414,2044665151,157419,2655894848,145785,1813273921,242307,2173164866,214912,3046374723,206907,2984607046,101728,1923374406,221732,3336486214,232969,2232245575,116127,2525093191,120153,1815715145,180251,311827785,250951,3251084618,225746,3524377931,212797,1288453451,247034,1791507790,200346,3482746192,236260,940473680,247169,3207626068,107585,589684053,198466,1258790230,124232,1829182806,209827,905854297,161639,2564619610,174294,952647006,98557,1686715742,110651,3531849054,121919,3151920478,186879,2745048414,232208,3818511711,239810,993328480,138177,590962016,157575,1770380640,192696,875027809,216116,3018849633,259545,1173470562,174052,2858999139,135498,1588264292,247249,70573413,100364,3094273381,119212,3186376038,151164,2407259494,170061,3461627239,180367,532471143,202771,2131639655,248180,2269617512,159161,1101340009,95670,3505790314,113026,447053162,249880,548052331,117802,984284524,238022,2896559468,260278,1773018477,188878,2301738350,243313,2630409582,251950,2611232112,98360,3652926835,148038,758685046,127452,2298740087,206236,1228832120,249498,4141538681,249554,1107705211,153207,2420120956,144437,400088444,223543,3813113214,126201,2416065918,163903,80551297,97800,3718790529,123825,2618703234,142101,676789634,184817,2274475395,106681,2460491140,256965,1884863879,101865,582425995,98956,1147174283,109117,1363983755,135525,3433667979,249291,2107153803,249660,2265947531,251029,1157995916,111551,503840140,222192,3884006799,103197,3302759825,132477,2063596946,196059,2207284626,198936,2117483922,215687,3222257044,146328,1547992470,252940,94125463,262160,3152321945,190760,218135961,196961,2833309081,259695,2006859162,127122,70573467,99575,825875867,151015,84639134,118593,2388729246,148641,1685863840,119334,3233250721,176341,1765768609,205155,4084374945,218607,4251245986,162900,2289597860,242919,3758103973,175628,586964390,133313,1301044646,187767,647626151,216e3,802905512,127607,2516540841,234910,2570599850,165133,789216683,244467,2434317740,132084,1640734124,145862,1947016620,199268,1284316588,203099,2856091053,205912,2276990381,208306,3610009006,209477,1325153711,151715,2167930287,179361,3154124208,182227,1882996146,213406,3896966579,163947,1361558964,162668,2567175605,99192,3420650934,256191,1357249975,131234,1388191160,183937,118545850,101353,381959610,178996,3415834044,202837,1361558973,162611,340860349,229520,2283732415,179384,332414400,167030,166952384,177401,3751329216,185485,1092099520,208638,1416199617,205279,1513160129,257662,2505874882,229707,1150664131,201835,1520180675,261305,2476178887,108097,1176419783,217424,1172446663,246971,737893833,148783,2437856713,195619,465550794,189567,3927211468,169143,1597767116,207380,3536190924,232229,3648994766,108673,2470542799,102602,3751337424,183740,2225151440,226337,2664922578,244217,3624967634,256555,1101315540,158381,914169300,258258,3156852181,155933,650370522,147347,4224171483,111491,3967221211,227027,3509755355,240709,1372405212,97694,1263328732,134573,4252130780,181500,420806109,164486,1626832349,243961,3844832734,181522,1504296414,183294,4100087262,192189,3587620320,258928,4137024995,192377,993533412,155949,1648139749,239016,2431196648,192444,3207839208,240734,1172848106,218335,765017580,220254,1519246830,175146,2160729583,103588,859708911,158617,2415468017,180501,1021566450,113044,1888746994,129146,684121587,117487,2957254133,168171,3614522870,103159,278543863,176012,1624554999,242281,2180185592,118982,3297746425,227299,3416890875,145158,829365756,142959,3182222844,147644,2133949948,211051,912752124,213016,247012860,226922,2767502844,234322,1530691070,188206,2567618046,201257,2495258110,204151,16973312,157290,4230848001,148519,1061166594,125915,4291059202,150466,917323269,122989,2987286021,239187,1473592837,239348,3606871560,191477,2025233930,208870,630889995,144621,4014292491,226725,2191638029,220612,2883190286,132966,2396225039,159011,2069478928,171064,2916965907,248248,3108027924,169784,2178784790,193323,369647127,100105,3951787546,208680,821796379,97146,3558596124,169658,2264677920,97676,2053602848,149382,2187337248,163770,1854864929,246436,2585878052,215730,2955247141,170305,2007301669,176563,899644966,207504,2976079398,235103,3564944934,236787,47824423,118563,1307639335,151607,660536872,97368,2818268713,260217,1876319786,236614,3131342380,141136,3751337517,180692,3413638702,256898,3041459759,233872,2576408111,259614,674504241,259030,2052529714,230137,445021747,129299,4253392436,162626,1152581173,153800,1261420085,227733,4277673527,189364,1345158711,214579,4029554232,222109,3742293561,148100,1069514298,122963,370884155,173327,461028923,225374,1337835069,152153,3135462974,158271,783695423,103529,239246913,230636,4086668866,223214,1361411651,167231,3391741508,96646,3053968964,163281,3518209604,227843,543899205,181143,3579559493,245958,3361832518,253046,3988438600,155882,3336420936,199678,2267848265,261389,804200012,104640,922025548,143730,2392997453,182029,1958813261,243738,2270813774,123601,1615347278,130425,3624623695,214642,1680514639,215476,3818782288,167945,1264754256,193494,3533758034,107634,904175186,200528,82222675,143869,2472345171,192356,2723348051,231688,867622485,207419,4013465173,255531,494591574,224052,1903664727,227282,3321478745,96579,542981721,104521,2058116697,136694,3095125594,182634,1923407450,245604,459349595,211247,3178372699,212724,1074208348,219601,3791257181,203885,113720926,192967,1408507487,192607,632905311,206024,950214239,242664,2851233378,180706,4164435554,206982,3238518372,109026,2841165412,168282,2497592933,224830,2668207719,105961,1280343655,155338,2095201895,227192,4140047976,151195,335928937,205825,1153900137,234749,175865450,118750,2471886444,122849,841031277,146221,380870254,260498,1686191727,197653,3766353520,240402,923328112,258460,2405023345,230255,463396465,244142,3096616563,177648,3872906868,188605,2554003062,203996,1348796028,202171,4043603581,167420,1435991677,214787,1362845310,151404,3872120447,242934,2955247232,170564,1796292224,196119,3699416704,201703,4175928960,253593,55336577,119105,1470447234,120384,2315067011,129748,2898288260,212007,1319468677,191497,1092279941,222256,2259975815,240231,1697889927,240248,3303595656,258845,2481643145,237218,929144457,253165,3037494922,121297,1874607754,258162,949010059,158342,44277388,143581,3731603090,186017,282263187,111252,3050389139,128048,2694758035,173694,3743973013,127665,4286111381,220095,3121487510,114966,3095076503,201364,1489116827,165452,1443782299,250172,754343584,114737,238427808,131639,2666618528,149486,4121755296,207026,4236607138,104472,229179042,248966,3651796643,126234,3857006243,134154,1025523363,254961,2664775332,232905,2048261797,152280,641760934,203327,2660884137,252696,1338244781,186087,8101550,245060,211328686,251914,1869233839,99553,2618703535,141646,2938871471,243834,777002673,206305,3184221874,259207,4037852853,173652,2605350581,242482,4185177781,250508,996687542,250087,345202360,148442,1024908985,221814,3071844027,171483,602111677,243808,3533840063,199699,4256431808,164864,1275322049,171344,4235345602,109550,1150262978,162979,1086070466,220338,3633307330,235244,771333828,104776,3650404040,218646,4025212618,113399,586964682,133335,1359994570,213571,1369906893,156648,2288672461,182257,774110926,188991,25607887,112573,1399414479,206330,3264560849,218106,1226587857,253932,2312994514,238218,1601879763,116170,4024917715,243175,2442084055,183316,166280922,146174,1153367771,237670,2686222045,191521,2046172893,259401,534052574,107139,1580498655,183797,555515615,193781,3530792671,221957,1361264352,168370,903921376,188706,3897491168,202422,3387604705,134931,501505763,96105,1380409059,100672,2235088611,243199,2278940389,110663,997031653,248412,2857443046,180303,2187427559,237310,1986772712,107881,3684310761,115249,2166071017,146976,3183222507,148480,3095781099,179029,1793752812,96981,1469153004,169212,2634612462,191545,2463989493,251187,3090898678,171958,2151431926,197212,2742509302,201080,3087900407,166373,2395438839,179934,901971704,115617,3279077112,205581,410803961,142723,2214305530,102539,3961036538,233723,3916291837,200319,1865924355,197085,319119109,207572,2854330118,181678,757030662,214620,1330601735,222087,637345543,225392,3537600265,130495,3178790665,151317,1284579083,249864,4244815630,136877,3498917647,259327,2355076883,214892,2151431956,197239,1473953557,160058,1329684245,180443,70573847,98374,999382807,260428,1860017944,103013,1715289880,193365,3211140890,234142,1791549210,252123,3316055834,255417,3105324827,192586,1243406107,192671,1533533979,253228,3196051228,139669,4074299164,203047,1876696861,224441,2844811038,107842,2468519710,187417,3631087390,243600,3762036513,128283,788471588,122344,3939016484,124069,1000029989,114131,2172288806,142074,1038901030,255736,2011406120,220011,2011021097,140881,2502188841,141226,385580842,127005,540548907,261286,1593761581,100804,1851006765,209666,1124286254,194466,2207285038,198898,2453880623,108016,344629040,132981,3978338096,186660,1501675312,188423,4180852528,242140,3126755122,166483,1813684019,177625,4149968691,210253,3931578164,127513,2306416436,218452,4078812981,152005,1719951161,110895,2930196282,212378,3492085564,173146,3131342656,141088,1563459392,189101,3154173760,236412,2392702786,191887,216399684,178330,751378246,239961,2283560775,225846,124354376,131145,1361002312,168607,589848392,202086,1072332618,112113,1361002315,168622,2048573259,175335,3645398859,217449,1252794188,189486,642121549,147531,3289120590,132675,916356942,174228,2357346126,188161,852934479,210386,1493819215,225731,3133022032,162397,1303797586,183036,3462995796,108507,1815175e3,127973,2920013657,123034,1117159257,190199,2347556698,119419,1309179738,184835,4283760475,146277,1063673691,242977,672030556,203308,1781432156,215846,1545781085,234457,2650308446,181036,302858078,205463,3202735967,259600,2671124321,137400,3134799713,154351,2976046945,259877,3984621412,259091,6692709,126027,917241701,138387,2325380965,206405,205152102,137748,2830942055,150238,3687964519,221192,1360535403,183137,2756271980,120334,3482550124,169452,1696128876,195691,802160492,230920,715087726,161742,3833519982,206286,639606641,221870,285245298,165002,2441092980,129985,1259716471,250127,2744024953,124462,1562328954,97612,3222036346,229081,2764373883,110693,3937566590,133136,2136612734,255673,1733263231,110580,2404261759,127732,2230787969,132007,241000326,111468,3014918022,153914,2684854150,231349,2098864006,247800,1202839430,248159,3106062216,221901,2803326856,236903,646061963,135562,753770379,207882,2602483596,225291,670736270,104379,2439544718,227924,2227249042,107118,63610770,230748,2507030422,208326,1694105495,137607,4115750807,227352,2185600919,244246,12083096,230767,3006545817,138665,1473191835,152742,2680160156,162698,618135452,178618,2442330012,233402,1415331741,209757,1189363615,257789,3126009760,102012,3157278625,154901,4099481506,246675,3238051747,112383,1445642147,161223,1210466211,241831,3616907173,178130,2207637414,141666,290258854,157822,3742490535,126778,2797510569,185123,2760613803,112849,4042424235,179086,1921564587,246525,3823501228,159030,4229160879,144559,142131119,199141,3333717935,226504,3237183410,173235,3399729075,126363,1043693492,116768,868376500,126656,259080117,122387,863821749,233854,545021878,140662,1673568183,129262,1528225722,136353,3810615226,168499,203931580,151687,3751067580,241871,2591727549,251770,3335815101,258873,1167294399,219293,1035222976,102215,1236803520,155381,2077966272,230881,3111387073,148355,2244796355,161164,838287301,206596,1091526598,99699,358531014,133868,2824503239,206624,2226225097,104810,1361854409,157460,3435216842,248619,4172619724,100974,3751337932,179015,2181373901,164069,2399379405,194403,2525167565,218585,2162155469,223593,1831329741,260740,3899015118,119119,1938071502,128175,3415621582,258757,2171068369,227114,164315091,233416,3692027861,157976,2972958678,206885,2220318680,96824,2067136472,188722,3751403481,150649,3124273113,166002,3572383707,163470,903143391,145067,378609631,247560,860487648,130162,3090898912,171691,2138816481,105742,2983313377,217797,1543618530,117868,218136546,197046,2271789027,176059,2908651492,181440,1751965670,253543,115458024,152982,39313385,206128,1363001322,150732,252370923,145892,2471370731,230370,3532947436,96595,295739372,154053,910319596,207318,1347690477,187182,1645912045,209258,2038956015,113422,2887622641,129230,327983089,152441,3254419442,143713,3212173298,171405,4024262644,233498,364740597,221607,70574070,97787,645480438,116296,3114614775,255303,3689144312,185985,4254777337,239736,1776861180,98697,683540476,117658,623181821,122148,338206717,219532,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,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,1663242240,1869491555,1768319348,1769234787,268463727,1663244032,1869491555,1768319348,1769234787,1731030639,1702130805,1048690,1667441432,1953459757,1667851881,1869182049,1920413038,1701867617,1048690,1667441415,1734439981,218107904,778265379,1683972963,1869373801,1048679,1667441418,1936942413,6645601,588578832,1600086883,1633972077,1667194732,1635020399,1919250025,234885120,1600348963,1734439007,1869365861,268462947,1663240960,1633836899,1634034798,1048693,1667441418,1851875935,7497070,588382224,1650418531,1701736033,1920413042,1701867617,1048690,1667441415,1852793695,385880064,1600348963,1802465123,1868785001,1852142446,1953459828,6644585,587923472,1667195747,1768648559,268464997,1663242240,1935957859,1601140327,1852727650,268464741,1663240704,1869635427,2036558188,285216768,1600348963,1986622064,1601790817,1702453612,1048690,1667441418,1734441567,7103849,588447760,761357155,1802465123,762537321,1684828008,268464741,1663239680,1918984803,268439552,1650680611,1667199585,1635020399,1919250025,201330688,1667457827,1702260525,2036427890,167776256,1667457827,1635021613,268461428,1663244032,1852138339,762471796,1919252079,762929516,1702390118,1048676,1667441418,1936617315,7630437,587595792,2003002211,1048690,1667441425,1697473638,1869570933,1818585451,268466017,1663242496,762799715,1701273968,1851875885,7497070,588054544,1952932707,1633824109,1919250030,234885120,1734566691,1999465844,1886413170,268464741,1663240704,1852401763,1936287095,134221824,1801675555,2020565549,167776256,1801675555,1852727618,268464741,1663242240,1647144291,1701736033,1920413042,268464225,1663243776,1663921507,1768648559,1766093669,1869374323,1701999987,285216768,1835229987,1953459807,1667851881,1869182049,1048686,1667441417,1702063727,268465262,1663241472,1936617315,762605157,7496034,588054544,1852793699,1953391987,1886351405,335548416,1868784419,1701407599,1935762015,1953718117,845507689,184553472,1885561635,1919836717,7037741,587989008,762340195,1919252079,7954796,587923472,1634755427,1701601581,268465266,1663241216,761360483,1852727650,268464741,1663240448,761360483,7496034,587923472,1634755427,1869373997,268462947,1663243264,761360483,1936617315,762605157,1852727650,268464741,1663241472,761360483,1953394531,7630437,587989008,1634755427,1869570861,6646123,588513296,1634755427,1869570861,761620843,1936942445,6645601,587989008,1634755427,1869571629,7497076,587989008,1634755427,1953459757,6644585,588840976,1634755427,1953459757,1667851881,1869182049,1633824110,1919250030,486543360,1885561635,1869491553,1768319348,1769234787,1647144559,1701736033,758210418,1048624,1667441428,1882022256,1886220146,1920413044,1701867617,1048690,1667441423,1663983984,1635020399,1919250025,167776256,1885561635,1752378977,268466031,1663243520,778137699,1752459639,762606959,1919252079,7954796,587857936,1634755427,1919249473,1048692,1667441419,1631740272,1919250030,234885120,1885561635,1852785505,1852399988,268464741,1663240960,1180790883,1702129519,1048690,1667441420,1650418032,1701736033,1048690,1667441428,1667195248,1702063727,1650422894,1701736033,1048690,1667441425,1869491571,1768319348,1769234787,268463727,1663243776,1919251299,1701013878,1869570861,1936025963,1868983913,134221824,1952670499,2020565549,184553472,1952670499,1382838127,7630703,588120080,1920230243,762538541,1633972077,1048684,1684218638,1869570861,761620843,7496034,588709904,1663919203,1768648559,1633824101,1702047090,1852404852,268464999,1663242752,1633642084,1852796526,1866687843,1701407599,167776256,1768186659,2036427871,268464741,1663243008,1647144548,1701736033,1868770674,1701407599,1048691,1684218646,761423223,1802465123,1814914409,1764587361,7300718,588513296,761357667,1131833700,1768648559,1819234405,7955305,588906512,1701602659,762541422,1802465123,762537321,1953394531,1701734753,1048690,1700995862,1919251566,1851875935,1969317220,1869570911,6646123,588447760,1701995875,1819626347,1768841580,1635341677,268462450,1663241728,2053468773,1918990689,1769103724,335548416,1986356003,1869897569,1633840239,1868783474,1701407599,335548416,2003133219,1667312997,1953523043,1869570861,1936025963,402657280,2003133219,1701850469,1851878770,762605157,1868983913,1918984749,167776256,761684771,1802465123,268461417,1663242496,1868770662,1701407599,1851875885,7497070,588316688,1647142755,1634890337,1869570861,1936025963,167776256,1130849059,1768648559,268464997,1663241984,1685017191,1667318383,1869767787,1048688,1734550284,1868853074,1633972045,1048684,1734550286,1869570911,1600481643,7496034,587989008,1667590243,1869562731,6646123,588185616,1667590243,1869562731,1113942379,268466287,1663241984,1801676136,1868779605,1701407599,1048691,1751327508,1835754341,1869562731,1315268971,1667855471,1048677,1751327506,1869376613,1802465123,762537321,7496034,588578832,1919248483,1663924594,1768648559,1633824101,1919250030,352325632,1768448803,762932332,1802465123,1630365033,1885692771,1048692,1751327508,1701670770,1835102822,1868770661,1701407599,1048691,1768104712,1685025325,1048687,1768104711,1869112161,167776256,1634296611,1114597475,268464737,1663240960,1751343465,1718511983,1048687,1768104731,1667199585,1768648559,1667312997,1953523043,1869570861,1936025963,184553472,1634296611,1667593331,6384506,588185616,1935763811,2053334388,1647141227,268466287,1663242240,1953718633,1803182949,1852386657,268463974,1663244288,1953718633,1803182949,1718503777,1852785519,1852399988,268464741,1663242496,1953718633,1803182949,1818320737,7631461,587923472,1935763811,2053334388,268463979,1663242752,1953718633,1803182949,1600485231,1869507439,335548416,1634296611,1667593331,2003790714,1869635449,1919907700,134221824,1634296611,1634432115,218107904,1634296611,1634432115,1634361695,1048696,1768104722,1802793825,1769430881,1836016737,6517615,587923472,1935763811,1685023604,268465769,1663241216,1953718633,1768189803,268461686,1663241728,1953718633,1918981999,1635218547,301993984,1667851043,1601139301,1802465123,1834968425,268461939,1663245568,761882473,1802465123,1647142249,1701736033,1868770674,1767994478,7497070,588316688,1953392995,1869376617,1869570862,1936025963,335548416,762012451,1802465123,1932354921,1702125940,1953391981,167776256,762012451,1818323300,268461935,1663239680,1918976619,67112960,1131111203,167776256,1466655523,1768845921,268461934,1663240960,1634883435,1801662064,1048663,1801659146,1851875935,7497070,588513296,1667197795,1635020399,1919250025,1869570911,6646123,587792400,1683975011,1919705971,201330688,1600873251,1818456932,846618482,117444608,1600873251,7823724,587989008,1919052643,1851875935,7497070,587530256,1751346019,134221824,1667982115,1953395566,167776256,1667982115,2004120430,268464242,1663243008,762799467,1970496882,1868770669,1701407599,1048691,1801659155,1667327337,1667200112,1635020399,1919250025,201330688,1768645411,1852793701,1953391987,184553472,1768645411,1869770853,7630957,587792400,1634429795,1852142707,318771200,1802199843,1702130529,1868770670,1767994478,7497070,588251152,762145635,1802465123,1663919465,7630447,588447760,762145635,1802465123,1932354921,1769239653,268461934,1663241984,1868787051,1701407599,1852793715,1048692,1801659145,1768714096,268466531,1663241216,1886351467,1953853230,268464741,1663240704,1663988587,1982690155,167776256,2003526435,1768845921,268461934,1663242496,1848473963,1718187119,1952539497,7237481,587857936,1647144035,1701736033,1048690,1818436363,1852793645,1953391987,167776256,762077987,1802465123,268461417,1663242496,1667194732,1768648559,1818320741,7631461,587857936,1650420835,1701736033,1048690,1818436361,1685024095,268463201,1663241216,1936941420,1802465091,268461417,1663244032,1663918700,1768648559,1869491557,1701013876,1885826093,1048676,1818436367,1718772069,1868770681,1701407599,285216768,1701602083,762471798,1802465123,1634493801,1048695,1818436382,1936417641,1936418155,1886351405,1865248885,1919251573,1819240493,7497060,588972048,1869180003,1868783470,1701407599,1601331522,1852793695,1852399988,268464741,1663242240,1702063980,1802465091,1850304869,268463974,1663242496,1702063980,1919968327,1953394499,7630437,587923472,1936682083,1852006245,268463209,1663242752,1685417836,1866687853,1701407599,1868983881,419434496,1919705891,1869570861,761620843,762470754,1953394531,1701734753,1048690,1835213585,1869570861,761620843,1701012321,268465264,1663242496,1868770669,1701407599,1819242541,7955305,588251152,1663921507,1768648559,1869622629,7235952,588316688,1663921507,1768648559,1769418085,2003788910,218107904,762143523,1802465123,1633838441,1048690,1835213579,1869570861,1936025963,436211712,879584035,762080353,1802465123,1882023273,1667853423,1634741625,268461415,1663243520,1970030189,1936018808,1701273971,1802465091,7562601,588709904,1667198307,1768648559,1869504357,1768319348,1769234787,268463727,1663243008,1634623853,762471783,1953394531,1701734753,1048690,1835213600,1920216419,1768645473,1663919982,1702063727,1714254958,762147439,1885697139,1048625,1835213590,1764581987,1919903342,1769234797,1632398959,7497081,588382224,1868787043,1852142446,1701653876,1734439795,1048677,1835213592,1868770672,1701407599,1953459757,1667851881,1869182049,1048686,1835213582,1634086256,1919906923,7301421,589496336,762342755,1953194342,1764586095,1919036783,761556577,1936617315,762605157,1769238382,268461411,1663243520,1714253933,1869900641,1869163890,1918988333,7630437,588709904,762342755,1919252079,779706732,1869639011,1819436406,268466529,1663243008,1999466605,1701274729,1920413044,1701867617,1048690,1835213580,1667318384,1869767787,1048688,1835213578,1851867760,7497070,588316688,1299213667,1835626089,1917873249,1953525103,486543360,1886216995,1663924844,1768648559,1851875941,762471790,1953394531,1701734753,1048690,1835213587,1868770675,1701407599,1634891565,1919250544,335548416,1936548643,1869570861,1936025963,1852793645,1953391987,503320576,1936548643,1685024045,761621621,1634166124,1919954284,1667331689,1768435065,268465262,1663247104,1831695213,1819632751,1920216421,1768645473,1663919982,1936024687,1667326509,1869767787,1048688,1835213607,1869426035,1701606756,1634890797,1852402531,1868770663,762537316,1936617315,762605157,1953393e3,285216768,1936548643,1802465091,1633117545,1852403314,1048679,1835213578,1718503795,7029615,587857936,1668509027,1768648559,1048677,1835213584,1970040947,1868783475,1701407599,1048691,1835213587,1920413044,1701867617,1633824114,1919250030,167776256,762209059,1802465123,268461417,1663241216,1852785518,1852399988,268464741,1663243008,1731028078,762474596,1953394531,1701734753,1048690,1851990804,1633641573,1953654124,1868783461,1701407599,1048691,1851990789,268463209,1663241216,762079598,1702257761,268465266,1663241216,762079598,1852727650,268464741,1663241216,762079598,1802465123,268461417,1663244800,762079598,1802465123,1630365033,1953654134,1702065001,1953391981,301993984,1768842019,1868770668,1701407599,1851879469,268463205,1663241472,762079598,1802465123,7562601,587923472,1818848867,2036427821,268464741,1663240448,762079598,6779757,588513296,1818848867,1769107501,2036556150,1819242541,7955305,587923472,1818848867,1852727618,268464741,1663241472,1131178350,1801678703,7562601,587923472,1818848867,1802465091,268461417,1663240960,1181509998,1702129519,1048690,1851990801,1867410537,1768319348,1769234787,268463727,1663241216,1466722670,1768845921,268461934,1663241216,1466722670,1886413170,268464741,1663240448,1517054318,6647407,587923472,1818848867,1701601631,268465266,1663242496,1600940398,1919249505,1852399476,7497070,588185616,1818848867,1701601631,1952412786,268464239,1663243520,1600940398,1919249505,1869897588,1852399472,7497070,588054544,1818848867,1851875935,1969317220,201330688,1768842019,1633836908,1919250030,335548416,1768842019,1633836908,1919250030,1852793695,1953391987,150999040,1768842019,1633836908,1048690,1851990801,1650420841,2002743905,1886413170,268464741,1663241216,1600940398,1802465123,268461417,1663243264,1600940398,1802465123,1834968425,1634956133,268461415,1663243008,1600940398,1802465123,1868522857,1970238576,1048692,1851990797,1667198057,1768648559,268464997,1663242752,1600940398,1868983913,1952542066,1936617321,201330688,1768842019,1886347116,1953853300,218107904,1768842019,1919967084,1667331689,1048697,1851990795,1633840233,1919250030,184553472,1768842019,1869570924,6646123,587989008,1818848867,1802465123,7562601,588709904,1818848867,1668508004,1835622764,1867280997,1769234787,268463727,1663239936,1768712558,1048676,1851990797,1600941161,1852727650,268464741,1663241216,1835821422,1634956133,268461415,1663244800,1769238382,1714251107,1702129519,1868770674,1852142702,1684614516,251662336,1953391395,1919249473,1869562740,6646123,587989008,1601465955,1802465123,7562601,588316688,1650421603,1701080673,1866691937,1701407599,419434496,1601135395,1802465123,1867539817,2036558188,1953394499,1701734753,1048690,1868768016,1667198818,1768648559,1634492261,1048695,1868768012,1701407587,1684630611,1048677,1868768020,1634559332,1919251571,1868783475,1701407599,1048691,1868768022,1868770661,1701407599,1936286765,1767992419,7497069,588644368,1600483171,1802465123,1601398121,1953394531,1701734753,1048690,1868768024,1868783461,1701407599,1819303795,1751475041,1701080175,1048690,1868768010,1869570918,6646123,588316688,1130983267,1702063727,1631745134,1919250030,117444608,1802461987,7633232,587661328,1651208035,268464737,1663240704,1701407599,1918984749,184553472,1802461987,1866687849,7497078,587857936,1768648547,1767984485,1048686,1868768011,1936025963,1868983913,402657280,1819239203,1718186607,1919954297,1868770671,1701407599,2036754733,369102848,1836016419,1869570868,1936025963,1852793645,1852399988,268464741,1663242752,1667198319,1768648559,1869635429,2036558188,419434496,1836016419,1869575777,761358125,1802465123,1647142249,1701736033,1048690,1868768020,1852796269,1869562669,1315268971,1667855471,1048677,1868768027,1852796269,1869570861,1818585451,1663924065,1635020399,1919250025,335548416,1836016419,1097428080,1885692771,1869562740,1936025963,285216768,1836016419,1634298992,1113940846,1701736033,1048690,1868768017,1768714349,1701015137,1802465091,268461417,1663242496,1819307375,1668178281,1869570917,6646123,588775440,1886220131,1852141167,1868770676,1701407599,1851875885,7497070,588644368,1936551779,1701011824,1702065453,1852138354,1667854964,1048691,1868768015,1919247982,1866686829,1701407599,385880064,1852793635,1701079398,1634301038,1702127980,1869570911,6646123,588185616,1718513507,762147433,1802465123,268461417,1663243520,1768320623,1663921522,1768648559,1869426021,7102820,588578832,1718513507,762147433,1802465123,1852794217,1953391988,268439552,1852793635,1836214630,1869570861,1936025963,234885120,1852793635,1836214630,1802465091,268461417,1663243264,1768320623,1866689906,1701407599,1768714064,268466531,1663241984,1768320623,1667198322,1768648559,1048677,1868768019,1919510126,1868783469,1701407599,1702065503,369102848,1852793635,1836214630,1866687589,1701407599,1702129486,268461129,1663242240,1702063727,1131377518,1768648559,268464997,1663242240,1702063727,1601139566,1802465123,268461417,1663242752,1702063727,1630368878,1701147239,1953391981,251662336,1852793635,1953391987,1851875885,7497070,588840976,1936617315,762605157,1852727650,1663922789,1635020399,1919250025,301993984,1852793635,1953391987,1851875885,762471790,268466022,1663241216,1702063727,1647146094,268464737,1663241728,1702063727,1647146094,1801678700,218107904,1852793635,1953391987,1836409389,1048688,1868768015,1852142446,1868770676,1701407599,251662336,1852793635,1953391987,1869571629,7497076,588840976,1936617315,762605157,1634623853,1701668199,1630368878,1953654124,268439552,1852793635,1953391987,1851878701,1919248225,419434496,1852793635,1953391987,1851878701,1919248225,1667326509,1869767787,1048688,1868768024,1852142446,1634545012,1701273966,1986997618,1634497125,1048697,1868768020,1852142446,1735208308,1647146093,1701736033,1048690,1868768024,1852142446,1869426036,762077540,1953787746,1633840495,1048690,1868768020,1852142446,1869426036,762077540,1936877926,1048692,1868768017,1852142446,1869426036,762077540,268466022,1663243776,1702063727,1865249902,1919251573,1634891565,1919250544,234885120,1852793635,1953391987,1886351405,268464245,1663241728,1702063727,1932358766,1701079404,268439552,1852793635,1953391987,1869575213,1918984812,234885120,1852793635,1953391987,1701601582,268465266,1663242496,1702063727,1647211630,1684759393,7368562,589037584,1936617315,779382373,1651925358,1714254433,1684371561,1953456685,7171956,588251152,1936617315,1098149477,1885692771,6579572,588120080,1936617315,1114926693,1701736033,1048690,1868768011,1852142446,1918976628,285216768,1852793635,1953391987,1802465091,1766090089,1048694,1868768014,1852142446,1634288756,6778732,588054544,1936617315,1182035557,1953722985,234885120,1852793635,1953391987,1953460038,268464741,1663242752,1702063727,1866888302,1919251567,1885434455,251662336,1852793635,1953391987,1919252047,7954796,588185616,1936617315,1467248229,1886413170,268464741,1663244544,1702063727,1633645678,1936290675,1868783476,1767994478,7497070,588185616,1936617315,1601465957,1852727650,268464741,1663242496,1702063727,1650422894,1801675116,7496034,587857936,1936617315,1601465957,1048675,1868768022,1852142446,1868783476,1701407599,1869635443,7370096,588120080,1936617315,1601465957,1970302832,1048688,1868768016,1852142446,1769365364,1869900147,1048690,1868768016,1852142446,1920425844,1701867617,1048690,1868768014,1852142446,1869570932,6646123,588513296,1936617315,1718906469,1601008239,1885434487,7497072,588120080,1936617315,1718906469,1852139890,1048676,1868768011,1852142446,1920560244,218107904,1852793635,1953391987,1970302832,1048688,1868768018,1682011246,1702062454,1802465091,7562601,587989008,1953394531,1869570911,6646123,588054544,1953394531,1869570911,1936025963,251662336,1852793635,1852399988,1663922789,7104878,589168656,1953394531,1701734753,1868770674,1701407599,1953459757,1667851881,1869182049,1048686,1868768021,1767994478,1131570542,1768648559,1953451621,268461673,1663242496,1635020399,1919250025,1802465091,7562601,588316688,1953394531,1701734753,1868783474,1701407599,301993984,1852793635,1852399988,1667199589,1768648559,268464997,1663242496,1635020399,1919250025,1802465123,7562601,587923472,1953394531,1802465123,268461417,1663244800,1702129263,1868850542,1633824114,1919250030,1869570861,1936025963,469766144,1852793635,1701733748,762474340,1768714096,1633905012,1869570861,1936025963,469766144,1852793635,1701733748,1098018660,1953523043,1869177697,1869562734,1936025963,285216768,1852793635,1701733748,1131573092,1768648559,1048677,1868768018,1852142702,1919902821,1802465091,7562601,588447760,1953394531,1684368997,1866691183,1701407599,268448371,1663243008,1702129263,1868850542,1868783474,1701407599,1048691,1868768020,1852142702,1816228453,1131704933,1768648559,1048677,1868768017,1852142702,762475877,1802465123,268461417,1663242496,1702129263,1920296302,1802465091,7562601,588709904,1953394531,1684631141,1633902447,1667195248,1768648559,268464997,1663243776,1702129263,1868851566,1936291425,1869570927,1936025963,301993984,1852793635,1768842612,1701998452,1802465091,268461417,1663243776,1702129263,1869900142,1768187250,1634493299,1919249769,352325632,1852793635,1953391988,1701601581,1663923314,1768648559,1048677,1868768015,1852142702,1868770676,1701407599,268439552,1852793635,1953391988,1869570861,1936025963,301993984,1852793635,1953391988,1868983881,1802465091,268461417,1663241984,1702129263,1667200110,1768648559,1048677,1868768015,1852142702,1869570932,1936025963,134221824,1869570851,1701407587,201330688,1869570851,1701407587,1918984749,268439552,1869570851,1701407587,1936026925,1701273971,201330688,1869570851,1701407587,2019913005,234885120,1869570851,1701407587,1685024045,268463201,1663243520,1801678703,1848468841,1718187119,1952539497,7237481,588251152,1668247395,761620843,1852989815,6778473,588054544,1668247395,1097165163,1953654124,268439552,1869570851,1701407587,1919249473,2020557428,184553472,1869570851,1701407587,7496002,587989008,1668247395,1231382891,7300718,588185616,1668247395,1298491755,1634956133,268461415,1663241728,1801678703,1633641833,1701147239,251662336,1869570851,1701407587,1953459807,6644585,587989008,1668247395,1600481643,7561584,587989008,1668247395,1600481643,7633012,588054544,1668247395,1634036075,1701147239,218107904,1869570851,1701407587,1919249505,1048692,1868768014,1768645487,1869112165,6644585,588054544,1668247395,1885694315,1886744687,150999040,1869570851,1701407587,1048691,1868768013,1768645487,1650422629,268466287,1663242496,1801678703,1601398121,1852989815,6778473,587989008,1668247395,2003134827,7364978,587857936,1802465123,1852793645,1048692,1868768010,1816226671,7631461,587661328,1802465123,268455493,1663240192,1231777647,268461678,1663240960,1315663727,1667330644,1048683,1868768008,1867541359,1048684,1868768019,1867541359,2036558188,1634891565,1919250544,150999040,1869570851,1717657451,1048678,1868768010,1767861103,7300718,588316688,1802465123,1919249505,1869098356,1919247468,134221824,1869570851,1852793707,150999040,1869570851,1852793707,1048692,1868768008,1768188783,1048694,1868768010,1214606191,7630441,588316688,1802465123,1667199589,1635020399,1919250025,100667392,1869570851,268462443,1663241472,1768648559,1667457375,7630949,587857936,1802465123,1768842089,1048684,1868768009,1684630383,268465769,1663243008,1768648559,1680682341,1818456937,1701669217,1048690,1868768021,1701407599,1852386605,1999466342,1886413170,268464741,1663240448,1768648559,3222885,587792400,1802465123,841835881,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,588513296,1802465123,1647142249,1701736033,1768304242,6579576,588185616,1802465123,1647142249,1701736033,268448370,1663243008,1768648559,1633824101,1919250030,1634494047,1048679,1868768016,1701407599,1918984749,825242157,1048633,1868768018,1701407599,1918984749,1953456685,7171956,588316688,1802465123,1647142249,1714254433,1684371561,268439552,1869570851,761620843,762470754,1852399981,318771200,1869570851,761620843,762470754,1936942445,6645601,588185616,1802465123,1647142249,1831694945,268460655,1663242752,1768648559,1633824101,1869426034,1701606756,318771200,1869570851,761620843,762470754,1852989815,6778473,588447760,1802465123,1647142249,1999467105,1886413170,268464741,1663241216,1768648559,1633824101,268448370,1663240704,1768648559,1734487397,268439552,1869570851,761620843,1663919970,1919252079,251662336,1869570851,761620843,1684957538,6778473,588054544,1802465123,1647142249,1801678700,184553472,1869570851,761620843,7499362,587989008,1802465123,1647142249,7955567,588120080,1802465123,1647142249,1869902959,1048685,1868768018,1701407599,1953456685,762146676,7496034,588644368,1802465123,1647142249,1869902959,1868770669,1852142702,1048692,1868768020,1701407599,1953456685,762146676,1702453612,1048690,1868768020,1701407599,1953456685,762146676,1970302832,1048688,1868768016,1701407599,2020565549,1718511917,1048687,1868768011,1701407599,1853121069,352325632,1869570851,761620843,1953789282,1647144559,1701736033,1048690,1868768012,1701407599,1918985005,1048676,1868768010,1701407599,6513453,588316688,1802465123,1663919465,1801676136,2020565549,251662336,1869570851,761620843,1667590243,7497067,588120080,1802465123,1663919465,1667854184,1048677,1868768019,1701407599,1869112109,761619305,1868983913,251662336,1869570851,761620843,1768908899,7562595,588513296,1802465123,1663919465,1667854184,1764586341,7300718,588316688,1802465123,1663919465,1918985580,1918984749,251662336,1869570851,761620843,1667853411,7497067,587989008,1802465123,1663919465,7104878,588251152,1802465123,1663919465,762079598,7892834,588447760,1802465123,1663919465,762079598,1768058733,268461420,1663244032,1768648559,1851993445,1831693417,1818845807,1868705125,1048696,1868768011,1701407599,1953391405,301993984,1869570851,761620843,1886220131,1851877740,268461411,1663244288,1768648559,1868770661,1768714349,1701015137,1869373997,268462947,1663244544,1768648559,1868770661,1768714349,1701015137,1953456685,7171956,589365264,1802465123,1663919465,1819307375,1668178281,1868705125,1836020852,1702260525,2036427890,469766144,1869570851,761620843,1886220131,1851877740,1663919459,1635020399,1919250025,436211712,1869570851,761620843,1886220131,1851877740,1831691619,1634956133,268461415,1663244800,1768648559,1868770661,1768714349,1701015137,1702260525,2036427890,402657280,1869570851,761620843,1886220131,1851877740,1882023267,1886744687,385880064,1869570851,761620843,1886220131,1851877740,1999463779,7364978,588316688,1802465123,1663919465,1819307375,1953390953,385880064,1869570851,761620843,1886220131,1851877740,1868770676,6648942,588709904,1802465123,1663919465,1819307375,1953390953,1852794413,268463972,1663242240,1768648559,1868770661,1701326190,268461153,1663242752,1768648559,1868770661,1953064046,1936617321,318771200,1869570851,761620843,1936617315,1851875885,7497070,588447760,1802465123,1663919465,1702063727,757953646,268465002,1663244032,1768648559,1868770661,1852142446,1848454516,1667855471,1048677,1868768024,1701407599,1852793645,1953391987,1986997549,1634497125,1048697,1868768023,1701407599,1852793645,1953391987,1952669997,1936617321,318771200,1869570851,761620843,1936617315,762605157,7496034,588840976,1802465123,1663919465,1702063727,1647146094,1865249377,1919251573,352325632,1869570851,761620843,1936617315,762605157,1668246626,1048683,1868768019,1701407599,1852793645,1953391987,2020565549,352325632,1869570851,761620843,1936617315,762605157,1702391650,1048691,1868768021,1701407599,1852793645,1953391987,1701339949,268462947,1663243008,1768648559,1868770661,1852142446,1634086260,1048674,1868768022,1701407599,1852793645,1953391987,1819240493,7497060,588513296,1802465123,1663919465,1702063727,1764586606,7300718,589037584,1802465123,1663919465,1702063727,1764586606,762275438,1885434487,7497072,588578832,1802465123,1663919465,1702063727,1814918254,1919252833,352325632,1869570851,761620843,1936617315,762605157,1633906540,1048684,1868768023,1701407599,1852793645,1953391987,1851878701,1919248225,385880064,1869570851,761620843,1936617315,762605157,1936942445,6645601,588447760,1802465123,1663919465,1702063727,1848472686,268466021,1663243776,1768648559,1868770661,1852142446,1869491572,1701013876,352325632,1869570851,761620843,1936617315,762605157,1702131055,1048690,1868768023,1701407599,1852793645,1953391987,1702260525,2036427890,352325632,1869570851,761620843,1936617315,762605157,1768976240,1048686,1868768021,1701407599,1852793645,1953391987,1886351405,268464245,1663243264,1768648559,1868770661,1852142446,1869753716,268465263,1663244288,1768648559,1868770661,1852142446,1769155956,1865246052,268465269,1663243008,1768648559,1868770661,1852142446,1635003764,1048674,1868768022,1701407599,1852793645,1953391987,1918989357,7628135,589234192,1802465123,1663919465,1702063727,1949135982,1597599865,1801675106,1970238055,268461166,1663245312,1768648559,1868770661,1852142446,2037656948,2002729328,1886413170,268464741,1663244032,1768648559,1868770661,1852142446,1635200372,1852403314,1048679,1868768022,1701407599,1852793645,1953391987,1852405549,7827300,588513296,1802465123,1663919465,1702063727,1999467630,7364978,588709904,1802465123,1663919465,1702063727,1999467630,1886413170,268464741,1663244032,1768648559,1868770661,1852142446,1650417524,1701736033,1048690,1868768016,1701407599,1852793645,1953391987,1048692,1868768018,1701407599,1852793645,762602867,7496034,587989008,1802465123,1663919465,7630447,588382224,1802465123,1663919465,1635020399,1919250025,1048626,1868768015,1701407599,1852793645,1953391988,452988928,1869570851,761620843,1953394531,1601465957,1667329136,1819240549,7497060,588185616,1802465123,1663919465,1702129263,268465267,1663242240,1768648559,1868770661,1634890862,268465251,1663243776,1768648559,1868770661,1869771886,1634545004,1919251571,369102848,1869570851,761620843,1953394531,762081138,1836020336,268465264,1663242240,1768648559,1868770661,1869771886,268463212,1663242752,1768648559,1868770661,1701407599,1986618413,201330688,1869570851,761620843,2037411683,234885120,1869570851,761620843,1702063971,268465262,1663241216,1768648559,1969433957,268461410,1663241728,1768648559,1969433957,1919251572,318771200,1869570851,761620843,1818322276,1953456685,7171956,588906512,1802465123,1680696681,762077541,1953787746,1663921519,1768648559,1048677,1868768019,1701407599,1667589165,1634885996,1852795252,201330688,1869570851,761620843,1953785188,301993984,1869570851,761620843,1818323300,1647142767,268464737,1663242240,1768648559,1768172901,1735355489,268461429,1663243264,1768648559,1768172901,1735355489,1680696693,268465769,1663240960,1768648559,1768172901,1048685,1868768014,1701407599,1835623469,7497069,588316688,1802465123,1680696681,1667592809,1702259060,352325632,1869570851,761620843,1701996900,1986622563,1633824101,1048690,1868768027,1701407599,1919509549,1769235301,1663919478,1635020399,1919250025,369102848,1869570851,761620843,1701996900,1986622563,1869491557,268461428,1663242752,1768648559,1768172901,1818321779,1919249769,301993984,1869570851,761620843,1668508004,1835622764,268464741,1663243776,1768648559,1768172901,1634493299,1919249769,1918984749,369102848,1869570851,761620843,1668508004,1835622764,1647145573,268466287,1663244544,1768648559,1768172901,1634493299,1919249769,1869571629,7497076,588775440,1802465123,1680696681,1818456937,1701669217,1869426034,7102820,588644368,1802465123,1680696681,1818456937,1701669217,1701719410,1048695,1868768026,1701407599,1936286765,1767992419,762471789,1919252079,7954796,588775440,1802465123,1680696681,1818456937,1701669217,1869622642,7370096,588840976,1802465123,1680696681,1818456937,1701669217,1701981554,1852795239,369102848,1869570851,761620843,1668508004,1835622764,1982689893,268461429,1663242752,1768648559,1768172901,1869374323,1701999987,469766144,1869570851,761620843,1668508004,1970499436,1663919474,1635020399,1919250025,251662336,1869570851,761620843,1886611812,7954796,587989008,1802465123,1680696681,7566185,589103120,1802465123,1680696681,1970565993,1919246962,1920299821,1853190002,1735289188,184553472,1869570851,761620843,7760228,588120080,1802465123,1680696681,1702322546,1048690,1868768012,1701407599,1869767725,1048688,1868768015,1701407599,1701602605,1953391981,285216768,1869570851,761620843,1634497125,1768841845,1048691,1868768025,1701407599,1819436333,1851946337,1999467369,1886413170,268464741,1663240704,1768648559,1936010597,167776256,1869570851,761620843,268465509,1663246080,1768648559,1969565029,1836016429,1634298992,761619310,1953394531,1701734753,1048690,1868768014,1701407599,762668333,7823724,588120080,1802465123,1714251113,1701080681,1048690,1868768013,1701407599,1919510061,268465267,1663243264,1768648559,1768303973,761554296,1852727650,268464741,1663243008,1768648559,1768303973,761554296,1702453612,1048690,1868768020,1701407599,1869375021,1919251553,1634891565,1048688,1868768011,1701407599,1869571629,201330688,1869570851,761620843,1953460070,234885120,1869570851,761620843,1953460070,268464741,1663241216,1768648559,1868967269,268463474,1663241216,1768648559,1969630565,268463212,1663242752,1768648559,1969630565,1999465580,1752458345,301993984,1869570851,761620843,1819047270,1701995379,268463717,1663241216,1768648559,1684483429,268464752,1663244032,1768648559,1818701157,1818321519,1986946349,1886350437,1048677,1868768014,1701407599,762144557,7824750,588185616,1802465123,1731028329,1952540018,268465001,1663243776,1768648559,1919364453,1769235813,1932355438,1885958772,251662336,1869570851,761620843,1684955496,7497068,587989008,1802465123,1747805545,6578533,588251152,1802465123,1747805545,1650745701,6581857,588120080,1802465123,1747805545,1701077349,1048690,1868768024,1701407599,1634035757,762471780,1953394531,1701734753,1048690,1868768012,1701407599,1852401709,1048692,1868768016,1701407599,1852401709,1868705140,1048696,1868768022,1701407599,1852401709,1868770676,1767994478,7497070,588382224,1802465123,1747805545,762605161,1702453612,1048690,1868768020,1701407599,1852401709,1701653876,1734439795,1048677,1868768020,1701407599,1852401709,1920413044,1701867617,1048690,1868768015,1701407599,1852401709,1936287095,419434496,1869570851,761620843,2003724648,762538341,1953394531,1701734753,1048690,1868768014,1701407599,1819240493,7497060,587989008,1802465123,1764582761,6385252,587923472,1802465123,1764582761,268466534,1663241216,1768648559,1852386661,268463974,1663241728,1768648559,1852386661,825061222,268439552,1869570851,761620843,1868983913,1918984749,301993984,1869570851,761620843,1868983913,1869373997,268462947,1663242240,1768648559,1852386661,1647144806,268466287,1663242240,1768648559,1852386661,1680699238,268465769,1663243008,1768648559,1852386661,1747808102,1701671525,1048690,1868768018,1701407599,1718511917,1634479471,7497081,588316688,1802465123,1764582761,762275438,1852141679,301993984,1869570851,761620843,1868983913,1953853229,268464741,1663242752,1768648559,1852386661,1882025830,1818586721,318771200,1869570851,761620843,1868983913,1851879469,7103854,588316688,1802465123,1764582761,762275438,1868853106,335548416,1869570851,761620843,1868983913,1634891565,1919250544,251662336,1869570851,761620843,1868983913,7496034,588120080,1802465123,1764582761,1919903342,1048685,1868768022,1701407599,1718511917,762147439,1936942445,6645601,588447760,1802465123,1764582761,1919903342,1769234797,268463727,1663244800,1768648559,1852386661,1836216166,1869182049,1633824110,1919250030,385880064,1869570851,761620843,1868983913,1952542066,762212201,7496034,588840976,1802465123,1764582761,1919903342,1769234797,1814916719,1919252833,452988928,1869570851,761620843,1868983913,1952542066,762212201,1885434487,7497072,588513296,1802465123,1764582761,1919903342,1769234797,7564911,588251152,1802465123,1764582761,1919903342,7497069,588578832,1802465123,1764582761,1919250030,1634891565,1919250544,234885120,1869570851,761620843,1769369193,268461428,1663244544,1768648559,1634348389,1869622642,2036558188,1851875885,7497070,588185616,1802465123,1798137193,1920233071,268463215,1663240960,1768648559,1634479461,1048695,1868768015,1701407599,2002873389,1918984749,251662336,1869570851,761620843,762798444,7892834,588644368,1802465123,1814914409,1663924065,1819307375,1668178281,1048677,1868768019,1701407599,2002873389,1852793645,1953391987,452988928,1869570851,761620843,762798444,1936617315,762605157,1952671091,7237481,588578832,1802465123,1814914409,1663924065,1635020399,1919250025,419434496,1869570851,761620843,762798444,1953394531,1701734753,1868705138,1048696,1868768015,1701407599,2002873389,1986618413,335548416,1869570851,761620843,762798444,1868983909,1919247218,251662336,1869570851,761620843,762798444,7891302,588644368,1802465123,1814914409,1764587361,762275438,1767991137,1048686,1868768017,1701407599,2002873389,1718511917,268465007,1663243008,1768648559,1634479461,1701653879,1734439795,1048677,1868768016,1701407599,2002873389,1953459757,1048677,1868768017,1701407599,2002873389,1953459757,268461673,1663243008,1768648559,1634479461,1634741623,1852400740,1048679,1868768017,1701407599,2002873389,1886351405,268464245,1663242752,1768648559,1634479461,1668492663,1953524082,234885120,1869570851,761620843,762798444,268466037,1663242240,1768648559,1634479461,1920413047,268464225,1663243008,1768648559,1634479461,1920413047,1701867617,1048690,1868768023,1701407599,2036427821,1663922789,1635020399,1919250025,352325632,1869570851,761620843,1702453612,1986997618,1634497125,1048697,1868768023,1701407599,2036427821,1882026597,1702129522,1919906915,352325632,1869570851,761620843,1702453612,1920413042,1701867617,1048690,1868768013,1701407599,1734700077,268463201,1663242752,1768648559,1701588325,762077543,1868983913,335548416,1869570851,761620843,1634166124,1869491564,1701013876,234885120,1869570851,761620843,1634166124,268465004,1663243008,1768648559,1701588325,1819502951,1869182049,1048686,1868768016,1701407599,1734962221,1868723304,1048696,1868768012,1701407599,1852402733,1048677,1868768012,1701407599,1936288813,1048692,1868768012,1701407599,1935764781,1048683,1868768015,1701407599,1818586413,1735289188,419434496,1869570851,761620843,1684825453,761753193,1953394531,1701734753,1048690,1868768019,1701407599,1818586413,1735289188,1886352429,251662336,1869570851,761620843,1684825453,6778485,587989008,1802465123,1831691625,7566181,588513296,1802465123,1831691625,1634956133,1630365031,6382962,588447760,1802465123,1831691625,1634956133,1647142247,268466287,1663244544,1768648559,1701653861,1734439795,1868770661,1767994478,7497070,588578832,1802465123,1831691625,1634956133,1714251111,1684371561,385880064,1869570851,761620843,1936942445,761620321,1919252079,7954796,588578832,1802465123,1831691625,1634956133,1882023271,1818586721,335548416,1869570851,761620843,1936942445,761620321,1954047348,385880064,1869570851,761620843,1936942445,761620321,1885434487,7497072,588906512,1802465123,1831691625,1936946021,761620321,1953394531,1701734753,1048690,1868768018,1701407599,1852402989,1869622633,7370096,588382224,1802465123,1831691625,1818322031,842019373,1048626,1868768022,1701407599,1685024045,1647144033,1684759393,7368562,588251152,1802465123,1831691625,1818322031,6775341,588709904,1802465123,1831691625,1818322031,1852793645,1852399988,268464741,1663243520,1768648559,1869426021,762077540,1919252079,7954796,588447760,1802465123,1831691625,1919247471,1852386670,268463974,1663243776,1768648559,1869426021,1852990820,1702260525,2036427890,234885120,1869570851,761620843,1969516397,268461420,1663241984,1768648559,1869426021,1635021678,1048680,1868768015,1701407599,1852796205,1919251571,318771200,1869570851,761620843,1936617325,762471796,7496034,588840976,1802465123,1831691625,1953721967,1663922789,1635020399,1919250025,335548416,1869570851,761620843,1936617325,762471796,1953460082,318771200,1869570851,761620843,1936617325,762471796,7233907,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,1663242240,1768648559,1936933221,1635021673,268465262,1663240960,1768648559,1953841509,1048680,1868768010,1701407599,5390658,587792400,1802465123,1195533673,251662336,1869570851,1113942379,1684759393,7368562,588316688,1802465123,1631741289,1919380323,1684960623,184553472,1869570851,1113942379,7040097,587857936,1802465123,1631741289,1048686,1868768014,1701407599,1684955458,7692645,588054544,1802465123,1631741289,1919250030,301993984,1869570851,1113942379,1701736033,1684483442,268464752,1663242752,1768648559,1851867749,762471790,1852399981,251662336,1869570851,1113942379,1701736033,4670066,588644368,1802465123,1631741289,1919250030,1953394499,1701734753,1048690,1868768020,1701407599,1852727618,1866691173,1852142702,1048692,1868768014,1701407599,1852727618,4485733,588251152,1802465123,1631741289,1919250030,7760196,588316688,1802465123,1631741289,1919250030,1868983881,285216768,1869570851,1113942379,1701736033,1767984498,1048686,1868768020,1701407599,1852727618,1984918117,1634497125,1048697,1868768017,1701407599,1852727618,1918333541,268464225,1663243264,1768648559,1851867749,1467114862,1886413170,268464741,1663240704,1768648559,1918976613,201330688,1869570851,1113942379,1128428129,318771200,1869570851,1113942379,1866691169,1767994478,7497070,588578832,1802465123,1631741289,1346851442,1702252356,2036427890,285216768,1869570851,1113942379,1196585569,1867531344,1048688,1868768017,1701407599,1450336578,1651077993,268461420,1663242496,1768648559,1918976613,1885434455,7497072,587857936,1802465123,1665295721,1048683,1868768016,1701407599,1984915266,1634497125,1048697,1868768015,1701407599,1667329090,1953853291,201330688,1869570851,1113942379,1801678700,218107904,1869570851,1113942379,1801678700,1048626,1868768014,1701407599,1668246594,7497067,587857936,1802465123,1849845097,1048690,1868768010,1701407599,7892802,588447760,1802465123,1866622313,1852785528,1852399988,268464741,1663242496,1768648559,2020557413,1919252047,7954796,588316688,1802465123,1866622313,1634883448,1919250544,234885120,1869570851,1113942379,1853321074,268461417,1663240448,1768648559,7553637,587726864,1802465123,4416873,588054544,1802465123,1145267561,1937335659,184553472,1869570851,1130719595,4999502,587792400,1802465123,1413703017,184553472,1869570851,1130719595,6582881,588054544,1802465123,1631806825,1732404338,201330688,1869570851,1130719595,1801676136,268439552,1869570851,1130719595,1801676136,1886413101,234885120,1869570851,1130719595,1801676136,268464741,1663243264,1768648559,1701331813,1919249251,1852727618,268464741,1663241472,1768648559,1869103973,6644585,588447760,1802465123,1749247337,1701013871,1852727618,268464741,1663242240,1768648559,1869103973,1113940841,268464737,1663242752,1768648559,1869103973,1113940841,1886351972,285216768,1869570851,1130719595,1667854184,1718503781,1048687,1868768023,1701407599,1768908867,1850303843,1665232742,1953523043,419434496,1869570851,1130719595,1667854184,1718503781,1701273455,1634887022,1048684,1868768025,1701407599,1768908867,1867343203,1332502884,1819436406,268466529,1663242496,1768648559,1869103973,1315267433,6648943,588251152,1802465123,1749247337,1701013871,4475251,588120080,1802465123,1749247337,1702063983,1048690,1868768014,1701407599,1667853379,7497067,587923472,1802465123,1849910633,268463209,1663242496,1768648559,1836008293,1634298992,6644590,588709904,1802465123,1866687849,1768714349,1701015137,1852727618,268464741,1663243264,1768648559,1836008293,1634298992,1113940846,268466287,1663244288,1768648559,1836008293,1634298992,1298490222,1634956133,268461415,1663244032,1768648559,1836008293,1634298992,1315267438,1667855471,1048677,1868768026,1701407599,1886220099,1851877740,1867539811,2036558188,7892802,588316688,1802465123,1866687849,1768714349,2036559457,369102848,1869570851,1130719595,1819307375,1668178281,1685015929,268463201,1663242240,1768648559,1852785509,1852404833,268464741,1663240960,1768648559,1852785509,1048678,1868768017,1701407599,1718513475,1866884969,268463474,1663241728,1768648559,1852785509,1836214630,285216768,1869570851,1130719595,1768320623,1766092146,1048694,1868768019,1701407599,1718513475,1634562665,1852795252,369102848,1869570851,1130719595,1768320623,1952542066,1114533737,268464737,1663245312,1768648559,1852785509,1836214630,1869182049,1852785518,1852399988,268464741,1663241728,1768648559,1852785509,1936614771,318771200,1869570851,1130719595,1702063727,1816228974,7631461,588316688,1802465123,1866687849,1852142446,1886404980,369102848,1869570851,1130719595,1702063727,1631745134,1919183715,268464239,1663244288,1768648559,1852785509,1953391987,1801675074,1970238055,268461166,1663243264,1768648559,1852785509,1953391987,1852727618,268464741,1663245568,1768648559,1852785509,1953391987,1852727618,1866691173,1767994478,7497070,588316688,1802465123,1866687849,1852142446,1918976628,318771200,1869570851,1130719595,1702063727,1816294510,7037807,588382224,1802465123,1866687849,1852142446,1869365876,1048683,1868768017,1701407599,1936617283,1114926693,268466287,1663244032,1768648559,1852785509,1953391987,1953394499,1701734753,1048690,1868768020,1701407599,1936617283,1148481125,1869373801,1048679,1868768017,1701407599,1936617283,1148481125,268465769,1663242752,1768648559,1852785509,1953391987,1682533445,335548416,1869570851,1130719595,1702063727,1867019374,1919247468,486543360,1869570851,1130719595,1702063727,1850307694,1634301033,1667318380,1869767787,1048688,1868768021,1701407599,1936617283,1299476069,1634956133,268461415,1663242496,1768648559,1852785509,1953391987,6779725,588382224,1802465123,1866687849,1852142446,1953451636,1048677,1868768020,1701407599,1936617283,1316253285,1667855471,1048677,1868768021,1701407599,1936617283,1333030501,1819436406,268466529,1663243008,1768648559,1852785509,1953391987,1701732688,1048684,1868768021,1701407599,1936617283,1349807717,1818586721,268464213,1663243008,1768648559,1852785509,1953391987,1970302800,1048688,1868768020,1701407599,1936617283,1349807717,1886220146,1048692,1868768020,1701407599,1936617283,1467248229,1868852841,1048695,1868768018,1701407599,1936617283,1467248229,7364978,588578832,1802465123,1866687849,1852142446,1634883444,1919250544,503320576,1869570851,1130719595,1702063727,1918334062,1701867617,1852785522,1684827976,268464741,1663242752,1768648559,1852785509,1953391987,1986610271,184553472,1869570851,1130719595,7630447,588251152,1802465123,1866687849,1767994478,7497070,588185616,1802465123,1866687849,1852142702,268464741,1663241728,1768648559,1852785509,1953391988,301993984,1869570851,1130719595,1920233071,1769238625,268463727,1663241728,1768648559,1852785509,1819243124,352325632,1869570851,1130719595,1920233071,1918332015,1701867617,1048690,1868768023,1701407599,1953394499,1600941938,1701732720,1868786028,285216768,1869570851,1130719595,1920233071,1701604463,1048690,1868768016,1701407599,1802465091,1631741289,1048690,1868768011,1701407599,2037411651,218107904,1869570851,1130719595,1701737071,1048690,1868768010,1701407599,6386755,588840976,1802465123,1698981225,1918987363,1869182049,1634883438,1919250544,268439552,1869570851,1147496811,1936158313,1936553314,268439552,1869570851,1147496811,1667592809,1702259060,184553472,1869570851,1147496811,6517609,588316688,1802465123,1766090089,1634493299,1919249769,385880064,1869570851,1147496811,1818456937,1701669217,1851867762,7497070,588513296,1802465123,1766090089,1634493299,1919249769,7892802,588906512,1802465123,1766090089,1634493299,1919249769,1953394499,1701734753,1048690,1868768020,1701407599,1668507972,1835622764,1766093413,1048694,1868768021,1701407599,1668507972,1835622764,1850307173,268463974,1663243776,1768648559,1936278629,1767992419,1316119917,1718187119,402657280,1869570851,1147496811,1818456937,1701669217,1634883442,1919250544,268439552,1869570851,1147496811,1818456937,1919249761,352325632,1869570851,1147496811,1768780649,1866691443,1852142702,1048692,1868768014,1701407599,1886611780,7954796,588382224,1802465123,1766090089,1634496627,1919895161,1048685,1868768010,1701407599,7760196,588251152,1802465123,1766090089,1816210806,7631461,588513296,1802465123,1766090089,1667318390,1869768555,6581877,588316688,1802465123,1766090089,1852785526,1953391988,251662336,1869570851,1147496811,1866692201,7497078,587857936,1802465123,1816421737,1048679,1868768011,1701407599,828861508,201330688,1869570851,1147496811,1751610735,184553472,1869570851,1147496811,7368562,588185616,1802465123,1917085033,1866756207,268463735,1663240448,1768648559,4408677,587792400,1802465123,1430611305,234885120,1869570851,1164274027,1701668204,268465262,1663243776,1768648559,1920091493,1699574383,1734439795,1986610277,150999040,1869570851,1164274027,1048693,1868768016,1701407599,1968338245,1631741292,1048690,1868768012,1701407599,1702390086,1048676,1868768013,1701407599,1953460038,268464741,1663241728,1768648559,1970226789,2037539950,201330688,1869570851,1181051243,1701667186,268439552,1869570851,1197828459,1884442692,1886744687,184553472,1869570851,1197828459,7499876,588185616,1802465123,1917281641,1701405793,268465262,1663241984,1768648559,1635075941,1934451826,1048679,1868768011,1701407599,1280136264,184553472,1869570851,1214605675,6578533,588054544,1802465123,1699243369,1919247457,184553472,1869570851,1214605675,7630441,588120080,1802465123,1766352233,2017817710,1048692,1868768023,1701407599,1953392968,1633972045,1852131180,1818325605,352325632,1869570851,1214605675,1601465961,1953394531,1701734753,1048690,1868768014,1701407599,2003724616,7563621,588054544,1802465123,1867015529,1919247468,234885120,1869570851,1214605675,1953721455,268464741,1663240448,1768648559,4475237,587792400,1802465123,1464427881,251662336,1869570851,1231382891,1953458532,7823692,588775440,1802465123,1682531689,1769238377,1819234403,1232692073,7300718,588054544,1802465123,1716086121,1701667186,234885120,1869570851,1231382891,1866688110,268465262,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,369102848,1869570851,1600481643,1936617315,1601465957,1852727650,268464741,1663244032,1768648559,1868783461,1852142446,1818386292,1701536623,1048690,1868768019,1701407599,1852793695,1953391987,2020565599,419434496,1869570851,1600481643,1936617315,1601465957,1953394531,1701734753,1048690,1868768025,1701407599,1852793695,1953391987,1869570911,1650813291,268464737,1663243008,1768648559,1868783461,1852142446,1768185716,1048694,1868768022,1701407599,1852793695,1953391987,1634035807,7497060,589234192,1802465123,1667196265,1702063727,1834972270,1734438497,2002743909,1886413170,268464741,1663244032,1768648559,1868783461,1852142446,1701666676,1734439795,1048677,1868768028,1701407599,1852793695,1953391987,1953459807,1667851881,1869182049,1048686,1868768021,1701407599,1852793695,1953391987,1953853279,268464741,1663244032,1768648559,1868783461,1852142446,1987010420,1634497125,1048697,1868768022,1701407599,1852793695,1953391987,1634496607,7305849,588578832,1802465123,1667196265,1702063727,1885303918,1886744687,335548416,1869570851,1600481643,1936617315,1601465957,1819042167,201330688,1869570851,1600481643,1953394531,251662336,1869570851,1600481643,1953394531,7630437,588578832,1802465123,1667196265,1920233071,1885301871,1886744687,301993984,1869570851,1600481643,1953394531,1819045746,268464741,1663241728,1768648559,1868783461,1701407599,234885120,1869570851,1600481643,1953723747,268463471,1663243008,1768648559,1633967973,1936614772,1953851491,1048698,1868768015,1701407599,1936024671,1886352491,234885120,1869570851,1600481643,1818323300,268461935,1663243008,1768648559,1768185701,1735355489,1634891615,1048688,1868768017,1701407599,1919509599,1769235301,268461430,1663245056,1768648559,1768185701,1952671090,1600484969,1953394531,1701734753,1048690,1868768018,1701407599,1936286815,1767992419,7497069,589037584,1802465123,1683973481,1818456937,1701669217,1868783474,1767994478,7497070,588906512,1802465123,1683973481,1818456937,1701669217,1920425842,1701867617,1048690,1868768011,1701407599,1986618463,369102848,1869570851,1600481643,1886351972,1852793695,1852399988,268464741,1663240704,1768648559,1969577829,234885120,1869570851,1600481643,1650423141,268464737,1663242240,1768648559,1969577829,1667592799,268465256,1663242496,1768648559,2019909477,1717531753,7172719,587923472,1802465123,1700750697,268464248,1663241728,1768648559,1634099045,1634296691,369102848,1869570851,1600481643,2036820326,1701669989,1952806010,268464997,1663241728,1768648559,1868980069,1919251567,218107904,1869570851,1600481643,1835102822,1048677,1868768012,1701407599,1885628255,1048690,1868768020,1701407599,1769301855,1702060388,2053731954,1048681,1868768021,1701407599,1919182943,1869116255,1634165111,268463721,1663241728,1768648559,1701338981,1919247457,301993984,1869570851,1600481643,1684104552,1952412261,268464239,1663242496,1768648559,1701338981,1919247457,7368564,587989008,1802465123,1751082345,7630441,588185616,1802465123,1751082345,1702325865,268465001,1663241728,1768648559,1869111141,1919247468,234885120,1869570851,1600481643,1919377769,268461413,1663240704,1768648559,1684627301,268439552,1869570851,1600481643,1869442153,1937077353,352325632,1869570851,1600481643,1869442153,1937077353,842019423,1048624,1868768029,1701407599,1835821407,1970563439,808607603,1868509234,1819436406,268466529,1663242240,1768648559,1852399461,1647144806,268464737,1663242752,1768648559,1852399461,1633644390,1701147239,285216768,1869570851,1600481643,1868983913,1701994847,1048673,1868768016,1701407599,1718511967,1633836911,1048690,1868768016,1701407599,1718511967,1868717935,1048696,1868768018,1701407599,1718511967,1919049583,6649445,588644368,1802465123,1767859561,1601136238,1953394531,1701734753,1048690,1868768016,1701407599,1718511967,1768185711,1048694,1868768020,1701407599,1718511967,1701666671,1734439795,1048677,1868768021,1701407599,1718511967,1701994351,1852797043,268461427,1663243776,1768648559,1852399461,1935634278,1953653108,1701273968,318771200,1869570851,1600481643,1868983913,1886352479,7758158,588251152,1802465123,1767859561,1601136238,7633012,588447760,1802465123,1767859561,1601136238,1684957559,268466031,1663241984,1768648559,1852399461,1868722022,1048696,1868768014,1701407599,1718511967,7172719,588447760,1802465123,1767859561,1919903342,1769234797,268463727,1663244544,1768648559,1852399461,1836216166,1869182049,1818386286,7037807,588709904,1802465123,1767859561,1919903342,1769234797,1650421359,268466287,1663245056,1768648559,1852399461,1836216166,1869182049,1987010414,1634497125,1048697,1868768019,1701407599,1718511967,1634562671,1702259060,268439552,1869570851,1600481643,1868983913,1919249778,251662336,1869570851,1600481643,1702520171,7562604,587923472,1802465123,1818191209,268466017,1663242752,1768648559,1634492261,1633824119,1919250030,301993984,1869570851,1600481643,1601659244,1769366625,268461411,1663242752,1768648559,1634492261,1633836919,1919250030,251662336,1869570851,1600481643,1601659244,7892834,588644368,1802465123,1818191209,1667200865,1819307375,1668178281,1048677,1868768021,1701407599,2002873439,1852793695,1852399988,268464741,1663243008,1768648559,1634492261,1768185719,1735355489,1048626,1868768014,1701407599,2002873439,6580575,588251152,1802465123,1818191209,1767864161,7300718,588775440,1802465123,1818191209,1767864161,1919903342,1769234797,7564911,588447760,1802465123,1818191209,1834973025,1634956133,268461415,1663242752,1768648559,1634492261,1869438839,1701603682,251662336,1869570851,1600481643,1601659244,6779757,588382224,1802465123,1818191209,1851750241,1667855471,1048677,1868768028,1701407599,2002873439,1953459807,1600480105,1953394531,1701734753,1048690,1868768024,1701407599,2002873439,1953459807,1667851881,1869182049,1048686,1868768019,1701407599,2002873439,1918990175,1735289198,218107904,1869570851,1600481643,1702453612,1048690,1868768021,1701407599,2036427871,2002743909,1886413170,268464741,1663241216,1768648559,1634557797,268462963,1663241984,1768648559,1701666661,1852400748,1048679,1868768016,1701407599,1852140895,1701273971,1048685,1868768012,1701407599,1936026975,1048691,1868768015,1701407599,1936026975,1701273971,419434496,1869570851,1600481643,1936942445,1600481121,1953394531,1701734753,1048690,1868768022,1701407599,1936026975,1701273971,1819240543,7497060,588709904,1802465123,1834968425,1818322031,1852793695,1852399988,268464741,1663242496,1768648559,1869438821,1600938340,7760228,588578832,1802465123,1834968425,1818322031,1634891615,1919250544,234885120,1869570851,1600481643,1969516397,268461420,1663241984,1768648559,1869438821,1702130542,1048690,1868768010,1701407599,7564639,587923472,1802465123,1834968425,268461939,1663241472,1768648559,1936547685,3301223,588578832,1802465123,1834968425,1667196787,1635020399,1919250025,184553472,1869570851,1600481643,7238509,587923472,1802465123,1851745641,268465761,1663241728,1768648559,1634623333,1918984822,201330688,1869570851,1600481643,1702129518,268439552,1869570851,1600481643,1702129518,1986618463,285216768,1869570851,1600481643,1702129518,1819244127,1048684,1868768012,1701407599,1953459807,1048681,1868768014,1701407599,1953459807,6644585,588382224,1802465123,1851745641,1667855471,1633836901,1048690,1868768022,1701407599,1953459807,1600480105,1802724708,7368564,588644368,1802465123,1851745641,1667855471,1920425829,1701867617,1048690,1868768015,1701407599,1953459807,1936024425,218107904,1869570851,1600481643,1769238382,1048678,1868768024,1701407599,1953459807,1667851881,1869182049,1633836910,1048690,1868768030,1701407599,1953459807,1667851881,1869182049,1868783470,1767994478,7497070,588840976,1802465123,1851745641,1718187119,1952539497,1601073001,1885434487,268439552,1869570851,1600481643,1769238382,1919248742,234885120,1869570851,1600481643,1769238382,268466534,1663240704,1768648559,1802461029,184553472,1869570851,1600481643,3238767,587923472,1802465123,1868522857,268465264,1663241728,1768648559,1886347109,1852399476,352325632,1869570851,1600481643,1601466479,1633644137,1869112174,1048690,1868768024,1701407599,1953525599,1601071455,1953394531,1701734753,1048690,1868768013,1701407599,1953525599,268463721,1663242752,1768648559,1886347109,1601071476,1801675106,318771200,1869570851,1600481643,1769238639,1634492270,7497081,588185616,1802465123,1868522857,1819436406,268466529,1663241472,1768648559,1634754405,7103854,588382224,1802465123,1885300073,1818586721,825242207,1048632,1868768014,1701407599,1918988383,7630437,588382224,1802465123,1885300073,1768780389,1869181811,1048686,1868768025,1701407599,1919250527,1936943469,1601073001,1852727650,268464741,1663244544,1768648559,1701863269,1936289138,1852795251,1818320755,7631461,588120080,1802465123,1885300073,1768780389,1048692,1868768011,1701407599,1819242591,268439552,1869570851,1600481643,1768714096,1936025955,234885120,1869570851,1600481643,1768714096,268466531,1663242240,1768648559,1869635429,2036558188,268447789,1663243520,1768648559,1869635429,2036558188,1667457375,7630949,588513296,1802465123,1885300073,1667853423,1818320761,7631461,588578832,1802465123,1885300073,1667853423,1633836921,1919250030,486543360,1869570851,1600481643,1768714096,1650424163,1701736033,1920425842,1701867617,1048690,1868768018,1701407599,1819242591,1601790825,7496034,588382224,1802465123,1885300073,1667853423,1868717945,1048696,1868768020,1701407599,1819242591,1601790825,1667590243,1048683,1868768024,1701407599,1819242591,1601790825,1953394531,1701734753,1048690,1868768018,1701407599,1819242591,1601790825,7760228,588578832,1802465123,1885300073,1667853423,1869111161,1919247468,335548416,1869570851,1600481643,1768714096,1818196323,1919252833,369102848,1869570851,1600481643,1768714096,1834973539,1634956133,268461415,1663246336,1768648559,1869635429,2036558188,1936026975,1701273971,1852793695,1852399988,268464741,1663242752,1768648559,1869635429,2036558188,1735617887,352325632,1869570851,1600481643,1768714096,1851750755,1667855471,1048677,1868768022,1701407599,1819242591,1601790825,1919252079,7954796,588513296,1802465123,1885300073,1667853423,1869635449,7370096,588316688,1802465123,1885300073,1667853423,1970298745,318771200,1869570851,1600481643,1768714096,1918859619,6582375,588251152,1802465123,1885300073,1953066095,7562089,588775440,1802465123,1885300073,1953066095,1601397609,1919252079,7954796,587923472,1802465123,1885300073,268464239,1663244288,1768648559,1869635429,1601071472,1634956393,1869111152,268461421,1663245056,1768648559,1869635429,1601071472,1634956393,1987010416,1634497125,1048697,1868768025,1701407599,1886351455,1919252079,1852793695,1852399988,268464741,1663241472,1768648559,1869635429,7370096,588447760,1802465123,1885300073,1886744687,1701601631,268465266,1663244288,1768648559,1869635429,1601205616,1801675106,1970238055,268461166,1663242240,1768648559,1869635429,1601205616,268461922,1663244032,1768648559,1869635429,1601205616,1953394531,1701734753,1048690,1868768021,1701407599,1886351455,1868525685,1819436406,268466529,1663243520,1768648559,1869635429,1601205616,1885434487,7497072,589234192,1802465123,1885300073,1701209458,1668179314,1650422629,1701736033,1869766514,268465263,1663243264,1768648559,1919967077,1601398373,1886221666,268464741,1663242240,1768648559,1919967077,1683977833,268465769,1663241984,1768648559,1919967077,1667331689,1048697,1868768019,1701407599,1769107551,2036556150,1918984799,318771200,1869570851,1600481643,1986622064,1601790817,7892834,588644368,1802465123,1885300073,1635150194,1751087459,1701080175,1048690,1868768024,1701407599,1769107551,2036556150,1718511967,1633836911,1048690,1868768021,1701407599,1769107551,2036556150,1886351455,268464245,1663241984,1768648559,1919967077,1952544361,1048677,1868768014,1701407599,1869770847,7630957,588578832,1802465123,1885300073,1886744693,1852793695,1836214630,268439552,1869570851,1600481643,1936029041,1852795252,234885120,1869570851,1600481643,1870030194,268461419,1663241728,1768648559,1769103205,1852793442,301993984,1869570851,1600481643,1751345522,1852402804,268461417,1663241728,1768648559,1668505445,1953524082,251662336,1869570851,1600481643,1952671091,7237481,588382224,1802465123,1935631721,1633645669,1885692771,1048692,1868768022,1701407599,1952805727,1735289204,1869438835,7102820,588054544,1802465123,1935631721,1953656680,301993984,1869570851,1600481643,1919903859,1852399476,268463974,1663241472,1768648559,1752391525,7632239,588316688,1802465123,1935631721,1601662824,1868983913,218107904,1869570851,1600481643,2003789939,1048686,1868768019,1701407599,1970238303,1935764584,1986618463,285216768,1869570851,1600481643,1952543859,1852140901,1048692,1868768011,1701407599,1920234335,218107904,1869570851,1600481643,1769108595,1048688,1868768013,1701407599,1970565983,268461670,1663242240,1768648559,1635016549,1634557794,268463721,1663243008,1768648559,1635016549,1869309290,1952543866,1048687,1868768013,1701407599,1919251551,268465005,1663242496,1768648559,1702125413,1601400178,7760228,588447760,1802465123,1952408937,1601468517,1684104552,268464741,1663242752,1768648559,1869897573,1818193007,1701278305,301993984,1869570851,1600481643,1819242356,1634562911,268463212,1663241984,1768648559,1869897573,1633840239,1048690,1868768011,1701407599,1886352479,268439552,1869570851,1600481643,1601204084,1868983913,234885120,1869570851,1600481643,1685090164,268465769,1663240960,1768648559,2020892517,1048692,1868768017,1701407599,1886418271,1683976805,268465769,1663241472,1768648559,1937071973,6645601,588513296,1802465123,1969186153,1701273971,1851875935,7497070,588906512,1802465123,1969186153,1701273971,1852793695,1852399988,1767862885,1048676,1868768014,1701407599,1953723743,6387553,588054544,1802465123,1985963369,1684630625,201330688,1869570851,1600481643,1852989815,285216768,1869570851,1600481643,1852989815,2019914847,1048692,1868768015,1701407599,1918990175,1735289198,335548416,1869570851,1600481643,1852989815,1600613993,1634038369,419434496,1869570851,1600481643,1852989815,1600613993,1953394531,1701734753,1048690,1868768023,1701407599,1918990175,1735289198,1852793695,1953391988,318771200,1869570851,1600481643,1852989815,1600613993,7760228,589103120,1802465123,2002740585,1768845921,1868523374,1919251573,1634891615,1919250544,385880064,1869570851,1600481643,1852989815,1600613993,1919252079,7954796,588775440,1802465123,2002740585,1768845921,1969186670,1919247470,7954796,588185616,1802465123,2002740585,1970172513,268461934,1663241728,1768648559,1769430885,1952802660,201330688,1869570851,1600481643,1885434487,251662336,1869570851,1600481643,1885434487,7497072,588251152,1802465123,2002740585,1886413170,3306085,588251152,1802465123,2036295017,1767863141,7300718,588120080,1802465123,1650550121,1734439526,1048677,1868768013,1701407599,1701012321,268465264,1663242496,1768648559,1667457381,1635020901,6644590,588185616,1802465123,1667327337,1953523043,268464741,1663242752,1768648559,1667457381,1819570277,1919252833,167776256,1869570851,1634036075,268461156,1663240704,1768648559,1986290021,218107904,1869570851,1634036075,1667855972,1048677,1868768013,1701407599,1769366625,268461427,1663241216,1768648559,1919377765,268461413,1663241216,1768648559,1634492773,268463474,1663241216,1768648559,1701601637,268465266,1663242240,1768648559,1701601637,1764586610,268461410,1663241984,1768648559,1701601637,1934455922,1048679,1868768022,1701407599,1919249505,1868783476,1767994478,7497070,588513296,1802465123,1818322281,1601466981,1953394531,7630437,588185616,1802465123,1818322281,1920234085,268466031,1663242240,1768648559,1701601637,1920431218,268464225,1663241984,1768648559,1819042149,1633843055,1048690,1868768011,1701407599,1634038369,167776256,1869570851,1634036075,268462963,1663241216,1768648559,1769365861,268463987,1663241984,1768648559,1769365861,1852403571,1048681,1868768015,1701407599,1633824098,1919250030,184553472,1869570851,1650813291,7037793,588316688,1802465123,1633838441,1919380323,1684960623,184553472,1869570851,1650813291,7040097,588251152,1802465123,1633838441,1999465324,7364978,588120080,1802465123,1633838441,1634034798,1048693,1868768013,1701407599,1852727650,268464741,1663242752,1768648559,1851875941,762471790,1802723693,352325632,1869570851,1650813291,1701736033,1986997618,1634497125,1048697,1868768018,1701407599,1852727650,1915581029,7630703,588578832,1802465123,1633838441,1919250030,1634891565,1919250544,402657280,1869570851,1650813291,1701736033,1920413042,1701867617,1684614514,251662336,1869570851,1650813291,1701736033,4735346,588513296,1802465123,1633838441,1919250030,1919252047,7954796,588316688,1802465123,1633838441,1919250030,1852793695,352325632,1869570851,1650813291,1701736033,1987010418,1634497125,1048697,1868768021,1701407599,1852727650,2002743909,1886413170,268464741,1663243776,1768648559,1851875941,1668441454,1635020399,1919250025,268439552,1869570851,1650813291,1701736033,1986618482,167776256,1869570851,1650813291,268464737,1663243520,1768648559,1918984805,1868770605,1767994478,7497070,587989008,1802465123,1633838441,3222898,588513296,1802465123,1633838441,1868770674,1767994478,7497070,588709904,1802465123,1633838441,1868770674,1701407599,1768714096,268466531,1663241984,1768648559,1918984805,1919250477,1048685,1868768015,1701407599,762470754,1953460082,251662336,1869570851,1650813291,1999467105,7364978,588382224,1802465123,1633838441,1920413042,1701867617,1048690,1868768012,1701407599,829579618,1048632,1868768013,1701407599,1114792290,268466287,1663241984,1768648559,1918984805,1633972045,1048684,1868768020,1701407599,1601331554,1953394531,1701734753,1048690,1868768018,1701407599,1601331554,1953394531,7630437,588578832,1802465123,1633838441,1819303794,1634629985,1852795252,301993984,1869570851,1650813291,2002743905,1886413170,268464741,1663241472,1768648559,1918984805,7630435,588447760,1802465123,1633838441,1852793714,1852399988,268464741,1663241216,1768648559,1918984805,268460402,1663241728,1768648559,1919246949,1952998249,150999040,1869570851,1650813291,1048679,1868768012,1701407599,1667329122,1048683,1868768012,1701407599,1668246626,1048683,1868768012,1701407599,1802464354,1048683,1868768010,1701407599,7499362,587857936,1802465123,1868719465,1048692,1868768013,1701407599,1953787746,268463471,1663242240,1768648559,1953456741,1651339124,268464737,1663243520,1768648559,1953456741,1735225204,1768186226,7630437,587857936,1802465123,1868719465,1048696,1868768013,1701407599,762867554,268461922,1663242752,1768648559,2020565605,1634891565,1919250544,184553472,1869570851,1650813291,5077103,588120080,1802465123,1969382761,1852798068,1048691,1868768012,1701407599,1667590243,1048683,1868768014,1701407599,1667590243,7497067,588054544,1802465123,1751344489,1701013871,285216768,1869570851,1667590507,1667854184,1718511973,1048687,1868768021,1701407599,1767992419,1852399469,1650421606,268464737,1663243520,1768648559,1634493285,1767861609,1601136238,7892834,588513296,1802465123,1818453353,1601005921,1919252079,7954796,587923472,1802465123,1852007785,268463209,1663242496,1768648559,1836016485,1634298992,6644590,588316688,1802465123,1868785001,1768714349,1701015141,234885120,1869570851,1667590507,1768320623,268463474,1663240960,1768648559,1852793701,1048691,1868768024,1701407599,1936617315,762605157,1801675106,1702453612,1048690,1868768021,1701407599,1936617315,762605157,1852727650,268464741,1663242496,1768648559,1852793701,1953391987,6775341,588578832,1802465123,1868785001,1852142446,1768172916,1735355489,520097792,1869570851,1667590507,1702063727,1697477742,1768714360,762603875,1919252079,7954796,589103120,1802465123,1868785001,1852142446,2019896692,1667853424,1882027113,1886744687,335548416,1869570851,1667590507,1702063727,1714254958,1701667186,486543360,1869570851,1667590507,1702063727,1764586606,1768714349,762603875,1970302832,1048688,1868768022,1701407599,1936617315,762605157,1919252079,7954796,588513296,1802465123,1868785001,1852142446,1869622644,7370096,588578832,1802465123,1868785001,1852142446,1953705332,2037080937,352325632,1869570851,1667590507,1702063727,1650422894,1701736033,1048690,1868768018,1701407599,1936617315,1601465957,7496034,588775440,1802465123,1868785001,1852142446,1868783476,1767994478,7497070,588578832,1802465123,1868785001,1852142446,1768185716,1735355489,318771200,1869570851,1667590507,1702063727,1952412782,7632997,588513296,1802465123,1868785001,1852142446,1869897588,7631713,588316688,1802465123,1868785001,1852142446,1918984820,285216768,1869570851,1667590507,1702063727,1868723310,1048696,1868768021,1701407599,1936617315,1718906469,1651339887,268466287,1663244032,1768648559,1852793701,1953391987,2036691559,1667330163,1048677,1868768019,1701407599,1936617315,1836346981,1818322031,318771200,1869570851,1667590507,1702063727,1869640814,7370096,588251152,1802465123,1868785001,1767994478,7497070,588120080,1802465123,1868785001,1852142702,1048692,1868768014,1701407599,1953394531,7106418,588578832,1802465123,1868785001,1869771886,1869504364,1701013876,184553472,1869570851,1667590507,7364978,588382224,1802465123,1701078377,1918987363,1869182049,1048686,1868768014,1701407599,1802724708,7368564,588251152,1802465123,1701078377,1952671092,7237481,588054544,1802465123,1768187241,1735355489,268439552,1869570851,1684367723,1869373801,2020565607,201330688,1869570851,1684367723,1936158313,268439552,1869570851,1684367723,1936158313,1936553314,520097792,1869570851,1684367723,1667592809,1702259060,1953789250,1866690159,1767994478,7497070,588513296,1802465123,1768187241,1819042163,1999468399,7364978,588644368,1802465123,1768187241,1819042163,1987016559,1634497125,1048697,1868768011,1701407599,1668508004,285216768,1869570851,1684367723,1818456937,1701669217,1048690,1868768021,1701407599,1668508004,1835622764,808612453,268448306,1663242496,1768648559,1936286821,1936682083,6648437,588120080,1802465123,1768187241,1936289139,1048691,1868768010,1701407599,7760228,588120080,1802465123,1600480617,1919249505,1048692,1868768013,1701407599,1668505958,268460393,1663240960,1768648559,1818584677,1048676,1868768014,1701407599,1936614758,7497076,587989008,1802465123,1818649961,7627119,588120080,1802465123,1818649961,1702125935,1048690,1868768010,1701407599,7630182,587923472,1802465123,1868981609,268465263,1663241472,1768648559,1869571685,7497076,587989008,1802465123,1919313257,6645601,588054544,1802465123,2036753769,1918984799,167776256,1869570851,1734699371,268464225,1663240960,1768648559,1885628261,1048690,1868768013,1701407599,1651469415,268463201,1663244288,1768648559,1769301861,1768711524,1999463790,1886413170,268464741,1663241472,1768648559,1634035813,7497060,587923472,1802465123,1768449385,268465262,1663240960,1768648559,1852401765,1048695,1868768027,1701407599,2003724648,544434533,2049843262,1920233061,1953654121,369102848,1869570851,1751476587,1702325865,1999467369,1886413170,268464741,1663243264,1768648559,1852401765,1936287095,1701601582,268465266,1663245824,1768648559,1852401765,1936287095,1852793646,1852399988,1714254437,1684632940,385880064,1869570851,1751476587,1702325865,1781429097,1801530739,7760244,588644368,1802465123,1768449385,1768257390,1836658291,1769105197,1048676,1868768025,1701407599,2003724648,1651730789,2002745455,1886413170,268464741,1663243520,1768648559,1852401765,1936287095,1652060002,7037793,588316688,1802465123,1768449385,1768257390,1986618483,218107904,1869570851,1751476587,1701080175,1048690,1868768011,1701407599,1969780072,285216768,1869570851,1768253803,1868770916,1701407599,1048691,1868768010,1701407599,7956073,587923472,1802465123,1852401001,268463974,1663243776,1768648559,1718511973,1663905135,1635020399,1919250025,352325632,1869570851,1768253803,762275438,1953394531,1701734753,1048690,1868768012,1701407599,1868983913,1048625,1868768012,1701407599,1868983913,1048626,1868768016,1701407599,1868983913,1667329090,1048683,1868768015,1701407599,1868983913,1954051167,318771200,1869570851,1768253803,1601136238,1869570936,6646123,588120080,1802465123,1852401001,1633840998,1048690,1868768014,1701407599,1868983913,7892834,588382224,1802465123,1852401001,1868722022,1868705144,1048696,1868768018,1701407599,1868983913,1952542066,7237481,588578832,1802465123,1852401001,1836216166,1869182049,1918984814,251662336,1869570851,1768253803,1953457774,7632997,587857936,1802465123,1634362729,1048690,1868768026,1701407599,1668440426,1702063727,1969648750,1769434220,6845540,588120080,1802465123,1701537129,1701602682,1048691,1868768012,1701407599,1920295276,1048673,1868768010,1701407599,7823724,588316688,1802465123,1634493801,1633824119,1919250030,234885120,1869570851,1818585451,1647146849,268464737,1663241728,1768648559,2002873445,2020565549,335548416,1869570851,1818585451,1663924065,1635020399,1919250025,268439552,1869570851,1818585451,1814919009,1919252833,402657280,1869570851,1818585451,1882027873,1886744687,1634891565,1919250544,369102848,1869570851,1818585451,1982691169,762799465,1684828008,268464741,1663241984,1768648559,2002873445,1634891565,1048688,1868768011,1701407599,846684524,201330688,1869570851,1818585451,825390945,268439552,1869570851,1818585451,1633646433,1953654124,285216768,1869570851,1818585451,1650423649,1701736033,1048690,1868768027,1701407599,1601659244,1852727650,1667199589,1635020399,1919250025,234885120,1869570851,1818585451,1834973025,268461939,1663241984,1768648559,2002873445,1685024351,1048677,1868768017,1701407599,1601659244,1769238382,268461411,1663242752,1768648559,2002873445,1702260575,2036427890,285216768,1869570851,1818585451,1935636321,1868849512,1048695,1868768020,1701407599,1685545324,1633907561,1701669228,1048690,1868768013,1701407599,1685545324,268465769,1663242496,1768648559,2002873445,1852989815,6778473,588316688,1802465123,1634493801,1634891639,1919250544,201330688,1869570851,1818585451,1919252833,150999040,1869570851,1818585451,1048674,1868768012,1701407599,1634166124,1048684,1868768018,1701407599,1768383852,1952541811,7237481,588185616,1802465123,1768711529,1651796071,268466287,1663241216,1768648559,1936288869,268460404,1663244288,1768648559,1851878757,1919248225,1869570911,1650813291,268464737,1663241472,1768648559,1935764837,7497076,587923472,1802465123,1701668201,268461164,1663241472,1768648559,1818586469,7497060,588120080,1802465123,1701668201,1852400748,1048679,1868768020,1701407599,1684825453,1600613993,1970302832,1048688,1868768011,1701407599,1970169197,234885120,1869570851,1835362667,1634956133,268461415,1663243008,1768648559,1936026981,1701273971,1869574701,1048692,1868768022,1701407599,1936942445,761620321,1885434487,7497072,588316688,1802465123,1701668201,1734439795,1918984805,167776256,1869570851,1835362667,268466277,1663241984,1768648559,1685024101,1633840225,1048690,1868768026,1701407599,1633972077,1918984812,1667329136,1819240549,7497060,588054544,1802465123,1869440361,1701606756,234885120,1869570851,1835362667,1953721967,268464741,1663243264,1768648559,1852796261,1919251571,1886351455,268464245,1663240704,1768648559,1735617893,218107904,1869570851,1835362667,1868719987,1048696,1868768011,1701407599,1920300397,167776256,1869570851,1852139883,268463974,1663240960,1768648559,1953459813,1048677,1868768013,1701407599,1769238382,268461411,1663244032,1768648559,1953459813,761619305,1953394531,1701734753,1048690,1868768023,1701407599,1769238382,1667196259,1635020399,1919250025,268439552,1869570851,1852139883,1667855471,1986618469,268439552,1869570851,1852139883,1667855471,1650553957,201330688,1869570851,1852139883,1718187119,318771200,1869570851,1852139883,1718187119,1952539497,7237481,588709904,1802465123,1869505897,1768319348,1769234787,1647144559,268464737,1663244544,1768648559,1953459813,1667851881,1869182049,1818373486,7037807,589168656,1802465123,1869505897,1768319348,1769234787,1650421359,1735091041,1853190002,1048676,1868768015,1701407599,1769238382,1919248742,218107904,1869570851,1852139883,1718187119,1048697,1868768021,1701407599,1769238382,1999468902,1886413170,268464741,1663242240,1768648559,1953459813,1652123241,268464737,1663241728,1768648559,1718906469,1986618463,234885120,1869570851,1852139883,1970959477,268461934,1663240448,1768648559,7040869,588054544,1802465123,1802462569,1918984799,218107904,1869570851,1868917099,1734439022,1048677,1868768010,1701407599,7630959,587989008,1802465123,1886348649,7235956,588447760,1802465123,1886348649,1869506932,1819436406,268466529,1663242496,1768648559,1953853285,1919316581,6647137,588120080,1802465123,1987011945,1634497125,1048697,1868768020,1701407599,1919252079,1601790316,1702131055,1048690,1868768008,1701407599,1048688,1868768012,1701407599,1701732720,1048684,1868768026,1701407599,1836213616,1769173865,1766092399,1735355489,7892802,588709904,1802465123,1701864809,1936289138,1852795251,1836020336,268465264,1663241472,1768648559,1970040933,7235943,588054544,1802465123,1869636969,2036558188,301993984,1869570851,1885694315,1667853423,1818373497,268462959,1663244032,1768648559,1819242597,762930025,1953394531,1701734753,1048690,1868768017,1701407599,1768714096,1680701795,268465769,1663244288,1768648559,1819242597,762930025,1852399981,1953853229,268464741,1663242752,1768648559,1819242597,762930025,1885434487,369102848,1869570851,1885694315,1667853423,1852785529,1852399988,268464741,1663242752,1768648559,1819242597,1601790825,1634038369,268439552,1869570851,1885694315,1667853423,1918984825,251662336,1869570851,1885694315,1667853423,6775417,588644368,1802465123,1869636969,2036558188,1953394531,1701734753,1048690,1868768016,1701407599,1768714096,1768192355,1048694,1868768025,1701407599,1768714096,1869511011,1768319348,1769234787,268463727,1663242752,1768648559,1819242597,1887003497,1886744687,402657280,1869570851,1885694315,1667853423,1634891641,1919250544,2003789939,419434496,1869570851,1885694315,1814917231,1601530997,1802465123,1869636969,1048688,1868768019,1701407599,1668312944,1635020399,1919250025,201330688,1869570851,1885694315,1886744687,335548416,1869570851,1885694315,1886744687,1852793645,1953391988,234885120,1869570851,1885694315,1886744687,268461922,1663241984,1768648559,1886351461,1768190069,1048694,1868768018,1701407599,1970302832,1634035824,7497060,587989008,1802465123,1919968617,7562853,588120080,1802465123,1919968617,1667331689,1048697,1868768018,1701407599,1986622064,762930017,7496034,588054544,1802465123,1919968617,1953525103,251662336,1869570851,1902471531,1953719669,7237481,588185616,1802465123,762471785,1852727650,268464741,1663241472,1768648559,1631744613,7497081,589103120,1802465123,1634887017,1734960735,1835820409,1702132325,1683976052,2054120047,218107904,1869570851,1919248747,1818584933,1048691,1868768016,1701407599,1885824370,1869566564,1048692,1868768015,1701407599,1768777074,1919247470,335548416,1869570851,1919248747,1919905893,1647145844,1701274721,318771200,1869570851,1936025963,842019373,1869622578,7370096,587989008,1802465123,762537321,6513505,588447760,1802465123,762537321,1701012321,1647146096,268464737,1663244544,1768648559,1630368613,1885692771,1868770676,1767994478,7497070,588513296,1802465123,762537321,1701012321,1764586608,7300718,588775440,1802465123,762537321,1701012321,1814918256,1952999273,7892834,589234192,1802465123,762537321,1701012321,1932358768,1769235301,1999466095,1886413170,268464741,1663243008,1768648559,1630368613,1885692771,1668178292,1048677,1868768023,1701407599,1667313011,1953523043,1701015137,1801675053,385880064,1869570851,1936025963,1667457325,1635020901,761619310,7892834,588251152,1802465123,762537321,762012513,7496034,587923472,1802465123,762537321,268461153,1663241216,1768648559,1630368613,268465764,1663241984,1768648559,1630368613,1667855972,1048677,1868768022,1701407599,1684090227,1701013878,1869571629,7497076,588120080,1802465123,762537321,1701996385,1048677,1868768017,1701407599,1734421875,1650812274,268464737,1663244032,1768648559,1630368613,1701147239,1920413028,1701867617,1048690,1868768018,1701407599,1734421875,1835361650,7630437,588644368,1802465123,762537321,1701996385,1852140901,1633824116,1048690,1868768022,1701407599,1734421875,1835361650,762605157,7892834,588120080,1802465123,762537321,1919249505,1048692,1868768024,1701407599,1818307955,762606181,1953394531,1701734753,1048690,1868768021,1701407599,1818307955,762606181,1818323300,268461935,1663243776,1768648559,1630368613,1953654124,1634891565,1919250544,251662336,1869570851,1936025963,1701601581,6386802,588251152,1802465123,762537321,1869376609,6579575,588316688,1802465123,762537321,1919971425,1818326639,385880064,1869570851,1936025963,1886413101,1635151730,1869622636,7370096,588316688,1802465123,762537321,761623137,1818850917,218107904,1869570851,1936025963,1953849645,1048680,1868768014,1701407599,1986080115,7304041,588316688,1802465123,762537321,1801675106,1886351972,251662336,1869570851,1936025963,1851875885,7497070,588578832,1802465123,762537321,1852727650,1647145573,1801678700,385880064,1869570851,1936025963,1851875885,762471790,1919252079,7954796,587989008,1802465123,762537321,7496034,588185616,1802465123,762537321,762470754,268463717,1663242496,1768648559,1647145829,1697477217,7303796,588185616,1802465123,762537321,762470754,268463216,1663241472,1768648559,1647145829,7040876,587989008,1802465123,762537321,7630690,588185616,1802465123,762537321,1953787746,268463471,1663243520,1768648559,1647145829,1869902959,1869426029,7102820,587989008,1802465123,762537321,7892834,588382224,1802465123,762537321,762867554,1701736041,1048690,1868768024,1701407599,1868705139,1970220408,762471796,1702453612,1048690,1868768023,1701407599,1919036787,1702066031,1769287026,1886413101,419434496,1869570851,1936025963,1953849901,762212212,1953394531,1701734753,1048690,1868768013,1701407599,1633889651,268461170,1663242240,1768648559,1663923045,1953653096,268464741,1663241728,1768648559,1663923045,1801676136,335548416,1869570851,1936025963,1768842029,1633824108,1919250030,301993984,1869570851,1936025963,1768842029,1852386668,268463974,1663245056,1768648559,1663923045,762079598,1868983913,1868770675,1852142702,1048692,1868768019,1701407599,1868770675,1768714349,1701015137,318771200,1869570851,1936025963,1852793645,1769236836,7564911,588906512,1802465123,762537321,1936617315,762605157,1953394531,1701734753,1048690,1868768021,1701407599,1868770675,1852142446,1868967284,268463474,1663243776,1768648559,1663923045,1702063727,1882027118,1886744687,402657280,1869570851,1936025963,1852793645,1953391987,1667593005,1852795252,402657280,1869570851,1936025963,1852793645,1953391987,1634891565,1919250544,385880064,1869570851,1936025963,1852793645,1953391987,1701408105,7304302,588054544,1802465123,762537321,1953394531,301993984,1869570851,1936025963,1852793645,1852399988,268464741,1663243776,1768648559,1663923045,1768648559,1831695205,1818322031,234885120,1869570851,1936025963,1987011373,268464741,1663242752,1768648559,1680700261,1667592809,1702259060,318771200,1869570851,1936025963,1936286765,1767992419,7497069,588709904,1802465123,762537321,1668508004,1835622764,1647145573,268464737,1663244544,1768648559,1680700261,1818456937,1701669217,1818373490,7037807,587989008,1802465123,762537321,7760228,588251152,1802465123,762537321,1835363429,7630437,588316688,1802465123,762537321,1634497125,1852138101,285216768,1869570851,1936025963,762668333,1852727650,1048677,1868768018,1701407599,1969565043,1851875885,7497070,588447760,1802465123,762537321,1999467877,1886413170,268464741,1663242496,1768648559,1714254693,2036559457,7892834,588120080,1802465123,762537321,1702390118,1048676,1868768023,1701407599,1818635635,1769234799,1932355438,1885958772,251662336,1869570851,1936025963,1869571629,7497076,588578832,1802465123,762537321,1836216166,1702260525,2036427890,301993984,1869570851,1936025963,1885628205,1869098354,268465267,1663241728,1768648559,1731031909,1936941420,335548416,1869570851,1936025963,1634887469,761883508,1868983913,234885120,1869570851,1936025963,1769301805,268461412,1663241984,1768648559,1747809125,1701077349,1048690,1868768023,1701407599,1701326195,1919247457,1918990125,1735289198,251662336,1869570851,1936025963,1819240493,7497060,588447760,1802465123,762537321,762146153,1885434487,268464741,1663241472,1768648559,1764586341,7300718,588447760,1802465123,762537321,1868983913,1701601581,268465266,1663243264,1768648559,1764586341,762275438,1852727650,268464741,1663242496,1768648559,1764586341,762275438,7496034,588316688,1802465123,762537321,1868983913,2020565549,301993984,1869570851,1936025963,1718511917,1851993455,268463209,1663243008,1768648559,1764586341,762275438,1835102822,1048677,1868768019,1701407599,1852386675,1831694182,1818322031,268439552,1869570851,1936025963,1718511917,1918984815,318771200,1869570851,1936025963,1718511917,1634562671,6384227,588513296,1802465123,762537321,1868983913,1952542066,7237481,588775440,1802465123,762537321,1868983913,1952542066,762212201,7496034,588906512,1802465123,762537321,1868983913,1952542066,762212201,1970302832,1048688,1868768014,1701407599,1852386675,7565158,588382224,1802465123,762537321,1702129257,1667327602,1048677,1868768015,1701407599,1885941107,1634560370,268439552,1869570851,1936025963,1634887981,1919251305,201330688,1869570851,1936025963,1918986797,301993984,1869570851,1936025963,1836018477,1802071669,268465249,1663243008,1768648559,1814917989,1647146849,1701736033,1048690,1868768022,1701407599,1634479475,1868770679,1767994478,7497070,588578832,1802465123,762537321,762798444,1868983913,2020565549,234885120,1869570851,1936025963,2036427821,268464741,1663243776,1768648559,1814917989,1970239841,1633824116,1919250030,234885120,1869570851,1936025963,1734700077,268463201,1663244288,1768648559,1814917989,1936287589,1769234796,1647144559,268466287,1663242240,1768648559,1814917989,1852138345,268461427,1663242496,1768648559,1814917989,1952999273,7892834,587989008,1802465123,762537321,6499693,589430800,1802465123,762537321,1634623853,1701668199,1647146094,1663922785,1953393007,1701734753,1048690,1868768020,1701407599,1634545011,1701273966,1936534898,1048679,1868768016,1701407599,1701653875,1734439795,1048677,1868768026,1701407599,1701653875,1734439795,1868770661,1767994478,7497070,589103120,1802465123,762537321,1936942445,761620321,1953394531,1701734753,1852124530,335548416,1869570851,1936025963,1936026925,1701273971,1986618413,352325632,1869570851,1936025963,1936026925,1701273971,1767992621,1048686,1868768020,1701407599,1701653875,1734439795,1920150885,1048675,1868768017,1701407599,1701653875,1734439795,268464997,1663244544,1768648559,1831695205,1634956133,762537319,1885434487,7497072,588578832,1802465123,762537321,1633972077,1635003756,1952802674,369102848,1869570851,1936025963,1685024045,1999465569,1886413170,268464741,1663241984,1768648559,1831695205,1819632751,1048677,1868768016,1701407599,1869426035,1702130542,1048690,1868768012,1701407599,1936534899,1048679,1868768020,1701407599,1936534899,1920413031,1701867617,1048690,1868768012,1701407599,1634610547,1048679,1868768015,1701407599,1634610547,1918984822,318771200,1869570851,1936025963,1986096685,1952540521,7237481,588054544,1802465123,762537321,1702129518,251662336,1869570851,1936025963,1953459757,6644585,588120080,1802465123,762537321,1769238382,1048678,1868768021,1701407599,1869491571,1768319348,1769234787,268463727,1663244544,1768648559,1848472421,1718187119,1952539497,762212201,7496034,588972048,1802465123,762537321,1769238382,1633904998,1852795252,1886351405,268464245,1663241984,1768648559,1848472421,1718187119,1048697,1868768018,1701407599,1802448243,1634759469,7497059,588251152,1802465123,762537321,1919252079,7954796,588120080,1802465123,762537321,1701732720,1048684,1868768019,1701407599,1701850483,1936289138,1852795251,335548416,1869570851,1936025963,1919250477,1634627443,1702521196,201330688,1869570851,1936025963,1819242541,369102848,1869570851,1936025963,1819242541,762930025,1852727650,268464741,1663243008,1768648559,1882026853,1667853423,1633824121,1048690,1868768025,1701407599,1869622643,2036558188,1852793645,1852399988,268464741,1663243264,1768648559,1882026853,1667853423,1852386681,268463974,1663243264,1768648559,1882026853,1667853423,1936534905,268461939,1663245312,1768648559,1882026853,1667853423,1869491577,1768319348,1769234787,268463727,1663245056,1768648559,1882026853,1667853423,1819291001,1751475041,1701080175,1048690,1868768021,1701407599,1869622643,2036558188,1886351405,268464245,1663243776,1768648559,1882026853,1667853423,1919954297,1953525103,385880064,1869570851,1936025963,1819242541,762930025,1852989815,6778473,588709904,1802465123,762537321,1768714096,1999468899,1886413170,268464741,1663242240,1768648559,1882026853,1865248879,268465269,1663241984,1768648559,1882026853,1965912175,1048688,1868768017,1701407599,1869622643,1768972656,268463988,1663241728,1768648559,1882026853,1852403823,268439552,1869570851,1936025963,1886351405,1919252079,234885120,1869570851,1936025963,1886351405,268464245,1663243264,1768648559,1882026853,1886744687,1685024045,268463201,1663243776,1768648559,1882026853,1886744687,1702260525,2036427890,318771200,1869570851,1936025963,1886351405,1999466613,7364978,588906512,1802465123,762537321,1717924464,1852142181,762537315,1702390118,1048676,1868768016,1701407599,1919954291,1667331689,1048697,1868768023,1701407599,1919954291,1667331689,1684090233,1701013878,486543360,1869570851,1936025963,1769107501,2036556150,1819242541,762930025,1919249505,1048692,1868768035,1701407599,1919954291,1667331689,1869622649,2036558188,1701601581,1932358770,1819042157,251662336,1869570851,1936025963,1869770797,7630957,588185616,1802465123,762537321,1768383858,268463727,1663243008,1768648559,1915581285,1819633509,1869182049,1048686,1868768021,1701407599,1735535987,1865245808,1819436406,268466529,1663243008,1768648559,1915581285,761557095,1970302832,1048688,1868768015,1701407599,1769090419,1852793442,218107904,1869570851,1936025963,1685025325,1048687,1868768016,1701407599,1702047091,1869182051,1048686,1868768023,1701407599,1702047091,1852404852,1831695207,1818322031,234885120,1869570851,1936025963,1869116205,268465266,1663241984,1768648559,1932358501,1801677172,1048697,1868768023,1701407599,1953705331,2037080937,1634891565,1919250544,234885120,1869570851,1936025963,1920234285,268464233,1663242240,1768648559,1949135717,1768189541,268460398,1663241728,1768648559,1949135717,1936552549,318771200,1869570851,1936025963,1919251501,1764586349,7300718,588513296,1802465123,762537321,1836213620,1752378739,7631471,588513296,1802465123,762537321,1954047348,1868770671,7304306,588251152,1802465123,762537321,1819242356,7496034,588316688,1802465123,762537321,762343284,1668246626,251662336,1869570851,1936025963,1886352429,7496034,587923472,1802465123,762537321,268461429,1663244032,1768648559,1965912933,1734421861,761619826,1668246626,1048683,1868768019,1701407599,1886727539,1919908463,1768842606,234885120,1869570851,1936025963,1634956589,268461415,1663243776,1768648559,1965912933,1701273971,1936026925,1701273971,201330688,1869570851,1936025963,1702065453,301993984,1869570851,1936025963,1702065453,1701601581,268465266,1663244544,1768648559,1965912933,1882023283,761620321,1684300144,6778473,588382224,1802465123,762537321,761623413,1970302832,1048688,1868768022,1701407599,1937059187,761753193,1936942445,6645601,587989008,1802465123,762537321,7102838,588185616,1802465123,762537321,1769104758,268466534,1663241472,1768648559,1999467365,7238241,588251152,1802465123,762537321,1852989815,6778473,588513296,1802465123,762537321,1852989815,761753193,7892834,588906512,1802465123,762537321,1852989815,761753193,1953394531,1701734753,1048690,1868768024,1701407599,1635200371,1852403314,1701653863,1734439795,1048677,1868768022,1701407599,1769418099,1836016737,761492335,7892834,587989008,1802465123,762537321,7235959,588185616,1802465123,762537321,1684957559,268466031,1663245568,1768648559,1999467365,761820265,1667331187,761554283,1953789282,7564911,588054544,1802465123,762537321,1885434487,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,1868768018,1701407599,1852785523,1953391987,7496002,588578832,1802465123,1131636073,1702063727,1767339118,1952802660,201330688,1869570851,1936025963,1953394499,285216768,1869570851,1936025963,1953394499,1701734753,1048690,1868768016,1701407599,1953448819,1701734753,1048690,1868768016,1701407599,1634288755,1969713004,1048677,1868768017,1701407599,1919501427,1769235301,268461430,1663242240,1768648559,1766093669,1866687347,268465262,1663242752,1768648559,1766093669,1634493299,1919249769,234885120,1869570851,1936025963,1953460038,268464741,1663241216,1768648559,1766355813,268465262,1663241728,1768648559,1766355813,828339310,234885120,1869570851,1936025963,1684827976,268464741,1663242752,1768648559,1867019109,1699243373,1919247457,150999040,1869570851,1936025963,1048649,1868768010,1701407599,4475251,588054544,1802465123,1232299369,846161518,251662336,1869570851,1936025963,1868983881,7496002,588316688,1802465123,1232299369,1114596974,1801678700,251662336,1869570851,1936025963,1868983881,7892802,588251152,1802465123,1232299369,1114596974,3242095,588185616,1802465123,1232299369,1148151406,268465769,1663243008,1768648559,1850307429,1836216166,1869182049,1048686,1868768016,1701407599,1718503795,1701671535,1048690,1868768013,1701407599,1718503795,268465007,1663240960,1768648559,1632400229,1048695,1868768013,1701407599,2036419699,268464741,1663243264,1768648559,1632400229,1953853305,1969516365,268461420,1663241728,1768648559,1699509093,2036556135,218107904,1869570851,1936025963,1634166092,1048684,1868768020,1701407599,1734691955,1699572833,1734439795,1048677,1868768012,1701407599,1767984499,1048686,1868768022,1701407599,1767984499,1918981998,1735289198,7760196,588709904,1802465123,1299408233,1734438497,1917219429,1113943393,268466287,1663241984,1768648559,1699574629,1734439795,1048677,1868768021,1701407599,1936018803,1701273971,1852727618,268464741,1663244288,1768648559,1699574629,1734439795,1852785509,1852399988,268464741,1663243776,1768648559,1867346789,1131176292,1635020399,1919250025,335548416,1869570851,1936025963,1633972045,1868717932,1836020852,184553472,1869570851,1936025963,6779725,588447760,1802465123,1316185449,1665234031,1953523043,268461157,1663241216,1768648559,1867412325,268461428,1663241728,1768648559,1867412325,1701013876,285216768,1869570851,1936025963,1769238350,1766090083,1048694,1868768016,1701407599,1953451635,1231381353,1048676,1868768020,1701407599,1953451635,1667851881,1869182049,1048686,1868768016,1701407599,1953451635,1701406313,1048690,1868768014,1701407599,1953451635,7956073,587857936,1802465123,1332962665,1048651,1868768013,1701407599,1114328947,268466287,1663243264,1768648559,1884255077,1299073396,1634956133,268461415,1663245056,1768648559,1884255077,1299073396,1634956133,1918330215,1701867617,1048690,1868768018,1701407599,1953517427,1632398953,7497081,588054544,1802465123,1332962665,1919251573,251662336,1869570851,1936025963,1919252047,7954796,587857936,1802465123,1349739881,1048656,1868768012,1701407599,1734430835,1048677,1868768013,1701407599,1851871347,268463205,1663243264,1768648559,1632662373,1466721646,1886413170,268464741,1663242752,1768648559,1699771237,1936289138,1852795251,234885120,1869570851,1936025963,1768714064,268466531,1663243264,1768648559,1867543397,2036558188,1852727618,268464741,1663241984,1768648559,1867543397,2036558188,1048643,1868768024,1701407599,1819234419,1148805993,1818456937,1701669217,1048690,1868768020,1701407599,1819234419,1215914857,1701080175,1048690,1868768018,1701407599,1819234419,1232692073,7300718,588578832,1802465123,1349739881,1667853423,1936018809,1701273971,318771200,1869570851,1936025963,1768714064,1867348323,7102820,588513296,1802465123,1349739881,1667853423,1953451641,6644585,588447760,1802465123,1349739881,1667853423,1634488441,268461411,1663243008,1768648559,1867543397,2036558188,1970302800,1048688,1868768019,1701407599,1819234419,1400464233,1701079404,352325632,1869570851,1936025963,1768714064,1918335331,1701867617,1048690,1868768027,1701407599,1819234419,1667855465,1769099361,1768120694,1701077348,218107904,1869570851,1936025963,1433431888,1048688,1868768013,1701407599,1886343283,268463721,1663241472,1768648559,1867543397,7370096,588185616,1802465123,1349739881,1635150194,268466531,1663247616,1768648559,1917875045,1667331689,1819234425,1132028777,1635020399,1919250025,1885434455,7497072,588120080,1802465123,1349739881,1886220146,1048692,1868768021,1701407599,1869762675,1467248749,1886413170,268464741,1663242496,1768648559,1699902309,1835363431,7630437,588185616,1802465123,1383294313,1702195557,268465267,1663241984,1768648559,1699967845,1869182051,1048686,1868768023,1701407599,1869108083,1869366903,1919251553,1952541766,352325632,1869570851,1936025963,1752526675,1769169260,1869365869,1048683,1868768017,1701407599,1635013491,1701668212,268465262,1663241472,1768648559,1951626085,7367026,588120080,1802465123,1400071529,1634494581,1048691,1868768009,1701407599,268457075,1663240960,1768648559,1632924517,1048674,1868768012,1701407599,2019906675,1048692,1868768013,1701407599,1634686067,268465267,1663241984,1768648559,1867805541,1633840239,1048690,1868768015,1701407599,1886344307,1668246594,268439552,1869570851,1936025963,1114664788,1801678700,318771200,1869570851,1936025963,1734439765,1869563493,7497076,587923472,1802465123,1433625961,268461427,1663241216,1768648559,1633121125,268463730,1663241984,1768648559,1633121125,1934454386,1048679,1868768015,1701407599,1918982003,1735289198,352325632,1869570851,1936025963,1852989783,1097297513,1986622563,1048677,1868768025,1701407599,1918982003,1735289198,1801675074,1970238055,268461166,1663243520,1768648559,1633121125,1852403314,1851867751,7497070,588840976,1802465123,1467180393,1768845921,1867278190,1349413223,1884647535,369102848,1869570851,1936025963,1852989783,1298624105,1634956133,268461415,1663241728,1768648559,1767338853,1952802660,201330688,1869570851,1936025963,1885434455,251662336,1869570851,1936025963,1885434455,7497072,588054544,1802465123,1601398121,1868983881,268439552,1869570851,1936025963,1633836895,1919250030,218107904,1869570851,1936025963,1701732191,1048695,1868768015,1701407599,1885298547,1886744687,251662336,1869570851,1936025963,1667457375,7630949,588447760,1802465123,1601398121,1701012321,1650422896,268466287,1663244544,1768648559,1633645413,1885692771,1868783476,1767994478,7497070,588709904,1802465123,1601398121,1701012321,1868526704,1819436406,268466529,1663242496,1768648559,1633645413,1885692771,6579572,587989008,1802465123,1601398121,7037793,588185616,1802465123,1601398121,1769366625,268461411,1663241984,1768648559,1633645413,1936291428,1048677,1868768016,1701407599,1684103027,1869834614,1048690,1868768014,1701407599,1734434675,6645106,588382224,1802465123,1601398121,1701996385,1852140901,1048692,1868768014,1701407599,1818320755,7172705,588120080,1802465123,1601398121,1768057953,1048673,1868768014,1701407599,1818320755,7631461,588775440,1802465123,1601398121,1919249505,1868783476,1767994478,7497070,587989008,1802465123,1601398121,7105633,588513296,1802465123,1601398121,1869376609,1600415095,7892834,588775440,1802465123,1601398121,1869376609,1600415095,1936942445,6645601,588054544,1802465123,1601398121,1634496609,201330688,1869570851,1936025963,1802723679,369102848,1869570851,1936025963,1702256991,1936290930,1701668211,268465262,1663241728,1768648559,1633645413,1869834614,167776256,1869570851,1936025963,268460639,1663241472,1768648559,1650422629,6581857,588185616,1802465123,1601398121,1852727650,268464741,1663243520,1768648559,1650422629,1701736033,1818320754,7631461,587989008,1802465123,1601398121,7496034,588775440,1802465123,1601398121,1920098658,1701011809,1667331184,7237481,587923472,1802465123,1601398121,268461922,1663241728,1768648559,1650422629,1801678700,352325632,1869570851,1936025963,1869374047,1717529443,1702129519,1048690,1868768015,1701407599,1868717939,1919247474,251662336,1869570851,1936025963,1953456735,7171956,587989008,1802465123,1601398121,7892834,588709904,1802465123,1601398121,1601728354,1668508004,1835622764,268464741,1663242496,1768648559,1650422629,1767864431,7300718,588447760,1802465123,1601398121,1701409378,1852399462,268463974,1663241728,1768648559,1667199845,1801676136,335548416,1869570851,1936025963,1768842079,1633836908,1919250030,318771200,1869570851,1936025963,1836016479,1634298992,6644590,588054544,1802465123,1601398121,1684959075,318771200,1869570851,1936025963,1852793695,1769236836,7564911,588251152,1802465123,1601398121,1718513507,7172713,588513296,1802465123,1601398121,1718513507,1601008233,7892834,588775440,1802465123,1601398121,1718513507,1601008233,1885434487,7497072,588840976,1802465123,1601398121,1718513507,1634562665,1852795252,1918984799,268439552,1869570851,1936025963,1852793695,1953391987,436211712,1869570851,1936025963,1852793695,1953391987,1852793695,1852399988,268464741,1663243520,1768648559,1667199845,1702063727,1717531758,7172719,588054544,1802465123,1601398121,1953394531,268439552,1869570851,1936025963,1852793695,1852399988,301993984,1869570851,1936025963,1852793695,1852399988,268464741,1663242240,1768648559,1667199845,1702129263,268465262,1663243776,1768648559,1667199845,1702129263,1650422894,1701999201,251662336,1869570851,1936025963,1937072991,7171956,588185616,1802465123,1601398121,1818323300,268461935,1663242752,1768648559,1683977061,1667592809,1702259060,318771200,1869570851,1936025963,1936286815,1767992419,7497069,587989008,1802465123,1601398121,7760228,588316688,1802465123,1601398121,1601595748,1852399981,301993984,1869570851,1936025963,1600349535,1769238382,268461411,1663244800,1768648559,1700754277,1818386798,1667196005,1635020399,1919250025,234885120,1869570851,1936025963,1953391967,268466546,1663242496,1768648559,1700754277,1969319026,7234914,588840976,1802465123,1601398121,1952412773,1701011826,1601401461,1279872579,184553472,1869570851,1936025963,7693663,588644368,1802465123,1601398121,1633645925,1885692771,1668178292,1048677,1868768013,1701407599,1634099059,268461412,1663241984,1768648559,1717531493,1702129519,1048690,1868768020,1701407599,1868980083,1919251567,1718511967,1048687,1868768021,1701407599,1868980083,1919251567,1886351455,268464245,1663243008,1768648559,1717531493,1702129519,1702059890,1048675,1868768020,1701407599,1684496243,1683976816,1702322546,1048690,1868768015,1701407599,1701338995,1919247457,218107904,1869570851,1936025963,1852401759,1048692,1868768012,1701407599,1852399475,1048675,1868768012,1701407599,1852399475,1048678,1868768013,1701407599,1852399475,268463974,1663242496,1768648559,1767863141,1601136238,7892834,588513296,1802465123,1601398121,1868983913,1634035807,7497060,588447760,1802465123,1601398121,1868983913,1851879519,268463205,1663242752,1768648559,1767863141,1601136238,2003789939,251662336,1869570851,1936025963,1718511967,7172719,588513296,1802465123,1601398121,1868983913,1952542066,7237481,588120080,1802465123,1601398121,1868983913,1048691,1868768014,1701407599,1852399475,7497070,587989008,1802465123,1601398121,7823724,588120080,1802465123,1601398121,1702453612,1048690,1868768014,1701407599,1701601139,7102823,588644368,1802465123,1601398121,1634166124,1701666668,1869182062,1048686,1868768020,1701407599,1701601139,1819502951,1869182049,1048686,1868768014,1701407599,1768710003,6386803,587989008,1802465123,1601398121,7234925,588251152,1802465123,1601398121,1936942445,6645601,588513296,1802465123,1601398121,1936942445,1600481121,7496034,588906512,1802465123,1601398121,1936942445,1600481121,1953394531,1701734753,1048690,1868768021,1701407599,1701666675,1734439795,1852399461,268463974,1663241728,1768648559,1834972005,1818322031,201330688,1869570851,1936025963,1735617887,268439552,1869570851,1936025963,1735617887,1986618463,385880064,1869570851,1936025963,1735617887,1651864415,1885434487,7497072,588513296,1802465123,1601398121,1600615277,1885434487,7497072,588185616,1802465123,1601398121,1769238382,268461411,1663243776,1768648559,1851749221,1667855471,1633836901,1919250030,452988928,1869570851,1936025963,1953459807,1600480105,1734633847,1918858341,7630703,588120080,1802465123,1601398121,1769238382,1048678,1868768021,1701407599,1869504371,1768319348,1769234787,268463727,1663242496,1768648559,1851749221,1718187119,7497065,588972048,1802465123,1601398121,1769238382,1919248742,1852793695,1852399988,268464741,1663241984,1768648559,1851749221,1718187119,1048697,1868768024,1701407599,1869504371,2036754804,1852793695,1818320756,1048684,1868768025,1701407599,1869504371,2036754804,1852793695,1852399988,268464741,1663241216,1768648559,1868526437,268465507,1663240960,1768648559,1868526437,1048683,1868768013,1701407599,1919901555,268463973,1663242240,1768648559,1868526437,1819436406,268466529,1663243776,1768648559,1868526437,1819436406,1935636833,1701077352,234885120,1869570851,1936025963,1851879519,268463205,1663242496,1768648559,1885303653,1818586721,6775391,588447760,1802465123,1601398121,1836213616,1769173865,268463727,1663244032,1768648559,1885303653,1667853423,1601398121,1919249505,1048692,1868768015,1701407599,1869635443,2036558188,369102848,1869570851,1936025963,1819242591,1601790825,1852727650,268464741,1663243008,1768648559,1885303653,1667853423,1633836921,1048690,1868768018,1701407599,1869635443,2036558188,6775391,588775440,1802465123,1601398121,1768714096,1650424163,1717528425,7172719,588447760,1802465123,1601398121,1768714096,1650424163,268466287,1663244544,1768648559,1885303653,1667853423,1868783481,1767994478,7497070,588578832,1802465123,1601398121,1768714096,1885305187,1886744687,335548416,1869570851,1936025963,1819242591,1601790825,1885434487,285216768,1869570851,1936025963,1819242591,1803121769,1048673,1868768012,1701407599,1869635443,1048688,1868768014,1701407599,1869635443,7235952,588120080,1802465123,1601398121,1970302832,1048688,1868768024,1701407599,1869635443,1601205616,1953394531,1701734753,1048690,1868768011,1701407599,1886412659,268439552,1869570851,1936025963,1769107551,2036556150,285216768,1869570851,1936025963,1702195551,1869182067,1048686,1868768012,1701407599,1701994355,1048688,1868768016,1701407599,1701994355,1936029041,1048692,1868768016,1701407599,1702059891,1869182051,1048686,1868768020,1701407599,1752391539,1683978095,1869373801,1048679,1868768017,1701407599,1769168755,1852399460,268463974,1663242752,1768648559,1935635301,1702125940,1953391981,234885120,1869570851,1936025963,1920234335,268464233,1663241216,1768648559,1952412517,268460641,1663241728,1768648559,1952412517,1936552549,201330688,1869570851,1936025963,1667855455,268439552,1869570851,1936025963,1869575263,1918984812,234885120,1869570851,1936025963,1701999711,268460915,1663241216,1768648559,1952412517,268465272,1663241472,1768648559,1985966949,7824745,588185616,1802465123,1601398121,2003134838,268464741,1663241472,1768648559,2002744165,7238241,588251152,1802465123,1601398121,1852989815,6778473,588251152,1802465123,1601398121,1885434487,7497072,587923472,1802465123,1634952553,268465764,1663241472,1768648559,1734439781,6645106,588054544,1802465123,1634952553,1953654124,201330688,1869570851,1936025963,1634038369,218107904,1869570851,1936025963,1936291425,1048687,1868768011,1701407599,1851875955,234885120,1869570851,1936025963,1852727650,268464741,1663240960,1768648559,1633842021,1048690,1868768012,1701407599,1869374067,1048683,1868768011,1701407599,2020565619,150999040,1869570851,1936025963,1048675,1868768013,1701407599,1701340019,268462947,1663241728,1768648559,1751348069,1701013871,167776256,1869570851,1936025963,268462947,1663242496,1768648559,1801679717,1667457375,7630949,588382224,1802465123,1668506985,1987010411,1634497125,1048697,1868768018,1701407599,1852793715,1953391971,7496034,588185616,1802465123,1668506985,1768320623,268463474,1663241984,1768648559,1868788581,1852142446,1048692,1868768017,1701407599,1852793715,1852399988,268464741,1663241984,1768648559,1868788581,1852142702,1048692,1868768013,1701407599,1701995379,268463717,1663243008,1768648559,1919120229,1601466473,1734631778,1048677,1868768023,1701407599,1769104243,1667200112,1635020399,1919250025,369102848,1869570851,1936025963,1885958755,1852399476,1952671082,268461157,1663246592,1768648559,1919120229,1601466473,1701473897,1684370531,1667326559,1869768555,6581877,589168656,1802465123,1668506985,1953524082,1785620831,1702126437,1920425828,1701867617,1048690,1868768025,1701407599,1769104243,1767863408,1667590766,1868850548,268461422,1663242752,1768648559,1919120229,1601466473,1852399981,352325632,1869570851,1936025963,1885958755,1920425844,1701867617,1048690,1868768014,1701407599,1634296947,6778732,588972048,1802465123,1685284201,1667592809,1702259060,1852793645,1852399988,268464741,1663242752,1768648559,1768190821,1634493299,1919249769,251662336,1869570851,1936025963,1886611812,7954796,587923472,1802465123,1685284201,268465769,1663242752,1768648559,1634038629,1633824108,1919250030,234885120,1869570851,1936025963,1769235301,268463727,1663241984,1768648559,1852142437,1701601889,1048676,1868768014,1701407599,1634952563,6648942,588054544,1802465123,1702061417,1986618484,251662336,1869570851,1936025963,1769239653,7563118,588120080,1802465123,1702061417,1633824117,1048690,1868768011,1701407599,1953065075,218107904,1869570851,1936025963,1702457192,1048690,1868768012,1701407599,1718511987,1048687,1868768019,1701407599,1718511987,1634610543,1918984822,335548416,1869570851,1936025963,1868983913,1634891565,1919250544,285216768,1869570851,1936025963,1868983913,1600941680,1048675,1868768011,1701407599,1920166515,184553472,1869570851,1936025963,7823724,588251152,1802465123,1819501929,1751349089,7037797,588054544,1802465123,1819501929,1818322789,218107904,1869570851,1936025963,1701079404,1048690,1868768013,1701407599,1936288883,268460404,1663241984,1768648559,1701671781,1852400748,1048679,1868768012,1701407599,1852140915,1048693,1868768015,1701407599,1936026995,1701273971,301993984,1869570851,1936025963,1936942445,1684367201,268465769,1663242240,1768648559,1701671781,1734439795,268464997,1663240704,1768648559,1936552805,184553472,1869570851,1936025963,6779757,588120080,1802465123,1853056361,1667855471,1048677,1868768014,1701407599,1953459827,7956073,587857936,1802465123,1869833577,1048690,1868768016,1701407599,1702260595,1701410418,1048695,1868768012,1701407599,1667330163,1048677,1868768012,1701407599,1851879539,1048677,1868768014,1701407599,1701605491,6648673,589037584,1802465123,1886610793,762541420,1633972077,1868770668,1767994478,7497070,588513296,1802465123,1886610793,762541420,1919252079,7954796,588120080,1802465123,1886610793,1667853423,1048697,1868768017,1701407599,1819242611,1685676905,268465769,1663243520,1768648559,1869640549,2036558188,1936942445,6645601,587923472,1802465123,1886610793,268464239,1663241472,1768648559,1869640549,7370096,588447760,1802465123,1886610793,1886744687,2036427821,268464741,1663240704,1768648559,1886417765,234885120,1869570851,1936025963,1650616690,268463727,1663240448,1768648559,7566181,588185616,1802465123,1936942441,1769235301,268463727,1663240704,1768648559,1936946021,184553472,1869570851,1936025963,7627124,588251152,1802465123,1953719657,1835365473,7630437,588054544,1802465123,1953719657,1936552549,201330688,1869570851,1936025963,1954047348,201330688,1869570851,1936025963,1885958772,218107904,1869570851,1936025963,1734439797,1048677,1868768012,1701407599,1918990195,1048686,1868768015,1701407599,1918990195,1735289198,352325632,1869570851,1936025963,1852989815,1600613993,1668246626,1048683,1868768012,1701407599,1634891635,1048688,1868768012,1701407599,1818386804,1048677,1868768009,1701407599,268460916,1663240960,1768648559,1936028773,1048692,1868768011,1701407599,1954047348,234885120,1869570851,1952803179,1685354597,268465769,1663241216,1768648559,1768453221,268461934,1663241472,1768648559,1667855461,7497067,587989008,1802465123,1869899113,7631713,587857936,1802465123,1869899113,1048688,1868768013,1701407599,1651535732,268464737,1663241472,1768648559,1886352485,7497072,587726864,1802465123,7693673,588185616,1802465123,1601529193,1684104552,268464741,1663240960,1768648559,1768191333,1048694,1868768010,1701407599,6648693,588054544,1802465123,1937073513,1701273957,201330688,1869570851,1969580395,1735289203,184553472,1869570851,1986357611,7104869,587857936,1802465123,1786144105,1048695,1868768019,1701407599,1918984567,1969775475,1735289207,184553472,1869570851,2003134827,7238241,588316688,1802465123,1635214697,1882025586,1818586721,234885120,1869570851,2003134827,1651405409,268464737,1663241472,1768648559,1918990181,7497070,588120080,1802465123,1635214697,1852403314,1048679,1868768020,1701407599,1852989815,761753193,1668246626,1048683,1868768021,1701407599,1852989815,1600613993,1684104552,268464741,1663244032,1768648559,1918990181,1735289198,1953394531,1701734753,1048690,1868768020,1701407599,1852989815,1768386153,1835102822,1048677,1868768014,1701407599,1852989815,6778485,587857936,1802465123,1702323561,1048692,1868768015,1701407599,762602871,1802264930,251662336,1869570851,2003134827,1747809381,7038319,588251152,1802465123,1702323561,1986357108,6778473,588054544,1802465123,1769432425,2003788910,301993984,1869570851,2003134827,1768648559,1869374053,268462947,1663240960,1768648559,1634891621,1048688,1868768014,1701407599,1885434487,7497072,587923472,1802465123,1853384041,268463972,1663241216,1768648559,1768258149,268461420,1663241984,1768648559,1701653865,1734439795,1048677,1868768015,1768516463,1702260525,2036427890,150999040,1869570851,1718511979,1048687,1868768012,1852402543,1229221734,1048662,1868768019,1852402543,1667198822,1635020399,1919250025,218107904,1869570851,1349675371,1667853423,1048697,1868768010,1936288623,6775341,587923472,1802465123,1647145833,268466287,1663240704,1768648559,1886352499,117444608,1869570851,7629163,587989008,1802465123,1647147113,7955567,587726864,1802465123,7823724,587726864,1802465123,7954796,587857936,1802465123,1702453612,1048690,1868768013,1869507439,1680696692,268465769,1663240192,1886089071,268463215,1663240192,1953197935,268460641,1663241472,2037084015,1819242541,7955305,588054544,1802465123,1869635449,2036558188,201330688,1869570851,1869573999,1936025963,268439552,1869570851,1869562736,1281714539,1919252833,285216768,762340131,1802465123,1647142249,1701736033,1048690,1885545232,1869570861,761620843,1970302832,1048688,1885545236,1819242541,762930025,1953394531,1701734753,1048690,1885545227,1868783410,1701407599,335548416,1601200931,1852727650,1667199589,1635020399,1919250025,234885120,1601200931,1802465123,1650419049,268464737,1663240192,1920425840,268464225,1663245056,1600286320,1634623853,1601332583,1885434487,1869374303,1650419059,1048679,1885545241,2002739822,1768845921,1866622830,1332167288,1819436406,268466529,1663241216,1768714096,1647147363,268464737,1663241984,1768714096,1747810659,1701080175,1048690,1885545230,1667853423,1819232377,7497060,588513296,762540131,1835100275,1848471137,1718187119,7497065,588709904,1131638883,1768648559,1852393573,1852785524,1852399988,268464741,1663240960,1114727281,1869902965,1048686,1902322442,1632661859,7103854,588447760,1885303651,1953066095,1667328889,1768648559,268464997,1663241728,1865248115,1852404848,1918984749,301993984,1936941859,1852785478,1953391987,1802465091,268461417,1663242496,1667199859,1768648559,1851749221,6648943,588906512,1965913187,762471778,1919968359,1869570861,761620843,1970302832,1048688,1952654117,1953264941,1952542057,1684483429,1663922800,1768648559,1886334309,1932357221,1684300136,268466031,1663245824,1819618676,1634560372,1731028340,762474596,1802465123,1882023273,1886744687,150999040,1131701027,1768648559,1048677,1952654097,1869570911,1600481643,1836020336,268465264,1663240960,1663918452,1768648559,1048677,1952654098,1919967073,1953525103,1953456735,7171956,589824016,812414051,1766022960,1702130529,1634433635,1768714064,1634433396,1129206367,1768645487,1869635429,7370096,588316688,812414051,1866686256,1701407599,1634038337,419434496,1819566883,1130311728,1768648559,1852785509,1836214630,1701732688,1048684,1952654097,1596993644,1802465091,1850303849,268463974,1663243520,808479860,1869562719,1466263915,1768845921,3237742,588840976,812414051,1866686256,1701407599,1852858227,1869562732,1936025963,285216768,1819566883,1147088944,1866692201,1701407599,1048691,1952654103,1596993644,1866683717,1701407599,1918982003,1735289198,486543360,1819566883,1180643376,1702129519,1852989298,1802465091,1601398121,1970302832,1048688,1952654107,1596993644,1866687561,1701407599,1766088563,1634484854,1701340014,301993984,1819566883,1348415536,1818586721,1802465091,268461417,1663246080,808479860,1851871327,1867541605,2037672300,1917870443,1952544633,1668509550,1048681,1952654096,1596993644,1701732688,1346851436,1048644,1952654107,1596993644,1919182947,1819177055,1802465091,1699243369,1919247457,268439552,1819566883,1667182640,1918981995,1735289198,503320576,1819566883,1667182640,1768648559,1852785509,1953391987,1819177055,1802465091,268461417,1663243008,808479860,1869570911,1315268971,1667855471,1048677,1952654098,1596993644,1802465123,1632658793,7103854,588251152,812414051,1868783408,1701407599,7106128,588906512,812414051,1868783408,1701407599,1869570911,1600481643,1701732720,1048684,1952654099,1596993644,1802465123,1885300073,1818586721,503320576,1819566883,1667182640,1768648559,1852793701,1953391987,1634361695,1851871352,268463205,1663241728,808479860,1869570911,1936025963,285216768,1819566883,1667182640,1768648559,1885303653,1048684,1952654112,1596993644,812414051,1866686256,1701407599,1768714064,1699576163,1734439795,1048677,1952654118,1596993644,812414051,1866686256,1701407599,1768714064,1667201379,1768648559,1819234405,7955305,588840976,812414051,1952669488,1596993644,1802465123,1867408745,1701013876,520097792,1819566883,1667182640,808479860,1819566943,1667182640,1768648559,2002865253,7106128,589627408,812414051,1952669488,1596993644,1131833700,1768648559,1819234405,1132028777,1635020399,1919250025,436211712,1819566883,1667182640,808479860,1769107551,2036556150,1633972309,268461428,1663247616,808479860,1819566943,1969172528,1869562723,1097165163,1953654124,1685091679,1869562740,6646123,588906512,812414051,1952669488,1597386860,1802465091,1918330217,1701867617,1048690,1952654108,1596993644,829191267,1852858164,1432704876,1866687859,1701407599,1048691,1952654120,1596993644,1131181155,1768648559,1936278629,1767992419,1601332589,1147956848,1818456937,1701669217,1048690,1952654099,1596993644,1131833700,1768648559,1735609701,285216768,1819566883,1683959856,1866692201,1701407599,1048691,1952654107,1596993644,1684104552,1597076069,1802465091,1699243369,1919247457,520097792,1819566883,1767845936,1919903342,1784897901,1869562721,1936025963,1870225740,3437685,588709904,812414051,1634754352,1869562734,1097165163,1634887266,268461415,1663243008,808479860,1851879519,1667198053,1768648559,1048677,1952654096,1596993644,1131179632,1768648559,1048677,1952654103,1596993644,1131179632,1768648559,1936018789,1701273971,402657280,1819566883,1885286448,1866689646,1701407599,1953785171,1936158313,285216768,1819566883,1885286448,1866689646,1701407599,1048691,1952654108,1596993644,1231842928,1919903342,1769234797,1866686838,1701407599,1048691,1952654097,1596993644,1600941680,1802465123,268461417,1663243264,808479860,1769107551,2036556150,1633972309,268461428,1663247360,808479860,1701344351,1937073523,1802465091,1867539817,2036558188,1869570911,1348823403,268463215,1663247872,808479860,1701344351,1937073523,1802465091,1867539817,2036558188,1131181407,1768648559,1819234405,335548416,1819566883,1969172528,1952531555,1668509285,2054452584,251662336,1819566883,1969172528,1869562736,6646123,589627408,812414051,1952669489,1596993644,1802465091,1917871465,1919247973,1701015141,1852785523,1819243124,369102848,1819566883,1885286704,1866689646,1701407599,1852727618,268464741,1663243520,825257076,1130984799,1768648559,1851867749,7497070,588120080,812414051,1868783412,1701407599,1048691,1952654102,1597386860,1131179632,1768648559,1851867749,7497070,588120080,812414051,1866686264,1701407599,1048691,1952654102,1597517932,1131179632,1768648559,1819234405,7955305,588644368,812414051,2020958009,1802465091,1866687849,1852142446,1048692,1952654102,1596993900,1131179632,1768648559,1851867749,7497070,588382224,829191267,1866686259,1701407599,1701732688,1048684,1952654096,1596994156,1131179632,1768648559,1048677,1952654104,1597387372,1633972309,1632658804,1131177326,1768648559,1048677,1952654096,1596994412,1131179632,1768648559,1048677,1952654113,1665232236,1852795252,1986610291,1869374303,1866687859,1701407599,1852727618,268464741,1663241216,1667198580,1768648559,268464997,1663241216,1663922804,1768648559,268464997,1663244544,1215066740,1701077349,1768185714,1869562742,1415932267,7632997,588447760,1819440227,1918984799,1667195250,1768648559,268464997,1663243264,2002744436,1869570911,1600481643,1769238382,268461411,1663243264,1764587380,1768714349,1663919205,1702063727,268465262,1663242240,1868770677,1701407599,1701601581,268465266,1663242752,1919954293,1667331689,1869491577,1701013876,167776256,1131766563,1702063727,268465262,1663243008,1601465461,1802465123,1633641833,1885692771,1048692,1969431314,1663923315,1768648559,1869426021,7102820,587923472,1953723747,1802465123,268461417,1663243520,1869902709,1868770669,1701407599,1667457325,7630949,588775440,1953723747,1663921519,1768648559,1868770661,1767994478,7497070,589103120,1953723747,1663921519,1768648559,1701653861,1734439795,1633824101,1919250030,352325632,1937072931,762146676,1684104552,1663922789,1768648559,1048677,1969431326,1836020851,1802465091,1867277673,1852400737,1667318375,1869768555,6581877,588120080,1953723747,1667198319,1768648559,1048677,2002985742,1869570861,1231382891,7300718,588578832,1680701283,761361505,1802465123,1814914409,1818322789,167776256,1635214115,1647144562,268466287,1663243520,1869491576,1768319348,1769234787,1999466095,7364978,588316688,1650423907,1869902959,1633836909,1919250030,201330688,1736074019,762474596,1802723693,234885120,1736074019,762474596,1769238382,268461411,1680019712,1869570861,1936025963,1852989783,6778473,588906512,1868770660,1701407599,1918982003,1735289198,1282630721,1970239841,1048692,761537299,1769238382,1633904998,1852795252,1918984749,301993984,758408227,1936617315,762605157,1852727650,268464741,1680018688,1936291393,1869562735,6646123,587792400,1869562724,1936025963,587206656,1700881443,2003596408,761687651,1802465123,1848468841,1667855471,1868770661,1767994478,7497070,589824016,2019909988,1668770932,1663919726,1768648559,1869491557,1701013876,1852793645,1852399988,1831694949,7041889,588185616,762339684,1802465123,1647142249,268464737,1680019456,1701540449,1601332590,1802465123,268461417,1680019712,761361505,1986622064,762930017,7496034,588709904,1635017060,1869770797,1952671092,762212201,1852727650,268464741,1680022784,761361505,1953460848,1769235301,1848471151,1718187119,1952539497,7237481,588775440,1635017060,1869770797,1952671092,762212201,1919252079,7954796,588972048,1635017060,1869770797,1952671092,762212201,1969710450,1769234796,268463727,1680022528,761361505,1919906931,1701850469,1936289138,1852795251,1886351405,268464245,1680019968,1130460257,1701604463,1867543651,2036558188,301993984,1952539683,1769099361,2036556150,1818323268,268461935,1680021504,1600222305,1953460848,1769235301,1667198575,1701670255,268465262,1680023296,1600222305,1953460848,1769235301,1667198575,1701670255,1834972270,1818845807,1048677,1633952534,1919967604,1667593327,1852795252,1936942445,6645601,588447760,1702125924,1751348078,762999925,1852727650,268464741,1680020480,1852142689,1969775475,1663924852,1702063727,268465262,1680019968,1852142689,1969775475,1814919796,1919252833,335548416,1952539683,1668509285,2054452584,1852401759,1936287095,285216768,1952539683,1668509285,2054452584,1718511967,1048687,1633952530,1936614772,1953851491,1869635450,7370096,589103120,1702125924,1751348078,1601860725,1970302832,1633836912,1919380323,1684960623,352325632,1952539683,1668509285,2054452584,1953394531,1701734753,1048690,1633952531,1936614772,1953851491,1869570938,1701407587,318771200,1952539683,1668509285,2054452584,2003724648,7563621,588251152,1702125924,1751348078,1769632885,7300718,588709904,1702125924,1751348078,1769632885,1601136238,1667330163,268464741,1680019712,1852142689,1969775475,1634499188,7497081,588709904,1731027556,762474596,1802465123,1663919465,1702063727,268465262,1680018432,1663920995,1768648559,268464997,1680017408,1802465123,268461417,1680018944,1868783460,1701407599,1918984799,385880064,1835295779,1869570911,1885694315,1667853423,1851875961,7497070,588251152,1818453348,761623137,1802465123,7562601,587923472,1953260900,1684483425,268464752,1680018944,2020961381,1869570917,1936025963,285216768,1936024611,1663923301,1768648559,1633824101,1048690,1701061398,1869900659,1633824112,1919250030,1920234285,6647913,588316688,1802724708,1131442036,1768648559,1735609701,251662336,1986356259,1869570921,1768253803,7300718,588120080,1935959908,1668249191,1768648559,1048677,1734615825,1868788336,1701407599,1852727650,268464741,1680018944,1869373801,1868770663,1701407599,251662336,1634296867,761753452,1802465123,7562601,588251152,1818323300,1697474415,1869562741,6646123,588709904,1818323300,1831692143,1818322031,1869570861,1634036075,268465764,1680021760,1869373801,1667449191,1131704421,1768648559,1819234405,7955305,588578832,1818323300,1866688367,1919510126,1869562733,1936025963,452988928,1634296867,1600614252,1769238382,1633904998,1852795252,1869570911,6646123,588120080,1868851556,1848469869,1667855471,1048677,1768170262,1937073766,1868770661,1701407599,1953459757,6644585,588840976,1768384868,1818391920,761357161,1802465123,1932354921,1701077352,218107904,1734960163,1868783471,1701407599,1048691,1768170259,1869439342,1986622032,1350132577,1886744687,335548416,1936286755,1869570861,761620843,1868983913,2020565549,318771200,1936286755,1802465091,1866687849,1767994478,7497070,588054544,1668508004,1868783468,1701407599,218107904,1936286755,1767992419,1633836909,1048690,1768170255,1634493299,1919249769,2020565549,301993984,1936286755,1767992419,762471789,1802465123,268461417,1680020224,1818456937,1701669217,1868770674,1701407599,1048691,1768170262,1634493299,1919249769,1869570861,1936025963,6775391,588120080,1668508004,1835622764,1866625637,1048696,1768170252,1634493299,1919249769,1048643,1768170257,1634493299,1919249769,1802465091,268461417,1680019968,1818456937,1701669217,1869562738,1936025963,385880064,1936286755,1767992419,1148347757,1869373801,1869438823,7102820,588185616,1668508004,1835622764,1145533029,268456528,1680019968,1818456937,1701669217,1868783474,1701407599,318771200,1936286755,1767992419,1601332589,1802465123,7562601,588709904,1836280164,762540905,1802465123,1831691625,1634956133,268461415,1680022016,1768780649,1650553715,1663919468,1768648559,1869622629,2036558188,285216768,1936286755,1701602927,1868770680,1701407599,1048691,1768170249,1346596979,268452161,1680021248,1819308905,1663924577,1768648559,1868770661,1852142446,1048692,1768170263,1634496627,1868783481,1701407599,1936026975,1701273971,318771200,1986618403,1667457325,762605669,1802465123,7562601,587923472,762734948,1802465123,268461417,1680020224,1663923817,1768648559,1868770661,1852142446,1048692,1768170256,1868770678,1701407599,1718511917,1048687,1768170252,1868770678,1701407599,1048691,1768170257,1852386678,1663922022,1768648559,268464997,1680019200,1965913705,1663919475,1768648559,1048677,1768170256,1667449206,1131704421,1768648559,1048677,1768170257,1701003638,1130460272,1768648559,268464997,1680019200,1984001641,1866691433,1701407599,1048691,1768170256,1769357686,1866690419,1701407599,1048691,1768170251,1297105782,1818322031,251662336,1986618403,1667590211,1869562731,6646123,587989008,1131833700,1231777647,7300718,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,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,587923472,1919968359,1701601581,268465266,1730350080,762474596,1852727650,268464741,1730352640,762474596,1852727650,1663922789,1869639023,1953391982,318771200,1885628195,1633824114,1919250030,1685024045,6646901,588513296,1919968359,1851875885,762471790,1885434487,7497072,587923472,1919968359,1869373997,268462947,1730350080,762474596,1953787746,268463471,1730351872,762474596,1953787746,1647144303,1701736033,1048690,1684480797,1647145584,1869902959,1633824109,1919250030,1852793645,1852399988,268464741,1730349312,762474596,7892834,588185616,1919968359,1634231085,1852140652,268461415,1730350336,762474596,1718513507,7172713,588513296,1919968359,1852793645,1953391987,1851875885,7497070,588316688,1919968359,1852793645,1953391987,2020565549,385880064,1885628195,1868770674,1852142446,1868770676,1767994478,7497070,588513296,1919968359,1852793645,1953391987,1819240493,7497060,588447760,1919968359,1852793645,1953391987,1886351405,268464245,1730352384,762474596,1936617315,762605157,1885434487,7497072,588185616,1919968359,1852793645,1852399988,268464741,1730355200,762474596,1953394531,1701734753,1633824114,1919380323,1684960623,2020173357,268461157,1730350080,762474596,1802465123,268461417,1730352896,762474596,1802465123,1647142249,1735091041,1853190002,1048676,1684480787,1663922800,1768648559,1633824101,1919250030,486543360,1885628195,1868770674,1701407599,1851875885,762471790,1953394531,1701734753,1048690,1684480784,1663922800,1768648559,1633824101,1048690,1684480786,1663922800,1768648559,1818373477,7037807,588906512,1919968359,1869570861,761620843,1668246626,761554283,1702453612,1048690,1684480788,1663922800,1768648559,1868770661,1852142446,1048692,1684480792,1663922800,1768648559,1868770661,1852142446,1633824116,1048690,1684480794,1663922800,1768648559,1868770661,1852142446,1869622644,7370096,588709904,1919968359,1869570861,761620843,1668508004,1835622764,268464741,1730351872,762474596,1802465123,1714251113,1702129519,1048690,1684480785,1663922800,1768648559,1768435045,268465262,1730351360,762474596,1802465123,1764582761,7300718,588251152,1919968359,1869570861,761620843,7823724,589168656,1919968359,1869570861,761620843,1936942445,761620321,1953394531,1701734753,1048690,1684480796,1663922800,1768648559,1701653861,1734439795,1986997605,1634497125,1048697,1684480787,1663922800,1768648559,1869491557,1701013876,301993984,1885628195,1868770674,1701407599,1953459757,268461673,1730352128,762474596,1802465123,1865246057,1819436406,268466529,1730351872,762474596,1802465123,1882023273,1667853423,1048697,1684480784,1663922800,1768648559,1869753701,1048695,1684480785,1663922800,1768648559,1635200357,268463212,1730351616,762474596,1802465123,1867408745,1701013876,335548416,1885628195,1868770674,1701407599,1869491571,1701013876,184553472,1885628195,1868770674,7497078,587989008,1919968359,1634296877,6778732,588251152,1919968359,1936286765,1767992419,7497069,587989008,1919968359,1818846765,7497076,587989008,1919968359,1869571629,7497076,587989008,1919968359,1634035757,7497060,588906512,1919968359,1936025901,763000908,1802465123,1663919465,1635151457,1048691,1684480795,1764586096,2018276197,1868770682,1701407599,1936026925,1701273971,335548416,1885628195,1852386674,1663922022,1635020399,1919250025,201330688,1885628195,1936272754,1853187629,150999040,1885628195,1634479474,1048695,1684480781,1831694960,1734438497,268464741,1730350336,762474596,1936942445,6645601,588447760,1919968359,1936026925,1701273971,1685024045,268463201,1730351616,762474596,1633972077,1868705132,1836020852,251662336,1885628195,1869426034,762077540,7892834,588578832,1919968359,1685024045,1663921249,1635020399,1919250025,419434496,1885628195,1869426034,762077540,1953394531,1701734753,1701719410,1048695,1684480780,1848472176,1633842785,1048690,1684480787,1848472176,1663924069,1635020399,1919250025,201330688,1885628195,1869491570,1701013876,369102848,1885628195,1869491570,1701013876,1852793645,1852399988,268464741,1730351616,762474596,1769238382,1633904998,1852795252,234885120,1885628195,1869491570,1768319348,268464741,1730348800,762474596,1048687,1684480787,1865249392,1852404848,1667593005,1852795252,218107904,1885628195,1886334322,1852795252,1048691,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,1730352128,1601335396,1936617315,1601465957,1852727650,268464741,1730352640,1601335396,1936617315,1601465957,1818323300,1702193007,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,1869423381,1131176292,1768648559,1852785509,1852399988,268464741,1831012864,1818322031,1380992071,167776256,1685024035,1196190817,268452944,1831016448,1818322031,1952543827,1983996777,1131377513,1768648559,268464997,1831014912,1818322031,1869570911,761620843,1802723693,570429440,1685024035,1667198049,1768648559,1849324389,1747481711,694971764,1953459770,1685021224,268446073,1831013120,1818322031,1885826143,1048676,1869423373,1651269988,1684499297,268464752,1831013632,1818322031,1802465123,7562601,587857936,1633972077,1885827692,1048676,1869423387,1936482660,1668445551,1919967077,1667331689,1769430905,1952802660,352325632,1685024035,1684501363,1667199600,1768648559,1633836901,1048690,1869423381,1701606756,1868718381,1663923317,1768648559,268464997,1831014144,1819632751,1868770661,1701407599,1048691,1869423375,1701606756,1869570911,1936025963,201330688,1852796195,1868788841,1701407599,301993984,1869573411,1668247405,1768648559,1701601637,268465266,1831013632,762212207,1802465123,7562601,588316688,1886547821,1868770664,1701407599,1918984749,201330688,1936682275,1868783971,1701407599,335548416,1936682275,1918988916,1701011807,1868788848,1701407599,385880064,1953459491,1868770671,1701407599,1868770675,1767994478,7497070,588251152,1869901677,1866691442,1701407599,6779725,588709904,1601662829,1802465123,1767859561,1601136238,1818323300,268461935,1831015168,1768762736,1663918963,1768648559,1633824101,1048690,1886200586,1869570911,6646123,588316688,1600352365,1802465123,1767859561,1869771886,268439552,1936747811,1869570861,761620843,1953393e3,167776256,1668443427,1801678703,268461417,1831014912,1869570930,1936025963,1634891565,1919250544,268439552,1987210531,1802465091,1631741289,1919250030,352325632,2003987747,1869570911,1818585451,1650423649,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,1831016192,1869570937,1600481643,1684107116,2002743909,1868852841,1048695,2037195532,1802465123,1633838441,1048690,2037195532,1802465123,1769235817,1048688,2037195542,1868770664,1701407599,1936617315,762605157,7892834,588185616,1869445485,1600938340,1802465123,268461417,1831014912,1868770682,1701407599,1869622643,2036558188,301993984,1601858851,1701733735,1331915122,1819436406,268466529,1847791616,1886351405,1663922293,1768648559,268464997,1847791616,1886351405,1882026101,1635150194,268466531,1847795200,1650419506,1667201135,1768648559,1818320741,1702130277,1936026975,1701273971,134221824,1866690083,1701407599,234885120,1667198499,1768648559,1852399461,268463974,1847790848,761488225,1919252079,7954796,588644368,1701208430,1767863156,1769107565,1663923310,1768648559,1048677,1634607898,1731028333,1868770657,1701407599,1667457325,762605669,7496034,587923472,762732910,1802465123,268461417,1847790080,1866692193,1701407599,184553472,1986096675,1802465091,7562601,587923472,1601593710,1802465123,268461417,1847791104,1633842785,1868770674,1701407599,251662336,1986096675,762470754,1802465123,7562601,588185616,1651925358,1882026593,1635150194,268466531,1847790848,1633842785,1869562738,6646123,588447760,1987469678,1868770661,1701407599,1869373997,268462947,1847791616,1866687330,1701407599,1768908867,268461411,1847791104,1869562723,1097165163,1953654124,184553472,1382247971,1382314087,7630703,588644368,761357166,1802465123,1667327337,1953523043,1852402733,1048677,1668162323,1868770668,1701407599,1953525549,1953853229,268439552,761556515,1802465123,1630365033,1953654124,452988928,1650814499,761359477,1802465123,1848468841,1718187119,1952539497,7237481,588709904,1868981614,1868770675,1701407599,1852793645,1852399988,268464741,1847792128,1667198821,1768648559,1684103013,1701013878,251662336,1919249955,1936288879,1802465091,7562601,588644368,1953719662,762275689,1802465123,1848468841,1667855471,1048677,1701716757,1634887540,1868783462,1701407599,1701601631,268465266,1847793664,1919513701,1869897587,1868783472,1701407599,1886351455,268464245,1847790592,1601795173,1802465123,268461417,1847790336,1663924069,1768648559,1048677,1701716762,1869562743,1147496811,1818456937,1701669217,1851867762,7497070,588120080,1131898222,1768648559,1634027621,1048676,1701716763,1869562743,1315268971,1718187119,1952539497,1282305897,1919252833,268439552,2003136035,1802465091,1098081641,1953654124,285216768,2003136035,1802465091,1114858857,1701736033,1048690,1701716753,1819234423,1467573097,1886413170,268464741,1847790592,1667200869,1768648559,268464997,1847790592,1868789605,1701407599,268466271,1847791616,1868789605,1701407599,1852727650,268464741,1847792384,1601468517,1701012321,1667200112,1768648559,1048677,1701716747,1868788856,1701407599,335548416,2019913251,1986358388,1131637861,1768648559,2020557413,134221824,1348890147,1918976592,268439552,1600548387,1802465123,1633838441,1919250030,419434496,1634102819,1869570861,761620843,1802465123,1647142249,1701736033,1048690,1718493971,1868770658,1701407599,1633824115,1919250030,234885120,1667657251,1802465091,1867408745,268461428,1847792640,1869570918,1097165163,1885692771,1685015924,268463201,1847795200,1650419047,1667201135,1768648559,1818320741,1702130277,1936026975,1701273971,419434496,1869049379,1869570861,761620843,1768714096,1647147363,1701736033,1048690,1735271198,1868717935,1868783480,1701407599,1701601631,1600484466,1936942445,6645601,588906512,1848469614,761820261,1919968359,1869570861,761620843,1970302832,1048688,1752048402,1868770669,1701407599,1953459757,7956073,588840976,1768057198,1634563442,1667198057,1768648559,1684103013,1701013878,184553472,1835626019,2003792487,7497068,588382224,1663921006,1768648559,1868770661,1852142446,1048692,1802380058,1869570911,1600481643,1986622064,1601790817,1936942445,6645601,588775440,1767861358,1868783460,1701407599,1868770605,1767994478,7497070,587989008,1600416878,1802465123,7562601,588316688,1663921518,1768648559,1634883429,1919250544,167776256,762277411,1802465123,268461417,1847792896,1868770671,1701407599,1869571117,1701145458,7497072,588513296,1866690414,1852142446,1701593460,1867347058,7102820,587792400,1868787566,1701407599,234885120,1668247075,1768648559,1953194341,268465769,1847792896,1936288879,1869570861,761620843,1936617315,7630437,589430800,762212206,1668246626,1735289195,1852793645,1953391987,1953459757,1667851881,1869182049,1048686,1869488919,1667851378,1869571629,1601332596,1869570911,1936025963,301993984,1919905315,1667851881,1600483937,1802465123,268461417,1847791872,1601008239,1802465123,1851745641,6648943,588054544,1836216174,1869570911,1936025963,201330688,1919905315,1769234797,1430610294,335548416,1953459747,1701996353,1866884197,1869562738,1936025963,184553472,1953459747,1869562721,6646123,588054544,1635020654,1869570911,1936025963,335548416,1953459747,1801811041,1667198064,1768648559,2002873445,234885120,1953459747,1131302757,1768648559,268464997,1847790592,1600484463,1802465123,268461417,1847790848,1936028783,1802465123,7562601,588185616,1769238382,757949795,1802465123,268461417,1847790592,1667855471,1868770661,268462959,1847791104,1667855471,1868770661,1701407599,419434496,1953459747,761619305,1802465123,1647142249,1801678700,1718511917,1048687,1869488918,1701013876,1869570861,761620843,1953394531,7630437,588578832,1769238382,1663919459,1768648559,1869622629,2036558188,436211712,1953459747,761619305,1802465123,1882023273,1701209458,1668179314,268464997,1847791360,1667855471,1868770661,1701407599,1048691,1869488911,1701013876,1869570862,1936025963,318771200,1953459747,1097163625,1953853282,1802465091,7562601,588120080,1769238382,1866687843,1701407599,1048691,1869488910,1701013876,1986622032,7955297,587989008,1769238382,1667196259,7104878,588185616,1769238382,1885300067,1635150194,268466531,1847795200,1667855471,1663923045,1768648559,1869622629,2036558188,1918990125,1735289198,251662336,1953459747,757950057,1986622064,7955297,588578832,1769238382,1868770662,1701407599,1852793645,1953391987,201330688,1953459747,1866688105,1701407599,285216768,1953459747,1667851881,1868783457,1701407599,1048691,1869488916,1768319348,1768120675,1868770671,1701407599,1048691,1869488925,1768319348,1768120675,1834970735,1634954853,1667196266,1768648559,268464997,1847792384,1718187119,1918985065,1868770661,1701407599,1048691,1869488922,1768319348,1769234787,1630367343,2003790956,1802465091,7562601,588513296,1769238382,1633904998,1852795252,1869570861,6646123,588578832,1769238382,1633904998,1852795252,1869570861,1936025963,469766144,1953459747,1667851881,1869182049,2020557422,1802465091,1433625961,1701273971,335548416,1953459747,1667851881,1869182049,1869562734,1936025963,369102848,1953459747,1667851881,1869182049,1664376686,1768648559,268464997,1847792896,1718187119,1952539497,1601073001,1869570911,6646123,588513296,1769238382,1633904998,1852795252,1869570911,6646123,588578832,1769238382,1633904998,1852795252,1869570911,1936025963,452988928,1953459747,1667851881,1869182049,1868783470,1701407599,1852989815,6778473,588709904,1769238382,1633904998,1852795252,1600548703,1802465123,268461417,1847792384,1718187119,1952539497,1668181865,1768648559,1048677,1869488942,2036754804,1918984749,1952539739,1868770657,1701407599,1835101741,1847737701,1718187119,1868770681,1701407599,6103667,588578832,1769238382,1882028390,1667853423,1868770681,1701407599,234885120,1953459747,779708009,1802465123,268461417,1847790848,1718187119,1869562745,6646123,588251152,1769238382,1866692966,1701407599,7630658,588120080,1769238382,1866692966,1701407599,1048691,1869488910,2036754804,1869570911,6646123,588120080,1769238382,1868790118,1701407599,1048691,1869488906,1663924596,7104878,587923472,2037673838,1802465091,268461417,1847793920,1885304431,1886744687,1869570911,1600481643,1852989815,6778473,588709904,1635151726,1869570911,1600481643,1668508004,1835622764,268464741,1847793408,1650554479,761753452,1802465123,1647142249,1701736033,1048690,1886266130,1869570861,761620843,1936617315,7630437,588120080,1731031150,762474596,1633972077,1048684,1886266126,1869570911,1600481643,7823724,588251152,1131245678,1768648559,1851867749,7497070,588513296,1601138798,1851745123,1718187119,1952539497,7237481,589037584,1601138798,1851745123,1718187119,1952539497,1601073001,1885434487,7497072,588120080,1667199342,1651272046,1701736033,1048690,1903043345,1869570911,1600481643,1769238382,268461411,1847792384,762406002,1802465123,1848468841,1667855471,1048677,1936597777,1869570861,761620843,1953789282,268463727,1847792128,1667198835,1768648559,1633836901,1919250030,369102848,1668574755,1633966947,1663918452,1768648559,1633824101,268459378,1847797248,1868717941,1836020852,1701601631,1683977330,1869373801,1667325799,1953523043,1869570911,1936025963,301993984,1802858019,1869570861,1298491755,1634956133,268461415,1847793408,1667199605,1868783479,1701407599,1987010419,1634497125,1048697,1970152213,2003001202,1869570911,1936025963,1886351455,268464245,1847790336,1667196278,1768648559,1048677,1986929420,1868770680,1701407599,1048691,2003706644,1869570911,1600481643,1919249505,1868717940,1048696,2003706640,1885628255,1769365362,1767864165,1048676,2003706639,1802465123,1936026925,1701273971,251662336,1702325795,1869570861,761620843,7496034,588120080,1734309998,1601335396,1633972077,1048684,2020483855,1885628255,1869438834,845963620,318771200,1601728035,1919968359,1685024095,1834970209,7235937,588513296,1734309998,1601335396,1633972077,1634557804,3239529,588513296,1734309998,1601335396,1633972077,1634557804,3305065,588251152,762542190,1634755427,1851875885,7497070,588447760,1600682350,1802465123,1831691625,1634956133,268461415,1847792128,761621882,1769238382,1633904998,1852795252,150999040,1663921955,1768648559,1048677,762258189,1802465123,1814914409,268466017,1864570368,1869570861,1348823403,1667853423,1702252409,2036427890,385880064,1714581283,1802465091,1866687849,1852142446,1634288756,6778732,588709904,1597585775,1802465123,1764582761,1919903342,1769234797,268463727,1864567296,1868783432,1701407599,218107904,1917873955,1818326633,1883339116,1048688,1651450635,1869570861,1936025963,285216768,1784835875,1802465091,1866687849,1852142446,1048692,1651450638,1634164596,1851875935,7497070,588120080,1667195759,1920425826,1701867617,1048690,1668227857,1868770670,1701407599,1852729645,268464741,1864568832,1663921763,1768648559,1920413029,268464225,1864570880,1882027107,1667853423,1768304249,761554296,1953787746,268463471,1864568320,1667200867,1702129263,1920296302,335548416,1633972003,1868770678,1701407599,1852793645,1953391987,167776256,1684303651,1802465123,268461417,1864569088,1663919460,1768648559,1869622629,7370096,588972048,1663919471,1768648559,1868770661,1852142446,1768172916,1735355489,268461429,1864568320,1667329381,1635020901,1852795235,301993984,1952870179,1869570911,1130719595,1702063727,268465262,1864569344,1600349031,1131569506,1635020399,1919250025,318771200,1818849059,1769107501,2036556150,1953849901,7237492,588316688,762079599,1986622064,762930017,1836216166,150999040,1131114275,1768648559,1048677,1802445578,1869570911,6646123,587792400,1868786543,1701407599,167776256,1667985187,1768648559,268464997,1864567552,1131376235,1768648559,1048677,1802445580,1667198830,1768648559,1048677,1802445581,1918857070,1802465123,268461417,1864567808,1802465131,1647142249,268466287,1864570112,1818848877,1818322789,1869570861,761620843,7496034,588906512,1869901167,1868770669,1701407599,1953459757,1667851881,1869182049,1048686,1852777234,1734440037,1869570911,1600481643,7823724,588513296,1952804463,1953723762,1851875885,762471790,7038067,588578832,1952804463,1953723762,1852793645,1953391987,1801745197,184553472,1819176739,1869562745,6646123,588578832,2021224047,1869570911,1936025963,1868983913,1918984799,402657280,2037280547,1868783480,1701407599,1718511987,1886609263,1919247201,184553472,1701867299,1869562734,6646123,588316688,1852141679,1633972045,1869562732,1936025963,436211712,1701867299,1869375342,1600938338,1986622064,1601790817,1734633847,268465253,1864566784,1851880560,268463727,1864568832,1851880560,1865248367,1819436406,268466529,1864568832,1852404848,1851875885,1148347758,268465769,1864567296,1852404848,1918984749,318771200,1953525539,1865248361,1852404848,1634035757,7497060,588054544,1769238639,1886334318,1953853300,201330688,1953525539,1866690153,1701407599,301993984,1953525539,1801678441,1852793721,1852399988,268464741,1864567296,1868783474,1701407599,301993984,1601400611,1601204321,1802465123,1635214697,268463730,1864567552,1668116339,1768648559,1048677,1936663321,1868770676,1701407599,1819042167,1852793645,1852399988,268464741,1864568576,1667444084,1647141232,1701736033,1048690,1953440535,1801745197,1853121069,1953459770,1953849896,695103348,201330688,1886678819,1769107501,2036556150,385880064,1920233251,1802465123,1868785001,1768714349,1701015137,7760228,588775440,1668314479,1768648559,1819242597,1601790825,1936942445,6645601,588316688,1919252079,1869570861,1936025963,1735617837,385880064,1702260515,2036427890,1667457325,762605669,1802465123,7562601,588251152,1919252079,762929516,1668247395,6646123,588185616,1919252079,762929516,1802465123,268461417,1864570112,1819436406,1663924577,1768648559,1869622629,7370096,588709904,1919252079,762929516,1802465123,1634493801,1868967287,268463474,1864568832,1819436406,1663924577,1768648559,268464997,1864570112,1819436406,1866692961,1852142702,1869562740,6646123,588120080,1919252079,1132028268,1768648559,1048677,1986994962,1634497125,1869562745,845506923,3486e3,588906512,1919252079,1132028268,1768648559,1953451621,1667851881,1869182049,1048686,1986994959,1634497125,1869562745,1936025963,285216768,1702260515,2036427890,1684107860,1413694309,1048626,1986994960,1634497125,1868783481,1852142446,1048692,1986994959,1634497125,1868783481,1701407599,268439552,1702260515,2036427890,1869570911,1936025963,201330688,1702260515,2036427890,1769107551,369102848,1702260515,2036427890,1769107551,2036556150,1802465091,268461417,1864568576,1819436406,1868790113,1701407599,1048691,1986994959,1869902437,1869570928,1936025963,469766144,1601662755,1802465123,1667196265,1702063727,1667200110,1635020399,1919250025,251662336,1853320995,1802465091,1632396649,7497081,588840976,762935919,1802465123,1851745641,1667855471,1633836901,1919250030,436211712,809005091,1869570911,1600481643,1769238382,2002740579,1886413170,268464741,1881345280,1802465091,1867343209,7102820,588185616,1869562736,1298491755,1818322031,268448086,1881345792,1802465091,1633117545,1852403314,1048679,1601184522,1850304867,7497070,588578832,1801675120,1684496244,1667199600,1635020399,1919250025,369102848,1734438947,540942437,1769107502,2036556150,1953525549,268463721,1881346816,761620321,1769366625,1663919459,1768648559,1048677,1634738963,1663919463,1768648559,1633824101,1919250030,218107904,1734438947,1868770661,1701407599,1048691,1634738961,1663919463,1768648559,1647145829,268464737,1881345024,1130719073,1768648559,268464997,1881346304,1432708961,1866687859,1701407599,7760196,588316688,1701273968,1869570911,1600481643,1970169197,352325632,1734438947,1667199845,1768648559,1868783461,1852142446,1048692,1634738959,1869562733,1281714539,1919252833,318771200,1851879459,1802465091,1866687849,1767994478,7497070,588316688,1131307376,1768648559,1902465637,1953719669,201330688,1851879459,1869570911,1936025963,218107904,1851879459,1663921253,1768648559,1048677,1634738963,762078574,1802465123,1965909353,1701273971,234885120,1851879459,1663921253,1768648559,268464997,1881345024,1818586721,1802465091,268461417,1881346304,1818586721,1802465091,1232299369,7300718,588054544,1701732720,1868783468,1701407599,335548416,1851879459,1667198053,1768648559,1868717925,1836020852,285216768,1851879459,1667198053,1768648559,1868848997,1048684,1634738957,1668048238,1768648559,268464997,1881346304,1635020385,761359468,1802465091,7562601,588316688,1953390960,1634495585,1869570911,1936025963,318771200,1868656675,1918990175,1735289198,1869570911,6646123,588775440,1701863792,2036754802,1869770797,1869570861,761620843,7956073,588840976,1701863792,1634496626,1663919470,1768648559,1869491557,1701013876,285216768,1918988323,1634887521,1667197040,1768648559,1048677,1634738978,1953391986,1953059679,1869562725,1298491755,1634956133,1866687847,1767994478,7497070,588382224,1802658160,1869570861,1650813291,1697477217,1048684,1634738957,1663923314,1768648559,268464997,1881346304,1801810785,1634296671,1667593331,6384506,588709904,1702060400,1869307755,1768846701,1601462635,1802465123,268461417,1881346048,1769239393,761359468,1802465123,268461417,1881349632,1663924321,1768648559,1831695205,1634956133,1663919463,1635020399,1919250025,419434496,761425955,1802465123,762537321,1768714096,1647147363,1701736033,1048690,1651516176,1701012289,1866691696,1701407599,1048691,1651516178,1869570911,1600481643,1936617315,7630437,588382224,1667195504,1768648559,1701666661,1734439795,1048677,1651516174,1868770658,1701407599,7823724,588316688,1663918960,1768648559,1869491557,1701013876,301993984,761491491,1802465123,762537321,1769238382,268461411,1881346560,1936548707,1802465091,1098081641,1953654124,218107904,1600417827,1802465123,1634493801,1048695,1685070603,1882022256,1886744687,335548416,1885630499,1919954273,1667331689,1869622649,2036558188,385880064,1667592227,1868770674,1768714349,1701015137,1851875885,7497070,588972048,1919116656,1869570861,761620843,1852727650,1999467109,1886413170,268464741,1881347072,762471269,1802465123,1999463785,1768845921,268461934,1881346048,1768780389,1667198835,1768648559,268464997,1881345792,1768780389,1869181811,1633824110,1048690,1701847830,1936289138,1852795251,1918984749,1869770797,7630957,588709904,1836213616,1769173865,1918856815,1702195557,1650422899,268466287,1881347328,1701868133,1836414324,1869570861,761620843,7496034,588185616,1663919728,1768648559,1768435045,268465262,1881345792,1869562726,1315268971,1667855471,1048677,1718625046,1919253097,1869570911,1936025963,1819242591,7955305,588578832,1131898480,1768648559,1701990501,1701995878,1936024430,285216768,761753635,1802465123,1848468841,1667855471,1048677,1735402255,1869570861,1936025963,1868983881,134221824,761753635,1919968359,167776256,1684500515,1684483431,268464752,1881346816,1868770664,1701407599,1801530739,1919905643,1048676,1752179472,1802465091,1866687849,1852142446,1048692,1752179474,1667200869,1768648559,1869635429,7370096,589037584,1634887792,1851745651,1718187119,1952539497,1601073001,1802465123,7562601,588775440,1851877744,1852386671,1633840998,1868770674,1767994478,7497070,588316688,1600481648,1970169197,1869570911,1936025963,268439552,1936289827,1333030763,1870294896,1869375858,134221824,1936289827,1769238379,150999040,1936289827,1802792811,1048681,1768956685,1953459059,1683974507,268465769,1881346816,1869312873,1600744308,1702257263,1818850419,1048687,1768956689,1953459059,2002741611,1886413170,268464741,1881347840,1802073961,1851875885,762471790,1953394531,1701734753,1048690,1768956684,762014071,1769565286,1048686,1768956682,1869570936,6646123,588382224,1665231472,1953523043,1802465091,1631741289,1048690,1819288341,762344237,1986622064,762930017,1953789282,268463727,1881344512,1868783468,1701407599,184553472,1600942115,1802465123,7562601,588972048,1952541808,1836216166,1869570911,1600481643,1768714096,1650424163,268464737,1881347840,1935762796,1885416805,1987015280,1868770661,1701407599,1048691,1819288338,2037673573,1869570861,761620843,7496034,588316688,761752688,1802465123,1869505897,1701013876,268439552,1768714275,1866688875,1701407599,1886343283,301993984,1970040867,1601071463,1802465123,1767859561,268465262,1881347584,1663905133,1768648559,1701850469,1936289138,1852795251,167776256,762146851,1802465123,268461417,1881346304,1868770669,1701407599,1851875885,7497070,588382224,1663921520,1768648559,1868770661,1852142446,1048692,1836065552,1869570861,761620843,1769238382,1048678,1836065554,1769107501,2036556150,1851875885,7497070,588316688,858877296,1869570911,1600481643,1868983913,285216768,829255715,1868783413,1701407599,1718511967,1048687,1836065547,1869570911,1936025963,285216768,1668116515,1970238559,1851748464,1667855471,1048677,1852842763,1868770668,1701407599,201330688,1819176995,1869570861,1936025963,335548416,1819176995,1869570861,1936025963,1918990125,1735289198,385880064,1819176995,1919971393,1130722927,1768648559,1934979941,6645601,587857936,1131179632,1768648559,1048677,1852842768,1869562732,1113942379,1701736033,1048690,1852842765,1869562732,1113942379,268464737,1881346304,1866689646,1701407599,1936617283,7630437,588251152,1131179632,1768648559,1869563493,7497076,588120080,1131179632,1768648559,1718503781,1048687,1852842769,1869562732,1298491755,1634956133,268461415,1881346048,1866689646,1701407599,1769238350,268461411,1881346048,1866689646,1701407599,1952543827,268465013,1881344768,1866689646,1701407599,1048691,1852842775,1869562732,1936025963,1769238350,1633904998,1852795252,301993984,1819176995,1866683717,1701407599,1852727618,268464741,1881344768,1917873262,1667331689,1048697,1852842763,1868770670,1701407599,167776256,1936617507,1802465123,268461417,1881346048,2037672303,1663918443,1953718633,268462949,1881345024,1663921263,1768648559,268464997,1881344512,1866689647,1701407587,184553472,1819242531,1802465091,7562601,587989008,1600941936,1802465123,7562601,588447760,1634496368,1667196014,1768648559,1868783461,268465262,1881348096,1918987375,1663923049,1702063727,1999467630,1701274729,268465012,1881345280,1667853423,1816230249,7631461,588120080,1768714096,1630370147,1885692771,1048692,1869619982,2036558188,1851875885,7497070,588120080,1768714096,1663924579,1768648559,1048677,1869619989,2036558188,1869570861,761620843,1769238382,268461411,1881347584,1667853423,1868770681,1701407599,1633824115,1919250030,184553472,1819242531,762930025,7760228,588513296,1768714096,1831696739,1818322031,1851875885,7497070,588054544,1768714096,1882028387,1886744687,352325632,1819242531,762930025,1953785203,1936158313,1718511917,1048687,1869619986,2036558188,1818326573,1952539753,7237481,588840976,1768714096,1999468899,1768845921,1663919982,1635020399,1919250025,352325632,1819242531,762930025,1852989815,761753193,1970302832,1048688,1869619982,2036558188,1852405549,7827300,588316688,1768714096,1816230243,1349808741,1818586721,335548416,1819242531,1115251561,1701736033,1634883442,1919250544,167776256,1819242531,1115251561,268464737,1881345536,1667853423,1852785529,1953391987,218107904,1819242531,1132028777,1768648559,1048677,1869619992,2036558188,1802465091,1850303849,1836216166,1869182049,1048686,1869619982,2036558188,1802465091,7562601,588447760,1768714096,1866692963,1701407599,2036419699,268464741,1881345536,1667853423,1936018809,1701273971,218107904,1819242531,1316578153,1667855471,1048677,1869619980,2036558188,1701732688,1048684,1869619980,2036558188,1970302800,1048688,1869619989,2036558188,1970302800,1852785520,1852399988,268464741,1881345536,1667853423,1868783481,1701407599,234885120,1819242531,1601790825,1684104552,268464741,1881345792,1667853423,1701666681,1734439795,1048677,1869619982,2036558188,1953459807,6644585,588185616,1768714096,2002745699,1886413170,268464741,1881346816,1936288879,1868770664,1701407599,1953459757,1048677,1869619985,1769236844,1663918435,1768648559,268464997,1881348608,1953066095,761357161,1986622064,1684628321,761619553,1685088108,251662336,1819242531,1667855465,1869562721,6646123,588251152,1768714096,1633905012,1802465091,7562601,588382224,1768714096,1633905012,1866687812,1701407599,1048691,1869619988,1769236844,1917870435,1667331689,1684104297,1048677,1869619985,1769236844,1667195235,1768648559,268464997,1881347072,1953066095,1600217961,1667196260,1768648559,268464997,1881349632,1953066095,1600217961,1667196260,1768648559,1667199845,1635020399,1919250025,385880064,1819242531,1667855465,1701076833,1769107551,1768120694,6578532,588251152,1768714096,1633905012,1802465123,7562601,588906512,1768714096,1970366836,1868783461,1684629102,1769238117,1953066081,1048677,1869619985,2037672300,1663918443,1953718633,268462949,1881346048,1953066095,761359225,1802465123,268461417,1881346304,1953066095,761359225,1802465123,7562601,588578832,1768714096,1634433396,2037542957,1853120887,1768125295,419434496,1819242531,1803121769,1919954273,1952544633,1668509550,1819553129,1048687,1869619994,2037672300,1917870443,1952544633,1668509550,1819232361,7497060,588578832,1768714096,1634433396,1869570911,1600481643,1818589285,285216768,1819242531,1803121769,1868783457,1701407599,1048691,1869619982,2037672300,1868521835,7302763,588120080,1768714096,1634433396,1802465123,1048681,1869619984,2037672300,1868783979,1701407599,1048691,1869619988,2037672300,1919967595,1952544633,1668509550,1048681,1869619984,1868786799,1701407599,1734631778,1048677,1869619979,1868770672,1701407599,335548416,1886351395,1869570861,761620843,1801675106,1886351972,201330688,1886351395,1869570861,1936025963,150999040,1886351395,1885628205,1048690,1869619982,1886727536,1869570861,6646123,588185616,762343280,1663922293,1768648559,268464997,1881344512,1866690671,1701407599,352325632,1886351395,1866690121,1701407599,1953394499,1701734753,1048690,1869619981,1131435376,1768648559,268464997,1881347584,1884647535,1802465091,1131636073,1635020399,1919250025,268439552,1886351395,1850306645,1282633574,1818322789,201330688,1886351395,1869570911,1936025963,150999040,1886351395,1885827679,1048676,1869619984,1769168752,1667196276,1768648559,1048677,1869619976,828597104,1048626,1869619976,1869570928,1048683,1869619978,1869570928,6646123,587923472,1668312944,1768648559,268464997,1881347072,1852403823,1667457325,762605669,1802465123,268461417,1881346304,1852403823,1969709869,1869570861,6646123,587923472,1768976240,1851993454,268463209,1881345280,1852403823,1869570861,6646123,588120080,1768976240,1868770670,1701407599,1048691,1869619980,1131309424,1768648559,1048677,1869619981,1131309424,1768648559,268464997,1881345280,1852403823,1869570911,6646123,588120080,1768976240,1868783470,1701407599,1048691,1869619987,1601071472,1868983913,1869570931,1936025963,285216768,1886351395,1952411241,1919967075,1667331689,1048697,1869619980,1668180336,1768648559,1048677,1869619976,1885827696,1048676,1869619983,762344816,1869570861,1936025963,352325632,1886351395,1630367861,1885692771,1868770676,1701407599,1048691,1869619988,762344816,1869508193,1701015157,1953391981,1048691,1869619979,762344816,1634755427,369102848,1886351395,1663922293,1635020399,1919250025,1769365805,268463987,1881345536,1886744687,1869570861,1701407587,218107904,1886351395,1663922293,1768648559,1048677,1869619991,762344816,1802465123,1630365033,1701147239,1953391981,318771200,1886351395,1663922293,1768648559,1818373477,7037807,588382224,1970302832,1868770672,1701407599,1768842029,1048684,1869619991,762344816,1802465123,1663919465,1635020399,1919250025,402657280,1886351395,1663922293,1768648559,1868770661,1852142702,1919902821,335548416,1886351395,1663922293,1768648559,1869622629,2036558188,436211712,1886351395,1663922293,1768648559,1869622629,2036558188,1634562861,268463212,1881346560,1886744687,1869570861,761620843,1819042167,335548416,1886351395,1663922293,1768648559,1852785509,1953391987,234885120,1886351395,1663922293,1768648559,268464997,1881346304,1886744687,1869570861,1936025963,3682605,588578832,1970302832,1868770672,1701407599,1868705139,1836020852,369102848,1886351395,1663922293,1768648559,1865249637,1819436406,268466529,1881347328,1886744687,1869570861,1936025963,1819242541,6644585,588316688,1970302832,1768172912,1634493299,1919249769,184553472,1886351395,1731031157,7499876,588185616,1970302832,1634545008,1915579251,268463972,1881347072,1886744687,1769107501,2036556150,1768714096,268466531,1881347328,1886744687,1650816813,1701273968,1869570861,6646123,588447760,1970302832,1987461488,1131377513,1768648559,268464997,1881347072,1886744687,1279872579,1852793645,1852399988,268464741,1881345024,1886744687,1802465091,268461417,1881345280,1886744687,1802465091,7562601,587923472,1970302832,1852006256,268463209,1881345280,1886744687,1869570911,6646123,588972048,1970302832,1868783472,1701407599,1852793695,1701733748,1634557810,268463721,1881346560,1886744687,1869570911,1600481643,1868983913,419434496,1886351395,1667199093,1768648559,1852399461,1836216166,1869182049,1048686,1869619985,1601205616,1802465123,1818191209,268466017,1881345536,1886744687,1869570911,1936025963,335548416,1886351395,1667199093,1768648559,1834972005,1818322031,352325632,1886351395,1667199093,1768648559,1885303653,1667853423,1048697,1869619986,1601205616,1868983913,1869570911,6646123,588251152,1970302832,1869373296,1869570921,6646123,587989008,1970302832,1869570928,6646123,588054544,1970302832,1869570928,1936025963,268439552,1886351395,1701081205,1869570931,1936025963,167776256,1886351395,1684500597,268464752,1881344512,1886744687,1685088114,318771200,1919905827,762077556,1802465123,1764582761,7300718,588513296,1953656688,1663921249,1768648559,1953525605,7632239,588644368,1769172848,1601595764,1802465123,1601398121,1818585446,1048676,1869619980,1663918455,1768648559,1048677,1886397201,1869570861,761620843,1769238382,268461411,1881344512,1869562736,1936025963,167776256,1601204259,1802465123,268461417,1881346560,1868783472,1701407599,1852793695,1953391987,218107904,1601204259,1802465123,1634493801,1048695,1886397196,1868770657,1701407599,1048691,1886397193,1802465123,268461417,1881347072,1601400176,1650421091,1868526177,1819436406,268466529,1881347584,1601400176,1885302115,1886744687,1702260575,2036427890,318771200,762408995,1701273968,1886352429,1869570861,6646123,588709904,1767993968,2036556150,1869570861,761620843,1769238382,268461411,1881346048,1986617714,762930017,1769238382,268461411,1881347072,1685479794,1868770657,1701407599,1634956589,268461415,1881348864,1701209458,1668179314,1663923045,1768648559,1868770661,1852142446,1048692,1919951624,1885628261,1048690,1919951634,1634035813,1601332580,1802465123,7562601,588578832,1952805488,1866692980,1701407599,1936026975,1701273971,268439552,1701998627,1953391990,1869570911,1936025963,285216768,1718775843,1667198322,1768648559,1851940709,1048690,1919951630,1667326825,1869635449,7370096,588972048,1667854960,1919512677,1936028769,1869570861,761620843,1701012321,268465264,1881346560,1986554226,1835098977,1634496331,1701013859,167776256,1769107491,762541421,268460899,1881348864,829385074,1869570861,761620843,1936617315,762605157,1818324339,1048684,1919951630,1667331689,1684104297,7496002,588185616,1986622064,762930017,1769366625,268461427,1881345536,1635150194,1630370147,1953654124,318771200,1769107491,2036556150,1701601581,1647146098,7501164,588185616,1986622064,762930017,1852727650,268464741,1881345024,1635150194,1647147363,268464737,1881346560,1635150194,1647147363,1869902959,1918984813,385880064,1769107491,2036556150,1852793645,1953391987,1851875885,7497070,588775440,1986622064,762930017,1936617315,762605157,1919252079,7954796,588185616,1986622064,762930017,1802465123,268461417,1881347584,1635150194,1663924579,1768648559,1633824101,1919250030,335548416,1769107491,2036556150,1869570861,761620843,1868983913,369102848,1769107491,2036556150,1869570861,1298491755,1634956133,268461415,1881346816,1635150194,1680701795,1818456937,1701669217,1048690,1919951637,1667331689,1768303993,761554296,1953787746,268463471,1881345792,1635150194,1714256227,1702129519,1048690,1919951629,1667331689,1768435065,268465262,1881350656,1635150194,1764587875,1919903342,1769234797,1663921775,1768648559,1869491557,1701013876,234885120,1769107491,2036556150,2036427821,268464741,1881347072,1635150194,1831696739,1634956133,1647142247,268464737,1881347584,1635150194,1831696739,1663919987,1635020399,1919250025,218107904,1769107491,2036556150,1953459757,1048677,1919951635,1667331689,1869491577,1701013876,2020565549,469766144,1769107491,2036556150,1953459757,1667851881,1869182049,1633824110,1919250030,385880064,1769107491,2036556150,1702260525,2036427890,1851875885,7497070,588185616,1986622064,762930017,1768714096,268461411,1881348096,1635150194,1882028387,1667853423,762537321,1852727650,268464741,1881347584,1635150194,1882028387,1667853423,1633824121,1919250030,318771200,1769107491,2036556150,1819242541,762930025,7496034,589168656,1986622064,762930017,1768714096,1731033443,1633841004,1701653868,1734439795,1048677,1919951644,1667331689,1869622649,2036558188,1852402733,1920413035,1701867617,1048690,1919951637,1667331689,1869622649,2036558188,1685024045,268463201,1881347072,1635150194,1882028387,1667853423,1869491577,268461428,1881347584,1635150194,1882028387,1667853423,1869491577,1701013876,469766144,1769107491,2036556150,1819242541,762930025,1769238382,1633904998,1852795252,352325632,1769107491,2036556150,1819242541,762930025,1701732720,1048684,1919951637,1667331689,1869622649,2036558188,1886351405,268464245,1881347840,1635150194,1882028387,1667853423,1886727545,1702125924,1048676,1919951631,1667331689,1869622649,1886727536,234885120,1769107491,2036556150,1886351405,268464245,1881348096,1635150194,1882028387,1886744687,1852793645,1852399988,268464741,1881345792,1635150194,1932360035,1818585448,1048676,1919951642,1667331689,1953705337,1835365473,762605157,1885434487,7497072,588120080,1986622064,762930017,1935765364,1048692,1919951631,1667331689,1886727545,1702125924,469766144,1769107491,2036556150,1130655297,1768648559,1953451621,1348821865,1818586721,503320576,1769107491,2036556150,1130655297,1768648559,1866691429,1919510126,1769234797,268463727,1881349632,1635150194,1849784675,1853189998,1701668195,1849324654,1646818415,695821423,234885120,1769107491,2036556150,1852727618,268464741,1881344768,1635150194,1631746403,1048690,1919951631,1667331689,1852785529,1953391987,234885120,1769107491,2036556150,1802465091,268461417,1881348096,1635150194,1866692963,1701407599,1668507972,1835622764,268464741,1881346816,1635150194,1866692963,1701407599,1702453580,1048690,1919951653,1667331689,1869562745,1936025963,1768714064,1699576163,1734439795,1852785509,1852399988,268464741,1881346560,1635150194,1766095203,1634493299,1919249769,201330688,1769107491,2036556150,1953392968,436211712,1769107491,2036556150,1702129486,1970302800,1852785520,1852399988,268464741,1881347072,1635150194,1867413859,1701013876,1633972309,268461428,1881347072,1635150194,1867413859,1768319348,1769234787,268463727,1881347840,1635150194,1867413859,2036754804,1953394499,1701734753,1048690,1919951642,1667331689,1953517433,1936617321,1802465091,1884251497,7227764,588644368,1986622064,1333355361,1919251573,1953394499,1701734753,1048690,1919951631,1667331689,1702252409,2036427890,285216768,1769107491,2036556150,1768714064,1631746403,1048690,1919951633,1667331689,1819234425,1115251561,268466287,1881347328,1635150194,1867544931,2036558188,1802465091,7562601,588382224,1986622064,1350132577,1667853423,1718503801,1048687,1919951635,1667331689,1819234425,1283023721,1919252833,335548416,1769107491,2036556150,1768714064,1632401763,1316119929,301993984,1769107491,2036556150,1768714064,1867413859,268461428,1881347328,1635150194,1867544931,2036558188,1919252047,7954796,588447760,1986622064,1350132577,1667853423,1886343289,268464245,1881345280,1635150194,1867544931,7370096,588120080,1986622064,1400464225,1701079404,1048690,1919951630,1667331689,1886344313,7496002,588251152,1986622064,1467573089,1852404321,6778473,588578832,1986622064,1467573089,1768845921,1631741806,1919250030,251662336,1769107491,2036556150,1885434455,7497072,588185616,1986622064,1601790817,1701012321,268465264,1881346560,1635150194,1633646947,1701147239,1953391981,268439552,1769107491,2036556150,1851875935,1969317220,251662336,1769107491,2036556150,1851875935,7497070,587989008,1986622064,1601790817,7496034,588120080,1986622064,1601790817,1920098658,1048677,1919951636,1667331689,1818386297,1936417647,1701147235,1048686,1919951638,1667331689,1868717945,1868783480,1767994478,7497070,588185616,1986622064,1601790817,1802465123,268461417,1881347072,1635150194,1667201379,1768648559,1869504357,268461428,1881347328,1635150194,1667201379,1768648559,1869635429,7370096,588578832,1986622064,1601790817,1802465123,1869636969,2036558188,268439552,1769107491,2036556150,1869570911,1936025963,234885120,1769107491,2036556150,1987011423,268464741,1881347328,1635150194,1767864675,1601136238,1953394531,7630437,588578832,1986622064,1601790817,1868983913,1702260575,2036427890,201330688,1769107491,2036556150,2002873439,436211712,1769107491,2036556150,1936026975,1701273971,1701601631,1683977330,268465769,1881345536,1635150194,1834973539,1818322031,251662336,1769107491,2036556150,1953459807,6644585,588644368,1986622064,1601790817,1768714096,1650424163,1701736033,1048690,1919951635,1667331689,1869635449,2036558188,1918984799,452988928,1769107491,2036556150,1819242591,1601790825,1802398060,1852405599,7827300,588120080,1986622064,1601790817,1970302832,1048688,1919951638,1667331689,1702125433,1601400178,1802465123,7562601,588185616,1986622064,1601790817,1734633847,268465253,1881345536,1635150194,1633843555,1919250030,335548416,1769107491,2036556150,1852727650,1834971749,1818322031,184553472,1769107491,2036556150,7496034,588120080,1986622064,1668899681,1768648559,1048677,1919951643,1667331689,1869570937,761620843,762734948,1701868915,1886352498,201330688,1769107491,2036556150,1953393e3,251662336,1769107491,2036556150,1634623853,7497063,588185616,1986622064,1836671841,1634956133,268461415,1881345536,1635150194,1869511011,1701013876,419434496,1769107491,2036556150,1768714096,1849325923,1764258927,1953853550,1048617,1919951639,1667331689,1819242617,1668899689,1635020399,1919250025,218107904,1769107491,2036556150,1970302832,1048688,1919951629,1952544361,1852727618,268464741,1881345792,1635150194,1882023284,1667853423,1048697,1919951636,1952544361,1819234405,1215914857,1701080175,1048690,1919951637,1885547887,1634296877,761753452,1852727650,268464741,1881347584,1663922034,1768172912,1735355489,1634891565,1919250544,234885120,1869770787,1869570911,1650813291,268466287,1881347584,1700753266,1886151541,1869570911,1936025963,2020565599,251662336,1869770787,762605677,1802465123,7562601,588709904,1852797552,1667853665,1869570911,1600481643,1684828008,268464741,1881348096,1769172850,1667196276,1768648559,1684103013,1936875894,268463205,1881346816,1869562739,1147496811,1818456937,1701669217,1048690,1936728853,1802465091,1817404777,1919247465,1114533699,268465263,1881347328,1868783475,1701407599,1601331554,1802465123,7562601,588251152,1866691696,1701407599,1467113794,7364978,588251152,1866691696,1701407599,1936617283,7630437,587989008,1818326128,1869570923,6646123,588382224,1818391920,1866687337,1701407599,1734439765,1048677,1970283282,761815922,1919968359,1851875885,7497070,587923472,1752397168,1701601631,268465266,1881346304,1868770678,1701407599,1634296877,6778732,588316688,1663924080,1768648559,1633824101,1919250030,184553472,1601663011,1802465123,7562601,588513296,1667463024,1869570861,761620843,1936617315,7630437,589299728,1919121264,761553709,1802465123,1965909353,1701273971,1936286765,1767992419,7497069,588382224,1650816880,1802465123,1853056361,1718187119,1048681,2003837707,1868770679,1701407599,385880064,762867747,1802465123,1647142249,1697477217,1852142712,6579556,588382224,1663924336,1768648559,1868770661,1852142446,1048692,2020614938,1869570861,761620843,1936617315,762605157,1919252079,7954796,588054544,1663924336,1768648559,1918984805,251662336,1635282979,1869570861,761620843,7496034,588054544,1868770673,1701407599,2020565549,352325632,758673699,1802465123,1663919465,1819307375,1668178281,1048677,1349591823,1635150194,1631746403,1919250030,268439552,1130524963,1768648559,1852785509,1953391987,385880064,1600287011,1802465123,1667196265,1702063727,1834972270,7235937,588709904,1818321521,1868783468,1869570911,761620843,1953460070,268464741,1898124288,1751342947,1701013871,1668297567,1634887263,268461421,1898121472,1869884775,7631713,588644368,1663921265,1768648559,1868770661,1852142446,1868705140,1048696,1869685520,1701407599,1634230131,1635019106,1048692,1953571603,1701668200,1802465091,1631741289,1919250030,268439552,1651863843,1697477737,1868770677,1701407599,218107904,842297891,1802465091,1631741289,1048690,1634870032,1869562722,1399155051,1701079404,1048690,1634870043,1869181801,1869570861,761620843,1769238382,1633904998,1852795252,369102848,1835102755,1667195243,1953718633,1803182949,1852399457,268463974,1914903040,1684631649,1717662835,1868770662,1701407599,1633836895,1919250030,469766144,1885434403,1702323305,1919252065,1769107551,2036556150,1936026975,1701273971,352325632,1935766051,1869570861,761620843,1953394531,1701734753,1048690,1634870037,762471802,762278512,1802465123,1764582761,268466534,1914901504,1868770658,1701407599,1852793645,1852399988,268464741,1914899712,1868783458,1701407599,7892802,589496336,1130979954,1768648559,1819234405,1601790825,1752397168,1853321028,1467510594,1886413170,268464741,1914902272,1866688866,1701407599,1768714064,1935636835,1701011824,1048690,1668424471,2036689965,1869570861,1936025963,1634296877,1869049708,234885120,1130590755,1768648559,1886343269,268464213,1914898944,1869562723,1936025963,318771200,1835299363,1869570861,761620843,1936617315,7630437,589168656,1667327346,1885416820,1866673520,1701407599,1936617283,1114926693,1701736033,1048690,1701978893,762602337,1802465123,268461417,1914902016,1952670053,1869570861,761620843,1919971425,1818326639,285216768,1634038307,1663923299,1768648559,1633824101,1048690,1701978901,762602337,1802465123,1999463785,1768845921,268461934,1914902784,1952670053,1701602655,1953391981,1868783455,1701407599,7496034,588709904,1600415090,1802465123,1918854505,1920234341,1769235305,268463727,1914900736,1835623525,1869570861,1751476587,7630441,588775440,1768187250,1868770669,1701407599,1953393e3,1953456685,7171956,588709904,1768187250,1868770669,1701407599,1953393e3,1685024045,268463201,1914902016,1852139365,1868770675,1701407599,1952805677,1735289204,352325632,1734701603,1601073001,1802465123,1601398121,1868983913,1048691,1701978892,1818386283,1701536623,1048690,1701978896,1651336557,1667199589,1768648559,1048677,1701978906,1684957549,1882092133,1635150194,1915582819,1852403045,7497060,588054544,1869440370,1866687860,1701407599,469766144,1852142115,762471780,1802465123,762537321,1769238382,1633904998,1852795252,251662336,1902473763,1953719669,1802465091,7562601,587923472,762537330,1801678691,268461417,1914901760,1819636581,1701331828,1866689379,1701407599,4674381,588644368,1970496882,762541164,1802465123,762537321,1919249505,1048692,1735533328,1869570861,761620843,1667590243,1048683,1735533328,1986622032,1115251553,1701736033,1048690,1735533332,1852793695,1852399988,1667199589,1768648559,1048677,1735533322,1915646052,6582375,587857936,1651533682,1885827630,1048676,1735533332,1630364784,1885692771,1868770676,1701407599,1048691,1735533328,1647142e3,1735091041,1853190002,1048676,1735533322,1647142e3,6581857,587989008,1685088114,1851875885,7497070,588447760,1685088114,1918984749,1852793645,1852399988,268464741,1914899712,761557095,1936617315,7630437,588054544,1685088114,1869570861,1936025963,318771200,1885827619,1868770660,1701407599,1869426035,7102820,588972048,1685088114,1869570861,1936025963,1685024045,1999465569,1886413170,268464741,1914899712,761557095,1701733735,7102834,587923472,1685088114,1718511917,268465007,1914902016,761557095,1953786220,1982686572,1684630625,1684370529,184553472,1885827619,1869426020,7102820,588185616,1685088114,1735617837,1701601582,268465266,1914899456,761557095,1769238382,268461411,1914899712,761557095,1919252079,7954796,587923472,1685088114,1886351405,268463721,1914901760,761557095,1970302832,1868770672,1767994478,7497070,588054544,1685088114,1634891565,1919250544,167776256,1885827619,1735536228,268461168,1914900736,778334311,1918987635,1869622644,7235952,588578832,1685088114,1953068846,1953853288,1702260525,2036427890,167776256,1885827619,1701593444,268465266,1914900736,1130655847,1768648559,1632138085,6644579,587857936,1685088114,1633972045,1048684,1735533322,1868063856,7629167,588054544,1685088114,1852399455,1600089958,234885120,1885827619,1633836900,1919183715,268464239,1914899712,1600417895,1684955490,7692645,587989008,1685088114,1851875935,7497070,587857936,1685088114,1869374047,1048675,1735533324,1650418800,1869903215,1048686,1735533325,1683973232,1851878757,268461412,1914898944,1600417895,1852399981,301993984,1885827619,1634557796,1667198569,1702129263,268465262,1914898688,1600417895,6972015,587923472,1685088114,1886351455,268463721,1914898432,1600417895,268464240,1914898944,1600417895,2036429428,134221824,1885827619,1918984804,134221824,1885827619,2020565604,184553472,1885827619,1869570916,6646123,588644368,1685088114,1802465123,1882023273,1818586721,1869574701,1048692,1735533320,1936548976,1048679,1735533322,1869636720,7370096,588578832,762537842,1852399981,1852793645,1954047348,1918984749,301993984,2003268131,1868770672,1701407599,1685024045,268463201,1914901248,762345319,1802465123,1882023273,1667853423,1048697,1752310545,1868786805,1701407599,1701012321,268465264,1914901760,1868718697,1868770670,1701407599,1734421875,6645106,588972048,1751345522,761555245,1802465123,762537321,1969710450,1769234796,268463727,1914902528,1885889385,1936025441,1869570911,1667590507,1702063727,268465262,1914900992,1667313003,1953523043,1869570861,1936025963,285216768,762147363,1802465123,1868785001,1852142446,1048692,1836196627,1869570861,1936025963,1634891565,1919250544,369102848,1131311651,1768648559,1852785509,1953391987,1886351455,268464245,1914900736,1868784750,1701407599,1851875935,7497070,588447760,1601662578,1802465123,1601398121,1852727650,268464741,1914898688,762274927,7496034,587923472,1868853106,1869373997,268462947,1914899968,762274927,1868983913,2020565549,251662336,1685025315,1869426031,762077540,7105633,588054544,1868853106,1702260525,2036427890,150999040,1685025315,1869622639,1048688,1869751061,1882025828,1886744687,1852793645,1852399988,268464741,1914901248,762274927,1970302832,1986997616,1634497125,1048697,1869751050,1816227684,7631461,587726864,1868853106,7892802,587923472,1868853106,1802465091,268461417,1914899712,1232036975,1181705838,7172719,588775440,1868853106,1769238350,1633904998,1852795252,1885434455,7497072,587726864,1868853106,7827282,587989008,1868853106,1885434455,7497072,587989008,1868853106,1667457375,7630949,587792400,1868853106,1986946399,184553472,1685025315,1869438831,7102820,587923472,1868853106,1886351455,268464245,1914898688,1768907887,7300718,587726864,1868853106,7824750,588120080,1868853106,1630365294,1965912176,1048696,1869751059,1663923311,1768648559,1869491557,1701013876,301993984,1869574691,1868770676,1701407599,1852727650,268464741,1914899456,1919906927,1802465091,268461417,1914899200,1663924079,1768648559,1048677,1903305489,1767859817,1601136238,1852727650,268464741,1914902016,1868783475,1701407599,1667589215,1634885996,1852795252,603983872,1601401379,1802465123,1834968425,1734438497,1885303397,1886744687,1953459770,1869426216,694968676,520097792,1601401379,1802465123,1834968425,1734438497,1885303397,1886744687,1634235231,7827300,588513296,1702065010,1868770671,1701407599,1667457325,7630949,588251152,1917875314,1667331689,1851867769,7497070,588447760,762082418,1802465123,1831691625,1634956133,268461415,1914902528,1663921268,1768648559,1869491557,1768319348,1769234787,268463727,1914900736,1667198068,1768648559,1836277605,7105633,588382224,762279026,1802465123,1848468841,1667855471,1048677,1953637138,1769107568,2036556150,1953394531,7630437,587923472,1131639922,1768648559,268464997,1914900736,1130722932,1768648559,1819234405,7955305,587923472,1633842546,1851993454,268463209,1914899200,1868783990,1701407599,1048691,1987191569,1866692452,1701407599,1768714064,268466531,1914900736,1667325815,1953523043,1869570911,6646123,588316688,1633646450,1953654124,1869570911,1936025963,318771200,1685549603,1869570861,761620843,1936942445,6645601,588185616,1667528562,1768648559,1852404581,268463974,1914900224,1663923063,1768648559,1633824101,1048690,2020746002,1869570861,761620843,1885434487,7497072,588251152,1131313522,1768648559,1819234405,7955305,588251152,1986080115,1869834614,1869570861,6646123,587792400,1868770675,1701407599,301993984,1965912867,1667444073,1852793645,1852399988,268464741,1931677440,761885997,1848468323,1633842785,1048690,829629201,1869570861,761620843,1852727650,268464741,1931678720,1597124913,1701012321,1667200112,1768648559,268464997,193168e4,1667198258,1768648559,1868526437,1852404848,1634296927,6778732,588447760,761476211,1802465123,1999463785,1886413170,268464741,1931676928,1869570911,1600481643,6779757,588775440,1601396595,1802465123,1850303849,1866690406,1767994478,7497070,588578832,1818714483,1869509473,1663923315,1635020399,1919250025,369102848,1818325795,1882022259,1667853423,762537321,1769366625,268461411,1931678464,1836019297,1868770657,1852142446,1633824116,1048690,1634935578,1634561902,1852793645,1953391987,1918984749,1651469613,6646889,588185616,762339699,1668508004,1835622764,268464741,1931681024,1868770658,1701407599,1836016429,1634298992,761619310,1919252079,7954796,588382224,1882022515,1635150194,1882028387,1667853423,1048697,1651712789,1866691909,1701407599,1936617283,1114926693,268466287,1931676672,762668386,1802465123,268461417,1931678976,1818307939,762606181,762867554,1885434487,7497072,588709904,1663918963,1768648559,1869491557,1768319348,1769234787,268463727,1931677696,1868770659,1701407599,1852386675,268463974,1931676672,1684483427,1647145584,268466287,1931677184,1869562723,1298491755,1818322031,234885120,1600353059,1936287860,1768714096,268466531,1931676672,1663918947,1702063727,268465262,1931677440,1663918947,1768648559,1633824101,1048690,1668490003,1868770659,1701407599,1852793645,1953391987,150999040,1667461923,1935764781,1048683,166849e4,1869562723,1113942379,1701736033,1048690,1668490009,1952868712,762540645,1919968359,1852793645,1852399988,268464741,1931676416,762342755,1768976240,1048686,1668490003,1663923053,1868770659,1701407599,1918984749,268439552,1852011299,1868770658,1701407599,1918984749,234885120,761557795,1663923557,1768648559,268464997,1931677440,1869562724,1113942379,1701736033,1048690,1685267224,1869562722,1281714539,1818322789,1953394499,1701734753,1048690,1685267221,1919968359,1685024095,2002742369,1886413170,268464741,1931681024,1868770661,1701407599,1701653875,1734439795,1868770661,1767994478,7497070,588382224,1667458419,540110689,1663246398,1768648559,1048677,1702044430,1869177699,1802465123,7562601,588185616,1952671091,762212201,1802465123,268461417,1931680768,1769235301,1663921775,1768648559,1869504357,1769236852,1769234787,268463727,1931677696,1769235301,1663921775,1768648559,268464997,1931677440,1769235301,1667198575,1768648559,1048677,1702044429,1869182051,1735548782,268461168,1931678464,1147430245,1866692201,1701407599,1232560460,1048676,1702044438,1766089829,1869562742,2003134827,1232560460,7300718,588840976,1852269939,2053205089,1701736297,1869570911,1936025963,1954047327,234885120,1818587939,1663924588,1768648559,268464997,1931678464,1668246885,1768648559,1634217317,1701602414,1048690,1702044442,1869374063,1919248231,1936746868,1869570861,761620843,7956073,587923472,1634887027,1802465091,268461417,1931678976,1986097765,1868770671,1701407599,1851875885,7497070,588251152,1987208563,1936024425,1869570861,6646123,588251152,1663919731,1768648559,1869426021,7102820,588447760,1866688115,1701407599,1852989783,1114074729,268464737,193168e4,1869562726,1466263915,1768845921,1631741806,1634751346,7497059,588316688,761816691,1802465123,762537321,1868983913,452988928,761754403,1802465123,762537321,1885434487,762471792,1937012079,6644841,588447760,1866688371,1701407599,1819234419,1115251561,268464737,1931680256,1868783463,1701407599,1852793695,1953391987,1936026975,1701273971,167776256,1667724067,1768648559,268464997,1931676416,1667199847,1768648559,1048677,1752376079,2003788897,1869570861,1936025963,167776256,1634235171,1667198313,268465003,1931676928,1835622760,1936417631,7693663,588316688,1918986355,1869762661,1701603686,1802398028,318771200,1634235171,1600415090,1919968359,1869571679,7497076,588054544,1918986355,1868770667,1701407599,201330688,1869116195,1868770672,1701407599,402657280,1869116195,2036754800,1667593005,1852795252,1869570861,1936025963,469766144,1869116195,2036754800,1667593005,1852795252,1869570861,1936025963,2002873439,503320576,1869116195,2036754800,1667593005,1852795252,1869570861,1936025963,1886351455,268464245,1931682560,1768976232,1932360038,1769235301,1731030639,762474596,1802465123,1848468841,1667855471,1048677,1752376092,1718186095,1702047097,1869182051,1684483438,1680700016,1869373801,1048679,1752376092,1718186095,1702047097,1869182051,1684483438,1848472176,1667855471,1048677,1752376102,1718186095,1702047097,1869182051,1818701166,1818321519,1869570861,761620843,1936617315,7630437,588972048,1886349427,1634495593,1869570936,1818585451,1999468385,1886413170,268464741,193168e4,1953656680,1684955496,1885628205,1868770674,1767994478,7497070,588447760,1919903859,2020175988,1663921253,1768648559,268464997,1931676672,762802024,1802465123,268461417,1931676416,1131900776,1768648559,1048677,1752376079,1866692463,1701407599,1868983881,335548416,1869116195,1633836919,1919250030,1869570911,1936025963,201330688,1869116195,1868783479,1701407599,335548416,1869116195,1868783479,1701407599,1852793695,1953391988,218107904,1869116195,1868783479,1701407599,1048691,1752376075,1868789615,1701407599,268439552,1869116195,1869570935,1634036075,1953654124,251662336,1869116195,1869570935,1768253803,7300718,588120080,2003789939,1802465123,1634493801,1048695,1752376088,1868789615,1701407599,1986622064,1601790817,1970302832,1048688,1752376078,1868789615,1701407599,7633012,588578832,1647143283,1663923315,1768648559,1869491557,1701013876,268439552,1701409571,1868770661,1701407599,1918984749,268439552,1802072867,1919905135,1869570911,1936025963,234885120,1835627299,761621616,1802465123,268461417,1931678976,1819307369,1868770661,1701407599,1851875885,7497070,588644368,1886218611,1663919468,1768648559,1868770661,1852142446,1048692,1769153304,1701605485,762668333,1802465123,1868785001,1869771886,1048684,1769153312,1701605485,762668333,1802465123,1868785001,1869771886,1986997612,1634497125,1048697,1769153299,1701605485,1701012289,1866691696,1701407599,268439552,1835627299,1130720368,1768648559,1918976613,436211712,1835627299,1130720368,1768648559,1852785509,1953391987,1886351405,268464245,1931678464,1819307369,1869562725,1147496811,1869373801,1048679,1769153310,1701605485,1667853411,1769299819,1868783475,1701407599,1936617315,7630437,587923472,1886218611,1868785004,268462959,193168e4,1819307369,1869570917,1852139883,1718187119,1952539497,7237481,589103120,1886218611,1868785004,1701407599,1769238382,1633904998,1852795252,825259615,402657280,1953067811,1818307941,762606181,1802465123,1869505897,1701013876,285216768,1953067811,1633824101,1919250030,1885628205,1048690,1769153292,1663919476,1768648559,1048677,1769153299,1663919476,1768648559,1869491557,1701013876,318771200,1953067811,1868770661,1701407599,1819242541,7955305,588185616,1702127987,1869570861,1650813291,268464737,1931676928,761623657,1802465123,7562601,588513296,1702127987,1869570861,1936025963,1851875885,7497070,588578832,1702127987,1869571629,1601332596,1869570911,1936025963,419434496,1953067811,1868967269,1919251567,1701601631,1667200114,1768648559,1048677,1769153313,1848468852,1718187119,1952539497,762212201,1802465123,1663919465,1702063727,268465262,1931681792,761623657,1769238382,1633904998,1852795252,1819242541,762930025,1851877475,268461415,1931678208,761623657,1769238639,1701326190,1919247457,335548416,1953067811,1702309221,1702065453,1869570861,1936025963,419434496,1953067811,1769418085,1663919460,1768648559,1701653861,1734439795,1048677,1769153291,1866687860,1701407599,285216768,1953067811,1769099365,2036556150,1633972045,1048684,1769153300,1667196276,1768648559,1635213157,1852403314,1048679,1769153304,1667196276,1768648559,2002744165,1768845921,1767860078,1048676,1769153308,1717527924,1702129519,1667194738,1768648559,1868783461,1852142446,1048692,1769153298,1767859572,1601136238,1802465123,7562601,588251152,1702127987,1735617887,1869570911,6646123,588316688,1702127987,1802465123,1633838441,1919250030,385880064,1953067811,1851878757,1919248225,1869570861,761620843,7496034,588972048,1702127987,1936028533,1802465123,1635214697,1852403314,1920234343,268464233,1931678208,1667200361,1768648559,1852401765,1936287095,285216768,1986622243,1869570911,1113942379,1701736033,1048690,1769153292,1701608058,1885628205,1048690,1769153302,1701608058,1885628205,1970482546,1936028272,7499635,587923472,1663921011,1768648559,268464997,1931676160,1869570923,1936025963,352325632,1886090019,761426787,1802465123,1647142249,1701736033,1048690,1802707730,1868770678,1701407599,1851875885,7497070,588185616,762932083,1802465123,1647142249,268464737,1931679232,1868790123,1868770669,1701407599,1634891565,1919250544,251662336,1600942883,1802465123,1767859561,7300718,587792400,1885432947,1767992181,385880064,1634497315,1684105331,1601071469,1868789093,1701407599,7823724,588382224,761490547,1802465123,1647142249,1701736033,1048690,1819484944,1802465123,1868785001,1852142446,1048692,1819484945,1298883433,1818322031,1802465091,268461417,1931677696,1701079404,762210605,1802465123,268461417,1931678976,1701079404,1634035807,1601332580,1802465123,7562601,588185616,1684630643,762603877,1802465123,268461417,1931680512,1768188268,1882023790,1886744687,1869570861,1936025963,1852793645,1048692,1819484945,1852400745,1869562727,1147496811,268465769,1931677440,1667201132,1768648559,1634492261,1048695,1836262164,762668333,1802465123,1647142249,1701736033,1048690,1836262164,1953525599,1650421353,1918856820,1701410405,1048695,1836262172,762080353,1970302832,1868770672,1701407599,1986997619,1634497125,1048697,1836262159,762606177,762342755,1953722216,318771200,1634562851,1868788850,1701407599,1919311731,6647137,588775440,1918987635,1650816884,1668637997,1768648559,1702309221,6386290,588840976,1667460467,1634035807,1601332580,1802465123,1667327337,1953523043,184553472,1701671715,1869570911,6646123,588251152,1667591539,1768648559,1953459813,6644585,588578832,1818848627,1868770661,1701407599,1634891565,1919250544,318771200,1768780579,1866687852,1701407599,1953394499,7106418,589037584,1818848627,1868783461,1701407599,1953523043,1601073001,1684955490,7692645,587923472,1667198579,1768648559,268464997,1931678976,1801675118,762470754,1802465123,1764582761,7300718,588316688,1885957747,762602864,1869570861,1936025963,536875008,1768846115,1952804976,1869570861,1097165163,2003790956,1869570861,1097165163,2003790956,318771200,1768846115,1952804976,1869570861,1113942379,2978401,589365264,1885957747,762602864,1802465123,1866687849,1869771886,1868770668,1701407599,1868983881,536875008,1768846115,1952804976,1869570861,1399155051,1885958772,1869570861,1399155051,1885958772,603983872,1768846115,1952804976,1869570861,1936025963,1701996353,1852140901,1852785524,1819243124,1918984749,184553472,1835954979,1802465123,7562601,588775440,761884531,1651469415,1882025057,1635150194,1764587875,7300718,587989008,1886351219,1869570913,6646123,587989008,1953787763,1869570927,6646123,588840976,762933107,1668117607,1768648559,1831695205,1651403105,1801678700,301993984,2037347107,1953394531,1668050802,1768648559,268464997,1931680768,1868790127,1869771886,1869570924,1936025963,1852793695,1852399988,268464741,1931678208,1868770672,1701407599,1852793645,1953391987,318771200,762344227,1919968359,1852793645,1953391987,6911277,588185616,1918988403,1131376500,1768648559,268464997,1931677952,1882022768,1886744687,1869570861,6646123,588054544,1868787827,1701407599,1919968359,419434496,1701868323,1970236257,1868770676,1701407599,1835365421,1952541808,1048677,1886593808,1869570918,1650813291,1701736033,1048690,1886593808,1869570921,1650813291,1701736033,1048690,1886593808,1802790252,1868770671,1701407599,1048691,1886593806,1701603695,1869562738,6646123,588775440,1953460339,2054845794,1869770797,1869570861,761620843,7956073,588120080,1634889843,1768450147,1768257390,1048691,1886593805,1663919218,1702063727,268465262,1931681024,1853126e3,1667197801,1768648559,1869635429,2036558188,1851875935,7497070,588316688,1663922803,1768648559,1869622629,2036558188,268439552,1634890531,1802465091,1631741289,1919250030,318771200,1668510499,1802465091,1951622505,1835365473,7630437,588578832,762606451,1953460070,1663922789,761360483,1702129518,385880064,762606371,1802465123,1882023273,1667853423,1869622649,7370096,587989008,1866691699,1701407599,7892834,587857936,1667200115,1768648559,1048677,1953702671,1885628255,1718181746,1701667186,385880064,1635021603,1885628205,1869426034,762077540,1919252079,7954796,588906512,1918989427,1868770675,1701407599,1953459757,1667851881,1869182049,1048686,1953702683,1702130273,1919954290,1868770671,1701407599,1852793645,1953391987,486543360,1635021603,1769174130,762209636,1802465123,1680696681,1818456937,1701669217,1048690,1953702683,1937011297,1852138601,1885628205,1768172914,1634493299,1919249769,486543360,1635021603,761489780,1802465123,1882023273,1667853423,1701653881,1734439795,1048677,1953702666,1869562724,6646123,588251152,761754739,1986622064,762930017,7496034,588906512,1667855475,1647147371,1663922785,1768648559,1920413029,1701867617,1048690,1953702672,2037080937,1918984749,1885628205,1048690,1953702678,2037080937,1869570861,761620843,1852989815,6778473,588185616,1667855475,1663924587,1768648559,268464997,1931678976,1801677172,1869622649,762344816,1802465123,7562601,588906512,1667855475,1633122667,1852403314,1869562727,1348823403,1667853423,1048697,1953702675,2037080937,1802465123,1867539817,2036558188,318771200,1769239331,1853451107,879064175,1802465123,7562601,588972048,1953068147,1663920227,1768648559,1869491557,1768319348,1769234787,268463727,1931677440,1663921012,1768648559,1633824101,1048690,1953702676,1684496237,1885303408,1886744687,1767992621,1048686,1953702676,1663918958,1768648559,1852793701,1667330676,1048692,1953702674,1868770671,1701407599,1936942413,6645601,588054544,1886352499,1802465123,1868983913,419434496,1869902627,1919313266,1601465967,1802465123,2002740585,1701274729,1048692,1953702669,762147439,1802465123,268461417,1931678464,1836216180,1802465091,1699571049,1852400748,1048679,1953702673,1131246191,1768648559,1886343269,268464245,1931677696,1836216180,1802465091,1633117545,268463212,1931680256,1836216180,1768384868,762077556,1802465123,1633117545,1682533484,402657280,1869902627,1718188402,1919954297,1868770671,1701407599,2036754733,318771200,1920234275,1130460769,1768648559,1851867749,7497070,588578832,1634890867,1919246967,1663924594,1768648559,1918984805,234885120,1920234275,761622633,1802465123,268461417,1931677184,1885958772,1634230117,1852796269,184553472,1953788707,1869570861,6646123,588578832,1935832435,1769370213,1866687843,1701407599,1918976627,385880064,1769304867,1717785645,1936877894,2036419700,1867346533,7102820,588447760,1835890035,1667199861,1768648559,1852399461,268463974,1931678208,1663921781,1768648559,1936018789,1701273971,385880064,1853190947,1869570861,1298491755,1634956133,1850303847,7497070,588513296,1701868915,1734438258,1869570861,761620843,7956073,587923472,1987212659,1650424165,268464737,1931676160,778663029,1769239923,268439552,1953854243,1784763497,2054122341,1869898100,335548416,1953854243,1768316777,1818589543,1954178413,1936028773,503320576,1953854243,1768316777,1818589543,1954178413,1936028773,1818386783,1717529441,268466281,1931676160,1600746613,1868983913,218107904,1953854243,1701535593,1701602682,1048691,1970479880,1868720500,1048696,1970479878,7039348,589299728,1769239923,1634230123,1634630259,1635017068,1734960735,1835820409,1702132325,7562612,587661328,1769239923,268461419,1931678208,1868770678,1701407599,1852793645,1953391987,503320576,1953919779,1802465091,1850303849,1836216166,1869182049,1852785518,1852399988,268464741,1931677184,1129661815,1768648559,1145664357,184553472,1601663779,1802465123,7562601,588382224,1868789619,1701407599,1920413043,1701867617,1048690,2004034328,1868770661,1701407599,1851875885,762471790,1818324339,1048684,2004034323,1868770668,1701407599,1634891565,1919250544,285216768,1668838179,1852793695,1836214630,1869182049,1048686,2020811536,1869562735,1936025963,1919249473,1048692,2037588755,1868770668,1701407599,1852796205,1919251571,402657280,1853453091,1702064225,1869570861,761620843,1852727650,825061989,385880064,1853453091,1768387173,1869570911,1600481643,1885434487,7497072,588906512,1701738867,1600743282,1701736041,1852399474,1836216166,1869182049,1048686,2037588753,1869562739,1298491755,1634956133,268461415,1931676416,1866691449,1701407599,1048691,2054365967,1802465091,1867539817,2036558188,201330688,1668969251,1768648559,1886549861,285216768,1803186979,1802465091,1850303849,1866624870,1048696,2054365965,1869562735,1113942379,268464737,1948454656,1969581362,1802465123,1634493801,1048695,863249167,1802465091,1867408745,1701013876,301993984,1832154147,1735615533,1663922038,1702063727,268465262,1948454144,1869570911,1231382891,7300718,588054544,1818386804,1868770661,1701407599,369102848,1918989347,1969317236,1920231779,1865248367,1819436406,268466529,1948455680,1702130273,1768125793,1852797556,1869574701,1048692,1635001110,1634038898,1953063797,1097756530,1953654124,6777154,588120080,1769365876,1868787571,1701407599,1048691,1635001106,1866688888,1701407599,1936617283,7630437,588251152,1866687092,1701407599,1936617283,7630437,588578832,1702322804,1868783458,1701407599,1868980083,1919251567,184553472,761492515,1936617315,7630437,588447760,1882022772,1635150194,1999468899,1886413170,268464741,1948454400,1852006243,1885301865,1886744687,234885120,1600353315,1802465123,1868522857,268465264,1948456448,1919967075,1130329705,1869902709,1702252397,2036427890,184553472,1600353315,1986622064,7955297,588644368,1885299572,1635150194,1650424163,1869902959,1768316781,1048696,1668555539,1769107551,2036556150,1634891615,1919250544,234885120,1600353315,1685088114,1886351455,268464245,1948453632,1868784483,1701407599,1048691,1668555531,1869504366,1701013876,268439552,1634038819,1836411244,1869570861,1936025963,318771200,1634038819,1836411244,1936614751,1633972045,4670060,587857936,1868785012,1852142446,1048692,1702109967,1668048237,1768648559,1886351461,385880064,1835365411,1952541808,1868770661,1701407599,1819242541,7955305,588316688,1634624884,1665234030,1953523043,1954047316,268439552,1919251491,1869506925,1869562739,1936025963,587206656,1919251491,762932333,1701080931,1768846125,1952804976,1886745389,1953656688,1851875885,7497070,588251152,1836213620,1701064047,1869570861,6646123,588578832,1836213620,1701064047,1869570861,1600481643,1769369193,234885120,1919251491,762539885,1802465123,268461417,1948456448,1936552549,1769107501,2036556150,1852793645,1953391987,385880064,1919251491,1849783149,1769099364,2036556150,1634692166,7497076,587989008,1836213620,1953451635,6644585,588709904,1836213620,1868783475,1701407599,1852793695,1852399988,268464741,1948453888,1936552549,1802465123,268461417,1948456960,1868788581,1802465091,1867408745,1768319348,1769234787,268463727,1948455936,1868788581,1869570911,1600481643,1734633847,268465253,1948456192,1868788581,1819242591,1601790825,1734633847,3241061,588382224,1954047348,1701012289,1866691696,1701407599,1048691,1702109968,1850307704,1866690406,1701407599,1048691,1702109972,1601139832,1936291425,1868783471,1701407599,1048691,1702109973,1935767672,1869570861,761620843,1701012321,268465264,1948455424,1869570918,761620843,1801675106,1886351972,251662336,1667658787,1768648559,1869426021,7102820,588185616,761620084,1802465123,1647142249,268464737,1948455936,1663919462,1768648559,1768697189,1651796071,268466287,1948458752,1663919462,1768648559,1768697189,1651796071,1932359791,1701539693,1702453612,1048690,1718887180,1868770668,1701407599,1048691,1718887189,1935957869,1601140327,1668508004,1835622764,268464741,1948453888,1667198822,1768648559,268464997,1948454912,1684496999,1865249392,1819436406,268466529,1948454144,1697459560,1869570933,6646123,587923472,761620596,1802465123,268461417,1948453376,1866687848,1701407599,234885120,1701344291,1802465091,1867408745,268461428,1948454144,1632396648,1869562743,6646123,588054544,1600481396,1802465123,863200617,167776256,1701344291,1802465123,268461417,1948453376,1667589480,2020565612,218107904,1701344291,1667196269,1768648559,1048677,1752441632,1969582949,1869562739,1348823403,1667853423,1819631481,1802465091,1867539817,1048684,1752441628,1667985001,1702063727,1848472686,1667855471,1920413029,1701867617,1048690,1752441618,1868788585,1701407599,1936942445,6645601,588185616,2034657652,1869562719,1281714539,268466017,1948455424,1667196009,1768648559,1918981989,1735289198,318771200,1718187043,1868783481,1701407599,1819242591,7955305,588513296,1684957556,1667196265,1768648559,1818320741,7631461,588251152,1936615796,1869570911,1600481643,7496034,588447760,2037279092,1802465123,1999463785,1886413170,268464741,1948453632,1866690665,1701407599,1048691,1769218830,1919512434,1869570911,6646123,588185616,762734964,1802465123,1647142249,268464737,1948455936,1868770668,1701407599,1886351405,1647145077,268466287,1948455680,1836008300,1198419821,1114796132,1701736033,1048690,1819550497,1802465091,1866687849,1768714349,1701015141,1953066569,1466720617,1886413170,268464741,1948453632,1667198828,1768648559,1048677,1819550482,1868770672,1701407599,1869622643,7370096,588316688,1668508788,1768648559,1969582949,1918984749,268439552,1349350435,1635150194,1766095203,1735355489,285216768,1349350435,1635150194,1984919907,1634497125,1048697,1836327695,1986622032,1400464225,1701607796,234885120,1886221347,1734700127,1650420833,268464737,1948456960,1600352877,1802465123,1717527913,1702129519,1852399474,268463974,1948454144,1868770670,1701407599,7496034,588382224,1601662580,1802465123,1868785001,1852142446,1048692,1853104913,1869570938,1600481643,1953787746,268463471,1948454400,1953718639,1869570861,1936025963,167776256,1634694179,1733063795,268461168,1948456960,1953718639,540942451,1634694179,1467184243,1886413170,268464741,1948455936,1852401263,1869491567,1768319348,1769234787,268463727,1948454144,761753455,1802465123,7562601,588185616,1819242356,762470754,1802465123,268461417,1948454912,1651273583,1667199585,1768648559,268464997,1948454656,1953263471,1663922281,1768648559,1048677,1869882134,1769237615,1919954288,1667331689,1752378745,7239535,588447760,762343284,1802465123,1932354921,1769235301,268463727,1948455680,1663922287,1768648559,1920413029,1701867617,1048690,1869882136,1701653872,1734439795,1852386661,1663922022,1768648559,1048677,1869882122,1869562736,6646123,588251152,1131442036,1768648559,1851867749,7497070,588054544,1131442036,1768648559,1145664357,285216768,1886352419,1866691909,1701407599,1919249473,1048692,1869882128,1868783472,1701407599,1433431888,1048688,1869882129,1868783472,1701407599,1886351455,268464245,1948457472,1751085167,1701077349,1868783474,1701407599,1936026975,1701273971,402657280,1886352419,762470754,1802465123,1663919465,1635020399,1919250025,251662336,1886352419,762470754,1802465123,7562601,587857936,1668312948,1768648559,1048677,1869882123,1633824115,1919250030,167776256,1936684067,1852727650,268464741,1948457216,1936619375,761619561,1802465123,1633838441,1970220402,7497076,588316688,1663922292,1768648559,1668492645,1953524082,301993984,1819309091,1869570861,761620843,1768714096,268466531,1948453120,1869562738,6646123,588185616,1667330676,1869562731,1113942379,268464737,1948454656,1801675122,1647145573,1701736033,1048690,1920213776,1701536609,1635200370,1852403314,1048679,1920213786,1701536609,1630368626,1663921011,1702063727,1731032174,7499876,589103120,1667330676,1735289195,1919377709,1932420453,1801677172,1868705145,1836020852,469766144,1634890787,1852402531,1868770663,1852142446,1818373492,762012527,1701273968,469766144,1634890787,1852402531,1868770663,1852142446,1768172916,1735355489,2003136045,570429440,1634890787,1852402531,1868770663,1852142446,1701326196,1919247457,1852793645,1852399988,268464741,1948455168,1801675122,761753193,1802465123,7562601,588185616,1667330676,1735289195,1802465091,268461417,1948456448,1801675122,1348955753,1768780389,1869181811,1918976622,385880064,1634890787,1852402531,1868783463,1852142446,1869438836,7102820,588316688,1667330676,1735289195,1852401759,1936287095,369102848,1634890787,1852402531,1869570919,761620843,1852727650,268464741,1948456960,1936613746,1684956515,1869570861,761620843,1852727650,268464741,1948455424,2054054258,1869902713,1869570930,1936025963,335548416,1634890787,1953260918,1868770657,1701407599,1918984749,318771200,1769108515,1734304865,1601335396,1936617315,7630437,587923472,1734963828,1802465091,268461417,1948458240,1768974706,1868770680,1701407599,1852793645,1953391987,1953459757,6644585,588578832,1936355956,1869570861,1936025963,1701602605,1953391981,201330688,1869771811,761489774,1919968359,419434496,1970435107,1650945647,1734831980,1663922789,1768648559,1718168933,1048697,1920213774,1702130549,1851875885,7497070,588120080,1937076852,1647142260,1869902965,1048686,1920213781,1702130549,1852793645,1953391987,1634890797,268462947,1948456192,1870230898,1852793645,1953391987,1685024045,6646901,588185616,1667199860,1768648559,1852399461,268463974,1948453888,1869570931,1650813291,268464737,1948454656,1663922035,1768648559,1633824101,1048690,1953768208,1869570861,761620843,1919249505,1048692,1953768208,1869570861,761620843,1734631778,1048677,1953768208,1869570861,761620843,1667590243,1048683,1953768209,1869570861,761620843,1769238382,268461411,1948455424,1868770676,1701407599,1702260525,2036427890,285216768,762606627,1802465123,1999463785,1868852841,1048695,1953768211,1869570861,1650813291,1714254433,1701667186,184553472,1601467427,1802465123,7562601,588185616,1868788852,1701407599,1953853229,268464741,1948455424,1630365556,1885692771,1868770676,1701407599,385880064,1735685155,1953460038,1866691173,1701407599,2003724616,7563621,588382224,762279028,1802465123,1699571049,1734439795,1048677,1953768210,1868770674,1701407599,1851875885,7497070,588840976,1663923572,1768648559,1697477477,1868770677,1768714349,1701015137,469766144,1769305123,1684633439,1601463655,1802465091,1867408745,1768319348,811561573,167776256,762737699,1802465123,268461417,1948453888,1868770678,1701407599,268448045,1948455168,1663906422,1768648559,1818307941,7631461,588054544,1664251508,1768648559,1918984805,184553472,1819702307,1802465123,7562601,587989008,1634956916,1869570861,6646123,587857936,1663924084,1768648559,1048677,2004099856,1802465091,1866687849,1852142446,1048692,2004099853,1869562723,1147496811,268465769,1948453376,1866687863,1701407599,369102848,762868771,761555813,1936617315,1836346981,1734438497,268464741,1948459008,1835347320,1869570920,1650813291,1701736033,1633824114,1919250030,1734633847,268465253,1948459264,1735208312,1633840741,1663919475,1768648559,1852793701,1953391987,1953459757,6644585,589430800,1667201140,1768648559,1852793701,1953391987,1701998687,1701995878,1936024430,1768187231,1048692,2020877067,1869570911,1936025963,402657280,1601729571,1668509795,1768648559,1718511973,2020565615,828993631,352325632,1601729571,1667196262,1768648559,1647145829,1701736033,1048690,2020877085,1668312415,1769433456,1633836907,1919250030,1852793695,1852399988,268464741,1948455936,2004311928,1802465123,1834968425,1634956133,268461415,1948453632,1866691704,1701407599,1048691,2037654283,1600943476,1868853106,201330688,1885435171,1633824112,1919250030,369102848,845313315,1868770612,1701407599,1852793645,1852399988,268464741,1965232128,1633824099,1919250030,1685024045,268463201,1965236736,1952591203,1970220398,1684632436,1818439013,762012521,1852727650,1831694949,1818322031,402657280,761492771,1953391971,762077554,1852727650,1831694949,1818322031,268439552,761492771,1986622064,762930017,1885956195,268439552,1852011811,1885628205,1633824114,1919250030,318771200,1717859619,1869570861,761620843,1936942445,6645601,587923472,762078325,1802465123,268461417,1965231360,1866691684,1701407599,7892834,588316688,1663919477,1768648559,1869491557,2036754804,301993984,761623843,1802465123,1999463785,1768845921,268461934,1965230592,1868783461,1701407599,150999040,1667593507,1768648559,1048677,1702175498,1802465123,7562601,588382224,1882023541,1635150194,1647147363,1701736033,1048690,1718952716,1868770663,1701407599,1048691,1735729936,1868770611,1701407599,1718511917,1048687,1752507151,1869562726,1097165163,1953654124,285216768,761885987,1869376609,1868770679,1701407599,1048691,1769284362,1869570861,6646123,588316688,1663920501,1768648559,1869622629,2036558188,520097792,761885987,1802465123,1932354921,1869639797,1848472690,1718187119,1952539497,7237481,588120080,1764583797,1868770660,1701407599,1048691,1769284368,1802465091,1866687849,1852142446,1048692,1769284365,1869570911,1650813291,268462956,1965232640,1870295914,1869570911,1634036075,1953654124,234885120,762017059,1802465123,1965909353,268461427,1965230336,1869562731,6646123,588185616,1866689397,1701407599,1684104520,268464741,1965231616,1869562731,1348823403,1884647535,234885120,1131115811,1768648559,1886343269,268464245,1965233152,1868783467,1701407599,1852793695,1852399988,268464741,1965233408,762277739,1802465123,762537321,1885434487,7497072,588185616,1869572981,1869570911,1818585451,268466017,1965231616,1668247403,1768648559,2002873445,201330688,1131312419,1768648559,1953383269,301993984,1601074467,1802465123,1834968425,1634956133,268461415,1965232640,1663920494,1768648559,1869622629,2036558188,301993984,1768846627,1667457375,1601466469,1802465123,268461417,1965232640,1701079406,1684483426,1647145584,1801678700,335548416,1768846627,1702258028,1869562738,1348823403,1886744687,419434496,1768846627,1953390963,1868770657,1701407599,1852140845,1701273971,1048685,1853170452,1868788841,1701407599,1634758255,1631741287,1048690,1853170448,1668510825,1768648559,1634479461,1048695,1869947665,1869570911,1600481643,1852727650,268464741,1965232384,1667195759,1768648559,1852399461,7303796,588251152,1667526517,1768648559,1953459813,6644585,587857936,1663922293,1768648559,1048677,1886724879,1885628205,1633824114,1919250030,352325632,1685091619,1684370529,1986622032,1350132577,1667853423,1048697,1937056523,1869570861,1936025963,251662336,1601402147,1802465123,1601398121,6779757,587857936,1868788597,1701407599,1048691,1937056526,1718562149,1869570861,6646123,588447760,1130722165,1768648559,1919369573,1701668197,268465262,1965233664,1866687859,1701407599,1667449203,1114927205,1801678700,251662336,1702065443,1802465091,1131636073,7630447,587923472,1600484213,1802465123,268461417,1965232640,1667196275,1768648559,1701994341,1684957549,201330688,1702065443,1869570911,1936025963,234885120,1702065443,1600548703,1802465123,268461417,1965230848,1868785011,1701407599,1048691,1937056534,1630368357,1701147239,1953391981,1953459757,7956073,588513296,1919251317,1869570861,761620843,1718513507,7172713,588513296,1919251317,1869570861,761620843,1936942445,6645601,588513296,1919251317,1869570861,761620843,761754477,7892834,588513296,1919251317,1701996353,1852140901,1851867764,7497070,588316688,1919251317,1936617283,1148481125,1935766625,218107904,1702065443,1868783474,1701407599,1048691,1937056530,1868526181,1852404848,1851875935,7497070,588185616,1919251317,1802465123,1752393065,268466031,1965231616,1836213619,1866688371,1701407599,218107904,1769174307,1866688366,1701407599,1048691,1937056531,1130851945,1768648559,1631744869,1919250030,234885120,1769174307,1667196782,1768648559,268464997,1965232896,1867542387,1769236844,1866686819,1701407599,1048691,1937056524,1868783471,1701407599,1048691,1937056527,1701076847,1868783465,1701407599,184553472,1869837603,1802465123,7562601,587923472,1131574133,1702063727,268465262,1965230848,1868788339,1701407599,1048691,1937056525,1635213684,1802465091,268461417,1965231616,1868770676,1701407599,1918984749,369102848,1601467683,1802465123,2002740585,1768845921,1650419566,268464737,1965234176,1768712564,1769234803,1680698991,1663923045,1768648559,268464997,1965232896,1768712564,1769234803,1866690159,1701407599,1048691,762716940,1802465123,1634493801,1048695,762716944,1802465123,1701668201,1734439795,1048677,880157463,1701998435,1869570911,1600481643,1953785203,1936158313,301993984,761361955,1802465123,1663919465,1702063727,268465262,1982010624,1868770657,1701407599,1852793645,1953391987,6775341,587923472,761553270,1802465123,268461417,1982008832,1684630625,1869570911,1936025963,285216768,1818326563,1952539753,1131310953,1768648559,1048677,1635132180,1851877746,1885628205,1868770674,1852142446,1048692,1668686606,1918984749,1869570861,6646123,588382224,762143606,1868770678,1852142446,1685269876,1048683,1685463824,1869570861,761620843,1919249505,1048692,1685463825,1869570861,761620843,1852727650,268464741,1982011392,1868770660,1701407599,1851875885,762471790,1667330163,268464741,1982008064,1868787301,1701407599,1048691,1702241040,1851880558,1868770657,1701407599,1048691,1702241039,1851880558,1869562721,1936025963,251662336,1919252003,1936291425,1869570927,6646123,588382224,1769104758,1633904998,1868770674,1701407599,1048691,1702241041,761885811,1380992071,1634887213,268461421,1982009344,1868770664,1701407599,1919251501,268465005,1982009600,1663918696,1702063727,1634497646,7497081,587989008,2003134838,1802465091,7562601,588578832,2003134838,762602860,1802465123,1869636969,2036558188,318771200,1701410339,1952803959,1936286765,1767992419,7497069,588578832,1836280182,1868770671,1701407599,1634891565,1919250544,301993984,1969845795,762146659,1802465123,1647142249,268464737,1982010112,761624169,1802465123,1848468841,1667855471,1048677,1802904346,1869570911,1600481643,1634623853,762471783,1851875885,7497070,588120080,1663921526,1768648559,1633824101,1048690,1836458770,1868770668,1701407599,1953459757,6644585,588644368,1869049718,1663923054,1768648559,1831695205,1702130529,1048690,1870013210,1819043177,1868770671,1701407599,1936286765,1767992419,7497069,588447760,762343286,1802465123,1663919465,1920233071,268463215,1982010880,1936338288,1869570861,1936025963,1869504351,1701013876,234885120,1735554595,1650418800,1701080673,268465505,1982008064,1663921778,1768648559,1048677,1937122066,1869570861,761620843,1852989815,6778473,588316688,1663923062,1768648559,1852401765,1936287095,301993984,762541603,1802465123,762537321,1768714096,268466531,1982009600,1868784499,1701407599,1936617283,7630437,588382224,1868788598,1701407599,1919249473,1852785524,1048692,1937122071,1852400229,1869631329,1769107322,1866686828,1701407599,285216768,1836283427,1869570911,1600481643,1667590243,1048683,1953899278,1650680621,1953459757,7956073,588644368,1769108598,1882024803,1663922034,1768648559,1718168933,1048697,1970676491,1852793695,1953391987,402657280,1601533475,1702453612,1868783474,1701407599,1852793695,1953391988,335548416,1702196771,1886413101,1769107501,2036556150,1918984749,167776256,1702196771,1802465091,268461417,1982007296,1682400629,268464752,1982008832,1667196277,1768648559,2002873445,184553472,1668707875,1869570911,6646123,588054544,1130657654,1768648559,1918976613,285216768,1663924003,1768648559,1848472421,1667855471,1048677,829891353,1918987320,1735679841,1735748720,1667198569,1702063727,268465262,1998787072,1667200306,1768648559,1869504357,1701013876,167776256,892565283,1885560631,268460654,1998785536,1663922995,1768648559,268464997,1998786560,1663923508,1768648559,1852386661,268463974,1998786048,1802465091,1867408745,1701013876,150999040,1130460963,1768648559,1048677,1635197703,1380992071,234885120,1600223011,1332768099,1819436406,268466529,1998786816,1663919713,1768648559,1869622629,7370096,588251152,1701273975,762279022,1999466595,7364978,588185616,761815415,1919968359,1886351405,268464245,1998785536,1668574817,1768648559,268464997,1998787072,762212961,1802465123,762537321,1634038369,201330688,1918990115,1869562734,1936025963,218107904,1918990115,1868783470,1701407599,1048691,1635197711,1852403314,1868770663,1701407599,251662336,1918990115,1735289198,1802465091,7562601,588578832,1852989815,1600613993,1667192133,1768648559,1735617893,251662336,1918990115,1735289198,1869570911,6646123,588251152,1852989815,1600613993,1802465123,7562601,588251152,1852989815,1667722857,1768648559,6572389,588513296,1886544247,1869570911,1600481643,1852989815,6778473,588972048,1886544247,1869570911,1600481643,1852989815,1600613993,1768058733,268461420,1998786304,1953722977,1667195255,1768648559,1048677,1651974927,1802465091,1867539817,2036558188,419434496,1868724003,1869570861,761620843,1702453612,1920413042,1701867617,1048690,1668752143,1885628205,1769418098,1952802660,419434496,1801680675,1869570861,761620843,1970302832,1852386672,1868722022,1048696,1668752149,1852785520,1953391987,1852727618,1950577253,268463218,1998787328,762540899,1802465123,1647142249,1701736033,1048690,1685529360,1852793645,1953391987,1869575213,1048684,1685529364,1869570861,761620843,1953394531,1701734753,1048690,1685529358,1769099367,2036556150,7892802,588185616,1600611447,1802465123,1650419049,268464737,1998786304,1663921508,1768648559,1953459813,1048677,1702306574,1702065453,1869570861,6646123,588185616,1965909367,1663919475,1768648559,268464997,1998785792,1702057317,1802465091,7562601,588316688,1934976375,1869562725,1936025963,1868983881,301993984,1432712995,1866687859,1701407599,1886343283,268464245,1998786304,1937071973,1868783461,1701407599,1048691,1702306583,1634290786,1919247470,1802465091,1631741289,1919250030,335548416,1650816803,1869570911,1818585451,1885304673,1886744687,352325632,1650816803,762868321,1802465123,1848468841,1667855471,1048677,1702306588,1986356322,1802465091,1098081641,1953654124,1953394499,1701734753,1048690,1702306592,1701209442,1986622571,1885628255,1868783474,1701407599,1718511967,1633836911,1048690,1702306576,1953067874,1868770661,1701407599,1048691,1702306583,1953067874,1868770661,1701407599,1919954291,1953525103,352325632,1650816803,1702127987,1934979913,1130851945,1768648559,1048677,1702306576,1919252322,1868770667,1701407599,1048691,1702306574,1702257e3,1802465123,7562601,588447760,1668048247,1650814319,1999467105,1886413170,268464741,1998788608,1868786789,1633838445,1920413042,1701867617,1684483442,268464752,1998785792,1702065509,1802465123,7562601,588251152,1917871735,1667331689,1953451641,6644585,588840976,1667196535,1768648559,1869504357,1701013876,1634891615,1919250544,167776256,761755427,1802465123,268461417,1998786816,1919968359,1869570861,761620843,7496034,588316688,1667197047,1768648559,1684103013,1701013878,419434496,1768453923,1701995124,1667196001,1768648559,1920425829,1701867617,1048690,1769415445,1701012289,1868788848,1701407599,1869365875,268462947,1998789120,1701274729,1818307956,762606181,1852404597,1868770663,1701407599,369102848,1684633379,762602855,1802465123,1831691625,1634956133,268461415,1998786816,1701274729,1868770676,1701407599,7496034,588185616,1734633847,1663923301,1768648559,268464997,1998788096,1701274729,1868770676,1701407599,1667313011,1936942435,352325632,1684633379,762602855,1668575862,1768648559,1818321509,1048683,1769415444,1952802660,1802465091,1866687849,1852142446,1048692,1769415439,1952802660,1869570911,1936025963,385880064,1684633379,1601463655,1986622064,1601790817,1802465123,7562601,588316688,1349347703,1635150194,1631746403,1919250030,285216768,1852405539,1802465091,1633117545,1852403314,1048679,1769415434,1869570926,6646123,588578832,1701734775,1953720690,1869570861,761620843,1868983913,234885120,2053732131,1663922026,1768648559,268464997,1998785792,1868783467,1701407599,7496034,589168656,1663921271,1768648559,1633955173,1936614772,1953851491,1701653882,1734439795,1048677,1836524308,1868770664,1701407599,762668333,1919249505,1048692,1853301517,1869570911,1650813291,268464737,1998786304,1667196014,1768648559,1633836901,1048690,1870078730,1731028588,7499876,588382224,1663922295,1768648559,1768435045,1768257390,1048691,1886855947,1869570861,1936025963,268439552,762345251,1802465123,762537321,1868983913,369102848,762345251,1919968359,1869570861,761620843,1769238382,268461411,1998789376,1684483440,1663922800,1768648559,1869491557,1701013876,1634891565,1048688,1886855951,1852404565,1869562727,1936025963,285216768,1601206051,1802465123,1885300073,1667853423,1048697,1886855945,1647141219,268466287,1998789376,1769300848,1869570911,1600481643,1601331554,1852399981,1685021279,1048697,1886855953,1868783462,1701407599,1701601581,268465266,1998787328,1663921008,1768648559,1868770661,1852142446,1048692,1886855945,1647141486,268464737,1998785280,1667201136,1768648559,1048677,1903633169,1869570861,761620843,1852727650,268464741,1998785024,1868770674,1701407599,268439552,1634891555,540942448,1869570851,1936025963,318771200,1634891555,1868770672,1701407599,1953456685,7171956,588578832,1885434487,1869570861,761620843,1953394531,1936486258,218107904,1634891555,1868770672,1701407599,1048691,1920410386,1663922273,1768648559,1731031909,7499876,587923472,1885434487,1802465091,268461417,1998789120,1601200498,1919249505,1701666676,1734439795,1868783461,1701407599,452988928,1634891555,1818320752,1601466981,1936942445,1600481121,1802465123,3302761,588185616,1885434487,1718511967,1684496239,268464752,1998789632,1886413170,1042313829,1868768032,1701407599,1852793645,1852399988,268464741,1998786560,1886413170,757953125,1802465123,268461417,1998788096,1886413170,1630368357,1869834614,1869570861,1936025963,251662336,1634891555,1919250544,1869570861,6646123,588251152,1885434487,762471792,1802465123,7562601,588316688,1885434487,1131570544,1768648559,1918976613,352325632,1634891555,1919250544,1936614733,1130719841,1768648559,1048677,1920410384,1701867617,1868783474,1701407599,1048691,1937187614,1851875885,762471790,1802465123,1848468841,1718187119,1952539497,7237481,588316688,1663923063,1768648559,1633824101,1919250030,369102848,762541859,1802465123,1663919465,1702063727,1831695470,268461939,1998788352,1868770675,1701407599,1953459757,1701406313,1633824114,1048690,1937187609,1869570861,761620843,1769238382,1919248742,1685024045,268463201,1998789632,1868770675,1701407599,1953459757,1701406313,1869426034,762077540,268461922,1998787072,1868770675,1701407599,1634891565,1919250544,402657280,1299412771,1818322031,1701996353,1852140901,1769099380,2036556150,150999040,1299412771,1851221875,1048676,1937187600,1869570911,1600481643,1702453612,1048690,1937187602,1869570911,1600481643,1986622064,7955297,588120080,1667396471,1600876399,1919249505,1048692,1937187595,1852793706,1953391987,167776256,1785952035,1919116656,268460391,1998788608,1869052019,1868770670,1701407599,1668508004,1835622764,268464741,1998786816,1868770676,1919510126,1634479469,7497081,587857936,1663923319,1768648559,1048677,1953964814,1869570861,761620843,7496034,588120080,1663923319,1768648559,1868705125,1048696,1953964817,1869570911,1667590507,1702063727,268465262,1998786816,1869504372,1701013876,1869570911,6646123,588185616,1601008759,1802465123,1650419049,268464737,1998791168,1665229685,1953523043,1802465091,1601398121,1097752944,1885692771,1869562740,1936025963,587206656,1668708131,1769107501,2036556150,1819242541,762930025,1936942445,761620321,1953394531,7630437,588644368,1663924087,1768648559,1852386661,1836216166,1869182049,1048686,2004296466,1869570911,1600481643,1936617315,7630437,587923472,761689975,1802465123,268461417,1998787072,1869570937,1130719595,1635020399,1919250025,385880064,1836676899,1851877217,1935630697,1885695083,1818320757,7631461,587792400,1868770680,1701407599,268439552,1663924259,1768648559,1633824101,1919250030,553652224,1663924259,761623151,1935765364,1701653876,1734439795,1868770661,1701407599,1768172915,1048694,829956879,1668116531,1768648559,1918984805,335548416,1851881507,1663918436,1768648559,1869622629,2036558188,150999040,1801680931,1970302800,1048688,1668817675,1768648559,1918984805,150999040,1868789795,1701407599,1048691,1836589850,1869570861,1348823403,1667853423,1868770681,1767994478,7497070,588316688,1869574776,1869562740,1382377835,1936026741,301993984,762607651,1802465123,762537321,1768714096,268466531,2015565568,1600087412,1802465123,1680696681,1818456937,1701669217,1048690,2021139218,1869570861,1936025963,1970040877,7235943,587989008,1865447544,1869570861,6646123,588447760,1601201273,1802465123,1834968425,1634956133,268461415,2032341248,1868770670,1701407599,1851875885,7497070,588382224,1920298873,1802465091,1749247337,1701013871,1048691,1870209811,1866691189,1701407599,1953785171,1936158313,234885120,1668643107,1885678963,1635150194,268466531,2032342528,1852138613,1885628255,1633836914,1919380323,1684960623,285216768,1685420323,1734307429,1601335396,1970302832,1048688,2004427535,1869570861,761620843,1919968359,201330688,762804515,1802465123,1848468841,234885120,1663924771,1768648559,1869491557,268461428,2049117440,1869570871,1852139883,6648943,588185616,1869562746,1130719595,1702063727,268465262,2049117952,1802465091,1699571049,1734439795,1048677,1601839888,1802465123,1633641833,1885692771,1048692,1635394324,762472804,1802465123,1882023273,1667853423,1048697,1635394320,1633968490,1868783469,1701407599,1048691,1635394323,1663919728,1768648559,1633824101,1919250030,301993984,1885436451,1784771705,1667198815,1768648559,268464997,2049121536,1848474209,1819290978,1852401525,1869570861,761620843,1936942445,6645601,588316688,1667195770,1768648559,1869504357,1701013876,419434496,1600354851,1701670760,1701273968,1918984799,1868783457,1701407599,1048691,1668948746,1953459807,6644585,588054544,1651467130,1869570861,1936025963,134221824,1868790307,1701407599,301993984,1885633059,1635150194,1663924579,1702129263,268465262,2049118720,2019652197,1868770671,1701407599,1918984749,520097792,1919253027,1701409903,1868770674,1701407599,1852793645,1953391987,1851875885,7497070,588447760,2004510074,1852140655,1632527721,1802465091,268461417,2049118464,1633972071,1869570861,761620843,6514035,588054544,1685022586,1868783457,1701407599,234885120,1869052451,1667195236,1768648559,268464997,2049117184,1633972071,1802465123,268461417,2049116928,1650418793,1701736033,1048690,1786389273,2054122341,1768120161,1702130529,1634433635,1701601631,268465266,2049119232,1869635435,2037672300,1667195243,1953718633,268462949,204912e4,1866687085,1701407599,1953451635,1667851881,1869182049,1048686,1853498130,1769107501,2036556150,1953459757,6644585,587989008,1634627450,1802465091,7562601,588447760,1701736314,1667457325,762605669,1802465123,268461417,2049116928,1130720879,1768648559,1048677,1870275340,1667196270,1768648559,1048677,1887052577,1869571629,762471796,1802465123,1702061417,1852404852,1865249639,1819436406,268466529,2049118208,1869570928,761620843,1852727650,268464741,2049119488,1663919475,1768648559,1868770661,1767994478,7497070,588054544,1936552826,1869622631,2036558188,419434496,1601665571,1802465123,1818191209,1935636321,1953656680,1718511967,1048687,1633886995,1633640816,1869834614,1869570911,1936025963,301993984,1936286755,1767992419,1601332589,1853189473,268462436,1629687552,758395507,762342755,1970302832,1048688,1869751056,1869639524,779122032,1970302832,1048688,1667441420,1702322029,1836016492,1048677,1885545237,1634296877,778530668,1999466595,1886413170,268464741,1663243008,1768320623,1781427570,1866689905,1919510126,1048685,1953702675,1886351455,1932423285,1701594484,1953391981,704647168,1869570851,761620843,762798444,1868983913,1918984749,773881376,761883747,1633972077,1633824108,1919183715,268464239,1663251200,1768648559,1634479461,1852386679,1647144806,1935372897,1701607796,1646411050,1701081711,1868705138,1679833976,1819308905,574257505,1048669,1868768051,1701407599,2002873389,1718511917,1633824111,1953717106,711289977,1868702269,1919247474,2020565549,1634738235,1852400740,1562524263,637538304,1869570851,761620843,762798444,1868983913,1918984749,2037674843,1026188652,1953456674,980250484,268459298,1663248128,1768648559,1634479461,1852386679,1647144806,1935372897,1701607796,1948400938,540700783,578318384,1048669,1868768038,1701407599,2002873389,1718511917,1633824111,1953717106,711289977,1869881917,1882208880,6103672,589168656,1953460070,1042313829,1868768032,1701407599,2002873389,1718511917,1633824111,1048690,1868964645,1919251567,1953394531,544501349,1663246398,1768648559,1634479461,1852386679,1647144806,268464737,1629687808,1915580528,779382639,540942435,268466734,1663242496,1663922285,1635020399,1919250025,6580525,588120080,762342755,1764583797,1835102822,1048677,1868768015,1701407599,540942451,1836216166,369102848,1886216483,1702065453,1869491570,1768319348,1769234787,268463727,1629689600,1965912173,762471795,1769238382,1633904998,1852795252,1048625,1751589638,6448941,587595792,1633841253,1048690,1650926375,2037674843,574449004,762210669,1952737655,958413416,2020618296,542974523,1731076158,1651990370,301993984,1937076259,2003788904,540942446,1600284462,268460649,1881346560,1684566901,544110447,1731076158,1651990370,402657280,1769107491,1831693683,1818322031,1769107502,1831693683,1818322031,402657280,2003136035,1986622064,544826209,1630412862,1953654124,2020565549,620761088,1953456675,1601007476,1818323300,1042311023,1868702496,1836020852,1634296927,1600614252,1701736041,1048690,1801659143,2003792479,184553472,1936155683,1632399222,7497081,587726864,1600744299,7760228,588054544,1769240940,1935761251,2020565611,335548416,761688867,1768843629,1702127987,1869575213,1918984812,134221824,1835235363,1918984749,83890176,1668774435,1048675,1886397194,1882088031,7351664,588906512,1802465123,779314537,1802465123,762537321,1953394531,1701734753,134217842,134217728,86,33005,19559,0,8,12,12,12,12,14,16,18,18,18,28,32,32,32,34,36,36,36,36,36,38,40,40,42,42,46,50,52,54,58,58,60,60,60,60,60,60,62,62,62,62,64,64,64,64,64,64,64,64,66,74,74,74,78,78,80,82,82,84,90,90,90,92,92,98,98,100,100,100,102,114,114,114,114,116,116,120,120,120,124,124,124,124,128,130,140,140,140,140,140,140,140,142,144,146,148,148,148,148,148,148,148,148,150,150,150,150,150,150,150,154,154,154,154,158,158,158,158,158,158,160,160,166,166,168,168,168,168,168,168,170,170,170,170,170,170,170,170,172,174,174,176,176,176,176,178,178,178,180,182,182,182,182,184,190,190,190,190,190,190,190,190,190,192,194,196,202,206,206,206,206,206,208,208,210,212,216,216,216,216,216,216,216,218,218,218,218,218,218,218,220,220,220,220,220,220,220,220,220,220,220,220,220,220,220,222,224,226,232,232,234,234,234,234,234,236,238,238,238,240,240,240,240,242,242,242,242,246,246,246,248,248,248,250,250,250,250,250,254,254,254,254,254,254,254,254,254,258,258,258,260,260,260,260,262,262,262,262,262,266,266,266,268,270,270,270,272,272,272,272,272,274,274,276,280,280,280,282,282,282,282,282,282,284,284,284,284,288,290,290,290,290,290,290,290,294,294,294,294,294,298,298,298,300,300,302,304,304,304,304,304,310,310,312,312,314,314,314,314,316,316,316,322,324,324,328,328,328,328,328,330,330,330,330,330,330,330,330,330,330,336,344,344,348,350,350,350,350,350,350,352,364,364,364,364,364,366,368,368,368,368,372,372,372,374,374,374,374,376,378,382,382,382,382,382,384,386,386,386,386,386,386,390,390,390,390,390,394,394,394,396,396,396,402,412,412,414,414,414,414,416,416,416,418,418,422,422,422,426,426,426,432,436,438,438,438,438,438,440,440,440,440,440,440,446,446,446,446,446,446,446,446,446,446,446,446,446,446,446,446,446,448,448,452,452,452,452,452,452,456,456,456,456,456,456,456,456,456,456,456,456,456,456,456,458,460,460,460,460,462,462,462,464,464,464,464,464,464,464,464,466,468,468,472,472,474,476,478,478,478,478,480,480,480,482,482,482,490,490,490,498,502,502,504,504,512,512,512,516,516,526,526,528,528,528,528,528,530,530,530,530,530,536,540,546,546,546,546,548,548,548,552,552,554,554,554,554,554,554,554,554,554,554,554,554,554,554,554,554,554,568,568,572,572,574,574,574,580,582,582,590,594,598,598,598,598,598,602,602,604,604,604,610,614,616,616,616,620,624,624,624,624,624,628,628,628,630,632,632,634,634,634,634,638,638,638,640,640,640,640,640,640,640,640,640,644,648,648,648,648,648,648,650,652,654,654,654,654,656,656,668,668,668,668,670,670,672,674,674,674,674,680,680,680,680,682,682,682,690,694,694,694,694,706,706,706,706,706,706,708,708,708,708,708,708,708,708,708,718,718,722,722,722,722,722,722,722,724,724,726,726,728,728,728,736,736,738,738,742,742,742,742,742,742,742,742,742,742,742,742,742,742,744,748,750,750,750,762,762,766,768,768,770,774,776,780,782,782,782,782,782,782,786,786,792,792,792,792,792,792,792,792,792,792,794,794,796,796,798,798,798,798,798,798,798,804,808,808,808,808,816,816,816,816,820,820,820,826,826,828,830,830,830,830,830,830,830,830,830,832,832,832,832,832,834,834,834,834,838,838,838,842,842,842,842,842,842,842,846,850,850,850,850,850,850,850,850,850,850,850,850,850,852,852,852,852,852,852,852,852,852,852,852,854,854,854,854,854,854,854,856,856,858,858,858,858,858,858,858,858,860,864,868,868,868,868,868,868,870,878,880,880,880,882,882,884,884,884,884,884,884,884,884,884,886,886,888,888,888,888,888,892,892,896,902,902,902,902,902,902,902,906,906,906,906,906,906,906,906,906,906,906,912,914,914,914,914,914,914,918,918,920,920,920,920,920,920,920,920,920,920,924,924,924,928,930,930,932,932,932,932,936,936,936,936,936,936,936,938,938,938,938,938,940,942,942,942,948,950,950,954,954,954,954,958,958,958,958,960,960,960,960,962,962,964,968,968,970,970,970,974,974,974,974,978,978,978,978,978,978,978,978,978,978,978,978,984,988,990,990,992,992,994,996,996,996,996,996,996,996,998,998,1e3,1e3,1e3,1006,1006,1006,1006,1006,1012,1014,1014,1018,1018,1022,1022,1022,1022,1022,1022,1022,1022,1022,1034,1034,1034,1038,1040,1040,1040,1040,1040,1040,1040,1040,1040,1040,1040,1052,1052,1054,1054,1054,1054,1054,1054,1054,1056,1056,1058,1058,1066,1066,1066,1066,1068,1068,1068,1072,1072,1072,1076,1076,1078,1082,1082,1086,1086,1086,1088,1090,1090,1090,1094,1094,1094,1094,1094,1094,1096,1096,1096,1096,1096,1096,1100,1100,1100,1100,1100,1106,1106,1106,1106,1108,1108,1108,1108,1110,1110,1110,1110,1114,1114,1114,1116,1120,1120,1120,1122,1122,1122,1124,1128,1130,1132,1132,1132,1132,1134,1134,1134,1134,1134,1134,1138,1138,1140,1142,1142,1142,1142,1142,1144,1144,1144,1144,1144,1146,1148,1150,1156,1156,1158,1158,1158,1158,1160,1160,1160,1160,1160,1160,1162,1162,1162,1162,1162,1162,1162,1162,1162,1162,1162,1162,1164,1164,1164,1164,1164,1172,1172,1176,1182,1184,1184,1188,1188,1188,1188,1188,1202,1202,1202,1202,1208,1208,1210,1210,1212,1216,1216,1216,1216,1220,1220,1220,1224,1224,1228,1228,1228,1228,1228,1234,1234,1234,1234,1234,1236,1238,1238,1238,1244,1244,1244,1244,1244,1246,1250,1250,1250,1250,1250,1252,1252,1254,1254,1256,1256,1256,1256,1256,1256,1258,1260,1264,1266,1266,1266,1274,1274,1274,1274,1276,1276,1280,1282,1282,1282,1282,1282,1282,1282,1286,1286,1286,1286,1286,1286,1286,1288,1290,1290,1290,1290,1290,1294,1296,1296,1296,1296,1298,1298,1304,1308,1308,1308,1308,1308,1314,1314,1320,1326,1328,1328,1328,1328,1328,1328,1328,1328,1328,1328,1328,1328,1330,1330,1332,1332,1332,1338,1338,1338,1338,1338,1342,1342,1342,1344,1346,1346,1346,1346,1348,1354,1354,1358,1358,1358,1358,1360,1360,1360,1362,1362,1362,1362,1362,1364,1364,1366,1366,1372,1378,1378,1382,1382,1388,1388,1388,1388,1390,1392,1394,1394,1394,1394,1394,1396,1396,1396,1398,1398,1398,1400,1400,1404,1404,1404,1416,1418,1418,1418,1420,1424,1424,1428,1428,1428,1428,1428,1430,1430,1436,1436,1436,1438,1438,1448,1450,1450,1450,1450,1450,1450,1454,1458,1458,1458,1458,1458,1458,1458,1462,1462,1462,1462,1462,1462,1462,1462,1464,1472,1472,1472,1474,1474,1474,1474,1474,1476,1476,1480,1480,1482,1482,1482,1482,1488,1488,1488,1488,1488,1488,1488,1488,1488,1488,1488,1488,1488,1488,1490,1492,1492,1494,1494,1494,1506,1506,1506,1506,1506,1506,1510,1510,1510,1516,1524,1528,1528,1528,1528,1530,1532,1534,1534,1534,1536,1536,1536,1536,1538,1538,1540,1540,1540,1540,1544,1544,1544,1546,1550,1556,1556,1558,1560,1560,1564,1564,1564,1564,1564,1564,1566,1566,1566,1574,1574,1574,1574,1574,1574,1574,1578,1578,1584,1584,1588,1588,1596,1596,1596,1596,1596,1596,1598,1598,1598,1598,1600,1606,1606,1606,1606,1606,1608,1610,1610,1610,1610,1610,1610,1610,1612,1614,1616,1616,1616,1616,1616,1616,1616,1620,1620,1620,1620,1620,1620,1620,1622,1622,1622,1624,1628,1628,1628,1628,1628,1628,1628,1630,1630,1630,1632,1632,1634,1634,1634,1634,1634,1638,1638,1638,1638,1638,1638,1638,1638,1640,1642,1642,1642,1642,1642,1642,1644,1644,1644,1644,1644,1644,1646,1646,1650,1650,1652,1652,1652,1652,1652,1652,1652,1652,1652,1652,1652,1654,1654,1654,1654,1658,1658,1658,1660,1660,1662,1662,1664,1664,1664,1664,1664,1666,1666,1668,1670,1674,1674,1674,1674,1674,1674,1674,1674,1674,1674,1674,1674,1682,1682,1682,1682,1682,1682,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1684,1690,1694,1704,1704,1706,1706,1714,1714,1714,1720,1720,1720,1720,1722,1722,1722,1722,1722,1722,1722,1722,1722,1722,1722,1726,1726,1726,1726,1726,1728,1728,1730,1730,1730,1740,1740,1740,1740,1742,1744,1744,1744,1744,1744,1748,1748,1748,1748,1748,1752,1752,1752,1754,1756,1756,1756,1756,1756,1756,1756,1756,1760,1764,1764,1764,1776,1776,1776,1782,1782,1782,1782,1782,1782,1782,1784,1784,1784,1784,1784,1786,1786,1786,1786,1786,1786,1786,1786,1788,1788,1788,1794,1794,1794,1794,1794,1794,1794,1798,1798,1798,1798,1800,1800,1800,1800,1800,1800,1800,1800,1800,1800,1804,1804,1804,1804,1804,1804,1806,1808,1808,1808,1808,1808,1810,1810,1814,1814,1818,1818,1818,1818,1820,1820,1822,1824,1824,1824,1826,1826,1836,1836,1842,1842,1842,1844,1846,1846,1846,1846,1846,1846,1846,1848,1848,1848,1848,1848,1848,1848,1848,1852,1852,1852,1856,1856,1856,1858,1858,1858,1858,1858,1860,1862,1862,1862,1862,1862,1862,1862,1862,1862,1862,1862,1864,1864,1866,1866,1870,1870,1872,1872,1872,1874,1874,1874,1874,1874,1874,1874,1874,1874,1874,1874,1874,1874,1874,1880,1880,1884,1884,1884,1886,1888,1888,1888,1888,1892,1892,1892,1892,1894,1894,1898,1900,1900,1902,1902,1902,1902,1904,1910,1910,1910,1910,1914,1914,1914,1918,1918,1918,1918,1918,1918,1918,1920,1924,1928,1930,1930,1930,1932,1932,1936,1936,1940,1944,1944,1946,1948,1956,1956,1958,1958,1958,1958,1958,1958,1958,1962,1962,1964,1964,1964,1964,1966,1970,1974,1974,1978,1978,1982,1982,1982,1982,1982,1986,1988,1988,1988,1988,1988,1988,1988,1988,1988,1996,1996,1998,1998,2e3,2e3,2002,2006,2006,2008,2008,2008,2008,2008,2018,2018,2018,2018,2018,2018,2018,2018,2020,2020,2022,2022,2022,2022,2026,2028,2028,2032,2034,2034,2034,2036,2038,2038,2040,2040,2040,2044,2044,2044,2044,2044,2050,2052,2054,2054,2054,2054,2054,2054,2054,2058,2058,2058,2058,2058,2058,2064,2068,2068,2070,2070,2074,2074,2076,2080,2080,2080,2080,2080,2080,2080,2080,2080,2084,2084,2086,2086,2086,2086,2092,2092,2092,2092,2092,2092,2094,2094,2094,2094,2098,2100,2100,2100,2106,2106,2106,2108,2108,2108,2110,2110,2112,2112,2112,2112,2116,2118,2118,2118,2120,2120,2122,2124,2124,2124,2124,2124,2124,2124,2126,2126,2130,2130,2134,2134,2134,2134,2089723904,18515,2089723904,19189,112846848,20898,112846848,25516,2039379969,18515,2039379969,19189,502661125,25546,1764528134,18122,347127815,17458,477882378,18515,1939755018,18515,477882378,19189,1939755018,19189,477882378,23703,1040922635,18260,1040922635,22709,494620686,18122,881293327,24030,1782169620,25546,2968713237,17069,2156636183,24030,1975214105,18515,1975214105,19189,2764918810,17458,1603307546,24030,3509372955,24030,3525720092,24030,2339897373,18515,2339897373,19189,3538178079,24030,3360813093,22768,1444042793,24030,3459428401,24030,2755289138,19876,2755289138,20160,3935778866,21034,2755289138,23753,3280556085,21034,3997046837,24030,3229550647,16873,1060556856,17949,2698252346,24030,736763963,23330,736763963,24957,97353787,25957,2677313598,25546,1698166848,20582,1698166848,20608,1698166848,20632,172382274,20827,692047941,24030,1312710726,18515,1312710726,19189,3714613318,19917,3714613318,19964,3714613318,25072,3714613318,25120,2908936266,17458,2772219980,17458,3870541900,20315,1854591055,24030,2648145999,25546,279445587,20432,279445587,20512,1140408404,25546,1999978581,18515,2446532693,18515,1999978581,19189,2446532693,19189,1872312405,24030,209973340,20848,1256165469,17458,1965871198,20432,4100114527,24922,2127800423,24030,2054137966,17430,2054137966,21429,1267808370,17458,2030413938,20711,1799749752,24030,3574192250,18352,3574192250,18384,3574192250,22834,2538723452,23973,320958594,24030,4290197642,24030,55105675,24030,2176716941,20732,4263475345,21289,2453471380,24030,1059217557,24030,244859033,23928,3062145178,19917,3062145178,19964,3062145178,25072,2615799971,17458,3053547684,25546,1530032293,20391,2495162534,17046,676696230,21495,676696230,21536,2734915751,18260,2734915751,22709,2266792108,24030,2386790574,25546,284846255,22213,3054094512,18515,3054094512,19189,60461239,24030,3293638846,22547,467265741,24030,3906977998,24030,647850191,17169,3855519952,18515,3855519952,19189,1878902992,24030,204323026,22768,3485913303,20691,2379671768,23351,3128527067,24030,3876724959,16751,228350179,17458,2271748323,18122,3423830246,24030,2808885481,24030,3085598958,16751,2672171246,21690,3567343863,18515,3567343863,19189,2443153658,18122,2904387838,24030,4123158787,18515,4123158787,19189,891973894,17458,2736947463,20037,4135461130,21836,2494834959,21226,3588632849,17458,2103773458,24030,3943979282,24030,3136678165,18122,262902043,24030,3818299679,18515,3818299679,19189,2948473120,17244,3478681895,16728,3478681895,25546,3762442540,18515,3762442540,19189,1810680111,24030,2664845617,17458,1889155378,25957,1213100343,17272,647829815,19189,1213100343,25546,410939705,24030,2780920123,24922,62140735,24030,1920325954,17458,1920325954,21369,4186630466,24030,3205400899,24030,66029893,18515,66029893,19189,1968271690,25546,2733254996,22944,2733254996,22967,3461812564,25546,2133383509,21770,2133383509,21803,190935381,24030,2133383509,25387,3673084247,18515,3673084247,19189,886739288,25546,463913310,25235,2596983135,18515,3660755295,18515,2596983135,19189,3660755295,19189,2596983135,23789,3308945759,25546,619008356,24030,934625637,22811,183734633,18515,183734633,19189,3239655788,24030,1295061360,20289,1866588529,23375,328948082,17458,328948082,21261,1292179831,18020,1121948024,23952,205934974,21159,1261996414,24030,781171075,18515,781171075,19189,44917126,22335,1657672073,20804,3400235401,24030,1657672073,25362,647852426,18515,3644922250,18515,647852426,19189,3644922250,19189,3644922250,23789,3391297932,24030,985319824,17458,230289811,24030,3114373525,21196,3114373525,23126,3772262808,18515,3772262808,19189,4174971291,18260,4174971291,22709,2691580315,24030,418224540,24030,1747169692,24030,3525321117,17458,3042150818,21129,359774632,18515,359774632,19189,359774632,23789,1404953017,17662,3669449147,18515,3669449147,19189,1527873985,18515,1527873985,19189,2246179280,16751,3896431057,17458,2559181269,25546,1795150296,25931,2368109024,21463,3914011105,22314,910946787,18515,910946787,19189,4241656293,24030,1958726118,24030,3591197159,22628,2114320875,26162,3177001454,25546,2959593969,22860,2959593969,22898,2959593969,23148,3927106033,24030,2223395316,18260,2683058676,18515,2683058676,19189,2223395316,22709,2543604213,24030,1318003189,26103,2768579063,17304,519881209,18515,519881209,19189,519881209,23789,710062585,24030,3689468412,24030,2128986620,25004,1152651774,18515,4185207294,18515,1152651774,19189,4185207294,19189,2677531134,25546,4273975808,22467,4019145221,24030,3834737162,18515,3834737162,19189,1108527626,21289,1548816907,17905,1548816907,22291,2293746188,18515,2293746188,19189,2807405068,24030,2939963920,25436,2848993811,18515,2848993811,19189,3809286677,17458,3935732262,18515,3935732262,19189,3062045222,19917,3062045222,19964,3935732262,23789,3062045222,25072,3062045222,25120,3524477480,18515,3524477480,19189,999154218,17809,3813546541,18515,3813546541,19189,3813546541,23703,1422305838,24030,1756748336,18515,1756748336,19189,3391638064,23428,1713084976,24030,141996593,24030,2435631665,24030,1092919858,18515,1092919858,19189,3348187703,21034,18029111,25879,1811567161,23104,327395900,18515,327395900,19189,327395900,23703,3435876925,18515,3435876925,19189,3319222846,25415,3518878273,18515,3518878273,19189,1384464962,18515,1384464962,19189,874895943,18515,874895943,19189,3347417674,24030,1777162827,22124,2114595405,20957,43100753,18122,3795978833,24030,1110999636,25467,3991706205,18515,3991706205,19189,2801617502,16930,922626654,24030,2550209124,24030,2228781669,24030,2442492518,24030,188285546,24030,1114892908,18515,1114892908,19189,3104238188,26184,3104238188,26243,3104238188,26306,3104238188,26367,3681739376,20582,3846871666,24030,202521203,24030,3959401079,18515,3959401079,19189,3959401079,23789,1678776955,24030,2175988350,18515,3107052158,18515,2175988350,19189,3107052158,19189,1024701055,18515,1024701055,19189,3319253635,18515,3319253635,19189,2877772419,26184,2877772419,26243,2877772419,26306,2877772419,26367,3837942409,17458,2631983762,17458,647860882,26184,647860882,26243,647860882,26306,647860882,26367,1443494548,18515,1443494548,19189,1450373787,24030,2901205661,17146,2558861983,24030,4027939490,18515,4208095906,18515,4027939490,19189,4208095906,19189,3933262500,25546,1934762662,18122,3889928870,24030,1759220404,25546,3155387061,18515,3155387061,19189,1458848438,24030,2898209465,18515,2898209465,19189,2898209465,26184,2898209465,26243,2898209465,26306,2898209465,26367,1144732347,18515,1144732347,19189,3125433020,17831,1705736894,24030,513094335,18515,513094335,19189,2174702272,23242,2645377729,18515,2645377729,19189,3941460674,26134,647830216,19894,3111781064,24030,2364748490,17458,3136293578,20432,3136293578,20512,3576494804,18122,3451286230,24030,1473116888,24030,1380129503,18515,1380129503,19189,380183263,24030,1010098912,21034,2385552096,22516,459856612,18515,459856612,19189,4030059236,22599,4030059236,22628,1343673064,20432,1343673064,20512,927318763,18515,927318763,19189,927318763,23889,3840549613,17458,3865692910,23480,242402039,17458,4133544700,18122,1375118080,17458,1375118080,25851,1652802307,18515,1652802307,19189,2891000586,21863,2891000586,21927,1397371659,18515,1397371659,19189,1255050008,21950,573782819,16751,1299888938,22493,887870252,21034,5780276,20071,3360979765,17458,471012149,24030,4167090998,18515,4167090998,19189,3420089148,25490,146649917,18515,146649917,19189,1236871997,21098,1291727677,24030,3003056958,18122,2246087489,24030,2693942083,18122,2525600588,18410,1826112334,18122,3229760339,18515,3229760339,19189,1805837141,18515,1805837141,19189,2801707862,20116,2801707862,20194,2801707862,20239,923724637,21261,744135517,24030,4075254632,18515,4075254632,19189,933579624,23265,3851940713,25546,3249501039,20362,1188006767,24030,819610481,24030,145939323,18515,145939323,19189,2740921214,18515,2740921214,19189,2510740351,20339,1924246401,22265,1625906053,24982,1625906053,25046,428962700,26050,1813322641,18098,2535822226,25546,1460716437,18515,1460716437,19189,2773547925,24030,1774988182,25546,1645994904,18515,1645994904,19189,1348266908,18515,1348266908,19189,4239686560,18122,146979748,24030,3323751334,24030,3218455463,22628,1977893799,24030,1489957801,17885,1506431916,21907,631206828,24030,4075264944,18515,4075264944,19189,3285793724,17346,3285793724,17378,3285793724,17778,2450766781,18515,2450766781,19189,3067290558,22021,1675267008,21722,561906626,25546,889689027,24030,1328782282,24030,3235783628,24030,1477428175,21863,3325529039,24030,2477407183,25546,3167048660,18515,3167048660,19189,4100248532,25546,1452626901,24030,1972343767,18515,1972343767,19189,2210350041,24030,2418906073,25546,268682210,18122,847797218,18515,2383178722,18515,847797218,19189,2383178722,19189,901243874,22e3,4229487589,20432,4229487589,20512,2998713318,16807,568034289,18515,568034289,19189,625753073,21341,625753073,21598,625753073,21630,3641580529,24030,2062701555,24030,49404922,24030,225776636,21034,2382865406,26184,2382865406,26243,2382865406,26306,2382865406,26367,3335687170,24030,4261536773,17458,2852881413,22124,866280456,20432,866280456,20512,299879434,24030,3230309387,17458,787657739,24030,4191845389,18515,4191845389,19189,3992323088,25362,3230309393,17458,3306353684,17854,3306353684,22150,794172442,25546,282715168,16908,2163811360,24030,1874930725,20116,1874930725,20194,1874930725,20239,852309033,24030,1496841261,17325,2494610481,18515,2494610481,19189,44004404,24030,647840821,18515,647840821,19189,2773578808,17458,2928878651,24030,1620935740,20432,1620935740,20512,3491259453,24030,1589220414,24030,2551045186,24030,2562165832,18515,2562165832,19189,2323620938,24030,1318769739,21159,2611455056,24030,2850317397,24030,2825606230,22183,926800983,17754,2049793112,18515,2049793112,19189,3078122584,24030,3660887130,22367,1084980318,22768,647851108,22393,1946649712,25546,513584245,18515,513584245,19189,4139527285,20432,4139527285,20512,3494288503,18515,3494288503,19189,2420419704,22860,2420419704,22898,2420419704,23148,268051577,24030,4259355771,18515,4259355771,19189,1697393792,18515,1697393792,19189,2342534272,19917,2342534272,19964,3104466048,22575,1697393792,23889,2342534272,25072,1581085828,18515,1581085828,19189,45956228,24030,653335686,23286,4204149896,24030,2788996233,18515,2788996233,19189,271422605,18515,271422605,19189,4104959120,18515,4104959120,19189,4270970002,18515,4270970002,19189,3584963735,18515,3584963735,19189,3584963735,23789,111584412,24030,2923730077,24030,53701792,18515,53701792,19189,53701792,23789,2656210085,24030,3242142886,18515,3242142886,19189,4053863595,24030,4068388013,24030,1502966959,17998,3230309557,17458,1338522806,24030,2329144503,18515,2329144503,19189,113665208,24030,647859387,26184,647859387,26243,647859387,26306,647859387,26367,2515518655,24030,2338608321,18515,2338608321,19189,2345041090,24030,974496969,18515,974496969,19189,2888080592,24030,1263946961,17458,1927535830,18515,1927535830,19189,599082199,17001,1854356699,21836,526333149,24030,4155079901,24030,4221310173,24030,463359198,18485,463359198,23679,2159738083,17973,2159738083,22443,1819075811,24030,2398502117,18515,2398502117,19189,2398502117,23789,1911899366,18515,1911899366,19189,1911899366,23789,3766078695,23195,1079758067,25546,908018933,24030,110920952,22860,110920952,22898,110920952,23148,888538365,18515,888538365,19189,2114024704,23220,2687866113,23452,303891717,24030,2901828870,18515,2901828870,19189,1529263366,21976,4257191176,22100,1741487368,24030,887381260,24030,2143528207,20669,3414021396,24030,3462180118,23148,292564248,21034,2619956504,21407,1598051608,24030,2599501081,18515,2599501081,19189,2599501081,23789,2087343387,18515,2087343387,19189,773455133,20116,773455133,20194,773455133,20239,3976082721,24030,3829427490,24030,3657733411,23148,3417310504,24030,2495685931,26011,4081687854,24030,598445360,18515,598445360,19189,1462009139,17430,2598843699,18515,2598843699,19189,3139638579,21770,1462009139,23562,2437483827,25546,3197392180,22418,1698508087,18047,117247288,18515,117247288,19189,123036986,17458,123036986,21369,903388479,25546,2869540161,18122,3130977601,21660,3130977601,23506,1141359940,25546,2389103942,20116,2389103942,20194,2389103942,20239,3526522182,24030,435086662,25546,2478171463,24030,229795149,17458,490513741,24030,2525984078,18515,2525984078,19189,390491477,16949,390491477,22075,90402141,25546,1507265886,18515,1507265886,19189,3006004574,21034,1507265886,23789,1760601441,17928,2691278182,24030,1263519080,18515,1263519080,19189,351702378,25546,1852110190,18515,1852110190,19189,1852110190,23789,3652545916,25261,3957790077,25816,1555178879,24030,4153730434,19917,4153730434,19964,4153730434,25072,4153730434,25120,1489311106,25546,1992863106,25546,2043630984,18515,2043630984,19189,4227491211,22860,4227491211,22898,4227491211,23148,2768350604,17069,611061132,17112,611061132,20957,611061132,21226,315663757,18122,315663757,22628,1716628881,18122,1912122770,25516,306412947,26050,3642576278,24863,4037668250,24030,1431661980,24030,1365761440,18515,1365761440,19189,4075236771,17854,1483363748,18515,1483363748,19189,2615727525,18316,2949911973,18515,2949911973,19189,1889045927,20871,3211306408,24030,611478954,23e3,611478954,23028,225564080,18122,1400985011,26184,1400985011,26243,1400985011,26306,1400985011,26367,3267755450,18260,3267755450,22709,3811478972,22860,3811478972,22898,3811478972,23148,696421822,18515,696421822,19189,210027968,18515,210027968,19189,4222086592,22053,210027968,23789,2130337222,25546,4021849546,23195,309145035,18515,309145035,19189,309145035,23703,3798926800,24030,4189253073,20413,1172639192,25296,1186553305,24030,2184351194,24030,628940257,18515,628940257,19189,2049924584,24030,4092214763,25546,3270950380,25546,3270950380,25781,1038904819,24030,3085114870,16751,972404216,18122,108410365,20432,108410365,20512,1164920325,16751,971073030,24030,2756261388,24030,3739358738,24030,69840404,18515,69840404,19189,3867964950,24030,979115553,22688,813516325,18515,813516325,19189,2097657384,25989,3547721258,24030,4241743404,17458,256142897,25546,2117676595,17193,632778292,25546,341450293,17458,105821749,20957,3666351681,17688,3666351681,17730,1733264961,19189,1733264961,23889,2286581319,20931,1503893075,18515,1503893075,19189,1503893075,23789,2967158356,18515,2967158356,19189,3630255701,18433,748312149,18515,748312149,19189,3900010069,23612,3900010069,23646,1165622871,25546,3216203353,18515,3216203353,19189,3216203353,23789,3075032665,24030,93103708,20432,93103708,20512,3140755036,24030,1018656352,25546,1660343915,18515,1660343915,19189,1647509104,24030,1592536690,20432,3652075125,19917,3652075125,19964,4178624117,21226,3652075125,25072,3652075125,25120,3539222137,24030,3988344442,19189,1817947775,17458,1817947775,21369,2630375044,18260,2630375044,22709,3951136391,24030,3180353160,24030,2773096080,17458,996001424,24030,831194769,18515,831194769,19189,1297442452,18515,1868371604,18515,1297442452,19189,1868371604,19189,1297442452,23703,1201499796,25546,3432758935,20013,3432758935,25161,3432758935,25190,3902221982,18122,3504809635,24030,943474347,24030,144977582,18515,144977582,19189,1612564142,25546,4042210997,18515,4042210997,19189,3103502009,20432,897826499,18072,897826499,23533,2003050185,18260,3703725770,24030,879177423,25546,459744977,18515,459744977,19189,720015059,18515,720015059,19189,566642391,16751,3751947993,17244,1582585562,21887,3197513437,24030,3672184543,24030,1680721631,26184,1680721631,26243,1680721631,26306,1680721631,26367,619820769,18515,619820769,19189,619820769,23789,96831204,24030,3584825061,18122,4266733292,17639,2966922996,18515,2966922996,19189,2646042359,18515,2646042359,19189,1464061690,25546,737386239,24030,1963552512,24030,3329926923,25546,3587514125,25546,3422443279,18515,3422443279,19189,936621841,24030,3271264020,24030,268861218,18515,268861218,19189,1180876578,22768,742760228,18515,742760228,19189,1519580967,24030,2393513768,24030,3777226540,18515,3777226540,19189,3986390832,25546,1857253170,24030,4096571186,24030,3647797043,24030,2450986805,25546,4016844601,23351,4210063162,18515,4210063162,19189,4210063162,23789,1237307198,18515,1237307198,19189,1306388289,20432,1306388289,20608,3264771912,16751,647823177,20780,3902277449,23997,576495434,23401,576495434,24900,2571018059,21317,429803342,24030,3962562384,18515,3962562384,19189,1510078290,18515,1510078290,19189,4058074963,17458,4058074963,21369,1214732117,24030,1040717654,18238,1715846999,18515,3604225879,18515,1715846999,19189,3604225879,19189,3670726489,21009,4154939232,16976,4154939232,25905,3197392738,17708,4078077798,24030,1303179111,18515,1303179111,19189,3840309096,18260,3840309096,22709,563461994,18515,563461994,19189,3745001324,21770,3745001324,22628,2133720945,20094,1540855665,22233,3237666674,17026,306546555,18122,3004186491,18515,3004186491,19189,3598800763,24030,4047871869,24030,1787504511,24030,169332609,17458,1394673538,18515,1394673538,19189,2420899716,24030,2302740361,20013,2302740361,26184,2302740361,26243,2302740361,26306,2302740361,26367,734910353,16751,959381395,25025,1421582231,24030,2362640279,24030,3401744280,24030,2661861274,18515,2661861274,19189,3715377051,24030,1896284062,24030,3548624799,25546,3787368353,24030,1821583268,18515,1821583268,19189,3632793513,18515,3632793513,19189,2166900649,23307,819417002,17854,1184180139,16830,3873587122,20432,3873587122,20512,2850250680,18515,2850250680,19189,2885650360,23082,442482617,24030,1228732345,24030,1087289275,24030,555560893,20432,555560893,20512,879933375,24030,1422505920,18515,1422505920,19189,4000036809,18463,1046992841,24030,322762699,25546,1068666831,16873,584347599,18260,584347599,22709,1287741397,18122,1106087897,21746,1460557785,23059,755603418,24030,1981482973,17220,1276059613,18122,1981482973,23588,3226128352,24030,2251063267,24030,604798949,24030,3711203305,17458,3711203305,21573,3436394474,21034,1661550573,20755,1813884911,20432,3808894960,17458,9971703,24030,3429877753,18515,3429877753,19189,452233211,21009,1062291451,24030,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,1663240705,1633836899,1919250030,4206887170,285242079,1663241473,1868783459,1767994478,41051502,683250689,17891494,1835213597,762997872,1802465123,1633838441,1919250030,1852793645,1852399988,33714789,2360148389,368636592,402723072,1836016419,1701736304,1663923310,1768648559,1633824101,1919250030,1814298882,285248525,1663241473,1702063727,1647146094,40922485,3807161345,17891485,1868768014,1852142446,1851867764,41051502,1755129345,17891535,1868768017,1852142446,1818386292,1651204961,16937569,858667390,234950912,1869570851,1701407587,1685024045,16936033,3708230518,234950912,1869570851,761620843,1852727650,33714789,539082415,3643712223,369168640,1869570851,761620843,1936617315,762605157,1852727650,16937573,930172488,184619264,1869570851,761620843,41050474,688235777,17891575,1868768011,1701407599,2002873389,928579842,285224444,1663243777,1768648559,1634479461,1852386679,1630367590,1852399975,3653435650,285260859,1663248897,1768648559,1634479461,1852386679,1647144806,2116055649,1818439200,1869426025,762077540,1801675106,1886351972,3653435650,285260859,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,1663242241,1768648559,1667449189,1114927205,16937569,3118579027,167842048,1869570851,1113942379,16937569,1091995866,201396480,1869570851,1281714539,1919252833,2495480066,285237847,1663241729,1768648559,1702252389,2036427890,2295988482,285229334,1663241729,1768648559,1634883429,1919250544,1027014914,285235164,1663243521,1768648559,1684561765,1752391538,1734440815,40790369,1004126977,17891516,1868768012,1701407599,1818326879,989921900,2810509,588054801,1802465123,1667327337,1953523043,1253703938,285260882,1663241473,1768648559,1851875941,41051502,1339502595,4094870954,770175508,17891491,1868768010,1701407599,41050466,4090386433,17891497,1868768013,1701407599,1818323300,16934767,185749852,184619264,1869570851,1751476587,41184873,2783995905,17891425,1868768014,1701407599,2003724648,41118053,3493216001,17891384,1868768015,1701407599,1633824115,1919250030,3128951042,285271036,1663241217,1768648559,1848472421,16934753,2943653209,285282560,1869570851,1936025963,1953394499,1701734753,1291911794,7805189,588185873,1802465123,1601398121,1701012321,16938096,925711717,268505344,1869570851,1936025963,1852793695,1953391987,2201288962,285262782,1663241729,1768648559,1834972005,1818322031,359399682,285249819,1663241729,1768648559,1918990181,1735289198,2432833538,1896698282,51425493,1158865603,3490872199,2065534373,4114157136,256702645,3243040031,1365693791,745116077,3630958224,1383288387,1753720354,2677138208,2460023440,162218827,4289872309,4122623491,752162281,2899694842,2548622614,1626775086,3036478690,285253755,1680018433,1836016745,1869098345,16938099,1444350014,234950912,1684628515,761884015,1769238382,151151971,3480212514,188222270,3374212215,4098983556,2220279964,2810184611,3137193410,1752688356,2600589816,436277504,762143779,1802465123,1882023273,1886744687,1852793645,1852399988,16937573,2782259355,369168640,1936614691,1633972045,1634883436,1919250544,1819243099,16932197,2060978645,268505344,1936614691,1769238350,1631746406,1919250030,164954370,285244120,1730350337,762474596,1936617315,41184869,2609485313,17891404,1684480788,1663922800,1768648559,1701653861,1734439795,3623944805,5590625,587989265,1919968359,1936617315,41184869,3077303809,17891529,1869488916,1701013876,1869570861,761620843,1668246626,453050987,14568606,588513553,1952804463,1953723762,1851875885,762471790,40592499,128,1815282593,2314142624,2921923653,234685972,782501944,3685877934,3015510139,2448624189,3313765481,2131103936,2485981218,762122893,2860717003,3111195964,644291496,3664255953,3900382436,848633354,2895912639,3254525557,3214221817,2212176234,2376803313,3069256752,3715900897,1151149793,1906124341,2374117770,2397711038,2672110803,1452944420,3113168469,1182609539,109785381,1535652497,3659871458,83244103,4048238333,3259316195,2752854763,2987605449,2720285055,3933422130,976962668,297026747,3485420030,3310308158,1716866408,4021046676,1614696039,3948695622,3714535836,440619680,1116033759,119624514,860509058,3083424779,4194916032,3272628116,1433032853,2527287716,232216915,4144061022,2165398354,1950179009,3810222724,3280167576,3606471171,741107051,3208996480,3669321815,3819072304,663972949,4116999844,375222126,1156936084,3705893606,1352561622,2475652362,1622898135,1077245721,2022603093,1439660289,1546484360,1433042008,2827910171,4071784704,3401025662,3973286412,1415875511,7900097,1795984925,1022791394,550736357,3138622037,3165689021,1972344369,2360842318,3519715912,904370783,1039243827,1118674201,1723309505,3349716727,971808666,593470452,3023873662,852535689,1608755475,717204664,1710664889,366259974,2799153317,1054585076,1058059092,3356079739,3660691888,1645460606,1405467829,1588838356,998424665,742375763,3403138470,1476316035,3345992719,1389087993,2621886525,3535655287,1108595265,1487000616,883873271,534042263,126408791,423745961,2972899978,1505221215,3522091707,1363337303,702079020,3877888408,441377580,2711020333,1922163743,2429478154,2190928592,2868898598,3878677623,2599218512,2048258141,1055912098,1944580789,2615669352,3031233712,1774384528,3277912067,829815094,2094725630,1926429197,2012281506,2631990586,3566337659,17891474,1852777237,1970435173,1663923315,1702063727,1932358766,2147642212,2751463424,2691445507,1166667523,346958084,940440838,2922292232,2077995528,1035189512,1771172618,3234169868,578749968,2375298320,3408751890,1017807635,2830725397,3508954907,3839518747,183008028,3207763230,1974246430,4190239774,1790940449,4051950369,814590755,3786862884,3789388837,924425510,893689126,2322701606,3196944937,3549358634,614417708,1431738924,2209976110,625376560,2433125169,3797649458,1205478708,4244960820,3824241462,3955377463,3382973754,2142376765,849486913,1827304258,3141155652,4262573124,1053802313,1757761355,2489734477,1743760461,1180712526,2632670288,2698864465,3743040338,1111655762,2181505363,187910739,3233270100,2499414358,2512588887,2757061208,1402381145,1577965401,1391919450,3246461275,2222210398,2565020514,63144802,1809249890,2150378597,1472152934,1099321191,819639656,1440981611,2754057068,1861575790,2484493679,3863278961,3604800370,173055603,3616771957,425769845,1430271351,24678009,2287325049,1482435962,458582652,11046524,2129834625,214611848,3085751178,3243533451,486570123,3798666382,3845977742,1428214673,3183154066,834449556,1316327318,1217181592,1607584410,859170714,423489946,3242372509,4150704029,2596776094,4097436831,2116247459,2310290598,322097321,3093291945,3106586540,107345580,2769671343,4104574896,1413405616,2067730611,2965899702,2128228793,3043103676,3562259900,1499378623,1396409024,2787917761,2211108805,257425099,4190597068,1028836300,2006730448,1104330193,675419090,4149780948,2536812245,1461703894,2835843288,2316911065,1605448410,3143219162,1473375962,743523040,2552879328,753345505,756698851,530683619,175280612,3499151077,646092522,2007695339,1357328364,2051979757,1570434285,272591e4,3040800752,1752426482,2963007474,2427759860,57262837,918774008,4264654329,226286329,2725434106,980939002,2073878781,2463404542,134287616,1953525539,1852796513,983826690,285225568,1881345281,1667853423,1953451641,40199017,446506497,17891528,1869619985,1601071472,1885299572,1635150194,100825443,2151456907,639271862,2594210998,1967042265,1182820573,2196083959,318836992,761492515,1986622064,762930017,1885434487,41051504,1017154310,444839552,2693051942,1051646362,2154356085,3851745094,17891458,1702109962,1936617315,41184869,121735426,3197881481,17891479,1869882136,1937011553,589315616,1935765364,1918333812,1701867617,2734752370,491810,772604169,1802465091,1631741289,1919250030,1476395266,151008307,1127091201,1768648559,1886343269,16937077,1912548735,369166592,1936674862,1869182057,1953448558,778923892,1865249633,67267689,503126318,623690095,1188390542,1454112422,402721024,1667457326,762605669,1802465123,1663919465,1635020399,1919250025,983826690,151007840,1630410497,1768893811,1868770668,1852142702,1986997620,1634497125,772014713,1864236313,2384800961,2789660006,5680126,773587209,1865249633,1683713129,761361505,574447985,762079599,1702453580,39658098,4246285828,750874397,3580268069,2885592646,17367126,761409040,1802465123,1882023273,1667853423,1291911801,7344433,772669705,1852727650,1663922789,1768648559,3858825829,5032115,772604169,1852727650,1667199589,1701407599,2794782978,151027675,1647186689,1867411555,1768319348,1769234787,1631743599,3238068850,7304111,772538633,762867554,1802465123,41117033,1882348289,17367205,761474569,1802465123,16934249,3522015993,16784e4,761488174,1852727650,268595813,1554418693,4248139270,1392551952,3173981473,140812851,1105714509,3906082384,1915677790,1015324e3,4021230956,1590701173,3115252664,3389714618,2990531302,1965866230,3856341244,335612160,761488174,1953787746,1663987055,1633824099,1919250030,2349140738,1980128422,2819685685,488723200,2721299759,374343780,2640373970,4038737028,3806775818,3170284095,419198252,151053787,1663962113,1818635619,1769234799,33711982,1090008933,1893888731,16784e4,761488174,1870030194,33711467,1105714509,1090008933,453052672,761488174,1701869940,1953525549,778987821,1714250595,1952542572,40332905,4164379905,17367104,1667444236,1647141232,1701736033,2130772594,1025475,772407561,1647142243,1701736033,3472949874,14143686,772473097,1831693667,1634956133,16934247,1923614073,218171648,1886217006,1886413101,1885628255,2164327026,9244862,772735241,1936617315,762605157,1684828008,16937573,3980331363,234948864,1852793646,1953391987,1685024045,16936033,1241488422,218171648,1852793646,1953391987,1970302800,1644233328,8982990,772473097,1802465123,1630365033,16934247,1113081354,218171648,1869570862,761620843,1701996385,201392741,6090883,772866313,1802465123,1630365033,1701147239,1953391981,2557477122,151037837,1663964929,1768648559,1818307941,762606181,1953394531,1701734753,100729458,59577,772800777,1802465123,1647142249,1684759393,40922994,1984595969,17367111,1868770850,1701407599,1851875885,980575598,678719342,2036625250,1869494825,1952983156,36269165,3058566659,225190965,705330828,17367117,1868770827,1701407599,2020565549,4095345154,3403348871,151017943,1663964673,1768648559,1868770661,1852142446,1633824116,1919250030,1963788546,1880226835,3946059821,876358867,733208802,2311282429,2445751632,3553376074,2548754999,151007800,1663964417,1768648559,1868770661,1852142446,1869426036,40657252,733563137,17367101,1868770836,1701407599,1852793645,1953391987,1869116205,3036742263,10651987,773259529,1802465123,1663919465,1702063727,1999467630,1886413170,33714789,2119255564,1272224334,335612160,1869570862,761620843,1936617315,779382373,2003789939,2713256194,151033233,1663963393,1768648559,1868770661,1767994478,41051502,225190915,699700364,3188783375,17367157,1868770830,1701407599,1634296877,40333164,1503335170,3943577458,17367133,1868770830,1701407599,1869571629,41051508,3390194178,2015362570,17367185,1868770830,1701407599,1819240493,41051492,2671679745,17367115,1868770834,1701407599,1718511917,1818373487,40592239,994845953,17367281,1868770832,1701407599,1718511917,1868705135,117703288,1815766357,1920970331,4047690101,5459937,772538633,1802465123,1848468841,40203375,1563008001,17367064,1868770840,1701407599,1953459757,761619305,1953394531,1701734753,2046886514,7252079,773193993,1802465123,1848468841,1667855471,1769352549,1818388851,2365653605,14711078,773783817,1802465123,1848468841,1718187119,1952539497,762212201,1801675106,1970238055,16933998,2794476840,453052672,1869570862,761620843,1769238382,1633904998,1852795252,1634035757,41051492,2421499905,17367206,1868770831,1701407599,1702260525,2036427890,886898946,151054711,1663964673,1768648559,1869622629,2036558188,1852793645,1953391987,1277493506,151056699,1663964161,1768648559,1869622629,2036558188,1685024045,16936033,4047195173,335612160,1869570862,761620843,1768714096,1882028387,1886744687,2662990082,151011821,1663964673,1768648559,1869622629,2036558188,1634891565,1919250544,1184825602,151055896,1663962625,1768648559,1869622629,1886727536,3663921410,151044235,1663962625,1768648559,1953705317,2037080937,3980460290,151050639,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,772407561,1802465123,1766090089,1493238390,11293642,772604169,1802465123,1867408745,1701013876,1370226946,150997547,1663963137,1768648559,2002739045,1886413170,16937573,411815498,234948864,1869570862,1600481643,1852727650,16937573,112535131,184617216,1869570862,1600481643,41050466,3820434689,17367266,1868770838,1701407599,1852793695,1953391987,1851875935,41051502,601077249,17367230,1868770828,1701407599,1885628255,4211147378,12643751,772735241,1802465123,1834968425,1634956133,16934247,1433224727,234948864,1869570862,1600481643,1768714096,16939363,144031741,201394432,1869570862,1634036075,1953654124,3983081986,195709786,150996356,1663964929,1768648559,1851875941,980575598,678719342,2036625250,3305177641,1373202,773062921,1802465123,1633838441,1868770674,1767994478,41051502,1416341505,17367126,1868770826,1701407599,41447266,1761218561,17367215,1868770838,1701407599,1936617315,762605157,1885434487,41051504,2547473153,17367153,1868770832,1701407599,1953394531,1701734753,1912668786,8498097,772604169,1802465123,1768187241,1735355489,1364984066,150997778,1663961857,1768648559,1953459813,3909157477,14750027,773193993,1802465123,762537321,1936617315,762605157,1970302832,33620592,8806829,772800777,1802465123,762537321,1936942445,40200033,3023362561,17367130,1868770831,1701407599,1869622643,2036558188,2636513538,151020652,1663962881,1768648559,1882026853,1965912175,3187737200,3429780,772669705,1802465123,762537321,1970302832,2147549808,14941370,772800777,1802465123,762537321,1769171318,40201314,2998926849,17367040,1868770829,1701407599,1920413043,16937057,716929613,352389376,1869570862,1936025963,1852793695,1953391987,1869116205,2382430839,14721584,772931849,1802465123,1601398121,1953394531,1701734753,3288400498,12513360,772669705,1802465123,1601398121,1970302832,3103851120,8414218,772997385,1802465123,1635149161,1852403314,1920413031,16937057,3838981616,570493184,1869570862,2003134827,1768845921,1849321326,1646818415,695821423,1953459770,1836345384,84027756,2376454162,2814105023,3880848854,1815034079,3838981616,184617216,1869570862,2003134827,40919410,509360641,17367073,1768173077,1768779620,1953459757,761619305,1852727650,134378085,3480212514,188222270,4098983556,2220279964,2810184611,3137193410,1752688356,2600589816,352389376,1684628526,761884015,1701995379,2016243301,1735549292,201589349,1087551533,1180597419,3357720418,2486353,772604169,1986491236,1633824111,1919250030,3040280834,151020865,1697517569,1867412334,2036754804,1852727618,16937573,2060978645,201394432,1885628206,1633824114,1919250030,2617640194,1150351492,1739618476,786690513,4210801805,151030629,1731073025,762474596,1852727650,1999467109,1886413170,84046437,4169440262,2024555664,4057032624,3163369187,2338716411,218171648,1885628206,1868770674,1852142446,2717975156,5515754,773259529,1919968359,1852793645,1953391987,1852793645,1852399988,16937573,1412033186,302057728,1885628206,1868770674,1852142446,1635003764,16937826,2859299364,352389376,1885628206,1868770674,1852142446,1635003764,1982690146,604045874,11169138,772604169,1919968359,1869570861,1936025963,240582914,151050583,1731070977,762474596,1818323300,16934767,3095920555,201394432,1885628206,1868967282,1919251567,4201316610,151009618,1731070977,762474596,1769238382,16934243,2509349305,218171648,1885628206,1986997618,1634497125,101122681,2432205980,2960698436,3471954279,3658919260,3810759940,4223438126,9135610,772473097,1919968359,1886351405,33714293,3888937440,3398285551,201394432,1885628206,1919954290,1953525103,25035010,150995061,1731071233,762474596,1852989815,40332905,1386184961,17367232,1684483595,1867412080,1701013876,2771845378,151021643,1731070721,1601335396,1970302832,637600368,8789233,772604169,1919968359,1634891615,1919250544,679543042,151038279,1764625153,1668245102,1768648559,721486437,3875050,772407561,1663923050,1768648559,2365719141,4023970006,3747692,772800777,1663923050,1768648559,1818307941,41185893,3779161857,17367153,1936338449,1869570861,761620843,1852727650,16937573,1251957794,234948864,762538542,1802465123,1647142249,16937569,810166474,302057728,762538542,1802465123,1663919465,1702063727,16938094,26555808,268503296,762538542,1802465123,1831691625,1818322031,1776681218,151056074,1781403905,1868770675,1701407599,1819242541,41509737,3986602497,17367105,1936338451,1869570861,1936025963,1852793645,1953391987,2201288962,151045054,1831735297,1869570861,761620843,1769238382,16934243,863839319,234948864,1685024046,1663921249,1801678703,16934249,3708230518,402721024,1869573422,1731028342,762474596,1734962273,1700998510,1919251566,1978138882,151016814,1831737089,1702260591,1885628205,1633955186,1932356466,1835362403,3892380261,5598837,772669705,1769238382,1663919459,1768648559,453050981,14568606,773325065,1952804463,1953723762,761491501,1802658148,1818846765,41051508,762122757,2860717003,3900382268,1716866314,441377684,17367085,1886334490,1869504884,1818307950,762606181,762867554,1885434487,41051504,1614455809,17367090,1886334486,1869504884,1752378734,1932359535,1769239653,41117550,1815282450,3313765536,3111196096,3254525608,3069256953,2527287777,232216915,4116999774,1156936046,1022791398,3519716069,1039243871,1588838169,883873113,423745943,2190928522,2868898598,2012281463,17367098,1953443349,1801745197,1869116205,1702047095,1852404852,50492263,3955377463,2150378597,1099321191,234948864,1886351406,1663922293,1768648559,16937829,2571147278,184617216,1886351406,1731031157,41054308,2447327745,17367160,1919954446,1667331689,1818307961,41185893,3629225729,17367164,1919954455,1667331689,1869622649,2036558188,1852793645,1953391987,2565341442,151013639,1882065665,1635150194,1631746403,8389234,13303808,49751960,36992159,42220733,66771953,59496520,62361754,88027572,115640005,110929062,146302150,137474678,195345346,191496761,206926177,225655314,261353913,253465003,293151994,302697695,319096093,377647137,417276585,406417790,429693421,441337758,465157983,483256537,490017555,525182268,618476639,619020044,627331557,699167647,709218367,737784146,754949875,761109338,786077449,806073586,846283738,875115725,884979570,873429127,890002916,918786823,922043423,928918270,940685267,967525948,990275297,1032898141,1056140780,1070192487,1066754082,1090209617,1186707406,1188650425,1215269839,1230329703,1270478652,1283361080,1329411070,1338678067,1421229256,1419222971,1429121734,1453092181,1445550098,1453060722,1456821141,1471562484,1524169421,1546123154,1585391026,1597936825,1595430208,1645906064,1685126706,1702566416,1723759275,1731238427,1745419724,1788653859,1803495307,1803026502,1815071212,1860428908,1850724490,1865576371,1867856025,1909508349,1956577030,1978059199,1962962697,2057782244,2062048559,2113098738,2115111269,2154277075,2149034123,2183144697,2212138290,2228831167,2238022360,2252444640,2279833388,2326560796,2336924799,2361556166,2392262611,2418548650,2441412427,2435959340,2456189589,2475950141,2504517045,2545927407,2566214044,2556697089,2554518541,2610897541,2656085159,2695203922,2691081577,2694529390,2755268820,2769040969,2811624272,2802621013,2850631788,2891277540,2916129828,2935910429,2929562692,3074106515,3076081225,3109579896,3133670010,3151726713,3176930868,3196606096,3218943638,3208874254,3232277864,3235958602,3251381214,3261872409,3323234299,3332795164,3335490359,3338833106,3393882757,3398179107,3398007211,3415769026,3407140221,3425174960,3454435347,3470160566,3492917298,3493684248,3517130471,3525036076,3525064742,3527832882,3525267684,3547938548,3593137781,3648739201,3656456974,3660838764,3688830689,3707556328,3721027266,3734710132,3776059106,3802245054,3796961858,3838838127,3844238656,3866270282,3877009036,3903232731,3939418335,3958497554,3943848212,3968306817,3995153918,4013234238,4026878607,4053462441,4051541829,4071296161,4088245374,4083582738,4096695625,4147296044,4192042153,4198689162,4220009622,4242347164,4293233106,9058487,773521673,1986622064,1601790817,1768714096,1834973539,1634956133,1650419047,16939119,2521636313,201394432,1769107502,2036556150,1953393e3,1545732354,151014047,1882068225,1868770679,1701407599,1852793645,1953391987,36861485,2042733826,3361928251,17367135,2003840527,1868783475,1701407599,1918984799,3928686850,151010080,1915620353,762274927,1701012321,16938096,2237393248,184617216,1685025326,1869426031,40657252,3253042689,17367292,1869753867,1882025828,1886744687,775487746,151032831,1915621377,1601135727,1852793695,1852399988,16937573,2237393248,302057728,761492526,1986622064,762930017,1852727650,100823653,2151456907,639271862,2594210998,1967042265,1182820573,2196083959,318834944,761492526,1986622064,762930017,1919252079,41509228,444839428,1051646246,2154356085,3851745094,17367170,1920216595,1702130549,2020565599,1702260575,2036427890,2613838082,151033790,1949180673,1953723762,1987010405,1634497125,1869494905,1868703860,975796580,678719342,1819112552,3422618153,9944731,772800777,1668048247,761621871,1986622064,41509729,3248888577,16842846,1633966873,1663918452,1663188345,1768648559,1633824101,1919250030,16932130,2087564761,939598080,1701996635,1747074406,1936749684,1680813882,2003793509,1869164140,1919907631,1701998692,1915581299,762077541,1802465123,1647142249,1701736033,1562521458,3846504706,16832525,1835076353,1868770672,1852142446,1644298868,3985183182,1049846,1628569857,1663922288,1768648559,1635200357,1852403314,2130772583,5626152,1628111105,1663922288,1768648559,16937829,1045616581,352387328,594962788,762342755,762343521,1953394531,1701734753,2936078962,1067580,1678573825,1663989353,1869570861,1936025963,943849730,16798850,1768165377,1667444342,1831690608,1634956133,16934247,1013701323,268501248,779512164,1802465123,1630365033,1953654124,3104178690,4168155368,16814765,1768165633,1868770934,1701407599,1851875885,41051502,1835205941,1849954141,4147909425,2381714635,3857586538,16129350,58597637,1857496514,475410228,778515482,2446996687,2648192344,1991719999,3428532320,1090077683,3305587796,4269360452,1855801175,1900955796,3460519735,365254906,3323814018,2463852718,734816692,3224988310,2215080980,1901163888,2915595850,1576697474,2286128838,2469236910,222925273,387420723,1001034549,2468714447,25860242,2161614293,2425659215,3784810302,1879160574,828226980,3187065582,2168112620,2809841247,290967051,2035863380,3078869799,534107551,4086818061,3530615401,2140925348,1038807856,3546608875,16842964,1986618393,1869570862,761620843,1852727650,1999467109,1886413170,16937573,3971872450,419496192,779512164,1802465123,1663919465,1702063727,1647146094,1701736033,3942711922,8197607,1678901505,1663989353,1768648559,1986997605,1634497125,1359020665,41974,1678770433,1663989353,1768648559,1819232357,41051492,437453057,16842807,1986618384,1869570862,1600481643,1970302832,4144038512,6313895,1678770433,1663989353,1768648559,1851875941,41051502,3523176961,16842968,1986618386,1869570862,1936025963,1851875885,41051502,2160919810,966422587,16842802,1986618380,1663923758,1768648559,2097218149,2668039,1679622401,1683715689,761361505,1919968359,1852793645,1953391987,1869770797,1567912045,3247702274,16788261,1768171265,1633966966,1949131124,1769239397,1663188324,1768648559,1869622629,2036558188,1851875885,577922414,302121565,429096259,9204625,1930756353,1769235301,1663987311,1768648559,1633824101,1919250030,2404253954,16839969,1702040065,1869182051,1868770926,1701407599,1918984749,3991535874,16827114,1752435713,1663922799,1768648559,16937829,3958965630,285282560,1852793635,1953391987,1634493023,1633839971,638124658,649825437,1402114717,1689474433,2313143853,2391344961,2885591815,2894287495,3115920063,7137798,588579089,1937076852,1663919476,1702063727,1949135982,1801675122,2636515586,2636561292,2169737874,761574229,1099554758,126781703,2276196003,3215754066,112834858,151022826,1949176577,1953723762,1868717925,1987010424,1634497125,638124665,649825437,1402114717,1689474433,2313143853,2391344961,2885591815,2894287495,3115920063,7137798,774045961,1937076852,1868522868,1819436406,1849325921,1646818415,695821423,1953459770,1836345384,151136620,3146554662,2459082022,3008725331,3754306916,2298954121,4272097166,2203223979,3106586540,1827276473,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3645139712,159,0,0]).buffer).slice(0,719885),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:"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"}],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-notice button[data-qa='allow-all-cookies']"}],detectPopup:[{visible:".c-cookie-notice"}],optIn:[{click:'button[data-qa="allow-all-cookies"]'}],optOut:[{click:'button[data-qa="reject-non-essentials"]'}],test:[{wait:500},{eval:"EVAL_AFFINITY_SERIF_COM_0"}]},{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:"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:"consent-manager",cosmetic:!1,runContext:{main:!0,frame:!1,urlPattern:"^https://ouraring\\.com"},prehideSelectors:[],detectCmp:[{exists:'[data-cy="consent-manager-banner"]'}],detectPopup:[{visible:'[data-cy="consent-manager-banner"]'}],optIn:[{waitForThenClick:'[data-cy="manage_cookies"]'},{waitForThenClick:'[data-cy="consent-manager-preferences-allow-all"]'}],optOut:[{waitForThenClick:'[data-cy="manage_cookies"]'},{waitForThenClick:'[data-cy="consent-manager-preferences-deny-all"]'}]},{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-root-shadow-host"],detectCmp:[{exists:"#pg-root-shadow-host"}],detectPopup:[{visible:["#pg-root-shadow-host","#pg-modal"]}],optIn:[{waitForThenClick:["#pg-root-shadow-host","#pg-accept-btn"]}],optOut:[{waitForThenClick:["#pg-root-shadow-host","#pg-configure-btn"]},{waitForThenClick:["#pg-root-shadow-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:"ef-ccpa",vendorUrl:"https://eforms.com/",cosmetic:!1,runContext:{urlPattern:"^https://(www\\.)?eforms\\.com"},prehideSelectors:["#ef-ccpa"],detectCmp:[{exists:"#ef-ccpa"}],detectPopup:[{visible:"#ef-ccpa"}],optIn:[{waitForThenClick:"#ef-button-ccpa-agree"}],optOut:[{waitForThenClick:"#ef-button-ccpa-decline"}]},{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 8bee5fdaa1..3520ec67c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "macos-browser", "version": "1.0.0", "dependencies": { - "@duckduckgo/autoconsent": "^12.6.0" + "@duckduckgo/autoconsent": "^12.7.0" }, "devDependencies": { "@rollup/plugin-json": "^4.1.0", @@ -53,9 +53,9 @@ } }, "node_modules/@duckduckgo/autoconsent": { - "version": "12.6.0", - "resolved": "https://registry.npmjs.org/@duckduckgo/autoconsent/-/autoconsent-12.6.0.tgz", - "integrity": "sha512-stjNQKFxERDoOa5bfbjjzKhPfJNldPWTp9NPQK7U3ATQs4pOQBIeoq4h2QEz7nrgspRaHLFCbYQayRmXdatjSA==", + "version": "12.7.0", + "resolved": "https://registry.npmjs.org/@duckduckgo/autoconsent/-/autoconsent-12.7.0.tgz", + "integrity": "sha512-1+wOxhA8KrWKrWFEWLvyqljLlIWo4DRSn4QGA4X5+KwyV+nVEARwSg7kdbO6c2ypwweevFPW+sMcqWMNdu+UZg==", "license": "MPL-2.0", "dependencies": { "@ghostery/adblocker": "^2.0.4", diff --git a/package.json b/package.json index 43c88f58a2..714fd2c76d 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,6 @@ "rollup-plugin-terser": "^7.0.2" }, "dependencies": { - "@duckduckgo/autoconsent": "^12.6.0" + "@duckduckgo/autoconsent": "^12.7.0" } }